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/.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/.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/.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"] + }) diff --git a/.gitignore b/.gitignore index 8dd31191..f574f5de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /apis/*.schema.json /npm-debug.log /node_modules -/tags +/tags* +/.env +/.VSCodeCounter/* 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/.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 +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..88cd0965 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,158 @@ +{ + "launch": { + "configurations": [], + "compounds": [] + }, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "[javascript]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "editor.quickSuggestions": { + "other": true, + "comments": true, + "strings": true + }, + "json.schemas": [ + { + "fileMatch": ["./examples/buildingEnvelopes/*.json"], + "url": "./schemas/buildingEnvelopes.json" + }, + { + "fileMatch": ["./*/optical/*.json"], + "url": "./schemas/optical.json" + } + ], + "editor.wordWrap": "on", + "update.mode": "default", + "explorer.confirmDelete": false, + "workbench.editorAssociations": { + "git-rebase-todo": "default" + }, + "search.useReplacePreview": false, + "security.workspace.trust.untrustedFiles": "open", + "editor.renderWhitespace": "all", + "editor.renderControlCharacters": true, + "cSpell.language": "en-US", + "cSpell.userWords": [ + "kilogramme", + "octofluorpropane", + "hexafluoride", + "electrochromic", + "photochromic", + "thermochromic", + "ETSI", + "FFFD", + "Emittances", + "Raout", + "Colour", + "Hanek", + "Santamouris", + "pywincalc", + "THMX", + "opticalc", + "clearlite", + "planibel", + "deconstructable", + "photopic", + "IGSDB", + "igsdb", + "IGDB", + "igdb", + "CGDB", + "cgdb", + "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", + "revit", + "Riba", + "SHGC", + "SPARQL", + "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, + "plantuml.diagramsRoot": "docs/diagrams/src", + "plantuml.exportOutDir": "docs/diagrams/out", + "plantuml.commandArgs": [], + "[plantuml]": { + "editor.defaultFormatter": "jebbs.plantuml" + }, + "[json]": { + "editor.defaultFormatter": "vscode.json-language-features" + } +} diff --git a/CHANGELOG.md b/CHANGELOG.md index f6edba34..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) - - - @@ -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) - - - @@ -162,6 +164,10 @@ and this project adheres to - 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 @@ -192,6 +198,10 @@ 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) +- 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 @@ -214,7 +224,9 @@ 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 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. diff --git a/Dockerfile b/Dockerfile index 68f7a0ce..dbdcecfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,11 @@ +# 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:16.13.0-bullseye-slim +FROM node:22.11-bookworm-slim ################## # As user `root` # @@ -21,8 +26,20 @@ 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 + 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 && \ + useradd \ + --no-log-init \ + --create-home \ + --shell /bin/bash \ + --uid ${UID} \ + --gid us \ + me #-------------------------------# # Make `bash` the default shell # @@ -34,16 +51,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 && \ @@ -52,10 +69,15 @@ 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 +# * 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.9.1 RUN \ # Retrieve new lists of packages apt-get update && \ @@ -63,9 +85,11 @@ RUN \ apt-get install --assume-yes --no-install-recommends \ jq \ make \ - npm && \ - # Upgrade Node package manager to version 7.18.1 - npm install --global npm@8.1.3 && \ + neovim \ + 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 apt-get autoremove --assume-yes --purge && \ apt-get clean && \ @@ -114,16 +138,31 @@ 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 /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", "--"] -# Make `bash` the default command (and update Node development tools), see -# https://github.com/Yelp/dumb-init#using-a-shell-for-pre-start-hooks -CMD ["bash", "-c", "make install-tools && exec bash"] +# 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?tab=readme-ov-file#using-a-shell-for-pre-start-hooks +CMD ["bash"] diff --git a/Makefile b/Makefile index 41940055..6d077c46 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,46 +15,46 @@ 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` - docker build \ - --tag ${name}:${tag} \ - --build-arg UID=$(shell id --user) \ - --build-arg GID=$(shell id --group) \ - . +build : ## Build image with name `${NAME}`, for example, `make build` + DOCKER_BUILDKIT=1 \ + docker build \ + --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 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 \ + --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}:${tag} \ - bash -c "make install-tools && (exec ${COMMAND})" + ${NAME} \ + bash -c "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} && \ @@ -67,7 +63,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 = \ @@ -77,7 +73,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 # ------------------------------------------------ # @@ -87,12 +83,14 @@ 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 -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 \ @@ -167,12 +165,12 @@ test : ## Validate test files # done # .PHONY : test -example : ## Validate example files - -for schema_name in $(shell ls --indicator-style=none ./queries/) ; do \ +examples : ## Validate example files + -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} \ @@ -190,10 +188,23 @@ 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=buildingEnvelopes 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 - 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 @@ -212,17 +223,36 @@ 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 --no-optional --dry-run --json | jq "(.added + .removed + .updated + .moved + .failed) | length")" \ - -ne 0 \ - ]; then \ - npm ci --no-optional ; \ - fi +install-tools : ## Install development tools from the lock file + npm ci \ + --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 --no-optional + npm install \ + --omit optional .PHONY : update-tools + +licenses : ## Print licenses + npx --no-install \ + license-checker \ + --unknown \ + --direct \ + --summary + # --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/README.md b/README.md index 285e6ea4..551a87d7 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,33 @@ 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`. 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. + +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 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. -## Table Of Contents +[![Watch the video introduction](https://img.youtube.com/vi/QsulJnpvuh0/maxresdefault.jpg)](https://www.youtube.com/watch?v=QsulJnpvuh0) -[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) +## 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) [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) +- [In your web browser](#in-your-web-browser) - [On your Linux machine](#on-your-linux-machine) [Code of Conduct](#code-of-conduct) @@ -24,7 +37,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. @@ -32,13 +45,72 @@ 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). +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 + +[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). 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). -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. +### In general for all domains -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). +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. -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). +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. + +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. + +### How was the data created? + +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/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 @@ -46,7 +118,20 @@ 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 order to browse the code conveniently, you should first [clone the repository](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) and then use a text editor, for example [Visual Studio Code](https://code.visualstudio.com/). +### 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. + +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 + +``` +cp ./.env.sample ./.env +make shell +make compile +make examples +make test +make format +``` ### On your Linux machine @@ -60,7 +145,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 +165,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 +173,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 ``` @@ -108,14 +198,14 @@ 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, - - `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 +213,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 +225,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 +244,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) diff --git a/apis/database.graphql b/apis/database.graphql index 9884d8d5..39d82def 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. @@ -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 @@ -143,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 @@ -174,15 +191,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,53 +210,38 @@ 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 calorimetric data by universally unique identifier, and optional + locale, where all three arguments together uniquely determine the data. """ - data( + calorimetricData( "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! + ): CalorimetricData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ - calorimetricData( - id: Uuid! - timestamp: DateTime - locale: Locale - ): CalorimetricData! + geometricData(id: Uuid!, locale: Locale): GeometricData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ - hygrothermalData( - id: Uuid! - timestamp: DateTime - locale: Locale - ): HygrothermalData! + hygrothermalData(id: Uuid!, locale: Locale): HygrothermalData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ - opticalData(id: Uuid!, timestamp: DateTime, locale: Locale): OpticalData! + opticalData(id: Uuid!, locale: Locale): OpticalData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ - photovoltaicData( - id: Uuid! - timestamp: DateTime - locale: Locale - ): PhotovoltaicData! + photovoltaicData(id: Uuid!, locale: Locale): 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) @@ -258,14 +256,14 @@ 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 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: [ { @@ -295,14 +293,12 @@ 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 - "Timestamp. If not given, the moment the query is received is used." - timestamp: DateTime + 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`." + "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 @@ -310,27 +306,25 @@ type Query { last: NonNegativeInt "Data cursor before which to return at most `last` data edges." before: Cursor - ): DataConnection! + ): CalorimetricDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ - allCalorimetricData( - where: CalorimetricDataPropositionInput - timestamp: DateTime + allGeometricData( + where: GeometricDataPropositionInput locale: Locale first: NonNegativeInt after: Cursor last: NonNegativeInt before: Cursor - ): CalorimetricDataConnection! + ): GeometricDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ allHygrothermalData( where: HygrothermalDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -339,11 +333,10 @@ type Query { ): HygrothermalDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ allOpticalData( where: OpticalDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -352,11 +345,10 @@ type Query { ): OpticalDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ allPhotovoltaicData( where: PhotovoltaicDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -365,53 +357,59 @@ 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( + hasCalorimetricData( "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 + 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`. """ - hasCalorimetricData( - where: CalorimetricDataPropositionInput - timestamp: DateTime + hasGeometricData( + where: GeometricDataPropositionInput locale: Locale ): Boolean! """ - See `Query#hasData`. + Confer `Query#hasCalorimetricData`. """ hasHygrothermalData( where: HygrothermalDataPropositionInput - timestamp: DateTime locale: Locale ): Boolean! """ - See `Query#hasData`. + Confer `Query#hasCalorimetricData`. """ - hasOpticalData( - where: OpticalDataPropositionInput - timestamp: DateTime - locale: Locale - ): Boolean! + hasOpticalData(where: OpticalDataPropositionInput, locale: Locale): Boolean! """ - See `Query#hasData`. + Confer `Query#hasCalorimetricData`. """ hasPhotovoltaicData( where: PhotovoltaicDataPropositionInput - 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 } """ @@ -482,12 +480,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! } """ @@ -696,6 +688,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 @@ -794,32 +792,26 @@ input CielabColorsPropositionInput { """ See `DataPropositionInput`. """ -input OpticalDataPropositionInput { +input CalorimetricDataPropositionInput { componentId: UuidPropositionInput - and: [OpticalDataPropositionInput!] - not: OpticalDataPropositionInput - or: [OpticalDataPropositionInput!] + and: [CalorimetricDataPropositionInput!] + not: CalorimetricDataPropositionInput + or: [CalorimetricDataPropositionInput!] resources: GetHttpsResourcesPropositionInput - nearnormalHemisphericalVisibleTransmittances: FloatsPropositionInput - nearnormalHemisphericalVisibleReflectances: FloatsPropositionInput - nearnormalHemisphericalSolarTransmittances: FloatsPropositionInput - nearnormalHemisphericalSolarReflectances: FloatsPropositionInput - infraredEmittances: FloatsPropositionInput - colorRenderingIndices: FloatsPropositionInput - cielabColors: CielabColorsPropositionInput + gValues: FloatsPropositionInput + uValues: FloatsPropositionInput } """ See `DataPropositionInput`. """ -input CalorimetricDataPropositionInput { +input GeometricDataPropositionInput { componentId: UuidPropositionInput - and: [CalorimetricDataPropositionInput!] - not: CalorimetricDataPropositionInput - or: [CalorimetricDataPropositionInput!] + and: [GeometricDataPropositionInput!] + not: GeometricDataPropositionInput + or: [GeometricDataPropositionInput!] resources: GetHttpsResourcesPropositionInput - gValues: FloatsPropositionInput - uValues: FloatsPropositionInput + thicknesses: FloatsPropositionInput } """ @@ -833,6 +825,63 @@ 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`. +""" +input OpticalDataPropositionInput { + componentId: UuidPropositionInput + and: [OpticalDataPropositionInput!] + not: OpticalDataPropositionInput + or: [OpticalDataPropositionInput!] + resources: GetHttpsResourcesPropositionInput + type: OpticalComponentTypePropositionInput + subtype: OpticalComponentSubtypePropositionInput + coatedSide: CoatedSidePropositionInput + nearnormalHemisphericalVisibleTransmittances: FloatsPropositionInput + nearnormalHemisphericalVisibleReflectances: FloatsPropositionInput + nearnormalHemisphericalSolarTransmittances: FloatsPropositionInput + nearnormalHemisphericalSolarReflectances: FloatsPropositionInput + infraredEmittances: FloatsPropositionInput + colorRenderingIndices: FloatsPropositionInput + cielabColors: CielabColorsPropositionInput +} + """ See `DataPropositionInput`. """ @@ -861,34 +910,15 @@ 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 - `pageInfo.count`. - """ - totalCount: NonNegativeInt! - """ 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. + The total count of items in the connection. """ - timestamp: DateTime! + totalCount: Int! } """ @@ -919,19 +949,35 @@ type DataEdge { """ See `DataConnection`. """ -type OpticalDataConnection { - edges: [OpticalDataEdge!]! - nodes: [OpticalData!]! +type CalorimetricDataConnection { + edges: [CalorimetricDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! + totalCount: Int! } """ See `DataEdge`. """ -type OpticalDataEdge { +type CalorimetricDataEdge { cursor: Cursor! - node: OpticalData! + node: CalorimetricData! +} + +""" +See `DataConnection`. +""" +type GeometricDataConnection { + edges: [GeometricDataEdge!]! + pageInfo: PageInfo! + totalCount: Int! +} + +""" +See `DataEdge`. +""" +type GeometricDataEdge { + cursor: Cursor! + node: GeometricData! } """ @@ -939,9 +985,8 @@ See `DataConnection`. """ type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! - nodes: [HygrothermalData!]! pageInfo: PageInfo! - timestamp: DateTime! + totalCount: Int! } """ @@ -955,46 +1000,90 @@ type HygrothermalDataEdge { """ See `DataConnection`. """ -type PhotovoltaicDataConnection { - edges: [PhotovoltaicDataEdge!]! - nodes: [PhotovoltaicData!]! +type OpticalDataConnection { + edges: [OpticalDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! + totalCount: Int! } """ See `DataEdge`. """ -type PhotovoltaicDataEdge { +type OpticalDataEdge { cursor: Cursor! - node: PhotovoltaicData! + node: OpticalData! } """ See `DataConnection`. """ -type CalorimetricDataConnection { - edges: [CalorimetricDataEdge!]! - nodes: [CalorimetricData!]! +type PhotovoltaicDataConnection { + edges: [PhotovoltaicDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! + totalCount: Int! } """ See `DataEdge`. """ -type CalorimetricDataEdge { +type PhotovoltaicDataEdge { cursor: Cursor! - node: CalorimetricData! + node: PhotovoltaicData! +} + +""" +Type of data. +""" +enum OpticalComponentType { + GLAZING + SHADING +} + +""" +Subtype of data. +""" +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 +} + +""" +Coated side +""" +enum CoatedSide { + PRIME + NON_PRIME + BOTH + NEITHER + UNKNOWN + NOT_APPLICABLE } """ 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. @@ -1003,22 +1092,28 @@ 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! + """ + Identifier of this database that manages the data. The database's meta data + can be obtained by sending the GraphQL query + `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: ..., timestamp: ...) { ... }` + `query { component(id: ...) { ... } }` to the metabase. """ componentId: Uuid! @@ -1041,7 +1136,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: ...) { ... }` + `query { institution(id: ...) { ... } }` to the metabase. """ creatorId: Uuid! @@ -1058,7 +1153,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!]! @@ -1137,6 +1232,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. """ @@ -1201,6 +1311,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! @@ -1247,7 +1381,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: ...) { ... }` + `query { method(id: ...) { ... } }` to the metabase. """ methodId: Uuid! @@ -1282,7 +1416,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: ...) { ... }` + `query { method(id: ...) { ... } }` to the metabase. """ methodId: Uuid! @@ -1365,6 +1499,7 @@ Data kind, either calorimetric, hygrothermal, optical, or photovoltaic. """ enum DataKind { CALORIMETRIC_DATA + GEOMETRIC_DATA HYGROTHERMAL_DATA OPTICAL_DATA PHOTOVOLTAIC_DATA @@ -1385,6 +1520,164 @@ type OpenEndedDateTimeRange { until: DateTime } +""" +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. +""" +type Numeration { + """ + Main number + """ + mainNumber: String! + + """ + Prefix + """ + prefix: String + + """ + Suffix + """ + 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 +} + +""" +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 { + """ + Title + """ + title: String + + """ + Abstract + """ + abstract: String + + """ + Section referred to. + """ + section: String + + """ + Web address + """ + locator: Url + + """ + Numeration + """ + numeration: Numeration! + + """ + Standardizers + """ + standardizers: [Standardizer!]! + + """ + Year + + Important because there can be relevant updates of one standard. + """ + year: Int +} + +type Publication { + """ + Title + """ + title: String + + """ + Abstract + """ + abstract: String + + """ + Section referred to. + """ + section: String + + """ + Names of authors of the publication. + """ + authors: [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 + + """ + 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) @@ -1392,46 +1685,121 @@ 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 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](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 ` + 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: } } + { + or: [ + { forbiddenAt: { equalTo: null } } + { 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 + } + } } ``` - * 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 + 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 ``` - database(databaseId: ..., timestamp: ) { - gnuPgKey(fingerprint: , status: ALLOWED, valid: true) + query { + institution(id: ) { + gnuPgKeyFingerprints( + where: { + and: [ + { fingerprint: { equalTo: } } + { allowedAt: { lessThanOrEqualTo: } } + { + or: [ + { forbiddenAt: { equalTo: null } } + { 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 --assert-signer --verify ./message.json.asc ./message.json`. To create an approval, 1. install [GnuPG](https://www.gnupg.org), @@ -1451,61 +1819,131 @@ 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. 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 { + 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. + 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 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 ``` @@ -1513,27 +1951,26 @@ Best practices for managing GnuPG keys within an institution: removeInstitutionRepresentative(input: { userId: institutionId: - }) { } - } - ``` - or - ``` - mutation { - forbidInstitutionRepresentativeToSignData(input: { - userId: - institutionId: - }) { } + }) { + errors { + code + message + path + } + } } ``` - -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 response is the result of the given query. -* Check that the signature is valid for the given response. + which also forbids all GnuPG keys associated with this representative from + signing. + +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 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). @@ -1552,14 +1989,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. @@ -1570,7 +2008,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 @@ -1581,34 +2019,46 @@ interface Approval { keyFingerprint: String! """ - GraphQL query whose response is signed. The query includes the argument - `timestamp`, for example, + [GraphQL query](https://graphql.org/learn/queries/) + whose response is included in the message being signed, for example, ``` - opticalData(opticalDataId: ..., timestamp: ...) { ... } + query OpticalData($id: Uuid!) { + opticalData(id: $id) { ... } + } ``` - 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 explicitly is necessary because approvals shall not + become invalid when the GraphQL schema changes. """ query: GraphQlQuery! """ - JSON serialized GraphQL response that is signed. + [GraphQL variables](https://graphql.org/learn/queries/#variables) + defined by the GraphQL query, for example, + ``` + { "id": "018731a4-4c0a-49af-a5d9-f377fbd0a939" } + ``` + """ + variables: Any! + + """ + Message that is signed. + + 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 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 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 . another.json) + <(jq --sort-keys --monochrome-output . ./message.json) \ + <(jq --sort-keys --monochrome-output . ./another.json) ``` in a [Bourne-again shell (Bash)](https://www.gnu.org/software/bash/), @@ -1617,31 +2067,90 @@ 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! + + """ + 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! } """ 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 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 + 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 (named `` 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 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 @@ -1649,7 +2158,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 { @@ -1657,15 +2166,29 @@ type DataApproval implements Approval { signature: String! keyFingerprint: String! query: GraphQlQuery! - response: JsonGraphQlResponse! + variables: Any! + approverId: Uuid! """ - Approver identifier issued by the metabase. The approver's meta data can be - obtained by sending the GraphQL query - `stakeholder(stakeholderId: ..., timestamp: ...) { ... }` - to the metabase. + 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`. """ - approverId: Uuid! + message: String! + + """ + 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! } """ @@ -1678,7 +2201,14 @@ type ResponseApproval implements Approval { signature: String! keyFingerprint: String! query: GraphQlQuery! - response: JsonGraphQlResponse! + variables: Any! + approverId: Uuid! + + """ + Serialized response of the GraphQL query with whitespaces as when the + signature was created. + """ + message: String! } """ @@ -1714,7 +2244,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 @@ -1784,7 +2314,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: ...) { ... }` + `query { dataFormat(id: ...) { ... } }` to the metabase. The data format consists of a @@ -1945,7 +2475,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: ...) { ... }` + `query { dataFormat(id: ...) { ... } }` to the metabase. The data format consists of a diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 4113bdfe..f90c5c12 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. @@ -71,12 +71,19 @@ schema { interface Data { appliedMethod: AppliedMethod! + approvals: [DataApproval!]! componentId: Uuid! + createdAt: DateTime! + creatorId: Uuid! + databaseId: Uuid! description: String + locale: Locale! 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." @@ -84,14 +91,81 @@ interface Node { id: ID! } -interface Reference { - abstract: String - section: String - title: String +type AddComponentAssemblyError { + code: AddComponentAssemblyErrorCode! + message: String! + path: [String!]! } -interface Stakeholder { - name: 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 AddGnuPgKeyFingerprintError { + code: AddGnuPgKeyFingerprintErrorCode! + message: String! + path: [String!]! +} + +type AddGnuPgKeyFingerprintPayload { + errors: [AddGnuPgKeyFingerprintError!] + gnuPgKeyFingerprint: GnuPgKeyFingerprint + query: Query! +} + +type AddInstitutionMethodDeveloperError { + code: AddInstitutionMethodDeveloperErrorCode! + message: String! + path: [String!]! +} + +type AddInstitutionMethodDeveloperPayload { + developedMethodEdge: InstitutionDevelopedMethodEdge + errors: [AddInstitutionMethodDeveloperError!] + methodDeveloperEdge: InstitutionMethodDeveloperEdge + query: Query! } type AddInstitutionRepresentativeError { @@ -107,6 +181,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! @@ -119,35 +206,52 @@ type AddUserRolePayload { user: User } +type AllowGnuPgKeyFingerprintError { + code: AllowGnuPgKeyFingerprintErrorCode! + message: String! + path: [String!]! +} + +type AllowGnuPgKeyFingerprintPayload { + errors: [AllowGnuPgKeyFingerprintError!] + gnuPgKeyFingerprint: GnuPgKeyFingerprint + query: Query! +} + type AppliedMethod { - method: Method + arguments: [NamedMethodArgument!]! + method: Method @cost(weight: "10") methodId: Uuid! + sources: [NamedMethodSource!]! } type CalorimetricData implements Data { appliedMethod: AppliedMethod! - component: Component + approvals: [DataApproval!]! + 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! + id: ID! + locale: Locale! 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 + pageInfo: PageInfo! + totalCount: NonNegativeInt! } type CalorimetricDataEdge { @@ -192,79 +296,126 @@ type ChangeUserPasswordPayload { user: User } +type CielabColor { + aStar: Float! + bStar: Float! + lStar: Float! +} + type Component implements Node { abbreviation: String - assembledOf: ComponentAssembledOfConnection! + assembledOf( + where: ComponentAssembledOfFilterInput @cost(weight: "10") + ): ComponentAssembledOfConnection! @cost(weight: "10") availability: OpenEndedDateTimeRange + canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [ComponentCategory!]! - concretizationOf: ComponentConcretizationOfConnection! + concretizationOf( + where: ComponentConcretizationOfFilterInput @cost(weight: "10") + ): ComponentConcretizationOfConnection! @cost(weight: "10") description: String! - generalizationOf: ComponentGeneralizationOfConnection! + extras: Any + generalizationOf( + where: ComponentGeneralizationOfFilterInput @cost(weight: "10") + ): ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! + manufacturers( + pending: Boolean! = false + where: ComponentManufacturerFilterInput @cost(weight: "10") + ): ComponentManufacturerConnection! @cost(weight: "10") name: String! - partOf: ComponentPartOfConnection! - uuid: Uuid! - variantOf: ComponentVariantOfConnection! + 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") } type ComponentAssembledOfConnection { - edges: [ComponentAssembledOfEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [ComponentAssembledOfEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @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") + totalCount: NonNegativeInt! @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") + totalCount: NonNegativeInt! @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") + totalCount: NonNegativeInt! @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") + totalCount: NonNegativeInt! @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") + totalCount: NonNegativeInt! @cost(weight: "10") } type ComponentVariantOfEdge { - node: Component! + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: Component! @cost(weight: "10") } "A connection to a list of items." type ComponentsConnection { "A list of edges." edges: [ComponentsEdge!] - "A flattened list of the nodes." - 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,53 +562,64 @@ 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! + dataId: Uuid! + dataKind: DataKind! + dataTimestamp: DateTime! +} + type DataApproval { - approver: Institution + approver: Institution @cost(weight: "10") approverId: Uuid! keyFingerprint: String! + message: String! query: String! - response: String! signature: String! + statement: Reference! timestamp: DateTime! -} - -type DataConnection { - edges: [DataEdge!]! - nodes: [Data!]! - timestamp: DateTime! - totalCount: NonNegativeInt -} - -type DataEdge { - cursor: String! - node: Data! + variables: Any! } 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." type DataFormatsConnection { "A list of edges." edges: [DataFormatsEdge!] - "A flattened list of the nodes." - 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." @@ -474,109 +636,91 @@ type Database implements Node { before: String first: NonNegativeInt last: NonNegativeInt - locale: String - timestamp: DateTime + locale: Locale where: CalorimetricDataPropositionInput - ): CalorimetricDataConnection - allData( + ): CalorimetricDataConnection @cost(weight: "10") + allGeometricData( after: String before: String first: NonNegativeInt last: NonNegativeInt - locale: String - timestamp: DateTime - where: DataPropositionInput - ): DataConnection + locale: Locale + where: GeometricDataPropositionInput + ): GeometricDataConnection @cost(weight: "10") allHygrothermalData( after: String before: String first: NonNegativeInt last: NonNegativeInt - locale: String - timestamp: DateTime + locale: Locale where: HygrothermalDataPropositionInput - ): HygrothermalDataConnection + ): HygrothermalDataConnection @cost(weight: "10") allOpticalData( after: String before: String first: NonNegativeInt last: NonNegativeInt - locale: String - timestamp: DateTime + locale: Locale where: OpticalDataPropositionInput - ): OpticalDataConnection + ): OpticalDataConnection @cost(weight: "10") allPhotovoltaicData( after: String before: String first: NonNegativeInt last: NonNegativeInt - locale: String - timestamp: DateTime + locale: Locale where: PhotovoltaicDataPropositionInput - ): PhotovoltaicDataConnection - calorimetricData( - id: Uuid! - locale: String - timestamp: DateTime - ): CalorimetricData - data(id: Uuid!, locale: String, timestamp: DateTime): Data + ): 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: String - timestamp: DateTime + locale: Locale where: CalorimetricDataPropositionInput - ): Boolean - hasData( - locale: String - timestamp: DateTime - where: DataPropositionInput - ): Boolean + ): Boolean @cost(weight: "10") + hasGeometricData( + locale: Locale + where: GeometricDataPropositionInput + ): Boolean @cost(weight: "10") hasHygrothermalData( - locale: String - timestamp: DateTime + locale: Locale where: HygrothermalDataPropositionInput - ): Boolean - hasOpticalData( - locale: String - timestamp: DateTime - where: OpticalDataPropositionInput - ): Boolean + ): Boolean @cost(weight: "10") + hasOpticalData(locale: Locale, where: OpticalDataPropositionInput): Boolean + @cost(weight: "10") hasPhotovoltaicData( - locale: String - timestamp: DateTime + locale: Locale where: PhotovoltaicDataPropositionInput - ): Boolean - hygrothermalData( - id: Uuid! - locale: String - timestamp: DateTime - ): HygrothermalData + ): Boolean @cost(weight: "10") + hygrothermalData(id: Uuid!, locale: Locale): 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: Locale): OpticalData @cost(weight: "10") + photovoltaicData(id: Uuid!, locale: Locale): 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." type DatabasesConnection { "A list of edges." edges: [DatabasesEdge!] - "A flattened list of the nodes." - 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." @@ -598,6 +742,28 @@ type DeleteInstitutionPayload { query: Query! } +type DeleteOpenIdConnectApplicationError { + code: DeleteOpenIdConnectApplicationErrorCode! + message: String! + path: [String!]! +} + +type DeleteOpenIdConnectApplicationPayload { + errors: [DeleteOpenIdConnectApplicationError!] + query: Query! +} + +type DeleteOpenIdConnectAuthorizationError { + code: DeleteOpenIdConnectAuthorizationErrorCode! + message: String! + path: [String!]! +} + +type DeleteOpenIdConnectAuthorizationPayload { + errors: [DeleteOpenIdConnectAuthorizationError!] + query: Query! +} + type DeletePersonalUserDataError { code: DeletePersonalUserDataErrorCode! message: String! @@ -622,6 +788,11 @@ type DeleteUserPayload { user: User } +type DescriptionOrReference { + description: String + reference: Reference @cost(weight: "10") +} + type DisableUserTwoFactorAuthenticationError { code: DisableUserTwoFactorAuthenticationErrorCode! message: String! @@ -649,6 +820,24 @@ type EnableUserTwoFactorAuthenticatorPayload { user: User } +type FileMetaInformation { + dataFormat: DataFormat @cost(weight: "10") + dataFormatId: Uuid! + path: [String!]! +} + +type ForbidGnuPgKeyFingerprintError { + code: ForbidGnuPgKeyFingerprintErrorCode! + message: String! + path: [String!]! +} + +type ForbidGnuPgKeyFingerprintPayload { + errors: [ForbidGnuPgKeyFingerprintError!] + gnuPgKeyFingerprint: GnuPgKeyFingerprint + query: Query! +} + type ForgetUserTwoFactorAuthenticationClientError { code: ForgetUserTwoFactorAuthenticationClientErrorCode! message: String! @@ -688,15 +877,50 @@ type GenerateUserTwoFactorRecoveryCodesPayload { user: User } +type GeometricData implements Data { + appliedMethod: AppliedMethod! + approvals: [DataApproval!]! + 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: ID! + locale: Locale! + name: String + resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! + thicknesses: [Float!]! + timestamp: DateTime! + uuid: Uuid! + warnings: [String!]! +} + +type GeometricDataConnection { + edges: [GeometricDataEdge!]! + pageInfo: PageInfo! + totalCount: NonNegativeInt! +} + +type GeometricDataEdge { + cursor: String! + node: GeometricData! +} + type GetHttpsResource { - dataFormat: DataFormat + archivedFilesMetaInformation: [FileMetaInformation!]! + dataFormat: DataFormat @cost(weight: "10") dataFormatId: Uuid! - description: String! + description: String hashValue: String! locator: Url! } type GetHttpsResourceTree { + nonRootVertices: [GetHttpsResourceTreeNonRootVertex!]! root: GetHttpsResourceTreeRoot! } @@ -709,20 +933,66 @@ type GetHttpsResourceTreeNonRootVertex { type GetHttpsResourceTreeRoot { value: GetHttpsResource! + 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! - component: Component + approvals: [DataApproval!]! + 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! + id: ID! + locale: Locale! name: String - resourceTree: GetHttpsResourceTree! resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! timestamp: DateTime! uuid: Uuid! warnings: [String!]! @@ -730,9 +1000,8 @@ type HygrothermalData implements Data { type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! - nodes: [HygrothermalData!]! - timestamp: DateTime! - totalCount: NonNegativeInt + pageInfo: PageInfo! + totalCount: NonNegativeInt! } type HygrothermalDataEdge { @@ -740,43 +1009,81 @@ type HygrothermalDataEdge { node: HygrothermalData! } -type Institution implements Node & Stakeholder { +type Institution implements Node { abbreviation: String + canCurrentUserDeleteNode: Boolean! @cost(weight: "10") + canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") + canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! developedMethods( pending: Boolean! = false - ): InstitutionDevelopedMethodConnection! + 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! - managedInstitutions: InstitutionManagedInstitutionConnection! - managedMethods: InstitutionManagedMethodConnection! - manager: InstitutionManagerEdge + 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! + where: InstitutionManufacturedComponentFilterInput @cost(weight: "10") + ): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! - operatedDatabases: InstitutionOperatedDatabaseConnection! + 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! + where: InstitutionRepresentativeFilterInput @cost(weight: "10") + ): 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") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionDevelopedMethodEdge { - node: Method! + 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! - edges: [InstitutionManagedDataFormatEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionManagedDataFormatEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionManagedDataFormatEdge { @@ -784,8 +1091,9 @@ type InstitutionManagedDataFormatEdge { } type InstitutionManagedInstitutionConnection { - canCurrentUserAddEdge: Boolean! - edges: [InstitutionManagedInstitutionEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionManagedInstitutionEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionManagedInstitutionEdge { @@ -793,8 +1101,9 @@ type InstitutionManagedInstitutionEdge { } type InstitutionManagedMethodConnection { - canCurrentUserAddEdge: Boolean! - edges: [InstitutionManagedMethodEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionManagedMethodEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionManagedMethodEdge { @@ -802,39 +1111,56 @@ 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") + totalCount: NonNegativeInt! @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") + 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! - edges: [InstitutionRepresentativeEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionRepresentativeEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionRepresentativeEdge { - node: User! + node: User! @cost(weight: "10") role: InstitutionRepresentativeRole! } @@ -842,11 +1168,10 @@ 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! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -854,7 +1179,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 { @@ -909,38 +1234,46 @@ 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 + where: IMethodDeveloperFilterInput @cost(weight: "10") + ): 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") + totalCount: NonNegativeInt! @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." type MethodsConnection { "A list of edges." edges: [MethodsEdge!] - "A flattened list of the nodes." - 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." @@ -952,111 +1285,284 @@ 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(apply: BEFORE_RESOLVER, policy: "Write") + @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(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") changeUserPassword( input: ChangeUserPasswordInput! ): ChangeUserPasswordPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") confirmComponentManufacturer( input: ConfirmComponentManufacturerInput! ): ConfirmComponentManufacturerPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") confirmInstitutionMethodDeveloper( input: ConfirmInstitutionMethodDeveloperInput! ): ConfirmInstitutionMethodDeveloperPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") confirmInstitutionRepresentative( input: ConfirmInstitutionRepresentativeInput! ): ConfirmInstitutionRepresentativePayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! + @cost(weight: "10") confirmUserEmailChange( input: ConfirmUserEmailChangeInput! - ): ConfirmUserEmailChangePayload! + ): ConfirmUserEmailChangePayload! @cost(weight: "10") confirmUserMethodDeveloper( input: ConfirmUserMethodDeveloperInput! ): ConfirmUserMethodDeveloperPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") createComponent(input: CreateComponentInput!): CreateComponentPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") createMethod(input: CreateMethodInput!): CreateMethodPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") + createOpenIdConnectApplication( + input: CreateOpenIdConnectApplicationInput! + ): CreateOpenIdConnectApplicationPayload! + @authorize(policy: "Write") + @cost(weight: "10") deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + @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(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") deleteUser(input: DeleteUserInput!): DeleteUserPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") enableUserTwoFactorAuthenticator( input: EnableUserTwoFactorAuthenticatorInput! ): EnableUserTwoFactorAuthenticatorPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") + forbidGnuPgKeyFingerprint( + input: ForbidGnuPgKeyFingerprintInput! + ): ForbidGnuPgKeyFingerprintPayload! + @authorize(policy: "Write") + @cost(weight: "10") forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - loginUser(input: LoginUserInput!): LoginUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") loginUserWithRecoveryCode( input: LoginUserWithRecoveryCodeInput! - ): LoginUserWithRecoveryCodePayload! + ): LoginUserWithRecoveryCodePayload! @cost(weight: "10") loginUserWithTwoFactorCode( input: LoginUserWithTwoFactorCodeInput! - ): LoginUserWithTwoFactorCodePayload! + ): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") logoutUser: LogoutUserPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @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(apply: BEFORE_RESOLVER, policy: "Write") + @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! + ): RequestUserPasswordResetPayload! @cost(weight: "10") resendUserEmailConfirmation( input: ResendUserEmailConfirmationInput! - ): ResendUserEmailConfirmationPayload! + ): ResendUserEmailConfirmationPayload! @cost(weight: "10") resendUserEmailVerification: ResendUserEmailVerificationPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! + @cost(weight: "10") resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @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(apply: BEFORE_RESOLVER, policy: "ManageUser") + @authorize(policy: "ManageUser") + @cost(weight: "10") setUserPhoneNumber( input: SetUserPhoneNumberInput! ): SetUserPhoneNumberPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") + @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(apply: BEFORE_RESOLVER, policy: "Write") + @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(apply: BEFORE_RESOLVER, policy: "Write") + @authorize(policy: "Write") + @cost(weight: "10") } type NamedMethodArgument { name: String! + value: Any! +} + +type NamedMethodSource { + name: String! + value: CrossDatabaseDataReference! } type Numeration { @@ -1066,96 +1572,139 @@ type Numeration { } type OpenEndedDateTimeRange { - from: DateTime - to: DateTime + from: DateTime @cost(weight: "10") + 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 OpenIdConnectApplication { - authorizations: [OpenIdConnectAuthorization!]! - clientId: String - clientSecret: String - concurrencyToken: String - consentType: String - displayName: String - displayNames: String - id: String - permissions: String - postLogoutRedirectUris: String - properties: String - redirectUris: String - requirements: String - tokens: [OpenIdConnectToken!]! - type: String +type OpenIdConnectApplicationAuthorizationConnection { + edges: [OpenIdConnectApplicationAuthorizationEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } -type OpenIdConnectAuthorization { - application: OpenIdConnectApplication - concurrencyToken: String +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: String - properties: String - scopes: String + id: ID! status: String subject: String - tokens: [OpenIdConnectToken!]! + tokens: OpenIdConnectAuthorizationTokenConnection! @cost(weight: "10") type: String + uuid: Uuid! @cost(weight: "10") + version: NonNegativeInt! } -type OpenIdConnectScope { - concurrencyToken: String - description: String - descriptions: String - displayName: String - displayNames: String - id: String - name: String - properties: String - resources: String +type OpenIdConnectAuthorizationApplicationEdge { + node: OpenIdConnectApplication! } -type OpenIdConnectToken { - application: OpenIdConnectApplication - authorization: OpenIdConnectAuthorization - concurrencyToken: String +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: String - payload: String - properties: String + id: ID! redemptionDate: DateTime - referenceId: String 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! - component: Component + approvals: [DataApproval!]! + cielabColors: [CielabColor!]! + coatedSide: CoatedSide + 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! + id: ID! infraredEmittances: [Float!]! - locale: String! + locale: Locale! name: String nearnormalHemisphericalSolarReflectances: [Float!]! nearnormalHemisphericalSolarTransmittances: [Float!]! nearnormalHemisphericalVisibleReflectances: [Float!]! nearnormalHemisphericalVisibleTransmittances: [Float!]! - resourceTree: GetHttpsResourceTree! resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! + subtype: OpticalComponentSubtype timestamp: DateTime! + type: OpticalComponentType uuid: Uuid! warnings: [String!]! } type OpticalDataConnection { edges: [OpticalDataEdge!]! - nodes: [OpticalData!]! - timestamp: DateTime! - totalCount: NonNegativeInt + pageInfo: PageInfo! + totalCount: NonNegativeInt! } type OpticalDataEdge { @@ -1175,18 +1724,58 @@ type PageInfo { startCursor: String } -type PhotovoltaicData implements Data { - appliedMethod: AppliedMethod! - component: Component - componentId: Uuid! - createdAt: DateTime! - creatorId: Uuid! - description: String - id: String! - locale: String! - name: String - resourceTree: GetHttpsResourceTree! +"A connection to a list of items." +type PendingDatabasesConnection { + "A list of edges." + edges: [PendingDatabasesEdge!] + "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!] + "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! + approvals: [DataApproval!]! + 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: ID! + locale: Locale! + name: String resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! timestamp: DateTime! uuid: Uuid! warnings: [String!]! @@ -1194,9 +1783,8 @@ type PhotovoltaicData implements Data { type PhotovoltaicDataConnection { edges: [PhotovoltaicDataEdge!]! - nodes: [PhotovoltaicData!]! - timestamp: DateTime! - totalCount: NonNegativeInt + pageInfo: PageInfo! + totalCount: NonNegativeInt! } type PhotovoltaicDataEdge { @@ -1204,7 +1792,12 @@ type PhotovoltaicDataEdge { node: PhotovoltaicData! } -type Publication implements Reference { +type PrimeSurfaceOrDirection { + direction: DescriptionOrReference + surface: DescriptionOrReference +} + +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 @@ -1216,12 +1809,12 @@ 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 } type Query { - component(uuid: Uuid!): Component + component(id: Uuid!): Component @cost(weight: "10") components( "Returns the elements in the list that come after the specified cursor." after: String @@ -1231,11 +1824,40 @@ type Query { first: Int "Returns the last _n_ elements from the list." last: Int - order: [ComponentSortInput!] - where: ComponentFilterInput + order: [ComponentSortInput!] @cost(weight: "10") + where: ComponentFilterInput @cost(weight: "10") ): ComponentsConnection - currentUser: User - dataFormat(uuid: Uuid!): DataFormat + @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") + dataFormat(id: Uuid!): DataFormat @cost(weight: "10") dataFormats( "Returns the elements in the list that come after the specified cursor." after: String @@ -1245,11 +1867,20 @@ type Query { first: Int "Returns the last _n_ elements from the list." last: Int - order: [DataFormatSortInput!] - where: DataFormatFilterInput + order: [DataFormatSortInput!] @cost(weight: "10") + where: DataFormatFilterInput @cost(weight: "10") ): DataFormatsConnection - database(uuid: Uuid!): Database - databases( + @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." @@ -1258,10 +1889,18 @@ type Query { first: Int "Returns the last _n_ elements from the list." last: Int - order: [DatabaseSortInput!] - where: DatabaseFilterInput - ): DatabasesConnection - institution(uuid: Uuid!): Institution + 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 @@ -1271,10 +1910,18 @@ type Query { first: Int "Returns the last _n_ elements from the list." last: Int - order: [InstitutionSortInput!] - where: InstitutionFilterInput + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") ): InstitutionsConnection - method(uuid: Uuid!): Method + @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 @@ -1284,18 +1931,80 @@ type Query { first: Int "Returns the last _n_ elements from the list." last: Int - order: [MethodSortInput!] - where: MethodFilterInput + 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 + 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]! + 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!]! - openIdConnectScopes: [OpenIdConnectScope!]! + @authorize(policy: "Read") + @cost(weight: "10") + openIdConnectToken(id: Uuid!): OpenIdConnectToken + @authorize(policy: "Read") + @cost(weight: "10") openIdConnectTokens: [OpenIdConnectToken!]! - user(uuid: Uuid!): User + @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 @@ -1305,8 +2014,17 @@ type Query { first: Int "Returns the last _n_ elements from the list." last: Int - order: [UserSortInput!] + 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 { @@ -1321,6 +2039,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! @@ -1329,9 +2112,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 { @@ -1405,10 +2201,46 @@ type ResetUserTwoFactorAuthenticatorPayload { type ResponseApproval { keyFingerprint: String! + message: String! query: String! - response: String! signature: String! timestamp: DateTime! + variables: Any! +} + +type RevokeOpenIdConnectTokenError { + code: RevokeOpenIdConnectTokenErrorCode! + message: String! + path: [String!]! +} + +type RevokeOpenIdConnectTokenPayload { + errors: [RevokeOpenIdConnectTokenError!] + query: Query! +} + +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 { @@ -1436,7 +2268,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! @@ -1448,9 +2280,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! } @@ -1462,6 +2306,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! @@ -1474,48 +2367,98 @@ type UpdateInstitutionPayload { query: Query! } -type User implements Node & Stakeholder { - canCurrentUserDeleteUser: Boolean! - developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! - email: String - hasPassword: Boolean +type UpdateMethodError { + code: UpdateMethodErrorCode! + message: String! + path: [String!]! +} + +type UpdateMethodPayload { + errors: [UpdateMethodError!] + method: Method + query: Query! +} + +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") + 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 - isPhoneNumberConfirmed: Boolean + isEmailConfirmed: Boolean @cost(weight: "10") + isPhoneNumberConfirmed: Boolean @cost(weight: "10") "Full name" - name: String! - phoneNumber: String + name: String! @cost(weight: "10") + phoneNumber: String @cost(weight: "10") + postalAddress: String @cost(weight: "10") representedInstitutions( pending: Boolean! = false - ): UserRepresentedInstitutionConnection! - roles: [UserRole!]! - rolesCurrentUserCanAdd: [UserRole!]! - rolesCurrentUserCanRemove: [UserRole!]! - twoFactorAuthentication: TwoFactorAuthentication - uuid: Uuid! - websiteLocator: Url + where: UserRepresentedInstitutionFilterInput @cost(weight: "10") + ): 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") + totalCount: NonNegativeInt! @cost(weight: "10") } type UserDevelopedMethodEdge { - node: Method! + node: Method! @cost(weight: "10") +} + +type UserGnuPgKeyFingerprintConnection { + edges: [UserGnuPgKeyFingerprintEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") +} + +type UserGnuPgKeyFingerprintEdge { + node: GnuPgKeyFingerprint! } 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") + totalCount: NonNegativeInt! @cost(weight: "10") } type UserRepresentedInstitutionEdge { - node: Institution! + node: Institution! @cost(weight: "10") role: InstitutionRepresentativeRole! } @@ -1523,11 +2466,10 @@ 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! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -1538,6 +2480,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! @@ -1550,20 +2504,60 @@ type VerifyInstitutionPayload { query: Query! } +union Reference = Publication | Standard + +union Stakeholder = Institution | User + +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 AllowGnuPgKeyFingerprintInput { + fingerprint: String! +} + input BooleanOperationFilterInput { - eq: Boolean - neq: Boolean + equalTo: Boolean @cost(weight: "10") + notEqualTo: Boolean @cost(weight: "10") } input CalorimetricDataPropositionInput { @@ -1578,7 +2572,7 @@ input CalorimetricDataPropositionInput { input ChangeInstitutionRepresentativeRoleInput { institutionId: Uuid! - newRole: InstitutionRepresentativeRole! + role: InstitutionRepresentativeRole! userId: Uuid! } @@ -1609,41 +2603,122 @@ input ClosedIntervalInput { upperBound: Float! } +input CoatedSidePropositionInput { + equalTo: CoatedSide + in: [CoatedSide!] + notEqualTo: CoatedSide + 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 { - eq: Uuid - neq: Uuid - in: [Uuid!] - nin: [Uuid!] - gt: Uuid - ngt: Uuid - gte: Uuid - ngte: Uuid - lt: Uuid - nlt: Uuid - lte: Uuid - nlte: Uuid + 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 { - eq: Int - neq: Int - in: [Int!] - nin: [Int!] - gt: Int - ngt: Int - gte: Int - ngte: Int - lt: Int - nlt: Int - lte: Int - nlte: Int + 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 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 } input ComponentCategoryOperationFilterInput { - eq: ComponentCategory - neq: ComponentCategory - in: [ComponentCategory!] - nin: [ComponentCategory!] + equalTo: ComponentCategory @cost(weight: "10") + notEqualTo: ComponentCategory @cost(weight: "10") + in: [ComponentCategory!] @cost(weight: "10") + notIn: [ComponentCategory!] @cost(weight: "10") +} + +input ComponentConcretizationOfFilterInput { + and: [ComponentConcretizationOfFilterInput!] + or: [ComponentConcretizationOfFilterInput!] + generalComponent: ComponentFilterInput } input ComponentFilterInput { @@ -1654,15 +2729,49 @@ input ComponentFilterInput { abbreviation: StringOperationFilterInput description: StringOperationFilterInput categories: ListComponentCategoryOperationFilterInput + extras: JsonElementFilterInput + partOf: ListComponentFilterTypeFilterInput + parts: ListComponentFilterTypeFilterInput + partOfEdges: ListFilterInputTypeOfComponentAssemblyFilterInput + partEdges: ListFilterInputTypeOfComponentAssemblyFilterInput + concretizations: ListComponentFilterTypeFilterInput + generalizations: ListComponentFilterTypeFilterInput + variants: ListComponentFilterTypeFilterInput + manufacturers: ListInstitutionFilterTypeFilterInput + manufacturerEdges: ListFilterInputTypeOfComponentManufacturerFilterInput +} + +input ComponentGeneralizationOfFilterInput { + and: [ComponentGeneralizationOfFilterInput!] + or: [ComponentGeneralizationOfFilterInput!] + concreteComponent: ComponentFilterInput +} + +input ComponentManufacturerFilterInput { + and: [ComponentManufacturerFilterInput!] + or: [ComponentManufacturerFilterInput!] + institution: InstitutionFilterInput +} + +input ComponentPartOfFilterInput { + and: [ComponentPartOfFilterInput!] + or: [ComponentPartOfFilterInput!] + assembledComponent: ComponentFilterInput + index: ComparableNullableOfByteOperationFilterInput + primeSurface: NullableOfPrimeSurfaceOperationFilterInput } input ComponentSortInput { - name: SortEnumType - abbreviation: SortEnumType - description: SortEnumType - availability: SortEnumType - id: SortEnumType - xmin: SortEnumType + id: SortEnumType @cost(weight: "10") + name: SortEnumType @cost(weight: "10") + abbreviation: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") +} + +input ComponentVariantOfFilterInput { + and: [ComponentVariantOfFilterInput!] + or: [ComponentVariantOfFilterInput!] + ofComponent: ComponentFilterInput } input ConfirmComponentManufacturerInput { @@ -1698,17 +2807,16 @@ input ConfirmUserMethodDeveloperInput { input CreateComponentInput { abbreviation: String - assembledOfIds: [Uuid!]! availability: OpenEndedDateTimeRangeInput categories: [ComponentCategory!]! - concretizationOfIds: [Uuid!]! + componentId: Uuid description: String! - furtherManufacturerIds: [Uuid!]! - generalizationOfIds: [Uuid!]! + extras: Any manufacturerId: Uuid! name: String! - partOfIds: [Uuid!]! - variantOfIds: [Uuid!]! + primeDirection: DescriptionOrReferenceInput + primeSurface: DescriptionOrReferenceInput + switchableLayers: DescriptionOrReferenceInput } input CreateDataFormatInput { @@ -1717,9 +2825,8 @@ input CreateDataFormatInput { managerId: Uuid! mediaType: String! name: String! - publication: CreatePublicationInput + reference: ReferenceInput schemaLocator: Url - standard: CreateStandardInput } input CreateDatabaseInput { @@ -1732,6 +2839,8 @@ input CreateDatabaseInput { input CreateInstitutionInput { abbreviation: String description: String! + extras: Any + institutionId: Uuid managerId: Uuid name: String! ownerIds: [Uuid!]! @@ -1747,37 +2856,22 @@ input CreateMethodInput { institutionDeveloperIds: [Uuid!]! managerId: Uuid! name: String! - publication: CreatePublicationInput - standard: CreateStandardInput + reference: ReferenceInput userDeveloperIds: [Uuid!]! validity: OpenEndedDateTimeRangeInput } -input CreateNumerationInput { - mainNumber: String! - prefix: String - 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 CreateOpenIdConnectApplicationInput { + clientId: String! + consentType: OpenIdConnectConsentType! + displayName: String! + endpoints: [OpenIdConnectEndpoint!]! + grantTypes: [OpenIdConnectGrantType!]! + institutionId: Uuid! + postLogoutRedirectUri: Url + redirectUri: Url + responseTypes: [OpenIdConnectResponseType!]! + scopes: [OpenIdConnectScope!]! } input DataFormatFilterInput { @@ -1785,40 +2879,21 @@ input DataFormatFilterInput { or: [DataFormatFilterInput!] id: ComparableGuidOperationFilterInput name: StringOperationFilterInput + extension: StringOperationFilterInput description: StringOperationFilterInput mediaType: StringOperationFilterInput + schemaLocator: UriFilterInput + 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 -} - -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 + 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") + manager: InstitutionSortInput @cost(weight: "10") } input DatabaseFilterInput { @@ -1828,22 +2903,29 @@ input DatabaseFilterInput { name: StringOperationFilterInput description: StringOperationFilterInput locator: UriFilterInput + operator: InstitutionFilterInput } input DatabaseSortInput { - name: SortEnumType - description: SortEnumType - locator: UriSortInput - operatorId: SortEnumType - operator: InstitutionSortInput - id: SortEnumType - xmin: SortEnumType + id: SortEnumType @cost(weight: "10") + name: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") + locator: UriSortInput @cost(weight: "10") + operator: InstitutionSortInput @cost(weight: "10") } input DeleteInstitutionInput { institutionId: Uuid! } +input DeleteOpenIdConnectApplicationInput { + applicationId: Uuid! +} + +input DeleteOpenIdConnectAuthorizationInput { + authorizationId: Uuid! +} + input DeletePersonalUserDataInput { password: String } @@ -1852,6 +2934,11 @@ input DeleteUserInput { userId: Uuid! } +input DescriptionOrReferenceInput { + description: String + reference: ReferenceInput +} + input EnableUserTwoFactorAuthenticatorInput { verificationCode: String! } @@ -1879,6 +2966,19 @@ input FloatsPropositionInput { some: FloatPropositionInput } +input ForbidGnuPgKeyFingerprintInput { + fingerprint: String! +} + +input GeometricDataPropositionInput { + and: [GeometricDataPropositionInput!] + componentId: UuidPropositionInput + not: GeometricDataPropositionInput + or: [GeometricDataPropositionInput!] + resources: GetHttpsResourcesPropositionInput + thicknesses: FloatsPropositionInput +} + input GetHttpsResourcePropositionInput { archivedFilesMetaInformation: FilesMetaInformationPropositionInput dataFormatId: UuidPropositionInput @@ -1890,6 +2990,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 @@ -1898,10 +3029,9 @@ input HygrothermalDataPropositionInput { resources: GetHttpsResourcesPropositionInput } -input IReferenceSortInput { - title: SortEnumType - abstract: SortEnumType - section: SortEnumType +input IMethodDeveloperFilterInput { + and: [IMethodDeveloperFilterInput!] + or: [IMethodDeveloperFilterInput!] } input InstitutionFilterInput { @@ -1913,53 +3043,284 @@ input InstitutionFilterInput { description: StringOperationFilterInput websiteLocator: UriFilterInput state: InstitutionStateOperationFilterInput + extras: JsonElementFilterInput + developedMethods: ListMethodFilterTypeFilterInput + developedMethodEdges: ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput + managedMethods: ListMethodFilterTypeFilterInput + managedDataFormats: ListDataFormatFilterTypeFilterInput + manufacturedComponents: ListComponentFilterTypeFilterInput + manufacturedComponentEdges: ListFilterInputTypeOfComponentManufacturerFilterInput + operatedDatabases: ListDatabaseFilterTypeFilterInput + manager: InstitutionFilterInput + managedInstitutions: ListInstitutionFilterTypeFilterInput + representatives: ListUserFilterTypeFilterInput + 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!] +} + +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!] + user: UserFilterInput + role: InstitutionRepresentativeRoleOperationFilterInput +} + +input InstitutionRepresentativeRoleOperationFilterInput { + equalTo: InstitutionRepresentativeRole @cost(weight: "10") + notEqualTo: InstitutionRepresentativeRole @cost(weight: "10") + in: [InstitutionRepresentativeRole!] @cost(weight: "10") + notIn: [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 + 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") + state: SortEnumType @cost(weight: "10") + manager: InstitutionSortInput @cost(weight: "10") } input InstitutionStateOperationFilterInput { - eq: InstitutionState - neq: InstitutionState - in: [InstitutionState!] - nin: [InstitutionState!] + equalTo: InstitutionState @cost(weight: "10") + notEqualTo: InstitutionState @cost(weight: "10") + in: [InstitutionState!] @cost(weight: "10") + notIn: [InstitutionState!] @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 { - 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 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 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 ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput { + all: InstitutionMethodDeveloperFilterInput @cost(weight: "10") + none: InstitutionMethodDeveloperFilterInput @cost(weight: "10") + some: InstitutionMethodDeveloperFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +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 - 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 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 - 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 LoginUserInput { email: String! password: String! - rememberMe: Boolean! } input LoginUserWithRecoveryCodeInput { @@ -1969,14 +3330,13 @@ input LoginUserWithRecoveryCodeInput { input LoginUserWithTwoFactorCodeInput { authenticatorCode: String! rememberMachine: Boolean! - rememberMe: Boolean! } input MethodCategoryOperationFilterInput { - eq: MethodCategory - neq: MethodCategory - in: [MethodCategory!] - nin: [MethodCategory!] + equalTo: MethodCategory @cost(weight: "10") + notEqualTo: MethodCategory @cost(weight: "10") + in: [MethodCategory!] @cost(weight: "10") + notIn: [MethodCategory!] @cost(weight: "10") } input MethodFilterInput { @@ -1985,28 +3345,34 @@ input MethodFilterInput { id: ComparableGuidOperationFilterInput name: StringOperationFilterInput description: StringOperationFilterInput + calculationLocator: UriFilterInput categories: ListMethodCategoryOperationFilterInput + institutionDevelopers: ListInstitutionFilterTypeFilterInput + institutionDeveloperEdges: ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput + userDevelopers: ListUserFilterTypeFilterInput + userDeveloperEdges: ListFilterInputTypeOfUserMethodDeveloperFilterInput + 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 -} - -input NumerationSortInput { - prefix: SortEnumType - mainNumber: SortEnumType - suffix: SortEnumType + id: SortEnumType @cost(weight: "10") + name: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") + calculationLocator: UriSortInput @cost(weight: "10") + manager: InstitutionSortInput @cost(weight: "10") +} + +input NullableOfPrimeSurfaceOperationFilterInput { + equalTo: PrimeSurface @cost(weight: "10") + notEqualTo: PrimeSurface @cost(weight: "10") + in: [PrimeSurface] @cost(weight: "10") + notIn: [PrimeSurface] @cost(weight: "10") +} + +input NumerationInput { + mainNumber: String! + prefix: String + suffix: String } input OpenEndedDateTimeRangeInput { @@ -2014,9 +3380,85 @@ input OpenEndedDateTimeRangeInput { 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!] + 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 @@ -2027,6 +3469,8 @@ input OpticalDataPropositionInput { not: OpticalDataPropositionInput or: [OpticalDataPropositionInput!] resources: GetHttpsResourcesPropositionInput + subtype: OpticalComponentSubtypePropositionInput + type: OpticalComponentTypePropositionInput } input PhotovoltaicDataPropositionInput { @@ -2037,26 +3481,53 @@ input PhotovoltaicDataPropositionInput { resources: GetHttpsResourcesPropositionInput } -input PublicationSortInput { - title: SortEnumType - abstract: SortEnumType - "Referenced section" - section: SortEnumType - "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 - "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 - "A Uniform Resource Name (URN) can be used to define a publication. TODO: Improve the regex pattern to further restrict the string." - urn: SortEnumType - "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 +input PublicationInput { + abstract: String + arXiv: String + authors: [String!] + doi: String + section: String + title: String + urn: String + webAddress: Url +} + +input ReferenceInput { + publication: PublicationInput + standard: StandardInput +} + +input RegisterUserInput { + email: String! + 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 RegisterUserInput { - email: String! - name: String! - password: String! - passwordConfirmation: String! +input RemoveComponentVariantInput { + oneComponentId: Uuid! + otherComponentId: Uuid! +} + +input RemoveInstitutionMethodDeveloperInput { + institutionId: Uuid! + methodId: Uuid! } input RemoveInstitutionRepresentativeInput { @@ -2064,6 +3535,11 @@ input RemoveInstitutionRepresentativeInput { userId: Uuid! } +input RemoveUserMethodDeveloperInput { + methodId: Uuid! + userId: Uuid! +} + input RemoveUserRoleInput { role: UserRole! userId: Uuid! @@ -2071,6 +3547,7 @@ input RemoveUserRoleInput { input RequestUserPasswordResetInput { email: String! + returnTo: Url } input ResendUserEmailConfirmationInput { @@ -2084,6 +3561,20 @@ input ResetUserPasswordInput { resetCode: String! } +input RevokeOpenIdConnectTokenInput { + tokenId: Uuid! +} + +input SetComponentExtrasInput { + componentId: Uuid! + extras: Any +} + +input SetInstitutionExtrasInput { + extras: Any + institutionId: Uuid! +} + input SetUserPasswordInput { password: String! passwordConfirmation: String! @@ -2093,42 +3584,107 @@ input SetUserPhoneNumberInput { phoneNumber: String! } -"`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." -input StandardSortInput { - title: SortEnumType - abstract: SortEnumType - "The section of the standard to which the reference refers to." - section: SortEnumType - "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 +input StandardInput { + abstract: String + locator: Url + numeration: NumerationInput! + section: String + standardizers: [Standardizer!]! + title: String + year: Int } 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 + equalTo: String @cost(weight: "10") + notEqualTo: String @cost(weight: "10") + contains: String @cost(weight: "20") + doesNotContain: String @cost(weight: "20") + in: [String] @cost(weight: "10") + notIn: [String] @cost(weight: "10") + startsWith: String @cost(weight: "20") + doesNotStartWith: String @cost(weight: "20") + endsWith: String @cost(weight: "20") + doesNotEndWith: 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! + extras: Any + manufacturerId: Uuid + name: String! + primeDirection: DescriptionOrReferenceInput + primeSurface: DescriptionOrReferenceInput + switchableLayers: DescriptionOrReferenceInput +} + +input UpdateDataFormatInput { + dataFormatId: Uuid! + description: String! + extension: String + mediaType: String! + name: String! + reference: ReferenceInput + schemaLocator: Url +} + +input UpdateDatabaseInput { + databaseId: Uuid! + description: String! + locator: Url! + name: String! } input UpdateInstitutionInput { abbreviation: String description: String! + extras: Any institutionId: Uuid! name: String! publicKey: String websiteLocator: Url } +input UpdateMethodInput { + availability: OpenEndedDateTimeRangeInput + calculationLocator: Url + categories: [MethodCategory!]! + description: String! + methodId: Uuid! + name: String! + reference: ReferenceInput + 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!] @@ -2157,67 +3713,136 @@ input UriFilterInput { } input UriHostNameTypeOperationFilterInput { - eq: UriHostNameType - neq: UriHostNameType - in: [UriHostNameType!] - nin: [UriHostNameType!] + equalTo: UriHostNameType @cost(weight: "10") + notEqualTo: UriHostNameType @cost(weight: "10") + in: [UriHostNameType!] @cost(weight: "10") + notIn: [UriHostNameType!] @cost(weight: "10") } 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 UserDevelopedMethodFilterInput { + and: [UserDevelopedMethodFilterInput!] + or: [UserDevelopedMethodFilterInput!] + method: MethodFilterInput +} + +input UserFilterInput { + and: [UserFilterInput!] + or: [UserFilterInput!] + id: ComparableGuidOperationFilterInput + developedMethods: ListMethodFilterTypeFilterInput + developedMethodEdges: ListFilterInputTypeOfUserMethodDeveloperFilterInput + representedInstitutions: ListInstitutionFilterTypeFilterInput + representedInstitutionEdges: ListFilterInputTypeOfInstitutionRepresentativeFilterInput +} + +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 { - "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 + id: SortEnumType @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 AddGnuPgKeyFingerprintErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_INSTITUTION + DUPLICATE_FINGERPRINT + UNKNOWN_KEY +} + +enum AddInstitutionMethodDeveloperErrorCode { + UNKNOWN + UNKNOWN_METHOD + UNKNOWN_INSTITUTION + UNAUTHORIZED + DUPLICATE +} + enum AddInstitutionRepresentativeErrorCode { UNKNOWN UNKNOWN_INSTITUTION @@ -2226,15 +3851,34 @@ enum AddInstitutionRepresentativeErrorCode { UNAUTHORIZED } +enum AddUserMethodDeveloperErrorCode { + UNKNOWN + UNKNOWN_METHOD + UNKNOWN_USER + UNAUTHORIZED + DUPLICATE +} + enum AddUserRoleErrorCode { UNKNOWN UNKNOWN_USER UNAUTHORIZED } +enum AllowGnuPgKeyFingerprintErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_FINGERPRINT +} + +"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 { @@ -2250,7 +3894,7 @@ enum ChangeUserEmailErrorCode { UNKNOWN UNKNOWN_USER UNCHANGED_EMAIL - INVALID_EMAIL + UNKNOWN_CURRENT_EMAIL } enum ChangeUserPasswordErrorCode { @@ -2265,6 +3909,15 @@ enum ChangeUserPasswordErrorCode { PASSWORD_TOO_SHORT } +enum CoatedSide { + FRONT + BACK + BOTH + NEITHER + UNKNOWN + NOT_APPLICABLE +} + enum ComponentCategory { MATERIAL LAYER @@ -2319,13 +3972,9 @@ 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 + AMBIGUOUS_REFERENCE + DUPLICATE_COMPONENT_ID } enum CreateDataFormatErrorCode { @@ -2347,6 +3996,7 @@ enum CreateInstitutionErrorCode { UNKNOWN_OWNERS UNKNOWN_MANAGER UNAUTHORIZED + DUPLICATE_INSTITUTION_ID } enum CreateMethodErrorCode { @@ -2358,10 +4008,43 @@ enum CreateMethodErrorCode { UNAUTHORIZED } +enum CreateOpenIdConnectApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_INSTITUTION + DUPLICATE_CLIENT_ID +} + +enum DataKind { + CALORIMETRIC_DATA + HYGROTHERMAL_DATA + OPTICAL_DATA + PHOTOVOLTAIC_DATA + GEOMETRIC_DATA +} + +enum DatabaseVerificationState { + PENDING + VERIFIED +} + enum DeleteInstitutionErrorCode { UNKNOWN UNKNOWN_INSTITUTION UNAUTHORIZED + MANAGING +} + +enum DeleteOpenIdConnectApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_APPLICATION +} + +enum DeleteOpenIdConnectAuthorizationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_AUTHORIZATION } enum DeletePersonalUserDataErrorCode { @@ -2389,6 +4072,12 @@ enum EnableUserTwoFactorAuthenticatorErrorCode { INVALID_VERIFICATION_CODE } +enum ForbidGnuPgKeyFingerprintErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_FINGERPRINT +} + enum ForgetUserTwoFactorAuthenticationClientErrorCode { UNKNOWN UNKNOWN_USER @@ -2397,12 +4086,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 { @@ -2415,6 +4113,17 @@ enum InstitutionState { VERIFIED } +enum JsonValueKind { + UNDEFINED + OBJECT + ARRAY + STRING + NUMBER + TRUE + FALSE + NULL +} + enum LoginUserErrorCode { INVALID LOCKED_OUT @@ -2447,6 +4156,85 @@ 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 + 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 +} + enum RegisterUserErrorCode { UNKNOWN PASSWORD_CONFIRMATION_MISMATCH @@ -2460,6 +4248,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 @@ -2469,6 +4298,14 @@ enum RemoveInstitutionRepresentativeErrorCode { UNKNOWN_USER } +enum RemoveUserMethodDeveloperErrorCode { + UNKNOWN + UNKNOWN_METHOD + UNKNOWN_USER + UNAUTHORIZED + UNKNOWN_DEVELOPER +} + enum RemoveUserRoleErrorCode { UNKNOWN UNKNOWN_USER @@ -2486,6 +4323,7 @@ enum ResendUserEmailConfirmationErrorCode { enum ResendUserEmailVerificationErrorCode { UNKNOWN UNKNOWN_USER + UNKNOWN_EMAIL } enum ResetUserPasswordErrorCode { @@ -2506,6 +4344,25 @@ enum ResetUserTwoFactorAuthenticatorErrorCode { RESETTING_FAILED } +enum RevokeOpenIdConnectTokenErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_TOKEN + FAILED +} + +enum SetComponentExtrasErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_COMPONENT +} + +enum SetInstitutionExtrasErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_INSTITUTION +} + enum SetUserPasswordErrorCode { UNKNOWN UNKNOWN_USER @@ -2556,12 +4413,60 @@ enum Standardizer { WELL } +enum SwitchInstitutionOperatingStateErrorCode { + UNKNOWN + UNKNOWN_INSTITUTION + UNAUTHORIZED +} + +enum UpdateComponentAssemblyErrorCode { + UNKNOWN + UNKNOWN_ASSEMBLED_COMPONENT + UNKNOWN_PART_COMPONENT + UNKNOWN_ASSEMBLY + UNAUTHORIZED +} + +enum UpdateComponentErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_COMPONENT + UNKNOWN_MANUFACTURER + AMBIGUOUS_REFERENCE +} + +enum UpdateDataFormatErrorCode { + UNKNOWN + TWO_REFERENCES + UNAUTHORIZED + UNKNOWN_DATA_FORMAT +} + +enum UpdateDatabaseErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_DATABASE +} + enum UpdateInstitutionErrorCode { UNKNOWN UNAUTHORIZED UNKNOWN_INSTITUTION } +enum UpdateMethodErrorCode { + UNKNOWN + TWO_REFERENCES + UNAUTHORIZED + UNKNOWN_METHOD +} + +enum UpdateOpenIdConnectApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_APPLICATION +} + enum UriHostNameType { UNKNOWN BASIC @@ -2575,28 +4480,50 @@ enum UserRole { VERIFIER } +enum VerifyDatabaseErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_DATABASE + WRONG_VERIFICATION_CODE + REQUEST_FAILED + DESERIALIZATION_FAILED +} + enum VerifyInstitutionErrorCode { UNKNOWN UNKNOWN_INSTITUTION UNAUTHORIZED } +"The authorize directive." 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." + "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 SCHEMA | 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 +) 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 + +"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 "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( @@ -2604,19 +4531,17 @@ directive @specifiedBy( 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 +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") +"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 diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png new file mode 100644 index 00000000..451f74c6 --- /dev/null +++ b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ed2fb64dfc4bafb08bf14e1641cbceaec6b7e7346b57fe4b9b4c707dfa3461 +size 239875 diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg new file mode 100644 index 00000000..53c1d18e --- /dev/null +++ b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb20c533a1019b03a5665f95f0aa2c33ee1129d0438f2a38b289396d0b4c46a +size 93258 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/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png new file mode 100644 index 00000000..def37b3b --- /dev/null +++ b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105a35684dda93a7cb0dacedc88529e21b77f81fb7448a7cad63d8245ee3cfb7 +size 66035 diff --git a/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg new file mode 100644 index 00000000..fc862e11 --- /dev/null +++ b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg @@ -0,0 +1,3 @@ +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 new file mode 100644 index 00000000..dc74d459 --- /dev/null +++ b/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc8f5205502c327fe1702dbfa506af22fc0fab4a1343b3aa44e322e3babf3e5 +size 30228 diff --git a/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.svg b/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.svg new file mode 100644 index 00000000..d2595c40 --- /dev/null +++ b/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.svg @@ -0,0 +1,3 @@ +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 new file mode 100644 index 00000000..2657e69f --- /dev/null +++ b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98b6721dce0789349bd937695fcfd4a317f9e64d1ea5a5ab5064601ce13bb9b +size 59019 diff --git a/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.svg b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.svg new file mode 100644 index 00000000..02d3e12b --- /dev/null +++ b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.svg @@ -0,0 +1,3 @@ +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 new file mode 100644 index 00000000..4cb76552 --- /dev/null +++ b/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39002a6c98d1e1ad65a9c4c353d6b280efc23847249360018b778ad6111408b9 +size 13542 diff --git a/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.svg b/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.svg new file mode 100644 index 00000000..e6268967 --- /dev/null +++ b/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.svg @@ -0,0 +1,3 @@ +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 new file mode 100644 index 00000000..45ce01b4 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cbd67ff511f9741c0e480091d77ac19662d60cbe63bd4ad8bfd93f7bb3dc85 +size 243289 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg new file mode 100644 index 00000000..b9b770c6 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a131365bb8a0052a2fac6f671145d32e7769dd541e7b2436148ceaf4573380 +size 106260 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/out/opticalData/opticalDataSchema/opticalDataSchema.png b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png new file mode 100644 index 00000000..d9b97ad5 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca037a04962de1b9a33049d47a6baf54fc9026d2b478a7150bbce77fb8abcfe +size 393175 diff --git a/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg new file mode 100644 index 00000000..705cc0b8 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg @@ -0,0 +1,3 @@ +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 new file mode 100644 index 00000000..9605471b --- /dev/null +++ b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e8820c407586fcb430e0ba7f86f0d55e8d124a890e7fa70332bdc75c142294 +size 14521 diff --git a/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg new file mode 100644 index 00000000..c8e344e3 --- /dev/null +++ b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg @@ -0,0 +1,3 @@ +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 new file mode 100644 index 00000000..d38b027f --- /dev/null +++ b/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff5280e107e4db69dd0773fc463f447c25761fb0d700d3eb9821e7d41f6f077 +size 41225 diff --git a/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg b/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg new file mode 100644 index 00000000..52c03de2 --- /dev/null +++ b/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b26fb116c5a812fd3e8dc7ebe17645a8ee26c59c32f49758abf73b8ef7aa28 +size 30908 diff --git a/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml b/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml new file mode 100644 index 00000000..ab1a1c9a --- /dev/null +++ b/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml @@ -0,0 +1,204 @@ +@startjson calorimetricDataSchema +{ + "description": { + "type": "string" + } + , + "characteristics": { + "conditions": ["dynamic", "stationary"] + , + "primeSurface": ["exterior", "interior", "lateral"], + "componentTilt": { + "common": "componentTilt" + } + } + , + "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": "joulePerKilogramKelvinWithUncertainty" + } + } + , + "electricity": + { + "flux": { + "number": "wattWithUncertainty" + } + , + "currentVoltage": { + "common": "currentVoltage" + } + + } + } + , + "results": + { + "area": { + "category": [ + "center", + "irradiatedAbsorber", + "outerDimensions", + "projectedIrradiatedAbsorber", + "other" + ] + , + "description": { + "type": "string" + } + } + , + "uValue": { + "number": "wattPerSquareMeterKelvinWithUncertainty" + } + , + "gValue": { + "number": "numberWithUncertainty" + } + , + "efficiencies": { + "photovoltaic": { + "common": "efficiencies/photovoltaic" + } + , + "solarThermal": { + "common": "efficiencies/solarThermal" + } + } + } +} +@endjson 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 diff --git a/docs/diagrams/src/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml b/docs/diagrams/src/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml new file mode 100644 index 00000000..a3f68065 --- /dev/null +++ b/docs/diagrams/src/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml @@ -0,0 +1,90 @@ +@startjson semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric +{ + "characteristics": { + "conditions": "stationary", + "primeSurface": "interior", + "componentTilt": 90 + } + , + "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": "center" + } + , + "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/calorimetricData/uValueOpaqueInsulationLayer.plantuml b/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml new file mode 100644 index 00000000..7159b938 --- /dev/null +++ b/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml @@ -0,0 +1,33 @@ +@startjson uValueOpaqueInsulation +{ + "characteristics": { + "conditions": "stationary", + "primeSurface": "interior", + "componentTilt": 90 + }, + "fluxes": { + "conductionConvectionLongwaveRadiation": [ + { + "side": "exterior", + "flux": 3, + "temperatures": { "sample": 308 } + }, + { + "side": "interior", + "flux": -3, + "temperatures": { "sample": 288 } + } + ] + }, + "results": { + "area": { + "category": "center" + }, + "uValue": { + "uncertainValue": 0.15, + "uncertainty": 0.015, + "confidenceInterval": 68.3 + } + } +} +@endjson diff --git a/docs/diagrams/src/opticalData/incidenceSchema.plantuml b/docs/diagrams/src/opticalData/incidenceSchema.plantuml new file mode 100644 index 00000000..674cdf18 --- /dev/null +++ b/docs/diagrams/src/opticalData/incidenceSchema.plantuml @@ -0,0 +1,65 @@ +@startjson incidenceSchema +{ + "incidence": { + "direction": { + "oneOf": [ + { + "polar": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty" + } + , + "azimuth": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty" + + } + } + , + { + "title": "Hemispherical", + "type": "string", + "const": "hemispherical" + } + ] + } + , + "wavelengths": { + "oneOf": [ + { + "wavelength": { + "$ref": "number.json#/$defs/nanometer" + } + , + "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } + } + , + { + "integral": { + "type": "string", + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"] + } + } + ] + } + , + "polarization": { + "oneOf": [ + { + "s": { + "$ref": "number.json#/$defs/numberWithUncertainty" + } + , + "p": { + "$ref": "number.json#/$defs/numberWithUncertainty" + } + } + , + { + "title": "Circular polarization", + "type": "string", + "enum": ["leftHanded", "rightHanded"] + } + ] + } + } +} +@endjson \ 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..0427f020 --- /dev/null +++ b/docs/diagrams/src/opticalData/infraredDataPoint.plantuml @@ -0,0 +1,20 @@ +@startjson infraredDataPoint +{ + "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/opticalDataPointSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml new file mode 100644 index 00000000..6d77cf0b --- /dev/null +++ b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml @@ -0,0 +1,208 @@ +@startjson opticalDataPointSchema +{ + "dataPoint": { + "properties": + { + "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"] + } + + } + } + }, + "if": { + "incidence": { + "wavelengths": { + "integral": { + "const": "visible" + } + } + } + }, + "then": { + "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"] + }, + "colorRenderingIndices": { + "ra": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + } + }, + "colorReflectance": { + "name": {"type": "string" }, + "cielabColors": { + "lStar": { + "number": "numberWithUncertainty" + }, + "aStar": { + "number": "numberWithUncertainty" + }, + "bStar": { + "number": "numberWithUncertainty" + }, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + } + } + } + }, + "else": { + "results": { + "transmittance": { + "number": "numberWithUncertainty" + } + , + "reflectance": { + "number": "numberWithUncertainty" + } + , + "absorptanceEmittance": { + "number": "numberWithUncertainty" + } + } + } + } +} +@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..6de59343 --- /dev/null +++ b/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml @@ -0,0 +1,121 @@ +@startjson opticalDataPointSchematicDrawing +{ + "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 diff --git a/docs/diagrams/src/opticalData/opticalDataSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataSchema.plantuml new file mode 100644 index 00000000..b9d675c3 --- /dev/null +++ b/docs/diagrams/src/opticalData/opticalDataSchema.plantuml @@ -0,0 +1,534 @@ +@startjson opticalDataSchema +{ + "$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.", + "$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." + } + , + "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", + "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/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, + "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/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, + "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/src/opticalData/polarizedVisibleDataPoint.plantuml b/docs/diagrams/src/opticalData/polarizedVisibleDataPoint.plantuml new file mode 100644 index 00000000..8ac9e03d --- /dev/null +++ b/docs/diagrams/src/opticalData/polarizedVisibleDataPoint.plantuml @@ -0,0 +1,28 @@ +@startjson polarizedVisibleDataPoint +{ + "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/opticalData/spectrallyResolvedDataPoints.plantuml b/docs/diagrams/src/opticalData/spectrallyResolvedDataPoints.plantuml new file mode 100644 index 00000000..3961ab1f --- /dev/null +++ b/docs/diagrams/src/opticalData/spectrallyResolvedDataPoints.plantuml @@ -0,0 +1,74 @@ +@startjson spectrallyResolvedDataPoints +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + } + , + "wavelengths": { + "wavelength": 480 + } + } + , + "emergence": { + "direction": { + "polar": 8 + } + } + , + "results": { + "transmittance": 0.65, + "reflectance": 0.07 + } + } + , + { + "incidence": { + "direction": { + "polar": 8 + } + , + "wavelengths": { + "wavelength": 485 + } + } + , + "emergence": { + "direction": { + "polar": 8 + } + } + , + "results": { + "transmittance": 0.66, + "reflectance": 0.07 + } + } + , + { + "incidence": { + "direction": { + "polar": 8 + } + , + "wavelengths": { + "wavelength": 490 + } + } + , + "emergence": { + "direction": { + "polar": 8 + } + } + , + "results": { + "transmittance": 0.67, + "reflectance": 0.07 + } + } + ] +} +@endjson \ No newline at end of file diff --git a/docs/slides/double_glazing_as_assembly.pdf b/docs/slides/double_glazing_as_assembly.pdf new file mode 100644 index 00000000..2ef9df4f Binary files /dev/null and b/docs/slides/double_glazing_as_assembly.pdf differ diff --git a/docs/slides/double_glazing_as_assembly.pptx b/docs/slides/double_glazing_as_assembly.pptx new file mode 100644 index 00000000..287a7b7a Binary files /dev/null and b/docs/slides/double_glazing_as_assembly.pptx differ diff --git a/examples/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json b/examples/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json new file mode 100644 index 00000000..4639e373 --- /dev/null +++ b/examples/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/examples/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json b/examples/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json new file mode 100644 index 00000000..38e79237 --- /dev/null +++ b/examples/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/examples/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json b/examples/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json new file mode 100644 index 00000000..7dcf7cc6 --- /dev/null +++ b/examples/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 + } + ] +} diff --git a/tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json b/examples/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json similarity index 90% rename from tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json rename to examples/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json index 2b446b96..bfc02b6b 100644 --- a/tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json +++ b/examples/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/examples/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json similarity index 89% rename from tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json rename to examples/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json index d7bba6ce..54486095 100644 --- a/tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json +++ b/examples/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json @@ -13,7 +13,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "gValue": 0.32 } diff --git a/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json b/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json new file mode 100644 index 00000000..3ea1d783 --- /dev/null +++ b/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json @@ -0,0 +1,30 @@ +{ + "characteristics": { + "switchableLayers": [ + { + "slatTilt": 80, + "extensionRatio": 100 + } + ] + }, + "fluxes": { + "shortwaveRadiation": [ + { + "side": "exterior", + "direction": { + "polar": 0, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "gValue": { + "uncertainValue": 0.04, + "uncertainty": 0.05, + "confidenceInterval": 68.3 + } + } + ] +} diff --git a/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json b/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json new file mode 100644 index 00000000..bd325c90 --- /dev/null +++ b/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json @@ -0,0 +1,30 @@ +{ + "characteristics": { + "switchableLayers": [ + { + "slatTilt": 0, + "extensionRatio": 100 + } + ] + }, + "fluxes": { + "shortwaveRadiation": [ + { + "side": "exterior", + "direction": { + "polar": 60, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "gValue": { + "uncertainValue": 0.05, + "uncertainty": 0.05, + "confidenceInterval": 68.3 + } + } + ] +} diff --git a/tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json b/examples/calorimetricData/SunovationGlazingLayerCalorimetric.json similarity index 81% rename from tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json rename to examples/calorimetricData/SunovationGlazingLayerCalorimetric.json index 6aba0dce..d2c20602 100644 --- a/tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json +++ b/examples/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/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/examples/calorimetricData/uValueOpaqueInsulationLayerDiagram.json b/examples/calorimetricData/uValueOpaqueInsulationLayerDiagram.json new file mode 100644 index 00000000..bbcea9f7 --- /dev/null +++ b/examples/calorimetricData/uValueOpaqueInsulationLayerDiagram.json @@ -0,0 +1,37 @@ +{ + "characteristics": { + "conditions": "stationary", + "surface": "symmetric", + "componentTilt": 90 + }, + "fluxes": { + "conductionConvectionLongwaveRadiation": [ + { + "side": "exterior", + "flux": 3, + "temperatures": { + "sample": 308 + } + }, + { + "side": "interior", + "flux": -3, + "temperatures": { + "sample": 288 + } + } + ] + }, + "results": [ + { + "area": { + "category": "center" + }, + "uValue": { + "uncertainValue": 0.15, + "uncertainty": 0.015, + "confidenceInterval": 68.3 + } + } + ] +} diff --git a/examples/component/hygrothermal/fullHygrothermalDataSet.json b/examples/component/hygrothermal/fullHygrothermalDataSet.json new file mode 100644 index 00000000..bd18c85b --- /dev/null +++ b/examples/component/hygrothermal/fullHygrothermalDataSet.json @@ -0,0 +1,260 @@ +{ + "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, + "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/examples/component/hygrothermal/hygrothermalAsResource.json b/examples/component/hygrothermal/hygrothermalAsResource.json new file mode 100644 index 00000000..ca67aae0 --- /dev/null +++ b/examples/component/hygrothermal/hygrothermalAsResource.json @@ -0,0 +1,23 @@ +{ + "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", + "description": "An example of hygrothermal data in an XML format.", + "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/component/optical/bsdfResourceRolleaseKlems.json b/examples/component/optical/bsdfResourceRolleaseKlems.json new file mode 100644 index 00000000..f46c1eff --- /dev/null +++ b/examples/component/optical/bsdfResourceRolleaseKlems.json @@ -0,0 +1,37 @@ +{ + "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": [ + { + "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": [] + } + ] + } + ] +} diff --git a/examples/dbe/optical/es-sda-example0101layer.json b/examples/component/optical/es-sda-example0101layer.json similarity index 59% rename from examples/dbe/optical/es-sda-example0101layer.json rename to examples/component/optical/es-sda-example0101layer.json index 83db8478..4060dc4a 100644 --- a/examples/dbe/optical/es-sda-example0101layer.json +++ b/examples/component/optical/es-sda-example0101layer.json @@ -1,32 +1,36 @@ { - "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"] + "id": { + "value": "a8535146-5270-46f5-b925-4b00de265823", + "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" }, - "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." - } - }, - "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": [ { "componentCharacteristics": { @@ -38,7 +42,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "integral": "infrared" } + "wavelengths": { + "integral": "infrared" + } }, "emergence": { "direction": "hemispherical" @@ -53,7 +59,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": { @@ -70,7 +78,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": "diffuse" @@ -85,7 +95,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": { @@ -102,7 +114,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": "diffuse" @@ -115,13 +129,17 @@ ] } ] - }, + } + ] + }, + { + "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": [ { "componentCharacteristics": { @@ -133,7 +151,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "integral": "infrared" } + "wavelengths": { + "integral": "infrared" + } }, "emergence": { "direction": "hemispherical" @@ -148,7 +168,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": { @@ -165,7 +187,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": "diffuse" @@ -180,7 +204,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": { @@ -197,7 +223,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": "diffuse" @@ -213,5 +241,20 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "thickness": 0.00023 + } + ] + } + } + ] + } ] } diff --git a/examples/component/optical/es-sda-example0102unit.json b/examples/component/optical/es-sda-example0102unit.json new file mode 100644 index 00000000..7f6ad480 --- /dev/null +++ b/examples/component/optical/es-sda-example0102unit.json @@ -0,0 +1,171 @@ +{ + "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": { + "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": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3007, + "reflectance": 0.5575 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.3007 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2991, + "reflectance": 0.5935 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "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": [ + { + "data": [ + { + "componentCharacteristics": { + "surface": "prime" + }, + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.5575 + } + } + ] + } + ] + } + ] + } + ], + "calorimetric": [ + { + "data": [ + { + "results": [ + { + "area": { + "category": "center" + }, + "uValue": 0.8, + "gValue": 0.3793 + } + ] + } + ] + } + ] +} diff --git a/examples/component/optical/testlabVA210706080108integral.json b/examples/component/optical/testlabVA210706080108integral.json new file mode 100644 index 00000000..c444851e --- /dev/null +++ b/examples/component/optical/testlabVA210706080108integral.json @@ -0,0 +1,173 @@ +{ + "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": [ + { + "data": [ + { + "dataPoints": [ + { + "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": [ + { + "data": [ + { + "dataPoints": [ + { + "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": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10261251287581805 + } + } + ] + } + ] + } + ] + } + ] +} diff --git a/examples/dbe/optical/testlabVA210706080108spectral.json b/examples/component/optical/testlabVA210706080108spectral.json similarity index 99% rename from examples/dbe/optical/testlabVA210706080108spectral.json rename to examples/component/optical/testlabVA210706080108spectral.json index 1af65408..923eaaf3 100644 --- a/examples/dbe/optical/testlabVA210706080108spectral.json +++ b/examples/component/optical/testlabVA210706080108spectral.json @@ -1,13 +1,13 @@ { - "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": [ { "dataPoints": [ diff --git a/examples/component/photovoltaic/bipvInverterBuildingNatIse.json b/examples/component/photovoltaic/bipvInverterBuildingNatIse.json new file mode 100644 index 00000000..2570f4a5 --- /dev/null +++ b/examples/component/photovoltaic/bipvInverterBuildingNatIse.json @@ -0,0 +1,102 @@ +{ + "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": [ + { + "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 + } + } + } + ] + } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "height": 0.645, + "width": 0.431, + "thickness": 0.204 + } + ] + } + } + ] + } + ] +} diff --git a/examples/component/photovoltaic/bipvModuleBuildingNatIse.json b/examples/component/photovoltaic/bipvModuleBuildingNatIse.json new file mode 100644 index 00000000..e8079b35 --- /dev/null +++ b/examples/component/photovoltaic/bipvModuleBuildingNatIse.json @@ -0,0 +1,200 @@ +{ + "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": [ + { + "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 + }, + "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 + } + ] + }, + "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": [ + { + "data": [ + { + "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" + } + ] + } + ] + } + ] +} diff --git a/examples/component/photovoltaic/bipvModuleSunovationEnamel.json b/examples/component/photovoltaic/bipvModuleSunovationEnamel.json new file mode 100644 index 00000000..ba574215 --- /dev/null +++ b/examples/component/photovoltaic/bipvModuleSunovationEnamel.json @@ -0,0 +1,55 @@ +{ + "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": { + "value": "333ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "data": [ + { + "data": [ + { + "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/component/photovoltaic/bipvModuleSunovationGlazingLayer.json similarity index 55% rename from examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json rename to examples/component/photovoltaic/bipvModuleSunovationGlazingLayer.json index 5ea76a58..3746a721 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json +++ b/examples/component/photovoltaic/bipvModuleSunovationGlazingLayer.json @@ -1,80 +1,76 @@ { - "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": { - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.415 - } - } - }, - "roughness": [ - { - "surface": "nonPrime", - "rootMeanSquare": 0.2 - } - ] - }, - "calorimetric": [ + "data": [ { - "data": [ + "results": [ { - "results": [ - { - "area": { "category": "centre" }, - "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": [ { "dataPoints": [ @@ -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" @@ -180,5 +188,18 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "independent": { + "smallest": 0.415 + } + } + } + ] + } ] } diff --git a/examples/component/photovoltaic/bipvModuleSunovationGlazingUnit.json b/examples/component/photovoltaic/bipvModuleSunovationGlazingUnit.json new file mode 100644 index 00000000..8b4877e4 --- /dev/null +++ b/examples/component/photovoltaic/bipvModuleSunovationGlazingUnit.json @@ -0,0 +1,162 @@ +{ + "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": [ + { + "results": [ + { + "area": { + "category": "outerDimensions" + }, + "uValue": 1.23, + "gValue": { + "uncertainValue": 0.5, + "uncertainty": 0.1, + "confidenceInterval": 68.3 + } + } + ] + } + ] + } + ], + "photovoltaic": [ + { + "data": [ + { + "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, + "incidenceAngleModifier": 1 + }, + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.16 + } + } + } + ] + } + ], + "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/component/photovoltaic/bipvModuleSunovationLayer.json b/examples/component/photovoltaic/bipvModuleSunovationLayer.json new file mode 100644 index 00000000..c4f550c8 --- /dev/null +++ b/examples/component/photovoltaic/bipvModuleSunovationLayer.json @@ -0,0 +1,50 @@ +{ + "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": [ + { + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "width": 0.156, + "categories": ["monocrystalline", "silicon"] + } + ], + "connectionPattern": "series", + "electricConfiguration": { + "groundingNecessary": false + } + } + } + ] + } + ], + "geometric": [ + { + "data": [ + { + "assembly": [ + { + "id": "01f5554f-e909-405e-9b7b-2f08ca201f63" + }, + { + "id": "02f5554f-e909-405e-9b7b-2f08ca201f63" + }, + { + "id": "03f5554f-e909-405e-9b7b-2f08ca201f63" + } + ] + } + ] + } + ] +} diff --git a/examples/component/photovoltaic/bipvModuleSunovationUnit.json b/examples/component/photovoltaic/bipvModuleSunovationUnit.json new file mode 100644 index 00000000..be73ec24 --- /dev/null +++ b/examples/component/photovoltaic/bipvModuleSunovationUnit.json @@ -0,0 +1,127 @@ +{ + "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": [ + { + "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, + "incidenceAngleModifier": 1 + }, + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.16 + } + } + } + ] + } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "independent": { + "smallest": 0.014, + "intermediate": 1.109, + "largest": 2.488 + } + } + } + ] + } + ] +} diff --git a/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json new file mode 100644 index 00000000..fc2fb7ca --- /dev/null +++ b/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -0,0 +1,226 @@ +{ + "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": { + "transmittance": 0.15, + "reflectance": 0.1 + } + } + ] + } + ] + } + ] + } + ], + "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": [ + { + "id": { + "value": "6976d1c4-db17-4bab-a55f-10edb7120b6b", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "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 + } + } + } + ] + } + ], + "geometric": [ + { + "id": { + "value": "d7aa6538-44cc-4e90-a628-880d5d482e50", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "data": [ + { + "dimensions": { + "installed": [ + { + "thickness": 0.3 + } + ] + } + } + ] + } + ] +} diff --git a/examples/dbe/koester.json b/examples/components/RETROLux_with_two_glazings.json similarity index 81% rename from examples/dbe/koester.json rename to examples/components/RETROLux_with_two_glazings.json index bfc3b193..40dd6159 100644 --- a/examples/dbe/koester.json +++ b/examples/components/RETROLux_with_two_glazings.json @@ -32,7 +32,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "uValue": 1.1, "gValue": 0.52 @@ -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 - } + ] } ] } @@ -106,7 +110,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "gValue": 0.32 } diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json deleted file mode 100644 index c9144beb..00000000 --- a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ /dev/null @@ -1,201 +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": [ - { - "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": "centre" - }, - "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, - "IAM": 1 - }, - { - "incidence": 60, - "IAM": 0.924 - }, - { - "incidence": 90, - "IAM": 0 - } - ] - }, - "efficiency": 0.1 - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/assembly/assemblyWhichIsPartOfAnotherAssembly.json b/examples/dbe/assembly/assemblyWhichIsPartOfAnotherAssembly.json deleted file mode 100644 index 18a912d2..00000000 --- a/examples/dbe/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/dbe/assembly/collectorFieldAsGeometricAssembly.json b/examples/dbe/assembly/collectorFieldAsGeometricAssembly.json deleted file mode 100644 index 13ceedcd..00000000 --- a/examples/dbe/assembly/collectorFieldAsGeometricAssembly.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "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": [ - { - "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, - "tilt": 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, - "tilt": 90, - "rotation": 0 - } - } - ] - } - } - } - ] -} diff --git a/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json b/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json deleted file mode 100644 index b242ae25..00000000 --- a/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json +++ /dev/null @@ -1,27 +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" - ] - }, - "characteristics": { - "geometry": { - "assemblyList": [ - { - "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 deleted file mode 100644 index 30b5d03b..00000000 --- a/examples/dbe/assembly/geometricAssemblyWithParent.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" - ] - }, - "characteristics": { - "geometry": { - "assemblyList": [ - { - "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 deleted file mode 100644 index 6b15d718..00000000 --- a/examples/dbe/calorimetric/bistMeasurement.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "components": [ - { - "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." - } - }, - "calorimetric": [ - { - "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" - } - } - ] - }, - "approvals": [ - { - "approver": "ae56820c-6bf1-4839-8b2f-2fa595cd18b6", - "signature": "MIIB6gYJKoZIhvcNAQcCoIIB2zCCAdcCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGCAbYwggGyAgEBMIGcMIGOMQswCQYDVQQGEwJVUzEOMAwGA1UECBMFVGV4YXMxFDASBgNVBAcTC1NhbiBBbnRvbmlvMQ0wCwYDVQQKEwRVVFNBMQswCQYDVQQLEwJDUzEXMBUGA1UEAxMOYWkuY3MudXRzYS5lZHUxJDAiBgkqhkiG9w0BCQEWFWp1bGlldEBhaS5jcy51dHNhLmVkdQIJAMvyApGmAWbKMAkGBSsOAwIaBQCggbEwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDcwMjEyMjI1ODU4WjAjBgkqhkiG9w0BCQQxFgQUdBfDe/KmnhmYA9DILxfq/zKlvwEwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEQFbJ+8cZivvgvrjj8l1QbK2o7gWdWBM9yav6NJR2eBVj3hKGaKQ+7JNbygcqtVcMDIo1jSpsZas33BvhocwGOqs=" - } - ], - "createdAt": "2018-09-01T12:00:00+01:00", - "data": [ - { - "characteristics": { - "conditions": "stationary", - "primeSurface": "interior" - }, - "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 - } - ] - }, - "results": [ - { - "area": { - "category": "centre" - }, - "uValue": { - "uncertainValue": 1.0, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - }, - "gValue": { - "uncertainValue": 0.07, - "uncertainty": 0.01, - "confidenceInterval": 68.3 - }, - "efficiencies": { - "solarThermal": 0.5 - } - } - ] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/generalComponents/16mmArgon.json b/examples/dbe/generalComponents/16mmArgon.json deleted file mode 100644 index 02bc8af0..00000000 --- a/examples/dbe/generalComponents/16mmArgon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "components": [ - { - "id": "18a16000-2b9a-4748-8d98-e9d278cd12e4", - "description": "Argon as gas for insulating glazing unit", - "categories": { "componentType": ["layer"] }, - "characteristics": { - "chemicalElements": ["Ar"], - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.016 - } - } - } - } - } - ] -} diff --git a/examples/dbe/generalComponents/materialArgon.json b/examples/dbe/generalComponents/materialArgon.json deleted file mode 100644 index 020e8b48..00000000 --- a/examples/dbe/generalComponents/materialArgon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "components": [ - { - "id": "18A00000-2b9a-4748-8d98-e9d278cd12e4", - "description": "Argon as gas for insulating glazing unit", - "categories": { "componentType": ["material"] }, - "characteristics": { "chemicalElements": ["Ar"] } - } - ] -} diff --git a/examples/dbe/getHttpsResource/dataFormatPdf.json b/examples/dbe/getHttpsResource/dataFormatPdf.json deleted file mode 100644 index a133c4ff..00000000 --- a/examples/dbe/getHttpsResource/dataFormatPdf.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "components": [ - { - "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 - } - } - }, - "mediaType": "application/pdf" - }, - "archivedFilesMetaInformation": [] - } - } - } - } - ] -} diff --git a/examples/dbe/hygrothermal/fullHygrothermal.json b/examples/dbe/hygrothermal/fullHygrothermal.json deleted file mode 100644 index 777bc912..00000000 --- a/examples/dbe/hygrothermal/fullHygrothermal.json +++ /dev/null @@ -1,30 +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": [ - { - "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": "" - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/hygrothermal/simpleHygrothermal.json b/examples/dbe/hygrothermal/simpleHygrothermal.json deleted file mode 100644 index c2ba4927..00000000 --- a/examples/dbe/hygrothermal/simpleHygrothermal.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "components": [ - { - "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", - "description": "This is the smallest example of hygrothermal data about a component.", - "hygrothermal": [ - { - "data": [ - { - "WUFI": { - "xmlData": "" - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/metadata/abbreviation.json b/examples/dbe/metadata/abbreviation.json deleted file mode 100644 index 0512fdf0..00000000 --- a/examples/dbe/metadata/abbreviation.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "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" - } - ] -} diff --git a/examples/dbe/metadata/layerWithGapAndCategory.json b/examples/dbe/metadata/layerWithGapAndCategory.json deleted file mode 100644 index 6cd940e8..00000000 --- a/examples/dbe/metadata/layerWithGapAndCategory.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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": { - "chemicalElements": ["Al"], - "layer": { - "gaps": { - "dTop": 0.02 - } - } - } - } - ] -} diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json deleted file mode 100644 index 21a88999..00000000 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "components": [ - { - "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": [ - { - "dataPoints": [ - { - "colorRenderingIndices": [ - { - "value": 0.5, - "direction": "transmission", - "surface": "prime" - } - ], - "cielabColors": [ - { - "lStar": 20, - "aStar": 3, - "bStar": -2, - "direction": "reflection", - "surface": "symmetric", - "observer": "tenDegrees", - "illuminant": "D65" - } - ] - } - ] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/optical/bsdfResource.json b/examples/dbe/optical/bsdfResource.json deleted file mode 100644 index 63f8e898..00000000 --- a/examples/dbe/optical/bsdfResource.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "components": [ - { - "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": [ - { - "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": [] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/optical/bsdfResourceRolleaseKlems.json b/examples/dbe/optical/bsdfResourceRolleaseKlems.json deleted file mode 100644 index cede872d..00000000 --- a/examples/dbe/optical/bsdfResourceRolleaseKlems.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "components": [ - { - "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": [ - { - "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": [] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/optical/es-sda-example0102unit.json b/examples/dbe/optical/es-sda-example0102unit.json deleted file mode 100644 index ff026d26..00000000 --- a/examples/dbe/optical/es-sda-example0102unit.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "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": { - "definitionOfSurfacesAndPrimeDirection": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." - } - }, - "optical": [ - { - "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": [ - { - "componentCharacteristics": { - "surface": "nonPrime" - }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3007, - "reflectance": 0.5575 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.3007 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "visible" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2991, - "reflectance": 0.5935 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "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": [ - { - "componentCharacteristics": { - "surface": "prime" - }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.5575 - } - } - ] - } - ] - } - ], - "calorimetric": [ - { - "data": [ - { - "results": [ - { - "area": { "category": "centre" }, - "uValue": 0.8, - "gValue": 0.3793 - } - ] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/optical/igsdb196.json b/examples/dbe/optical/igsdb196.json deleted file mode 100644 index a03825d7..00000000 --- a/examples/dbe/optical/igsdb196.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "components": [ - { - "name": "Float Glass", - "id": "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e", - "description": "TODO", - "optical": [ - { - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "locationOnSample": { - "publication": { - "identifiers": { "webAddress": "https://www.999999.com" } - } - }, - "normalization": "relative", - "spot": { - "publication": { - "identifiers": { "webAddress": "https://www.999999.com" } - } - }, - "tilt": 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" } - } - }, - "tilt": 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" }] - } - ], - "characteristics": { - "definitionOfSurfacesAndPrimeDirection": { - "Description": "The prime surface faces the exterior of the building and the nonPrime surface faces the interior." - }, - "material": { - "thickness": 0.00474980020523071, - "thermalConductivity": 1.0 - }, - "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/examples/dbe/optical/integralAccordingToStandard.json b/examples/dbe/optical/integralAccordingToStandard.json deleted file mode 100644 index 4cbf2039..00000000 --- a/examples/dbe/optical/integralAccordingToStandard.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "components": [ - { - "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": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.85, - "reflectance": 0.08 - } - } - ] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/optical/polarization/sPolarizedTransmittance.json b/examples/dbe/optical/polarization/sPolarizedTransmittance.json deleted file mode 100644 index 9320a9a6..00000000 --- a/examples/dbe/optical/polarization/sPolarizedTransmittance.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "components": [ - { - "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": [ - { - "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/testlabVA210706080108integral.json b/examples/dbe/optical/testlabVA210706080108integral.json deleted file mode 100644 index 79d6a326..00000000 --- a/examples/dbe/optical/testlabVA210706080108integral.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "components": [ - { - "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": [ - { - "dataPoints": [ - { - "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": [ - { - "dataPoints": [ - { - "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": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10261251287581805 - } - } - ] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/origin/methodAccordingToPublication.json b/examples/dbe/origin/methodAccordingToPublication.json deleted file mode 100644 index 27d2bba1..00000000 --- a/examples/dbe/origin/methodAccordingToPublication.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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": { - "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": [] - } - } - ] - } - ] -} diff --git a/examples/dbe/origin/methodAccordingToStandard.json b/examples/dbe/origin/methodAccordingToStandard.json deleted file mode 100644 index 9ead6e54..00000000 --- a/examples/dbe/origin/methodAccordingToStandard.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "components": [ - { - "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 - } - } - } - }, - "arguments": [], - "sources": [] - }, - "data": [ - { - "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 deleted file mode 100644 index 56ae4638..00000000 --- a/examples/dbe/origin/methodAsAservice.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "components": [ - { - "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" - } - } - ] - }, - "data": [ - { - "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 deleted file mode 100644 index 14de3d35..00000000 --- a/examples/dbe/origin/originMethodAccordingToStandard.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "components": [ - { - "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" - } - } - ] - }, - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - } - ] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json b/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json deleted file mode 100644 index 6bd4912d..00000000 --- a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "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": { - "geometry": { - "dimensions": { - "installed": [ - { - "height": 0.645, - "width": 0.431, - "depth": 0.204 - } - ] - } - }, - "weight": 16.8 - }, - "photovoltaic": [ - { - "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 - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json b/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json deleted file mode 100644 index 0686b9a5..00000000 --- a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json +++ /dev/null @@ -1,227 +0,0 @@ -{ - "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": { - "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": [ - { - "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 - } - } - }, - "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 - }, - "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 - } - ] - }, - "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 - } - ] - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json b/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json deleted file mode 100644 index acbdc3c8..00000000 --- a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "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": { - "value": "333ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "data": [ - { - "dataPoints": [ - { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "direction": "reflection", - "surface": "symmetric", - "observer": "tenDegrees", - "illuminant": "D65" - } - ] - } - ] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json deleted file mode 100644 index fdc07288..00000000 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "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"] }, - "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": [] - } - } - }, - "calorimetric": [ - { - "data": [ - { - "results": [ - { - "area": { "category": "outerDimensions" }, - "uValue": 1.23, - "gValue": { - "uncertainValue": 0.5, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - } - } - ] - } - ] - } - ], - "photovoltaic": [ - { - "data": [ - { - "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 - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json b/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json deleted file mode 100644 index eb3e05a4..00000000 --- a/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "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"] }, - "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 } - } - } - ] - } - }, - "photovoltaic": [ - { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - - "width": 0.156, - "categories": ["monocrystalline", "silicon"] - } - ], - - "connectionPattern": "series", - - "electricConfiguration": { - "groundingNecessary": false - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json deleted file mode 100644 index eddde981..00000000 --- a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "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" - ] - }, - "characteristics": { - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.014, - "intermediate": 1.109, - "largest": 2.488 - } - } - } - }, - "photovoltaic": [ - { - "data": [ - { - "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 - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/photovoltaic/photovoltaicWithOptical.json b/examples/dbe/photovoltaic/photovoltaicWithOptical.json deleted file mode 100644 index bafb8e90..00000000 --- a/examples/dbe/photovoltaic/photovoltaicWithOptical.json +++ /dev/null @@ -1,264 +0,0 @@ -{ - "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": { - "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", - "rootMeanSquare": 0.2 - } - ] - }, - "optical": [ - { - "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": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 430 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "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 - }, - "wavelengths": { "wavelength": 430 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 540 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 570 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - } - ] - } - ] - } - ], - "calorimetric": [ - { - "data": [ - { - "results": [ - { - "area": { "category": "outerDimensions" }, - "uValue": 1.23, - "gValue": { - "uncertainValue": 0.5, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - } - } - ] - } - ] - } - ], - "photovoltaic": [ - { - "data": [ - { - "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 - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/smallGeneralComponent.json b/examples/dbe/smallGeneralComponent.json deleted file mode 100644 index 663dbb35..00000000 --- a/examples/dbe/smallGeneralComponent.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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." - } - ] -} diff --git a/examples/dbe/smallSpecificComponent.json b/examples/dbe/smallSpecificComponent.json deleted file mode 100644 index 48469201..00000000 --- a/examples/dbe/smallSpecificComponent.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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" - } - } - ] -} diff --git a/examples/dbe/smallestValidJson.json b/examples/dbe/smallestValidJson.json deleted file mode 100644 index b34b9beb..00000000 --- a/examples/dbe/smallestValidJson.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "components": [ - { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is the smallest JSON data which is allowed by the JSON schema." - } - ] -} diff --git a/examples/dsb/simpleBuildingExample.json b/examples/dsb/simpleBuildingExample.json deleted file mode 100644 index 785b3c68..00000000 --- a/examples/dsb/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/dsb/smallestValidJSON.json b/examples/dsb/smallestValidJSON.json deleted file mode 100644 index a149a80c..00000000 --- a/examples/dsb/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/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/examples/opticalData/MicroShadeGlassTnh_FG422004tm2.json b/examples/opticalData/MicroShadeGlassTnh_FG422004tm2.json new file mode 100644 index 00000000..c59c1824 --- /dev/null +++ b/examples/opticalData/MicroShadeGlassTnh_FG422004tm2.json @@ -0,0 +1,35544 @@ +{ + "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/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 81% rename from tests/valid/opticalData/SunovationGlazingLayerOptical.json rename to examples/opticalData/SunovationGlazingLayerOptical.json index 0f516f68..caa79212 100644 --- a/tests/valid/opticalData/SunovationGlazingLayerOptical.json +++ b/examples/opticalData/SunovationGlazingLayerOptical.json @@ -7,7 +7,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 430 } + "wavelengths": { + "wavelength": 430 + } }, "emergence": { "direction": { @@ -24,7 +26,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 540 } + "wavelengths": { + "wavelength": 540 + } }, "emergence": { "direction": { @@ -41,7 +45,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 570 } + "wavelengths": { + "wavelength": 570 + } }, "emergence": { "direction": { @@ -58,7 +64,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 430 } + "wavelengths": { + "wavelength": 430 + } }, "emergence": { "direction": "hemispherical" @@ -73,7 +81,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 540 } + "wavelengths": { + "wavelength": 540 + } }, "emergence": { "direction": "hemispherical" @@ -88,7 +98,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 570 } + "wavelengths": { + "wavelength": 570 + } }, "emergence": { "direction": "hemispherical" diff --git a/examples/opticalData/SunovationModuleEnamelOptical.json b/examples/opticalData/SunovationModuleEnamelOptical.json new file mode 100644 index 00000000..8166f62b --- /dev/null +++ b/examples/opticalData/SunovationModuleEnamelOptical.json @@ -0,0 +1,35 @@ +{ + "data": [ + { + "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/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/examples/opticalData/igsdbExampleClearlite-4_250903.json b/examples/opticalData/igsdbExampleClearlite-4_250903.json new file mode 100644 index 00000000..2c3afe54 --- /dev/null +++ b/examples/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/examples/opticalData/igsdbExampleClearlite-4_extendedBED.json b/examples/opticalData/igsdbExampleClearlite-4_extendedBED.json new file mode 100644 index 00000000..596153a8 --- /dev/null +++ b/examples/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -0,0 +1,46910 @@ +{ + "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 + } + } + ] + } + ], + "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 + } + } + } + } + } + ], + "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, + "geometricProperties": null, + "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 + } + } + } + } + } +} 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 94% rename from tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json rename to examples/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json index a84eb821..76a37c6f 100644 --- a/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json +++ b/examples/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json @@ -3,7 +3,6 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } @@ -47,7 +46,6 @@ "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" @@ -79,15 +77,15 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, 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 94% rename from tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json rename to examples/photovoltaicData/SunovationModuleUnitPhotovoltaic.json index a84eb821..76a37c6f 100644 --- a/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json +++ b/examples/photovoltaicData/SunovationModuleUnitPhotovoltaic.json @@ -3,7 +3,6 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } @@ -47,7 +46,6 @@ "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" @@ -79,15 +77,15 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, diff --git a/package-lock.json b/package-lock.json index 5d699ee1..084ca027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,255 +1,291 @@ { "name": "building-envelope-data", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { "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": "^15.5.0", - "graphql-schema-linter": "^2.0.0", - "prettier": "^2.3.0", - "yargs": "^17.0.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": "^3.2.5", + "yargs": "^17.7.2" }, "engines": { - "node": "16.13.x" + "node": "20.13.x" } }, - "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==", + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.0" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { - "node": ">=6.9.0" + "node": ">=6.0.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==", + "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": { - "@babel/types": "^7.16.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "node-fetch": "^2.6.1" }, "engines": { - "node": ">=6.9.0" + "node": ">=14" } }, - "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/code-frame": { + "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/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@babel/highlight": "^7.24.6", + "picocolors": "^1.0.0" }, "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==", + "node_modules/@babel/compat-data": { + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz", + "integrity": "sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==", "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==", + "node_modules/@babel/core": { + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.6.tgz", + "integrity": "sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@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.3", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "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==", + "node_modules/@babel/generator": { + "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.16.0" + "@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/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==", + "node_modules/@babel/helper-compilation-targets": { + "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, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@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.1" }, "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==", + "node_modules/@babel/helper-environment-visitor": { + "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.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/types": "^7.16.0" + "@babel/template": "^7.24.6", + "@babel/types": "^7.24.6" }, "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==", + "node_modules/@babel/helper-hoist-variables": { + "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/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@babel/types": "^7.24.6" }, "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==", + "node_modules/@babel/helper-module-imports": { + "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, "dependencies": { - "@babel/types": "^7.16.0" + "@babel/types": "^7.24.6" }, "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==", + "node_modules/@babel/helper-module-transforms": { + "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, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@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-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==", + "node_modules/@babel/helper-plugin-utils": { + "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/highlight": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", - "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", + "node_modules/@babel/helper-simple-access": { + "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, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" + "@babel/types": "^7.24.6" }, "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==", + "node_modules/@babel/helper-split-export-declaration": { + "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": { - "color-convert": "^1.9.0" + "@babel/types": "^7.24.6" }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, - "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==", + "node_modules/@babel/helper-string-parser": { + "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, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, - "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==", + "node_modules/@babel/helper-validator-identifier": { + "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, - "dependencies": { - "color-name": "1.1.3" + "engines": { + "node": ">=6.9.0" } }, - "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=", - "dev": true + "node_modules/@babel/helper-validator-option": { + "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, + "engines": { + "node": ">=6.9.0" + } }, - "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=", + "node_modules/@babel/helpers": { + "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, + "dependencies": { + "@babel/template": "^7.24.6", + "@babel/types": "^7.24.6" + }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, - "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==", + "node_modules/@babel/highlight": { + "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": { - "has-flag": "^3.0.0" + "@babel/helper-validator-identifier": "^7.24.6", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, "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.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" @@ -258,59 +294,50 @@ "node": ">=6.0.0" } }, - "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==", + "node_modules/@babel/plugin-syntax-import-assertions": { + "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/code-frame": "^7.16.0", - "@babel/parser": "^7.16.0", - "@babel/types": "^7.16.0" + "@babel/helper-plugin-utils": "^7.24.6" }, "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" }, - "engines": { - "node": ">=6.0.0" + "peerDependencies": { + "@babel/core": "^7.0.0-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/template": { + "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/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@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.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", + "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": { @@ -318,552 +345,964 @@ } }, "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==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz", + "integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.14.9", + "@babel/helper-string-parser": "^7.24.6", + "@babel/helper-validator-identifier": "^7.24.6", "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": "5.0.1", + "resolved": "https://registry.npmjs.org/@envelop/core/-/core-5.0.1.tgz", + "integrity": "sha512-wxA8EyE1fPnlbP0nC/SFI7uU8wSNf4YjxZhAPu0P63QbgIvqHtHsH4L3/u+rsTruzhk3OvNRgQyLsMfaR9uzAQ==", + "dev": true, + "dependencies": { + "@envelop/types": "5.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@envelop/types": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@envelop/types/-/types-5.0.0.tgz", + "integrity": "sha512-IPjmgSc4KpQRlO4qbEDnBEixvtb06WDmjKfi/7fkZaryh5HuOmTtixe1EupQI5XfXO8joc3d27uUZ0QdC++euA==", + "dev": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@graphql-inspector/audit-command": { + "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": "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.6.2" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "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", - "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" + "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==", + "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": { - "@graphql-tools/code-file-loader": "^7.0.0", - "tslib": "^2.0.0" + "@graphql-tools/code-file-loader": "8.1.2", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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==", + "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": { - "tslib": "^2.0.0" + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.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-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.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.0.2.tgz", - "integrity": "sha512-z7YbeOxi6bmmtI5HgSktDN2Bwmw7mJJDLPevCG4soUbhVJ9lonVl9ulaLXZRIPa0kFkLA9Ri5AcusY60ghoTfQ==", + "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" + "graphql": "^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": "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.10.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" + "graphql": "^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": "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.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.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" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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": "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.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.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" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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": "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.0.2", - "open": "8.2.1", - "tslib": "^2.0.0" + "@graphql-inspector/commands": "5.0.4", + "open": "8.4.2", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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": "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, "dependencies": { - "@graphql-tools/git-loader": "^7.0.0", - "tslib": "^2.0.0" + "@graphql-tools/git-loader": "8.0.6", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^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": "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.0.0", - "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" + "graphql": "^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": "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.0.0", - "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" + "graphql": "^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": "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.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.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" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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": "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, "dependencies": { - "@graphql-tools/json-file-loader": "^7.0.0", - "tslib": "^2.0.0" + "@graphql-tools/json-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" + "graphql": "^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": "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.3.2", - "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.0.2", - "@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", - "graphql": "^0.13.0 || ^14.0.0 || ^15.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.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.0.2.tgz", - "integrity": "sha512-/ULe8+fxW4nHYSdnPlIXdVyd5eBa9aRi+Ink3YEPM4RpIYtW1vh2XJU2CB0wjOAJv9wtZASDRBzY3qHAFx9j3Q==", + "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.1", + "chalk": "4.1.2", "figures": "3.2.0", - "log-symbols": "^4.1.0", - "std-env": "2.3.0", - "tslib": "^2.0.0" + "log-symbols": "4.1.0", + "std-env": "3.7.0", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "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, + "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/@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, + "engines": { + "node": ">=8" + } + }, + "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": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "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": "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": { - "@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", - "open": "8.2.1", - "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": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-5.0.5.tgz", + "integrity": "sha512-ECGSjf3DoYs2JRshefPbIfFTF9s4heosECzaPKgPTWJFe57uV+pM0lQrP1wIwECY0PtudCJzgAvpqj78Axil8A==", "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" + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/core": "6.0.1", + "@graphql-inspector/logger": "5.0.1", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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": "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-tools/url-loader": "^7.0.0", - "tslib": "^2.0.0" + "@graphql-tools/url-loader": "8.0.2", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^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": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-5.0.5.tgz", + "integrity": "sha512-8McJkjI4WxKAstSq8GTFojB85TO2iyHun3x1JcbPvo7YLMF0IF3IJvHqgFAlkSP5Pf/7oYJXT4szaKd77Q4qUg==", "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" + "@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": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "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": "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": "^8.5.1", - "dataloader": "2.0.0", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/utils": "^10.0.13", + "dataloader": "^2.2.2", + "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" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "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": "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.1.3", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/graphql-tag-pluck": "8.3.1", + "@graphql-tools/utils": "^10.0.13", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" }, + "engines": { + "node": ">=16.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/delegate": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.4.2.tgz", - "integrity": "sha512-CjggOhiL4WtyG2I3kux+1/p8lQxSFHBj0gwa0NxnQ6Vsnpw7Ig5VP1ovPnitFuBv2k4QdC37Nj2xv2n7DRn8fw==", + "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.3.1", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", - "dataloader": "2.0.0", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@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" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "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==", + "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-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", - "is-glob": "4.0.3", - "micromatch": "^4.0.4", - "tslib": "~2.3.0", - "unixify": "^1.0.0" + "@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" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "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==", + "node_modules/@graphql-tools/executor": { + "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/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", - "cross-undici-fetch": "^0.0.20", - "sync-fetch": "0.3.1", - "tslib": "~2.3.0" + "@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" + }, + "engines": { + "node": ">=16.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/executor-graphql-ws": { + "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": "^10.0.13", + "@types/ws": "^8.0.0", + "graphql-ws": "^5.14.0", + "isomorphic-ws": "^5.0.0", + "tslib": "^2.4.0", + "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": "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": "^10.0.13", + "@repeaterjs/repeater": "^3.0.4", + "@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": "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": "^10.0.13", + "@types/ws": "^8.0.0", + "isomorphic-ws": "^5.0.0", + "tslib": "^2.4.0", + "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": "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": "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": "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/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.3.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.3.3.tgz", - "integrity": "sha512-6kUJZiNpYKVhum9E5wfl5PyLLupEDYdH7c8l6oMrk6c7EPEVs6iSUyB7yQoWrtJccJLULBW2CRQ5IHp5JYK0mA==", + "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.5.7", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/import": "7.0.1", + "@graphql-tools/utils": "^10.0.13", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" }, + "engines": { + "node": ">=16.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-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": "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/parser": "7.15.8", - "@babel/traverse": "7.15.4", - "@babel/types": "7.15.6", - "@graphql-tools/utils": "^8.5.1", - "tslib": "~2.3.0" + "@babel/core": "^7.22.9", + "@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": "^10.0.13", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.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/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": "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": "8.5.3", + "@graphql-tools/utils": "^10.0.13", "resolve-from": "5.0.0", - "tslib": "~2.3.0" + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.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": { - "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": "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": "^8.5.1", + "@graphql-tools/utils": "^10.0.13", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" }, + "engines": { + "node": ">=16.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/load": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.4.1.tgz", - "integrity": "sha512-UvBodW5hRHpgBUBVz5K5VIhJDOTFIbRRAGD6sQ2l9J5FDKBEs3u/6JjZDzbdL96br94D5cEd2Tk6auaHpTn7mQ==", + "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": "8.3.1", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/schema": "^10.0.3", + "@graphql-tools/utils": "^10.0.13", "p-limit": "3.1.0", - "tslib": "~2.3.0" + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.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/merge": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.2.1.tgz", - "integrity": "sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==", + "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": "^8.5.1", - "tslib": "~2.3.0" + "@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" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "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": "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.2.1", - "@graphql-tools/utils": "^8.5.1", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/merge": "^9.0.3", + "@graphql-tools/utils": "^10.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" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "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==", + "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-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-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/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": { + "@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", - "cross-undici-fetch": "^0.0.20", - "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", - "value-or-promise": "1.0.11", - "ws": "8.2.3" + "@whatwg-node/fetch": "^0.9.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" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.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": "10.2.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.2.0.tgz", + "integrity": "sha512-HYV7dO6pNA2nGKawygaBpk8y+vXOUjjzzO43W/Kb7EPRmXUEQKjHxPYRvQbiF72u1N3XxwGK5jnnFk9WVhUwYw==", "dev": true, "dependencies": { - "tslib": "~2.3.0" + "@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" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "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": "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/delegate": "^8.4.2", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@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.12" + }, + "engines": { + "node": ">=16.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/@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==", + "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, "peerDependencies": { - "graphql": "^15.4.0 || ^16.0.0" + "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/logger": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/logger/-/logger-2.0.0.tgz", + "integrity": "sha512-Mg8psdkAp+YTG1OGmvU+xa6xpsAmSir0hhr3yFYPyLNwzUj95DdIwsMpKadDj9xDpYgJcH3Hp/4JMal9DhQimA==", + "dev": true, + "dependencies": { + "tslib": "^2.5.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "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": { + "@graphql-yoga/typed-event-target": "^3.0.0", + "@repeaterjs/repeater": "^3.0.4", + "@whatwg-node/events": "^0.1.0", + "tslib": "^2.5.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "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.5.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "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, + "dependencies": { + "@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.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.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.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.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" } }, + "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", @@ -899,59 +1338,91 @@ "node": ">= 8" } }, - "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==", + "node_modules/@repeaterjs/repeater": { + "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/websocket": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.4.tgz", - "integrity": "sha512-qn1LkcFEKK8RPp459jkjzsfpbsx36BBt3oC3pITYtkoBw/aVX+EZFa5j3ThCRTNpLFvIMr5dSTD4RaMdilIOpA==", + "node_modules/@types/node": { + "version": "20.12.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", + "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", "dev": true, "dependencies": { - "@types/node": "*" + "undici-types": "~5.26.4" } }, "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.10", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", "dev": true, "dependencies": { "@types/node": "*" } }, - "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/events": { + "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.9.17", + "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.9.17.tgz", + "integrity": "sha512-TDYP3CpCrxwxpiNY0UMNf096H5Ihf67BK1iKGegQl5u9SlpEDYrvnV71gWBGJm+Xm31qOy8ATgma9rm8Pe7/5Q==", + "dev": true, + "dependencies": { + "@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.5.11", + "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.11.tgz", + "integrity": "sha512-LS8tSomZa3YHnntpWt3PP43iFEEl6YeIsvDakczHBKlay5LdkXFr8w7v8H6akpG5nRrzydyB0k1iE2eoL6aKIQ==", "dev": true, "dependencies": { - "event-target-shim": "^5.0.0" + "@kamilkisiela/fast-url-parser": "^1.1.4", + "@whatwg-node/events": "^0.1.0", + "busboy": "^1.6.0", + "fast-querystring": "^1.1.1", + "tslib": "^2.3.1" }, "engines": { - "node": ">=6.5" + "node": ">=16.0.0" } }, - "node_modules/accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "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": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" + "@whatwg-node/fetch": "^0.9.17", + "tslib": "^2.3.1" }, "engines": { - "node": ">= 0.6" + "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.7.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz", - "integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==", + "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", @@ -969,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", @@ -991,9 +1463,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" @@ -1008,12 +1480,12 @@ } }, "node_modules/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, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/ansi-styles": { @@ -1040,11 +1512,14 @@ "sprintf-js": "~1.0.2" } }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", - "dev": true + "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", @@ -1055,16 +1530,10 @@ "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/backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=", + "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/balanced-match": { @@ -1073,62 +1542,6 @@ "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/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", @@ -1140,54 +1553,65 @@ } }, "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/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.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/feross" + "type": "opencollective", + "url": "https://opencollective.com/browserslist" }, { - "type": "patreon", - "url": "https://www.patreon.com/feross" + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" }, { - "type": "consulting", - "url": "https://feross.org/support" + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "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" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "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": ">= 0.8" + "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" @@ -1199,7 +1623,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" @@ -1211,7 +1635,7 @@ "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" @@ -1226,64 +1650,100 @@ "node": ">=6" } }, + "node_modules/caniuse-lite": { + "version": "1.0.30001623", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001623.tgz", + "integrity": "sha512-X/XhAVKlpIxWPpgRTnlgZssJrF0m6YtRA0QDWgsBNT12uZM6LPRydR7ip405Y3t1LamD8cP2TZFEDZFBf5ApcA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, "node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "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" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=4" } }, - "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==", - "dev": true - }, - "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==", + "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": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" } }, - "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==", + "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", + "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", "dev": true, + "dependencies": { + "string-width": "^4.2.0" + }, "engines": { - "node": ">=8" + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" } }, - "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==", + "node_modules/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, "dependencies": { - "ansi-regex": "^5.0.1" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" }, "engines": { - "node": ">=8" + "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" @@ -1308,25 +1768,16 @@ "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": { @@ -1338,58 +1789,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/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==", - "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=", + "node_modules/convert-source-map": { + "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/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", @@ -1405,28 +1813,28 @@ "node": ">=4" } }, - "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==", + "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": "^4.0.0", - "node-fetch": "^2.6.5", - "undici": "^4.9.3" + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.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.2.2", + "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.2.2.tgz", + "integrity": "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==", "dev": true }, "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.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { "ms": "2.1.2" @@ -1440,22 +1848,34 @@ } } }, + "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", - "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": { @@ -1467,24 +1887,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,11 +1896,15 @@ "node": ">= 0.6.0" } }, - "node_modules/destroy": { + "node_modules/dezalgo": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", - "dev": true + "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", @@ -1513,18 +1919,19 @@ } }, "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.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" } }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "node_modules/electron-to-chromium": { + "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": { @@ -1533,15 +1940,6 @@ "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=", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -1552,24 +1950,18 @@ } }, "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" } }, - "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", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -1588,163 +1980,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", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "dev": true, - "engines": { - "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/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", @@ -1757,6 +1992,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", @@ -1764,9 +2005,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.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", @@ -1776,7 +2017,7 @@ "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, "node_modules/fast-json-patch": { @@ -1784,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" }, @@ -1794,13 +2036,23 @@ "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 + "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", + "dev": true, + "license": "MIT" + }, + "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": { + "fast-decode-uri-component": "^1.0.1" + } }, "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.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -1822,9 +2074,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" @@ -1833,39 +2085,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,24 +2098,10 @@ "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/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", @@ -1909,15 +2114,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 +2125,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,30 +2189,31 @@ "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/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 + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, - "engines": { - "node": ">= 0.6" + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "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, "engines": { - "node": ">= 0.6" + "node": ">=6.9.0" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -2030,15 +2224,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" }, @@ -2071,16 +2265,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": { @@ -2090,185 +2284,117 @@ "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": "15.7.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", - "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "dev": true, "engines": { - "node": ">= 10.x" + "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": { - "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": ">=10" + }, + "peerDependencies": { + "graphql": ">=0.11 <=16" } }, - "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==", + "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": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "@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-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": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "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": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "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": ">=4" + "node": "14 || >=16.14" } }, - "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==", + "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": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "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==", - "dev": true, - "engines": { - "node": ">=12" + "function-bind": "^1.1.1" }, - "peerDependencies": { - "graphql": ">=0.11 <=16" - } - }, - "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==", - "dev": true, "engines": { - "node": ">=10" - }, - "peerDependencies": { - "graphql": ">=0.11 <=16" + "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", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "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==", + "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, - "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": ">=4" } }, - "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=", + "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/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", - "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.1.9", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz", - "integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==", + "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" @@ -2277,7 +2403,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", @@ -2290,7 +2416,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" @@ -2299,7 +2425,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", @@ -2312,25 +2438,28 @@ "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", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "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", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", + "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2354,7 +2483,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" @@ -2415,20 +2544,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/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -2466,11 +2589,18 @@ "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", "integrity": "sha512-r38SVTtojDRp4eD6WsCqiE0eNDt4v1WalBXb9cyZYw9ai5cGtBwzRNWjHzJl38w6TxFkXAIA7h+fyX3tnrAFhQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^8.0.0" } @@ -2482,13 +2612,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" }, @@ -2496,6 +2623,46 @@ "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/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/semver": { + "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" + } + }, "node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -2524,20 +2691,51 @@ "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=", + "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": ">= 0.6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "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/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, + "dependencies": { + "yallist": "^3.0.2" + } }, "node_modules/merge2": { "version": "1.4.1", @@ -2549,15 +2747,15 @@ } }, "node_modules/meros": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.1.4.tgz", - "integrity": "sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/meros/-/meros-1.3.0.tgz", + "integrity": "sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==", "dev": true, "engines": { - "node": ">=12" + "node": ">=13" }, "peerDependencies": { - "@types/node": ">=12" + "@types/node": ">=13" }, "peerDependenciesMeta": { "@types/node": { @@ -2565,110 +2763,124 @@ } } }, - "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", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "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.1", - "picomatch": "^2.2.3" + "braces": "^3.0.3", + "picomatch": "^2.3.1" }, "engines": { "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==", + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, - "bin": { - "mime": "cli.js" + "dependencies": { + "brace-expansion": "^1.1.7" }, "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": "*" } }, - "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==", + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, - "dependencies": { - "mime-db": "1.51.0" - }, - "engines": { - "node": ">= 0.6" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "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": { - "brace-expansion": "^1.1.7" + "minimist": "^1.2.6" }, - "engines": { - "node": "*" + "bin": { + "mkdirp": "bin/cmd.js" } }, - "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/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==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, "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.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" }, "engines": { "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-releases": { + "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", + "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.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" } }, "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" @@ -2677,49 +2889,34 @@ "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/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", - "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==", + "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" } }, - "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/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" } }, "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.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", @@ -2733,6 +2930,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", @@ -2787,7 +3012,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", @@ -2797,15 +3022,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", @@ -2818,16 +3034,16 @@ "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" } }, - "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=", + "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": { @@ -2839,10 +3055,16 @@ "node": ">=8" } }, + "node_modules/picocolors": { + "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.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" @@ -2852,46 +3074,18 @@ } }, "node_modules/prettier": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz", - "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", + "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_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==", - "dev": true, - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" + "node": ">=14" }, - "engines": { - "node": ">= 0.10" - } - }, - "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==", - "dev": true, - "engines": { - "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" + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" } }, "node_modules/queue-microtask": { @@ -2914,40 +3108,68 @@ } ] }, - "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/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, - "engines": { - "node": ">= 0.6" + "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.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" } }, - "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/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": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" + "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", - "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" @@ -2968,6 +3190,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", @@ -3010,130 +3249,118 @@ "queue-microtask": "^1.2.2" } }, - "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/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "node_modules/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 }, - "node_modules/send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "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, - "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" + "node": "*" } }, - "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/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": { - "ms": "2.0.0" + "array-find-index": "^1.0.2", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" } }, - "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/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/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/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/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==", + "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": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "engines": { - "node": ">= 0.8.0" + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.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=", + "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/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", + "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/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "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, - "engines": { - "node": ">=0.10.0" + "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", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "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", - "integrity": "sha512-4qT5B45+Kjef2Z6pE0BkskzsH0GO7GrND0wGlTM1ioUe3v0dGYx9ZJH0Aro/YyA8fqQ5EyIKDRjZojJYMFTflw==", + "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": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", "dev": true, - "dependencies": { - "ci-info": "^3.0.0" + "engines": { + "node": ">=10.0.0" } }, "node_modules/string-width": { @@ -3150,16 +3377,7 @@ "node": ">=8" } }, - "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==", - "dev": true, - "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,93 +3389,34 @@ "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=", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "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==", - "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.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz", - "integrity": "sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==", - "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", - "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/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==", + "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.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" + "node": ">= 0.4" }, - "engines": { - "node": ">=8" + "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", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, "engines": { "node": ">=4" @@ -3275,53 +3434,37 @@ "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", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", - "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==", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", "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==", + "node_modules/treeify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", + "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", "dev": true, - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, "engines": { - "node": ">= 0.6" + "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==", - "dev": true, - "engines": { - "node": ">=12.18" - } + "node_modules/tslib": { + "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-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", "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" @@ -3330,13 +3473,34 @@ "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=", + "node_modules/update-browserslist-db": { + "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, - "engines": { - "node": ">= 0.8" + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.2", + "picocolors": "^1.0.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" } }, "node_modules/uri-js": { @@ -3348,43 +3512,50 @@ "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=", + "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": ">= 0.4.0" + "node": ">=6" } }, - "node_modules/valid-url": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", - "integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=", + "node_modules/urlpattern-polyfill": { + "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/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==", + "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, - "engines": { - "node": ">=12" + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" } }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "node_modules/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, "engines": { - "node": ">= 0.8" + "node": ">=12" } }, "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" @@ -3393,13 +3564,13 @@ "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", @@ -3409,7 +3580,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": { @@ -3429,44 +3600,24 @@ "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", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "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.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" }, "peerDependencies": { "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" + "utf-8-validate": ">=5.0.2" }, "peerDependenciesMeta": { "bufferutil": { @@ -3486,31 +3637,37 @@ "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 + }, "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.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "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.0", + "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "yargs-parser": "^21.1.1" }, "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.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": ">=10" + "node": ">=12" } }, "node_modules/yocto-queue": { @@ -3525,2687 +3682,5 @@ "url": "https://github.com/sponsors/sindresorhus" } } - }, - "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==", - "dev": true, - "requires": { - "@babel/highlight": "^7.16.0" - } - }, - "@babel/generator": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz", - "integrity": "sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==", - "dev": true, - "requires": { - "@babel/types": "^7.16.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-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==", - "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": { - "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, - "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/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==", - "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/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==", - "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/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==", - "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==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.15.7", - "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": "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" - } - } - } - }, - "@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==", - "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==", - "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/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", - "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==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.14.9", - "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" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-tools/code-file-loader": "^7.0.0", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "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==", - "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==", - "dev": true, - "requires": { - "dependency-graph": "0.11.0", - "object-inspect": "1.10.3", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.0.2", - "open": "8.2.1", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-tools/git-loader": "^7.0.0", - "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==", - "dev": true, - "requires": { - "@graphql-tools/github-loader": "^7.0.0", - "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==", - "dev": true, - "requires": { - "@graphql-tools/graphql-file-loader": "^7.0.0", - "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==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-tools/json-file-loader": "^7.0.0", - "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==", - "dev": true, - "requires": { - "@graphql-tools/load": "^7.3.2", - "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==", - "dev": true, - "requires": { - "chalk": "4.1.1", - "figures": "3.2.0", - "log-symbols": "^4.1.0", - "std-env": "2.3.0", - "tslib": "^2.0.0" - } - }, - "@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==", - "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", - "open": "8.2.1", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-tools/url-loader": "^7.0.0", - "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==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", - "tslib": "^2.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-tools/utils": "^8.5.1", - "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==", - "dev": true, - "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", - "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==", - "dev": true, - "requires": { - "@graphql-tools/batch-execute": "^8.3.1", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", - "dataloader": "2.0.0", - "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==", - "dev": true, - "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", - "is-glob": "4.0.3", - "micromatch": "^4.0.4", - "tslib": "~2.3.0", - "unixify": "^1.0.0" - } - }, - "@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==", - "dev": true, - "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", - "cross-undici-fetch": "^0.0.20", - "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==", - "dev": true, - "requires": { - "@graphql-tools/import": "^6.5.7", - "@graphql-tools/utils": "^8.5.1", - "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==", - "dev": true, - "requires": { - "@babel/parser": "7.15.8", - "@babel/traverse": "7.15.4", - "@babel/types": "7.15.6", - "@graphql-tools/utils": "^8.5.1", - "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==", - "dev": true, - "requires": { - "@graphql-tools/utils": "8.5.3", - "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==", - "dev": true, - "requires": { - "@graphql-tools/utils": "^8.5.1", - "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==", - "dev": true, - "requires": { - "@graphql-tools/schema": "8.3.1", - "@graphql-tools/utils": "^8.5.1", - "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==", - "dev": true, - "requires": { - "@graphql-tools/utils": "^8.5.1", - "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==", - "dev": true, - "requires": { - "@graphql-tools/merge": "^8.2.1", - "@graphql-tools/utils": "^8.5.1", - "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==", - "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", - "@types/ws": "^8.0.0", - "cross-undici-fetch": "^0.0.20", - "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", - "value-or-promise": "1.0.11", - "ws": "8.2.3" - } - }, - "@graphql-tools/utils": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.5.3.tgz", - "integrity": "sha512-HDNGWFVa8QQkoQB0H1lftvaO1X5xUaUDk1zr1qDe0xN1NL0E/CrQdJ5UKLqOvH4hkqVUPxQsyOoAZFkaH6rLHg==", - "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==", - "dev": true, - "requires": { - "@graphql-tools/delegate": "^8.4.2", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" - } - }, - "@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, - "requires": {} - }, - "@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" - } - }, - "@types/node": { - "version": "16.11.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.7.tgz", - "integrity": "sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==", - "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==", - "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==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "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" - } - }, - "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==", - "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": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "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-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", - "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 - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "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 - }, - "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 - }, - "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 - }, - "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", - "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" - } - }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "requires": { - "base64-js": "^1.3.1", - "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", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", - "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": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", - "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": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", - "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 - }, - "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "ci-info": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz", - "integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==", - "dev": true - }, - "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" - }, - "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": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", - "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.5.4", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz", - "integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", - "dev": true, - "requires": { - "strip-ansi": "^3.0.0", - "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", - "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": "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=", - "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", - "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.0.20", - "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.0.20.tgz", - "integrity": "sha512-5d3WBC4VRHpFndECK9bx4TngXrw0OUXdhX561Ty1ZoqMASz9uf55BblhTC1CO6GhMWnvk9SOqYEXQliq6D2P4A==", - "dev": true, - "requires": { - "abort-controller": "^3.0.0", - "form-data": "^4.0.0", - "node-fetch": "^2.6.5", - "undici": "^4.9.3" - } - }, - "dataloader": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.0.0.tgz", - "integrity": "sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==", - "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==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "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 - }, - "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", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "requires": { - "path-type": "^4.0.0" - } - }, - "dset": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.1.tgz", - "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 - }, - "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 - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "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-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", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "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 - }, - "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 - } - } - }, - "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 - } - } - }, - "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.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", - "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": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", - "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==", - "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" - } - }, - "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", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "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" - } - }, - "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": { - "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", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "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" - } - }, - "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" - } - } - } - }, - "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 - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": 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.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "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.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", - "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", - "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==", - "dev": true - }, - "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==", - "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" - }, - "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" - } - } - } - }, - "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==", - "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==", - "dev": true, - "requires": {} - }, - "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 - }, - "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", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true - }, - "ignore": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz", - "integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==", - "dev": true - }, - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "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": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "dev": true - } - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "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 - }, - "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", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "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=", - "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": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "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": "4.0.1", - "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", - "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", - "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 - }, - "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-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.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" - } - }, - "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" - } - }, - "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", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, - "meros": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.1.4.tgz", - "integrity": "sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==", - "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", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", - "dev": true, - "requires": { - "braces": "^3.0.1", - "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==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "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==", - "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==", - "dev": true, - "requires": { - "whatwg-url": "^5.0.0" - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "requires": { - "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" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "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" - } - }, - "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": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "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", - "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": "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", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "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==", - "dev": true - }, - "prettier": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz", - "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", - "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==", - "dev": true, - "requires": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "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==", - "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==", - "dev": true, - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - } - }, - "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=", - "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=", - "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-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" - } - }, - "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 - }, - "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 - } - } - }, - "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" - } - }, - "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 - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "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", - "integrity": "sha512-4qT5B45+Kjef2Z6pE0BkskzsH0GO7GrND0wGlTM1ioUe3v0dGYx9ZJH0Aro/YyA8fqQ5EyIKDRjZojJYMFTflw==", - "dev": true, - "requires": { - "ci-info": "^3.0.0" - } - }, - "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" - }, - "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=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "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.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz", - "integrity": "sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==", - "dev": true, - "requires": {} - } - } - }, - "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" - } - }, - "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" - } - }, - "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=", - "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" - } - }, - "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", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", - "dev": true - }, - "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "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==", - "dev": true - }, - "unixify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz", - "integrity": "sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=", - "dev": true, - "requires": { - "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", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "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=", - "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 - }, - "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 - }, - "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", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", - "dev": true, - "requires": { - "defaults": "^1.0.3" - } - }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", - "dev": true - }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", - "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": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "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" - }, - "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": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - }, - "ws": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", - "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", - "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 - }, - "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 - }, - "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 - } } } diff --git a/package.json b/package.json index df92b31c..24943852 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "", "engines": { - "node": "16.13.x" + "node": "20.13.x" }, "directories": { "example": "examples", @@ -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": "^15.5.0", - "graphql-schema-linter": "^2.0.0", - "prettier": "^2.3.0", - "yargs": "^17.0.0" - }, - "dependencies": {} + "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": "^3.2.5", + "yargs": "^17.7.2" + } } diff --git a/planning.md b/planning.md index ea689d29..4c1ad4b9 100644 --- a/planning.md +++ b/planning.md @@ -1,24 +1,20 @@ # 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. 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. 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 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. buildingEnvelopes: add cost functions +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. 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/queries/database/allData.graphql b/queries/database/allData.graphql deleted file mode 100644 index 8bde0459..00000000 --- a/queries/database/allData.graphql +++ /dev/null @@ -1,109 +0,0 @@ -query { - byComponentId: allData( - where: { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } - ) { - nodes { - uuid - } - } - - byNegation: allData( - where: { not: { gValues: { some: { greaterThanOrEqualTo: 0.5 } } } } - ) { - nodes { - uuid - } - } - - byConjunction: allData( - where: { - and: [ - { gValues: { some: { equalTo: 0.5 } } } - { uValues: { all: { greaterThanOrEqualTo: 0.5 } } } - ] - } - ) { - nodes { - uuid - } - } - - byDisjunction: allData( - where: { - or: [ - { gValues: { all: { greaterThanOrEqualTo: 0.5 } } } - { uValues: { all: { lessThanOrEqualTo: 0.5 } } } - { - nearnormalHemisphericalVisibleTransmittances: { - none: { inClosedInterval: { lowerBound: 0.2, upperBound: 0.8 } } - } - } - ] - } - ) { - nodes { - 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/queries/database/data.graphql b/queries/database/data.graphql deleted file mode 100644 index 0822b7b5..00000000 --- a/queries/database/data.graphql +++ /dev/null @@ -1,92 +0,0 @@ -query { - data( - id: "810e84b4-9ebf-416c-88ea-aade848f1fdf" - timestamp: "2019-09-01T12:00:00+01:00" - locale: "en-GB" - ) { - uuid - timestamp - componentId - 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 - } - } - resourceTree { - root { - vertexId - value { - description - hashValue - locator - dataFormatId - archivedFilesMetaInformation { - path - dataFormatId - } - } - } - nonRootVertices { - vertexId - parentId - value { - description - hashValue - locator - dataFormatId - archivedFilesMetaInformation { - path - dataFormatId - } - } - appliedConversionMethod { - methodId - arguments { - name - value - } - sourceName - } - } - } - approval { - signature - keyFingerprint - } - locale - } -} diff --git a/queries/database/hasData.graphql b/queries/database/hasData.graphql deleted file mode 100644 index afe01e81..00000000 --- a/queries/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/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql deleted file mode 100644 index 77792e09..00000000 --- a/queries/metabase/tutorial.graphql +++ /dev/null @@ -1,89 +0,0 @@ -query { - institutionByString: institutions(where: { name: { contains: "Suno" } }) { - nodes { - name - uuid - } - } - - componentsByInstitution: institution( - uuid: "24cd615f-ccc3-4da0-811b-0e0ce18f354c" - ) { - manufacturedComponents { - edges { - node { - uuid - name - } - } - } - } - - resourcesByComponent: databases { - nodes { - uuid - name - locator - allOpticalData( - where: { - componentId: { equalTo: "9386f355-2069-4490-bdd1-e1acdb233e12" } - } - ) { - nodes { - resourceTree { - root { - value { - locator - } - } - } - } - } - } - } - - allData: databases { - nodes { - allData { - nodes { - name - resourceTree { - root { - value { - locator - } - } - } - } - } - } - } - - componentByOpticalProperties: databases { - nodes { - uuid - name - locator - allOpticalData( - where: { - and: [ - { - nearnormalHemisphericalVisibleTransmittances: { - some: { greaterThanOrEqualTo: 0.6 } - } - } - { - nearnormalHemisphericalSolarTransmittances: { - some: { lessThanOrEqualTo: 0.228 } - } - } - ] - } - ) { - nodes { - componentId - } - } - } - } -} 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 + } + } + } +} diff --git a/requests/database/hasOpticalData.graphql b/requests/database/hasOpticalData.graphql new file mode 100644 index 00000000..09f1849f --- /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: { + nearnormalHemisphericalVisibleReflectances: { + some: { lessThanOrEqualTo: 0.04 } + } + } + locale: "de-AT" + ) +} diff --git a/requests/database/tutorial.graphql b/requests/database/tutorial.graphql new file mode 100644 index 00000000..0ffb24a3 --- /dev/null +++ b/requests/database/tutorial.graphql @@ -0,0 +1,148 @@ +query { + resourcesByComponent: allOpticalData( + where: { componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } } + ) { + edges { + node { + resourceTree { + root { + value { + locator + } + } + } + } + } + } + + dataSetsByOpticalPropertiesAndDataFormat: allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.3 } + } + } + { + nearnormalHemisphericalVisibleReflectances: { + some: { lessThanOrEqualTo: 0.2 } + } + } + { + resources: { + some: { + dataFormatId: { equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" } + } + } + } + ] + } + ) { + edges { + node { + componentId + resourceTree { + root { + value { + locator + } + } + } + } + } + } + + dataSetsByColor: allOpticalData( + where: { + and: [ + { colorRenderingIndices: { some: { greaterThanOrEqualTo: 90 } } } + { cielabColors: { some: { lStar: { greaterThanOrEqualTo: 80 } } } } + { cielabColors: { some: { aStar: { greaterThanOrEqualTo: -5 } } } } + { cielabColors: { some: { aStar: { lessThanOrEqualTo: 5 } } } } + { cielabColors: { some: { bStar: { greaterThanOrEqualTo: -5 } } } } + { cielabColors: { some: { bStar: { lessThanOrEqualTo: 5 } } } } + ] + } + ) { + edges { + node { + name + componentId + colorRenderingIndices + cielabColors { + lStar + aStar + bStar + } + resourceTree { + root { + value { + locator + } + } + } + } + } + } + + allOpticalDataSets: allOpticalData { + edges { + node { + name + } + } + } + + integralOpticalValuesOfComponent: allOpticalData( + where: { componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } } + ) { + edges { + node { + nearnormalHemisphericalVisibleReflectances + nearnormalHemisphericalVisibleTransmittances + resourceTree { + root { + value { + locator + } + } + } + } + } + } + + 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 + } + } + } +} diff --git a/requests/metabase/createMethod.graphql b/requests/metabase/createMethod.graphql new file mode 100644 index 00000000..803f04e0 --- /dev/null +++ b/requests/metabase/createMethod.graphql @@ -0,0 +1,70 @@ +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:00.000+01:00" + to: "2026-06-05T12:00:00.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" + 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: { + from: "2024-06-05T12:00:00.000+01:00" + to: "2026-06-05T12:00:00.000+01:00" + } + } + ) { + method { + name + } + errors { + code + message + path + } + } +} diff --git a/requests/metabase/tutorial.graphql b/requests/metabase/tutorial.graphql new file mode 100644 index 00000000..440bc612 --- /dev/null +++ b/requests/metabase/tutorial.graphql @@ -0,0 +1,197 @@ +query { + institutionByString: institutions(where: { name: { contains: "Suno" } }) { + edges { + node { + name + uuid + } + } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } + } + + componentsByInstitution: institution( + id: "24cd615f-ccc3-4da0-811b-0e0ce18f354c" + ) { + manufacturedComponents { + edges { + node { + uuid + name + } + } + } + } + + resourcesByComponent: databases { + edges { + node { + uuid + name + locator + allOpticalData( + where: { + componentId: { equalTo: "9386f355-2069-4490-bdd1-e1acdb233e12" } + } + ) { + edges { + node { + resourceTree { + root { + value { + locator + } + } + } + } + } + } + } + } + } + + dataFormat: databases { + edges { + node { + name + allOpticalData( + where: { + resources: { + some: { + dataFormatId: { + equalTo: "e021cf20-e887-4dce-ad27-35da70cec472" + } + } + } + } + ) { + edges { + node { + resourceTree { + root { + value { + locator + } + } + } + } + } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } + } + } + } + } + + dataSetsByOpticalPropertiesAndDataFormat: databases { + edges { + node { + name + allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.605 } + } + } + { + nearnormalHemisphericalSolarTransmittances: { + some: { lessThanOrEqualTo: 0.228 } + } + } + { + resources: { + some: { + dataFormatId: { + equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" + } + } + } + } + ] + } + ) { + edges { + node { + componentId + resourceTree { + root { + value { + locator + } + } + } + } + } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } + } + } + } + } + + allOpticalDataSets: databases { + edges { + node { + allOpticalData { + edges { + node { + name + } + } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } + } + } + } + } + + integralOpticalValuesOfComponent: databases { + 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 + } + } + } + } + } + } + } + } + } +} diff --git a/schemas/building.json b/schemas/building.json deleted file mode 100644 index a467708f..00000000 --- a/schemas/building.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/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 desing 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 - }, - "assesors": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Assesors 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 data set 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 data set 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 data set 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/calorimetric.json b/schemas/calorimetric.json index 4dd6095f..71fed7a4 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -1,7 +1,7 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetric.json", - "title": "calorimetric data", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { "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 348a0668..f877425e 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -1,8 +1,8 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetricData.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/calorimetricData.json", "title": "calorimetric data", - "description": "Data 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.", @@ -41,15 +41,25 @@ "enum": ["dynamic", "stationary"], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, - "primeSurface": { - "$ref": "#/$defs/side", - "description": "This subschema defines the orientation of the prime surface. The prime surface is defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`." + "surface": { + "$ref": "component.json#/$defs/surface", + "description": "Defines which surface is irradiated" + }, + "componentTilt": { + "$ref": "common.json#/$defs/angles/$defs/componentTilt", + "description": "The tilt angle of the component." + }, + "switchableLayers": { + "$ref": "common.json#/$defs/switchableLayers", + "description": "Defines the state of switchable layers." } }, "additionalProperties": false, - "required": ["conditions"] + "minProperties": 1, + "required": [] }, "fluxes": { + "title": "Characterize several kinds of energy fluxes towards the sample. Energy flux from the sample has negative values.", "type": "object", "properties": { "conduction": { @@ -135,18 +145,18 @@ "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 energy 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", "properties": { "side": { "$ref": "#/$defs/side", - "description": "The side which is considered for this radiative heat transfer." + "description": "The side which is considered for this radiative transfer of energy." }, "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." }, "temperatures": { "type": "object", @@ -166,7 +176,7 @@ }, "emittanceSurroundings": { "$ref": "number.json#/$defs/numberBetweenZeroAndOneWithUncertainty", - "description": "The emittance of the surroundings influences the radiative heat transfer. The emittance of the surface of the sample can be defined within `opticalData`. Emittances have no units." + "description": "The emittance of the surroundings influences the radiative transfer of energy. The emittance of the surface of the sample can be defined within `opticalData`. Emittances have no units." } }, "additionalProperties": false, @@ -176,18 +186,18 @@ "minItems": 1 }, "conductionConvectionLongwaveRadiation": { - "title": "Heat transfer by conduction, convection and long-wave radiation can be treated together.", + "title": "Energy transfer by conduction, convection and long-wave radiation can be treated together.", "type": "array", "items": { "type": "object", "properties": { "side": { "$ref": "#/$defs/side", - "description": "The side which is considered for this combined heat transfer." + "description": "The side which is considered for this combined energy transfer." }, "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." }, "temperatures": { "type": "object", @@ -207,7 +217,7 @@ }, "coefficient": { "$ref": "number.json#/$defs/wattPerSquareMeterKelvinWithUncertainty", - "description": "The heat transfer coefficient equals the heat flux divided by the temperature difference. It has the unit watt per square meter per kelvin." + "description": "The energy transfer coefficient equals the energy flux divided by the temperature difference. It has the unit watt per square meter per kelvin." } }, "additionalProperties": false, @@ -242,18 +252,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, @@ -263,7 +273,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", @@ -293,7 +303,7 @@ "description": "The mass flow of the fluid circuit which enters and leaves the sample in kilogram per second." }, "specificHeatCapacity": { - "$ref": "number.json#/$defs/joulePerKgKwithUncertainty", + "$ref": "number.json#/$defs/joulePerKilogramKelvinWithUncertainty", "description": "The specific heat capacity of the fluid in joules per kilogram per Kelvin." } }, @@ -342,13 +352,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 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", @@ -398,7 +408,7 @@ "required": [] }, "uValue": { - "$ref": "number.json#/$defs/numberWithUncertainty", + "$ref": "number.json#/$defs/wattPerSquareMeterKelvinWithUncertainty", "description": "The U value, also known as thermal transmittance, can be calculated by dividing the heat flux through the sample by the temperature difference between the exterior and the interior." }, "gValue": { diff --git a/schemas/common.json b/schemas/common.json index 150664fd..304dd850 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/common.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { @@ -58,7 +58,7 @@ "properties": { "standard": { "$ref": "#/$defs/standard", - "description": "The standard refered to." + "description": "The standard referred to." } }, "additionalProperties": false, @@ -69,7 +69,7 @@ "properties": { "publication": { "$ref": "#/$defs/publication", - "description": "The publication refered to." + "description": "The publication referred to." } }, "additionalProperties": false, @@ -101,7 +101,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, @@ -227,17 +227,17 @@ "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.", @@ -293,18 +293,99 @@ "angles": { "title": "Angles which are helpful to characterize building envelopes.", "$defs": { - "tilt": { + "componentTilt": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndOneHundredEightyWithUncertainty", + "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 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." }, - "maximumClosing": { + "slatMaximumClosing": { "$ref": "number.json#/$defs/degreeWithUncertainty", "description": "The maximum closing angle is the highest possible slat tilt angle, typically because the slats touch each other." } } }, + "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/switchableLayerState", + "description": "Define the state of the switchable layer." + }, + "uniqueItems": true, + "minItems": 1 + }, + "switchableLayerState": { + "title": "State of a switchable layer", + "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", + "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"] + } + ] + }, "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", @@ -322,7 +403,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": { @@ -331,7 +412,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", @@ -427,6 +508,189 @@ }, "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." + }, + "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 0d1b480f..11b21502 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -1,8 +1,8 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/component.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.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.", @@ -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": { @@ -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,15 @@ "$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", + "items": { + "$ref": "geometric.json" + }, + "minItems": 1, + "description": "Geometric datasets of one component. For example the dimensions of the component or a CAD resource." }, "photovoltaic": { "type": "array", @@ -124,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", @@ -224,20 +232,9 @@ "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": { - "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." @@ -259,157 +256,77 @@ "$ref": "number.json#/$defs/degreeWithUncertainty", "description": "The cutoff angle is an angle above which the incident radiation cannot cause glare." }, - "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" - ] + "materialComposition": { + "$ref": "common.json#/$defs/materialComposition", + "description": "The chemical elements and basic materials which are part of the component." + }, + "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 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": { + "$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": [] + } }, - "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." + "minProperties": 1, + "required": [] }, - "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.", + "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." + "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, "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": [ @@ -427,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", @@ -468,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" diff --git a/schemas/components.json b/schemas/components.json new file mode 100644 index 00000000..2fed4db5 --- /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/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", + "properties": { + "components": { + "title": "Components", + "type": "array", + "items": { + "$ref": "component.json" + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": ["components"] +} diff --git a/schemas/data.json b/schemas/data.json new file mode 100644 index 00000000..ca4c605a --- /dev/null +++ b/schemas/data.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { + "data": { + "oneOf": [ + { + "$ref": "opticalData.json", + "description": "optical data" + }, + { + "$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": "lifeCycleData.json", + "description": "life-cycle data" + } + ] + } + }, + "$ref": "#/$defs/data" +} diff --git a/schemas/dbe.json b/schemas/dbe.json deleted file mode 100644 index d62328f2..00000000 --- a/schemas/dbe.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2019-09/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.", - "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.", - "type": "array", - "items": { - "$ref": "component.json" - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": ["components"] -} diff --git a/schemas/dsb.json b/schemas/dsb.json deleted file mode 100644 index 1d441668..00000000 --- a/schemas/dsb.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2019-09/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.", - "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.", - "type": "array", - "items": { - "$ref": "building.json" - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": ["buildings"] -} diff --git a/schemas/gaps.json b/schemas/gaps.json index 76b524e3..9c1aad98 100644 --- a/schemas/gaps.json +++ b/schemas/gaps.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/gaps.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { diff --git a/schemas/geometric.json b/schemas/geometric.json new file mode 100644 index 00000000..c5fbbace --- /dev/null +++ b/schemas/geometric.json @@ -0,0 +1,79 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { + "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 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 dataset." + }, + "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" +} diff --git a/schemas/geometry.json b/schemas/geometricData.json similarity index 61% rename from schemas/geometry.json rename to schemas/geometricData.json index 51ef7e50..66778d94 100644 --- a/schemas/geometry.json +++ b/schemas/geometricData.json @@ -1,10 +1,10 @@ { - "$schema": "https://json-schema.org/draft/2019-09/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.", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { - "geometry": { + "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": { @@ -22,18 +22,69 @@ }, "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." }, - "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." + "assembly": { + "$ref": "#/$defs/assembly", + "description": "The geometry of the subcomponents." + } + }, + "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 }, - "levelOfDevelopment": { - "$ref": "#/$defs/orientation", - "description": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled." + "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": { @@ -77,116 +128,49 @@ "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°." }, - "tilt": { - "$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°." + "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°." + "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, - "required": ["azimuth", "tilt"] + "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.", + "assembly": { + "title": "The geometry of the subcomponents which are used for this assembly.", "type": "array", - "items": [ - { - "$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." - } + "items": { + "type": "object", + "properties": { + "id": { + "$ref": "identifier.json#/$defs/centralOrDecentral", + "description": "The id represents a specific component of the assembly." }, - "additionalProperties": false, - "required": ["reference"] - } - ], - "minItems": 2, - "additionalItems": 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." - } + "location": { + "$ref": "#/$defs/location", + "description": "The location of the center of mass of the component." }, - "minProperties": 1, - "required": [] + "orientation": { + "$ref": "#/$defs/orientation", + "description": "The orientation of the non-prime surface of the component." + } }, - "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": ["id"] }, - "additionalProperties": false, - "minProperties": 1, - "required": ["assemblyList"] + "minItems": 2 }, "point": { "title": "A point according to the definition of a coordinate system elsewhere.", @@ -223,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": { @@ -280,7 +264,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 +282,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." @@ -331,61 +315,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." - }, - "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" + "$ref": "#/$defs/data" } diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 60056fa0..c3132f94 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -1,7 +1,7 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/hygrothermal.json", - "title": "hygrothermal data", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { "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/hygrothermalData.json b/schemas/hygrothermalData.json index 22fe6549..acc03c58 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -1,37 +1,226 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/hygrothermalData.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { "data": { - "title": "The hygrothermal data of a component.", + "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": { - "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." + "thermalConductivityDry": { + "$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": "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": "The amount of pore volume which is accessible to water (either as liquid or as vapor)" + }, + "specificHeatCapacity": { + "$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": "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": "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": "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", + "description": "The amount of water a material can absorb over time (ASTM C1794, DIN EN ISO 15148)" + }, + "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 dependence of the heat conductivity on moisture content is sufficient." + }, + "temperatureDependentConductivitySupplement": { + "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", + "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", + "description": "The inherent moisture content present in materials during construction, originating from sources like manufacturing processes, environmental exposure, or water used in installation." + }, + "thermalEmissivity": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "Typically the hemispherical 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 humidity. Higher water content at 100% relative humidity is possible up to maximum water saturation and completely filled pores", + "items": { + "type": "object", + "properties": { + "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 absolute value (1 = 100%)" + }, + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "The amount of water present within a material" + } }, - "description": { - "type": "string", - "description": "An explanation with more details about the hygrothermal data in natural language." + "additionalProperties": false, + "minProperties": 2, + "maxProperties": 2, + "required": ["relativeHumidityAbsolute", "waterContent"] + }, + "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": "The amount of water present within a material" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "The capillary uptake of water when the imbibing surface is fully wetted." + } + }, + "additionalProperties": false, + "minProperties": 2, + "maxProperties": 2, + "required": ["waterContent", "liquidTransportCoefficient"] + }, + "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": "The amount of water present within a material" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "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" + } + }, + "additionalProperties": false, + "minProperties": 2, + "maxProperties": 2, + "required": ["waterContent", "liquidTransportCoefficient"] + }, + "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/kilogramPerCubicMeter", + "description": "The amount of water present within a material" + }, + "thermalConductivity": { + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "Is the measure of a material's ability to conduct heat" + } }, - "dataFormat": { - "$ref": "common.json#/$defs/webAddress", - "description": "The web address provides a definition of the format of the 'xmlData'." + "additionalProperties": false, + "minProperties": 2, + "maxProperties": 2, + "required": ["waterContent", "thermalConductivity"] + }, + "minItems": 0, + "uniqueItems": true + }, + "thermalConductivityTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$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": "Is the measure of a material's ability to conduct heat" + } + }, + "additionalProperties": false, + "minProperties": 2, + "maxProperties": 2, + "required": ["temperature", "thermalConductivity"] + }, + "minItems": 0, + "uniqueItems": true + }, + "waterVaporDiffusionResistanceFactorMoistureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "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 absolute value (1 = 100%)" + }, + "diffusionResistanceFactor": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "The value describes a material's resistance to the movement of water vapor through it" + } + }, + "additionalProperties": false, + "minProperties": 2, + "maxProperties": 2, + "required": [ + "relativeHumidityAbsolute", + "diffusionResistanceFactor" + ] + }, + "minItems": 0, + "uniqueItems": true + }, + "enthalpyTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$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/joulePerKilogram", + "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." + } }, - "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": 2, + "maxProperties": 2, + "required": ["temperature", "enthalpy"] }, - "additionalProperties": false, - "minProperties": 1, - "required": ["xmlData"] + "minItems": 0, + "uniqueItems": true } }, "additionalProperties": false, diff --git a/schemas/identifier.json b/schemas/identifier.json index 0bdeea19..9cdcb283 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -1,13 +1,12 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/identifier.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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, 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", - "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" }, diff --git a/schemas/layer.json b/schemas/layer.json index 858c98aa..23e8bb25 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/layer.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { @@ -104,20 +104,20 @@ }, "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": [ { - "$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." } ] @@ -125,12 +125,12 @@ "angles": { "type": "object", "properties": { - "tilt": { - "$ref": "common.json#/$defs/angles/$defs/tilt", + "slatTilt": { + "$ref": "common.json#/$defs/angles/$defs/slatTilt", "description": "For horizontal slats, the slat tilt angle is measured from the horizontal plane. 0° means fully open slats and 70° almost closed slats." }, - "maximumClosing": { - "$ref": "common.json#/$defs/angles/$defs/maximumClosing", + "slatMaximumClosing": { + "$ref": "common.json#/$defs/angles/$defs/slatMaximumClosing", "description": "The maximum closing angle is the highest possible slat tilt angle, typically because the slats touch each other." } }, diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json new file mode 100644 index 00000000..1bbc04bc --- /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/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": { + "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 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 dataset." + }, + "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": "" + }, + { + "$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/lifeCycleData.json b/schemas/lifeCycleData.json new file mode 100644 index 00000000..da6f54d7 --- /dev/null +++ b/schemas/lifeCycleData.json @@ -0,0 +1,2490 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { + "data": { + "type": "object", + "title": "Life cycle data.", + "properties": { + "functionalUnit": { + "type": "string", + "enum": [ + "Volume", + "Quantity", + "Area", + "Length", + "OtherUnit", + "Energy", + "Weight" + ], + "description": "The unit used to measure the component." + }, + "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": { + "$ref": "#/$defs/circularity" + }, + "lifeCycleAssessment": { + "$ref": "#/$defs/lifeCycleAssessment" + }, + "compliance": { + "$ref": "#/$defs/compliance" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "circularity": { + "title": "Circularity data", + "type": "object", + "properties": { + "feedstock": { + "title": "The product circularity information", + "type": "object", + "properties": { + "renewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of renewable content" + }, + "renewablesSustainablyProduced": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of sustainably produced renewable content" + }, + "notRenewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of non-renewable content" + }, + "recycled": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of recycled content" + }, + "reused": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of reused content" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Efficiency of the recycling process" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "output": { + "title": "Output", + "type": "object", + "properties": { + "availableForRecycle": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of material available for recycling" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Efficiency of the recycling process" + }, + "landfill": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of material sent to landfill" + }, + "incineration": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of material treated by incineration" + }, + "availableForReuse": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Share of material available for reuse" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "detachability": { + "title": "Detachability", + "type": "object", + "properties": { + "connectionType": { + "type": "string", + "enum": [ + "Unknown", + "HardChemicalConnection", + "SoftChemicalConnection", + "DirectConnection", + "AddedConnectionConnection", + "DryConnection" + ], + "description": "General 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": "Details on the connection type." + }, + "accessibility": { + "type": "string", + "enum": [ + "Unknown", + "NotAccessible", + "PartialWithDamage", + "PartialWithRepairableDamage", + "PartialNoDamage", + "Accessible" + ], + "description": "Accessibility of the materials." + }, + "intersection": { + "type": "string", + "enum": ["Unknown", "Complete", "Incidental", "None"], + "description": "Intersection of the materials." + }, + "productEdge": { + "type": "string", + "enum": ["Unknown", "Closed", "Overlapping", "Open"], + "description": "Form of the product edge." + }, + "index": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Detachability index" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "lifeCycleAssessment": { + "type": "array", + "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", + "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." + }, + "owner": { + "type": "string", + "description": "The owner of the LCA" + }, + "referenceYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "Reference Year" + }, + "validUntilYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "Year until it is valid" + }, + "datasetType": { + "type": "string", + "description": "Type of dataset" + }, + "registrationNumber": { + "type": "string", + "description": "Registration number" + }, + "version": { + "type": "string", + "description": "Version" + }, + "compliance": { + "type": "array", + "description": "List of norms this specific LCA dataset complies with (not the whole product itself)", + "items": { + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + }, + "environmentalCostIndicator": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "Environmental cost indicator" + }, + "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": "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", + "description": "LCA ruleset EN 15804:2012-04+A1 2013" + }, + "EN15804_2012_A2_2019": { + "$ref": "#/$defs/EN15804_2012_A2_2019", + "description": "LCA ruleset EN 15804:2012+A2:2019" + } + }, + "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": "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.)." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + }, + "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"], + "description": "Result of an assessment. If no requirements apply the result value is null." + } + }, + "additionalProperties": false, + "required": ["resultTypeId", "result"] + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "$ref": "#/$defs/data" +} diff --git a/schemas/material.json b/schemas/material.json index b3994705..34dca5bb 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -1,11 +1,11 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/material.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { "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": { @@ -28,135 +28,9 @@ "type": "string", "description": "An explanation with more details about the component" }, - "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" - ] - }, - "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, @@ -202,20 +76,12 @@ }, "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", "description": "PossiblePositions defines where the material can be used." }, - "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." - }, - "thermalConductivity": { - "$ref": "number.json#/$defs/wattPerMeterKelvinWithUncertainty", - "description": "The thermal conductivity of a material quantifies its ability to conduct heat. It has the SI units W/(m*K)." - }, "poissonsRatio": { "type": "number", "description": "The Poisson's ratio is a measure of the expansion of a material in the direction perpendicular to the load. It's a dimensionless quantity." diff --git a/schemas/method.json b/schemas/method.json index c8848a2b..a547f43e 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -1,8 +1,8 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/method.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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 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": { @@ -198,7 +198,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", diff --git a/schemas/number.json b/schemas/number.json index 73de743f..72a04679 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/number.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { @@ -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", @@ -159,6 +190,39 @@ "minimum": -180, "maximum": 180 }, + "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." @@ -167,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": { + "$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": { "type": "number", "minimum": 0, @@ -176,6 +244,14 @@ "$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": "#/$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." @@ -332,13 +408,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", + "$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." }, + "degreeCelsius": { + "type": "number", + "minimum": -273.15, + "description": "degree Celsius (°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." @@ -372,9 +453,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." @@ -387,11 +472,27 @@ "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." }, - "joulePerKgKwithUncertainty": { + "kilogramPerSquareMeterAndSquareRootSeconds": { + "$ref": "#/$defs/nonNegativeNumber", + "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", + "description": "Joule per kilogram (J/kg) are the SI units of the enthalpy." + }, + "joulePerKilogramKelvin": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "Joule per kilogram and per Kelvin (J/(kg*K)) are the SI units of the specific heat capacity." + }, + "joulePerKilogramKelvinWithUncertainty": { "$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." }, @@ -399,10 +500,22 @@ "$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." }, + "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." @@ -413,15 +526,33 @@ "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" }, "percentBetweenZeroAndOneHundred": { - "description": "Percent, for example, the number 5 of this type means 5 %.", + "$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." + }, + "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": 100 + "maximum": 1 }, "latitude": { "$ref": "#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", diff --git a/schemas/optical.json b/schemas/optical.json index 901f8ae6..8d038ca4 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -1,8 +1,8 @@ { - "$schema": "https://json-schema.org/draft/2019-09/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.", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { "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 67fd69de..b8287958 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -1,92 +1,102 @@ { - "$schema": "https://json-schema.org/draft/2019-09/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.", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { "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 `componentCharacteristics`. An additional property can 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. They provide the `results` for a given `incidence` and emergence`.", + "type": "array", + "items": { + "$ref": "#/$defs/dataPoint" + }, + "uniqueItems": true, + "minItems": 1 + } }, - "data": { - "title": "Optical data", - "type": "array", - "items": { - "$ref": "#/$defs/data" - }, - "minItems": 1 - } + "additionalProperties": false, + "required": ["dataPoints"] }, - "additionalProperties": false, - "required": ["data"] + "minItems": 1 + }, + "serverSpecific": { + "title": "server-specific data", + "$ref": "#/$defs/serverSpecific" } - ] + }, + "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": "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": { + "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." + "emergence": { + "$ref": "#/$defs/emergence", + "title": "Emergent radiation", + "description": "Radiation that emerges from the component." } - ] + }, + "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"] + }, + "unevaluatedProperties": false, + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -129,11 +139,6 @@ "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", @@ -149,6 +154,10 @@ "surface": { "$ref": "component.json#/$defs/surface", "description": "Defines which surface is irradiated" + }, + "switchableLayers": { + "$ref": "common.json#/$defs/switchableLayers", + "description": "Defines the state of switchable layers." } }, "additionalProperties": false, @@ -178,7 +187,6 @@ { "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"] } @@ -186,13 +194,13 @@ }, "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", @@ -211,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, @@ -234,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": { @@ -243,7 +251,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/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, @@ -262,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": { @@ -271,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/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 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, @@ -293,7 +301,9 @@ "$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"] @@ -360,8 +370,34 @@ "required": [], "minProperties": 1 }, - "color": { - "title": "Color characterization", + "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" + }, + "colorTransmittance": { + "$ref": "#/$defs/colorTransmittance" + }, + "reflectance": { + "$ref": "#/$defs/reflectance" + }, + "colorReflectance": { + "$ref": "#/$defs/colorReflectance" + }, + "absorptanceEmittance": { + "$ref": "#/$defs/absorptanceEmittance" + } + }, + "additionalProperties": false, + "required": [], + "minProperties": 1 + }, + "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": { @@ -389,12 +425,34 @@ "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", "properties": { "lStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", + "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", "description": "L* (lStar) defines the lightness of the color." }, "aStar": { @@ -405,49 +463,681 @@ "$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"], + "$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." } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar", "direction"] + "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.", + "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": { + "$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." + }, + "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": { + "raOutIn": { + "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", + "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", + "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": ["raOutIn"] + } + ] + }, + "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." + }, + "serverSpecific": { + "title": "Data which is specific for a product data server and exceeds the structure of `#/$defs/dataPoint`.", "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." + "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` 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": { + "$ref": "number.json#/$defs/stringOrNull" }, - "direction": { + "token": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "historicalTokens": { + "type": "array", + "items": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "marketingName": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "nfrcId": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "igdbId": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "cgdbId": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "mdbTimeCreated": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "igdbDatabaseVersion": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "cgdbDatabaseVersion": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "acceptance": { + "$ref": "number.json#/$defs/stringOrNull", + "enum": ["#", "@", ""] + }, + "reference": { + "type": "boolean" + }, + "appearance": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "hidden": { + "type": "boolean" + }, + "ownerName": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "dataFileName": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "dataFileType": { "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." + "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." }, - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" + "dataFileAvailable": { + "type": "boolean" + }, + "shortDescription": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "deconstructable": { + "type": "boolean" + }, + "coatingName": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "coatingId": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "coatedSide": { + "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`." + }, + "igdbChecksum": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "cgdbChecksum": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "checksumDate": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "window8ApplicationType": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "productDetailFiles": { + "type": "array", + "items": { + "type": "string", + "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], + "description": "`TOLERANCE` means `Tolerance Report`." + } + }, + "composition": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "created": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "updated": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "index": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "parentProduct": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "childProduct": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "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": [] + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "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 + }, + "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" + }, + "geometricProperties": { + "oneOf": [ + { + "$ref": "#/$defs/perforatedScreenGeometry" + }, + { + "$ref": "#/$defs/wovenShadeGeometry" + }, + { + "$ref": "#/$defs/blindGeometry" + }, + { + "type": "null" + } + ] + }, + "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, - "required": ["value", "direction"] + "minProperties": 1, + "required": [] + }, + "integratedSpectralAverageOpticalResultsIgsdb": { + "type": "object", + "properties": { + "error": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "reflectanceBack": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "reflectanceFront": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "transmittanceBack": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "transmittanceFront": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "absorptanceBackDirect": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "absorptanceFrontDirect": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "absorptanceBackHemispheric": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "absorptanceFrontHemispheric": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "integratedSpectralAverageTransmittanceReflectanceIgsdb": { + "type": "object", + "properties": { + "matrix": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "directDirect": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "directDiffuse": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "diffuseDiffuse": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "directHemispherical": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "colorTransmittanceReflectanceIgsdb": { + "type": "object", + "properties": { + "directDirect": { + "$ref": "#/$defs/colorsIgsdb" + }, + "directDiffuse": { + "$ref": "#/$defs/colorsIgsdb" + }, + "diffuseDiffuse": { + "$ref": "#/$defs/colorsIgsdb" + }, + "directHemispherical": { + "$ref": "#/$defs/colorsIgsdb" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "colorsIgsdb": { + "type": "object", + "properties": { + "lab": { + "type": "object", + "properties": { + "a": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "b": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "l": { + "$ref": "number.json#/$defs/numberOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "rgb": { + "type": "object", + "properties": { + "b": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "g": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "r": { + "$ref": "number.json#/$defs/numberOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "trichromatic": { + "type": "object", + "properties": { + "x": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "y": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "z": { + "$ref": "number.json#/$defs/numberOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "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`." + }, + "dimX": { + "$ref": "number.json#/$defs/numberOrNull", + "description": "dimX is the radius if `type`: `circular`." + }, + "dimY": { + "$ref": "number.json#/$defs/numberOrNull", + "description": "dimY is not used if `type` is `circular` or `square`." + }, + "spacingX": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "spacingY": { + "$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" + }, + "slatWidth": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: mm" + }, + "slatSpacing": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: mm" + }, + "slatCurvature": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: mm" + }, + "slatTilt": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: degrees" + }, + "numberSegments": { + "$ref": "number.json#/$defs/integerOrNull", + "description": "Segments are used to represent curvature (Defaults to 5)." + }, + "tiltChoice": { + "$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" diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 4432561f..a919016b 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -1,7 +1,7 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/photovoltaic.json", - "title": "photovoltaic data", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { "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", diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index f3fcc5ef..22989345 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/photovoltaicData.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { @@ -61,7 +61,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", @@ -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, @@ -466,9 +466,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, @@ -560,7 +560,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.", @@ -570,7 +570,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": { @@ -661,7 +661,7 @@ }, "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, @@ -925,7 +925,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": { @@ -1050,7 +1050,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." } @@ -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/schemas/stakeholder.json b/schemas/stakeholder.json index edb40d38..bd7c5b3d 100644 --- a/schemas/stakeholder.json +++ b/schemas/stakeholder.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/stakeholder.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/stakeholder.json", "title": "Stakeholder", "description": "Institution or person", "$defs": { diff --git a/schemas/string.json b/schemas/string.json index c981dff1..9f0e71ce 100644 --- a/schemas/string.json +++ b/schemas/string.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/string.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { diff --git a/schemas/unit.json b/schemas/unit.json index e6156c7d..5e8df1c0 100644 --- a/schemas/unit.json +++ b/schemas/unit.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/unit.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$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": { 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/invalid/hygrothermalData/definedCurves_nonUnique.json b/tests/invalid/hygrothermalData/definedCurves_nonUnique.json new file mode 100644 index 00000000..3cfce041 --- /dev/null +++ b/tests/invalid/hygrothermalData/definedCurves_nonUnique.json @@ -0,0 +1,237 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "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.9, + "waterContent": 163.97 + }, + { + "relativeHumidityAbsolute": 0.95, + "waterContent": 179.21 + }, + { + "relativeHumidityAbsolute": 0.95, + "waterContent": 197.13 + }, + { + "relativeHumidityAbsolute": 0.95, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolute": 0.95, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolute": 0.95, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolute": 0.9, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolute": 0.95, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolute": 1, + "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": 100, + "thermalConductivity": 0.12 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityTemperatureDependent": [ + { + "temperature": 253.15, + "thermalConductivity": 0.096 + }, + { + "temperature": 353.15, + "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/invalid/hygrothermalData/nonKelvin.json b/tests/invalid/hygrothermalData/nonKelvin.json new file mode 100644 index 00000000..3de0a351 --- /dev/null +++ b/tests/invalid/hygrothermalData/nonKelvin.json @@ -0,0 +1,173 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "sorptionIsotherm": [ + { + "relativeHumidityAbsolute": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolute": 0.1, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolute": 0.2, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolute": 0.3, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolute": 0.6, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolute": 0.8, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolute": 0.9, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolute": 1, + "waterContent": 554 + } + ], + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "thermalConductivity": 0 + }, + { + "waterContent": 79, + "thermalConductivity": 1.3623 + }, + { + "waterContent": 554, + "thermalConductivity": 4.952 + } + ], + "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": 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/invalid/hygrothermalData/wrongCurvesProperties.json b/tests/invalid/hygrothermalData/wrongCurvesProperties.json new file mode 100644 index 00000000..5319725c --- /dev/null +++ b/tests/invalid/hygrothermalData/wrongCurvesProperties.json @@ -0,0 +1,173 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "sorptionIsotherm": [ + { + "relativeHumidityAbsolute": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolute": 0.1, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolute": 0.2, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolute": 0.3, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolute": 0.6, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolute": 0.8, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolute": 0.9, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolute": 1, + "waterContent": 554 + } + ], + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "thermalConductivity": 0 + }, + { + "waterContent": 79, + "thermalConductivity": 1.3623 + }, + { + "waterContent": 554, + "thermalConductivity": 4.952 + } + ], + "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": 253.15, + "thermalConductivity": 0.096 + }, + { + "temperature": 353.15, + "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/invalid/hygrothermalData/wrongCurvesProperties2.json b/tests/invalid/hygrothermalData/wrongCurvesProperties2.json new file mode 100644 index 00000000..3de0a351 --- /dev/null +++ b/tests/invalid/hygrothermalData/wrongCurvesProperties2.json @@ -0,0 +1,173 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "sorptionIsotherm": [ + { + "relativeHumidityAbsolute": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolute": 0.1, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolute": 0.2, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolute": 0.3, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolute": 0.6, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolute": 0.8, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolute": 0.9, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolute": 1, + "waterContent": 554 + } + ], + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "thermalConductivity": 0 + }, + { + "waterContent": 79, + "thermalConductivity": 1.3623 + }, + { + "waterContent": 554, + "thermalConductivity": 4.952 + } + ], + "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": 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/invalid/hygrothermalData/wrongCurvesPropertiesString.json b/tests/invalid/hygrothermalData/wrongCurvesPropertiesString.json new file mode 100644 index 00000000..4f01d22f --- /dev/null +++ b/tests/invalid/hygrothermalData/wrongCurvesPropertiesString.json @@ -0,0 +1,173 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "sorptionIsotherm": [ + { + "relativeHumidityAbsolute": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolute": 0.1, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolute": 0.2, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolute": 0.3, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolute": 0.6, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolute": 0.8, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolute": 0.9, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolute": 1, + "waterContent": 554 + } + ], + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "thermalConductivity": 0 + }, + { + "waterContent": 79, + "thermalConductivity": 1.3623 + }, + { + "waterContent": 554, + "thermalConductivity": 4.952 + } + ], + "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": 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/invalid/lifeCycleData/circularityAndLca.json b/tests/invalid/lifeCycleData/circularityAndLca.json new file mode 100644 index 00000000..e6486e5f --- /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 + } + }, + "lifeCycleAssessment": [ + { + "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/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/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..e65e2da9 --- /dev/null +++ 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": [] +} 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 - } - } - ] - } - ] -} 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/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 + } + } + } +} diff --git a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json b/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json similarity index 54% rename from tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json rename to tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json index 16f75c96..c9334a63 100644 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json +++ b/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json @@ -3,16 +3,19 @@ { "incidence": { "direction": { - "polar": 8 + "polar": 0 }, - "wavelengths": { "integral": "visible" } + "wavelengths": { + "integral": "visible" + } }, "emergence": { "direction": "hemispherical" }, "results": { - "reflectance": 0.1 - } + "transmittance": 0.63 + }, + "newlyAddedProperty": 0.63 } ] } diff --git a/tests/valid/opticalData/tree.json b/tests/invalid/opticalData/tree.json similarity index 54% rename from tests/valid/opticalData/tree.json rename to tests/invalid/opticalData/tree.json index 82834236..324c02b5 100644 --- a/tests/valid/opticalData/tree.json +++ b/tests/invalid/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": { @@ -41,42 +40,14 @@ "direction": { "polar": 8 }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "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" } }, "emergence": { - "direction": { "polar": 60, "azimuth": 90 } + "direction": { + "polar": 8 + } }, "results": { "transmittance": 0.85 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/fluxes.json b/tests/valid/calorimetricData/fluxes.json index cdf9fe34..a85953c9 100644 --- a/tests/valid/calorimetricData/fluxes.json +++ b/tests/valid/calorimetricData/fluxes.json @@ -74,9 +74,18 @@ { "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 + } ] } ] diff --git a/tests/valid/calorimetricData/fourSwitchableLayers.json b/tests/valid/calorimetricData/fourSwitchableLayers.json new file mode 100644 index 00000000..caf429ff --- /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 + } + ] +} diff --git a/tests/valid/calorimetricData/fullTest01.json b/tests/valid/calorimetricData/fullTest01.json new file mode 100644 index 00000000..3c4f17fb --- /dev/null +++ b/tests/valid/calorimetricData/fullTest01.json @@ -0,0 +1,61 @@ +{ + "description": "test", + "characteristics": { + "conditions": "dynamic", + "surface": "prime", + "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 + } + } + ] +} 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 new file mode 100644 index 00000000..529a2fb2 --- /dev/null +++ b/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json @@ -0,0 +1,82 @@ +{ + "characteristics": { + "conditions": "stationary", + "surface": "nonPrime", + "componentTilt": 90 + }, + "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": "center" + }, + "gValue": { + "uncertainValue": 0.06, + "uncertainty": 0.01, + "confidenceInterval": 68.3 + }, + "efficiencies": { + "solarThermal": 0.5, + "photovoltaic": 0.2 + } + } + ] +} diff --git a/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json b/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json new file mode 100644 index 00000000..f2d855a6 --- /dev/null +++ b/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json @@ -0,0 +1,13 @@ +{ + "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/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json b/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json new file mode 100644 index 00000000..1b54d3d1 --- /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 + } + } + ] + } + ] + } + ] +} diff --git a/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json b/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json new file mode 100644 index 00000000..5fd31084 --- /dev/null +++ b/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json @@ -0,0 +1,27 @@ +{ + "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": [ + { + "assembly": [ + { + "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 new file mode 100644 index 00000000..43b090fe --- /dev/null +++ b/tests/valid/component/assembly/geometricAssemblyWithParent.json @@ -0,0 +1,27 @@ +{ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "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": [ + "b511af56-891e-4828-a2d1-a4454112e8f8", + "86089938-f045-4039-b41a-76c70db22369" + ] + }, + "geometric": [ + { + "data": [ + { + "assembly": [ + { + "id": "b511af56-891e-4828-a2d1-a4454112e8f8" + }, + { + "id": "86089938-f045-4039-b41a-76c70db22369" + } + ] + } + ] + } + ] +} diff --git a/tests/valid/component/calorimetric/buildingIntegratedSolarThermalWithMethod.json b/tests/valid/component/calorimetric/buildingIntegratedSolarThermalWithMethod.json new file mode 100644 index 00000000..ee902ba8 --- /dev/null +++ b/tests/valid/component/calorimetric/buildingIntegratedSolarThermalWithMethod.json @@ -0,0 +1,130 @@ +{ + "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": { + "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" + } + } + ] + }, + "approvals": [ + { + "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" + }, + "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 + } + ] + }, + "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 + } + } + ] + } + ] + } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "thickness": 0.3 + } + ] + } + } + ] + } + ] +} diff --git a/tests/valid/component/centralIdentifier.json b/tests/valid/component/centralIdentifier.json new file mode 100644 index 00000000..027ee172 --- /dev/null +++ b/tests/valid/component/centralIdentifier.json @@ -0,0 +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." +} diff --git a/tests/valid/component/decentralIdentifier.json b/tests/valid/component/decentralIdentifier.json new file mode 100644 index 00000000..716c61be --- /dev/null +++ b/tests/valid/component/decentralIdentifier.json @@ -0,0 +1,10 @@ +{ + "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/generalComponents/16mmArgon90air10.json b/tests/valid/component/generalComponents/16mmArgon90air10.json new file mode 100644 index 00000000..fa7d7c84 --- /dev/null +++ b/tests/valid/component/generalComponents/16mmArgon90air10.json @@ -0,0 +1,44 @@ +{ + "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": [ + { + "data": [ + { + "dimensions": { + "independent": { + "smallest": 0.016 + } + } + } + ] + } + ], + "hygrothermal": [ + { + "data": [ + { + "thermalConductivityDry": 0.017 + } + ] + } + ] +} diff --git a/tests/valid/component/generalComponents/materialArgon.json b/tests/valid/component/generalComponents/materialArgon.json new file mode 100644 index 00000000..78d4e5c8 --- /dev/null +++ b/tests/valid/component/generalComponents/materialArgon.json @@ -0,0 +1,31 @@ +{ + "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": [ + { + "data": [ + { + "thermalConductivityDry": 0.017 + } + ] + } + ] +} diff --git a/tests/valid/component/getHttpsResource/dataFormatPdf.json b/tests/valid/component/getHttpsResource/dataFormatPdf.json new file mode 100644 index 00000000..2b105327 --- /dev/null +++ b/tests/valid/component/getHttpsResource/dataFormatPdf.json @@ -0,0 +1,31 @@ +{ + "id": "22aaed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This example represents the dataFormat PDF used to describe the geometry of a component.", + "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" + }, + "archivedFilesMetaInformation": [] + } + ] + } + ] +} diff --git a/tests/valid/component/metadata/abbreviation.json b/tests/valid/component/metadata/abbreviation.json new file mode 100644 index 00000000..7c5c5477 --- /dev/null +++ b/tests/valid/component/metadata/abbreviation.json @@ -0,0 +1,4 @@ +{ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "abbreviation": "STV.h" +} diff --git a/tests/valid/component/metadata/layerWithGapAndCategory.json b/tests/valid/component/metadata/layerWithGapAndCategory.json new file mode 100644 index 00000000..cf8cbf67 --- /dev/null +++ b/tests/valid/component/metadata/layerWithGapAndCategory.json @@ -0,0 +1,28 @@ +{ + "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 + } + ] + }, + "layer": { + "gaps": { + "dTop": 0.02 + } + } + } +} diff --git a/tests/valid/component/optical/ColorRenderingIndexCIELAB.json b/tests/valid/component/optical/ColorRenderingIndexCIELAB.json new file mode 100644 index 00000000..2db1178f --- /dev/null +++ b/tests/valid/component/optical/ColorRenderingIndexCIELAB.json @@ -0,0 +1,73 @@ +{ + "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": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "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" + } + ] + } + } + } + ] + } + ] + } + ] + } + ] +} diff --git a/examples/dbe/optical/bsdf.json b/tests/valid/component/optical/bsdf.json similarity index 70% rename from examples/dbe/optical/bsdf.json rename to tests/valid/component/optical/bsdf.json index 535928ac..04289e88 100644 --- a/examples/dbe/optical/bsdf.json +++ b/tests/valid/component/optical/bsdf.json @@ -1,14 +1,14 @@ { - "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": [ { "dataPoints": [ @@ -18,7 +18,9 @@ "polar": 10, "azimuth": 45 }, - "wavelengths": { "integral": "visible" } + "wavelengths": { + "integral": "visible" + } }, "emergence": { "direction": { @@ -36,7 +38,9 @@ "polar": 30, "azimuth": 15 }, - "wavelengths": { "integral": "visible" } + "wavelengths": { + "integral": "visible" + } }, "emergence": { "direction": { diff --git a/tests/valid/component/optical/bsdfResource.json b/tests/valid/component/optical/bsdfResource.json new file mode 100644 index 00000000..46b3aa3c --- /dev/null +++ b/tests/valid/component/optical/bsdfResource.json @@ -0,0 +1,37 @@ +{ + "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": [ + { + "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": [] + } + ] + } + ] +} diff --git a/tests/valid/component/optical/integralAccordingToStandard.json b/tests/valid/component/optical/integralAccordingToStandard.json new file mode 100644 index 00000000..cd0a62cd --- /dev/null +++ b/tests/valid/component/optical/integralAccordingToStandard.json @@ -0,0 +1,67 @@ +{ + "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": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.85, + "reflectance": 0.08 + } + } + ] + } + ] + } + ] + } + ] +} diff --git a/examples/dbe/optical/spectrum.json b/tests/valid/component/optical/nearnormalHemisphericalSpectrallyResolved.json similarity index 68% rename from examples/dbe/optical/spectrum.json rename to tests/valid/component/optical/nearnormalHemisphericalSpectrallyResolved.json index d2952158..ef4add42 100644 --- a/examples/dbe/optical/spectrum.json +++ b/tests/valid/component/optical/nearnormalHemisphericalSpectrallyResolved.json @@ -1,14 +1,14 @@ { - "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": [ { "dataPoints": [ @@ -17,7 +17,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 500 } + "wavelengths": { + "wavelength": 500 + } }, "emergence": { "direction": "hemispherical" @@ -32,7 +34,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 1000 } + "wavelengths": { + "wavelength": 1000 + } }, "emergence": { "direction": "hemispherical" @@ -47,7 +51,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 1500 } + "wavelengths": { + "wavelength": 1500 + } }, "emergence": { "direction": "hemispherical" diff --git a/examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json b/tests/valid/component/optical/nearnormalHemisphericalVisible.json similarity index 50% rename from examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json rename to tests/valid/component/optical/nearnormalHemisphericalVisible.json index 233ccda4..df5dd6c7 100644 --- a/examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json +++ b/tests/valid/component/optical/nearnormalHemisphericalVisible.json @@ -1,17 +1,17 @@ { - "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": [ { "dataPoints": [ @@ -20,12 +20,15 @@ "direction": { "polar": 8 }, - "wavelengths": { "integral": "visible" } + "wavelengths": { + "integral": "visible" + } }, "emergence": { "direction": "hemispherical" }, "results": { + "transmittance": 0.8, "reflectance": 0.1 } } diff --git a/examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json b/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolved.json similarity index 58% rename from examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json rename to tests/valid/component/optical/nearnormalNearnormalSpectrallyResolved.json index a39f3003..b709d01a 100644 --- a/examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json +++ b/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolved.json @@ -1,14 +1,14 @@ { - "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": [ { "dataPoints": [ @@ -17,7 +17,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 500 } + "wavelengths": { + "wavelength": 500 + } }, "emergence": { "direction": { @@ -25,7 +27,8 @@ } }, "results": { - "transmittance": 0.85 + "transmittance": 0.85, + "reflectance": 0.1 } }, { @@ -33,7 +36,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 1000 } + "wavelengths": { + "wavelength": 1000 + } }, "emergence": { "direction": { @@ -41,7 +46,8 @@ } }, "results": { - "transmittance": 0.9 + "transmittance": 0.9, + "reflectance": 0.05 } }, { @@ -49,7 +55,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 1500 } + "wavelengths": { + "wavelength": 1500 + } }, "emergence": { "direction": { @@ -57,7 +65,8 @@ } }, "results": { - "transmittance": 0.8 + "transmittance": 0.8, + "reflectance": 0.1 } } ] diff --git a/tests/valid/component/optical/polarization/sPolarizedTransmittance.json b/tests/valid/component/optical/polarization/sPolarizedTransmittance.json new file mode 100644 index 00000000..510d381d --- /dev/null +++ b/tests/valid/component/optical/polarization/sPolarizedTransmittance.json @@ -0,0 +1,42 @@ +{ + "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": [ + { + "data": [ + { + "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/tests/valid/component/origin/methodAccordingToPublication.json b/tests/valid/component/origin/methodAccordingToPublication.json new file mode 100644 index 00000000..1cb4078f --- /dev/null +++ b/tests/valid/component/origin/methodAccordingToPublication.json @@ -0,0 +1,26 @@ +{ + "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" + } + } + } + }, + "arguments": [], + "sources": [] + } + } + ] +} diff --git a/tests/valid/component/origin/methodAccordingToStandard.json b/tests/valid/component/origin/methodAccordingToStandard.json new file mode 100644 index 00000000..3de36826 --- /dev/null +++ b/tests/valid/component/origin/methodAccordingToStandard.json @@ -0,0 +1,53 @@ +{ + "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 + } + } + } + }, + "arguments": [], + "sources": [] + }, + "data": [ + { + "data": [ + { + "dataPoints": [ + { + "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 new file mode 100644 index 00000000..a0241c05 --- /dev/null +++ b/tests/valid/component/origin/methodAsAService.json @@ -0,0 +1,68 @@ +{ + "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" + } + } + ] + }, + "data": [ + { + "data": [ + { + "dataPoints": [ + { + "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 new file mode 100644 index 00000000..ea295f87 --- /dev/null +++ b/tests/valid/component/origin/originMethodAccordingToStandard.json @@ -0,0 +1,68 @@ +{ + "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" + } + } + ] + }, + "data": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] + } + ] + } + ] + } + ] +} diff --git a/tests/valid/component/photovoltaic/photovoltaicWithOptical.json b/tests/valid/component/photovoltaic/photovoltaicWithOptical.json new file mode 100644 index 00000000..03e2ae9d --- /dev/null +++ b/tests/valid/component/photovoltaic/photovoltaicWithOptical.json @@ -0,0 +1,258 @@ +{ + "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": { + "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": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "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 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] + } + ] + } + ] + } + ], + "calorimetric": [ + { + "data": [ + { + "results": [ + { + "area": { + "category": "outerDimensions" + }, + "uValue": 1.23, + "gValue": { + "uncertainValue": 0.5, + "uncertainty": 0.1, + "confidenceInterval": 68.3 + } + } + ] + } + ] + } + ], + "photovoltaic": [ + { + "data": [ + { + "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, + "incidenceAngleModifier": 1 + }, + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.16 + } + } + } + ] + } + ] +} diff --git a/tests/valid/component/smallestValidJson.json b/tests/valid/component/smallestValidJson.json new file mode 100644 index 00000000..46d246f0 --- /dev/null +++ b/tests/valid/component/smallestValidJson.json @@ -0,0 +1,4 @@ +{ + "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/components/doubleGlazingSelfContained.json b/tests/valid/components/doubleGlazingSelfContained.json new file mode 100644 index 00000000..a9d318ec --- /dev/null +++ b/tests/valid/components/doubleGlazingSelfContained.json @@ -0,0 +1,134 @@ +{ + "components": [ + { + "id": "6c8e7e46-3068-405b-b064-4739103c5f1c", + "name": "Double Glazing Unit", + "relations": { + "assembledOf": [ + "9ce80ba5-6257-452a-839d-1324d1c46c63", + "4dc8e97e-0627-49ae-99a7-0608d1b13b1f", + "ca16a748-b859-4b13-92c8-60a6fa2f2fd4" + ] + }, + "optical": [ + { + "data": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6 + } + } + ] + } + ] + } + ] + } + ], + "calorimetric": [ + { + "data": [ + { + "results": [ + { + "gValue": 0.65, + "uValue": 1.2 + } + ] + } + ] + } + ] + }, + { + "id": "9ce80ba5-6257-452a-839d-1324d1c46c63", + "name": "Float Glass center-of-glazing", + "relations": { + "partOf": ["6c8e7e46-3068-405b-b064-4739103c5f1c"] + }, + "optical": [ + { + "data": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8 + } + } + ] + } + ] + } + ] + } + ] + }, + { + "id": "4dc8e97e-0627-49ae-99a7-0608d1b13b1f", + "name": "Laminated Glass center-of-glazing", + "relations": { + "partOf": ["6c8e7e46-3068-405b-b064-4739103c5f1c"] + }, + "optical": [ + { + "data": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.75 + } + } + ] + } + ] + } + ] + } + ] + }, + { + "id": "ca16a748-b859-4b13-92c8-60a6fa2f2fd4", + "name": "Spacer", + "relations": { + "partOf": ["6c8e7e46-3068-405b-b064-4739103c5f1c"] + } + } + ] +} 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/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..0faf3315 --- /dev/null +++ b/tests/valid/data/hygrothermalTest.json @@ -0,0 +1,3 @@ +{ + "thermalConductivityDry": 0.102 +} diff --git a/tests/valid/data/lifeCycleTest.json b/tests/valid/data/lifeCycleTest.json new file mode 100644 index 00000000..458b0023 --- /dev/null +++ b/tests/valid/data/lifeCycleTest.json @@ -0,0 +1,3 @@ +{ + "defaultFunctionalUnitAmount": 1 +} diff --git a/tests/valid/data/opticalTest.json b/tests/valid/data/opticalTest.json new file mode 100644 index 00000000..ac07cac8 --- /dev/null +++ b/tests/valid/data/opticalTest.json @@ -0,0 +1,25 @@ +{ + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } + } + ] + } + ] +} diff --git a/tests/valid/data/photovoltaicTest.json b/tests/valid/data/photovoltaicTest.json new file mode 100644 index 00000000..76a37c6f --- /dev/null +++ b/tests/valid/data/photovoltaicTest.json @@ -0,0 +1,95 @@ +{ + "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, + "incidenceAngleModifier": 1 + }, + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.16 + } + } +} diff --git a/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json b/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json new file mode 100644 index 00000000..ed2d2f10 --- /dev/null +++ b/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json @@ -0,0 +1,30 @@ +{ + "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/tests/valid/geometricData/thicknessGlassPane.json b/tests/valid/geometricData/thicknessGlassPane.json new file mode 100644 index 00000000..84321c6c --- /dev/null +++ b/tests/valid/geometricData/thicknessGlassPane.json @@ -0,0 +1,9 @@ +{ + "dimensions": { + "installed": [ + { + "thickness": 0.004 + } + ] + } +} diff --git a/tests/valid/hygrothermalData/definedCurves.json b/tests/valid/hygrothermalData/definedCurves.json new file mode 100644 index 00000000..1ff5e1a3 --- /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": [ + { + "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": 100, + "thermalConductivity": 0.12 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityTemperatureDependent": [ + { + "temperature": 253.15, + "thermalConductivity": 0.096 + }, + { + "temperature": 353.15, + "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/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 +} diff --git a/tests/valid/hygrothermalData/noEnthalpy.json b/tests/valid/hygrothermalData/noEnthalpy.json new file mode 100644 index 00000000..6c942eeb --- /dev/null +++ b/tests/valid/hygrothermalData/noEnthalpy.json @@ -0,0 +1,175 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "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": 100, + "thermalConductivity": 0.12 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityTemperatureDependent": [ + { + "temperature": 253.15, + "thermalConductivity": 0.096 + }, + { + "temperature": 353.15, + "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 + } + ] +} diff --git a/tests/valid/hygrothermalData/noWaterVaporDiffusion.json b/tests/valid/hygrothermalData/noWaterVaporDiffusion.json new file mode 100644 index 00000000..38bcc05b --- /dev/null +++ b/tests/valid/hygrothermalData/noWaterVaporDiffusion.json @@ -0,0 +1,219 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "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": 100, + "thermalConductivity": 0.12 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityTemperatureDependent": [ + { + "temperature": 253.15, + "thermalConductivity": 0.096 + }, + { + "temperature": 353.15, + "thermalConductivity": 0.116 + } + ], + "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/lifeCycleData/circularityAndLca.json b/tests/valid/lifeCycleData/circularityAndLca.json new file mode 100644 index 00000000..2ab8f578 --- /dev/null +++ b/tests/valid/lifeCycleData/circularityAndLca.json @@ -0,0 +1,351 @@ +{ + "fixedHeight": 0.11000000000000001, + "fixedArea": 0.11000000000000001, + "functionalUnit": "Volume", + "defaultFunctionalUnitAmount": 0.0005555555555555556, + "lifespan": 15, + "density": 1800, + "weight": 1, + "circularity": { + "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 + } + }, + "lifeCycleAssessment": [ + { + "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..e00b8561 --- /dev/null +++ b/tests/valid/lifeCycleData/compliance.json @@ -0,0 +1,468 @@ +{ + "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.", + "TSCACompliant": true, + "ACTMCompliant": true, + "ULEEFCertified": true, + "NoNAFAdded": true, + "EUEcolabelCertified": true, + "AsbestosFree1000ppm": true, + "RoHSCompliant": true, + "LeadFree100ppm": true, + "MercuryContentPpm": 1.1, + "LeadCarbonateSulfateFree": true, + "LPCPetalsCompliant": true, + "HealthRATECertified": "n.v.", + "PFASFree": true, + "ElectroProduct": true, + "OrthophtalatesFree": true, + "UsedForDrinkingWaterDistribution": true, + "ForDrinkingWaterGovernmentApproved": true, + "EULCICompliant": true, + "ByggvarubedömningenCompliant": "n.v.", + "IngredientsThirdPartyVerified": true, + "MaterialHealthCertified": "n.v.", + "LCAActionPlanAvailable": true, + "GWPReduction": 1.1, + "WetLeadFree": true, + "AsbestFree": true, + "PCBFree": true, + "ANSIA1901Compliant": true, + "ANSIPRG320Compliant": true, + "ANSINSF372Complaint": true, + "ASTDMD866TestMethodCompliant": true, + "ASTMD5456Compliant": true, + "ASTMD5055Compliant": true, + "PS2015Compliant": true, + "PS109Compliant": "n.v.", + "PS210Compliant": true, + "IsUsedInWetRooms": true, + "ProtectsAgainstMoldGrowth": true, + "EN16402Measured": true, + "ISO16009Measured": true, + "DINEN16516Measured": true, + "CDPHMeasured": true, + "EN7171Measured": true, + "ISO105809Measured": true, + "EN13999Part1To4Measured": true, + "VOCAgBBConform": true, + "IsCustomMade": true, + "SCMVOCLimits2019Compliant": true, + "FormaldehydeE1Compliant": true, + "Japan4StarFormaldehydeCompliant": true, + "FactoryCoated": true, + "InstalledUnderFloorCoverings": 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, + "EUTimberRegulationCompliance": true, + "CARES": true, + "ASICertified": true, + "ContentSecondaryAggregates": 1.1, + "MaterialsOptimization": true, + "EnhancedMaterialRestrictions": true, + "VocRestrictions": true, + "MaterialsTransparency": true, + "ReusedContent": 1.1, + "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", + "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 + }, + "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..85785259 --- /dev/null +++ b/tests/valid/lifeCycleData/complianceWithNullValues.json @@ -0,0 +1,145 @@ +{ + "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 + } + ] + } + } +} diff --git a/tests/valid/opticalData/SunovationModuleEnamelOptical.json b/tests/valid/opticalData/SunovationModuleEnamelOptical.json deleted file mode 100644 index 7821497a..00000000 --- a/tests/valid/opticalData/SunovationModuleEnamelOptical.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "data": [ - { - "dataPoints": [ - { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "direction": "reflection", - "surface": "symmetric", - "observer": "tenDegrees", - "illuminant": "D65" - } - ] - } - ] - } - ] -} diff --git a/tests/valid/opticalData/arrayComponentCharacteristics.json b/tests/valid/opticalData/arrayComponentCharacteristics.json new file mode 100644 index 00000000..0966ba25 --- /dev/null +++ b/tests/valid/opticalData/arrayComponentCharacteristics.json @@ -0,0 +1,95 @@ +{ + "data": [ + { + "componentCharacteristics": { + "normalization": "absolute" + }, + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 + } + } + ] + }, + { + "componentCharacteristics": { + "normalization": "relative", + "surface": "symmetric" + }, + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "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" + } + }, + "emergence": { + "direction": { + "polar": 60, + "azimuth": 90 + } + }, + "results": { + "transmittance": 0.85 + } + } + ] + } + ] +} diff --git a/tests/valid/opticalData/colorExampleIgsdbClr-3.json b/tests/valid/opticalData/colorExampleIgsdbClr-3.json new file mode 100644 index 00000000..fa1ce880 --- /dev/null +++ b/tests/valid/opticalData/colorExampleIgsdbClr-3.json @@ -0,0 +1,90 @@ +{ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9044294, + "colorTransmittance": { + "cielabColors": [ + { + "aStar": -0.8035122491914515, + "bStar": 0.2168086516082468, + "lStar": 96.18335944095739 + } + ] + }, + "reflectance": 0.08225287, + "colorReflectance": { + "cielabColors": [ + { + "aStar": -0.4781490764729779, + "bStar": -0.4878317966566348, + "lStar": 34.46499873850816 + } + ] + } + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9044294, + "colorTransmittance": { + "cielabColors": [ + { + "aStar": -0.8035122491914515, + "bStar": 0.2168086516082468, + "lStar": 96.18335944095739 + } + ] + }, + "reflectance": 0.08225287, + "colorReflectance": { + "cielabColors": [ + { + "aStar": -0.4781490764729779, + "bStar": -0.4878317966566348, + "lStar": 34.46499873850816 + } + ] + } + } + } + ] + } + ] +} diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json new file mode 100644 index 00000000..0599a768 --- /dev/null +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -0,0 +1,59 @@ +{ + "data": [ + { + "dataPoints": [ + { + "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" + }, + { + "raOutIn": 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 new file mode 100644 index 00000000..3cd65f20 --- /dev/null +++ b/tests/valid/opticalData/directionWavelengthPolarization.json @@ -0,0 +1,33 @@ +{ + "data": [ + { + "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 + } + } + ] + } + ] +} diff --git a/tests/valid/opticalData/infraredDataPointForDiagram.json b/tests/valid/opticalData/infraredDataPointForDiagram.json new file mode 100644 index 00000000..e11b5225 --- /dev/null +++ b/tests/valid/opticalData/infraredDataPointForDiagram.json @@ -0,0 +1,24 @@ +{ + "data": [ + { + "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/mirroredValues/infraredEmittance.json b/tests/valid/opticalData/mirroredValues/infraredEmittance.json deleted file mode 100644 index 32495787..00000000 --- a/tests/valid/opticalData/mirroredValues/infraredEmittance.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "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 5ffb1500..00000000 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 8c7a760d..00000000 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8 - } - } - ] -} 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 new file mode 100644 index 00000000..5ff17c4e --- /dev/null +++ b/tests/valid/opticalData/polarizedVisibleDataPointForDiagram.json @@ -0,0 +1,30 @@ +{ + "data": [ + { + "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 + } + } + ] + } + ] +} diff --git a/tests/valid/opticalData/solarTransmittanceReflectance.json b/tests/valid/opticalData/solarTransmittanceReflectance.json new file mode 100644 index 00000000..ac07cac8 --- /dev/null +++ b/tests/valid/opticalData/solarTransmittanceReflectance.json @@ -0,0 +1,25 @@ +{ + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } + } + ] + } + ] +} diff --git a/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json b/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json new file mode 100644 index 00000000..53881891 --- /dev/null +++ b/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json @@ -0,0 +1,65 @@ +{ + "data": [ + { + "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.07 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 290 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.64, + "reflectance": 0.072 + } + } + ] + } + ] +} diff --git a/tests/valid/opticalData/uncertainty/amplificationFactor.json b/tests/valid/opticalData/uncertainty/amplificationFactor.json deleted file mode 100644 index 56c221fa..00000000 --- a/tests/valid/opticalData/uncertainty/amplificationFactor.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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 a40b061a..00000000 --- a/tests/valid/opticalData/uncertainty/bandwidth.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500, - "uncertainty": { - "bandwidth": 4 - } - } - }, - "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 - } + ] } ] }