diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
new file mode 100644
index 0000000000000000000000000000000000000000..ed6f8d8cfb4c948a3cb438fb92d89159e2d1a352
--- /dev/null
+++ b/.gitlab/issue_templates/Default.md
@@ -0,0 +1,18 @@
+<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
+
+## Choose Your Issue Template
+Before creating an issue, please review existing issues to avoid duplicates!
+ALso, select the **appropriate type for your issue in the desciption drop-down**. 
+- Bug Report Template
+- Feature Request Template
+- TODO Template
+- Documentation Request Template
+- Testing Request Template
+
+If not suitable, use the sections below and contact the owners.
+
+## Description
+Provide a concise description of the issue.
+
+## Additional Context
+Add screenshots, logs, or relevant information here.
diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/bug_report.md
new file mode 100644
index 0000000000000000000000000000000000000000..b906703dce8a5a8d1ca99bd5a36d980f6a2fc26a
--- /dev/null
+++ b/.gitlab/issue_templates/bug_report.md
@@ -0,0 +1,22 @@
+<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
+# Bug Report
+
+## Description
+Describe the bug clearly. What happened?
+
+## Steps to Reproduce
+1. [Step 1]
+2. [Step 2]
+3. [Step 3]
+
+## Expected Behavior
+Explain what you expected to see.
+
+## Environment
+- **OS**: [e.g., Windows 10]
+- **Version/Branch**: [e.g., v1.2.3]
+
+## Additional Context
+Attach any logs, screenshots, or context.
+
+/label ~"type::bug"
diff --git a/.gitlab/issue_templates/documentation_request.md b/.gitlab/issue_templates/documentation_request.md
new file mode 100644
index 0000000000000000000000000000000000000000..bc94cf6d704aa0645ae950ba690cc716b81659f1
--- /dev/null
+++ b/.gitlab/issue_templates/documentation_request.md
@@ -0,0 +1,14 @@
+<!-- Title: Provide a concise and descriptive title for the issue -->
+# Documentation
+
+## Summary
+Explain what documentation is missing.
+
+- **Unicado Version**: vx.x.x 
+- **Page**: page-to-change
+
+## Additional Context
+Attach any logs, screenshots, or context.
+
+/label ~"type::documentation"
+
diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md
new file mode 100644
index 0000000000000000000000000000000000000000..2c12fdb6bfc6f26eec57a4c7b1b228b65d991e24
--- /dev/null
+++ b/.gitlab/issue_templates/feature_request.md
@@ -0,0 +1,17 @@
+<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
+# Feature Request
+
+## Summary
+What feature are you requesting?
+
+## Why?
+Explain the problem this feature solves or the value it adds.
+
+## Acceptance Criteria
+- [ ] Define measurable outcomes for success.
+- [ ] List specific requirements.
+
+## Additional Notes
+Include references, examples, or diagrams if applicable.
+
+/label ~"type::feature"
diff --git a/.gitlab/issue_templates/testing_request.md b/.gitlab/issue_templates/testing_request.md
new file mode 100644
index 0000000000000000000000000000000000000000..0289f4df34cec1c786d637480d7456bbf20b3d08
--- /dev/null
+++ b/.gitlab/issue_templates/testing_request.md
@@ -0,0 +1,24 @@
+<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
+# Testing Issue
+
+## Summary
+Provide a brief overview of what should be tested or changed in the test process. Also think about what is the goal of this test? E.g.
+- Verify that [feature/bug fix/module] works as expected.
+- Ensure that [specific requirement] is met.
+
+## Related Issues or Merge Requests
+- Issue(s): #[Issue ID]
+- Merge Request(s): #[Merge Request ID]
+
+## Expected Results
+- [Outcome 1]: [What should happen].
+- [Outcome 2]: [Another expected result].
+
+## Environment
+- **OS**: [e.g., Windows 10]
+- **Version/Branch**: [e.g., v1.2.3]
+
+## Additional Context
+Attach any logs, screenshots, or context.
+
+/label ~"type::testing"
diff --git a/.gitlab/issue_templates/todo.md b/.gitlab/issue_templates/todo.md
new file mode 100644
index 0000000000000000000000000000000000000000..07bdd0f8b2e7294d7949344698e4426530efc826
--- /dev/null
+++ b/.gitlab/issue_templates/todo.md
@@ -0,0 +1,16 @@
+<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
+# TODO
+
+## Summary
+Briefly describe the task. Provide any background information or related issues.
+
+## Subtasks
+- [ ] Step 1
+- [ ] Step 2
+- [ ] Step 3
+
+## Acceptance Criteria
+- [ ] Define measurable outcomes for success.
+- [ ] List specific requirements.
+
+/label ~"type::todo"
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
new file mode 100644
index 0000000000000000000000000000000000000000..00be17dc34a7fc90bb7096112e57c895a2f6d4bf
--- /dev/null
+++ b/.gitlab/merge_request_templates/Default.md
@@ -0,0 +1,29 @@
+<!-- Title: Use an imperative, clear title (e.g., "Fix login bug" or "Add new analytics feature") -->
+
+## Description
+Provide a concise explanation of the changes made in this merge request.
+
+## Related Issue(s)
+- Closes #[feature issues]
+- Fixes #[bug report issue] 
+- Resolves #[any other issues]
+
+### Other Changes
+- [Mention refactoring, tests, etc.]
+
+## Screenshots/Logs
+Attach screenshots or log outputs if applicable.
+
+## Testing Instructions
+1. [Step 1: How to test]
+2. [Step 2: Expected outcome]
+3. [Step 3: Additional steps if required]
+
+## Developer Checklist
+- [ ] Code has been tested locally and/or in pipeline.
+- [ ] (if applicable) documentation updated.
+- [ ] (if applicable) impact of new dependencies reviewed and included in project.
+- [ ] Merge conflicts resolved with the target branch.
+
+## Additional Notes
+Add any information reviewers should focus on, e.g., specific files, functions, or changes of interest.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b79a4b95be1b33506f1151983f9bb78e2cc3bea9..5aae44ba7f5b0392d498fa84e7ca5337816dbd0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,6 +35,8 @@ option(BUILD_BLACKBOXTESTS "Use blackbox testing" OFF)
 option(BUILD_UNITTEST "Use unit testing" OFF)
 # Option where to look for the libraries
 option(FIND_LIBRARIES_AS_PACKAGE "If true the libraries are included with find_package(), otherwise the submodule is used." OFF)
+# Option to compile Python modules to an executable
+option(BUILD_PYTHON_MODULES "If true the python modules will be compiled to executables." OFF)
 
 # Get pipenv for compiling python modules
 # This has to be done before the libraries are added since pipenv will install our python libraries
@@ -146,4 +148,5 @@ add_subdirectory(weight_and_balance_analysis)
 add_subdirectory(ecological_assessment)
 add_subdirectory(cost_estimation)
 add_subdirectory(performance_assessment)
+add_subdirectory(constraint_analysis)
 
diff --git a/Pipfile.lock b/Pipfile.lock
index c3e6428aa31386f3f6d820e908fae7c7a3bc726d..f94e5d785888e65d6e6290bcea2dcd6f2ecc7611 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -126,289 +126,248 @@
         },
         "fonttools": {
             "hashes": [
-                "sha256:07f8288aacf0a38d174445fc78377a97fb0b83cfe352a90c9d9c1400571963c7",
-                "sha256:11e5de1ee0d95af4ae23c1a138b184b7f06e0b6abacabf1d0db41c90b03d834b",
-                "sha256:1bc7ad24ff98846282eef1cbeac05d013c2154f977a79886bb943015d2b1b261",
-                "sha256:1dcc07934a2165ccdc3a5a608db56fb3c24b609658a5b340aee4ecf3ba679dc0",
-                "sha256:22f38464daa6cdb7b6aebd14ab06609328fe1e9705bb0fcc7d1e69de7109ee02",
-                "sha256:27e4ae3592e62eba83cd2c4ccd9462dcfa603ff78e09110680a5444c6925d841",
-                "sha256:3983313c2a04d6cc1fe9251f8fc647754cf49a61dac6cb1e7249ae67afaafc45",
-                "sha256:529cef2ce91dc44f8e407cc567fae6e49a1786f2fefefa73a294704c415322a4",
-                "sha256:5323a22eabddf4b24f66d26894f1229261021dacd9d29e89f7872dd8c63f0b8b",
-                "sha256:54153c49913f45065c8d9e6d0c101396725c5621c8aee744719300f79771d75a",
-                "sha256:546565028e244a701f73df6d8dd6be489d01617863ec0c6a42fa25bf45d43048",
-                "sha256:5480673f599ad410695ca2ddef2dfefe9df779a9a5cda89503881e503c9c7d90",
-                "sha256:5e8d657cd7326eeaba27de2740e847c6b39dde2f8d7cd7cc56f6aad404ddf0bd",
-                "sha256:62d65a3022c35e404d19ca14f291c89cc5890032ff04f6c17af0bd1927299674",
-                "sha256:6314bf82c54c53c71805318fcf6786d986461622dd926d92a465199ff54b1b72",
-                "sha256:7a8aa2c5e5b8b3bcb2e4538d929f6589a5c6bdb84fd16e2ed92649fb5454f11c",
-                "sha256:827e95fdbbd3e51f8b459af5ea10ecb4e30af50221ca103bea68218e9615de07",
-                "sha256:859c358ebf41db18fb72342d3080bce67c02b39e86b9fbcf1610cca14984841b",
-                "sha256:86721fbc389ef5cc1e2f477019e5069e8e4421e8d9576e9c26f840dbb04678de",
-                "sha256:89bdc5d88bdeec1b15af790810e267e8332d92561dce4f0748c2b95c9bdf3926",
-                "sha256:8c4491699bad88efe95772543cd49870cf756b019ad56294f6498982408ab03e",
-                "sha256:8c5ec45428edaa7022f1c949a632a6f298edc7b481312fc7dc258921e9399628",
-                "sha256:8e75f12c82127486fac2d8bfbf5bf058202f54bf4f158d367e41647b972342ca",
-                "sha256:a430178ad3e650e695167cb53242dae3477b35c95bef6525b074d87493c4bf29",
-                "sha256:a8c2794ded89399cc2169c4d0bf7941247b8d5932b2659e09834adfbb01589aa",
-                "sha256:aca318b77f23523309eec4475d1fbbb00a6b133eb766a8bdc401faba91261abe",
-                "sha256:ae3b6600565b2d80b7c05acb8e24d2b26ac407b27a3f2e078229721ba5698427",
-                "sha256:aedbeb1db64496d098e6be92b2e63b5fac4e53b1b92032dfc6988e1ea9134a4d",
-                "sha256:aee3b57643827e237ff6ec6d28d9ff9766bd8b21e08cd13bff479e13d4b14765",
-                "sha256:b54baf65c52952db65df39fcd4820668d0ef4766c0ccdf32879b77f7c804d5c5",
-                "sha256:b586ab5b15b6097f2fb71cafa3c98edfd0dba1ad8027229e7b1e204a58b0e09d",
-                "sha256:b8d5e8916c0970fbc0f6f1bece0063363bb5857a7f170121a4493e31c3db3314",
-                "sha256:bc5dbb4685e51235ef487e4bd501ddfc49be5aede5e40f4cefcccabc6e60fb4b",
-                "sha256:bdcc9f04b36c6c20978d3f060e5323a43f6222accc4e7fcbef3f428e216d96af",
-                "sha256:c3ca99e0d460eff46e033cd3992a969658c3169ffcd533e0a39c63a38beb6831",
-                "sha256:caf8230f3e10f8f5d7593eb6d252a37caf58c480b19a17e250a63dad63834cf3",
-                "sha256:cd70de1a52a8ee2d1877b6293af8a2484ac82514f10b1c67c1c5762d38073e56",
-                "sha256:cf4fe7c124aa3f4e4c1940880156e13f2f4d98170d35c749e6b4f119a872551e",
-                "sha256:d342e88764fb201286d185093781bf6628bbe380a913c24adf772d901baa8276",
-                "sha256:da9da6d65cd7aa6b0f806556f4985bcbf603bf0c5c590e61b43aa3e5a0f822d0",
-                "sha256:dc5294a3d5c84226e3dbba1b6f61d7ad813a8c0238fceea4e09aa04848c3d851",
-                "sha256:dd68c87a2bfe37c5b33bcda0fba39b65a353876d3b9006fde3adae31f97b3ef5",
-                "sha256:e6e8766eeeb2de759e862004aa11a9ea3d6f6d5ec710551a88b476192b64fd54",
-                "sha256:e894b5bd60d9f473bed7a8f506515549cc194de08064d829464088d23097331b",
-                "sha256:eb6ca911c4c17eb51853143624d8dc87cdcdf12a711fc38bf5bd21521e79715f",
-                "sha256:ed63959d00b61959b035c7d47f9313c2c1ece090ff63afea702fe86de00dbed4",
-                "sha256:f412604ccbeee81b091b420272841e5ec5ef68967a9790e80bffd0e30b8e2977",
-                "sha256:f7d66c15ba875432a2d2fb419523f5d3d347f91f48f57b8b08a2dfc3c39b8a3f",
-                "sha256:f9e736f60f4911061235603a6119e72053073a12c6d7904011df2d8fad2c0e35",
-                "sha256:fb594b5a99943042c702c550d5494bdd7577f6ef19b0bc73877c948a63184a32"
+                "sha256:01ea3901b0802fc5f9e854f5aeb5bc27770dd9dd24c28df8f74ba90f8b3f5915",
+                "sha256:02c41322e5bdcb484b61b776fcea150215c83619b39c96aa0b44d4fd87bb5574",
+                "sha256:03c2b50b54e6e8b3564b232e57e8f58be217cf441cf0155745d9e44a76f9c30f",
+                "sha256:07636dae94f7fe88561f9da7a46b13d8e3f529f87fdb221b11d85f91eabceeb7",
+                "sha256:0f38bfb6b7a39c4162c3eb0820a0bdf8e3bdd125cd54e10ba242397d15e32439",
+                "sha256:1e10efc8ee10d6f1fe2931d41bccc90cd4b872f2ee4ff21f2231a2c293b2dbf8",
+                "sha256:2232012a1502b2b8ab4c6bc1d3524bfe90238c0c1a50ac94a0a2085aa87a58a5",
+                "sha256:243cbfc0b7cb1c307af40e321f8343a48d0a080bc1f9466cf2b5468f776ef108",
+                "sha256:285c1ac10c160fbdff6d05358230e66c4f98cbbf271f3ec7eb34e967771543e8",
+                "sha256:302e1003a760b222f711d5ba6d1ad7fd5f7f713eb872cd6a3eb44390bc9770af",
+                "sha256:332883b6280b9d90d2ba7e9e81be77cf2ace696161e60cdcf40cfcd2b3ed06fa",
+                "sha256:3461347016c94cb42b36caa907e11565878c4c2c375604f3651d11dc06d1ab3e",
+                "sha256:3d20f152de7625a0008ba1513f126daaaa0de3b4b9030aa72dd5c27294992260",
+                "sha256:450c354c04a6e12a3db968e915fe05730f79ff3d39560947ef8ee6eaa2ab2212",
+                "sha256:466a78984f0572305c3c48377f4e3f7f4e909f1209f45ef8e7041d5c8a744a56",
+                "sha256:4dfae7c94987149bdaa0388e6c937566aa398fa0eec973b17952350a069cff4e",
+                "sha256:54d481d456dcd59af25d4a9c56b2c4c3f20e9620b261b84144e5950f33e8df17",
+                "sha256:604c805b41241b4880e2dc86cf2d4754c06777371c8299799ac88d836cb18c3b",
+                "sha256:63403ee0f2fa4e1de28e539f8c24f2bdca1d8ecb503fa9ea2d231d9f1e729809",
+                "sha256:65cb8f97eed7906dcf19bc2736b70c6239e9d7e77aad7c6110ba7239ae082e81",
+                "sha256:67df1c3935838fb9e56f227d7f506c9043b149a4a3b667bef17929c7a1114d19",
+                "sha256:6b8d7c149d47b47de7ec81763396c8266e5ebe2e0b14aa9c3ccf29e52260ab2f",
+                "sha256:708cb17b2590b7f6c6854999df0039ff1140dda9e6f56d67c3599ba6f968fab5",
+                "sha256:8abd135e427d88e461a4833c03cf96cfb9028c78c15d58123291f22398e25492",
+                "sha256:9164f44add0acec0f12fce682824c040dc52e483bfe3838c37142897150c8364",
+                "sha256:95f5a1d4432b3cea6571f5ce4f4e9b25bf36efbd61c32f4f90130a690925d6ee",
+                "sha256:9b5f05ef72e846e9f49ccdd74b9da4309901a4248434c63c1ee9321adcb51d65",
+                "sha256:9b6fcff4dc755b32faff955d989ee26394ddad3a90ea7d558db17a4633c8390c",
+                "sha256:a0fe12f06169af2fdc642d26a8df53e40adc3beedbd6ffedb19f1c5397b63afd",
+                "sha256:a19059aa892676822c1f05cb5a67296ecdfeb267fe7c47d4758f3e8e942c2b2a",
+                "sha256:a7230f7590f9570d26ee903b6a4540274494e200fae978df0d9325b7b9144529",
+                "sha256:acfec948de41cd5e640d5c15d0200e8b8e7c5c6bb82afe1ca095cbc4af1188ee",
+                "sha256:b99d4fd2b6d0a00c7336c8363fccc7a11eccef4b17393af75ca6e77cf93ff413",
+                "sha256:b9f9fce3c9b2196e162182ec5db8af8eb3acd0d76c2eafe9fdba5f370044e556",
+                "sha256:ba45b637da80a262b55b7657aec68da2ac54b8ae7891cd977a5dbe5fd26db429",
+                "sha256:bf4b5b3496ddfdd4e57112e77ec51f1ab388d35ac17322c1248addb2eb0d429a",
+                "sha256:c96f2506ce1a0beeaa9595f9a8b7446477eb133f40c0e41fc078744c28149f80",
+                "sha256:cb121d6dd34625cece32234a5fa0359475bb118838b6b4295ffdb13b935edb04",
+                "sha256:ccf8ae02918f431953d338db4d0a675a395faf82bab3a76025582cf32a2f3b7b",
+                "sha256:cfe9cf30f391a0f2875247a3e5e44d8dcb61596e5cf89b360cdffec8a80e9961",
+                "sha256:d11600f5343092697d7434f3bf77a393c7ae74be206fe30e577b9a195fd53165",
+                "sha256:d2248ebfbcea0d0b3cb459d76a9f67f2eadc10ec0d07e9cadab8777d3f016bf2",
+                "sha256:d39f0c977639be0f9f5505d4c7c478236737f960c567a35f058649c056e41434",
+                "sha256:d5a3ff5bb95fd5a3962b2754f8435e6d930c84fc9e9921c51e802dddf40acd56",
+                "sha256:d637e4d33e46619c79d1a6c725f74d71b574cd15fb5bbb9b6f3eba8f28363573",
+                "sha256:de78d6d0dbe32561ce059265437021f4746e56073c4799f0f1095828ae7232bd",
+                "sha256:e72a7816ff8a759be9ca36ca46934f8ccf4383711ef597d9240306fe1878cb8d",
+                "sha256:edcffaeadba9a334c1c3866e275d7dd495465e7dbd296f688901bdbd71758113",
+                "sha256:f089e8da0990cfe2d67e81d9cf581ff372b48dc5acf2782701844211cd1f0eb3",
+                "sha256:f971aa5f50c22dc4b63a891503624ae2c77330429b34ead32f23c2260c5618cd"
             ],
             "markers": "python_version >= '3.8'",
-            "version": "==4.55.3"
+            "version": "==4.55.8"
         },
         "kiwisolver": {
             "hashes": [
-                "sha256:073a36c8273647592ea332e816e75ef8da5c303236ec0167196793eb1e34657a",
-                "sha256:08471d4d86cbaec61f86b217dd938a83d85e03785f51121e791a6e6689a3be95",
-                "sha256:0c18ec74c0472de033e1bebb2911c3c310eef5649133dd0bedf2a169a1b269e5",
-                "sha256:0c6c43471bc764fad4bc99c5c2d6d16a676b1abf844ca7c8702bdae92df01ee0",
-                "sha256:10849fb2c1ecbfae45a693c070e0320a91b35dd4bcf58172c023b994283a124d",
-                "sha256:18077b53dc3bb490e330669a99920c5e6a496889ae8c63b58fbc57c3d7f33a18",
-                "sha256:18e0cca3e008e17fe9b164b55735a325140a5a35faad8de92dd80265cd5eb80b",
-                "sha256:22f499f6157236c19f4bbbd472fa55b063db77a16cd74d49afe28992dff8c258",
-                "sha256:2a8781ac3edc42ea4b90bc23e7d37b665d89423818e26eb6df90698aa2287c95",
-                "sha256:2e6039dcbe79a8e0f044f1c39db1986a1b8071051efba3ee4d74f5b365f5226e",
-                "sha256:34ea1de54beef1c104422d210c47c7d2a4999bdecf42c7b5718fbe59a4cac383",
-                "sha256:3ab58c12a2cd0fc769089e6d38466c46d7f76aced0a1f54c77652446733d2d02",
-                "sha256:3abc5b19d24af4b77d1598a585b8a719beb8569a71568b66f4ebe1fb0449460b",
-                "sha256:3bf1ed55088f214ba6427484c59553123fdd9b218a42bbc8c6496d6754b1e523",
-                "sha256:3ce6b2b0231bda412463e152fc18335ba32faf4e8c23a754ad50ffa70e4091ee",
-                "sha256:3da53da805b71e41053dc670f9a820d1157aae77b6b944e08024d17bcd51ef88",
-                "sha256:3f9362ecfca44c863569d3d3c033dbe8ba452ff8eed6f6b5806382741a1334bd",
-                "sha256:409afdfe1e2e90e6ee7fc896f3df9a7fec8e793e58bfa0d052c8a82f99c37abb",
-                "sha256:40fa14dbd66b8b8f470d5fc79c089a66185619d31645f9b0773b88b19f7223c4",
-                "sha256:4322872d5772cae7369f8351da1edf255a604ea7087fe295411397d0cfd9655e",
-                "sha256:44756f9fd339de0fb6ee4f8c1696cfd19b2422e0d70b4cefc1cc7f1f64045a8c",
-                "sha256:46707a10836894b559e04b0fd143e343945c97fd170d69a2d26d640b4e297935",
-                "sha256:48b571ecd8bae15702e4f22d3ff6a0f13e54d3d00cd25216d5e7f658242065ee",
-                "sha256:48be928f59a1f5c8207154f935334d374e79f2b5d212826307d072595ad76a2e",
-                "sha256:4bfa75a048c056a411f9705856abfc872558e33c055d80af6a380e3658766038",
-                "sha256:4c00336b9dd5ad96d0a558fd18a8b6f711b7449acce4c157e7343ba92dd0cf3d",
-                "sha256:4c26ed10c4f6fa6ddb329a5120ba3b6db349ca192ae211e882970bfc9d91420b",
-                "sha256:4d05d81ecb47d11e7f8932bd8b61b720bf0b41199358f3f5e36d38e28f0532c5",
-                "sha256:4e77f2126c3e0b0d055f44513ed349038ac180371ed9b52fe96a32aa071a5107",
-                "sha256:5337ec7809bcd0f424c6b705ecf97941c46279cf5ed92311782c7c9c2026f07f",
-                "sha256:5360cc32706dab3931f738d3079652d20982511f7c0ac5711483e6eab08efff2",
-                "sha256:58370b1ffbd35407444d57057b57da5d6549d2d854fa30249771775c63b5fe17",
-                "sha256:58cb20602b18f86f83a5c87d3ee1c766a79c0d452f8def86d925e6c60fbf7bfb",
-                "sha256:599b5c873c63a1f6ed7eead644a8a380cfbdf5db91dcb6f85707aaab213b1674",
-                "sha256:5b7dfa3b546da08a9f622bb6becdb14b3e24aaa30adba66749d38f3cc7ea9706",
-                "sha256:5b9c3f4ee0b9a439d2415012bd1b1cc2df59e4d6a9939f4d669241d30b414327",
-                "sha256:5d34eb8494bea691a1a450141ebb5385e4b69d38bb8403b5146ad279f4b30fa3",
-                "sha256:5d5abf8f8ec1f4e22882273c423e16cae834c36856cac348cfbfa68e01c40f3a",
-                "sha256:5e3bc157fed2a4c02ec468de4ecd12a6e22818d4f09cde2c31ee3226ffbefab2",
-                "sha256:612a10bdae23404a72941a0fc8fa2660c6ea1217c4ce0dbcab8a8f6543ea9e7f",
-                "sha256:657a05857bda581c3656bfc3b20e353c232e9193eb167766ad2dc58b56504948",
-                "sha256:65e720d2ab2b53f1f72fb5da5fb477455905ce2c88aaa671ff0a447c2c80e8e3",
-                "sha256:693902d433cf585133699972b6d7c42a8b9f8f826ebcaf0132ff55200afc599e",
-                "sha256:6af936f79086a89b3680a280c47ea90b4df7047b5bdf3aa5c524bbedddb9e545",
-                "sha256:71bb308552200fb2c195e35ef05de12f0c878c07fc91c270eb3d6e41698c3bcc",
-                "sha256:764202cc7e70f767dab49e8df52c7455e8de0df5d858fa801a11aa0d882ccf3f",
-                "sha256:76c8094ac20ec259471ac53e774623eb62e6e1f56cd8690c67ce6ce4fcb05650",
-                "sha256:78a42513018c41c2ffd262eb676442315cbfe3c44eed82385c2ed043bc63210a",
-                "sha256:79849239c39b5e1fd906556c474d9b0439ea6792b637511f3fe3a41158d89ca8",
-                "sha256:7ab9ccab2b5bd5702ab0803676a580fffa2aa178c2badc5557a84cc943fcf750",
-                "sha256:7bbfcb7165ce3d54a3dfbe731e470f65739c4c1f85bb1018ee912bae139e263b",
-                "sha256:7c06a4c7cf15ec739ce0e5971b26c93638730090add60e183530d70848ebdd34",
-                "sha256:801fa7802e5cfabe3ab0c81a34c323a319b097dfb5004be950482d882f3d7225",
-                "sha256:803b8e1459341c1bb56d1c5c010406d5edec8a0713a0945851290a7930679b51",
-                "sha256:82a5c2f4b87c26bb1a0ef3d16b5c4753434633b83d365cc0ddf2770c93829e3c",
-                "sha256:84ec80df401cfee1457063732d90022f93951944b5b58975d34ab56bb150dfb3",
-                "sha256:8705f17dfeb43139a692298cb6637ee2e59c0194538153e83e9ee0c75c2eddde",
-                "sha256:88a9ca9c710d598fd75ee5de59d5bda2684d9db36a9f50b6125eaea3969c2599",
-                "sha256:88f17c5ffa8e9462fb79f62746428dd57b46eb931698e42e990ad63103f35e6c",
-                "sha256:8a3ec5aa8e38fc4c8af308917ce12c536f1c88452ce554027e55b22cbbfbff76",
-                "sha256:8a9c83f75223d5e48b0bc9cb1bf2776cf01563e00ade8775ffe13b0b6e1af3a6",
-                "sha256:8b01aac285f91ca889c800042c35ad3b239e704b150cfd3382adfc9dcc780e39",
-                "sha256:8d53103597a252fb3ab8b5845af04c7a26d5e7ea8122303dd7a021176a87e8b9",
-                "sha256:8e045731a5416357638d1700927529e2b8ab304811671f665b225f8bf8d8f933",
-                "sha256:8f0ea6da6d393d8b2e187e6a5e3fb81f5862010a40c3945e2c6d12ae45cfb2ad",
-                "sha256:90da3b5f694b85231cf93586dad5e90e2d71b9428f9aad96952c99055582f520",
-                "sha256:913983ad2deb14e66d83c28b632fd35ba2b825031f2fa4ca29675e665dfecbe1",
-                "sha256:9242795d174daa40105c1d86aba618e8eab7bf96ba8c3ee614da8302a9f95503",
-                "sha256:929e294c1ac1e9f615c62a4e4313ca1823ba37326c164ec720a803287c4c499b",
-                "sha256:933d4de052939d90afbe6e9d5273ae05fb836cc86c15b686edd4b3560cc0ee36",
-                "sha256:942216596dc64ddb25adb215c3c783215b23626f8d84e8eff8d6d45c3f29f75a",
-                "sha256:94252291e3fe68001b1dd747b4c0b3be12582839b95ad4d1b641924d68fd4643",
-                "sha256:9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60",
-                "sha256:9e838bba3a3bac0fe06d849d29772eb1afb9745a59710762e4ba3f4cb8424483",
-                "sha256:a0f64a48bb81af7450e641e3fe0b0394d7381e342805479178b3d335d60ca7cf",
-                "sha256:a17f6a29cf8935e587cc8a4dbfc8368c55edc645283db0ce9801016f83526c2d",
-                "sha256:a1ecf0ac1c518487d9d23b1cd7139a6a65bc460cd101ab01f1be82ecf09794b6",
-                "sha256:a79ae34384df2b615eefca647a2873842ac3b596418032bef9a7283675962644",
-                "sha256:a91b5f9f1205845d488c928e8570dcb62b893372f63b8b6e98b863ebd2368ff2",
-                "sha256:aa0abdf853e09aff551db11fce173e2177d00786c688203f52c87ad7fcd91ef9",
-                "sha256:ac542bf38a8a4be2dc6b15248d36315ccc65f0743f7b1a76688ffb6b5129a5c2",
-                "sha256:ad42ba922c67c5f219097b28fae965e10045ddf145d2928bfac2eb2e17673640",
-                "sha256:aeb3531b196ef6f11776c21674dba836aeea9d5bd1cf630f869e3d90b16cfade",
-                "sha256:b38ac83d5f04b15e515fd86f312479d950d05ce2368d5413d46c088dda7de90a",
-                "sha256:b7d755065e4e866a8086c9bdada157133ff466476a2ad7861828e17b6026e22c",
-                "sha256:bd3de6481f4ed8b734da5df134cd5a6a64fe32124fe83dde1e5b5f29fe30b1e6",
-                "sha256:bfa1acfa0c54932d5607e19a2c24646fb4c1ae2694437789129cf099789a3b00",
-                "sha256:c619b101e6de2222c1fcb0531e1b17bbffbe54294bfba43ea0d411d428618c27",
-                "sha256:ce8be0466f4c0d585cdb6c1e2ed07232221df101a4c6f28821d2aa754ca2d9e2",
-                "sha256:cf0438b42121a66a3a667de17e779330fc0f20b0d97d59d2f2121e182b0505e4",
-                "sha256:cf8bcc23ceb5a1b624572a1623b9f79d2c3b337c8c455405ef231933a10da379",
-                "sha256:d2b0e12a42fb4e72d509fc994713d099cbb15ebf1103545e8a45f14da2dfca54",
-                "sha256:d83db7cde68459fc803052a55ace60bea2bae361fc3b7a6d5da07e11954e4b09",
-                "sha256:dda56c24d869b1193fcc763f1284b9126550eaf84b88bbc7256e15028f19188a",
-                "sha256:dea0bf229319828467d7fca8c7c189780aa9ff679c94539eed7532ebe33ed37c",
-                "sha256:e1631290ee9271dffe3062d2634c3ecac02c83890ada077d225e081aca8aab89",
-                "sha256:e28c7fea2196bf4c2f8d46a0415c77a1c480cc0724722f23d7410ffe9842c407",
-                "sha256:e2e6c39bd7b9372b0be21456caab138e8e69cc0fc1190a9dfa92bd45a1e6e904",
-                "sha256:e33e8fbd440c917106b237ef1a2f1449dfbb9b6f6e1ce17c94cd6a1e0d438376",
-                "sha256:e8df2eb9b2bac43ef8b082e06f750350fbbaf2887534a5be97f6cf07b19d9583",
-                "sha256:e968b84db54f9d42046cf154e02911e39c0435c9801681e3fc9ce8a3c4130278",
-                "sha256:eb542fe7933aa09d8d8f9d9097ef37532a7df6497819d16efe4359890a2f417a",
-                "sha256:edcfc407e4eb17e037bca59be0e85a2031a2ac87e4fed26d3e9df88b4165f92d",
-                "sha256:eee3ea935c3d227d49b4eb85660ff631556841f6e567f0f7bda972df6c2c9935",
-                "sha256:ef97b8df011141c9b0f6caf23b29379f87dd13183c978a30a3c546d2c47314cb",
-                "sha256:f106407dda69ae456dd1227966bf445b157ccc80ba0dff3802bb63f30b74e895",
-                "sha256:f3160309af4396e0ed04db259c3ccbfdc3621b5559b5453075e5de555e1f3a1b",
-                "sha256:f32d6edbc638cde7652bd690c3e728b25332acbadd7cad670cc4a02558d9c417",
-                "sha256:f37cfe618a117e50d8c240555331160d73d0411422b59b5ee217843d7b693608",
-                "sha256:f4c9aee212bc89d4e13f58be11a56cc8036cabad119259d12ace14b34476fd07",
-                "sha256:f4d742cb7af1c28303a51b7a27aaee540e71bb8e24f68c736f6f2ffc82f2bf05",
-                "sha256:f5a8b53bdc0b3961f8b6125e198617c40aeed638b387913bf1ce78afb1b0be2a",
-                "sha256:f816dd2277f8d63d79f9c8473a79fe54047bc0467754962840782c575522224d",
-                "sha256:f9a9e8a507420fe35992ee9ecb302dab68550dedc0da9e2880dd88071c5fb052"
+                "sha256:01c3d31902c7db5fb6182832713d3b4122ad9317c2c5877d0539227d96bb2e50",
+                "sha256:034d2c891f76bd3edbdb3ea11140d8510dca675443da7304205a2eaa45d8334c",
+                "sha256:085940635c62697391baafaaeabdf3dd7a6c3643577dde337f4d66eba021b2b8",
+                "sha256:08e77738ed7538f036cd1170cbed942ef749137b1311fa2bbe2a7fda2f6bf3cc",
+                "sha256:111793b232842991be367ed828076b03d96202c19221b5ebab421ce8bcad016f",
+                "sha256:11e1022b524bd48ae56c9b4f9296bce77e15a2e42a502cceba602f804b32bb79",
+                "sha256:151dffc4865e5fe6dafce5480fab84f950d14566c480c08a53c663a0020504b6",
+                "sha256:16523b40aab60426ffdebe33ac374457cf62863e330a90a0383639ce14bf44b2",
+                "sha256:1732e065704b47c9afca7ffa272f845300a4eb959276bf6970dc07265e73b605",
+                "sha256:1c8ceb754339793c24aee1c9fb2485b5b1f5bb1c2c214ff13368431e51fc9a09",
+                "sha256:23454ff084b07ac54ca8be535f4174170c1094a4cff78fbae4f73a4bcc0d4dab",
+                "sha256:23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e",
+                "sha256:257af1622860e51b1a9d0ce387bf5c2c4f36a90594cb9514f55b074bcc787cfc",
+                "sha256:286b18e86682fd2217a48fc6be6b0f20c1d0ed10958d8dc53453ad58d7be0bf8",
+                "sha256:291331973c64bb9cce50bbe871fb2e675c4331dab4f31abe89f175ad7679a4d7",
+                "sha256:2f0121b07b356a22fb0414cec4666bbe36fd6d0d759db3d37228f496ed67c880",
+                "sha256:3452046c37c7692bd52b0e752b87954ef86ee2224e624ef7ce6cb21e8c41cc1b",
+                "sha256:34d142fba9c464bc3bbfeff15c96eab0e7310343d6aefb62a79d51421fcc5f1b",
+                "sha256:369b75d40abedc1da2c1f4de13f3482cb99e3237b38726710f4a793432b1c5ff",
+                "sha256:36dbbfd34838500a31f52c9786990d00150860e46cd5041386f217101350f0d3",
+                "sha256:370fd2df41660ed4e26b8c9d6bbcad668fbe2560462cba151a721d49e5b6628c",
+                "sha256:3a96c0e790ee875d65e340ab383700e2b4891677b7fcd30a699146f9384a2bb0",
+                "sha256:3b9b4d2892fefc886f30301cdd80debd8bb01ecdf165a449eb6e78f79f0fabd6",
+                "sha256:3cd3bc628b25f74aedc6d374d5babf0166a92ff1317f46267f12d2ed54bc1d30",
+                "sha256:3ddc373e0eef45b59197de815b1b28ef89ae3955e7722cc9710fb91cd77b7f47",
+                "sha256:4191ee8dfd0be1c3666ccbac178c5a05d5f8d689bbe3fc92f3c4abec817f8fe0",
+                "sha256:54a62808ac74b5e55a04a408cda6156f986cefbcf0ada13572696b507cc92fa1",
+                "sha256:577facaa411c10421314598b50413aa1ebcf5126f704f1e5d72d7e4e9f020d90",
+                "sha256:641f2ddf9358c80faa22e22eb4c9f54bd3f0e442e038728f500e3b978d00aa7d",
+                "sha256:65ea09a5a3faadd59c2ce96dc7bf0f364986a315949dc6374f04396b0d60e09b",
+                "sha256:68269e60ee4929893aad82666821aaacbd455284124817af45c11e50a4b42e3c",
+                "sha256:69b5637c3f316cab1ec1c9a12b8c5f4750a4c4b71af9157645bf32830e39c03a",
+                "sha256:7506488470f41169b86d8c9aeff587293f530a23a23a49d6bc64dab66bedc71e",
+                "sha256:768cade2c2df13db52475bd28d3a3fac8c9eff04b0e9e2fda0f3760f20b3f7fc",
+                "sha256:77e6f57a20b9bd4e1e2cedda4d0b986ebd0216236f0106e55c28aea3d3d69b16",
+                "sha256:782bb86f245ec18009890e7cb8d13a5ef54dcf2ebe18ed65f795e635a96a1c6a",
+                "sha256:7a3ad337add5148cf51ce0b55642dc551c0b9d6248458a757f98796ca7348712",
+                "sha256:7cd2785b9391f2873ad46088ed7599a6a71e762e1ea33e87514b1a441ed1da1c",
+                "sha256:7e9a60b50fe8b2ec6f448fe8d81b07e40141bfced7f896309df271a0b92f80f3",
+                "sha256:84a2f830d42707de1d191b9490ac186bf7997a9495d4e9072210a1296345f7dc",
+                "sha256:856b269c4d28a5c0d5e6c1955ec36ebfd1651ac00e1ce0afa3e28da95293b561",
+                "sha256:858416b7fb777a53f0c59ca08190ce24e9abbd3cffa18886a5781b8e3e26f65d",
+                "sha256:87b287251ad6488e95b4f0b4a79a6d04d3ea35fde6340eb38fbd1ca9cd35bbbc",
+                "sha256:88c6f252f6816a73b1f8c904f7bbe02fd67c09a69f7cb8a0eecdbf5ce78e63db",
+                "sha256:893f5525bb92d3d735878ec00f781b2de998333659507d29ea4466208df37bed",
+                "sha256:89c107041f7b27844179ea9c85d6da275aa55ecf28413e87624d033cf1f6b751",
+                "sha256:918139571133f366e8362fa4a297aeba86c7816b7ecf0bc79168080e2bd79957",
+                "sha256:99cea8b9dd34ff80c521aef46a1dddb0dcc0283cf18bde6d756f1e6f31772165",
+                "sha256:a17b7c4f5b2c51bb68ed379defd608a03954a1845dfed7cc0117f1cc8a9b7fd2",
+                "sha256:a3c44cb68861de93f0c4a8175fbaa691f0aa22550c331fefef02b618a9dcb476",
+                "sha256:a4d3601908c560bdf880f07d94f31d734afd1bb71e96585cace0e38ef44c6d84",
+                "sha256:a5ce1e481a74b44dd5e92ff03ea0cb371ae7a0268318e202be06c8f04f4f1246",
+                "sha256:a66f60f8d0c87ab7f59b6fb80e642ebb29fec354a4dfad687ca4092ae69d04f4",
+                "sha256:b21dbe165081142b1232a240fc6383fd32cdd877ca6cc89eab93e5f5883e1c25",
+                "sha256:b47a465040146981dc9db8647981b8cb96366fbc8d452b031e4f8fdffec3f26d",
+                "sha256:b5773efa2be9eb9fcf5415ea3ab70fc785d598729fd6057bea38d539ead28271",
+                "sha256:b83dc6769ddbc57613280118fb4ce3cd08899cc3369f7d0e0fab518a7cf37fdb",
+                "sha256:bade438f86e21d91e0cf5dd7c0ed00cda0f77c8c1616bd83f9fc157fa6760d31",
+                "sha256:bcb1ebc3547619c3b58a39e2448af089ea2ef44b37988caf432447374941574e",
+                "sha256:be4816dc51c8a471749d664161b434912eee82f2ea66bd7628bd14583a833e85",
+                "sha256:c07b29089b7ba090b6f1a669f1411f27221c3662b3a1b7010e67b59bb5a6f10b",
+                "sha256:c2b9a96e0f326205af81a15718a9073328df1173a2619a68553decb7097fd5d7",
+                "sha256:c5020c83e8553f770cb3b5fc13faac40f17e0b205bd237aebd21d53d733adb03",
+                "sha256:c72941acb7b67138f35b879bbe85be0f6c6a70cab78fe3ef6db9c024d9223e5b",
+                "sha256:c8bf637892dc6e6aad2bc6d4d69d08764166e5e3f69d469e55427b6ac001b19d",
+                "sha256:cc978a80a0db3a66d25767b03688f1147a69e6237175c0f4ffffaaedf744055a",
+                "sha256:ce2cf1e5688edcb727fdf7cd1bbd0b6416758996826a8be1d958f91880d0809d",
+                "sha256:d47b28d1dfe0793d5e96bce90835e17edf9a499b53969b03c6c47ea5985844c3",
+                "sha256:d47cfb2650f0e103d4bf68b0b5804c68da97272c84bb12850d877a95c056bd67",
+                "sha256:d5536185fce131780ebd809f8e623bf4030ce1b161353166c49a3c74c287897f",
+                "sha256:d561d2d8883e0819445cfe58d7ddd673e4015c3c57261d7bdcd3710d0d14005c",
+                "sha256:d6af5e8815fd02997cb6ad9bbed0ee1e60014438ee1a5c2444c96f87b8843502",
+                "sha256:d6d6bd87df62c27d4185de7c511c6248040afae67028a8a22012b010bc7ad062",
+                "sha256:dace81d28c787956bfbfbbfd72fdcef014f37d9b48830829e488fdb32b49d954",
+                "sha256:e063ef9f89885a1d68dd8b2e18f5ead48653176d10a0e324e3b0030e3a69adeb",
+                "sha256:e7a019419b7b510f0f7c9dceff8c5eae2392037eae483a7f9162625233802b0a",
+                "sha256:eaa973f1e05131de5ff3569bbba7f5fd07ea0595d3870ed4a526d486fe57fa1b",
+                "sha256:eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed",
+                "sha256:ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34",
+                "sha256:fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794"
             ],
-            "markers": "python_version >= '3.8'",
-            "version": "==1.4.7"
+            "markers": "python_version >= '3.10'",
+            "version": "==1.4.8"
         },
         "matplotlib": {
             "hashes": [
-                "sha256:026bdf3137ab6022c866efa4813b6bbeddc2ed4c9e7e02f0e323a7bca380dfa0",
-                "sha256:031b7f5b8e595cc07def77ec5b58464e9bb67dc5760be5d6f26d9da24892481d",
-                "sha256:0a0a63cb8404d1d1f94968ef35738900038137dab8af836b6c21bb6f03d75465",
-                "sha256:0a361bd5583bf0bcc08841df3c10269617ee2a36b99ac39d455a767da908bbbc",
-                "sha256:10d3e5c7a99bd28afb957e1ae661323b0800d75b419f24d041ed1cc5d844a764",
-                "sha256:1c40c244221a1adbb1256692b1133c6fb89418df27bf759a31a333e7912a4010",
-                "sha256:203d18df84f5288973b2d56de63d4678cc748250026ca9e1ad8f8a0fd8a75d83",
-                "sha256:213d6dc25ce686516208d8a3e91120c6a4fdae4a3e06b8505ced5b716b50cc04",
-                "sha256:3119b2f16de7f7b9212ba76d8fe6a0e9f90b27a1e04683cd89833a991682f639",
-                "sha256:3fb0b37c896172899a4a93d9442ffdc6f870165f59e05ce2e07c6fded1c15749",
-                "sha256:41b016e3be4e740b66c79a031a0a6e145728dbc248142e751e8dab4f3188ca1d",
-                "sha256:4a8d279f78844aad213c4935c18f8292a9432d51af2d88bca99072c903948045",
-                "sha256:4e6eefae6effa0c35bbbc18c25ee6e0b1da44d2359c3cd526eb0c9e703cf055d",
-                "sha256:5f2a4ea08e6876206d511365b0bc234edc813d90b930be72c3011bbd7898796f",
-                "sha256:66d7b171fecf96940ce069923a08ba3df33ef542de82c2ff4fe8caa8346fa95a",
-                "sha256:687df7ceff57b8f070d02b4db66f75566370e7ae182a0782b6d3d21b0d6917dc",
-                "sha256:6be0ba61f6ff2e6b68e4270fb63b6813c9e7dec3d15fc3a93f47480444fd72f0",
-                "sha256:6e9de2b390d253a508dd497e9b5579f3a851f208763ed67fdca5dc0c3ea6849c",
-                "sha256:760a5e89ebbb172989e8273024a1024b0f084510b9105261b3b00c15e9c9f006",
-                "sha256:816a966d5d376bf24c92af8f379e78e67278833e4c7cbc9fa41872eec629a060",
-                "sha256:87ad73763d93add1b6c1f9fcd33af662fd62ed70e620c52fcb79f3ac427cf3a6",
-                "sha256:896774766fd6be4571a43bc2fcbcb1dcca0807e53cab4a5bf88c4aa861a08e12",
-                "sha256:8e0143975fc2a6d7136c97e19c637321288371e8f09cff2564ecd73e865ea0b9",
-                "sha256:90a85a004fefed9e583597478420bf904bb1a065b0b0ee5b9d8d31b04b0f3f70",
-                "sha256:9b081dac96ab19c54fd8558fac17c9d2c9cb5cc4656e7ed3261ddc927ba3e2c5",
-                "sha256:9d6b2e8856dec3a6db1ae51aec85c82223e834b228c1d3228aede87eee2b34f9",
-                "sha256:9f459c8ee2c086455744723628264e43c884be0c7d7b45d84b8cd981310b4815",
-                "sha256:9fa6e193c14d6944e0685cdb527cb6b38b0e4a518043e7212f214113af7391da",
-                "sha256:a42b9dc42de2cfe357efa27d9c50c7833fc5ab9b2eb7252ccd5d5f836a84e1e4",
-                "sha256:b651b0d3642991259109dc0351fc33ad44c624801367bb8307be9bfc35e427ad",
-                "sha256:b6c12514329ac0d03128cf1dcceb335f4fbf7c11da98bca68dca8dcb983153a9",
-                "sha256:c52f48eb75fcc119a4fdb68ba83eb5f71656999420375df7c94cc68e0e14686e",
-                "sha256:c96eeeb8c68b662c7747f91a385688d4b449687d29b691eff7068a4602fe6dc4",
-                "sha256:cd1077b9a09b16d8c3c7075a8add5ffbfe6a69156a57e290c800ed4d435bef1d",
-                "sha256:cd5dbbc8e25cad5f706845c4d100e2c8b34691b412b93717ce38d8ae803bcfa5",
-                "sha256:cf2a60daf6cecff6828bc608df00dbc794380e7234d2411c0ec612811f01969d",
-                "sha256:d3c93796b44fa111049b88a24105e947f03c01966b5c0cc782e2ee3887b790a3",
-                "sha256:d796272408f8567ff7eaa00eb2856b3a00524490e47ad505b0b4ca6bb8a7411f",
-                "sha256:e0fcb7da73fbf67b5f4bdaa57d85bb585a4e913d4a10f3e15b32baea56a67f0a",
-                "sha256:e14485bb1b83eeb3d55b6878f9560240981e7bbc7a8d4e1e8c38b9bd6ec8d2de",
-                "sha256:edd14cf733fdc4f6e6fe3f705af97676a7e52859bf0044aa2c84e55be739241c"
+                "sha256:01d2b19f13aeec2e759414d3bfe19ddfb16b13a1250add08d46d5ff6f9be83c6",
+                "sha256:12eaf48463b472c3c0f8dbacdbf906e573013df81a0ab82f0616ea4b11281908",
+                "sha256:2c5829a5a1dd5a71f0e31e6e8bb449bc0ee9dbfb05ad28fc0c6b55101b3a4be6",
+                "sha256:2fbbabc82fde51391c4da5006f965e36d86d95f6ee83fb594b279564a4c5d0d2",
+                "sha256:3547d153d70233a8496859097ef0312212e2689cdf8d7ed764441c77604095ae",
+                "sha256:359f87baedb1f836ce307f0e850d12bb5f1936f70d035561f90d41d305fdacea",
+                "sha256:3b427392354d10975c1d0f4ee18aa5844640b512d5311ef32efd4dd7db106ede",
+                "sha256:4659665bc7c9b58f8c00317c3c2a299f7f258eeae5a5d56b4c64226fca2f7c59",
+                "sha256:4673ff67a36152c48ddeaf1135e74ce0d4bce1bbf836ae40ed39c29edf7e2765",
+                "sha256:503feb23bd8c8acc75541548a1d709c059b7184cde26314896e10a9f14df5f12",
+                "sha256:5439f4c5a3e2e8eab18e2f8c3ef929772fd5641876db71f08127eed95ab64683",
+                "sha256:5cdbaf909887373c3e094b0318d7ff230b2ad9dcb64da7ade654182872ab2593",
+                "sha256:5e6c6461e1fc63df30bf6f80f0b93f5b6784299f721bc28530477acd51bfc3d1",
+                "sha256:5fd41b0ec7ee45cd960a8e71aea7c946a28a0b8a4dcee47d2856b2af051f334c",
+                "sha256:607b16c8a73943df110f99ee2e940b8a1cbf9714b65307c040d422558397dac5",
+                "sha256:7e8632baebb058555ac0cde75db885c61f1212e47723d63921879806b40bec6a",
+                "sha256:81713dd0d103b379de4516b861d964b1d789a144103277769238c732229d7f03",
+                "sha256:845d96568ec873be63f25fa80e9e7fae4be854a66a7e2f0c8ccc99e94a8bd4ef",
+                "sha256:95b710fea129c76d30be72c3b38f330269363fbc6e570a5dd43580487380b5ff",
+                "sha256:96f2886f5c1e466f21cc41b70c5a0cd47bfa0015eb2d5793c88ebce658600e25",
+                "sha256:994c07b9d9fe8d25951e3202a68c17900679274dadfc1248738dcfa1bd40d7f3",
+                "sha256:9ade1003376731a971e398cc4ef38bb83ee8caf0aee46ac6daa4b0506db1fd06",
+                "sha256:9b0558bae37f154fffda54d779a592bc97ca8b4701f1c710055b609a3bac44c8",
+                "sha256:a2a43cbefe22d653ab34bb55d42384ed30f611bcbdea1f8d7f431011a2e1c62e",
+                "sha256:a994f29e968ca002b50982b27168addfd65f0105610b6be7fa515ca4b5307c95",
+                "sha256:ad2e15300530c1a94c63cfa546e3b7864bd18ea2901317bae8bbf06a5ade6dcf",
+                "sha256:ae80dc3a4add4665cf2faa90138384a7ffe2a4e37c58d83e115b54287c4f06ef",
+                "sha256:b886d02a581b96704c9d1ffe55709e49b4d2d52709ccebc4be42db856e511278",
+                "sha256:c40ba2eb08b3f5de88152c2333c58cee7edcead0a2a0d60fcafa116b17117adc",
+                "sha256:c55b20591ced744aa04e8c3e4b7543ea4d650b6c3c4b208c08a05b4010e8b442",
+                "sha256:c58a9622d5dbeb668f407f35f4e6bfac34bb9ecdcc81680c04d0258169747997",
+                "sha256:d44cb942af1693cced2604c33a9abcef6205601c445f6d0dc531d813af8a2f5a",
+                "sha256:d907fddb39f923d011875452ff1eca29a9e7f21722b873e90db32e5d8ddff12e",
+                "sha256:fd44fc75522f58612ec4a33958a7e5552562b7705b42ef1b4f8c0818e304a363"
             ],
             "index": "pypi",
-            "markers": "python_version >= '3.9'",
-            "version": "==3.9.3"
+            "markers": "python_version >= '3.10'",
+            "version": "==3.10.0"
         },
         "numpy": {
             "hashes": [
-                "sha256:0557eebc699c1c34cccdd8c3778c9294e8196df27d713706895edc6f57d29608",
-                "sha256:0798b138c291d792f8ea40fe3768610f3c7dd2574389e37c3f26573757c8f7ef",
-                "sha256:0da8495970f6b101ddd0c38ace92edea30e7e12b9a926b57f5fabb1ecc25bb90",
-                "sha256:0f0986e917aca18f7a567b812ef7ca9391288e2acb7a4308aa9d265bd724bdae",
-                "sha256:122fd2fcfafdefc889c64ad99c228d5a1f9692c3a83f56c292618a59aa60ae83",
-                "sha256:140dd80ff8981a583a60980be1a655068f8adebf7a45a06a6858c873fcdcd4a0",
-                "sha256:16757cf28621e43e252c560d25b15f18a2f11da94fea344bf26c599b9cf54b73",
-                "sha256:18142b497d70a34b01642b9feabb70156311b326fdddd875a9981f34a369b671",
-                "sha256:1c92113619f7b272838b8d6702a7f8ebe5edea0df48166c47929611d0b4dea69",
-                "sha256:1e25507d85da11ff5066269d0bd25d06e0a0f2e908415534f3e603d2a78e4ffa",
-                "sha256:30bf971c12e4365153afb31fc73f441d4da157153f3400b82db32d04de1e4066",
-                "sha256:3579eaeb5e07f3ded59298ce22b65f877a86ba8e9fe701f5576c99bb17c283da",
-                "sha256:36b2b43146f646642b425dd2027730f99bac962618ec2052932157e213a040e9",
-                "sha256:3905a5fffcc23e597ee4d9fb3fcd209bd658c352657548db7316e810ca80458e",
-                "sha256:3a4199f519e57d517ebd48cb76b36c82da0360781c6a0353e64c0cac30ecaad3",
-                "sha256:3f2f5cddeaa4424a0a118924b988746db6ffa8565e5829b1841a8a3bd73eb59a",
-                "sha256:40deb10198bbaa531509aad0cd2f9fadb26c8b94070831e2208e7df543562b74",
-                "sha256:440cfb3db4c5029775803794f8638fbdbf71ec702caf32735f53b008e1eaece3",
-                "sha256:4723a50e1523e1de4fccd1b9a6dcea750c2102461e9a02b2ac55ffeae09a4410",
-                "sha256:4bddbaa30d78c86329b26bd6aaaea06b1e47444da99eddac7bf1e2fab717bd72",
-                "sha256:4e58666988605e251d42c2818c7d3d8991555381be26399303053b58a5bbf30d",
-                "sha256:54dc1d6d66f8d37843ed281773c7174f03bf7ad826523f73435deb88ba60d2d4",
-                "sha256:57fcc997ffc0bef234b8875a54d4058afa92b0b0c4223fc1f62f24b3b5e86038",
-                "sha256:58b92a5828bd4d9aa0952492b7de803135038de47343b2aa3cc23f3b71a3dc4e",
-                "sha256:5a145e956b374e72ad1dff82779177d4a3c62bc8248f41b80cb5122e68f22d13",
-                "sha256:6ab153263a7c5ccaf6dfe7e53447b74f77789f28ecb278c3b5d49db7ece10d6d",
-                "sha256:7832f9e8eb00be32f15fdfb9a981d6955ea9adc8574c521d48710171b6c55e95",
-                "sha256:7fe4bb0695fe986a9e4deec3b6857003b4cfe5c5e4aac0b95f6a658c14635e31",
-                "sha256:7fe8f3583e0607ad4e43a954e35c1748b553bfe9fdac8635c02058023277d1b3",
-                "sha256:85ad7d11b309bd132d74397fcf2920933c9d1dc865487128f5c03d580f2c3d03",
-                "sha256:9874bc2ff574c40ab7a5cbb7464bf9b045d617e36754a7bc93f933d52bd9ffc6",
-                "sha256:a184288538e6ad699cbe6b24859206e38ce5fba28f3bcfa51c90d0502c1582b2",
-                "sha256:a222d764352c773aa5ebde02dd84dba3279c81c6db2e482d62a3fa54e5ece69b",
-                "sha256:a50aeff71d0f97b6450d33940c7181b08be1441c6c193e678211bff11aa725e7",
-                "sha256:a55dc7a7f0b6198b07ec0cd445fbb98b05234e8b00c5ac4874a63372ba98d4ab",
-                "sha256:a62eb442011776e4036af5c8b1a00b706c5bc02dc15eb5344b0c750428c94219",
-                "sha256:a7d41d1612c1a82b64697e894b75db6758d4f21c3ec069d841e60ebe54b5b571",
-                "sha256:a98f6f20465e7618c83252c02041517bd2f7ea29be5378f09667a8f654a5918d",
-                "sha256:afe8fb968743d40435c3827632fd36c5fbde633b0423da7692e426529b1759b1",
-                "sha256:b0b227dcff8cdc3efbce66d4e50891f04d0a387cce282fe1e66199146a6a8fca",
-                "sha256:b30042fe92dbd79f1ba7f6898fada10bdaad1847c44f2dff9a16147e00a93661",
-                "sha256:b606b1aaf802e6468c2608c65ff7ece53eae1a6874b3765f69b8ceb20c5fa78e",
-                "sha256:b6207dc8fb3c8cb5668e885cef9ec7f70189bec4e276f0ff70d5aa078d32c88e",
-                "sha256:c2aed8fcf8abc3020d6a9ccb31dbc9e7d7819c56a348cc88fd44be269b37427e",
-                "sha256:cb24cca1968b21355cc6f3da1a20cd1cebd8a023e3c5b09b432444617949085a",
-                "sha256:cff210198bb4cae3f3c100444c5eaa573a823f05c253e7188e1362a5555235b3",
-                "sha256:d35717333b39d1b6bb8433fa758a55f1081543de527171543a2b710551d40881",
-                "sha256:df12a1f99b99f569a7c2ae59aa2d31724e8d835fc7f33e14f4792e3071d11221",
-                "sha256:e09d40edfdb4e260cb1567d8ae770ccf3b8b7e9f0d9b5c2a9992696b30ce2742",
-                "sha256:e12c6c1ce84628c52d6367863773f7c8c8241be554e8b79686e91a43f1733773",
-                "sha256:e2b8cd48a9942ed3f85b95ca4105c45758438c7ed28fff1e4ce3e57c3b589d8e",
-                "sha256:e500aba968a48e9019e42c0c199b7ec0696a97fa69037bea163b55398e390529",
-                "sha256:ebe5e59545401fbb1b24da76f006ab19734ae71e703cdb4a8b347e84a0cece67",
-                "sha256:f0dd071b95bbca244f4cb7f70b77d2ff3aaaba7fa16dc41f58d14854a6204e6c",
-                "sha256:f8c8b141ef9699ae777c6278b52c706b653bf15d135d302754f6b2e90eb30367"
+                "sha256:02935e2c3c0c6cbe9c7955a8efa8908dd4221d7755644c59d1bba28b94fd334f",
+                "sha256:0349b025e15ea9d05c3d63f9657707a4e1d471128a3b1d876c095f328f8ff7f0",
+                "sha256:09d6a2032faf25e8d0cadde7fd6145118ac55d2740132c1d845f98721b5ebcfd",
+                "sha256:0bc61b307655d1a7f9f4b043628b9f2b721e80839914ede634e3d485913e1fb2",
+                "sha256:0eec19f8af947a61e968d5429f0bd92fec46d92b0008d0a6685b40d6adf8a4f4",
+                "sha256:106397dbbb1896f99e044efc90360d098b3335060375c26aa89c0d8a97c5f648",
+                "sha256:128c41c085cab8a85dc29e66ed88c05613dccf6bc28b3866cd16050a2f5448be",
+                "sha256:149d1113ac15005652e8d0d3f6fd599360e1a708a4f98e43c9c77834a28238cb",
+                "sha256:159ff6ee4c4a36a23fe01b7c3d07bd8c14cc433d9720f977fcd52c13c0098160",
+                "sha256:22ea3bb552ade325530e72a0c557cdf2dea8914d3a5e1fecf58fa5dbcc6f43cd",
+                "sha256:23ae9f0c2d889b7b2d88a3791f6c09e2ef827c2446f1c4a3e3e76328ee4afd9a",
+                "sha256:250c16b277e3b809ac20d1f590716597481061b514223c7badb7a0f9993c7f84",
+                "sha256:2ec6c689c61df613b783aeb21f945c4cbe6c51c28cb70aae8430577ab39f163e",
+                "sha256:2ffbb1acd69fdf8e89dd60ef6182ca90a743620957afb7066385a7bbe88dc748",
+                "sha256:3074634ea4d6df66be04f6728ee1d173cfded75d002c75fac79503a880bf3825",
+                "sha256:356ca982c188acbfa6af0d694284d8cf20e95b1c3d0aefa8929376fea9146f60",
+                "sha256:3fbe72d347fbc59f94124125e73fc4976a06927ebc503ec5afbfb35f193cd957",
+                "sha256:40c7ff5da22cd391944a28c6a9c638a5eef77fcf71d6e3a79e1d9d9e82752715",
+                "sha256:41184c416143defa34cc8eb9d070b0a5ba4f13a0fa96a709e20584638254b317",
+                "sha256:451e854cfae0febe723077bd0cf0a4302a5d84ff25f0bfece8f29206c7bed02e",
+                "sha256:4525b88c11906d5ab1b0ec1f290996c0020dd318af8b49acaa46f198b1ffc283",
+                "sha256:463247edcee4a5537841d5350bc87fe8e92d7dd0e8c71c995d2c6eecb8208278",
+                "sha256:4dbd80e453bd34bd003b16bd802fac70ad76bd463f81f0c518d1245b1c55e3d9",
+                "sha256:57b4012e04cc12b78590a334907e01b3a85efb2107df2b8733ff1ed05fce71de",
+                "sha256:5a8c863ceacae696aff37d1fd636121f1a512117652e5dfb86031c8d84836369",
+                "sha256:5acea83b801e98541619af398cc0109ff48016955cc0818f478ee9ef1c5c3dcb",
+                "sha256:642199e98af1bd2b6aeb8ecf726972d238c9877b0f6e8221ee5ab945ec8a2189",
+                "sha256:64bd6e1762cd7f0986a740fee4dff927b9ec2c5e4d9a28d056eb17d332158014",
+                "sha256:6d9fc9d812c81e6168b6d405bf00b8d6739a7f72ef22a9214c4241e0dc70b323",
+                "sha256:7079129b64cb78bdc8d611d1fd7e8002c0a2565da6a47c4df8062349fee90e3e",
+                "sha256:7dca87ca328f5ea7dafc907c5ec100d187911f94825f8700caac0b3f4c384b49",
+                "sha256:860fd59990c37c3ef913c3ae390b3929d005243acca1a86facb0773e2d8d9e50",
+                "sha256:8e6da5cffbbe571f93588f562ed130ea63ee206d12851b60819512dd3e1ba50d",
+                "sha256:8ec0636d3f7d68520afc6ac2dc4b8341ddb725039de042faf0e311599f54eb37",
+                "sha256:9491100aba630910489c1d0158034e1c9a6546f0b1340f716d522dc103788e39",
+                "sha256:97b974d3ba0fb4612b77ed35d7627490e8e3dff56ab41454d9e8b23448940576",
+                "sha256:995f9e8181723852ca458e22de5d9b7d3ba4da3f11cc1cb113f093b271d7965a",
+                "sha256:9dd47ff0cb2a656ad69c38da850df3454da88ee9a6fde0ba79acceee0e79daba",
+                "sha256:9fad446ad0bc886855ddf5909cbf8cb5d0faa637aaa6277fb4b19ade134ab3c7",
+                "sha256:a972cec723e0563aa0823ee2ab1df0cb196ed0778f173b381c871a03719d4826",
+                "sha256:ac9bea18d6d58a995fac1b2cb4488e17eceeac413af014b1dd26170b766d8467",
+                "sha256:b0531f0b0e07643eb089df4c509d30d72c9ef40defa53e41363eca8a8cc61495",
+                "sha256:b208cfd4f5fe34e1535c08983a1a6803fdbc7a1e86cf13dd0c61de0b51a0aadc",
+                "sha256:b3482cb7b3325faa5f6bc179649406058253d91ceda359c104dac0ad320e1391",
+                "sha256:b6fb9c32a91ec32a689ec6410def76443e3c750e7cfc3fb2206b985ffb2b85f0",
+                "sha256:b78ea78450fd96a498f50ee096f69c75379af5138f7881a51355ab0e11286c97",
+                "sha256:bd249bc894af67cbd8bad2c22e7cbcd46cf87ddfca1f1289d1e7e54868cc785c",
+                "sha256:c7d1fd447e33ee20c1f33f2c8e6634211124a9aabde3c617687d8b739aa69eac",
+                "sha256:d0bbe7dd86dca64854f4b6ce2ea5c60b51e36dfd597300057cf473d3615f2369",
+                "sha256:d6d6a0910c3b4368d89dde073e630882cdb266755565155bc33520283b2d9df8",
+                "sha256:da1eeb460ecce8d5b8608826595c777728cdf28ce7b5a5a8c8ac8d949beadcf2",
+                "sha256:e0c8854b09bc4de7b041148d8550d3bd712b5c21ff6a8ed308085f190235d7ff",
+                "sha256:e0d4142eb40ca6f94539e4db929410f2a46052a0fe7a2c1c59f6179c39938d2a",
+                "sha256:e9e82dcb3f2ebbc8cb5ce1102d5f1c5ed236bf8a11730fb45ba82e2841ec21df",
+                "sha256:ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f"
             ],
             "index": "pypi",
             "markers": "python_version >= '3.10'",
-            "version": "==2.2.0"
+            "version": "==2.2.2"
         },
         "openpyxl": {
             "hashes": [
@@ -481,89 +440,85 @@
                 "sha256:82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc",
                 "sha256:da185cd2af68c08a6cd4481f7325ed600a88f6a813bad9dea07ab3ef73d8d8d6"
             ],
-            "markers": "sys_platform == 'win32'",
+            "markers": "python_full_version >= '3.6.0'",
             "version": "==2023.2.7"
         },
         "pillow": {
             "hashes": [
-                "sha256:00177a63030d612148e659b55ba99527803288cea7c75fb05766ab7981a8c1b7",
-                "sha256:006bcdd307cc47ba43e924099a038cbf9591062e6c50e570819743f5607404f5",
-                "sha256:084a07ef0821cfe4858fe86652fffac8e187b6ae677e9906e192aafcc1b69903",
-                "sha256:0ae08bd8ffc41aebf578c2af2f9d8749d91f448b3bfd41d7d9ff573d74f2a6b2",
-                "sha256:0e038b0745997c7dcaae350d35859c9715c71e92ffb7e0f4a8e8a16732150f38",
-                "sha256:1187739620f2b365de756ce086fdb3604573337cc28a0d3ac4a01ab6b2d2a6d2",
-                "sha256:16095692a253047fe3ec028e951fa4221a1f3ed3d80c397e83541a3037ff67c9",
-                "sha256:1a61b54f87ab5786b8479f81c4b11f4d61702830354520837f8cc791ebba0f5f",
-                "sha256:1c1d72714f429a521d8d2d018badc42414c3077eb187a59579f28e4270b4b0fc",
-                "sha256:1e2688958a840c822279fda0086fec1fdab2f95bf2b717b66871c4ad9859d7e8",
-                "sha256:20ec184af98a121fb2da42642dea8a29ec80fc3efbaefb86d8fdd2606619045d",
-                "sha256:21a0d3b115009ebb8ac3d2ebec5c2982cc693da935f4ab7bb5c8ebe2f47d36f2",
-                "sha256:224aaa38177597bb179f3ec87eeefcce8e4f85e608025e9cfac60de237ba6316",
-                "sha256:2679d2258b7f1192b378e2893a8a0a0ca472234d4c2c0e6bdd3380e8dfa21b6a",
-                "sha256:27a7860107500d813fcd203b4ea19b04babe79448268403172782754870dac25",
-                "sha256:290f2cc809f9da7d6d622550bbf4c1e57518212da51b6a30fe8e0a270a5b78bd",
-                "sha256:2e46773dc9f35a1dd28bd6981332fd7f27bec001a918a72a79b4133cf5291dba",
-                "sha256:3107c66e43bda25359d5ef446f59c497de2b5ed4c7fdba0894f8d6cf3822dafc",
-                "sha256:375b8dd15a1f5d2feafff536d47e22f69625c1aa92f12b339ec0b2ca40263273",
-                "sha256:45c566eb10b8967d71bf1ab8e4a525e5a93519e29ea071459ce517f6b903d7fa",
-                "sha256:499c3a1b0d6fc8213519e193796eb1a86a1be4b1877d678b30f83fd979811d1a",
-                "sha256:4ad70c4214f67d7466bea6a08061eba35c01b1b89eaa098040a35272a8efb22b",
-                "sha256:4b60c9520f7207aaf2e1d94de026682fc227806c6e1f55bba7606d1c94dd623a",
-                "sha256:5178952973e588b3f1360868847334e9e3bf49d19e169bbbdfaf8398002419ae",
-                "sha256:52a2d8323a465f84faaba5236567d212c3668f2ab53e1c74c15583cf507a0291",
-                "sha256:598b4e238f13276e0008299bd2482003f48158e2b11826862b1eb2ad7c768b97",
-                "sha256:5bd2d3bdb846d757055910f0a59792d33b555800813c3b39ada1829c372ccb06",
-                "sha256:5c39ed17edea3bc69c743a8dd3e9853b7509625c2462532e62baa0732163a904",
-                "sha256:5d203af30149ae339ad1b4f710d9844ed8796e97fda23ffbc4cc472968a47d0b",
-                "sha256:5ddbfd761ee00c12ee1be86c9c0683ecf5bb14c9772ddbd782085779a63dd55b",
-                "sha256:607bbe123c74e272e381a8d1957083a9463401f7bd01287f50521ecb05a313f8",
-                "sha256:61b887f9ddba63ddf62fd02a3ba7add935d053b6dd7d58998c630e6dbade8527",
-                "sha256:6619654954dc4936fcff82db8eb6401d3159ec6be81e33c6000dfd76ae189947",
-                "sha256:674629ff60030d144b7bca2b8330225a9b11c482ed408813924619c6f302fdbb",
-                "sha256:6ec0d5af64f2e3d64a165f490d96368bb5dea8b8f9ad04487f9ab60dc4bb6003",
-                "sha256:6f4dba50cfa56f910241eb7f883c20f1e7b1d8f7d91c750cd0b318bad443f4d5",
-                "sha256:70fbbdacd1d271b77b7721fe3cdd2d537bbbd75d29e6300c672ec6bb38d9672f",
-                "sha256:72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739",
-                "sha256:7326a1787e3c7b0429659e0a944725e1b03eeaa10edd945a86dead1913383944",
-                "sha256:73853108f56df97baf2bb8b522f3578221e56f646ba345a372c78326710d3830",
-                "sha256:73e3a0200cdda995c7e43dd47436c1548f87a30bb27fb871f352a22ab8dcf45f",
-                "sha256:75acbbeb05b86bc53cbe7b7e6fe00fbcf82ad7c684b3ad82e3d711da9ba287d3",
-                "sha256:8069c5179902dcdce0be9bfc8235347fdbac249d23bd90514b7a47a72d9fecf4",
-                "sha256:846e193e103b41e984ac921b335df59195356ce3f71dcfd155aa79c603873b84",
-                "sha256:8594f42df584e5b4bb9281799698403f7af489fba84c34d53d1c4bfb71b7c4e7",
-                "sha256:86510e3f5eca0ab87429dd77fafc04693195eec7fd6a137c389c3eeb4cfb77c6",
-                "sha256:8853a3bf12afddfdf15f57c4b02d7ded92c7a75a5d7331d19f4f9572a89c17e6",
-                "sha256:88a58d8ac0cc0e7f3a014509f0455248a76629ca9b604eca7dc5927cc593c5e9",
-                "sha256:8ba470552b48e5835f1d23ecb936bb7f71d206f9dfeee64245f30c3270b994de",
-                "sha256:8c676b587da5673d3c75bd67dd2a8cdfeb282ca38a30f37950511766b26858c4",
-                "sha256:8ec4a89295cd6cd4d1058a5e6aec6bf51e0eaaf9714774e1bfac7cfc9051db47",
-                "sha256:94f3e1780abb45062287b4614a5bc0874519c86a777d4a7ad34978e86428b8dd",
-                "sha256:9a0f748eaa434a41fccf8e1ee7a3eed68af1b690e75328fd7a60af123c193b50",
-                "sha256:a5629742881bcbc1f42e840af185fd4d83a5edeb96475a575f4da50d6ede337c",
-                "sha256:a65149d8ada1055029fcb665452b2814fe7d7082fcb0c5bed6db851cb69b2086",
-                "sha256:b3c5ac4bed7519088103d9450a1107f76308ecf91d6dabc8a33a2fcfb18d0fba",
-                "sha256:b4fd7bd29610a83a8c9b564d457cf5bd92b4e11e79a4ee4716a63c959699b306",
-                "sha256:bcd1fb5bb7b07f64c15618c89efcc2cfa3e95f0e3bcdbaf4642509de1942a699",
-                "sha256:c12b5ae868897c7338519c03049a806af85b9b8c237b7d675b8c5e089e4a618e",
-                "sha256:c26845094b1af3c91852745ae78e3ea47abf3dbcd1cf962f16b9a5fbe3ee8488",
-                "sha256:c6a660307ca9d4867caa8d9ca2c2658ab685de83792d1876274991adec7b93fa",
-                "sha256:c809a70e43c7977c4a42aefd62f0131823ebf7dd73556fa5d5950f5b354087e2",
-                "sha256:c8b2351c85d855293a299038e1f89db92a2f35e8d2f783489c6f0b2b5f3fe8a3",
-                "sha256:cb929ca942d0ec4fac404cbf520ee6cac37bf35be479b970c4ffadf2b6a1cad9",
-                "sha256:d2c0a187a92a1cb5ef2c8ed5412dd8d4334272617f532d4ad4de31e0495bd923",
-                "sha256:d69bfd8ec3219ae71bcde1f942b728903cad25fafe3100ba2258b973bd2bc1b2",
-                "sha256:daffdf51ee5db69a82dd127eabecce20729e21f7a3680cf7cbb23f0829189790",
-                "sha256:e58876c91f97b0952eb766123bfef372792ab3f4e3e1f1a2267834c2ab131734",
-                "sha256:eda2616eb2313cbb3eebbe51f19362eb434b18e3bb599466a1ffa76a033fb916",
-                "sha256:ee217c198f2e41f184f3869f3e485557296d505b5195c513b2bfe0062dc537f1",
-                "sha256:f02541ef64077f22bf4924f225c0fd1248c168f86e4b7abdedd87d6ebaceab0f",
-                "sha256:f1b82c27e89fffc6da125d5eb0ca6e68017faf5efc078128cfaa42cf5cb38798",
-                "sha256:fba162b8872d30fea8c52b258a542c5dfd7b235fb5cb352240c8d63b414013eb",
-                "sha256:fbbcb7b57dc9c794843e3d1258c0fbf0f48656d46ffe9e09b63bbd6e8cd5d0a2",
-                "sha256:fcb4621042ac4b7865c179bb972ed0da0218a076dc1820ffc48b1d74c1e37fe9"
+                "sha256:015c6e863faa4779251436db398ae75051469f7c903b043a48f078e437656f83",
+                "sha256:0a2f91f8a8b367e7a57c6e91cd25af510168091fb89ec5146003e424e1558a96",
+                "sha256:11633d58b6ee5733bde153a8dafd25e505ea3d32e261accd388827ee987baf65",
+                "sha256:2062ffb1d36544d42fcaa277b069c88b01bb7298f4efa06731a7fd6cc290b81a",
+                "sha256:31eba6bbdd27dde97b0174ddf0297d7a9c3a507a8a1480e1e60ef914fe23d352",
+                "sha256:3362c6ca227e65c54bf71a5f88b3d4565ff1bcbc63ae72c34b07bbb1cc59a43f",
+                "sha256:368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20",
+                "sha256:36ba10b9cb413e7c7dfa3e189aba252deee0602c86c309799da5a74009ac7a1c",
+                "sha256:3764d53e09cdedd91bee65c2527815d315c6b90d7b8b79759cc48d7bf5d4f114",
+                "sha256:3a5fe20a7b66e8135d7fd617b13272626a28278d0e578c98720d9ba4b2439d49",
+                "sha256:3cdcdb0b896e981678eee140d882b70092dac83ac1cdf6b3a60e2216a73f2b91",
+                "sha256:4637b88343166249fe8aa94e7c4a62a180c4b3898283bb5d3d2fd5fe10d8e4e0",
+                "sha256:4db853948ce4e718f2fc775b75c37ba2efb6aaea41a1a5fc57f0af59eee774b2",
+                "sha256:4dd43a78897793f60766563969442020e90eb7847463eca901e41ba186a7d4a5",
+                "sha256:54251ef02a2309b5eec99d151ebf5c9904b77976c8abdcbce7891ed22df53884",
+                "sha256:54ce1c9a16a9561b6d6d8cb30089ab1e5eb66918cb47d457bd996ef34182922e",
+                "sha256:593c5fd6be85da83656b93ffcccc2312d2d149d251e98588b14fbc288fd8909c",
+                "sha256:5bb94705aea800051a743aa4874bb1397d4695fb0583ba5e425ee0328757f196",
+                "sha256:67cd427c68926108778a9005f2a04adbd5e67c442ed21d95389fe1d595458756",
+                "sha256:70ca5ef3b3b1c4a0812b5c63c57c23b63e53bc38e758b37a951e5bc466449861",
+                "sha256:73ddde795ee9b06257dac5ad42fcb07f3b9b813f8c1f7f870f402f4dc54b5269",
+                "sha256:758e9d4ef15d3560214cddbc97b8ef3ef86ce04d62ddac17ad39ba87e89bd3b1",
+                "sha256:7d33d2fae0e8b170b6a6c57400e077412240f6f5bb2a342cf1ee512a787942bb",
+                "sha256:7fdadc077553621911f27ce206ffcbec7d3f8d7b50e0da39f10997e8e2bb7f6a",
+                "sha256:8000376f139d4d38d6851eb149b321a52bb8893a88dae8ee7d95840431977081",
+                "sha256:837060a8599b8f5d402e97197d4924f05a2e0d68756998345c829c33186217b1",
+                "sha256:89dbdb3e6e9594d512780a5a1c42801879628b38e3efc7038094430844e271d8",
+                "sha256:8c730dc3a83e5ac137fbc92dfcfe1511ce3b2b5d7578315b63dbbb76f7f51d90",
+                "sha256:8e275ee4cb11c262bd108ab2081f750db2a1c0b8c12c1897f27b160c8bd57bbc",
+                "sha256:9044b5e4f7083f209c4e35aa5dd54b1dd5b112b108648f5c902ad586d4f945c5",
+                "sha256:93a18841d09bcdd774dcdc308e4537e1f867b3dec059c131fde0327899734aa1",
+                "sha256:9409c080586d1f683df3f184f20e36fb647f2e0bc3988094d4fd8c9f4eb1b3b3",
+                "sha256:96f82000e12f23e4f29346e42702b6ed9a2f2fea34a740dd5ffffcc8c539eb35",
+                "sha256:9aa9aeddeed452b2f616ff5507459e7bab436916ccb10961c4a382cd3e03f47f",
+                "sha256:9ee85f0696a17dd28fbcfceb59f9510aa71934b483d1f5601d1030c3c8304f3c",
+                "sha256:a07dba04c5e22824816b2615ad7a7484432d7f540e6fa86af60d2de57b0fcee2",
+                "sha256:a3cd561ded2cf2bbae44d4605837221b987c216cff94f49dfeed63488bb228d2",
+                "sha256:a697cd8ba0383bba3d2d3ada02b34ed268cb548b369943cd349007730c92bddf",
+                "sha256:a76da0a31da6fcae4210aa94fd779c65c75786bc9af06289cd1c184451ef7a65",
+                "sha256:a85b653980faad27e88b141348707ceeef8a1186f75ecc600c395dcac19f385b",
+                "sha256:a8d65b38173085f24bc07f8b6c505cbb7418009fa1a1fcb111b1f4961814a442",
+                "sha256:aa8dd43daa836b9a8128dbe7d923423e5ad86f50a7a14dc688194b7be5c0dea2",
+                "sha256:ab8a209b8485d3db694fa97a896d96dd6533d63c22829043fd9de627060beade",
+                "sha256:abc56501c3fd148d60659aae0af6ddc149660469082859fa7b066a298bde9482",
+                "sha256:ad5db5781c774ab9a9b2c4302bbf0c1014960a0a7be63278d13ae6fdf88126fe",
+                "sha256:ae98e14432d458fc3de11a77ccb3ae65ddce70f730e7c76140653048c71bfcbc",
+                "sha256:b20be51b37a75cc54c2c55def3fa2c65bb94ba859dde241cd0a4fd302de5ae0a",
+                "sha256:b523466b1a31d0dcef7c5be1f20b942919b62fd6e9a9be199d035509cbefc0ec",
+                "sha256:b5d658fbd9f0d6eea113aea286b21d3cd4d3fd978157cbf2447a6035916506d3",
+                "sha256:b6123aa4a59d75f06e9dd3dac5bf8bc9aa383121bb3dd9a7a612e05eabc9961a",
+                "sha256:bd165131fd51697e22421d0e467997ad31621b74bfc0b75956608cb2906dda07",
+                "sha256:bf902d7413c82a1bfa08b06a070876132a5ae6b2388e2712aab3a7cbc02205c6",
+                "sha256:c12fc111ef090845de2bb15009372175d76ac99969bdf31e2ce9b42e4b8cd88f",
+                "sha256:c1eec9d950b6fe688edee07138993e54ee4ae634c51443cfb7c1e7613322718e",
+                "sha256:c640e5a06869c75994624551f45e5506e4256562ead981cce820d5ab39ae2192",
+                "sha256:cc1331b6d5a6e144aeb5e626f4375f5b7ae9934ba620c0ac6b3e43d5e683a0f0",
+                "sha256:cfd5cd998c2e36a862d0e27b2df63237e67273f2fc78f47445b14e73a810e7e6",
+                "sha256:d3d8da4a631471dfaf94c10c85f5277b1f8e42ac42bade1ac67da4b4a7359b73",
+                "sha256:d44ff19eea13ae4acdaaab0179fa68c0c6f2f45d66a4d8ec1eda7d6cecbcc15f",
+                "sha256:dd0052e9db3474df30433f83a71b9b23bd9e4ef1de13d92df21a52c0303b8ab6",
+                "sha256:dd0e081319328928531df7a0e63621caf67652c8464303fd102141b785ef9547",
+                "sha256:dda60aa465b861324e65a78c9f5cf0f4bc713e4309f83bc387be158b077963d9",
+                "sha256:e06695e0326d05b06833b40b7ef477e475d0b1ba3a6d27da1bb48c23209bf457",
+                "sha256:e1abe69aca89514737465752b4bcaf8016de61b3be1397a8fc260ba33321b3a8",
+                "sha256:e267b0ed063341f3e60acd25c05200df4193e15a4a5807075cd71225a2386e26",
+                "sha256:e5449ca63da169a2e6068dd0e2fcc8d91f9558aba89ff6d02121ca8ab11e79e5",
+                "sha256:e63e4e5081de46517099dc30abe418122f54531a6ae2ebc8680bcd7096860eab",
+                "sha256:f189805c8be5ca5add39e6f899e6ce2ed824e65fb45f3c28cb2841911da19070",
+                "sha256:f7955ecf5609dee9442cbface754f2c6e541d9e6eda87fad7f7a989b0bdb9d71",
+                "sha256:f86d3a7a9af5d826744fabf4afd15b9dfef44fe69a98541f666f66fbb8d3fef9",
+                "sha256:fbd43429d0d7ed6533b25fc993861b8fd512c42d04514a0dd6337fb3ccf22761"
             ],
             "markers": "python_version >= '3.9'",
-            "version": "==11.0.0"
+            "version": "==11.1.0"
         },
         "pyinstaller": {
             "hashes": [
@@ -586,26 +541,26 @@
         },
         "pyinstaller-hooks-contrib": {
             "hashes": [
-                "sha256:8a46655e5c5b0186b5e527399118a9b342f10513eb1425c483fa4f6d02e8800c",
-                "sha256:ad47db0e153683b4151e10d231cb91f2d93c85079e78d76d9e0f57ac6c8a5e10"
+                "sha256:3c0623799c3f81a37293127f485d65894c20fd718f722cb588785a3e52581ad1",
+                "sha256:6dc0b55a1acaab2ffee36ed4a05b073aa0a22e46f25fb5c66a31e217454135ed"
             ],
             "markers": "python_version >= '3.8'",
-            "version": "==2024.10"
+            "version": "==2025.0"
         },
         "pyparsing": {
             "hashes": [
-                "sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84",
-                "sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c"
+                "sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1",
+                "sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a"
             ],
             "markers": "python_version >= '3.9'",
-            "version": "==3.2.0"
+            "version": "==3.2.1"
         },
         "python-dateutil": {
             "hashes": [
                 "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
                 "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
             ],
-            "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+            "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
             "version": "==2.9.0.post0"
         },
         "pytz": {
@@ -620,62 +575,69 @@
                 "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8",
                 "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755"
             ],
-            "markers": "sys_platform == 'win32'",
+            "markers": "python_version >= '3.6'",
             "version": "==0.2.3"
         },
         "scipy": {
             "hashes": [
-                "sha256:0c2f95de3b04e26f5f3ad5bb05e74ba7f68b837133a4492414b3afd79dfe540e",
-                "sha256:1729560c906963fc8389f6aac023739ff3983e727b1a4d87696b7bf108316a79",
-                "sha256:278266012eb69f4a720827bdd2dc54b2271c97d84255b2faaa8f161a158c3b37",
-                "sha256:2843f2d527d9eebec9a43e6b406fb7266f3af25a751aa91d62ff416f54170bc5",
-                "sha256:2da0469a4ef0ecd3693761acbdc20f2fdeafb69e6819cc081308cc978153c675",
-                "sha256:2ff0a7e01e422c15739ecd64432743cf7aae2b03f3084288f399affcefe5222d",
-                "sha256:2ff38e22128e6c03ff73b6bb0f85f897d2362f8c052e3b8ad00532198fbdae3f",
-                "sha256:30ac8812c1d2aab7131a79ba62933a2a76f582d5dbbc695192453dae67ad6310",
-                "sha256:3a1b111fac6baec1c1d92f27e76511c9e7218f1695d61b59e05e0fe04dc59617",
-                "sha256:4079b90df244709e675cdc8b93bfd8a395d59af40b72e339c2287c91860deb8e",
-                "sha256:5149e3fd2d686e42144a093b206aef01932a0059c2a33ddfa67f5f035bdfe13e",
-                "sha256:5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417",
-                "sha256:631f07b3734d34aced009aaf6fedfd0eb3498a97e581c3b1e5f14a04164a456d",
-                "sha256:716e389b694c4bb564b4fc0c51bc84d381735e0d39d3f26ec1af2556ec6aad94",
-                "sha256:8426251ad1e4ad903a4514712d2fa8fdd5382c978010d1c6f5f37ef286a713ad",
-                "sha256:8475230e55549ab3f207bff11ebfc91c805dc3463ef62eda3ccf593254524ce8",
-                "sha256:8bddf15838ba768bb5f5083c1ea012d64c9a444e16192762bd858f1e126196d0",
-                "sha256:8e32dced201274bf96899e6491d9ba3e9a5f6b336708656466ad0522d8528f69",
-                "sha256:8f9ea80f2e65bdaa0b7627fb00cbeb2daf163caa015e59b7516395fe3bd1e066",
-                "sha256:97c5dddd5932bd2a1a31c927ba5e1463a53b87ca96b5c9bdf5dfd6096e27efc3",
-                "sha256:a49f6ed96f83966f576b33a44257d869756df6cf1ef4934f59dd58b25e0327e5",
-                "sha256:af29a935803cc707ab2ed7791c44288a682f9c8107bc00f0eccc4f92c08d6e07",
-                "sha256:b05d43735bb2f07d689f56f7b474788a13ed8adc484a85aa65c0fd931cf9ccd2",
-                "sha256:b28d2ca4add7ac16ae8bb6632a3c86e4b9e4d52d3e34267f6e1b0c1f8d87e389",
-                "sha256:b99722ea48b7ea25e8e015e8341ae74624f72e5f21fc2abd45f3a93266de4c5d",
-                "sha256:baff393942b550823bfce952bb62270ee17504d02a1801d7fd0719534dfb9c84",
-                "sha256:c0ee987efa6737242745f347835da2cc5bb9f1b42996a4d97d5c7ff7928cb6f2",
-                "sha256:d0d2821003174de06b69e58cef2316a6622b60ee613121199cb2852a873f8cf3",
-                "sha256:e0cf28db0f24a38b2a0ca33a85a54852586e43cf6fd876365c86e0657cfe7d73",
-                "sha256:e4f5a7c49323533f9103d4dacf4e4f07078f360743dec7f7596949149efeec06",
-                "sha256:eb58ca0abd96911932f688528977858681a59d61a7ce908ffd355957f7025cfc",
-                "sha256:edaf02b82cd7639db00dbff629995ef185c8df4c3ffa71a5562a595765a06ce1",
-                "sha256:fef8c87f8abfb884dac04e97824b61299880c43f4ce675dd2cbeadd3c9b466d2"
+                "sha256:033a75ddad1463970c96a88063a1df87ccfddd526437136b6ee81ff0312ebdf6",
+                "sha256:0458839c9f873062db69a03de9a9765ae2e694352c76a16be44f93ea45c28d2b",
+                "sha256:070d10654f0cb6abd295bc96c12656f948e623ec5f9a4eab0ddb1466c000716e",
+                "sha256:09c52320c42d7f5c7748b69e9f0389266fd4f82cf34c38485c14ee976cb8cb04",
+                "sha256:0ac102ce99934b162914b1e4a6b94ca7da0f4058b6d6fd65b0cef330c0f3346f",
+                "sha256:0fb57b30f0017d4afa5fe5f5b150b8f807618819287c21cbe51130de7ccdaed2",
+                "sha256:100193bb72fbff37dbd0bf14322314fc7cbe08b7ff3137f11a34d06dc0ee6b85",
+                "sha256:14eaa373c89eaf553be73c3affb11ec6c37493b7eaaf31cf9ac5dffae700c2e0",
+                "sha256:2114a08daec64980e4b4cbdf5bee90935af66d750146b1d2feb0d3ac30613692",
+                "sha256:21e10b1dd56ce92fba3e786007322542361984f8463c6d37f6f25935a5a6ef52",
+                "sha256:2722a021a7929d21168830790202a75dbb20b468a8133c74a2c0230c72626b6c",
+                "sha256:395be70220d1189756068b3173853029a013d8c8dd5fd3d1361d505b2aa58fa7",
+                "sha256:3fe1d95944f9cf6ba77aa28b82dd6bb2a5b52f2026beb39ecf05304b8392864b",
+                "sha256:491d57fe89927fa1aafbe260f4cfa5ffa20ab9f1435025045a5315006a91b8f5",
+                "sha256:4b17d4220df99bacb63065c76b0d1126d82bbf00167d1730019d2a30d6ae01ea",
+                "sha256:4c9d8fc81d6a3b6844235e6fd175ee1d4c060163905a2becce8e74cb0d7554ce",
+                "sha256:55cc79ce4085c702ac31e49b1e69b27ef41111f22beafb9b49fea67142b696c4",
+                "sha256:5b190b935e7db569960b48840e5bef71dc513314cc4e79a1b7d14664f57fd4ff",
+                "sha256:5bd8d27d44e2c13d0c1124e6a556454f52cd3f704742985f6b09e75e163d20d2",
+                "sha256:5dff14e75cdbcf07cdaa1c7707db6017d130f0af9ac41f6ce443a93318d6c6e0",
+                "sha256:5eb0ca35d4b08e95da99a9f9c400dc9f6c21c424298a0ba876fdc69c7afacedf",
+                "sha256:63b9b6cd0333d0eb1a49de6f834e8aeaefe438df8f6372352084535ad095219e",
+                "sha256:667f950bf8b7c3a23b4199db24cb9bf7512e27e86d0e3813f015b74ec2c6e3df",
+                "sha256:6b3e71893c6687fc5e29208d518900c24ea372a862854c9888368c0b267387ab",
+                "sha256:71ba9a76c2390eca6e359be81a3e879614af3a71dfdabb96d1d7ab33da6f2364",
+                "sha256:74bb864ff7640dea310a1377d8567dc2cb7599c26a79ca852fc184cc851954ac",
+                "sha256:82add84e8a9fb12af5c2c1a3a3f1cb51849d27a580cb9e6bd66226195142be6e",
+                "sha256:837299eec3d19b7e042923448d17d95a86e43941104d33f00da7e31a0f715d3c",
+                "sha256:900f3fa3db87257510f011c292a5779eb627043dd89731b9c461cd16ef76ab3d",
+                "sha256:9f151e9fb60fbf8e52426132f473221a49362091ce7a5e72f8aa41f8e0da4f25",
+                "sha256:af0b61c1de46d0565b4b39c6417373304c1d4f5220004058bdad3061c9fa8a95",
+                "sha256:bc7136626261ac1ed988dca56cfc4ab5180f75e0ee52e58f1e6aa74b5f3eacd5",
+                "sha256:be3deeb32844c27599347faa077b359584ba96664c5c79d71a354b80a0ad0ce0",
+                "sha256:c09aa9d90f3500ea4c9b393ee96f96b0ccb27f2f350d09a47f533293c78ea776",
+                "sha256:c352c1b6d7cac452534517e022f8f7b8d139cd9f27e6fbd9f3cbd0bfd39f5bef",
+                "sha256:c64ded12dcab08afff9e805a67ff4480f5e69993310e093434b10e85dc9d43e1",
+                "sha256:cdde8414154054763b42b74fe8ce89d7f3d17a7ac5dd77204f0e142cdc9239e9",
+                "sha256:ce3a000cd28b4430426db2ca44d96636f701ed12e2b3ca1f2b1dd7abdd84b39a",
+                "sha256:f735bc41bd1c792c96bc426dece66c8723283695f02df61dcc4d0a707a42fc54",
+                "sha256:f82fcf4e5b377f819542fbc8541f7b5fbcf1c0017d0df0bc22c781bf60abc4d8"
             ],
             "markers": "python_version >= '3.10'",
-            "version": "==1.14.1"
+            "version": "==1.15.1"
         },
         "setuptools": {
             "hashes": [
-                "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6",
-                "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d"
+                "sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6",
+                "sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3"
             ],
             "markers": "python_version >= '3.9'",
-            "version": "==75.6.0"
+            "version": "==75.8.0"
         },
         "six": {
             "hashes": [
                 "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274",
                 "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"
             ],
-            "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+            "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
             "version": "==1.17.0"
         },
         "soupsieve": {
@@ -697,11 +659,11 @@
         },
         "tzdata": {
             "hashes": [
-                "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc",
-                "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd"
+                "sha256:24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694",
+                "sha256:7e127113816800496f027041c570f50bcd464a020098a3b6b199517772303639"
             ],
             "markers": "python_version >= '2'",
-            "version": "==2024.2"
+            "version": "==2025.1"
         },
         "yattag": {
             "hashes": [
diff --git a/README.md b/README.md
index 30704cb7544bbaa1f78d331271b2fca6fdfe1b0e..2af9b6d338389707638aac375362f0b43e3a6f3a 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,37 @@
 # Welcome to UNICADO Aircraft Design Repository :airplane:
+
+The aircraft design repository collect all the sizing tools and analysis tools which are needed for the conceptual aircraft design and assessment process.
+
+> &rarr; Checkout your [UNICADO website](https://unicado.io/) for more information! 
+
+## Installation
+
+### For User
+You want to use UNICADO to get familiar with the workflow and see first results? Great :fire: Then check out the [Installation Guide](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/download/installation/) and the [Cleared for Take-Off](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/download/takeoff/). It includes the prerequisites, troubleshooting hints and a standalone installer.
+
+### For Developer
+We welcome contributions! :sparkles: Please read our [developer guide](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/developer-installation/). It explains step-by-step what you need to install, how to get the source code, how to build it, how to contribute and how to create the installer.
+
+## License
+This project is licensed under the GNU General Public License, Version 3 License - see the [LICENSE](LICENSE) file for details.
+
+## Acknowledgments and Funding
+This project is a collaborative effort by 
+- RWTH Aachen, Chair and Institute of Aerospace Systems
+- TU Berlin
+    - Aircraft Design and Aerostructures
+    - Flight Mechanics, Flight Control and Aeroelasticity
+- TU Braunschweig, Chair of Overall Aircraft Design
+- TU Hamburg, Institute of Air Transportation Systems
+- TU Munich, Chair of Aircraft Design
+- University of Stuttgart, Institute of Aircraft Design
+
+including its associated partner
+- Airbus SE
+- Collins Aerospace 
+- TGM Lightweight Solutions GmbH
+
+and is funded by the Federal Ministry of Economic Affairs and Climate Action on the basis of a decision by the German Bundestag.
+
+## Contact
+For questions or support, feel free to contact us :email: **E-Mail:** [contact@unicado.io](mailto:contact@unicado.io).
diff --git a/aerodynamic_analysis/CMakeLists.txt b/aerodynamic_analysis/CMakeLists.txt
index 64fca1f84b9a2c69daae887da4b1c05b173cc4b9..cf18f9f42d279a95058e2c3e7194f3d2c9bbccd9 100644
--- a/aerodynamic_analysis/CMakeLists.txt
+++ b/aerodynamic_analysis/CMakeLists.txt
@@ -17,6 +17,7 @@ set(MODULE_SOURCES
 	src/taw/tawDefaultData.cpp
 	src/taw/tawCalculatePolarConfig.cpp
 	src/taw/tawDefaultStrategy.cpp
+    src/taw/tawCalculatePolarReport.cpp
 	src/laminarTAW/laminarTAWCalculatePolar.cpp
 	src/laminarTAW/laminarTAWConfig.cpp
 	src/laminarTAW/HLFCData.cpp
@@ -53,6 +54,7 @@ target_link_libraries(${MODULE_NAME}
         UnicadoLibs::atmosphere
         UnicadoLibs::liftingLineInterface2
 		UnicadoLibs::moduleBasics
+        Matplot++::matplot
 )
 
 # Set the location where the executable will be placed to the current source directory
@@ -69,11 +71,18 @@ add_subdirectory(LiftingLine)
 
 # Add the installation rules
 install(TARGETS ${MODULE_NAME} DESTINATION ${MODULE_NAME})
-install(FILES
+if(WIN32)
+    install(FILES
             ${MODULE_NAME}_conf.xml 
             gmp-10.dll
             mpfr-6.dll
          DESTINATION ${MODULE_NAME})
+else()
+    install(FILES
+        ${MODULE_NAME}_conf.xml 
+        DESTINATION ${MODULE_NAME})
+endif()
+
 install(
     DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/LiftingLine
     DESTINATION ${MODULE_NAME}
diff --git a/aerodynamic_analysis/aerodynamic_analysis_conf.xml b/aerodynamic_analysis/aerodynamic_analysis_conf.xml
index 6aa106b713dfe27b866a349e481db95add021d9c..35f02b7a52404c8a47263b807c59c872b2439091 100644
--- a/aerodynamic_analysis/aerodynamic_analysis_conf.xml
+++ b/aerodynamic_analysis/aerodynamic_analysis_conf.xml
@@ -1,849 +1,829 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<module_configuration_file name="wingDesign_conf.xml">
-	 <control_settings description="General control settings for this tool">
+<module_configuration_file name="aerodynamic_analysis_conf.xml">
+    <control_settings description="General control settings for this tool">
         <aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
-		</aircraft_exchange_file_name>
+            <value>CSMR-2020.xml</value>
+        </aircraft_exchange_file_name>
         <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/CSMR/CSMR-2020/</value>
-		</aircraft_exchange_file_directory>
+            <value>../projects/CSMR/CSMR-2020/</value>
+        </aircraft_exchange_file_directory>
         <own_tool_level description="Specify the tool level of this tool">
-			<value>3</value>
-		</own_tool_level>
+            <value>3</value>
+        </own_tool_level>
         <console_output description="Selector to specify the console output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
-			<value>mode_1</value>
-		</console_output>
+            <value>mode_1</value>
+        </console_output>
         <log_file_output description="Selector to specify the log file output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
-			<value>mode_1</value>
-		</log_file_output>
+            <value>mode_1</value>
+        </log_file_output>
         <plot_output description="Specify the way plotting shall be handled">
-			<enable description="Switch to enable plotting. Switch: true (On) / false (Off)">
-				<value>true</value>
-			</enable>
-			<copy_plotting_files description="Switch if plotting files shall be copied. Switch: true (On) / false (Off)">
-				<value>true</value>
-			</copy_plotting_files>
-			<delete_plotting_files_from_tool_folder description="Switch if plotting files shall be deleted from folder. Switch: true (On) / false (Off)">
-				<value>true</value>
-			</delete_plotting_files_from_tool_folder>
-		</plot_output>
+            <enable description="Switch to enable plotting. Switch: true (On) / false (Off)">
+                <value>true</value>
+            </enable>
+            <copy_plotting_files description="Switch if plotting files shall be copied. Switch: true (On) / false (Off)">
+                <value>true</value>
+            </copy_plotting_files>
+            <delete_plotting_files_from_tool_folder description="Switch if plotting files shall be deleted from folder. Switch: true (On) / false (Off)">
+                <value>true</value>
+            </delete_plotting_files_from_tool_folder>
+        </plot_output>
         <report_output description="Switch to generate an HTML report. Switch: true (On) / false (Off)">
-			<value>true</value>
-		</report_output>
+            <value>true</value>
+        </report_output>
         <tex_report description="Switch to generate a Tex report. Switch: true (On) / false (Off)">
-			<value>true</value>
-		</tex_report>
+            <value>true</value>
+        </tex_report>
         <write_info_files description="Switch to generate info files. Switch: true (On) / false (Off)">
-			<value>false</value>
-		</write_info_files>
+            <value>false</value>
+        </write_info_files>
         <log_file description="Specify the name of the log file">
-			<value>aerodynamic_analysis.log</value>
-		</log_file>
+            <value>aerodynamic_analysis.log</value>
+        </log_file>
         <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
-		</inkscape_path>
+            <value>../inkscape/</value>
+        </inkscape_path>
         <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
-		</gnuplot_path>
+            <value>../gnuplot/</value>
+        </gnuplot_path>
     </control_settings>
-	<program_settings description="programSettings">
-		<execution_mode description="Selector for execution, mode_0: Normal execution, mode_1: Only update reference values">
-			<value>mode_0</value>
-			<default>mode_0</default>
-		</execution_mode>
-        <CLModeAirfoilSelection description="Selector aircraft CL for airfoils, 0: CL at ICA, 1: CL at TOC, 2: CL avg cr">
-			<value>mode_0</value>
-			<default>mode_0</default>
-		</CLModeAirfoilSelection>	
-		<Trim>
-			<DoTrim description="Switch for calculating trimmed aircraft polars with linear interpolation">
-				<value>false</value>
-				<default>false</default>
-			</DoTrim>
-			<design_trim_MTOM_fraction description="Center of gravity in cruise flight lies between MTOM and OME. This value gives the fraction of MTOM.">
-				<value>0.45</value>
-				<default>0.45</default>
-				<unit>1</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>1</upper_boundary>
-			</design_trim_MTOM_fraction>
-			<TrimWithAdditionalCoGPositions description="Switch to do trim method only for design CG or additionally for forward and aft position">
-				<value>false</value>
-				<default>false</default>
-			</TrimWithAdditionalCoGPositions>
-			<TrimHighLift description="Switch for additionally trim the high lift polars">
-				<value>false</value>
-				<default>false</default>
-			</TrimHighLift>
-			<StabAngleGrid description="Selector stab angle gird relative to design angle, mode_0: coarse[-6;6] in 6 deg steps, mode_1: fine [-6;6] in 2 deg steps, mode_2: custom">
-				<value>mode_0</value>
-				<default>mode_0</default>
-			</StabAngleGrid>
-			<customStabAngleGrid description="custom stabilizer angles if StabAngleGrid is set to mode_2">
-				<value>-1;0;1</value>
-				<default>-1;0;1</default>
-			</customStabAngleGrid>
-		</Trim>
-		<LiftingLine description="liftingLine">
-			<FolderPath description="Path to LIFTING_LINE">
-				<value>LiftingLine/</value>
-			</FolderPath>
-			<DeleteLiftingLineFiles description="Switch for deletetion of LL folder from project folder after program execution">
-				<value>true</value>
-				<default>true</default>
-			</DeleteLiftingLineFiles>
-		</LiftingLine>
-		<AeroDatabase>
-            <FolderPath description="Path to AeroDatabase">
-				<value>aeroDatabase/</value>
-			</FolderPath>
-            <AlternativeDragComponents description="Switch to get friction and pressure drag from 2D DB and write into wing csv files">
-				<value>true</value>
-			</AlternativeDragComponents>
-        </AeroDatabase>
-        <STABTOOL>
-            <FolderPath description="Path to STABTOOL">
-				<value>STABTOOL/</value>
-			</FolderPath>
-            <DeleteOldAeroDataFiles description="Switch to delete BLI files from STABTOOL/output/aeroData before execution">
-				<value>true</value>
-				<default>true</default>
-			</DeleteOldAeroDataFiles>
-        </STABTOOL>
-		<aeroStrategySelection description="selection of strategy to use">
-			<tawStrategies>
-				<default>tawDefaultStrategy</default>
-				<value>tawDefaultStrategy</value>
-			</tawStrategies>
-			<bwbStrategies>
-				<default>bwbDefaultStrategy</default>
-				<value>bwbDefaultStrategy</value>
-			</bwbStrategies>
-		</aeroStrategySelection>
-		<FlightConditions description="Flight State">
-			<AdaptMachNumbersToCruiseReq description="Selector Mach number distrubutions, 0: List below is used, 1: Mach numbers are distributed reasonably with respect to design Mach number.">
-				<value>mode_0</value>
-			</AdaptMachNumbersToCruiseReq>
-			<PolarAttributes description="If AdaptMachNumbersToCruiseReq is on, extrapolation and grid change are set for all polars. Otherwise list below is used.">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-			</PolarAttributes>
-			<DesignAltitude description="Design height for Mach numbers M geq 0.5" Unit="ft" UseAverageCruiseAltitude="0" Default="35000">
-				<value>35000</value>
-				<unit>ft</unit>
-			</DesignAltitude>
-			<numberFlightConditions description="Number of flight conditions to be examined">
-				<value>11</value>
-				<unit>1</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>1000</upper_boundary>
-			</numberFlightConditions>
-			<FlightCondition ID="0" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.2</default>
-					<value>0.2</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<value>0</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="1" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.5</default>
-					<value>0.5</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>3048</default>
-					<value>3048</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="2" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.6</default>
-					<value>0.6</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>6096</default>
-					<value>6096</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="3" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.7</default>
-					<value>0.7</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="4" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.75</default>
-					<value>0.73</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="5" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.78</default>
-					<value>0.76</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="6" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.80</default>
-					<value>0.77</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="7" Desc="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.81</default>
-					<value>0.78</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="8" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.82</default>
-					<value>0.79</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="9" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.83</default>
-					<value>0.80</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-			<FlightCondition ID="10" description="Description of the flight condition">
-				<extrapolation_margin description="Margin for extrapolation">
-					<value>1</value>
-					<default>1</default>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1.1</upper_boundary>
-				</extrapolation_margin>
-				<allow_grid_change description="Switch to allow grid change">
-					<value>true</value>
-					<default>true</default>
-				</allow_grid_change>
-				<Mach description="Mach number">
-					<default>0.84</default>
-					<value>0.83</value>
-					<unit>1</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>1</upper_boundary>
-				</Mach>
-				<Altitude description="flight level">
-					<default>10668</default>
-					<value>10668</value>
-					<unit>m</unit>
-					<lower_boundary>0</lower_boundary>
-					<upper_boundary>42069</upper_boundary>
-				</Altitude>
-			</FlightCondition>
-		</FlightConditions>
-		<LiftingLineForTAW>
-			<stepWidthCL description="CL steps in for the polars">
-				<value>0.001</value>
-				<default>0.001</default>
-				<unit>1</unit>
-				<lower_boundary>0.0001</lower_boundary>
-				<upper_boundary>0.1</upper_boundary>
-			</stepWidthCL>
-			<PitchingMoment description="Parameters for CM correction and calibration">
-				<CM_corr_fuselage description="Selector for semi-emp. CMy-correction regarding fuselage influence (concerns CLalpha (TB), CM0 (TB), dCMdCL or CMalpha), 0: no correction, 1: Raymer, 2: Torenbeek">
-					<value>mode_1</value>
-					<default>mode_1</default>
-				</CM_corr_fuselage>
-				<CM_corr_nacelle description="Selector for semi-emp. CMy correction for nacelle influence (concerns dCMdCL or CMalpha), 0: no correction, 1: Raymer, 2: Torenbeek" Default="1">
-					<value>mode_1</value>
-					<default>mode_1</default>
-				</CM_corr_nacelle>
-				<delta_CM0 description="Optional CM0-Summand (only for calibration!)">
-					<value>0</value>
-					<default>0</default>
-					<unit>1</unit>
-					<upper_boundary>inf</upper_boundary>
-					<lower_boundary>-inf</lower_boundary>
-				</delta_CM0>
-				<delta_dCMdCL description="Optional dCMdCL summand (only for calibration!)">
-					<value>0</value>
-					<default>0</default>
-					<unit>1</unit>
-					<upper_boundary>inf</upper_boundary>
-					<lower_boundary>-inf</lower_boundary>
-				</delta_dCMdCL>
-			</PitchingMoment>
-			<InducedDragCorrection>
-				<indDragCtCorrForCalibration description="indDragCtCorrForCalibration">
-					<value>1</value>
-					<default>0.99</default>
-					<unit>1</unit>
-					<upper_boundary>inf</upper_boundary>
-					<lower_boundary>-inf</lower_boundary>
-				</indDragCtCorrForCalibration>
-				<factorIndDragCleanPolar description="factorIndDragCleanPolar">
-					<value>1.0</value>
-					<default>1.0</default>
-					<unit>1</unit>
-					<upper_boundary>inf</upper_boundary>
-					<lower_boundary>-inf</lower_boundary>
-				</factorIndDragCleanPolar>
-			</InducedDragCorrection>
-		</LiftingLineForTAW>
-		<ViscDragRaymer>
-			<ManualTransition description="Switch for manual transition location, false: No manual transition, true: Manual transition relative to chord">
-				<value>false</value>
-				<default>false</default>
-			</ManualTransition>
-			<TransitionLocationWing description="Transition lines relative to local chord of components">
-				<value>0</value>
-				<default>0</default>
-				<unit>1</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>1</upper_boundary>
-			</TransitionLocationWing>
-			<TransitionLocationStabilizer description="Transition lines relative to local chord of components">
-				<value>0</value>
-				<default>0</default>
-				<unit>1</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>1</upper_boundary>
-			</TransitionLocationStabilizer>
-			<TransitionLocationFin description="Transition lines relative to local chord of components">
-				<value>0</value>
-				<default>0</default>
-				<unit>1</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>1</upper_boundary>
-			</TransitionLocationFin>
-			<UseCalibration description="Switch for calibration">
-				<value>true</value>
-				<default>true</default>
-			</UseCalibration>
-			<CalibrationHighMa description="calibration values for Mach Numbers greater 0.5">
-				<CDSum description="description">
-					<value>0.0</value>
-					<default>0.0</default>
-					<unit>1</unit>
-					<lower_boundary>-inf</lower_boundary>
-					<upper_boundary>inf</upper_boundary>
-				</CDSum>
-				<CLFact description="description">
-					<value>0.01</value>
-					<default>0.01</default>
-					<unit>1</unit>
-					<lower_boundary>-inf</lower_boundary>
-					<upper_boundary>inf</upper_boundary>
-				</CLFact>
-				<CLExp description="description">
-					<value>4</value>
-					<default>4</default>
-					<unit>1</unit>
-					<lower_boundary>-inf</lower_boundary>
-					<upper_boundary>inf</upper_boundary>
-				</CLExp>
-			</CalibrationHighMa>
-			<CalibrationLowMa description="calibration values for Mach Numbers equal and lower 0.5">
-				<CDSum description="description">
-					<value>0.0</value>
-					<default>0.0</default>
-					<unit>1</unit>
-					<lower_boundary>-inf</lower_boundary>
-					<upper_boundary>inf</upper_boundary>
-				</CDSum>
-				<CLFact description="description">
-					<value>0.002</value>
-					<default>0.002</default>
-					<unit>1</unit>
-					<lower_boundary>-inf</lower_boundary>
-					<upper_boundary>inf</upper_boundary>
-				</CLFact>
-				<CLExp description="description">
-					<value>2</value>
-					<default>2</default>
-					<unit>1</unit>
-					<lower_boundary>-inf</lower_boundary>
-					<upper_boundary>inf</upper_boundary>
-				</CLExp>
-			</CalibrationLowMa>
-		</ViscDragRaymer>
-		<WaveDragMason>
-			<NumberWingStrips description="Number of wing strips used for the drag calculation">
-				<value>50</value>
-				<default>50</default>
-				<unit>1</unit>
-				<lower_boundary>1</lower_boundary>
-				<upper_boundary>100</upper_boundary>
-			</NumberWingStrips>
-			<Ka description="Technology factor of the wing profiles for the mason method">
-				<value>0.935</value>
-				<default>0.94</default>
-				<unit>1</unit>
-				<lower_boundary>0.87</lower_boundary>
-				<upper_boundary>0.95</upper_boundary>
-			</Ka>
-			<MaximumSegmentSweep description="Maximum allowed sweep, befor wave drag calculate returns zero">
-				<value>50</value>
-				<default>50</default>
-				<unit>deg</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>90</upper_boundary>
-			</MaximumSegmentSweep>
-			<UseCostomReferenceAngleForSweep description="Switch to enable custom position for the sweep line">
-				<value>false</value>
-				<default>fasle</default>
-			</UseCostomReferenceAngleForSweep>
-			<CustomSweepAngle description="Custom chord postition where to calculate the sweep line if enabled">
-				<value>0</value>
-				<default>0</default>
-				<unit>1</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>1</upper_boundary>
-			</CustomSweepAngle>
-			<UseCalibration description="Switch to enable calibration method">
-				<value>true</value>
-				<default>true</default>
-			</UseCalibration>
-			<CLFact description="CLFact">
-				<value>1</value>
-				<default>1</default>
-				<unit>1</unit>
-				<lower_boundary>-inf</lower_boundary>
-				<upper_boundary>inf</upper_boundary>				
-			</CLFact>
-			<CLExp description="CLExp">
-				<value>8</value>
-				<default>8</default>
-				<unit>1</unit>
-				<lower_boundary>-inf</lower_boundary>
-				<upper_boundary>inf</upper_boundary>				
-			</CLExp>
-			<DoDragCountCorrection description="Switch for flat correction of wave wing drag in drag counts">
-				<value>false</value>
-				<default>false</default>
-			</DoDragCountCorrection>
-			<deltaWaveDragWing description="corrections in drag counts">
-				<value>0</value>
-				<default>0</default>
-				<unit>1</unit>
-				<lower_boundary>-inf</lower_boundary>
-				<upper_boundary>inf</upper_boundary>	
-			</deltaWaveDragWing>
-		</WaveDragMason>
-		<SemiEmpiricalHighLiftAdaptions description="SemiEmpiricalHighLiftAdaptions">
-			<deltaTotalDrag description="Reduction of the total high lift drag in drag counts">
-				<value>0.0</value>
-				<default>0.0</default>
-				<unit>1</unit>
-				<lower_boundary>-1000</lower_boundary>
-				<upper_boundary>1000</upper_boundary>	
-			</deltaTotalDrag>
-            <factorDrag description="Rel. factor for percentage change of total drag">
-				<value>1.0</value>
-				<default>1.0</default>
-				<unit>1</unit>
-				<lower_boundary>-1000</lower_boundary>
-				<upper_boundary>1000</upper_boundary>	
-			</factorDrag>
-			<do_individual_hl_calibration description="Switch to individually calibrate the high lift polars">
-				<value>false</value>
-				<default>false</default>
-			</do_individual_hl_calibration>
-			<apply_manual_CLmax_hl_values description="Switch if manual values for max CL from hl_polars_correction_values/hl_polar/CL_max should be used. Switch: true (on: Manual preset CL is used; if value=0, CLmax calculated from method is used) / false (off: CLmax calculated from method is used)">
-				<value>false</value>
-				<default>false</default>
-			</apply_manual_CLmax_hl_values>
-			<hl_polars_correction_values description="High-lift polar calibration factors for lift and drag.">
-				<hl_polar ID="0" description="A high lift polar">
-					<configuration description="A configuration">
-						<value>takeoff</value>
-					</configuration>
-					<CL_max description="CL_max">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</CL_max>
-					<delta_CD description="delta_CD">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</delta_CD>
-					<factor_CD description="factor_CD">
-						<value>1</value>
-						<default>1</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</factor_CD>
-				</hl_polar>
-				<hl_polar ID="1" description="A high lift polar">
-					<configuration description="A configuration">
-						<value>takeoff_landing_gear_retracted</value>
-					</configuration>
-					<CL_max description="CL_max">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</CL_max>
-					<delta_CD description="delta_CD">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</delta_CD>
-					<factor_CD description="factor_CD">
-						<value>1</value>
-						<default>1</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</factor_CD>
-				</hl_polar>
-				<hl_polar ID="2" description="A high lift polar">
-					<configuration description="A configuration">
-						<value>climb</value>
-					</configuration>
-					<CL_max description="CL_max">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</CL_max>
-					<delta_CD description="delta_CD">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</delta_CD>
-					<factor_CD description="factor_CD">
-						<value>1</value>
-						<default>1</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</factor_CD>
-				</hl_polar>
-				<hl_polar ID="3" description="A high lift polar">
-					<configuration description="A configuration">
-						<value>approach</value>
-					</configuration>
-					<CL_max description="CL_max">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</CL_max>
-					<delta_CD description="delta_CD">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</delta_CD>
-					<factor_CD description="factor_CD">
-						<value>1</value>
-						<default>1</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</factor_CD>
-				</hl_polar>
-				<hl_polar ID="4" description="A high lift polar">
-					<configuration description="A configuration">
-						<value>approach_landing_gear_out</value>
-					</configuration>
-					<CL_max description="CL_max">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</CL_max>
-					<delta_CD description="delta_CD">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</delta_CD>
-					<factor_CD description="factor_CD">
-						<value>1</value>
-						<default>1</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</factor_CD>
-				</hl_polar>
-				<hl_polar ID="5" description="A high lift polar">
-					<configuration description="A configuration">
-						<value>landing</value>
-					</configuration>
-					<CL_max description="CL_max">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</CL_max>
-					<delta_CD description="delta_CD">
-						<value>0</value>
-						<default>0</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</delta_CD>
-					<factor_CD description="factor_CD">
-						<value>1</value>
-						<default>1</default>
-						<unit>1</unit>
-						<lower_boundary>-inf</lower_boundary>
-						<upper_boundary>inf</upper_boundary>
-					</factor_CD>
-				</hl_polar>	
-			</hl_polars_correction_values>
-		</SemiEmpiricalHighLiftAdaptions>
-		<DragCorrection description="drag correction">
-			<factorDragCleanPolars description="factor drag clean polars">
-				<value>0.92</value>
-				<default>1</default>
-				<unit>1</unit>
-				<lower_boundary>0.5</lower_boundary>
-				<upper_boundary>1.5</upper_boundary>
-			</factorDragCleanPolars>
-			<factorDragHighliftPolar description="factor drag high lift polars">
-				<value>1.3</value>
-				<default>1</default>
-				<unit>1</unit>
-				<lower_boundary>0.5</lower_boundary>
-				<upper_boundary>1.5</upper_boundary>
-			</factorDragHighliftPolar>
-			<deltaTotalDragCleanPolars description="Reduction of the total high lift drag in drag counts">
-				<value>0</value>
-				<default>0</default>
-				<unit>1</unit>
-				<lower_boundary>-60</lower_boundary>
-				<upper_boundary>60</upper_boundary>
-			</deltaTotalDragCleanPolars>
-			<deltaTotalDragHighLift description="Reduction of the total high lift drag in drag counts">
-				<value>0</value>
-				<default>0</default>
-				<unit>1</unit>
-				<lower_boundary>-60</lower_boundary>
-				<upper_boundary>60</upper_boundary>
-			</deltaTotalDragHighLift>
-		</DragCorrection>
-	</program_settings>
+    <program_settings description="Program specific settings">
+        <execution_mode description="Selector for execution mode; Selector: mode_0 (Normal execution) / mode_1 (Only update reference values)">
+            <value>mode_0</value>
+            <default>mode_0</default>
+        </execution_mode>
+        <CLModeAirfoilSelection description="Selector aircraft CL for airfoils; Selector: mode_0 (CL at ICA) / mode_1 (CL at TOC) / mode_2 (CL avg cr)">
+            <value>mode_0</value>
+            <default>mode_0</default>
+        </CLModeAirfoilSelection>
+        <Trim>
+            <DoTrim description="Switch for calculating trimmed aircraft polars with linear interpolation; Switch: True(Calculate trimmed polar) / False(Calculate only untrimmed polar with current stabilizer angle)">
+                <value>true</value>
+                <default>true</default>
+            </DoTrim>
+            <design_trim_MTOM_fraction description="Center of gravity in cruise flight lies between MTOM and OME. This value gives the fraction of MTOM.">
+                <value>0.45</value>
+                <default>0.45</default>
+                <unit>1</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>1</upper_boundary>
+            </design_trim_MTOM_fraction>
+            <TrimWithAdditionalCoGPositions description="Switch to do trim method only for design CG or additionally for forward and aft position; Switch: True(Trim for design, forward, and aft CG) / False (Trim only for design CG)">
+                <value>false</value>
+                <default>false</default>
+            </TrimWithAdditionalCoGPositions>
+            <TrimHighLift description="Switch for additionally trim the high lift polars; Switch: True(Trim also for highlift polars activated) / False (Only trim for clean polars)">
+                <value>false</value>
+                <default>false</default>
+            </TrimHighLift>
+            <StabAngleGrid description="Selector stab angle gird relative to design angle; Selector: mode_0 (coarse[-6;6] in 6 deg steps) / mode_1 (fine [-6;6] in 2 deg steps) / mode_2 (custom setting defined in element customStabAngleGrid)">
+                <value>mode_0</value>
+                <default>mode_0</default>
+            </StabAngleGrid>
+            <customStabAngleGrid description="custom stabilizer angles if StabAngleGrid is set to mode_2; define stabilizer angles separated with semicolon">
+                <value>-1;0;1</value>
+                <default>-1;0;1</default>
+            </customStabAngleGrid>
+        </Trim>
+        <LiftingLine description="liftingLine">
+            <FolderPath description="Path to LIFTING_LINE">
+                <value>LiftingLine/</value>
+            </FolderPath>
+            <DeleteLiftingLineFiles description="Switch for deletetion of LL folder from project folder after program execution; Switch: True (LILI files are deleted after execution) / False (LILI files are kept)">
+                <value>true</value>
+                <default>true</default>
+            </DeleteLiftingLineFiles>
+        </LiftingLine>
+        <aeroStrategySelection description="selection of strategy to use">
+            <tawStrategies>
+                <default>tawDefaultStrategy</default>
+                <value>tawDefaultStrategy</value>
+            </tawStrategies>
+            <bwbStrategies>
+                <default>bwbDefaultStrategy</default>
+                <value>bwbDefaultStrategy</value>
+            </bwbStrategies>
+        </aeroStrategySelection>
+        <FlightConditions description="Flight State">
+            <FlightCondition ID="0" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.2</default>
+                    <value>0.2</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <value>0</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="1" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.5</default>
+                    <value>0.5</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>3048</default>
+                    <value>3048</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="2" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.6</default>
+                    <value>0.6</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>6096</default>
+                    <value>6096</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="3" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.7</default>
+                    <value>0.7</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="4" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.73</default>
+                    <value>0.73</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="5" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.76</default>
+                    <value>0.76</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="6" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.77</default>
+                    <value>0.77</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="7" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.78</default>
+                    <value>0.78</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="8" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.79</default>
+                    <value>0.79</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="9" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.80</default>
+                    <value>0.80</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+            <FlightCondition ID="10" description="Description of the flight condition">
+                <extrapolation_margin description="Margin for extrapolation">
+                    <value>1</value>
+                    <default>1</default>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1.1</upper_boundary>
+                </extrapolation_margin>
+                <allow_grid_change description="Switch to allow grid change. Switch: true (On) / false (Off)">
+                    <value>true</value>
+                    <default>true</default>
+                </allow_grid_change>
+                <Mach description="Mach number">
+                    <default>0.83</default>
+                    <value>0.83</value>
+                    <unit>1</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>1</upper_boundary>
+                </Mach>
+                <Altitude description="flight level">
+                    <default>10668</default>
+                    <value>10668</value>
+                    <unit>m</unit>
+                    <lower_boundary>0</lower_boundary>
+                    <upper_boundary>42069</upper_boundary>
+                </Altitude>
+            </FlightCondition>
+        </FlightConditions>
+        <LiftingLineForTAW>
+            <stepWidthCL description="CL steps in for the polars">
+                <value>0.001</value>
+                <default>0.001</default>
+                <unit>1</unit>
+                <lower_boundary>0.0001</lower_boundary>
+                <upper_boundary>0.1</upper_boundary>
+            </stepWidthCL>
+            <PitchingMoment description="Parameters for CM correction and calibration">
+                <CM_corr_fuselage description="Selector for semi-emp. CMy-correction regarding fuselage influence (concerns CLalpha (TB), CM0 (TB), dCMdCL or CMalpha); Selector: mode_0 (no correction) / mode_1 (Raymer) / mode_2 (Torenbeek)">
+                    <value>mode_1</value>
+                    <default>mode_1</default>
+                </CM_corr_fuselage>
+                <CM_corr_nacelle description="Selector for semi-emp. CMy correction for nacelle influence (concerns dCMdCL or CMalpha); Selector: mode_0 (no correction) / mode_1 (Raymer) / mode_2 (Torenbeek)">
+                    <value>mode_1</value>
+                    <default>mode_1</default>
+                </CM_corr_nacelle>
+                <delta_CM0 description="Optional CM0-Summand (only for calibration!)">
+                    <value>0</value>
+                    <default>0</default>
+                    <unit>1</unit>
+                    <upper_boundary>inf</upper_boundary>
+                    <lower_boundary>-inf</lower_boundary>
+                </delta_CM0>
+                <delta_dCMdCL description="Optional dCMdCL summand (only for calibration!)">
+                    <value>0</value>
+                    <default>0</default>
+                    <unit>1</unit>
+                    <upper_boundary>inf</upper_boundary>
+                    <lower_boundary>-inf</lower_boundary>
+                </delta_dCMdCL>
+            </PitchingMoment>
+            <InducedDragCorrection>
+                <indDragCtCorrForCalibration description="indDragCtCorrForCalibration">
+                    <value>0</value>
+                    <default>0</default>
+                    <unit>1</unit>
+                    <upper_boundary>inf</upper_boundary>
+                    <lower_boundary>-inf</lower_boundary>
+                </indDragCtCorrForCalibration>
+                <factorIndDragCleanPolar description="factorIndDragCleanPolar">
+                    <value>1.0</value>
+                    <default>1.0</default>
+                    <unit>1</unit>
+                    <upper_boundary>inf</upper_boundary>
+                    <lower_boundary>-inf</lower_boundary>
+                </factorIndDragCleanPolar>
+            </InducedDragCorrection>
+        </LiftingLineForTAW>
+        <ViscDragRaymer>
+            <ManualTransition description="Switch for manual transition location, false: No manual transition, true: Manual transition relative to chord">
+                <value>false</value>
+                <default>false</default>
+            </ManualTransition>
+            <TransitionLocationWing description="Transition lines relative to local chord of components">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>1</upper_boundary>
+            </TransitionLocationWing>
+            <TransitionLocationStabilizer description="Transition lines relative to local chord of components">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>1</upper_boundary>
+            </TransitionLocationStabilizer>
+            <TransitionLocationFin description="Transition lines relative to local chord of components">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>1</upper_boundary>
+            </TransitionLocationFin>
+            <UseCalibration description="Switch for calibration">
+                <value>true</value>
+                <default>true</default>
+            </UseCalibration>
+            <CalibrationHighMa description="calibration values for Mach Numbers greater 0.5">
+                <CDSum description="description">
+                    <value>0.0</value>
+                    <default>0.0</default>
+                    <unit>1</unit>
+                    <lower_boundary>-inf</lower_boundary>
+                    <upper_boundary>inf</upper_boundary>
+                </CDSum>
+                <CLFact description="description">
+                    <value>0.01</value>
+                    <default>0.01</default>
+                    <unit>1</unit>
+                    <lower_boundary>-inf</lower_boundary>
+                    <upper_boundary>inf</upper_boundary>
+                </CLFact>
+                <CLExp description="description">
+                    <value>4</value>
+                    <default>4</default>
+                    <unit>1</unit>
+                    <lower_boundary>-inf</lower_boundary>
+                    <upper_boundary>inf</upper_boundary>
+                </CLExp>
+            </CalibrationHighMa>
+            <CalibrationLowMa description="calibration values for Mach Numbers equal and lower 0.5">
+                <CDSum description="description">
+                    <value>0.0</value>
+                    <default>0.0</default>
+                    <unit>1</unit>
+                    <lower_boundary>-inf</lower_boundary>
+                    <upper_boundary>inf</upper_boundary>
+                </CDSum>
+                <CLFact description="description">
+                    <value>0.002</value>
+                    <default>0.002</default>
+                    <unit>1</unit>
+                    <lower_boundary>-inf</lower_boundary>
+                    <upper_boundary>inf</upper_boundary>
+                </CLFact>
+                <CLExp description="description">
+                    <value>2</value>
+                    <default>2</default>
+                    <unit>1</unit>
+                    <lower_boundary>-inf</lower_boundary>
+                    <upper_boundary>inf</upper_boundary>
+                </CLExp>
+            </CalibrationLowMa>
+            <DoDragCountCorrection description="Switch for flat correction of viscous drag">
+                <value>true</value>
+                <default>true</default>
+            </DoDragCountCorrection>
+            <DeltaViscousDragWing description="corrections of viscous wing drag in drag counts">
+                <value>-12</value>
+                <default>-12</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaViscousDragWing>
+            <DeltaViscousDragFuselage description="corrections of viscous fuselage drag in drag counts">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaViscousDragFuselage>
+            <DeltaViscousDragHTP description="corrections of viscous horizontal tailplane drag in drag counts">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaViscousDragHTP>
+            <DeltaViscousDragVTP description="corrections of viscous vertical tailplane drag in drag counts">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaViscousDragVTP>
+            <DeltaViscousDragNacelles description="corrections of viscous nacelle drag in drag counts">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaViscousDragNacelles>
+            <DeltaViscousDragMisc description="corrections of viscous miscellaneous drag in drag counts">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaViscousDragMisc>
+        </ViscDragRaymer>
+        <WaveDragMason>
+            <NumberWingStrips description="Number of wing strips used for the drag calculation">
+                <value>11</value>
+                <default>11</default>
+                <unit>1</unit>
+                <lower_boundary>1</lower_boundary>
+                <upper_boundary>100</upper_boundary>
+            </NumberWingStrips>
+            <Ka description="Technology factor of the wing profiles for the mason method">
+                <value>0.935</value>
+                <default>0.94</default>
+                <unit>1</unit>
+                <lower_boundary>0.87</lower_boundary>
+                <upper_boundary>0.95</upper_boundary>
+            </Ka>
+            <MaximumSegmentSweep description="Maximum allowed sweep, befor wave drag calculate returns zero">
+                <value>50</value>
+                <default>50</default>
+                <unit>deg</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>90</upper_boundary>
+            </MaximumSegmentSweep>
+            <UseCostomReferenceAngleForSweep description="Switch to enable custom position for the sweep line">
+                <value>true</value>
+                <default>true</default>
+            </UseCostomReferenceAngleForSweep>
+            <CustomSweepAngle description="Custom chord postition where to calculate the sweep line if enabled">
+                <value>0.25</value>
+                <default>0.25</default>
+                <unit>1</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>1</upper_boundary>
+            </CustomSweepAngle>
+            <UseCalibration description="Switch to enable calibration method">
+                <value>true</value>
+                <default>true</default>
+            </UseCalibration>
+            <CLFact description="CLFact">
+                <value>1</value>
+                <default>1</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>                
+            </CLFact>
+            <CLExp description="CLExp">
+                <value>8</value>
+                <default>8</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>                
+            </CLExp>
+            <DoDragCountCorrection description="Switch for flat correction of wave wing drag in drag counts">
+                <value>false</value>
+                <default>false</default>
+            </DoDragCountCorrection>
+            <DeltaWaveDragWing description="corrections in drag counts for the wing">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaWaveDragWing>
+            <DeltaWaveDragStabilizer description="corrections in drag counts for the stabilizer">
+                <value>0</value>
+                <default>0</default>
+                <unit>1</unit>
+                <lower_boundary>-inf</lower_boundary>
+                <upper_boundary>inf</upper_boundary>    
+            </DeltaWaveDragStabilizer>
+        </WaveDragMason>
+        <SemiEmpiricalHighLiftAdaptions description="SemiEmpiricalHighLiftAdaptions">
+            <deltaTotalDrag description="Correction of the total high lift drag in drag counts">
+                <value>0.0</value>
+                <default>0.0</default>
+                <unit>1</unit>
+                <lower_boundary>-1000</lower_boundary>
+                <upper_boundary>1000</upper_boundary>    
+            </deltaTotalDrag>
+            <factorDrag description="Relative factor for percentage change of total drag">
+                <value>1.0</value>
+                <default>1.0</default>
+                <unit>1</unit>
+                <lower_boundary>-1000</lower_boundary>
+                <upper_boundary>1000</upper_boundary>    
+            </factorDrag>
+            <do_individual_hl_calibration description="Switch to individually calibrate the high lift polars">
+                <value>true</value>
+                <default>true</default>
+            </do_individual_hl_calibration>
+            <apply_manual_CLmax_hl_values description="Switch if manual values for max CL from hl_polars_correction_values/hl_polar/CL_max should be used. Switch: true (on: Manual preset CL is used; if value=0, CLmax calculated from method is used) / false (off: CLmax calculated from method is used)">
+                <value>false</value>
+                <default>false</default>
+            </apply_manual_CLmax_hl_values>
+            <hl_polars_correction_values description="High-lift polar calibration factors for lift and drag.">
+                <hl_polar ID="0" description="A high lift polar">
+                    <configuration description="A configuration">
+                        <value>takeoff</value>
+                    </configuration>
+                    <CL_max description="Preset absolute value for CL_max of high lift configuration">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </CL_max>
+                    <delta_CD description="Correction of the high lift configuration drag in drag counts">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </delta_CD>
+                    <factor_CD description="Relative factor for percentage change of the high lift configuration drag">
+                        <value>1</value>
+                        <default>1</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </factor_CD>
+                </hl_polar>
+                <hl_polar ID="1" description="A high lift polar">
+                    <configuration description="A configuration">
+                        <value>takeoff_landing_gear_retracted</value>
+                    </configuration>
+                    <CL_max description="Preset absolute value for CL_max of high lift configuration">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </CL_max>
+                    <delta_CD description="Correction of the high lift configuration drag in drag counts">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </delta_CD>
+                    <factor_CD description="Relative factor for percentage change of the high lift configuration drag">
+                        <value>1</value>
+                        <default>1</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </factor_CD>
+                </hl_polar>
+                <hl_polar ID="2" description="A high lift polar">
+                    <configuration description="A configuration">
+                        <value>climb</value>
+                    </configuration>
+                    <CL_max description="Preset absolute value for CL_max of high lift configuration">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </CL_max>
+                    <delta_CD description="Correction of the high lift configuration drag in drag counts">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </delta_CD>
+                    <factor_CD description="Relative factor for percentage change of the high lift configuration drag">
+                        <value>1</value>
+                        <default>1</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </factor_CD>
+                </hl_polar>
+                <hl_polar ID="3" description="A high lift polar">
+                    <configuration description="A configuration">
+                        <value>approach</value>
+                    </configuration>
+                    <CL_max description="Preset absolute value for CL_max of high lift configuration">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </CL_max>
+                    <delta_CD description="Correction of the high lift configuration drag in drag counts">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </delta_CD>
+                    <factor_CD description="Relative factor for percentage change of the high lift configuration drag">
+                        <value>1</value>
+                        <default>1</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </factor_CD>
+                </hl_polar>
+                <hl_polar ID="4" description="A high lift polar">
+                    <configuration description="A configuration">
+                        <value>approach_landing_gear_out</value>
+                    </configuration>
+                    <CL_max description="Preset absolute value for CL_max of high lift configuration">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </CL_max>
+                    <delta_CD description="Correction of the high lift configuration drag in drag counts">
+                        <value>20</value>
+                        <default>20</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </delta_CD>
+                    <factor_CD description="Relative factor for percentage change of the high lift configuration drag">
+                        <value>1</value>
+                        <default>1</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </factor_CD>
+                </hl_polar>
+                <hl_polar ID="5" description="A high lift polar">
+                    <configuration description="A configuration">
+                        <value>landing</value>
+                    </configuration>
+                    <CL_max description="Preset absolute value for CL_max of high lift configuration">
+                        <value>0</value>
+                        <default>0</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </CL_max>
+                    <delta_CD description="Correction of the high lift configuration drag in drag counts">
+                        <value>40</value>
+                        <default>40</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </delta_CD>
+                    <factor_CD description="Relative factor for percentage change of the high lift configuration drag">
+                        <value>1</value>
+                        <default>1</default>
+                        <unit>1</unit>
+                        <lower_boundary>-inf</lower_boundary>
+                        <upper_boundary>inf</upper_boundary>
+                    </factor_CD>
+                </hl_polar>    
+            </hl_polars_correction_values>
+        </SemiEmpiricalHighLiftAdaptions>
+    </program_settings>
 </module_configuration_file>
\ No newline at end of file
diff --git a/aerodynamic_analysis/src/bwb/bwbCalculatePolar.cpp b/aerodynamic_analysis/src/bwb/bwbCalculatePolar.cpp
index ea4c01a3599c043e4fd849658236a4546b249175..53413de198281900ff38cce0266a0e3c32ef0560 100644
--- a/aerodynamic_analysis/src/bwb/bwbCalculatePolar.cpp
+++ b/aerodynamic_analysis/src/bwb/bwbCalculatePolar.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "bwbCalculatePolar.h"
 
diff --git a/aerodynamic_analysis/src/bwb/bwbCalculatePolar.h b/aerodynamic_analysis/src/bwb/bwbCalculatePolar.h
index 2917183194cc29d50061256d0caa5756791a4a9d..57c4c5ceb212402b7cfdec533bc2c3373adcb327 100644
--- a/aerodynamic_analysis/src/bwb/bwbCalculatePolar.h
+++ b/aerodynamic_analysis/src/bwb/bwbCalculatePolar.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_BWB_BWBCALCULATEPOLAR_H_
 #define CALCULATEPOLAR_SRC_BWB_BWBCALCULATEPOLAR_H_
diff --git a/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.cpp b/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.cpp
index d76b9e87b44200d0f7cad877e15d7e3fddb99ed2..216fa992ddf9957d10d2a652c654434cc5ee8bed 100644
--- a/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.cpp
+++ b/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "bwbCalculatePolarConfig.h"
 
@@ -42,9 +47,6 @@ bwbCalculatePolarConfig::bwbCalculatePolarConfig(const node& config)
     stepWidthCL(EndnodeReadOnly<double>("LiftingLineForTAW/stepWidthCL")),
     // other settings
     setFlightConditionsMode(EndnodeReadOnly<std::string>("program_settings/FlightConditions/AdaptMachNumbersToCruiseReq")),
-    extrapolationMargin(EndnodeReadOnly<double>("program_settings/FlightConditions/PolarAttributes/extrapolation_margin")),
-    allowGrideChange(EndnodeReadOnly<bool>("program_settings/FlightConditions/PolarAttributes/allow_grid_change")),
-    numberFlightConditions(EndnodeReadOnly<int>("program_settings/FlightConditions/numberFlightConditions")),
     // lifting line for TAW pitching moment corrections
     delta_CM0(EndnodeReadOnly<double>("LiftingLineForTAW/PitchingMoment/delta_CM0")),
     delta_dCMdCL(EndnodeReadOnly<double>("LiftingLineForTAW/PitchingMoment/delta_dCMdCL")),
@@ -79,9 +81,6 @@ bwbCalculatePolarConfig::bwbCalculatePolarConfig(const node& config)
     CLModeAirfoilSelection.read(config);
     stepWidthCL.read(config);
     setFlightConditionsMode.read(config);
-    extrapolationMargin.read(config);
-    allowGrideChange.read(config);
-    numberFlightConditions.read(config);
     pathToLiftingLine.read(config);
     manualTransition.read(config);
     manualTransitionWing.read(config);
@@ -113,7 +112,8 @@ bwbCalculatePolarConfig::bwbCalculatePolarConfig(const node& config)
     myRuntimeInfo->out << "config: " << liftingLineFolderPath << endl;
     if (setFlightConditionsMode.value() == "mode_0") {
         myRuntimeInfo->info << "set flight conditions from config xml" << endl;
-        for (size_t i(0); i < numberFlightConditions.value(); i++) {
+        size_t numberFlightConditions(config.getVector(("program_settings/FlightConditions/FlightCondition"), 2).size());
+        for (size_t i(0); i < numberFlightConditions; i++) {
             readflightConditions(config, i);
         }
     } else if (setFlightConditionsMode.value() == "mode_1") {
diff --git a/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.h b/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.h
index 6e255afe1710a8e1a2cddcae7aa124a046b28e29..1f9983ca1e7f1dbeb1ba161c3d3ccfe0d7b6963e 100644
--- a/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.h
+++ b/aerodynamic_analysis/src/bwb/bwbCalculatePolarConfig.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_BWB_BWBCALCULATEPOLARCONFIG_H_
 #define CALCULATEPOLAR_SRC_BWB_BWBCALCULATEPOLARCONFIG_H_
@@ -39,9 +44,6 @@ class bwbCalculatePolarConfig{
     EndnodeReadOnly<double> stepWidthCL;
     // fligt condition parameters
     EndnodeReadOnly<std::string> setFlightConditionsMode;
-    EndnodeReadOnly<double> extrapolationMargin;
-    EndnodeReadOnly<bool> allowGrideChange;
-    EndnodeReadOnly<int> numberFlightConditions;
     // lifting line pitching moment parameters
     EndnodeReadOnly<double> delta_CM0;
     EndnodeReadOnly<double> delta_dCMdCL;
@@ -60,6 +62,11 @@ class bwbCalculatePolarConfig{
     EndnodeReadOnly<double> CDvisc_CDsum_lowMa;
     EndnodeReadOnly<double> CDvisc_CLfact_lowMa;
     EndnodeReadOnly<double> CDvisc_CLexp_lowMa;
+    EndnodeReadOnly<bool> doViscousDragRaymerDragCountCorrection;
+    EndnodeReadOnly<double> deltaViscousDragCountWing;
+    EndnodeReadOnly<double> deltaViscousDragCountVTP;
+    EndnodeReadOnly<double> deltaViscousDragCountNacelles;
+    EndnodeReadOnly<double> deltaViscousDragCountMisc;
     // wave drag mason
     EndnodeReadOnly<bool> useCostomReferenceAngleForSweep;
     EndnodeReadOnly<bool> doWaveDragMasonCalibration;
diff --git a/aerodynamic_analysis/src/bwb/bwbDefaultData.cpp b/aerodynamic_analysis/src/bwb/bwbDefaultData.cpp
index 32dbb82d8c61e9e4f146cb22d83ad545c6d88f59..60b627c790e8575695f073dc3d19a642630c6114 100644
--- a/aerodynamic_analysis/src/bwb/bwbDefaultData.cpp
+++ b/aerodynamic_analysis/src/bwb/bwbDefaultData.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "bwbDefaultData.h"
 
@@ -32,6 +37,7 @@ using std::endl;
 bwbDefaultData::bwbDefaultData(const std::shared_ptr<RuntimeIO>& rtIO)
     :
     rtIO_(rtIO),
+    delta_isa(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/delta_ISA").read(rtIO->acxml).value()),
     engineType(EndnodeReadOnly<std::string>("type").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/propulsor")).value()),
     initialCruiseMachNumber(EndnodeReadOnly<double>("initial_cruise_mach_number").read(
         rtIO->acxml.at("requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission")).value()),
diff --git a/aerodynamic_analysis/src/bwb/bwbDefaultData.h b/aerodynamic_analysis/src/bwb/bwbDefaultData.h
index 7aeb6a92f6bde221334940ac6d36759788c36d39..67e9081bcfeb10f90738a24e9d673b7342b3d435 100644
--- a/aerodynamic_analysis/src/bwb/bwbDefaultData.h
+++ b/aerodynamic_analysis/src/bwb/bwbDefaultData.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_BWB_BWBDEFAULTDATA_H_
 #define CALCULATEPOLAR_SRC_BWB_BWBDEFAULTDATA_H_
@@ -41,8 +46,9 @@ class bwbDefaultData {
     /** \brief Virtual destructor of aircraft class
      */
     virtual ~bwbDefaultData() {}
-    double initialCruiseMachNumber;
-    std::string engineType;
+    std::string engineType;         /**< Information about the propulsor type (e.g. fan) [-] */
+    double delta_isa;               /**< temperature delta to ISA Standard Atmosphere [K] */
+    double initialCruiseMachNumber; /**< Mach number flown in initial cruise phase at initial cruise altitude [-] */
     /* !!! WARNING: All EndnodeReadOnly Values are converted automatically to SI-Units/RADIAN when read in */
     Endnode<double> bestCruiseCL;
     Endnode<double>designCoGX;
diff --git a/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.cpp b/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.cpp
index 772bb406289eb01e51cc61158c1dfcce480a1c91..2d03ca0fcf1d086b1160b095d7517b92ce7219aa 100644
--- a/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.cpp
+++ b/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "bwbDefaultStrategy.h"
 
@@ -109,6 +114,7 @@ void bwbDefaultStrategy::runAeroCalculations(const Point CoGPosition) {
 }
 
 void bwbDefaultStrategy::initializeLiLiPolar(LiLiPolarInitialization *myLiLiPolarInit) {
+    myLiLiPolarInit->the_delta_isa = data_->delta_isa;
     myLiLiPolarInit->CLModeAirfoilSelection = config_->CLModeAirfoilSelection.value();
     myLiLiPolarInit->stepWidthCL = config_->stepWidthCL.value();
     myLiLiPolarInit->delta_CM0 = config_->delta_CM0.value();
@@ -150,7 +156,12 @@ void bwbDefaultStrategy::initializeViscDragRaymer(viscDragRaymerInitialization *
     myViscDragInit->CDvisc_CDsum_lowMa = config_->CDvisc_CDsum_lowMa.value();
     myViscDragInit->CDvisc_CLexp_lowMa = config_->CDvisc_CLexp_lowMa.value();
     myViscDragInit->CDvisc_CLfact_lowMa = config_->CDvisc_CLfact_lowMa.value();
-    // calculate parameters that remain static over all polars
+    // initialize drag count corrections
+    myViscDragInit->doViscDragCtCorrForCalibration = config_->doViscousDragRaymerDragCountCorrection.value();
+    myViscDragInit->viscDragCtCorrForCalibrationWing = config_->deltaViscousDragCountWing.value();
+    myViscDragInit->viscDragCtCorrForCalibrationVTP = config_->deltaViscousDragCountVTP.value();
+    myViscDragInit->viscDragCtCorrForCalibrationNacelles = config_->deltaViscousDragCountNacelles.value();
+    myViscDragInit->viscDragCtCorrForCalibrationMisc = config_->deltaViscousDragCountMisc.value();
 }
 
 void bwbDefaultStrategy::initializeWaveDragMason(waveDragInitialization *myWaveDragInit) {
@@ -160,9 +171,8 @@ void bwbDefaultStrategy::initializeWaveDragMason(waveDragInitialization *myWaveD
     myWaveDragInit->factorKa = config_->Ka.value();
     myWaveDragInit->initialMachCruise = data_->initialCruiseMachNumber;
     myWaveDragInit->numberOfSegments = config_->numberWingStrips.value();
-    myWaveDragInit->waveDragCtCorrForCalibration = config_->deltaWaveDragCountWing.value();
+    myWaveDragInit->waveDragCtCorrForCalibrationWing = config_->deltaWaveDragCountWing.value();
     myWaveDragInit->maxAllowedSweep = convertUnit(RADIAN, DEGREE, config_->maximumSegmentSweep.value());
-    myWaveDragInit->wFuselage = {0};
     myWaveDragInit->liftingSurfaces = liftingSurfaces;
 }
 
@@ -222,7 +232,26 @@ void bwbDefaultStrategy::calculateWaveDragMason(waveDragMason *myWaveDragMason)
                                             = myWaveDragMason->calculateWaveDrag(currentPolarSet.cleanPolars.at(polarID).Points.at(pointID),
                                                                                 currentPolarSet.cleanPolars.at(polarID).MachNumber,
                                                                                 0, 0, currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).yStations,
-                                                                                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).Cl_distr, true);
+                                                                                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).Cl_distr);
+        }
+        //calibration of wing wave drag if calibration is active
+        if (myWaveDragMason->doWaveDragMasonCalibration && currentPolarSet.cleanPolars.at(polarID).PointsWing.back().CD_wave > 0) { // check if polar has wave drag
+            for (size_t pointID(0); pointID < currentPolarSet.cleanPolars.at(polarID).Points.size(); ++pointID) {
+                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave += myWaveDragMason->calculateWaveDragCorrectionByCalibration(
+                    currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave, currentPolarSet.cleanPolars.at(polarID).Points.at(pointID),
+                    currentPolarSet.cleanPolars.at(polarID).MachNumber);
+            }
+        }
+        //correction of wing wave drag and summation to total drag
+        for (size_t pointID(0); pointID < currentPolarSet.cleanPolars.at(polarID).Points.size(); ++pointID) {
+            //wing
+            currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave +=
+                myWaveDragMason->calculateWaveDragCorrectionByDragCounts(myWaveDragMason->waveDragCtCorrForCalibrationWing);
+            //check negative wave drag due to correction
+            if (currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave < 0.) { // Check if wing wave drag is negative due to calibration; if so, set to zero
+                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave = 0.;
+            }
+            //calculate total wave drag
             currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD_wave = currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave;
         }
     }
@@ -337,14 +366,14 @@ void bwbDefaultStrategy::writePolarData() {
      ofstream plot;
     /* plot all untrimmed polars */
     for (size_t CGID(0); CGID < polarDataCGMap.size(); ++CGID) {
-        for (const pair<const double, PolarData>& thePolarIterator : polarDataCGMap.at(CGID)) {
+        for (const pair<const size_t, PolarData>& thePolarIterator : polarDataCGMap.at(CGID)) {
             /* plot all clean polars */
-            for (const pair<const int, tawDefaultPolar>& theMachIDIterator : thePolarIterator.second.cleanPolars) {
+            for (const pair<const size_t, tawDefaultPolar>& theMachIDIterator : thePolarIterator.second.cleanPolars) {
                 stringstream machNumber;
                 stringstream iStabStream;
                 machNumber << setprecision(2) << fixed << theMachIDIterator.second.MachNumber;
-                std::string csvFiles = "bwbCalculatePolar_M" + replaceAll(machNumber.str(), ".", "") + "_"
-                                       + "design_plot.csv";
+                std::string csvFiles = rtIO_->getCsvFilesDir() + "/bwbCalculatePolar_M"
+                + replaceAll(machNumber.str(), ".", "") + "_" + "design_plot.csv";
                 /*
                 csvFiles.push_back(mySettingsPt->getCsvFilesDirTool() + TOOL_NAME + "_M" + replaceAll(machNumber.str(), ".", "") + "_"
                                        + CGCases.at(CGID) + "_" + replaceAll(iStabStream.str(), ".", "") +"_plot.csv");
@@ -383,7 +412,8 @@ void bwbDefaultStrategy::writePolarData() {
             break;
         }
     }
-    std::string csvFiles = "bwbCalculatePolar_liftDistribution_" + replaceAll(machNumber.str(), ".", "") +"_plot.csv";
+    std::string csvFiles = rtIO_->getCsvFilesDir() + "/bwbCalculatePolar_liftDistribution_"
+    + replaceAll(machNumber.str(), ".", "") +"_plot.csv";
     plot.open(csvFiles.c_str());
     if (!plot) {
         myRuntimeInfo->err << csvFiles + " could not be opened!" << endl;
diff --git a/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.h b/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.h
index a4d7317d043e54f26afb486bad8a5d2a0c58f255..addfd81be14a7fb6b478b2401b043f87e29cabca 100644
--- a/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.h
+++ b/aerodynamic_analysis/src/bwb/bwbDefaultStrategy.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_BWB_BWBDEFAULTSTRATEGY_H_
 #define CALCULATEPOLAR_SRC_BWB_BWBDEFAULTSTRATEGY_H_
diff --git a/aerodynamic_analysis/src/calculatePolar.cpp b/aerodynamic_analysis/src/calculatePolar.cpp
index 36b543ad616243da2653e359be447aabb6f937cf..e19f05000637309833c92f7e2e20c65d712e26fc 100644
--- a/aerodynamic_analysis/src/calculatePolar.cpp
+++ b/aerodynamic_analysis/src/calculatePolar.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "calculatePolar.h"
 
diff --git a/aerodynamic_analysis/src/calculatePolar.h b/aerodynamic_analysis/src/calculatePolar.h
index 60fc34af9345f658a1de071a492b090bbe52bc63..5d6e6aa06503ef459ca83106b338f8b943eb6383 100644
--- a/aerodynamic_analysis/src/calculatePolar.h
+++ b/aerodynamic_analysis/src/calculatePolar.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_CALCULATEPOLAR_H_
 #define CALCULATEPOLAR_SRC_CALCULATEPOLAR_H_
diff --git a/aerodynamic_analysis/src/flightCondition.cpp b/aerodynamic_analysis/src/flightCondition.cpp
index cb184ebc5f80fee73fa6815c01bfbaf7618a3abc..00aa9234e043eb25582684a1c83d1a7f5823be71 100644
--- a/aerodynamic_analysis/src/flightCondition.cpp
+++ b/aerodynamic_analysis/src/flightCondition.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "flightCondition.h"
 
 flightCondition::flightCondition()
diff --git a/aerodynamic_analysis/src/flightCondition.h b/aerodynamic_analysis/src/flightCondition.h
index ee6cf184679a1ac3ebd4808d75e42f53562db7c7..3a5df7b2fe31e48189281fad8bcb64b9761b621b 100644
--- a/aerodynamic_analysis/src/flightCondition.h
+++ b/aerodynamic_analysis/src/flightCondition.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_FLIGHTCONDITION_H_
 #define CALCULATEPOLAR_SRC_FLIGHTCONDITION_H_
diff --git a/aerodynamic_analysis/src/laminarTAW/HLFCData.cpp b/aerodynamic_analysis/src/laminarTAW/HLFCData.cpp
index afd2045e78d313b35a035b00b8b8bf6f65ce2fb3..dfe3ee6ca4bb30da29d45d4a9c87a4fa79ee0a85 100644
--- a/aerodynamic_analysis/src/laminarTAW/HLFCData.cpp
+++ b/aerodynamic_analysis/src/laminarTAW/HLFCData.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "HLFCData.h"
 
diff --git a/aerodynamic_analysis/src/laminarTAW/HLFCData.h b/aerodynamic_analysis/src/laminarTAW/HLFCData.h
index 6854d5a5b0c662e03c8de3e1d121014c94d7bc6d..970c7b543472d656ac328fcf4d7f3ac4b4f3e59c 100644
--- a/aerodynamic_analysis/src/laminarTAW/HLFCData.h
+++ b/aerodynamic_analysis/src/laminarTAW/HLFCData.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_TAW_HLFCDATA_H_
 #define CALCULATEPOLAR_SRC_TAW_HLFCDATA_H_
diff --git a/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.cpp b/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.cpp
index 913310197500f205c6a89c8d60ce85dd489ad11c..cb752680c2e51e107c2804b894cfd7407739e9a6 100644
--- a/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.cpp
+++ b/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "HLFCStrategy.h"
 #include "../polar.h"
@@ -59,8 +64,8 @@ using std::vector;
             - check if acft xml has entries before building the geometry comopnents */
 HLFCStrategy::HLFCStrategy(const std::shared_ptr<RuntimeIO>& rtIO, const std::shared_ptr<laminarTAWConfig>& config)
     :
-    rtIO_(rtIO),
-    config_(config),
     CoGnames{"design", "front", "aft"},
-    HLconfigs{"takeoff", "takeoff_landing_gear_retracted", "climb", "approach", "approach_landing_gear_out", "landing"} {
+    HLconfigs{"takeoff", "takeoff_landing_gear_retracted", "climb", "approach", "approach_landing_gear_out", "landing"},
+    rtIO_(rtIO),
+    config_(config) {
 }
\ No newline at end of file
diff --git a/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.h b/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.h
index 6643ca4e9454c3445445eb2030744f0bec74d000..3070344baaf330c4c150b294715c39cb13522cfc 100644
--- a/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.h
+++ b/aerodynamic_analysis/src/laminarTAW/HLFCStrategy.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_LAMINARTAW_HLFCSTRATEGY_H_
 #define CALCULATEPOLAR_SRC_LAMINARTAW_HLFCSTRATEGY_H_
diff --git a/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.cpp b/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.cpp
index 004a65383f22b05b3939318f0df9e50fa25445f1..711db5f5e0ac620d85a5ffc301d738a751ca9f4e 100644
--- a/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.cpp
+++ b/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "laminarTAWCalculatePolar.h"
 #include "HLFCStrategy.h"
diff --git a/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.h b/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.h
index 8566fd8b9c0ff00ba77e874ec88fdc0d056b3aae..5db6fa33086d56c5b787b76c7ec8a3c246b51c58 100644
--- a/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.h
+++ b/aerodynamic_analysis/src/laminarTAW/laminarTAWCalculatePolar.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_LAMINARTAW_LAMINARTAWCALCULATEPOLAR_H_
 #define CALCULATEPOLAR_SRC_LAMINARTAW_LAMINARTAWCALCULATEPOLAR_H_
diff --git a/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.cpp b/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.cpp
index dcbaa93bc6720aebeea93c8d7e3afa5527c915df..8c55441ec18d31a8f7b3415ab9bd74a8505654ab 100644
--- a/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.cpp
+++ b/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "laminarTAWConfig.h"
 
@@ -43,7 +48,6 @@ laminarTAWConfig::laminarTAWConfig(const node& config)
     setFlightConditionsMode(EndnodeReadOnly<std::string>("program_settings/FlightConditions/AdaptMachNumbersToCruiseReq")),
     allowExtrapolation(EndnodeReadOnly<std::string>("program_settings/FlightConditions/PolarAttributes/AllowExtrapolation")),
     allowGrideChange(EndnodeReadOnly<std::string>("program_settings/FlightConditions/PolarAttributes/AllowGridChange")),
-    numberFlightConditions(EndnodeReadOnly<int>("program_settings/FlightConditions/numberFlightConditions")),
     pathToLiftingLine(EndnodeReadOnly<std::string>("program_settings/LiftingLine/FolderPath")),
     // lifting line for TAW pitching moment corrections
     CM_corr_fuselage_mode(EndnodeReadOnly<std::string>("program_settings/LiftingLineForTAW/PitchingMoment/CM_corr_fuselage")),
@@ -90,7 +94,6 @@ laminarTAWConfig::laminarTAWConfig(const node& config)
     setFlightConditionsMode.read(config);
     allowExtrapolation.read(config);
     allowGrideChange.read(config);
-    numberFlightConditions.read(config);
     pathToLiftingLine.read(config);
     manualTransition.read(config);
     manualTransitionWing.read(config);
@@ -130,7 +133,8 @@ laminarTAWConfig::laminarTAWConfig(const node& config)
     myRuntimeInfo->out << "config: " << liftingLineFolderPath << endl;
     if (setFlightConditionsMode.value() == "mode_0") {
         myRuntimeInfo->info << "set flight conditions from config xml" << endl;
-        for (size_t i(0); i < numberFlightConditions.value(); i++) {
+        size_t numberFlightConditions(config.getVector(("program_settings/FlightConditions/FlightCondition"), 2).size());
+        for (size_t i(0); i < numberFlightConditions; i++) {
             readflightConditions(config, i);
         }
     } else if (setFlightConditionsMode.value() == "mode_1") {
diff --git a/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.h b/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.h
index dd72d466aea703672f264f36eeb57255fb784416..790883e8f312d6ff1d812825b5ac2125feb02e4a 100644
--- a/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.h
+++ b/aerodynamic_analysis/src/laminarTAW/laminarTAWConfig.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_LAMINARTAW_LAMINARTAWCONFIG_H_
 #define CALCULATEPOLAR_SRC_LAMINARTAW_LAMINARTAWCONFIG_H_
@@ -43,7 +48,6 @@ class laminarTAWConfig{
     EndnodeReadOnly<std::string> setFlightConditionsMode;
     EndnodeReadOnly<std::string> allowExtrapolation;
     EndnodeReadOnly<std::string> allowGrideChange;
-    EndnodeReadOnly<int> numberFlightConditions;
     // lifting line pitching moment parameters
     EndnodeReadOnly<std::string> CM_corr_fuselage_mode;
     EndnodeReadOnly<std::string> CM_corr_nacelle_mode;
diff --git a/aerodynamic_analysis/src/main.cpp b/aerodynamic_analysis/src/main.cpp
index 89d7fadbc420a48e90b72dd4440ad03b0d2c7bc8..963f97562fdcdf4470d1d00d1577316c1cecb431 100644
--- a/aerodynamic_analysis/src/main.cpp
+++ b/aerodynamic_analysis/src/main.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 /** \mainpage calculatePolar
 * The program calculates the aerodynamics of the aircraft.
 *
diff --git a/aerodynamic_analysis/src/methods/dataBase.cpp b/aerodynamic_analysis/src/methods/dataBase.cpp
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..33bde8cc411d2b8f2aa13ba7bf266936d95e3d03 100644
--- a/aerodynamic_analysis/src/methods/dataBase.cpp
+++ b/aerodynamic_analysis/src/methods/dataBase.cpp
@@ -0,0 +1,22 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
diff --git a/aerodynamic_analysis/src/methods/dataBase.h b/aerodynamic_analysis/src/methods/dataBase.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..33bde8cc411d2b8f2aa13ba7bf266936d95e3d03 100644
--- a/aerodynamic_analysis/src/methods/dataBase.h
+++ b/aerodynamic_analysis/src/methods/dataBase.h
@@ -0,0 +1,22 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
diff --git a/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.cpp b/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.cpp
index b1ef8ee74740e2cb346b3ce3fc31f26afd5e9dc8..976c9176df53d1c09e790e58cfc603c91b6408da 100644
--- a/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.cpp
+++ b/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "auxFunctions.h"
 
 #include <standardFiles/typedefs.h>
@@ -41,7 +47,7 @@ Point getTrueCoordinates(const geom2::MultisectionSurface<geom2::AirfoilSection>
     Point TrueCoordinates;
     TrueCoordinates.xCoordinate = aLiftingSurface.origin.x() + aLiftingSurface.sections.at(sectionID).origin.x();
     TrueCoordinates.yCoordinate = aLiftingSurface.origin.y() - aLiftingSurface.sections.at(sectionID).origin.z();
-    TrueCoordinates.zCoordinate = aLiftingSurface.origin.z() - aLiftingSurface.sections.at(sectionID).origin.y();
+    TrueCoordinates.zCoordinate = aLiftingSurface.origin.z() + aLiftingSurface.sections.at(sectionID).origin.y();
     return TrueCoordinates;
 }
 
@@ -142,7 +148,7 @@ double getLocalSweep(const geom2::MultisectionSurface<geom2::AirfoilSection>& aL
         exit(1);
     }
     if (angularUnit != "RADIAN" && angularUnit != "DEGREE") {
-        myRuntimeInfo->err << "auxFunctions::getLocalSweep given angularUnit is neither RAD or DEG, abort!" << endl;
+        myRuntimeInfo->err << "auxFunctions::getLocalSweep given angularUnit is neither RADIAN or DEGREE, abort!" << endl;
     }
     double CGAL_ZCoordinate = getCGAL_ZCoordinate(aLiftingSurface, yPosition);
     double sweep = -1 * geom2::measure::sweep(aLiftingSurface, CGAL_ZCoordinate, relChordPosition);
@@ -154,12 +160,10 @@ double getLocalSweep(const geom2::MultisectionSurface<geom2::AirfoilSection>& aL
 
 double getAverageTtoC(const geom2::MultisectionSurface<geom2::AirfoilSection>& aLiftingSurface) {
     double avgTtoC(0.0);
-    std::vector<double> chordLenghts;
-    std::vector<double> thicknesses;
+    std::vector<double> thickness_to_chord_ratio;
     std::vector<double> segmentSpan;
     for (size_t sectionID(0); sectionID < aLiftingSurface.sections.size(); ++sectionID) {
-        chordLenghts.push_back(aLiftingSurface.sections.at(sectionID).get_chord_length());
-        thicknesses.push_back(geom2::measure::thickness_max(aLiftingSurface.sections.at(sectionID)));
+        thickness_to_chord_ratio.push_back(getThicknessToChordRatioMax(aLiftingSurface.sections.at(sectionID)));
         if (sectionID > 0) {
             segmentSpan.push_back(sqrt(pow((getTrueCoordinates(aLiftingSurface, sectionID).yCoordinate - getTrueCoordinates(aLiftingSurface, sectionID - 1).yCoordinate), 2)
                                     + pow((getTrueCoordinates(aLiftingSurface, sectionID).zCoordinate - getTrueCoordinates(aLiftingSurface, sectionID - 1).zCoordinate), 2)));
@@ -167,7 +171,7 @@ double getAverageTtoC(const geom2::MultisectionSurface<geom2::AirfoilSection>& a
     }
     std::vector<double>segmentavgTtoC;
     for (size_t segmentID(0); segmentID < segmentSpan.size(); ++segmentID) {
-        segmentavgTtoC.push_back(((thicknesses.at(segmentID) / chordLenghts.at(segmentID)) + (thicknesses.at(segmentID + 1) / chordLenghts.at(segmentID + 1))) * 0.5);
+        segmentavgTtoC.push_back((thickness_to_chord_ratio.at(segmentID) + thickness_to_chord_ratio.at(segmentID + 1)) * 0.5);
     }
     for (size_t segmentID(0); segmentID < segmentSpan.size(); ++segmentID) {
         avgTtoC += segmentavgTtoC.at(segmentID) * segmentSpan.at(segmentID);
@@ -175,8 +179,9 @@ double getAverageTtoC(const geom2::MultisectionSurface<geom2::AirfoilSection>& a
     return avgTtoC / std::accumulate(segmentSpan.begin(), segmentSpan.end(), 0.0);
 }
 
-double getReynoldsNumber(const double& length, const double& altitude, const double& mach) {
+double getReynoldsNumber(const double& length, const double& altitude, const double& mach, const double& delta_isa) {
     atmosphere myISA;
+    myISA.setAtmosphere(0.,ISA_TEMPERATURE + delta_isa, ISA_PRESSURE);
     double dynamicViscosity(myISA.getViscosity(altitude));
     double density(myISA.getDensity(altitude));
     double velocity(convertUnit(MACH, METERPERSECOND, altitude, myISA, mach));
@@ -212,10 +217,8 @@ double getClFromLiftDistribution(double yPos, std::vector <double> yPosVec, std:
     return ClTmp;
 }
 
-double getThickness(const geom2::MultisectionSurface<geom2::AirfoilSection>& aLiftingSurface, const size_t sectionID) {
-    double thickness = fabs(aLiftingSurface.sections.at(sectionID).get_contour().bottom_vertex()->y() - aLiftingSurface.sections.at(sectionID).get_contour().top_vertex()->y());
-    double chord = fabs(aLiftingSurface.sections.at(sectionID).get_contour().right_vertex()->x() - aLiftingSurface.sections.at(sectionID).get_contour().left_vertex()->x());
-    return thickness / chord;
+double getThicknessToChordRatioMax(const geom2::AirfoilSection& aLiftingSurfaceSection) {
+    return geom2::measure::thickness_max(aLiftingSurfaceSection) / aLiftingSurfaceSection.get_chord_length();
 }
 
 double getAverageSweep(const geom2::MultisectionSurface<geom2::AirfoilSection>& aLiftingSurface, double relChord) {
@@ -239,12 +242,21 @@ double getHalfSpan(const geom2::MultisectionSurface<geom2::AirfoilSection>& aLif
     return halfSpan;
 }
 
-double getNacelleWettedArea(const geom2::MultisectionSurface<geom2::PolygonSection>& aNacelle) {
-    double max_width = geom2::measure::width_max(aNacelle);
-    double max_height = geom2::measure::height_max(aNacelle);
-    double length = geom2::measure::length(aNacelle);
-    // should work good enough for nearly circular nacelle
-    return length * PI * 0.5 * (max_width + max_height);
+double getFuselageUpsweepAngle(const geom2::MultisectionSurface<geom2::PolygonSection>& aFuselage) {
+    double upsweep_angle_of_tailcone(convertUnit(DEGREE, RADIAN, 5.)); //set a default value
+    
+    //Find start of tailcone as last segment with max height
+    double max_height(geom2::measure::height_max(aFuselage));
+    vector<geom2::PolygonSection>::const_iterator segment_tailcone_begin(adjacent_find(aFuselage.sections.begin(), aFuselage.sections.end(), 
+        [aFuselage](const geom2::PolygonSection& currentSection, const geom2::PolygonSection& nextSection){
+                        return geom2::measure::height(aFuselage, currentSection.origin.z()) > geom2::measure::height(aFuselage, nextSection.origin.z());}));
+    //Get offset between last segment of fuselage and start of tailcone segment in z- and x-direction
+    double delta_z (geom2::measure::right(aFuselage, aFuselage.origin.x() + aFuselage.sections.back().origin.z()).y()
+                    - geom2::measure::right(aFuselage, aFuselage.origin.x() + segment_tailcone_begin->origin.z()).y());
+    double delta_x (aFuselage.sections.back().origin.z() - segment_tailcone_begin->origin.z());
+    //Calculate the upsweep angle with the offsets
+    upsweep_angle_of_tailcone = atan(delta_z / delta_x);
+    return upsweep_angle_of_tailcone;
 }
 
 double getNeutralPointXposition(const std::vector<defaultPolarPoint>& cruisePolarPoints, const double& mean_aerodynamic_chord, const double& trim_reference_point_xCoord){
diff --git a/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.h b/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.h
index 1a677b0f027db5696ca1461628f7ae30fdf0c1e4..500fa469767e34d9aae8fc905cf5bdd52b31163b 100644
--- a/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.h
+++ b/aerodynamic_analysis/src/methods/generalMethods/auxFunctions.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef CALCULATEPOLAR_SRC_METHODS_GENERALMETHODS_AUXFUNCTIONS_H_
 #define CALCULATEPOLAR_SRC_METHODS_GENERALMETHODS_AUXFUNCTIONS_H_
 
@@ -68,13 +74,18 @@ class defaultPolarPoint;
      * \param length caracteristic length in [m]
      * \param altitude flight altitude in [m]
      * \param mach fligh mach number in [-]
+     * \param delta_isa temperature shift in ISA in [K]
      * \return reynolds number
      */
-    double getReynoldsNumber(const double& length, const double& altitude, const double& mach);
+    double getReynoldsNumber(const double& length, const double& altitude, const double& mach, const double& delta_isa);
 
     double getClFromLiftDistribution(double yPos, std::vector <double> yPosVec, std::vector <double> aLiftDistr);
 
-    double getThickness(const geom2::MultisectionSurface<geom2::AirfoilSection>& aLiftingSurface, const size_t sectionID);
+    /** \brief returns the maximum thickness to chord ratio of a lifting surface section
+     *  \param aLiftingSurfaceSection constant reference to a lifting surface slice (section)
+     *  \return the maximum thickness of the slice / the chord length of the slice [-]
+     */
+    double getThicknessToChordRatioMax(const geom2::AirfoilSection& aLiftingSurfaceSection);
 
     /** \brief returns averages sweep line over whole lifting surface
      * \return sweep in [deg]
@@ -84,10 +95,11 @@ class defaultPolarPoint;
      * \return half span in [m]
      */
     double getHalfSpan(const geom2::MultisectionSurface<geom2::AirfoilSection>& aLiftingSurface);
-    /** \brief returns the wettet area of a nacelle, simplified by the max with, max height and length
-     * \return half area in [m^2]
+    /** \brief returns the fuselage upsweep angle of the tailcone
+     * \param aFuselage: constant reference to the aircraft fuselage geometry
+     * \return upsweep angle [rad]
      */
-    double getNacelleWettedArea(const geom2::MultisectionSurface<geom2::PolygonSection>& aNacelle);
+    double getFuselageUpsweepAngle(const geom2::MultisectionSurface<geom2::PolygonSection>& aFuselage);
     /** \brief returns the aircraft's neutral point relative to MAC for the trimmed cruise polar
      * \param cruisePolarPoints const std::vector<defaultPolarPoint>&: constant reference to points of trimmed cruise polar
      * \param mean_aerodynamic_chord const double&: constant reference to the mean aerodynamic chord
diff --git a/aerodynamic_analysis/src/methods/liftingLineForTAW.cpp b/aerodynamic_analysis/src/methods/liftingLineForTAW.cpp
index 25d17500b104a4f3508dee9c6451e98548f736f5..feddb0b777e3f8e0b7247ddb706676e013411bde 100644
--- a/aerodynamic_analysis/src/methods/liftingLineForTAW.cpp
+++ b/aerodynamic_analysis/src/methods/liftingLineForTAW.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "liftingLineForTAW.h"
 
@@ -59,11 +64,10 @@ LiLiforTAWInitialization::LiLiforTAWInitialization()
     // ctor
 }
 
-
-
 liftingLineForTAW::liftingLineForTAW(const std::shared_ptr<RuntimeIO>& rtIO, const std::string& liftingLinePath,
                                     const LiLiforTAWInitialization& LiLiInit)
     :
+    delta_isa(LiLiInit.the_delta_isa),
     rtIO_(rtIO),
     designCL(0.5),
     CLModeAirfoilSelection(LiLiInit.CLModeAirfoilSelection),
@@ -112,8 +116,8 @@ liftingLineInterface liftingLineForTAW::runLiftingLine(const Point& aCOG, const
     liftingLineInterface *myLL = new liftingLineInterface(pathToLiftingLine, rtIO_->getIODir() + "/");
     // Create LIFTING_LINE Input File
     // get reynoldsNumber
-    double reynoldsNumber = getReynoldsNumber(geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()), altitude, machNumber);
-    myLL->initializeLiftingLine(machNumber, liftingSurfaces, aCOG, reynoldsNumber, geom2::measure::reference_area(liftingSurfaces.front()));
+    double reynoldsNumber = getReynoldsNumber(geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()), altitude, machNumber, delta_isa);
+    myLL->initializeLiftingLine(liftingSurfaces, theFuselage, machNumber, reynoldsNumber, geom2::measure::reference_area(liftingSurfaces.front()), aCOG);
     // Execute LIFTING_LINE
     myLL->executeLiftingLine();
     // Read aerodynamic coefficients from LIFTING_LINE XML output file
@@ -253,13 +257,13 @@ double liftingLineForTAW::getCLmax_clean(double Mach) {
     /* Assumptions and given values */
     double CLmax                = 0.0;
     double Clmax_sec            = 1.8;  // section Cl_max (general assumption) geom2::measure.phi_LE_right * PI / 180.;
-    double phi_LE_rad           = geom2::measure::sweep(liftingSurfaces.front(), 0.0, 0.0) * PI / 180.;
+    double phi_LE_rad           = geom2::measure::sweep(liftingSurfaces.front(), 0.0, 0.0);
     double Ma_dive              = std::min(initialMachCruise + 0.1, 1.);
     // ratio CLmax/Clmax according to [Ray18] Fig. 12.8
     // (small) influence of sweep -> assumption delta y ~ 2.1
     double CLmax2Clmax_phiLE0   = 0.9;  // [Ray18] Fig. 12.8
     double CLmax2Clmax_phiLE60  = 0.8;  // [Ray18] Fig. 12.8
-    double CLmax2Clmax_phiLE    = CLmax2Clmax_phiLE0 + (CLmax2Clmax_phiLE60 - CLmax2Clmax_phiLE0) / (cos(60.*PI / 180.) - 1.) * (cos(phi_LE_rad) - 1.);  // [Ray18] Fig. 12.8
+    double CLmax2Clmax_phiLE    = CLmax2Clmax_phiLE0 + (CLmax2Clmax_phiLE60 - CLmax2Clmax_phiLE0) / (cos(convertUnit(DEGREE, RADIAN, 60)) - 1.) * (cos(phi_LE_rad) - 1.);  // [Ray18] Fig. 12.8
     double CLmax_inc            = CLmax2Clmax_phiLE * Clmax_sec;
     // Decrease due to Mach number
     double delta_CLmax_Ma06 = -0.2 * cos(phi_LE_rad);  // according to [Ray18] Fig. 12.9 (not exact, but influence neglectable --> not too big)
@@ -270,7 +274,7 @@ double liftingLineForTAW::getCLmax_clean(double Mach) {
         CLmax = CLmax_inc;
     } else if (Mach > 0.2 && Mach <= 0.6) {  // [Ray18] Figure 12.9
         CLmax = CLmax_inc + delta_CLmax_Ma;
-    } else if (Mach > 0.6 && Mach <= Ma_dive) {  // Assump.: Buffet-Limit, acc.: [Obe09] Fig. 28.10-28.13
+    } else if (Mach > 0.6 && (Mach - Ma_dive) <= ACCURACY_MEDIUM) {  // Assump.: Buffet-Limit, acc.: [Obe09] Fig. 28.10-28.13
         double CL_buffet_Ma_dive = 0.2;
         // acc.: PG -> set Prandtl-Glauert factors for interpolation
         double beta_Ma06    = sqrt(1. - pow(0.6, 2.));
@@ -587,7 +591,7 @@ void liftingLineForTAW::calculateCleanPolarForMach(const double& Mach, const uin
     theCleanPolars.back().MachNumber = flightConditions.at(Mach_id).Mach;
     theCleanPolars.back().altitude = flightConditions.at(Mach_id).Altitude;
     theCleanPolars.back().ReynoldsNumber = getReynoldsNumber(geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()),
-                                                            theCleanPolars.back().altitude, theCleanPolars.back().MachNumber);
+                                                            theCleanPolars.back().altitude, theCleanPolars.back().MachNumber, delta_isa);
     for (size_t i(0); i < liftingSurfaces.size(); ++i) {
         theCleanPolars.back().liftingSurfacePolars.push_back(aLiftingSurfacePolar);
     }
@@ -704,7 +708,7 @@ double liftingLineForTAW::getInducedDragFuselage(double AoA, double Mach) {
         double Cdc(0.0);
         baseArea = 0.25 * 3.1416 * 0.5 * (geom2::measure::width(theFuselage, 0.9 * l) + geom2::measure::height(theFuselage, 0.9 * l));
         for (int i = 0; i <= 20; i++) {
-            planArea = planArea + l / 20 * geom2::measure::width(theFuselage, i * l / 20);
+            planArea = planArea + l / 20. * geom2::measure::width(theFuselage, i * l / 20.);
         }
         neta = 0.4936 * pow((l / geom2::measure::width_max(theFuselage)), 0.1433);
         Cdc = -5.6772 * pow(Mach, 4.) + 8.6876 * pow(Mach, 3.)
@@ -712,7 +716,8 @@ double liftingLineForTAW::getInducedDragFuselage(double AoA, double Mach) {
         AoA = AoA * 3.1416 / 180;
         indDrag = 2. * pow(AoA, 2.) * baseArea / geom2::measure::reference_area(liftingSurfaces.front())
                   + neta * Cdc * pow(AoA, 3.) * planArea / geom2::measure::reference_area(liftingSurfaces.front());
-        // indDrag = myAcftPt->theFuselage.size() * indDrag; <- not shure if I need to implement this in the geom2 (LN 2024)
+        /* At the moment, multi-fuselage is not possible; should be reactivated in future */
+        // indDrag = myAcftPt->theFuselage.size() * indDrag;
     }
     if (isnan(indDrag) || isinf(indDrag)) {
         myRuntimeInfo->err << "Value for induced drag (fuselage) is NAN or INF: Cd_ind = " << indDrag << " at CL = " << theCleanPolars.back().Points.back().CL
@@ -733,8 +738,10 @@ double liftingLineForTAW::getInducedDragNacelle(double AoA, double Mach) {
         double planArea(0.0);
         double neta(0.0);
         double Cdc(0.0);
-        // baseArea = myAcftPt->theNacelle.at(0).R_exit; <- had to do some simplifications :(
-        baseArea = geom2::measure::width_max(theNacelles.front());
+        // baseArea = myAcftPt->theNacelle.at(0).R_exit; // initially is R_section defined as (innerWidth + innerHeight) / 4.
+        double exit_segment_inner_width(geom2::measure::width(theNacelles.front(), theNacelles.front().sections.back().origin.z()));
+        double exit_segment_inner_height(geom2::measure::height(theNacelles.front(), theNacelles.front().sections.back().origin.z()));
+        baseArea = (exit_segment_inner_width + exit_segment_inner_height) / 4.;
         planArea = 0.85 * geom2::measure::length(theNacelles.front()) * geom2::measure::width_max(theNacelles.front());
         neta = 0.4936 * pow((geom2::measure::length(theNacelles.front()) / geom2::measure::width_max(theNacelles.front())), 0.1433);
         Cdc = -5.6772 * pow(Mach, 4.) + 8.6876 * pow(Mach, 3.)
@@ -809,11 +816,10 @@ double liftingLineForTAW::getFuselageCM0(const uint16_t& machID) {
     double deltaFuselage = -1.8 * (1. - 2.5 * geom2::measure::width_max(theFuselage) / geom2::measure::length(theFuselage))
                            * (PI * geom2::measure::width_max(theFuselage) * geom2::measure::height_max(theFuselage) * geom2::measure::length(theFuselage))
                            / (4. * geom2::measure::reference_area(liftingSurfaces.front()) * geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()))
-                           * (myLL_vec.at(machID).theLLOutputPt->CLatAoA0 / (myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf * 180. / PI));
+                           * (myLL_vec.at(machID).theLLOutputPt->CLatAoA0 / ( convertUnit(RADIAN, DEGREE, myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf)));
     return deltaFuselage;
 }
 
-
 double liftingLineForTAW::getFuselageCM_AeroCenterCorrection(const uint16_t& machID) {
     // [Tor13] p. 480, equations: (E-37), (E-38)
     // equation (E-37): delta_f1 -> represents forward shift due to fuselage sections fwd (main contribution!) and aft of the wing
@@ -824,7 +830,7 @@ double liftingLineForTAW::getFuselageCM_AeroCenterCorrection(const uint16_t& mac
                          * (myAcftPt->theFuselage.at(0).maxWidth * myAcftPt->theFuselage.at(0).maxHeight * l_fn)
                          / (myAcftPt->Sref * myAcftPt->theWing.at(0).l_mu_right);
                          */
-    double delta_fus_1 = - 1.8 / (myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf * 180. / PI)
+    double delta_fus_1 = - 1.8 / (convertUnit(RADIAN, DEGREE, myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf))
                          * (geom2::measure::width_max(theFuselage) * geom2::measure::height_max(theFuselage) * l_fn)
                          / (geom2::measure::reference_area(liftingSurfaces.front()) * geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()));
     // [Tor13] (E-38): delta_f2 -> accounts for lift loss in the region where wing/fuselage lift carry-over is concentrated
@@ -859,7 +865,7 @@ double liftingLineForTAW::getNacelleCM_AeroCenterCorrection(const uint16_t& mach
         if (engineType == "jet" || engineType == "gtf" || engineType == "fan") {
             delta_nac += (k_nac * pow(geom2::measure::width_max(theNacelles.front()), 2.) * l_nac)
                          / (geom2::measure::reference_area(liftingSurfaces.front()) * geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front())
-                         * myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf * 180. / PI);
+                         * convertUnit(RADIAN, DEGREE, myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf));
         } else {
             myRuntimeInfo->err << "Nacelle correction not yet implemented for Props (cf. TB Eq. E-42). Abort program!" << endl;
             exit(1);
diff --git a/aerodynamic_analysis/src/methods/liftingLineForTAW.h b/aerodynamic_analysis/src/methods/liftingLineForTAW.h
index fb50a91789e94f7c388dc1892d7b46ef625838ea..b0ef73026db4c1f1ebf71c87880c6ab7a1d46a7b 100644
--- a/aerodynamic_analysis/src/methods/liftingLineForTAW.h
+++ b/aerodynamic_analysis/src/methods/liftingLineForTAW.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef CALCULATEPOLAR_SRC_METHODS_LIFTINGLINEFORTAW_H_
 #define CALCULATEPOLAR_SRC_METHODS_LIFTINGLINEFORTAW_H_
 
@@ -44,6 +50,7 @@ class LiLiforTAWInitialization {
     double factorDragCleanPolar;
     bool liftCorrectionFuselage;
     bool liftCorrectionNacelle;
+    double the_delta_isa;
     std::string CLModeAirfoilSelection;
 
     std::vector <flightCondition> flightConditions;
@@ -63,6 +70,7 @@ class liftingLineForTAW {
     std::string pathToLiftingLine;
     std::string IOFilename;
     // auxillary variables
+    double delta_isa;                   /**< Temperature shift according to TLARS in [K] */
     bool liftCorrectionFuselage;
     bool liftCorrectionNacelle;
     size_t cruiseMachID;
diff --git a/aerodynamic_analysis/src/methods/liftingLinePolar.cpp b/aerodynamic_analysis/src/methods/liftingLinePolar.cpp
index 02a5851e9b140db4acff08a3fb6cb3467887a3a2..8e17106acc88da161647ae0193c3c486347c3d15 100644
--- a/aerodynamic_analysis/src/methods/liftingLinePolar.cpp
+++ b/aerodynamic_analysis/src/methods/liftingLinePolar.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "liftingLinePolar.h"
 
@@ -63,6 +68,7 @@ LiLiPolarInitialization::LiLiPolarInitialization()
 liftingLinePolar::liftingLinePolar(const std::shared_ptr<RuntimeIO>& rtIO, const std::string& liftingLinePath,
                                     const LiLiPolarInitialization& LiLiPolarInit)
     :
+    delta_isa(LiLiPolarInit.the_delta_isa),
     stepWidthCL(LiLiPolarInit.stepWidthCL),
     initialMachCruise(LiLiPolarInit.initialMachCruise),
     cruiseMachID(LiLiPolarInit.cruiseMachID),
@@ -72,6 +78,7 @@ liftingLinePolar::liftingLinePolar(const std::shared_ptr<RuntimeIO>& rtIO, const
     indDragCtCorrForCalibration(LiLiPolarInit.indDragCtCorrForCalibration),
     factorDragCleanPolar(LiLiPolarInit.factorDragCleanPolar),
     liftingSurfaces(LiLiPolarInit.liftingSurfaces),
+    theFuselage(LiLiPolarInit.theFuselage),
     flightConditions(LiLiPolarInit.flightConditions),
     rtIO_(rtIO),
     delta_CM0(LiLiPolarInit.delta_CM0),
@@ -102,8 +109,8 @@ liftingLineInterface liftingLinePolar::runLiftingLine(const Point& theCOG, const
     liftingLineInterface *myLL = new liftingLineInterface(pathToLiftingLine, rtIO_->getIODir() + "/");
     // Create LIFTING_LINE Input File
     // get reynoldsNumber
-    double reynoldsNumber = getReynoldsNumber(geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()), altitude, machNumber);
-    myLL->initializeLiftingLine(machNumber, liftingSurfaces, theCOG, reynoldsNumber, geom2::measure::reference_area(liftingSurfaces.front()));
+    double reynoldsNumber = getReynoldsNumber(geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()), altitude, machNumber, delta_isa);
+    myLL->initializeLiftingLine(liftingSurfaces, theFuselage, machNumber, reynoldsNumber, geom2::measure::reference_area(liftingSurfaces.front()), theCOG);
     // Execute LIFTING_LINE
     myLL->executeLiftingLine();
     // Read aerodynamic coefficients from LIFTING_LINE XML output file
@@ -240,13 +247,13 @@ double liftingLinePolar::getCLmax_clean(double Mach) {
     /* Assumptions and given values */
     double CLmax                = 0.0;
     double Clmax_sec            = 1.8;  // section Cl_max (general assumption) geom2::measure.phi_LE_right * PI / 180.;
-    double phi_LE_rad           = geom2::measure::sweep(liftingSurfaces.front(), 0.0, 0.0) * PI / 180.;
+    double phi_LE_rad           = geom2::measure::sweep(liftingSurfaces.front(), 0.0, 0.0);
     double Ma_dive              = std::min(initialMachCruise + 0.1, 1.);
     // ratio CLmax/Clmax according to [Ray18] Fig. 12.8
     // (small) influence of sweep -> assumption delta y ~ 2.1
     double CLmax2Clmax_phiLE0   = 0.9;  // [Ray18] Fig. 12.8
     double CLmax2Clmax_phiLE60  = 0.8;  // [Ray18] Fig. 12.8
-    double CLmax2Clmax_phiLE    = CLmax2Clmax_phiLE0 + (CLmax2Clmax_phiLE60 - CLmax2Clmax_phiLE0) / (cos(60.*PI / 180.) - 1.) * (cos(phi_LE_rad) - 1.);  // [Ray18] Fig. 12.8
+    double CLmax2Clmax_phiLE    = CLmax2Clmax_phiLE0 + (CLmax2Clmax_phiLE60 - CLmax2Clmax_phiLE0) / (cos(convertUnit(DEGREE, RADIAN, 60)) - 1.) * (cos(phi_LE_rad) - 1.);  // [Ray18] Fig. 12.8
     double CLmax_inc            = CLmax2Clmax_phiLE * Clmax_sec;
     // Decrease due to Mach number
     double delta_CLmax_Ma06 = -0.2 * cos(phi_LE_rad);  // according to [Ray18] Fig. 12.9 (not exact, but influence neglectable --> not too big)
@@ -257,7 +264,7 @@ double liftingLinePolar::getCLmax_clean(double Mach) {
         CLmax = CLmax_inc;
     } else if (Mach > 0.2 && Mach <= 0.6) {  // [Ray18] Figure 12.9
         CLmax = CLmax_inc + delta_CLmax_Ma;
-    } else if (Mach > 0.6 && Mach <= Ma_dive) {  // Assump.: Buffet-Limit, acc.: [Obe09] Fig. 28.10-28.13
+    } else if (Mach > 0.6 && (Mach - Ma_dive) <= ACCURACY_MEDIUM) {  // Assump.: Buffet-Limit, acc.: [Obe09] Fig. 28.10-28.13
         double CL_buffet_Ma_dive = 0.2;
         // acc.: PG -> set Prandtl-Glauert factors for interpolation
         double beta_Ma06    = sqrt(1. - pow(0.6, 2.));
@@ -575,7 +582,7 @@ void liftingLinePolar::calculateCleanPolarForMach(const double& Mach, const uint
     theCleanPolars.back().MachNumber = flightConditions.at(Mach_id).Mach;
     theCleanPolars.back().altitude = flightConditions.at(Mach_id).Altitude;
     theCleanPolars.back().ReynoldsNumber = getReynoldsNumber(geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()),
-                                                            theCleanPolars.back().altitude, theCleanPolars.back().MachNumber);
+                                                            theCleanPolars.back().altitude, theCleanPolars.back().MachNumber, delta_isa);
     for (size_t i(0); i < liftingSurfaces.size(); ++i) {
         theCleanPolars.back().liftingSurfacePolars.push_back(aLiftingSurfacePolar);
     }
diff --git a/aerodynamic_analysis/src/methods/liftingLinePolar.h b/aerodynamic_analysis/src/methods/liftingLinePolar.h
index 09d5d479ebea601a58b18938549e7a94409c4c95..33b64728d31b320ee15513e797cccad01c3ce933 100644
--- a/aerodynamic_analysis/src/methods/liftingLinePolar.h
+++ b/aerodynamic_analysis/src/methods/liftingLinePolar.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef CALCULATEPOLAR_SRC_METHODS_LIFTINGLINEPOLAR_H_
 #define CALCULATEPOLAR_SRC_METHODS_LIFTINGLINEPOLAR_H_
 
@@ -38,11 +44,14 @@ class LiLiPolarInitialization {
     double delta_dCMdCL;
     double indDragCtCorrForCalibration;
     double factorDragCleanPolar;
+    double the_delta_isa;               /**< Temperature shift according to TLARS in [K] */
     std::string CLModeAirfoilSelection; /**< aircraft CL for airfoil selection, 0: CL at ICA, 1: CL at TOC, 2: CL avg cr */
 
     std::vector <flightCondition> flightConditions;
 
     std::vector <geom2::MultisectionSurface<geom2::AirfoilSection>> liftingSurfaces;
+    geom2::MultisectionSurface<geom2::PolygonSection> theFuselage;
+
     LiLiPolarInitialization();
     virtual ~LiLiPolarInitialization() {}
 };
@@ -56,6 +65,7 @@ class liftingLinePolar{
     std::string pathToLiftingLine;
     std::string IOFilename;
     // auxillary variables
+    double delta_isa;                   /**< Temperature shift according to TLARS in [K] */
     std::string CLModeAirfoilSelection; /**< aircraft CL for airfoil selection, 0: CL at ICA, 1: CL at TOC, 2: CL avg cr */
     size_t cruiseMachID;
     double stepWidthCL;
@@ -237,6 +247,7 @@ class liftingLinePolar{
 
  private:
     const std::vector <geom2::MultisectionSurface<geom2::AirfoilSection>>& liftingSurfaces;
+    const geom2::MultisectionSurface<geom2::PolygonSection>& theFuselage;
     const std::shared_ptr<RuntimeIO>& rtIO_;
 };
 
diff --git a/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.cpp b/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.cpp
index d0d4808c6b7b444cff66490b5a18a0d7da6aa762..91a6468e73003a0e7f59ba2f7d747256950ee7ee 100644
--- a/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.cpp
+++ b/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "semiEmpiricalHighLiftAdaption.h"
 
@@ -101,41 +106,37 @@ void semiEmpiricalHighLiftAdaption::processHighLiftDevices() {
         leadingEdgeHighLiftDevices.at(deviceID).innerSpan_abs = getHalfSpan(theMainWing) * fabs(leadingEdgeHighLiftDevices.at(deviceID).innerSpan_rel);
         leadingEdgeHighLiftDevices.at(deviceID).outerSpan_abs = getHalfSpan(theMainWing) * fabs(leadingEdgeHighLiftDevices.at(deviceID).outerSpan_rel);
         leadingEdgeHighLiftDevices.at(deviceID).span = fabs(leadingEdgeHighLiftDevices.at(deviceID).outerSpan_abs - leadingEdgeHighLiftDevices.at(deviceID).innerSpan_abs);
-        leadingEdgeHighLiftDevices.at(deviceID).c_rel_avg = 0.25 * (leadingEdgeHighLiftDevices.at(deviceID).innerRelFwdChordPosition
-                                                                + leadingEdgeHighLiftDevices.at(deviceID).innerRelAftChordPosition
-                                                                + leadingEdgeHighLiftDevices.at(deviceID).outerRelFwdChordPosition
-                                                                + leadingEdgeHighLiftDevices.at(deviceID).outerRelAftChordPosition);
+        leadingEdgeHighLiftDevices.at(deviceID).c_rel_avg = 0.5 * ((leadingEdgeHighLiftDevices.at(deviceID).innerRelAftChordPosition
+                                                                    - leadingEdgeHighLiftDevices.at(deviceID).innerRelFwdChordPosition)
+                                                                   + (leadingEdgeHighLiftDevices.at(deviceID).outerRelAftChordPosition
+                                                                    - leadingEdgeHighLiftDevices.at(deviceID).outerRelFwdChordPosition));
         double delta_x_rel_HL = 0.02;  // distance hinge line (apparently from Raymer..)
         leadingEdgeHighLiftDevices.at(deviceID).x_rel_hinge = leadingEdgeHighLiftDevices.at(deviceID).c_rel_avg - delta_x_rel_HL;
         leadingEdgeHighLiftDevices.at(deviceID).phiHL = getLocalSweep(theMainWing,
                                                             0.5 * (leadingEdgeHighLiftDevices.at(deviceID).innerSpan_abs + leadingEdgeHighLiftDevices.at(deviceID).outerSpan_abs),
                                                             leadingEdgeHighLiftDevices.at(deviceID).x_rel_hinge, "DEGREE");
-        double chordInboard = getLocalChordLength(theMainWing, leadingEdgeHighLiftDevices.at(deviceID).innerSpan_abs)
-                                    * fabs(leadingEdgeHighLiftDevices.at(deviceID).innerRelAftChordPosition - leadingEdgeHighLiftDevices.at(deviceID).innerRelFwdChordPosition);
-        double chordOutboard = getLocalChordLength(theMainWing, leadingEdgeHighLiftDevices.at(deviceID).outerSpan_abs)
-                                    * fabs(leadingEdgeHighLiftDevices.at(deviceID).outerRelAftChordPosition - leadingEdgeHighLiftDevices.at(deviceID).outerRelFwdChordPosition);
+        double chordInboardWing = getLocalChordLength(theMainWing, leadingEdgeHighLiftDevices.at(deviceID).innerSpan_abs);
+        double chordOutboardWing = getLocalChordLength(theMainWing, leadingEdgeHighLiftDevices.at(deviceID).outerSpan_abs);
         // area is calculated for both devices, because symmetry
-        leadingEdgeHighLiftDevices.at(deviceID).coveredA = leadingEdgeHighLiftDevices.at(deviceID).span * (chordInboard + chordOutboard);
+        leadingEdgeHighLiftDevices.at(deviceID).coveredA = leadingEdgeHighLiftDevices.at(deviceID).span * (chordInboardWing + chordOutboardWing);
     }
     for (size_t deviceID(0); deviceID < trailingEdgeHighLiftDevices.size(); ++deviceID) {
         trailingEdgeHighLiftDevices.at(deviceID).innerSpan_abs = getHalfSpan(theMainWing) * fabs(trailingEdgeHighLiftDevices.at(deviceID).innerSpan_rel);
         trailingEdgeHighLiftDevices.at(deviceID).outerSpan_abs = getHalfSpan(theMainWing) * fabs(trailingEdgeHighLiftDevices.at(deviceID).outerSpan_rel);
         trailingEdgeHighLiftDevices.at(deviceID).span = fabs(trailingEdgeHighLiftDevices.at(deviceID).outerSpan_abs - trailingEdgeHighLiftDevices.at(deviceID).innerSpan_abs);
-        trailingEdgeHighLiftDevices.at(deviceID).c_rel_avg = 0.25 * (trailingEdgeHighLiftDevices.at(deviceID).innerRelFwdChordPosition
-                                                                + trailingEdgeHighLiftDevices.at(deviceID).innerRelAftChordPosition
-                                                                + trailingEdgeHighLiftDevices.at(deviceID).outerRelFwdChordPosition
-                                                                + trailingEdgeHighLiftDevices.at(deviceID).outerRelAftChordPosition);
+        trailingEdgeHighLiftDevices.at(deviceID).c_rel_avg = 0.5 * ((trailingEdgeHighLiftDevices.at(deviceID).innerRelAftChordPosition
+                                                                    - trailingEdgeHighLiftDevices.at(deviceID).innerRelFwdChordPosition)
+                                                                   + (trailingEdgeHighLiftDevices.at(deviceID).outerRelAftChordPosition
+                                                                    -trailingEdgeHighLiftDevices.at(deviceID).outerRelFwdChordPosition));
         double delta_x_rel_HL = 0.02;  // distance hinge line (apparently from Raymer..)
         trailingEdgeHighLiftDevices.at(deviceID).x_rel_hinge = 1. - trailingEdgeHighLiftDevices.at(deviceID).c_rel_avg + delta_x_rel_HL;
         trailingEdgeHighLiftDevices.at(deviceID).phiHL = getLocalSweep(theMainWing,
                                                             0.5 * (trailingEdgeHighLiftDevices.at(deviceID).innerSpan_abs + trailingEdgeHighLiftDevices.at(deviceID).outerSpan_abs),
                                                             trailingEdgeHighLiftDevices.at(deviceID).x_rel_hinge, "DEGREE");
-        double chordInboard = getLocalChordLength(theMainWing, trailingEdgeHighLiftDevices.at(deviceID).innerSpan_abs)
-                                    * fabs(trailingEdgeHighLiftDevices.at(deviceID).innerRelAftChordPosition - trailingEdgeHighLiftDevices.at(deviceID).innerRelFwdChordPosition);
-        double chordOutboard = getLocalChordLength(theMainWing, trailingEdgeHighLiftDevices.at(deviceID).outerSpan_abs)
-                                    * fabs(trailingEdgeHighLiftDevices.at(deviceID).outerRelAftChordPosition - trailingEdgeHighLiftDevices.at(deviceID).outerRelFwdChordPosition);
+        double chordInboardWing = getLocalChordLength(theMainWing, trailingEdgeHighLiftDevices.at(deviceID).innerSpan_abs);
+        double chordOutboardWing = getLocalChordLength(theMainWing, trailingEdgeHighLiftDevices.at(deviceID).outerSpan_abs);
         // area is calculated for both devices, because symmetry
-        trailingEdgeHighLiftDevices.at(deviceID).coveredA = leadingEdgeHighLiftDevices.at(deviceID).span * (chordInboard + chordOutboard);
+        trailingEdgeHighLiftDevices.at(deviceID).coveredA = leadingEdgeHighLiftDevices.at(deviceID).span * (chordInboardWing + chordOutboardWing);
     }
 }
 
@@ -359,7 +360,7 @@ Polar semiEmpiricalHighLiftAdaption::calculateHighLiftPolar(std::string config,
         // individual drag correction
         if (do_individual_hl_calibration) {
             aHighLiftPolar.PolarPoints.back().CD = aHighLiftPolar.PolarPoints.back().CD * hl_polar_calibration_data.at(config).factor_CD;
-            aHighLiftPolar.PolarPoints.back().CD += hl_polar_calibration_data.at(config).delta_CD;
+            aHighLiftPolar.PolarPoints.back().CD += hl_polar_calibration_data.at(config).delta_CD * 0.0001;
         }
         // overall drag correction
         aHighLiftPolar.PolarPoints.back().CD = (aHighLiftPolar.PolarPoints.back().CD + reductionDragCountsHighLift * 0.0001)
diff --git a/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.h b/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.h
index 4f4c9d71f9afd761275cf45588dad8b45e9c0b95..89a7856e535ce138c72f4f1a5b26537a1543ffc6 100644
--- a/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.h
+++ b/aerodynamic_analysis/src/methods/semiEmpiricalHighLiftAdaption.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef CALCULATEPOLAR_SRC_METHODS_SEMIEMPIRICALHIGHLIFTADAPTION_H_
 #define CALCULATEPOLAR_SRC_METHODS_SEMIEMPIRICALHIGHLIFTADAPTION_H_
 
diff --git a/aerodynamic_analysis/src/methods/trimInterpolation.cpp b/aerodynamic_analysis/src/methods/trimInterpolation.cpp
index 4bc123e6b3c27ca2c2ba91493b88d217b59f1c09..b1f8de660cd85115c74827c8c9ecc944996be050 100644
--- a/aerodynamic_analysis/src/methods/trimInterpolation.cpp
+++ b/aerodynamic_analysis/src/methods/trimInterpolation.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "trimInterpolation.h"
 
diff --git a/aerodynamic_analysis/src/methods/trimInterpolation.h b/aerodynamic_analysis/src/methods/trimInterpolation.h
index 45c4198499ccf2c9db627ffd6485c50de26ec350..c5224bc2d5df31b4afb355e5e1128dcb1bc905a9 100644
--- a/aerodynamic_analysis/src/methods/trimInterpolation.h
+++ b/aerodynamic_analysis/src/methods/trimInterpolation.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef CALCULATEPOLAR_SRC_METHODS_TRIMINTERPOLATION_H_
 #define CALCULATEPOLAR_SRC_METHODS_TRIMINTERPOLATION_H_
 
diff --git a/aerodynamic_analysis/src/methods/viscDragRaymer.cpp b/aerodynamic_analysis/src/methods/viscDragRaymer.cpp
index 7d3c108c11ffac93d13ec3a39800f6cfe500034c..a89cdfe5ba391738228516c3892cdefbb6836cd2 100644
--- a/aerodynamic_analysis/src/methods/viscDragRaymer.cpp
+++ b/aerodynamic_analysis/src/methods/viscDragRaymer.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /*
  * Raymer, D. P. - Aircraft Design: A Conceptual Approach, American Institute of Aeronautics and Astronautics, 2018, ISBN: 978-1-62410-574-6
@@ -76,7 +81,8 @@ viscDragRaymerInitialization::viscDragRaymerInitialization()
     CDvisc_CDsum_lowMa(NAN),
     CDvisc_CLfact_lowMa(NAN),
     CDvisc_CLexp_lowMa(NAN),
-    jetEngine(false) {
+    jetEngine(false),
+    the_delta_isa(0.) {
 }
 
 viscDragRaymer::viscDragRaymer(const std::shared_ptr<RuntimeIO>& rtIO, const viscDragRaymerInitialization& viscDragInit)
@@ -99,7 +105,15 @@ viscDragRaymer::viscDragRaymer(const std::shared_ptr<RuntimeIO>& rtIO, const vis
     CDvisc_CDsum_lowMa(viscDragInit.CDvisc_CDsum_lowMa),
     CDvisc_CLfact_lowMa(viscDragInit.CDvisc_CLfact_lowMa),
     CDvisc_CLexp_lowMa(viscDragInit.CDvisc_CLexp_lowMa),
+    doViscDragCtCorrForCalibration(viscDragInit.doViscDragCtCorrForCalibration),
+    viscDragCtCorrForCalibrationWing(viscDragInit.viscDragCtCorrForCalibrationWing),
+    viscDragCtCorrForCalibrationFuselage(viscDragInit.viscDragCtCorrForCalibrationFuselage),
+    viscDragCtCorrForCalibrationHTP(viscDragInit.viscDragCtCorrForCalibrationHTP),
+    viscDragCtCorrForCalibrationVTP(viscDragInit.viscDragCtCorrForCalibrationVTP),
+    viscDragCtCorrForCalibrationNacelles(viscDragInit.viscDragCtCorrForCalibrationNacelles),
+    viscDragCtCorrForCalibrationMisc(viscDragInit.viscDragCtCorrForCalibrationMisc),
     jetEngine(viscDragInit.jetEngine),
+    delta_isa(viscDragInit.the_delta_isa),
     Sref_Wing(NAN),
     Swet_Wing(NAN),
     MAC_Wing(NAN),
@@ -167,21 +181,23 @@ void viscDragRaymer::preprocessGeometry() {
         eta_ref_Wing = 0.65;  // Reference position used for local sweep <- cant  find this value in the source
         phiAtmXtoC_Wing = getLocalSweep(theAircraftComponents.myWing, eta_ref_Wing * getHalfSpan(theAircraftComponents.myWing), mXtoC_Wing, "RADIAN");
         QC_Wing = 1.;  // Assumtion for high, mid, and well fitted low wing
-        /*
-        // Wetted Surface 
-        if (!myAcftPt->theFuselage.empty()) {
-            wFuselage = myAcftPt->theFuselage.at(0).getLocalWidth(myAcftPt->theWing.at(i).referencePtx);
-            hFuselage = myAcftPt->theFuselage.at(0).getLocalHeight(myAcftPt->theWing.at(i).referencePtx);
-            zFuselage = myAcftPt->theFuselage.at(0).getLocalOffset(myAcftPt->theWing.at(i).referencePtx);
+        // Correct wetted surface if wing is within fuselage
+        double wFuselage(0.), zFuselageTop(0.), zFuselageBottom(0.);
+        if (!theAircraftComponents.myFuselage.sections.empty()) {
+            wFuselage = geom2::measure::width(theAircraftComponents.myFuselage,
+                                              theAircraftComponents.myWing.origin.x() + theAircraftComponents.myWing.sections.front().origin.x());
+            zFuselageTop = theAircraftComponents.myFuselage.origin.z() +
+                           geom2::measure::top(theAircraftComponents.myFuselage,
+                                               theAircraftComponents.myWing.origin.x() + theAircraftComponents.myWing.sections.front().origin.x()).y();
+            zFuselageBottom = theAircraftComponents.myFuselage.origin.z() +
+                              geom2::measure::bottom(theAircraftComponents.myFuselage,
+                                                     theAircraftComponents.myWing.origin.x() + theAircraftComponents.myWing.sections.front().origin.x()).y();
         }
         // Check if wing object is located in fuselage
-        if (myAcftPt->theWing.at(i).referencePtz < (zFuselage + hFuselage / 2) &&
-                myAcftPt->theWing.at(i).referencePtz > (zFuselage - hFuselage / 2)) {  // If tailplane Z-coordinate inside fuselage
-            Swet.push_back(myAcftPt->theWing.at(i).getWingSurface() - 2.*(wFuselage * myAcftPt->theWing.at(i).l_i_right));
-        } else {
-            Swet.push_back(myAcftPt->theWing.at(i).getWingSurface());
+        double origin_z_wing(theAircraftComponents.myWing.origin.z() + theAircraftComponents.myWing.sections.front().origin.y());
+        if (origin_z_wing <= zFuselageTop && origin_z_wing >= zFuselageBottom) {  // If tailplane Z-coordinate inside fuselage
+            Swet_Wing -= 2.* (wFuselage *  theAircraftComponents.myWing.sections.front().get_chord_length());
         }
-        */
     }
     if (calculateHTP) {
         Swet_HTP = geom2::measure::area(theAircraftComponents.myHTP);
@@ -191,6 +207,23 @@ void viscDragRaymer::preprocessGeometry() {
         eta_ref_HTP = 0.65;  // Reference position used for local sweep
         phiAtmXtoC_HTP = getLocalSweep(theAircraftComponents.myHTP, eta_ref_HTP * getHalfSpan(theAircraftComponents.myHTP), mXtoC_HTP, "RADIAN");
         QC_HTP = 1.04;  // Form factor HTP
+        // Correct wetted surface if wing is within fuselage
+        double wFuselage(0.), zFuselageTop(0.), zFuselageBottom(0.);
+        if (!theAircraftComponents.myFuselage.sections.empty()) {
+            wFuselage = geom2::measure::width(theAircraftComponents.myFuselage,
+                                              theAircraftComponents.myHTP.origin.x() + theAircraftComponents.myHTP.sections.front().origin.x());
+            zFuselageTop = theAircraftComponents.myFuselage.origin.z() +
+                           geom2::measure::top(theAircraftComponents.myFuselage,
+                                               theAircraftComponents.myHTP.origin.x() + theAircraftComponents.myHTP.sections.front().origin.x()).y();
+            zFuselageBottom = theAircraftComponents.myFuselage.origin.z() +
+                              geom2::measure::bottom(theAircraftComponents.myFuselage,
+                                                     theAircraftComponents.myHTP.origin.x() + theAircraftComponents.myHTP.sections.front().origin.x()).y();
+        }
+        // Check if wing object is located in fuselage
+        double origin_z_htp(theAircraftComponents.myHTP.origin.z() + theAircraftComponents.myHTP.sections.front().origin.y());
+        if (origin_z_htp <= zFuselageTop && origin_z_htp >= zFuselageBottom) {  // If tailplane Z-coordinate inside fuselage
+            Swet_HTP -= 2.* (wFuselage *  theAircraftComponents.myHTP.sections.front().get_chord_length());
+        }
     }
     if (calculateVTP) {
         Swet_VTP = geom2::measure::area(theAircraftComponents.myVTP);
@@ -207,10 +240,10 @@ void viscDragRaymer::preprocessGeometry() {
         maxWidthFuselage = geom2::measure::width_max(theAircraftComponents.myFuselage);
         maxHeightFuselage = geom2::measure::height_max(theAircraftComponents.myFuselage);
         QC_Fuselage = 1.0;
-        fuselageUpsweepAngle = 3 * PI / 180;  // be creative!!!
+        fuselageUpsweepAngle = getFuselageUpsweepAngle(theAircraftComponents.myFuselage);
     }
     if (calculateNacelles) {
-        Swet_Nacelles = getNacelleWettedArea(theAircraftComponents.myNacelles.front());
+        Swet_Nacelles = geom2::measure::area(theAircraftComponents.myNacelles.front());
         l_Nacelles = geom2::measure::length(theAircraftComponents.myNacelles.front());
         maxWidthNacelles = geom2::measure::width_max(theAircraftComponents.myNacelles.front());
         maxHeightNacelles = geom2::measure::height_max(theAircraftComponents.myNacelles.front());
@@ -276,7 +309,7 @@ std::vector<double> viscDragRaymer::calculateViscDrag(const Polar& aPolar, const
     if (calculateMisc) {
         theComponentDrags.push_back(calculateViscDragMisc(aPolar));
         // according to [Ray18] (chap. Aerodynamics - Leakage and Protuberances): 2-5% for jet, 5-10% for prop (Page 289)
-        double CD_protub = std::accumulate(theComponentDrags.begin(), theComponentDrags.end(), 0.0) * factorProtuberances;
+        double CD_protub = std::accumulate(theComponentDrags.begin(), theComponentDrags.end() - 1, 0.0) * factorProtuberances;
         theComponentDrags.back() += CD_protub;
     } else {
         theComponentDrags.push_back(0.);
@@ -290,6 +323,7 @@ std::vector<double> viscDragRaymer::calculateCorrectedViscDrag(const std::vector
        the current definition and values in config are from Risse in commit [2ec91580] (02.08.2015) */
     std::vector <double> correctedComponentDrags = componentDrags;
     if (doCalibration) {
+        // loop over all points to calculate CL dependent visc drag correction for wing (only wing drag will be corrected to get the correct behavor of form drag due to separation)
         if (aMachNumber > 0.5) {
             correctedComponentDrags.front() += CDvisc_CDsum + CDvisc_CLfact * pow(CL, CDvisc_CLexp);
         } else if (aMachNumber <= 0.5) {
@@ -303,7 +337,7 @@ double viscDragRaymer::calculateViscDragWing(const Polar& aPolar, const double t
     // [Ray18] p. 280 ff. (pdf p. 294 ff.)
     myRuntimeInfo->debug << "      - Get viscous drag wing ..." << endl;
     double CDvisc_Wing(0.);
-    double reynoldNumberWing = getReynoldsNumber(MAC_Wing, aPolar.altitude, aPolar.MachNumber);
+    double reynoldNumberWing = getReynoldsNumber(MAC_Wing, aPolar.altitude, aPolar.MachNumber, delta_isa);
     double Cf;
     double Cflaminar;
     double FF;
@@ -324,7 +358,7 @@ double viscDragRaymer::calculateViscDragHTP(const Polar& aPolar, const double tr
     // [Ray18] p. 280 ff. (pdf p. 294 ff.)
     myRuntimeInfo->debug << "      - Get viscous drag HTP ..." << endl;
     double CDvisc_HTP(0.0);
-    double reynoldNumberHTP = getReynoldsNumber(MAC_HTP, aPolar.altitude, aPolar.MachNumber);
+    double reynoldNumberHTP = getReynoldsNumber(MAC_HTP, aPolar.altitude, aPolar.MachNumber, delta_isa);
     double Cf;
     double Cflaminar;
     double FF;
@@ -344,7 +378,7 @@ double viscDragRaymer::calculateViscDragVTP(const Polar& aPolar, const double tr
     // [Ray18] p. 280 ff. (pdf p. 294 ff.)
     myRuntimeInfo->debug << "      - Get viscous drag VTP ..." << endl;
     double CDvisc_VTP(0.0);
-    double reynoldNumberVTP = getReynoldsNumber(MAC_VTP, aPolar.altitude, aPolar.MachNumber);
+    double reynoldNumberVTP = getReynoldsNumber(MAC_VTP, aPolar.altitude, aPolar.MachNumber, delta_isa);
     double Cf;
     double Cflaminar;
     double FF;
@@ -364,7 +398,7 @@ double viscDragRaymer::calculateViscDragFuselage(const Polar& aPolar) {
     // [Ray18] p. 280 ff. (pdf p. 294 ff.)
     myRuntimeInfo->debug << "      - Get viscous drag Fuselage ..." << endl;
     double CDvisc_Fuselage(0.0);
-    double reynoldsNumberFuselage = getReynoldsNumber(l_Fuselage, aPolar.altitude, aPolar.MachNumber);
+    double reynoldsNumberFuselage = getReynoldsNumber(l_Fuselage, aPolar.altitude, aPolar.MachNumber, delta_isa);
     double Cf;
     double FF;
     // Friction Coefficient (turbulent) for component
@@ -380,16 +414,13 @@ double viscDragRaymer::calculateViscDragNacelles(const Polar& aPolar) {
     // [Ray18] p. 280 ff. (pdf p. 294 ff.)
     myRuntimeInfo->debug << "      - Get viscous drag Nacelles ..." << endl;
     double CDvisc_Nacelles(0.0);
-    double reynoldsNumberNacelles = getReynoldsNumber(l_Nacelles, aPolar.altitude, aPolar.MachNumber);
-    double Cf;
-    double FF;
     // Reynolds number of component
-    reynoldsNumberNacelles = getReynoldsNumber(l_Nacelles, aPolar.altitude, aPolar.MachNumber);
+    double reynoldsNumberNacelles = getReynoldsNumber(l_Nacelles, aPolar.altitude, aPolar.MachNumber, delta_isa);
     // Friction Coefficient (turbulent) for nacelles
-    Cf = getFrictionCoefficient(aPolar.MachNumber, reynoldsNumberNacelles);
+    double Cf = getFrictionCoefficient(aPolar.MachNumber, reynoldsNumberNacelles);
     // Form factor for components
     double f_Nacelles = l_Nacelles / sqrt(maxHeightNacelles * maxWidthNacelles);
-    FF = 1 + (0.35 / f_Nacelles);
+    double FF = 1 + (0.35 / f_Nacelles);
     // Store components
     CDvisc_Nacelles = theAircraftComponents.myNacelles.size() * Cf * FF * QC_Nacelles * Swet_Nacelles / Sref_Wing;
     return CDvisc_Nacelles;
diff --git a/aerodynamic_analysis/src/methods/viscDragRaymer.h b/aerodynamic_analysis/src/methods/viscDragRaymer.h
index 38afe07b6a5cca0233f7eb5e8ac52c3c3a615c70..01faa21fb494e5cfca8c04fe2115d67f130e502f 100644
--- a/aerodynamic_analysis/src/methods/viscDragRaymer.h
+++ b/aerodynamic_analysis/src/methods/viscDragRaymer.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef CALCULATEPOLAR_SRC_METHODS_VISCDRAGRAYMER_H_
 #define CALCULATEPOLAR_SRC_METHODS_VISCDRAGRAYMER_H_
 
@@ -50,8 +56,17 @@ class viscDragRaymerInitialization {
     double CDvisc_CDsum_lowMa;
     double CDvisc_CLfact_lowMa;
     double CDvisc_CLexp_lowMa;
+    // drag count correction
+    bool doViscDragCtCorrForCalibration; /**< switch if viscous drag count correction should be applied [-] */
+    double viscDragCtCorrForCalibrationWing; /**< correction of viscous wing drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationFuselage; /**< correction of viscous fuselage drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationHTP; /**< correction of viscous horizontal tailplane drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationVTP; /**< correction of viscous vertical tailplane drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationNacelles; /**< correction of viscous nacelle drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationMisc; /**< correction of viscous miscellaneous drag, given in drag counts [DC] */
     // other
     bool jetEngine;                         /**< switch if aircraft flies with jet engines or propellers */
+    double the_delta_isa;                   /**< Temperature shift according to TLARS in [K] */
     // geometry
     geom2::MultisectionSurface<geom2::AirfoilSection> theWing;                      /**< geometry of the main wing */
     geom2::MultisectionSurface<geom2::AirfoilSection> theHTP;                       /**< geometry of the horzontal tail plane */
@@ -87,8 +102,17 @@ class viscDragRaymer {
     double CDvisc_CDsum_lowMa;
     double CDvisc_CLfact_lowMa;
     double CDvisc_CLexp_lowMa;
+    // drag count correction
+    bool doViscDragCtCorrForCalibration; /**< switch if viscous drag count correction should be applied [-] */
+    double viscDragCtCorrForCalibrationWing; /**< correction of viscous wing drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationFuselage; /**< correction of viscous fuselage drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationHTP; /**< correction of viscous horizontal tailplane drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationVTP; /**< correction of viscous vertical tailplane drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationNacelles; /**< correction of viscous nacelle drag, given in drag counts [DC] */
+    double viscDragCtCorrForCalibrationMisc; /**< correction of viscous miscellaneous drag, given in drag counts [DC] */
     // sonstiges
     bool jetEngine;                         /**< switch if aircraft flies with jet engines or propellers */
+    double delta_isa;                       /**< temperature delta [K] */
     // geometry
     struct aircraftComponents {                                                         /**< struct which stores all possible aircraft geometry elements */
         geom2::MultisectionSurface<geom2::AirfoilSection> myWing;                      /**< geometry of the main wing */
@@ -103,9 +127,9 @@ class viscDragRaymer {
     double Swet_Wing;           /**< Wetted area of the wing [m^2] */
     double MAC_Wing;            /**< Mean aerodynamic chord of the wing [m] */
     double avgTtoC_Wing;        /**< Average thickness to chord ratio of the wing [-] */
+    double mXtoC_Wing;          /**< Chordwise location of airfoil maximum thickness point [-] */
     double eta_ref_Wing;        /**< Relative span position used for local sweep [-] */
     double phiAtmXtoC_Wing;     /**< Local sweep at reference position [rad] */
-    double mXtoC_Wing;          /**< Chordwise location of airfoil maximum thickness point [-] */
     double QC_Wing;             /**< Form factor wing [-] */
     // geometry dependent HTP parameters
     double Swet_HTP;            /**< Wetted area of the HTP [m^2] */
diff --git a/aerodynamic_analysis/src/methods/waveDragMason.cpp b/aerodynamic_analysis/src/methods/waveDragMason.cpp
index 8bef416adb67afade416016ebffb1ff365948b54..eabd9229117694abd4cf56d22110b979475f3bed 100644
--- a/aerodynamic_analysis/src/methods/waveDragMason.cpp
+++ b/aerodynamic_analysis/src/methods/waveDragMason.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /** References
  *  [Gur2010] Gur, O. - Full-Configuration Drag Estimation, DOI: 10.2514/1.47557
@@ -60,9 +65,12 @@ waveDragInitialization::waveDragInitialization()
     maxAllowedSweep(NAN),
     numberOfSegments(NAN),
     initialMachCruise(NAN),
+    doWaveDragMasonCalibration(false),
     CLFact(NAN),
     CLExp(NAN),
-    waveDragCtCorrForCalibration(NAN) {
+    doWaveDragMasonDragCountCorrection(false),
+    waveDragCtCorrForCalibrationWing(NAN),
+    waveDragCtCorrForCalibrationStabilizer(NAN) {
 }
 
 waveDragMason::waveDragMason(const std::shared_ptr<RuntimeIO>& rtIO, const waveDragInitialization& waveDragInit)
@@ -71,25 +79,30 @@ waveDragMason::waveDragMason(const std::shared_ptr<RuntimeIO>& rtIO, const waveD
     maxAllowedSweep(waveDragInit.maxAllowedSweep),
     numberOfSegments(waveDragInit.numberOfSegments),
     initialMachCruise(waveDragInit.initialMachCruise),
+    useCostomReferenceAngleForSweep(waveDragInit.useCostomReferenceAngleForSweep),
+    customSweepPosition(waveDragInit.customSweepPosition),
+    doWaveDragMasonCalibration(waveDragInit.doWaveDragMasonCalibration),
     CLFact(waveDragInit.CLFact),
     CLExp(waveDragInit.CLExp),
-    waveDragCtCorrForCalibration(waveDragInit.waveDragCtCorrForCalibration),
-    wFuselage(waveDragInit.wFuselage),
+    doWaveDragMasonDragCountCorrection(waveDragInit.doWaveDragMasonDragCountCorrection),
+    waveDragCtCorrForCalibrationWing(waveDragInit.waveDragCtCorrForCalibrationWing),
+    waveDragCtCorrForCalibrationStabilizer(waveDragInit.waveDragCtCorrForCalibrationStabilizer),
     liftingSurfaces(waveDragInit.liftingSurfaces),
+    theFuselage(waveDragInit.theFuselage),
     tooLargeSweep(false) {
     surfaceSectionThicknesses.resize(liftingSurfaces.size());
     for (size_t surfaceID(0); surfaceID < liftingSurfaces.size(); ++surfaceID) {
         for (size_t sectionID(0); sectionID < liftingSurfaces.at(surfaceID).sections.size(); ++sectionID) {
             spanStationWing aSpanStationWing;
             aSpanStationWing.span = getTrueCoordinates(liftingSurfaces.at(surfaceID), sectionID).yCoordinate;
-            aSpanStationWing.thicknessRatio = getThickness(liftingSurfaces.at(surfaceID), sectionID);
+            aSpanStationWing.thicknessRatio = getThicknessToChordRatioMax(liftingSurfaces.at(surfaceID).sections.at(sectionID));
             surfaceSectionThicknesses.at(surfaceID).push_back(aSpanStationWing);
         }
     }
 }
 
 double waveDragMason::calculateWaveDrag(const PolarPoint& aPolarPoint, const double aMachNumber, size_t liftingSurfaceIndex, const double chordWiseSweepPosition,
-                                        const std::vector<double>& spanStations, const std::vector<double>& Cl_distribution, const bool doCorrection) {
+                                        const std::vector<double>& spanStations, const std::vector<double>& Cl_distribution) {
     // consistency check
     if (spanStations.size() != Cl_distribution.size()) {
             stringstream errorMessage;
@@ -105,29 +118,55 @@ double waveDragMason::calculateWaveDrag(const PolarPoint& aPolarPoint, const dou
         double ySegmentCenter = segmentSpan * (static_cast<double>(segmentID) + 0.5);
         double ySegmentInboard = segmentSpan * static_cast<double>(segmentID);
         double ySegmentOutboard = segmentSpan  * (static_cast<double>(segmentID) + 1.0);
-        // use of rectangular area measurement for the wing strips
-        double segmentArea = getLocalChordLength(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter) * fabs(ySegmentInboard - ySegmentOutboard);
-        if (ySegmentCenter >= wFuselage.at(liftingSurfaceIndex)) {
+        // use of trapezoidal area measurement for the wing strips
+        double segmentArea = (getLocalChordLength(liftingSurfaces.at(liftingSurfaceIndex), ySegmentInboard)
+                            + getLocalChordLength(liftingSurfaces.at(liftingSurfaceIndex), ySegmentOutboard))
+                            * 0.5 * fabs(ySegmentInboard - ySegmentOutboard);
+        double fuselage_width_at_liftingSurface_intersection(geom2::measure::width(theFuselage,
+            (liftingSurfaces.at(liftingSurfaceIndex).origin.x() + geom2::measure::offset_LE(liftingSurfaces.at(liftingSurfaceIndex), -ySegmentCenter).x()
+             + 0.5 * geom2::measure::chord(liftingSurfaces.at(liftingSurfaceIndex), -ySegmentCenter))));
+        
+        if (ySegmentInboard > 0.5 * fuselage_width_at_liftingSurface_intersection) {
             double t2c = interpolateThicknessRatio(liftingSurfaceIndex, ySegmentCenter);
-            double sweep = getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, chordWiseSweepPosition, "RADIAN");
+            /* Distinguish between subsonic and transonic Mach number for the used sweep angle position.*/
+            double refLength(1);
+            /* Check whether sign changes between LE and TE. If so, take the position where phi=0 as new reference length*/
+            if (signum(getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, 0., "RADIAN"))
+                != signum(getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, 1.0, "RADIAN"))) {
+                    myRuntimeInfo->debug << "LE sweep and TE sweep have different signs. "
+                                    << "LE sweep: " << getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, 0., "DEGREE")
+                                    << " TE sweep: " << getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, 1.0, "DEGREE")
+                                    << ". New reference length is calculated from LE to "
+                                    << "chord position where sweep = 0 degree ." << std::endl;
+                    double gradient = (getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, 1.0, "RADIAN")
+                                - getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, 0.0, "RADIAN"));
+                    double intersection = getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, 0.0, "RADIAN");
+                    refLength = -intersection/gradient; // Solution of linear equation. x(at phi=0)= -phi(0)/(phi(1)-phi(0))
+                    myRuntimeInfo->debug << "New reference length: " << refLength << "." << std::endl;
+            }
+            double sweep = getLocalSweep(liftingSurfaces.at(liftingSurfaceIndex), ySegmentCenter, chordWiseSweepPosition * refLength, "RADIAN");
             // check if maximum sweep is violated
             if (fabs(convertUnit(RADIAN, DEGREE, sweep)) > maxAllowedSweep) {
                 // just one warning, otherwise the console gets clogged
                 if (!tooLargeSweep) {
-                myRuntimeInfo->warn << "Some wing segments have too large sweep" << endl;
-                myRuntimeInfo->warn << "Maximum allowed sweep is " << maxAllowedSweep << " degree" << endl;
-                myRuntimeInfo->warn << "Wing segments with to large sweep are excluded from wave drag calculation!" << endl;
+                    myRuntimeInfo->warn << "Some wing segments have too large sweep" << endl;
+                    myRuntimeInfo->warn << "Maximum allowed sweep is " << maxAllowedSweep << " degree" << endl;
+                    myRuntimeInfo->warn << "Wing segments with to large sweep are excluded from wave drag calculation!" << endl;
                 }
                 tooLargeSweepInSegment = true;
                 tooLargeSweep = true;
             }
-            // Local Cl from lift distribution
-            double Cl_loc = getClFromLiftDistribution(ySegmentCenter, spanStations, Cl_distribution);
+            // Local Cl from lift distribution (getClFromLiftDistribution needs an ascending order of span- and lift-distribution)
+            vector<double> reverseClDistribution(Cl_distribution);
+            vector<double> reverseSpanDistribution(spanStations);
+            reverse(reverseClDistribution.begin(), reverseClDistribution.end());
+            reverse(reverseSpanDistribution.begin(), reverseSpanDistribution.end());
+            double Cl_loc(getClFromLiftDistribution(ySegmentCenter, reverseSpanDistribution, reverseClDistribution));
             // Determination of Mdd, Mcrit and Cd_wave according to [Gur2010] Eq 15 - 18 page 1360 ff and [Mas2011]
             double Mdd = factorKa / cos(sweep) - t2c / pow(cos(sweep), 2.) - 0.1 * Cl_loc / pow(cos(sweep), 3.);
             double Mcrit = Mdd - pow(0.1 / 80.0, 1. / 3.);
             if (tooLargeSweepInSegment) {
-                liftingSurfaceRefArea -=  segmentArea;
+                liftingSurfaceRefArea -=  2. * segmentArea;
                 C_DWaveSegment.push_back(0.);
             } else if (aMachNumber >= Mcrit) {
                 C_DWaveSegment.push_back(20. * pow((aMachNumber - Mcrit), 4.) * segmentArea);
@@ -139,24 +178,23 @@ double waveDragMason::calculateWaveDrag(const PolarPoint& aPolarPoint, const dou
         }
     }
     // double the drag to account for the whole wing
-    C_DWaveTotal = 2 * std::accumulate(C_DWaveSegment.begin(), C_DWaveSegment.end(), 0.0) / liftingSurfaceRefArea;
-    if (doCorrection) {
-        C_DWaveTotal += calculateWaveDragCorrection(C_DWaveTotal, aPolarPoint, aMachNumber);
-    }
-     return C_DWaveTotal;
+    C_DWaveTotal = 2. * std::accumulate(C_DWaveSegment.begin(), C_DWaveSegment.end(), 0.0) / liftingSurfaceRefArea;
+    return C_DWaveTotal;
 }
 
-double waveDragMason::calculateWaveDragCorrection(const double& waveDragBeforeCorrection, const PolarPoint& aPolarPoint, const double& aMachNumber) {
-    double totalWaveDragCorrection(0.);
+double waveDragMason::calculateWaveDragCorrectionByCalibration(const double& waveDragBeforeCorrection, const PolarPoint& aPolarPoint, const double& aMachNumber) {
     /* Drag calibration. First introduced in commit [4eab519c2] based on experimental data in [Lam2010], 23.06.2010. After several changes, 
        the current definition and values in config are from Risse, commit [2ec91580] on 02.08.2015. Especially for wave drag calibration, the values should be used 
        carefully, as they usually only fit to one specific airfoil family and, thus, k-factor. */    
-        totalWaveDragCorrection = CLFact * pow(aMachNumber * aPolarPoint.CL, CLExp);
-        if (aMachNumber >= 0.5) {
-            totalWaveDragCorrection = CLFact * pow(aMachNumber * aPolarPoint.CL, CLExp);
-        }
+    return CLFact * pow(aMachNumber * aPolarPoint.CL, CLExp);
+}
+
+double waveDragMason::calculateWaveDragCorrectionByDragCounts(const double& waveDragCtCorrForCalibration) {
+    double totalWaveDragCorrection(0.);
     // Drag correction based on user input in config
-    totalWaveDragCorrection += waveDragCtCorrForCalibration * 0.0001;
+    if (doWaveDragMasonDragCountCorrection) {
+        totalWaveDragCorrection += waveDragCtCorrForCalibration * 0.0001;
+    }
     return totalWaveDragCorrection;
 }
 
@@ -165,7 +203,7 @@ double waveDragMason::interpolateThicknessRatio(const size_t surfaceID, const do
     for (size_t sectionID(0); sectionID < surfaceSectionThicknesses.at(surfaceID).size(); ++sectionID) {
         if (accuracyCheck(yCoordinate, surfaceSectionThicknesses.at(surfaceID).at(sectionID).span, ACCURACY_LOW)) {
             return surfaceSectionThicknesses.at(surfaceID).at(sectionID).thicknessRatio;
-        } else if (yCoordinate > surfaceSectionThicknesses.at(surfaceID).at(sectionID).span) {
+        } else if (yCoordinate > surfaceSectionThicknesses.at(surfaceID).at(sectionID).span && yCoordinate < surfaceSectionThicknesses.at(surfaceID).at(sectionID + 1).span) {
             innerSectionID = sectionID;
             outerSectionID = sectionID + 1;
             break;
diff --git a/aerodynamic_analysis/src/methods/waveDragMason.h b/aerodynamic_analysis/src/methods/waveDragMason.h
index 2a119a3389dc91254d01338c5fd9bcc157ed4b35..a5f886d635d16a4c73cc09973635b570e97e3391 100644
--- a/aerodynamic_analysis/src/methods/waveDragMason.h
+++ b/aerodynamic_analysis/src/methods/waveDragMason.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef CALCULATEPOLAR_SRC_METHODS_WAVEDRAGMASON_H_
 #define CALCULATEPOLAR_SRC_METHODS_WAVEDRAGMASON_H_
 
@@ -33,11 +39,16 @@ class waveDragInitialization{
     size_t numberOfSegments;        /**< number of wing strips for the calculation */
     // calibration parameters
     double initialMachCruise;               /**< initial cruise mach number */
+    bool useCostomReferenceAngleForSweep;   /**< switch if custom reference line position should be used */
+    double customSweepPosition;             /**< relative position of chord where sweep angle for wave drag calculation should be calculated */
+    bool doWaveDragMasonCalibration;        /**< switch if calibration function for wave drag should be applied */
     double CLFact;                          /**< factor value for the CL based calibration [-] */
     double CLExp;                           /**< exponent value for the CL based calibration [-] */
-    double waveDragCtCorrForCalibration;    /**< drag counts, that get added to or substracted from the wave drag */
+    bool doWaveDragMasonDragCountCorrection; /**< switch if drag count calibration for wave drag is applied */
+    double waveDragCtCorrForCalibrationWing; /**< drag counts, that get added to or substracted from the wave drag of the wing */
+    double waveDragCtCorrForCalibrationStabilizer; /**< drag counts, that get added to or substracted from the wave drag of the stabilizer */
     std::vector <geom2::MultisectionSurface<geom2::AirfoilSection>> liftingSurfaces;
-    std::vector<double> wFuselage;
+    geom2::MultisectionSurface<geom2::PolygonSection> theFuselage;
     waveDragInitialization();
     virtual ~waveDragInitialization() {}
 };
@@ -48,9 +59,14 @@ class waveDragMason{
     size_t numberOfSegments;        /**< number of wing strips for the calculation */
     // calibration parameters
     double initialMachCruise;               /**< initial cruise mach number */
+    bool useCostomReferenceAngleForSweep;   /**< switch if custom reference line position should be used */
+    double customSweepPosition;             /**< relative position of chord where sweep angle for wave drag calculation should be calculated */
+    bool doWaveDragMasonCalibration;        /**< switch if calibration function for wave drag should be applied */
     double CLFact;                          /**< factor value for the CL based calibration [-] */
     double CLExp;                           /**< exponent value for the CL based calibration [-] */
-    double waveDragCtCorrForCalibration;    /**< drag counts, that get added to or substracted from the wave drag */
+    bool doWaveDragMasonDragCountCorrection; /**< switch if drag count calibration for wave drag is applied */
+    double waveDragCtCorrForCalibrationWing; /**< drag counts, that get added to or substracted from the wave drag of the wing */
+    double waveDragCtCorrForCalibrationStabilizer; /**< drag counts, that get added to or substracted from the wave drag of the stabilizer */
     // geometry dependent parameters
     struct spanStationWing {    /**< struct for storing local thickness ratios of the wing */
         double thicknessRatio;  /**< thickness to chord ratio [-] */
@@ -62,16 +78,20 @@ class waveDragMason{
      *  \param liftingSurfaceIndex the index of the lifting surface, which gets calculated
      *  \param spanStations vector of span coordinates of the wing corresponding to the lift points
      *  \param Cl_distribution vector of lift coefficients corresponding to the span station coordinates
-     *  \param doCorrection switch do enable CL based calibraiton
      */
     double calculateWaveDrag(const PolarPoint& aPolarPoint, const double machNumber, size_t liftingSurfaceIndex, const double chordWiseSweepPosition,
-                                const std::vector<double>& spanStations, const std::vector<double>& Cl_distribution, const bool doCorrection);
-    /** \brief Function calculates the wave drag correction for a polar point
+                                const std::vector<double>& spanStations, const std::vector<double>& Cl_distribution);
+    /** \brief Function calculates the wave drag correction for a polar point using a clibration function
+     *  \details this function should only be used for wing and not for stabilizer
      *  \param waveDragBeforeCorrection the value of the uncorrected wave drag point
      *  \param aPolarPoint the polar point for the calculation
      *  \param aMachNumber the mach number for the drag calculation
      */                                
-    double calculateWaveDragCorrection(const double& waveDragBeforeCorrection, const PolarPoint& aPolarPoint, const double& aMachNumber);
+    double calculateWaveDragCorrectionByCalibration(const double& waveDragBeforeCorrection, const PolarPoint& aPolarPoint, const double& aMachNumber);
+    /** \brief Function calculates the wave drag correction for a polar point using the drag count calibration function
+     *  \param waveDragCtCorrForCalibration the correction factor in drag counts [DC]
+     */             
+    double calculateWaveDragCorrectionByDragCounts(const double& waveDragCtCorrForCalibration);
     /** \brief Function which interpolates the thickness to chord ratio between lifting surface sections
      *  \param surfaceID the index of the surface which gets calculated
      *  \param yCoordinate the y coordinate for the interpolation
@@ -83,7 +103,7 @@ class waveDragMason{
 
  private:
     const std::vector <geom2::MultisectionSurface<geom2::AirfoilSection>>& liftingSurfaces; /**< vector which contains all lifting surfaces */
-    const std::vector<double> wFuselage;                                                    /**< vector of the fuselageWidth at the corresponding lifting surfaces [m] */
+    const geom2::MultisectionSurface<geom2::PolygonSection>& theFuselage;                   /**< const reference to aircraft fuselage geometry object */
     std::vector<std::vector<spanStationWing>> surfaceSectionThicknesses;                    /**< contains the thicknes ratios at all sections for the interpolation */
     bool tooLargeSweep;
 };
diff --git a/aerodynamic_analysis/src/polar.cpp b/aerodynamic_analysis/src/polar.cpp
index 47ac7f52e8f9d362092e22203dac4adfd7628756..f0a9f559a3d42ddb902417eb6a5993185d714a81 100644
--- a/aerodynamic_analysis/src/polar.cpp
+++ b/aerodynamic_analysis/src/polar.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "polar.h"
 
diff --git a/aerodynamic_analysis/src/polar.h b/aerodynamic_analysis/src/polar.h
index 00f032eaada78f0c48197eae3cddf737506a437d..2ad12de59be30c3c1f38685c8c4df79eb7f6aa91 100644
--- a/aerodynamic_analysis/src/polar.h
+++ b/aerodynamic_analysis/src/polar.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_POLAR_H_
 #define CALCULATEPOLAR_SRC_POLAR_H_
diff --git a/aerodynamic_analysis/src/taw/tawCalculatePolar.cpp b/aerodynamic_analysis/src/taw/tawCalculatePolar.cpp
index 74141a83d4359d61d2b567986c72fe8fb45e2c22..41b468f1acbaac8d4c70cea7fb4f965b1e4238c8 100644
--- a/aerodynamic_analysis/src/taw/tawCalculatePolar.cpp
+++ b/aerodynamic_analysis/src/taw/tawCalculatePolar.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "tawCalculatePolar.h"
 #include "tawDefaultStrategy.h"
@@ -77,9 +82,16 @@ void tawCalculatePolar::update() {
 
 void tawCalculatePolar::report() {
     myRuntimeInfo->out << "Calculate Polar for TAW: Report..." << endl;
-    myDefaultStrategy->writePolarData();
-    myRuntimeInfo->out << "Calculate Polar for TAW: Report..." << endl;
-    myDefaultStrategy->writeViscDragData();
+    if (rtIO_->plotOn) {
+        myRuntimeInfo->out << "    - Calculate Polar for TAW: Write Polar Data..." << endl;
+        myDefaultStrategy->writePolarData();
+        myDefaultStrategy->writeViscDragData();
+    }
+    if (rtIO_->reportOn) {
+        myRuntimeInfo->out << "    - Calculate Polar for TAW: Create HTML Report Body ..." << endl;
+        set_html_body();
+    }
+    report_.generateReports();
 }
 
 void tawCalculatePolar::save() {
diff --git a/aerodynamic_analysis/src/taw/tawCalculatePolar.h b/aerodynamic_analysis/src/taw/tawCalculatePolar.h
index 627d5f0281585c4f951f52c6549e080e325b4432..84e85974fec01af69736940edd144105ad0d32ce 100644
--- a/aerodynamic_analysis/src/taw/tawCalculatePolar.h
+++ b/aerodynamic_analysis/src/taw/tawCalculatePolar.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_TAW_TAWCALCULATEPOLAR_H_
 #define CALCULATEPOLAR_SRC_TAW_TAWCALCULATEPOLAR_H_
@@ -42,7 +47,11 @@ class tawCalculatePolar : public Strategy {
     void report();
     void save();
     void selectAeroStrategy();
-
+    /**
+     * \brief Set the html body report
+     * 
+     */
+    void set_html_body();
  private:
     std::shared_ptr<RuntimeIO> rtIO_; /*<-- RuntimeIO object*/
     std::shared_ptr<tawCalculatePolarConfig> config_;
diff --git a/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.cpp b/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.cpp
index 14a8c54a0145abaf5317025decd46f0d72564824..eba25fff371724f6c0ee796141e22289bcd886a8 100644
--- a/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.cpp
+++ b/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "tawCalculatePolarConfig.h"
 
@@ -26,6 +31,8 @@
 #include <string>
 #include <vector>
 #include <utility>  // make_pair
+#include <iostream>
+#include <sstream>
 
 #ifdef _WIN32
     #include <fileapi.h>
@@ -42,10 +49,7 @@ tawCalculatePolarConfig::tawCalculatePolarConfig(const node& config)
     stepWidthCL(EndnodeReadOnly<double>("LiftingLineForTAW/stepWidthCL").read(config)),
     // other settings
     CLModeAirfoilSelection(EndnodeReadOnly<std::string>("program_settings/CLModeAirfoilSelection").read(config)),
-    setFlightConditionsMode(EndnodeReadOnly<std::string>("program_settings/FlightConditions/AdaptMachNumbersToCruiseReq").read(config)),
-    extrapolationMargin(EndnodeReadOnly<double>("program_settings/FlightConditions/PolarAttributes/extrapolation_margin").read(config)),
-    allowGrideChange(EndnodeReadOnly<bool>("program_settings/FlightConditions/PolarAttributes/allow_grid_change").read(config)),
-    numberFlightConditions(EndnodeReadOnly<int>("program_settings/FlightConditions/numberFlightConditions").read(config)),
+    setFlightConditionsMode(EndnodeReadOnly<std::string>("program_settings/FlightConditions/AdaptMachNumbersToCruiseReq", "mode_0").read(config)),
     pathToLiftingLine(EndnodeReadOnly<std::string>("program_settings/LiftingLine/FolderPath").read(config)),
     // lifting line for TAW pitching moment corrections
     CM_corr_fuselage_mode(EndnodeReadOnly<std::string>("program_settings/LiftingLineForTAW/PitchingMoment/CM_corr_fuselage").read(config)),
@@ -68,17 +72,25 @@ tawCalculatePolarConfig::tawCalculatePolarConfig(const node& config)
     CDvisc_CDsum_lowMa(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/CalibrationLowMa/CDSum").read(config)),
     CDvisc_CLfact_lowMa(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/CalibrationLowMa/CLFact").read(config)),
     CDvisc_CLexp_lowMa(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/CalibrationLowMa/CLExp").read(config)),
+    doViscousDragRaymerDragCountCorrection(EndnodeReadOnly<bool>("program_settings/ViscDragRaymer/DoDragCountCorrection").read(config)),
+    deltaViscousDragCountWing(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/DeltaViscousDragWing").read(config)),
+    deltaViscousDragCountFuselage(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/DeltaViscousDragFuselage").read(config)),
+    deltaViscousDragCountHTP(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/DeltaViscousDragHTP").read(config)),
+    deltaViscousDragCountVTP(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/DeltaViscousDragVTP").read(config)),
+    deltaViscousDragCountNacelles(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/DeltaViscousDragNacelles").read(config)),
+    deltaViscousDragCountMisc(EndnodeReadOnly<double>("program_settings/ViscDragRaymer/DeltaViscousDragMisc").read(config)),
     // wave drag mason
     numberWingStrips(EndnodeReadOnly<int>("program_settings/WaveDragMason/NumberWingStrips").read(config)),
     useCostomReferenceAngleForSweep(EndnodeReadOnly<bool>("program_settings/WaveDragMason/UseCostomReferenceAngleForSweep").read(config)),
-    doWaveDragMasonCalibration(EndnodeReadOnly<bool>("program_settings/WaveDragMason/UseCalibration").read(config)),
-    doWaveDragMasonDragCountCorrection(EndnodeReadOnly<bool>("program_settings/WaveDragMason/DoDragCountCorrection").read(config)),
     Ka(EndnodeReadOnly<double>("program_settings/WaveDragMason/Ka").read(config)),
     maximumSegmentSweep(EndnodeReadOnly<double>("program_settings/WaveDragMason/MaximumSegmentSweep").read(config)),
     customSweepPosition(EndnodeReadOnly<double>("program_settings/WaveDragMason/CustomSweepAngle").read(config)),
+    doWaveDragMasonCalibration(EndnodeReadOnly<bool>("program_settings/WaveDragMason/UseCalibration").read(config)),
     CDwave_CLFact(EndnodeReadOnly<double>("program_settings/WaveDragMason/CLFact").read(config)),
     CDwave_CLExp(EndnodeReadOnly<double>("program_settings/WaveDragMason/CLExp").read(config)),
-    deltaWaveDragCountWing(EndnodeReadOnly<double>("program_settings/WaveDragMason/deltaWaveDragWing").read(config)),
+    doWaveDragMasonDragCountCorrection(EndnodeReadOnly<bool>("program_settings/WaveDragMason/DoDragCountCorrection").read(config)),
+    deltaWaveDragCountWing(EndnodeReadOnly<double>("program_settings/WaveDragMason/DeltaWaveDragWing").read(config)),
+    deltaWaveDragCountStabilizer(EndnodeReadOnly<double>("program_settings/WaveDragMason/DeltaWaveDragStabilizer").read(config)),
     // trim settings
     doTrim(EndnodeReadOnly<bool>("program_settings/Trim/DoTrim").read(config)),
     trimAdditionalCGPositions(EndnodeReadOnly<bool>("program_settings/Trim/TrimWithAdditionalCoGPositions").read(config)),
@@ -90,23 +102,20 @@ tawCalculatePolarConfig::tawCalculatePolarConfig(const node& config)
     factorDragHL(EndnodeReadOnly<double>("program_settings/SemiEmpiricalHighLiftAdaptions/factorDrag").read(config)),
     // high lift polars settings
     do_individual_hl_calibration(EndnodeReadOnly<bool>("program_settings/SemiEmpiricalHighLiftAdaptions/do_individual_hl_calibration").read(config).value()),
-    apply_manual_CLmax_hl_values(EndnodeReadOnly<bool>("program_settings/SemiEmpiricalHighLiftAdaptions/apply_manual_CLmax_hl_values").read(config).value()),
-    // calibration settings
-    factorDragCleanPolar(EndnodeReadOnly<double>("program_settings/DragCorrection/factorDragCleanPolars").read(config)),
-    factorDragHighLiftPolar(EndnodeReadOnly<double>("program_settings/DragCorrection/factorDragHighliftPolar").read(config)),
-    deltaTotalDragCleanPolar(EndnodeReadOnly<double>("program_settings/DragCorrection/deltaTotalDragCleanPolars").read(config)),
-    deltaTotalDragHighLift(EndnodeReadOnly<double>("program_settings/DragCorrection/deltaTotalDragHighLift").read(config)) {
+    apply_manual_CLmax_hl_values(EndnodeReadOnly<bool>("program_settings/SemiEmpiricalHighLiftAdaptions/apply_manual_CLmax_hl_values").read(config).value()) {
+    // Constructor
     liftingLineFolderPath = pathToLiftingLine.value();
     myRuntimeInfo->out << "config: " << liftingLineFolderPath << endl;
     if (setFlightConditionsMode.value() == "mode_0") {
         myRuntimeInfo->info << "set flight conditions from config xml" << endl;
-        for (size_t i(0); i < numberFlightConditions.value(); i++) {
+        size_t numberFlightConditions(config.getVector(("program_settings/FlightConditions/FlightCondition"), 2).size());
+        for (size_t i(0); i < numberFlightConditions; i++) {
             readflightConditions(config, i);
         }
     } else if (setFlightConditionsMode.value() == "mode_1") {
         myRuntimeInfo->info << "Hab vergessen was hier rein sollte" << endl;
     }
-    this->initializeTrimSettings();
+    this->initializeTrimSettings(config);
     this->read_hl_calibration_factors(config);
 }
 
@@ -127,17 +136,21 @@ void tawCalculatePolarConfig::readflightConditions(const node& config, size_t ID
     machNumbers.push_back(flightConditions.back().Mach);
 }
 
-void tawCalculatePolarConfig::initializeTrimSettings() {
+void tawCalculatePolarConfig::initializeTrimSettings(const node& config) {
     if (doTrim.value()) {
         if (stabAngleGridMode.value() == "mode_0") {
             stabAngles = {-6.0, 0.0, 6.0};
             neutralStabAngleID = 1;
         } else if (stabAngleGridMode.value() == "mode_1") {
-            stabAngles = {-6.0, -4.0, -2.0, 0.0, 0.2, 0.4, 0.6};
+            stabAngles = {-6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0};
             neutralStabAngleID = 3;
         } else if (stabAngleGridMode.value() == "mode_2") {
-            myRuntimeInfo->out << "read out custom angles not implemented yet, tschüss!" << endl;
-            exit(1);
+            std::string iStabString = (EndnodeReadOnly<std::string>("Trim/customStabAngleGrid").read(config)).value();
+            std::stringstream ss(iStabString);
+            std::string item;
+            while (std::getline(ss, item, ';')) {
+                stabAngles.push_back(std::stod(item));
+            }
         }
     } else {
         stabAngles = {0.0};
diff --git a/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.h b/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.h
index 39eecf7723e5e19024d15253d50b696acf8cc789..db29ce14784675db9d04987cfec7dbf565cf6035 100644
--- a/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.h
+++ b/aerodynamic_analysis/src/taw/tawCalculatePolarConfig.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_TAW_TAWCALCULATEPOLARCONFIG_H_
 #define CALCULATEPOLAR_SRC_TAW_TAWCALCULATEPOLARCONFIG_H_
@@ -41,9 +46,6 @@ class tawCalculatePolarConfig{
     EndnodeReadOnly<std::string> CLModeAirfoilSelection;
     // fligt condition parameters
     EndnodeReadOnly<std::string> setFlightConditionsMode;
-    EndnodeReadOnly<double> extrapolationMargin;
-    EndnodeReadOnly<bool> allowGrideChange;
-    EndnodeReadOnly<int> numberFlightConditions;
     // lifting line pitching moment parameters
     EndnodeReadOnly<std::string> CM_corr_fuselage_mode;
     EndnodeReadOnly<std::string> CM_corr_nacelle_mode;
@@ -64,17 +66,25 @@ class tawCalculatePolarConfig{
     EndnodeReadOnly<double> CDvisc_CDsum_lowMa;
     EndnodeReadOnly<double> CDvisc_CLfact_lowMa;
     EndnodeReadOnly<double> CDvisc_CLexp_lowMa;
+    EndnodeReadOnly<bool> doViscousDragRaymerDragCountCorrection;
+    EndnodeReadOnly<double> deltaViscousDragCountWing;
+    EndnodeReadOnly<double> deltaViscousDragCountFuselage;
+    EndnodeReadOnly<double> deltaViscousDragCountHTP;
+    EndnodeReadOnly<double> deltaViscousDragCountVTP;
+    EndnodeReadOnly<double> deltaViscousDragCountNacelles;
+    EndnodeReadOnly<double> deltaViscousDragCountMisc;
     // wave drag mason
     EndnodeReadOnly<int> numberWingStrips;
     EndnodeReadOnly<bool> useCostomReferenceAngleForSweep;
-    EndnodeReadOnly<bool> doWaveDragMasonCalibration;
-    EndnodeReadOnly<bool> doWaveDragMasonDragCountCorrection;
     EndnodeReadOnly<double> Ka;
     EndnodeReadOnly<double> maximumSegmentSweep;
     EndnodeReadOnly<double> customSweepPosition;
+    EndnodeReadOnly<bool> doWaveDragMasonCalibration;
     EndnodeReadOnly<double> CDwave_CLFact;
     EndnodeReadOnly<double> CDwave_CLExp;
+    EndnodeReadOnly<bool> doWaveDragMasonDragCountCorrection;
     EndnodeReadOnly<double> deltaWaveDragCountWing;
+    EndnodeReadOnly<double> deltaWaveDragCountStabilizer;
     // trimInterpolationSettings
     EndnodeReadOnly<bool> doTrim;                           /**< Switch to do trim calculations */
     EndnodeReadOnly<bool> trimAdditionalCGPositions;        /**< Switch to calculate trimmed polars for additional center of gravity positions */
@@ -87,13 +97,10 @@ class tawCalculatePolarConfig{
     EndnodeReadOnly<double> factorDragHL;
     bool do_individual_hl_calibration;
     bool apply_manual_CLmax_hl_values;
-    // calibration settings
-    EndnodeReadOnly<double> factorDragCleanPolar;
-    EndnodeReadOnly<double> factorDragHighLiftPolar;
-    EndnodeReadOnly<double> deltaTotalDragCleanPolar;
-    EndnodeReadOnly<double> deltaTotalDragHighLift;
+
+    //Methods
     void readflightConditions(const node& config, size_t ID);
-    void initializeTrimSettings();
+    void initializeTrimSettings(const node& config);
     void read_hl_calibration_factors(const node& config);
     explicit tawCalculatePolarConfig(const node& config);
     virtual ~tawCalculatePolarConfig() {}
diff --git a/aerodynamic_analysis/src/taw/tawCalculatePolarReport.cpp b/aerodynamic_analysis/src/taw/tawCalculatePolarReport.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..9303ed24e76def41ba56bc568a05bc88a49c0b97
--- /dev/null
+++ b/aerodynamic_analysis/src/taw/tawCalculatePolarReport.cpp
@@ -0,0 +1,326 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#include <filesystem>
+#include <vector>
+#include <map>
+#include <string>
+#include <fstream>
+#include <sstream>
+#include <algorithm>
+#include <stdexcept>
+#include <matplot/matplot.h>
+#include "runtimeInfo/runtimeInfo.h"
+#include "moduleBasics/html.h"
+#include "moduleBasics/svg.h"
+#include "tawCalculatePolar.h"
+
+namespace fs = std::filesystem;
+namespace helpers {
+
+// Define colors
+constexpr svg::Colors::Color_t Grey{128, 128, 128};
+constexpr svg::Colors::Color_t BlueLight{100, 160, 200};
+constexpr svg::Colors::Color_t BlueDark{0, 51, 89};
+constexpr svg::Colors::Color_t Orange{227, 114, 43};
+constexpr svg::Colors::Color_t Green{162, 173, 0};
+
+// Normalize color values for Matplot++
+inline auto normalize_color(const svg::Colors::Color_t& color) -> std::array<float, 3> {
+    return {std::get<0>(color) / 255.0F, std::get<1>(color) / 255.0F, std::get<2>(color) / 255.0F};
+}
+
+// Configure axes properties
+inline void configure_axes(matplot::axes_handle& ax, const std::string& title,
+                            const std::string& xlabel, const std::string& ylabel) {
+    ax->title(title);
+    ax->font_size(16);
+    ax->xlabel(xlabel);
+    ax->x_axis().label_font_size(16);
+    ax->ylabel(ylabel);
+    ax->y_axis().label_font_size(16);
+    ax->grid(true);
+}
+
+// Configure legend properties
+inline void configure_legend(matplot::axes_handle& ax) {
+    if (auto legend = ax->legend()) {
+        legend->location(matplot::legend::general_alignment::bottomright);
+        legend->inside(false);
+        legend->box(true);
+        legend->font_size(16);
+    }
+}
+
+// Plot datasets
+inline void plot_datasets(matplot::axes_handle& ax,
+                           const std::map<std::string, std::pair<std::vector<double>, std::vector<double>>>& data) {
+    const std::array<svg::Colors::Color_t, 5> plot_colors = {BlueLight, BlueDark, Orange, Green, Grey};
+    size_t color_index = 0;
+
+    for (const auto& [label, coefficients] : data) {
+        const auto& x_data = coefficients.first;
+        const auto& y_data = coefficients.second;
+
+        if (!x_data.empty() && !y_data.empty()) {
+            auto line_color = normalize_color(plot_colors[color_index % plot_colors.size()]);
+            ax->plot(x_data, y_data)
+                ->line_width(2)
+                .color(line_color)
+                .display_name(label);
+            // Dynamically create or update the legend
+            if (ax->legend() == nullptr) {
+                ax->legend({label});
+            } else {
+                ax->legend()->strings().push_back(label);
+            }
+            ++color_index;
+        }
+    }
+}
+
+// Prepare the plot filename and path
+inline auto prepare_plot_path(const std::string& plot_dir, const std::string& plot_filename) -> std::string {
+    auto plot_path = fs::path(plot_dir) / plot_filename;
+    std::string plot_path_string = plot_path.string();
+    std::replace(plot_path_string.begin(), plot_path_string.end(), '\\', '/');
+    return plot_path_string;
+}
+
+// Trim whitespace from a string
+inline std::string trim_whitespace(const std::string& str) {
+    auto start = str.find_first_not_of(" \t\r\n");
+    auto end = str.find_last_not_of(" \t\r\n");
+    return (start == std::string::npos || end == std::string::npos) ? "" : str.substr(start, end - start + 1);
+}
+
+}  // namespace helpers
+
+// Parse a CSV file
+auto parse_csv_file(const std::string& file_path, const std::string& column_x,
+                    const std::string& column_y, char delimiter = ';')
+    -> std::pair<std::vector<double>, std::vector<double>> {
+    std::ifstream csv_file(file_path);
+    if (!csv_file.is_open()) {
+        myRuntimeInfo->warn << "Could not open CSV file: " + file_path << std::endl;
+    }
+
+    std::string line;
+    std::vector<std::string> headers;
+    std::vector<double> x_data, y_data;
+    bool is_header = true;
+
+    while (std::getline(csv_file, line)) {
+        if (line.empty() || line[0] == '#') continue;  // Skip comments and empty lines
+
+        std::istringstream ss(line);
+        std::string token;
+
+        if (is_header) {
+            while (std::getline(ss, token, delimiter)) {
+                headers.push_back(helpers::trim_whitespace(token));
+            }
+            is_header = false;
+            continue;
+        }
+
+        std::map<std::string, double> row_data;
+        size_t column_index = 0;
+
+        while (std::getline(ss, token, delimiter)) {
+            try {
+                double value = std::stod(helpers::trim_whitespace(token));
+                row_data[headers[column_index]] = value;
+            } catch (...) {
+                row_data[headers[column_index]] = 0.0;  // Default invalid data to 0
+            }
+            ++column_index;
+        }
+
+        try {
+            x_data.push_back(row_data.at(column_x));
+            y_data.push_back(row_data.at(column_y));
+        } catch (const std::out_of_range&) {
+            myRuntimeInfo->warn << "Specified columns not found in CSV: " + column_x + ", " + column_y << std::endl;
+        }
+    }
+
+    return {x_data, y_data};
+}
+
+fs::path generate_plot(
+    const std::map<std::string, std::pair<std::vector<double>, std::vector<double>>>& data,
+    const std::string& plot_dir, const std::string& html_dir,
+    const std::string& filename, const std::string& title,
+    const std::string& xlabel, const std::string& ylabel) {
+
+    if (data.empty()) {
+        myRuntimeInfo->warn << "No data provided for plotting." << std::endl;
+    }
+
+    auto plot_path_string = helpers::prepare_plot_path(plot_dir, filename);
+
+    auto f = matplot::figure(true);
+    f->size(800, 600);
+    auto ax = f->current_axes();
+    ax->hold(true);
+
+    helpers::plot_datasets(ax, data);
+    helpers::configure_axes(ax, title, xlabel, ylabel);
+    helpers::configure_legend(ax);
+
+    matplot::save(f, plot_path_string, "svg");
+    #ifdef __unix__
+       system("pkill gnuplot");
+    #endif
+    return fs::relative(fs::path(plot_path_string), fs::path(html_dir));
+}
+
+void tawCalculatePolar::set_html_body() {
+    const auto& data = myDefaultStrategy->get_default_data();
+
+    // Begin HTML Body
+    report_.htmlReportStream() << "<div class=\"box data\">\n";
+
+    // Headline for Data Section
+    report_.htmlReportStream() << "<h2>Data</h2>\n";
+
+    // Reference Values Table
+    report_.htmlReportStream()
+        << "<table class=\"content-table\">\n"
+        << "<caption>Reference values</caption>\n"
+        << "<thead>\n<tr>\n"
+        << "<th>Parameter</th><th>Symbol</th><th>Unit</th><th>Value</th>\n"
+        << "</tr>\n</thead>\n<tbody>\n"
+        << std::format("<tr><td>Wing half span</td>"
+                       "<td>b</td><td>m</td><td>{:.2f}</td></tr>\n", data.span.value())
+        << std::format("<tr><td>Mean aerodynamic chord</td>"
+                       "<td>MAC</td><td>m</td><td>{:.2f}</td></tr>\n", data.MAC.value())
+        << std::format("<tr><td>Reference area</td>"
+                       "<td>S<sub>ref</sub></td><td>m2</td><td>{:.1f}</td></tr>\n", data.S_ref.value())
+        << std::format("<tr><td>Neutral point</td>"
+                       "<td>x</td><td>m</td><td>{:.2f}</td></tr>\n", data.neutral_point_xCoordinate.value())
+        << "</tbody>\n</table>\n";
+
+    // Design Cruise Conditions Table
+    report_.htmlReportStream()
+        << "<table class=\"content-table\">\n"
+        << "<caption>Design cruise conditions</caption>\n"
+        << "<thead>\n<tr>\n"
+        << "<th>Parameter</th><th>Symbol</th><th>Unit</th><th>Value</th>\n"
+        << "</tr>\n</thead>\n<tbody>\n"
+        << std::format("<tr><td>Mach number</td>"
+                       "<td>Ma<sub>Cr</sub></td><td>-</td><td>{:.2f}</td></tr>\n", data.initialCruiseMachNumber)
+        << std::format("<tr><td>Best L/D</td>"
+                       "<td>L/D<sub>,opt,cruise</sub></td><td>-</td><td>{:.2f}</td></tr>\n",
+                       data.L_over_D_optimumCruise.value())
+        << std::format("<tr><td>Optimum lift coefficient at cruise (for L/D max)</td>"
+                       "<td>C<sub>L,opt,cruise</sub></td><td>-</td><td>{:.3f}</td></tr>\n",
+                       data.C_L_optimumCruise.value())
+        << std::format("<tr><td>Total drag at optimum lift coefficient</td>"
+                       "<td>C<sub>D,total,opt,cruise</sub></td><td>-</td><td>{:.5f}</td></tr>\n",
+                       data.C_Dtotal_optimumCruise.value())
+        << std::format("<tr><td>Induced drag at optimum lift coefficient</td>"
+                       "<td>C<sub>D,induced,opt,cruise</sub></td><td>-</td><td>{:.5f}</td><td>({:.2f} \%)</td></tr>\n",
+                       data.C_Dind_optimumCruise.value(),
+                       Rounding(data.C_Dind_optimumCruise.value() / data.C_Dtotal_optimumCruise.value() * 100., 2.))
+        << std::format("<tr><td>Viscous drag at optimum lift coefficient</td>"
+                       "<td>C<sub>D,viscous,opt,cruise</sub></td><td>-</td><td>{:.5f}</td><td>({:.2f} \%)</td></tr>\n",
+                       data.C_Dvisc_optimumCruise.value(),
+                       Rounding(data.C_Dvisc_optimumCruise.value() / data.C_Dtotal_optimumCruise.value() * 100., 2.))
+        << std::format("<tr><td>Wave drag at optimum lift coefficient</td>"
+                       "<td>C<sub>D,wave,opt,cruise</sub></td><td>-</td><td>{:.5f}</td><td>({:.2f} \%)</td></tr>\n",
+                       data.C_Dwave_optimumCruise.value(),
+                       Rounding(data.C_Dwave_optimumCruise.value() / data.C_Dtotal_optimumCruise.value() * 100., 2.))
+        << std::format("<tr><td>Moment coefficient at optimum lift coefficient</td>"
+                       "<td>C<sub>M,opt,cruise</sub></td><td>-</td><td>{:.5f}</td></tr>\n",
+                       data.C_M_optimumCruise.value())
+        << "</tbody>\n</table>\n";
+
+    // Lift Coefficients Table
+    report_.htmlReportStream()
+        << "<table class=\"content-table\">\n"
+        << "<caption>Lift coefficients</caption>\n"
+        << "<thead>\n<tr>\n"
+        << "<th>Parameter</th><th>Symbol</th><th>Unit</th><th>Value</th>\n"
+        << "</tr>\n</thead>\n<tbody>\n"
+        << std::format("<tr><td>Max. lift coeff. landing</td>"
+                       "<td>C<sub>L,max,LD</sub></td><td>-</td><td>{:.3f}</td></tr>\n", data.CL_max_landing.value())
+        << std::format("<tr><td>Max. lift coeff. take-off</td>"
+                       "<td>C<sub>L,max,TO</sub></td><td>-</td><td>{:.3f}</td></tr>\n", data.C_LmaxTO.value())
+        << "</tbody>\n</table>\n";
+    // Closing Table
+    report_.htmlReportStream() << "</tbody>\n</table>\n";
+
+    // Closing Data Section
+    report_.htmlReportStream() << "</div>\n";
+    if (rtIO_->plotOn) {
+        /* open box plot div */
+        report_.htmlReportStream() << "<div class=\"box plot\">\n";
+        /* Add headline Data*/
+        report_.htmlReportStream() << "<h2>Plots</h2>\n";;
+
+        std::vector<std::pair<std::string, std::string>> polar_files = {
+            {"tawCalculatePolar_M020_design_000_plot.csv", "Mach 0.2"},
+            {"tawCalculatePolar_M050_design_000_plot.csv", "Mach 0.5"},
+            {"tawCalculatePolar_M070_design_000_plot.csv", "Mach 0.7"},
+            {"tawCalculatePolar_M080_design_000_plot.csv", "Mach 0.8"}
+        };
+
+        std::map<std::string, std::pair<std::vector<double>, std::vector<double>>> polar_data;
+        std::map<std::string, std::pair<std::vector<double>, std::vector<double>>> lift_curve_data;
+
+        try {
+            for (const auto& [filename, label] : polar_files) {
+                auto file_path = fs::path(rtIO_->getCsvFilesDir()) / filename;
+                polar_data[label] = parse_csv_file(file_path.string(), "C_Dtotal", "C_L");
+                lift_curve_data[label] = parse_csv_file(file_path.string(), "AoA", "C_L");
+            }
+
+            auto polar_clean_plot_path = generate_plot(
+                polar_data,
+                rtIO_->getPlotDir(),
+                rtIO_->getHtmlDir(),
+                "polar_clean.svg",
+                "Polar Curve (clean configuration)",
+                "C_D",
+                "C_L");
+
+            auto lift_curve_plot_path = generate_plot(
+                lift_curve_data,
+                rtIO_->getPlotDir(),
+                rtIO_->getHtmlDir(),
+                "lift_curve_clean.svg",
+                "Lift curve (clean configuration)",
+                "AoA",
+                "C_L");
+
+            report_.htmlReportStream() << std::format("<img src=\"{}\" alt=\"Lift vs. Drag\"/><br>\n",
+            polar_clean_plot_path.string());
+            report_.htmlReportStream() << std::format("<img src=\"{}\" alt=\"Lift curve\"/><br>\n",
+            lift_curve_plot_path.string());
+        } catch (const std::exception& e) {
+            myRuntimeInfo->warn << "Error generating plots: " << e.what() << std::endl;
+        }
+
+        report_.htmlReportStream() << "</div>\n";
+    }
+}
\ No newline at end of file
diff --git a/aerodynamic_analysis/src/taw/tawDefaultData.cpp b/aerodynamic_analysis/src/taw/tawDefaultData.cpp
index db25fe3e4fea6577c1a500efdf050ebe19a0d39a..e47116bfd383b03749be1eef6f3f3d8c9c40cc10 100644
--- a/aerodynamic_analysis/src/taw/tawDefaultData.cpp
+++ b/aerodynamic_analysis/src/taw/tawDefaultData.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "tawDefaultData.h"
 
@@ -33,6 +38,7 @@ using std::endl;
 tawDefaultData::tawDefaultData(const std::shared_ptr<RuntimeIO>& rtIO)
     :
     rtIO_(rtIO),
+    delta_isa(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/delta_ISA").read(rtIO->acxml).value()),
     engineType(EndnodeReadOnly<std::string>("type").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/propulsor")).value()),
     initialCruiseMachNumber(EndnodeReadOnly<double>("initial_cruise_mach_number").read(
         rtIO->acxml.at("requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission")).value()),
@@ -53,6 +59,12 @@ tawDefaultData::tawDefaultData(const std::shared_ptr<RuntimeIO>& rtIO)
     OME_CoG_y(EndnodeReadOnly<double>("analysis/masses_cg_inertia/operating_mass_empty/mass_properties/center_of_gravity/y").read(rtIO->acxml).value()),
     OME_CoG_z(EndnodeReadOnly<double>("analysis/masses_cg_inertia/operating_mass_empty/mass_properties/center_of_gravity/z").read(rtIO->acxml).value()),
     C_L_optimumCruise(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_LoptimumCruise", "C_LoptimumCruise", 0, "1")),
+    C_Dind_optimumCruise(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_D_induced_optimumCruise", "C_LoptimumCruise", 0, "1")),
+    C_Dvisc_optimumCruise(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_D_viscous_optimumCruise", "C_LoptimumCruise", 0, "1")),
+    C_Dwave_optimumCruise(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_D_wave_optimumCruise", "C_LoptimumCruise", 0, "1")),
+    C_Dtotal_optimumCruise(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_D_total_optimumCruise", "C_LoptimumCruise", 0, "1")),
+    C_M_optimumCruise(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_M_optimumCruise", "C_LoptimumCruise", 0, "1")),
+    L_over_D_optimumCruise(Endnode<double>("analysis/aerodynamics/lift_coefficients/L_over_D_optimumCruise", "C_LoptimumCruise", 0, "1")),
     CL_max_landing(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_LmaxLanding", "C_LmaxLanding", 0, "1")),
     C_LmaxTO(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_LmaxT-O", "C_LmaxTO", 0, "1")),
     C_LgroundRoll(Endnode<double>("analysis/aerodynamics/lift_coefficients/C_LgroundRoll", "C_LgroundRoll", 0, "1")),
diff --git a/aerodynamic_analysis/src/taw/tawDefaultData.h b/aerodynamic_analysis/src/taw/tawDefaultData.h
index 30301c97208f8d4e22888b2c9c1cd99ed8fdf7bb..277cca201fb02f412dae96c87a3a384ad424650b 100644
--- a/aerodynamic_analysis/src/taw/tawDefaultData.h
+++ b/aerodynamic_analysis/src/taw/tawDefaultData.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_TAW_TAWDEFAULTDATA_H_
 #define CALCULATEPOLAR_SRC_TAW_TAWDEFAULTDATA_H_
@@ -42,8 +47,9 @@ class tawDefaultData {
      */
     virtual ~tawDefaultData() {}
 
-    double initialCruiseMachNumber;
-    std::string engineType;
+    std::string engineType;         /**< Information about the propulsor type (e.g. fan) [-] */
+    double delta_isa;               /**< temperature delta to ISA Standard Atmosphere [K] */
+    double initialCruiseMachNumber; /**< Mach number flown in initial cruise phase at initial cruise altitude [-] */
     /* All EndnodeReadOnly Values are converted automatically to SI-Units/RADIAN when read in */
     double bestCruiseCL;        /**< optimum cruise lift coefficient */
     double designCoGX;          /**< x Position of design center of gravity in [m] */
@@ -85,6 +91,12 @@ class tawDefaultData {
     Endnode<double>S_ref;
     Endnode<double>neutral_point_xCoordinate;
     Endnode<double>C_L_optimumCruise;
+    Endnode<double>C_Dind_optimumCruise;
+    Endnode<double>C_Dvisc_optimumCruise;
+    Endnode<double>C_Dwave_optimumCruise;
+    Endnode<double>C_M_optimumCruise;
+    Endnode<double>C_Dtotal_optimumCruise;
+    Endnode<double>L_over_D_optimumCruise;
     Endnode<double>CL_max_landing;
     Endnode<double>C_LmaxTO;
     Endnode<double>C_LgroundRoll;
diff --git a/aerodynamic_analysis/src/taw/tawDefaultStrategy.cpp b/aerodynamic_analysis/src/taw/tawDefaultStrategy.cpp
index edc13ae355386937da30c9b6cb532494100be8f1..319c179644f05286334a5cb9389d61c9effb8ae5 100644
--- a/aerodynamic_analysis/src/taw/tawDefaultStrategy.cpp
+++ b/aerodynamic_analysis/src/taw/tawDefaultStrategy.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "tawDefaultStrategy.h"
 
@@ -105,7 +110,6 @@ void tawDefaultStrategy::run() {
         this->copyCleanPolars();
         this->copyHighLiftPolars();
     }
-    this->calibratePolars();
 }
 
 void tawDefaultStrategy::createAircraftGeometry(const double stabAngle) {
@@ -130,8 +134,9 @@ void tawDefaultStrategy::createAircraftGeometry(const double stabAngle) {
     geom2::MultisectionSurface<geom2::AirfoilSection> HTP = HTPFactory.create("empennage/specific/geometry/aerodynamic_surface@1");
     offset = htp_position - CGAL::ORIGIN;
     HTP.origin += offset;
-    double designStabAngle = HTP.sections.front().get_twist_angle();
-    HTP.sections.front().set_twist_angle(designStabAngle + convertUnit(DEGREE, RADIAN, stabAngle));
+    for (geom2::AirfoilSection& an_htp_section : HTP.sections) { // add twist angle to every htmp section (for all movable stabilizer)
+        an_htp_section.set_twist_angle(an_htp_section.get_twist_angle() + convertUnit(DEGREE, RADIAN, stabAngle));
+    }
     liftingSurfaces.push_back(HTP);
     // create fuselage
     geom2::FuselageFactory fuselageFactory{AcXML, rtIO_->getGeometryDir()};
@@ -183,6 +188,8 @@ void tawDefaultStrategy::runAeroCalculations(const Point CoGPosition, const doub
     this->calculateWaveDragMason(myWaveDragMason);
     // summation of the drag components
     this->sumUpDragComponents();
+    // set aerodynamic performance
+    this->calculateAerodynamicPerformance();
     // high lift calculation
     semiEmpiricalHighLiftAdaption* mySemiEmpHLAdaption = new semiEmpiricalHighLiftAdaption(rtIO_, liftingSurfaces.front());
     this->copyWingDevicesAndStabilizer(mySemiEmpHLAdaption);
@@ -193,6 +200,7 @@ void tawDefaultStrategy::runAeroCalculations(const Point CoGPosition, const doub
 }
 
 void tawDefaultStrategy::initializeLiLiforTAW(LiLiforTAWInitialization *myLiLiInit) {
+    myLiLiInit->the_delta_isa = data_->delta_isa;
     myLiLiInit->CLModeAirfoilSelection = config_->CLModeAirfoilSelection.value();
     myLiLiInit->stepWidthCL = config_->stepWidthCL.value();
     myLiLiInit->CM_corr_fuselage_mode = config_->CM_corr_fuselage_mode.value();
@@ -204,6 +212,7 @@ void tawDefaultStrategy::initializeLiLiforTAW(LiLiforTAWInitialization *myLiLiIn
     myLiLiInit->bestCruiseCL = data_->bestCruiseCL;
     myLiLiInit->initialMachCruise = data_->initialCruiseMachNumber;
     myLiLiInit->engineType = data_->engineType;
+    myLiLiInit->cruiseMachID = 0;
     for (size_t flightConditionID(0); flightConditionID < config_->flightConditions.size(); ++flightConditionID) {
         flightCondition* aLiLiFlightCondition = new flightCondition;
         aLiLiFlightCondition->Mach = config_->flightConditions.at(flightConditionID).Mach;
@@ -216,12 +225,22 @@ void tawDefaultStrategy::initializeLiLiforTAW(LiLiforTAWInitialization *myLiLiIn
         }
         delete aLiLiFlightCondition;
     }
+    // Check availability of cruise Mach number in polar set
+    //if cruiseMachID is still 0 and this flight condition is not cruise Mach, abort program
+    if (!myLiLiInit->cruiseMachID
+        && !accuracyCheck(myLiLiInit->flightConditions.at(myLiLiInit->cruiseMachID).Mach, myLiLiInit->initialMachCruise, ACCURACY_MEDIUM)) {
+            std::stringstream errorMessage;
+            errorMessage << "Initial Cruise Mach number of Ma = " << myLiLiInit->initialMachCruise << " is not available in flight conditions given in config file. Abort program!";
+            throwError(__FILE__, __func__, __LINE__, errorMessage.str());
+    }
     myLiLiInit->liftingSurfaces = liftingSurfaces;
     myLiLiInit->theFuselage = fuselage;
     myLiLiInit->theNacelles = nacelles;
 }
 
 void tawDefaultStrategy::initializeViscDragRaymer(viscDragRaymerInitialization *myViscDragInit) {
+    myViscDragInit->the_delta_isa = data_->delta_isa;
+    myViscDragInit->jetEngine = data_->engineType == "fan";
     // copy geometry
     myViscDragInit->theWing = liftingSurfaces.at(0);
     myViscDragInit->calculateWing = true;
@@ -247,20 +266,32 @@ void tawDefaultStrategy::initializeViscDragRaymer(viscDragRaymerInitialization *
     myViscDragInit->CDvisc_CDsum_lowMa = config_->CDvisc_CDsum_lowMa.value();
     myViscDragInit->CDvisc_CLexp_lowMa = config_->CDvisc_CLexp_lowMa.value();
     myViscDragInit->CDvisc_CLfact_lowMa = config_->CDvisc_CLfact_lowMa.value();
-    // calculate parameters that remain static over all polars
+    // initialize drag count corrections
+    myViscDragInit->doViscDragCtCorrForCalibration = config_->doViscousDragRaymerDragCountCorrection.value();
+    myViscDragInit->viscDragCtCorrForCalibrationWing = config_->deltaViscousDragCountWing.value();
+    myViscDragInit->viscDragCtCorrForCalibrationFuselage = config_->deltaViscousDragCountFuselage.value();
+    myViscDragInit->viscDragCtCorrForCalibrationHTP = config_->deltaViscousDragCountHTP.value();
+    myViscDragInit->viscDragCtCorrForCalibrationVTP = config_->deltaViscousDragCountVTP.value();
+    myViscDragInit->viscDragCtCorrForCalibrationNacelles = config_->deltaViscousDragCountNacelles.value();
+    myViscDragInit->viscDragCtCorrForCalibrationMisc = config_->deltaViscousDragCountMisc.value();
 }
 
 void tawDefaultStrategy::initializeWaveDragMason(waveDragInitialization *myWaveDragInit) {
     // fill configuration parameters and values in the wave drag method
+    myWaveDragInit->useCostomReferenceAngleForSweep = config_->useCostomReferenceAngleForSweep.value();
+    myWaveDragInit->customSweepPosition = config_->customSweepPosition.value();
+    myWaveDragInit->doWaveDragMasonCalibration = config_->doWaveDragMasonCalibration.value();
     myWaveDragInit->CLExp = config_->CDwave_CLExp.value();
     myWaveDragInit->CLFact = config_->CDwave_CLFact.value();
     myWaveDragInit->factorKa = config_->Ka.value();
     myWaveDragInit->initialMachCruise = data_->initialCruiseMachNumber;
     myWaveDragInit->numberOfSegments = config_->numberWingStrips.value();
-    myWaveDragInit->waveDragCtCorrForCalibration = config_->deltaWaveDragCountWing.value();
+    myWaveDragInit->doWaveDragMasonDragCountCorrection = config_->doWaveDragMasonDragCountCorrection.value();
+    myWaveDragInit->waveDragCtCorrForCalibrationWing = config_->deltaWaveDragCountWing.value();
+    myWaveDragInit->waveDragCtCorrForCalibrationStabilizer = config_->deltaWaveDragCountStabilizer.value();
     myWaveDragInit->maxAllowedSweep = convertUnit(RADIAN, DEGREE, config_->maximumSegmentSweep.value());
-    myWaveDragInit->wFuselage = {geom2::measure::width_max(fuselage) * 0.5, 0};
     myWaveDragInit->liftingSurfaces = liftingSurfaces;
+    myWaveDragInit->theFuselage = fuselage;
 }
 
 void tawDefaultStrategy::getPolarDataFromLiftingLine(const liftingLineForTAW& liftingLineForTAW) {
@@ -278,6 +309,8 @@ void tawDefaultStrategy::getPolarDataFromLiftingLine(const liftingLineForTAW& li
             aCleanPolar.Points.back().CD_ind = liftingLineForTAW.theCleanPolars.at(machID).Points.at(pointID).CDind;
             aCleanPolar.Points.back().CM = liftingLineForTAW.theCleanPolars.at(machID).Points.at(pointID).CM;
             aCleanPolar.Points.back().iStabPolar = liftingLineForTAW.theCleanPolars.at(machID).Points.at(pointID).iStabPolar;
+            aCleanPolar.PolarPoints.push_back(defaultPolarPoint());
+            aCleanPolar.PolarPoints.back() = aCleanPolar.Points.back();
             aCleanPolar.PointsWing.push_back(defaultPolarPointLiftSurface());
             aCleanPolar.PointsWing.back().yStations = liftingLineForTAW.theCleanPolars.at(machID).liftingSurfacePolars.at(0).at(pointID).yStations;
             aCleanPolar.PointsWing.back().Cl_distr = liftingLineForTAW.theCleanPolars.at(machID).liftingSurfacePolars.at(0).at(pointID).Cl_distr;
@@ -312,6 +345,39 @@ void tawDefaultStrategy::calculateViscDragRaymer(viscDragRaymer *myViscDragRayme
         for (size_t pointID(0); pointID < currentPolarSet.cleanPolars.at(polarID).Points.size(); ++pointID) {
             vector <double> theCorrectedComponentDrags = myViscDragRaymer->calculateCorrectedViscDrag(theComponentDrags, currentPolarSet.cleanPolars.at(polarID).MachNumber,
                                                                                                         currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CL);
+            // perform drag count correction
+            if (myViscDragRaymer->doViscDragCtCorrForCalibration) {
+                // Wing
+                theCorrectedComponentDrags.at(0) += myViscDragRaymer->viscDragCtCorrForCalibrationWing * 0.0001;
+                if (theCorrectedComponentDrags.at(0) < 0.) {
+                    theCorrectedComponentDrags.at(0) = 0.;
+                }
+                // Stabilizer
+                theCorrectedComponentDrags.at(1) += myViscDragRaymer->viscDragCtCorrForCalibrationHTP * 0.0001;
+                if (theCorrectedComponentDrags.at(1) < 0.) {
+                    theCorrectedComponentDrags.at(1) = 0.;
+                }
+                // Fin
+                theCorrectedComponentDrags.at(2) += myViscDragRaymer->viscDragCtCorrForCalibrationVTP * 0.0001;
+                if (theCorrectedComponentDrags.at(2) < 0.) {
+                    theCorrectedComponentDrags.at(2) = 0.;
+                }
+                // Fuselage
+                theCorrectedComponentDrags.at(3) += myViscDragRaymer->viscDragCtCorrForCalibrationFuselage * 0.0001;
+                if (theCorrectedComponentDrags.at(3) < 0.) {
+                    theCorrectedComponentDrags.at(3) = 0.;
+                }
+                // Nacelles
+                theCorrectedComponentDrags.at(4) += myViscDragRaymer->viscDragCtCorrForCalibrationNacelles * 0.0001;
+                if (theCorrectedComponentDrags.at(4) < 0.) {
+                    theCorrectedComponentDrags.at(4) = 0.;
+                }
+                // Misc
+                theCorrectedComponentDrags.at(5) += myViscDragRaymer->viscDragCtCorrForCalibrationMisc * 0.0001;
+                if (theCorrectedComponentDrags.at(5) < 0.) {
+                    theCorrectedComponentDrags.at(5) = 0.;
+                }
+            }
             // assign total and componentwise viscous drag to the polar map
             currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD_visc = std::accumulate(theCorrectedComponentDrags.begin(), theCorrectedComponentDrags.end(), 0.0);
             currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_visc = theCorrectedComponentDrags.at(0);
@@ -329,22 +395,52 @@ void tawDefaultStrategy::calculateWaveDragMason(waveDragMason *myWaveDragMason)
     // run wave drag calculation by Mason over the current polar set
     for (size_t polarID(0); polarID < currentPolarSet.cleanPolars.size(); ++polarID) {
         double sweepPosition(0.0);
-        if (currentPolarSet.cleanPolars.at(polarID).MachNumber < 0.7) {
+        if (myWaveDragMason->useCostomReferenceAngleForSweep) {
+            sweepPosition = myWaveDragMason->customSweepPosition;
+        }
+        else if (currentPolarSet.cleanPolars.at(polarID).MachNumber < 0.7) {
             sweepPosition = 0.25;
         } else {
             sweepPosition = 0.5;
         }
         for (size_t pointID(0); pointID < currentPolarSet.cleanPolars.at(polarID).Points.size(); ++pointID) {
+            // wave drag wing (uncorrected; correction will be applied afterwards)
             currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave
                                             = myWaveDragMason->calculateWaveDrag(currentPolarSet.cleanPolars.at(polarID).Points.at(pointID),
                                                                                 currentPolarSet.cleanPolars.at(polarID).MachNumber,
                                                                                 0, sweepPosition, currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).yStations,
-                                                                                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).Cl_distr, true);
+                                                                                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).Cl_distr);
+            // wave drag stabilizer (uncorrected; no calibration needed/assumed for stabilizer)
             currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_wave
                                             = myWaveDragMason->calculateWaveDrag(currentPolarSet.cleanPolars.at(polarID).Points.at(pointID),
                                                                                 currentPolarSet.cleanPolars.at(polarID).MachNumber,
                                                                                 1, sweepPosition, currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).yStations,
-                                                                                currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).Cl_distr, false);
+                                                                                currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).Cl_distr);
+        }
+        //calibration of wing wave drag if calibration is active
+        if (myWaveDragMason->doWaveDragMasonCalibration && currentPolarSet.cleanPolars.at(polarID).PointsWing.back().CD_wave > 0) { // check if polar has wave drag
+            for (size_t pointID(0); pointID < currentPolarSet.cleanPolars.at(polarID).Points.size(); ++pointID) {
+                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave += myWaveDragMason->calculateWaveDragCorrectionByCalibration(
+                    currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave, currentPolarSet.cleanPolars.at(polarID).Points.at(pointID),
+                    currentPolarSet.cleanPolars.at(polarID).MachNumber);
+            }
+        }
+        //correction of wing and stabilizer wave drag and summation to total drag
+        for (size_t pointID(0); pointID < currentPolarSet.cleanPolars.at(polarID).Points.size(); ++pointID) {
+            //wing
+            currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave +=
+                myWaveDragMason->calculateWaveDragCorrectionByDragCounts(myWaveDragMason->waveDragCtCorrForCalibrationWing);
+            //stabilizer
+            currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_wave +=
+                myWaveDragMason->calculateWaveDragCorrectionByDragCounts(myWaveDragMason->waveDragCtCorrForCalibrationStabilizer);
+            //check negative wave drag due to correction
+            if (currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave < 0.) { // Check if wing wave drag is negative due to calibration; if so, set to zero
+                currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave = 0.;
+            }
+            if (currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_wave < 0.) { // Check if stabilizer wave drag is negative due to calibration; if so, set to zero
+                currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_wave = 0.;
+            }
+            //calculate total wave drag
             currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD_wave = currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave
                                                                                + currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_wave;
         }
@@ -359,6 +455,40 @@ void tawDefaultStrategy::sumUpDragComponents() {
             currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD =  currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD_ind
                                                                           +  currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD_visc
                                                                           +  currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD_wave;
+            currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD =  currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_ind
+                                                                          +  currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_visc
+                                                                          +  currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave;
+            currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD =  currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_ind
+                                                                          +  currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_visc
+                                                                          +  currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD_wave;
+            currentPolarSet.cleanPolars.at(polarID).PointsFin.at(pointID).CD =  currentPolarSet.cleanPolars.at(polarID).PointsFin.at(pointID).CD_visc;
+            currentPolarSet.cleanPolars.at(polarID).PointsFuselage.at(pointID).CD =  currentPolarSet.cleanPolars.at(polarID).PointsFuselage.at(pointID).CD_ind
+                                                                          +  currentPolarSet.cleanPolars.at(polarID).PointsFuselage.at(pointID).CD_visc;
+            currentPolarSet.cleanPolars.at(polarID).PointsNacelles.at(pointID).CD =  currentPolarSet.cleanPolars.at(polarID).PointsNacelles.at(pointID).CD_ind
+                                                                          +  currentPolarSet.cleanPolars.at(polarID).PointsNacelles.at(pointID).CD_visc;
+            currentPolarSet.cleanPolars.at(polarID).PointsMisc.at(pointID).CD =  currentPolarSet.cleanPolars.at(polarID).PointsMisc.at(pointID).CD_visc;
+        }
+    }
+}
+
+void tawDefaultStrategy::calculateAerodynamicPerformance() {
+    myRuntimeInfo->out << "Calculate aerodynamic performance" << endl;
+    for (size_t polarID(0); polarID < currentPolarSet.cleanPolars.size(); ++polarID) {
+        for (size_t pointID(0); pointID < currentPolarSet.cleanPolars.at(polarID).Points.size(); ++pointID) {
+            currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).LoverD = currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CL
+                                                                                / currentPolarSet.cleanPolars.at(polarID).Points.at(pointID).CD;
+            currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).LoverD = currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CL
+                                                                                / currentPolarSet.cleanPolars.at(polarID).PointsWing.at(pointID).CD;
+            currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).LoverD = currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CL
+                                                                                / currentPolarSet.cleanPolars.at(polarID).PointsStab.at(pointID).CD;
+            currentPolarSet.cleanPolars.at(polarID).PointsFin.at(pointID).LoverD = currentPolarSet.cleanPolars.at(polarID).PointsFin.at(pointID).CL
+                                                                                / currentPolarSet.cleanPolars.at(polarID).PointsFin.at(pointID).CD;
+            currentPolarSet.cleanPolars.at(polarID).PointsFuselage.at(pointID).LoverD = currentPolarSet.cleanPolars.at(polarID).PointsFuselage.at(pointID).CL
+                                                                                / currentPolarSet.cleanPolars.at(polarID).PointsFuselage.at(pointID).CD;
+            currentPolarSet.cleanPolars.at(polarID).PointsNacelles.at(pointID).LoverD = currentPolarSet.cleanPolars.at(polarID).PointsNacelles.at(pointID).CL
+                                                                                / currentPolarSet.cleanPolars.at(polarID).PointsNacelles.at(pointID).CD;
+            currentPolarSet.cleanPolars.at(polarID).PointsMisc.at(pointID).LoverD = currentPolarSet.cleanPolars.at(polarID).PointsMisc.at(pointID).CL
+                                                                                / currentPolarSet.cleanPolars.at(polarID).PointsMisc.at(pointID).CD;
         }
     }
 }
@@ -416,6 +546,8 @@ void tawDefaultStrategy::copyCleanPolarForHLCalculation(semiEmpiricalHighLiftAda
         mySemiEmpHLAdaption->theCleanPolar.PolarPoints.back().AoA = currentPolarSet.cleanPolars.at(minMachID).Points.at(pointID).AoA;
         mySemiEmpHLAdaption->theCleanPolar.PolarPoints.back().CL = currentPolarSet.cleanPolars.at(minMachID).Points.at(pointID).CL;
         mySemiEmpHLAdaption->theCleanPolar.PolarPoints.back().CD = currentPolarSet.cleanPolars.at(minMachID).Points.at(pointID).CD;
+        mySemiEmpHLAdaption->theCleanPolar.PolarPoints.back().LoverD = currentPolarSet.cleanPolars.at(minMachID).Points.at(pointID).CL
+                                                                       / currentPolarSet.cleanPolars.at(minMachID).Points.at(pointID).CD;
         mySemiEmpHLAdaption->theCleanPolar.PolarPoints.back().CM = currentPolarSet.cleanPolars.at(minMachID).Points.at(pointID).CM;
         mySemiEmpHLAdaption->theCleanPolar.PolarPoints.back().iStabPolar = currentPolarSet.cleanPolars.at(minMachID).Points.at(pointID).iStabPolar;
     }
@@ -455,6 +587,7 @@ void tawDefaultStrategy::calculateHighLiftPolars(semiEmpiricalHighLiftAdaption *
             currentPolarSet.highLiftPolars.at(HLconfigs.at(configID)).Points.back().AoA = aPolar.PolarPoints.at(pointID).AoA;
             currentPolarSet.highLiftPolars.at(HLconfigs.at(configID)).Points.back().CL = aPolar.PolarPoints.at(pointID).CL;
             currentPolarSet.highLiftPolars.at(HLconfigs.at(configID)).Points.back().CD = aPolar.PolarPoints.at(pointID).CD;
+            currentPolarSet.highLiftPolars.at(HLconfigs.at(configID)).Points.back().LoverD = aPolar.PolarPoints.at(pointID).CL / aPolar.PolarPoints.at(pointID).CD;
             currentPolarSet.highLiftPolars.at(HLconfigs.at(configID)).Points.back().CM = aPolar.PolarPoints.at(pointID).CM;
             currentPolarSet.highLiftPolars.at(HLconfigs.at(configID)).Points.back().iStabPolar = aPolar.PolarPoints.at(pointID).iStabPolar;
         }
@@ -469,6 +602,7 @@ void tawDefaultStrategy::clearDataForNextCalculationRun() {
     currentPolarSet.cleanPolars.clear();
     currentPolarSet.highLiftPolars.clear();
     liftingSurfaces.clear();
+    nacelles.clear();
 }
 
 void tawDefaultStrategy::doTrimInterpolation() {
@@ -489,6 +623,8 @@ void tawDefaultStrategy::doTrimInterpolation() {
                     anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).Points.at(pointID).CD_ind);
                     anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).Points.at(pointID).CD_visc);
                     anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).Points.at(pointID).CD_wave);
+                    anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).Points.at(pointID).LoverD);
+                    anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).PointsWing.at(pointID).CL);
                     anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).PointsWing.at(pointID).CD_wave);
                     anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).PointsStab.at(pointID).CD_ind);
                     anInterpolationPoint.values.push_back(polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(polarID).PointsStab.at(pointID).CD_wave);
@@ -520,6 +656,11 @@ void tawDefaultStrategy::doTrimInterpolation() {
                 polarDataTrimMap.at(CGID).cleanPolars.at(polarID).Points.back().CD = interpolatedTrimPolar.at(pointID).values.at(0);
                 polarDataTrimMap.at(CGID).cleanPolars.at(polarID).Points.back().AoA = interpolatedTrimPolar.at(pointID).values.at(1);
                 polarDataTrimMap.at(CGID).cleanPolars.at(polarID).Points.back().iStabPolar = interpolatedTrimPolar.at(pointID).values.at(2);
+                polarDataTrimMap.at(CGID).cleanPolars.at(polarID).Points.back().CD_ind = interpolatedTrimPolar.at(pointID).values.at(3);
+                polarDataTrimMap.at(CGID).cleanPolars.at(polarID).Points.back().CD_visc = interpolatedTrimPolar.at(pointID).values.at(4);
+                polarDataTrimMap.at(CGID).cleanPolars.at(polarID).Points.back().CD_wave = interpolatedTrimPolar.at(pointID).values.at(5);
+                polarDataTrimMap.at(CGID).cleanPolars.at(polarID).Points.back().LoverD = interpolatedTrimPolar.at(pointID).values.at(6);
+                polarDataTrimMap.at(CGID).cleanPolars.at(polarID).PointsWing.back().CL = interpolatedTrimPolar.at(pointID).values.at(7);
                 if (accuracyCheck(data_->initialCruiseMachNumber, polarDataTrimMap.at(CGID).cleanPolars.at(polarID).MachNumber, ACCURACY_HIGH)) {
                     polarDataTrimMap.at(CGID).cleanPolars.at(polarID).PointsWing.back().Cl_distr = interpolatedTrimPolar.at(pointID).vectorValues.at(0);
                     polarDataTrimMap.at(CGID).cleanPolars.at(polarID).PointsWing.back().Lift_distr = interpolatedTrimPolar.at(pointID).vectorValues.at(1);
@@ -551,41 +692,6 @@ void tawDefaultStrategy::copyHighLiftPolars() {
     }
 }
 
-void tawDefaultStrategy::calibratePolars() {
-    if (!(accuracyCheck(config_->factorDragCleanPolar.value(), 1.0, ACCURACY_HIGH) && accuracyCheck(config_->deltaTotalDragCleanPolar.value(), 0.0, ACCURACY_HIGH))) {
-        calibrateCleanPolars();
-    }
-    if (!(accuracyCheck(config_->factorDragHighLiftPolar.value(), 1.0, ACCURACY_HIGH) && accuracyCheck(config_->deltaTotalDragHighLift.value(), 0.0, ACCURACY_HIGH))) {
-        calibrateHighLiftPolars();
-    }
-}
-
-void tawDefaultStrategy::calibrateCleanPolars() {
-    myRuntimeInfo->out << "Apply calibration factors for clean polars ..." << endl;
-    for (size_t CGID(0); CGID < polarDataTrimMap.size(); ++CGID) {
-        for (size_t machID(0); machID < polarDataTrimMap.at(CGID).cleanPolars.size(); ++machID) {
-            for (size_t pointID(0); pointID < polarDataTrimMap.at(CGID).cleanPolars.at(machID).Points.size(); ++pointID) {
-                polarDataTrimMap.at(CGID).cleanPolars.at(machID).Points.at(pointID).CD =
-                                polarDataTrimMap.at(CGID).cleanPolars.at(machID).Points.at(pointID).CD * config_->factorDragCleanPolar.value();
-                polarDataTrimMap.at(CGID).cleanPolars.at(machID).Points.at(pointID).CD += config_->deltaTotalDragCleanPolar.value();
-            }
-        }
-    }
-}
-
-void tawDefaultStrategy::calibrateHighLiftPolars() {
-    myRuntimeInfo->out << "Apply calibration factors for high lift polars ..." << endl;
-    for (size_t CGID(0); CGID < polarDataTrimMap.size(); ++CGID) {
-        for (size_t configID(0); configID < HLconfigs.size(); ++configID) {
-            for (size_t pointID(0); pointID < polarDataTrimMap.at(CGID).highLiftPolars.at(HLconfigs.at(configID)).Points.size(); ++pointID) {
-                polarDataTrimMap.at(CGID).highLiftPolars.at(HLconfigs.at(configID)).Points.at(pointID).CD =
-                                polarDataTrimMap.at(CGID).highLiftPolars.at(HLconfigs.at(configID)).Points.at(pointID).CD * config_->factorDragHighLiftPolar.value();
-                polarDataTrimMap.at(CGID).highLiftPolars.at(HLconfigs.at(configID)).Points.at(pointID).CD += config_->deltaTotalDragHighLift.value();
-            }
-        }
-    }
-}
-
 void tawDefaultStrategy::writePolarXML() {
     myRuntimeInfo->out << "Create XML-Polar file ..." << endl;
     // Construct the file path and convert to absolute path
@@ -717,14 +823,16 @@ void tawDefaultStrategy::writePolarData() {
      ofstream plot;
     /* plot all untrimmed polars */
     for (size_t CGID(0); CGID < polarDataCGMap.size(); ++CGID) {
-        for (const pair<const double, PolarData>& thePolarIterator : polarDataCGMap.at(CGID)) {
+        for (const pair<const size_t, PolarData>& thePolarIterator : polarDataCGMap.at(CGID)) {
             /* plot all clean polars */
-            for (const pair<const int, tawDefaultPolar>& theMachIDIterator : thePolarIterator.second.cleanPolars) {
+            for (const pair<const size_t, tawDefaultPolar>& theMachIDIterator : thePolarIterator.second.cleanPolars) {
                 stringstream machNumber;
                 stringstream iStabStream;
                 machNumber << setprecision(2) << fixed << theMachIDIterator.second.MachNumber;
                 iStabStream << setprecision(2) << fixed << Rounding(config_->stabAngles.at(thePolarIterator.first), 2);
-                std::string csvFiles = "tawCalculatePolar_M" + replaceAll(machNumber.str(), ".", "") + "_"
+                std::string csvFiles = rtIO_->getCsvFilesDir();
+                csvFiles += "/tawCalculatePolar_M"
+                                       + replaceAll(machNumber.str(), ".", "") + "_"
                                        + CoGnames.at(CGID) + "_" + replaceAll(iStabStream.str(), ".", "") +"_plot.csv";
                 plot.open(csvFiles.c_str());
                 if (!plot) {
@@ -744,7 +852,7 @@ void tawDefaultStrategy::writePolarData() {
                         plot << setprecision(6) << fixed << theMachIDIterator.second.Points.at(i).CD_visc << ";";
                         plot << setprecision(6) << fixed << theMachIDIterator.second.Points.at(i).CD_wave << ";";
                         plot << setprecision(6) << fixed << theMachIDIterator.second.Points.at(i).CM << ";";
-                        plot << setprecision(6) << fixed << theMachIDIterator.second.Points.at(i).CL / theMachIDIterator.second.Points.at(i).CD << ";";
+                        plot << setprecision(5) << fixed << Rounding(theMachIDIterator.second.Points.at(i).LoverD, 5) << ";";
                         plot << setprecision(6) << fixed << theMachIDIterator.second.Points.at(i).iStabPolar << ";";
                         plot << setprecision(6) << fixed << theMachIDIterator.second.PointsWing.at(i).CD_visc << ";";
                         plot << setprecision(6) << fixed << theMachIDIterator.second.PointsWing.at(i).CD_wave << ";";
@@ -760,14 +868,15 @@ void tawDefaultStrategy::writePolarData() {
         }
     }
     for (size_t CGID(0); CGID < polarDataCGMap.size(); ++CGID) {
-        for (const pair<const double, PolarData>& thePolarIterator : polarDataCGMap.at(CGID)) {
+        for (const pair<const size_t, PolarData>& thePolarIterator : polarDataCGMap.at(CGID)) {
             /* plot all clean polars */
             for (const pair<const std::string, tawDefaultPolar>& theConfigIterator : thePolarIterator.second.highLiftPolars) {
                 stringstream machNumber;
                 stringstream iStabStream;
                 machNumber << setprecision(2) << fixed << theConfigIterator.second.MachNumber;
                 iStabStream << setprecision(2) << fixed << Rounding(config_->stabAngles.at(thePolarIterator.first), 2);
-                std::string csvFiles = "tawCalculatePolar_" + theConfigIterator.first + "_"
+                std::string csvFiles = rtIO_->getCsvFilesDir() + "/tawCalculatePolar_" 
+                                       + theConfigIterator.first + "_"
                                        + CoGnames.at(CGID) + "_" + replaceAll(iStabStream.str(), ".", "") +"_plot.csv";
                 plot.open(csvFiles.c_str());
                 if (!plot) {
@@ -801,7 +910,8 @@ void tawDefaultStrategy::writePolarData() {
             break;
         }
     }
-    std::string csvFiles = "tawCalculatePolar_liftDistribution_" + replaceAll(machNumber.str(), ".", "") +"_plot.csv";
+    std::string csvFiles = rtIO_->getCsvFilesDir() + + "/tawCalculatePolar_liftDistribution_"
+    + replaceAll(machNumber.str(), ".", "") +"_plot.csv";
     plot.open(csvFiles.c_str());
     if (!plot) {
         myRuntimeInfo->err << csvFiles + " could not be opened!" << endl;
@@ -830,7 +940,8 @@ void tawDefaultStrategy::writePolarData() {
         }
         plot.close();
     }
-    std::string csvFile = "trimmed_designCruisePolar_" + replaceAll(machNumber.str(), ".", "") +"_plot.csv";
+    std::string csvFile = rtIO_->getCsvFilesDir() + "/trimmed_designCruisePolar_"
+    + replaceAll(machNumber.str(), ".", "") +"_plot.csv";
     plot.open(csvFile.c_str());
     if (!plot) {
         myRuntimeInfo->err << csvFile + " could not be opened!" << endl;
@@ -846,8 +957,7 @@ void tawDefaultStrategy::writePolarData() {
             plot << setprecision(6) << fixed << polarDataTrimMap.at(0).cleanPolars.at(cruiseMachID).Points.at(pointID).CD_visc << ";";
             plot << setprecision(6) << fixed << polarDataTrimMap.at(0).cleanPolars.at(cruiseMachID).Points.at(pointID).CD_wave << ";";
             plot << setprecision(6) << fixed << polarDataTrimMap.at(0).cleanPolars.at(cruiseMachID).Points.at(pointID).CM << ";";
-            plot << setprecision(6) << fixed << polarDataTrimMap.at(0).cleanPolars.at(cruiseMachID).Points.at(pointID).CL
-                                        / polarDataTrimMap.at(0).cleanPolars.at(cruiseMachID).Points.at(pointID).CD << ";";
+            plot << setprecision(5) << fixed << Rounding(polarDataTrimMap.at(0).cleanPolars.at(cruiseMachID).Points.at(pointID).LoverD, 5) << ";";
             plot << setprecision(6) << fixed << polarDataTrimMap.at(0).cleanPolars.at(cruiseMachID).Points.at(pointID).iStabPolar << ";";
             plot << endl;
         }
@@ -864,7 +974,8 @@ void tawDefaultStrategy::writeViscDragData() {
                 stringstream iStabStream;
                 machNumber << setprecision(2) << fixed << polarDataCGMap.at(CGID).at(stabID).cleanPolars.at(machID).MachNumber;
                 iStabStream << setprecision(2) << fixed << Rounding(config_->stabAngles.at(stabID), 2);
-                std::string csvFile = "viscDrag_M" + replaceAll(machNumber.str(), ".", "") + "_"
+                std::string csvFile = rtIO_->getCsvFilesDir() + "/viscDrag_M"
+                                       + replaceAll(machNumber.str(), ".", "") + "_"
                                        + CoGnames.at(CGID) + "_" + replaceAll(iStabStream.str(), ".", "") +"_plot.csv";
                 plot.open(csvFile.c_str());
                 if (!plot) {
@@ -896,7 +1007,7 @@ void tawDefaultStrategy::writeViscDragData() {
 }
 
 void tawDefaultStrategy::setReferenceValues() {
-    data_->span.set_value(getHalfSpan(liftingSurfaces.at(0)) * 2);
+    data_->span.set_value(geom2::measure::span(liftingSurfaces.at(0)));
     data_->MAC.set_value(geom2::measure::mean_aerodynamic_chord(liftingSurfaces.at(0)));
     data_->S_ref.set_value(geom2::measure::reference_area(liftingSurfaces.at(0)));
     data_->neutral_point_xCoordinate.set_value(getNeutralPointXposition(getTrimmedCruisePolar(polarDataCGMap.at(0).at(0).cleanPolars, data_->initialCruiseMachNumber),
@@ -904,7 +1015,15 @@ void tawDefaultStrategy::setReferenceValues() {
 }
 
 void tawDefaultStrategy::setOutputValues() {
-    data_->C_L_optimumCruise.set_value(getCLoptCruise());
+    std::map<std::string, double> optimum_cruise_values(getOptimumCruiseValues());
+    data_->C_L_optimumCruise.set_value(optimum_cruise_values["CL,opt"]);
+    data_->C_Dind_optimumCruise.set_value(optimum_cruise_values["CDind,opt"]);
+    data_->C_Dvisc_optimumCruise.set_value(optimum_cruise_values["CDvisc,opt"]);
+    data_->C_Dwave_optimumCruise.set_value(optimum_cruise_values["CDwave,opt"]);
+    data_->C_M_optimumCruise.set_value(optimum_cruise_values["CM,opt"]);
+    data_->C_Dtotal_optimumCruise.set_value(optimum_cruise_values["CDind,opt"] + optimum_cruise_values["CDvisc,opt"] +
+                                            optimum_cruise_values["CDwave,opt"]);
+    data_->L_over_D_optimumCruise.set_value(optimum_cruise_values["CL,opt"] / data_->C_Dtotal_optimumCruise.value());
     data_->CL_max_landing.set_value(getMaxCL(polarDataTrimMap.at(0).highLiftPolars.at("landing")));
     data_->C_LmaxTO.set_value(getMaxCL(polarDataTrimMap.at(0).highLiftPolars.at("takeoff")));
     data_->C_LgroundRoll.set_value(0.4);
@@ -937,18 +1056,25 @@ void tawDefaultStrategy::update_xml_entries(std::string mode) {
     data_->updateNodes(mode);
 }
 
-double tawDefaultStrategy::getCLoptCruise() {
+std::map<std::string, double> tawDefaultStrategy::getOptimumCruiseValues() {
+    std::map<std::string, double> optimum_cruise_values{{"CL,opt", 0.}, {"CDind,opt", 0.}, {"CDvisc,opt", 0.},
+                                                        {"CDwave,opt", 0.}, {"CM,opt", 0.}};
     double LoverDmax(0.0);
-    double CLopt(0.0);
+    size_t optimum_point(0);
     std::vector<defaultPolarPoint> theTrimmedCruisePolar(getTrimmedCruisePolar(polarDataTrimMap.at(0).cleanPolars, data_->initialCruiseMachNumber));
     for (size_t pointID(0); pointID < theTrimmedCruisePolar.size(); ++pointID) {
         double LoverD = theTrimmedCruisePolar.at(pointID).CL / theTrimmedCruisePolar.at(pointID).CD;
-            if (LoverD > LoverDmax) {
-                LoverDmax = LoverD;
-                CLopt = theTrimmedCruisePolar.at(pointID).CL;
-            }
+        if (LoverD > LoverDmax) {
+            LoverDmax = LoverD;
+            optimum_point = pointID;
+        }
     }
-    return CLopt;
+    optimum_cruise_values["CL,opt"]     = theTrimmedCruisePolar.at(optimum_point).CL;
+    optimum_cruise_values["CDind,opt"]  = theTrimmedCruisePolar.at(optimum_point).CD_ind;
+    optimum_cruise_values["CDvisc,opt"] = theTrimmedCruisePolar.at(optimum_point).CD_visc;
+    optimum_cruise_values["CDwave,opt"] = theTrimmedCruisePolar.at(optimum_point).CD_wave;
+    optimum_cruise_values["CM,opt"] = theTrimmedCruisePolar.at(optimum_point).CM;
+    return optimum_cruise_values;
 }
 
 double tawDefaultStrategy::getMaxCL(const tawDefaultPolar& aPolar) {
diff --git a/aerodynamic_analysis/src/taw/tawDefaultStrategy.h b/aerodynamic_analysis/src/taw/tawDefaultStrategy.h
index f8a776cf17513a8eea25aa8567313fd26fc83c2d..c88a449cc4506a946d1f7687880b1d34b09ca300 100644
--- a/aerodynamic_analysis/src/taw/tawDefaultStrategy.h
+++ b/aerodynamic_analysis/src/taw/tawDefaultStrategy.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2024 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #ifndef CALCULATEPOLAR_SRC_TAW_TAWDEFAULTSTRATEGY_H_
 #define CALCULATEPOLAR_SRC_TAW_TAWDEFAULTSTRATEGY_H_
@@ -106,7 +111,15 @@ class tawDefaultStrategy {
      *  \param myWaveDragMason the wave drag mason method to calculate the drag
      */
     void calculateWaveDragMason(waveDragMason *myWaveDragMason);
+    /** \brief Function to sum up all drag components for aircraft and aircraft components
+     *  \details Summation of induced/viscous/wave drag for aircraft/wing/stabilizer, induced/viscous drag for fuselage/nacelles, viscous drag for vtp/misc 
+     */
     void sumUpDragComponents();
+    /** \brief Function to set the aerodynamic performance L/D in all components
+     *  \details Calculates the LoverD variable in polar for aircraft and all aircraft components. L/D is only unequal to 0 for aircraft/wing/stabilizer, 
+     *           because all other components do not generate lift
+     */
+    void calculateAerodynamicPerformance();
     void copyWingDevicesAndStabilizer(semiEmpiricalHighLiftAdaption *mySemiEmpHLAdaption);
     void copyHLPolarCalibrationData(semiEmpiricalHighLiftAdaption *mySemiEmpHLAdaption);
     void copyCleanPolarForHLCalculation(semiEmpiricalHighLiftAdaption *mySemiEmpHLAdaption, liftingLineForTAW *myLiftingLineForTAW);
@@ -132,19 +145,13 @@ class tawDefaultStrategy {
      */
     void copyHighLiftPolars();
 
-    void calibratePolars();
-
-    void calibrateCleanPolars();
-
-    void calibrateHighLiftPolars();
-
     void writePolarXML();
 
     void writePolarData();
 
     void writeViscDragData();
 
-    double getCLoptCruise();
+    std::map<std::string, double> getOptimumCruiseValues();
 
     double getMaxCL(const tawDefaultPolar& aPolar);
 
@@ -154,6 +161,7 @@ class tawDefaultStrategy {
 
     void update_xml_entries(std::string mode);
 
+    const tawDefaultData& get_default_data() const { return *data_; }
 
     tawDefaultStrategy(const std::shared_ptr<RuntimeIO>& rtIO, const std::shared_ptr<tawCalculatePolarConfig>& config);
     virtual ~tawDefaultStrategy() {}
diff --git a/aerodynamic_analysis/src/toolinfo.h b/aerodynamic_analysis/src/toolinfo.h
index b5d1dd5808841f2ad151821538366bd03973fad8..2240e3cde3379c047e7de5a26c35b45b53902a1d 100644
--- a/aerodynamic_analysis/src/toolinfo.h
+++ b/aerodynamic_analysis/src/toolinfo.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef CALCULATEPOLAR_SRC_TOOLINFO_H_
 #define CALCULATEPOLAR_SRC_TOOLINFO_H_
 
diff --git a/constraint_analysis/CMakeLists.txt b/constraint_analysis/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2007843ec2117e97d74975d37146c2a673f59bbf
--- /dev/null
+++ b/constraint_analysis/CMakeLists.txt
@@ -0,0 +1,65 @@
+# Set the library name
+set( MODULE_NAME constraint_analysis )
+
+# Set the library sources
+set(MODULE_SOURCES
+    src/ca_functions.cpp
+    src/constraint_analysis.cpp
+	src/ca_parser.cpp
+	src/io/aircraft_xml.cpp
+    src/energy_based/energy_based.cpp
+    src/energy_based/energy_based_report.cpp
+)
+
+add_executable(${MODULE_NAME}
+    ${MODULE_SOURCES}
+    src/main.cpp
+)
+
+# Set compile options specific to this module
+# -> No specific options
+
+# Link the runtime libraries -> Use the actual needed libraries
+find_package(Eigen3 REQUIRED)
+target_link_libraries(${MODULE_NAME}
+    PRIVATE
+        UnicadoLibs::aixml
+        UnicadoLibs::atmosphere
+        UnicadoLibs::moduleBasics
+        UnicadoLibs::strategy
+        UnicadoLibs::aircraftGeometry2
+        UnicadoLibs::engine
+        Eigen3::Eigen
+        Matplot++::matplot
+)
+
+# Set the location where the executable will be placed to the current source directory
+set_target_properties(${MODULE_NAME} PROPERTIES
+    RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}$<0:>
+)
+
+# Add the tests if enabled
+if(BUILD_BLACKBOXTESTS OR BUILD_UNITTEST)
+    add_subdirectory(test)
+endif()
+
+# Add the installation rules
+install(TARGETS ${MODULE_NAME} DESTINATION ${MODULE_NAME})
+install(FILES ${MODULE_NAME}_conf.xml DESTINATION ${MODULE_NAME})
+
+# Find and include all dependet libraries if dynamically linked
+if(BUILD_SHARED_LIBS)
+    # Install the runtime dependencies
+    install(RUNTIME_DEPENDENCY_SET ${MODULE_NAME}_dependencies)
+endif()
+
+# Find and include all system runtime libraries if enabled
+if(PACKAGE_SYSTEM_LIBRARIES)
+    # Install the runtime dependencies
+    install( RUNTIME_DEPENDENCY_SET ${MODULE_NAME}_dependencies
+        PRE_INCLUDE_REGEXES "libgcc.*" "libstdc.*" "libwinpthread.*"
+        PRE_EXCLUDE_REGEXES ".*\.dll" ".*\.so" # Skip all other system libs for now
+        DIRECTORIES ${SYSTEM_LIBS_PATH}
+        DESTINATION ${MODULE_NAME}
+    )
+endif()
diff --git a/constraint_analysis/constraint_analysis_conf.xml b/constraint_analysis/constraint_analysis_conf.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b48efabd5ebe4db380f9f68c932d6843fc37b234
--- /dev/null
+++ b/constraint_analysis/constraint_analysis_conf.xml
@@ -0,0 +1,226 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<module_configuration_file name="constraint_analysis.xml">
+    <control_settings description="General control settings for this tool">
+        <aircraft_exchange_file_name description="Specify the name of the exchange file">
+			<value>CSMR-2020.xml</value>
+		</aircraft_exchange_file_name>
+        <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
+            <value>../projects/CSMR/CSMR-2020/</value>
+		</aircraft_exchange_file_directory>
+		<own_tool_level description="Specify the tool level of this tool">
+			<value>3</value>
+		</own_tool_level>
+        <console_output description="Selector to specify the console output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
+			<value>mode_3</value>
+		</console_output>
+        <log_file_output description="Selector to specify the log file output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
+			<value>mode_3</value>
+		</log_file_output>
+        <plot_output description="Specify the way plotting shall be handled">
+			<enable description="Switch to enable plotting. Switch: true (On) / false (Off)">
+				<value>true</value>
+			</enable>
+			<copy_plotting_files description="Switch if plotting files shall be copied. Switch: true (On) / false (Off)">
+				<value>true</value>
+			</copy_plotting_files>
+			<delete_plotting_files_from_tool_folder description="Switch if plotting files shall be deleted from folder. Switch: true (On) / false (Off)">
+				<value>true</value>
+			</delete_plotting_files_from_tool_folder>
+			<directory description="directory to folder">
+				<value>./plt_files/</value>
+			</directory>
+		</plot_output>
+        <report_output description="Switch to generate an HTML report. Switch: true (On) / false (Off)">
+			<value>true</value>
+		</report_output>
+        <tex_report description="Switch to generate a Tex report. Switch: true (On) / false (Off)">
+			<value>true</value>
+		</tex_report>
+        <write_info_files description="Switch to generate info files. Switch: true (On) / false (Off)">
+			<value>false</value>
+		</write_info_files>
+        <log_file description="Specify the name of the log file">
+			<value>constraint_analysis.log</value>
+		</log_file>
+        <inkscape_path description="Path to the inkscape application ('DEFAULT': Use inkscape from the UNICADO repo structure)">
+			<value>../inkscape/</value>
+		</inkscape_path>
+        <gnuplot_path description="Path to the gnuplot application ('DEFAULT': Use gnuplot from the UNICADO repo structure)">
+			<value>../gnuplot/</value>
+		</gnuplot_path>
+    </control_settings>
+	<program_settings description="Settings specific to constraint_sizing.">
+		<method description="The method of constraint analysis, only Energy_Based is supported for now">
+			<value>Energy_Based</value>
+		</method>
+		<mode_selection description="The method of sizign, mode_0 changes both T/W and W/S, mode_1 changes only the T/W">
+			<value>mode_0</value>
+		</mode_selection>
+		<buffer_factor description="The buffer in percentage, if the rate of change of the design point parameters is less than this percentage, it remains constant">
+			<value>0.0</value>
+		</buffer_factor>
+		<safety_factor description="Additional safety factor">
+			<value>0.05</value>
+		</safety_factor>
+		<constraint_selection>
+			<standard_set description="The standard set of constraints, assembled using the requirements and certain assumptions">
+				<takeoff_ground_roll>
+					<active>
+						<value>true</value>
+					</active>
+					<Mach_TO description="Mach number at takeoff. Caution! It has to be the Mach number number of the polar of the takeoff configuration!">
+						<value>0.2</value>
+					</Mach_TO>
+				</takeoff_ground_roll>
+				<takeoff_climb>
+					<active>
+						<value>true</value>
+					</active>
+					<Mach_TO description="Mach number at takeoff. Caution! It has to be the Mach number number of the polar of the takeoff configuration!">
+						<value>0.2</value>
+					</Mach_TO>
+					<takeoff_climb_angle description="Takeoff climb angle">
+						<value>5</value>
+					</takeoff_climb_angle>
+				</takeoff_climb>
+				<OEI_climb>
+					<active>
+						<value>true</value>
+					</active>
+					<climb_gradient_OEI description="Minimal climb rate of 2.4% defined in CS25 for second segment climb">
+						<value>0.024</value>
+					</climb_gradient_OEI>
+				</OEI_climb>
+				<top_of_climb>
+					<active>
+						<value>false</value>
+					</active>
+				</top_of_climb>
+				<cruise>
+					<active>
+						<value>false</value>
+					</active>
+				</cruise>
+				<SEP>
+					<active>
+						<value>true</value>
+					</active>
+					<minimum_climb_rate description="Minimum climb rate out of CS 25: 100fpm -> 0.508 m/s">
+						<value>0.508</value>
+					</minimum_climb_rate>
+				</SEP>
+				<approach_speed>
+					<active>
+						<value>true</value>
+					</active>
+				</approach_speed>
+				<landing_field_length>
+					<active>
+						<value>true</value>
+					</active>
+					<Mach>
+						<value>0.2</value>
+					</Mach>
+				</landing_field_length>
+				<gust>
+					<active>
+						<value>true</value>
+					</active>
+					<Mach>
+						<value>0.2</value>
+					</Mach>
+					<gust_speed description="Gust speed at takeoff and landing normally 20 m/s">
+						<value>20</value>
+					</gust_speed>
+					<gust_load_factor description="Additional gust load factor">
+						<value>1.5</value>
+					</gust_load_factor>
+				</gust>
+			</standard_set>
+			<extra_set description="The extra set of constraints, assembled with user input, use the templates">
+				<cruise>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>cruise_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>10000</altitude>
+				</cruise>
+				<climb>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>climb_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>10000</altitude>
+					<climb_rate>0.508</climb_rate>
+				</climb>
+				<constant_speed_turn>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>turn_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>10000</altitude>
+					<load_factor>2</load_factor>
+				</constant_speed_turn>
+				<horizontal_acceleration>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>acceleration_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>10000</altitude>
+					<acceleration>1.0</acceleration>
+				</horizontal_acceleration>
+				<takeoff_ground_roll>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>takeoff_ground_roll_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>0</altitude>
+					<takeoff_field_length>2000</takeoff_field_length>
+				</takeoff_ground_roll>
+				<braking_roll>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>landing_field_length_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>0</altitude>
+					<friction_coefficient>0.32</friction_coefficient>
+					<landing_field_length>2000</landing_field_length>
+				</braking_roll>
+				<takeoff_climb>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>takeoff_climb_angle_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>0</altitude>
+					<takeoff_climb_angle>0.32</takeoff_climb_angle>
+				</takeoff_climb>
+				<gust>
+					<active>
+						<value>false</value>
+					</active>
+					<segment_ID>gust_template</segment_ID>
+					<weight_fraction>0.98</weight_fraction>
+					<Mach>0.8</Mach>
+					<altitude>0</altitude>
+					<V_TO_L>200</V_TO_L>
+					<w_g>20</w_g>
+					<dn_G>1.5</dn_G>
+				</gust>
+			</extra_set>
+		</constraint_selection>
+	</program_settings>
+</module_configuration_file>
diff --git a/constraint_analysis/include/constraint_analysis/ca_functions.h b/constraint_analysis/include/constraint_analysis/ca_functions.h
new file mode 100644
index 0000000000000000000000000000000000000000..a5126853267573559827cde2aba457a1a8cc6546
--- /dev/null
+++ b/constraint_analysis/include/constraint_analysis/ca_functions.h
@@ -0,0 +1,201 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef CONSTRAINTANALYSIS_CONSTRAINTANALYSIS_H_
+#define CONSTRAINTANALYSIS_CONSTRAINTANALYSIS_H_
+
+#include <vector>
+#include <iostream>
+#include <algorithm>
+#include <cmath>
+#include <numbers>
+#include <atmosphere/atmosphere.h>
+#include <memory>
+#include <moduleBasics/module.h>
+#include <string>
+#include <vector>
+#include <unordered_map>
+
+namespace Mattingly {
+
+    class constraint_analysis {
+    public:
+        atmosphere atm;
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D_data Vector of the drag coefficients for the corresponding wing loadings.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         */
+        auto constant_altitude_speed_cruise(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude) -> const std::vector<double>;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D_data Vector of the drag coefficients for the corresponding wing loadings.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param const_speed_climb_rate Value of the climb rate.
+         */
+        auto constant_speed_climb(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double const_speed_climb_rate) -> const std::vector<double>;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D0 Value of the zero-lift drag.
+         * @param K_1 Value of the K1-factor.
+         * @param K_2 Value of the K2-factor.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param n Value of the load factor.
+         */
+        auto constant_altitude_speed_turn(const std::vector<double>& W_over_S_data, double K_1, double K_2, double C_D0, double weight_fraction, double thrust_lapse, double Mach, double altitude, double n) -> const std::vector<double>;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D_data Vector of the drag coefficients for the corresponding wing loadings.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param horizontal_acceleration Value of the horizontal_acceleration.
+         */
+        auto horizontal_acceleration(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double horizontal_acceleration) -> const std::vector<double>;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D_data Vector of the drag coefficients for the corresponding wing loadings.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param s_G Value of the takeoff distance.
+         * @param CL_max_TO Value of the lift coefficient at takeoff.
+         */
+        auto takeoff_ground_roll(const std::vector<double>& W_over_S_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double s_G, double CL_max_TO) -> const std::vector<double>;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D_data Vector of the drag coefficients for the corresponding wing loadings.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param my_B Value of the braking coefficient.
+         * @param s_G Value of the takeoff distance.
+         */
+        auto braking_roll(double C_D_L, double C_L_L, double weight_fraction, double thrust_lapse, double Mach, double altitude, double my_B, double s_G) -> const double;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D0 Value of the zero-lift drag.
+         * @param K_1 Value of the K1-factor.
+         * @param K_2 Value of the K2-factor.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param alt_sc Value of service ceiling altitude.
+         */
+        auto service_ceiling(const std::vector<double>& W_over_S_data, double K_1, double K_2, double C_D0, double weight_fraction, double thrust_lapse, double Mach, double altitude, double alt_sc) -> const std::vector<double>;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param W_over_S_data Vector of the wing loading.
+         * @param C_D0 Value of the zero-lift drag.
+         * @param K_1 Value of the K1-factor.
+         * @param K_2 Value of the K2-factor.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         * @param thrust_lapse Value of the thrust lapse of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param CL_max_TO Value of the lift coefficient at takeoff.
+         * @param takeoff_climb_angle Value of the take-off climb angle.
+         */
+        auto takeoff_climb_angle(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double CL_max_TO, double takeoff_climb_angle) -> const std::vector<double>;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param CL_alpha Value of the lift slope.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param V_TO_L Value of speed at takeoff and landing.
+         * @param w_g Value of the vertical gust speed.
+         * @param dn_G Value of the delta gust load factor.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         */
+        auto gust(double CL_alpha, double altitude, double V_TO_L, double w_g, double dn_G, double weight_fraction) -> const double;
+
+        /**
+         * @brief Calculates and outputs thrust-to-weight ratios (T/W) 
+         *        for a range of wing loadings (W/S) and drag coefficients (C_D)
+         *        during constant altitude and speed cruise.
+         * @param CL_max Value of the maximum lift coefficient.
+         * @param altitude Value of the altitude of the corresponding flight segment.
+         * @param Mach Value of the mach number of the corresponding flight segment.
+         * @param weight_fraction Value of the weight fraction of the corresponding flight segment.
+         */
+        auto min_speed(double CL_max, double altitude, double Mach,  double weight_fraction) -> const double;
+
+    private:
+
+        // Membervariables
+        double rate_of_climb_SC = 0.5; //rest climb capability at service ceiling in m/s
+        double g_0 = 9.81;
+        double rho = atm.getDensity(0);
+        double k_T0 = 1.1; //velocity ratio at takeoff (V_TO = k_TO*V_STALL) CS25
+
+        std::shared_ptr<node> configuration_xml;   
+        std::shared_ptr<node> aircraft_xml;
+    };
+
+} // namespace Mattingly
+
+#endif // CONSTRAINTANALYSIS_CONSTRAINTANALYSIS_H_
diff --git a/constraint_analysis/include/constraint_analysis/ca_minfinder.h b/constraint_analysis/include/constraint_analysis/ca_minfinder.h
new file mode 100644
index 0000000000000000000000000000000000000000..674128172eb1cc626ca0a7966eb6781e2f542e82
--- /dev/null
+++ b/constraint_analysis/include/constraint_analysis/ca_minfinder.h
@@ -0,0 +1,196 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef SRC_CONSTRAINT_ANALYSIS_MINFINDER_H_
+#define SRC_CONSTRAINT_ANALYSIS_MINFINDER_H_
+
+#include <cmath>
+#include <vector>
+#include <numbers>
+#include <sstream>
+#include <string>
+#include <iostream>
+#include <aixml/endnode.h>
+#include <format>
+
+struct Constraint
+{
+    std::vector<double> wing_loading = {};
+    std::vector<double> thrust_to_weight = {};
+    std::string constraint_case = "unknown";
+
+    Constraint(std::vector<double> wing_loading, std::vector<double> thrust_to_weight, std::string constraint_case) :
+        wing_loading(wing_loading), thrust_to_weight(thrust_to_weight), constraint_case(constraint_case) {};
+};
+
+class Analysis
+{
+public:
+    std::vector<Constraint> constraint_list = {};
+    std::shared_ptr<node> acXML = {};
+
+    Analysis(std::vector<Constraint> constraint_list, std::shared_ptr<node> acXML) : constraint_list(constraint_list), acXML(acXML) {};
+
+    Analysis(std::vector<Constraint> constraint_list) : constraint_list(constraint_list) {};
+
+};
+
+class Simple_Analysis : Analysis
+{
+public:
+    std::vector<double> dominant_thrust_to_weight = {};
+    std::vector<double> wing_loading_boundaries = {};
+    std::vector<double> wing_loading_vec = {};
+    double design_thrust_to_weight = 1000.0;
+    double design_wing_loading = 0.0;
+
+    Simple_Analysis(std::vector<Constraint> constraint_list, std::vector<double> boundaries) : Analysis(constraint_list)
+    {
+        dominant_thrust_to_weight = constraint_list[0].thrust_to_weight;
+        wing_loading_vec = constraint_list[0].wing_loading;
+        wing_loading_boundaries = boundaries;
+    };
+
+    Simple_Analysis(std::vector<Constraint> constraint_list, std::shared_ptr<node> acXML, std::vector<double> boundaries) :
+        Analysis(constraint_list, acXML)
+    {
+        dominant_thrust_to_weight = constraint_list[0].thrust_to_weight;
+        wing_loading_vec = constraint_list[0].wing_loading;
+        wing_loading_boundaries = boundaries;
+    };
+
+    void find_dominant_curve() {
+        for (Constraint element : constraint_list) {
+            int i = 0;
+            for (double dom : dominant_thrust_to_weight) {
+                dominant_thrust_to_weight[i] = std::max(dom, element.thrust_to_weight[i]);
+                i++;
+            }
+        }
+    };
+
+    void find_design_point(const double& safety_factor)
+    {
+        std::sort(wing_loading_boundaries.begin(), wing_loading_boundaries.end());
+        std::vector<double> xlims = {};
+        for (auto x_limit : wing_loading_boundaries) {
+            auto it = std::distance(wing_loading_vec.begin(), std::lower_bound(wing_loading_vec.begin(), wing_loading_vec.end(), x_limit));
+            xlims.push_back(it);  
+        }
+        std::vector<double> limited_TW(dominant_thrust_to_weight.begin() + xlims[0], dominant_thrust_to_weight.begin() + xlims[1]);
+        int i = xlims[0];
+        for (double point : limited_TW)
+        {
+            if (point <= design_thrust_to_weight) 
+            { 
+                design_thrust_to_weight = point;
+                design_wing_loading = wing_loading_vec[i];
+            }
+            i++;
+        }
+        design_thrust_to_weight = design_thrust_to_weight * (1.0 + safety_factor);
+    };
+
+    void find_converged_design_point(const double& previous_TW, const double& previous_WS, const double& safety_factor, const double& buffer_factor)
+    {
+        std::sort(wing_loading_boundaries.begin(), wing_loading_boundaries.end());
+        std::vector<double> xlims = {};
+        for (auto x_limit : wing_loading_boundaries) {
+            auto it = std::distance(wing_loading_vec.begin(), std::lower_bound(wing_loading_vec.begin(), wing_loading_vec.end(), x_limit));
+            xlims.push_back(it);
+        }
+        std::vector<double> limited_TW(dominant_thrust_to_weight.begin() + xlims[0], dominant_thrust_to_weight.begin() + xlims[1]);
+        int i = xlims[0];
+        for (double point : limited_TW)
+        {
+            if (point <= design_thrust_to_weight)
+            {
+                design_thrust_to_weight = point;
+                design_wing_loading = wing_loading_vec[i];
+            }
+            i++;
+        }
+        design_thrust_to_weight = design_thrust_to_weight * (1.0 + safety_factor);
+
+        double relative_change_TW = sqrt(pow(1 - previous_TW / design_thrust_to_weight, 2));
+        if (relative_change_TW <= buffer_factor/100.0) { design_thrust_to_weight = previous_TW; };
+        double relative_change_WS = sqrt(pow(1 - previous_WS / design_wing_loading, 2));
+        if (relative_change_WS <= buffer_factor/100.0) { design_wing_loading = previous_WS; };
+    };
+
+    template<typename T>
+    auto create_endnode(const T value, const std::string& unit, const std::string& node_path, const std::string& description) -> Endnode<T> {
+        /* Create the node an set its properties */
+        Endnode<T> new_node{ node_path, description };
+        new_node.set_value(value);
+        new_node.set_unit(unit);
+        /* Return the new node */
+        return new_node;
+    };
+
+    void update_design_point()
+    {
+        std::string subPath = "sizing_point";
+        node& sizing_Node = (*acXML)[subPath];
+
+        design_wing_loading = design_wing_loading / 9.81;
+
+        Endnode<double> wingLoading = create_endnode(design_wing_loading, "kg/m^2", subPath + "/wing_loading", "Maximum takeoff mass (MTOM) divided by wing area (Sref)");
+        wingLoading.update(sizing_Node);
+
+        Endnode<double> thrustToweightRatio = create_endnode(design_thrust_to_weight, "1", subPath + "/thrust_to_weight", "Total thrust (kN) divided by maximum aircraft weight (kN)");
+        thrustToweightRatio.update(sizing_Node);
+
+        aixml::saveDocument(*acXML);
+    };
+
+    void write_design_point(const std::string& filename)
+    {
+        std::ifstream infile(filename);
+        std::ofstream file(filename, std::ios::app);
+        if (!file.is_open())
+        {
+            std::cerr << "Error: Could not open file " << filename << std::endl;
+            return;
+        }
+        if (infile.peek() == std::ifstream::traits_type::eof())
+        {
+            file << "Design Point Number" << "," << "\t" << "T/W"  << "," << "\t" << "W/S" << std::endl;
+            file << "1" <<  "," <<"\t" << std::to_string(design_thrust_to_weight) <<  ",\t" << std::to_string(design_wing_loading) << std::endl;
+        }
+        else
+        {
+            std::string line;
+            std::vector<std::string> lines;
+            while (std::getline(infile, line))
+            {
+                lines.push_back(line);
+            }
+            int last_design_point = std::stoi(lines[lines.size() - 1].substr(0, lines[lines.size() - 1].find("\t")));
+            file << std::to_string(last_design_point + 1) << ",\t" << std::to_string(design_thrust_to_weight) << ",\t" << std::to_string(design_wing_loading) << std::endl;
+        }
+        file.close();
+        infile.close();
+    };
+};
+
+#endif
diff --git a/constraint_analysis/include/constraint_analysis/ca_parser.h b/constraint_analysis/include/constraint_analysis/ca_parser.h
new file mode 100644
index 0000000000000000000000000000000000000000..61d0d3c1131546f73621f4caacca6d843abe6789
--- /dev/null
+++ b/constraint_analysis/include/constraint_analysis/ca_parser.h
@@ -0,0 +1,122 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef SRC_CONSTRAINT_ANALYSIS_PARSER_H_
+#define SRC_CONSTRAINT_ANALYSIS_PARSER_H_
+
+#include <cmath>
+#include <vector>
+#include <numbers>
+#include <sstream>
+#include <fstream>
+#include <string>
+#include <iostream>
+#include <atmosphere/atmosphere.h>
+#include <aixml/node.h>
+
+class readPolar
+{
+public:
+    std::shared_ptr<node> polarXML = {};                       /** [-] The polar data in Polar Exchange File (PEF) format. */
+    std::string flight_config = "Clean";                       /** [-] The flight configuration. */
+    std::string interpolation = "linear";                      /** [-] The method of interpolation. */
+    double machNumber = 0.2;                                   /** [-] The mach number of extracted polar. */
+    std::vector<double> allowable_Mach = {};                   /** [-] The list of available mach numbers in the polar. */
+    std::vector<double> CL_polar = {};                         /** [-] The lift coefficient vector. */
+    std::vector<double> CD_polar = {};                         /** [-] The drag coefficient vector. */
+    std::vector<double> alpha_polar = {};                      /** [-] The angle of attack vector. */
+    double K1 = 0.0;                                           /** [-] The second order coefficient of quadratic drag fitting. */
+    double K2 = 0.0;                                           /** [-] The first order coefficient of quadratic drag fitting. */
+    double CD0 = 0.0;                                          /** [-] The zeroth order coefficient of quadratic drag fitting. */
+
+    readPolar() = default;
+
+    readPolar(
+        const std::shared_ptr<node>& polarXML, 
+        const std::string& flight_config, 
+        const std::string& interpolation,
+        const double& machNumber
+        ) : polarXML(polarXML), flight_config(flight_config), interpolation(interpolation), machNumber(machNumber)
+    {
+        read_mach_numbers();
+        if (allowable_Mach.size() < 2) 
+        { 
+            read_polar(allowable_Mach[0]); 
+        }
+        else 
+        { 
+            read_polar(machNumber); 
+        };
+        std::vector<double> coeffs = quadratic_coefficients(CL_polar.back()*0.90);
+        K1 = coeffs[0];
+        K2 = coeffs[1];
+        CD0 = coeffs[2];
+    }
+
+    auto getCD(const double& W_over_S, const double& n, const double& weight_fraction, const double& machNumber, const double& altitude) -> const double;
+
+    auto calculateCD(const double& W_over_S, const double& n, const double& weight_fraction, const double& machNumber, const double& altitude, const double& AR, const double& e, const double& CD0) -> const double;
+
+    auto getCL(const double& W_over_S, const double& n, const double& weight_fraction, const double& M, const double& h) -> const double;
+
+    void read_polar(const double& machNumber);
+
+    void read_mach_numbers();
+
+    auto parser(const std::string& input_string) -> const std::vector<double>;
+
+    auto interpCD(const double& CL) -> const double;
+
+    auto interpalpha(const double& CL) -> const double;
+
+    auto linear_interpolation(const double& x1, const double& x2, const double& y1, const double& y2, const double& x) -> const double;
+
+    auto linear_interpolation(const std::vector<double> x, const std::vector<double> y, const double& xi) -> const double;
+
+    auto quadratic_coefficients(const std::vector<double> x, const std::vector<double> y) -> const std::vector<double>;
+
+    auto quadratic_coefficients() -> const std::vector<double>;
+
+    auto quadratic_coefficients(const double factor) -> const std::vector<double>;
+};
+
+class readMission
+{
+public:
+    const std::filesystem::path missionCSV;
+    std::vector<double> altitude;
+    std::vector<double> total_mass;
+    std::vector<std::string> mode_name;
+
+    readMission(const std::filesystem::path missionCSV) : missionCSV(missionCSV)
+    {
+        read_mission_data();
+    }
+
+    void read_mission_data();
+
+    auto get_beta(const std::string segment, const double altitude) -> const double;
+
+    auto get_beta(const std::string segment_from) -> const double;
+};
+
+#endif 
\ No newline at end of file
diff --git a/constraint_analysis/include/constraint_analysis/ca_plotting.h b/constraint_analysis/include/constraint_analysis/ca_plotting.h
new file mode 100644
index 0000000000000000000000000000000000000000..e04688d079f9edd20b4dca4650e5b61c58315602
--- /dev/null
+++ b/constraint_analysis/include/constraint_analysis/ca_plotting.h
@@ -0,0 +1,120 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+
+#ifndef SRC_CONSTRAINT_ANALYSIS_PLOTTING_H_
+#define SRC_CONSTRAINT_ANALYSIS_PLOTTING_H_
+
+#include <cmath>
+#include <vector>
+#include <numbers>
+#include <sstream>
+#include <string>
+#include <format>
+#include <iostream>
+#include <atmosphere/atmosphere.h>
+#include <aixml/node.h>
+#include <matplot/matplot.h>
+
+class ConstraintAnalysis_Plot
+{
+public:
+    std::shared_ptr<matplot::figure_type> figure = matplot::figure(true);
+    std::vector<std::string> legend{};
+
+    ConstraintAnalysis_Plot()
+    {
+        auto axis = figure->current_axes();
+        figure->size(800, 600);
+        figure->position({ 0, 0, 800, 600 });
+        axis->hold(true);
+        axis->grid(true);
+        axis->font_size(18);
+        axis->xlabel("Wing Loading [N/m^2]");
+        axis->x_axis().label_font_size(18);
+        axis->ylabel("Thrust to Weight [-]");
+        axis->y_axis().label_font_size(18);
+        axis->ylim({ 0,1 });
+    };
+
+    void add_curve(std::vector<double> x, std::vector<double> y, std::string label)
+    {
+        auto axis = figure->current_axes();
+        if (y.size() > 5) {
+            axis->plot(x, y)->line_width(2);
+        } else { 
+        // Format the number with two decimal places (or any desired precision)
+        axis->scatter(x, y)->marker(".").marker_size(5);
+        std::string str = "W/S = " + std::format("{:.2f}", x[0] / 9.81) + "\\nT/W = " + std::format("{:.4f}", y[0]);
+        y[0] += 0.05;
+        axis->text(x, y, str);
+        }
+        legend.push_back(label);
+    };
+
+    void add_curve(double x_lim, std::string label)
+    {
+        std::vector<double> x = { x_lim, x_lim };
+        std::vector<double> y = { 0, 10 };
+        auto axis = figure->current_axes();
+        axis->plot(x, y)->line_width(2);
+        legend.push_back(label);
+    };
+
+    void save_figure(std::filesystem::path plot_dir)
+    {
+        try {
+            /* Save the finished plot */
+            auto axis = figure->current_axes();
+            axis->xlim({ 600.0, 8000.0 });
+            axis->legend(legend);
+            axis->legend()->location(matplot::legend::general_alignment::topleft);
+            auto plot_path_string = plot_dir.string();
+            std::replace(plot_path_string.begin(), plot_path_string.end(), '\\', '/');
+            figure->save(plot_path_string);
+        } catch (const std::exception& e) {
+            std::cerr << "Error: Could not save plot: " << e.what() << std::endl;
+        }
+    };
+
+    void fill_infeasible_area(std::vector<double> x, std::vector<double> y , std::vector<double> xlims)
+    {
+        int i = 0;
+        std::sort(xlims.begin(), xlims.end());
+        for (double y_elem : y) {
+            if (x[i] <= xlims[0] || x[i] >= xlims[1]) { y[i] = 100.0; };
+            i++;
+        }
+        auto axis = figure->current_axes();
+        x.push_back(x.back());
+        x.push_back(x.front());
+        x.push_back(x.front());
+        y.push_back(0.0);
+        y.push_back(0.0);
+        y.push_back(y.front());
+        const std::array<float, 4> rgba_color = { 0.7f, 1.0f, 0.0f, 0.0f };
+        axis->area(x, y)->face_color(rgba_color);
+        legend.push_back("Infeasible Area");
+    }
+};
+
+#endif
\ No newline at end of file
diff --git a/constraint_analysis/src/ca_functions.cpp b/constraint_analysis/src/ca_functions.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..738e818699064df2babaad2c3e338e13521da11c
--- /dev/null
+++ b/constraint_analysis/src/ca_functions.cpp
@@ -0,0 +1,199 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include <cmath>
+#include <vector>
+#include <numbers>
+#include <iostream>
+#include <algorithm>
+#include "../include/constraint_analysis/ca_functions.h"
+
+namespace Mattingly {
+
+    /*The following method is based on the proposed constraint analysis of Mattingly "Aircraft Engine Design"*/
+    auto constraint_analysis::constant_altitude_speed_cruise(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude) -> const std::vector<double>{
+
+        std::vector<double> T_over_W_data;
+
+        // Lambda function for calculating T_over_W
+        auto calculate_T_over_W = [this](double W_over_S, double C_D, double weight_fraction, double thrust_lapse, double Mach, double altitude) {
+            return (weight_fraction / thrust_lapse) * (((0.5 * atm.getDensity(altitude)*pow((Mach * atm.getSpeedOfSound(altitude)),2)) / weight_fraction) * (1.0 / W_over_S)) * C_D;
+        };
+
+        // For each W_over_S calculate the T_over_W
+        for (size_t i = 0; i < W_over_S_data.size(); ++i) {
+            double W_over_S = W_over_S_data[i];
+
+            double C_D = C_D_data[i];
+
+            T_over_W_data.push_back(calculate_T_over_W(W_over_S, C_D, weight_fraction, thrust_lapse, Mach, altitude));
+            }
+                
+        return T_over_W_data;
+        }
+
+    auto constraint_analysis::constant_speed_climb(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double const_speed_climb_rate) -> const std::vector<double>{
+
+        std::vector<double> T_over_W_data;
+
+        // Lambda function for calculating T_over_W
+        auto calculate_T_over_W = [this](double W_over_S, double C_D, double weight_fraction, double thrust_lapse, double Mach, double altitude, double const_speed_climb_rate) {
+            double u = Mach * atm.getSpeedOfSound(altitude);
+            double rho = atm.getDensity(altitude);
+            double q = 0.5 * rho * pow(u, 2.0);
+            return (weight_fraction / thrust_lapse) * (C_D / (weight_fraction / q * W_over_S) + 1/u * const_speed_climb_rate);
+        };
+
+        // For each W_over_S calculate the T_over_W
+        for (size_t i = 0; i < W_over_S_data.size(); ++i) {
+            double W_over_S = W_over_S_data[i];
+
+            double C_D = C_D_data[i];
+
+            T_over_W_data.push_back(calculate_T_over_W(W_over_S, C_D, weight_fraction, thrust_lapse, Mach, altitude, const_speed_climb_rate));
+            }
+            
+        return T_over_W_data;
+        }
+
+    auto constraint_analysis::constant_altitude_speed_turn(const std::vector<double>& W_over_S_data, double K_1, double K_2, double C_D0, double weight_fraction, double thrust_lapse, double Mach, double altitude, double n) -> const std::vector<double>{
+        std::vector<double> T_over_W_data;
+
+        // Lambda function for calculating T_over_W
+        auto calculate_T_over_W = [this](double W_over_S, double K_1, double K_2, double C_D0, double weight_fraction, double thrust_lapse, double Mach, double altitude, double n) {
+            return (weight_fraction / thrust_lapse) * (K_1 * pow(n, 2) * weight_fraction/(0.5 * atm.getDensity(altitude)*pow((Mach * atm.getSpeedOfSound(altitude)),2)) * W_over_S + (C_D0/(weight_fraction/(0.5 * atm.getDensity(altitude)*pow((Mach * atm.getSpeedOfSound(altitude)),2)) * W_over_S)));
+          };
+
+        // For each W_over_S calculate the T_over_W
+        for (double W_over_S : W_over_S_data) {
+            T_over_W_data.push_back(calculate_T_over_W(W_over_S, K_1, K_2, C_D0, weight_fraction, thrust_lapse, Mach, altitude, n)); // Speichere Ergebnis in T_over_W_data
+        }
+            
+        return T_over_W_data;
+        }
+
+    auto constraint_analysis::horizontal_acceleration(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double horizontal_acceleration) -> const std::vector<double>{
+
+        std::vector<double> T_over_W_data;
+
+        // Lambda function for calculating T_over_W
+        auto calculate_T_over_W = [this](double W_over_S, double C_D, double weight_fraction, double thrust_lapse, double Mach, double altitude, double horizontal_acceleration) {
+            return (weight_fraction / thrust_lapse) * ((0.5 * atm.getDensity(altitude)*pow((Mach * atm.getSpeedOfSound(altitude)),2)) / weight_fraction) * (1.0 / W_over_S) * C_D * 1/g_0 * horizontal_acceleration;
+        };
+
+        // For each W_over_S calculate the T_over_W
+        for (size_t i = 0; i < W_over_S_data.size(); ++i) {
+            double W_over_S = W_over_S_data[i];
+
+            double C_D = C_D_data[i];
+
+            T_over_W_data.push_back(calculate_T_over_W(W_over_S, C_D, weight_fraction, thrust_lapse, Mach, altitude, horizontal_acceleration));
+            }
+
+        return T_over_W_data;
+        }
+
+    auto constraint_analysis::takeoff_ground_roll(const std::vector<double>& W_over_S_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double s_G, double CL_max_TO) -> const std::vector<double>{
+
+        std::vector<double> T_over_W_data;
+
+        // Lambda function for calculating T_over_W
+        auto calculate_T_over_W = [this](double W_over_S, double weight_fraction, double thrust_lapse, double Mach, double altitude, double s_G, double CL_max_TO) {
+            return pow(weight_fraction, 2.0)/thrust_lapse * pow(k_T0, 2.0)/(s_G * rho * g_0 * CL_max_TO) * W_over_S;
+        };
+
+        // For each W_over_S calculate the T_over_W
+        for (double W_over_S : W_over_S_data) {
+            T_over_W_data.push_back(calculate_T_over_W(W_over_S, weight_fraction, thrust_lapse, Mach, altitude, s_G, CL_max_TO)); // Speichere Ergebnis in T_over_W_data
+        }
+            
+        return T_over_W_data;
+        }
+
+    auto constraint_analysis::braking_roll(double C_D_L, double C_L_L, double weight_fraction, double thrust_lapse, double Mach, double altitude, double my_B, double s_G) -> const double
+        {
+        double W_over_S;
+
+        // Lambda function for calculating W_over_S
+        auto calculate_W_over_S = [this](double C_D_L, double C_L_L, double weight_fraction, double thrust_lapse, double Mach, double altitude, double my_B, double s_G) {
+            return ((s_G * atm.getDensity(altitude)* g_0 * (C_D_L - my_B * C_L_L))/ (weight_fraction * log(1 + ((C_D_L - my_B * C_L_L)/(my_B*C_L_L/pow(k_T0,2))))));
+        };
+
+        W_over_S = calculate_W_over_S(C_D_L, C_L_L, weight_fraction, thrust_lapse, Mach, altitude, my_B, s_G);
+            
+        return W_over_S;
+    }
+
+    auto constraint_analysis::service_ceiling(const std::vector<double>& W_over_S_data, double K_1, double K_2, double C_D0, double weight_fraction, double thrust_lapse, double Mach, double altitude, double alt_sc) -> const std::vector<double>{
+
+        std::vector<double> T_over_W_data;
+
+        // Lambda function for calculating T_over_W
+        auto calculate_T_over_W = [this](double W_over_S, double K_1, double K_2, double C_D0, double weight_fraction, double thrust_lapse, double Mach, double altitude, double alt_sc) {
+            return (weight_fraction/thrust_lapse) * (K_1 * (weight_fraction/(0.5 * atm.getDensity(altitude)*pow((Mach * atm.getSpeedOfSound(altitude)),2))) * W_over_S + K_2 + C_D0/(weight_fraction/(0.5 * atm.getDensity(altitude)*pow((Mach * atm.getSpeedOfSound(altitude)),2))*W_over_S) + 1/(Mach * atm.getSpeedOfSound(alt_sc)) * rate_of_climb_SC);
+        };
+
+        // For each W_over_S calculate the T_over_W
+        for (double W_over_S : W_over_S_data) {
+            T_over_W_data.push_back(calculate_T_over_W(W_over_S, K_1, K_2, C_D0, weight_fraction, thrust_lapse, Mach, altitude, alt_sc)); // Speichere Ergebnis in T_over_W_data
+        }
+            
+        return T_over_W_data;
+    }
+
+    auto constraint_analysis::takeoff_climb_angle(const std::vector<double>& W_over_S_data, const std::vector<double>& C_D_data, double weight_fraction, double thrust_lapse, double Mach, double altitude, double CL_max_TO, double takeoff_climb_angle) -> const std::vector<double>{
+
+        std::vector<double> T_over_W_data;
+
+        // Lambda function for calculating T_over_W
+        auto calculate_T_over_W = [this](double W_over_S, double C_D, double weight_fraction, double thrust_lapse, double Mach, double altitude, double CL_max_TO, double takeoff_climb_angle) {
+            return (weight_fraction / thrust_lapse) * (C_D/(CL_max_TO / pow(k_T0, 2.0)) + std::sin(takeoff_climb_angle * PI / 180.0));
+        };
+
+        // For each W_over_S calculate the T_over_W
+        for (size_t i = 0; i < W_over_S_data.size(); ++i) {
+            double W_over_S = W_over_S_data[i];
+
+            double C_D = C_D_data[i];
+
+            T_over_W_data.push_back(calculate_T_over_W(W_over_S, C_D, weight_fraction, thrust_lapse, Mach, altitude, CL_max_TO, takeoff_climb_angle)); // Speichere Ergebnis in T_over_W_data
+        }
+            
+        return T_over_W_data;
+    }
+
+    auto constraint_analysis::gust(double CL_alpha, double altitude, double V_TO_L, double w_g, double dn_G, double weight_fraction) -> const double{
+
+        double W_over_S;
+
+        // Lambda function for calculating W_over_S
+        auto calculate_W_over_S = [this](double CL_alpha, double altitude, double V_TO_L, double w_g, double dn_G, double weight_fraction) {
+            return ((CL_alpha * atm.getDensity(altitude) * V_TO_L * w_g)/(dn_G * 2 * weight_fraction));
+        };
+
+        W_over_S = calculate_W_over_S(CL_alpha, altitude, V_TO_L, w_g, dn_G, weight_fraction); 
+            
+        return W_over_S;
+    }
+
+}
+
diff --git a/constraint_analysis/src/ca_parser.cpp b/constraint_analysis/src/ca_parser.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..a964cacb5c529d81bb20fbf09c83eb27639efdbd
--- /dev/null
+++ b/constraint_analysis/src/ca_parser.cpp
@@ -0,0 +1,313 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include <cmath>
+#include <vector>
+#include <numbers>
+#include <math.h>
+#include <numbers>
+#include <atmosphere/atmosphere.h>
+#include "../include/constraint_analysis/ca_functions.h"
+#include "../include/constraint_analysis/ca_parser.h"
+
+auto readPolar::calculateCD(const double& W_over_S, const double& n, const double& weight_fraction, const double& machNumber, const double& altitude, const double& AR, const double& e, const double& CD0) -> const double
+{
+    const double CL = readPolar::getCL(W_over_S, n, weight_fraction, machNumber, altitude);
+    const double CD = CD0 + 1/(std::numbers::pi * AR * e) * pow(CL, 2);
+    return CD;
+}
+
+auto readPolar::getCD(const double& W_over_S, const double& n, const double& weight_fraction, const double& machNumber, const double& altitude) -> const double
+{
+    const double CL = readPolar::getCL(W_over_S, n, weight_fraction, machNumber, altitude);
+    return readPolar::interpCD(CL);
+};
+
+auto readPolar::getCL(const double& W_over_S, const double& n, const double& weight_fraction, const double& M, const double& h) -> const double
+{
+    atmosphere atm;
+    double u = atm.getSpeedOfSound(h) * M;
+    double rho = atm.getDensity(h);
+    double CL = n * weight_fraction / (0.5 * rho * pow(u, 2.0)) * W_over_S;
+    return CL;
+}
+
+void readPolar::read_polar(const double& machNumber)
+{
+    auto configuration(this->polarXML->at("configurations/configuration@" + flight_config + "/polars"));
+    for (int num_polar(0); num_polar < configuration.getVector("polar").size(); num_polar++) {
+        auto polar(&configuration.at("polar@" + std::to_string(num_polar + 1)));
+        const double Mach((*polar).at("machnumber"));
+        if (Mach == machNumber)
+        {
+            this->alpha_polar = readPolar::parser(std::string((*polar).at("Alpha")));
+            this->CL_polar = readPolar::parser(std::string((*polar).at("Cl")));
+            this->CD_polar = readPolar::parser(std::string((*polar).at("Cd")));
+        }
+    }
+};
+
+void readPolar::read_mach_numbers()
+{
+    auto configuration(this->polarXML->at("configurations/configuration@" + flight_config + "/polars"));
+    for (int num_polar(0); num_polar < configuration.getVector("polar").size(); num_polar++) {
+        auto polar(&configuration.at("polar@" + std::to_string(num_polar + 1)));
+        const double Mach((*polar).at("machnumber"));
+        this->allowable_Mach.push_back(Mach);
+    }
+};
+
+
+auto readPolar::parser(const std::string& input_string) -> const std::vector<double>
+{
+    std::vector<double> output;
+    std::stringstream ss(input_string);
+    std::string temp;
+    while (std::getline(ss, temp, ';')) {
+        try {
+            output.push_back(std::stod(temp));
+        }
+        catch (...)
+        {
+            throw ("parser error occured");
+        };
+    }
+    return output;
+}
+
+auto readPolar::interpCD(const double& CL) -> const double 
+{
+    double CD = 0.0;
+    if(CL<this->CL_polar.back())
+    { 
+        CD = readPolar::linear_interpolation(this->CL_polar, this->CD_polar, CL); 
+    }
+    else {
+        CD = this->K1 * pow(CL, 2) + this->K2 * CL + this->CD0;
+    };
+    return CD;
+}
+
+auto readPolar::interpalpha(const double& CL) -> const double
+{
+    const double alpha = readPolar::linear_interpolation(this->CL_polar, this->alpha_polar, CL);
+    return alpha;
+}
+
+auto readPolar::linear_interpolation(const double& x1, const double& x2, const double& y1, const double& y2, const double& x) -> const double
+{
+    return y1 + (x - x1) * (y2 - y1) / (x2 - x1);
+}
+
+auto readPolar::linear_interpolation(const std::vector<double> x, const std::vector<double> y, const double& xi) -> const double
+{
+    auto lb = std::lower_bound(x.begin(), x.end(), xi);
+    auto idx = std::distance(x.begin(), lb);
+    return y[idx-1] + (xi - x[idx-1]) * (y[idx] - y[idx-1]) / (x[idx] - x[idx-1]);
+}
+
+auto readPolar::quadratic_coefficients(const std::vector<double> x, const std::vector<double> y) -> const std::vector<double>
+{
+    int n = x.size();
+    double A_x4 = 0, A_x3 = 0, A_x2 = 0, A_x1 = 0, A_x0 = n, b_x2y = 0, b_xy = 0, b_y = 0;
+    for (int i = 0; i < n; ++i)
+    {
+        A_x4 += pow(x[i], 4);
+        A_x3 += pow(x[i], 3);
+        A_x2 += pow(x[i], 2);
+        A_x1 += x[i];
+        b_x2y += pow(x[i], 2) * y[i];
+        b_xy += x[i] * y[i];
+        b_y += y[i];
+    }
+
+    double det =
+        A_x4 * (A_x2 * A_x0 - A_x1 * A_x1)
+        - A_x3 * (A_x3 * A_x0 - A_x1 * A_x2)
+        + A_x2 * (A_x3 * A_x1 - A_x2 * A_x2);
+
+    double det_a = 
+        b_x2y * (A_x2 * A_x0 - A_x1 * A_x1)
+        - b_xy * (A_x3 * A_x0 - A_x1 * A_x2)
+        + b_y * (A_x3 * A_x1 - A_x2 * A_x2);
+
+    double det_b = 
+        A_x4 * (b_xy * A_x0 - b_y * A_x1)
+        - A_x3 * (b_x2y * A_x0 - b_y * A_x2)
+        + A_x2 * (b_x2y * A_x1 - b_xy * A_x2);
+
+    double det_c = 
+        A_x4 * (A_x2 * b_y - b_xy * A_x1)
+        - A_x3 * (A_x3 * b_y - b_x2y * A_x1)
+        + A_x2 * (A_x3 * b_xy - b_x2y * A_x2);
+
+    return std::vector<double>{det_a / det, det_b / det, det_c / det};
+}
+
+auto readPolar::quadratic_coefficients(const double factor) -> const std::vector<double>
+{
+    std::vector<double> x_init = this->CL_polar;
+    std::vector<double> y_init = this->CD_polar;
+    auto it = std::distance(x_init.begin(), std::lower_bound(x_init.begin(), x_init.end(), factor));
+    std::vector<double> x(x_init.begin() + it, x_init.end());
+    std::vector<double> y(y_init.begin() + it, y_init.end());
+
+    int n = x.size();
+    double A_x4 = 0, A_x3 = 0, A_x2 = 0, A_x1 = 0, A_x0 = n, b_x2y = 0, b_xy = 0, b_y = 0;
+    for (int i = 0; i < n; ++i)
+    {
+        A_x4 += pow(x[i], 4);
+        A_x3 += pow(x[i], 3);
+        A_x2 += pow(x[i], 2);
+        A_x1 += x[i];
+        b_x2y += pow(x[i], 2) * y[i];
+        b_xy += x[i] * y[i];
+        b_y += y[i];
+    }
+
+    double det =
+        A_x4 * (A_x2 * A_x0 - A_x1 * A_x1)
+        - A_x3 * (A_x3 * A_x0 - A_x1 * A_x2)
+        + A_x2 * (A_x3 * A_x1 - A_x2 * A_x2);
+
+    double det_a =
+        b_x2y * (A_x2 * A_x0 - A_x1 * A_x1)
+        - b_xy * (A_x3 * A_x0 - A_x1 * A_x2)
+        + b_y * (A_x3 * A_x1 - A_x2 * A_x2);
+
+    double det_b =
+        A_x4 * (b_xy * A_x0 - b_y * A_x1)
+        - A_x3 * (b_x2y * A_x0 - b_y * A_x2)
+        + A_x2 * (b_x2y * A_x1 - b_xy * A_x2);
+
+    double det_c =
+        A_x4 * (A_x2 * b_y - b_xy * A_x1)
+        - A_x3 * (A_x3 * b_y - b_x2y * A_x1)
+        + A_x2 * (A_x3 * b_xy - b_x2y * A_x2);
+
+    return std::vector<double>{det_a / det, det_b / det, det_c / det};
+}
+
+auto readPolar::quadratic_coefficients() -> const std::vector<double>
+{
+    std::vector<double> x = this->CL_polar;
+    std::vector<double> y = this->CD_polar;
+
+    int n = x.size();
+    double A_x4 = 0, A_x3 = 0, A_x2 = 0, A_x1 = 0, A_x0 = n, b_x2y = 0, b_xy = 0, b_y = 0;
+    for (int i = 0; i < n; ++i)
+    {
+        A_x4 += pow(x[i], 4);
+        A_x3 += pow(x[i], 3);
+        A_x2 += pow(x[i], 2);
+        A_x1 += x[i];
+        b_x2y += pow(x[i], 2) * y[i];
+        b_xy += x[i] * y[i];
+        b_y += y[i];
+    }
+
+    double det =
+        A_x4 * (A_x2 * A_x0 - A_x1 * A_x1)
+        - A_x3 * (A_x3 * A_x0 - A_x1 * A_x2)
+        + A_x2 * (A_x3 * A_x1 - A_x2 * A_x2);
+
+    double det_a =
+        b_x2y * (A_x2 * A_x0 - A_x1 * A_x1)
+        - b_xy * (A_x3 * A_x0 - A_x1 * A_x2)
+        + b_y * (A_x3 * A_x1 - A_x2 * A_x2);
+
+    double det_b =
+        A_x4 * (b_xy * A_x0 - b_y * A_x1)
+        - A_x3 * (b_x2y * A_x0 - b_y * A_x2)
+        + A_x2 * (b_x2y * A_x1 - b_xy * A_x2);
+
+    double det_c =
+        A_x4 * (A_x2 * b_y - b_xy * A_x1)
+        - A_x3 * (A_x3 * b_y - b_x2y * A_x1)
+        + A_x2 * (A_x3 * b_xy - b_x2y * A_x2);
+
+    return std::vector<double>{det_a / det, det_b / det, det_c / det};
+}
+
+void readMission::read_mission_data()
+{
+    std::ifstream file(this->missionCSV);
+
+    std::string line;
+
+    std::getline(file, line);
+    std::istringstream header_stream(line);
+    std::string column;
+    std::vector<std::string> headers;
+    int altitudeIndex = -1, massIndex = -1, modeIndex = -1, index = 0;
+
+    while (std::getline(header_stream, column, ';')) {
+        headers.push_back(column);
+        if (column == " Altitude [m]") altitudeIndex = index;
+        if (column == " Total mass [kg]") massIndex = index;
+        if (column == " Mode name [-]") modeIndex = index;
+        index++;
+    }
+
+    // Read the data
+    while (std::getline(file, line)) {
+        std::istringstream line_stream(line);
+        std::string value;
+        std::vector<std::string> row;
+        int colIndex = 0;
+
+        while (std::getline(line_stream, value, ';')) {
+            row.push_back(value);
+        }
+
+        if (row.size() > std::max({ altitudeIndex, massIndex, modeIndex })) {
+            try {
+                this->altitude.push_back(std::stod(row[altitudeIndex]));
+                this->total_mass.push_back(std::stod(row[massIndex]));
+                this->mode_name.push_back(row[modeIndex]);
+            }
+            catch (const std::exception& e) {
+                std::cerr << "Warning: Skipping invalid row due to conversion error: " << line << std::endl;
+            }
+        }
+    }
+};
+
+auto readMission::get_beta(const std::string segment, const double altitude) -> const double
+{
+    for (size_t i = 0; i < this->altitude.size(); ++i) {
+        if (this->altitude[i] >= altitude && this->mode_name[i] == segment) {
+            return this->total_mass[i]/this->total_mass[0];
+        }
+    }
+    return 0.98;
+};
+
+auto readMission::get_beta(const std::string segment_from) -> const double
+{
+    for (size_t i = 1; i < this->mode_name.size(); ++i) {
+        if (this->mode_name[i - 1] == segment_from && this->mode_name[i] != segment_from) {
+            return this->total_mass[i] / this->total_mass[0];
+        }
+    }
+    return 0.98;
+};
\ No newline at end of file
diff --git a/constraint_analysis/src/ca_strategy.h b/constraint_analysis/src/ca_strategy.h
new file mode 100644
index 0000000000000000000000000000000000000000..435782cbc4aad0566b75a3a09b49a52f1dfd57a8
--- /dev/null
+++ b/constraint_analysis/src/ca_strategy.h
@@ -0,0 +1,94 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef SRC_CA_STRATEGY_H_
+#define SRC_CA_STRATEGY_H_
+
+ /* === Includes === */
+#include <memory>
+#include <moduleBasics/strategySelector.h>
+#include <aixml/node.h>
+#include <moduleBasics/strategySelector.h>
+
+/* === Classes === */
+/**
+ * @class ConstraintAnalysisStrategy
+ * @brief The specialization of the strategy class for the constraint_analysis tool.
+ */
+class ConstraintAnalysisStrategy : public Strategy
+{
+public:
+    /* === Constructors === */
+    explicit ConstraintAnalysisStrategy(
+            const std::shared_ptr<node>& configuration, 
+            const std::shared_ptr<node>& polar,
+            const std::shared_ptr<node>& aircraft_xml,
+            const std::filesystem::path& engine_directory,
+            const std::filesystem::path& mission_directory,
+            const std::filesystem::path& plot_dir) : configuration_(configuration), polar_(polar), aircraft_xml_(aircraft_xml), engine_directory_(engine_directory), mission_directory_(mission_directory), plot_dir_(plot_dir) {}
+
+    /**
+     * @brief Destroy the PropulsionStrategy instance.
+     */
+    ~ConstraintAnalysisStrategy() override = default;
+
+    /* === Populate the strategy template methods === */
+    void initialize() override {};
+    void run() override {};
+    void update() override {};
+    void report() override {};
+    void save() override {};
+
+    virtual void operator()() // NOLINT runtime/reference
+    {
+        throw std::invalid_argument("The strategy does not yet work.");
+    };
+
+    /* === Methods === */
+    /**
+     * @brief Get the configuration of the module.
+     *
+     * @return std::shared_ptr<node> The configuration of the module.
+     */
+    [[nodiscard]] auto configuration() const -> const std::shared_ptr<node> { return configuration_; }
+
+    [[nodiscard]] auto polar() const -> const std::shared_ptr<node> { return polar_; }
+
+    [[nodiscard]] auto aircraft_xml() const -> const std::shared_ptr<node> { return aircraft_xml_; }
+
+    [[nodiscard]] auto engine_directory() const -> const std::filesystem::path { return engine_directory_; }
+
+    [[nodiscard]] auto mission_directory() const -> const std::filesystem::path { return mission_directory_; }
+
+    [[nodiscard]] auto plot_dir() const -> const std::filesystem::path { return plot_dir_; }
+
+private:
+    /* === Properties ===*/
+    std::shared_ptr<node> configuration_;               /** The configuration of the module. */
+    std::shared_ptr<node> polar_;                       /** The polar file. */
+    std::shared_ptr<node> aircraft_xml_;                /** The aircraft xml file. */
+    const std::filesystem::path engine_directory_;      /** The engine data directory. */
+    const std::filesystem::path mission_directory_;     /** The mission data directory. */
+    const std::filesystem::path plot_dir_;              /** The engine data directory. */
+};
+
+#endif 
\ No newline at end of file
diff --git a/constraint_analysis/src/constraint_analysis.cpp b/constraint_analysis/src/constraint_analysis.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..6d0c8701b1aac7bc1311c64b3b3fffa3e01d002a
--- /dev/null
+++ b/constraint_analysis/src/constraint_analysis.cpp
@@ -0,0 +1,87 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include <cmath>
+#include <vector>
+#include <numbers>
+#include <iostream>
+#include <string>
+#include <algorithm>
+#include <format>
+#include <variant>
+#include <moduleBasics/module.h>
+#include <engine/engine.h>
+#include "io/aircraft_xml.h"
+#include "constraint_analysis.h"
+#include "energy_based/energy_based.h"
+
+void DefaultAnalysis::initialize() {
+    /* Load XML resources */
+    this->aircraft_xml = aixml::openDocument(this->get_RuntimeIO()->acxmlAccess);
+    this->configuration_xml = aixml::openDocument(this->get_RuntimeIO()->moduleConfAccess);
+    std::string engine_model = this->aircraft_xml->at("aircraft_exchange_file/component_design/propulsion/specific/propulsion/engine/model/value");
+    std::filesystem::path file = this->get_RuntimeIO()->acxmlAccess;
+    this->engine_directory = file.parent_path() / "engine_data" / engine_model;
+    this->mission_directory = file.parent_path() / "mission_data";
+    std::string polar_file = this->aircraft_xml->at("aircraft_exchange_file/analysis/aerodynamics/polar/polar_file/value");
+    std::filesystem::path polarFile = file.parent_path() / "aero_data" / polar_file;
+    auto polar_xml = aixml::openDocument(polarFile);
+    std::filesystem::path plot_dir = this->get_RuntimeIO()->getPlotDir();
+
+    /* Select the constraint analysis strategy*/
+    const std::string method(this->configuration_xml->at("module_configuration_file/program_settings/method/value"));
+    if (method == "Energy_Based")
+        this->constraint_analyzer = std::make_unique<EnergyBased>(
+            this->configuration_xml,
+            polar_xml,
+            this->aircraft_xml,
+            this->engine_directory,
+            this->mission_directory,
+            plot_dir);
+    else
+        throw std::runtime_error("[Constraint_Analysis] The constraint analysis method '" + method + "' is not supported.");
+
+    this->constraint_analyzer->initialize();
+}
+
+void DefaultAnalysis::run() {
+    (*this->constraint_analyzer)();;
+}
+
+void DefaultAnalysis::update() {
+}
+
+void DefaultAnalysis::report() {
+    /* Only when the reports are enabled */
+    if (!this->get_RuntimeIO()->reportOn)
+    {
+        myRuntimeInfo->out << "Skipping the creation of the report." << std::endl;
+        return;
+    }
+    myRuntimeInfo->out << "Creating the HTML report..." << std::endl;
+    this->create_html_report();
+
+    //TODO plots check?
+}
+
+void DefaultAnalysis::save() {
+}
diff --git a/constraint_analysis/src/constraint_analysis.h b/constraint_analysis/src/constraint_analysis.h
new file mode 100644
index 0000000000000000000000000000000000000000..34f19db666182c8792c557e241cd59c96c296057
--- /dev/null
+++ b/constraint_analysis/src/constraint_analysis.h
@@ -0,0 +1,77 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include "ca_strategy.h"
+
+#include <moduleBasics/module.h>
+
+ #include <cmath>
+#include <vector>
+#include <numbers>
+#include <memory>
+#include <string>
+#include <vector>
+#include <unordered_map>
+
+#ifndef SRC_CONSTRAINT_ANALYSIS_H_
+#define SRC_CONSTRAINT_ANALYSIS_H_
+
+
+class DefaultAnalysis : public Module{
+public:
+
+    DefaultAnalysis(const int argc, char **argv, const std::string &toolName, const std::string &toolVersion)
+        : Module(argc, argv, toolName, toolVersion)
+    {
+    }
+
+    DefaultAnalysis(const std::string& toolName, const std::string& toolVersion, const std::filesystem::path& rtConfigXML)
+        : Module(toolName, toolVersion, rtConfigXML)
+    {
+    }
+
+    ~DefaultAnalysis() = default;
+
+    void initialize() override;
+    void run() override;
+    void update() override;
+    void report() override;
+    void save() override;
+
+
+private:
+    /**
+     * @brief Create the html report for the constraint analysis.
+     */
+    void create_html_report();
+
+    /* === Properties === */
+    std::unique_ptr<ConstraintAnalysisStrategy> constraint_analyzer;
+    std::shared_ptr<node> configuration_xml;
+    std::shared_ptr<node> aircraft_xml;
+    double thrust_to_weight_point = 0.0;
+    double wing_loading_point = 0.0;
+    std::filesystem::path engine_directory;
+    std::filesystem::path mission_directory;
+};
+
+#endif
\ No newline at end of file
diff --git a/constraint_analysis/src/energy_based/energy_based.cpp b/constraint_analysis/src/energy_based/energy_based.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..f82e6b59ee84bd787e3bc3dd05385e17afe9c89d
--- /dev/null
+++ b/constraint_analysis/src/energy_based/energy_based.cpp
@@ -0,0 +1,370 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include "energy_based.h"
+#include <algorithm>
+#include <filesystem>
+#include <format>
+#include <list>
+#include <ranges>
+#include <cmath>
+#include <vector>
+#include <numbers>
+#include <iostream>
+#include <string>
+#include <moduleBasics/module.h>
+#include <engine/engine.h>
+#include "../../include/constraint_analysis/ca_functions.h"
+#include "../../include/constraint_analysis/ca_parser.h"
+#include "../constraint_analysis.h"
+#include "../../include/constraint_analysis/ca_plotting.h"
+#include "../io/aircraft_xml.h"
+#include "../../include/constraint_analysis/ca_minfinder.h"
+
+
+void EnergyBased::initialize()
+{
+    if (!this->aircraft_xml()) {
+        throw std::runtime_error("[EnergyBased::initialize()] aircraft_xml is null!");
+    };
+    if (!this->configuration()) {
+        throw std::runtime_error("[EnergyBased::initialize()] config_xml is null!");
+    };
+    if (!this->polar()) {
+        throw std::runtime_error("[EnergyBased::initialize()] polar_xml is null!");
+    };
+}
+
+void EnergyBased::operator()()
+{
+
+    const std::string mode_selection(this->configuration()->at("module_configuration_file/program_settings/mode_selection/value"));
+
+    int WS_start = 0;
+    int WS_end = 0;
+    size_t WS_size = 1;
+
+    if (mode_selection == "mode_0")
+    {
+        /*Define relevant Wing_loading range. Selected values should be valid for all possible configurations*/
+        WS_start = 50;
+        WS_end = 820;
+        WS_size = WS_end - WS_start + 1; // Range from 50 to 820, inclusive
+    }
+    else if (mode_selection == "mode_1")
+    {
+        WS_start = this->aircraft_xml()->at("aircraft_exchange_file/sizing_point/wing_loading/value");
+        WS_size = 1; // Constant W/S
+    }
+
+    std::vector<double> W_over_S_data(WS_size);
+
+    /*Transform from kg/m^2 into N/m^2*/
+    for (int i = 0; i < WS_size; ++i) {
+        W_over_S_data[i] = (WS_start + i) * 9.81;
+    }
+
+    Engine engine = Engine(this->engine_directory());
+
+    Mattingly::constraint_analysis constraint_analysis_tool;
+
+    atmosphere atm;
+
+    // Set atmosphere according to the delta ISA requirement for the sizing process
+    double temperature_ISA = ISA_TEMPERATURE + this->aircraft_xml()->at("aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/delta_ISA/value");
+    atm.setAtmosphere(0.0, temperature_ISA, ISA_PRESSURE);
+
+    constraint_analysis_tool.atm = atm;
+
+    std::filesystem::path missionCSV = this->mission_directory();
+
+    for (const auto& entry : fs::directory_iterator(this->mission_directory())) {
+        std::string filename = entry.path().filename().string();
+
+        if (filename.find("design_mission") != std::string::npos && filename.find("_out.csv") != std::string::npos) {
+            missionCSV /= filename;
+            break;
+        }
+    }
+
+    Mattingly::constraint_analysis constraint_analysis_plotting = constraint_analysis_tool;
+
+    readMission mission_data(missionCSV);
+
+    assess_constraints(W_over_S_data, constraint_analysis_tool, mission_data, engine);
+
+    /* Define Simple_Analysis*/
+    Simple_Analysis min_finder = Simple_Analysis(this->constraint_list, this->aircraft_xml(), this->boundaries);
+
+    /* Find dominant curve of the design chart*/
+    min_finder.find_dominant_curve();
+
+    double safety_factor = this->configuration()->at("module_configuration_file/program_settings/safety_factor/value");
+
+    const double buffer_factor(this->configuration()->at("module_configuration_file/program_settings/buffer_factor/value"));
+
+    /*Get the previous design point*/
+    double previous_WS = this->aircraft_xml()->at("aircraft_exchange_file/sizing_point/wing_loading/value");
+    double previous_TW = this->aircraft_xml()->at("aircraft_exchange_file/sizing_point/thrust_to_weight/value");
+
+    /*Find design point with safety factor*/
+    min_finder.find_converged_design_point(previous_TW, previous_WS * 9.81, safety_factor, buffer_factor);
+
+    /*Update design point in ACxml*/
+    min_finder.update_design_point();
+
+    std::string plot_dir_string = this->plot_dir().string();
+
+    // Add output of design point in logfile
+
+    myRuntimeInfo->out << "New wing loading: " << min_finder.design_wing_loading * 9.81 << " N/m^2. New thrust to weight ratio: " << min_finder.design_thrust_to_weight << std::endl;
+
+    min_finder.write_design_point(plot_dir_string + "/csv_files/design_point.csv");
+
+    /* Plot the complete design chart with constraints, boundaries and design point*/
+    std::string plotting = this->configuration()->at("module_configuration_file/control_settings/plot_output/enable/value");
+    if (plotting == "true") {
+
+        WS_start = 50;
+        WS_end = 820;
+        WS_size = WS_end - WS_start + 1; // Range from 50 to 820, inclusive
+
+        std::vector<double> W_over_S_data(WS_size);
+
+        for (int i = 0; i < WS_size; ++i) {
+            W_over_S_data[i] = (WS_start + i) * 9.81;
+        }
+
+        this->constraint_list = {};
+        this->boundaries = {};
+
+        assess_constraints(W_over_S_data, constraint_analysis_plotting, mission_data, engine);
+
+        Simple_Analysis min_finder_2 = Simple_Analysis(this->constraint_list, this->aircraft_xml(), this->boundaries);
+
+        min_finder_2.find_dominant_curve();
+
+        ConstraintAnalysis_Plot ca_plot;
+
+        ca_plot.fill_infeasible_area(W_over_S_data, min_finder_2.dominant_thrust_to_weight, boundaries);
+
+        for (auto ca_case : this->constraint_list)
+        {
+            ca_plot.add_curve(ca_case.wing_loading, ca_case.thrust_to_weight, ca_case.constraint_case);
+        }
+        for (auto boundary : this->boundaries)
+        {
+            ca_plot.add_curve(boundary, "W/S limit");
+        }
+        ca_plot.add_curve({ min_finder.design_wing_loading * 9.81 }, { min_finder.design_thrust_to_weight }, "Design Point");
+
+        ca_plot.save_figure(plot_dir_string + "/constraint_plot.svg");
+    };
+}
+
+void  EnergyBased::assess_constraints(std::vector<double>& W_over_S_data, Mattingly::constraint_analysis& constraint_analysis_tool, readMission& mission_data, Engine& engine)
+{
+    auto calculate_thrust_lapse = [&constraint_analysis_tool, &engine](double M, double altitude) {
+        const double thrust_lapse = engine.get_thrust_lapse("cruise", constraint_analysis_tool.atm, M, altitude);
+        return thrust_lapse;
+        };
+
+    auto get_num_engines = [&]() {
+        double num_engines = 0;
+
+        // Get the node vector for all defined propulsion systems
+        auto propulsors = this->aircraft_xml()->getVector(
+            "aircraft_exchange_file/requirements_and_specifications/design_specification/propulsion/propulsor");
+
+        // Increment num_engines for each propulsor
+        for (const auto& propulsor : propulsors) {
+            num_engines += 1;
+        }
+        return num_engines;
+        };
+
+    auto std_constraints = this->configuration()->at(
+        "module_configuration_file/program_settings/constraint_selection/standard_set").getChildren();
+
+    for (auto constraint : std_constraints)
+    {
+        std::string activated = constraint->at("active/value");
+        if (activated == "true")
+        {
+            double CD = 0.0;
+            double CL = 0.0;
+            std::vector<double> CD_vector = {};
+            std::vector<double> CL_vector = {};
+
+            if (constraint->name == "takeoff_ground_roll")
+            {
+                double CL_max_TO = this->aircraft_xml()->at("aircraft_exchange_file/analysis/aerodynamics/lift_coefficients/C_LmaxT-O/value");
+                double s_G_TO = this->aircraft_xml()->at("aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/takeoff_distance/value");
+                double M = constraint->at("Mach_TO/value");
+                double thrust_lapse = calculate_thrust_lapse(M, 0.0);
+                double weight_fraction = mission_data.get_beta(" takeoff", 1.0); //from mission analysis
+                const auto constraint_vector = constraint_analysis_tool.takeoff_ground_roll(
+                    W_over_S_data,
+                    weight_fraction,
+                    thrust_lapse,
+                    M,
+                    0.0,
+                    s_G_TO,
+                    CL_max_TO);
+                Constraint Case(W_over_S_data, constraint_vector, constraint->name);
+                this->constraint_list.push_back(Case);
+            }
+            else if (constraint->name == "takeoff_climb")
+            {
+                double M = constraint->at("Mach_TO/value");
+                double takeoff_climb_angle = constraint->at("takeoff_climb_angle/value");
+                double thrust_lapse = calculate_thrust_lapse(M, 0.0);
+                double weight_fraction = mission_data.get_beta(" takeoff", 1.0); //from mission analysis
+                double CL_max_TO = this->aircraft_xml()->at("aircraft_exchange_file/analysis/aerodynamics/lift_coefficients/C_LmaxT-O/value");
+                readPolar takeoff_config(this->polar(), "takeoff", "linear", M);
+                CD = takeoff_config.interpCD(CL_max_TO);
+                for (int i = 0; i < W_over_S_data.size(); ++i) {
+                    CD_vector.push_back(CD);
+                };
+                const auto constraint_vector = constraint_analysis_tool.takeoff_climb_angle(
+                    W_over_S_data,
+                    CD_vector,
+                    weight_fraction,
+                    thrust_lapse,
+                    M,
+                    0.0,
+                    CL_max_TO,
+                    takeoff_climb_angle);
+                Constraint Case(W_over_S_data, constraint_vector, constraint->name);
+                this->constraint_list.push_back(Case);
+            }
+            else if (constraint->name == "OEI_climb")
+            {
+                /* OEI Climb */
+                double climb_speed = this->aircraft_xml()->at(
+                    "aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/climb_speed_schedule/climb_speed_below_FL100/value");
+                double climb_gradient_OEI = constraint->at("climb_gradient_OEI/value");
+                double M = climb_speed / constraint_analysis_tool.atm.getSpeedOfSound(0.0);
+                double weight_fraction = mission_data.get_beta(" takeoff"); //from mission analysis
+                double thrust_lapse = calculate_thrust_lapse(M, 0.0);
+                double num_engines = get_num_engines();
+
+                readPolar climb_config(this->polar(), "takeoff", "linear", M);
+                for (int i = 0; i < W_over_S_data.size(); ++i) {
+                    CD = climb_config.getCD(W_over_S_data[i], 1.0, weight_fraction, (climb_speed / constraint_analysis_tool.atm.getSpeedOfSound(0.0)), 0.0);
+                    CD_vector.push_back(CD);
+                };
+
+                double thrust_factor_OEI = thrust_lapse * ((num_engines - 1) / num_engines);
+                double climb_rate_OEI = climb_gradient_OEI * climb_speed;
+                /*minimal climb rate of 2.4% defined in CS25 for second segment climb*/
+                const auto constraint_vector = constraint_analysis_tool.constant_speed_climb(
+                    W_over_S_data,
+                    CD_vector,
+                    weight_fraction,
+                    thrust_factor_OEI,
+                    M,
+                    0.0,
+                    climb_rate_OEI); /* DEFINE CLIMB RATE CONSTRAINT */
+                Constraint Case(W_over_S_data, constraint_vector, constraint->name);
+                this->constraint_list.push_back(Case);
+            }
+            else if (constraint->name == "top_of_climb")
+            {
+
+            }
+            else if (constraint->name == "cruise")
+            {
+
+            }
+            else if (constraint->name == "SEP")
+            {
+                /* Service Ceiling */
+                double altitude = this->aircraft_xml()->at(
+                    "aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/maximum_operating_altitude/value");
+                double M = this->aircraft_xml()->at(
+                    "aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/initial_cruise_mach_number/value");
+
+                double weight_fraction = mission_data.get_beta(" climb_to_cruise");
+                readPolar clean_config_M_cruise(this->polar(), "clean", "linear", M);
+                double thrust_lapse = calculate_thrust_lapse(M, altitude);
+                CD_vector = {};
+                CL_vector = {};
+
+                for (int i = 0; i < W_over_S_data.size(); ++i) {
+                    CD = clean_config_M_cruise.getCD(W_over_S_data[i], 1.0, weight_fraction, M, altitude);
+                    CD_vector.push_back(CD);
+                }
+
+                double minimum_climb_rate = constraint->at("minimum_climb_rate/value");
+
+                /* Service ceiling with the minimum climb rate requirement */
+                const auto constraint_vector = constraint_analysis_tool.constant_speed_climb(
+                    W_over_S_data,
+                    CD_vector,
+                    weight_fraction,
+                    thrust_lapse,
+                    M,
+                    altitude,
+                    minimum_climb_rate);
+                Constraint Case(W_over_S_data, constraint_vector, constraint->name);
+                this->constraint_list.push_back(Case);
+            }
+            else if (constraint->name == "approach_speed")
+            {
+
+            }
+            else if (constraint->name == "landing_field_length")
+            {
+                /* Landing */
+                double M = constraint->at("Mach/value");
+                double thrust_lapse = calculate_thrust_lapse(M, 0.0);
+                double CL_max_L = this->aircraft_xml()->at("aircraft_exchange_file/analysis/aerodynamics/lift_coefficients/C_LmaxLanding/value");
+                double my_B = this->aircraft_xml()->at("aircraft_exchange_file/requirements_and_specifications/requirements/additional_requirements/landing_gear/braking_coefficient/value");
+                double s_G_L = this->aircraft_xml()->at("aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/takeoff_distance/value");
+                readPolar landing_config(this->polar(), "landing", "linear", M);
+                double CD_max_L = landing_config.interpCD(CL_max_L);
+                double max_landing_weight = this->aircraft_xml()->at("aircraft_exchange_file/analysis/masses_cg_inertia/maximum_landing_mass/mass_properties/mass/value");
+                double MTOM = this->aircraft_xml()->at("aircraft_exchange_file/analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass/value");
+                double weight_fraction = max_landing_weight / MTOM;
+                const auto constraint_border = constraint_analysis_tool.braking_roll(CD_max_L, CL_max_L, weight_fraction, thrust_lapse, M, 0.0, my_B, s_G_L);
+                this->boundaries.push_back(constraint_border);
+            }
+            else if (constraint->name == "gust")
+            {
+                /* Gust */
+                double M = constraint->at("Mach/value");
+                readPolar landing_config(this->polar(), "landing", "linear", M);
+                double weight_fraction = mission_data.get_beta(" takeoff", 1.0); //from mission analysis
+                double CL_max_L = this->aircraft_xml()->at("aircraft_exchange_file/analysis/aerodynamics/lift_coefficients/C_LmaxLanding/value");
+                double AoA_1 = landing_config.interpalpha(CL_max_L);
+                double AoA_2 = landing_config.interpalpha(CL_max_L - CL_max_L * 0.9);
+                double CL_alpha = (CL_max_L - (CL_max_L - CL_max_L * 0.9)) / ((AoA_1 - AoA_2) * PI / 180.0);
+                double V_TO_L = this->aircraft_xml()->at("aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/maximum_approach_speed/value");
+                double w_g = this->configuration()->at("module_configuration_file/program_settings/constraint_selection/standard_set/gust/gust_speed/value");
+                double dn_G = this->configuration()->at("module_configuration_file/program_settings/constraint_selection/standard_set/gust/gust_load_factor/value");
+                const auto constraint_border = constraint_analysis_tool.gust(CL_alpha, 0.0, V_TO_L, w_g, dn_G, weight_fraction);
+                this->boundaries.push_back(constraint_border);
+            }
+        }
+    };
+};
\ No newline at end of file
diff --git a/constraint_analysis/src/energy_based/energy_based.h b/constraint_analysis/src/energy_based/energy_based.h
new file mode 100644
index 0000000000000000000000000000000000000000..b8c56b24a7868ef269aab12a8475172acf2af084
--- /dev/null
+++ b/constraint_analysis/src/energy_based/energy_based.h
@@ -0,0 +1,76 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+
+#ifndef SRC_CONSTRAINT_ANALYSIS_ENERGY_BASED_H_
+#define SRC_CONSTRAINT_ANALYSIS_ENERGY_BASED_H_
+
+ /* === Includes === */
+#include <filesystem>
+#include <memory>
+#include <optional>
+#include <unordered_map>
+#include <unordered_set>
+#include <string>
+#include <string_view>
+#include "../ca_strategy.h"
+#include <engine/engine.h>
+#include "../../include/constraint_analysis/ca_functions.h"
+#include "../../include/constraint_analysis/ca_parser.h"
+#include "../constraint_analysis.h"
+#include "../../include/constraint_analysis/ca_plotting.h"
+#include "../io/aircraft_xml.h"
+#include "../../include/constraint_analysis/ca_minfinder.h"
+
+
+class EnergyBased : public ConstraintAnalysisStrategy
+{
+public:
+    /* === Constructors === */
+    /**
+     * @brief Construct a new energy based constraint analysis.
+     * @param configuration The module configuration provided by the user.
+     */
+    explicit EnergyBased(
+        const std::shared_ptr<node>& configuration, 
+        const std::shared_ptr<node>& polar,
+        const std::shared_ptr<node>& aircraft_xml,
+        const std::filesystem::path& engine_directory,
+        const std::filesystem::path& mission_directory, 
+        const std::filesystem::path& plot_dir
+        ) : ConstraintAnalysisStrategy(configuration, polar, aircraft_xml, engine_directory, mission_directory, plot_dir) {}
+
+    /* === Methods === */
+    /**
+     * @brief Finalize the initialization of the constraint analysis.
+     */
+    void initialize();
+
+    void operator()(); // NOLINT runtime/references
+
+    void assess_constraints(std::vector<double>& W_over_S_data, Mattingly::constraint_analysis& constraint_analysis_tool, readMission& mission_data, Engine& engine);
+
+    std::vector<Constraint> constraint_list = {};
+    std::vector<double> boundaries = {};
+}; // namespace design
+
+#endif // SRC_CONSTRAINT_ANALYSIS_ENERGY_BASED_H_
\ No newline at end of file
diff --git a/constraint_analysis/src/energy_based/energy_based_report.cpp b/constraint_analysis/src/energy_based/energy_based_report.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..5e6d898560f00993d5e58515131d9f9b11cc0232
--- /dev/null
+++ b/constraint_analysis/src/energy_based/energy_based_report.cpp
@@ -0,0 +1,128 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include "../constraint_analysis.h"
+#include <moduleBasics/report.h>
+#include <moduleBasics/html.h>
+#include <fstream>
+#include <sstream>
+#include <vector>
+#include <filesystem>
+#include <iomanip>
+
+std::vector<std::vector<std::string>> read_csv(const std::string& file_path) {
+    std::ifstream csv_file(file_path);
+    if (!csv_file.is_open()) {
+        throw std::runtime_error("Could not open CSV file: " + file_path);
+    }
+    std::vector<std::vector<std::string>> csv_data;
+    std::string line;
+    while (std::getline(csv_file, line)) {
+        std::stringstream line_stream(line);
+        std::string cell;
+        std::vector<std::string> row;
+        while (std::getline(line_stream, cell, ',')) {
+            row.push_back(cell);
+        }
+        csv_data.push_back(row);
+    }
+    return csv_data;
+}
+
+std::string format_number(const std::string& value, int precision) {
+try {
+    double num = std::stod(value);
+    std::ostringstream stream;
+    stream << std::fixed << std::setprecision(precision) << num;
+    return stream.str();
+} catch (...) {
+    return value;
+}
+}
+
+void generate_html_table(std::ostream& html_stream, const std::vector<std::vector<std::string>>& csv_data) {
+    if (csv_data.empty()) return;
+
+    // Generate table header dynamically based on the first row
+    std::vector<html::Element> header_row;
+    for (const auto& cell : csv_data.front()) {
+        header_row.push_back(html::Element(cell));
+    }
+    html_stream << html::table_begin(header_row);
+
+    // Generate table rows dynamically
+    for (auto it = std::next(csv_data.begin()); it != csv_data.end(); ++it) {
+        const auto& row = *it;
+
+        if (!row.empty()) {
+        html_stream << "<tr>\n";
+        for (size_t i = 0; i < row.size(); ++i) {
+            std::string formatted_value = row[i];
+            if (i == 1) {  // 2nd column (index 1) - 4 decimal places
+                formatted_value = format_number(row[i], 4);
+            } else if (i == 2) {  // 3rd column (index 2) - 1 decimal place
+                formatted_value = format_number(row[i], 1);
+            }
+            html_stream << html::table_data(formatted_value);
+        }
+        html_stream << "</tr>\n";
+    }
+    }
+
+    html_stream << html::table_end;
+}
+
+void DefaultAnalysis::create_html_report() {
+    try {
+        Report report(this->get_RuntimeIO());
+        std::ostream& html_stream = report.htmlReportStream();
+        std::filesystem::path csv_dir = this->get_RuntimeIO()->getCsvFilesDir();
+
+        html_stream << html::div_start("class=\"box data\"")
+                    << html::h3("Final performance parameter:")
+                    << "<ul>\n";
+
+        std::string csv_file_path = (csv_dir / "design_point.csv").string();
+        auto csv_data = read_csv(csv_file_path);
+        generate_html_table(html_stream, csv_data);
+
+        html_stream << html::div_end;
+
+        if (this->get_RuntimeIO()->plotOn) {
+            std::filesystem::path plot_dir_relative =
+                std::filesystem::relative(this->get_RuntimeIO()->getPlotDir(),
+                                        this->get_RuntimeIO()->getHtmlDir());
+            std::string plot_path = (plot_dir_relative / "constraint_plot.svg").string();
+
+            html_stream << html::div_start("class=\"box plot\"")
+                        << html::h2("Design chart")
+                        << html::image(plot_path, "width=\"800px\"")
+                        << html::div_end;
+        }
+
+        report.generateHtmlReport("");
+        myRuntimeInfo->out << "HTML report created." << std::endl;
+
+    } catch (const std::exception& e) {
+        myRuntimeInfo->out << "Error creating HTML report: " << e.what() << std::endl;
+    }
+}
diff --git a/constraint_analysis/src/io/aircraft_xml.cpp b/constraint_analysis/src/io/aircraft_xml.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..97e4c4b6b8f6fe7cdec8b1da9954276d28b9a864
--- /dev/null
+++ b/constraint_analysis/src/io/aircraft_xml.cpp
@@ -0,0 +1,167 @@
+/*  Copyright (C) 2023 Chair of Aircraft Design, Technical University Munich
+    This file is part of UNICADO.
+
+    UNICADO is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    UNICADO is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
+*/
+/**
+ * @file aircraft_xml.cpp
+ * @author Sebastian Oberschwendtner (sebastian.oberschwendtner@tum.de)
+ * @brief The aircraft xml file interface.
+ * @version 3.0.0
+ * @date 2024-01-28
+ */
+
+/* === Includes === */
+#include "aircraft_xml.h"
+#include <string>
+#include <memory>
+#include <aixml/endnode.h>
+#include <aircraftGeometry2/io/convert.h>
+
+namespace io
+{
+    namespace detail
+    {
+        /**
+         * @brief Create a endnode object and set its properties.
+         *
+         * @tparam T The value type of the endnode.
+         * @param value The value of the endnode.
+         * @param unit The unit of the endnode.
+         * @param node_path The location in the parent node of the endnode.
+         * @param description The description of the endnode.
+         * @return Endnode<T> Return the created endnode.
+         */
+        template<typename T>
+        auto create_endnode(const T value, const std::string& unit, const std::string& node_path, const std::string& description) -> Endnode<T>
+        {
+            /* Create the node an set its properties */
+            Endnode<T> new_node{node_path, description};
+            new_node.set_value(value);
+            new_node.set_unit(unit);
+
+            /* Return the new node */
+            return new_node;
+        }
+
+    }; // namespace detail
+
+    /**
+     * @class AircraftXMLv3
+     * @brief The xml interface for the aircraft xml file version 3.
+     *
+     */
+    class AircraftXMLv3 : public detail::AircraftXMLInterface
+    {
+      public:
+        /* === Constructors ===*/
+        /**
+         * @brief Construct a new AircraftXMLv3 object.
+         *
+         * @param aircraft_xml The aircraft xml data.
+         */
+        explicit AircraftXMLv3(std::shared_ptr<node> aircraft_xml) noexcept
+            : aircraft_data(aircraft_xml)
+        {
+            /* Create the propulsion section if not existing */
+            if (!this->aircraft_data->find("aircraft_exchange_file/sizing_point"))
+            {
+                /* Setup the first node level of the propulsion section */
+                this->aircraft_data->operator[]("aircraft_exchange_file/sizing_point/thrust_to_weight") = "";
+                this->aircraft_data->operator[]("aircraft_exchange_file/sizing_point/wing_loading") = "";
+
+            }
+        }
+
+        /* === Destructor === */
+        ~AircraftXMLv3() override = default;
+
+        /* === Methods ===*/
+        /**
+         * @brief Insert the reference position into the xml.
+         *
+         * @param reference_position The reference position to insert into the xml.
+         */
+        void insert_1(const double thrust_to_weight) override
+        {
+            /* Set the node meta data */
+            geom2::io::AixmlConverter::NodeInfo info;
+            info.name = "thrust_to_weight";
+            info.description = "Total thrust (kN) divided by maximum aircraft weight (kN)";
+
+            /* Insert the point */
+            this->insert_thrust_to_weight(
+                this->aircraft_data->find("aircraft_exchange_file/sizing_point"),
+                thrust_to_weight, info);
+        }
+
+        void insert_2(const double wing_loading) override
+        {
+            /* Set the node meta data */
+            geom2::io::AixmlConverter::NodeInfo info;
+            info.name = "wing_loading";
+            info.description = "Maximum takeoff mass (MTOM) divided by wing area (Sref)";
+
+            /* Insert the point */
+            this->insert_wing_loading(
+                this->aircraft_data->find("aircraft_exchange_file/sizing_point"),
+                wing_loading, info);
+        }
+
+        /* === Methods ===*/
+        /**
+         * @brief Insert the reference position into the xml.
+         *
+         * @param reference_position The reference position to insert into the xml.
+         */
+
+
+    private:
+
+        void insert_thrust_to_weight(node* target, const double thrust_to_weight, geom2::io::AixmlConverter::NodeInfo info)
+        
+        {
+            node& thrust_to_weight_node = (*target)[info.name];
+            thrust_to_weight_node.setAttrib("description", info.description);
+            auto thrust_to_weight_value = detail::create_endnode(
+                    thrust_to_weight, "1", "aircraft_exchange_file/sizing_point/thrust_to_weight",
+                    "Total thrust (kN) divided by maximum aircraft weight (kN)");
+
+            thrust_to_weight_value.update(thrust_to_weight_node);
+
+        }
+
+        void insert_wing_loading(node* target, const double wing_loading, geom2::io::AixmlConverter::NodeInfo info)
+        {
+            node& wing_loading_node = (*target)[info.name];
+            wing_loading_node.setAttrib("description", info.description);
+            auto wing_loading_value = detail::create_endnode(
+                wing_loading, "kg/m^2", "aircraft_exchange_file/sizing_point/wing_loading",
+                "Maximum takeoff mass (MTOM) divided by wing area (Sref)");
+
+            wing_loading_value.update(wing_loading_node);
+
+        }
+
+        /* === Properties ===*/
+        std::shared_ptr<node> aircraft_data; /** (-) The aircraft xml data. */
+    };
+
+    AircraftXML::AircraftXML(std::shared_ptr<node> aircraft_xml)
+    {
+        /* Select the fitting xml interface implementation */
+        this->xml_interface = std::make_unique<AircraftXMLv3>(aircraft_xml);
+    }
+
+}; // namespace io
diff --git a/constraint_analysis/src/io/aircraft_xml.h b/constraint_analysis/src/io/aircraft_xml.h
new file mode 100644
index 0000000000000000000000000000000000000000..3b6bb26aa0a44c435dafbe831e94a2dbc3b19790
--- /dev/null
+++ b/constraint_analysis/src/io/aircraft_xml.h
@@ -0,0 +1,56 @@
+#ifndef SRC_IO_AIRCRAFT_XML_H_
+#define SRC_IO_AIRCRAFT_XML_H_
+
+/* === Includes === */
+#include "../constraint_analysis.h"
+#include "aixml/node.h"
+#include <functional>
+#include <memory>
+
+namespace io
+{
+    namespace detail
+    {
+        /**
+         * @brief get xml data
+         */
+        struct AircraftXMLInterface
+        {
+            virtual ~AircraftXMLInterface() = default;
+
+            // Method for inserting data
+            virtual void insert_1(double thrust_to_weight) = 0;
+            virtual void insert_2(double wing_loading) = 0;
+        };
+    }; // namespace detail
+
+    /**
+     * @class AircraftXML
+     * @brief Die main interface to aircraft.
+     *
+     */
+    class AircraftXML
+    {
+    public:
+        /**
+         * @brief Constructor for ACxml.
+         * @param aircraft_xml
+         */
+        explicit AircraftXML(std::shared_ptr<node> aircraft_xml);
+
+        void insert_1(const double &thrust_to_weight)
+        {
+            this->xml_interface->insert_1(thrust_to_weight);
+        }
+
+        void insert_2(const double &wing_loading)
+        {
+            this->xml_interface->insert_2(wing_loading);
+        }
+
+    private:
+        std::unique_ptr<detail::AircraftXMLInterface> xml_interface;  // Pointer for interface
+    };
+}; // namespace io
+
+#endif // SRC_IO_AIRCRAFT_XML_H_
diff --git a/constraint_analysis/src/main.cpp b/constraint_analysis/src/main.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..944066ec0e81341adf2bebec80e35cf36a7c102f
--- /dev/null
+++ b/constraint_analysis/src/main.cpp
@@ -0,0 +1,48 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+/* === Includes === */
+#include "constraint_analysis.h"
+#include "toolinfo.h"
+
+/* === Main === */
+/**
+ * @brief Main executable of the propulsionDesign tool.
+ *
+ * @param argc The number of command line arguments.
+ * @param argv The command line arguments.
+ * @return int The exit code of the tool.
+ */
+int main(int argc, char **argv)
+{
+    try{
+        DefaultAnalysis testanalysis(argc, argv, TOOL_NAME, TOOL_VERSION);
+        return testanalysis.execute();
+    } catch (const std::string &error) {
+        std::cerr << error << std::endl;
+    } catch (const std::exception &error) {
+        std::cerr << error.what() << std::endl;
+    } catch (...) {
+        std::cerr << "Unknown error occurred." << std::endl;
+    }
+}
+
diff --git a/constraint_analysis/src/toolinfo.h b/constraint_analysis/src/toolinfo.h
new file mode 100644
index 0000000000000000000000000000000000000000..848a94dd48020006907f0792c406295db5a934de
--- /dev/null
+++ b/constraint_analysis/src/toolinfo.h
@@ -0,0 +1,30 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef SRC_TOOLINFO_H_
+#define SRC_TOOLINFO_H_
+
+#define TOOL_NAME "constraint_analysis"
+#define TOOL_VERSION "3.0.0"
+#define PRODUCT_VERSION 3, 0, 0
+
+#endif // SRC_TOOLINFO_H_
diff --git a/constraint_analysis/test/CMakeLists.txt b/constraint_analysis/test/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a4aa1ac45053fde79af16967b6a6368eed4422e0
--- /dev/null
+++ b/constraint_analysis/test/CMakeLists.txt
@@ -0,0 +1,58 @@
+# Convert the module sources to a path found by CMake
+list(TRANSFORM LIBRARY_SOURCES PREPEND ${CMAKE_CURRENT_SOURCE_DIR}/../ OUTPUT_VARIABLE TEST_SOURCES)
+
+# ==============================================
+# Add the test executable
+#
+# *** IMPORTANT ***
+# -> Change *.cpp files according to the tests
+# ==============================================
+add_executable(test_${LIBRARY_NAME}
+    test_parser.cpp
+    test_plotter.cpp
+    test_constraintAnalysis.cpp
+    ${TEST_SOURCES}
+)
+
+# Link the test executable against UNICADO libs and gtest
+target_link_libraries( test_${LIBRARY_NAME}
+    PRIVATE
+        UnicadoLibs::aixml
+        UnicadoLibs::atmosphere
+        UnicadoLibs::aerodynamics
+        GTest::gtest_main
+        Matplot++::matplot
+)
+
+# Set compile definitions for the test executable
+target_compile_options( test_${LIBRARY_NAME} PRIVATE "-w") # Skip warnings
+
+# Set a define where the tests can find the test stubs
+target_compile_definitions( test_${LIBRARY_NAME} PRIVATE CMAKE_TEST_STUBS_DIR="${CMAKE_CURRENT_LIST_DIR}/stubs/")
+
+# The the original source folder as includes, to that the test can access the
+# original source files
+target_include_directories( test_${LIBRARY_NAME}
+    PRIVATE
+        ${CMAKE_CURRENT_LIST_DIR}/../src/
+		${CMAKE_CURRENT_LIST_DIR}/../include/
+)
+
+# Build the test runner into the current directory
+set_target_properties( test_${LIBRARY_NAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
+
+# Add a custom target to run the tests with cmake
+add_custom_target(runtest_${LIBRARY_NAME}
+        # COMMAND CTEST_OUTPUT_ON_FAILURE=1 GTEST_COLOR=1
+        COMMAND test_${LIBRARY_NAME} --gtest_color=yes
+        DEPENDS test_${LIBRARY_NAME})
+
+# *optional* Add the test executable to ctest
+# gtest_discover_tests(test_${LIBRARY_NAME})
+
+# Set compile options according to operating system
+if( WIN32 )
+    target_compile_definitions( test_${LIBRARY_NAME} PRIVATE "_POSIX_THREAD_SAFE_FUNCTIONS;BUILD_AIXML_DLL")
+elseif( UNIX )
+    target_compile_definitions( test_${LIBRARY_NAME} PRIVATE "BUILD_AIXML_SO")
+endif()
diff --git a/constraint_analysis/test/stubs/CSMR-2020_polar.xml b/constraint_analysis/test/stubs/CSMR-2020_polar.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6b0b2a0f4682195eed78f3ac239eda181cc355ae
--- /dev/null
+++ b/constraint_analysis/test/stubs/CSMR-2020_polar.xml
@@ -0,0 +1,210 @@
+<?xml version="1.0"?>
+<polar-exchange-file version="1.0">
+<comment>The 'PEF-Browser' application, a polar file converter is available
+in the software section at: http://www.MH-AeroTools.de/airfoils/</comment>
+<configurations>
+    <name>CSMR-2020.xml</name>
+    <comment>Polars for wing configuration</comment>
+    <configuration ID="Clean">
+        <name>Clean</name>
+        <comment>Clean Configuration</comment>
+        <polars number="9">
+            <polar ID="1" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>1.93523e+07</reynoldsnumber>
+                <machnumber>0.2</machnumber>
+                <Alpha>-5.40332;-5.39274;-5.38215;-5.37156;-5.36097;-5.35038;-5.3398;-5.32921;-5.31862;-5.30803;-5.29744;-5.28686;-5.27627;-5.26568;-5.25509;-5.2445;-5.23391;-5.22333;-5.21274;-5.20215;-5.19156;-5.18097;-5.17039;-5.1598;-5.14921;-5.13862;-5.12803;-5.11744;-5.10686;-5.09627;-5.08568;-5.07509;-5.0645;-5.05392;-5.04333;-5.03274;-5.02215;-5.01156;-5.00098;-4.99039;-4.9798;-4.96921;-4.95862;-4.94803;-4.93745;-4.92686;-4.91627;-4.90568;-4.89509;-4.88451;-4.87392;-4.86333;-4.85274;-4.84215;-4.83156;-4.82098;-4.81039;-4.7998;-4.78921;-4.77862;-4.76804;-4.75745;-4.74686;-4.73627;-4.72568;-4.7151;-4.70451;-4.69392;-4.68333;-4.67274;-4.66215;-4.65157;-4.64098;-4.63039;-4.6198;-4.60921;-4.59863;-4.58804;-4.57745;-4.56686;-4.55627;-4.54568;-4.5351;-4.52451;-4.51392;-4.50333;-4.49274;-4.48216;-4.47157;-4.46098;-4.45039;-4.4398;-4.42922;-4.41863;-4.40804;-4.39745;-4.38686;-4.37627;-4.36569;-4.3551;-4.34451;-4.33392;-4.32333;-4.31275;-4.30216;-4.29157;-4.28098;-4.27039;-4.2598;-4.24922;-4.23863;-4.22804;-4.21745;-4.20686;-4.19628;-4.18569;-4.1751;-4.16451;-4.15392;-4.14333;-4.13275;-4.12216;-4.11157;-4.10098;-4.09039;-4.07981;-4.06922;-4.05863;-4.04804;-4.03745;-4.02687;-4.01628;-4.00569;-3.9951;-3.98451;-3.97392;-3.96334;-3.95275;-3.94216;-3.93157;-3.92098;-3.9104;-3.89981;-3.88922;-3.87863;-3.86804;-3.85745;-3.84687;-3.83628;-3.82569;-3.8151;-3.80451;-3.79393;-3.78334;-3.77275;-3.76216;-3.75157;-3.74099;-3.7304;-3.71981;-3.70922;-3.69863;-3.68804;-3.67746;-3.66687;-3.65628;-3.64569;-3.6351;-3.62452;-3.61393;-3.60334;-3.59275;-3.58216;-3.57157;-3.56099;-3.5504;-3.53981;-3.52922;-3.51863;-3.50805;-3.49746;-3.48687;-3.47628;-3.46569;-3.45511;-3.44452;-3.43393;-3.42334;-3.41275;-3.40216;-3.39158;-3.38099;-3.3704;-3.35981;-3.34922;-3.33864;-3.32805;-3.31746;-3.30687;-3.29628;-3.28569;-3.27511;-3.26452;-3.25393;-3.24334;-3.23275;-3.22217;-3.21158;-3.20099;-3.1904;-3.17981;-3.16923;-3.15864;-3.14805;-3.13746;-3.12687;-3.11628;-3.1057;-3.09511;-3.08452;-3.07393;-3.06334;-3.05276;-3.04217;-3.03158;-3.02099;-3.0104;-2.99981;-2.98923;-2.97864;-2.96805;-2.95746;-2.94687;-2.93629;-2.9257;-2.91511;-2.90452;-2.89393;-2.88335;-2.87276;-2.86217;-2.85158;-2.84099;-2.8304;-2.81982;-2.80923;-2.79864;-2.78805;-2.77746;-2.76688;-2.75629;-2.7457;-2.73511;-2.72452;-2.71393;-2.70335;-2.69276;-2.68217;-2.67158;-2.66099;-2.65041;-2.63982;-2.62923;-2.61864;-2.60805;-2.59747;-2.58688;-2.57629;-2.5657;-2.55511;-2.54452;-2.53394;-2.52335;-2.51276;-2.50217;-2.49158;-2.481;-2.47041;-2.45982;-2.44923;-2.43864;-2.42805;-2.41747;-2.40688;-2.39629;-2.3857;-2.37511;-2.36453;-2.35394;-2.34335;-2.33276;-2.32217;-2.31159;-2.301;-2.29041;-2.27982;-2.26923;-2.25864;-2.24806;-2.23747;-2.22688;-2.21629;-2.2057;-2.19512;-2.18453;-2.17394;-2.16335;-2.15276;-2.14217;-2.13159;-2.121;-2.11041;-2.09982;-2.08923;-2.07865;-2.06806;-2.05747;-2.04688;-2.03629;-2.02571;-2.01512;-2.00453;-1.99394;-1.98335;-1.97276;-1.96218;-1.95159;-1.941;-1.93041;-1.91982;-1.90924;-1.89865;-1.88806;-1.87747;-1.86688;-1.85629;-1.84571;-1.83512;-1.82453;-1.81394;-1.80335;-1.79277;-1.78218;-1.77159;-1.761;-1.75041;-1.73983;-1.72924;-1.71865;-1.70806;-1.69747;-1.68688;-1.6763;-1.66571;-1.65512;-1.64453;-1.63394;-1.62336;-1.61277;-1.60218;-1.59159;-1.581;-1.57041;-1.55983;-1.54924;-1.53865;-1.52806;-1.51747;-1.50689;-1.4963;-1.48571;-1.47512;-1.46453;-1.45395;-1.44336;-1.43277;-1.42218;-1.41159;-1.401;-1.39042;-1.37983;-1.36924;-1.35865;-1.34806;-1.33748;-1.32689;-1.3163;-1.30571;-1.29512;-1.28453;-1.27395;-1.26336;-1.25277;-1.24218;-1.23159;-1.22101;-1.21042;-1.19983;-1.18924;-1.17865;-1.16806;-1.15748;-1.14689;-1.1363;-1.12571;-1.11512;-1.10454;-1.09395;-1.08336;-1.07277;-1.06218;-1.0516;-1.04101;-1.03042;-1.01983;-1.00924;-0.998655;-0.988066;-0.977478;-0.96689;-0.956302;-0.945714;-0.935126;-0.924538;-0.913949;-0.903361;-0.892773;-0.882185;-0.871597;-0.861009;-0.85042;-0.839832;-0.829244;-0.818656;-0.808068;-0.79748;-0.786892;-0.776303;-0.765715;-0.755127;-0.744539;-0.733951;-0.723363;-0.712775;-0.702186;-0.691598;-0.68101;-0.670422;-0.659834;-0.649246;-0.638657;-0.628069;-0.617481;-0.606893;-0.596305;-0.585717;-0.575129;-0.56454;-0.553952;-0.543364;-0.532776;-0.522188;-0.5116;-0.501012;-0.490423;-0.479835;-0.469247;-0.458659;-0.448071;-0.437483;-0.426895;-0.416306;-0.405718;-0.39513;-0.384542;-0.373954;-0.363366;-0.352777;-0.342189;-0.331601;-0.321013;-0.310425;-0.299837;-0.289249;-0.27866;-0.268072;-0.257484;-0.246896;-0.236308;-0.22572;-0.215132;-0.204543;-0.193955;-0.183367;-0.172779;-0.162191;-0.151603;-0.141014;-0.130426;-0.119838;-0.10925;-0.0986619;-0.0880737;-0.0774856;-0.0668974;-0.0563093;-0.0457211;-0.035133;-0.0245448;-0.0139567;-0.00336853;0.00721962;0.0178078;0.0283959;0.0389841;0.0495722;0.0601604;0.0707485;0.0813367;0.0919248;0.102513;0.113101;0.123689;0.134277;0.144866;0.155454;0.166042;0.17663;0.187218;0.197806;0.208394;0.218983;0.229571;0.240159;0.250747;0.261335;0.271923;0.282512;0.2931;0.303688;0.314276;0.324864;0.335452;0.34604;0.356629;0.367217;0.377805;0.388393;0.398981;0.409569;0.420157;0.430746;0.441334;0.451922;0.46251;0.473098;0.483686;0.494274;0.504863;0.515451;0.526039;0.536627;0.547215;0.557803;0.568392;0.57898;0.589568;0.600156;0.610744;0.621332;0.63192;0.642509;0.653097;0.663685;0.674273;0.684861;0.695449;0.706037;0.716626;0.727214;0.737802;0.74839;0.758978;0.769566;0.780155;0.790743;0.801331;0.811919;0.822507;0.833095;0.843683;0.854272;0.86486;0.875448;0.886036;0.896624;0.907212;0.9178;0.928389;0.938977;0.949565;0.960153;0.970741;0.981329;0.991918;1.00251;1.01309;1.02368;1.03427;1.04486;1.05545;1.06603;1.07662;1.08721;1.0978;1.10839;1.11898;1.12956;1.14015;1.15074;1.16133;1.17192;1.1825;1.19309;1.20368;1.21427;1.22486;1.23544;1.24603;1.25662;1.26721;1.2778;1.28839;1.29897;1.30956;1.32015;1.33074;1.34133;1.35191;1.3625;1.37309;1.38368;1.39427;1.40486;1.41544;1.42603;1.43662;1.44721;1.4578;1.46838;1.47897;1.48956;1.50015;1.51074;1.52132;1.53191;1.5425;1.55309;1.56368;1.57427;1.58485;1.59544;1.60603;1.61662;1.62721;1.63779;1.64838;1.65897;1.66956;1.68015;1.69074;1.70132;1.71191;1.7225;1.73309;1.74368;1.75426;1.76485;1.77544;1.78603;1.79662;1.80721;1.81779;1.82838;1.83897;1.84956;1.86015;1.87073;1.88132;1.89191;1.9025;1.91309;1.92367;1.93426;1.94485;1.95544;1.96603;1.97662;1.9872;1.99779;2.00838;2.01897;2.02956;2.04014;2.05073;2.06132;2.07191;2.0825;2.09309;2.10367;2.11426;2.12485;2.13544;2.14603;2.15661;2.1672;2.17779;2.18838;2.19897;2.20955;2.22014;2.23073;2.24132;2.25191;2.2625;2.27308;2.28367;2.29426;2.30485;2.31544;2.32602;2.33661;2.3472;2.35779;2.36838;2.37897;2.38955;2.40014;2.41073;2.42132;2.43191;2.44249;2.45308;2.46367;2.47426;2.48485;2.49543;2.50602;2.51661;2.5272;2.53779;2.54838;2.55896;2.56955;2.58014;2.59073;2.60132;2.6119;2.62249;2.63308;2.64367;2.65426;2.66485;2.67543;2.68602;2.69661;2.7072;2.71779;2.72837;2.73896;2.74955;2.76014;2.77073;2.78131;2.7919;2.80249;2.81308;2.82367;2.83426;2.84484;2.85543;2.86602;2.87661;2.8872;2.89778;2.90837;2.91896;2.92955;2.94014;2.95073;2.96131;2.9719;2.98249;2.99308;3.00367;3.01425;3.02484;3.03543;3.04602;3.05661;3.06719;3.07778;3.08837;3.09896;3.10955;3.12014;3.13072;3.14131;3.1519;3.16249;3.17308;3.18366;3.19425;3.20484;3.21543;3.22602;3.23661;3.24719;3.25778;3.26837;3.27896;3.28955;3.30013;3.31072;3.32131;3.3319;3.34249;3.35307;3.36366;3.37425;3.38484;3.39543;3.40602;3.4166;3.42719;3.43778;3.44837;3.45896;3.46954;3.48013;3.49072;3.50131;3.5119;3.52249;3.53307;3.54366;3.55425;3.56484;3.57543;3.58601;3.5966;3.60719;3.61778;3.62837;3.63895;3.64954;3.66013;3.67072;3.68131;3.6919;3.70248;3.71307;3.72366;3.73425;3.74484;3.75542;3.76601;3.7766;3.78719;3.79778;3.80837;3.81895;3.82954;3.84013;3.85072;3.86131;3.87189;3.88248;3.89307;3.90366;3.91425;3.92483;3.93542;3.94601;3.9566;3.96719;3.97778;3.98836;3.99895;4.00954;4.02013;4.03072;4.0413;4.05189;4.06248;4.07307;4.08366;4.09425;4.10483;4.11542;4.12601;4.1366;4.14719;4.15777;4.16836;4.17895;4.18954;4.20013;4.21071;4.2213;4.23189;4.24248;4.25307;4.26366;4.27424;4.28483;4.29542;4.30601;4.3166;4.32718;4.33777;4.34836;4.35895;4.36954;4.38013;4.39071;4.4013;4.41189;4.42248;4.43307;4.44365;4.45424;4.46483;4.47542;4.48601;4.49659;4.50718;4.51777;4.52836;4.53895;4.54954;4.56012;4.57071;4.5813;4.59189;4.60248;4.61306;4.62365;4.63424;4.64483;4.65542;4.66601;4.67659;4.68718;4.69777;4.70836;4.71895;4.72953;4.74012;4.75071;4.7613;4.77189;4.78248;4.79306;4.80365;4.81424;4.82483;4.83542;4.846;4.85659;4.86718;4.87777;4.88836;4.89894;4.90953;4.92012;4.93071;4.9413;4.95189;4.96247;4.97306;4.98365;4.99424;5.00483;5.01541;5.026;5.03659;5.04718;5.05777;5.06836;5.07894;5.08953;5.10012;5.11071;5.1213;5.13188;5.14247;5.15306;5.16365;5.17424;5.18482;5.19541;5.206;5.21659;5.22718;5.23777;5.24835;5.25894;5.26953;5.28012;5.29071;5.30129;5.31188;5.32247;5.33306;5.34365;5.35424;5.36482;5.37541;5.386;5.39659;5.40718;5.41776;5.42835;5.43894;5.44953;5.46012;5.4707;5.48129;5.49188;5.50247;5.51306;5.52365;5.53423;5.54482;5.55541;5.566;5.57659;5.58717;5.59776;5.60835;5.61894;5.62953;5.64012;5.6507;5.66129;5.67188;5.68247;5.69306;5.70364;5.71423;5.72482;5.73541;5.746;5.75658;5.76717;5.77776;5.78835;5.79894;5.80953;5.82011;5.8307;5.84129;5.85188;5.86247;5.87305;5.88364;5.89423;5.90482;5.91541;5.926;5.93658;5.94717;5.95776;5.96835;5.97894;5.98952;6.00011;6.0107;6.02129;6.03188;6.04246;6.05305;6.06364;6.07423;6.08482;6.09541;6.10599;6.11658;6.12717;6.13776;6.14835;6.15893;6.16952;6.18011;6.1907;6.20129;6.21188;6.22246;6.23305;6.24364;6.25423;6.26482;6.2754;6.28599;6.29658;6.30717;6.31776;6.32834;6.33893;6.34952;6.36011;6.3707;6.38129;6.39187;6.40246;6.41305;6.42364;6.43423;6.44481;6.4554;6.46599;6.47658;6.48717;6.49776;6.50834;6.51893;6.52952;6.54011;6.5507;6.56128;6.57187;6.58246;6.59305;6.60364;6.61422;6.62481;6.6354;6.64599;6.65658;6.66717;6.67775;6.68834;6.69893;6.70952;6.72011;6.73069;6.74128;6.75187;6.76246;6.77305;6.78364;6.79422;6.80481;6.8154;6.82599;6.83658;6.84716;6.85775;6.86834;6.87893;6.88952;6.9001;6.91069;6.92128;6.93187;6.94246;6.95305;6.96363;6.97422;6.98481;6.9954;7.00599;7.01657;7.02716;7.03775;7.04834;7.05893;7.06952;7.0801;7.09069;7.10128;7.11187;7.12246;7.13304;7.14363;7.15422;7.16481;7.1754;7.18598;7.19657;7.20716;7.21775;7.22834;7.23893;7.24951;7.2601;7.27069;7.28128;7.29187;7.30245;7.31304;7.32363;7.33422;7.34481;7.3554;7.36598;7.37657;7.38716;7.39775;7.40834;7.41892;7.42951;7.4401;7.45069;7.46128;7.47186;7.48245;7.49304;7.50363;7.51422;7.52481;7.53539;7.54598;7.55657;7.56716;7.57775;7.58833;7.59892;7.60951;7.6201;7.63069;7.64128;7.65186;7.66245;7.67304;7.68363;7.69422;7.7048;7.71539;7.72598;7.73657;7.74716;7.75775;7.76833;7.77892;7.78951;7.8001;7.81069;7.82127;7.83186;7.84245;7.85304;7.86363;7.87421;7.8848;7.89539;7.90598;7.91657;7.92716;7.93774;7.94833;7.95892;7.96951;7.9801;7.99068;8.00127;8.01186;8.02245;8.03304;8.04363;8.05421;8.0648;8.07539;8.08598;8.09657;8.10715;8.11774;8.12833;8.13892;8.14951;8.16009;8.17068;8.18127;8.19186;8.20245;8.21304;8.22362;8.23421;8.2448;8.25539;8.26598;8.27656;8.28715;8.29774;8.30833;8.31892;8.32951;8.34009;8.35068;8.36127;8.37186;8.38245;8.39303;8.40362;8.41421;8.4248;8.43539;8.44597;8.45656;8.46715;8.47774;8.48833;8.49892;8.5095;8.52009;8.53068;8.54127;8.55186;8.56244;8.57303;8.58362;8.59421;8.6048;8.61539;8.62597;8.63656;8.64715;8.65774;8.66833;8.67891;8.6895;8.70009;8.71068;8.72127;8.73185;8.74244;8.75303;8.76362;8.77421;8.7848;8.79538;8.80597;8.81656;8.82715;8.83774;8.84832;8.85891;8.8695;8.88009;8.89068;8.90127;8.91185;8.92244;8.93303;8.94362;8.95421;8.96479;8.97538;8.98597;8.99656;9.00715;9.01773;9.02832;9.03891;9.0495;9.06009;9.07068;9.08126;9.09185;9.10244;9.11303;9.12362;9.1342;9.14479;9.15538;9.16597;9.17656;9.18715;9.19773;9.20832;9.21891;9.2295;9.24009;9.25067;9.26126;9.27185;9.28244;9.29303;9.30361;9.3142;9.32479;9.33538;9.34597;9.35656;9.36714;9.37773;9.38832;9.39891;9.4095;9.42008;9.43067;9.44126;9.45185;9.46244;9.47303;9.48361;9.4942;9.50479;9.51538;9.52597;9.53655;9.54714;9.55773;9.56832;9.57891;9.58949;9.60008;9.61067;9.62126;9.63185;9.64244;9.65302;9.66361;9.6742;9.68479;9.69538;9.70596;9.71655;9.72714;9.73773;9.74832;9.75891;9.76949;9.78008;9.79067;9.80126;9.81185;9.82243;9.83302;9.84361;9.8542;9.86479;9.87537;9.88596;9.89655;9.90714;9.91773;9.92832;9.9389;9.94949;9.96008;9.97067;9.98126;9.99184;10.0024;10.013;10.0236;10.0342;10.0448;10.0554;10.066;10.0765;10.0871;10.0977;10.1083;10.1189;10.1295;10.1401;10.1507;10.1613;10.1718;10.1824;10.193;10.2036;10.2142;10.2248;10.2354;10.246;10.2565;10.2671;10.2777;10.2883;10.2989;10.3095;10.3201;10.3307;10.3413;10.3518;10.3624;10.373;10.3836;10.3942;10.4048;10.4154;10.426;10.4365;10.4471;10.4577;10.4683;10.4789;10.4895;10.5001;10.5107;10.5213;10.5318;10.5424;10.553;10.5636;10.5742;10.5848;10.5954;10.606;10.6165;10.6271;10.6377;10.6483;10.6589;10.6695;10.6801;10.6907;10.7013;10.7118;10.7224;10.733;10.7436;10.7542;10.7648;10.7754;10.786;10.7965;10.8071;10.8177;10.8283;10.8389;10.8495;10.8601;10.8707;10.8812;10.8918;10.9024;10.913;10.9236;10.9342;10.9448;10.9554;10.966;10.9765;10.9871;10.9977;11.0083;11.0189;11.0295;11.0401;11.0507;11.0612;11.0718;11.0824;11.093;11.1036;11.1142;11.1248;11.1354;11.146;11.1565;11.1671;11.1777;11.1883;11.1989;11.2095;11.2201;11.2307;11.2412;11.2518;11.2624;11.273;11.2836;11.2942;11.3048;11.3154;11.326;11.3365;11.3471;11.3577;11.3683;11.3789;11.3895;11.4001;11.4107;11.4212;11.4318;11.4424;11.453;11.4636;11.4742;11.4848;11.4954;11.5059;11.5165;11.5271;11.5377;11.5483;11.5589;11.5695;11.5801;11.5907;11.6012;11.6118;11.6224;11.633;11.6436;11.6542;11.6648;11.6754;11.6859;11.6965;11.7071;11.7177;11.7283;11.7389;11.7495;11.7601;11.7707;11.7812;11.7918;11.8024;11.813;11.8236;11.8342;11.8448;11.8554;11.8659;11.8765;11.8871;11.8977;11.9083;11.9189;11.9295;11.9401;11.9507;11.9612;11.9718;11.9824;11.993;12.0036;12.0142;12.0248;12.0354;12.0459;12.0565;12.0671;12.0777;12.0883;12.0989;12.1095;12.1201;12.1307;12.1412;12.1518;12.1624;12.173;12.1836;12.1942;12.2048;12.2154;12.2259;12.2365;12.2471;12.2577;12.2683;12.2789;12.2895;12.3001;12.3106;12.3212;12.3318;12.3424;12.353;12.3636;12.3742;12.3848;12.3954;12.4059;12.4165;12.4271;12.4377;12.4483;12.4589;12.4695;12.4801;12.4906;12.5012;12.5118;12.5224;12.533;12.5436;12.5542;12.5648;12.5754;12.5859;12.5965;12.6071;12.6177;12.6283;12.6389;12.6495;12.6601;12.6706;12.6812;12.6918;12.7024;12.713;12.7236;12.7342;12.7448;12.7554;12.7659;12.7765;12.7871;12.7977;12.8083;12.8189;12.8295;12.8401;12.8506;12.8612;12.8718;12.8824;12.893;12.9036;12.9142;12.9248;12.9354;12.9459;12.9565;12.9671;12.9777;12.9883;12.9989;13.0095;13.0201;13.0306;13.0412;13.0518;13.0624;13.073;13.0836;13.0942;13.1048;13.1153;13.1259;13.1365;13.1471;13.1577;13.1683;13.1789;13.1895;13.2001;13.2106;13.2212;13.2318;13.2424;13.253;13.2636;13.2742;13.2848;13.2953;13.3059;13.3165;13.3271;13.3377;13.3483;13.3589;13.3695;13.3801;13.3906;13.4012;13.4118;13.4224;13.433;13.4436;13.4542;13.4648;13.4753;13.4859;13.4965;13.5071;13.5177;13.5283;13.5389;13.5495;13.5601;13.5706;13.5812;13.5918;13.6024;13.613;13.6236;13.6342;13.6448;13.6553;13.6659;13.6765;13.6871;13.6977;13.7083;13.7189;13.7295;13.74;13.7506;13.7612;13.7718;13.7824;13.793;13.8036;13.8142;13.8248;13.8353;13.8459;13.8565;13.8671;13.8777;13.8883;13.8989;13.9095;13.92;13.9306;13.9412;13.9518;13.9624;13.973;13.9836;13.9942;14.0048;14.0153;14.0259;14.0365;14.0471;14.0577;14.0683;14.0789;14.0895;14.1;14.1106;14.1212;14.1318;14.1424;14.153;14.1636;14.1742;14.1848;14.1953;14.2059;14.2165;14.2271;14.2377;14.2483;14.2589;14.2695;14.28;14.2906;14.3012;14.3118;14.3224;14.333;14.3436;14.3542;14.3648;14.3753;14.3859;14.3965;14.4071;14.4177;14.4283;14.4389;14.4495;14.46;14.4706;14.4812;14.4918;14.5024</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447;1.448;1.449;1.45;1.451;1.452;1.453;1.454;1.455;1.456;1.457;1.458;1.459;1.46;1.461;1.462;1.463;1.464;1.465;1.466;1.467;1.468;1.469;1.47;1.471;1.472;1.473;1.474;1.475;1.476;1.477;1.478;1.479;1.48;1.481;1.482;1.483;1.484;1.485;1.486;1.487;1.488;1.489;1.49;1.491;1.492;1.493;1.494;1.495;1.496;1.497;1.498;1.499;1.5;1.501;1.502;1.503;1.504;1.505;1.506;1.507;1.508;1.509;1.51;1.511;1.512;1.513;1.514;1.515;1.516;1.517;1.518;1.519;1.52;1.521;1.522;1.523;1.524;1.525;1.526;1.527;1.528;1.529;1.53;1.531;1.532;1.533;1.534;1.535;1.536;1.537;1.538;1.539;1.54;1.541;1.542;1.543;1.544;1.545;1.546;1.547;1.548;1.549;1.55;1.551;1.552;1.553;1.554;1.555;1.556;1.557;1.558;1.559;1.56;1.561;1.562;1.563;1.564;1.565;1.566;1.567;1.568;1.569;1.57;1.571;1.572;1.573;1.574;1.575;1.576;1.577;1.578;1.579;1.58</Cl>
+                <Cd>0.0236577;0.0236337;0.0236097;0.0235858;0.023562;0.0235382;0.0235146;0.023491;0.0234674;0.023444;0.0234206;0.0233973;0.0233741;0.0233509;0.0233278;0.0233048;0.0232819;0.023259;0.0232362;0.0232135;0.0231908;0.0231683;0.0231458;0.0231234;0.023101;0.0230787;0.0230565;0.0230344;0.0230123;0.0229903;0.0229684;0.0229466;0.0229248;0.0229032;0.0228815;0.02286;0.0228385;0.0228171;0.0227958;0.0227746;0.0227534;0.0227323;0.0227113;0.0226903;0.0226694;0.0226486;0.0226279;0.0226072;0.0225867;0.0225661;0.0225457;0.0225253;0.0225051;0.0224848;0.0224647;0.0224446;0.0224246;0.0224047;0.0223849;0.0223651;0.0223454;0.0223258;0.0223062;0.0222867;0.0222673;0.022248;0.0222287;0.0222096;0.0221904;0.0221714;0.0221524;0.0221336;0.0221147;0.022096;0.0220773;0.0220587;0.0220402;0.0220218;0.0220034;0.0219851;0.0219669;0.0219487;0.0219307;0.0219127;0.0218947;0.0218769;0.0218591;0.0218414;0.0218237;0.0218062;0.0217887;0.0217713;0.021754;0.0217367;0.0217195;0.0217024;0.0216853;0.0216684;0.0216515;0.0216347;0.0216179;0.0216012;0.0215846;0.0215681;0.0215517;0.0215353;0.021519;0.0215028;0.0214866;0.0214705;0.0214545;0.0214386;0.0214227;0.0214069;0.0213912;0.0213756;0.02136;0.0213446;0.0213291;0.0213138;0.0212985;0.0212833;0.0212682;0.0212532;0.0212382;0.0212233;0.0212085;0.0211937;0.0211791;0.0211645;0.0211499;0.0211355;0.0211211;0.0211068;0.0210926;0.0210784;0.0210644;0.0210504;0.0210364;0.0210226;0.0210088;0.0209951;0.0209814;0.0209679;0.0209544;0.020941;0.0209276;0.0209144;0.0209012;0.0208881;0.020875;0.0208621;0.0208492;0.0208364;0.0208236;0.0208109;0.0207983;0.0207858;0.0207734;0.020761;0.0207487;0.0207365;0.0207243;0.0207123;0.0207003;0.0206883;0.0206765;0.0206647;0.020653;0.0206414;0.0206298;0.0206183;0.0206069;0.0205956;0.0205843;0.0205731;0.020562;0.020551;0.02054;0.0205292;0.0205183;0.0205076;0.0204969;0.0204864;0.0204758;0.0204654;0.020455;0.0204447;0.0204345;0.0204244;0.0204143;0.0204043;0.0203944;0.0203846;0.0203748;0.0203651;0.0203555;0.0203459;0.0203365;0.0203271;0.0203178;0.0203085;0.0202993;0.0202902;0.0202812;0.0202723;0.0202634;0.0202546;0.0202459;0.0202372;0.0202286;0.0202201;0.0202117;0.0202033;0.0201951;0.0201869;0.0201787;0.0201707;0.0201627;0.0201548;0.020147;0.0201392;0.0201315;0.0201239;0.0201164;0.0201089;0.0201016;0.0200942;0.020087;0.0200799;0.0200728;0.0200658;0.0200588;0.020052;0.0200452;0.0200385;0.0200318;0.0200253;0.0200188;0.0200124;0.020006;0.0199998;0.0199936;0.0199875;0.0199814;0.0199755;0.0199696;0.0199638;0.019958;0.0199524;0.0199468;0.0199413;0.0199358;0.0199305;0.0199252;0.01992;0.0199148;0.0199098;0.0199048;0.0198998;0.019895;0.0198902;0.0198856;0.0198809;0.0198764;0.0198719;0.0198675;0.0198632;0.019859;0.0198548;0.0198507;0.0198467;0.0198428;0.0198389;0.0198351;0.0198314;0.0198277;0.0198242;0.0198207;0.0198173;0.0198139;0.0198107;0.0198075;0.0198043;0.0198013;0.0197983;0.0197954;0.0197926;0.0197899;0.0197872;0.0197846;0.0197821;0.0197797;0.0197773;0.019775;0.0197728;0.0197706;0.0197686;0.0197666;0.0197647;0.0197628;0.0197611;0.0197594;0.0197578;0.0197562;0.0197547;0.0197534;0.019752;0.0197508;0.0197496;0.0197485;0.0197475;0.0197466;0.0197457;0.0197449;0.0197442;0.0197436;0.019743;0.0197425;0.0197421;0.0197418;0.0197415;0.0197413;0.0197412;0.0197412;0.0197412;0.0197413;0.0197415;0.0197418;0.0197421;0.0197425;0.019743;0.0197436;0.0197442;0.0197449;0.0197457;0.0197466;0.0197475;0.0197485;0.0197496;0.0197508;0.019752;0.0197533;0.0197547;0.0197562;0.0197577;0.0197594;0.019761;0.0197628;0.0197647;0.0197666;0.0197686;0.0197706;0.0197728;0.019775;0.0197773;0.0197797;0.0197821;0.0197846;0.0197874;0.0197902;0.019793;0.019796;0.019799;0.019802;0.0198052;0.0198084;0.0198117;0.0198151;0.0198185;0.019822;0.0198256;0.0198293;0.019833;0.0198368;0.0198407;0.0198447;0.0198487;0.0198528;0.019857;0.0198612;0.0198655;0.0198699;0.0198744;0.0198789;0.0198835;0.0198882;0.019893;0.0198978;0.0199027;0.0199077;0.0199127;0.0199178;0.019923;0.0199283;0.0199336;0.0199391;0.0199445;0.0199501;0.0199557;0.0199615;0.0199672;0.0199731;0.019979;0.019985;0.0199911;0.0199973;0.0200035;0.0200098;0.0200162;0.0200226;0.0200291;0.0200357;0.0200424;0.0200492;0.020056;0.0200629;0.0200698;0.0200769;0.020084;0.0200912;0.0200985;0.0201058;0.0201132;0.0201207;0.0201283;0.0201359;0.0201436;0.0201514;0.0201593;0.0201672;0.0201752;0.0201833;0.0201915;0.0201997;0.0202081;0.0202164;0.0202249;0.0202334;0.0202421;0.0202507;0.0202595;0.0202684;0.0202773;0.0202863;0.0202953;0.0203045;0.0203137;0.020323;0.0203323;0.0203418;0.0203513;0.0203609;0.0203706;0.0203803;0.0203901;0.0204;0.02041;0.0204201;0.0204302;0.0204404;0.0204507;0.020461;0.0204715;0.020482;0.0204925;0.0205032;0.0205139;0.0205247;0.0205356;0.0205466;0.0205576;0.0205688;0.0205799;0.0205912;0.0206026;0.020614;0.0206255;0.0206371;0.0206487;0.0206604;0.0206722;0.0206841;0.0206961;0.0207081;0.0207202;0.0207324;0.0207447;0.020757;0.0207695;0.020782;0.0207945;0.0208072;0.0208199;0.0208327;0.0208456;0.0208586;0.0208716;0.0208847;0.0208979;0.0209112;0.0209245;0.020938;0.0209515;0.020965;0.0209787;0.0209924;0.0210062;0.0210201;0.0210341;0.0210482;0.0210623;0.0210765;0.0210908;0.0211051;0.0211196;0.0211341;0.0211487;0.0211633;0.0211781;0.0211929;0.0212078;0.0212228;0.0212379;0.021253;0.0212682;0.0212835;0.0212989;0.0213144;0.0213299;0.0213455;0.0213612;0.021377;0.0213928;0.0214087;0.0214247;0.0214408;0.021457;0.0214732;0.0214896;0.021506;0.0215224;0.021539;0.0215556;0.0215723;0.0215891;0.021606;0.021623;0.02164;0.0216571;0.0216743;0.0216916;0.0217089;0.0217264;0.0217439;0.0217615;0.0217791;0.0217969;0.0218147;0.0218326;0.0218506;0.0218687;0.0218868;0.021905;0.0219233;0.0219417;0.0219602;0.0219787;0.0219974;0.0220161;0.0220348;0.0220537;0.0220727;0.0220917;0.0221108;0.02213;0.0221492;0.0221686;0.022188;0.0222075;0.0222271;0.0222468;0.0222665;0.0222864;0.0223063;0.0223263;0.0223463;0.0223665;0.0223867;0.022407;0.0224274;0.0224479;0.0224685;0.0224891;0.0225098;0.0225306;0.0225515;0.0225725;0.0225935;0.0226146;0.0226358;0.0226571;0.0226785;0.0226999;0.0227215;0.0227431;0.0227648;0.0227866;0.0228084;0.0228303;0.0228524;0.0228745;0.0228966;0.0229189;0.0229413;0.0229637;0.0229862;0.0230088;0.0230315;0.0230542;0.0230771;0.0231;0.023123;0.0231461;0.0231692;0.0231925;0.0232158;0.0232392;0.0232627;0.0232863;0.0233099;0.0233337;0.0233575;0.0233814;0.0234054;0.0234295;0.0234536;0.0234779;0.0235022;0.0235266;0.0235511;0.0235756;0.0236003;0.023625;0.0236498;0.0236747;0.0236997;0.0237248;0.0237499;0.0237751;0.0238005;0.0238259;0.0238513;0.0238769;0.0239025;0.0239283;0.0239541;0.02398;0.024006;0.024032;0.0240582;0.0240844;0.0241107;0.0241371;0.0241636;0.0241901;0.0242168;0.0242435;0.0242703;0.0242972;0.0243242;0.0243513;0.0243784;0.0244057;0.024433;0.0244604;0.0244879;0.0245154;0.0245431;0.0245708;0.0245987;0.0246266;0.0246546;0.0246826;0.0247108;0.024739;0.0247674;0.0247958;0.0248243;0.0248529;0.0248815;0.0249103;0.0249391;0.024968;0.024997;0.0250261;0.0250553;0.0250846;0.0251139;0.0251433;0.0251729;0.0252025;0.0252321;0.0252619;0.0252918;0.0253217;0.0253517;0.0253818;0.025412;0.0254423;0.0254727;0.0255031;0.0255337;0.0255643;0.025595;0.0256258;0.0256567;0.0256876;0.0257187;0.0257498;0.025781;0.0258123;0.0258437;0.0258752;0.0259068;0.0259384;0.0259702;0.026002;0.0260339;0.0260659;0.026098;0.0261301;0.0261624;0.0261947;0.0262271;0.0262597;0.0262923;0.0263249;0.0263577;0.0263906;0.0264235;0.0264565;0.0264896;0.0265228;0.0265561;0.0265895;0.026623;0.0266565;0.0266902;0.0267239;0.0267577;0.0267916;0.0268256;0.0268596;0.0268938;0.026928;0.0269624;0.0269968;0.0270313;0.0270659;0.0271006;0.0271353;0.0271702;0.0272051;0.0272402;0.0272753;0.0273105;0.0273458;0.0273811;0.0274166;0.0274522;0.0274878;0.0275235;0.0275593;0.0275952;0.0276312;0.0276673;0.0277035;0.0277397;0.0277761;0.0278125;0.027849;0.0278856;0.0279223;0.0279591;0.027996;0.0280329;0.02807;0.0281071;0.0281444;0.0281817;0.0282191;0.0282566;0.0282941;0.0283318;0.0283696;0.0284074;0.0284453;0.0284834;0.0285215;0.0285597;0.0285979;0.0286363;0.0286748;0.0287133;0.028752;0.0287907;0.0288295;0.0288684;0.0289074;0.0289465;0.0289857;0.029025;0.0290643;0.0291038;0.0291433;0.0291829;0.0292226;0.0292624;0.0293023;0.0293423;0.0293824;0.0294225;0.0294628;0.0295031;0.0295435;0.029584;0.0296246;0.0296653;0.0297061;0.029747;0.029788;0.029829;0.0298702;0.0299114;0.0299527;0.0299941;0.0300356;0.0300772;0.0301189;0.0301607;0.0302026;0.0302445;0.0302866;0.0303287;0.0303709;0.0304133;0.0304557;0.0304982;0.0305407;0.0305834;0.0306262;0.0306691;0.030712;0.0307551;0.0307982;0.0308414;0.0308847;0.0309281;0.0309716;0.0310152;0.0310589;0.0311027;0.0311465;0.0311905;0.0312345;0.0312786;0.0313229;0.0313672;0.0314116;0.0314561;0.0315007;0.0315454;0.0315901;0.031635;0.03168;0.031725;0.0317701;0.0318154;0.0318607;0.0319061;0.0319516;0.0319972;0.0320429;0.0320887;0.0321345;0.0321805;0.0322266;0.0322727;0.032319;0.0323653;0.0324117;0.0324582;0.0325048;0.0325515;0.0325983;0.0326452;0.0326922;0.0327393;0.0327864;0.0328337;0.032881;0.0329285;0.032976;0.0330236;0.0330713;0.0331192;0.0331671;0.0332151;0.0332631;0.0333113;0.0333596;0.033408;0.0334564;0.033505;0.0335536;0.0336024;0.0336512;0.0337001;0.0337491;0.0337983;0.0338475;0.0338968;0.0339461;0.0339956;0.0340452;0.0340949;0.0341446;0.0341945;0.0342445;0.0342945;0.0343446;0.0343949;0.0344452;0.0344956;0.0345461;0.0345967;0.0346474;0.0346982;0.0347491;0.0348001;0.0348512;0.0349023;0.0349536;0.035005;0.0350564;0.035108;0.0351596;0.0352114;0.0352632;0.0353151;0.0353671;0.0354192;0.0354714;0.0355237;0.0355761;0.0356286;0.0356812;0.0357339;0.0357867;0.0358395;0.0358925;0.0359456;0.0359987;0.036052;0.0361053;0.0361587;0.0362123;0.0362659;0.0363196;0.0363734;0.0364274;0.0364814;0.0365355;0.0365897;0.036644;0.0366984;0.0367528;0.0368074;0.0368621;0.0369169;0.0369717;0.0370267;0.0370817;0.0371369;0.0371921;0.0372475;0.0373029;0.0373585;0.0374141;0.0374698;0.0375256;0.0375816;0.0376376;0.0376937;0.0377499;0.0378062;0.0378626;0.0379191;0.0379757;0.0380324;0.0380891;0.038146;0.038203;0.0382601;0.0383172;0.0383745;0.0384319;0.0384893;0.0385469;0.0386045;0.0386623;0.0387201;0.0387781;0.0388361;0.0388942;0.0389525;0.0390108;0.0390692;0.0391277;0.0391864;0.0392451;0.0393039;0.0393628;0.0394218;0.0394809;0.0395401;0.0395994;0.0396588;0.0397183;0.0397779;0.0398376;0.0398973;0.0399572;0.0400172;0.0400773;0.0401375;0.0401977;0.0402581;0.0403186;0.0403791;0.0404398;0.0405005;0.0405614;0.0406224;0.0406834;0.0407446;0.0408058;0.0408672;0.0409286;0.0409901;0.0410518;0.0411135;0.0411754;0.0412373;0.0412993;0.0413615;0.0414237;0.041486;0.0415485;0.041611;0.0416736;0.0417363;0.0417991;0.0418621;0.0419251;0.0419882;0.0420514;0.0421147;0.0421781;0.0422417;0.0423053;0.042369;0.0424328;0.0424967;0.0425607;0.0426248;0.042689;0.0427533;0.0428177;0.0428822;0.0429468;0.0430115;0.0430763;0.0431412;0.0432062;0.0432713;0.0433365;0.0434018;0.0434672;0.0435327;0.0435983;0.043664;0.0437298;0.0437957;0.0438617;0.0439278;0.043994;0.0440602;0.0441266;0.0441931;0.0442597;0.0443264;0.0443932;0.0444601;0.0445271;0.0445942;0.0446614;0.0447287;0.0447961;0.0448636;0.0449312;0.0449989;0.0450667;0.0451345;0.0452025;0.0452706;0.0453388;0.0454071;0.0454755;0.045544;0.0456126;0.0456813;0.0457501;0.045819;0.045888;0.0459571;0.0460263;0.0460957;0.0461651;0.0462346;0.0463042;0.0463739;0.0464437;0.0465136;0.0465836;0.0466537;0.046724;0.0467943;0.0468647;0.0469352;0.0470058;0.0470766;0.0471474;0.0472183;0.0472893;0.0473605;0.0474317;0.047503;0.0475745;0.047646;0.0477176;0.0477894;0.0478612;0.0479332;0.0480052;0.0480774;0.0481496;0.048222;0.0482944;0.048367;0.0484396;0.0485124;0.0485852;0.0486582;0.0487313;0.0488045;0.0488777;0.0489511;0.0490246;0.0490982;0.0491718;0.0492456;0.0493195;0.0493935;0.0494676;0.0495418;0.0496161;0.0496905;0.049765;0.0498396;0.0499143;0.0499891;0.050064;0.0501391;0.0502142;0.0502894;0.0503647;0.0504402;0.0505157;0.0505913;0.0506671;0.0507429;0.0508189;0.0508949;0.0509711;0.0510473;0.0511237;0.0512002;0.0512767;0.0513534;0.0514302;0.0515071;0.0515841;0.0516612;0.0517383;0.0518156;0.051893;0.0519705;0.0520482;0.0521259;0.0522037;0.0522816;0.0523596;0.0524378;0.052516;0.0525943;0.0526728;0.0527513;0.05283;0.0529087;0.0529876;0.0530665;0.0531456;0.0532248;0.0533041;0.0533834;0.0534629;0.0535425;0.0536222;0.053702;0.0537819;0.0538619;0.053942;0.0540223;0.0541026;0.054183;0.0542635;0.0543442;0.0544249;0.0545058;0.0545867;0.0546678;0.054749;0.0548302;0.0549116;0.0549931;0.0550747;0.0551564;0.0552382;0.0553201;0.0554021;0.0554842;0.0555664;0.0556488;0.0557312;0.0558137;0.0558964;0.0559791;0.056062;0.0561449;0.056228;0.0563112;0.0563945;0.0564778;0.0565613;0.0566449;0.0567286;0.0568124;0.0568964;0.0569804;0.0570645;0.0571487;0.0572331;0.0573175;0.0574021;0.0574867;0.0575715;0.0576564;0.0577414;0.0578265;0.0579116;0.0579969;0.0580824;0.0581679;0.0582535;0.0583392;0.0584251;0.058511;0.058597;0.0586832;0.0587695;0.0588558;0.0589423;0.0590289;0.0591156;0.0592024;0.0592893;0.0593763;0.0594634;0.0595507;0.059638;0.0597254;0.059813;0.0599006;0.0599884;0.0600763;0.0601643;0.0602524;0.0603405;0.0604289;0.0605173;0.0606058;0.0606944;0.0607831;0.060872;0.0609609;0.06105;0.0611392;0.0612284;0.0613178;0.0614073;0.0614969;0.0615866;0.0616764;0.0617664;0.0618564;0.0619465;0.0620368;0.0621272;0.0622176;0.0623082;0.0623989;0.0624897;0.0625806;0.0626716;0.0627627;0.0628539;0.0629453;0.0630367;0.0631283;0.0632199;0.0633117;0.0634036;0.0634956;0.0635877;0.0636799;0.0637722;0.0638646;0.0639572;0.0640498;0.0641426;0.0642354;0.0643284;0.0644215;0.0645147;0.064608;0.0647014;0.0647949;0.0648886;0.0649823;0.0650762;0.0651701;0.0652642;0.0653584;0.0654527;0.0655471;0.0656416;0.0657362;0.0658309;0.0659257;0.0660207;0.0661158;0.0662109;0.0663062;0.0664016;0.0664971;0.0665927;0.0666884;0.0667843;0.0668802;0.0669763;0.0670724;0.0671687;0.0672651;0.0673616;0.0674582;0.0675549;0.0676517;0.0677486;0.0678457;0.0679429;0.0680401;0.0681375;0.068235;0.0683326;0.0684303;0.0685281;0.0686261;0.0687241;0.0688223;0.0689205;0.0690189;0.0691174;0.069216;0.0693147;0.0694136;0.0695125;0.0696115;0.0697107;0.06981;0.0699093;0.0700088;0.0701084;0.0702082;0.070308;0.0704079;0.070508;0.0706082;0.0707084;0.0708088;0.0709093;0.0710099;0.0711107;0.0712115;0.0713124;0.0714135;0.0715147;0.071616;0.0717173;0.0718189;0.0719205;0.0720222;0.0721241;0.072226;0.0723281;0.0724303;0.0725326;0.072635;0.0727375;0.0728401;0.0729429;0.0730457;0.0731487;0.0732518;0.073355;0.0734583;0.0735617;0.0736653;0.0737689;0.0738727;0.0739765;0.0740805;0.0741846;0.0742889;0.0743932;0.0744976;0.0746022;0.0747068;0.0748116;0.0749165;0.0750215;0.0751266;0.0752319;0.0753372;0.0754427;0.0755483;0.075654;0.0757598;0.0758657;0.0759717;0.0760778;0.0761841;0.0762905;0.076397;0.0765036;0.0766103;0.0767171;0.076824;0.0769311;0.0770383;0.0771456;0.077253;0.0773605;0.0774681;0.0775758;0.0776837;0.0777917;0.0778997;0.0780079;0.0781163;0.0782247;0.0783332;0.0784419;0.0785507;0.0786595;0.0787685;0.0788777;0.0789869;0.0790962;0.0792057;0.0793153;0.079425;0.0795348;0.0796447;0.0797547;0.0798649;0.0799751;0.0800855;0.080196;0.0803066;0.0804174;0.0805282;0.0806392;0.0807502;0.0808614;0.0809727;0.0810841;0.0811957;0.0813073;0.0814191;0.081531;0.081643;0.0817551;0.0818673;0.0819797;0.0820921;0.0822047;0.0823174;0.0824302;0.0825431;0.0826562;0.0827693;0.0828826;0.082996;0.0831095;0.0832231;0.0833369;0.0834507;0.0835647;0.0836788;0.083793;0.0839073;0.0840217;0.0841363;0.0842509;0.0843657;0.0844806;0.0845957;0.0847108;0.084826;0.0849414;0.0850569;0.0851725;0.0852882;0.0854041;0.08552;0.0856361;0.0857523;0.0858686;0.085985;0.0861015;0.0862182;0.086335;0.0864519;0.0865689;0.086686;0.0868032;0.0869206;0.0870381;0.0871557;0.0872734;0.0873912;0.0875092;0.0876272;0.0877454;0.0878637;0.0879821;0.0881007;0.0882193;0.0883381;0.088457;0.088576;0.0886951;0.0888144;0.0889337;0.0890532;0.0891728;0.0892925;0.0894124;0.0895323;0.0896524;0.0897726;0.0898929;0.0900133;0.0901339;0.0902545;0.0903753;0.0904962;0.0906172;0.0907384;0.0908596;0.090981;0.0911025;0.0912241;0.0913459;0.0914677;0.0915897;0.0917118;0.091834;0.0919563;0.0920787;0.0922013;0.092324;0.0924468;0.0925697;0.0926928;0.0928159;0.0929392;0.0930626;0.0931861;0.0933098;0.0934335;0.0935574;0.0936814;0.0938055;0.0939297;0.0940541;0.0941786;0.0943032;0.0944279;0.0945527;0.0946777;0.0948027;0.0949279;0.0950533;0.0951787;0.0953042;0.0954299;0.0955557;0.0956816;0.0958077;0.0959338;0.0960601;0.0961865;0.096313;0.0964396;0.0965664;0.0966933;0.0968203;0.0969474;0.0970746;0.097202;0.0973295;0.0974571;0.0975848;0.0977126;0.0978406;0.0979687;0.0980969;0.0982252;0.0983536;0.0984822;0.0986109;0.0987397;0.0988686;0.0989977;0.0991269;0.0992561;0.0993856;0.0995151;0.0996448;0.0997745;0.0999044;0.100034;0.100165;0.100295;0.100425;0.100556;0.100686;0.100817;0.100948;0.101079;0.10121;0.101341;0.101473;0.101604;0.101736;0.101868;0.101999;0.102131;0.102263;0.102396;0.102528;0.10266;0.102793;0.102926;0.103059;0.103191;0.103325;0.103458;0.103591;0.103724;0.103858;0.103992;0.104126;0.104259;0.104393;0.104528;0.104662;0.104796;0.104931;0.105066;0.1052;0.105335;0.10547;0.105605;0.105741;0.105876;0.106012;0.106147;0.106283;0.106419;0.106555;0.106691;0.106827;0.106964;0.1071;0.107237;0.107374;0.107511;0.107648;0.107785;0.107922;0.108059;0.108197;0.108334;0.108472;0.10861;0.108748;0.108886;0.109024;0.109163;0.109301;0.10944;0.109579;0.109717;0.109856;0.109996;0.110135;0.110274;0.110414;0.110553;0.110693;0.110833;0.110973;0.111113;0.111253;0.111393;0.111534;0.111675;0.111815;0.111956;0.112097;0.112238;0.112379;0.112521;0.112662;0.112804;0.112946;0.113087;0.113229;0.113371;0.113514;0.113656;0.113799;0.113941;0.114084;0.114227;0.11437;0.114513;0.114656;0.114799;0.114943;0.115086;0.11523;0.115374;0.115518;0.115662;0.115806;0.115951;0.116095;0.11624;0.116385;0.116529;0.116674;0.116819;0.116965;0.11711;0.117256;0.117401;0.117547;0.117693;0.117839;0.117985;0.118131;0.118278;0.118424;0.118571;0.118717;0.118864;0.119011;0.119158;0.119306;0.119453;0.119601;0.119748;0.119896;0.120044;0.120192;0.12034;0.120488;0.120637;0.120785;0.120934;0.121083;0.121232;0.121381;0.12153;0.121679;0.121829;0.121978;0.122128;0.122278;0.122427;0.122578;0.122728;0.122878;0.123028;0.123179;0.12333;0.123481;0.123631;0.123783;0.123934;0.124085;0.124237;0.124388;0.12454;0.124692;0.124844;0.124996;0.125148;0.1253;0.125453;0.125605;0.125758;0.125911;0.126064;0.126217;0.12637;0.126524;0.126677;0.126831;0.126985;0.127139;0.127293;0.127447;0.127601;0.127755;0.12791;0.128065;0.128219;0.128374;0.128529;0.128685;0.12884;0.128995;0.129151;0.129307;0.129462</Cd>
+                <Cd_turb>0.0236577;0.0236337;0.0236097;0.0235858;0.023562;0.0235382;0.0235146;0.023491;0.0234674;0.023444;0.0234206;0.0233973;0.0233741;0.0233509;0.0233278;0.0233048;0.0232819;0.023259;0.0232362;0.0232135;0.0231908;0.0231683;0.0231458;0.0231234;0.023101;0.0230787;0.0230565;0.0230344;0.0230123;0.0229903;0.0229684;0.0229466;0.0229248;0.0229032;0.0228815;0.02286;0.0228385;0.0228171;0.0227958;0.0227746;0.0227534;0.0227323;0.0227113;0.0226903;0.0226694;0.0226486;0.0226279;0.0226072;0.0225867;0.0225661;0.0225457;0.0225253;0.0225051;0.0224848;0.0224647;0.0224446;0.0224246;0.0224047;0.0223849;0.0223651;0.0223454;0.0223258;0.0223062;0.0222867;0.0222673;0.022248;0.0222287;0.0222096;0.0221904;0.0221714;0.0221524;0.0221336;0.0221147;0.022096;0.0220773;0.0220587;0.0220402;0.0220218;0.0220034;0.0219851;0.0219669;0.0219487;0.0219307;0.0219127;0.0218947;0.0218769;0.0218591;0.0218414;0.0218237;0.0218062;0.0217887;0.0217713;0.021754;0.0217367;0.0217195;0.0217024;0.0216853;0.0216684;0.0216515;0.0216347;0.0216179;0.0216012;0.0215846;0.0215681;0.0215517;0.0215353;0.021519;0.0215028;0.0214866;0.0214705;0.0214545;0.0214386;0.0214227;0.0214069;0.0213912;0.0213756;0.02136;0.0213446;0.0213291;0.0213138;0.0212985;0.0212833;0.0212682;0.0212532;0.0212382;0.0212233;0.0212085;0.0211937;0.0211791;0.0211645;0.0211499;0.0211355;0.0211211;0.0211068;0.0210926;0.0210784;0.0210644;0.0210504;0.0210364;0.0210226;0.0210088;0.0209951;0.0209814;0.0209679;0.0209544;0.020941;0.0209276;0.0209144;0.0209012;0.0208881;0.020875;0.0208621;0.0208492;0.0208364;0.0208236;0.0208109;0.0207983;0.0207858;0.0207734;0.020761;0.0207487;0.0207365;0.0207243;0.0207123;0.0207003;0.0206883;0.0206765;0.0206647;0.020653;0.0206414;0.0206298;0.0206183;0.0206069;0.0205956;0.0205843;0.0205731;0.020562;0.020551;0.02054;0.0205292;0.0205183;0.0205076;0.0204969;0.0204864;0.0204758;0.0204654;0.020455;0.0204447;0.0204345;0.0204244;0.0204143;0.0204043;0.0203944;0.0203846;0.0203748;0.0203651;0.0203555;0.0203459;0.0203365;0.0203271;0.0203178;0.0203085;0.0202993;0.0202902;0.0202812;0.0202723;0.0202634;0.0202546;0.0202459;0.0202372;0.0202286;0.0202201;0.0202117;0.0202033;0.0201951;0.0201869;0.0201787;0.0201707;0.0201627;0.0201548;0.020147;0.0201392;0.0201315;0.0201239;0.0201164;0.0201089;0.0201016;0.0200942;0.020087;0.0200799;0.0200728;0.0200658;0.0200588;0.020052;0.0200452;0.0200385;0.0200318;0.0200253;0.0200188;0.0200124;0.020006;0.0199998;0.0199936;0.0199875;0.0199814;0.0199755;0.0199696;0.0199638;0.019958;0.0199524;0.0199468;0.0199413;0.0199358;0.0199305;0.0199252;0.01992;0.0199148;0.0199098;0.0199048;0.0198998;0.019895;0.0198902;0.0198856;0.0198809;0.0198764;0.0198719;0.0198675;0.0198632;0.019859;0.0198548;0.0198507;0.0198467;0.0198428;0.0198389;0.0198351;0.0198314;0.0198277;0.0198242;0.0198207;0.0198173;0.0198139;0.0198107;0.0198075;0.0198043;0.0198013;0.0197983;0.0197954;0.0197926;0.0197899;0.0197872;0.0197846;0.0197821;0.0197797;0.0197773;0.019775;0.0197728;0.0197706;0.0197686;0.0197666;0.0197647;0.0197628;0.0197611;0.0197594;0.0197578;0.0197562;0.0197547;0.0197534;0.019752;0.0197508;0.0197496;0.0197485;0.0197475;0.0197466;0.0197457;0.0197449;0.0197442;0.0197436;0.019743;0.0197425;0.0197421;0.0197418;0.0197415;0.0197413;0.0197412;0.0197412;0.0197412;0.0197413;0.0197415;0.0197418;0.0197421;0.0197425;0.019743;0.0197436;0.0197442;0.0197449;0.0197457;0.0197466;0.0197475;0.0197485;0.0197496;0.0197508;0.019752;0.0197533;0.0197547;0.0197562;0.0197577;0.0197594;0.019761;0.0197628;0.0197647;0.0197666;0.0197686;0.0197706;0.0197728;0.019775;0.0197773;0.0197797;0.0197821;0.0197846;0.0197874;0.0197902;0.019793;0.019796;0.019799;0.019802;0.0198052;0.0198084;0.0198117;0.0198151;0.0198185;0.019822;0.0198256;0.0198293;0.019833;0.0198368;0.0198407;0.0198447;0.0198487;0.0198528;0.019857;0.0198612;0.0198655;0.0198699;0.0198744;0.0198789;0.0198835;0.0198882;0.019893;0.0198978;0.0199027;0.0199077;0.0199127;0.0199178;0.019923;0.0199283;0.0199336;0.0199391;0.0199445;0.0199501;0.0199557;0.0199615;0.0199672;0.0199731;0.019979;0.019985;0.0199911;0.0199973;0.0200035;0.0200098;0.0200162;0.0200226;0.0200291;0.0200357;0.0200424;0.0200492;0.020056;0.0200629;0.0200698;0.0200769;0.020084;0.0200912;0.0200985;0.0201058;0.0201132;0.0201207;0.0201283;0.0201359;0.0201436;0.0201514;0.0201593;0.0201672;0.0201752;0.0201833;0.0201915;0.0201997;0.0202081;0.0202164;0.0202249;0.0202334;0.0202421;0.0202507;0.0202595;0.0202684;0.0202773;0.0202863;0.0202953;0.0203045;0.0203137;0.020323;0.0203323;0.0203418;0.0203513;0.0203609;0.0203706;0.0203803;0.0203901;0.0204;0.02041;0.0204201;0.0204302;0.0204404;0.0204507;0.020461;0.0204715;0.020482;0.0204925;0.0205032;0.0205139;0.0205247;0.0205356;0.0205466;0.0205576;0.0205688;0.0205799;0.0205912;0.0206026;0.020614;0.0206255;0.0206371;0.0206487;0.0206604;0.0206722;0.0206841;0.0206961;0.0207081;0.0207202;0.0207324;0.0207447;0.020757;0.0207695;0.020782;0.0207945;0.0208072;0.0208199;0.0208327;0.0208456;0.0208586;0.0208716;0.0208847;0.0208979;0.0209112;0.0209245;0.020938;0.0209515;0.020965;0.0209787;0.0209924;0.0210062;0.0210201;0.0210341;0.0210482;0.0210623;0.0210765;0.0210908;0.0211051;0.0211196;0.0211341;0.0211487;0.0211633;0.0211781;0.0211929;0.0212078;0.0212228;0.0212379;0.021253;0.0212682;0.0212835;0.0212989;0.0213144;0.0213299;0.0213455;0.0213612;0.021377;0.0213928;0.0214087;0.0214247;0.0214408;0.021457;0.0214732;0.0214896;0.021506;0.0215224;0.021539;0.0215556;0.0215723;0.0215891;0.021606;0.021623;0.02164;0.0216571;0.0216743;0.0216916;0.0217089;0.0217264;0.0217439;0.0217615;0.0217791;0.0217969;0.0218147;0.0218326;0.0218506;0.0218687;0.0218868;0.021905;0.0219233;0.0219417;0.0219602;0.0219787;0.0219974;0.0220161;0.0220348;0.0220537;0.0220727;0.0220917;0.0221108;0.02213;0.0221492;0.0221686;0.022188;0.0222075;0.0222271;0.0222468;0.0222665;0.0222864;0.0223063;0.0223263;0.0223463;0.0223665;0.0223867;0.022407;0.0224274;0.0224479;0.0224685;0.0224891;0.0225098;0.0225306;0.0225515;0.0225725;0.0225935;0.0226146;0.0226358;0.0226571;0.0226785;0.0226999;0.0227215;0.0227431;0.0227648;0.0227866;0.0228084;0.0228303;0.0228524;0.0228745;0.0228966;0.0229189;0.0229413;0.0229637;0.0229862;0.0230088;0.0230315;0.0230542;0.0230771;0.0231;0.023123;0.0231461;0.0231692;0.0231925;0.0232158;0.0232392;0.0232627;0.0232863;0.0233099;0.0233337;0.0233575;0.0233814;0.0234054;0.0234295;0.0234536;0.0234779;0.0235022;0.0235266;0.0235511;0.0235756;0.0236003;0.023625;0.0236498;0.0236747;0.0236997;0.0237248;0.0237499;0.0237751;0.0238005;0.0238259;0.0238513;0.0238769;0.0239025;0.0239283;0.0239541;0.02398;0.024006;0.024032;0.0240582;0.0240844;0.0241107;0.0241371;0.0241636;0.0241901;0.0242168;0.0242435;0.0242703;0.0242972;0.0243242;0.0243513;0.0243784;0.0244057;0.024433;0.0244604;0.0244879;0.0245154;0.0245431;0.0245708;0.0245987;0.0246266;0.0246546;0.0246826;0.0247108;0.024739;0.0247674;0.0247958;0.0248243;0.0248529;0.0248815;0.0249103;0.0249391;0.024968;0.024997;0.0250261;0.0250553;0.0250846;0.0251139;0.0251433;0.0251729;0.0252025;0.0252321;0.0252619;0.0252918;0.0253217;0.0253517;0.0253818;0.025412;0.0254423;0.0254727;0.0255031;0.0255337;0.0255643;0.025595;0.0256258;0.0256567;0.0256876;0.0257187;0.0257498;0.025781;0.0258123;0.0258437;0.0258752;0.0259068;0.0259384;0.0259702;0.026002;0.0260339;0.0260659;0.026098;0.0261301;0.0261624;0.0261947;0.0262271;0.0262597;0.0262923;0.0263249;0.0263577;0.0263906;0.0264235;0.0264565;0.0264896;0.0265228;0.0265561;0.0265895;0.026623;0.0266565;0.0266902;0.0267239;0.0267577;0.0267916;0.0268256;0.0268596;0.0268938;0.026928;0.0269624;0.0269968;0.0270313;0.0270659;0.0271006;0.0271353;0.0271702;0.0272051;0.0272402;0.0272753;0.0273105;0.0273458;0.0273811;0.0274166;0.0274522;0.0274878;0.0275235;0.0275593;0.0275952;0.0276312;0.0276673;0.0277035;0.0277397;0.0277761;0.0278125;0.027849;0.0278856;0.0279223;0.0279591;0.027996;0.0280329;0.02807;0.0281071;0.0281444;0.0281817;0.0282191;0.0282566;0.0282941;0.0283318;0.0283696;0.0284074;0.0284453;0.0284834;0.0285215;0.0285597;0.0285979;0.0286363;0.0286748;0.0287133;0.028752;0.0287907;0.0288295;0.0288684;0.0289074;0.0289465;0.0289857;0.029025;0.0290643;0.0291038;0.0291433;0.0291829;0.0292226;0.0292624;0.0293023;0.0293423;0.0293824;0.0294225;0.0294628;0.0295031;0.0295435;0.029584;0.0296246;0.0296653;0.0297061;0.029747;0.029788;0.029829;0.0298702;0.0299114;0.0299527;0.0299941;0.0300356;0.0300772;0.0301189;0.0301607;0.0302026;0.0302445;0.0302866;0.0303287;0.0303709;0.0304133;0.0304557;0.0304982;0.0305407;0.0305834;0.0306262;0.0306691;0.030712;0.0307551;0.0307982;0.0308414;0.0308847;0.0309281;0.0309716;0.0310152;0.0310589;0.0311027;0.0311465;0.0311905;0.0312345;0.0312786;0.0313229;0.0313672;0.0314116;0.0314561;0.0315007;0.0315454;0.0315901;0.031635;0.03168;0.031725;0.0317701;0.0318154;0.0318607;0.0319061;0.0319516;0.0319972;0.0320429;0.0320887;0.0321345;0.0321805;0.0322266;0.0322727;0.032319;0.0323653;0.0324117;0.0324582;0.0325048;0.0325515;0.0325983;0.0326452;0.0326922;0.0327393;0.0327864;0.0328337;0.032881;0.0329285;0.032976;0.0330236;0.0330713;0.0331192;0.0331671;0.0332151;0.0332631;0.0333113;0.0333596;0.033408;0.0334564;0.033505;0.0335536;0.0336024;0.0336512;0.0337001;0.0337491;0.0337983;0.0338475;0.0338968;0.0339461;0.0339956;0.0340452;0.0340949;0.0341446;0.0341945;0.0342445;0.0342945;0.0343446;0.0343949;0.0344452;0.0344956;0.0345461;0.0345967;0.0346474;0.0346982;0.0347491;0.0348001;0.0348512;0.0349023;0.0349536;0.035005;0.0350564;0.035108;0.0351596;0.0352114;0.0352632;0.0353151;0.0353671;0.0354192;0.0354714;0.0355237;0.0355761;0.0356286;0.0356812;0.0357339;0.0357867;0.0358395;0.0358925;0.0359456;0.0359987;0.036052;0.0361053;0.0361587;0.0362123;0.0362659;0.0363196;0.0363734;0.0364274;0.0364814;0.0365355;0.0365897;0.036644;0.0366984;0.0367528;0.0368074;0.0368621;0.0369169;0.0369717;0.0370267;0.0370817;0.0371369;0.0371921;0.0372475;0.0373029;0.0373585;0.0374141;0.0374698;0.0375256;0.0375816;0.0376376;0.0376937;0.0377499;0.0378062;0.0378626;0.0379191;0.0379757;0.0380324;0.0380891;0.038146;0.038203;0.0382601;0.0383172;0.0383745;0.0384319;0.0384893;0.0385469;0.0386045;0.0386623;0.0387201;0.0387781;0.0388361;0.0388942;0.0389525;0.0390108;0.0390692;0.0391277;0.0391864;0.0392451;0.0393039;0.0393628;0.0394218;0.0394809;0.0395401;0.0395994;0.0396588;0.0397183;0.0397779;0.0398376;0.0398973;0.0399572;0.0400172;0.0400773;0.0401375;0.0401977;0.0402581;0.0403186;0.0403791;0.0404398;0.0405005;0.0405614;0.0406224;0.0406834;0.0407446;0.0408058;0.0408672;0.0409286;0.0409901;0.0410518;0.0411135;0.0411754;0.0412373;0.0412993;0.0413615;0.0414237;0.041486;0.0415485;0.041611;0.0416736;0.0417363;0.0417991;0.0418621;0.0419251;0.0419882;0.0420514;0.0421147;0.0421781;0.0422417;0.0423053;0.042369;0.0424328;0.0424967;0.0425607;0.0426248;0.042689;0.0427533;0.0428177;0.0428822;0.0429468;0.0430115;0.0430763;0.0431412;0.0432062;0.0432713;0.0433365;0.0434018;0.0434672;0.0435327;0.0435983;0.043664;0.0437298;0.0437957;0.0438617;0.0439278;0.043994;0.0440602;0.0441266;0.0441931;0.0442597;0.0443264;0.0443932;0.0444601;0.0445271;0.0445942;0.0446614;0.0447287;0.0447961;0.0448636;0.0449312;0.0449989;0.0450667;0.0451345;0.0452025;0.0452706;0.0453388;0.0454071;0.0454755;0.045544;0.0456126;0.0456813;0.0457501;0.045819;0.045888;0.0459571;0.0460263;0.0460957;0.0461651;0.0462346;0.0463042;0.0463739;0.0464437;0.0465136;0.0465836;0.0466537;0.046724;0.0467943;0.0468647;0.0469352;0.0470058;0.0470766;0.0471474;0.0472183;0.0472893;0.0473605;0.0474317;0.047503;0.0475745;0.047646;0.0477176;0.0477894;0.0478612;0.0479332;0.0480052;0.0480774;0.0481496;0.048222;0.0482944;0.048367;0.0484396;0.0485124;0.0485852;0.0486582;0.0487313;0.0488045;0.0488777;0.0489511;0.0490246;0.0490982;0.0491718;0.0492456;0.0493195;0.0493935;0.0494676;0.0495418;0.0496161;0.0496905;0.049765;0.0498396;0.0499143;0.0499891;0.050064;0.0501391;0.0502142;0.0502894;0.0503647;0.0504402;0.0505157;0.0505913;0.0506671;0.0507429;0.0508189;0.0508949;0.0509711;0.0510473;0.0511237;0.0512002;0.0512767;0.0513534;0.0514302;0.0515071;0.0515841;0.0516612;0.0517383;0.0518156;0.051893;0.0519705;0.0520482;0.0521259;0.0522037;0.0522816;0.0523596;0.0524378;0.052516;0.0525943;0.0526728;0.0527513;0.05283;0.0529087;0.0529876;0.0530665;0.0531456;0.0532248;0.0533041;0.0533834;0.0534629;0.0535425;0.0536222;0.053702;0.0537819;0.0538619;0.053942;0.0540223;0.0541026;0.054183;0.0542635;0.0543442;0.0544249;0.0545058;0.0545867;0.0546678;0.054749;0.0548302;0.0549116;0.0549931;0.0550747;0.0551564;0.0552382;0.0553201;0.0554021;0.0554842;0.0555664;0.0556488;0.0557312;0.0558137;0.0558964;0.0559791;0.056062;0.0561449;0.056228;0.0563112;0.0563945;0.0564778;0.0565613;0.0566449;0.0567286;0.0568124;0.0568964;0.0569804;0.0570645;0.0571487;0.0572331;0.0573175;0.0574021;0.0574867;0.0575715;0.0576564;0.0577414;0.0578265;0.0579116;0.0579969;0.0580824;0.0581679;0.0582535;0.0583392;0.0584251;0.058511;0.058597;0.0586832;0.0587695;0.0588558;0.0589423;0.0590289;0.0591156;0.0592024;0.0592893;0.0593763;0.0594634;0.0595507;0.059638;0.0597254;0.059813;0.0599006;0.0599884;0.0600763;0.0601643;0.0602524;0.0603405;0.0604289;0.0605173;0.0606058;0.0606944;0.0607831;0.060872;0.0609609;0.06105;0.0611392;0.0612284;0.0613178;0.0614073;0.0614969;0.0615866;0.0616764;0.0617664;0.0618564;0.0619465;0.0620368;0.0621272;0.0622176;0.0623082;0.0623989;0.0624897;0.0625806;0.0626716;0.0627627;0.0628539;0.0629453;0.0630367;0.0631283;0.0632199;0.0633117;0.0634036;0.0634956;0.0635877;0.0636799;0.0637722;0.0638646;0.0639572;0.0640498;0.0641426;0.0642354;0.0643284;0.0644215;0.0645147;0.064608;0.0647014;0.0647949;0.0648886;0.0649823;0.0650762;0.0651701;0.0652642;0.0653584;0.0654527;0.0655471;0.0656416;0.0657362;0.0658309;0.0659257;0.0660207;0.0661158;0.0662109;0.0663062;0.0664016;0.0664971;0.0665927;0.0666884;0.0667843;0.0668802;0.0669763;0.0670724;0.0671687;0.0672651;0.0673616;0.0674582;0.0675549;0.0676517;0.0677486;0.0678457;0.0679429;0.0680401;0.0681375;0.068235;0.0683326;0.0684303;0.0685281;0.0686261;0.0687241;0.0688223;0.0689205;0.0690189;0.0691174;0.069216;0.0693147;0.0694136;0.0695125;0.0696115;0.0697107;0.06981;0.0699093;0.0700088;0.0701084;0.0702082;0.070308;0.0704079;0.070508;0.0706082;0.0707084;0.0708088;0.0709093;0.0710099;0.0711107;0.0712115;0.0713124;0.0714135;0.0715147;0.071616;0.0717173;0.0718189;0.0719205;0.0720222;0.0721241;0.072226;0.0723281;0.0724303;0.0725326;0.072635;0.0727375;0.0728401;0.0729429;0.0730457;0.0731487;0.0732518;0.073355;0.0734583;0.0735617;0.0736653;0.0737689;0.0738727;0.0739765;0.0740805;0.0741846;0.0742889;0.0743932;0.0744976;0.0746022;0.0747068;0.0748116;0.0749165;0.0750215;0.0751266;0.0752319;0.0753372;0.0754427;0.0755483;0.075654;0.0757598;0.0758657;0.0759717;0.0760778;0.0761841;0.0762905;0.076397;0.0765036;0.0766103;0.0767171;0.076824;0.0769311;0.0770383;0.0771456;0.077253;0.0773605;0.0774681;0.0775758;0.0776837;0.0777917;0.0778997;0.0780079;0.0781163;0.0782247;0.0783332;0.0784419;0.0785507;0.0786595;0.0787685;0.0788777;0.0789869;0.0790962;0.0792057;0.0793153;0.079425;0.0795348;0.0796447;0.0797547;0.0798649;0.0799751;0.0800855;0.080196;0.0803066;0.0804174;0.0805282;0.0806392;0.0807502;0.0808614;0.0809727;0.0810841;0.0811957;0.0813073;0.0814191;0.081531;0.081643;0.0817551;0.0818673;0.0819797;0.0820921;0.0822047;0.0823174;0.0824302;0.0825431;0.0826562;0.0827693;0.0828826;0.082996;0.0831095;0.0832231;0.0833369;0.0834507;0.0835647;0.0836788;0.083793;0.0839073;0.0840217;0.0841363;0.0842509;0.0843657;0.0844806;0.0845957;0.0847108;0.084826;0.0849414;0.0850569;0.0851725;0.0852882;0.0854041;0.08552;0.0856361;0.0857523;0.0858686;0.085985;0.0861015;0.0862182;0.086335;0.0864519;0.0865689;0.086686;0.0868032;0.0869206;0.0870381;0.0871557;0.0872734;0.0873912;0.0875092;0.0876272;0.0877454;0.0878637;0.0879821;0.0881007;0.0882193;0.0883381;0.088457;0.088576;0.0886951;0.0888144;0.0889337;0.0890532;0.0891728;0.0892925;0.0894124;0.0895323;0.0896524;0.0897726;0.0898929;0.0900133;0.0901339;0.0902545;0.0903753;0.0904962;0.0906172;0.0907384;0.0908596;0.090981;0.0911025;0.0912241;0.0913459;0.0914677;0.0915897;0.0917118;0.091834;0.0919563;0.0920787;0.0922013;0.092324;0.0924468;0.0925697;0.0926928;0.0928159;0.0929392;0.0930626;0.0931861;0.0933098;0.0934335;0.0935574;0.0936814;0.0938055;0.0939297;0.0940541;0.0941786;0.0943032;0.0944279;0.0945527;0.0946777;0.0948027;0.0949279;0.0950533;0.0951787;0.0953042;0.0954299;0.0955557;0.0956816;0.0958077;0.0959338;0.0960601;0.0961865;0.096313;0.0964396;0.0965664;0.0966933;0.0968203;0.0969474;0.0970746;0.097202;0.0973295;0.0974571;0.0975848;0.0977126;0.0978406;0.0979687;0.0980969;0.0982252;0.0983536;0.0984822;0.0986109;0.0987397;0.0988686;0.0989977;0.0991269;0.0992561;0.0993856;0.0995151;0.0996448;0.0997745;0.0999044;0.100034;0.100165;0.100295;0.100425;0.100556;0.100686;0.100817;0.100948;0.101079;0.10121;0.101341;0.101473;0.101604;0.101736;0.101868;0.101999;0.102131;0.102263;0.102396;0.102528;0.10266;0.102793;0.102926;0.103059;0.103191;0.103325;0.103458;0.103591;0.103724;0.103858;0.103992;0.104126;0.104259;0.104393;0.104528;0.104662;0.104796;0.104931;0.105066;0.1052;0.105335;0.10547;0.105605;0.105741;0.105876;0.106012;0.106147;0.106283;0.106419;0.106555;0.106691;0.106827;0.106964;0.1071;0.107237;0.107374;0.107511;0.107648;0.107785;0.107922;0.108059;0.108197;0.108334;0.108472;0.10861;0.108748;0.108886;0.109024;0.109163;0.109301;0.10944;0.109579;0.109717;0.109856;0.109996;0.110135;0.110274;0.110414;0.110553;0.110693;0.110833;0.110973;0.111113;0.111253;0.111393;0.111534;0.111675;0.111815;0.111956;0.112097;0.112238;0.112379;0.112521;0.112662;0.112804;0.112946;0.113087;0.113229;0.113371;0.113514;0.113656;0.113799;0.113941;0.114084;0.114227;0.11437;0.114513;0.114656;0.114799;0.114943;0.115086;0.11523;0.115374;0.115518;0.115662;0.115806;0.115951;0.116095;0.11624;0.116385;0.116529;0.116674;0.116819;0.116965;0.11711;0.117256;0.117401;0.117547;0.117693;0.117839;0.117985;0.118131;0.118278;0.118424;0.118571;0.118717;0.118864;0.119011;0.119158;0.119306;0.119453;0.119601;0.119748;0.119896;0.120044;0.120192;0.12034;0.120488;0.120637;0.120785;0.120934;0.121083;0.121232;0.121381;0.12153;0.121679;0.121829;0.121978;0.122128;0.122278;0.122427;0.122578;0.122728;0.122878;0.123028;0.123179;0.12333;0.123481;0.123631;0.123783;0.123934;0.124085;0.124237;0.124388;0.12454;0.124692;0.124844;0.124996;0.125148;0.1253;0.125453;0.125605;0.125758;0.125911;0.126064;0.126217;0.12637;0.126524;0.126677;0.126831;0.126985;0.127139;0.127293;0.127447;0.127601;0.127755;0.12791;0.128065;0.128219;0.128374;0.128529;0.128685;0.12884;0.128995;0.129151;0.129307;0.129462</Cd_turb>
+                <Cm>0.191578;0.191304;0.19103;0.190756;0.190482;0.190208;0.189934;0.18966;0.189386;0.189112;0.188837;0.188563;0.188289;0.188015;0.187741;0.187467;0.187193;0.186919;0.186645;0.186371;0.186097;0.185823;0.185549;0.185275;0.185;0.184726;0.184452;0.184178;0.183904;0.18363;0.183356;0.183082;0.182808;0.182534;0.18226;0.181986;0.181712;0.181438;0.181163;0.180889;0.180615;0.180341;0.180067;0.179793;0.179519;0.179245;0.178971;0.178697;0.178423;0.178149;0.177875;0.177601;0.177327;0.177052;0.176778;0.176504;0.17623;0.175956;0.175682;0.175408;0.175134;0.17486;0.174586;0.174312;0.174038;0.173764;0.17349;0.173215;0.172941;0.172667;0.172393;0.172119;0.171845;0.171571;0.171297;0.171023;0.170749;0.170475;0.170201;0.169927;0.169653;0.169378;0.169104;0.16883;0.168556;0.168282;0.168008;0.167734;0.16746;0.167186;0.166912;0.166638;0.166364;0.16609;0.165816;0.165541;0.165267;0.164993;0.164719;0.164445;0.164171;0.163897;0.163623;0.163349;0.163075;0.162801;0.162527;0.162253;0.161979;0.161704;0.16143;0.161156;0.160882;0.160608;0.160334;0.16006;0.159786;0.159512;0.159238;0.158964;0.15869;0.158416;0.158142;0.157867;0.157593;0.157319;0.157045;0.156771;0.156497;0.156223;0.155949;0.155675;0.155401;0.155127;0.154853;0.154579;0.154305;0.15403;0.153756;0.153482;0.153208;0.152934;0.15266;0.152386;0.152112;0.151838;0.151564;0.15129;0.151016;0.150742;0.150468;0.150193;0.149919;0.149645;0.149371;0.149097;0.148823;0.148549;0.148275;0.148001;0.147727;0.147453;0.147179;0.146905;0.146631;0.146356;0.146082;0.145808;0.145534;0.14526;0.144986;0.144712;0.144438;0.144164;0.14389;0.143616;0.143342;0.143068;0.142794;0.142519;0.142245;0.141971;0.141697;0.141423;0.141149;0.140875;0.140601;0.140327;0.140053;0.139779;0.139505;0.139231;0.138957;0.138682;0.138408;0.138134;0.13786;0.137586;0.137312;0.137038;0.136764;0.13649;0.136216;0.135942;0.135668;0.135394;0.13512;0.134845;0.134571;0.134297;0.134023;0.133749;0.133475;0.133201;0.132927;0.132653;0.132379;0.132105;0.131831;0.131557;0.131283;0.131008;0.130734;0.13046;0.130186;0.129912;0.129638;0.129364;0.12909;0.128816;0.128542;0.128268;0.127994;0.12772;0.127446;0.127171;0.126897;0.126623;0.126349;0.126075;0.125801;0.125527;0.125253;0.124979;0.124705;0.124431;0.124157;0.123883;0.123609;0.123334;0.12306;0.122786;0.122512;0.122238;0.121964;0.12169;0.121416;0.121142;0.120868;0.120594;0.12032;0.120046;0.119772;0.119497;0.119223;0.118949;0.118675;0.118401;0.118127;0.117853;0.117579;0.117305;0.117031;0.116757;0.116483;0.116209;0.115935;0.11566;0.115386;0.115112;0.114838;0.114564;0.11429;0.114016;0.113742;0.113468;0.113194;0.11292;0.112646;0.112372;0.112098;0.111823;0.111549;0.111275;0.111001;0.110727;0.110453;0.110179;0.109905;0.109631;0.109357;0.109083;0.108809;0.108535;0.108261;0.107986;0.107712;0.107438;0.107164;0.10689;0.106616;0.106342;0.106068;0.105794;0.10552;0.105246;0.104972;0.104698;0.104424;0.104149;0.103875;0.103601;0.103327;0.103053;0.102779;0.102505;0.102231;0.101957;0.101683;0.101409;0.101135;0.100861;0.100587;0.100312;0.100038;0.0997644;0.0994903;0.0992162;0.0989421;0.0986681;0.098394;0.0981199;0.0978459;0.0975718;0.0972977;0.0970236;0.0967496;0.0964755;0.0962014;0.0959274;0.0956533;0.0953792;0.0951051;0.0948311;0.094557;0.0942829;0.0940089;0.0937348;0.0934607;0.0931866;0.0929126;0.0926385;0.0923644;0.0920904;0.0918163;0.0915422;0.0912681;0.0909941;0.09072;0.0904459;0.0901719;0.0898978;0.0896237;0.0893496;0.0890756;0.0888015;0.0885274;0.0882534;0.0879793;0.0877052;0.0874311;0.0871571;0.086883;0.0866089;0.0863349;0.0860608;0.0857867;0.0855126;0.0852386;0.0849645;0.0846904;0.0844164;0.0841423;0.0838682;0.0835941;0.0833201;0.083046;0.0827719;0.0824979;0.0822238;0.0819497;0.0816757;0.0814016;0.0811275;0.0808534;0.0805794;0.0803053;0.0800312;0.0797572;0.0794831;0.079209;0.0789349;0.0786609;0.0783868;0.0781127;0.0778387;0.0775646;0.0772905;0.0770164;0.0767424;0.0764683;0.0761942;0.0759202;0.0756461;0.075372;0.0750979;0.0748239;0.0745498;0.0742757;0.0740017;0.0737276;0.0734535;0.0731794;0.0729054;0.0726313;0.0723572;0.0720832;0.0718091;0.071535;0.0712609;0.0709869;0.0707128;0.0704387;0.0701647;0.0698906;0.0696165;0.0693424;0.0690684;0.0687943;0.0685202;0.0682462;0.0679721;0.067698;0.0674239;0.0671499;0.0668758;0.0666017;0.0663277;0.0660536;0.0657795;0.0655054;0.0652314;0.0649573;0.0646832;0.0644092;0.0641351;0.063861;0.063587;0.0633129;0.0630388;0.0627647;0.0624907;0.0622166;0.0619425;0.0616685;0.0613944;0.0611203;0.0608462;0.0605722;0.0602981;0.060024;0.05975;0.0594759;0.0592018;0.0589277;0.0586537;0.0583796;0.0581055;0.0578315;0.0575574;0.0572833;0.0570092;0.0567352;0.0564611;0.056187;0.055913;0.0556389;0.0553648;0.0550907;0.0548167;0.0545426;0.0542685;0.0539945;0.0537204;0.0534463;0.0531722;0.0528982;0.0526241;0.05235;0.052076;0.0518019;0.0515278;0.0512537;0.0509797;0.0507056;0.0504315;0.0501575;0.0498834;0.0496093;0.0493352;0.0490612;0.0487871;0.048513;0.048239;0.0479649;0.0476908;0.0474167;0.0471427;0.0468686;0.0465945;0.0463205;0.0460464;0.0457723;0.0454983;0.0452242;0.0449501;0.044676;0.044402;0.0441279;0.0438538;0.0435798;0.0433057;0.0430316;0.0427575;0.0424835;0.0422094;0.0419353;0.0416613;0.0413872;0.0411131;0.040839;0.040565;0.0402909;0.0400168;0.0397428;0.0394687;0.0391946;0.0389205;0.0386465;0.0383724;0.0380983;0.0378243;0.0375502;0.0372761;0.037002;0.036728;0.0364539;0.0361798;0.0359058;0.0356317;0.0353576;0.0350835;0.0348095;0.0345354;0.0342613;0.0339873;0.0337132;0.0334391;0.033165;0.032891;0.0326169;0.0323428;0.0320688;0.0317947;0.0315206;0.0312465;0.0309725;0.0306984;0.0304243;0.0301503;0.0298762;0.0296021;0.029328;0.029054;0.0287799;0.0285058;0.0282318;0.0279577;0.0276836;0.0274096;0.0271355;0.0268614;0.0265873;0.0263133;0.0260392;0.0257651;0.0254911;0.025217;0.0249429;0.0246688;0.0243948;0.0241207;0.0238466;0.0235726;0.0232985;0.0230244;0.0227503;0.0224763;0.0222022;0.0219281;0.0216541;0.02138;0.0211059;0.0208318;0.0205578;0.0202837;0.0200096;0.0197356;0.0194615;0.0191874;0.0189133;0.0186393;0.0183652;0.0180911;0.0178171;0.017543;0.0172689;0.0169948;0.0167208;0.0164467;0.0161726;0.0158986;0.0156245;0.0153504;0.0150763;0.0148023;0.0145282;0.0142541;0.0139801;0.013706;0.0134319;0.0131578;0.0128838;0.0126097;0.0123356;0.0120616;0.0117875;0.0115134;0.0112393;0.0109653;0.0106912;0.0104171;0.0101431;0.00986899;0.00959492;0.00932085;0.00904678;0.00877271;0.00849864;0.00822457;0.0079505;0.00767642;0.00740235;0.00712828;0.00685421;0.00658014;0.00630607;0.006032;0.00575793;0.00548385;0.00520978;0.00493571;0.00466164;0.00438757;0.0041135;0.00383943;0.00356536;0.00329128;0.00301721;0.00274314;0.00246907;0.002195;0.00192093;0.00164686;0.00137279;0.00109872;0.000824644;0.000550573;0.000276502;2.4303e-06;-0.000271641;-0.000545712;-0.000819783;-0.00109385;-0.00136793;-0.001642;-0.00191607;-0.00219014;-0.00246421;-0.00273828;-0.00301235;-0.00328642;-0.0035605;-0.00383457;-0.00410864;-0.00438271;-0.00465678;-0.00493085;-0.00520492;-0.00547899;-0.00575307;-0.00602714;-0.00630121;-0.00657528;-0.00684935;-0.00712342;-0.00739749;-0.00767156;-0.00794563;-0.00821971;-0.00849378;-0.00876785;-0.00904192;-0.00931599;-0.00959006;-0.00986413;-0.0101382;-0.0104123;-0.0106863;-0.0109604;-0.0112345;-0.0115086;-0.0117826;-0.0120567;-0.0123308;-0.0126048;-0.0128789;-0.013153;-0.0134271;-0.0137011;-0.0139752;-0.0142493;-0.0145233;-0.0147974;-0.0150715;-0.0153456;-0.0156196;-0.0158937;-0.0161678;-0.0164418;-0.0167159;-0.01699;-0.0172641;-0.0175381;-0.0178122;-0.0180863;-0.0183603;-0.0186344;-0.0189085;-0.0191826;-0.0194566;-0.0197307;-0.0200048;-0.0202788;-0.0205529;-0.020827;-0.0211011;-0.0213751;-0.0216492;-0.0219233;-0.0221973;-0.0224714;-0.0227455;-0.0230196;-0.0232936;-0.0235677;-0.0238418;-0.0241158;-0.0243899;-0.024664;-0.024938;-0.0252121;-0.0254862;-0.0257603;-0.0260343;-0.0263084;-0.0265825;-0.0268565;-0.0271306;-0.0274047;-0.0276788;-0.0279528;-0.0282269;-0.028501;-0.028775;-0.0290491;-0.0293232;-0.0295973;-0.0298713;-0.0301454;-0.0304195;-0.0306935;-0.0309676;-0.0312417;-0.0315158;-0.0317898;-0.0320639;-0.032338;-0.032612;-0.0328861;-0.0331602;-0.0334343;-0.0337083;-0.0339824;-0.0342565;-0.0345305;-0.0348046;-0.0350787;-0.0353528;-0.0356268;-0.0359009;-0.036175;-0.036449;-0.0367231;-0.0369972;-0.0372713;-0.0375453;-0.0378194;-0.0380935;-0.0383675;-0.0386416;-0.0389157;-0.0391898;-0.0394638;-0.0397379;-0.040012;-0.040286;-0.0405601;-0.0408342;-0.0411083;-0.0413823;-0.0416564;-0.0419305;-0.0422045;-0.0424786;-0.0427527;-0.0430267;-0.0433008;-0.0435749;-0.043849;-0.044123;-0.0443971;-0.0446712;-0.0449452;-0.0452193;-0.0454934;-0.0457675;-0.0460415;-0.0463156;-0.0465897;-0.0468637;-0.0471378;-0.0474119;-0.047686;-0.04796;-0.0482341;-0.0485082;-0.0487822;-0.0490563;-0.0493304;-0.0496045;-0.0498785;-0.0501526;-0.0504267;-0.0507007;-0.0509748;-0.0512489;-0.051523;-0.051797;-0.0520711;-0.0523452;-0.0526192;-0.0528933;-0.0531674;-0.0534415;-0.0537155;-0.0539896;-0.0542637;-0.0545377;-0.0548118;-0.0550859;-0.05536;-0.055634;-0.0559081;-0.0561822;-0.0564562;-0.0567303;-0.0570044;-0.0572785;-0.0575525;-0.0578266;-0.0581007;-0.0583747;-0.0586488;-0.0589229;-0.059197;-0.059471;-0.0597451;-0.0600192;-0.0602932;-0.0605673;-0.0608414;-0.0611154;-0.0613895;-0.0616636;-0.0619377;-0.0622117;-0.0624858;-0.0627599;-0.0630339;-0.063308;-0.0635821;-0.0638562;-0.0641302;-0.0644043;-0.0646784;-0.0649524;-0.0652265;-0.0655006;-0.0657747;-0.0660487;-0.0663228;-0.0665969;-0.0668709;-0.067145;-0.0674191;-0.0676932;-0.0679672;-0.0682413;-0.0685154;-0.0687894;-0.0690635;-0.0693376;-0.0696117;-0.0698857;-0.0701598;-0.0704339;-0.0707079;-0.070982;-0.0712561;-0.0715302;-0.0718042;-0.0720783;-0.0723524;-0.0726264;-0.0729005;-0.0731746;-0.0734487;-0.0737227;-0.0739968;-0.0742709;-0.0745449;-0.074819;-0.0750931;-0.0753672;-0.0756412;-0.0759153;-0.0761894;-0.0764634;-0.0767375;-0.0770116;-0.0772857;-0.0775597;-0.0778338;-0.0781079;-0.0783819;-0.078656;-0.0789301;-0.0792041;-0.0794782;-0.0797523;-0.0800264;-0.0803004;-0.0805745;-0.0808486;-0.0811226;-0.0813967;-0.0816708;-0.0819449;-0.0822189;-0.082493;-0.0827671;-0.0830411;-0.0833152;-0.0835893;-0.0838634;-0.0841374;-0.0844115;-0.0846856;-0.0849596;-0.0852337;-0.0855078;-0.0857819;-0.0860559;-0.08633;-0.0866041;-0.0868781;-0.0871522;-0.0874263;-0.0877004;-0.0879744;-0.0882485;-0.0885226;-0.0887966;-0.0890707;-0.0893448;-0.0896189;-0.0898929;-0.090167;-0.0904411;-0.0907151;-0.0909892;-0.0912633;-0.0915374;-0.0918114;-0.0920855;-0.0923596;-0.0926336;-0.0929077;-0.0931818;-0.0934559;-0.0937299;-0.094004;-0.0942781;-0.0945521;-0.0948262;-0.0951003;-0.0953744;-0.0956484;-0.0959225;-0.0961966;-0.0964706;-0.0967447;-0.0970188;-0.0972928;-0.0975669;-0.097841;-0.0981151;-0.0983891;-0.0986632;-0.0989373;-0.0992113;-0.0994854;-0.0997595;-0.100034;-0.100308;-0.100582;-0.100856;-0.10113;-0.101404;-0.101678;-0.101952;-0.102226;-0.1025;-0.102774;-0.103048;-0.103322;-0.103596;-0.103871;-0.104145;-0.104419;-0.104693;-0.104967;-0.105241;-0.105515;-0.105789;-0.106063;-0.106337;-0.106611;-0.106885;-0.107159;-0.107433;-0.107708;-0.107982;-0.108256;-0.10853;-0.108804;-0.109078;-0.109352;-0.109626;-0.1099;-0.110174;-0.110448;-0.110722;-0.110996;-0.11127;-0.111545;-0.111819;-0.112093;-0.112367;-0.112641;-0.112915;-0.113189;-0.113463;-0.113737;-0.114011;-0.114285;-0.114559;-0.114833;-0.115107;-0.115382;-0.115656;-0.11593;-0.116204;-0.116478;-0.116752;-0.117026;-0.1173;-0.117574;-0.117848;-0.118122;-0.118396;-0.11867;-0.118944;-0.119219;-0.119493;-0.119767;-0.120041;-0.120315;-0.120589;-0.120863;-0.121137;-0.121411;-0.121685;-0.121959;-0.122233;-0.122507;-0.122781;-0.123056;-0.12333;-0.123604;-0.123878;-0.124152;-0.124426;-0.1247;-0.124974;-0.125248;-0.125522;-0.125796;-0.12607;-0.126344;-0.126618;-0.126893;-0.127167;-0.127441;-0.127715;-0.127989;-0.128263;-0.128537;-0.128811;-0.129085;-0.129359;-0.129633;-0.129907;-0.130181;-0.130455;-0.13073;-0.131004;-0.131278;-0.131552;-0.131826;-0.1321;-0.132374;-0.132648;-0.132922;-0.133196;-0.13347;-0.133744;-0.134018;-0.134292;-0.134567;-0.134841;-0.135115;-0.135389;-0.135663;-0.135937;-0.136211;-0.136485;-0.136759;-0.137033;-0.137307;-0.137581;-0.137855;-0.138129;-0.138404;-0.138678;-0.138952;-0.139226;-0.1395;-0.139774;-0.140048;-0.140322;-0.140596;-0.14087;-0.141144;-0.141418;-0.141692;-0.141966;-0.142241;-0.142515;-0.142789;-0.143063;-0.143337;-0.143611;-0.143885;-0.144159;-0.144433;-0.144707;-0.144981;-0.145255;-0.145529;-0.145803;-0.146078;-0.146352;-0.146626;-0.1469;-0.147174;-0.147448;-0.147722;-0.147996;-0.14827;-0.148544;-0.148818;-0.149092;-0.149366;-0.14964;-0.149915;-0.150189;-0.150463;-0.150737;-0.151011;-0.151285;-0.151559;-0.151833;-0.152107;-0.152381;-0.152655;-0.152929;-0.153203;-0.153477;-0.153752;-0.154026;-0.1543;-0.154574;-0.154848;-0.155122;-0.155396;-0.15567;-0.155944;-0.156218;-0.156492;-0.156766;-0.15704;-0.157314;-0.157589;-0.157863;-0.158137;-0.158411;-0.158685;-0.158959;-0.159233;-0.159507;-0.159781;-0.160055;-0.160329;-0.160603;-0.160877;-0.161151;-0.161426;-0.1617;-0.161974;-0.162248;-0.162522;-0.162796;-0.16307;-0.163344;-0.163618;-0.163892;-0.164166;-0.16444;-0.164714;-0.164988;-0.165263;-0.165537;-0.165811;-0.166085;-0.166359;-0.166633;-0.166907;-0.167181;-0.167455;-0.167729;-0.168003;-0.168277;-0.168551;-0.168825;-0.1691;-0.169374;-0.169648;-0.169922;-0.170196;-0.17047;-0.170744;-0.171018;-0.171292;-0.171566;-0.17184;-0.172114;-0.172388;-0.172662;-0.172937;-0.173211;-0.173485;-0.173759;-0.174033;-0.174307;-0.174581;-0.174855;-0.175129;-0.175403;-0.175677;-0.175951;-0.176225;-0.176499;-0.176773;-0.177048;-0.177322;-0.177596;-0.17787;-0.178144;-0.178418;-0.178692;-0.178966;-0.17924;-0.179514;-0.179788;-0.180062;-0.180336;-0.18061;-0.180885;-0.181159;-0.181433;-0.181707;-0.181981;-0.182255;-0.182529;-0.182803;-0.183077;-0.183351;-0.183625;-0.183899;-0.184173;-0.184447;-0.184722;-0.184996;-0.18527;-0.185544;-0.185818;-0.186092;-0.186366;-0.18664;-0.186914;-0.187188;-0.187462;-0.187736;-0.18801;-0.188284;-0.188559;-0.188833;-0.189107;-0.189381;-0.189655;-0.189929;-0.190203;-0.190477;-0.190751;-0.191025;-0.191299;-0.191573;-0.191847;-0.192121;-0.192396;-0.19267;-0.192944;-0.193218;-0.193492;-0.193766;-0.19404;-0.194314;-0.194588;-0.194862;-0.195136;-0.19541;-0.195684;-0.195958;-0.196233;-0.196507;-0.196781;-0.197055;-0.197329;-0.197603;-0.197877;-0.198151;-0.198425;-0.198699;-0.198973;-0.199247;-0.199521;-0.199795;-0.20007;-0.200344;-0.200618;-0.200892;-0.201166;-0.20144;-0.201714;-0.201988;-0.202262;-0.202536;-0.20281;-0.203084;-0.203358;-0.203632;-0.203907;-0.204181;-0.204455;-0.204729;-0.205003;-0.205277;-0.205551;-0.205825;-0.206099;-0.206373;-0.206647;-0.206921;-0.207195;-0.207469;-0.207744;-0.208018;-0.208292;-0.208566;-0.20884;-0.209114;-0.209388;-0.209662;-0.209936;-0.21021;-0.210484;-0.210758;-0.211032;-0.211306;-0.211581;-0.211855;-0.212129;-0.212403;-0.212677;-0.212951;-0.213225;-0.213499;-0.213773;-0.214047;-0.214321;-0.214595;-0.214869;-0.215143;-0.215418;-0.215692;-0.215966;-0.21624;-0.216514;-0.216788;-0.217062;-0.217336;-0.21761;-0.217884;-0.218158;-0.218432;-0.218706;-0.21898;-0.219255;-0.219529;-0.219803;-0.220077;-0.220351;-0.220625;-0.220899;-0.221173;-0.221447;-0.221721;-0.221995;-0.222269;-0.222543;-0.222817;-0.223092;-0.223366;-0.22364;-0.223914;-0.224188;-0.224462;-0.224736;-0.22501;-0.225284;-0.225558;-0.225832;-0.226106;-0.22638;-0.226654;-0.226929;-0.227203;-0.227477;-0.227751;-0.228025;-0.228299;-0.228573;-0.228847;-0.229121;-0.229395;-0.229669;-0.229943;-0.230217;-0.230491;-0.230766;-0.23104;-0.231314;-0.231588;-0.231862;-0.232136;-0.23241;-0.232684;-0.232958;-0.233232;-0.233506;-0.23378;-0.234054;-0.234328;-0.234603;-0.234877;-0.235151;-0.235425;-0.235699;-0.235973;-0.236247;-0.236521;-0.236795;-0.237069;-0.237343;-0.237617;-0.237891;-0.238165;-0.23844;-0.238714;-0.238988;-0.239262;-0.239536;-0.23981;-0.240084;-0.240358;-0.240632;-0.240906;-0.24118;-0.241454;-0.241728;-0.242002;-0.242277;-0.242551;-0.242825;-0.243099;-0.243373;-0.243647;-0.243921;-0.244195;-0.244469;-0.244743;-0.245017;-0.245291;-0.245565;-0.245839;-0.246114;-0.246388;-0.246662;-0.246936;-0.24721;-0.247484;-0.247758;-0.248032;-0.248306;-0.24858;-0.248854;-0.249128;-0.249402;-0.249676;-0.249951;-0.250225;-0.250499;-0.250773;-0.251047;-0.251321;-0.251595;-0.251869;-0.252143;-0.252417;-0.252691;-0.252965;-0.253239;-0.253513;-0.253788;-0.254062;-0.254336;-0.25461;-0.254884;-0.255158;-0.255432;-0.255706;-0.25598;-0.256254;-0.256528;-0.256802;-0.257076;-0.25735;-0.257625;-0.257899;-0.258173;-0.258447;-0.258721;-0.258995;-0.259269;-0.259543;-0.259817;-0.260091;-0.260365;-0.260639;-0.260913;-0.261187;-0.261462;-0.261736;-0.26201;-0.262284;-0.262558;-0.262832;-0.263106;-0.26338;-0.263654;-0.263928;-0.264202;-0.264476;-0.26475;-0.265024;-0.265299;-0.265573;-0.265847;-0.266121;-0.266395;-0.266669;-0.266943;-0.267217;-0.267491;-0.267765;-0.268039;-0.268313;-0.268587;-0.268861;-0.269135;-0.26941;-0.269684;-0.269958;-0.270232;-0.270506;-0.27078;-0.271054;-0.271328;-0.271602;-0.271876;-0.27215;-0.272424;-0.272698;-0.272972;-0.273247;-0.273521;-0.273795;-0.274069;-0.274343;-0.274617;-0.274891;-0.275165;-0.275439;-0.275713;-0.275987;-0.276261;-0.276535;-0.276809;-0.277084;-0.277358;-0.277632;-0.277906;-0.27818;-0.278454;-0.278728;-0.279002;-0.279276;-0.27955;-0.279824;-0.280098;-0.280372;-0.280646;-0.280921;-0.281195;-0.281469;-0.281743;-0.282017;-0.282291;-0.282565;-0.282839;-0.283113;-0.283387;-0.283661;-0.283935;-0.284209;-0.284483;-0.284758;-0.285032;-0.285306;-0.28558;-0.285854;-0.286128;-0.286402;-0.286676;-0.28695;-0.287224;-0.287498;-0.287772;-0.288046;-0.28832;-0.288595;-0.288869;-0.289143;-0.289417;-0.289691;-0.289965;-0.290239;-0.290513;-0.290787;-0.291061;-0.291335;-0.291609;-0.291883;-0.292157;-0.292432;-0.292706;-0.29298;-0.293254;-0.293528;-0.293802;-0.294076;-0.29435;-0.294624;-0.294898;-0.295172;-0.295446;-0.29572;-0.295994;-0.296269;-0.296543;-0.296817;-0.297091;-0.297365;-0.297639;-0.297913;-0.298187;-0.298461;-0.298735;-0.299009;-0.299283;-0.299557;-0.299831;-0.300106;-0.30038;-0.300654;-0.300928;-0.301202;-0.301476;-0.30175;-0.302024;-0.302298;-0.302572;-0.302846;-0.30312;-0.303394;-0.303668;-0.303943;-0.304217;-0.304491;-0.304765;-0.305039;-0.305313;-0.305587;-0.305861;-0.306135;-0.306409;-0.306683;-0.306957;-0.307231;-0.307505;-0.30778;-0.308054;-0.308328;-0.308602;-0.308876;-0.30915;-0.309424;-0.309698;-0.309972;-0.310246;-0.31052;-0.310794;-0.311068;-0.311342;-0.311617;-0.311891;-0.312165;-0.312439;-0.312713;-0.312987;-0.313261;-0.313535;-0.313809;-0.314083;-0.314357;-0.314631;-0.314905;-0.315179;-0.315454;-0.315728;-0.316002;-0.316276;-0.31655;-0.316824;-0.317098;-0.317372;-0.317646;-0.31792;-0.318194;-0.318468;-0.318742;-0.319016;-0.319291;-0.319565;-0.319839;-0.320113;-0.320387;-0.320661;-0.320935;-0.321209;-0.321483;-0.321757;-0.322031;-0.322305;-0.322579;-0.322853;-0.323128;-0.323402;-0.323676</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="2" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>3.64592e+07</reynoldsnumber>
+                <machnumber>0.5</machnumber>
+                <Alpha>-5.12008;-5.11063;-5.10119;-5.09174;-5.08229;-5.07284;-5.06339;-5.05394;-5.04449;-5.03504;-5.02559;-5.01615;-5.0067;-4.99725;-4.9878;-4.97835;-4.9689;-4.95945;-4.95;-4.94056;-4.93111;-4.92166;-4.91221;-4.90276;-4.89331;-4.88386;-4.87441;-4.86496;-4.85552;-4.84607;-4.83662;-4.82717;-4.81772;-4.80827;-4.79882;-4.78937;-4.77993;-4.77048;-4.76103;-4.75158;-4.74213;-4.73268;-4.72323;-4.71378;-4.70433;-4.69489;-4.68544;-4.67599;-4.66654;-4.65709;-4.64764;-4.63819;-4.62874;-4.6193;-4.60985;-4.6004;-4.59095;-4.5815;-4.57205;-4.5626;-4.55315;-4.5437;-4.53426;-4.52481;-4.51536;-4.50591;-4.49646;-4.48701;-4.47756;-4.46811;-4.45867;-4.44922;-4.43977;-4.43032;-4.42087;-4.41142;-4.40197;-4.39252;-4.38307;-4.37363;-4.36418;-4.35473;-4.34528;-4.33583;-4.32638;-4.31693;-4.30748;-4.29804;-4.28859;-4.27914;-4.26969;-4.26024;-4.25079;-4.24134;-4.23189;-4.22244;-4.213;-4.20355;-4.1941;-4.18465;-4.1752;-4.16575;-4.1563;-4.14685;-4.13741;-4.12796;-4.11851;-4.10906;-4.09961;-4.09016;-4.08071;-4.07126;-4.06181;-4.05237;-4.04292;-4.03347;-4.02402;-4.01457;-4.00512;-3.99567;-3.98622;-3.97678;-3.96733;-3.95788;-3.94843;-3.93898;-3.92953;-3.92008;-3.91063;-3.90118;-3.89174;-3.88229;-3.87284;-3.86339;-3.85394;-3.84449;-3.83504;-3.82559;-3.81615;-3.8067;-3.79725;-3.7878;-3.77835;-3.7689;-3.75945;-3.75;-3.74055;-3.73111;-3.72166;-3.71221;-3.70276;-3.69331;-3.68386;-3.67441;-3.66496;-3.65552;-3.64607;-3.63662;-3.62717;-3.61772;-3.60827;-3.59882;-3.58937;-3.57992;-3.57048;-3.56103;-3.55158;-3.54213;-3.53268;-3.52323;-3.51378;-3.50433;-3.49489;-3.48544;-3.47599;-3.46654;-3.45709;-3.44764;-3.43819;-3.42874;-3.41929;-3.40985;-3.4004;-3.39095;-3.3815;-3.37205;-3.3626;-3.35315;-3.3437;-3.33425;-3.32481;-3.31536;-3.30591;-3.29646;-3.28701;-3.27756;-3.26811;-3.25866;-3.24922;-3.23977;-3.23032;-3.22087;-3.21142;-3.20197;-3.19252;-3.18307;-3.17362;-3.16418;-3.15473;-3.14528;-3.13583;-3.12638;-3.11693;-3.10748;-3.09803;-3.08859;-3.07914;-3.06969;-3.06024;-3.05079;-3.04134;-3.03189;-3.02244;-3.01299;-3.00355;-2.9941;-2.98465;-2.9752;-2.96575;-2.9563;-2.94685;-2.9374;-2.92796;-2.91851;-2.90906;-2.89961;-2.89016;-2.88071;-2.87126;-2.86181;-2.85236;-2.84292;-2.83347;-2.82402;-2.81457;-2.80512;-2.79567;-2.78622;-2.77677;-2.76733;-2.75788;-2.74843;-2.73898;-2.72953;-2.72008;-2.71063;-2.70118;-2.69173;-2.68229;-2.67284;-2.66339;-2.65394;-2.64449;-2.63504;-2.62559;-2.61614;-2.6067;-2.59725;-2.5878;-2.57835;-2.5689;-2.55945;-2.55;-2.54055;-2.5311;-2.52166;-2.51221;-2.50276;-2.49331;-2.48386;-2.47441;-2.46496;-2.45551;-2.44607;-2.43662;-2.42717;-2.41772;-2.40827;-2.39882;-2.38937;-2.37992;-2.37047;-2.36103;-2.35158;-2.34213;-2.33268;-2.32323;-2.31378;-2.30433;-2.29488;-2.28544;-2.27599;-2.26654;-2.25709;-2.24764;-2.23819;-2.22874;-2.21929;-2.20984;-2.2004;-2.19095;-2.1815;-2.17205;-2.1626;-2.15315;-2.1437;-2.13425;-2.12481;-2.11536;-2.10591;-2.09646;-2.08701;-2.07756;-2.06811;-2.05866;-2.04921;-2.03977;-2.03032;-2.02087;-2.01142;-2.00197;-1.99252;-1.98307;-1.97362;-1.96418;-1.95473;-1.94528;-1.93583;-1.92638;-1.91693;-1.90748;-1.89803;-1.88858;-1.87914;-1.86969;-1.86024;-1.85079;-1.84134;-1.83189;-1.82244;-1.81299;-1.80355;-1.7941;-1.78465;-1.7752;-1.76575;-1.7563;-1.74685;-1.7374;-1.72795;-1.71851;-1.70906;-1.69961;-1.69016;-1.68071;-1.67126;-1.66181;-1.65236;-1.64291;-1.63347;-1.62402;-1.61457;-1.60512;-1.59567;-1.58622;-1.57677;-1.56732;-1.55788;-1.54843;-1.53898;-1.52953;-1.52008;-1.51063;-1.50118;-1.49173;-1.48228;-1.47284;-1.46339;-1.45394;-1.44449;-1.43504;-1.42559;-1.41614;-1.40669;-1.39725;-1.3878;-1.37835;-1.3689;-1.35945;-1.35;-1.34055;-1.3311;-1.32165;-1.31221;-1.30276;-1.29331;-1.28386;-1.27441;-1.26496;-1.25551;-1.24606;-1.23662;-1.22717;-1.21772;-1.20827;-1.19882;-1.18937;-1.17992;-1.17047;-1.16102;-1.15158;-1.14213;-1.13268;-1.12323;-1.11378;-1.10433;-1.09488;-1.08543;-1.07599;-1.06654;-1.05709;-1.04764;-1.03819;-1.02874;-1.01929;-1.00984;-1.00039;-0.990946;-0.981497;-0.972048;-0.962599;-0.953151;-0.943702;-0.934253;-0.924804;-0.915355;-0.905906;-0.896458;-0.887009;-0.87756;-0.868111;-0.858662;-0.849214;-0.839765;-0.830316;-0.820867;-0.811418;-0.801969;-0.792521;-0.783072;-0.773623;-0.764174;-0.754725;-0.745276;-0.735828;-0.726379;-0.71693;-0.707481;-0.698032;-0.688583;-0.679135;-0.669686;-0.660237;-0.650788;-0.641339;-0.63189;-0.622442;-0.612993;-0.603544;-0.594095;-0.584646;-0.575198;-0.565749;-0.5563;-0.546851;-0.537402;-0.527953;-0.518505;-0.509056;-0.499607;-0.490158;-0.480709;-0.47126;-0.461812;-0.452363;-0.442914;-0.433465;-0.424016;-0.414567;-0.405119;-0.39567;-0.386221;-0.376772;-0.367323;-0.357875;-0.348426;-0.338977;-0.329528;-0.320079;-0.31063;-0.301182;-0.291733;-0.282284;-0.272835;-0.263386;-0.253937;-0.244489;-0.23504;-0.225591;-0.216142;-0.206693;-0.197244;-0.187796;-0.178347;-0.168898;-0.159449;-0.15;-0.140551;-0.131103;-0.121654;-0.112205;-0.102756;-0.0933074;-0.0838585;-0.0744097;-0.0649609;-0.0555121;-0.0460632;-0.0366144;-0.0271656;-0.0177167;-0.00826792;0.00118091;0.0106297;0.0200786;0.0295274;0.0389762;0.048425;0.0578739;0.0673227;0.0767715;0.0862204;0.0956692;0.105118;0.114567;0.124016;0.133464;0.142913;0.152362;0.161811;0.17126;0.180709;0.190157;0.199606;0.209055;0.218504;0.227953;0.237402;0.24685;0.256299;0.265748;0.275197;0.284646;0.294095;0.303543;0.312992;0.322441;0.33189;0.341339;0.350788;0.360236;0.369685;0.379134;0.388583;0.398032;0.40748;0.416929;0.426378;0.435827;0.445276;0.454725;0.464173;0.473622;0.483071;0.49252;0.501969;0.511418;0.520866;0.530315;0.539764;0.549213;0.558662;0.568111;0.577559;0.587008;0.596457;0.605906;0.615355;0.624803;0.634252;0.643701;0.65315;0.662599;0.672048;0.681496;0.690945;0.700394;0.709843;0.719292;0.728741;0.738189;0.747638;0.757087;0.766536;0.775985;0.785434;0.794882;0.804331;0.81378;0.823229;0.832678;0.842126;0.851575;0.861024;0.870473;0.879922;0.889371;0.898819;0.908268;0.917717;0.927166;0.936615;0.946064;0.955512;0.964961;0.97441;0.983859;0.993308;1.00276;1.01221;1.02165;1.0311;1.04055;1.05;1.05945;1.0689;1.07835;1.0878;1.09724;1.10669;1.11614;1.12559;1.13504;1.14449;1.15394;1.16339;1.17284;1.18228;1.19173;1.20118;1.21063;1.22008;1.22953;1.23898;1.24843;1.25787;1.26732;1.27677;1.28622;1.29567;1.30512;1.31457;1.32402;1.33347;1.34291;1.35236;1.36181;1.37126;1.38071;1.39016;1.39961;1.40906;1.4185;1.42795;1.4374;1.44685;1.4563;1.46575;1.4752;1.48465;1.4941;1.50354;1.51299;1.52244;1.53189;1.54134;1.55079;1.56024;1.56969;1.57913;1.58858;1.59803;1.60748;1.61693;1.62638;1.63583;1.64528;1.65473;1.66417;1.67362;1.68307;1.69252;1.70197;1.71142;1.72087;1.73032;1.73977;1.74921;1.75866;1.76811;1.77756;1.78701;1.79646;1.80591;1.81536;1.8248;1.83425;1.8437;1.85315;1.8626;1.87205;1.8815;1.89095;1.9004;1.90984;1.91929;1.92874;1.93819;1.94764;1.95709;1.96654;1.97599;1.98543;1.99488;2.00433;2.01378;2.02323;2.03268;2.04213;2.05158;2.06103;2.07047;2.07992;2.08937;2.09882;2.10827;2.11772;2.12717;2.13662;2.14606;2.15551;2.16496;2.17441;2.18386;2.19331;2.20276;2.21221;2.22166;2.2311;2.24055;2.25;2.25945;2.2689;2.27835;2.2878;2.29725;2.30669;2.31614;2.32559;2.33504;2.34449;2.35394;2.36339;2.37284;2.38229;2.39173;2.40118;2.41063;2.42008;2.42953;2.43898;2.44843;2.45788;2.46732;2.47677;2.48622;2.49567;2.50512;2.51457;2.52402;2.53347;2.54292;2.55236;2.56181;2.57126;2.58071;2.59016;2.59961;2.60906;2.61851;2.62795;2.6374;2.64685;2.6563;2.66575;2.6752;2.68465;2.6941;2.70355;2.71299;2.72244;2.73189;2.74134;2.75079;2.76024;2.76969;2.77914;2.78858;2.79803;2.80748;2.81693;2.82638;2.83583;2.84528;2.85473;2.86418;2.87362;2.88307;2.89252;2.90197;2.91142;2.92087;2.93032;2.93977;2.94921;2.95866;2.96811;2.97756;2.98701;2.99646;3.00591;3.01536;3.02481;3.03425;3.0437;3.05315;3.0626;3.07205;3.0815;3.09095;3.1004;3.10984;3.11929;3.12874;3.13819;3.14764;3.15709;3.16654;3.17599;3.18544;3.19488;3.20433;3.21378;3.22323;3.23268;3.24213;3.25158;3.26103;3.27047;3.27992;3.28937;3.29882;3.30827;3.31772;3.32717;3.33662;3.34607;3.35551;3.36496;3.37441;3.38386;3.39331;3.40276;3.41221;3.42166;3.43111;3.44055;3.45;3.45945;3.4689;3.47835;3.4878;3.49725;3.5067;3.51614;3.52559;3.53504;3.54449;3.55394;3.56339;3.57284;3.58229;3.59174;3.60118;3.61063;3.62008;3.62953;3.63898;3.64843;3.65788;3.66733;3.67677;3.68622;3.69567;3.70512;3.71457;3.72402;3.73347;3.74292;3.75237;3.76181;3.77126;3.78071;3.79016;3.79961;3.80906;3.81851;3.82796;3.8374;3.84685;3.8563;3.86575;3.8752;3.88465;3.8941;3.90355;3.913;3.92244;3.93189;3.94134;3.95079;3.96024;3.96969;3.97914;3.98859;3.99803;4.00748;4.01693;4.02638;4.03583;4.04528;4.05473;4.06418;4.07363;4.08307;4.09252;4.10197;4.11142;4.12087;4.13032;4.13977;4.14922;4.15866;4.16811;4.17756;4.18701;4.19646;4.20591;4.21536;4.22481;4.23426;4.2437;4.25315;4.2626;4.27205;4.2815;4.29095;4.3004;4.30985;4.31929;4.32874;4.33819;4.34764;4.35709;4.36654;4.37599;4.38544;4.39489;4.40433;4.41378;4.42323;4.43268;4.44213;4.45158;4.46103;4.47048;4.47992;4.48937;4.49882;4.50827;4.51772;4.52717;4.53662;4.54607;4.55552;4.56496;4.57441;4.58386;4.59331;4.60276;4.61221;4.62166;4.63111;4.64055;4.65;4.65945;4.6689;4.67835;4.6878;4.69725;4.7067;4.71615;4.72559;4.73504;4.74449;4.75394;4.76339;4.77284;4.78229;4.79174;4.80118;4.81063;4.82008;4.82953;4.83898;4.84843;4.85788;4.86733;4.87678;4.88622;4.89567;4.90512;4.91457;4.92402;4.93347;4.94292;4.95237;4.96182;4.97126;4.98071;4.99016;4.99961;5.00906;5.01851;5.02796;5.03741;5.04685;5.0563;5.06575;5.0752;5.08465;5.0941;5.10355;5.113;5.12245;5.13189;5.14134;5.15079;5.16024;5.16969;5.17914;5.18859;5.19804;5.20748;5.21693;5.22638;5.23583;5.24528;5.25473;5.26418;5.27363;5.28308;5.29252;5.30197;5.31142;5.32087;5.33032;5.33977;5.34922;5.35867;5.36811;5.37756;5.38701;5.39646;5.40591;5.41536;5.42481;5.43426;5.44371;5.45315;5.4626;5.47205;5.4815;5.49095;5.5004;5.50985;5.5193;5.52874;5.53819;5.54764;5.55709;5.56654;5.57599;5.58544;5.59489;5.60434;5.61378;5.62323;5.63268;5.64213;5.65158;5.66103;5.67048;5.67993;5.68937;5.69882;5.70827;5.71772;5.72717;5.73662;5.74607;5.75552;5.76497;5.77441;5.78386;5.79331;5.80276;5.81221;5.82166;5.83111;5.84056;5.85;5.85945;5.8689;5.87835;5.8878;5.89725;5.9067;5.91615;5.9256;5.93504;5.94449;5.95394;5.96339;5.97284;5.98229;5.99174;6.00119;6.01063;6.02008;6.02953;6.03898;6.04843;6.05788;6.06733;6.07678;6.08623;6.09567;6.10512;6.11457;6.12402;6.13347;6.14292;6.15237;6.16182;6.17126;6.18071;6.19016;6.19961;6.20906;6.21851;6.22796;6.23741;6.24686;6.2563;6.26575;6.2752;6.28465;6.2941;6.30355;6.313;6.32245;6.33189;6.34134;6.35079;6.36024;6.36969;6.37914;6.38859;6.39804;6.40749;6.41693;6.42638;6.43583;6.44528;6.45473;6.46418;6.47363;6.48308;6.49252;6.50197;6.51142;6.52087;6.53032;6.53977;6.54922;6.55867;6.56812;6.57756;6.58701;6.59646;6.60591;6.61536;6.62481;6.63426;6.64371;6.65316;6.6626;6.67205;6.6815;6.69095;6.7004;6.70985;6.7193;6.72875;6.73819;6.74764;6.75709;6.76654;6.77599;6.78544;6.79489;6.80434;6.81379;6.82323;6.83268;6.84213;6.85158;6.86103;6.87048;6.87993;6.88938;6.89882;6.90827;6.91772;6.92717;6.93662;6.94607;6.95552;6.96497;6.97442;6.98386;6.99331;7.00276;7.01221;7.02166;7.03111;7.04056;7.05001;7.05945;7.0689;7.07835;7.0878;7.09725;7.1067;7.11615;7.1256;7.13505;7.14449;7.15394;7.16339;7.17284;7.18229;7.19174;7.20119;7.21064;7.22008;7.22953;7.23898;7.24843;7.25788;7.26733;7.27678;7.28623;7.29568;7.30512;7.31457;7.32402;7.33347;7.34292;7.35237;7.36182;7.37127;7.38071;7.39016;7.39961;7.40906;7.41851;7.42796;7.43741;7.44686;7.45631;7.46575;7.4752;7.48465;7.4941;7.50355;7.513;7.52245;7.5319;7.54134;7.55079;7.56024;7.56969;7.57914;7.58859;7.59804;7.60749;7.61694;7.62638;7.63583;7.64528;7.65473;7.66418;7.67363;7.68308;7.69253;7.70197;7.71142;7.72087;7.73032;7.73977;7.74922;7.75867;7.76812;7.77757;7.78701;7.79646;7.80591;7.81536;7.82481;7.83426;7.84371;7.85316;7.8626;7.87205;7.8815;7.89095;7.9004;7.90985;7.9193;7.92875;7.9382;7.94764;7.95709;7.96654;7.97599;7.98544;7.99489;8.00434;8.01379;8.02323;8.03268;8.04213;8.05158;8.06103;8.07048;8.07993;8.08938;8.09883;8.10827;8.11772;8.12717;8.13662;8.14607;8.15552;8.16497;8.17442;8.18386;8.19331;8.20276;8.21221;8.22166;8.23111;8.24056;8.25001;8.25946;8.2689;8.27835;8.2878;8.29725;8.3067;8.31615;8.3256;8.33505;8.3445;8.35394;8.36339;8.37284;8.38229;8.39174;8.40119;8.41064;8.42009;8.42953;8.43898;8.44843;8.45788;8.46733;8.47678;8.48623;8.49568;8.50513;8.51457;8.52402;8.53347;8.54292;8.55237;8.56182;8.57127;8.58072;8.59016;8.59961;8.60906;8.61851;8.62796;8.63741;8.64686;8.65631;8.66576;8.6752;8.68465;8.6941;8.70355;8.713;8.72245;8.7319;8.74135;8.75079;8.76024;8.76969;8.77914;8.78859;8.79804;8.80749;8.81694;8.82639;8.83583;8.84528;8.85473;8.86418;8.87363;8.88308;8.89253;8.90198;8.91142;8.92087;8.93032;8.93977;8.94922;8.95867;8.96812;8.97757;8.98702;8.99646;9.00591;9.01536;9.02481;9.03426;9.04371;9.05316;9.06261;9.07205;9.0815;9.09095;9.1004;9.10985;9.1193;9.12875;9.1382;9.14765;9.15709;9.16654;9.17599;9.18544;9.19489;9.20434;9.21379;9.22324;9.23268;9.24213;9.25158;9.26103;9.27048;9.27993;9.28938;9.29883;9.30828;9.31772;9.32717;9.33662;9.34607;9.35552;9.36497;9.37442;9.38387;9.39331;9.40276;9.41221;9.42166;9.43111;9.44056;9.45001;9.45946;9.46891;9.47835;9.4878;9.49725;9.5067;9.51615;9.5256;9.53505;9.5445;9.55394;9.56339;9.57284;9.58229;9.59174;9.60119;9.61064;9.62009;9.62954;9.63898;9.64843;9.65788;9.66733;9.67678;9.68623;9.69568;9.70513;9.71457;9.72402;9.73347;9.74292;9.75237;9.76182;9.77127;9.78072;9.79017;9.79961;9.80906;9.81851;9.82796;9.83741;9.84686;9.85631;9.86576;9.8752;9.88465;9.8941;9.90355;9.913;9.92245;9.9319;9.94135;9.9508;9.96024;9.96969;9.97914;9.98859;9.99804;10.0075;10.0169;10.0264;10.0358;10.0453;10.0547;10.0642;10.0736;10.0831;10.0925;10.102;10.1114;10.1209;10.1303;10.1398;10.1492;10.1587;10.1681;10.1776;10.187;10.1965;10.2059;10.2154;10.2248;10.2343;10.2437;10.2532;10.2626;10.2721;10.2815;10.291;10.3004;10.3099;10.3193;10.3287;10.3382;10.3476;10.3571;10.3665;10.376;10.3854;10.3949;10.4043;10.4138;10.4232;10.4327;10.4421;10.4516;10.461;10.4705;10.4799;10.4894;10.4988;10.5083;10.5177;10.5272;10.5366;10.5461;10.5555;10.565;10.5744;10.5839;10.5933;10.6028;10.6122;10.6217;10.6311;10.6406;10.65;10.6595;10.6689;10.6784;10.6878;10.6973;10.7067;10.7162;10.7256;10.735;10.7445;10.7539;10.7634;10.7728;10.7823;10.7917;10.8012;10.8106;10.8201;10.8295;10.839;10.8484;10.8579;10.8673;10.8768;10.8862;10.8957;10.9051;10.9146;10.924;10.9335;10.9429;10.9524;10.9618;10.9713;10.9807;10.9902;10.9996;11.0091;11.0185;11.028;11.0374;11.0469;11.0563;11.0658;11.0752;11.0847;11.0941;11.1036;11.113;11.1225;11.1319;11.1413;11.1508;11.1602;11.1697;11.1791;11.1886;11.198;11.2075;11.2169;11.2264;11.2358;11.2453;11.2547;11.2642;11.2736;11.2831;11.2925;11.302;11.3114;11.3209;11.3303;11.3398;11.3492;11.3587;11.3681;11.3776;11.387</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447</Cl>
+                <Cd>0.0231066;0.0230825;0.0230585;0.0230346;0.0230107;0.0229869;0.0229632;0.0229395;0.0229159;0.0228924;0.022869;0.0228456;0.0228224;0.0227991;0.022776;0.0227529;0.0227299;0.022707;0.0226842;0.0226614;0.0226387;0.0226161;0.0225935;0.0225711;0.0225486;0.0225263;0.0225041;0.0224819;0.0224598;0.0224377;0.0224158;0.0223939;0.022372;0.0223503;0.0223286;0.022307;0.0222855;0.022264;0.0222427;0.0222214;0.0222001;0.022179;0.0221579;0.0221369;0.0221159;0.0220951;0.0220743;0.0220536;0.0220329;0.0220123;0.0219918;0.0219714;0.0219511;0.0219308;0.0219106;0.0218905;0.0218704;0.0218504;0.0218305;0.0218107;0.0217909;0.0217712;0.0217516;0.021732;0.0217126;0.0216932;0.0216739;0.0216546;0.0216354;0.0216163;0.0215973;0.0215783;0.0215595;0.0215407;0.0215219;0.0215033;0.0214847;0.0214662;0.0214477;0.0214293;0.0214111;0.0213928;0.0213747;0.0213566;0.0213386;0.0213207;0.0213028;0.0212851;0.0212673;0.0212497;0.0212322;0.0212147;0.0211973;0.0211799;0.0211627;0.0211455;0.0211284;0.0211113;0.0210943;0.0210774;0.0210606;0.0210439;0.0210272;0.0210106;0.0209941;0.0209776;0.0209612;0.0209449;0.0209287;0.0209125;0.0208965;0.0208804;0.0208645;0.0208486;0.0208328;0.0208171;0.0208015;0.0207859;0.0207704;0.020755;0.0207397;0.0207244;0.0207092;0.020694;0.020679;0.020664;0.0206491;0.0206343;0.0206195;0.0206048;0.0205902;0.0205757;0.0205612;0.0205468;0.0205325;0.0205183;0.0205041;0.02049;0.020476;0.020462;0.0204482;0.0204344;0.0204206;0.020407;0.0203934;0.0203799;0.0203665;0.0203531;0.0203398;0.0203266;0.0203135;0.0203004;0.0202875;0.0202745;0.0202617;0.0202489;0.0202363;0.0202236;0.0202111;0.0201986;0.0201862;0.0201739;0.0201617;0.0201495;0.0201374;0.0201254;0.0201134;0.0201015;0.0200897;0.020078;0.0200663;0.0200548;0.0200432;0.0200318;0.0200205;0.0200092;0.019998;0.0199868;0.0199758;0.0199648;0.0199538;0.019943;0.0199322;0.0199215;0.0199109;0.0199004;0.0198899;0.0198795;0.0198692;0.0198589;0.0198488;0.0198386;0.0198286;0.0198187;0.0198088;0.019799;0.0197892;0.0197796;0.01977;0.0197605;0.0197511;0.0197417;0.0197324;0.0197232;0.0197141;0.019705;0.019696;0.0196871;0.0196782;0.0196695;0.0196608;0.0196522;0.0196436;0.0196351;0.0196268;0.0196184;0.0196102;0.019602;0.0195939;0.0195859;0.0195779;0.01957;0.0195622;0.0195545;0.0195469;0.0195393;0.0195318;0.0195243;0.019517;0.0195097;0.0195025;0.0194953;0.0194883;0.0194813;0.0194744;0.0194675;0.0194608;0.0194541;0.0194475;0.0194409;0.0194345;0.0194281;0.0194217;0.0194155;0.0194093;0.0194032;0.0193972;0.0193913;0.0193854;0.0193796;0.0193739;0.0193682;0.0193626;0.0193571;0.0193517;0.0193464;0.0193411;0.0193359;0.0193307;0.0193257;0.0193207;0.0193158;0.019311;0.0193062;0.0193015;0.0192969;0.0192924;0.0192879;0.0192835;0.0192792;0.019275;0.0192708;0.0192667;0.0192627;0.0192588;0.0192549;0.0192511;0.0192474;0.0192438;0.0192402;0.0192367;0.0192333;0.0192299;0.0192267;0.0192235;0.0192203;0.0192173;0.0192143;0.0192114;0.0192086;0.0192059;0.0192032;0.0192006;0.0191981;0.0191956;0.0191932;0.0191909;0.0191887;0.0191866;0.0191845;0.0191825;0.0191805;0.0191787;0.0191769;0.0191752;0.0191736;0.019172;0.0191705;0.0191691;0.0191678;0.0191665;0.0191654;0.0191643;0.0191632;0.0191623;0.0191614;0.0191606;0.0191598;0.0191592;0.0191586;0.0191581;0.0191576;0.0191573;0.019157;0.0191568;0.0191566;0.0191566;0.0191566;0.0191567;0.0191568;0.0191571;0.0191574;0.0191578;0.0191582;0.0191588;0.0191594;0.0191601;0.0191608;0.0191616;0.0191626;0.0191635;0.0191646;0.0191657;0.0191669;0.0191682;0.0191696;0.019171;0.0191725;0.0191741;0.0191757;0.0191775;0.0191793;0.0191812;0.0191831;0.0191851;0.0191872;0.0191894;0.0191917;0.019194;0.0191964;0.0191989;0.0192014;0.0192041;0.0192068;0.0192095;0.0192124;0.0192153;0.0192183;0.0192214;0.0192246;0.0192278;0.0192311;0.0192345;0.0192379;0.0192414;0.019245;0.0192487;0.0192525;0.0192563;0.0192602;0.0192642;0.0192682;0.0192723;0.0192765;0.0192808;0.0192852;0.0192896;0.0192941;0.0192987;0.0193033;0.019308;0.0193128;0.0193177;0.0193227;0.0193278;0.019333;0.0193383;0.0193436;0.019349;0.0193545;0.0193601;0.0193657;0.0193714;0.0193772;0.019383;0.0193889;0.0193949;0.019401;0.0194071;0.0194133;0.0194196;0.019426;0.0194324;0.0194389;0.0194455;0.0194521;0.0194588;0.0194656;0.0194725;0.0194794;0.0194864;0.0194935;0.0195007;0.0195079;0.0195152;0.0195226;0.01953;0.0195376;0.0195452;0.0195528;0.0195606;0.0195684;0.0195763;0.0195843;0.0195923;0.0196004;0.0196086;0.0196169;0.0196252;0.0196336;0.0196421;0.0196506;0.0196593;0.019668;0.0196767;0.0196856;0.0196945;0.0197035;0.0197126;0.0197217;0.019731;0.0197403;0.0197496;0.0197591;0.0197686;0.0197782;0.0197879;0.0197976;0.0198074;0.0198173;0.0198273;0.0198373;0.0198474;0.0198576;0.0198679;0.0198782;0.0198886;0.0198991;0.0199097;0.0199203;0.019931;0.0199418;0.0199527;0.0199636;0.0199746;0.0199857;0.0199969;0.0200081;0.0200194;0.0200308;0.0200422;0.0200538;0.0200654;0.0200771;0.0200888;0.0201007;0.0201126;0.0201246;0.0201366;0.0201488;0.020161;0.0201733;0.0201856;0.0201981;0.0202106;0.0202232;0.0202358;0.0202486;0.0202614;0.0202743;0.0202872;0.0203003;0.0203134;0.0203266;0.0203399;0.0203532;0.0203666;0.0203801;0.0203937;0.0204073;0.0204211;0.0204349;0.0204487;0.0204627;0.0204767;0.0204908;0.020505;0.0205193;0.0205336;0.020548;0.0205625;0.0205771;0.0205917;0.0206064;0.0206212;0.0206361;0.020651;0.020666;0.0206811;0.0206963;0.0207116;0.0207269;0.0207423;0.0207578;0.0207733;0.020789;0.0208047;0.0208205;0.0208363;0.0208523;0.0208683;0.0208844;0.0209005;0.0209168;0.0209331;0.0209495;0.020966;0.0209825;0.0209992;0.0210159;0.0210327;0.0210495;0.0210665;0.0210835;0.0211006;0.0211178;0.021135;0.0211524;0.0211698;0.0211872;0.0212048;0.0212224;0.0212402;0.0212579;0.0212758;0.0212938;0.0213118;0.0213299;0.0213481;0.0213663;0.0213847;0.0214031;0.0214216;0.0214401;0.0214588;0.0214775;0.0214963;0.0215152;0.0215342;0.0215532;0.0215723;0.0215915;0.0216108;0.0216301;0.0216496;0.0216691;0.0216887;0.0217083;0.0217281;0.0217479;0.0217678;0.0217878;0.0218078;0.0218279;0.0218482;0.0218685;0.0218888;0.0219093;0.0219298;0.0219504;0.0219711;0.0219918;0.0220127;0.0220336;0.0220546;0.0220757;0.0220968;0.0221181;0.0221394;0.0221608;0.0221823;0.0222038;0.0222254;0.0222471;0.0222689;0.0222908;0.0223128;0.0223348;0.0223569;0.0223791;0.0224013;0.0224237;0.0224461;0.0224686;0.0224912;0.0225138;0.0225366;0.0225594;0.0225823;0.0226053;0.0226283;0.0226515;0.0226747;0.022698;0.0227214;0.0227448;0.0227684;0.022792;0.0228157;0.0228394;0.0228633;0.0228872;0.0229113;0.0229353;0.0229595;0.0229838;0.0230081;0.0230325;0.023057;0.0230816;0.0231063;0.023131;0.0231558;0.0231807;0.0232057;0.0232307;0.0232559;0.0232811;0.0233064;0.0233318;0.0233572;0.0233828;0.0234084;0.0234341;0.0234599;0.0234858;0.0235117;0.0235377;0.0235638;0.02359;0.0236163;0.0236426;0.0236691;0.0236956;0.0237222;0.0237488;0.0237756;0.0238024;0.0238293;0.0238563;0.0238834;0.0239106;0.0239378;0.0239651;0.0239925;0.02402;0.0240476;0.0240752;0.0241029;0.0241307;0.0241586;0.0241866;0.0242147;0.0242428;0.024271;0.0242993;0.0243277;0.0243561;0.0243847;0.0244133;0.024442;0.0244708;0.0244997;0.0245286;0.0245576;0.0245868;0.024616;0.0246452;0.0246746;0.024704;0.0247336;0.0247632;0.0247928;0.0248226;0.0248525;0.0248824;0.0249124;0.0249425;0.0249727;0.025003;0.0250333;0.0250637;0.0250943;0.0251248;0.0251555;0.0251863;0.0252171;0.025248;0.025279;0.0253101;0.0253413;0.0253726;0.0254039;0.0254353;0.0254668;0.0254984;0.0255301;0.0255618;0.0255936;0.0256256;0.0256576;0.0256896;0.0257218;0.0257541;0.0257864;0.0258188;0.0258513;0.0258839;0.0259165;0.0259493;0.0259821;0.026015;0.026048;0.0260811;0.0261143;0.0261475;0.0261808;0.0262143;0.0262478;0.0262813;0.026315;0.0263487;0.0263826;0.0264165;0.0264505;0.0264846;0.0265187;0.026553;0.0265873;0.0266217;0.0266562;0.0266908;0.0267255;0.0267602;0.0267951;0.02683;0.026865;0.0269001;0.0269353;0.0269705;0.0270059;0.0270413;0.0270768;0.0271124;0.0271481;0.0271838;0.0272197;0.0272556;0.0272916;0.0273277;0.0273639;0.0274002;0.0274365;0.027473;0.0275095;0.0275461;0.0275828;0.0276196;0.0276564;0.0276934;0.0277304;0.0277675;0.0278047;0.027842;0.0278794;0.0279168;0.0279544;0.027992;0.0280297;0.0280675;0.0281054;0.0281433;0.0281814;0.0282195;0.0282577;0.028296;0.0283344;0.0283729;0.0284115;0.0284501;0.0284888;0.0285277;0.0285666;0.0286056;0.0286446;0.0286838;0.028723;0.0287624;0.0288018;0.0288413;0.0288809;0.0289205;0.0289603;0.0290001;0.0290401;0.0290801;0.0291202;0.0291604;0.0292006;0.029241;0.0292815;0.029322;0.0293626;0.0294033;0.0294441;0.029485;0.0295259;0.029567;0.0296081;0.0296493;0.0296906;0.029732;0.0297735;0.0298151;0.0298567;0.0298985;0.0299403;0.0299822;0.0300242;0.0300663;0.0301085;0.0301507;0.0301931;0.0302355;0.030278;0.0303206;0.0303633;0.0304061;0.030449;0.0304919;0.0305349;0.0305781;0.0306213;0.0306646;0.030708;0.0307514;0.030795;0.0308386;0.0308824;0.0309262;0.0309701;0.0310141;0.0310582;0.0311024;0.0311466;0.031191;0.0312354;0.0312799;0.0313245;0.0313692;0.031414;0.0314589;0.0315038;0.0315489;0.031594;0.0316392;0.0316845;0.0317299;0.0317754;0.031821;0.0318667;0.0319124;0.0319582;0.0320042;0.0320502;0.0320963;0.0321425;0.0321887;0.0322351;0.0322815;0.0323281;0.0323747;0.0324214;0.0324682;0.0325151;0.0325621;0.0326092;0.0326563;0.0327036;0.0327509;0.0327983;0.0328458;0.0328934;0.0329411;0.0329889;0.0330368;0.0330847;0.0331328;0.0331809;0.0332291;0.0332774;0.0333258;0.0333743;0.0334229;0.0334715;0.0335203;0.0335691;0.033618;0.0336671;0.0337162;0.0337654;0.0338147;0.033864;0.0339135;0.033963;0.0340127;0.0340624;0.0341122;0.0341621;0.0342121;0.0342622;0.0343124;0.0343627;0.034413;0.0344635;0.034514;0.0345646;0.0346154;0.0346662;0.0347171;0.034768;0.0348191;0.0348703;0.0349215;0.0349729;0.0350243;0.0350758;0.0351274;0.0351791;0.0352309;0.0352828;0.0353348;0.0353868;0.035439;0.0354912;0.0355436;0.035596;0.0356485;0.0357011;0.0357538;0.0358066;0.0358594;0.0359124;0.0359654;0.0360186;0.0360718;0.0361251;0.0361786;0.0362321;0.0362857;0.0363393;0.0363931;0.036447;0.0365009;0.036555;0.0366091;0.0366634;0.0367177;0.0367721;0.0368266;0.0368812;0.0369359;0.0369906;0.0370455;0.0371005;0.0371555;0.0372106;0.0372659;0.0373212;0.0373766;0.0374321;0.0374877;0.0375434;0.0375992;0.037655;0.037711;0.037767;0.0378232;0.0378794;0.0379357;0.0379922;0.0380487;0.0381053;0.038162;0.0382187;0.0382756;0.0383326;0.0383896;0.0384468;0.038504;0.0385613;0.0386188;0.0386763;0.0387339;0.0387916;0.0388494;0.0389073;0.0389652;0.0390233;0.0390815;0.0391397;0.0391981;0.0392565;0.039315;0.0393736;0.0394324;0.0394912;0.0395501;0.039609;0.0396681;0.0397273;0.0397866;0.0398459;0.0399054;0.0399649;0.0400245;0.0400843;0.0401441;0.040204;0.040264;0.0403241;0.0403843;0.0404446;0.040505;0.0405654;0.040626;0.0406867;0.0407474;0.0408082;0.0408692;0.0409302;0.0409913;0.0410525;0.0411138;0.0411752;0.0412367;0.0412983;0.04136;0.0414218;0.0414836;0.0415456;0.0416076;0.0416698;0.041732;0.0417944;0.0418568;0.0419193;0.0419819;0.0420446;0.0421074;0.0421703;0.0422333;0.0422964;0.0423595;0.0424228;0.0424862;0.0425496;0.0426132;0.0426768;0.0427405;0.0428044;0.0428683;0.0429323;0.0429964;0.0430606;0.0431249;0.0431893;0.0432538;0.0433184;0.0433831;0.0434478;0.0435127;0.0435777;0.0436427;0.0437079;0.0437731;0.0438384;0.0439039;0.0439694;0.044035;0.0441007;0.0441665;0.0442324;0.0442984;0.0443645;0.0444307;0.044497;0.0445634;0.0446298;0.0446964;0.0447631;0.0448298;0.0448967;0.0449636;0.0450307;0.0450978;0.045165;0.0452323;0.0452998;0.0453673;0.0454349;0.0455026;0.0455704;0.0456383;0.0457063;0.0457744;0.0458425;0.0459108;0.0459792;0.0460477;0.0461162;0.0461849;0.0462536;0.0463225;0.0463914;0.0464605;0.0465296;0.0465988;0.0466682;0.0467376;0.0468071;0.0468767;0.0469464;0.0470162;0.0470861;0.0471561;0.0472262;0.0472964;0.0473667;0.0474371;0.0475076;0.0475781;0.0476488;0.0477196;0.0477904;0.0478614;0.0479324;0.0480036;0.0480748;0.0481462;0.0482176;0.0482891;0.0483608;0.0484325;0.0485043;0.0485762;0.0486483;0.0487204;0.0487926;0.0488649;0.0489373;0.0490098;0.0490824;0.0491551;0.0492279;0.0493008;0.0493737;0.0494468;0.04952;0.0495933;0.0496666;0.0497401;0.0498137;0.0498873;0.0499611;0.0500349;0.0501089;0.050183;0.0502571;0.0503313;0.0504057;0.0504801;0.0505547;0.0506293;0.050704;0.0507789;0.0508538;0.0509288;0.0510039;0.0510791;0.0511545;0.0512299;0.0513054;0.051381;0.0514567;0.0515325;0.0516084;0.0516844;0.0517605;0.0518367;0.051913;0.0519894;0.0520659;0.0521424;0.0522191;0.0522959;0.0523728;0.0524498;0.0525268;0.052604;0.0526813;0.0527587;0.0528361;0.0529137;0.0529914;0.0530691;0.053147;0.0532249;0.053303;0.0533812;0.0534594;0.0535378;0.0536162;0.0536948;0.0537734;0.0538522;0.053931;0.05401;0.054089;0.0541682;0.0542474;0.0543267;0.0544062;0.0544857;0.0545653;0.0546451;0.0547249;0.0548049;0.0548849;0.054965;0.0550452;0.0551256;0.055206;0.0552865;0.0553672;0.0554479;0.0555287;0.0556096;0.0556907;0.0557718;0.055853;0.0559343;0.0560157;0.0560973;0.0561789;0.0562606;0.0563424;0.0564243;0.0565064;0.0565885;0.0566707;0.056753;0.0568354;0.056918;0.0570006;0.0570833;0.0571661;0.057249;0.057332;0.0574152;0.0574984;0.0575817;0.0576651;0.0577486;0.0578322;0.0579159;0.0579998;0.0580837;0.0581677;0.0582518;0.058336;0.0584203;0.0585048;0.0585893;0.0586739;0.0587586;0.0588434;0.0589284;0.0590134;0.0590985;0.0591837;0.059269;0.0593545;0.05944;0.0595256;0.0596113;0.0596972;0.0597831;0.0598691;0.0599552;0.0600415;0.0601278;0.0602142;0.0603008;0.0603874;0.0604741;0.060561;0.0606479;0.0607349;0.0608221;0.0609093;0.0609967;0.0610841;0.0611716;0.0612593;0.061347;0.0614349;0.0615228;0.0616109;0.061699;0.0617873;0.0618756;0.0619641;0.0620526;0.0621413;0.0622301;0.0623189;0.0624079;0.062497;0.0625861;0.0626754;0.0627648;0.0628542;0.0629438;0.0630335;0.0631233;0.0632131;0.0633031;0.0633932;0.0634834;0.0635737;0.0636641;0.0637546;0.0638452;0.0639359;0.0640267;0.0641176;0.0642086;0.0642997;0.0643909;0.0644822;0.0645736;0.0646651;0.0647567;0.0648485;0.0649403;0.0650322;0.0651242;0.0652164;0.0653086;0.0654009;0.0654934;0.0655859;0.0656786;0.0657713;0.0658642;0.0659571;0.0660502;0.0661433;0.0662366;0.06633;0.0664234;0.066517;0.0666107;0.0667044;0.0667983;0.0668923;0.0669864;0.0670806;0.0671749;0.0672693;0.0673638;0.0674584;0.0675531;0.0676479;0.0677428;0.0678378;0.067933;0.0680282;0.0681235;0.0682189;0.0683145;0.0684101;0.0685058;0.0686017;0.0686976;0.0687937;0.0688899;0.0689861;0.0690825;0.069179;0.0692755;0.0693722;0.069469;0.0695659;0.0696629;0.0697599;0.0698571;0.0699544;0.0700519;0.0701494;0.070247;0.0703447;0.0704425;0.0705404;0.0706385;0.0707366;0.0708349;0.0709332;0.0710316;0.0711302;0.0712289;0.0713276;0.0714265;0.0715255;0.0716245;0.0717237;0.071823;0.0719224;0.0720219;0.0721215;0.0722212;0.072321;0.0724209;0.0725209;0.0726211;0.0727213;0.0728216;0.0729221;0.0730226;0.0731233;0.073224;0.0733249;0.0734258;0.0735269;0.0736281;0.0737294;0.0738308;0.0739323;0.0740339;0.0741356;0.0742374;0.0743393;0.0744413;0.0745434;0.0746457;0.074748;0.0748504;0.074953;0.0750556;0.0751584;0.0752613;0.0753642;0.0754673;0.0755705;0.0756738;0.0757772;0.0758807;0.0759843;0.076088;0.0761918;0.0762957;0.0763998;0.0765039;0.0766081;0.0767125;0.0768169;0.0769215;0.0770262;0.0771309;0.0772358;0.0773408;0.0774459;0.0775511;0.0776564;0.0777618;0.0778673;0.077973;0.0780787;0.0781845;0.0782905;0.0783965;0.0785027;0.078609;0.0787153;0.0788218;0.0789284;0.0790351;0.0791419;0.0792488;0.0793558;0.0794629;0.0795702;0.0796775;0.0797849;0.0798925;0.0800001;0.0801079;0.0802158;0.0803237;0.0804318;0.08054;0.0806483;0.0807567;0.0808652;0.0809739;0.0810826;0.0811914;0.0813004;0.0814094;0.0815186;0.0816279;0.0817372;0.0818467;0.0819563;0.082066;0.0821758;0.0822857;0.0823957;0.0825059;0.0826161;0.0827264;0.0828369;0.0829474;0.0830581;0.0831689;0.0832798;0.0833908;0.0835019;0.0836131;0.0837244;0.0838358;0.0839473;0.084059;0.0841707;0.0842826;0.0843946;0.0845066;0.0846188;0.0847311;0.0848435;0.084956;0.0850686;0.0851814;0.0852942;0.0854071;0.0855202;0.0856333;0.0857466;0.08586;0.0859735;0.0860871;0.0862008;0.0863146;0.0864285;0.0865425;0.0866567;0.0867709;0.0868853;0.0869997;0.0871143;0.087229;0.0873438;0.0874587;0.0875737;0.0876888;0.0878041;0.0879194;0.0880349;0.0881504;0.0882661;0.0883819;0.0884977;0.0886137;0.0887298;0.0888461;0.0889624;0.0890788;0.0891954;0.089312;0.0894288;0.0895457;0.0896626;0.0897797;0.0898969;0.0900142;0.0901317;0.0902492;0.0903668;0.0904846;0.0906025;0.0907204;0.0908385;0.0909567;0.091075;0.0911934;0.0913119;0.0914306;0.0915493;0.0916682;0.0917871;0.0919062;0.0920254;0.0921447;0.0922641;0.0923836;0.0925032;0.092623;0.0927428;0.0928628;0.0929828;0.093103;0.0932233;0.0933437;0.0934642;0.0935848;0.0937056;0.0938264;0.0939474;0.0940684;0.0941896;0.0943109;0.0944323;0.0945538;0.0946754;0.0947971;0.094919;0.0950409;0.095163;0.0952852;0.0954075;0.0955299;0.0956524;0.095775;0.0958977;0.0960206;0.0961435;0.0962666;0.0963898;0.096513;0.0966364;0.0967599;0.0968836;0.0970073;0.0971312;0.0972551;0.0973792;0.0975034;0.0976277;0.0977521;0.0978766;0.0980012;0.0981259;0.0982508;0.0983758;0.0985008;0.098626;0.0987513;0.0988767;0.0990023;0.0991279;0.0992536;0.0993795;0.0995055;0.0996316;0.0997578;0.0998841;0.10001;0.100137;0.100264;0.10039;0.100517;0.100644;0.100771;0.100899;0.101026;0.101153;0.101281;0.101409;0.101536;0.101664;0.101792;0.10192;0.102049;0.102177;0.102305;0.102434;0.102563;0.102691;0.10282;0.102949;0.103078;0.103208;0.103337;0.103466;0.103596;0.103726;0.103856;0.103985;0.104115;0.104246;0.104376;0.104506;0.104637;0.104767;0.104898;0.105029;0.10516</Cd>
+                <Cd_turb>0.0231066;0.0230825;0.0230585;0.0230346;0.0230107;0.0229869;0.0229632;0.0229395;0.0229159;0.0228924;0.022869;0.0228456;0.0228224;0.0227991;0.022776;0.0227529;0.0227299;0.022707;0.0226842;0.0226614;0.0226387;0.0226161;0.0225935;0.0225711;0.0225486;0.0225263;0.0225041;0.0224819;0.0224598;0.0224377;0.0224158;0.0223939;0.022372;0.0223503;0.0223286;0.022307;0.0222855;0.022264;0.0222427;0.0222214;0.0222001;0.022179;0.0221579;0.0221369;0.0221159;0.0220951;0.0220743;0.0220536;0.0220329;0.0220123;0.0219918;0.0219714;0.0219511;0.0219308;0.0219106;0.0218905;0.0218704;0.0218504;0.0218305;0.0218107;0.0217909;0.0217712;0.0217516;0.021732;0.0217126;0.0216932;0.0216739;0.0216546;0.0216354;0.0216163;0.0215973;0.0215783;0.0215595;0.0215407;0.0215219;0.0215033;0.0214847;0.0214662;0.0214477;0.0214293;0.0214111;0.0213928;0.0213747;0.0213566;0.0213386;0.0213207;0.0213028;0.0212851;0.0212673;0.0212497;0.0212322;0.0212147;0.0211973;0.0211799;0.0211627;0.0211455;0.0211284;0.0211113;0.0210943;0.0210774;0.0210606;0.0210439;0.0210272;0.0210106;0.0209941;0.0209776;0.0209612;0.0209449;0.0209287;0.0209125;0.0208965;0.0208804;0.0208645;0.0208486;0.0208328;0.0208171;0.0208015;0.0207859;0.0207704;0.020755;0.0207397;0.0207244;0.0207092;0.020694;0.020679;0.020664;0.0206491;0.0206343;0.0206195;0.0206048;0.0205902;0.0205757;0.0205612;0.0205468;0.0205325;0.0205183;0.0205041;0.02049;0.020476;0.020462;0.0204482;0.0204344;0.0204206;0.020407;0.0203934;0.0203799;0.0203665;0.0203531;0.0203398;0.0203266;0.0203135;0.0203004;0.0202875;0.0202745;0.0202617;0.0202489;0.0202363;0.0202236;0.0202111;0.0201986;0.0201862;0.0201739;0.0201617;0.0201495;0.0201374;0.0201254;0.0201134;0.0201015;0.0200897;0.020078;0.0200663;0.0200548;0.0200432;0.0200318;0.0200205;0.0200092;0.019998;0.0199868;0.0199758;0.0199648;0.0199538;0.019943;0.0199322;0.0199215;0.0199109;0.0199004;0.0198899;0.0198795;0.0198692;0.0198589;0.0198488;0.0198386;0.0198286;0.0198187;0.0198088;0.019799;0.0197892;0.0197796;0.01977;0.0197605;0.0197511;0.0197417;0.0197324;0.0197232;0.0197141;0.019705;0.019696;0.0196871;0.0196782;0.0196695;0.0196608;0.0196522;0.0196436;0.0196351;0.0196268;0.0196184;0.0196102;0.019602;0.0195939;0.0195859;0.0195779;0.01957;0.0195622;0.0195545;0.0195469;0.0195393;0.0195318;0.0195243;0.019517;0.0195097;0.0195025;0.0194953;0.0194883;0.0194813;0.0194744;0.0194675;0.0194608;0.0194541;0.0194475;0.0194409;0.0194345;0.0194281;0.0194217;0.0194155;0.0194093;0.0194032;0.0193972;0.0193913;0.0193854;0.0193796;0.0193739;0.0193682;0.0193626;0.0193571;0.0193517;0.0193464;0.0193411;0.0193359;0.0193307;0.0193257;0.0193207;0.0193158;0.019311;0.0193062;0.0193015;0.0192969;0.0192924;0.0192879;0.0192835;0.0192792;0.019275;0.0192708;0.0192667;0.0192627;0.0192588;0.0192549;0.0192511;0.0192474;0.0192438;0.0192402;0.0192367;0.0192333;0.0192299;0.0192267;0.0192235;0.0192203;0.0192173;0.0192143;0.0192114;0.0192086;0.0192059;0.0192032;0.0192006;0.0191981;0.0191956;0.0191932;0.0191909;0.0191887;0.0191866;0.0191845;0.0191825;0.0191805;0.0191787;0.0191769;0.0191752;0.0191736;0.019172;0.0191705;0.0191691;0.0191678;0.0191665;0.0191654;0.0191643;0.0191632;0.0191623;0.0191614;0.0191606;0.0191598;0.0191592;0.0191586;0.0191581;0.0191576;0.0191573;0.019157;0.0191568;0.0191566;0.0191566;0.0191566;0.0191567;0.0191568;0.0191571;0.0191574;0.0191578;0.0191582;0.0191588;0.0191594;0.0191601;0.0191608;0.0191616;0.0191626;0.0191635;0.0191646;0.0191657;0.0191669;0.0191682;0.0191696;0.019171;0.0191725;0.0191741;0.0191757;0.0191775;0.0191793;0.0191812;0.0191831;0.0191851;0.0191872;0.0191894;0.0191917;0.019194;0.0191964;0.0191989;0.0192014;0.0192041;0.0192068;0.0192095;0.0192124;0.0192153;0.0192183;0.0192214;0.0192246;0.0192278;0.0192311;0.0192345;0.0192379;0.0192414;0.019245;0.0192487;0.0192525;0.0192563;0.0192602;0.0192642;0.0192682;0.0192723;0.0192765;0.0192808;0.0192852;0.0192896;0.0192941;0.0192987;0.0193033;0.019308;0.0193128;0.0193177;0.0193227;0.0193278;0.019333;0.0193383;0.0193436;0.019349;0.0193545;0.0193601;0.0193657;0.0193714;0.0193772;0.019383;0.0193889;0.0193949;0.019401;0.0194071;0.0194133;0.0194196;0.019426;0.0194324;0.0194389;0.0194455;0.0194521;0.0194588;0.0194656;0.0194725;0.0194794;0.0194864;0.0194935;0.0195007;0.0195079;0.0195152;0.0195226;0.01953;0.0195376;0.0195452;0.0195528;0.0195606;0.0195684;0.0195763;0.0195843;0.0195923;0.0196004;0.0196086;0.0196169;0.0196252;0.0196336;0.0196421;0.0196506;0.0196593;0.019668;0.0196767;0.0196856;0.0196945;0.0197035;0.0197126;0.0197217;0.019731;0.0197403;0.0197496;0.0197591;0.0197686;0.0197782;0.0197879;0.0197976;0.0198074;0.0198173;0.0198273;0.0198373;0.0198474;0.0198576;0.0198679;0.0198782;0.0198886;0.0198991;0.0199097;0.0199203;0.019931;0.0199418;0.0199527;0.0199636;0.0199746;0.0199857;0.0199969;0.0200081;0.0200194;0.0200308;0.0200422;0.0200538;0.0200654;0.0200771;0.0200888;0.0201007;0.0201126;0.0201246;0.0201366;0.0201488;0.020161;0.0201733;0.0201856;0.0201981;0.0202106;0.0202232;0.0202358;0.0202486;0.0202614;0.0202743;0.0202872;0.0203003;0.0203134;0.0203266;0.0203399;0.0203532;0.0203666;0.0203801;0.0203937;0.0204073;0.0204211;0.0204349;0.0204487;0.0204627;0.0204767;0.0204908;0.020505;0.0205193;0.0205336;0.020548;0.0205625;0.0205771;0.0205917;0.0206064;0.0206212;0.0206361;0.020651;0.020666;0.0206811;0.0206963;0.0207116;0.0207269;0.0207423;0.0207578;0.0207733;0.020789;0.0208047;0.0208205;0.0208363;0.0208523;0.0208683;0.0208844;0.0209005;0.0209168;0.0209331;0.0209495;0.020966;0.0209825;0.0209992;0.0210159;0.0210327;0.0210495;0.0210665;0.0210835;0.0211006;0.0211178;0.021135;0.0211524;0.0211698;0.0211872;0.0212048;0.0212224;0.0212402;0.0212579;0.0212758;0.0212938;0.0213118;0.0213299;0.0213481;0.0213663;0.0213847;0.0214031;0.0214216;0.0214401;0.0214588;0.0214775;0.0214963;0.0215152;0.0215342;0.0215532;0.0215723;0.0215915;0.0216108;0.0216301;0.0216496;0.0216691;0.0216887;0.0217083;0.0217281;0.0217479;0.0217678;0.0217878;0.0218078;0.0218279;0.0218482;0.0218685;0.0218888;0.0219093;0.0219298;0.0219504;0.0219711;0.0219918;0.0220127;0.0220336;0.0220546;0.0220757;0.0220968;0.0221181;0.0221394;0.0221608;0.0221823;0.0222038;0.0222254;0.0222471;0.0222689;0.0222908;0.0223128;0.0223348;0.0223569;0.0223791;0.0224013;0.0224237;0.0224461;0.0224686;0.0224912;0.0225138;0.0225366;0.0225594;0.0225823;0.0226053;0.0226283;0.0226515;0.0226747;0.022698;0.0227214;0.0227448;0.0227684;0.022792;0.0228157;0.0228394;0.0228633;0.0228872;0.0229113;0.0229353;0.0229595;0.0229838;0.0230081;0.0230325;0.023057;0.0230816;0.0231063;0.023131;0.0231558;0.0231807;0.0232057;0.0232307;0.0232559;0.0232811;0.0233064;0.0233318;0.0233572;0.0233828;0.0234084;0.0234341;0.0234599;0.0234858;0.0235117;0.0235377;0.0235638;0.02359;0.0236163;0.0236426;0.0236691;0.0236956;0.0237222;0.0237488;0.0237756;0.0238024;0.0238293;0.0238563;0.0238834;0.0239106;0.0239378;0.0239651;0.0239925;0.02402;0.0240476;0.0240752;0.0241029;0.0241307;0.0241586;0.0241866;0.0242147;0.0242428;0.024271;0.0242993;0.0243277;0.0243561;0.0243847;0.0244133;0.024442;0.0244708;0.0244997;0.0245286;0.0245576;0.0245868;0.024616;0.0246452;0.0246746;0.024704;0.0247336;0.0247632;0.0247928;0.0248226;0.0248525;0.0248824;0.0249124;0.0249425;0.0249727;0.025003;0.0250333;0.0250637;0.0250943;0.0251248;0.0251555;0.0251863;0.0252171;0.025248;0.025279;0.0253101;0.0253413;0.0253726;0.0254039;0.0254353;0.0254668;0.0254984;0.0255301;0.0255618;0.0255936;0.0256256;0.0256576;0.0256896;0.0257218;0.0257541;0.0257864;0.0258188;0.0258513;0.0258839;0.0259165;0.0259493;0.0259821;0.026015;0.026048;0.0260811;0.0261143;0.0261475;0.0261808;0.0262143;0.0262478;0.0262813;0.026315;0.0263487;0.0263826;0.0264165;0.0264505;0.0264846;0.0265187;0.026553;0.0265873;0.0266217;0.0266562;0.0266908;0.0267255;0.0267602;0.0267951;0.02683;0.026865;0.0269001;0.0269353;0.0269705;0.0270059;0.0270413;0.0270768;0.0271124;0.0271481;0.0271838;0.0272197;0.0272556;0.0272916;0.0273277;0.0273639;0.0274002;0.0274365;0.027473;0.0275095;0.0275461;0.0275828;0.0276196;0.0276564;0.0276934;0.0277304;0.0277675;0.0278047;0.027842;0.0278794;0.0279168;0.0279544;0.027992;0.0280297;0.0280675;0.0281054;0.0281433;0.0281814;0.0282195;0.0282577;0.028296;0.0283344;0.0283729;0.0284115;0.0284501;0.0284888;0.0285277;0.0285666;0.0286056;0.0286446;0.0286838;0.028723;0.0287624;0.0288018;0.0288413;0.0288809;0.0289205;0.0289603;0.0290001;0.0290401;0.0290801;0.0291202;0.0291604;0.0292006;0.029241;0.0292815;0.029322;0.0293626;0.0294033;0.0294441;0.029485;0.0295259;0.029567;0.0296081;0.0296493;0.0296906;0.029732;0.0297735;0.0298151;0.0298567;0.0298985;0.0299403;0.0299822;0.0300242;0.0300663;0.0301085;0.0301507;0.0301931;0.0302355;0.030278;0.0303206;0.0303633;0.0304061;0.030449;0.0304919;0.0305349;0.0305781;0.0306213;0.0306646;0.030708;0.0307514;0.030795;0.0308386;0.0308824;0.0309262;0.0309701;0.0310141;0.0310582;0.0311024;0.0311466;0.031191;0.0312354;0.0312799;0.0313245;0.0313692;0.031414;0.0314589;0.0315038;0.0315489;0.031594;0.0316392;0.0316845;0.0317299;0.0317754;0.031821;0.0318667;0.0319124;0.0319582;0.0320042;0.0320502;0.0320963;0.0321425;0.0321887;0.0322351;0.0322815;0.0323281;0.0323747;0.0324214;0.0324682;0.0325151;0.0325621;0.0326092;0.0326563;0.0327036;0.0327509;0.0327983;0.0328458;0.0328934;0.0329411;0.0329889;0.0330368;0.0330847;0.0331328;0.0331809;0.0332291;0.0332774;0.0333258;0.0333743;0.0334229;0.0334715;0.0335203;0.0335691;0.033618;0.0336671;0.0337162;0.0337654;0.0338147;0.033864;0.0339135;0.033963;0.0340127;0.0340624;0.0341122;0.0341621;0.0342121;0.0342622;0.0343124;0.0343627;0.034413;0.0344635;0.034514;0.0345646;0.0346154;0.0346662;0.0347171;0.034768;0.0348191;0.0348703;0.0349215;0.0349729;0.0350243;0.0350758;0.0351274;0.0351791;0.0352309;0.0352828;0.0353348;0.0353868;0.035439;0.0354912;0.0355436;0.035596;0.0356485;0.0357011;0.0357538;0.0358066;0.0358594;0.0359124;0.0359654;0.0360186;0.0360718;0.0361251;0.0361786;0.0362321;0.0362857;0.0363393;0.0363931;0.036447;0.0365009;0.036555;0.0366091;0.0366634;0.0367177;0.0367721;0.0368266;0.0368812;0.0369359;0.0369906;0.0370455;0.0371005;0.0371555;0.0372106;0.0372659;0.0373212;0.0373766;0.0374321;0.0374877;0.0375434;0.0375992;0.037655;0.037711;0.037767;0.0378232;0.0378794;0.0379357;0.0379922;0.0380487;0.0381053;0.038162;0.0382187;0.0382756;0.0383326;0.0383896;0.0384468;0.038504;0.0385613;0.0386188;0.0386763;0.0387339;0.0387916;0.0388494;0.0389073;0.0389652;0.0390233;0.0390815;0.0391397;0.0391981;0.0392565;0.039315;0.0393736;0.0394324;0.0394912;0.0395501;0.039609;0.0396681;0.0397273;0.0397866;0.0398459;0.0399054;0.0399649;0.0400245;0.0400843;0.0401441;0.040204;0.040264;0.0403241;0.0403843;0.0404446;0.040505;0.0405654;0.040626;0.0406867;0.0407474;0.0408082;0.0408692;0.0409302;0.0409913;0.0410525;0.0411138;0.0411752;0.0412367;0.0412983;0.04136;0.0414218;0.0414836;0.0415456;0.0416076;0.0416698;0.041732;0.0417944;0.0418568;0.0419193;0.0419819;0.0420446;0.0421074;0.0421703;0.0422333;0.0422964;0.0423595;0.0424228;0.0424862;0.0425496;0.0426132;0.0426768;0.0427405;0.0428044;0.0428683;0.0429323;0.0429964;0.0430606;0.0431249;0.0431893;0.0432538;0.0433184;0.0433831;0.0434478;0.0435127;0.0435777;0.0436427;0.0437079;0.0437731;0.0438384;0.0439039;0.0439694;0.044035;0.0441007;0.0441665;0.0442324;0.0442984;0.0443645;0.0444307;0.044497;0.0445634;0.0446298;0.0446964;0.0447631;0.0448298;0.0448967;0.0449636;0.0450307;0.0450978;0.045165;0.0452323;0.0452998;0.0453673;0.0454349;0.0455026;0.0455704;0.0456383;0.0457063;0.0457744;0.0458425;0.0459108;0.0459792;0.0460477;0.0461162;0.0461849;0.0462536;0.0463225;0.0463914;0.0464605;0.0465296;0.0465988;0.0466682;0.0467376;0.0468071;0.0468767;0.0469464;0.0470162;0.0470861;0.0471561;0.0472262;0.0472964;0.0473667;0.0474371;0.0475076;0.0475781;0.0476488;0.0477196;0.0477904;0.0478614;0.0479324;0.0480036;0.0480748;0.0481462;0.0482176;0.0482891;0.0483608;0.0484325;0.0485043;0.0485762;0.0486483;0.0487204;0.0487926;0.0488649;0.0489373;0.0490098;0.0490824;0.0491551;0.0492279;0.0493008;0.0493737;0.0494468;0.04952;0.0495933;0.0496666;0.0497401;0.0498137;0.0498873;0.0499611;0.0500349;0.0501089;0.050183;0.0502571;0.0503313;0.0504057;0.0504801;0.0505547;0.0506293;0.050704;0.0507789;0.0508538;0.0509288;0.0510039;0.0510791;0.0511545;0.0512299;0.0513054;0.051381;0.0514567;0.0515325;0.0516084;0.0516844;0.0517605;0.0518367;0.051913;0.0519894;0.0520659;0.0521424;0.0522191;0.0522959;0.0523728;0.0524498;0.0525268;0.052604;0.0526813;0.0527587;0.0528361;0.0529137;0.0529914;0.0530691;0.053147;0.0532249;0.053303;0.0533812;0.0534594;0.0535378;0.0536162;0.0536948;0.0537734;0.0538522;0.053931;0.05401;0.054089;0.0541682;0.0542474;0.0543267;0.0544062;0.0544857;0.0545653;0.0546451;0.0547249;0.0548049;0.0548849;0.054965;0.0550452;0.0551256;0.055206;0.0552865;0.0553672;0.0554479;0.0555287;0.0556096;0.0556907;0.0557718;0.055853;0.0559343;0.0560157;0.0560973;0.0561789;0.0562606;0.0563424;0.0564243;0.0565064;0.0565885;0.0566707;0.056753;0.0568354;0.056918;0.0570006;0.0570833;0.0571661;0.057249;0.057332;0.0574152;0.0574984;0.0575817;0.0576651;0.0577486;0.0578322;0.0579159;0.0579998;0.0580837;0.0581677;0.0582518;0.058336;0.0584203;0.0585048;0.0585893;0.0586739;0.0587586;0.0588434;0.0589284;0.0590134;0.0590985;0.0591837;0.059269;0.0593545;0.05944;0.0595256;0.0596113;0.0596972;0.0597831;0.0598691;0.0599552;0.0600415;0.0601278;0.0602142;0.0603008;0.0603874;0.0604741;0.060561;0.0606479;0.0607349;0.0608221;0.0609093;0.0609967;0.0610841;0.0611716;0.0612593;0.061347;0.0614349;0.0615228;0.0616109;0.061699;0.0617873;0.0618756;0.0619641;0.0620526;0.0621413;0.0622301;0.0623189;0.0624079;0.062497;0.0625861;0.0626754;0.0627648;0.0628542;0.0629438;0.0630335;0.0631233;0.0632131;0.0633031;0.0633932;0.0634834;0.0635737;0.0636641;0.0637546;0.0638452;0.0639359;0.0640267;0.0641176;0.0642086;0.0642997;0.0643909;0.0644822;0.0645736;0.0646651;0.0647567;0.0648485;0.0649403;0.0650322;0.0651242;0.0652164;0.0653086;0.0654009;0.0654934;0.0655859;0.0656786;0.0657713;0.0658642;0.0659571;0.0660502;0.0661433;0.0662366;0.06633;0.0664234;0.066517;0.0666107;0.0667044;0.0667983;0.0668923;0.0669864;0.0670806;0.0671749;0.0672693;0.0673638;0.0674584;0.0675531;0.0676479;0.0677428;0.0678378;0.067933;0.0680282;0.0681235;0.0682189;0.0683145;0.0684101;0.0685058;0.0686017;0.0686976;0.0687937;0.0688899;0.0689861;0.0690825;0.069179;0.0692755;0.0693722;0.069469;0.0695659;0.0696629;0.0697599;0.0698571;0.0699544;0.0700519;0.0701494;0.070247;0.0703447;0.0704425;0.0705404;0.0706385;0.0707366;0.0708349;0.0709332;0.0710316;0.0711302;0.0712289;0.0713276;0.0714265;0.0715255;0.0716245;0.0717237;0.071823;0.0719224;0.0720219;0.0721215;0.0722212;0.072321;0.0724209;0.0725209;0.0726211;0.0727213;0.0728216;0.0729221;0.0730226;0.0731233;0.073224;0.0733249;0.0734258;0.0735269;0.0736281;0.0737294;0.0738308;0.0739323;0.0740339;0.0741356;0.0742374;0.0743393;0.0744413;0.0745434;0.0746457;0.074748;0.0748504;0.074953;0.0750556;0.0751584;0.0752613;0.0753642;0.0754673;0.0755705;0.0756738;0.0757772;0.0758807;0.0759843;0.076088;0.0761918;0.0762957;0.0763998;0.0765039;0.0766081;0.0767125;0.0768169;0.0769215;0.0770262;0.0771309;0.0772358;0.0773408;0.0774459;0.0775511;0.0776564;0.0777618;0.0778673;0.077973;0.0780787;0.0781845;0.0782905;0.0783965;0.0785027;0.078609;0.0787153;0.0788218;0.0789284;0.0790351;0.0791419;0.0792488;0.0793558;0.0794629;0.0795702;0.0796775;0.0797849;0.0798925;0.0800001;0.0801079;0.0802158;0.0803237;0.0804318;0.08054;0.0806483;0.0807567;0.0808652;0.0809739;0.0810826;0.0811914;0.0813004;0.0814094;0.0815186;0.0816279;0.0817372;0.0818467;0.0819563;0.082066;0.0821758;0.0822857;0.0823957;0.0825059;0.0826161;0.0827264;0.0828369;0.0829474;0.0830581;0.0831689;0.0832798;0.0833908;0.0835019;0.0836131;0.0837244;0.0838358;0.0839473;0.084059;0.0841707;0.0842826;0.0843946;0.0845066;0.0846188;0.0847311;0.0848435;0.084956;0.0850686;0.0851814;0.0852942;0.0854071;0.0855202;0.0856333;0.0857466;0.08586;0.0859735;0.0860871;0.0862008;0.0863146;0.0864285;0.0865425;0.0866567;0.0867709;0.0868853;0.0869997;0.0871143;0.087229;0.0873438;0.0874587;0.0875737;0.0876888;0.0878041;0.0879194;0.0880349;0.0881504;0.0882661;0.0883819;0.0884977;0.0886137;0.0887298;0.0888461;0.0889624;0.0890788;0.0891954;0.089312;0.0894288;0.0895457;0.0896626;0.0897797;0.0898969;0.0900142;0.0901317;0.0902492;0.0903668;0.0904846;0.0906025;0.0907204;0.0908385;0.0909567;0.091075;0.0911934;0.0913119;0.0914306;0.0915493;0.0916682;0.0917871;0.0919062;0.0920254;0.0921447;0.0922641;0.0923836;0.0925032;0.092623;0.0927428;0.0928628;0.0929828;0.093103;0.0932233;0.0933437;0.0934642;0.0935848;0.0937056;0.0938264;0.0939474;0.0940684;0.0941896;0.0943109;0.0944323;0.0945538;0.0946754;0.0947971;0.094919;0.0950409;0.095163;0.0952852;0.0954075;0.0955299;0.0956524;0.095775;0.0958977;0.0960206;0.0961435;0.0962666;0.0963898;0.096513;0.0966364;0.0967599;0.0968836;0.0970073;0.0971312;0.0972551;0.0973792;0.0975034;0.0976277;0.0977521;0.0978766;0.0980012;0.0981259;0.0982508;0.0983758;0.0985008;0.098626;0.0987513;0.0988767;0.0990023;0.0991279;0.0992536;0.0993795;0.0995055;0.0996316;0.0997578;0.0998841;0.10001;0.100137;0.100264;0.10039;0.100517;0.100644;0.100771;0.100899;0.101026;0.101153;0.101281;0.101409;0.101536;0.101664;0.101792;0.10192;0.102049;0.102177;0.102305;0.102434;0.102563;0.102691;0.10282;0.102949;0.103078;0.103208;0.103337;0.103466;0.103596;0.103726;0.103856;0.103985;0.104115;0.104246;0.104376;0.104506;0.104637;0.104767;0.104898;0.105029;0.10516</Cd_turb>
+                <Cm>0.21534;0.215052;0.214765;0.214478;0.21419;0.213903;0.213616;0.213328;0.213041;0.212754;0.212466;0.212179;0.211892;0.211604;0.211317;0.21103;0.210742;0.210455;0.210168;0.20988;0.209593;0.209306;0.209018;0.208731;0.208443;0.208156;0.207869;0.207581;0.207294;0.207007;0.206719;0.206432;0.206145;0.205857;0.20557;0.205283;0.204995;0.204708;0.204421;0.204133;0.203846;0.203559;0.203271;0.202984;0.202697;0.202409;0.202122;0.201834;0.201547;0.20126;0.200972;0.200685;0.200398;0.20011;0.199823;0.199536;0.199248;0.198961;0.198674;0.198386;0.198099;0.197812;0.197524;0.197237;0.19695;0.196662;0.196375;0.196088;0.1958;0.195513;0.195225;0.194938;0.194651;0.194363;0.194076;0.193789;0.193501;0.193214;0.192927;0.192639;0.192352;0.192065;0.191777;0.19149;0.191203;0.190915;0.190628;0.190341;0.190053;0.189766;0.189479;0.189191;0.188904;0.188617;0.188329;0.188042;0.187754;0.187467;0.18718;0.186892;0.186605;0.186318;0.18603;0.185743;0.185456;0.185168;0.184881;0.184594;0.184306;0.184019;0.183732;0.183444;0.183157;0.18287;0.182582;0.182295;0.182008;0.18172;0.181433;0.181145;0.180858;0.180571;0.180283;0.179996;0.179709;0.179421;0.179134;0.178847;0.178559;0.178272;0.177985;0.177697;0.17741;0.177123;0.176835;0.176548;0.176261;0.175973;0.175686;0.175399;0.175111;0.174824;0.174537;0.174249;0.173962;0.173674;0.173387;0.1731;0.172812;0.172525;0.172238;0.17195;0.171663;0.171376;0.171088;0.170801;0.170514;0.170226;0.169939;0.169652;0.169364;0.169077;0.16879;0.168502;0.168215;0.167928;0.16764;0.167353;0.167065;0.166778;0.166491;0.166203;0.165916;0.165629;0.165341;0.165054;0.164767;0.164479;0.164192;0.163905;0.163617;0.16333;0.163043;0.162755;0.162468;0.162181;0.161893;0.161606;0.161319;0.161031;0.160744;0.160456;0.160169;0.159882;0.159594;0.159307;0.15902;0.158732;0.158445;0.158158;0.15787;0.157583;0.157296;0.157008;0.156721;0.156434;0.156146;0.155859;0.155572;0.155284;0.154997;0.15471;0.154422;0.154135;0.153848;0.15356;0.153273;0.152985;0.152698;0.152411;0.152123;0.151836;0.151549;0.151261;0.150974;0.150687;0.150399;0.150112;0.149825;0.149537;0.14925;0.148963;0.148675;0.148388;0.148101;0.147813;0.147526;0.147239;0.146951;0.146664;0.146376;0.146089;0.145802;0.145514;0.145227;0.14494;0.144652;0.144365;0.144078;0.14379;0.143503;0.143216;0.142928;0.142641;0.142354;0.142066;0.141779;0.141492;0.141204;0.140917;0.14063;0.140342;0.140055;0.139768;0.13948;0.139193;0.138905;0.138618;0.138331;0.138043;0.137756;0.137469;0.137181;0.136894;0.136607;0.136319;0.136032;0.135745;0.135457;0.13517;0.134883;0.134595;0.134308;0.134021;0.133733;0.133446;0.133159;0.132871;0.132584;0.132296;0.132009;0.131722;0.131434;0.131147;0.13086;0.130572;0.130285;0.129998;0.12971;0.129423;0.129136;0.128848;0.128561;0.128274;0.127986;0.127699;0.127412;0.127124;0.126837;0.12655;0.126262;0.125975;0.125687;0.1254;0.125113;0.124825;0.124538;0.124251;0.123963;0.123676;0.123389;0.123101;0.122814;0.122527;0.122239;0.121952;0.121665;0.121377;0.12109;0.120803;0.120515;0.120228;0.119941;0.119653;0.119366;0.119079;0.118791;0.118504;0.118216;0.117929;0.117642;0.117354;0.117067;0.11678;0.116492;0.116205;0.115918;0.11563;0.115343;0.115056;0.114768;0.114481;0.114194;0.113906;0.113619;0.113332;0.113044;0.112757;0.11247;0.112182;0.111895;0.111607;0.11132;0.111033;0.110745;0.110458;0.110171;0.109883;0.109596;0.109309;0.109021;0.108734;0.108447;0.108159;0.107872;0.107585;0.107297;0.10701;0.106723;0.106435;0.106148;0.105861;0.105573;0.105286;0.104999;0.104711;0.104424;0.104136;0.103849;0.103562;0.103274;0.102987;0.1027;0.102412;0.102125;0.101838;0.10155;0.101263;0.100976;0.100688;0.100401;0.100114;0.0998263;0.0995389;0.0992516;0.0989642;0.0986769;0.0983895;0.0981022;0.0978148;0.0975275;0.0972401;0.0969528;0.0966654;0.0963781;0.0960907;0.0958034;0.095516;0.0952287;0.0949414;0.094654;0.0943667;0.0940793;0.093792;0.0935046;0.0932173;0.0929299;0.0926426;0.0923552;0.0920679;0.0917805;0.0914932;0.0912058;0.0909185;0.0906311;0.0903438;0.0900565;0.0897691;0.0894818;0.0891944;0.0889071;0.0886197;0.0883324;0.088045;0.0877577;0.0874703;0.087183;0.0868956;0.0866083;0.0863209;0.0860336;0.0857462;0.0854589;0.0851716;0.0848842;0.0845969;0.0843095;0.0840222;0.0837348;0.0834475;0.0831601;0.0828728;0.0825854;0.0822981;0.0820107;0.0817234;0.081436;0.0811487;0.0808613;0.080574;0.0802867;0.0799993;0.079712;0.0794246;0.0791373;0.0788499;0.0785626;0.0782752;0.0779879;0.0777005;0.0774132;0.0771258;0.0768385;0.0765511;0.0762638;0.0759764;0.0756891;0.0754018;0.0751144;0.0748271;0.0745397;0.0742524;0.073965;0.0736777;0.0733903;0.073103;0.0728156;0.0725283;0.0722409;0.0719536;0.0716662;0.0713789;0.0710915;0.0708042;0.0705169;0.0702295;0.0699422;0.0696548;0.0693675;0.0690801;0.0687928;0.0685054;0.0682181;0.0679307;0.0676434;0.067356;0.0670687;0.0667813;0.066494;0.0662066;0.0659193;0.0656319;0.0653446;0.0650573;0.0647699;0.0644826;0.0641952;0.0639079;0.0636205;0.0633332;0.0630458;0.0627585;0.0624711;0.0621838;0.0618964;0.0616091;0.0613217;0.0610344;0.060747;0.0604597;0.0601724;0.059885;0.0595977;0.0593103;0.059023;0.0587356;0.0584483;0.0581609;0.0578736;0.0575862;0.0572989;0.0570115;0.0567242;0.0564368;0.0561495;0.0558621;0.0555748;0.0552875;0.0550001;0.0547128;0.0544254;0.0541381;0.0538507;0.0535634;0.053276;0.0529887;0.0527013;0.052414;0.0521266;0.0518393;0.0515519;0.0512646;0.0509772;0.0506899;0.0504026;0.0501152;0.0498279;0.0495405;0.0492532;0.0489658;0.0486785;0.0483911;0.0481038;0.0478164;0.0475291;0.0472417;0.0469544;0.046667;0.0463797;0.0460923;0.045805;0.0455177;0.0452303;0.044943;0.0446556;0.0443683;0.0440809;0.0437936;0.0435062;0.0432189;0.0429315;0.0426442;0.0423568;0.0420695;0.0417821;0.0414948;0.0412074;0.0409201;0.0406328;0.0403454;0.0400581;0.0397707;0.0394834;0.039196;0.0389087;0.0386213;0.038334;0.0380466;0.0377593;0.0374719;0.0371846;0.0368972;0.0366099;0.0363225;0.0360352;0.0357478;0.0354605;0.0351732;0.0348858;0.0345985;0.0343111;0.0340238;0.0337364;0.0334491;0.0331617;0.0328744;0.032587;0.0322997;0.0320123;0.031725;0.0314376;0.0311503;0.0308629;0.0305756;0.0302883;0.0300009;0.0297136;0.0294262;0.0291389;0.0288515;0.0285642;0.0282768;0.0279895;0.0277021;0.0274148;0.0271274;0.0268401;0.0265527;0.0262654;0.025978;0.0256907;0.0254034;0.025116;0.0248287;0.0245413;0.024254;0.0239666;0.0236793;0.0233919;0.0231046;0.0228172;0.0225299;0.0222425;0.0219552;0.0216678;0.0213805;0.0210931;0.0208058;0.0205185;0.0202311;0.0199438;0.0196564;0.0193691;0.0190817;0.0187944;0.018507;0.0182197;0.0179323;0.017645;0.0173576;0.0170703;0.0167829;0.0164956;0.0162082;0.0159209;0.0156336;0.0153462;0.0150589;0.0147715;0.0144842;0.0141968;0.0139095;0.0136221;0.0133348;0.0130474;0.0127601;0.0124727;0.0121854;0.011898;0.0116107;0.0113233;0.011036;0.0107487;0.0104613;0.010174;0.00988661;0.00959926;0.00931191;0.00902457;0.00873722;0.00844987;0.00816253;0.00787518;0.00758783;0.00730048;0.00701314;0.00672579;0.00643844;0.0061511;0.00586375;0.0055764;0.00528905;0.00500171;0.00471436;0.00442701;0.00413967;0.00385232;0.00356497;0.00327763;0.00299028;0.00270293;0.00241558;0.00212824;0.00184089;0.00155354;0.0012662;0.000978848;0.000691501;0.000404154;0.000116807;-0.00017054;-0.000457887;-0.000745234;-0.00103258;-0.00131993;-0.00160728;-0.00189462;-0.00218197;-0.00246932;-0.00275666;-0.00304401;-0.00333136;-0.00361871;-0.00390605;-0.0041934;-0.00448075;-0.00476809;-0.00505544;-0.00534279;-0.00563014;-0.00591748;-0.00620483;-0.00649218;-0.00677952;-0.00706687;-0.00735422;-0.00764157;-0.00792891;-0.00821626;-0.00850361;-0.00879095;-0.0090783;-0.00936565;-0.009653;-0.00994034;-0.0102277;-0.010515;-0.0108024;-0.0110897;-0.0113771;-0.0116644;-0.0119518;-0.0122391;-0.0125265;-0.0128138;-0.0131012;-0.0133885;-0.0136759;-0.0139632;-0.0142505;-0.0145379;-0.0148252;-0.0151126;-0.0153999;-0.0156873;-0.0159746;-0.016262;-0.0165493;-0.0168367;-0.017124;-0.0174114;-0.0176987;-0.0179861;-0.0182734;-0.0185608;-0.0188481;-0.0191354;-0.0194228;-0.0197101;-0.0199975;-0.0202848;-0.0205722;-0.0208595;-0.0211469;-0.0214342;-0.0217216;-0.0220089;-0.0222963;-0.0225836;-0.022871;-0.0231583;-0.0234457;-0.023733;-0.0240204;-0.0243077;-0.024595;-0.0248824;-0.0251697;-0.0254571;-0.0257444;-0.0260318;-0.0263191;-0.0266065;-0.0268938;-0.0271812;-0.0274685;-0.0277559;-0.0280432;-0.0283306;-0.0286179;-0.0289053;-0.0291926;-0.0294799;-0.0297673;-0.0300546;-0.030342;-0.0306293;-0.0309167;-0.031204;-0.0314914;-0.0317787;-0.0320661;-0.0323534;-0.0326408;-0.0329281;-0.0332155;-0.0335028;-0.0337902;-0.0340775;-0.0343648;-0.0346522;-0.0349395;-0.0352269;-0.0355142;-0.0358016;-0.0360889;-0.0363763;-0.0366636;-0.036951;-0.0372383;-0.0375257;-0.037813;-0.0381004;-0.0383877;-0.0386751;-0.0389624;-0.0392497;-0.0395371;-0.0398244;-0.0401118;-0.0403991;-0.0406865;-0.0409738;-0.0412612;-0.0415485;-0.0418359;-0.0421232;-0.0424106;-0.0426979;-0.0429853;-0.0432726;-0.04356;-0.0438473;-0.0441346;-0.044422;-0.0447093;-0.0449967;-0.045284;-0.0455714;-0.0458587;-0.0461461;-0.0464334;-0.0467208;-0.0470081;-0.0472955;-0.0475828;-0.0478702;-0.0481575;-0.0484449;-0.0487322;-0.0490195;-0.0493069;-0.0495942;-0.0498816;-0.0501689;-0.0504563;-0.0507436;-0.051031;-0.0513183;-0.0516057;-0.051893;-0.0521804;-0.0524677;-0.0527551;-0.0530424;-0.0533298;-0.0536171;-0.0539045;-0.0541918;-0.0544791;-0.0547665;-0.0550538;-0.0553412;-0.0556285;-0.0559159;-0.0562032;-0.0564906;-0.0567779;-0.0570653;-0.0573526;-0.05764;-0.0579273;-0.0582147;-0.058502;-0.0587894;-0.0590767;-0.059364;-0.0596514;-0.0599387;-0.0602261;-0.0605134;-0.0608008;-0.0610881;-0.0613755;-0.0616628;-0.0619502;-0.0622375;-0.0625249;-0.0628122;-0.0630996;-0.0633869;-0.0636743;-0.0639616;-0.0642489;-0.0645363;-0.0648236;-0.065111;-0.0653983;-0.0656857;-0.065973;-0.0662604;-0.0665477;-0.0668351;-0.0671224;-0.0674098;-0.0676971;-0.0679845;-0.0682718;-0.0685592;-0.0688465;-0.0691338;-0.0694212;-0.0697085;-0.0699959;-0.0702832;-0.0705706;-0.0708579;-0.0711453;-0.0714326;-0.07172;-0.0720073;-0.0722947;-0.072582;-0.0728694;-0.0731567;-0.0734441;-0.0737314;-0.0740187;-0.0743061;-0.0745934;-0.0748808;-0.0751681;-0.0754555;-0.0757428;-0.0760302;-0.0763175;-0.0766049;-0.0768922;-0.0771796;-0.0774669;-0.0777543;-0.0780416;-0.078329;-0.0786163;-0.0789036;-0.079191;-0.0794783;-0.0797657;-0.080053;-0.0803404;-0.0806277;-0.0809151;-0.0812024;-0.0814898;-0.0817771;-0.0820645;-0.0823518;-0.0826392;-0.0829265;-0.0832139;-0.0835012;-0.0837886;-0.0840759;-0.0843632;-0.0846506;-0.0849379;-0.0852253;-0.0855126;-0.0858;-0.0860873;-0.0863747;-0.086662;-0.0869494;-0.0872367;-0.0875241;-0.0878114;-0.0880988;-0.0883861;-0.0886735;-0.0889608;-0.0892481;-0.0895355;-0.0898228;-0.0901102;-0.0903975;-0.0906849;-0.0909722;-0.0912596;-0.0915469;-0.0918343;-0.0921216;-0.092409;-0.0926963;-0.0929837;-0.093271;-0.0935584;-0.0938457;-0.094133;-0.0944204;-0.0947077;-0.0949951;-0.0952824;-0.0955698;-0.0958571;-0.0961445;-0.0964318;-0.0967192;-0.0970065;-0.0972939;-0.0975812;-0.0978686;-0.0981559;-0.0984433;-0.0987306;-0.0990179;-0.0993053;-0.0995926;-0.09988;-0.100167;-0.100455;-0.100742;-0.101029;-0.101317;-0.101604;-0.101891;-0.102179;-0.102466;-0.102753;-0.103041;-0.103328;-0.103616;-0.103903;-0.10419;-0.104478;-0.104765;-0.105052;-0.10534;-0.105627;-0.105914;-0.106202;-0.106489;-0.106776;-0.107064;-0.107351;-0.107638;-0.107926;-0.108213;-0.1085;-0.108788;-0.109075;-0.109362;-0.10965;-0.109937;-0.110224;-0.110512;-0.110799;-0.111087;-0.111374;-0.111661;-0.111949;-0.112236;-0.112523;-0.112811;-0.113098;-0.113385;-0.113673;-0.11396;-0.114247;-0.114535;-0.114822;-0.115109;-0.115397;-0.115684;-0.115971;-0.116259;-0.116546;-0.116833;-0.117121;-0.117408;-0.117696;-0.117983;-0.11827;-0.118558;-0.118845;-0.119132;-0.11942;-0.119707;-0.119994;-0.120282;-0.120569;-0.120856;-0.121144;-0.121431;-0.121718;-0.122006;-0.122293;-0.12258;-0.122868;-0.123155;-0.123442;-0.12373;-0.124017;-0.124304;-0.124592;-0.124879;-0.125167;-0.125454;-0.125741;-0.126029;-0.126316;-0.126603;-0.126891;-0.127178;-0.127465;-0.127753;-0.12804;-0.128327;-0.128615;-0.128902;-0.129189;-0.129477;-0.129764;-0.130051;-0.130339;-0.130626;-0.130913;-0.131201;-0.131488;-0.131776;-0.132063;-0.13235;-0.132638;-0.132925;-0.133212;-0.1335;-0.133787;-0.134074;-0.134362;-0.134649;-0.134936;-0.135224;-0.135511;-0.135798;-0.136086;-0.136373;-0.13666;-0.136948;-0.137235;-0.137522;-0.13781;-0.138097;-0.138385;-0.138672;-0.138959;-0.139247;-0.139534;-0.139821;-0.140109;-0.140396;-0.140683;-0.140971;-0.141258;-0.141545;-0.141833;-0.14212;-0.142407;-0.142695;-0.142982;-0.143269;-0.143557;-0.143844;-0.144131;-0.144419;-0.144706;-0.144993;-0.145281;-0.145568;-0.145856;-0.146143;-0.14643;-0.146718;-0.147005;-0.147292;-0.14758;-0.147867;-0.148154;-0.148442;-0.148729;-0.149016;-0.149304;-0.149591;-0.149878;-0.150166;-0.150453;-0.15074;-0.151028;-0.151315;-0.151602;-0.15189;-0.152177;-0.152465;-0.152752;-0.153039;-0.153327;-0.153614;-0.153901;-0.154189;-0.154476;-0.154763;-0.155051;-0.155338;-0.155625;-0.155913;-0.1562;-0.156487;-0.156775;-0.157062;-0.157349;-0.157637;-0.157924;-0.158211;-0.158499;-0.158786;-0.159073;-0.159361;-0.159648;-0.159936;-0.160223;-0.16051;-0.160798;-0.161085;-0.161372;-0.16166;-0.161947;-0.162234;-0.162522;-0.162809;-0.163096;-0.163384;-0.163671;-0.163958;-0.164246;-0.164533;-0.16482;-0.165108;-0.165395;-0.165682;-0.16597;-0.166257;-0.166545;-0.166832;-0.167119;-0.167407;-0.167694;-0.167981;-0.168269;-0.168556;-0.168843;-0.169131;-0.169418;-0.169705;-0.169993;-0.17028;-0.170567;-0.170855;-0.171142;-0.171429;-0.171717;-0.172004;-0.172291;-0.172579;-0.172866;-0.173154;-0.173441;-0.173728;-0.174016;-0.174303;-0.17459;-0.174878;-0.175165;-0.175452;-0.17574;-0.176027;-0.176314;-0.176602;-0.176889;-0.177176;-0.177464;-0.177751;-0.178038;-0.178326;-0.178613;-0.1789;-0.179188;-0.179475;-0.179762;-0.18005;-0.180337;-0.180625;-0.180912;-0.181199;-0.181487;-0.181774;-0.182061;-0.182349;-0.182636;-0.182923;-0.183211;-0.183498;-0.183785;-0.184073;-0.18436;-0.184647;-0.184935;-0.185222;-0.185509;-0.185797;-0.186084;-0.186371;-0.186659;-0.186946;-0.187234;-0.187521;-0.187808;-0.188096;-0.188383;-0.18867;-0.188958;-0.189245;-0.189532;-0.18982;-0.190107;-0.190394;-0.190682;-0.190969;-0.191256;-0.191544;-0.191831;-0.192118;-0.192406;-0.192693;-0.19298;-0.193268;-0.193555;-0.193842;-0.19413;-0.194417;-0.194705;-0.194992;-0.195279;-0.195567;-0.195854;-0.196141;-0.196429;-0.196716;-0.197003;-0.197291;-0.197578;-0.197865;-0.198153;-0.19844;-0.198727;-0.199015;-0.199302;-0.199589;-0.199877;-0.200164;-0.200451;-0.200739;-0.201026;-0.201314;-0.201601;-0.201888;-0.202176;-0.202463;-0.20275;-0.203038;-0.203325;-0.203612;-0.2039;-0.204187;-0.204474;-0.204762;-0.205049;-0.205336;-0.205624;-0.205911;-0.206198;-0.206486;-0.206773;-0.20706;-0.207348;-0.207635;-0.207923;-0.20821;-0.208497;-0.208785;-0.209072;-0.209359;-0.209647;-0.209934;-0.210221;-0.210509;-0.210796;-0.211083;-0.211371;-0.211658;-0.211945;-0.212233;-0.21252;-0.212807;-0.213095;-0.213382;-0.213669;-0.213957;-0.214244;-0.214531;-0.214819;-0.215106;-0.215394;-0.215681;-0.215968;-0.216256;-0.216543;-0.21683;-0.217118;-0.217405;-0.217692;-0.21798;-0.218267;-0.218554;-0.218842;-0.219129;-0.219416;-0.219704;-0.219991;-0.220278;-0.220566;-0.220853;-0.22114;-0.221428;-0.221715;-0.222003;-0.22229;-0.222577;-0.222865;-0.223152;-0.223439;-0.223727;-0.224014;-0.224301;-0.224589;-0.224876;-0.225163;-0.225451;-0.225738;-0.226025;-0.226313;-0.2266;-0.226887;-0.227175;-0.227462;-0.227749;-0.228037;-0.228324;-0.228611;-0.228899;-0.229186;-0.229474;-0.229761;-0.230048;-0.230336;-0.230623;-0.23091;-0.231198;-0.231485;-0.231772;-0.23206;-0.232347;-0.232634;-0.232922;-0.233209;-0.233496;-0.233784;-0.234071;-0.234358;-0.234646;-0.234933;-0.23522;-0.235508;-0.235795;-0.236083;-0.23637;-0.236657;-0.236945;-0.237232;-0.237519;-0.237807;-0.238094;-0.238381;-0.238669;-0.238956;-0.239243;-0.239531;-0.239818;-0.240105;-0.240393;-0.24068;-0.240967;-0.241255;-0.241542;-0.241829;-0.242117;-0.242404;-0.242692;-0.242979;-0.243266;-0.243554;-0.243841;-0.244128;-0.244416;-0.244703;-0.24499;-0.245278;-0.245565;-0.245852;-0.24614;-0.246427;-0.246714;-0.247002;-0.247289;-0.247576;-0.247864;-0.248151;-0.248438;-0.248726;-0.249013;-0.2493;-0.249588;-0.249875;-0.250163;-0.25045;-0.250737;-0.251025;-0.251312;-0.251599;-0.251887;-0.252174;-0.252461;-0.252749;-0.253036;-0.253323;-0.253611;-0.253898;-0.254185;-0.254473;-0.25476;-0.255047;-0.255335;-0.255622;-0.255909;-0.256197;-0.256484;-0.256772;-0.257059;-0.257346;-0.257634;-0.257921;-0.258208;-0.258496;-0.258783;-0.25907;-0.259358;-0.259645;-0.259932;-0.26022;-0.260507;-0.260794;-0.261082;-0.261369;-0.261656;-0.261944;-0.262231;-0.262518;-0.262806;-0.263093;-0.26338;-0.263668;-0.263955;-0.264243;-0.26453;-0.264817;-0.265105;-0.265392;-0.265679;-0.265967;-0.266254;-0.266541;-0.266829;-0.267116;-0.267403;-0.267691;-0.267978;-0.268265;-0.268553;-0.26884;-0.269127;-0.269415;-0.269702;-0.269989;-0.270277;-0.270564;-0.270852;-0.271139;-0.271426;-0.271714;-0.272001;-0.272288;-0.272576;-0.272863;-0.27315;-0.273438;-0.273725;-0.274012;-0.2743;-0.274587;-0.274874;-0.275162;-0.275449;-0.275736;-0.276024;-0.276311;-0.276598;-0.276886;-0.277173;-0.277461;-0.277748;-0.278035;-0.278323;-0.27861;-0.278897;-0.279185;-0.279472;-0.279759;-0.280047;-0.280334;-0.280621;-0.280909;-0.281196;-0.281483;-0.281771;-0.282058;-0.282345;-0.282633;-0.28292;-0.283207;-0.283495;-0.283782;-0.284069;-0.284357;-0.284644;-0.284932;-0.285219;-0.285506;-0.285794;-0.286081;-0.286368;-0.286656</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="3" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>3.12234e+07</reynoldsnumber>
+                <machnumber>0.58</machnumber>
+                <Alpha>-5.02694;-5.01786;-5.00879;-4.99972;-4.99064;-4.98157;-4.97249;-4.96342;-4.95435;-4.94527;-4.9362;-4.92712;-4.91805;-4.90897;-4.8999;-4.89083;-4.88175;-4.87268;-4.8636;-4.85453;-4.84546;-4.83638;-4.82731;-4.81823;-4.80916;-4.80008;-4.79101;-4.78194;-4.77286;-4.76379;-4.75471;-4.74564;-4.73657;-4.72749;-4.71842;-4.70934;-4.70027;-4.69119;-4.68212;-4.67305;-4.66397;-4.6549;-4.64582;-4.63675;-4.62768;-4.6186;-4.60953;-4.60045;-4.59138;-4.5823;-4.57323;-4.56416;-4.55508;-4.54601;-4.53693;-4.52786;-4.51879;-4.50971;-4.50064;-4.49156;-4.48249;-4.47341;-4.46434;-4.45527;-4.44619;-4.43712;-4.42804;-4.41897;-4.4099;-4.40082;-4.39175;-4.38267;-4.3736;-4.36452;-4.35545;-4.34638;-4.3373;-4.32823;-4.31915;-4.31008;-4.30101;-4.29193;-4.28286;-4.27378;-4.26471;-4.25563;-4.24656;-4.23749;-4.22841;-4.21934;-4.21026;-4.20119;-4.19212;-4.18304;-4.17397;-4.16489;-4.15582;-4.14675;-4.13767;-4.1286;-4.11952;-4.11045;-4.10137;-4.0923;-4.08323;-4.07415;-4.06508;-4.056;-4.04693;-4.03786;-4.02878;-4.01971;-4.01063;-4.00156;-3.99248;-3.98341;-3.97434;-3.96526;-3.95619;-3.94711;-3.93804;-3.92897;-3.91989;-3.91082;-3.90174;-3.89267;-3.88359;-3.87452;-3.86545;-3.85637;-3.8473;-3.83822;-3.82915;-3.82008;-3.811;-3.80193;-3.79285;-3.78378;-3.7747;-3.76563;-3.75656;-3.74748;-3.73841;-3.72933;-3.72026;-3.71119;-3.70211;-3.69304;-3.68396;-3.67489;-3.66581;-3.65674;-3.64767;-3.63859;-3.62952;-3.62044;-3.61137;-3.6023;-3.59322;-3.58415;-3.57507;-3.566;-3.55692;-3.54785;-3.53878;-3.5297;-3.52063;-3.51155;-3.50248;-3.49341;-3.48433;-3.47526;-3.46618;-3.45711;-3.44804;-3.43896;-3.42989;-3.42081;-3.41174;-3.40266;-3.39359;-3.38452;-3.37544;-3.36637;-3.35729;-3.34822;-3.33915;-3.33007;-3.321;-3.31192;-3.30285;-3.29377;-3.2847;-3.27563;-3.26655;-3.25748;-3.2484;-3.23933;-3.23026;-3.22118;-3.21211;-3.20303;-3.19396;-3.18488;-3.17581;-3.16674;-3.15766;-3.14859;-3.13951;-3.13044;-3.12137;-3.11229;-3.10322;-3.09414;-3.08507;-3.07599;-3.06692;-3.05785;-3.04877;-3.0397;-3.03062;-3.02155;-3.01248;-3.0034;-2.99433;-2.98525;-2.97618;-2.9671;-2.95803;-2.94896;-2.93988;-2.93081;-2.92173;-2.91266;-2.90359;-2.89451;-2.88544;-2.87636;-2.86729;-2.85821;-2.84914;-2.84007;-2.83099;-2.82192;-2.81284;-2.80377;-2.7947;-2.78562;-2.77655;-2.76747;-2.7584;-2.74932;-2.74025;-2.73118;-2.7221;-2.71303;-2.70395;-2.69488;-2.68581;-2.67673;-2.66766;-2.65858;-2.64951;-2.64044;-2.63136;-2.62229;-2.61321;-2.60414;-2.59506;-2.58599;-2.57692;-2.56784;-2.55877;-2.54969;-2.54062;-2.53155;-2.52247;-2.5134;-2.50432;-2.49525;-2.48617;-2.4771;-2.46803;-2.45895;-2.44988;-2.4408;-2.43173;-2.42266;-2.41358;-2.40451;-2.39543;-2.38636;-2.37728;-2.36821;-2.35914;-2.35006;-2.34099;-2.33191;-2.32284;-2.31377;-2.30469;-2.29562;-2.28654;-2.27747;-2.26839;-2.25932;-2.25025;-2.24117;-2.2321;-2.22302;-2.21395;-2.20488;-2.1958;-2.18673;-2.17765;-2.16858;-2.1595;-2.15043;-2.14136;-2.13228;-2.12321;-2.11413;-2.10506;-2.09599;-2.08691;-2.07784;-2.06876;-2.05969;-2.05061;-2.04154;-2.03247;-2.02339;-2.01432;-2.00524;-1.99617;-1.9871;-1.97802;-1.96895;-1.95987;-1.9508;-1.94173;-1.93265;-1.92358;-1.9145;-1.90543;-1.89635;-1.88728;-1.87821;-1.86913;-1.86006;-1.85098;-1.84191;-1.83284;-1.82376;-1.81469;-1.80561;-1.79654;-1.78746;-1.77839;-1.76932;-1.76024;-1.75117;-1.74209;-1.73302;-1.72395;-1.71487;-1.7058;-1.69672;-1.68765;-1.67857;-1.6695;-1.66043;-1.65135;-1.64228;-1.6332;-1.62413;-1.61506;-1.60598;-1.59691;-1.58783;-1.57876;-1.56968;-1.56061;-1.55154;-1.54246;-1.53339;-1.52431;-1.51524;-1.50617;-1.49709;-1.48802;-1.47894;-1.46987;-1.46079;-1.45172;-1.44265;-1.43357;-1.4245;-1.41542;-1.40635;-1.39728;-1.3882;-1.37913;-1.37005;-1.36098;-1.3519;-1.34283;-1.33376;-1.32468;-1.31561;-1.30653;-1.29746;-1.28839;-1.27931;-1.27024;-1.26116;-1.25209;-1.24301;-1.23394;-1.22487;-1.21579;-1.20672;-1.19764;-1.18857;-1.1795;-1.17042;-1.16135;-1.15227;-1.1432;-1.13413;-1.12505;-1.11598;-1.1069;-1.09783;-1.08875;-1.07968;-1.07061;-1.06153;-1.05246;-1.04338;-1.03431;-1.02524;-1.01616;-1.00709;-0.998013;-0.988939;-0.979864;-0.97079;-0.961716;-0.952642;-0.943568;-0.934494;-0.925419;-0.916345;-0.907271;-0.898197;-0.889123;-0.880049;-0.870975;-0.8619;-0.852826;-0.843752;-0.834678;-0.825604;-0.81653;-0.807455;-0.798381;-0.789307;-0.780233;-0.771159;-0.762085;-0.75301;-0.743936;-0.734862;-0.725788;-0.716714;-0.70764;-0.698566;-0.689491;-0.680417;-0.671343;-0.662269;-0.653195;-0.644121;-0.635046;-0.625972;-0.616898;-0.607824;-0.59875;-0.589676;-0.580602;-0.571527;-0.562453;-0.553379;-0.544305;-0.535231;-0.526157;-0.517082;-0.508008;-0.498934;-0.48986;-0.480786;-0.471712;-0.462637;-0.453563;-0.444489;-0.435415;-0.426341;-0.417267;-0.408193;-0.399118;-0.390044;-0.38097;-0.371896;-0.362822;-0.353748;-0.344673;-0.335599;-0.326525;-0.317451;-0.308377;-0.299303;-0.290228;-0.281154;-0.27208;-0.263006;-0.253932;-0.244858;-0.235784;-0.226709;-0.217635;-0.208561;-0.199487;-0.190413;-0.181339;-0.172264;-0.16319;-0.154116;-0.145042;-0.135968;-0.126894;-0.11782;-0.108745;-0.0996712;-0.090597;-0.0815229;-0.0724487;-0.0633746;-0.0543004;-0.0452263;-0.0361521;-0.0270779;-0.0180038;-0.00892963;0.000144527;0.00921868;0.0182928;0.027367;0.0364412;0.0455153;0.0545895;0.0636636;0.0727378;0.0818119;0.0908861;0.0999603;0.109034;0.118109;0.127183;0.136257;0.145331;0.154405;0.163479;0.172554;0.181628;0.190702;0.199776;0.20885;0.217924;0.226998;0.236073;0.245147;0.254221;0.263295;0.272369;0.281443;0.290518;0.299592;0.308666;0.31774;0.326814;0.335888;0.344962;0.354037;0.363111;0.372185;0.381259;0.390333;0.399407;0.408482;0.417556;0.42663;0.435704;0.444778;0.453852;0.462927;0.472001;0.481075;0.490149;0.499223;0.508297;0.517371;0.526446;0.53552;0.544594;0.553668;0.562742;0.571816;0.580891;0.589965;0.599039;0.608113;0.617187;0.626261;0.635335;0.64441;0.653484;0.662558;0.671632;0.680706;0.68978;0.698855;0.707929;0.717003;0.726077;0.735151;0.744225;0.7533;0.762374;0.771448;0.780522;0.789596;0.79867;0.807744;0.816819;0.825893;0.834967;0.844041;0.853115;0.862189;0.871264;0.880338;0.889412;0.898486;0.90756;0.916634;0.925709;0.934783;0.943857;0.952931;0.962005;0.971079;0.980153;0.989228;0.998302;1.00738;1.01645;1.02552;1.0346;1.04367;1.05275;1.06182;1.0709;1.07997;1.08904;1.09812;1.10719;1.11627;1.12534;1.13441;1.14349;1.15256;1.16164;1.17071;1.17978;1.18886;1.19793;1.20701;1.21608;1.22516;1.23423;1.2433;1.25238;1.26145;1.27053;1.2796;1.28867;1.29775;1.30682;1.3159;1.32497;1.33405;1.34312;1.35219;1.36127;1.37034;1.37942;1.38849;1.39756;1.40664;1.41571;1.42479;1.43386;1.44294;1.45201;1.46108;1.47016;1.47923;1.48831;1.49738;1.50645;1.51553;1.5246;1.53368;1.54275;1.55183;1.5609;1.56997;1.57905;1.58812;1.5972;1.60627;1.61534;1.62442;1.63349;1.64257;1.65164;1.66072;1.66979;1.67886;1.68794;1.69701;1.70609;1.71516;1.72423;1.73331;1.74238;1.75146;1.76053;1.76961;1.77868;1.78775;1.79683;1.8059;1.81498;1.82405;1.83312;1.8422;1.85127;1.86035;1.86942;1.87849;1.88757;1.89664;1.90572;1.91479;1.92387;1.93294;1.94201;1.95109;1.96016;1.96924;1.97831;1.98738;1.99646;2.00553;2.01461;2.02368;2.03276;2.04183;2.0509;2.05998;2.06905;2.07813;2.0872;2.09627;2.10535;2.11442;2.1235;2.13257;2.14165;2.15072;2.15979;2.16887;2.17794;2.18702;2.19609;2.20516;2.21424;2.22331;2.23239;2.24146;2.25054;2.25961;2.26868;2.27776;2.28683;2.29591;2.30498;2.31405;2.32313;2.3322;2.34128;2.35035;2.35943;2.3685;2.37757;2.38665;2.39572;2.4048;2.41387;2.42294;2.43202;2.44109;2.45017;2.45924;2.46832;2.47739;2.48646;2.49554;2.50461;2.51369;2.52276;2.53183;2.54091;2.54998;2.55906;2.56813;2.57721;2.58628;2.59535;2.60443;2.6135;2.62258;2.63165;2.64072;2.6498;2.65887;2.66795;2.67702;2.68609;2.69517;2.70424;2.71332;2.72239;2.73147;2.74054;2.74961;2.75869;2.76776;2.77684;2.78591;2.79498;2.80406;2.81313;2.82221;2.83128;2.84036;2.84943;2.8585;2.86758;2.87665;2.88573;2.8948;2.90387;2.91295;2.92202;2.9311;2.94017;2.94925;2.95832;2.96739;2.97647;2.98554;2.99462;3.00369;3.01276;3.02184;3.03091;3.03999;3.04906;3.05814;3.06721;3.07628;3.08536;3.09443;3.10351;3.11258;3.12165;3.13073;3.1398;3.14888;3.15795;3.16703;3.1761;3.18517;3.19425;3.20332;3.2124;3.22147;3.23054;3.23962;3.24869;3.25777;3.26684;3.27592;3.28499;3.29406;3.30314;3.31221;3.32129;3.33036;3.33943;3.34851;3.35758;3.36666;3.37573;3.3848;3.39388;3.40295;3.41203;3.4211;3.43018;3.43925;3.44832;3.4574;3.46647;3.47555;3.48462;3.49369;3.50277;3.51184;3.52092;3.52999;3.53907;3.54814;3.55721;3.56629;3.57536;3.58444;3.59351;3.60258;3.61166;3.62073;3.62981;3.63888;3.64796;3.65703;3.6661;3.67518;3.68425;3.69333;3.7024;3.71147;3.72055;3.72962;3.7387;3.74777;3.75685;3.76592;3.77499;3.78407;3.79314;3.80222;3.81129;3.82036;3.82944;3.83851;3.84759;3.85666;3.86574;3.87481;3.88388;3.89296;3.90203;3.91111;3.92018;3.92925;3.93833;3.9474;3.95648;3.96555;3.97463;3.9837;3.99277;4.00185;4.01092;4.02;4.02907;4.03814;4.04722;4.05629;4.06537;4.07444;4.08352;4.09259;4.10166;4.11074;4.11981;4.12889;4.13796;4.14703;4.15611;4.16518;4.17426;4.18333;4.1924;4.20148;4.21055;4.21963;4.2287;4.23778;4.24685;4.25592;4.265;4.27407;4.28315;4.29222;4.30129;4.31037;4.31944;4.32852;4.33759;4.34667;4.35574;4.36481;4.37389;4.38296;4.39204;4.40111;4.41018;4.41926;4.42833;4.43741;4.44648;4.45556;4.46463;4.4737;4.48278;4.49185;4.50093;4.51;4.51907;4.52815;4.53722;4.5463;4.55537;4.56445;4.57352;4.58259;4.59167;4.60074;4.60982;4.61889;4.62796;4.63704;4.64611;4.65519;4.66426;4.67334;4.68241;4.69148;4.70056;4.70963;4.71871;4.72778;4.73685;4.74593;4.755;4.76408;4.77315;4.78223;4.7913;4.80037;4.80945;4.81852;4.8276;4.83667;4.84574;4.85482;4.86389;4.87297;4.88204;4.89112;4.90019;4.90926;4.91834;4.92741;4.93649;4.94556;4.95463;4.96371;4.97278;4.98186;4.99093;5;5.00908;5.01815;5.02723;5.0363;5.04538;5.05445;5.06352;5.0726;5.08167;5.09075;5.09982;5.10889;5.11797;5.12704;5.13612;5.14519;5.15427;5.16334;5.17241;5.18149;5.19056;5.19964;5.20871;5.21778;5.22686;5.23593;5.24501;5.25408;5.26316;5.27223;5.2813;5.29038;5.29945;5.30853;5.3176;5.32667;5.33575;5.34482;5.3539;5.36297;5.37205;5.38112;5.39019;5.39927;5.40834;5.41742;5.42649;5.43556;5.44464;5.45371;5.46279;5.47186;5.48094;5.49001;5.49908;5.50816;5.51723;5.52631;5.53538;5.54445;5.55353;5.5626;5.57168;5.58075;5.58983;5.5989;5.60797;5.61705;5.62612;5.6352;5.64427;5.65334;5.66242;5.67149;5.68057;5.68964;5.69871;5.70779;5.71686;5.72594;5.73501;5.74409;5.75316;5.76223;5.77131;5.78038;5.78946;5.79853;5.8076;5.81668;5.82575;5.83483;5.8439;5.85298;5.86205;5.87112;5.8802;5.88927;5.89835;5.90742;5.91649;5.92557;5.93464;5.94372;5.95279;5.96187;5.97094;5.98001;5.98909;5.99816;6.00724;6.01631;6.02538;6.03446;6.04353;6.05261;6.06168;6.07076;6.07983;6.0889;6.09798;6.10705;6.11613;6.1252;6.13427;6.14335;6.15242;6.1615;6.17057;6.17965;6.18872;6.19779;6.20687;6.21594;6.22502;6.23409;6.24316;6.25224;6.26131;6.27039;6.27946;6.28854;6.29761;6.30668;6.31576;6.32483;6.33391;6.34298;6.35205;6.36113;6.3702;6.37928;6.38835;6.39743;6.4065;6.41557;6.42465;6.43372;6.4428;6.45187;6.46094;6.47002;6.47909;6.48817;6.49724;6.50631;6.51539;6.52446;6.53354;6.54261;6.55169;6.56076;6.56983;6.57891;6.58798;6.59706;6.60613;6.6152;6.62428;6.63335;6.64243;6.6515;6.66058;6.66965;6.67872;6.6878;6.69687;6.70595;6.71502;6.72409;6.73317;6.74224;6.75132;6.76039;6.76947;6.77854;6.78761;6.79669;6.80576;6.81484;6.82391;6.83298;6.84206;6.85113;6.86021;6.86928;6.87836;6.88743;6.8965;6.90558;6.91465;6.92373;6.9328;6.94187;6.95095;6.96002;6.9691;6.97817;6.98725;6.99632;7.00539;7.01447;7.02354;7.03262;7.04169;7.05076;7.05984;7.06891;7.07799;7.08706;7.09614;7.10521;7.11428;7.12336;7.13243;7.14151;7.15058;7.15965;7.16873;7.1778;7.18688;7.19595;7.20502;7.2141;7.22317;7.23225;7.24132;7.2504;7.25947;7.26854;7.27762;7.28669;7.29577;7.30484;7.31391;7.32299;7.33206;7.34114;7.35021;7.35929;7.36836;7.37743;7.38651;7.39558;7.40466;7.41373;7.4228;7.43188;7.44095;7.45003;7.4591;7.46818;7.47725;7.48632;7.4954;7.50447;7.51355;7.52262;7.53169;7.54077;7.54984;7.55892;7.56799;7.57707;7.58614;7.59521;7.60429;7.61336;7.62244;7.63151;7.64058;7.64966;7.65873;7.66781;7.67688;7.68596;7.69503;7.7041;7.71318;7.72225;7.73133;7.7404;7.74947;7.75855;7.76762;7.7767;7.78577;7.79485;7.80392;7.81299;7.82207;7.83114;7.84022;7.84929;7.85836;7.86744;7.87651;7.88559;7.89466;7.90374;7.91281;7.92188;7.93096;7.94003;7.94911;7.95818;7.96725;7.97633;7.9854;7.99448;8.00355;8.01262;8.0217;8.03077;8.03985;8.04892;8.058;8.06707;8.07614;8.08522;8.09429;8.10337;8.11244;8.12151;8.13059;8.13966;8.14874;8.15781;8.16689;8.17596;8.18503;8.19411;8.20318;8.21226;8.22133;8.2304;8.23948;8.24855;8.25763;8.2667;8.27578;8.28485;8.29392;8.303;8.31207;8.32115;8.33022;8.33929;8.34837;8.35744;8.36652;8.37559;8.38467;8.39374;8.40281;8.41189;8.42096;8.43004;8.43911;8.44818;8.45726;8.46633;8.47541;8.48448;8.49356;8.50263;8.5117;8.52078;8.52985;8.53893;8.548;8.55707;8.56615;8.57522;8.5843;8.59337;8.60245;8.61152;8.62059;8.62967;8.63874;8.64782;8.65689;8.66596;8.67504;8.68411;8.69319;8.70226;8.71134;8.72041;8.72948;8.73856;8.74763;8.75671;8.76578;8.77485;8.78393;8.793;8.80208;8.81115;8.82022;8.8293;8.83837;8.84745;8.85652;8.8656;8.87467;8.88374;8.89282;8.90189;8.91097;8.92004;8.92911;8.93819;8.94726;8.95634;8.96541;8.97449;8.98356;8.99263;9.00171;9.01078;9.01986;9.02893;9.038;9.04708;9.05615;9.06523;9.0743;9.08338;9.09245;9.10152;9.1106;9.11967;9.12875;9.13782;9.14689;9.15597;9.16504;9.17412;9.18319;9.19227;9.20134;9.21041;9.21949;9.22856;9.23764;9.24671;9.25578;9.26486;9.27393;9.28301;9.29208;9.30116;9.31023;9.3193;9.32838;9.33745;9.34653;9.3556;9.36467;9.37375;9.38282;9.3919;9.40097;9.41005;9.41912;9.42819;9.43727;9.44634;9.45542;9.46449;9.47356;9.48264;9.49171;9.50079;9.50986;9.51893;9.52801;9.53708;9.54616;9.55523;9.56431;9.57338;9.58245;9.59153;9.6006;9.60968;9.61875;9.62782;9.6369;9.64597;9.65505;9.66412;9.6732;9.68227;9.69134;9.70042;9.70949;9.71857;9.72764;9.73671;9.74579;9.75486;9.76394;9.77301;9.78209;9.79116;9.80023;9.80931;9.81838;9.82746;9.83653;9.8456;9.85468;9.86375;9.87283;9.8819;9.89098;9.90005;9.90912;9.9182;9.92727;9.93635;9.94542;9.95449;9.96357;9.97264;9.98172;9.99079;9.99987;10.0089;10.018;10.0271;10.0362;10.0452;10.0543;10.0634;10.0725;10.0815;10.0906;10.0997;10.1088;10.1178;10.1269;10.136;10.1451;10.1541;10.1632;10.1723;10.1813;10.1904;10.1995;10.2086;10.2176;10.2267;10.2358;10.2449;10.2539;10.263;10.2721;10.2812;10.2902;10.2993;10.3084;10.3175;10.3265;10.3356;10.3447;10.3538;10.3628;10.3719;10.381;10.3901;10.3991;10.4082;10.4173;10.4264;10.4354;10.4445;10.4536;10.4626;10.4717;10.4808;10.4899;10.4989</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411</Cl>
+                <Cd>0.0235587;0.0235349;0.0235111;0.0234874;0.0234638;0.0234402;0.0234168;0.0233934;0.0233701;0.0233469;0.0233237;0.0233006;0.0232777;0.0232547;0.0232319;0.0232092;0.0231865;0.0231639;0.0231414;0.0231189;0.0230966;0.0230743;0.0230521;0.0230299;0.0230079;0.0229859;0.022964;0.0229422;0.0229205;0.0228988;0.0228772;0.0228557;0.0228343;0.0228129;0.0227917;0.0227705;0.0227494;0.0227283;0.0227073;0.0226865;0.0226657;0.0226449;0.0226243;0.0226037;0.0225832;0.0225627;0.0225424;0.0225221;0.0225019;0.0224818;0.0224618;0.0224418;0.0224219;0.0224021;0.0223823;0.0223627;0.0223431;0.0223236;0.0223042;0.0222848;0.0222655;0.0222463;0.0222272;0.0222081;0.0221891;0.0221702;0.0221514;0.0221327;0.022114;0.0220954;0.0220768;0.0220584;0.02204;0.0220217;0.0220035;0.0219853;0.0219673;0.0219493;0.0219313;0.0219135;0.0218957;0.021878;0.0218604;0.0218428;0.0218254;0.0218079;0.0217906;0.0217734;0.0217562;0.0217391;0.0217221;0.0217051;0.0216882;0.0216714;0.0216547;0.021638;0.0216214;0.0216049;0.0215885;0.0215721;0.0215558;0.0215396;0.0215235;0.0215074;0.0214914;0.0214755;0.0214596;0.0214439;0.0214282;0.0214125;0.021397;0.0213815;0.0213661;0.0213508;0.0213355;0.0213203;0.0213052;0.0212902;0.0212752;0.0212603;0.0212455;0.0212308;0.0212161;0.0212015;0.021187;0.0211725;0.0211581;0.0211438;0.0211296;0.0211154;0.0211013;0.0210873;0.0210734;0.0210595;0.0210457;0.021032;0.0210183;0.0210047;0.0209912;0.0209778;0.0209644;0.0209511;0.0209379;0.0209248;0.0209117;0.0208987;0.0208857;0.0208729;0.0208601;0.0208474;0.0208347;0.0208222;0.0208097;0.0207972;0.0207849;0.0207726;0.0207604;0.0207482;0.0207362;0.0207242;0.0207123;0.0207004;0.0206886;0.0206769;0.0206653;0.0206537;0.0206422;0.0206308;0.0206194;0.0206082;0.020597;0.0205858;0.0205747;0.0205638;0.0205528;0.020542;0.0205312;0.0205205;0.0205098;0.0204993;0.0204888;0.0204784;0.020468;0.0204577;0.0204475;0.0204374;0.0204273;0.0204173;0.0204074;0.0203975;0.0203877;0.020378;0.0203684;0.0203588;0.0203493;0.0203399;0.0203305;0.0203212;0.020312;0.0203029;0.0202938;0.0202848;0.0202758;0.020267;0.0202582;0.0202495;0.0202408;0.0202322;0.0202237;0.0202153;0.0202069;0.0201986;0.0201904;0.0201822;0.0201741;0.0201661;0.0201582;0.0201503;0.0201425;0.0201347;0.0201271;0.0201195;0.0201119;0.0201045;0.0200971;0.0200898;0.0200825;0.0200754;0.0200683;0.0200612;0.0200543;0.0200474;0.0200406;0.0200338;0.0200271;0.0200205;0.020014;0.0200075;0.0200011;0.0199948;0.0199885;0.0199823;0.0199762;0.0199701;0.0199642;0.0199583;0.0199524;0.0199466;0.0199409;0.0199353;0.0199297;0.0199243;0.0199188;0.0199135;0.0199082;0.019903;0.0198979;0.0198928;0.0198878;0.0198829;0.019878;0.0198732;0.0198685;0.0198638;0.0198593;0.0198547;0.0198503;0.0198459;0.0198416;0.0198374;0.0198332;0.0198292;0.0198251;0.0198212;0.0198173;0.0198135;0.0198097;0.0198061;0.0198025;0.0197989;0.0197955;0.0197921;0.0197888;0.0197855;0.0197823;0.0197792;0.0197762;0.0197732;0.0197703;0.0197675;0.0197647;0.019762;0.0197594;0.0197568;0.0197544;0.019752;0.0197496;0.0197473;0.0197451;0.019743;0.0197409;0.0197389;0.019737;0.0197352;0.0197334;0.0197317;0.01973;0.0197285;0.019727;0.0197255;0.0197242;0.0197229;0.0197216;0.0197205;0.0197194;0.0197184;0.0197175;0.0197166;0.0197158;0.019715;0.0197144;0.0197138;0.0197133;0.0197128;0.0197124;0.0197121;0.0197119;0.0197117;0.0197116;0.0197116;0.0197116;0.0197117;0.0197119;0.0197121;0.0197125;0.0197129;0.0197133;0.0197138;0.0197144;0.0197151;0.0197159;0.0197167;0.0197176;0.0197185;0.0197195;0.0197206;0.0197218;0.019723;0.0197243;0.0197257;0.0197271;0.0197287;0.0197302;0.0197319;0.0197336;0.0197354;0.0197373;0.0197392;0.0197412;0.0197433;0.0197455;0.0197477;0.01975;0.0197523;0.0197548;0.0197573;0.0197599;0.0197625;0.0197652;0.019768;0.0197709;0.0197738;0.0197768;0.0197799;0.019783;0.0197862;0.0197895;0.0197929;0.0197963;0.0197998;0.0198033;0.019807;0.0198107;0.0198145;0.0198183;0.0198223;0.0198262;0.0198303;0.0198344;0.0198387;0.0198429;0.0198473;0.0198517;0.0198562;0.0198608;0.0198654;0.0198701;0.0198749;0.0198797;0.0198847;0.0198897;0.0198947;0.0198999;0.0199051;0.0199103;0.0199157;0.0199211;0.0199266;0.0199322;0.0199378;0.0199436;0.0199494;0.0199554;0.0199614;0.0199674;0.0199736;0.0199798;0.0199861;0.0199924;0.0199989;0.0200054;0.0200119;0.0200186;0.0200253;0.020032;0.0200389;0.0200458;0.0200528;0.0200598;0.020067;0.0200742;0.0200814;0.0200888;0.0200962;0.0201037;0.0201112;0.0201188;0.0201265;0.0201343;0.0201421;0.02015;0.020158;0.0201661;0.0201742;0.0201824;0.0201907;0.020199;0.0202074;0.0202159;0.0202244;0.0202331;0.0202418;0.0202505;0.0202594;0.0202683;0.0202773;0.0202863;0.0202954;0.0203046;0.0203139;0.0203233;0.0203327;0.0203422;0.0203517;0.0203614;0.0203711;0.0203809;0.0203907;0.0204006;0.0204106;0.0204207;0.0204309;0.0204411;0.0204514;0.0204617;0.0204722;0.0204827;0.0204933;0.020504;0.0205147;0.0205255;0.0205364;0.0205473;0.0205584;0.0205695;0.0205807;0.0205919;0.0206033;0.0206147;0.0206261;0.0206377;0.0206493;0.020661;0.0206728;0.0206847;0.0206966;0.0207086;0.0207207;0.0207328;0.020745;0.0207573;0.0207697;0.0207822;0.0207947;0.0208073;0.02082;0.0208328;0.0208456;0.0208585;0.0208715;0.0208846;0.0208977;0.0209109;0.0209242;0.0209376;0.020951;0.0209645;0.0209781;0.0209918;0.0210056;0.0210194;0.0210333;0.0210473;0.0210613;0.0210755;0.0210897;0.021104;0.0211184;0.0211328;0.0211473;0.0211619;0.0211766;0.0211914;0.0212062;0.0212211;0.0212361;0.0212512;0.0212663;0.0212816;0.0212969;0.0213123;0.0213277;0.0213433;0.0213589;0.0213746;0.0213904;0.0214062;0.0214222;0.0214382;0.0214543;0.0214705;0.0214867;0.0215031;0.0215195;0.021536;0.0215525;0.0215692;0.0215859;0.0216028;0.0216197;0.0216366;0.0216537;0.0216708;0.021688;0.0217053;0.0217227;0.0217402;0.0217577;0.0217754;0.0217931;0.0218109;0.0218287;0.0218467;0.0218647;0.0218828;0.021901;0.0219193;0.0219377;0.0219561;0.0219746;0.0219932;0.0220119;0.0220307;0.0220495;0.0220685;0.0220875;0.0221066;0.0221258;0.022145;0.0221644;0.0221838;0.0222033;0.022223;0.0222426;0.0222624;0.0222823;0.0223022;0.0223222;0.0223423;0.0223625;0.0223828;0.0224031;0.0224236;0.0224441;0.0224647;0.0224854;0.0225062;0.0225271;0.022548;0.022569;0.0225902;0.0226114;0.0226327;0.022654;0.0226755;0.0226971;0.0227187;0.0227404;0.0227622;0.0227841;0.0228061;0.0228282;0.0228503;0.0228726;0.0228949;0.0229173;0.0229398;0.0229624;0.0229851;0.0230078;0.0230307;0.0230536;0.0230766;0.0230997;0.0231229;0.0231462;0.0231696;0.0231931;0.0232166;0.0232403;0.023264;0.0232878;0.0233117;0.0233357;0.0233598;0.023384;0.0234082;0.0234326;0.023457;0.0234816;0.0235062;0.0235309;0.0235557;0.0235806;0.0236056;0.0236306;0.0236558;0.023681;0.0237064;0.0237318;0.0237573;0.0237829;0.0238087;0.0238344;0.0238603;0.0238863;0.0239124;0.0239385;0.0239648;0.0239911;0.0240176;0.0240441;0.0240707;0.0240974;0.0241242;0.0241511;0.0241781;0.0242052;0.0242324;0.0242597;0.024287;0.0243145;0.024342;0.0243697;0.0243974;0.0244252;0.0244532;0.0244812;0.0245093;0.0245375;0.0245658;0.0245942;0.0246227;0.0246513;0.02468;0.0247087;0.0247376;0.0247666;0.0247956;0.0248248;0.024854;0.0248834;0.0249128;0.0249423;0.024972;0.0250017;0.0250315;0.0250615;0.0250915;0.0251216;0.0251518;0.0251821;0.0252125;0.025243;0.0252736;0.0253043;0.0253351;0.025366;0.025397;0.0254281;0.0254593;0.0254906;0.025522;0.0255534;0.025585;0.0256167;0.0256485;0.0256804;0.0257123;0.0257444;0.0257766;0.0258089;0.0258412;0.0258737;0.0259063;0.025939;0.0259717;0.0260046;0.0260376;0.0260707;0.0261039;0.0261371;0.0261705;0.026204;0.0262376;0.0262713;0.026305;0.0263389;0.0263729;0.026407;0.0264412;0.0264755;0.0265099;0.0265444;0.026579;0.0266137;0.0266485;0.0266834;0.0267184;0.0267536;0.0267888;0.0268241;0.0268595;0.0268951;0.0269307;0.0269664;0.0270023;0.0270382;0.0270743;0.0271104;0.0271467;0.0271831;0.0272195;0.0272561;0.0272928;0.0273296;0.0273665;0.0274035;0.0274406;0.0274778;0.0275151;0.0275526;0.0275901;0.0276277;0.0276655;0.0277033;0.0277413;0.0277794;0.0278175;0.0278558;0.0278942;0.0279327;0.0279713;0.02801;0.0280489;0.0280878;0.0281268;0.028166;0.0282052;0.0282446;0.0282841;0.0283237;0.0283634;0.0284032;0.0284431;0.0284831;0.0285233;0.0285635;0.0286039;0.0286443;0.0286849;0.0287256;0.0287664;0.0288073;0.0288483;0.0288895;0.0289307;0.0289721;0.0290135;0.0290551;0.0290968;0.0291386;0.0291805;0.0292226;0.0292647;0.029307;0.0293493;0.0293918;0.0294344;0.0294771;0.0295199;0.0295629;0.0296059;0.0296491;0.0296924;0.0297358;0.0297793;0.0298229;0.0298667;0.0299105;0.0299545;0.0299986;0.0300428;0.0300871;0.0301315;0.0301761;0.0302207;0.0302655;0.0303104;0.0303554;0.0304006;0.0304458;0.0304912;0.0305367;0.0305823;0.030628;0.0306738;0.0307198;0.0307659;0.0308121;0.0308584;0.0309048;0.0309514;0.030998;0.0310448;0.0310917;0.0311387;0.0311859;0.0312332;0.0312805;0.0313281;0.0313757;0.0314234;0.0314713;0.0315193;0.0315674;0.0316156;0.031664;0.0317125;0.0317611;0.0318098;0.0318586;0.0319076;0.0319567;0.0320059;0.0320552;0.0321047;0.0321542;0.0322039;0.0322538;0.0323037;0.0323538;0.032404;0.0324543;0.0325047;0.0325553;0.032606;0.0326568;0.0327077;0.0327588;0.03281;0.0328613;0.0329128;0.0329643;0.033016;0.0330679;0.0331198;0.0331719;0.0332241;0.0332764;0.0333289;0.0333814;0.0334342;0.033487;0.03354;0.0335931;0.0336463;0.0336996;0.0337531;0.0338067;0.0338604;0.0339143;0.0339683;0.0340224;0.0340767;0.0341311;0.0341856;0.0342402;0.034295;0.0343499;0.0344049;0.0344601;0.0345154;0.0345708;0.0346264;0.0346821;0.0347379;0.0347938;0.0348499;0.0349061;0.0349625;0.035019;0.0350756;0.0351323;0.0351892;0.0352462;0.0353034;0.0353606;0.0354181;0.0354756;0.0355333;0.0355911;0.0356491;0.0357071;0.0357654;0.0358237;0.0358822;0.0359408;0.0359996;0.0360585;0.0361175;0.0361767;0.036236;0.0362955;0.0363551;0.0364148;0.0364746;0.0365346;0.0365948;0.036655;0.0367154;0.036776;0.0368367;0.0368975;0.0369585;0.0370196;0.0370808;0.0371422;0.0372037;0.0372654;0.0373271;0.0373891;0.0374512;0.0375134;0.0375757;0.0376382;0.0377009;0.0377637;0.0378266;0.0378897;0.0379529;0.0380162;0.0380797;0.0381433;0.0382071;0.038271;0.0383351;0.0383993;0.0384637;0.0385282;0.0385928;0.0386576;0.0387225;0.0387876;0.0388528;0.0389181;0.0389836;0.0390493;0.0391151;0.039181;0.0392471;0.0393133;0.0393797;0.0394462;0.0395129;0.0395797;0.0396467;0.0397138;0.0397811;0.0398485;0.039916;0.0399837;0.0400516;0.0401196;0.0401877;0.040256;0.0403245;0.0403931;0.0404618;0.0405307;0.0405997;0.0406689;0.0407383;0.0408078;0.0408774;0.0409472;0.0410172;0.0410873;0.0411575;0.0412279;0.0412985;0.0413692;0.04144;0.041511;0.0415822;0.0416535;0.041725;0.0417966;0.0418684;0.0419403;0.0420124;0.0420846;0.042157;0.0422296;0.0423023;0.0423751;0.0424481;0.0425213;0.0425946;0.0426681;0.0427417;0.0428155;0.0428895;0.0429636;0.0430378;0.0431122;0.0431868;0.0432615;0.0433364;0.0434115;0.0434867;0.043562;0.0436376;0.0437132;0.0437891;0.0438651;0.0439412;0.0440176;0.044094;0.0441707;0.0442475;0.0443244;0.0444016;0.0444788;0.0445563;0.0446339;0.0447116;0.0447896;0.0448677;0.0449459;0.0450243;0.0451029;0.0451816;0.0452605;0.0453396;0.0454188;0.0454982;0.0455778;0.0456575;0.0457374;0.0458174;0.0458977;0.045978;0.0460586;0.0461393;0.0462202;0.0463012;0.0463824;0.0464638;0.0465453;0.0466271;0.0467089;0.046791;0.0468732;0.0469556;0.0470381;0.0471208;0.0472037;0.0472868;0.04737;0.0474534;0.0475369;0.0476207;0.0477046;0.0477886;0.0478729;0.0479573;0.0480419;0.0481266;0.0482115;0.0482966;0.0483819;0.0484673;0.0485529;0.0486387;0.0487247;0.0488108;0.0488971;0.0489836;0.0490702;0.0491571;0.049244;0.0493312;0.0494186;0.0495061;0.0495938;0.0496816;0.0497697;0.0498579;0.0499463;0.0500349;0.0501236;0.0502125;0.0503016;0.0503909;0.0504804;0.05057;0.0506598;0.0507498;0.05084;0.0509303;0.0510208;0.0511115;0.0512024;0.0512935;0.0513847;0.0514761;0.0515677;0.0516595;0.0517515;0.0518436;0.0519359;0.0520284;0.0521211;0.052214;0.052307;0.0524002;0.0524937;0.0525872;0.052681;0.052775;0.0528691;0.0529635;0.053058;0.0531527;0.0532475;0.0533426;0.0534378;0.0535333;0.0536289;0.0537247;0.0538207;0.0539169;0.0540132;0.0541098;0.0542065;0.0543034;0.0544005;0.0544978;0.0545953;0.054693;0.0547909;0.0548889;0.0549872;0.0550856;0.0551842;0.055283;0.055382;0.0554812;0.0555806;0.0556801;0.0557799;0.0558798;0.05598;0.0560803;0.0561808;0.0562815;0.0563824;0.0564835;0.0565848;0.0566863;0.056788;0.0568899;0.0569919;0.0570942;0.0571966;0.0572993;0.0574021;0.0575051;0.0576084;0.0577118;0.0578154;0.0579192;0.0580233;0.0581275;0.0582319;0.0583365;0.0584413;0.0585463;0.0586515;0.0587569;0.0588625;0.0589682;0.0590742;0.0591804;0.0592868;0.0593934;0.0595002;0.0596072;0.0597144;0.0598217;0.0599293;0.0600371;0.0601451;0.0602533;0.0603617;0.0604703;0.0605791;0.0606881;0.0607973;0.0609067;0.0610163;0.0611261;0.0612361;0.0613464;0.0614568;0.0615674;0.0616783;0.0617893;0.0619005;0.062012;0.0621237;0.0622355;0.0623476;0.0624599;0.0625723;0.062685;0.0627979;0.062911;0.0630244;0.0631379;0.0632516;0.0633655;0.0634797;0.0635941;0.0637086;0.0638234;0.0639384;0.0640536;0.064169;0.0642846;0.0644004;0.0645165;0.0646327;0.0647492;0.0648659;0.0649828;0.0650999;0.0652172;0.0653347;0.0654525;0.0655704;0.0656886;0.065807;0.0659256;0.0660444;0.0661634;0.0662827;0.0664021;0.0665218;0.0666417;0.0667618;0.0668822;0.0670027;0.0671235;0.0672445;0.0673657;0.0674871;0.0676087;0.0677306;0.0678526;0.0679749;0.0680974;0.0682202;0.0683431;0.0684663;0.0685897;0.0687133;0.0688371;0.0689612;0.0690855;0.06921;0.0693347;0.0694596;0.0695848;0.0697102;0.0698358;0.0699617;0.0700877;0.070214;0.0703405;0.0704673;0.0705942;0.0707214;0.0708488;0.0709765;0.0711043;0.0712324;0.0713607;0.0714893;0.0716181;0.0717471;0.0718763;0.0720057;0.0721354;0.0722653;0.0723955;0.0725259;0.0726565;0.0727873;0.0729184;0.0730496;0.0731812;0.0733129;0.0734449;0.0735771;0.0737096;0.0738423;0.0739752;0.0741083;0.0742417;0.0743753;0.0745092;0.0746432;0.0747776;0.0749121;0.0750469;0.0751819;0.0753172;0.0754527;0.0755884;0.0757243;0.0758605;0.075997;0.0761336;0.0762706;0.0764077;0.0765451;0.0766827;0.0768206;0.0769587;0.077097;0.0772356;0.0773744;0.0775135;0.0776528;0.0777923;0.0779321;0.0780721;0.0782124;0.0783529;0.0784936;0.0786346;0.0787758;0.0789173;0.079059;0.079201;0.0793432;0.0794856;0.0796283;0.0797713;0.0799145;0.0800579;0.0802016;0.0803455;0.0804896;0.0806341;0.0807787;0.0809236;0.0810688;0.0812142;0.0813598;0.0815057;0.0816519;0.0817983;0.0819449;0.0820918;0.0822389;0.0823863;0.082534;0.0826819;0.08283;0.0829784;0.083127;0.0832759;0.0834251;0.0835745;0.0837242;0.0838741;0.0840242;0.0841746;0.0843253;0.0844762;0.0846274;0.0847788;0.0849305;0.0850825;0.0852347;0.0853871;0.0855398;0.0856928;0.085846;0.0859995;0.0861533;0.0863073;0.0864615;0.086616;0.0867708;0.0869258;0.0870811;0.0872367;0.0873925;0.0875486;0.0877049;0.0878615;0.0880183;0.0881754;0.0883328;0.0884905;0.0886484;0.0888065;0.088965;0.0891237;0.0892826;0.0894418;0.0896013;0.0897611;0.0899211;0.0900814;0.0902419;0.0904027;0.0905638;0.0907251;0.0908867;0.0910486;0.0912108;0.0913732;0.0915358;0.0916988;0.091862;0.0920255;0.0921893;0.0923533;0.0925176;0.0926821;0.092847;0.0930121;0.0931775;0.0933431;0.093509;0.0936752;0.0938417;0.0940084;0.0941754;0.0943427;0.0945103;0.0946781;0.0948462;0.0950146;0.0951833;0.0953522;0.0955214;0.0956909;0.0958607;0.0960307;0.096201;0.0963716;0.0965425;0.0967136;0.096885;0.0970567;0.0972287;0.097401;0.0975735;0.0977464;0.0979195;0.0980928;0.0982665;0.0984405;0.0986147;0.0987892;0.098964;0.099139;0.0993144;0.09949;0.099666;0.0998422;0.100019;0.100195;0.100372;0.10055;0.100727;0.100905;0.101084;0.101262;0.101441;0.10162;0.101799;0.101979;0.102159;0.102339;0.10252;0.1027;0.102881;0.103063;0.103244;0.103426;0.103609;0.103791;0.103974;0.104157;0.10434;0.104524;0.104708;0.104892;0.105077;0.105262;0.105447;0.105633;0.105818;0.106004;0.106191;0.106377;0.106564;0.106751;0.106939;0.107127;0.107315;0.107503;0.107692;0.107881;0.10807;0.10826;0.10845;0.10864;0.108831;0.109021;0.109213;0.109404;0.109596;0.109788;0.10998;0.110173;0.110366;0.110559;0.110752;0.110946;0.11114;0.111335;0.111529;0.111725;0.11192;0.112116;0.112312;0.112508;0.112704;0.112901;0.113098;0.113296;0.113494;0.113692;0.11389;0.114089;0.114288;0.114487;0.114687;0.114887;0.115087;0.115288;0.115489;0.11569;0.115892;0.116094;0.116296;0.116498;0.116701;0.116904;0.117108;0.117311;0.117515;0.11772;0.117924;0.118129;0.118335;0.11854;0.118746;0.118952;0.119159;0.119366;0.119573;0.119781;0.119989;0.120197;0.120405;0.120614;0.120823;0.121033;0.121242;0.121453;0.121663;0.121874;0.122085;0.122296;0.122508;0.12272;0.122932;0.123145;0.123358;0.123571;0.123785;0.123999;0.124213;0.124428;0.124643;0.124858;0.125074;0.12529;0.125506;0.125723;0.12594;0.126157;0.126374;0.126592;0.126811;0.127029;0.127248;0.127467;0.127687;0.127907;0.128127;0.128348;0.128569;0.12879;0.129011;0.129233;0.129456;0.129678;0.129901;0.130124;0.130348;0.130572;0.130796;0.131021;0.131246;0.131471;0.131697;0.131923;0.132149;0.132376;0.132603;0.13283;0.133058;0.133286;0.133514;0.133743;0.133972;0.134201;0.134431;0.134661;0.134891;0.135122;0.135353</Cd>
+                <Cd_turb>0.0235587;0.0235349;0.0235111;0.0234874;0.0234638;0.0234402;0.0234168;0.0233934;0.0233701;0.0233469;0.0233237;0.0233006;0.0232777;0.0232547;0.0232319;0.0232092;0.0231865;0.0231639;0.0231414;0.0231189;0.0230966;0.0230743;0.0230521;0.0230299;0.0230079;0.0229859;0.022964;0.0229422;0.0229205;0.0228988;0.0228772;0.0228557;0.0228343;0.0228129;0.0227917;0.0227705;0.0227494;0.0227283;0.0227073;0.0226865;0.0226657;0.0226449;0.0226243;0.0226037;0.0225832;0.0225627;0.0225424;0.0225221;0.0225019;0.0224818;0.0224618;0.0224418;0.0224219;0.0224021;0.0223823;0.0223627;0.0223431;0.0223236;0.0223042;0.0222848;0.0222655;0.0222463;0.0222272;0.0222081;0.0221891;0.0221702;0.0221514;0.0221327;0.022114;0.0220954;0.0220768;0.0220584;0.02204;0.0220217;0.0220035;0.0219853;0.0219673;0.0219493;0.0219313;0.0219135;0.0218957;0.021878;0.0218604;0.0218428;0.0218254;0.0218079;0.0217906;0.0217734;0.0217562;0.0217391;0.0217221;0.0217051;0.0216882;0.0216714;0.0216547;0.021638;0.0216214;0.0216049;0.0215885;0.0215721;0.0215558;0.0215396;0.0215235;0.0215074;0.0214914;0.0214755;0.0214596;0.0214439;0.0214282;0.0214125;0.021397;0.0213815;0.0213661;0.0213508;0.0213355;0.0213203;0.0213052;0.0212902;0.0212752;0.0212603;0.0212455;0.0212308;0.0212161;0.0212015;0.021187;0.0211725;0.0211581;0.0211438;0.0211296;0.0211154;0.0211013;0.0210873;0.0210734;0.0210595;0.0210457;0.021032;0.0210183;0.0210047;0.0209912;0.0209778;0.0209644;0.0209511;0.0209379;0.0209248;0.0209117;0.0208987;0.0208857;0.0208729;0.0208601;0.0208474;0.0208347;0.0208222;0.0208097;0.0207972;0.0207849;0.0207726;0.0207604;0.0207482;0.0207362;0.0207242;0.0207123;0.0207004;0.0206886;0.0206769;0.0206653;0.0206537;0.0206422;0.0206308;0.0206194;0.0206082;0.020597;0.0205858;0.0205747;0.0205638;0.0205528;0.020542;0.0205312;0.0205205;0.0205098;0.0204993;0.0204888;0.0204784;0.020468;0.0204577;0.0204475;0.0204374;0.0204273;0.0204173;0.0204074;0.0203975;0.0203877;0.020378;0.0203684;0.0203588;0.0203493;0.0203399;0.0203305;0.0203212;0.020312;0.0203029;0.0202938;0.0202848;0.0202758;0.020267;0.0202582;0.0202495;0.0202408;0.0202322;0.0202237;0.0202153;0.0202069;0.0201986;0.0201904;0.0201822;0.0201741;0.0201661;0.0201582;0.0201503;0.0201425;0.0201347;0.0201271;0.0201195;0.0201119;0.0201045;0.0200971;0.0200898;0.0200825;0.0200754;0.0200683;0.0200612;0.0200543;0.0200474;0.0200406;0.0200338;0.0200271;0.0200205;0.020014;0.0200075;0.0200011;0.0199948;0.0199885;0.0199823;0.0199762;0.0199701;0.0199642;0.0199583;0.0199524;0.0199466;0.0199409;0.0199353;0.0199297;0.0199243;0.0199188;0.0199135;0.0199082;0.019903;0.0198979;0.0198928;0.0198878;0.0198829;0.019878;0.0198732;0.0198685;0.0198638;0.0198593;0.0198547;0.0198503;0.0198459;0.0198416;0.0198374;0.0198332;0.0198292;0.0198251;0.0198212;0.0198173;0.0198135;0.0198097;0.0198061;0.0198025;0.0197989;0.0197955;0.0197921;0.0197888;0.0197855;0.0197823;0.0197792;0.0197762;0.0197732;0.0197703;0.0197675;0.0197647;0.019762;0.0197594;0.0197568;0.0197544;0.019752;0.0197496;0.0197473;0.0197451;0.019743;0.0197409;0.0197389;0.019737;0.0197352;0.0197334;0.0197317;0.01973;0.0197285;0.019727;0.0197255;0.0197242;0.0197229;0.0197216;0.0197205;0.0197194;0.0197184;0.0197175;0.0197166;0.0197158;0.019715;0.0197144;0.0197138;0.0197133;0.0197128;0.0197124;0.0197121;0.0197119;0.0197117;0.0197116;0.0197116;0.0197116;0.0197117;0.0197119;0.0197121;0.0197125;0.0197129;0.0197133;0.0197138;0.0197144;0.0197151;0.0197159;0.0197167;0.0197176;0.0197185;0.0197195;0.0197206;0.0197218;0.019723;0.0197243;0.0197257;0.0197271;0.0197287;0.0197302;0.0197319;0.0197336;0.0197354;0.0197373;0.0197392;0.0197412;0.0197433;0.0197455;0.0197477;0.01975;0.0197523;0.0197548;0.0197573;0.0197599;0.0197625;0.0197652;0.019768;0.0197709;0.0197738;0.0197768;0.0197799;0.019783;0.0197862;0.0197895;0.0197929;0.0197963;0.0197998;0.0198033;0.019807;0.0198107;0.0198145;0.0198183;0.0198223;0.0198262;0.0198303;0.0198344;0.0198387;0.0198429;0.0198473;0.0198517;0.0198562;0.0198608;0.0198654;0.0198701;0.0198749;0.0198797;0.0198847;0.0198897;0.0198947;0.0198999;0.0199051;0.0199103;0.0199157;0.0199211;0.0199266;0.0199322;0.0199378;0.0199436;0.0199494;0.0199554;0.0199614;0.0199674;0.0199736;0.0199798;0.0199861;0.0199924;0.0199989;0.0200054;0.0200119;0.0200186;0.0200253;0.020032;0.0200389;0.0200458;0.0200528;0.0200598;0.020067;0.0200742;0.0200814;0.0200888;0.0200962;0.0201037;0.0201112;0.0201188;0.0201265;0.0201343;0.0201421;0.02015;0.020158;0.0201661;0.0201742;0.0201824;0.0201907;0.020199;0.0202074;0.0202159;0.0202244;0.0202331;0.0202418;0.0202505;0.0202594;0.0202683;0.0202773;0.0202863;0.0202954;0.0203046;0.0203139;0.0203233;0.0203327;0.0203422;0.0203517;0.0203614;0.0203711;0.0203809;0.0203907;0.0204006;0.0204106;0.0204207;0.0204309;0.0204411;0.0204514;0.0204617;0.0204722;0.0204827;0.0204933;0.020504;0.0205147;0.0205255;0.0205364;0.0205473;0.0205584;0.0205695;0.0205807;0.0205919;0.0206033;0.0206147;0.0206261;0.0206377;0.0206493;0.020661;0.0206728;0.0206847;0.0206966;0.0207086;0.0207207;0.0207328;0.020745;0.0207573;0.0207697;0.0207822;0.0207947;0.0208073;0.02082;0.0208328;0.0208456;0.0208585;0.0208715;0.0208846;0.0208977;0.0209109;0.0209242;0.0209376;0.020951;0.0209645;0.0209781;0.0209918;0.0210056;0.0210194;0.0210333;0.0210473;0.0210613;0.0210755;0.0210897;0.021104;0.0211184;0.0211328;0.0211473;0.0211619;0.0211766;0.0211914;0.0212062;0.0212211;0.0212361;0.0212512;0.0212663;0.0212816;0.0212969;0.0213123;0.0213277;0.0213433;0.0213589;0.0213746;0.0213904;0.0214062;0.0214222;0.0214382;0.0214543;0.0214705;0.0214867;0.0215031;0.0215195;0.021536;0.0215525;0.0215692;0.0215859;0.0216028;0.0216197;0.0216366;0.0216537;0.0216708;0.021688;0.0217053;0.0217227;0.0217402;0.0217577;0.0217754;0.0217931;0.0218109;0.0218287;0.0218467;0.0218647;0.0218828;0.021901;0.0219193;0.0219377;0.0219561;0.0219746;0.0219932;0.0220119;0.0220307;0.0220495;0.0220685;0.0220875;0.0221066;0.0221258;0.022145;0.0221644;0.0221838;0.0222033;0.022223;0.0222426;0.0222624;0.0222823;0.0223022;0.0223222;0.0223423;0.0223625;0.0223828;0.0224031;0.0224236;0.0224441;0.0224647;0.0224854;0.0225062;0.0225271;0.022548;0.022569;0.0225902;0.0226114;0.0226327;0.022654;0.0226755;0.0226971;0.0227187;0.0227404;0.0227622;0.0227841;0.0228061;0.0228282;0.0228503;0.0228726;0.0228949;0.0229173;0.0229398;0.0229624;0.0229851;0.0230078;0.0230307;0.0230536;0.0230766;0.0230997;0.0231229;0.0231462;0.0231696;0.0231931;0.0232166;0.0232403;0.023264;0.0232878;0.0233117;0.0233357;0.0233598;0.023384;0.0234082;0.0234326;0.023457;0.0234816;0.0235062;0.0235309;0.0235557;0.0235806;0.0236056;0.0236306;0.0236558;0.023681;0.0237064;0.0237318;0.0237573;0.0237829;0.0238087;0.0238344;0.0238603;0.0238863;0.0239124;0.0239385;0.0239648;0.0239911;0.0240176;0.0240441;0.0240707;0.0240974;0.0241242;0.0241511;0.0241781;0.0242052;0.0242324;0.0242597;0.024287;0.0243145;0.024342;0.0243697;0.0243974;0.0244252;0.0244532;0.0244812;0.0245093;0.0245375;0.0245658;0.0245942;0.0246227;0.0246513;0.02468;0.0247087;0.0247376;0.0247666;0.0247956;0.0248248;0.024854;0.0248834;0.0249128;0.0249423;0.024972;0.0250017;0.0250315;0.0250615;0.0250915;0.0251216;0.0251518;0.0251821;0.0252125;0.025243;0.0252736;0.0253043;0.0253351;0.025366;0.025397;0.0254281;0.0254593;0.0254906;0.025522;0.0255534;0.025585;0.0256167;0.0256485;0.0256804;0.0257123;0.0257444;0.0257766;0.0258089;0.0258412;0.0258737;0.0259063;0.025939;0.0259717;0.0260046;0.0260376;0.0260707;0.0261039;0.0261371;0.0261705;0.026204;0.0262376;0.0262713;0.026305;0.0263389;0.0263729;0.026407;0.0264412;0.0264755;0.0265099;0.0265444;0.026579;0.0266137;0.0266485;0.0266834;0.0267184;0.0267536;0.0267888;0.0268241;0.0268595;0.0268951;0.0269307;0.0269664;0.0270023;0.0270382;0.0270743;0.0271104;0.0271467;0.0271831;0.0272195;0.0272561;0.0272928;0.0273296;0.0273665;0.0274035;0.0274406;0.0274778;0.0275151;0.0275526;0.0275901;0.0276277;0.0276655;0.0277033;0.0277413;0.0277794;0.0278175;0.0278558;0.0278942;0.0279327;0.0279713;0.02801;0.0280489;0.0280878;0.0281268;0.028166;0.0282052;0.0282446;0.0282841;0.0283237;0.0283634;0.0284032;0.0284431;0.0284831;0.0285233;0.0285635;0.0286039;0.0286443;0.0286849;0.0287256;0.0287664;0.0288073;0.0288483;0.0288895;0.0289307;0.0289721;0.0290135;0.0290551;0.0290968;0.0291386;0.0291805;0.0292226;0.0292647;0.029307;0.0293493;0.0293918;0.0294344;0.0294771;0.0295199;0.0295629;0.0296059;0.0296491;0.0296924;0.0297358;0.0297793;0.0298229;0.0298667;0.0299105;0.0299545;0.0299986;0.0300428;0.0300871;0.0301315;0.0301761;0.0302207;0.0302655;0.0303104;0.0303554;0.0304006;0.0304458;0.0304912;0.0305367;0.0305823;0.030628;0.0306738;0.0307198;0.0307659;0.0308121;0.0308584;0.0309048;0.0309514;0.030998;0.0310448;0.0310917;0.0311387;0.0311859;0.0312332;0.0312805;0.0313281;0.0313757;0.0314234;0.0314713;0.0315193;0.0315674;0.0316156;0.031664;0.0317125;0.0317611;0.0318098;0.0318586;0.0319076;0.0319567;0.0320059;0.0320552;0.0321047;0.0321542;0.0322039;0.0322538;0.0323037;0.0323538;0.032404;0.0324543;0.0325047;0.0325553;0.032606;0.0326568;0.0327077;0.0327588;0.03281;0.0328613;0.0329128;0.0329643;0.033016;0.0330679;0.0331198;0.0331719;0.0332241;0.0332764;0.0333289;0.0333814;0.0334342;0.033487;0.03354;0.0335931;0.0336463;0.0336996;0.0337531;0.0338067;0.0338604;0.0339143;0.0339683;0.0340224;0.0340767;0.0341311;0.0341856;0.0342402;0.034295;0.0343499;0.0344049;0.0344601;0.0345154;0.0345708;0.0346264;0.0346821;0.0347379;0.0347938;0.0348499;0.0349061;0.0349625;0.035019;0.0350756;0.0351323;0.0351892;0.0352462;0.0353034;0.0353606;0.0354181;0.0354756;0.0355333;0.0355911;0.0356491;0.0357071;0.0357654;0.0358237;0.0358822;0.0359408;0.0359996;0.0360585;0.0361175;0.0361767;0.036236;0.0362955;0.0363551;0.0364148;0.0364746;0.0365346;0.0365948;0.036655;0.0367154;0.036776;0.0368367;0.0368975;0.0369585;0.0370196;0.0370808;0.0371422;0.0372037;0.0372654;0.0373271;0.0373891;0.0374512;0.0375134;0.0375757;0.0376382;0.0377009;0.0377637;0.0378266;0.0378897;0.0379529;0.0380162;0.0380797;0.0381433;0.0382071;0.038271;0.0383351;0.0383993;0.0384637;0.0385282;0.0385928;0.0386576;0.0387225;0.0387876;0.0388528;0.0389181;0.0389836;0.0390493;0.0391151;0.039181;0.0392471;0.0393133;0.0393797;0.0394462;0.0395129;0.0395797;0.0396467;0.0397138;0.0397811;0.0398485;0.039916;0.0399837;0.0400516;0.0401196;0.0401877;0.040256;0.0403245;0.0403931;0.0404618;0.0405307;0.0405997;0.0406689;0.0407383;0.0408078;0.0408774;0.0409472;0.0410172;0.0410873;0.0411575;0.0412279;0.0412985;0.0413692;0.04144;0.041511;0.0415822;0.0416535;0.041725;0.0417966;0.0418684;0.0419403;0.0420124;0.0420846;0.042157;0.0422296;0.0423023;0.0423751;0.0424481;0.0425213;0.0425946;0.0426681;0.0427417;0.0428155;0.0428895;0.0429636;0.0430378;0.0431122;0.0431868;0.0432615;0.0433364;0.0434115;0.0434867;0.043562;0.0436376;0.0437132;0.0437891;0.0438651;0.0439412;0.0440176;0.044094;0.0441707;0.0442475;0.0443244;0.0444016;0.0444788;0.0445563;0.0446339;0.0447116;0.0447896;0.0448677;0.0449459;0.0450243;0.0451029;0.0451816;0.0452605;0.0453396;0.0454188;0.0454982;0.0455778;0.0456575;0.0457374;0.0458174;0.0458977;0.045978;0.0460586;0.0461393;0.0462202;0.0463012;0.0463824;0.0464638;0.0465453;0.0466271;0.0467089;0.046791;0.0468732;0.0469556;0.0470381;0.0471208;0.0472037;0.0472868;0.04737;0.0474534;0.0475369;0.0476207;0.0477046;0.0477886;0.0478729;0.0479573;0.0480419;0.0481266;0.0482115;0.0482966;0.0483819;0.0484673;0.0485529;0.0486387;0.0487247;0.0488108;0.0488971;0.0489836;0.0490702;0.0491571;0.049244;0.0493312;0.0494186;0.0495061;0.0495938;0.0496816;0.0497697;0.0498579;0.0499463;0.0500349;0.0501236;0.0502125;0.0503016;0.0503909;0.0504804;0.05057;0.0506598;0.0507498;0.05084;0.0509303;0.0510208;0.0511115;0.0512024;0.0512935;0.0513847;0.0514761;0.0515677;0.0516595;0.0517515;0.0518436;0.0519359;0.0520284;0.0521211;0.052214;0.052307;0.0524002;0.0524937;0.0525872;0.052681;0.052775;0.0528691;0.0529635;0.053058;0.0531527;0.0532475;0.0533426;0.0534378;0.0535333;0.0536289;0.0537247;0.0538207;0.0539169;0.0540132;0.0541098;0.0542065;0.0543034;0.0544005;0.0544978;0.0545953;0.054693;0.0547909;0.0548889;0.0549872;0.0550856;0.0551842;0.055283;0.055382;0.0554812;0.0555806;0.0556801;0.0557799;0.0558798;0.05598;0.0560803;0.0561808;0.0562815;0.0563824;0.0564835;0.0565848;0.0566863;0.056788;0.0568899;0.0569919;0.0570942;0.0571966;0.0572993;0.0574021;0.0575051;0.0576084;0.0577118;0.0578154;0.0579192;0.0580233;0.0581275;0.0582319;0.0583365;0.0584413;0.0585463;0.0586515;0.0587569;0.0588625;0.0589682;0.0590742;0.0591804;0.0592868;0.0593934;0.0595002;0.0596072;0.0597144;0.0598217;0.0599293;0.0600371;0.0601451;0.0602533;0.0603617;0.0604703;0.0605791;0.0606881;0.0607973;0.0609067;0.0610163;0.0611261;0.0612361;0.0613464;0.0614568;0.0615674;0.0616783;0.0617893;0.0619005;0.062012;0.0621237;0.0622355;0.0623476;0.0624599;0.0625723;0.062685;0.0627979;0.062911;0.0630244;0.0631379;0.0632516;0.0633655;0.0634797;0.0635941;0.0637086;0.0638234;0.0639384;0.0640536;0.064169;0.0642846;0.0644004;0.0645165;0.0646327;0.0647492;0.0648659;0.0649828;0.0650999;0.0652172;0.0653347;0.0654525;0.0655704;0.0656886;0.065807;0.0659256;0.0660444;0.0661634;0.0662827;0.0664021;0.0665218;0.0666417;0.0667618;0.0668822;0.0670027;0.0671235;0.0672445;0.0673657;0.0674871;0.0676087;0.0677306;0.0678526;0.0679749;0.0680974;0.0682202;0.0683431;0.0684663;0.0685897;0.0687133;0.0688371;0.0689612;0.0690855;0.06921;0.0693347;0.0694596;0.0695848;0.0697102;0.0698358;0.0699617;0.0700877;0.070214;0.0703405;0.0704673;0.0705942;0.0707214;0.0708488;0.0709765;0.0711043;0.0712324;0.0713607;0.0714893;0.0716181;0.0717471;0.0718763;0.0720057;0.0721354;0.0722653;0.0723955;0.0725259;0.0726565;0.0727873;0.0729184;0.0730496;0.0731812;0.0733129;0.0734449;0.0735771;0.0737096;0.0738423;0.0739752;0.0741083;0.0742417;0.0743753;0.0745092;0.0746432;0.0747776;0.0749121;0.0750469;0.0751819;0.0753172;0.0754527;0.0755884;0.0757243;0.0758605;0.075997;0.0761336;0.0762706;0.0764077;0.0765451;0.0766827;0.0768206;0.0769587;0.077097;0.0772356;0.0773744;0.0775135;0.0776528;0.0777923;0.0779321;0.0780721;0.0782124;0.0783529;0.0784936;0.0786346;0.0787758;0.0789173;0.079059;0.079201;0.0793432;0.0794856;0.0796283;0.0797713;0.0799145;0.0800579;0.0802016;0.0803455;0.0804896;0.0806341;0.0807787;0.0809236;0.0810688;0.0812142;0.0813598;0.0815057;0.0816519;0.0817983;0.0819449;0.0820918;0.0822389;0.0823863;0.082534;0.0826819;0.08283;0.0829784;0.083127;0.0832759;0.0834251;0.0835745;0.0837242;0.0838741;0.0840242;0.0841746;0.0843253;0.0844762;0.0846274;0.0847788;0.0849305;0.0850825;0.0852347;0.0853871;0.0855398;0.0856928;0.085846;0.0859995;0.0861533;0.0863073;0.0864615;0.086616;0.0867708;0.0869258;0.0870811;0.0872367;0.0873925;0.0875486;0.0877049;0.0878615;0.0880183;0.0881754;0.0883328;0.0884905;0.0886484;0.0888065;0.088965;0.0891237;0.0892826;0.0894418;0.0896013;0.0897611;0.0899211;0.0900814;0.0902419;0.0904027;0.0905638;0.0907251;0.0908867;0.0910486;0.0912108;0.0913732;0.0915358;0.0916988;0.091862;0.0920255;0.0921893;0.0923533;0.0925176;0.0926821;0.092847;0.0930121;0.0931775;0.0933431;0.093509;0.0936752;0.0938417;0.0940084;0.0941754;0.0943427;0.0945103;0.0946781;0.0948462;0.0950146;0.0951833;0.0953522;0.0955214;0.0956909;0.0958607;0.0960307;0.096201;0.0963716;0.0965425;0.0967136;0.096885;0.0970567;0.0972287;0.097401;0.0975735;0.0977464;0.0979195;0.0980928;0.0982665;0.0984405;0.0986147;0.0987892;0.098964;0.099139;0.0993144;0.09949;0.099666;0.0998422;0.100019;0.100195;0.100372;0.10055;0.100727;0.100905;0.101084;0.101262;0.101441;0.10162;0.101799;0.101979;0.102159;0.102339;0.10252;0.1027;0.102881;0.103063;0.103244;0.103426;0.103609;0.103791;0.103974;0.104157;0.10434;0.104524;0.104708;0.104892;0.105077;0.105262;0.105447;0.105633;0.105818;0.106004;0.106191;0.106377;0.106564;0.106751;0.106939;0.107127;0.107315;0.107503;0.107692;0.107881;0.10807;0.10826;0.10845;0.10864;0.108831;0.109021;0.109213;0.109404;0.109596;0.109788;0.10998;0.110173;0.110366;0.110559;0.110752;0.110946;0.11114;0.111335;0.111529;0.111725;0.11192;0.112116;0.112312;0.112508;0.112704;0.112901;0.113098;0.113296;0.113494;0.113692;0.11389;0.114089;0.114288;0.114487;0.114687;0.114887;0.115087;0.115288;0.115489;0.11569;0.115892;0.116094;0.116296;0.116498;0.116701;0.116904;0.117108;0.117311;0.117515;0.11772;0.117924;0.118129;0.118335;0.11854;0.118746;0.118952;0.119159;0.119366;0.119573;0.119781;0.119989;0.120197;0.120405;0.120614;0.120823;0.121033;0.121242;0.121453;0.121663;0.121874;0.122085;0.122296;0.122508;0.12272;0.122932;0.123145;0.123358;0.123571;0.123785;0.123999;0.124213;0.124428;0.124643;0.124858;0.125074;0.12529;0.125506;0.125723;0.12594;0.126157;0.126374;0.126592;0.126811;0.127029;0.127248;0.127467;0.127687;0.127907;0.128127;0.128348;0.128569;0.12879;0.129011;0.129233;0.129456;0.129678;0.129901;0.130124;0.130348;0.130572;0.130796;0.131021;0.131246;0.131471;0.131697;0.131923;0.132149;0.132376;0.132603;0.13283;0.133058;0.133286;0.133514;0.133743;0.133972;0.134201;0.134431;0.134661;0.134891;0.135122;0.135353</Cd_turb>
+                <Cm>0.224277;0.223985;0.223693;0.223402;0.22311;0.222818;0.222526;0.222235;0.221943;0.221651;0.22136;0.221068;0.220776;0.220484;0.220193;0.219901;0.219609;0.219318;0.219026;0.218734;0.218442;0.218151;0.217859;0.217567;0.217276;0.216984;0.216692;0.216401;0.216109;0.215817;0.215525;0.215234;0.214942;0.21465;0.214359;0.214067;0.213775;0.213483;0.213192;0.2129;0.212608;0.212317;0.212025;0.211733;0.211441;0.21115;0.210858;0.210566;0.210275;0.209983;0.209691;0.209399;0.209108;0.208816;0.208524;0.208233;0.207941;0.207649;0.207357;0.207066;0.206774;0.206482;0.206191;0.205899;0.205607;0.205315;0.205024;0.204732;0.20444;0.204149;0.203857;0.203565;0.203273;0.202982;0.20269;0.202398;0.202107;0.201815;0.201523;0.201231;0.20094;0.200648;0.200356;0.200065;0.199773;0.199481;0.199189;0.198898;0.198606;0.198314;0.198023;0.197731;0.197439;0.197147;0.196856;0.196564;0.196272;0.195981;0.195689;0.195397;0.195105;0.194814;0.194522;0.19423;0.193939;0.193647;0.193355;0.193063;0.192772;0.19248;0.192188;0.191897;0.191605;0.191313;0.191021;0.19073;0.190438;0.190146;0.189855;0.189563;0.189271;0.188979;0.188688;0.188396;0.188104;0.187813;0.187521;0.187229;0.186937;0.186646;0.186354;0.186062;0.185771;0.185479;0.185187;0.184895;0.184604;0.184312;0.18402;0.183729;0.183437;0.183145;0.182853;0.182562;0.18227;0.181978;0.181687;0.181395;0.181103;0.180811;0.18052;0.180228;0.179936;0.179645;0.179353;0.179061;0.178769;0.178478;0.178186;0.177894;0.177603;0.177311;0.177019;0.176727;0.176436;0.176144;0.175852;0.175561;0.175269;0.174977;0.174685;0.174394;0.174102;0.17381;0.173519;0.173227;0.172935;0.172644;0.172352;0.17206;0.171768;0.171477;0.171185;0.170893;0.170602;0.17031;0.170018;0.169726;0.169435;0.169143;0.168851;0.16856;0.168268;0.167976;0.167684;0.167393;0.167101;0.166809;0.166518;0.166226;0.165934;0.165642;0.165351;0.165059;0.164767;0.164476;0.164184;0.163892;0.1636;0.163309;0.163017;0.162725;0.162434;0.162142;0.16185;0.161558;0.161267;0.160975;0.160683;0.160392;0.1601;0.159808;0.159516;0.159225;0.158933;0.158641;0.15835;0.158058;0.157766;0.157474;0.157183;0.156891;0.156599;0.156308;0.156016;0.155724;0.155432;0.155141;0.154849;0.154557;0.154266;0.153974;0.153682;0.15339;0.153099;0.152807;0.152515;0.152224;0.151932;0.15164;0.151348;0.151057;0.150765;0.150473;0.150182;0.14989;0.149598;0.149306;0.149015;0.148723;0.148431;0.14814;0.147848;0.147556;0.147264;0.146973;0.146681;0.146389;0.146098;0.145806;0.145514;0.145222;0.144931;0.144639;0.144347;0.144056;0.143764;0.143472;0.14318;0.142889;0.142597;0.142305;0.142014;0.141722;0.14143;0.141138;0.140847;0.140555;0.140263;0.139972;0.13968;0.139388;0.139096;0.138805;0.138513;0.138221;0.13793;0.137638;0.137346;0.137054;0.136763;0.136471;0.136179;0.135888;0.135596;0.135304;0.135012;0.134721;0.134429;0.134137;0.133846;0.133554;0.133262;0.13297;0.132679;0.132387;0.132095;0.131804;0.131512;0.13122;0.130928;0.130637;0.130345;0.130053;0.129762;0.12947;0.129178;0.128886;0.128595;0.128303;0.128011;0.12772;0.127428;0.127136;0.126845;0.126553;0.126261;0.125969;0.125678;0.125386;0.125094;0.124803;0.124511;0.124219;0.123927;0.123636;0.123344;0.123052;0.122761;0.122469;0.122177;0.121885;0.121594;0.121302;0.12101;0.120719;0.120427;0.120135;0.119843;0.119552;0.11926;0.118968;0.118677;0.118385;0.118093;0.117801;0.11751;0.117218;0.116926;0.116635;0.116343;0.116051;0.115759;0.115468;0.115176;0.114884;0.114593;0.114301;0.114009;0.113717;0.113426;0.113134;0.112842;0.112551;0.112259;0.111967;0.111675;0.111384;0.111092;0.1108;0.110509;0.110217;0.109925;0.109633;0.109342;0.10905;0.108758;0.108467;0.108175;0.107883;0.107591;0.1073;0.107008;0.106716;0.106425;0.106133;0.105841;0.105549;0.105258;0.104966;0.104674;0.104383;0.104091;0.103799;0.103507;0.103216;0.102924;0.102632;0.102341;0.102049;0.101757;0.101465;0.101174;0.100882;0.10059;0.100299;0.100007;0.0997152;0.0994235;0.0991317;0.09884;0.0985483;0.0982566;0.0979649;0.0976732;0.0973815;0.0970897;0.096798;0.0965063;0.0962146;0.0959229;0.0956312;0.0953395;0.0950478;0.094756;0.0944643;0.0941726;0.0938809;0.0935892;0.0932975;0.0930058;0.092714;0.0924223;0.0921306;0.0918389;0.0915472;0.0912555;0.0909638;0.0906721;0.0903803;0.0900886;0.0897969;0.0895052;0.0892135;0.0889218;0.0886301;0.0883383;0.0880466;0.0877549;0.0874632;0.0871715;0.0868798;0.0865881;0.0862964;0.0860046;0.0857129;0.0854212;0.0851295;0.0848378;0.0845461;0.0842544;0.0839626;0.0836709;0.0833792;0.0830875;0.0827958;0.0825041;0.0822124;0.0819207;0.0816289;0.0813372;0.0810455;0.0807538;0.0804621;0.0801704;0.0798787;0.0795869;0.0792952;0.0790035;0.0787118;0.0784201;0.0781284;0.0778367;0.077545;0.0772532;0.0769615;0.0766698;0.0763781;0.0760864;0.0757947;0.075503;0.0752112;0.0749195;0.0746278;0.0743361;0.0740444;0.0737527;0.073461;0.0731692;0.0728775;0.0725858;0.0722941;0.0720024;0.0717107;0.071419;0.0711273;0.0708355;0.0705438;0.0702521;0.0699604;0.0696687;0.069377;0.0690853;0.0687935;0.0685018;0.0682101;0.0679184;0.0676267;0.067335;0.0670433;0.0667516;0.0664598;0.0661681;0.0658764;0.0655847;0.065293;0.0650013;0.0647096;0.0644178;0.0641261;0.0638344;0.0635427;0.063251;0.0629593;0.0626676;0.0623759;0.0620841;0.0617924;0.0615007;0.061209;0.0609173;0.0606256;0.0603339;0.0600421;0.0597504;0.0594587;0.059167;0.0588753;0.0585836;0.0582919;0.0580002;0.0577084;0.0574167;0.057125;0.0568333;0.0565416;0.0562499;0.0559582;0.0556664;0.0553747;0.055083;0.0547913;0.0544996;0.0542079;0.0539162;0.0536245;0.0533327;0.053041;0.0527493;0.0524576;0.0521659;0.0518742;0.0515825;0.0512907;0.050999;0.0507073;0.0504156;0.0501239;0.0498322;0.0495405;0.0492488;0.048957;0.0486653;0.0483736;0.0480819;0.0477902;0.0474985;0.0472068;0.046915;0.0466233;0.0463316;0.0460399;0.0457482;0.0454565;0.0451648;0.0448731;0.0445813;0.0442896;0.0439979;0.0437062;0.0434145;0.0431228;0.0428311;0.0425393;0.0422476;0.0419559;0.0416642;0.0413725;0.0410808;0.0407891;0.0404974;0.0402056;0.0399139;0.0396222;0.0393305;0.0390388;0.0387471;0.0384554;0.0381636;0.0378719;0.0375802;0.0372885;0.0369968;0.0367051;0.0364134;0.0361217;0.0358299;0.0355382;0.0352465;0.0349548;0.0346631;0.0343714;0.0340797;0.0337879;0.0334962;0.0332045;0.0329128;0.0326211;0.0323294;0.0320377;0.031746;0.0314542;0.0311625;0.0308708;0.0305791;0.0302874;0.0299957;0.029704;0.0294122;0.0291205;0.0288288;0.0285371;0.0282454;0.0279537;0.027662;0.0273703;0.0270785;0.0267868;0.0264951;0.0262034;0.0259117;0.02562;0.0253283;0.0250365;0.0247448;0.0244531;0.0241614;0.0238697;0.023578;0.0232863;0.0229946;0.0227028;0.0224111;0.0221194;0.0218277;0.021536;0.0212443;0.0209526;0.0206608;0.0203691;0.0200774;0.0197857;0.019494;0.0192023;0.0189106;0.0186189;0.0183271;0.0180354;0.0177437;0.017452;0.0171603;0.0168686;0.0165769;0.0162851;0.0159934;0.0157017;0.01541;0.0151183;0.0148266;0.0145349;0.0142432;0.0139514;0.0136597;0.013368;0.0130763;0.0127846;0.0124929;0.0122012;0.0119094;0.0116177;0.011326;0.0110343;0.0107426;0.0104509;0.0101592;0.00986745;0.00957574;0.00928403;0.00899231;0.0087006;0.00840889;0.00811717;0.00782546;0.00753375;0.00724203;0.00695032;0.00665861;0.00636689;0.00607518;0.00578347;0.00549175;0.00520004;0.00490833;0.00461661;0.0043249;0.00403319;0.00374147;0.00344976;0.00315805;0.00286633;0.00257462;0.00228291;0.00199119;0.00169948;0.00140777;0.00111605;0.000824339;0.000532625;0.000240912;-5.08013e-05;-0.000342515;-0.000634228;-0.000925941;-0.00121765;-0.00150937;-0.00180108;-0.00209279;-0.00238451;-0.00267622;-0.00296793;-0.00325965;-0.00355136;-0.00384307;-0.00413479;-0.0044265;-0.00471821;-0.00500993;-0.00530164;-0.00559335;-0.00588507;-0.00617678;-0.0064685;-0.00676021;-0.00705192;-0.00734364;-0.00763535;-0.00792706;-0.00821878;-0.00851049;-0.0088022;-0.00909392;-0.00938563;-0.00967734;-0.00996906;-0.0102608;-0.0105525;-0.0108442;-0.0111359;-0.0114276;-0.0117193;-0.012011;-0.0123028;-0.0125945;-0.0128862;-0.0131779;-0.0134696;-0.0137613;-0.014053;-0.0143448;-0.0146365;-0.0149282;-0.0152199;-0.0155116;-0.0158033;-0.016095;-0.0163867;-0.0166785;-0.0169702;-0.0172619;-0.0175536;-0.0178453;-0.018137;-0.0184287;-0.0187205;-0.0190122;-0.0193039;-0.0195956;-0.0198873;-0.020179;-0.0204707;-0.0207624;-0.0210542;-0.0213459;-0.0216376;-0.0219293;-0.022221;-0.0225127;-0.0228044;-0.0230962;-0.0233879;-0.0236796;-0.0239713;-0.024263;-0.0245547;-0.0248464;-0.0251381;-0.0254299;-0.0257216;-0.0260133;-0.026305;-0.0265967;-0.0268884;-0.0271801;-0.0274719;-0.0277636;-0.0280553;-0.028347;-0.0286387;-0.0289304;-0.0292221;-0.0295138;-0.0298056;-0.0300973;-0.030389;-0.0306807;-0.0309724;-0.0312641;-0.0315558;-0.0318476;-0.0321393;-0.032431;-0.0327227;-0.0330144;-0.0333061;-0.0335978;-0.0338895;-0.0341813;-0.034473;-0.0347647;-0.0350564;-0.0353481;-0.0356398;-0.0359315;-0.0362233;-0.036515;-0.0368067;-0.0370984;-0.0373901;-0.0376818;-0.0379735;-0.0382653;-0.038557;-0.0388487;-0.0391404;-0.0394321;-0.0397238;-0.0400155;-0.0403072;-0.040599;-0.0408907;-0.0411824;-0.0414741;-0.0417658;-0.0420575;-0.0423492;-0.042641;-0.0429327;-0.0432244;-0.0435161;-0.0438078;-0.0440995;-0.0443912;-0.0446829;-0.0449747;-0.0452664;-0.0455581;-0.0458498;-0.0461415;-0.0464332;-0.0467249;-0.0470167;-0.0473084;-0.0476001;-0.0478918;-0.0481835;-0.0484752;-0.0487669;-0.0490586;-0.0493504;-0.0496421;-0.0499338;-0.0502255;-0.0505172;-0.0508089;-0.0511006;-0.0513924;-0.0516841;-0.0519758;-0.0522675;-0.0525592;-0.0528509;-0.0531426;-0.0534343;-0.0537261;-0.0540178;-0.0543095;-0.0546012;-0.0548929;-0.0551846;-0.0554763;-0.0557681;-0.0560598;-0.0563515;-0.0566432;-0.0569349;-0.0572266;-0.0575183;-0.05781;-0.0581018;-0.0583935;-0.0586852;-0.0589769;-0.0592686;-0.0595603;-0.059852;-0.0601438;-0.0604355;-0.0607272;-0.0610189;-0.0613106;-0.0616023;-0.061894;-0.0621857;-0.0624775;-0.0627692;-0.0630609;-0.0633526;-0.0636443;-0.063936;-0.0642277;-0.0645195;-0.0648112;-0.0651029;-0.0653946;-0.0656863;-0.065978;-0.0662697;-0.0665614;-0.0668532;-0.0671449;-0.0674366;-0.0677283;-0.06802;-0.0683117;-0.0686034;-0.0688952;-0.0691869;-0.0694786;-0.0697703;-0.070062;-0.0703537;-0.0706454;-0.0709371;-0.0712289;-0.0715206;-0.0718123;-0.072104;-0.0723957;-0.0726874;-0.0729791;-0.0732709;-0.0735626;-0.0738543;-0.074146;-0.0744377;-0.0747294;-0.0750211;-0.0753128;-0.0756046;-0.0758963;-0.076188;-0.0764797;-0.0767714;-0.0770631;-0.0773548;-0.0776466;-0.0779383;-0.07823;-0.0785217;-0.0788134;-0.0791051;-0.0793968;-0.0796885;-0.0799803;-0.080272;-0.0805637;-0.0808554;-0.0811471;-0.0814388;-0.0817305;-0.0820223;-0.082314;-0.0826057;-0.0828974;-0.0831891;-0.0834808;-0.0837725;-0.0840642;-0.084356;-0.0846477;-0.0849394;-0.0852311;-0.0855228;-0.0858145;-0.0861062;-0.086398;-0.0866897;-0.0869814;-0.0872731;-0.0875648;-0.0878565;-0.0881482;-0.0884399;-0.0887317;-0.0890234;-0.0893151;-0.0896068;-0.0898985;-0.0901902;-0.0904819;-0.0907737;-0.0910654;-0.0913571;-0.0916488;-0.0919405;-0.0922322;-0.0925239;-0.0928156;-0.0931074;-0.0933991;-0.0936908;-0.0939825;-0.0942742;-0.0945659;-0.0948576;-0.0951494;-0.0954411;-0.0957328;-0.0960245;-0.0963162;-0.0966079;-0.0968996;-0.0971913;-0.0974831;-0.0977748;-0.0980665;-0.0983582;-0.0986499;-0.0989416;-0.0992333;-0.0995251;-0.0998168;-0.100108;-0.1004;-0.100692;-0.100984;-0.101275;-0.101567;-0.101859;-0.10215;-0.102442;-0.102734;-0.103026;-0.103317;-0.103609;-0.103901;-0.104192;-0.104484;-0.104776;-0.105068;-0.105359;-0.105651;-0.105943;-0.106234;-0.106526;-0.106818;-0.10711;-0.107401;-0.107693;-0.107985;-0.108276;-0.108568;-0.10886;-0.109152;-0.109443;-0.109735;-0.110027;-0.110318;-0.11061;-0.110902;-0.111194;-0.111485;-0.111777;-0.112069;-0.11236;-0.112652;-0.112944;-0.113236;-0.113527;-0.113819;-0.114111;-0.114402;-0.114694;-0.114986;-0.115278;-0.115569;-0.115861;-0.116153;-0.116444;-0.116736;-0.117028;-0.11732;-0.117611;-0.117903;-0.118195;-0.118486;-0.118778;-0.11907;-0.119362;-0.119653;-0.119945;-0.120237;-0.120528;-0.12082;-0.121112;-0.121404;-0.121695;-0.121987;-0.122279;-0.12257;-0.122862;-0.123154;-0.123446;-0.123737;-0.124029;-0.124321;-0.124612;-0.124904;-0.125196;-0.125488;-0.125779;-0.126071;-0.126363;-0.126654;-0.126946;-0.127238;-0.12753;-0.127821;-0.128113;-0.128405;-0.128696;-0.128988;-0.12928;-0.129572;-0.129863;-0.130155;-0.130447;-0.130738;-0.13103;-0.131322;-0.131614;-0.131905;-0.132197;-0.132489;-0.13278;-0.133072;-0.133364;-0.133656;-0.133947;-0.134239;-0.134531;-0.134822;-0.135114;-0.135406;-0.135698;-0.135989;-0.136281;-0.136573;-0.136864;-0.137156;-0.137448;-0.13774;-0.138031;-0.138323;-0.138615;-0.138906;-0.139198;-0.13949;-0.139781;-0.140073;-0.140365;-0.140657;-0.140948;-0.14124;-0.141532;-0.141823;-0.142115;-0.142407;-0.142699;-0.14299;-0.143282;-0.143574;-0.143865;-0.144157;-0.144449;-0.144741;-0.145032;-0.145324;-0.145616;-0.145907;-0.146199;-0.146491;-0.146783;-0.147074;-0.147366;-0.147658;-0.147949;-0.148241;-0.148533;-0.148825;-0.149116;-0.149408;-0.1497;-0.149991;-0.150283;-0.150575;-0.150867;-0.151158;-0.15145;-0.151742;-0.152033;-0.152325;-0.152617;-0.152909;-0.1532;-0.153492;-0.153784;-0.154075;-0.154367;-0.154659;-0.154951;-0.155242;-0.155534;-0.155826;-0.156117;-0.156409;-0.156701;-0.156993;-0.157284;-0.157576;-0.157868;-0.158159;-0.158451;-0.158743;-0.159035;-0.159326;-0.159618;-0.15991;-0.160201;-0.160493;-0.160785;-0.161077;-0.161368;-0.16166;-0.161952;-0.162243;-0.162535;-0.162827;-0.163119;-0.16341;-0.163702;-0.163994;-0.164285;-0.164577;-0.164869;-0.165161;-0.165452;-0.165744;-0.166036;-0.166327;-0.166619;-0.166911;-0.167203;-0.167494;-0.167786;-0.168078;-0.168369;-0.168661;-0.168953;-0.169245;-0.169536;-0.169828;-0.17012;-0.170411;-0.170703;-0.170995;-0.171287;-0.171578;-0.17187;-0.172162;-0.172453;-0.172745;-0.173037;-0.173329;-0.17362;-0.173912;-0.174204;-0.174495;-0.174787;-0.175079;-0.175371;-0.175662;-0.175954;-0.176246;-0.176537;-0.176829;-0.177121;-0.177413;-0.177704;-0.177996;-0.178288;-0.178579;-0.178871;-0.179163;-0.179455;-0.179746;-0.180038;-0.18033;-0.180621;-0.180913;-0.181205;-0.181497;-0.181788;-0.18208;-0.182372;-0.182663;-0.182955;-0.183247;-0.183538;-0.18383;-0.184122;-0.184414;-0.184705;-0.184997;-0.185289;-0.18558;-0.185872;-0.186164;-0.186456;-0.186747;-0.187039;-0.187331;-0.187622;-0.187914;-0.188206;-0.188498;-0.188789;-0.189081;-0.189373;-0.189664;-0.189956;-0.190248;-0.19054;-0.190831;-0.191123;-0.191415;-0.191706;-0.191998;-0.19229;-0.192582;-0.192873;-0.193165;-0.193457;-0.193748;-0.19404;-0.194332;-0.194624;-0.194915;-0.195207;-0.195499;-0.19579;-0.196082;-0.196374;-0.196666;-0.196957;-0.197249;-0.197541;-0.197832;-0.198124;-0.198416;-0.198708;-0.198999;-0.199291;-0.199583;-0.199874;-0.200166;-0.200458;-0.20075;-0.201041;-0.201333;-0.201625;-0.201916;-0.202208;-0.2025;-0.202792;-0.203083;-0.203375;-0.203667;-0.203958;-0.20425;-0.204542;-0.204834;-0.205125;-0.205417;-0.205709;-0.206;-0.206292;-0.206584;-0.206876;-0.207167;-0.207459;-0.207751;-0.208042;-0.208334;-0.208626;-0.208918;-0.209209;-0.209501;-0.209793;-0.210084;-0.210376;-0.210668;-0.21096;-0.211251;-0.211543;-0.211835;-0.212126;-0.212418;-0.21271;-0.213002;-0.213293;-0.213585;-0.213877;-0.214168;-0.21446;-0.214752;-0.215044;-0.215335;-0.215627;-0.215919;-0.21621;-0.216502;-0.216794;-0.217086;-0.217377;-0.217669;-0.217961;-0.218252;-0.218544;-0.218836;-0.219128;-0.219419;-0.219711;-0.220003;-0.220294;-0.220586;-0.220878;-0.22117;-0.221461;-0.221753;-0.222045;-0.222336;-0.222628;-0.22292;-0.223212;-0.223503;-0.223795;-0.224087;-0.224378;-0.22467;-0.224962;-0.225254;-0.225545;-0.225837;-0.226129;-0.22642;-0.226712;-0.227004;-0.227296;-0.227587;-0.227879;-0.228171;-0.228462;-0.228754;-0.229046;-0.229337;-0.229629;-0.229921;-0.230213;-0.230504;-0.230796;-0.231088;-0.231379;-0.231671;-0.231963;-0.232255;-0.232546;-0.232838;-0.23313;-0.233421;-0.233713;-0.234005;-0.234297;-0.234588;-0.23488;-0.235172;-0.235463;-0.235755;-0.236047;-0.236339;-0.23663;-0.236922;-0.237214;-0.237505;-0.237797;-0.238089;-0.238381;-0.238672;-0.238964;-0.239256;-0.239547;-0.239839;-0.240131;-0.240423;-0.240714;-0.241006;-0.241298;-0.241589;-0.241881;-0.242173;-0.242465;-0.242756;-0.243048;-0.24334;-0.243631;-0.243923;-0.244215;-0.244507;-0.244798;-0.24509;-0.245382;-0.245673;-0.245965;-0.246257;-0.246549;-0.24684;-0.247132;-0.247424;-0.247715;-0.248007;-0.248299;-0.248591;-0.248882;-0.249174;-0.249466;-0.249757;-0.250049;-0.250341;-0.250633;-0.250924;-0.251216;-0.251508;-0.251799;-0.252091;-0.252383;-0.252675;-0.252966;-0.253258;-0.25355;-0.253841;-0.254133;-0.254425;-0.254717;-0.255008;-0.2553;-0.255592;-0.255883;-0.256175;-0.256467;-0.256759;-0.25705;-0.257342;-0.257634;-0.257925;-0.258217;-0.258509;-0.258801;-0.259092;-0.259384;-0.259676;-0.259967;-0.260259;-0.260551;-0.260843;-0.261134;-0.261426;-0.261718;-0.262009;-0.262301;-0.262593;-0.262885;-0.263176;-0.263468;-0.26376;-0.264051;-0.264343;-0.264635;-0.264927;-0.265218;-0.26551;-0.265802;-0.266093;-0.266385;-0.266677;-0.266969;-0.26726;-0.267552;-0.267844;-0.268135;-0.268427;-0.268719;-0.269011;-0.269302;-0.269594;-0.269886;-0.270177;-0.270469;-0.270761;-0.271053;-0.271344;-0.271636;-0.271928;-0.272219;-0.272511;-0.272803;-0.273094;-0.273386;-0.273678;-0.27397;-0.274261;-0.274553;-0.274845</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="4" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>2.21796e+07</reynoldsnumber>
+                <machnumber>0.68</machnumber>
+                <Alpha>-4.89366;-4.88512;-4.87659;-4.86805;-4.85951;-4.85097;-4.84243;-4.8339;-4.82536;-4.81682;-4.80828;-4.79974;-4.79121;-4.78267;-4.77413;-4.76559;-4.75705;-4.74852;-4.73998;-4.73144;-4.7229;-4.71436;-4.70583;-4.69729;-4.68875;-4.68021;-4.67167;-4.66314;-4.6546;-4.64606;-4.63752;-4.62898;-4.62044;-4.61191;-4.60337;-4.59483;-4.58629;-4.57775;-4.56922;-4.56068;-4.55214;-4.5436;-4.53506;-4.52653;-4.51799;-4.50945;-4.50091;-4.49237;-4.48384;-4.4753;-4.46676;-4.45822;-4.44968;-4.44115;-4.43261;-4.42407;-4.41553;-4.40699;-4.39846;-4.38992;-4.38138;-4.37284;-4.3643;-4.35576;-4.34723;-4.33869;-4.33015;-4.32161;-4.31307;-4.30454;-4.296;-4.28746;-4.27892;-4.27038;-4.26185;-4.25331;-4.24477;-4.23623;-4.22769;-4.21916;-4.21062;-4.20208;-4.19354;-4.185;-4.17647;-4.16793;-4.15939;-4.15085;-4.14231;-4.13378;-4.12524;-4.1167;-4.10816;-4.09962;-4.09108;-4.08255;-4.07401;-4.06547;-4.05693;-4.04839;-4.03986;-4.03132;-4.02278;-4.01424;-4.0057;-3.99717;-3.98863;-3.98009;-3.97155;-3.96301;-3.95448;-3.94594;-3.9374;-3.92886;-3.92032;-3.91179;-3.90325;-3.89471;-3.88617;-3.87763;-3.8691;-3.86056;-3.85202;-3.84348;-3.83494;-3.8264;-3.81787;-3.80933;-3.80079;-3.79225;-3.78371;-3.77518;-3.76664;-3.7581;-3.74956;-3.74102;-3.73249;-3.72395;-3.71541;-3.70687;-3.69833;-3.6898;-3.68126;-3.67272;-3.66418;-3.65564;-3.64711;-3.63857;-3.63003;-3.62149;-3.61295;-3.60442;-3.59588;-3.58734;-3.5788;-3.57026;-3.56172;-3.55319;-3.54465;-3.53611;-3.52757;-3.51903;-3.5105;-3.50196;-3.49342;-3.48488;-3.47634;-3.46781;-3.45927;-3.45073;-3.44219;-3.43365;-3.42512;-3.41658;-3.40804;-3.3995;-3.39096;-3.38243;-3.37389;-3.36535;-3.35681;-3.34827;-3.33974;-3.3312;-3.32266;-3.31412;-3.30558;-3.29704;-3.28851;-3.27997;-3.27143;-3.26289;-3.25435;-3.24582;-3.23728;-3.22874;-3.2202;-3.21166;-3.20313;-3.19459;-3.18605;-3.17751;-3.16897;-3.16044;-3.1519;-3.14336;-3.13482;-3.12628;-3.11775;-3.10921;-3.10067;-3.09213;-3.08359;-3.07506;-3.06652;-3.05798;-3.04944;-3.0409;-3.03236;-3.02383;-3.01529;-3.00675;-2.99821;-2.98967;-2.98114;-2.9726;-2.96406;-2.95552;-2.94698;-2.93845;-2.92991;-2.92137;-2.91283;-2.90429;-2.89576;-2.88722;-2.87868;-2.87014;-2.8616;-2.85307;-2.84453;-2.83599;-2.82745;-2.81891;-2.81038;-2.80184;-2.7933;-2.78476;-2.77622;-2.76768;-2.75915;-2.75061;-2.74207;-2.73353;-2.72499;-2.71646;-2.70792;-2.69938;-2.69084;-2.6823;-2.67377;-2.66523;-2.65669;-2.64815;-2.63961;-2.63108;-2.62254;-2.614;-2.60546;-2.59692;-2.58839;-2.57985;-2.57131;-2.56277;-2.55423;-2.5457;-2.53716;-2.52862;-2.52008;-2.51154;-2.503;-2.49447;-2.48593;-2.47739;-2.46885;-2.46031;-2.45178;-2.44324;-2.4347;-2.42616;-2.41762;-2.40909;-2.40055;-2.39201;-2.38347;-2.37493;-2.3664;-2.35786;-2.34932;-2.34078;-2.33224;-2.32371;-2.31517;-2.30663;-2.29809;-2.28955;-2.28102;-2.27248;-2.26394;-2.2554;-2.24686;-2.23832;-2.22979;-2.22125;-2.21271;-2.20417;-2.19563;-2.1871;-2.17856;-2.17002;-2.16148;-2.15294;-2.14441;-2.13587;-2.12733;-2.11879;-2.11025;-2.10172;-2.09318;-2.08464;-2.0761;-2.06756;-2.05903;-2.05049;-2.04195;-2.03341;-2.02487;-2.01634;-2.0078;-1.99926;-1.99072;-1.98218;-1.97364;-1.96511;-1.95657;-1.94803;-1.93949;-1.93095;-1.92242;-1.91388;-1.90534;-1.8968;-1.88826;-1.87973;-1.87119;-1.86265;-1.85411;-1.84557;-1.83704;-1.8285;-1.81996;-1.81142;-1.80288;-1.79435;-1.78581;-1.77727;-1.76873;-1.76019;-1.75166;-1.74312;-1.73458;-1.72604;-1.7175;-1.70896;-1.70043;-1.69189;-1.68335;-1.67481;-1.66627;-1.65774;-1.6492;-1.64066;-1.63212;-1.62358;-1.61505;-1.60651;-1.59797;-1.58943;-1.58089;-1.57236;-1.56382;-1.55528;-1.54674;-1.5382;-1.52967;-1.52113;-1.51259;-1.50405;-1.49551;-1.48698;-1.47844;-1.4699;-1.46136;-1.45282;-1.44428;-1.43575;-1.42721;-1.41867;-1.41013;-1.40159;-1.39306;-1.38452;-1.37598;-1.36744;-1.3589;-1.35037;-1.34183;-1.33329;-1.32475;-1.31621;-1.30768;-1.29914;-1.2906;-1.28206;-1.27352;-1.26499;-1.25645;-1.24791;-1.23937;-1.23083;-1.2223;-1.21376;-1.20522;-1.19668;-1.18814;-1.1796;-1.17107;-1.16253;-1.15399;-1.14545;-1.13691;-1.12838;-1.11984;-1.1113;-1.10276;-1.09422;-1.08569;-1.07715;-1.06861;-1.06007;-1.05153;-1.043;-1.03446;-1.02592;-1.01738;-1.00884;-1.00031;-0.991768;-0.983229;-0.974691;-0.966153;-0.957615;-0.949077;-0.940539;-0.932001;-0.923463;-0.914925;-0.906387;-0.897849;-0.889311;-0.880773;-0.872235;-0.863697;-0.855159;-0.84662;-0.838082;-0.829544;-0.821006;-0.812468;-0.80393;-0.795392;-0.786854;-0.778316;-0.769778;-0.76124;-0.752702;-0.744164;-0.735626;-0.727088;-0.71855;-0.710011;-0.701473;-0.692935;-0.684397;-0.675859;-0.667321;-0.658783;-0.650245;-0.641707;-0.633169;-0.624631;-0.616093;-0.607555;-0.599017;-0.590479;-0.58194;-0.573402;-0.564864;-0.556326;-0.547788;-0.53925;-0.530712;-0.522174;-0.513636;-0.505098;-0.49656;-0.488022;-0.479484;-0.470946;-0.462408;-0.45387;-0.445331;-0.436793;-0.428255;-0.419717;-0.411179;-0.402641;-0.394103;-0.385565;-0.377027;-0.368489;-0.359951;-0.351413;-0.342875;-0.334337;-0.325799;-0.31726;-0.308722;-0.300184;-0.291646;-0.283108;-0.27457;-0.266032;-0.257494;-0.248956;-0.240418;-0.23188;-0.223342;-0.214804;-0.206266;-0.197728;-0.18919;-0.180651;-0.172113;-0.163575;-0.155037;-0.146499;-0.137961;-0.129423;-0.120885;-0.112347;-0.103809;-0.0952708;-0.0867327;-0.0781947;-0.0696566;-0.0611186;-0.0525805;-0.0440424;-0.0355044;-0.0269663;-0.0184282;-0.00989017;-0.0013521;0.00718596;0.015724;0.0242621;0.0328002;0.0413382;0.0498763;0.0584143;0.0669524;0.0754905;0.0840285;0.0925666;0.101105;0.109643;0.118181;0.126719;0.135257;0.143795;0.152333;0.160871;0.169409;0.177947;0.186485;0.195023;0.203561;0.2121;0.220638;0.229176;0.237714;0.246252;0.25479;0.263328;0.271866;0.280404;0.288942;0.29748;0.306018;0.314556;0.323094;0.331632;0.34017;0.348709;0.357247;0.365785;0.374323;0.382861;0.391399;0.399937;0.408475;0.417013;0.425551;0.434089;0.442627;0.451165;0.459703;0.468241;0.476779;0.485318;0.493856;0.502394;0.510932;0.51947;0.528008;0.536546;0.545084;0.553622;0.56216;0.570698;0.579236;0.587774;0.596312;0.60485;0.613389;0.621927;0.630465;0.639003;0.647541;0.656079;0.664617;0.673155;0.681693;0.690231;0.698769;0.707307;0.715845;0.724383;0.732921;0.741459;0.749998;0.758536;0.767074;0.775612;0.78415;0.792688;0.801226;0.809764;0.818302;0.82684;0.835378;0.843916;0.852454;0.860992;0.86953;0.878069;0.886607;0.895145;0.903683;0.912221;0.920759;0.929297;0.937835;0.946373;0.954911;0.963449;0.971987;0.980525;0.989063;0.997601;1.00614;1.01468;1.02322;1.03175;1.04029;1.04883;1.05737;1.06591;1.07444;1.08298;1.09152;1.10006;1.1086;1.11713;1.12567;1.13421;1.14275;1.15129;1.15982;1.16836;1.1769;1.18544;1.19398;1.20251;1.21105;1.21959;1.22813;1.23667;1.24521;1.25374;1.26228;1.27082;1.27936;1.2879;1.29643;1.30497;1.31351;1.32205;1.33059;1.33912;1.34766;1.3562;1.36474;1.37328;1.38181;1.39035;1.39889;1.40743;1.41597;1.4245;1.43304;1.44158;1.45012;1.45866;1.46719;1.47573;1.48427;1.49281;1.50135;1.50989;1.51842;1.52696;1.5355;1.54404;1.55258;1.56111;1.56965;1.57819;1.58673;1.59527;1.6038;1.61234;1.62088;1.62942;1.63796;1.64649;1.65503;1.66357;1.67211;1.68065;1.68918;1.69772;1.70626;1.7148;1.72334;1.73187;1.74041;1.74895;1.75749;1.76603;1.77457;1.7831;1.79164;1.80018;1.80872;1.81726;1.82579;1.83433;1.84287;1.85141;1.85995;1.86848;1.87702;1.88556;1.8941;1.90264;1.91117;1.91971;1.92825;1.93679;1.94533;1.95386;1.9624;1.97094;1.97948;1.98802;1.99655;2.00509;2.01363;2.02217;2.03071;2.03925;2.04778;2.05632;2.06486;2.0734;2.08194;2.09047;2.09901;2.10755;2.11609;2.12463;2.13316;2.1417;2.15024;2.15878;2.16732;2.17585;2.18439;2.19293;2.20147;2.21001;2.21854;2.22708;2.23562;2.24416;2.2527;2.26123;2.26977;2.27831;2.28685;2.29539;2.30393;2.31246;2.321;2.32954;2.33808;2.34662;2.35515;2.36369;2.37223;2.38077;2.38931;2.39784;2.40638;2.41492;2.42346;2.432;2.44053;2.44907;2.45761;2.46615;2.47469;2.48322;2.49176;2.5003;2.50884;2.51738;2.52591;2.53445;2.54299;2.55153;2.56007;2.56861;2.57714;2.58568;2.59422;2.60276;2.6113;2.61983;2.62837;2.63691;2.64545;2.65399;2.66252;2.67106;2.6796;2.68814;2.69668;2.70521;2.71375;2.72229;2.73083;2.73937;2.7479;2.75644;2.76498;2.77352;2.78206;2.79059;2.79913;2.80767;2.81621;2.82475;2.83329;2.84182;2.85036;2.8589;2.86744;2.87598;2.88451;2.89305;2.90159;2.91013;2.91867;2.9272;2.93574;2.94428;2.95282;2.96136;2.96989;2.97843;2.98697;2.99551;3.00405;3.01258;3.02112;3.02966;3.0382;3.04674;3.05527;3.06381;3.07235;3.08089;3.08943;3.09797;3.1065;3.11504;3.12358;3.13212;3.14066;3.14919;3.15773;3.16627;3.17481;3.18335;3.19188;3.20042;3.20896;3.2175;3.22604;3.23457;3.24311;3.25165;3.26019;3.26873;3.27726;3.2858;3.29434;3.30288;3.31142;3.31995;3.32849;3.33703;3.34557;3.35411;3.36265;3.37118;3.37972;3.38826;3.3968;3.40534;3.41387;3.42241;3.43095;3.43949;3.44803;3.45656;3.4651;3.47364;3.48218;3.49072;3.49925;3.50779;3.51633;3.52487;3.53341;3.54194;3.55048;3.55902;3.56756;3.5761;3.58463;3.59317;3.60171;3.61025;3.61879;3.62733;3.63586;3.6444;3.65294;3.66148;3.67002;3.67855;3.68709;3.69563;3.70417;3.71271;3.72124;3.72978;3.73832;3.74686;3.7554;3.76393;3.77247;3.78101;3.78955;3.79809;3.80662;3.81516;3.8237;3.83224;3.84078;3.84931;3.85785;3.86639;3.87493;3.88347;3.89201;3.90054;3.90908;3.91762;3.92616;3.9347;3.94323;3.95177;3.96031;3.96885;3.97739;3.98592;3.99446;4.003;4.01154;4.02008;4.02861;4.03715;4.04569;4.05423;4.06277;4.0713;4.07984;4.08838;4.09692;4.10546;4.11399;4.12253;4.13107;4.13961;4.14815;4.15669;4.16522;4.17376;4.1823;4.19084;4.19938;4.20791;4.21645;4.22499;4.23353;4.24207;4.2506;4.25914;4.26768;4.27622;4.28476;4.29329;4.30183;4.31037;4.31891;4.32745;4.33598;4.34452;4.35306;4.3616;4.37014;4.37867;4.38721;4.39575;4.40429;4.41283;4.42137;4.4299;4.43844;4.44698;4.45552;4.46406;4.47259;4.48113;4.48967;4.49821;4.50675;4.51528;4.52382;4.53236;4.5409;4.54944;4.55797;4.56651;4.57505;4.58359;4.59213;4.60066;4.6092;4.61774;4.62628;4.63482;4.64335;4.65189;4.66043;4.66897;4.67751;4.68605;4.69458;4.70312;4.71166;4.7202;4.72874;4.73727;4.74581;4.75435;4.76289;4.77143;4.77996;4.7885;4.79704;4.80558;4.81412;4.82265;4.83119;4.83973;4.84827;4.85681;4.86534;4.87388;4.88242;4.89096;4.8995;4.90803;4.91657;4.92511;4.93365;4.94219;4.95073;4.95926;4.9678;4.97634;4.98488;4.99342;5.00195;5.01049;5.01903;5.02757;5.03611;5.04464;5.05318;5.06172;5.07026;5.0788;5.08733;5.09587;5.10441;5.11295;5.12149;5.13002;5.13856;5.1471;5.15564;5.16418;5.17271;5.18125;5.18979;5.19833;5.20687;5.21541;5.22394;5.23248;5.24102;5.24956;5.2581;5.26663;5.27517;5.28371;5.29225;5.30079;5.30932;5.31786;5.3264;5.33494;5.34348;5.35201;5.36055;5.36909;5.37763;5.38617;5.3947;5.40324;5.41178;5.42032;5.42886;5.43739;5.44593;5.45447;5.46301;5.47155;5.48009;5.48862;5.49716;5.5057;5.51424;5.52278;5.53131;5.53985;5.54839;5.55693;5.56547;5.574;5.58254;5.59108;5.59962;5.60816;5.61669;5.62523;5.63377;5.64231;5.65085;5.65938;5.66792;5.67646;5.685;5.69354;5.70207;5.71061;5.71915;5.72769;5.73623;5.74477;5.7533;5.76184;5.77038;5.77892;5.78746;5.79599;5.80453;5.81307;5.82161;5.83015;5.83868;5.84722;5.85576;5.8643;5.87284;5.88137;5.88991;5.89845;5.90699;5.91553;5.92406;5.9326;5.94114;5.94968;5.95822;5.96675;5.97529;5.98383;5.99237;6.00091;6.00945;6.01798;6.02652;6.03506;6.0436;6.05214;6.06067;6.06921;6.07775;6.08629;6.09483;6.10336;6.1119;6.12044;6.12898;6.13752;6.14605;6.15459;6.16313;6.17167;6.18021;6.18874;6.19728;6.20582;6.21436;6.2229;6.23143;6.23997;6.24851;6.25705;6.26559;6.27413;6.28266;6.2912;6.29974;6.30828;6.31682;6.32535;6.33389;6.34243;6.35097;6.35951;6.36804;6.37658;6.38512;6.39366;6.4022;6.41073;6.41927;6.42781;6.43635;6.44489;6.45342;6.46196;6.4705;6.47904;6.48758;6.49611;6.50465;6.51319;6.52173;6.53027;6.53881;6.54734;6.55588;6.56442;6.57296;6.5815;6.59003;6.59857;6.60711;6.61565;6.62419;6.63272;6.64126;6.6498;6.65834;6.66688;6.67541;6.68395;6.69249;6.70103;6.70957;6.7181;6.72664;6.73518;6.74372;6.75226;6.76079;6.76933;6.77787;6.78641;6.79495;6.80349;6.81202;6.82056;6.8291;6.83764;6.84618;6.85471;6.86325;6.87179;6.88033;6.88887;6.8974;6.90594;6.91448;6.92302;6.93156;6.94009;6.94863;6.95717;6.96571;6.97425;6.98278;6.99132;6.99986;7.0084;7.01694;7.02547;7.03401;7.04255;7.05109;7.05963;7.06817;7.0767;7.08524;7.09378;7.10232;7.11086;7.11939;7.12793;7.13647;7.14501;7.15355;7.16208;7.17062;7.17916;7.1877;7.19624;7.20477;7.21331;7.22185;7.23039;7.23893;7.24746;7.256;7.26454;7.27308;7.28162;7.29015;7.29869;7.30723;7.31577;7.32431;7.33285;7.34138;7.34992;7.35846;7.367;7.37554;7.38407;7.39261;7.40115;7.40969;7.41823;7.42676;7.4353;7.44384;7.45238;7.46092;7.46945;7.47799;7.48653;7.49507;7.50361;7.51214;7.52068;7.52922</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155</Cl>
+                <Cd>0.0246428;0.0246192;0.0245957;0.0245722;0.0245488;0.0245255;0.0245022;0.0244791;0.024456;0.024433;0.0244101;0.0243872;0.0243645;0.0243418;0.0243192;0.0242966;0.0242742;0.0242518;0.0242295;0.0242073;0.0241851;0.024163;0.024141;0.0241191;0.0240973;0.0240755;0.0240538;0.0240322;0.0240107;0.0239892;0.0239678;0.0239465;0.0239253;0.0239042;0.0238831;0.0238621;0.0238412;0.0238203;0.0237995;0.0237788;0.0237582;0.0237377;0.0237172;0.0236968;0.0236765;0.0236563;0.0236361;0.023616;0.023596;0.0235761;0.0235562;0.0235364;0.0235167;0.0234971;0.0234775;0.023458;0.0234386;0.0234193;0.0234;0.0233808;0.0233617;0.0233427;0.0233237;0.0233048;0.023286;0.0232672;0.0232486;0.02323;0.0232115;0.023193;0.0231747;0.0231564;0.0231381;0.02312;0.0231019;0.0230839;0.023066;0.0230482;0.0230304;0.0230127;0.0229951;0.0229775;0.02296;0.0229426;0.0229253;0.022908;0.0228908;0.0228737;0.0228567;0.0228397;0.0228228;0.022806;0.0227893;0.0227726;0.022756;0.0227394;0.022723;0.0227066;0.0226903;0.0226741;0.0226579;0.0226418;0.0226258;0.0226099;0.022594;0.0225782;0.0225625;0.0225468;0.0225312;0.0225157;0.0225003;0.0224849;0.0224696;0.0224544;0.0224392;0.0224242;0.0224092;0.0223942;0.0223794;0.0223646;0.0223499;0.0223352;0.0223207;0.0223062;0.0222917;0.0222774;0.0222631;0.0222489;0.0222347;0.0222207;0.0222067;0.0221928;0.0221789;0.0221651;0.0221514;0.0221378;0.0221242;0.0221107;0.0220973;0.0220839;0.0220706;0.0220574;0.0220443;0.0220312;0.0220182;0.0220053;0.0219924;0.0219796;0.0219669;0.0219543;0.0219417;0.0219292;0.0219168;0.0219044;0.0218921;0.0218799;0.0218678;0.0218557;0.0218437;0.0218317;0.0218199;0.0218081;0.0217964;0.0217847;0.0217731;0.0217616;0.0217502;0.0217388;0.0217275;0.0217163;0.0217051;0.021694;0.021683;0.021672;0.0216612;0.0216504;0.0216396;0.021629;0.0216184;0.0216078;0.0215974;0.021587;0.0215767;0.0215664;0.0215562;0.0215461;0.0215361;0.0215261;0.0215162;0.0215064;0.0214966;0.0214869;0.0214773;0.0214678;0.0214583;0.0214489;0.0214395;0.0214303;0.0214211;0.0214119;0.0214029;0.0213939;0.021385;0.0213761;0.0213673;0.0213586;0.02135;0.0213414;0.0213329;0.0213244;0.0213161;0.0213078;0.0212995;0.0212914;0.0212833;0.0212753;0.0212673;0.0212594;0.0212516;0.0212439;0.0212362;0.0212286;0.0212211;0.0212136;0.0212062;0.0211989;0.0211916;0.0211844;0.0211773;0.0211702;0.0211633;0.0211564;0.0211495;0.0211427;0.021136;0.0211294;0.0211228;0.0211163;0.0211099;0.0211035;0.0210972;0.021091;0.0210849;0.0210788;0.0210728;0.0210668;0.0210609;0.0210551;0.0210494;0.0210437;0.0210381;0.0210326;0.0210271;0.0210217;0.0210164;0.0210111;0.0210059;0.0210008;0.0209958;0.0209908;0.0209859;0.020981;0.0209762;0.0209715;0.0209669;0.0209623;0.0209578;0.0209534;0.020949;0.0209447;0.0209405;0.0209364;0.0209323;0.0209282;0.0209243;0.0209204;0.0209166;0.0209129;0.0209092;0.0209056;0.020902;0.0208986;0.0208952;0.0208918;0.0208886;0.0208854;0.0208822;0.0208792;0.0208762;0.0208733;0.0208704;0.0208676;0.0208649;0.0208623;0.0208597;0.0208572;0.0208548;0.0208524;0.0208501;0.0208479;0.0208457;0.0208436;0.0208416;0.0208396;0.0208377;0.0208359;0.0208342;0.0208325;0.0208309;0.0208293;0.0208278;0.0208264;0.0208251;0.0208238;0.0208226;0.0208215;0.0208204;0.0208194;0.0208185;0.0208177;0.0208169;0.0208162;0.0208155;0.0208149;0.0208144;0.020814;0.0208136;0.0208133;0.0208131;0.0208129;0.0208128;0.0208128;0.0208128;0.0208129;0.0208131;0.0208133;0.0208137;0.020814;0.0208145;0.020815;0.0208156;0.0208163;0.020817;0.0208178;0.0208187;0.0208196;0.0208206;0.0208217;0.0208229;0.0208241;0.0208254;0.0208267;0.0208281;0.0208296;0.0208312;0.0208328;0.0208345;0.0208363;0.0208381;0.0208401;0.020842;0.0208441;0.0208462;0.0208484;0.0208506;0.020853;0.0208554;0.0208578;0.0208604;0.020863;0.0208656;0.0208684;0.0208712;0.0208741;0.020877;0.0208801;0.0208832;0.0208863;0.0208895;0.0208928;0.0208962;0.0208997;0.0209032;0.0209068;0.0209104;0.0209141;0.0209179;0.0209218;0.0209257;0.0209297;0.0209338;0.0209379;0.0209421;0.0209464;0.0209508;0.0209552;0.0209597;0.0209643;0.0209689;0.0209736;0.0209784;0.0209832;0.0209881;0.0209931;0.0209982;0.0210033;0.0210085;0.0210138;0.0210191;0.0210245;0.02103;0.0210355;0.0210412;0.0210468;0.0210526;0.0210584;0.0210643;0.0210703;0.0210764;0.0210825;0.0210887;0.0210949;0.0211013;0.0211077;0.0211141;0.0211207;0.0211273;0.021134;0.0211407;0.0211476;0.0211544;0.0211614;0.0211685;0.0211756;0.0211828;0.0211901;0.0211975;0.021205;0.0212125;0.0212201;0.0212278;0.0212355;0.0212433;0.0212512;0.0212592;0.0212672;0.0212753;0.0212835;0.0212917;0.0213;0.0213084;0.0213168;0.0213253;0.0213339;0.0213426;0.0213513;0.0213601;0.021369;0.0213779;0.0213869;0.021396;0.0214052;0.0214144;0.0214237;0.0214331;0.0214425;0.021452;0.0214616;0.0214712;0.021481;0.0214907;0.0215006;0.0215105;0.0215206;0.0215306;0.0215408;0.021551;0.0215613;0.0215717;0.0215821;0.0215926;0.0216032;0.0216139;0.0216246;0.0216354;0.0216463;0.0216572;0.0216683;0.0216794;0.0216905;0.0217018;0.0217131;0.0217245;0.0217359;0.0217475;0.0217591;0.0217708;0.0217825;0.0217943;0.0218062;0.0218183;0.0218304;0.0218425;0.0218547;0.021867;0.0218793;0.0218918;0.0219042;0.0219168;0.0219295;0.0219422;0.021955;0.0219679;0.0219808;0.0219938;0.0220069;0.0220201;0.0220333;0.0220467;0.0220601;0.0220735;0.0220871;0.0221007;0.0221144;0.0221282;0.022142;0.022156;0.02217;0.0221841;0.0221982;0.0222124;0.0222268;0.0222411;0.0222556;0.0222701;0.0222848;0.0222994;0.0223142;0.0223291;0.022344;0.022359;0.0223741;0.0223892;0.0224045;0.0224198;0.0224352;0.0224506;0.0224662;0.0224818;0.0224975;0.0225133;0.0225292;0.0225451;0.0225611;0.0225772;0.0225934;0.0226096;0.022626;0.0226424;0.0226589;0.0226754;0.0226921;0.0227088;0.0227256;0.0227425;0.0227595;0.0227765;0.0227937;0.0228109;0.0228282;0.0228455;0.022863;0.0228805;0.0228981;0.0229158;0.0229336;0.0229514;0.0229694;0.0229874;0.0230055;0.0230237;0.0230419;0.0230603;0.0230787;0.0230972;0.0231158;0.0231345;0.0231532;0.0231721;0.023191;0.02321;0.0232291;0.0232483;0.0232675;0.0232869;0.0233063;0.0233258;0.0233454;0.023365;0.0233848;0.0234046;0.0234246;0.0234446;0.0234647;0.0234848;0.0235051;0.0235254;0.0235459;0.0235664;0.023587;0.0236077;0.0236285;0.0236493;0.0236703;0.0236913;0.0237124;0.0237336;0.0237549;0.0237763;0.0237978;0.0238193;0.023841;0.0238627;0.0238845;0.0239064;0.0239284;0.0239505;0.0239726;0.0239949;0.0240172;0.0240397;0.0240622;0.0240848;0.0241075;0.0241303;0.0241532;0.0241761;0.0241992;0.0242223;0.0242456;0.0242689;0.0242923;0.0243158;0.0243394;0.0243631;0.0243869;0.0244108;0.0244347;0.0244588;0.0244829;0.0245072;0.0245315;0.0245559;0.0245805;0.0246051;0.0246298;0.0246546;0.0246795;0.0247045;0.0247295;0.0247547;0.02478;0.0248053;0.0248308;0.0248564;0.024882;0.0249077;0.0249336;0.0249595;0.0249855;0.0250117;0.0250379;0.0250642;0.0250906;0.0251171;0.0251438;0.0251705;0.0251973;0.0252242;0.0252512;0.0252783;0.0253055;0.0253328;0.0253602;0.0253877;0.0254153;0.025443;0.0254708;0.0254987;0.0255267;0.0255548;0.025583;0.0256113;0.0256397;0.0256682;0.0256968;0.0257255;0.0257543;0.0257833;0.0258123;0.0258414;0.0258706;0.0259;0.0259294;0.0259589;0.0259886;0.0260183;0.0260482;0.0260782;0.0261082;0.0261384;0.0261687;0.0261991;0.0262296;0.0262602;0.0262909;0.0263218;0.0263527;0.0263837;0.0264149;0.0264461;0.0264775;0.026509;0.0265406;0.0265723;0.0266041;0.026636;0.0266681;0.0267002;0.0267325;0.0267649;0.0267974;0.02683;0.0268627;0.0268955;0.0269285;0.0269615;0.0269947;0.027028;0.0270614;0.0270949;0.0271286;0.0271623;0.0271962;0.0272302;0.0272643;0.0272986;0.0273329;0.0273674;0.027402;0.0274367;0.0274716;0.0275065;0.0275416;0.0275768;0.0276121;0.0276476;0.0276832;0.0277189;0.0277547;0.0277906;0.0278267;0.0278629;0.0278992;0.0279357;0.0279723;0.028009;0.0280458;0.0280828;0.0281199;0.0281571;0.0281945;0.028232;0.0282696;0.0283073;0.0283452;0.0283832;0.0284214;0.0284596;0.0284981;0.0285366;0.0285753;0.0286141;0.0286531;0.0286922;0.0287314;0.0287708;0.0288103;0.0288499;0.0288897;0.0289297;0.0289697;0.0290099;0.0290503;0.0290908;0.0291314;0.0291722;0.0292131;0.0292542;0.0292954;0.0293368;0.0293783;0.02942;0.0294618;0.0295037;0.0295458;0.0295881;0.0296305;0.0296731;0.0297158;0.0297586;0.0298016;0.0298448;0.0298881;0.0299316;0.0299753;0.0300191;0.030063;0.0301071;0.0301514;0.0301958;0.0302404;0.0302852;0.0303301;0.0303752;0.0304204;0.0304658;0.0305114;0.0305571;0.030603;0.0306491;0.0306953;0.0307417;0.0307883;0.030835;0.030882;0.0309291;0.0309763;0.0310238;0.0310714;0.0311192;0.0311671;0.0312153;0.0312636;0.0313121;0.0313608;0.0314096;0.0314587;0.0315079;0.0315573;0.0316069;0.0316567;0.0317066;0.0317568;0.0318071;0.0318577;0.0319084;0.0319593;0.0320104;0.0320617;0.0321132;0.0321649;0.0322167;0.0322688;0.0323211;0.0323736;0.0324262;0.0324791;0.0325322;0.0325855;0.032639;0.0326927;0.0327466;0.0328007;0.032855;0.0329095;0.0329643;0.0330192;0.0330744;0.0331298;0.0331853;0.0332412;0.0332972;0.0333534;0.0334099;0.0334666;0.0335235;0.0335806;0.033638;0.0336956;0.0337534;0.0338115;0.0338697;0.0339283;0.033987;0.034046;0.0341052;0.0341646;0.0342243;0.0342842;0.0343444;0.0344048;0.0344655;0.0345264;0.0345875;0.0346489;0.0347105;0.0347724;0.0348346;0.034897;0.0349596;0.0350225;0.0350857;0.0351491;0.0352128;0.0352768;0.035341;0.0354055;0.0354702;0.0355352;0.0356005;0.0356661;0.0357319;0.035798;0.0358644;0.035931;0.035998;0.0360652;0.0361327;0.0362005;0.0362686;0.0363369;0.0364056;0.0364745;0.0365438;0.0366133;0.0366831;0.0367532;0.0368237;0.0368944;0.0369654;0.0370368;0.0371084;0.0371804;0.0372527;0.0373252;0.0373981;0.0374713;0.0375449;0.0376187;0.0376929;0.0377674;0.0378422;0.0379174;0.0379929;0.0380687;0.0381448;0.0382213;0.0382982;0.0383753;0.0384529;0.0385307;0.0386089;0.0386875;0.0387664;0.0388456;0.0389253;0.0390052;0.0390856;0.0391663;0.0392473;0.0393288;0.0394105;0.0394927;0.0395753;0.0396582;0.0397415;0.0398252;0.0399092;0.0399937;0.0400785;0.0401637;0.0402493;0.0403354;0.0404218;0.0405086;0.0405958;0.0406834;0.0407714;0.0408599;0.0409487;0.041038;0.0411277;0.0412178;0.0413083;0.0413993;0.0414906;0.0415824;0.0416747;0.0417674;0.0418605;0.0419541;0.0420481;0.0421425;0.0422374;0.0423328;0.0424286;0.0425249;0.0426216;0.0427189;0.0428165;0.0429147;0.0430133;0.0431124;0.043212;0.043312;0.0434126;0.0435136;0.0436151;0.0437171;0.0438197;0.0439227;0.0440262;0.0441302;0.0442348;0.0443399;0.0444454;0.0445515;0.0446582;0.0447653;0.044873;0.0449812;0.04509;0.0451993;0.0453091;0.0454195;0.0455304;0.0456419;0.045754;0.0458666;0.0459798;0.0460935;0.0462078;0.0463228;0.0464382;0.0465543;0.046671;0.0467882;0.046906;0.0470245;0.0471435;0.0472632;0.0473834;0.0475043;0.0476258;0.0477479;0.0478707;0.047994;0.048118;0.0482427;0.048368;0.0484939;0.0486205;0.0487477;0.0488756;0.0490042;0.0491334;0.0492633;0.0493939;0.0495251;0.0496571;0.0497897;0.049923;0.0500571;0.0501918;0.0503272;0.0504634;0.0506002;0.0507378;0.0508761;0.0510151;0.0511549;0.0512954;0.0514366;0.0515786;0.0517214;0.0518649;0.0520091;0.0521542;0.0523;0.0524466;0.0525939;0.0527421;0.052891;0.0530408;0.0531913;0.0533427;0.0534948;0.0536478;0.0538016;0.0539562;0.0541117;0.054268;0.0544251;0.0545831;0.054742;0.0549017;0.0550622;0.0552237;0.055386;0.0555492;0.0557133;0.0558783;0.0560441;0.0562109;0.0563786;0.0565472;0.0567167;0.0568872;0.0570586;0.0572309;0.0574042;0.0575784;0.0577536;0.0579297;0.0581068;0.0582849;0.0584639;0.058644;0.058825;0.0590071;0.0591901;0.0593742;0.0595592;0.0597453;0.0599325;0.0601206;0.0603099;0.0605001;0.0606914;0.0608838;0.0610773;0.0612718;0.0614674;0.0616641;0.0618619;0.0620608;0.0622608;0.062462;0.0626642;0.0628676;0.0630721;0.0632778;0.0634846;0.0636926;0.0639018;0.0641121;0.0643236;0.0645363;0.0647502;0.0649653;0.0651816;0.0653991;0.0656178;0.0658378;0.0660591;0.0662815;0.0665053;0.0667303;0.0669565;0.0671841;0.0674129;0.067643;0.0678745;0.0681072;0.0683413;0.0685767;0.0688134;0.0690515;0.0692909;0.0695317;0.0697738;0.0700174;0.0702623;0.0705086;0.0707563;0.0710054;0.071256;0.071508;0.0717614;0.0720162;0.0722725;0.0725303;0.0727896;0.0730503;0.0733125;0.0735762;0.0738415;0.0741082;0.0743765;0.0746463;0.0749177;0.0751906;0.075465;0.0757411;0.0760187;0.0762979;0.0765788;0.0768612;0.0771453;0.0774309;0.0777183;0.0780073;0.0782979;0.0785902;0.0788842;0.0791799;0.0794773;0.0797764;0.0800772;0.0803798;0.080684;0.0809901;0.0812979;0.0816075;0.0819189;0.082232;0.082547;0.0828638;0.0831824;0.0835028;0.0838251;0.0841493;0.0844753;0.0848032;0.085133;0.0854647;0.0857983;0.0861339;0.0864714;0.0868108;0.0871522;0.0874956;0.0878409;0.0881883;0.0885376;0.088889;0.0892424;0.0895979;0.0899554;0.090315;0.0906766;0.0910404;0.0914062;0.0917742;0.0921443;0.0925165;0.0928909;0.0932674;0.0936462;0.0940271;0.0944102;0.0947956;0.0951832;0.095573;0.095965;0.0963594;0.096756;0.0971549;0.0975562;0.0979597;0.0983656;0.0987738;0.0991844;0.0995974;0.100013;0.100431;0.100851;0.101273;0.101698;0.102126;0.102556;0.102988;0.103423;0.103861;0.104301;0.104743;0.105189;0.105636;0.106087;0.10654;0.106995;0.107453;0.107914;0.108377;0.108844;0.109312;0.109784;0.110258;0.110735;0.111215;0.111698;0.112183;0.112671;0.113162;0.113656;0.114152;0.114652;0.115154;0.11566;0.116168;0.116679;0.117193;0.11771;0.11823;0.118753;0.119279;0.119808;0.12034;0.120875;0.121414;0.121955;0.122499;0.123047;0.123598;0.124152;0.124709;0.125269;0.125833;0.126399;0.12697;0.127543;0.128119;0.128699;0.129283;0.129869;0.130459;0.131053;0.131649;0.13225;0.132853;0.13346;0.134071;0.134685;0.135303;0.135924;0.136548;0.137177;0.137808;0.138444;0.139083;0.139726;0.140372;0.141022;0.141676;0.142334;0.142995;0.14366;0.144329;0.145002;0.145679;0.146359;0.147043;0.147732;0.148424;0.14912;0.14982;0.150524;0.151232;0.151944;0.15266;0.153381;0.154105;0.154833;0.155566;0.156303;0.157043;0.157789;0.158538;0.159292;0.160049;0.160812;0.161578;0.162349;0.163124;0.163904;0.164688;0.165476;0.166269;0.167066;0.167868;0.168675;0.169486;0.170301;0.171121;0.171946;0.172776;0.17361;0.174448;0.175292;0.17614;0.176993;0.177851;0.178714;0.179581;0.180454;0.181331;0.182213;0.183101;0.183993;0.18489;0.185792;0.186699;0.187612;0.188529;0.189452;0.19038;0.191313;0.192251;0.193194;0.194143;0.195097;0.196056;0.197021;0.197991;0.198967;0.199947;0.200934;0.201926;0.202923;0.203926;0.204935;0.205949;0.206969;0.207994;0.209025;0.210062;0.211105;0.212153;0.213207;0.214267;0.215333;0.216405;0.217483;0.218567;0.219656;0.220752;0.221854;0.222962;0.224076;0.225196;0.226322;0.227455;0.228593;0.229739;0.23089</Cd>
+                <Cd_turb>0.0246428;0.0246192;0.0245957;0.0245722;0.0245488;0.0245255;0.0245022;0.0244791;0.024456;0.024433;0.0244101;0.0243872;0.0243645;0.0243418;0.0243192;0.0242966;0.0242742;0.0242518;0.0242295;0.0242073;0.0241851;0.024163;0.024141;0.0241191;0.0240973;0.0240755;0.0240538;0.0240322;0.0240107;0.0239892;0.0239678;0.0239465;0.0239253;0.0239042;0.0238831;0.0238621;0.0238412;0.0238203;0.0237995;0.0237788;0.0237582;0.0237377;0.0237172;0.0236968;0.0236765;0.0236563;0.0236361;0.023616;0.023596;0.0235761;0.0235562;0.0235364;0.0235167;0.0234971;0.0234775;0.023458;0.0234386;0.0234193;0.0234;0.0233808;0.0233617;0.0233427;0.0233237;0.0233048;0.023286;0.0232672;0.0232486;0.02323;0.0232115;0.023193;0.0231747;0.0231564;0.0231381;0.02312;0.0231019;0.0230839;0.023066;0.0230482;0.0230304;0.0230127;0.0229951;0.0229775;0.02296;0.0229426;0.0229253;0.022908;0.0228908;0.0228737;0.0228567;0.0228397;0.0228228;0.022806;0.0227893;0.0227726;0.022756;0.0227394;0.022723;0.0227066;0.0226903;0.0226741;0.0226579;0.0226418;0.0226258;0.0226099;0.022594;0.0225782;0.0225625;0.0225468;0.0225312;0.0225157;0.0225003;0.0224849;0.0224696;0.0224544;0.0224392;0.0224242;0.0224092;0.0223942;0.0223794;0.0223646;0.0223499;0.0223352;0.0223207;0.0223062;0.0222917;0.0222774;0.0222631;0.0222489;0.0222347;0.0222207;0.0222067;0.0221928;0.0221789;0.0221651;0.0221514;0.0221378;0.0221242;0.0221107;0.0220973;0.0220839;0.0220706;0.0220574;0.0220443;0.0220312;0.0220182;0.0220053;0.0219924;0.0219796;0.0219669;0.0219543;0.0219417;0.0219292;0.0219168;0.0219044;0.0218921;0.0218799;0.0218678;0.0218557;0.0218437;0.0218317;0.0218199;0.0218081;0.0217964;0.0217847;0.0217731;0.0217616;0.0217502;0.0217388;0.0217275;0.0217163;0.0217051;0.021694;0.021683;0.021672;0.0216612;0.0216504;0.0216396;0.021629;0.0216184;0.0216078;0.0215974;0.021587;0.0215767;0.0215664;0.0215562;0.0215461;0.0215361;0.0215261;0.0215162;0.0215064;0.0214966;0.0214869;0.0214773;0.0214678;0.0214583;0.0214489;0.0214395;0.0214303;0.0214211;0.0214119;0.0214029;0.0213939;0.021385;0.0213761;0.0213673;0.0213586;0.02135;0.0213414;0.0213329;0.0213244;0.0213161;0.0213078;0.0212995;0.0212914;0.0212833;0.0212753;0.0212673;0.0212594;0.0212516;0.0212439;0.0212362;0.0212286;0.0212211;0.0212136;0.0212062;0.0211989;0.0211916;0.0211844;0.0211773;0.0211702;0.0211633;0.0211564;0.0211495;0.0211427;0.021136;0.0211294;0.0211228;0.0211163;0.0211099;0.0211035;0.0210972;0.021091;0.0210849;0.0210788;0.0210728;0.0210668;0.0210609;0.0210551;0.0210494;0.0210437;0.0210381;0.0210326;0.0210271;0.0210217;0.0210164;0.0210111;0.0210059;0.0210008;0.0209958;0.0209908;0.0209859;0.020981;0.0209762;0.0209715;0.0209669;0.0209623;0.0209578;0.0209534;0.020949;0.0209447;0.0209405;0.0209364;0.0209323;0.0209282;0.0209243;0.0209204;0.0209166;0.0209129;0.0209092;0.0209056;0.020902;0.0208986;0.0208952;0.0208918;0.0208886;0.0208854;0.0208822;0.0208792;0.0208762;0.0208733;0.0208704;0.0208676;0.0208649;0.0208623;0.0208597;0.0208572;0.0208548;0.0208524;0.0208501;0.0208479;0.0208457;0.0208436;0.0208416;0.0208396;0.0208377;0.0208359;0.0208342;0.0208325;0.0208309;0.0208293;0.0208278;0.0208264;0.0208251;0.0208238;0.0208226;0.0208215;0.0208204;0.0208194;0.0208185;0.0208177;0.0208169;0.0208162;0.0208155;0.0208149;0.0208144;0.020814;0.0208136;0.0208133;0.0208131;0.0208129;0.0208128;0.0208128;0.0208128;0.0208129;0.0208131;0.0208133;0.0208137;0.020814;0.0208145;0.020815;0.0208156;0.0208163;0.020817;0.0208178;0.0208187;0.0208196;0.0208206;0.0208217;0.0208229;0.0208241;0.0208254;0.0208267;0.0208281;0.0208296;0.0208312;0.0208328;0.0208345;0.0208363;0.0208381;0.0208401;0.020842;0.0208441;0.0208462;0.0208484;0.0208506;0.020853;0.0208554;0.0208578;0.0208604;0.020863;0.0208656;0.0208684;0.0208712;0.0208741;0.020877;0.0208801;0.0208832;0.0208863;0.0208895;0.0208928;0.0208962;0.0208997;0.0209032;0.0209068;0.0209104;0.0209141;0.0209179;0.0209218;0.0209257;0.0209297;0.0209338;0.0209379;0.0209421;0.0209464;0.0209508;0.0209552;0.0209597;0.0209643;0.0209689;0.0209736;0.0209784;0.0209832;0.0209881;0.0209931;0.0209982;0.0210033;0.0210085;0.0210138;0.0210191;0.0210245;0.02103;0.0210355;0.0210412;0.0210468;0.0210526;0.0210584;0.0210643;0.0210703;0.0210764;0.0210825;0.0210887;0.0210949;0.0211013;0.0211077;0.0211141;0.0211207;0.0211273;0.021134;0.0211407;0.0211476;0.0211544;0.0211614;0.0211685;0.0211756;0.0211828;0.0211901;0.0211975;0.021205;0.0212125;0.0212201;0.0212278;0.0212355;0.0212433;0.0212512;0.0212592;0.0212672;0.0212753;0.0212835;0.0212917;0.0213;0.0213084;0.0213168;0.0213253;0.0213339;0.0213426;0.0213513;0.0213601;0.021369;0.0213779;0.0213869;0.021396;0.0214052;0.0214144;0.0214237;0.0214331;0.0214425;0.021452;0.0214616;0.0214712;0.021481;0.0214907;0.0215006;0.0215105;0.0215206;0.0215306;0.0215408;0.021551;0.0215613;0.0215717;0.0215821;0.0215926;0.0216032;0.0216139;0.0216246;0.0216354;0.0216463;0.0216572;0.0216683;0.0216794;0.0216905;0.0217018;0.0217131;0.0217245;0.0217359;0.0217475;0.0217591;0.0217708;0.0217825;0.0217943;0.0218062;0.0218183;0.0218304;0.0218425;0.0218547;0.021867;0.0218793;0.0218918;0.0219042;0.0219168;0.0219295;0.0219422;0.021955;0.0219679;0.0219808;0.0219938;0.0220069;0.0220201;0.0220333;0.0220467;0.0220601;0.0220735;0.0220871;0.0221007;0.0221144;0.0221282;0.022142;0.022156;0.02217;0.0221841;0.0221982;0.0222124;0.0222268;0.0222411;0.0222556;0.0222701;0.0222848;0.0222994;0.0223142;0.0223291;0.022344;0.022359;0.0223741;0.0223892;0.0224045;0.0224198;0.0224352;0.0224506;0.0224662;0.0224818;0.0224975;0.0225133;0.0225292;0.0225451;0.0225611;0.0225772;0.0225934;0.0226096;0.022626;0.0226424;0.0226589;0.0226754;0.0226921;0.0227088;0.0227256;0.0227425;0.0227595;0.0227765;0.0227937;0.0228109;0.0228282;0.0228455;0.022863;0.0228805;0.0228981;0.0229158;0.0229336;0.0229514;0.0229694;0.0229874;0.0230055;0.0230237;0.0230419;0.0230603;0.0230787;0.0230972;0.0231158;0.0231345;0.0231532;0.0231721;0.023191;0.02321;0.0232291;0.0232483;0.0232675;0.0232869;0.0233063;0.0233258;0.0233454;0.023365;0.0233848;0.0234046;0.0234246;0.0234446;0.0234647;0.0234848;0.0235051;0.0235254;0.0235459;0.0235664;0.023587;0.0236077;0.0236285;0.0236493;0.0236703;0.0236913;0.0237124;0.0237336;0.0237549;0.0237763;0.0237978;0.0238193;0.023841;0.0238627;0.0238845;0.0239064;0.0239284;0.0239505;0.0239726;0.0239949;0.0240172;0.0240397;0.0240622;0.0240848;0.0241075;0.0241303;0.0241532;0.0241761;0.0241992;0.0242223;0.0242456;0.0242689;0.0242923;0.0243158;0.0243394;0.0243631;0.0243869;0.0244108;0.0244347;0.0244588;0.0244829;0.0245072;0.0245315;0.0245559;0.0245805;0.0246051;0.0246298;0.0246546;0.0246795;0.0247045;0.0247295;0.0247547;0.02478;0.0248053;0.0248308;0.0248564;0.024882;0.0249077;0.0249336;0.0249595;0.0249855;0.0250117;0.0250379;0.0250642;0.0250906;0.0251171;0.0251438;0.0251705;0.0251973;0.0252242;0.0252512;0.0252783;0.0253055;0.0253328;0.0253602;0.0253877;0.0254153;0.025443;0.0254708;0.0254987;0.0255267;0.0255548;0.025583;0.0256113;0.0256397;0.0256682;0.0256968;0.0257255;0.0257543;0.0257833;0.0258123;0.0258414;0.0258706;0.0259;0.0259294;0.0259589;0.0259886;0.0260183;0.0260482;0.0260782;0.0261082;0.0261384;0.0261687;0.0261991;0.0262296;0.0262602;0.0262909;0.0263218;0.0263527;0.0263837;0.0264149;0.0264461;0.0264775;0.026509;0.0265406;0.0265723;0.0266041;0.026636;0.0266681;0.0267002;0.0267325;0.0267649;0.0267974;0.02683;0.0268627;0.0268955;0.0269285;0.0269615;0.0269947;0.027028;0.0270614;0.0270949;0.0271286;0.0271623;0.0271962;0.0272302;0.0272643;0.0272986;0.0273329;0.0273674;0.027402;0.0274367;0.0274716;0.0275065;0.0275416;0.0275768;0.0276121;0.0276476;0.0276832;0.0277189;0.0277547;0.0277906;0.0278267;0.0278629;0.0278992;0.0279357;0.0279723;0.028009;0.0280458;0.0280828;0.0281199;0.0281571;0.0281945;0.028232;0.0282696;0.0283073;0.0283452;0.0283832;0.0284214;0.0284596;0.0284981;0.0285366;0.0285753;0.0286141;0.0286531;0.0286922;0.0287314;0.0287708;0.0288103;0.0288499;0.0288897;0.0289297;0.0289697;0.0290099;0.0290503;0.0290908;0.0291314;0.0291722;0.0292131;0.0292542;0.0292954;0.0293368;0.0293783;0.02942;0.0294618;0.0295037;0.0295458;0.0295881;0.0296305;0.0296731;0.0297158;0.0297586;0.0298016;0.0298448;0.0298881;0.0299316;0.0299753;0.0300191;0.030063;0.0301071;0.0301514;0.0301958;0.0302404;0.0302852;0.0303301;0.0303752;0.0304204;0.0304658;0.0305114;0.0305571;0.030603;0.0306491;0.0306953;0.0307417;0.0307883;0.030835;0.030882;0.0309291;0.0309763;0.0310238;0.0310714;0.0311192;0.0311671;0.0312153;0.0312636;0.0313121;0.0313608;0.0314096;0.0314587;0.0315079;0.0315573;0.0316069;0.0316567;0.0317066;0.0317568;0.0318071;0.0318577;0.0319084;0.0319593;0.0320104;0.0320617;0.0321132;0.0321649;0.0322167;0.0322688;0.0323211;0.0323736;0.0324262;0.0324791;0.0325322;0.0325855;0.032639;0.0326927;0.0327466;0.0328007;0.032855;0.0329095;0.0329643;0.0330192;0.0330744;0.0331298;0.0331853;0.0332412;0.0332972;0.0333534;0.0334099;0.0334666;0.0335235;0.0335806;0.033638;0.0336956;0.0337534;0.0338115;0.0338697;0.0339283;0.033987;0.034046;0.0341052;0.0341646;0.0342243;0.0342842;0.0343444;0.0344048;0.0344655;0.0345264;0.0345875;0.0346489;0.0347105;0.0347724;0.0348346;0.034897;0.0349596;0.0350225;0.0350857;0.0351491;0.0352128;0.0352768;0.035341;0.0354055;0.0354702;0.0355352;0.0356005;0.0356661;0.0357319;0.035798;0.0358644;0.035931;0.035998;0.0360652;0.0361327;0.0362005;0.0362686;0.0363369;0.0364056;0.0364745;0.0365438;0.0366133;0.0366831;0.0367532;0.0368237;0.0368944;0.0369654;0.0370368;0.0371084;0.0371804;0.0372527;0.0373252;0.0373981;0.0374713;0.0375449;0.0376187;0.0376929;0.0377674;0.0378422;0.0379174;0.0379929;0.0380687;0.0381448;0.0382213;0.0382982;0.0383753;0.0384529;0.0385307;0.0386089;0.0386875;0.0387664;0.0388456;0.0389253;0.0390052;0.0390856;0.0391663;0.0392473;0.0393288;0.0394105;0.0394927;0.0395753;0.0396582;0.0397415;0.0398252;0.0399092;0.0399937;0.0400785;0.0401637;0.0402493;0.0403354;0.0404218;0.0405086;0.0405958;0.0406834;0.0407714;0.0408599;0.0409487;0.041038;0.0411277;0.0412178;0.0413083;0.0413993;0.0414906;0.0415824;0.0416747;0.0417674;0.0418605;0.0419541;0.0420481;0.0421425;0.0422374;0.0423328;0.0424286;0.0425249;0.0426216;0.0427189;0.0428165;0.0429147;0.0430133;0.0431124;0.043212;0.043312;0.0434126;0.0435136;0.0436151;0.0437171;0.0438197;0.0439227;0.0440262;0.0441302;0.0442348;0.0443399;0.0444454;0.0445515;0.0446582;0.0447653;0.044873;0.0449812;0.04509;0.0451993;0.0453091;0.0454195;0.0455304;0.0456419;0.045754;0.0458666;0.0459798;0.0460935;0.0462078;0.0463228;0.0464382;0.0465543;0.046671;0.0467882;0.046906;0.0470245;0.0471435;0.0472632;0.0473834;0.0475043;0.0476258;0.0477479;0.0478707;0.047994;0.048118;0.0482427;0.048368;0.0484939;0.0486205;0.0487477;0.0488756;0.0490042;0.0491334;0.0492633;0.0493939;0.0495251;0.0496571;0.0497897;0.049923;0.0500571;0.0501918;0.0503272;0.0504634;0.0506002;0.0507378;0.0508761;0.0510151;0.0511549;0.0512954;0.0514366;0.0515786;0.0517214;0.0518649;0.0520091;0.0521542;0.0523;0.0524466;0.0525939;0.0527421;0.052891;0.0530408;0.0531913;0.0533427;0.0534948;0.0536478;0.0538016;0.0539562;0.0541117;0.054268;0.0544251;0.0545831;0.054742;0.0549017;0.0550622;0.0552237;0.055386;0.0555492;0.0557133;0.0558783;0.0560441;0.0562109;0.0563786;0.0565472;0.0567167;0.0568872;0.0570586;0.0572309;0.0574042;0.0575784;0.0577536;0.0579297;0.0581068;0.0582849;0.0584639;0.058644;0.058825;0.0590071;0.0591901;0.0593742;0.0595592;0.0597453;0.0599325;0.0601206;0.0603099;0.0605001;0.0606914;0.0608838;0.0610773;0.0612718;0.0614674;0.0616641;0.0618619;0.0620608;0.0622608;0.062462;0.0626642;0.0628676;0.0630721;0.0632778;0.0634846;0.0636926;0.0639018;0.0641121;0.0643236;0.0645363;0.0647502;0.0649653;0.0651816;0.0653991;0.0656178;0.0658378;0.0660591;0.0662815;0.0665053;0.0667303;0.0669565;0.0671841;0.0674129;0.067643;0.0678745;0.0681072;0.0683413;0.0685767;0.0688134;0.0690515;0.0692909;0.0695317;0.0697738;0.0700174;0.0702623;0.0705086;0.0707563;0.0710054;0.071256;0.071508;0.0717614;0.0720162;0.0722725;0.0725303;0.0727896;0.0730503;0.0733125;0.0735762;0.0738415;0.0741082;0.0743765;0.0746463;0.0749177;0.0751906;0.075465;0.0757411;0.0760187;0.0762979;0.0765788;0.0768612;0.0771453;0.0774309;0.0777183;0.0780073;0.0782979;0.0785902;0.0788842;0.0791799;0.0794773;0.0797764;0.0800772;0.0803798;0.080684;0.0809901;0.0812979;0.0816075;0.0819189;0.082232;0.082547;0.0828638;0.0831824;0.0835028;0.0838251;0.0841493;0.0844753;0.0848032;0.085133;0.0854647;0.0857983;0.0861339;0.0864714;0.0868108;0.0871522;0.0874956;0.0878409;0.0881883;0.0885376;0.088889;0.0892424;0.0895979;0.0899554;0.090315;0.0906766;0.0910404;0.0914062;0.0917742;0.0921443;0.0925165;0.0928909;0.0932674;0.0936462;0.0940271;0.0944102;0.0947956;0.0951832;0.095573;0.095965;0.0963594;0.096756;0.0971549;0.0975562;0.0979597;0.0983656;0.0987738;0.0991844;0.0995974;0.100013;0.100431;0.100851;0.101273;0.101698;0.102126;0.102556;0.102988;0.103423;0.103861;0.104301;0.104743;0.105189;0.105636;0.106087;0.10654;0.106995;0.107453;0.107914;0.108377;0.108844;0.109312;0.109784;0.110258;0.110735;0.111215;0.111698;0.112183;0.112671;0.113162;0.113656;0.114152;0.114652;0.115154;0.11566;0.116168;0.116679;0.117193;0.11771;0.11823;0.118753;0.119279;0.119808;0.12034;0.120875;0.121414;0.121955;0.122499;0.123047;0.123598;0.124152;0.124709;0.125269;0.125833;0.126399;0.12697;0.127543;0.128119;0.128699;0.129283;0.129869;0.130459;0.131053;0.131649;0.13225;0.132853;0.13346;0.134071;0.134685;0.135303;0.135924;0.136548;0.137177;0.137808;0.138444;0.139083;0.139726;0.140372;0.141022;0.141676;0.142334;0.142995;0.14366;0.144329;0.145002;0.145679;0.146359;0.147043;0.147732;0.148424;0.14912;0.14982;0.150524;0.151232;0.151944;0.15266;0.153381;0.154105;0.154833;0.155566;0.156303;0.157043;0.157789;0.158538;0.159292;0.160049;0.160812;0.161578;0.162349;0.163124;0.163904;0.164688;0.165476;0.166269;0.167066;0.167868;0.168675;0.169486;0.170301;0.171121;0.171946;0.172776;0.17361;0.174448;0.175292;0.17614;0.176993;0.177851;0.178714;0.179581;0.180454;0.181331;0.182213;0.183101;0.183993;0.18489;0.185792;0.186699;0.187612;0.188529;0.189452;0.19038;0.191313;0.192251;0.193194;0.194143;0.195097;0.196056;0.197021;0.197991;0.198967;0.199947;0.200934;0.201926;0.202923;0.203926;0.204935;0.205949;0.206969;0.207994;0.209025;0.210062;0.211105;0.212153;0.213207;0.214267;0.215333;0.216405;0.217483;0.218567;0.219656;0.220752;0.221854;0.222962;0.224076;0.225196;0.226322;0.227455;0.228593;0.229739;0.23089</Cd_turb>
+                <Cm>0.238263;0.237965;0.237667;0.237369;0.237071;0.236773;0.236475;0.236177;0.235879;0.235581;0.235283;0.234985;0.234687;0.234389;0.234091;0.233793;0.233495;0.233197;0.232899;0.232601;0.232303;0.232005;0.231708;0.23141;0.231112;0.230814;0.230516;0.230218;0.22992;0.229622;0.229324;0.229026;0.228728;0.22843;0.228132;0.227834;0.227536;0.227238;0.22694;0.226642;0.226344;0.226046;0.225748;0.22545;0.225152;0.224854;0.224556;0.224259;0.223961;0.223663;0.223365;0.223067;0.222769;0.222471;0.222173;0.221875;0.221577;0.221279;0.220981;0.220683;0.220385;0.220087;0.219789;0.219491;0.219193;0.218895;0.218597;0.218299;0.218001;0.217703;0.217405;0.217107;0.216809;0.216512;0.216214;0.215916;0.215618;0.21532;0.215022;0.214724;0.214426;0.214128;0.21383;0.213532;0.213234;0.212936;0.212638;0.21234;0.212042;0.211744;0.211446;0.211148;0.21085;0.210552;0.210254;0.209956;0.209658;0.20936;0.209062;0.208765;0.208467;0.208169;0.207871;0.207573;0.207275;0.206977;0.206679;0.206381;0.206083;0.205785;0.205487;0.205189;0.204891;0.204593;0.204295;0.203997;0.203699;0.203401;0.203103;0.202805;0.202507;0.202209;0.201911;0.201613;0.201316;0.201018;0.20072;0.200422;0.200124;0.199826;0.199528;0.19923;0.198932;0.198634;0.198336;0.198038;0.19774;0.197442;0.197144;0.196846;0.196548;0.19625;0.195952;0.195654;0.195356;0.195058;0.19476;0.194462;0.194164;0.193866;0.193569;0.193271;0.192973;0.192675;0.192377;0.192079;0.191781;0.191483;0.191185;0.190887;0.190589;0.190291;0.189993;0.189695;0.189397;0.189099;0.188801;0.188503;0.188205;0.187907;0.187609;0.187311;0.187013;0.186715;0.186417;0.186119;0.185822;0.185524;0.185226;0.184928;0.18463;0.184332;0.184034;0.183736;0.183438;0.18314;0.182842;0.182544;0.182246;0.181948;0.18165;0.181352;0.181054;0.180756;0.180458;0.18016;0.179862;0.179564;0.179266;0.178968;0.17867;0.178373;0.178075;0.177777;0.177479;0.177181;0.176883;0.176585;0.176287;0.175989;0.175691;0.175393;0.175095;0.174797;0.174499;0.174201;0.173903;0.173605;0.173307;0.173009;0.172711;0.172413;0.172115;0.171817;0.171519;0.171221;0.170923;0.170626;0.170328;0.17003;0.169732;0.169434;0.169136;0.168838;0.16854;0.168242;0.167944;0.167646;0.167348;0.16705;0.166752;0.166454;0.166156;0.165858;0.16556;0.165262;0.164964;0.164666;0.164368;0.16407;0.163772;0.163474;0.163176;0.162879;0.162581;0.162283;0.161985;0.161687;0.161389;0.161091;0.160793;0.160495;0.160197;0.159899;0.159601;0.159303;0.159005;0.158707;0.158409;0.158111;0.157813;0.157515;0.157217;0.156919;0.156621;0.156323;0.156025;0.155727;0.15543;0.155132;0.154834;0.154536;0.154238;0.15394;0.153642;0.153344;0.153046;0.152748;0.15245;0.152152;0.151854;0.151556;0.151258;0.15096;0.150662;0.150364;0.150066;0.149768;0.14947;0.149172;0.148874;0.148576;0.148278;0.14798;0.147683;0.147385;0.147087;0.146789;0.146491;0.146193;0.145895;0.145597;0.145299;0.145001;0.144703;0.144405;0.144107;0.143809;0.143511;0.143213;0.142915;0.142617;0.142319;0.142021;0.141723;0.141425;0.141127;0.140829;0.140531;0.140233;0.139936;0.139638;0.13934;0.139042;0.138744;0.138446;0.138148;0.13785;0.137552;0.137254;0.136956;0.136658;0.13636;0.136062;0.135764;0.135466;0.135168;0.13487;0.134572;0.134274;0.133976;0.133678;0.13338;0.133082;0.132784;0.132487;0.132189;0.131891;0.131593;0.131295;0.130997;0.130699;0.130401;0.130103;0.129805;0.129507;0.129209;0.128911;0.128613;0.128315;0.128017;0.127719;0.127421;0.127123;0.126825;0.126527;0.126229;0.125931;0.125633;0.125335;0.125037;0.12474;0.124442;0.124144;0.123846;0.123548;0.12325;0.122952;0.122654;0.122356;0.122058;0.12176;0.121462;0.121164;0.120866;0.120568;0.12027;0.119972;0.119674;0.119376;0.119078;0.11878;0.118482;0.118184;0.117886;0.117588;0.11729;0.116993;0.116695;0.116397;0.116099;0.115801;0.115503;0.115205;0.114907;0.114609;0.114311;0.114013;0.113715;0.113417;0.113119;0.112821;0.112523;0.112225;0.111927;0.111629;0.111331;0.111033;0.110735;0.110437;0.110139;0.109841;0.109544;0.109246;0.108948;0.10865;0.108352;0.108054;0.107756;0.107458;0.10716;0.106862;0.106564;0.106266;0.105968;0.10567;0.105372;0.105074;0.104776;0.104478;0.10418;0.103882;0.103584;0.103286;0.102988;0.10269;0.102392;0.102094;0.101797;0.101499;0.101201;0.100903;0.100605;0.100307;0.100009;0.0997108;0.0994128;0.0991149;0.0988169;0.0985189;0.098221;0.097923;0.0976251;0.0973271;0.0970291;0.0967312;0.0964332;0.0961353;0.0958373;0.0955393;0.0952414;0.0949434;0.0946454;0.0943475;0.0940495;0.0937516;0.0934536;0.0931556;0.0928577;0.0925597;0.0922618;0.0919638;0.0916658;0.0913679;0.0910699;0.090772;0.090474;0.090176;0.0898781;0.0895801;0.0892822;0.0889842;0.0886862;0.0883883;0.0880903;0.0877923;0.0874944;0.0871964;0.0868985;0.0866005;0.0863025;0.0860046;0.0857066;0.0854087;0.0851107;0.0848127;0.0845148;0.0842168;0.0839189;0.0836209;0.0833229;0.083025;0.082727;0.082429;0.0821311;0.0818331;0.0815352;0.0812372;0.0809392;0.0806413;0.0803433;0.0800454;0.0797474;0.0794494;0.0791515;0.0788535;0.0785556;0.0782576;0.0779596;0.0776617;0.0773637;0.0770657;0.0767678;0.0764698;0.0761719;0.0758739;0.0755759;0.075278;0.07498;0.0746821;0.0743841;0.0740861;0.0737882;0.0734902;0.0731923;0.0728943;0.0725963;0.0722984;0.0720004;0.0717024;0.0714045;0.0711065;0.0708086;0.0705106;0.0702126;0.0699147;0.0696167;0.0693188;0.0690208;0.0687228;0.0684249;0.0681269;0.067829;0.067531;0.067233;0.0669351;0.0666371;0.0663391;0.0660412;0.0657432;0.0654453;0.0651473;0.0648493;0.0645514;0.0642534;0.0639555;0.0636575;0.0633595;0.0630616;0.0627636;0.0624657;0.0621677;0.0618697;0.0615718;0.0612738;0.0609758;0.0606779;0.0603799;0.060082;0.059784;0.059486;0.0591881;0.0588901;0.0585922;0.0582942;0.0579962;0.0576983;0.0574003;0.0571024;0.0568044;0.0565064;0.0562085;0.0559105;0.0556126;0.0553146;0.0550166;0.0547187;0.0544207;0.0541227;0.0538248;0.0535268;0.0532289;0.0529309;0.0526329;0.052335;0.052037;0.0517391;0.0514411;0.0511431;0.0508452;0.0505472;0.0502493;0.0499513;0.0496533;0.0493554;0.0490574;0.0487594;0.0484615;0.0481635;0.0478656;0.0475676;0.0472696;0.0469717;0.0466737;0.0463758;0.0460778;0.0457798;0.0454819;0.0451839;0.044886;0.044588;0.04429;0.0439921;0.0436941;0.0433961;0.0430982;0.0428002;0.0425023;0.0422043;0.0419063;0.0416084;0.0413104;0.0410125;0.0407145;0.0404165;0.0401186;0.0398206;0.0395227;0.0392247;0.0389267;0.0386288;0.0383308;0.0380328;0.0377349;0.0374369;0.037139;0.036841;0.036543;0.0362451;0.0359471;0.0356492;0.0353512;0.0350532;0.0347553;0.0344573;0.0341594;0.0338614;0.0335634;0.0332655;0.0329675;0.0326695;0.0323716;0.0320736;0.0317757;0.0314777;0.0311797;0.0308818;0.0305838;0.0302859;0.0299879;0.0296899;0.029392;0.029094;0.0287961;0.0284981;0.0282001;0.0279022;0.0276042;0.0273063;0.0270083;0.0267103;0.0264124;0.0261144;0.0258164;0.0255185;0.0252205;0.0249226;0.0246246;0.0243266;0.0240287;0.0237307;0.0234328;0.0231348;0.0228368;0.0225389;0.0222409;0.021943;0.021645;0.021347;0.0210491;0.0207511;0.0204531;0.0201552;0.0198572;0.0195593;0.0192613;0.0189633;0.0186654;0.0183674;0.0180695;0.0177715;0.0174735;0.0171756;0.0168776;0.0165797;0.0162817;0.0159837;0.0156858;0.0153878;0.0150898;0.0147919;0.0144939;0.014196;0.013898;0.0136;0.0133021;0.0130041;0.0127062;0.0124082;0.0121102;0.0118123;0.0115143;0.0112164;0.0109184;0.0106204;0.0103225;0.0100245;0.00972655;0.00942859;0.00913063;0.00883267;0.0085347;0.00823674;0.00793878;0.00764082;0.00734286;0.0070449;0.00674694;0.00644898;0.00615102;0.00585306;0.00555509;0.00525713;0.00495917;0.00466121;0.00436325;0.00406529;0.00376733;0.00346937;0.00317141;0.00287344;0.00257548;0.00227752;0.00197956;0.0016816;0.00138364;0.00108568;0.000787717;0.000489756;0.000191795;-0.000106166;-0.000404127;-0.000702088;-0.00100005;-0.00129801;-0.00159597;-0.00189393;-0.00219189;-0.00248985;-0.00278782;-0.00308578;-0.00338374;-0.0036817;-0.00397966;-0.00427762;-0.00457558;-0.00487354;-0.0051715;-0.00546946;-0.00576743;-0.00606539;-0.00636335;-0.00666131;-0.00695927;-0.00725723;-0.00755519;-0.00785315;-0.00815111;-0.00844908;-0.00874704;-0.009045;-0.00934296;-0.00964092;-0.00993888;-0.0102368;-0.0105348;-0.0108328;-0.0111307;-0.0114287;-0.0117266;-0.0120246;-0.0123226;-0.0126205;-0.0129185;-0.0132165;-0.0135144;-0.0138124;-0.0141103;-0.0144083;-0.0147063;-0.0150042;-0.0153022;-0.0156001;-0.0158981;-0.0161961;-0.016494;-0.016792;-0.0170899;-0.0173879;-0.0176859;-0.0179838;-0.0182818;-0.0185798;-0.0188777;-0.0191757;-0.0194736;-0.0197716;-0.0200696;-0.0203675;-0.0206655;-0.0209634;-0.0212614;-0.0215594;-0.0218573;-0.0221553;-0.0224532;-0.0227512;-0.0230492;-0.0233471;-0.0236451;-0.0239431;-0.024241;-0.024539;-0.0248369;-0.0251349;-0.0254329;-0.0257308;-0.0260288;-0.0263267;-0.0266247;-0.0269227;-0.0272206;-0.0275186;-0.0278165;-0.0281145;-0.0284125;-0.0287104;-0.0290084;-0.0293063;-0.0296043;-0.0299023;-0.0302002;-0.0304982;-0.0307962;-0.0310941;-0.0313921;-0.03169;-0.031988;-0.032286;-0.0325839;-0.0328819;-0.0331798;-0.0334778;-0.0337758;-0.0340737;-0.0343717;-0.0346696;-0.0349676;-0.0352656;-0.0355635;-0.0358615;-0.0361595;-0.0364574;-0.0367554;-0.0370533;-0.0373513;-0.0376493;-0.0379472;-0.0382452;-0.0385431;-0.0388411;-0.0391391;-0.039437;-0.039735;-0.0400329;-0.0403309;-0.0406289;-0.0409268;-0.0412248;-0.0415228;-0.0418207;-0.0421187;-0.0424166;-0.0427146;-0.0430126;-0.0433105;-0.0436085;-0.0439064;-0.0442044;-0.0445024;-0.0448003;-0.0450983;-0.0453962;-0.0456942;-0.0459922;-0.0462901;-0.0465881;-0.0468861;-0.047184;-0.047482;-0.0477799;-0.0480779;-0.0483759;-0.0486738;-0.0489718;-0.0492697;-0.0495677;-0.0498657;-0.0501636;-0.0504616;-0.0507595;-0.0510575;-0.0513555;-0.0516534;-0.0519514;-0.0522494;-0.0525473;-0.0528453;-0.0531432;-0.0534412;-0.0537392;-0.0540371;-0.0543351;-0.054633;-0.054931;-0.055229;-0.0555269;-0.0558249;-0.0561228;-0.0564208;-0.0567188;-0.0570167;-0.0573147;-0.0576126;-0.0579106;-0.0582086;-0.0585065;-0.0588045;-0.0591025;-0.0594004;-0.0596984;-0.0599963;-0.0602943;-0.0605923;-0.0608902;-0.0611882;-0.0614861;-0.0617841;-0.0620821;-0.06238;-0.062678;-0.0629759;-0.0632739;-0.0635719;-0.0638698;-0.0641678;-0.0644658;-0.0647637;-0.0650617;-0.0653596;-0.0656576;-0.0659556;-0.0662535;-0.0665515;-0.0668494;-0.0671474;-0.0674454;-0.0677433;-0.0680413;-0.0683392;-0.0686372;-0.0689352;-0.0692331;-0.0695311;-0.0698291;-0.070127;-0.070425;-0.0707229;-0.0710209;-0.0713189;-0.0716168;-0.0719148;-0.0722127;-0.0725107;-0.0728087;-0.0731066;-0.0734046;-0.0737025;-0.0740005;-0.0742985;-0.0745964;-0.0748944;-0.0751924;-0.0754903;-0.0757883;-0.0760862;-0.0763842;-0.0766822;-0.0769801;-0.0772781;-0.077576;-0.077874;-0.078172;-0.0784699;-0.0787679;-0.0790658;-0.0793638;-0.0796618;-0.0799597;-0.0802577;-0.0805557;-0.0808536;-0.0811516;-0.0814495;-0.0817475;-0.0820455;-0.0823434;-0.0826414;-0.0829393;-0.0832373;-0.0835353;-0.0838332;-0.0841312;-0.0844291;-0.0847271;-0.0850251;-0.085323;-0.085621;-0.0859189;-0.0862169;-0.0865149;-0.0868128;-0.0871108;-0.0874088;-0.0877067;-0.0880047;-0.0883026;-0.0886006;-0.0888986;-0.0891965;-0.0894945;-0.0897924;-0.0900904;-0.0903884;-0.0906863;-0.0909843;-0.0912822;-0.0915802;-0.0918782;-0.0921761;-0.0924741;-0.0927721;-0.09307;-0.093368;-0.0936659;-0.0939639;-0.0942619;-0.0945598;-0.0948578;-0.0951557;-0.0954537;-0.0957517;-0.0960496;-0.0963476;-0.0966455;-0.0969435;-0.0972415;-0.0975394;-0.0978374;-0.0981354;-0.0984333;-0.0987313;-0.0990292;-0.0993272;-0.0996252;-0.0999231;-0.100221;-0.100519;-0.100817;-0.101115;-0.101413;-0.101711;-0.102009;-0.102307;-0.102605;-0.102903;-0.103201;-0.103499;-0.103797;-0.104095;-0.104393;-0.10469;-0.104988;-0.105286;-0.105584;-0.105882;-0.10618;-0.106478;-0.106776;-0.107074;-0.107372;-0.10767;-0.107968;-0.108266;-0.108564;-0.108862;-0.10916;-0.109458;-0.109756;-0.110054;-0.110352;-0.11065;-0.110948;-0.111246;-0.111544;-0.111842;-0.11214;-0.112437;-0.112735;-0.113033;-0.113331;-0.113629;-0.113927;-0.114225;-0.114523;-0.114821;-0.115119;-0.115417;-0.115715;-0.116013;-0.116311;-0.116609;-0.116907;-0.117205;-0.117503;-0.117801;-0.118099;-0.118397;-0.118695;-0.118993;-0.119291;-0.119589;-0.119887;-0.120184;-0.120482;-0.12078;-0.121078;-0.121376;-0.121674;-0.121972;-0.12227;-0.122568;-0.122866;-0.123164;-0.123462;-0.12376;-0.124058;-0.124356;-0.124654;-0.124952;-0.12525;-0.125548;-0.125846;-0.126144;-0.126442;-0.12674;-0.127038;-0.127336;-0.127633;-0.127931;-0.128229;-0.128527;-0.128825;-0.129123;-0.129421;-0.129719;-0.130017;-0.130315;-0.130613;-0.130911;-0.131209;-0.131507;-0.131805;-0.132103;-0.132401;-0.132699;-0.132997;-0.133295;-0.133593;-0.133891;-0.134189;-0.134487;-0.134785;-0.135083;-0.13538;-0.135678;-0.135976;-0.136274;-0.136572;-0.13687;-0.137168;-0.137466;-0.137764;-0.138062;-0.13836;-0.138658;-0.138956;-0.139254;-0.139552;-0.13985;-0.140148;-0.140446;-0.140744;-0.141042;-0.14134;-0.141638;-0.141936;-0.142234;-0.142532;-0.14283;-0.143127;-0.143425;-0.143723;-0.144021;-0.144319;-0.144617;-0.144915;-0.145213;-0.145511;-0.145809;-0.146107;-0.146405;-0.146703;-0.147001;-0.147299;-0.147597;-0.147895;-0.148193;-0.148491;-0.148789;-0.149087;-0.149385;-0.149683;-0.149981;-0.150279;-0.150576;-0.150874;-0.151172;-0.15147;-0.151768;-0.152066;-0.152364;-0.152662;-0.15296;-0.153258;-0.153556;-0.153854;-0.154152;-0.15445;-0.154748;-0.155046;-0.155344;-0.155642;-0.15594;-0.156238;-0.156536;-0.156834;-0.157132;-0.15743;-0.157728;-0.158026;-0.158323;-0.158621;-0.158919;-0.159217;-0.159515;-0.159813;-0.160111;-0.160409;-0.160707;-0.161005;-0.161303;-0.161601;-0.161899;-0.162197;-0.162495;-0.162793;-0.163091;-0.163389;-0.163687;-0.163985;-0.164283;-0.164581;-0.164879;-0.165177;-0.165475;-0.165773;-0.16607;-0.166368;-0.166666;-0.166964;-0.167262;-0.16756;-0.167858;-0.168156;-0.168454;-0.168752;-0.16905;-0.169348;-0.169646;-0.169944;-0.170242;-0.17054;-0.170838;-0.171136;-0.171434;-0.171732;-0.17203;-0.172328;-0.172626;-0.172924;-0.173222;-0.173519;-0.173817;-0.174115;-0.174413;-0.174711;-0.175009;-0.175307;-0.175605;-0.175903;-0.176201;-0.176499;-0.176797;-0.177095;-0.177393;-0.177691;-0.177989;-0.178287;-0.178585;-0.178883;-0.179181;-0.179479;-0.179777;-0.180075;-0.180373;-0.180671;-0.180969;-0.181266;-0.181564;-0.181862;-0.18216;-0.182458;-0.182756;-0.183054;-0.183352;-0.18365;-0.183948;-0.184246;-0.184544;-0.184842;-0.18514;-0.185438;-0.185736;-0.186034;-0.186332;-0.18663;-0.186928;-0.187226;-0.187524;-0.187822;-0.18812;-0.188418;-0.188716;-0.189013;-0.189311;-0.189609;-0.189907;-0.190205;-0.190503;-0.190801;-0.191099;-0.191397;-0.191695;-0.191993;-0.192291;-0.192589;-0.192887;-0.193185;-0.193483;-0.193781;-0.194079;-0.194377;-0.194675;-0.194973;-0.195271</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="5" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>2.38104e+07</reynoldsnumber>
+                <machnumber>0.73</machnumber>
+                <Alpha>-4.81967;-4.81143;-4.80319;-4.79495;-4.78671;-4.77847;-4.77023;-4.76199;-4.75375;-4.74551;-4.73727;-4.72903;-4.72079;-4.71255;-4.70431;-4.69607;-4.68783;-4.67959;-4.67135;-4.6631;-4.65486;-4.64662;-4.63838;-4.63014;-4.6219;-4.61366;-4.60542;-4.59718;-4.58894;-4.5807;-4.57246;-4.56422;-4.55598;-4.54774;-4.5395;-4.53126;-4.52302;-4.51478;-4.50654;-4.4983;-4.49006;-4.48182;-4.47357;-4.46533;-4.45709;-4.44885;-4.44061;-4.43237;-4.42413;-4.41589;-4.40765;-4.39941;-4.39117;-4.38293;-4.37469;-4.36645;-4.35821;-4.34997;-4.34173;-4.33349;-4.32525;-4.31701;-4.30877;-4.30053;-4.29228;-4.28404;-4.2758;-4.26756;-4.25932;-4.25108;-4.24284;-4.2346;-4.22636;-4.21812;-4.20988;-4.20164;-4.1934;-4.18516;-4.17692;-4.16868;-4.16044;-4.1522;-4.14396;-4.13572;-4.12748;-4.11924;-4.111;-4.10275;-4.09451;-4.08627;-4.07803;-4.06979;-4.06155;-4.05331;-4.04507;-4.03683;-4.02859;-4.02035;-4.01211;-4.00387;-3.99563;-3.98739;-3.97915;-3.97091;-3.96267;-3.95443;-3.94619;-3.93795;-3.92971;-3.92146;-3.91322;-3.90498;-3.89674;-3.8885;-3.88026;-3.87202;-3.86378;-3.85554;-3.8473;-3.83906;-3.83082;-3.82258;-3.81434;-3.8061;-3.79786;-3.78962;-3.78138;-3.77314;-3.7649;-3.75666;-3.74842;-3.74018;-3.73193;-3.72369;-3.71545;-3.70721;-3.69897;-3.69073;-3.68249;-3.67425;-3.66601;-3.65777;-3.64953;-3.64129;-3.63305;-3.62481;-3.61657;-3.60833;-3.60009;-3.59185;-3.58361;-3.57537;-3.56713;-3.55889;-3.55064;-3.5424;-3.53416;-3.52592;-3.51768;-3.50944;-3.5012;-3.49296;-3.48472;-3.47648;-3.46824;-3.46;-3.45176;-3.44352;-3.43528;-3.42704;-3.4188;-3.41056;-3.40232;-3.39408;-3.38584;-3.3776;-3.36935;-3.36111;-3.35287;-3.34463;-3.33639;-3.32815;-3.31991;-3.31167;-3.30343;-3.29519;-3.28695;-3.27871;-3.27047;-3.26223;-3.25399;-3.24575;-3.23751;-3.22927;-3.22103;-3.21279;-3.20455;-3.19631;-3.18807;-3.17982;-3.17158;-3.16334;-3.1551;-3.14686;-3.13862;-3.13038;-3.12214;-3.1139;-3.10566;-3.09742;-3.08918;-3.08094;-3.0727;-3.06446;-3.05622;-3.04798;-3.03974;-3.0315;-3.02326;-3.01502;-3.00678;-2.99853;-2.99029;-2.98205;-2.97381;-2.96557;-2.95733;-2.94909;-2.94085;-2.93261;-2.92437;-2.91613;-2.90789;-2.89965;-2.89141;-2.88317;-2.87493;-2.86669;-2.85845;-2.85021;-2.84197;-2.83373;-2.82549;-2.81725;-2.809;-2.80076;-2.79252;-2.78428;-2.77604;-2.7678;-2.75956;-2.75132;-2.74308;-2.73484;-2.7266;-2.71836;-2.71012;-2.70188;-2.69364;-2.6854;-2.67716;-2.66892;-2.66068;-2.65244;-2.6442;-2.63596;-2.62771;-2.61947;-2.61123;-2.60299;-2.59475;-2.58651;-2.57827;-2.57003;-2.56179;-2.55355;-2.54531;-2.53707;-2.52883;-2.52059;-2.51235;-2.50411;-2.49587;-2.48763;-2.47939;-2.47115;-2.46291;-2.45467;-2.44643;-2.43818;-2.42994;-2.4217;-2.41346;-2.40522;-2.39698;-2.38874;-2.3805;-2.37226;-2.36402;-2.35578;-2.34754;-2.3393;-2.33106;-2.32282;-2.31458;-2.30634;-2.2981;-2.28986;-2.28162;-2.27338;-2.26514;-2.25689;-2.24865;-2.24041;-2.23217;-2.22393;-2.21569;-2.20745;-2.19921;-2.19097;-2.18273;-2.17449;-2.16625;-2.15801;-2.14977;-2.14153;-2.13329;-2.12505;-2.11681;-2.10857;-2.10033;-2.09209;-2.08385;-2.07561;-2.06736;-2.05912;-2.05088;-2.04264;-2.0344;-2.02616;-2.01792;-2.00968;-2.00144;-1.9932;-1.98496;-1.97672;-1.96848;-1.96024;-1.952;-1.94376;-1.93552;-1.92728;-1.91904;-1.9108;-1.90256;-1.89432;-1.88607;-1.87783;-1.86959;-1.86135;-1.85311;-1.84487;-1.83663;-1.82839;-1.82015;-1.81191;-1.80367;-1.79543;-1.78719;-1.77895;-1.77071;-1.76247;-1.75423;-1.74599;-1.73775;-1.72951;-1.72127;-1.71303;-1.70478;-1.69654;-1.6883;-1.68006;-1.67182;-1.66358;-1.65534;-1.6471;-1.63886;-1.63062;-1.62238;-1.61414;-1.6059;-1.59766;-1.58942;-1.58118;-1.57294;-1.5647;-1.55646;-1.54822;-1.53998;-1.53174;-1.5235;-1.51525;-1.50701;-1.49877;-1.49053;-1.48229;-1.47405;-1.46581;-1.45757;-1.44933;-1.44109;-1.43285;-1.42461;-1.41637;-1.40813;-1.39989;-1.39165;-1.38341;-1.37517;-1.36693;-1.35869;-1.35045;-1.34221;-1.33396;-1.32572;-1.31748;-1.30924;-1.301;-1.29276;-1.28452;-1.27628;-1.26804;-1.2598;-1.25156;-1.24332;-1.23508;-1.22684;-1.2186;-1.21036;-1.20212;-1.19388;-1.18564;-1.1774;-1.16916;-1.16092;-1.15268;-1.14443;-1.13619;-1.12795;-1.11971;-1.11147;-1.10323;-1.09499;-1.08675;-1.07851;-1.07027;-1.06203;-1.05379;-1.04555;-1.03731;-1.02907;-1.02083;-1.01259;-1.00435;-0.996107;-0.987866;-0.979626;-0.971385;-0.963145;-0.954904;-0.946664;-0.938424;-0.930183;-0.921943;-0.913702;-0.905462;-0.897221;-0.888981;-0.88074;-0.8725;-0.864259;-0.856019;-0.847779;-0.839538;-0.831298;-0.823057;-0.814817;-0.806576;-0.798336;-0.790095;-0.781855;-0.773615;-0.765374;-0.757134;-0.748893;-0.740653;-0.732412;-0.724172;-0.715931;-0.707691;-0.699451;-0.69121;-0.68297;-0.674729;-0.666489;-0.658248;-0.650008;-0.641767;-0.633527;-0.625287;-0.617046;-0.608806;-0.600565;-0.592325;-0.584084;-0.575844;-0.567603;-0.559363;-0.551123;-0.542882;-0.534642;-0.526401;-0.518161;-0.50992;-0.50168;-0.493439;-0.485199;-0.476959;-0.468718;-0.460478;-0.452237;-0.443997;-0.435756;-0.427516;-0.419275;-0.411035;-0.402795;-0.394554;-0.386314;-0.378073;-0.369833;-0.361592;-0.353352;-0.345111;-0.336871;-0.328631;-0.32039;-0.31215;-0.303909;-0.295669;-0.287428;-0.279188;-0.270947;-0.262707;-0.254467;-0.246226;-0.237986;-0.229745;-0.221505;-0.213264;-0.205024;-0.196783;-0.188543;-0.180303;-0.172062;-0.163822;-0.155581;-0.147341;-0.1391;-0.13086;-0.122619;-0.114379;-0.106138;-0.097898;-0.0896576;-0.0814172;-0.0731767;-0.0649363;-0.0566958;-0.0484554;-0.0402149;-0.0319745;-0.023734;-0.0154936;-0.00725315;0.000987299;0.00922774;0.0174682;0.0257086;0.0339491;0.0421895;0.05043;0.0586704;0.0669109;0.0751513;0.0833918;0.0916322;0.0998726;0.108113;0.116354;0.124594;0.132834;0.141075;0.149315;0.157556;0.165796;0.174037;0.182277;0.190518;0.198758;0.206998;0.215239;0.223479;0.23172;0.23996;0.248201;0.256441;0.264682;0.272922;0.281162;0.289403;0.297643;0.305884;0.314124;0.322365;0.330605;0.338846;0.347086;0.355326;0.363567;0.371807;0.380048;0.388288;0.396529;0.404769;0.41301;0.42125;0.42949;0.437731;0.445971;0.454212;0.462452;0.470693;0.478933;0.487174;0.495414;0.503654;0.511895;0.520135;0.528376;0.536616;0.544857;0.553097;0.561338;0.569578;0.577818;0.586059;0.594299;0.60254;0.61078;0.619021;0.627261;0.635502;0.643742;0.651983;0.660223;0.668463;0.676704;0.684944;0.693185;0.701425;0.709666;0.717906;0.726147;0.734387;0.742627;0.750868;0.759108;0.767349;0.775589;0.78383;0.79207;0.800311;0.808551;0.816791;0.825032;0.833272;0.841513;0.849753;0.857994;0.866234;0.874475;0.882715;0.890955;0.899196;0.907436;0.915677;0.923917;0.932158;0.940398;0.948639;0.956879;0.965119;0.97336;0.9816;0.989841;0.998081;1.00632;1.01456;1.0228;1.03104;1.03928;1.04752;1.05576;1.064;1.07225;1.08049;1.08873;1.09697;1.10521;1.11345;1.12169;1.12993;1.13817;1.14641;1.15465;1.16289;1.17113;1.17937;1.18761;1.19585;1.20409;1.21233;1.22057;1.22881;1.23705;1.24529;1.25354;1.26178;1.27002;1.27826;1.2865;1.29474;1.30298;1.31122;1.31946;1.3277;1.33594;1.34418;1.35242;1.36066;1.3689;1.37714;1.38538;1.39362;1.40186;1.4101;1.41834;1.42658;1.43482;1.44307;1.45131;1.45955;1.46779;1.47603;1.48427;1.49251;1.50075;1.50899;1.51723;1.52547;1.53371;1.54195;1.55019;1.55843;1.56667;1.57491;1.58315;1.59139;1.59963;1.60787;1.61611;1.62436;1.6326;1.64084;1.64908;1.65732;1.66556;1.6738;1.68204;1.69028;1.69852;1.70676;1.715;1.72324;1.73148;1.73972;1.74796;1.7562;1.76444;1.77268;1.78092;1.78916;1.7974;1.80564;1.81389;1.82213;1.83037;1.83861;1.84685;1.85509;1.86333;1.87157;1.87981;1.88805;1.89629;1.90453;1.91277;1.92101;1.92925;1.93749;1.94573;1.95397;1.96221;1.97045;1.97869;1.98693;1.99518;2.00342;2.01166;2.0199;2.02814;2.03638;2.04462;2.05286;2.0611;2.06934;2.07758;2.08582;2.09406;2.1023;2.11054;2.11878;2.12702;2.13526;2.1435;2.15174;2.15998;2.16822;2.17646;2.18471;2.19295;2.20119;2.20943;2.21767;2.22591;2.23415;2.24239;2.25063;2.25887;2.26711;2.27535;2.28359;2.29183;2.30007;2.30831;2.31655;2.32479;2.33303;2.34127;2.34951;2.35775;2.366;2.37424;2.38248;2.39072;2.39896;2.4072;2.41544;2.42368;2.43192;2.44016;2.4484;2.45664;2.46488;2.47312;2.48136;2.4896;2.49784;2.50608;2.51432;2.52256;2.5308;2.53904;2.54729;2.55553;2.56377;2.57201;2.58025;2.58849;2.59673;2.60497;2.61321;2.62145;2.62969;2.63793;2.64617;2.65441;2.66265;2.67089;2.67913;2.68737;2.69561;2.70385;2.71209;2.72033;2.72857;2.73682;2.74506;2.7533;2.76154;2.76978;2.77802;2.78626;2.7945;2.80274;2.81098;2.81922;2.82746;2.8357;2.84394;2.85218;2.86042;2.86866;2.8769;2.88514;2.89338;2.90162;2.90986;2.91811;2.92635;2.93459;2.94283;2.95107;2.95931;2.96755;2.97579;2.98403;2.99227;3.00051;3.00875;3.01699;3.02523;3.03347;3.04171;3.04995;3.05819;3.06643;3.07467;3.08291;3.09115;3.09939;3.10764;3.11588;3.12412;3.13236;3.1406;3.14884;3.15708;3.16532;3.17356;3.1818;3.19004;3.19828;3.20652;3.21476;3.223;3.23124;3.23948;3.24772;3.25596;3.2642;3.27244;3.28068;3.28893;3.29717;3.30541;3.31365;3.32189;3.33013;3.33837;3.34661;3.35485;3.36309;3.37133;3.37957;3.38781;3.39605;3.40429;3.41253;3.42077;3.42901;3.43725;3.44549;3.45373;3.46197;3.47021;3.47846;3.4867;3.49494;3.50318;3.51142;3.51966;3.5279;3.53614;3.54438;3.55262;3.56086;3.5691;3.57734;3.58558;3.59382;3.60206;3.6103;3.61854;3.62678;3.63502;3.64326;3.6515;3.65975;3.66799;3.67623;3.68447;3.69271;3.70095;3.70919;3.71743;3.72567;3.73391;3.74215;3.75039;3.75863;3.76687;3.77511;3.78335;3.79159;3.79983;3.80807;3.81631;3.82455;3.83279;3.84103;3.84928;3.85752;3.86576;3.874;3.88224;3.89048;3.89872;3.90696;3.9152;3.92344;3.93168;3.93992;3.94816;3.9564;3.96464;3.97288;3.98112;3.98936;3.9976;4.00584;4.01408;4.02232;4.03057;4.03881;4.04705;4.05529;4.06353;4.07177;4.08001;4.08825;4.09649;4.10473;4.11297;4.12121;4.12945;4.13769;4.14593;4.15417;4.16241;4.17065;4.17889;4.18713;4.19537;4.20361;4.21186;4.2201;4.22834;4.23658;4.24482;4.25306;4.2613;4.26954;4.27778;4.28602;4.29426;4.3025;4.31074;4.31898;4.32722;4.33546;4.3437;4.35194;4.36018;4.36842;4.37666;4.3849;4.39314;4.40139;4.40963;4.41787;4.42611;4.43435;4.44259;4.45083;4.45907;4.46731;4.47555;4.48379;4.49203;4.50027;4.50851;4.51675;4.52499;4.53323;4.54147;4.54971;4.55795;4.56619;4.57443;4.58268;4.59092;4.59916;4.6074;4.61564;4.62388;4.63212;4.64036;4.6486;4.65684;4.66508;4.67332;4.68156;4.6898;4.69804;4.70628;4.71452;4.72276;4.731;4.73924;4.74748;4.75572;4.76396;4.77221;4.78045;4.78869;4.79693;4.80517;4.81341;4.82165;4.82989;4.83813;4.84637;4.85461;4.86285;4.87109;4.87933;4.88757;4.89581;4.90405;4.91229;4.92053;4.92877;4.93701;4.94525;4.9535;4.96174;4.96998;4.97822;4.98646;4.9947;5.00294;5.01118;5.01942;5.02766;5.0359;5.04414;5.05238;5.06062;5.06886;5.0771;5.08534;5.09358;5.10182;5.11006;5.1183;5.12654;5.13478;5.14303;5.15127;5.15951;5.16775;5.17599;5.18423;5.19247;5.20071;5.20895;5.21719;5.22543;5.23367;5.24191;5.25015;5.25839;5.26663;5.27487;5.28311;5.29135;5.29959;5.30783;5.31607;5.32432;5.33256;5.3408;5.34904;5.35728;5.36552;5.37376;5.382;5.39024;5.39848;5.40672;5.41496;5.4232;5.43144;5.43968;5.44792;5.45616;5.4644;5.47264;5.48088;5.48912;5.49736;5.50561;5.51385;5.52209;5.53033;5.53857;5.54681;5.55505;5.56329;5.57153;5.57977;5.58801;5.59625;5.60449;5.61273;5.62097;5.62921;5.63745;5.64569;5.65393</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971</Cl>
+                <Cd>0.0244878;0.0244644;0.024441;0.0244177;0.0243945;0.0243713;0.0243482;0.0243252;0.0243023;0.0242795;0.0242567;0.024234;0.0242114;0.0241889;0.0241664;0.0241441;0.0241218;0.0240995;0.0240774;0.0240553;0.0240333;0.0240114;0.0239895;0.0239678;0.0239461;0.0239245;0.0239029;0.0238815;0.0238601;0.0238388;0.0238175;0.0237964;0.0237753;0.0237543;0.0237333;0.0237125;0.0236917;0.023671;0.0236504;0.0236298;0.0236093;0.0235889;0.0235686;0.0235483;0.0235282;0.023508;0.023488;0.0234681;0.0234482;0.0234284;0.0234086;0.023389;0.0233694;0.0233499;0.0233304;0.0233111;0.0232918;0.0232726;0.0232535;0.0232344;0.0232154;0.0231965;0.0231776;0.0231589;0.0231402;0.0231216;0.023103;0.0230845;0.0230661;0.0230478;0.0230296;0.0230114;0.0229933;0.0229752;0.0229573;0.0229394;0.0229216;0.0229038;0.0228862;0.0228686;0.0228511;0.0228336;0.0228162;0.0227989;0.0227817;0.0227646;0.0227475;0.0227305;0.0227135;0.0226967;0.0226799;0.0226632;0.0226465;0.0226299;0.0226134;0.022597;0.0225806;0.0225644;0.0225481;0.022532;0.0225159;0.0224999;0.022484;0.0224681;0.0224524;0.0224367;0.022421;0.0224055;0.02239;0.0223745;0.0223592;0.0223439;0.0223287;0.0223136;0.0222985;0.0222835;0.0222686;0.0222537;0.0222389;0.0222242;0.0222096;0.022195;0.0221805;0.0221661;0.0221518;0.0221375;0.0221233;0.0221091;0.0220951;0.0220811;0.0220671;0.0220533;0.0220395;0.0220258;0.0220121;0.0219986;0.0219851;0.0219716;0.0219583;0.021945;0.0219318;0.0219186;0.0219055;0.0218925;0.0218796;0.0218667;0.0218539;0.0218412;0.0218285;0.0218159;0.0218034;0.021791;0.0217786;0.0217663;0.0217541;0.0217419;0.0217298;0.0217178;0.0217058;0.0216939;0.0216821;0.0216703;0.0216587;0.0216471;0.0216355;0.0216241;0.0216127;0.0216013;0.0215901;0.0215789;0.0215678;0.0215567;0.0215457;0.0215348;0.021524;0.0215132;0.0215025;0.0214919;0.0214813;0.0214708;0.0214604;0.02145;0.0214397;0.0214295;0.0214193;0.0214093;0.0213993;0.0213893;0.0213794;0.0213696;0.0213599;0.0213502;0.0213406;0.0213311;0.0213216;0.0213123;0.0213029;0.0212937;0.0212845;0.0212754;0.0212663;0.0212574;0.0212485;0.0212396;0.0212308;0.0212221;0.0212135;0.0212049;0.0211964;0.021188;0.0211797;0.0211714;0.0211631;0.021155;0.0211469;0.0211389;0.0211309;0.0211231;0.0211153;0.0211075;0.0210998;0.0210922;0.0210847;0.0210772;0.0210698;0.0210625;0.0210552;0.021048;0.0210409;0.0210339;0.0210269;0.0210199;0.0210131;0.0210063;0.0209996;0.0209929;0.0209864;0.0209798;0.0209734;0.020967;0.0209607;0.0209545;0.0209483;0.0209422;0.0209362;0.0209302;0.0209243;0.0209185;0.0209127;0.020907;0.0209014;0.0208958;0.0208904;0.0208849;0.0208796;0.0208743;0.0208691;0.0208639;0.0208588;0.0208538;0.0208489;0.020844;0.0208392;0.0208345;0.0208298;0.0208252;0.0208206;0.0208162;0.0208118;0.0208074;0.0208032;0.020799;0.0207948;0.0207908;0.0207868;0.0207829;0.020779;0.0207752;0.0207715;0.0207678;0.0207643;0.0207607;0.0207573;0.0207539;0.0207506;0.0207473;0.0207442;0.0207411;0.020738;0.020735;0.0207321;0.0207293;0.0207265;0.0207238;0.0207212;0.0207186;0.0207161;0.0207137;0.0207113;0.020709;0.0207068;0.0207047;0.0207026;0.0207005;0.0206986;0.0206967;0.0206949;0.0206931;0.0206914;0.0206898;0.0206883;0.0206868;0.0206854;0.0206841;0.0206828;0.0206816;0.0206804;0.0206794;0.0206784;0.0206774;0.0206766;0.0206758;0.020675;0.0206744;0.0206738;0.0206733;0.0206728;0.0206724;0.0206721;0.0206718;0.0206717;0.0206715;0.0206715;0.0206715;0.0206716;0.0206718;0.020672;0.0206723;0.0206726;0.0206731;0.0206736;0.0206741;0.0206748;0.0206755;0.0206762;0.0206771;0.020678;0.020679;0.02068;0.0206811;0.0206823;0.0206836;0.0206849;0.0206863;0.0206877;0.0206892;0.0206908;0.0206925;0.0206942;0.020696;0.0206979;0.0206998;0.0207018;0.0207039;0.020706;0.0207083;0.0207105;0.0207129;0.0207153;0.0207178;0.0207203;0.020723;0.0207257;0.0207284;0.0207313;0.0207341;0.0207371;0.0207402;0.0207433;0.0207464;0.0207497;0.020753;0.0207564;0.0207598;0.0207633;0.0207669;0.0207706;0.0207743;0.0207781;0.020782;0.0207859;0.0207899;0.020794;0.0207981;0.0208024;0.0208066;0.020811;0.0208154;0.0208199;0.0208245;0.0208291;0.0208338;0.0208386;0.0208434;0.0208483;0.0208533;0.0208583;0.0208634;0.0208686;0.0208739;0.0208792;0.0208846;0.0208901;0.0208956;0.0209012;0.0209069;0.0209126;0.0209185;0.0209243;0.0209303;0.0209363;0.0209424;0.0209486;0.0209548;0.0209611;0.0209675;0.0209739;0.0209805;0.0209871;0.0209937;0.0210004;0.0210072;0.0210141;0.0210211;0.0210281;0.0210351;0.0210423;0.0210495;0.0210568;0.0210642;0.0210716;0.0210791;0.0210867;0.0210943;0.0211021;0.0211099;0.0211177;0.0211257;0.0211338;0.0211419;0.0211501;0.0211584;0.0211667;0.0211751;0.0211836;0.0211922;0.0212008;0.0212095;0.0212183;0.0212271;0.021236;0.021245;0.021254;0.0212631;0.0212723;0.0212816;0.0212909;0.0213003;0.0213098;0.0213193;0.0213289;0.0213386;0.0213483;0.0213582;0.021368;0.021378;0.021388;0.0213981;0.0214083;0.0214186;0.0214289;0.0214393;0.0214497;0.0214602;0.0214708;0.0214815;0.0214923;0.0215031;0.021514;0.0215249;0.021536;0.0215471;0.0215582;0.0215695;0.0215808;0.0215922;0.0216037;0.0216152;0.0216268;0.0216385;0.0216505;0.0216623;0.0216742;0.0216862;0.0216982;0.0217104;0.0217226;0.0217349;0.0217472;0.0217596;0.0217721;0.0217847;0.0217973;0.0218101;0.0218229;0.0218357;0.0218487;0.0218617;0.0218748;0.0218879;0.0219012;0.0219145;0.0219279;0.0219413;0.0219549;0.0219685;0.0219822;0.0219959;0.0220098;0.0220237;0.0220377;0.0220518;0.0220659;0.0220801;0.0220944;0.0221088;0.0221232;0.0221377;0.0221523;0.022167;0.0221818;0.0221966;0.0222115;0.0222265;0.0222415;0.0222567;0.0222719;0.0222872;0.0223026;0.022318;0.0223335;0.0223491;0.0223648;0.0223806;0.0223964;0.0224123;0.0224283;0.0224444;0.0224605;0.0224768;0.0224931;0.0225094;0.0225259;0.0225425;0.0225591;0.0225758;0.0225926;0.0226094;0.0226264;0.0226434;0.0226605;0.0226777;0.0226949;0.0227123;0.0227297;0.0227472;0.0227648;0.0227824;0.0228002;0.022818;0.0228359;0.0228539;0.022872;0.0228901;0.0229084;0.0229267;0.0229451;0.0229636;0.0229821;0.0230008;0.0230195;0.0230383;0.0230572;0.0230762;0.0230953;0.0231144;0.0231336;0.0231529;0.0231723;0.0231918;0.0232114;0.023231;0.0232508;0.0232706;0.0232905;0.0233105;0.0233306;0.0233507;0.023371;0.0233913;0.0234117;0.0234322;0.0234528;0.0234735;0.0234943;0.0235151;0.023536;0.0235571;0.0235782;0.0235994;0.0236207;0.023642;0.0236635;0.0236851;0.0237067;0.0237284;0.0237503;0.0237722;0.0237942;0.0238162;0.0238384;0.0238607;0.0238831;0.0239055;0.023928;0.0239507;0.0239734;0.0239962;0.0240191;0.0240421;0.0240652;0.0240884;0.0241116;0.024135;0.0241585;0.024182;0.0242057;0.0242294;0.0242532;0.0242772;0.0243012;0.0243253;0.0243495;0.0243738;0.0243982;0.0244227;0.0244473;0.024472;0.0244968;0.0245217;0.0245466;0.0245717;0.0245969;0.0246222;0.0246475;0.024673;0.0246986;0.0247242;0.02475;0.0247759;0.0248018;0.0248279;0.0248541;0.0248803;0.0249067;0.0249332;0.0249597;0.0249864;0.0250132;0.02504;0.025067;0.0250941;0.0251213;0.0251486;0.025176;0.0252035;0.0252311;0.0252588;0.0252866;0.0253145;0.0253426;0.0253707;0.025399;0.0254273;0.0254558;0.0254843;0.025513;0.0255418;0.0255707;0.0255997;0.0256288;0.025658;0.0256874;0.0257168;0.0257464;0.025776;0.0258058;0.0258357;0.0258657;0.0258958;0.0259261;0.0259564;0.0259869;0.0260175;0.0260482;0.026079;0.0261099;0.026141;0.0261722;0.0262035;0.0262349;0.0262664;0.026298;0.0263298;0.0263617;0.0263937;0.0264258;0.0264581;0.0264905;0.026523;0.0265556;0.0265883;0.0266212;0.0266542;0.0266873;0.0267206;0.0267539;0.0267874;0.0268211;0.0268548;0.0268887;0.0269228;0.0269569;0.0269912;0.0270256;0.0270602;0.0270948;0.0271296;0.0271646;0.0271997;0.0272349;0.0272702;0.0273057;0.0273414;0.0273771;0.027413;0.0274491;0.0274853;0.0275216;0.0275581;0.0275947;0.0276314;0.0276683;0.0277053;0.0277425;0.0277798;0.0278173;0.0278549;0.0278927;0.0279306;0.0279687;0.0280069;0.0280453;0.0280838;0.0281225;0.0281613;0.0282003;0.0282394;0.0282787;0.0283181;0.0283577;0.0283975;0.0284374;0.0284775;0.0285177;0.0285581;0.0285987;0.0286394;0.0286803;0.0287213;0.0287625;0.0288039;0.0288455;0.0288872;0.0289291;0.0289711;0.0290134;0.0290558;0.0290984;0.0291411;0.029184;0.0292271;0.0292704;0.0293139;0.0293575;0.0294013;0.0294453;0.0294895;0.0295338;0.0295784;0.0296231;0.029668;0.0297132;0.0297584;0.0298039;0.0298496;0.0298955;0.0299415;0.0299878;0.0300342;0.0300809;0.0301277;0.0301748;0.030222;0.0302695;0.0303171;0.030365;0.030413;0.0304613;0.0305097;0.0305584;0.0306073;0.0306564;0.0307057;0.0307553;0.030805;0.030855;0.0309051;0.0309555;0.0310061;0.031057;0.0311081;0.0311593;0.0312109;0.0312626;0.0313146;0.0313668;0.0314192;0.0314719;0.0315248;0.0315779;0.0316313;0.0316849;0.0317388;0.0317929;0.0318472;0.0319018;0.0319567;0.0320118;0.0320671;0.0321227;0.0321785;0.0322346;0.032291;0.0323476;0.0324045;0.0324616;0.032519;0.0325767;0.0326347;0.0326929;0.0327514;0.0328101;0.0328691;0.0329284;0.032988;0.0330479;0.033108;0.0331685;0.0332292;0.0332902;0.0333515;0.0334131;0.033475;0.0335372;0.0335996;0.0336624;0.0337255;0.0337889;0.0338526;0.0339166;0.0339809;0.0340455;0.0341104;0.0341757;0.0342413;0.0343072;0.0343734;0.0344399;0.0345068;0.034574;0.0346415;0.0347094;0.0347776;0.0348461;0.034915;0.0349842;0.0350538;0.0351237;0.035194;0.0352646;0.0353356;0.035407;0.0354787;0.0355507;0.0356232;0.035696;0.0357692;0.0358427;0.0359166;0.0359909;0.0360656;0.0361407;0.0362161;0.036292;0.0363682;0.0364449;0.0365219;0.0365993;0.0366772;0.0367554;0.0368341;0.0369131;0.0369926;0.0370725;0.0371528;0.0372336;0.0373147;0.0373964;0.0374784;0.0375609;0.0376438;0.0377271;0.0378109;0.0378952;0.0379799;0.038065;0.0381506;0.0382367;0.0383232;0.0384103;0.0384977;0.0385857;0.0386741;0.038763;0.0388524;0.0389423;0.0390327;0.0391236;0.0392149;0.0393068;0.0393992;0.0394921;0.0395855;0.0396794;0.0397739;0.0398688;0.0399643;0.0400604;0.0401569;0.040254;0.0403517;0.0404499;0.0405486;0.0406479;0.0407478;0.0408482;0.0409492;0.0410507;0.0411529;0.0412556;0.0413589;0.0414628;0.0415672;0.0416723;0.041778;0.0418843;0.0419911;0.0420986;0.0422068;0.0423155;0.0424249;0.0425348;0.0426455;0.0427567;0.0428687;0.0429812;0.0430944;0.0432083;0.0433228;0.0434381;0.0435539;0.0436705;0.0437877;0.0439056;0.0440243;0.0441436;0.0442636;0.0443843;0.0445057;0.0446279;0.0447507;0.0448743;0.0449987;0.0451237;0.0452495;0.0453761;0.0455034;0.0456315;0.0457603;0.0458899;0.0460202;0.0461514;0.0462833;0.0464161;0.0465496;0.0466839;0.046819;0.046955;0.0470918;0.0472294;0.0473678;0.047507;0.0476471;0.0477881;0.0479299;0.0480726;0.0482161;0.0483605;0.0485058;0.0486519;0.048799;0.048947;0.0490958;0.0492456;0.0493963;0.0495479;0.0497004;0.0498539;0.0500083;0.0501637;0.05032;0.0504773;0.0506355;0.0507948;0.050955;0.0511162;0.0512784;0.0514416;0.0516058;0.051771;0.0519373;0.0521046;0.0522729;0.0524422;0.0526127;0.0527841;0.0529567;0.0531303;0.053305;0.0534808;0.0536577;0.0538357;0.0540148;0.0541951;0.0543764;0.0545589;0.0547426;0.0549274;0.0551133;0.0553004;0.0554887;0.0556782;0.0558689;0.0560608;0.0562539;0.0564482;0.0566437;0.0568404;0.0570384;0.0572377;0.0574382;0.05764;0.057843;0.0580474;0.058253;0.0584599;0.0586682;0.0588777;0.0590886;0.0593009;0.0595145;0.0597294;0.0599457;0.0601634;0.0603824;0.0606029;0.0608247;0.061048;0.0612727;0.0614988;0.0617264;0.0619554;0.0621859;0.0624179;0.0626513;0.0628862;0.0631226;0.0633606;0.0636;0.063841;0.0640835;0.0643276;0.0645733;0.0648205;0.0650693;0.0653197;0.0655717;0.0658253;0.0660805;0.0663374;0.0665959;0.0668561;0.0671179;0.0673814;0.0676467;0.0679136;0.0681822;0.0684526;0.0687247;0.0689985;0.0692741;0.0695515;0.0698307;0.0701116;0.0703944;0.070679;0.0709654;0.0712537;0.0715438;0.0718358;0.0721296;0.0724254;0.072723;0.0730226;0.0733241;0.0736275;0.0739329;0.0742403;0.0745496;0.074861;0.0751743;0.0754897;0.0758071;0.0761265;0.076448;0.0767716;0.0770972;0.077425;0.0777548;0.0780868;0.078421;0.0787572;0.0790957;0.0794363;0.0797792;0.0801242;0.0804715;0.080821;0.0811727;0.0815267;0.081883;0.0822416;0.0826025;0.0829658;0.0833313;0.0836992;0.0840695;0.0844422;0.0848173;0.0851948;0.0855747;0.0859571;0.086342;0.0867293;0.0871191;0.0875114;0.0879062;0.0883036;0.0887036;0.0891061;0.0895112;0.0899189;0.0903292;0.0907422;0.0911578;0.0915761;0.0919971;0.0924208;0.0928472;0.0932764;0.0937083;0.094143;0.0945805;0.0950208;0.0954639;0.0959098;0.0963586;0.0968103;0.0972649;0.0977225;0.0981829;0.0986463;0.0991127;0.099582;0.100054;0.10053;0.101008;0.10149;0.101974;0.102462;0.102953;0.103447;0.103944;0.104444;0.104948;0.105454;0.105964;0.106477;0.106994;0.107513;0.108037;0.108563;0.109093;0.109626;0.110162;0.110702;0.111246;0.111793;0.112343;0.112897;0.113454;0.114015;0.11458;0.115148;0.115719;0.116295;0.116873;0.117456;0.118042;0.118632;0.119226;0.119824;0.120425;0.12103;0.121639;0.122252;0.122869;0.123489;0.124114;0.124742;0.125375</Cd>
+                <Cd_turb>0.0244878;0.0244644;0.024441;0.0244177;0.0243945;0.0243713;0.0243482;0.0243252;0.0243023;0.0242795;0.0242567;0.024234;0.0242114;0.0241889;0.0241664;0.0241441;0.0241218;0.0240995;0.0240774;0.0240553;0.0240333;0.0240114;0.0239895;0.0239678;0.0239461;0.0239245;0.0239029;0.0238815;0.0238601;0.0238388;0.0238175;0.0237964;0.0237753;0.0237543;0.0237333;0.0237125;0.0236917;0.023671;0.0236504;0.0236298;0.0236093;0.0235889;0.0235686;0.0235483;0.0235282;0.023508;0.023488;0.0234681;0.0234482;0.0234284;0.0234086;0.023389;0.0233694;0.0233499;0.0233304;0.0233111;0.0232918;0.0232726;0.0232535;0.0232344;0.0232154;0.0231965;0.0231776;0.0231589;0.0231402;0.0231216;0.023103;0.0230845;0.0230661;0.0230478;0.0230296;0.0230114;0.0229933;0.0229752;0.0229573;0.0229394;0.0229216;0.0229038;0.0228862;0.0228686;0.0228511;0.0228336;0.0228162;0.0227989;0.0227817;0.0227646;0.0227475;0.0227305;0.0227135;0.0226967;0.0226799;0.0226632;0.0226465;0.0226299;0.0226134;0.022597;0.0225806;0.0225644;0.0225481;0.022532;0.0225159;0.0224999;0.022484;0.0224681;0.0224524;0.0224367;0.022421;0.0224055;0.02239;0.0223745;0.0223592;0.0223439;0.0223287;0.0223136;0.0222985;0.0222835;0.0222686;0.0222537;0.0222389;0.0222242;0.0222096;0.022195;0.0221805;0.0221661;0.0221518;0.0221375;0.0221233;0.0221091;0.0220951;0.0220811;0.0220671;0.0220533;0.0220395;0.0220258;0.0220121;0.0219986;0.0219851;0.0219716;0.0219583;0.021945;0.0219318;0.0219186;0.0219055;0.0218925;0.0218796;0.0218667;0.0218539;0.0218412;0.0218285;0.0218159;0.0218034;0.021791;0.0217786;0.0217663;0.0217541;0.0217419;0.0217298;0.0217178;0.0217058;0.0216939;0.0216821;0.0216703;0.0216587;0.0216471;0.0216355;0.0216241;0.0216127;0.0216013;0.0215901;0.0215789;0.0215678;0.0215567;0.0215457;0.0215348;0.021524;0.0215132;0.0215025;0.0214919;0.0214813;0.0214708;0.0214604;0.02145;0.0214397;0.0214295;0.0214193;0.0214093;0.0213993;0.0213893;0.0213794;0.0213696;0.0213599;0.0213502;0.0213406;0.0213311;0.0213216;0.0213123;0.0213029;0.0212937;0.0212845;0.0212754;0.0212663;0.0212574;0.0212485;0.0212396;0.0212308;0.0212221;0.0212135;0.0212049;0.0211964;0.021188;0.0211797;0.0211714;0.0211631;0.021155;0.0211469;0.0211389;0.0211309;0.0211231;0.0211153;0.0211075;0.0210998;0.0210922;0.0210847;0.0210772;0.0210698;0.0210625;0.0210552;0.021048;0.0210409;0.0210339;0.0210269;0.0210199;0.0210131;0.0210063;0.0209996;0.0209929;0.0209864;0.0209798;0.0209734;0.020967;0.0209607;0.0209545;0.0209483;0.0209422;0.0209362;0.0209302;0.0209243;0.0209185;0.0209127;0.020907;0.0209014;0.0208958;0.0208904;0.0208849;0.0208796;0.0208743;0.0208691;0.0208639;0.0208588;0.0208538;0.0208489;0.020844;0.0208392;0.0208345;0.0208298;0.0208252;0.0208206;0.0208162;0.0208118;0.0208074;0.0208032;0.020799;0.0207948;0.0207908;0.0207868;0.0207829;0.020779;0.0207752;0.0207715;0.0207678;0.0207643;0.0207607;0.0207573;0.0207539;0.0207506;0.0207473;0.0207442;0.0207411;0.020738;0.020735;0.0207321;0.0207293;0.0207265;0.0207238;0.0207212;0.0207186;0.0207161;0.0207137;0.0207113;0.020709;0.0207068;0.0207047;0.0207026;0.0207005;0.0206986;0.0206967;0.0206949;0.0206931;0.0206914;0.0206898;0.0206883;0.0206868;0.0206854;0.0206841;0.0206828;0.0206816;0.0206804;0.0206794;0.0206784;0.0206774;0.0206766;0.0206758;0.020675;0.0206744;0.0206738;0.0206733;0.0206728;0.0206724;0.0206721;0.0206718;0.0206717;0.0206715;0.0206715;0.0206715;0.0206716;0.0206718;0.020672;0.0206723;0.0206726;0.0206731;0.0206736;0.0206741;0.0206748;0.0206755;0.0206762;0.0206771;0.020678;0.020679;0.02068;0.0206811;0.0206823;0.0206836;0.0206849;0.0206863;0.0206877;0.0206892;0.0206908;0.0206925;0.0206942;0.020696;0.0206979;0.0206998;0.0207018;0.0207039;0.020706;0.0207083;0.0207105;0.0207129;0.0207153;0.0207178;0.0207203;0.020723;0.0207257;0.0207284;0.0207313;0.0207341;0.0207371;0.0207402;0.0207433;0.0207464;0.0207497;0.020753;0.0207564;0.0207598;0.0207633;0.0207669;0.0207706;0.0207743;0.0207781;0.020782;0.0207859;0.0207899;0.020794;0.0207981;0.0208024;0.0208066;0.020811;0.0208154;0.0208199;0.0208245;0.0208291;0.0208338;0.0208386;0.0208434;0.0208483;0.0208533;0.0208583;0.0208634;0.0208686;0.0208739;0.0208792;0.0208846;0.0208901;0.0208956;0.0209012;0.0209069;0.0209126;0.0209185;0.0209243;0.0209303;0.0209363;0.0209424;0.0209486;0.0209548;0.0209611;0.0209675;0.0209739;0.0209805;0.0209871;0.0209937;0.0210004;0.0210072;0.0210141;0.0210211;0.0210281;0.0210351;0.0210423;0.0210495;0.0210568;0.0210642;0.0210716;0.0210791;0.0210867;0.0210943;0.0211021;0.0211099;0.0211177;0.0211257;0.0211338;0.0211419;0.0211501;0.0211584;0.0211667;0.0211751;0.0211836;0.0211922;0.0212008;0.0212095;0.0212183;0.0212271;0.021236;0.021245;0.021254;0.0212631;0.0212723;0.0212816;0.0212909;0.0213003;0.0213098;0.0213193;0.0213289;0.0213386;0.0213483;0.0213582;0.021368;0.021378;0.021388;0.0213981;0.0214083;0.0214186;0.0214289;0.0214393;0.0214497;0.0214602;0.0214708;0.0214815;0.0214923;0.0215031;0.021514;0.0215249;0.021536;0.0215471;0.0215582;0.0215695;0.0215808;0.0215922;0.0216037;0.0216152;0.0216268;0.0216385;0.0216505;0.0216623;0.0216742;0.0216862;0.0216982;0.0217104;0.0217226;0.0217349;0.0217472;0.0217596;0.0217721;0.0217847;0.0217973;0.0218101;0.0218229;0.0218357;0.0218487;0.0218617;0.0218748;0.0218879;0.0219012;0.0219145;0.0219279;0.0219413;0.0219549;0.0219685;0.0219822;0.0219959;0.0220098;0.0220237;0.0220377;0.0220518;0.0220659;0.0220801;0.0220944;0.0221088;0.0221232;0.0221377;0.0221523;0.022167;0.0221818;0.0221966;0.0222115;0.0222265;0.0222415;0.0222567;0.0222719;0.0222872;0.0223026;0.022318;0.0223335;0.0223491;0.0223648;0.0223806;0.0223964;0.0224123;0.0224283;0.0224444;0.0224605;0.0224768;0.0224931;0.0225094;0.0225259;0.0225425;0.0225591;0.0225758;0.0225926;0.0226094;0.0226264;0.0226434;0.0226605;0.0226777;0.0226949;0.0227123;0.0227297;0.0227472;0.0227648;0.0227824;0.0228002;0.022818;0.0228359;0.0228539;0.022872;0.0228901;0.0229084;0.0229267;0.0229451;0.0229636;0.0229821;0.0230008;0.0230195;0.0230383;0.0230572;0.0230762;0.0230953;0.0231144;0.0231336;0.0231529;0.0231723;0.0231918;0.0232114;0.023231;0.0232508;0.0232706;0.0232905;0.0233105;0.0233306;0.0233507;0.023371;0.0233913;0.0234117;0.0234322;0.0234528;0.0234735;0.0234943;0.0235151;0.023536;0.0235571;0.0235782;0.0235994;0.0236207;0.023642;0.0236635;0.0236851;0.0237067;0.0237284;0.0237503;0.0237722;0.0237942;0.0238162;0.0238384;0.0238607;0.0238831;0.0239055;0.023928;0.0239507;0.0239734;0.0239962;0.0240191;0.0240421;0.0240652;0.0240884;0.0241116;0.024135;0.0241585;0.024182;0.0242057;0.0242294;0.0242532;0.0242772;0.0243012;0.0243253;0.0243495;0.0243738;0.0243982;0.0244227;0.0244473;0.024472;0.0244968;0.0245217;0.0245466;0.0245717;0.0245969;0.0246222;0.0246475;0.024673;0.0246986;0.0247242;0.02475;0.0247759;0.0248018;0.0248279;0.0248541;0.0248803;0.0249067;0.0249332;0.0249597;0.0249864;0.0250132;0.02504;0.025067;0.0250941;0.0251213;0.0251486;0.025176;0.0252035;0.0252311;0.0252588;0.0252866;0.0253145;0.0253426;0.0253707;0.025399;0.0254273;0.0254558;0.0254843;0.025513;0.0255418;0.0255707;0.0255997;0.0256288;0.025658;0.0256874;0.0257168;0.0257464;0.025776;0.0258058;0.0258357;0.0258657;0.0258958;0.0259261;0.0259564;0.0259869;0.0260175;0.0260482;0.026079;0.0261099;0.026141;0.0261722;0.0262035;0.0262349;0.0262664;0.026298;0.0263298;0.0263617;0.0263937;0.0264258;0.0264581;0.0264905;0.026523;0.0265556;0.0265883;0.0266212;0.0266542;0.0266873;0.0267206;0.0267539;0.0267874;0.0268211;0.0268548;0.0268887;0.0269228;0.0269569;0.0269912;0.0270256;0.0270602;0.0270948;0.0271296;0.0271646;0.0271997;0.0272349;0.0272702;0.0273057;0.0273414;0.0273771;0.027413;0.0274491;0.0274853;0.0275216;0.0275581;0.0275947;0.0276314;0.0276683;0.0277053;0.0277425;0.0277798;0.0278173;0.0278549;0.0278927;0.0279306;0.0279687;0.0280069;0.0280453;0.0280838;0.0281225;0.0281613;0.0282003;0.0282394;0.0282787;0.0283181;0.0283577;0.0283975;0.0284374;0.0284775;0.0285177;0.0285581;0.0285987;0.0286394;0.0286803;0.0287213;0.0287625;0.0288039;0.0288455;0.0288872;0.0289291;0.0289711;0.0290134;0.0290558;0.0290984;0.0291411;0.029184;0.0292271;0.0292704;0.0293139;0.0293575;0.0294013;0.0294453;0.0294895;0.0295338;0.0295784;0.0296231;0.029668;0.0297132;0.0297584;0.0298039;0.0298496;0.0298955;0.0299415;0.0299878;0.0300342;0.0300809;0.0301277;0.0301748;0.030222;0.0302695;0.0303171;0.030365;0.030413;0.0304613;0.0305097;0.0305584;0.0306073;0.0306564;0.0307057;0.0307553;0.030805;0.030855;0.0309051;0.0309555;0.0310061;0.031057;0.0311081;0.0311593;0.0312109;0.0312626;0.0313146;0.0313668;0.0314192;0.0314719;0.0315248;0.0315779;0.0316313;0.0316849;0.0317388;0.0317929;0.0318472;0.0319018;0.0319567;0.0320118;0.0320671;0.0321227;0.0321785;0.0322346;0.032291;0.0323476;0.0324045;0.0324616;0.032519;0.0325767;0.0326347;0.0326929;0.0327514;0.0328101;0.0328691;0.0329284;0.032988;0.0330479;0.033108;0.0331685;0.0332292;0.0332902;0.0333515;0.0334131;0.033475;0.0335372;0.0335996;0.0336624;0.0337255;0.0337889;0.0338526;0.0339166;0.0339809;0.0340455;0.0341104;0.0341757;0.0342413;0.0343072;0.0343734;0.0344399;0.0345068;0.034574;0.0346415;0.0347094;0.0347776;0.0348461;0.034915;0.0349842;0.0350538;0.0351237;0.035194;0.0352646;0.0353356;0.035407;0.0354787;0.0355507;0.0356232;0.035696;0.0357692;0.0358427;0.0359166;0.0359909;0.0360656;0.0361407;0.0362161;0.036292;0.0363682;0.0364449;0.0365219;0.0365993;0.0366772;0.0367554;0.0368341;0.0369131;0.0369926;0.0370725;0.0371528;0.0372336;0.0373147;0.0373964;0.0374784;0.0375609;0.0376438;0.0377271;0.0378109;0.0378952;0.0379799;0.038065;0.0381506;0.0382367;0.0383232;0.0384103;0.0384977;0.0385857;0.0386741;0.038763;0.0388524;0.0389423;0.0390327;0.0391236;0.0392149;0.0393068;0.0393992;0.0394921;0.0395855;0.0396794;0.0397739;0.0398688;0.0399643;0.0400604;0.0401569;0.040254;0.0403517;0.0404499;0.0405486;0.0406479;0.0407478;0.0408482;0.0409492;0.0410507;0.0411529;0.0412556;0.0413589;0.0414628;0.0415672;0.0416723;0.041778;0.0418843;0.0419911;0.0420986;0.0422068;0.0423155;0.0424249;0.0425348;0.0426455;0.0427567;0.0428687;0.0429812;0.0430944;0.0432083;0.0433228;0.0434381;0.0435539;0.0436705;0.0437877;0.0439056;0.0440243;0.0441436;0.0442636;0.0443843;0.0445057;0.0446279;0.0447507;0.0448743;0.0449987;0.0451237;0.0452495;0.0453761;0.0455034;0.0456315;0.0457603;0.0458899;0.0460202;0.0461514;0.0462833;0.0464161;0.0465496;0.0466839;0.046819;0.046955;0.0470918;0.0472294;0.0473678;0.047507;0.0476471;0.0477881;0.0479299;0.0480726;0.0482161;0.0483605;0.0485058;0.0486519;0.048799;0.048947;0.0490958;0.0492456;0.0493963;0.0495479;0.0497004;0.0498539;0.0500083;0.0501637;0.05032;0.0504773;0.0506355;0.0507948;0.050955;0.0511162;0.0512784;0.0514416;0.0516058;0.051771;0.0519373;0.0521046;0.0522729;0.0524422;0.0526127;0.0527841;0.0529567;0.0531303;0.053305;0.0534808;0.0536577;0.0538357;0.0540148;0.0541951;0.0543764;0.0545589;0.0547426;0.0549274;0.0551133;0.0553004;0.0554887;0.0556782;0.0558689;0.0560608;0.0562539;0.0564482;0.0566437;0.0568404;0.0570384;0.0572377;0.0574382;0.05764;0.057843;0.0580474;0.058253;0.0584599;0.0586682;0.0588777;0.0590886;0.0593009;0.0595145;0.0597294;0.0599457;0.0601634;0.0603824;0.0606029;0.0608247;0.061048;0.0612727;0.0614988;0.0617264;0.0619554;0.0621859;0.0624179;0.0626513;0.0628862;0.0631226;0.0633606;0.0636;0.063841;0.0640835;0.0643276;0.0645733;0.0648205;0.0650693;0.0653197;0.0655717;0.0658253;0.0660805;0.0663374;0.0665959;0.0668561;0.0671179;0.0673814;0.0676467;0.0679136;0.0681822;0.0684526;0.0687247;0.0689985;0.0692741;0.0695515;0.0698307;0.0701116;0.0703944;0.070679;0.0709654;0.0712537;0.0715438;0.0718358;0.0721296;0.0724254;0.072723;0.0730226;0.0733241;0.0736275;0.0739329;0.0742403;0.0745496;0.074861;0.0751743;0.0754897;0.0758071;0.0761265;0.076448;0.0767716;0.0770972;0.077425;0.0777548;0.0780868;0.078421;0.0787572;0.0790957;0.0794363;0.0797792;0.0801242;0.0804715;0.080821;0.0811727;0.0815267;0.081883;0.0822416;0.0826025;0.0829658;0.0833313;0.0836992;0.0840695;0.0844422;0.0848173;0.0851948;0.0855747;0.0859571;0.086342;0.0867293;0.0871191;0.0875114;0.0879062;0.0883036;0.0887036;0.0891061;0.0895112;0.0899189;0.0903292;0.0907422;0.0911578;0.0915761;0.0919971;0.0924208;0.0928472;0.0932764;0.0937083;0.094143;0.0945805;0.0950208;0.0954639;0.0959098;0.0963586;0.0968103;0.0972649;0.0977225;0.0981829;0.0986463;0.0991127;0.099582;0.100054;0.10053;0.101008;0.10149;0.101974;0.102462;0.102953;0.103447;0.103944;0.104444;0.104948;0.105454;0.105964;0.106477;0.106994;0.107513;0.108037;0.108563;0.109093;0.109626;0.110162;0.110702;0.111246;0.111793;0.112343;0.112897;0.113454;0.114015;0.11458;0.115148;0.115719;0.116295;0.116873;0.117456;0.118042;0.118632;0.119226;0.119824;0.120425;0.12103;0.121639;0.122252;0.122869;0.123489;0.124114;0.124742;0.125375</Cd_turb>
+                <Cm>0.246726;0.246424;0.246123;0.245821;0.24552;0.245218;0.244917;0.244616;0.244314;0.244013;0.243711;0.24341;0.243108;0.242807;0.242506;0.242204;0.241903;0.241601;0.2413;0.240998;0.240697;0.240396;0.240094;0.239793;0.239491;0.23919;0.238888;0.238587;0.238286;0.237984;0.237683;0.237381;0.23708;0.236778;0.236477;0.236176;0.235874;0.235573;0.235271;0.23497;0.234668;0.234367;0.234065;0.233764;0.233463;0.233161;0.23286;0.232558;0.232257;0.231955;0.231654;0.231353;0.231051;0.23075;0.230448;0.230147;0.229845;0.229544;0.229243;0.228941;0.22864;0.228338;0.228037;0.227735;0.227434;0.227133;0.226831;0.22653;0.226228;0.225927;0.225625;0.225324;0.225023;0.224721;0.22442;0.224118;0.223817;0.223515;0.223214;0.222913;0.222611;0.22231;0.222008;0.221707;0.221405;0.221104;0.220803;0.220501;0.2202;0.219898;0.219597;0.219295;0.218994;0.218693;0.218391;0.21809;0.217788;0.217487;0.217185;0.216884;0.216583;0.216281;0.21598;0.215678;0.215377;0.215075;0.214774;0.214473;0.214171;0.21387;0.213568;0.213267;0.212965;0.212664;0.212363;0.212061;0.21176;0.211458;0.211157;0.210855;0.210554;0.210253;0.209951;0.20965;0.209348;0.209047;0.208745;0.208444;0.208143;0.207841;0.20754;0.207238;0.206937;0.206635;0.206334;0.206033;0.205731;0.20543;0.205128;0.204827;0.204525;0.204224;0.203923;0.203621;0.20332;0.203018;0.202717;0.202415;0.202114;0.201813;0.201511;0.20121;0.200908;0.200607;0.200305;0.200004;0.199703;0.199401;0.1991;0.198798;0.198497;0.198195;0.197894;0.197593;0.197291;0.19699;0.196688;0.196387;0.196085;0.195784;0.195482;0.195181;0.19488;0.194578;0.194277;0.193975;0.193674;0.193372;0.193071;0.19277;0.192468;0.192167;0.191865;0.191564;0.191262;0.190961;0.19066;0.190358;0.190057;0.189755;0.189454;0.189152;0.188851;0.18855;0.188248;0.187947;0.187645;0.187344;0.187042;0.186741;0.18644;0.186138;0.185837;0.185535;0.185234;0.184932;0.184631;0.18433;0.184028;0.183727;0.183425;0.183124;0.182822;0.182521;0.18222;0.181918;0.181617;0.181315;0.181014;0.180712;0.180411;0.18011;0.179808;0.179507;0.179205;0.178904;0.178602;0.178301;0.178;0.177698;0.177397;0.177095;0.176794;0.176492;0.176191;0.17589;0.175588;0.175287;0.174985;0.174684;0.174382;0.174081;0.17378;0.173478;0.173177;0.172875;0.172574;0.172272;0.171971;0.17167;0.171368;0.171067;0.170765;0.170464;0.170162;0.169861;0.16956;0.169258;0.168957;0.168655;0.168354;0.168052;0.167751;0.16745;0.167148;0.166847;0.166545;0.166244;0.165942;0.165641;0.16534;0.165038;0.164737;0.164435;0.164134;0.163832;0.163531;0.16323;0.162928;0.162627;0.162325;0.162024;0.161722;0.161421;0.16112;0.160818;0.160517;0.160215;0.159914;0.159612;0.159311;0.159009;0.158708;0.158407;0.158105;0.157804;0.157502;0.157201;0.156899;0.156598;0.156297;0.155995;0.155694;0.155392;0.155091;0.154789;0.154488;0.154187;0.153885;0.153584;0.153282;0.152981;0.152679;0.152378;0.152077;0.151775;0.151474;0.151172;0.150871;0.150569;0.150268;0.149967;0.149665;0.149364;0.149062;0.148761;0.148459;0.148158;0.147857;0.147555;0.147254;0.146952;0.146651;0.146349;0.146048;0.145747;0.145445;0.145144;0.144842;0.144541;0.144239;0.143938;0.143637;0.143335;0.143034;0.142732;0.142431;0.142129;0.141828;0.141527;0.141225;0.140924;0.140622;0.140321;0.140019;0.139718;0.139417;0.139115;0.138814;0.138512;0.138211;0.137909;0.137608;0.137307;0.137005;0.136704;0.136402;0.136101;0.135799;0.135498;0.135197;0.134895;0.134594;0.134292;0.133991;0.133689;0.133388;0.133087;0.132785;0.132484;0.132182;0.131881;0.131579;0.131278;0.130977;0.130675;0.130374;0.130072;0.129771;0.129469;0.129168;0.128867;0.128565;0.128264;0.127962;0.127661;0.127359;0.127058;0.126757;0.126455;0.126154;0.125852;0.125551;0.125249;0.124948;0.124647;0.124345;0.124044;0.123742;0.123441;0.123139;0.122838;0.122537;0.122235;0.121934;0.121632;0.121331;0.121029;0.120728;0.120426;0.120125;0.119824;0.119522;0.119221;0.118919;0.118618;0.118316;0.118015;0.117714;0.117412;0.117111;0.116809;0.116508;0.116206;0.115905;0.115604;0.115302;0.115001;0.114699;0.114398;0.114096;0.113795;0.113494;0.113192;0.112891;0.112589;0.112288;0.111986;0.111685;0.111384;0.111082;0.110781;0.110479;0.110178;0.109876;0.109575;0.109274;0.108972;0.108671;0.108369;0.108068;0.107766;0.107465;0.107164;0.106862;0.106561;0.106259;0.105958;0.105656;0.105355;0.105054;0.104752;0.104451;0.104149;0.103848;0.103546;0.103245;0.102944;0.102642;0.102341;0.102039;0.101738;0.101436;0.101135;0.100834;0.100532;0.100231;0.0999293;0.0996278;0.0993264;0.099025;0.0987236;0.0984221;0.0981207;0.0978193;0.0975178;0.0972164;0.096915;0.0966135;0.0963121;0.0960107;0.0957093;0.0954078;0.0951064;0.094805;0.0945035;0.0942021;0.0939007;0.0935993;0.0932978;0.0929964;0.092695;0.0923935;0.0920921;0.0917907;0.0914892;0.0911878;0.0908864;0.090585;0.0902835;0.0899821;0.0896807;0.0893792;0.0890778;0.0887764;0.0884749;0.0881735;0.0878721;0.0875707;0.0872692;0.0869678;0.0866664;0.0863649;0.0860635;0.0857621;0.0854607;0.0851592;0.0848578;0.0845564;0.0842549;0.0839535;0.0836521;0.0833506;0.0830492;0.0827478;0.0824464;0.0821449;0.0818435;0.0815421;0.0812406;0.0809392;0.0806378;0.0803363;0.0800349;0.0797335;0.0794321;0.0791306;0.0788292;0.0785278;0.0782263;0.0779249;0.0776235;0.077322;0.0770206;0.0767192;0.0764178;0.0761163;0.0758149;0.0755135;0.075212;0.0749106;0.0746092;0.0743078;0.0740063;0.0737049;0.0734035;0.073102;0.0728006;0.0724992;0.0721977;0.0718963;0.0715949;0.0712935;0.070992;0.0706906;0.0703892;0.0700877;0.0697863;0.0694849;0.0691834;0.068882;0.0685806;0.0682792;0.0679777;0.0676763;0.0673749;0.0670734;0.066772;0.0664706;0.0661691;0.0658677;0.0655663;0.0652649;0.0649634;0.064662;0.0643606;0.0640591;0.0637577;0.0634563;0.0631549;0.0628534;0.062552;0.0622506;0.0619491;0.0616477;0.0613463;0.0610448;0.0607434;0.060442;0.0601406;0.0598391;0.0595377;0.0592363;0.0589348;0.0586334;0.058332;0.0580305;0.0577291;0.0574277;0.0571263;0.0568248;0.0565234;0.056222;0.0559205;0.0556191;0.0553177;0.0550163;0.0547148;0.0544134;0.054112;0.0538105;0.0535091;0.0532077;0.0529062;0.0526048;0.0523034;0.052002;0.0517005;0.0513991;0.0510977;0.0507962;0.0504948;0.0501934;0.0498919;0.0495905;0.0492891;0.0489877;0.0486862;0.0483848;0.0480834;0.0477819;0.0474805;0.0471791;0.0468776;0.0465762;0.0462748;0.0459734;0.0456719;0.0453705;0.0450691;0.0447676;0.0444662;0.0441648;0.0438634;0.0435619;0.0432605;0.0429591;0.0426576;0.0423562;0.0420548;0.0417533;0.0414519;0.0411505;0.0408491;0.0405476;0.0402462;0.0399448;0.0396433;0.0393419;0.0390405;0.038739;0.0384376;0.0381362;0.0378348;0.0375333;0.0372319;0.0369305;0.036629;0.0363276;0.0360262;0.0357247;0.0354233;0.0351219;0.0348205;0.034519;0.0342176;0.0339162;0.0336147;0.0333133;0.0330119;0.0327105;0.032409;0.0321076;0.0318062;0.0315047;0.0312033;0.0309019;0.0306004;0.030299;0.0299976;0.0296962;0.0293947;0.0290933;0.0287919;0.0284904;0.028189;0.0278876;0.0275861;0.0272847;0.0269833;0.0266819;0.0263804;0.026079;0.0257776;0.0254761;0.0251747;0.0248733;0.0245719;0.0242704;0.023969;0.0236676;0.0233661;0.0230647;0.0227633;0.0224618;0.0221604;0.021859;0.0215576;0.0212561;0.0209547;0.0206533;0.0203518;0.0200504;0.019749;0.0194475;0.0191461;0.0188447;0.0185433;0.0182418;0.0179404;0.017639;0.0173375;0.0170361;0.0167347;0.0164332;0.0161318;0.0158304;0.015529;0.0152275;0.0149261;0.0146247;0.0143232;0.0140218;0.0137204;0.013419;0.0131175;0.0128161;0.0125147;0.0122132;0.0119118;0.0116104;0.0113089;0.0110075;0.0107061;0.0104047;0.0101032;0.0098018;0.00950037;0.00919894;0.00889751;0.00859608;0.00829465;0.00799322;0.00769179;0.00739036;0.00708893;0.0067875;0.00648607;0.00618464;0.00588321;0.00558178;0.00528035;0.00497892;0.00467749;0.00437606;0.00407463;0.0037732;0.00347177;0.00317034;0.00286891;0.00256748;0.00226605;0.00196462;0.00166319;0.00136176;0.00106033;0.000758904;0.000457475;0.000156045;-0.000145385;-0.000446815;-0.000748244;-0.00104967;-0.0013511;-0.00165253;-0.00195396;-0.00225539;-0.00255682;-0.00285825;-0.00315968;-0.00346111;-0.00376254;-0.00406397;-0.0043654;-0.00466683;-0.00496826;-0.00526969;-0.00557112;-0.00587255;-0.00617398;-0.00647541;-0.00677684;-0.00707827;-0.0073797;-0.00768113;-0.00798256;-0.00828399;-0.00858542;-0.00888685;-0.00918828;-0.00948971;-0.00979114;-0.0100926;-0.010394;-0.0106954;-0.0109969;-0.0112983;-0.0115997;-0.0119011;-0.0122026;-0.012504;-0.0128054;-0.0131069;-0.0134083;-0.0137097;-0.0140112;-0.0143126;-0.014614;-0.0149154;-0.0152169;-0.0155183;-0.0158197;-0.0161212;-0.0164226;-0.016724;-0.0170254;-0.0173269;-0.0176283;-0.0179297;-0.0182312;-0.0185326;-0.018834;-0.0191355;-0.0194369;-0.0197383;-0.0200397;-0.0203412;-0.0206426;-0.020944;-0.0212455;-0.0215469;-0.0218483;-0.0221498;-0.0224512;-0.0227526;-0.023054;-0.0233555;-0.0236569;-0.0239583;-0.0242598;-0.0245612;-0.0248626;-0.0251641;-0.0254655;-0.0257669;-0.0260683;-0.0263698;-0.0266712;-0.0269726;-0.0272741;-0.0275755;-0.0278769;-0.0281783;-0.0284798;-0.0287812;-0.0290826;-0.0293841;-0.0296855;-0.0299869;-0.0302884;-0.0305898;-0.0308912;-0.0311926;-0.0314941;-0.0317955;-0.0320969;-0.0323984;-0.0326998;-0.0330012;-0.0333027;-0.0336041;-0.0339055;-0.0342069;-0.0345084;-0.0348098;-0.0351112;-0.0354127;-0.0357141;-0.0360155;-0.0363169;-0.0366184;-0.0369198;-0.0372212;-0.0375227;-0.0378241;-0.0381255;-0.038427;-0.0387284;-0.0390298;-0.0393312;-0.0396327;-0.0399341;-0.0402355;-0.040537;-0.0408384;-0.0411398;-0.0414413;-0.0417427;-0.0420441;-0.0423455;-0.042647;-0.0429484;-0.0432498;-0.0435513;-0.0438527;-0.0441541;-0.0444556;-0.044757;-0.0450584;-0.0453598;-0.0456613;-0.0459627;-0.0462641;-0.0465656;-0.046867;-0.0471684;-0.0474698;-0.0477713;-0.0480727;-0.0483741;-0.0486756;-0.048977;-0.0492784;-0.0495799;-0.0498813;-0.0501827;-0.0504841;-0.0507856;-0.051087;-0.0513884;-0.0516899;-0.0519913;-0.0522927;-0.0525942;-0.0528956;-0.053197;-0.0534984;-0.0537999;-0.0541013;-0.0544027;-0.0547042;-0.0550056;-0.055307;-0.0556085;-0.0559099;-0.0562113;-0.0565127;-0.0568142;-0.0571156;-0.057417;-0.0577185;-0.0580199;-0.0583213;-0.0586227;-0.0589242;-0.0592256;-0.059527;-0.0598285;-0.0601299;-0.0604313;-0.0607328;-0.0610342;-0.0613356;-0.061637;-0.0619385;-0.0622399;-0.0625413;-0.0628428;-0.0631442;-0.0634456;-0.0637471;-0.0640485;-0.0643499;-0.0646513;-0.0649528;-0.0652542;-0.0655556;-0.0658571;-0.0661585;-0.0664599;-0.0667613;-0.0670628;-0.0673642;-0.0676656;-0.0679671;-0.0682685;-0.0685699;-0.0688714;-0.0691728;-0.0694742;-0.0697756;-0.0700771;-0.0703785;-0.0706799;-0.0709814;-0.0712828;-0.0715842;-0.0718857;-0.0721871;-0.0724885;-0.0727899;-0.0730914;-0.0733928;-0.0736942;-0.0739957;-0.0742971;-0.0745985;-0.0749;-0.0752014;-0.0755028;-0.0758042;-0.0761057;-0.0764071;-0.0767085;-0.07701;-0.0773114;-0.0776128;-0.0779142;-0.0782157;-0.0785171;-0.0788185;-0.07912;-0.0794214;-0.0797228;-0.0800243;-0.0803257;-0.0806271;-0.0809285;-0.08123;-0.0815314;-0.0818328;-0.0821343;-0.0824357;-0.0827371;-0.0830386;-0.08334;-0.0836414;-0.0839428;-0.0842443;-0.0845457;-0.0848471;-0.0851486;-0.08545;-0.0857514;-0.0860529;-0.0863543;-0.0866557;-0.0869571;-0.0872586;-0.08756;-0.0878614;-0.0881629;-0.0884643;-0.0887657;-0.0890671;-0.0893686;-0.08967;-0.0899714;-0.0902729;-0.0905743;-0.0908757;-0.0911772;-0.0914786;-0.09178;-0.0920814;-0.0923829;-0.0926843;-0.0929857;-0.0932872;-0.0935886;-0.09389;-0.0941915;-0.0944929;-0.0947943;-0.0950957;-0.0953972;-0.0956986;-0.096;-0.0963015;-0.0966029;-0.0969043;-0.0972057;-0.0975072;-0.0978086;-0.09811;-0.0984115;-0.0987129;-0.0990143;-0.0993158;-0.0996172;-0.0999186;-0.10022;-0.100521;-0.100823;-0.101124;-0.101426;-0.101727;-0.102029;-0.10233;-0.102631;-0.102933;-0.103234;-0.103536;-0.103837;-0.104139;-0.10444;-0.104741;-0.105043;-0.105344;-0.105646;-0.105947;-0.106249;-0.10655;-0.106851;-0.107153;-0.107454;-0.107756;-0.108057;-0.108359;-0.10866;-0.108962;-0.109263;-0.109564;-0.109866;-0.110167;-0.110469;-0.11077;-0.111072;-0.111373;-0.111674;-0.111976;-0.112277;-0.112579;-0.11288;-0.113182;-0.113483;-0.113784;-0.114086;-0.114387;-0.114689;-0.11499;-0.115292;-0.115593;-0.115894;-0.116196;-0.116497;-0.116799;-0.1171;-0.117402;-0.117703;-0.118004;-0.118306;-0.118607;-0.118909;-0.11921;-0.119512;-0.119813;-0.120114;-0.120416;-0.120717;-0.121019;-0.12132;-0.121622;-0.121923;-0.122224;-0.122526;-0.122827;-0.123129;-0.12343;-0.123732;-0.124033;-0.124334;-0.124636;-0.124937;-0.125239;-0.12554;-0.125842;-0.126143;-0.126444;-0.126746;-0.127047;-0.127349;-0.12765;-0.127952;-0.128253;-0.128554;-0.128856;-0.129157;-0.129459;-0.12976;-0.130062;-0.130363;-0.130664;-0.130966;-0.131267;-0.131569;-0.13187;-0.132172;-0.132473;-0.132774;-0.133076;-0.133377;-0.133679;-0.13398;-0.134282;-0.134583;-0.134884;-0.135186;-0.135487;-0.135789;-0.13609;-0.136392</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="6" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>2.47889e+07</reynoldsnumber>
+                <machnumber>0.76</machnumber>
+                <Alpha>-4.77267;-4.76462;-4.75657;-4.74852;-4.74047;-4.73241;-4.72436;-4.71631;-4.70826;-4.70021;-4.69216;-4.68411;-4.67606;-4.668;-4.65995;-4.6519;-4.64385;-4.6358;-4.62775;-4.6197;-4.61164;-4.60359;-4.59554;-4.58749;-4.57944;-4.57139;-4.56334;-4.55528;-4.54723;-4.53918;-4.53113;-4.52308;-4.51503;-4.50698;-4.49892;-4.49087;-4.48282;-4.47477;-4.46672;-4.45867;-4.45062;-4.44256;-4.43451;-4.42646;-4.41841;-4.41036;-4.40231;-4.39426;-4.38621;-4.37815;-4.3701;-4.36205;-4.354;-4.34595;-4.3379;-4.32985;-4.32179;-4.31374;-4.30569;-4.29764;-4.28959;-4.28154;-4.27349;-4.26543;-4.25738;-4.24933;-4.24128;-4.23323;-4.22518;-4.21713;-4.20907;-4.20102;-4.19297;-4.18492;-4.17687;-4.16882;-4.16077;-4.15272;-4.14466;-4.13661;-4.12856;-4.12051;-4.11246;-4.10441;-4.09636;-4.0883;-4.08025;-4.0722;-4.06415;-4.0561;-4.04805;-4.04;-4.03194;-4.02389;-4.01584;-4.00779;-3.99974;-3.99169;-3.98364;-3.97558;-3.96753;-3.95948;-3.95143;-3.94338;-3.93533;-3.92728;-3.91922;-3.91117;-3.90312;-3.89507;-3.88702;-3.87897;-3.87092;-3.86287;-3.85481;-3.84676;-3.83871;-3.83066;-3.82261;-3.81456;-3.80651;-3.79845;-3.7904;-3.78235;-3.7743;-3.76625;-3.7582;-3.75015;-3.74209;-3.73404;-3.72599;-3.71794;-3.70989;-3.70184;-3.69379;-3.68573;-3.67768;-3.66963;-3.66158;-3.65353;-3.64548;-3.63743;-3.62938;-3.62132;-3.61327;-3.60522;-3.59717;-3.58912;-3.58107;-3.57302;-3.56496;-3.55691;-3.54886;-3.54081;-3.53276;-3.52471;-3.51666;-3.5086;-3.50055;-3.4925;-3.48445;-3.4764;-3.46835;-3.4603;-3.45224;-3.44419;-3.43614;-3.42809;-3.42004;-3.41199;-3.40394;-3.39589;-3.38783;-3.37978;-3.37173;-3.36368;-3.35563;-3.34758;-3.33953;-3.33147;-3.32342;-3.31537;-3.30732;-3.29927;-3.29122;-3.28317;-3.27511;-3.26706;-3.25901;-3.25096;-3.24291;-3.23486;-3.22681;-3.21875;-3.2107;-3.20265;-3.1946;-3.18655;-3.1785;-3.17045;-3.16239;-3.15434;-3.14629;-3.13824;-3.13019;-3.12214;-3.11409;-3.10604;-3.09798;-3.08993;-3.08188;-3.07383;-3.06578;-3.05773;-3.04968;-3.04162;-3.03357;-3.02552;-3.01747;-3.00942;-3.00137;-2.99332;-2.98526;-2.97721;-2.96916;-2.96111;-2.95306;-2.94501;-2.93696;-2.9289;-2.92085;-2.9128;-2.90475;-2.8967;-2.88865;-2.8806;-2.87255;-2.86449;-2.85644;-2.84839;-2.84034;-2.83229;-2.82424;-2.81619;-2.80813;-2.80008;-2.79203;-2.78398;-2.77593;-2.76788;-2.75983;-2.75177;-2.74372;-2.73567;-2.72762;-2.71957;-2.71152;-2.70347;-2.69541;-2.68736;-2.67931;-2.67126;-2.66321;-2.65516;-2.64711;-2.63905;-2.631;-2.62295;-2.6149;-2.60685;-2.5988;-2.59075;-2.5827;-2.57464;-2.56659;-2.55854;-2.55049;-2.54244;-2.53439;-2.52634;-2.51828;-2.51023;-2.50218;-2.49413;-2.48608;-2.47803;-2.46998;-2.46192;-2.45387;-2.44582;-2.43777;-2.42972;-2.42167;-2.41362;-2.40556;-2.39751;-2.38946;-2.38141;-2.37336;-2.36531;-2.35726;-2.34921;-2.34115;-2.3331;-2.32505;-2.317;-2.30895;-2.3009;-2.29285;-2.28479;-2.27674;-2.26869;-2.26064;-2.25259;-2.24454;-2.23649;-2.22843;-2.22038;-2.21233;-2.20428;-2.19623;-2.18818;-2.18013;-2.17207;-2.16402;-2.15597;-2.14792;-2.13987;-2.13182;-2.12377;-2.11572;-2.10766;-2.09961;-2.09156;-2.08351;-2.07546;-2.06741;-2.05936;-2.0513;-2.04325;-2.0352;-2.02715;-2.0191;-2.01105;-2.003;-1.99494;-1.98689;-1.97884;-1.97079;-1.96274;-1.95469;-1.94664;-1.93858;-1.93053;-1.92248;-1.91443;-1.90638;-1.89833;-1.89028;-1.88222;-1.87417;-1.86612;-1.85807;-1.85002;-1.84197;-1.83392;-1.82587;-1.81781;-1.80976;-1.80171;-1.79366;-1.78561;-1.77756;-1.76951;-1.76145;-1.7534;-1.74535;-1.7373;-1.72925;-1.7212;-1.71315;-1.70509;-1.69704;-1.68899;-1.68094;-1.67289;-1.66484;-1.65679;-1.64873;-1.64068;-1.63263;-1.62458;-1.61653;-1.60848;-1.60043;-1.59238;-1.58432;-1.57627;-1.56822;-1.56017;-1.55212;-1.54407;-1.53602;-1.52796;-1.51991;-1.51186;-1.50381;-1.49576;-1.48771;-1.47966;-1.4716;-1.46355;-1.4555;-1.44745;-1.4394;-1.43135;-1.4233;-1.41524;-1.40719;-1.39914;-1.39109;-1.38304;-1.37499;-1.36694;-1.35888;-1.35083;-1.34278;-1.33473;-1.32668;-1.31863;-1.31058;-1.30253;-1.29447;-1.28642;-1.27837;-1.27032;-1.26227;-1.25422;-1.24617;-1.23811;-1.23006;-1.22201;-1.21396;-1.20591;-1.19786;-1.18981;-1.18175;-1.1737;-1.16565;-1.1576;-1.14955;-1.1415;-1.13345;-1.12539;-1.11734;-1.10929;-1.10124;-1.09319;-1.08514;-1.07709;-1.06904;-1.06098;-1.05293;-1.04488;-1.03683;-1.02878;-1.02073;-1.01268;-1.00462;-0.996573;-0.988521;-0.98047;-0.972419;-0.964367;-0.956316;-0.948264;-0.940213;-0.932162;-0.92411;-0.916059;-0.908007;-0.899956;-0.891905;-0.883853;-0.875802;-0.867751;-0.859699;-0.851648;-0.843596;-0.835545;-0.827494;-0.819442;-0.811391;-0.803339;-0.795288;-0.787237;-0.779185;-0.771134;-0.763083;-0.755031;-0.74698;-0.738928;-0.730877;-0.722826;-0.714774;-0.706723;-0.698671;-0.69062;-0.682569;-0.674517;-0.666466;-0.658415;-0.650363;-0.642312;-0.63426;-0.626209;-0.618158;-0.610106;-0.602055;-0.594004;-0.585952;-0.577901;-0.569849;-0.561798;-0.553747;-0.545695;-0.537644;-0.529592;-0.521541;-0.51349;-0.505438;-0.497387;-0.489336;-0.481284;-0.473233;-0.465181;-0.45713;-0.449079;-0.441027;-0.432976;-0.424924;-0.416873;-0.408822;-0.40077;-0.392719;-0.384668;-0.376616;-0.368565;-0.360513;-0.352462;-0.344411;-0.336359;-0.328308;-0.320256;-0.312205;-0.304154;-0.296102;-0.288051;-0.28;-0.271948;-0.263897;-0.255845;-0.247794;-0.239743;-0.231691;-0.22364;-0.215588;-0.207537;-0.199486;-0.191434;-0.183383;-0.175332;-0.16728;-0.159229;-0.151177;-0.143126;-0.135075;-0.127023;-0.118972;-0.11092;-0.102869;-0.0948177;-0.0867663;-0.078715;-0.0706636;-0.0626122;-0.0545608;-0.0465094;-0.038458;-0.0304067;-0.0223553;-0.0143039;-0.0062525;0.00179888;0.00985027;0.0179017;0.025953;0.0340044;0.0420558;0.0501072;0.0581586;0.06621;0.0742613;0.0823127;0.0903641;0.0984155;0.106467;0.114518;0.12257;0.130621;0.138672;0.146724;0.154775;0.162827;0.170878;0.178929;0.186981;0.195032;0.203083;0.211135;0.219186;0.227238;0.235289;0.24334;0.251392;0.259443;0.267495;0.275546;0.283597;0.291649;0.2997;0.307751;0.315803;0.323854;0.331906;0.339957;0.348008;0.35606;0.364111;0.372163;0.380214;0.388265;0.396317;0.404368;0.412419;0.420471;0.428522;0.436574;0.444625;0.452676;0.460728;0.468779;0.476831;0.484882;0.492933;0.500985;0.509036;0.517087;0.525139;0.53319;0.541242;0.549293;0.557344;0.565396;0.573447;0.581499;0.58955;0.597601;0.605653;0.613704;0.621755;0.629807;0.637858;0.64591;0.653961;0.662012;0.670064;0.678115;0.686166;0.694218;0.702269;0.710321;0.718372;0.726423;0.734475;0.742526;0.750578;0.758629;0.76668;0.774732;0.782783;0.790834;0.798886;0.806937;0.814989;0.82304;0.831091;0.839143;0.847194;0.855246;0.863297;0.871348;0.8794;0.887451;0.895502;0.903554;0.911605;0.919657;0.927708;0.935759;0.943811;0.951862;0.959914;0.967965;0.976016;0.984068;0.992119;1.00017;1.00822;1.01627;1.02432;1.03238;1.04043;1.04848;1.05653;1.06458;1.07263;1.08068;1.08874;1.09679;1.10484;1.11289;1.12094;1.12899;1.13704;1.1451;1.15315;1.1612;1.16925;1.1773;1.18535;1.1934;1.20146;1.20951;1.21756;1.22561;1.23366;1.24171;1.24976;1.25781;1.26587;1.27392;1.28197;1.29002;1.29807;1.30612;1.31417;1.32223;1.33028;1.33833;1.34638;1.35443;1.36248;1.37053;1.37859;1.38664;1.39469;1.40274;1.41079;1.41884;1.42689;1.43495;1.443;1.45105;1.4591;1.46715;1.4752;1.48325;1.4913;1.49936;1.50741;1.51546;1.52351;1.53156;1.53961;1.54766;1.55572;1.56377;1.57182;1.57987;1.58792;1.59597;1.60402;1.61208;1.62013;1.62818;1.63623;1.64428;1.65233;1.66038;1.66844;1.67649;1.68454;1.69259;1.70064;1.70869;1.71674;1.72479;1.73285;1.7409;1.74895;1.757;1.76505;1.7731;1.78115;1.78921;1.79726;1.80531;1.81336;1.82141;1.82946;1.83751;1.84557;1.85362;1.86167;1.86972;1.87777;1.88582;1.89387;1.90193;1.90998;1.91803;1.92608;1.93413;1.94218;1.95023;1.95829;1.96634;1.97439;1.98244;1.99049;1.99854;2.00659;2.01464;2.0227;2.03075;2.0388;2.04685;2.0549;2.06295;2.071;2.07906;2.08711;2.09516;2.10321;2.11126;2.11931;2.12736;2.13542;2.14347;2.15152;2.15957;2.16762;2.17567;2.18372;2.19178;2.19983;2.20788;2.21593;2.22398;2.23203;2.24008;2.24813;2.25619;2.26424;2.27229;2.28034;2.28839;2.29644;2.30449;2.31255;2.3206;2.32865;2.3367;2.34475;2.3528;2.36085;2.36891;2.37696;2.38501;2.39306;2.40111;2.40916;2.41721;2.42527;2.43332;2.44137;2.44942;2.45747;2.46552;2.47357;2.48163;2.48968;2.49773;2.50578;2.51383;2.52188;2.52993;2.53798;2.54604;2.55409;2.56214;2.57019;2.57824;2.58629;2.59434;2.6024;2.61045;2.6185;2.62655;2.6346;2.64265;2.6507;2.65876;2.66681;2.67486;2.68291;2.69096;2.69901;2.70706;2.71512;2.72317;2.73122;2.73927;2.74732;2.75537;2.76342;2.77147;2.77953;2.78758;2.79563;2.80368;2.81173;2.81978;2.82783;2.83589;2.84394;2.85199;2.86004;2.86809;2.87614;2.88419;2.89225;2.9003;2.90835;2.9164;2.92445;2.9325;2.94055;2.94861;2.95666;2.96471;2.97276;2.98081;2.98886;2.99691;3.00496;3.01302;3.02107;3.02912;3.03717;3.04522;3.05327;3.06132;3.06938;3.07743;3.08548;3.09353;3.10158;3.10963;3.11768;3.12574;3.13379;3.14184;3.14989;3.15794;3.16599;3.17404;3.1821;3.19015;3.1982;3.20625;3.2143;3.22235;3.2304;3.23846;3.24651;3.25456;3.26261;3.27066;3.27871;3.28676;3.29481;3.30287;3.31092;3.31897;3.32702;3.33507;3.34312;3.35117;3.35923;3.36728;3.37533;3.38338;3.39143;3.39948;3.40753;3.41559;3.42364;3.43169;3.43974;3.44779;3.45584;3.46389;3.47195;3.48;3.48805;3.4961;3.50415;3.5122;3.52025;3.5283;3.53636;3.54441;3.55246;3.56051;3.56856;3.57661;3.58466;3.59272;3.60077;3.60882;3.61687;3.62492;3.63297;3.64102;3.64908;3.65713;3.66518;3.67323;3.68128;3.68933;3.69738;3.70544;3.71349;3.72154;3.72959;3.73764;3.74569;3.75374;3.7618;3.76985;3.7779;3.78595;3.794;3.80205;3.8101;3.81815;3.82621;3.83426;3.84231;3.85036;3.85841;3.86646;3.87451;3.88257;3.89062;3.89867;3.90672;3.91477;3.92282;3.93087;3.93893;3.94698;3.95503;3.96308;3.97113;3.97918;3.98723;3.99529;4.00334;4.01139;4.01944;4.02749;4.03554;4.04359;4.05164;4.0597;4.06775;4.0758;4.08385;4.0919;4.09995;4.108;4.11606;4.12411;4.13216;4.14021;4.14826;4.15631;4.16436;4.17242;4.18047;4.18852;4.19657;4.20462;4.21267;4.22072;4.22878;4.23683;4.24488;4.25293;4.26098;4.26903;4.27708;4.28513;4.29319;4.30124;4.30929;4.31734;4.32539;4.33344;4.34149;4.34955;4.3576;4.36565;4.3737;4.38175;4.3898;4.39785;4.40591;4.41396;4.42201;4.43006;4.43811;4.44616;4.45421;4.46227</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847</Cl>
+                <Cd>0.0243993;0.024376;0.0243527;0.0243296;0.0243065;0.0242834;0.0242605;0.0242376;0.0242148;0.0241921;0.0241694;0.0241468;0.0241243;0.0241019;0.0240796;0.0240573;0.0240351;0.024013;0.023991;0.023969;0.0239471;0.0239253;0.0239036;0.0238819;0.0238603;0.0238388;0.0238174;0.023796;0.0237747;0.0237535;0.0237324;0.0237113;0.0236904;0.0236695;0.0236486;0.0236279;0.0236072;0.0235866;0.0235661;0.0235456;0.0235252;0.0235049;0.0234847;0.0234645;0.0234444;0.0234244;0.0234045;0.0233846;0.0233648;0.0233451;0.0233255;0.0233059;0.0232864;0.023267;0.0232477;0.0232284;0.0232092;0.0231901;0.023171;0.0231521;0.0231332;0.0231143;0.0230956;0.0230769;0.0230583;0.0230397;0.0230213;0.0230029;0.0229846;0.0229663;0.0229482;0.0229301;0.022912;0.0228941;0.0228762;0.0228584;0.0228407;0.022823;0.0228054;0.0227879;0.0227705;0.0227531;0.0227358;0.0227186;0.0227014;0.0226844;0.0226673;0.0226504;0.0226335;0.0226168;0.0226;0.0225834;0.0225668;0.0225503;0.0225339;0.0225175;0.0225012;0.022485;0.0224689;0.0224528;0.0224368;0.0224209;0.022405;0.0223892;0.0223735;0.0223578;0.0223423;0.0223268;0.0223113;0.022296;0.0222807;0.0222655;0.0222503;0.0222352;0.0222202;0.0222053;0.0221904;0.0221757;0.0221609;0.0221463;0.0221317;0.0221172;0.0221027;0.0220884;0.0220741;0.0220599;0.0220457;0.0220316;0.0220176;0.0220036;0.0219898;0.021976;0.0219622;0.0219486;0.021935;0.0219214;0.021908;0.0218946;0.0218813;0.021868;0.0218549;0.0218418;0.0218287;0.0218158;0.0218029;0.02179;0.0217773;0.0217646;0.021752;0.0217394;0.021727;0.0217146;0.0217022;0.02169;0.0216778;0.0216656;0.0216536;0.0216416;0.0216297;0.0216178;0.021606;0.0215943;0.0215827;0.0215711;0.0215596;0.0215481;0.0215368;0.0215255;0.0215142;0.0215031;0.021492;0.021481;0.02147;0.0214591;0.0214483;0.0214376;0.0214269;0.0214163;0.0214057;0.0213953;0.0213849;0.0213745;0.0213643;0.0213541;0.0213439;0.0213339;0.0213239;0.021314;0.0213041;0.0212943;0.0212846;0.021275;0.0212654;0.0212559;0.0212464;0.0212371;0.0212278;0.0212185;0.0212093;0.0212002;0.0211912;0.0211822;0.0211734;0.0211645;0.0211558;0.0211471;0.0211384;0.0211299;0.0211214;0.021113;0.0211046;0.0210964;0.0210881;0.02108;0.0210719;0.0210639;0.021056;0.0210481;0.0210403;0.0210325;0.0210249;0.0210173;0.0210097;0.0210023;0.0209949;0.0209875;0.0209803;0.0209731;0.0209659;0.0209589;0.0209519;0.020945;0.0209381;0.0209313;0.0209246;0.0209179;0.0209113;0.0209048;0.0208984;0.020892;0.0208857;0.0208794;0.0208732;0.0208671;0.0208611;0.0208551;0.0208492;0.0208433;0.0208376;0.0208319;0.0208262;0.0208207;0.0208151;0.0208097;0.0208043;0.020799;0.0207938;0.0207886;0.0207835;0.0207785;0.0207735;0.0207686;0.0207638;0.020759;0.0207543;0.0207497;0.0207452;0.0207407;0.0207362;0.0207319;0.0207276;0.0207234;0.0207192;0.0207151;0.0207111;0.0207071;0.0207033;0.0206994;0.0206957;0.020692;0.0206884;0.0206848;0.0206814;0.0206779;0.0206746;0.0206713;0.0206681;0.020665;0.0206619;0.0206589;0.0206559;0.020653;0.0206502;0.0206475;0.0206448;0.0206422;0.0206397;0.0206372;0.0206348;0.0206325;0.0206302;0.020628;0.0206259;0.0206238;0.0206218;0.0206199;0.020618;0.0206162;0.0206145;0.0206128;0.0206112;0.0206097;0.0206082;0.0206068;0.0206055;0.0206042;0.0206031;0.0206019;0.0206009;0.0205999;0.020599;0.0205981;0.0205973;0.0205966;0.020596;0.0205954;0.0205949;0.0205944;0.020594;0.0205937;0.0205935;0.0205933;0.0205932;0.0205932;0.0205932;0.0205933;0.0205934;0.0205937;0.020594;0.0205943;0.0205948;0.0205953;0.0205958;0.0205965;0.0205972;0.0205979;0.0205988;0.0205997;0.0206007;0.0206017;0.0206028;0.020604;0.0206052;0.0206066;0.0206079;0.0206094;0.0206109;0.0206125;0.0206142;0.0206159;0.0206177;0.0206195;0.0206214;0.0206234;0.0206255;0.0206276;0.0206298;0.0206321;0.0206344;0.0206368;0.0206393;0.0206419;0.0206445;0.0206471;0.0206499;0.0206527;0.0206556;0.0206585;0.0206615;0.0206646;0.0206678;0.020671;0.0206743;0.0206777;0.0206811;0.0206846;0.0206882;0.0206918;0.0206955;0.0206993;0.0207031;0.020707;0.020711;0.020715;0.0207192;0.0207233;0.0207276;0.0207319;0.0207363;0.0207408;0.0207453;0.0207499;0.0207546;0.0207593;0.0207641;0.020769;0.0207739;0.0207789;0.020784;0.0207892;0.0207944;0.0207997;0.020805;0.0208105;0.020816;0.0208215;0.0208272;0.0208329;0.0208387;0.0208445;0.0208504;0.0208564;0.0208625;0.0208686;0.0208748;0.020881;0.0208874;0.0208938;0.0209003;0.0209068;0.0209134;0.0209201;0.0209268;0.0209337;0.0209406;0.0209475;0.0209546;0.0209617;0.0209688;0.0209761;0.0209834;0.0209908;0.0209982;0.0210058;0.0210133;0.021021;0.0210288;0.0210366;0.0210444;0.0210524;0.0210604;0.0210685;0.0210767;0.0210849;0.0210932;0.0211016;0.0211101;0.0211187;0.0211273;0.0211361;0.0211448;0.0211537;0.0211626;0.0211716;0.0211807;0.0211898;0.021199;0.0212083;0.0212176;0.021227;0.0212365;0.0212461;0.0212557;0.0212654;0.0212751;0.021285;0.0212949;0.0213049;0.0213149;0.021325;0.0213352;0.0213455;0.0213558;0.0213662;0.0213767;0.0213872;0.0213978;0.0214085;0.0214193;0.0214301;0.021441;0.0214519;0.021463;0.0214741;0.0214853;0.0214965;0.0215079;0.0215193;0.0215308;0.0215423;0.0215539;0.0215656;0.0215774;0.0215892;0.0216011;0.0216131;0.0216252;0.0216373;0.0216495;0.0216618;0.0216741;0.0216865;0.021699;0.0217116;0.0217242;0.021737;0.0217497;0.0217626;0.0217755;0.0217886;0.0218016;0.0218148;0.021828;0.0218413;0.0218547;0.0218682;0.0218817;0.0218953;0.021909;0.0219228;0.0219366;0.0219505;0.0219645;0.0219785;0.0219927;0.0220069;0.0220212;0.0220355;0.02205;0.0220645;0.0220791;0.0220938;0.0221085;0.0221233;0.0221382;0.0221532;0.0221682;0.0221834;0.0221986;0.0222139;0.0222292;0.0222447;0.0222602;0.0222758;0.0222914;0.0223072;0.022323;0.0223389;0.0223549;0.022371;0.0223871;0.0224033;0.0224196;0.022436;0.0224525;0.022469;0.0224856;0.0225023;0.0225191;0.0225359;0.0225529;0.0225699;0.022587;0.0226042;0.0226214;0.0226388;0.0226562;0.0226737;0.0226913;0.0227089;0.0227267;0.0227445;0.0227624;0.0227804;0.0227985;0.0228166;0.0228349;0.0228532;0.0228716;0.0228901;0.0229087;0.0229273;0.022946;0.0229649;0.0229838;0.0230028;0.0230218;0.023041;0.0230602;0.0230796;0.023099;0.0231185;0.0231381;0.0231577;0.0231775;0.0231973;0.0232172;0.0232373;0.0232574;0.0232775;0.0232978;0.0233182;0.0233386;0.0233592;0.0233798;0.0234005;0.0234213;0.0234422;0.0234632;0.0234842;0.0235054;0.0235266;0.023548;0.0235694;0.0235909;0.0236125;0.0236342;0.023656;0.0236779;0.0236998;0.0237219;0.023744;0.0237663;0.0237886;0.023811;0.0238336;0.0238562;0.0238789;0.0239017;0.0239246;0.0239476;0.0239707;0.0239938;0.0240171;0.0240405;0.0240639;0.0240875;0.0241112;0.0241349;0.0241588;0.0241827;0.0242068;0.0242309;0.0242551;0.0242795;0.0243039;0.0243285;0.0243531;0.0243778;0.0244027;0.0244276;0.0244526;0.0244778;0.024503;0.0245284;0.0245538;0.0245793;0.024605;0.0246307;0.0246566;0.0246826;0.0247086;0.0247348;0.0247611;0.0247874;0.0248139;0.0248405;0.0248672;0.024894;0.0249209;0.0249479;0.0249751;0.0250023;0.0250297;0.0250571;0.0250847;0.0251124;0.0251401;0.025168;0.025196;0.0252242;0.0252524;0.0252808;0.0253092;0.0253378;0.0253665;0.0253953;0.0254242;0.0254532;0.0254824;0.0255117;0.0255411;0.0255706;0.0256002;0.0256299;0.0256598;0.0256898;0.0257199;0.0257501;0.0257805;0.0258109;0.0258415;0.0258722;0.0259031;0.025934;0.0259651;0.0259964;0.0260277;0.0260592;0.0260908;0.0261225;0.0261543;0.0261863;0.0262184;0.0262507;0.0262831;0.0263156;0.0263482;0.026381;0.0264139;0.0264469;0.0264801;0.0265134;0.0265469;0.0265805;0.0266142;0.0266481;0.0266821;0.0267162;0.0267505;0.026785;0.0268195;0.0268542;0.0268891;0.0269241;0.0269593;0.0269946;0.02703;0.0270656;0.0271013;0.0271372;0.0271733;0.0272095;0.0272458;0.0272823;0.027319;0.0273558;0.0273927;0.0274299;0.0274671;0.0275046;0.0275422;0.0275799;0.0276179;0.0276559;0.0276942;0.0277326;0.0277712;0.0278099;0.0278488;0.0278879;0.0279271;0.0279666;0.0280061;0.0280459;0.0280858;0.0281259;0.0281662;0.0282067;0.0282473;0.0282881;0.0283291;0.0283703;0.0284116;0.0284532;0.0284949;0.0285368;0.0285789;0.0286212;0.0286636;0.0287063;0.0287492;0.0287922;0.0288354;0.0288789;0.0289225;0.0289663;0.0290103;0.0290546;0.029099;0.0291436;0.0291885;0.0292335;0.0292787;0.0293242;0.0293699;0.0294157;0.0294618;0.0295081;0.0295546;0.0296014;0.0296483;0.0296955;0.0297429;0.0297905;0.0298383;0.0298864;0.0299347;0.0299832;0.0300319;0.0300809;0.0301301;0.0301795;0.0302292;0.0302791;0.0303293;0.0303797;0.0304303;0.0304812;0.0305324;0.0305837;0.0306354;0.0306873;0.0307394;0.0307918;0.0308444;0.0308973;0.0309505;0.0310039;0.0310576;0.0311116;0.0311658;0.0312203;0.0312751;0.0313301;0.0313854;0.031441;0.0314969;0.031553;0.0316095;0.0316662;0.0317232;0.0317805;0.0318381;0.031896;0.0319542;0.0320127;0.0320714;0.0321305;0.0321899;0.0322496;0.0323096;0.0323699;0.0324306;0.0324915;0.0325528;0.0326144;0.0326763;0.0327385;0.032801;0.0328639;0.0329272;0.0329907;0.0330546;0.0331188;0.0331834;0.0332483;0.0333136;0.0333792;0.0334452;0.0335115;0.0335782;0.0336453;0.0337127;0.0337804;0.0338486;0.0339171;0.033986;0.0340553;0.0341249;0.0341949;0.0342653;0.0343361;0.0344073;0.0344789;0.0345509;0.0346233;0.0346961;0.0347693;0.0348429;0.0349169;0.0349913;0.0350661;0.0351414;0.0352171;0.0352932;0.0353698;0.0354468;0.0355242;0.0356021;0.0356804;0.0357591;0.0358383;0.035918;0.0359981;0.0360787;0.0361597;0.0362412;0.0363232;0.0364057;0.0364886;0.036572;0.0366559;0.0367403;0.0368252;0.0369106;0.0369965;0.0370829;0.0371698;0.0372572;0.0373451;0.0374336;0.0375226;0.0376121;0.0377021;0.0377927;0.0378838;0.0379754;0.0380676;0.0381604;0.0382537;0.0383476;0.038442;0.038537;0.0386326;0.0387287;0.0388255;0.0389228;0.0390207;0.0391192;0.0392183;0.0393181;0.0394184;0.0395193;0.0396209;0.0397231;0.0398259;0.0399293;0.0400334;0.0401381;0.0402435;0.0403495;0.0404562;0.0405635;0.0406715;0.0407802;0.0408896;0.0409996;0.0411103;0.0412217;0.0413339;0.0414467;0.0415602;0.0416744;0.0417894;0.0419051;0.0420215;0.0421386;0.0422565;0.0423751;0.0424945;0.0426146;0.0427356;0.0428572;0.0429797;0.0431029;0.0432269;0.0433517;0.0434773;0.0436037;0.0437309;0.043859;0.0439878;0.0441175;0.044248;0.0443794;0.0445116;0.0446446;0.0447785;0.0449133;0.045049;0.0451855;0.0453229;0.0454612;0.0456004;0.0457406;0.0458816;0.0460235;0.0461664;0.0463102;0.0464549;0.0466006;0.0467473;0.0468949;0.0470434;0.047193;0.0473435;0.047495;0.0476475;0.047801;0.0479556;0.0481111;0.0482677;0.0484253;0.0485839;0.0487436;0.0489044;0.0490662;0.0492291;0.049393;0.0495581;0.0497242;0.0498915;0.0500599;0.0502293;0.0503999;0.0505717;0.0507446;0.0509186;0.0510938;0.0512702;0.0514478;0.0516265;0.0518065;0.0519876;0.05217;0.0523535;0.0525384;0.0527244;0.0529117;0.0531003;0.0532901;0.0534812;0.0536736;0.0538672;0.0540622;0.0542585;0.0544561;0.0546551;0.0548554;0.055057;0.05526;0.0554644;0.0556701;0.0558773;0.0560858;0.0562958;0.0565071;0.0567199;0.0569342;0.0571499;0.057367;0.0575857;0.0578058;0.0580274;0.0582505;0.0584751;0.0587013;0.0589289;0.0591582;0.059389;0.0596213;0.0598552;0.0600908;0.0603279;0.0605666;0.060807;0.061049;0.0612927;0.061538;0.0617849;0.0620336;0.062284;0.062536;0.0627898;0.0630453;0.0633026;0.0635616;0.0638223;0.0640849;0.0643492;0.0646154;0.0648833;0.0651531;0.0654248;0.0656983;0.0659736;0.0662509;0.06653;0.066811;0.067094;0.0673789;0.0676657;0.0679545;0.0682453;0.068538;0.0688328;0.0691296;0.0694284;0.0697292;0.0700321;0.0703371;0.0706441;0.0709533;0.0712646;0.0715779;0.0718935;0.0722112;0.072531;0.0728531;0.0731773;0.0735038;0.0738325;0.0741634;0.0744966;0.0748321;0.0751699;0.07551;0.0758524;0.0761971;0.0765442;0.0768937;0.0772455;0.0775998;0.0779564;0.0783155;0.0786771;0.0790411</Cd>
+                <Cd_turb>0.0243993;0.024376;0.0243527;0.0243296;0.0243065;0.0242834;0.0242605;0.0242376;0.0242148;0.0241921;0.0241694;0.0241468;0.0241243;0.0241019;0.0240796;0.0240573;0.0240351;0.024013;0.023991;0.023969;0.0239471;0.0239253;0.0239036;0.0238819;0.0238603;0.0238388;0.0238174;0.023796;0.0237747;0.0237535;0.0237324;0.0237113;0.0236904;0.0236695;0.0236486;0.0236279;0.0236072;0.0235866;0.0235661;0.0235456;0.0235252;0.0235049;0.0234847;0.0234645;0.0234444;0.0234244;0.0234045;0.0233846;0.0233648;0.0233451;0.0233255;0.0233059;0.0232864;0.023267;0.0232477;0.0232284;0.0232092;0.0231901;0.023171;0.0231521;0.0231332;0.0231143;0.0230956;0.0230769;0.0230583;0.0230397;0.0230213;0.0230029;0.0229846;0.0229663;0.0229482;0.0229301;0.022912;0.0228941;0.0228762;0.0228584;0.0228407;0.022823;0.0228054;0.0227879;0.0227705;0.0227531;0.0227358;0.0227186;0.0227014;0.0226844;0.0226673;0.0226504;0.0226335;0.0226168;0.0226;0.0225834;0.0225668;0.0225503;0.0225339;0.0225175;0.0225012;0.022485;0.0224689;0.0224528;0.0224368;0.0224209;0.022405;0.0223892;0.0223735;0.0223578;0.0223423;0.0223268;0.0223113;0.022296;0.0222807;0.0222655;0.0222503;0.0222352;0.0222202;0.0222053;0.0221904;0.0221757;0.0221609;0.0221463;0.0221317;0.0221172;0.0221027;0.0220884;0.0220741;0.0220599;0.0220457;0.0220316;0.0220176;0.0220036;0.0219898;0.021976;0.0219622;0.0219486;0.021935;0.0219214;0.021908;0.0218946;0.0218813;0.021868;0.0218549;0.0218418;0.0218287;0.0218158;0.0218029;0.02179;0.0217773;0.0217646;0.021752;0.0217394;0.021727;0.0217146;0.0217022;0.02169;0.0216778;0.0216656;0.0216536;0.0216416;0.0216297;0.0216178;0.021606;0.0215943;0.0215827;0.0215711;0.0215596;0.0215481;0.0215368;0.0215255;0.0215142;0.0215031;0.021492;0.021481;0.02147;0.0214591;0.0214483;0.0214376;0.0214269;0.0214163;0.0214057;0.0213953;0.0213849;0.0213745;0.0213643;0.0213541;0.0213439;0.0213339;0.0213239;0.021314;0.0213041;0.0212943;0.0212846;0.021275;0.0212654;0.0212559;0.0212464;0.0212371;0.0212278;0.0212185;0.0212093;0.0212002;0.0211912;0.0211822;0.0211734;0.0211645;0.0211558;0.0211471;0.0211384;0.0211299;0.0211214;0.021113;0.0211046;0.0210964;0.0210881;0.02108;0.0210719;0.0210639;0.021056;0.0210481;0.0210403;0.0210325;0.0210249;0.0210173;0.0210097;0.0210023;0.0209949;0.0209875;0.0209803;0.0209731;0.0209659;0.0209589;0.0209519;0.020945;0.0209381;0.0209313;0.0209246;0.0209179;0.0209113;0.0209048;0.0208984;0.020892;0.0208857;0.0208794;0.0208732;0.0208671;0.0208611;0.0208551;0.0208492;0.0208433;0.0208376;0.0208319;0.0208262;0.0208207;0.0208151;0.0208097;0.0208043;0.020799;0.0207938;0.0207886;0.0207835;0.0207785;0.0207735;0.0207686;0.0207638;0.020759;0.0207543;0.0207497;0.0207452;0.0207407;0.0207362;0.0207319;0.0207276;0.0207234;0.0207192;0.0207151;0.0207111;0.0207071;0.0207033;0.0206994;0.0206957;0.020692;0.0206884;0.0206848;0.0206814;0.0206779;0.0206746;0.0206713;0.0206681;0.020665;0.0206619;0.0206589;0.0206559;0.020653;0.0206502;0.0206475;0.0206448;0.0206422;0.0206397;0.0206372;0.0206348;0.0206325;0.0206302;0.020628;0.0206259;0.0206238;0.0206218;0.0206199;0.020618;0.0206162;0.0206145;0.0206128;0.0206112;0.0206097;0.0206082;0.0206068;0.0206055;0.0206042;0.0206031;0.0206019;0.0206009;0.0205999;0.020599;0.0205981;0.0205973;0.0205966;0.020596;0.0205954;0.0205949;0.0205944;0.020594;0.0205937;0.0205935;0.0205933;0.0205932;0.0205932;0.0205932;0.0205933;0.0205934;0.0205937;0.020594;0.0205943;0.0205948;0.0205953;0.0205958;0.0205965;0.0205972;0.0205979;0.0205988;0.0205997;0.0206007;0.0206017;0.0206028;0.020604;0.0206052;0.0206066;0.0206079;0.0206094;0.0206109;0.0206125;0.0206142;0.0206159;0.0206177;0.0206195;0.0206214;0.0206234;0.0206255;0.0206276;0.0206298;0.0206321;0.0206344;0.0206368;0.0206393;0.0206419;0.0206445;0.0206471;0.0206499;0.0206527;0.0206556;0.0206585;0.0206615;0.0206646;0.0206678;0.020671;0.0206743;0.0206777;0.0206811;0.0206846;0.0206882;0.0206918;0.0206955;0.0206993;0.0207031;0.020707;0.020711;0.020715;0.0207192;0.0207233;0.0207276;0.0207319;0.0207363;0.0207408;0.0207453;0.0207499;0.0207546;0.0207593;0.0207641;0.020769;0.0207739;0.0207789;0.020784;0.0207892;0.0207944;0.0207997;0.020805;0.0208105;0.020816;0.0208215;0.0208272;0.0208329;0.0208387;0.0208445;0.0208504;0.0208564;0.0208625;0.0208686;0.0208748;0.020881;0.0208874;0.0208938;0.0209003;0.0209068;0.0209134;0.0209201;0.0209268;0.0209337;0.0209406;0.0209475;0.0209546;0.0209617;0.0209688;0.0209761;0.0209834;0.0209908;0.0209982;0.0210058;0.0210133;0.021021;0.0210288;0.0210366;0.0210444;0.0210524;0.0210604;0.0210685;0.0210767;0.0210849;0.0210932;0.0211016;0.0211101;0.0211187;0.0211273;0.0211361;0.0211448;0.0211537;0.0211626;0.0211716;0.0211807;0.0211898;0.021199;0.0212083;0.0212176;0.021227;0.0212365;0.0212461;0.0212557;0.0212654;0.0212751;0.021285;0.0212949;0.0213049;0.0213149;0.021325;0.0213352;0.0213455;0.0213558;0.0213662;0.0213767;0.0213872;0.0213978;0.0214085;0.0214193;0.0214301;0.021441;0.0214519;0.021463;0.0214741;0.0214853;0.0214965;0.0215079;0.0215193;0.0215308;0.0215423;0.0215539;0.0215656;0.0215774;0.0215892;0.0216011;0.0216131;0.0216252;0.0216373;0.0216495;0.0216618;0.0216741;0.0216865;0.021699;0.0217116;0.0217242;0.021737;0.0217497;0.0217626;0.0217755;0.0217886;0.0218016;0.0218148;0.021828;0.0218413;0.0218547;0.0218682;0.0218817;0.0218953;0.021909;0.0219228;0.0219366;0.0219505;0.0219645;0.0219785;0.0219927;0.0220069;0.0220212;0.0220355;0.02205;0.0220645;0.0220791;0.0220938;0.0221085;0.0221233;0.0221382;0.0221532;0.0221682;0.0221834;0.0221986;0.0222139;0.0222292;0.0222447;0.0222602;0.0222758;0.0222914;0.0223072;0.022323;0.0223389;0.0223549;0.022371;0.0223871;0.0224033;0.0224196;0.022436;0.0224525;0.022469;0.0224856;0.0225023;0.0225191;0.0225359;0.0225529;0.0225699;0.022587;0.0226042;0.0226214;0.0226388;0.0226562;0.0226737;0.0226913;0.0227089;0.0227267;0.0227445;0.0227624;0.0227804;0.0227985;0.0228166;0.0228349;0.0228532;0.0228716;0.0228901;0.0229087;0.0229273;0.022946;0.0229649;0.0229838;0.0230028;0.0230218;0.023041;0.0230602;0.0230796;0.023099;0.0231185;0.0231381;0.0231577;0.0231775;0.0231973;0.0232172;0.0232373;0.0232574;0.0232775;0.0232978;0.0233182;0.0233386;0.0233592;0.0233798;0.0234005;0.0234213;0.0234422;0.0234632;0.0234842;0.0235054;0.0235266;0.023548;0.0235694;0.0235909;0.0236125;0.0236342;0.023656;0.0236779;0.0236998;0.0237219;0.023744;0.0237663;0.0237886;0.023811;0.0238336;0.0238562;0.0238789;0.0239017;0.0239246;0.0239476;0.0239707;0.0239938;0.0240171;0.0240405;0.0240639;0.0240875;0.0241112;0.0241349;0.0241588;0.0241827;0.0242068;0.0242309;0.0242551;0.0242795;0.0243039;0.0243285;0.0243531;0.0243778;0.0244027;0.0244276;0.0244526;0.0244778;0.024503;0.0245284;0.0245538;0.0245793;0.024605;0.0246307;0.0246566;0.0246826;0.0247086;0.0247348;0.0247611;0.0247874;0.0248139;0.0248405;0.0248672;0.024894;0.0249209;0.0249479;0.0249751;0.0250023;0.0250297;0.0250571;0.0250847;0.0251124;0.0251401;0.025168;0.025196;0.0252242;0.0252524;0.0252808;0.0253092;0.0253378;0.0253665;0.0253953;0.0254242;0.0254532;0.0254824;0.0255117;0.0255411;0.0255706;0.0256002;0.0256299;0.0256598;0.0256898;0.0257199;0.0257501;0.0257805;0.0258109;0.0258415;0.0258722;0.0259031;0.025934;0.0259651;0.0259964;0.0260277;0.0260592;0.0260908;0.0261225;0.0261543;0.0261863;0.0262184;0.0262507;0.0262831;0.0263156;0.0263482;0.026381;0.0264139;0.0264469;0.0264801;0.0265134;0.0265469;0.0265805;0.0266142;0.0266481;0.0266821;0.0267162;0.0267505;0.026785;0.0268195;0.0268542;0.0268891;0.0269241;0.0269593;0.0269946;0.02703;0.0270656;0.0271013;0.0271372;0.0271733;0.0272095;0.0272458;0.0272823;0.027319;0.0273558;0.0273927;0.0274299;0.0274671;0.0275046;0.0275422;0.0275799;0.0276179;0.0276559;0.0276942;0.0277326;0.0277712;0.0278099;0.0278488;0.0278879;0.0279271;0.0279666;0.0280061;0.0280459;0.0280858;0.0281259;0.0281662;0.0282067;0.0282473;0.0282881;0.0283291;0.0283703;0.0284116;0.0284532;0.0284949;0.0285368;0.0285789;0.0286212;0.0286636;0.0287063;0.0287492;0.0287922;0.0288354;0.0288789;0.0289225;0.0289663;0.0290103;0.0290546;0.029099;0.0291436;0.0291885;0.0292335;0.0292787;0.0293242;0.0293699;0.0294157;0.0294618;0.0295081;0.0295546;0.0296014;0.0296483;0.0296955;0.0297429;0.0297905;0.0298383;0.0298864;0.0299347;0.0299832;0.0300319;0.0300809;0.0301301;0.0301795;0.0302292;0.0302791;0.0303293;0.0303797;0.0304303;0.0304812;0.0305324;0.0305837;0.0306354;0.0306873;0.0307394;0.0307918;0.0308444;0.0308973;0.0309505;0.0310039;0.0310576;0.0311116;0.0311658;0.0312203;0.0312751;0.0313301;0.0313854;0.031441;0.0314969;0.031553;0.0316095;0.0316662;0.0317232;0.0317805;0.0318381;0.031896;0.0319542;0.0320127;0.0320714;0.0321305;0.0321899;0.0322496;0.0323096;0.0323699;0.0324306;0.0324915;0.0325528;0.0326144;0.0326763;0.0327385;0.032801;0.0328639;0.0329272;0.0329907;0.0330546;0.0331188;0.0331834;0.0332483;0.0333136;0.0333792;0.0334452;0.0335115;0.0335782;0.0336453;0.0337127;0.0337804;0.0338486;0.0339171;0.033986;0.0340553;0.0341249;0.0341949;0.0342653;0.0343361;0.0344073;0.0344789;0.0345509;0.0346233;0.0346961;0.0347693;0.0348429;0.0349169;0.0349913;0.0350661;0.0351414;0.0352171;0.0352932;0.0353698;0.0354468;0.0355242;0.0356021;0.0356804;0.0357591;0.0358383;0.035918;0.0359981;0.0360787;0.0361597;0.0362412;0.0363232;0.0364057;0.0364886;0.036572;0.0366559;0.0367403;0.0368252;0.0369106;0.0369965;0.0370829;0.0371698;0.0372572;0.0373451;0.0374336;0.0375226;0.0376121;0.0377021;0.0377927;0.0378838;0.0379754;0.0380676;0.0381604;0.0382537;0.0383476;0.038442;0.038537;0.0386326;0.0387287;0.0388255;0.0389228;0.0390207;0.0391192;0.0392183;0.0393181;0.0394184;0.0395193;0.0396209;0.0397231;0.0398259;0.0399293;0.0400334;0.0401381;0.0402435;0.0403495;0.0404562;0.0405635;0.0406715;0.0407802;0.0408896;0.0409996;0.0411103;0.0412217;0.0413339;0.0414467;0.0415602;0.0416744;0.0417894;0.0419051;0.0420215;0.0421386;0.0422565;0.0423751;0.0424945;0.0426146;0.0427356;0.0428572;0.0429797;0.0431029;0.0432269;0.0433517;0.0434773;0.0436037;0.0437309;0.043859;0.0439878;0.0441175;0.044248;0.0443794;0.0445116;0.0446446;0.0447785;0.0449133;0.045049;0.0451855;0.0453229;0.0454612;0.0456004;0.0457406;0.0458816;0.0460235;0.0461664;0.0463102;0.0464549;0.0466006;0.0467473;0.0468949;0.0470434;0.047193;0.0473435;0.047495;0.0476475;0.047801;0.0479556;0.0481111;0.0482677;0.0484253;0.0485839;0.0487436;0.0489044;0.0490662;0.0492291;0.049393;0.0495581;0.0497242;0.0498915;0.0500599;0.0502293;0.0503999;0.0505717;0.0507446;0.0509186;0.0510938;0.0512702;0.0514478;0.0516265;0.0518065;0.0519876;0.05217;0.0523535;0.0525384;0.0527244;0.0529117;0.0531003;0.0532901;0.0534812;0.0536736;0.0538672;0.0540622;0.0542585;0.0544561;0.0546551;0.0548554;0.055057;0.05526;0.0554644;0.0556701;0.0558773;0.0560858;0.0562958;0.0565071;0.0567199;0.0569342;0.0571499;0.057367;0.0575857;0.0578058;0.0580274;0.0582505;0.0584751;0.0587013;0.0589289;0.0591582;0.059389;0.0596213;0.0598552;0.0600908;0.0603279;0.0605666;0.060807;0.061049;0.0612927;0.061538;0.0617849;0.0620336;0.062284;0.062536;0.0627898;0.0630453;0.0633026;0.0635616;0.0638223;0.0640849;0.0643492;0.0646154;0.0648833;0.0651531;0.0654248;0.0656983;0.0659736;0.0662509;0.06653;0.066811;0.067094;0.0673789;0.0676657;0.0679545;0.0682453;0.068538;0.0688328;0.0691296;0.0694284;0.0697292;0.0700321;0.0703371;0.0706441;0.0709533;0.0712646;0.0715779;0.0718935;0.0722112;0.072531;0.0728531;0.0731773;0.0735038;0.0738325;0.0741634;0.0744966;0.0748321;0.0751699;0.07551;0.0758524;0.0761971;0.0765442;0.0768937;0.0772455;0.0775998;0.0779564;0.0783155;0.0786771;0.0790411</Cd_turb>
+                <Cm>0.252393;0.25209;0.251786;0.251483;0.251179;0.250875;0.250572;0.250268;0.249964;0.249661;0.249357;0.249053;0.24875;0.248446;0.248143;0.247839;0.247535;0.247232;0.246928;0.246624;0.246321;0.246017;0.245714;0.24541;0.245106;0.244803;0.244499;0.244195;0.243892;0.243588;0.243284;0.242981;0.242677;0.242374;0.24207;0.241766;0.241463;0.241159;0.240855;0.240552;0.240248;0.239944;0.239641;0.239337;0.239034;0.23873;0.238426;0.238123;0.237819;0.237515;0.237212;0.236908;0.236605;0.236301;0.235997;0.235694;0.23539;0.235086;0.234783;0.234479;0.234175;0.233872;0.233568;0.233265;0.232961;0.232657;0.232354;0.23205;0.231746;0.231443;0.231139;0.230835;0.230532;0.230228;0.229925;0.229621;0.229317;0.229014;0.22871;0.228406;0.228103;0.227799;0.227496;0.227192;0.226888;0.226585;0.226281;0.225977;0.225674;0.22537;0.225066;0.224763;0.224459;0.224156;0.223852;0.223548;0.223245;0.222941;0.222637;0.222334;0.22203;0.221727;0.221423;0.221119;0.220816;0.220512;0.220208;0.219905;0.219601;0.219297;0.218994;0.21869;0.218387;0.218083;0.217779;0.217476;0.217172;0.216868;0.216565;0.216261;0.215957;0.215654;0.21535;0.215047;0.214743;0.214439;0.214136;0.213832;0.213528;0.213225;0.212921;0.212618;0.212314;0.21201;0.211707;0.211403;0.211099;0.210796;0.210492;0.210188;0.209885;0.209581;0.209278;0.208974;0.20867;0.208367;0.208063;0.207759;0.207456;0.207152;0.206848;0.206545;0.206241;0.205938;0.205634;0.20533;0.205027;0.204723;0.204419;0.204116;0.203812;0.203509;0.203205;0.202901;0.202598;0.202294;0.20199;0.201687;0.201383;0.201079;0.200776;0.200472;0.200169;0.199865;0.199561;0.199258;0.198954;0.19865;0.198347;0.198043;0.197739;0.197436;0.197132;0.196829;0.196525;0.196221;0.195918;0.195614;0.19531;0.195007;0.194703;0.1944;0.194096;0.193792;0.193489;0.193185;0.192881;0.192578;0.192274;0.19197;0.191667;0.191363;0.19106;0.190756;0.190452;0.190149;0.189845;0.189541;0.189238;0.188934;0.18863;0.188327;0.188023;0.18772;0.187416;0.187112;0.186809;0.186505;0.186201;0.185898;0.185594;0.185291;0.184987;0.184683;0.18438;0.184076;0.183772;0.183469;0.183165;0.182861;0.182558;0.182254;0.181951;0.181647;0.181343;0.18104;0.180736;0.180432;0.180129;0.179825;0.179521;0.179218;0.178914;0.178611;0.178307;0.178003;0.1777;0.177396;0.177092;0.176789;0.176485;0.176182;0.175878;0.175574;0.175271;0.174967;0.174663;0.17436;0.174056;0.173752;0.173449;0.173145;0.172842;0.172538;0.172234;0.171931;0.171627;0.171323;0.17102;0.170716;0.170412;0.170109;0.169805;0.169502;0.169198;0.168894;0.168591;0.168287;0.167983;0.16768;0.167376;0.167073;0.166769;0.166465;0.166162;0.165858;0.165554;0.165251;0.164947;0.164643;0.16434;0.164036;0.163733;0.163429;0.163125;0.162822;0.162518;0.162214;0.161911;0.161607;0.161303;0.161;0.160696;0.160393;0.160089;0.159785;0.159482;0.159178;0.158874;0.158571;0.158267;0.157964;0.15766;0.157356;0.157053;0.156749;0.156445;0.156142;0.155838;0.155534;0.155231;0.154927;0.154624;0.15432;0.154016;0.153713;0.153409;0.153105;0.152802;0.152498;0.152194;0.151891;0.151587;0.151284;0.15098;0.150676;0.150373;0.150069;0.149765;0.149462;0.149158;0.148855;0.148551;0.148247;0.147944;0.14764;0.147336;0.147033;0.146729;0.146425;0.146122;0.145818;0.145515;0.145211;0.144907;0.144604;0.1443;0.143996;0.143693;0.143389;0.143085;0.142782;0.142478;0.142175;0.141871;0.141567;0.141264;0.14096;0.140656;0.140353;0.140049;0.139746;0.139442;0.139138;0.138835;0.138531;0.138227;0.137924;0.13762;0.137316;0.137013;0.136709;0.136406;0.136102;0.135798;0.135495;0.135191;0.134887;0.134584;0.13428;0.133977;0.133673;0.133369;0.133066;0.132762;0.132458;0.132155;0.131851;0.131547;0.131244;0.13094;0.130637;0.130333;0.130029;0.129726;0.129422;0.129118;0.128815;0.128511;0.128207;0.127904;0.1276;0.127297;0.126993;0.126689;0.126386;0.126082;0.125778;0.125475;0.125171;0.124868;0.124564;0.12426;0.123957;0.123653;0.123349;0.123046;0.122742;0.122438;0.122135;0.121831;0.121528;0.121224;0.12092;0.120617;0.120313;0.120009;0.119706;0.119402;0.119098;0.118795;0.118491;0.118188;0.117884;0.11758;0.117277;0.116973;0.116669;0.116366;0.116062;0.115759;0.115455;0.115151;0.114848;0.114544;0.11424;0.113937;0.113633;0.113329;0.113026;0.112722;0.112419;0.112115;0.111811;0.111508;0.111204;0.1109;0.110597;0.110293;0.109989;0.109686;0.109382;0.109079;0.108775;0.108471;0.108168;0.107864;0.10756;0.107257;0.106953;0.10665;0.106346;0.106042;0.105739;0.105435;0.105131;0.104828;0.104524;0.10422;0.103917;0.103613;0.10331;0.103006;0.102702;0.102399;0.102095;0.101791;0.101488;0.101184;0.10088;0.100577;0.100273;0.0999696;0.0996659;0.0993623;0.0990587;0.098755;0.0984514;0.0981478;0.0978441;0.0975405;0.0972369;0.0969332;0.0966296;0.096326;0.0960223;0.0957187;0.0954151;0.0951114;0.0948078;0.0945042;0.0942005;0.0938969;0.0935933;0.0932897;0.092986;0.0926824;0.0923788;0.0920751;0.0917715;0.0914679;0.0911642;0.0908606;0.090557;0.0902533;0.0899497;0.0896461;0.0893424;0.0890388;0.0887352;0.0884315;0.0881279;0.0878243;0.0875206;0.087217;0.0869134;0.0866097;0.0863061;0.0860025;0.0856988;0.0853952;0.0850916;0.0847879;0.0844843;0.0841807;0.083877;0.0835734;0.0832698;0.0829661;0.0826625;0.0823589;0.0820552;0.0817516;0.081448;0.0811443;0.0808407;0.0805371;0.0802334;0.0799298;0.0796262;0.0793225;0.0790189;0.0787153;0.0784116;0.078108;0.0778044;0.0775007;0.0771971;0.0768935;0.0765898;0.0762862;0.0759826;0.0756789;0.0753753;0.0750717;0.074768;0.0744644;0.0741608;0.0738571;0.0735535;0.0732499;0.0729462;0.0726426;0.072339;0.0720353;0.0717317;0.0714281;0.0711244;0.0708208;0.0705172;0.0702135;0.0699099;0.0696063;0.0693026;0.068999;0.0686954;0.0683917;0.0680881;0.0677845;0.0674808;0.0671772;0.0668736;0.0665699;0.0662663;0.0659627;0.065659;0.0653554;0.0650518;0.0647481;0.0644445;0.0641409;0.0638372;0.0635336;0.06323;0.0629263;0.0626227;0.0623191;0.0620154;0.0617118;0.0614082;0.0611045;0.0608009;0.0604973;0.0601936;0.05989;0.0595864;0.0592827;0.0589791;0.0586755;0.0583718;0.0580682;0.0577646;0.0574609;0.0571573;0.0568537;0.05655;0.0562464;0.0559428;0.0556391;0.0553355;0.0550319;0.0547282;0.0544246;0.054121;0.0538173;0.0535137;0.0532101;0.0529064;0.0526028;0.0522992;0.0519955;0.0516919;0.0513883;0.0510846;0.050781;0.0504774;0.0501737;0.0498701;0.0495665;0.0492628;0.0489592;0.0486556;0.0483519;0.0480483;0.0477447;0.047441;0.0471374;0.0468338;0.0465301;0.0462265;0.0459229;0.0456192;0.0453156;0.045012;0.0447083;0.0444047;0.0441011;0.0437974;0.0434938;0.0431902;0.0428865;0.0425829;0.0422793;0.0419756;0.041672;0.0413684;0.0410647;0.0407611;0.0404575;0.0401538;0.0398502;0.0395466;0.0392429;0.0389393;0.0386357;0.038332;0.0380284;0.0377248;0.0374211;0.0371175;0.0368139;0.0365102;0.0362066;0.035903;0.0355993;0.0352957;0.0349921;0.0346884;0.0343848;0.0340812;0.0337775;0.0334739;0.0331703;0.0328666;0.032563;0.0322594;0.0319557;0.0316521;0.0313485;0.0310448;0.0307412;0.0304376;0.0301339;0.0298303;0.0295267;0.029223;0.0289194;0.0286158;0.0283121;0.0280085;0.0277049;0.0274012;0.0270976;0.026794;0.0264903;0.0261867;0.0258831;0.0255794;0.0252758;0.0249722;0.0246685;0.0243649;0.0240613;0.0237576;0.023454;0.0231504;0.0228467;0.0225431;0.0222395;0.0219358;0.0216322;0.0213286;0.0210249;0.0207213;0.0204177;0.020114;0.0198104;0.0195068;0.0192031;0.0188995;0.0185959;0.0182922;0.0179886;0.017685;0.0173813;0.0170777;0.0167741;0.0164704;0.0161668;0.0158632;0.0155595;0.0152559;0.0149523;0.0146486;0.014345;0.0140414;0.0137377;0.0134341;0.0131305;0.0128268;0.0125232;0.0122196;0.0119159;0.0116123;0.0113087;0.011005;0.0107014;0.0103978;0.0100941;0.00979052;0.00948688;0.00918325;0.00887962;0.00857598;0.00827235;0.00796872;0.00766508;0.00736145;0.00705782;0.00675418;0.00645055;0.00614692;0.00584328;0.00553965;0.00523602;0.00493238;0.00462875;0.00432512;0.00402148;0.00371785;0.00341422;0.00311059;0.00280695;0.00250332;0.00219969;0.00189605;0.00159242;0.00128879;0.000985153;0.000681519;0.000377886;7.42531e-05;-0.00022938;-0.000533013;-0.000836647;-0.00114028;-0.00144391;-0.00174755;-0.00205118;-0.00235481;-0.00265845;-0.00296208;-0.00326571;-0.00356935;-0.00387298;-0.00417661;-0.00448025;-0.00478388;-0.00508751;-0.00539114;-0.00569478;-0.00599841;-0.00630204;-0.00660568;-0.00690931;-0.00721294;-0.00751658;-0.00782021;-0.00812384;-0.00842748;-0.00873111;-0.00903474;-0.00933838;-0.00964201;-0.00994564;-0.0102493;-0.0105529;-0.0108565;-0.0111602;-0.0114638;-0.0117674;-0.0120711;-0.0123747;-0.0126783;-0.012982;-0.0132856;-0.0135892;-0.0138929;-0.0141965;-0.0145001;-0.0148038;-0.0151074;-0.015411;-0.0157147;-0.0160183;-0.0163219;-0.0166256;-0.0169292;-0.0172328;-0.0175365;-0.0178401;-0.0181437;-0.0184474;-0.018751;-0.0190546;-0.0193583;-0.0196619;-0.0199655;-0.0202692;-0.0205728;-0.0208764;-0.0211801;-0.0214837;-0.0217873;-0.022091;-0.0223946;-0.0226982;-0.0230019;-0.0233055;-0.0236091;-0.0239128;-0.0242164;-0.02452;-0.0248237;-0.0251273;-0.0254309;-0.0257346;-0.0260382;-0.0263418;-0.0266455;-0.0269491;-0.0272527;-0.0275564;-0.02786;-0.0281636;-0.0284673;-0.0287709;-0.0290745;-0.0293782;-0.0296818;-0.0299854;-0.0302891;-0.0305927;-0.0308963;-0.0312;-0.0315036;-0.0318072;-0.0321109;-0.0324145;-0.0327181;-0.0330218;-0.0333254;-0.033629;-0.0339327;-0.0342363;-0.0345399;-0.0348436;-0.0351472;-0.0354508;-0.0357545;-0.0360581;-0.0363617;-0.0366654;-0.036969;-0.0372726;-0.0375763;-0.0378799;-0.0381835;-0.0384872;-0.0387908;-0.0390944;-0.0393981;-0.0397017;-0.0400053;-0.040309;-0.0406126;-0.0409162;-0.0412199;-0.0415235;-0.0418271;-0.0421308;-0.0424344;-0.042738;-0.0430417;-0.0433453;-0.0436489;-0.0439526;-0.0442562;-0.0445598;-0.0448635;-0.0451671;-0.0454707;-0.0457744;-0.046078;-0.0463816;-0.0466853;-0.0469889;-0.0472925;-0.0475962;-0.0478998;-0.0482034;-0.0485071;-0.0488107;-0.0491143;-0.049418;-0.0497216;-0.0500252;-0.0503289;-0.0506325;-0.0509361;-0.0512398;-0.0515434;-0.051847;-0.0521507;-0.0524543;-0.0527579;-0.0530616;-0.0533652;-0.0536688;-0.0539725;-0.0542761;-0.0545797;-0.0548834;-0.055187;-0.0554906;-0.0557943;-0.0560979;-0.0564015;-0.0567052;-0.0570088;-0.0573124;-0.0576161;-0.0579197;-0.0582233;-0.058527;-0.0588306;-0.0591342;-0.0594379;-0.0597415;-0.0600451;-0.0603488;-0.0606524;-0.060956;-0.0612597;-0.0615633;-0.0618669;-0.0621706;-0.0624742;-0.0627778;-0.0630815;-0.0633851;-0.0636887;-0.0639924;-0.064296;-0.0645996;-0.0649033;-0.0652069;-0.0655105;-0.0658142;-0.0661178;-0.0664214;-0.0667251;-0.0670287;-0.0673323;-0.067636;-0.0679396;-0.0682432;-0.0685469;-0.0688505;-0.0691541;-0.0694578;-0.0697614;-0.070065;-0.0703687;-0.0706723;-0.0709759;-0.0712796;-0.0715832;-0.0718868;-0.0721905;-0.0724941;-0.0727977;-0.0731014;-0.073405;-0.0737086;-0.0740123;-0.0743159;-0.0746195;-0.0749232;-0.0752268;-0.0755304;-0.0758341;-0.0761377;-0.0764413;-0.076745;-0.0770486;-0.0773522;-0.0776559;-0.0779595;-0.0782631;-0.0785667;-0.0788704;-0.079174;-0.0794776;-0.0797813;-0.0800849;-0.0803885;-0.0806922;-0.0809958;-0.0812994;-0.0816031;-0.0819067;-0.0822103;-0.082514;-0.0828176;-0.0831212;-0.0834249;-0.0837285;-0.0840321;-0.0843358;-0.0846394;-0.084943;-0.0852467;-0.0855503;-0.0858539;-0.0861576;-0.0864612;-0.0867648;-0.0870685;-0.0873721;-0.0876757;-0.0879794;-0.088283;-0.0885866;-0.0888903;-0.0891939;-0.0894975;-0.0898012;-0.0901048;-0.0904084;-0.0907121;-0.0910157;-0.0913193;-0.091623;-0.0919266;-0.0922302;-0.0925339;-0.0928375;-0.0931411;-0.0934448;-0.0937484;-0.094052;-0.0943557;-0.0946593;-0.0949629;-0.0952666;-0.0955702;-0.0958738</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="7" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>2.54413e+07</reynoldsnumber>
+                <machnumber>0.78</machnumber>
+                <Alpha>-4.74014;-4.73222;-4.72429;-4.71637;-4.70845;-4.70053;-4.69261;-4.68469;-4.67677;-4.66885;-4.66093;-4.65301;-4.64509;-4.63717;-4.62925;-4.62133;-4.61341;-4.60549;-4.59757;-4.58965;-4.58173;-4.57381;-4.56588;-4.55796;-4.55004;-4.54212;-4.5342;-4.52628;-4.51836;-4.51044;-4.50252;-4.4946;-4.48668;-4.47876;-4.47084;-4.46292;-4.455;-4.44708;-4.43916;-4.43124;-4.42332;-4.41539;-4.40747;-4.39955;-4.39163;-4.38371;-4.37579;-4.36787;-4.35995;-4.35203;-4.34411;-4.33619;-4.32827;-4.32035;-4.31243;-4.30451;-4.29659;-4.28867;-4.28075;-4.27283;-4.26491;-4.25698;-4.24906;-4.24114;-4.23322;-4.2253;-4.21738;-4.20946;-4.20154;-4.19362;-4.1857;-4.17778;-4.16986;-4.16194;-4.15402;-4.1461;-4.13818;-4.13026;-4.12234;-4.11442;-4.10649;-4.09857;-4.09065;-4.08273;-4.07481;-4.06689;-4.05897;-4.05105;-4.04313;-4.03521;-4.02729;-4.01937;-4.01145;-4.00353;-3.99561;-3.98769;-3.97977;-3.97185;-3.96393;-3.95601;-3.94808;-3.94016;-3.93224;-3.92432;-3.9164;-3.90848;-3.90056;-3.89264;-3.88472;-3.8768;-3.86888;-3.86096;-3.85304;-3.84512;-3.8372;-3.82928;-3.82136;-3.81344;-3.80552;-3.7976;-3.78967;-3.78175;-3.77383;-3.76591;-3.75799;-3.75007;-3.74215;-3.73423;-3.72631;-3.71839;-3.71047;-3.70255;-3.69463;-3.68671;-3.67879;-3.67087;-3.66295;-3.65503;-3.64711;-3.63918;-3.63126;-3.62334;-3.61542;-3.6075;-3.59958;-3.59166;-3.58374;-3.57582;-3.5679;-3.55998;-3.55206;-3.54414;-3.53622;-3.5283;-3.52038;-3.51246;-3.50454;-3.49662;-3.4887;-3.48077;-3.47285;-3.46493;-3.45701;-3.44909;-3.44117;-3.43325;-3.42533;-3.41741;-3.40949;-3.40157;-3.39365;-3.38573;-3.37781;-3.36989;-3.36197;-3.35405;-3.34613;-3.33821;-3.33028;-3.32236;-3.31444;-3.30652;-3.2986;-3.29068;-3.28276;-3.27484;-3.26692;-3.259;-3.25108;-3.24316;-3.23524;-3.22732;-3.2194;-3.21148;-3.20356;-3.19564;-3.18772;-3.1798;-3.17187;-3.16395;-3.15603;-3.14811;-3.14019;-3.13227;-3.12435;-3.11643;-3.10851;-3.10059;-3.09267;-3.08475;-3.07683;-3.06891;-3.06099;-3.05307;-3.04515;-3.03723;-3.02931;-3.02139;-3.01346;-3.00554;-2.99762;-2.9897;-2.98178;-2.97386;-2.96594;-2.95802;-2.9501;-2.94218;-2.93426;-2.92634;-2.91842;-2.9105;-2.90258;-2.89466;-2.88674;-2.87882;-2.8709;-2.86297;-2.85505;-2.84713;-2.83921;-2.83129;-2.82337;-2.81545;-2.80753;-2.79961;-2.79169;-2.78377;-2.77585;-2.76793;-2.76001;-2.75209;-2.74417;-2.73625;-2.72833;-2.72041;-2.71249;-2.70456;-2.69664;-2.68872;-2.6808;-2.67288;-2.66496;-2.65704;-2.64912;-2.6412;-2.63328;-2.62536;-2.61744;-2.60952;-2.6016;-2.59368;-2.58576;-2.57784;-2.56992;-2.562;-2.55407;-2.54615;-2.53823;-2.53031;-2.52239;-2.51447;-2.50655;-2.49863;-2.49071;-2.48279;-2.47487;-2.46695;-2.45903;-2.45111;-2.44319;-2.43527;-2.42735;-2.41943;-2.41151;-2.40359;-2.39566;-2.38774;-2.37982;-2.3719;-2.36398;-2.35606;-2.34814;-2.34022;-2.3323;-2.32438;-2.31646;-2.30854;-2.30062;-2.2927;-2.28478;-2.27686;-2.26894;-2.26102;-2.2531;-2.24518;-2.23725;-2.22933;-2.22141;-2.21349;-2.20557;-2.19765;-2.18973;-2.18181;-2.17389;-2.16597;-2.15805;-2.15013;-2.14221;-2.13429;-2.12637;-2.11845;-2.11053;-2.10261;-2.09469;-2.08676;-2.07884;-2.07092;-2.063;-2.05508;-2.04716;-2.03924;-2.03132;-2.0234;-2.01548;-2.00756;-1.99964;-1.99172;-1.9838;-1.97588;-1.96796;-1.96004;-1.95212;-1.9442;-1.93628;-1.92835;-1.92043;-1.91251;-1.90459;-1.89667;-1.88875;-1.88083;-1.87291;-1.86499;-1.85707;-1.84915;-1.84123;-1.83331;-1.82539;-1.81747;-1.80955;-1.80163;-1.79371;-1.78579;-1.77786;-1.76994;-1.76202;-1.7541;-1.74618;-1.73826;-1.73034;-1.72242;-1.7145;-1.70658;-1.69866;-1.69074;-1.68282;-1.6749;-1.66698;-1.65906;-1.65114;-1.64322;-1.6353;-1.62738;-1.61945;-1.61153;-1.60361;-1.59569;-1.58777;-1.57985;-1.57193;-1.56401;-1.55609;-1.54817;-1.54025;-1.53233;-1.52441;-1.51649;-1.50857;-1.50065;-1.49273;-1.48481;-1.47689;-1.46897;-1.46104;-1.45312;-1.4452;-1.43728;-1.42936;-1.42144;-1.41352;-1.4056;-1.39768;-1.38976;-1.38184;-1.37392;-1.366;-1.35808;-1.35016;-1.34224;-1.33432;-1.3264;-1.31848;-1.31055;-1.30263;-1.29471;-1.28679;-1.27887;-1.27095;-1.26303;-1.25511;-1.24719;-1.23927;-1.23135;-1.22343;-1.21551;-1.20759;-1.19967;-1.19175;-1.18383;-1.17591;-1.16799;-1.16007;-1.15214;-1.14422;-1.1363;-1.12838;-1.12046;-1.11254;-1.10462;-1.0967;-1.08878;-1.08086;-1.07294;-1.06502;-1.0571;-1.04918;-1.04126;-1.03334;-1.02542;-1.0175;-1.00958;-1.00165;-0.993734;-0.985814;-0.977893;-0.969973;-0.962052;-0.954132;-0.946211;-0.938291;-0.93037;-0.92245;-0.914529;-0.906609;-0.898688;-0.890768;-0.882847;-0.874927;-0.867006;-0.859086;-0.851165;-0.843245;-0.835324;-0.827404;-0.819483;-0.811563;-0.803642;-0.795722;-0.787801;-0.779881;-0.77196;-0.76404;-0.756119;-0.748199;-0.740278;-0.732358;-0.724437;-0.716517;-0.708596;-0.700676;-0.692755;-0.684835;-0.676914;-0.668994;-0.661073;-0.653153;-0.645232;-0.637311;-0.629391;-0.62147;-0.61355;-0.605629;-0.597709;-0.589788;-0.581868;-0.573947;-0.566027;-0.558106;-0.550186;-0.542265;-0.534345;-0.526424;-0.518504;-0.510583;-0.502663;-0.494742;-0.486822;-0.478901;-0.470981;-0.46306;-0.45514;-0.447219;-0.439299;-0.431378;-0.423458;-0.415537;-0.407617;-0.399696;-0.391776;-0.383855;-0.375935;-0.368014;-0.360094;-0.352173;-0.344253;-0.336332;-0.328412;-0.320491;-0.312571;-0.30465;-0.29673;-0.288809;-0.280889;-0.272968;-0.265048;-0.257127;-0.249206;-0.241286;-0.233365;-0.225445;-0.217524;-0.209604;-0.201683;-0.193763;-0.185842;-0.177922;-0.170001;-0.162081;-0.15416;-0.14624;-0.138319;-0.130399;-0.122478;-0.114558;-0.106637;-0.0987168;-0.0907963;-0.0828758;-0.0749553;-0.0670348;-0.0591142;-0.0511937;-0.0432732;-0.0353527;-0.0274322;-0.0195117;-0.0115912;-0.00367067;0.00424984;0.0121703;0.0200909;0.0280114;0.0359319;0.0438524;0.0517729;0.0596934;0.0676139;0.0755344;0.0834549;0.0913755;0.099296;0.107216;0.115137;0.123057;0.130978;0.138899;0.146819;0.15474;0.16266;0.170581;0.178501;0.186422;0.194342;0.202263;0.210183;0.218104;0.226024;0.233945;0.241865;0.249786;0.257706;0.265627;0.273547;0.281468;0.289388;0.297309;0.305229;0.31315;0.32107;0.328991;0.336911;0.344832;0.352752;0.360673;0.368593;0.376514;0.384434;0.392355;0.400275;0.408196;0.416116;0.424037;0.431957;0.439878;0.447798;0.455719;0.463639;0.47156;0.47948;0.487401;0.495321;0.503242;0.511162;0.519083;0.527004;0.534924;0.542845;0.550765;0.558686;0.566606;0.574527;0.582447;0.590368;0.598288;0.606209;0.614129;0.62205;0.62997;0.637891;0.645811;0.653732;0.661652;0.669573;0.677493;0.685414;0.693334;0.701255;0.709175;0.717096;0.725016;0.732937;0.740857;0.748778;0.756698;0.764619;0.772539;0.78046;0.78838;0.796301;0.804221;0.812142;0.820062;0.827983;0.835903;0.843824;0.851744;0.859665;0.867585;0.875506;0.883426;0.891347;0.899267;0.907188;0.915109;0.923029;0.93095;0.93887;0.946791;0.954711;0.962632;0.970552;0.978473;0.986393;0.994314;1.00223;1.01015;1.01808;1.026;1.03392;1.04184;1.04976;1.05768;1.0656;1.07352;1.08144;1.08936;1.09728;1.1052;1.11312;1.12104;1.12896;1.13688;1.1448;1.15272;1.16064;1.16856;1.17649;1.18441;1.19233;1.20025;1.20817;1.21609;1.22401;1.23193;1.23985;1.24777;1.25569;1.26361;1.27153;1.27945;1.28737;1.29529;1.30321;1.31113;1.31905;1.32698;1.3349;1.34282;1.35074;1.35866;1.36658;1.3745;1.38242;1.39034;1.39826;1.40618;1.4141;1.42202;1.42994;1.43786;1.44578;1.4537;1.46162;1.46954;1.47746;1.48539;1.49331;1.50123;1.50915;1.51707;1.52499;1.53291;1.54083;1.54875;1.55667;1.56459;1.57251;1.58043;1.58835;1.59627;1.60419;1.61211;1.62003;1.62795;1.63587;1.6438;1.65172;1.65964;1.66756;1.67548;1.6834;1.69132;1.69924;1.70716;1.71508;1.723;1.73092;1.73884;1.74676;1.75468;1.7626;1.77052;1.77844;1.78636;1.79429;1.80221;1.81013;1.81805;1.82597;1.83389;1.84181;1.84973;1.85765;1.86557;1.87349;1.88141;1.88933;1.89725;1.90517;1.91309;1.92101;1.92893;1.93685;1.94477;1.9527;1.96062;1.96854;1.97646;1.98438;1.9923;2.00022;2.00814;2.01606;2.02398;2.0319;2.03982;2.04774;2.05566;2.06358;2.0715;2.07942;2.08734;2.09526;2.10319;2.11111;2.11903;2.12695;2.13487;2.14279;2.15071;2.15863;2.16655;2.17447;2.18239;2.19031;2.19823;2.20615;2.21407;2.22199;2.22991;2.23783;2.24575;2.25367;2.2616;2.26952;2.27744;2.28536;2.29328;2.3012;2.30912;2.31704;2.32496;2.33288;2.3408;2.34872;2.35664;2.36456;2.37248;2.3804;2.38832;2.39624;2.40416;2.41208;2.42001;2.42793;2.43585;2.44377;2.45169;2.45961;2.46753;2.47545;2.48337;2.49129;2.49921;2.50713;2.51505;2.52297;2.53089;2.53881;2.54673;2.55465;2.56257;2.5705;2.57842;2.58634;2.59426;2.60218;2.6101;2.61802;2.62594;2.63386;2.64178;2.6497;2.65762;2.66554;2.67346;2.68138;2.6893;2.69722;2.70514;2.71306;2.72098;2.72891;2.73683;2.74475;2.75267;2.76059;2.76851;2.77643;2.78435;2.79227;2.80019;2.80811;2.81603;2.82395;2.83187;2.83979;2.84771;2.85563;2.86355;2.87147;2.8794;2.88732;2.89524;2.90316;2.91108;2.919;2.92692;2.93484;2.94276;2.95068;2.9586;2.96652;2.97444;2.98236;2.99028;2.9982;3.00612;3.01404;3.02196;3.02988;3.03781;3.04573;3.05365;3.06157;3.06949;3.07741;3.08533;3.09325;3.10117;3.10909;3.11701;3.12493;3.13285;3.14077;3.14869;3.15661;3.16453;3.17245;3.18037;3.18829;3.19622;3.20414;3.21206;3.21998;3.2279;3.23582;3.24374;3.25166;3.25958;3.2675;3.27542;3.28334;3.29126;3.29918;3.3071;3.31502;3.32294;3.33086;3.33878;3.34671;3.35463;3.36255;3.37047;3.37839;3.38631;3.39423;3.40215;3.41007;3.41799;3.42591;3.43383;3.44175;3.44967;3.45759;3.46551;3.47343;3.48135;3.48927;3.49719;3.50512;3.51304;3.52096;3.52888;3.5368;3.54472;3.55264;3.56056;3.56848;3.5764;3.58432;3.59224;3.60016;3.60808;3.616;3.62392;3.63184</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757</Cl>
+                <Cd>0.0243424;0.0243192;0.024296;0.0242729;0.0242499;0.0242269;0.0242041;0.0241813;0.0241586;0.0241359;0.0241134;0.0240909;0.0240685;0.0240461;0.0240239;0.0240017;0.0239796;0.0239575;0.0239356;0.0239137;0.0238919;0.0238702;0.0238485;0.0238269;0.0238054;0.023784;0.0237626;0.0237414;0.0237202;0.023699;0.023678;0.023657;0.0236361;0.0236153;0.0235945;0.0235738;0.0235532;0.0235327;0.0235122;0.0234919;0.0234715;0.0234513;0.0234312;0.0234111;0.0233911;0.0233711;0.0233512;0.0233315;0.0233117;0.0232921;0.0232725;0.023253;0.0232336;0.0232143;0.023195;0.0231758;0.0231567;0.0231376;0.0231186;0.0230997;0.0230809;0.0230621;0.0230434;0.0230248;0.0230063;0.0229878;0.0229694;0.0229511;0.0229328;0.0229146;0.0228965;0.0228785;0.0228605;0.0228426;0.0228248;0.0228071;0.0227894;0.0227718;0.0227543;0.0227368;0.0227194;0.0227021;0.0226849;0.0226677;0.0226506;0.0226336;0.0226167;0.0225998;0.022583;0.0225662;0.0225496;0.022533;0.0225164;0.0225;0.0224836;0.0224673;0.0224511;0.0224349;0.0224188;0.0224028;0.0223868;0.022371;0.0223551;0.0223394;0.0223237;0.0223081;0.0222926;0.0222772;0.0222618;0.0222465;0.0222312;0.022216;0.0222009;0.0221859;0.022171;0.0221561;0.0221412;0.0221265;0.0221118;0.0220972;0.0220827;0.0220682;0.0220538;0.0220396;0.0220253;0.0220112;0.021997;0.021983;0.021969;0.0219551;0.0219412;0.0219275;0.0219138;0.0219001;0.0218866;0.0218731;0.0218597;0.0218463;0.021833;0.0218198;0.0218067;0.0217936;0.0217806;0.0217677;0.0217548;0.021742;0.0217293;0.0217166;0.021704;0.0216915;0.0216791;0.0216667;0.0216544;0.0216421;0.02163;0.0216179;0.0216058;0.0215939;0.021582;0.0215701;0.0215584;0.0215467;0.0215351;0.0215235;0.021512;0.0215006;0.0214893;0.021478;0.0214668;0.0214557;0.0214446;0.0214336;0.0214227;0.0214118;0.021401;0.0213903;0.0213796;0.021369;0.0213585;0.0213481;0.0213377;0.0213274;0.0213171;0.0213069;0.0212968;0.0212868;0.0212768;0.0212669;0.0212571;0.0212473;0.0212376;0.0212279;0.0212184;0.0212089;0.0211994;0.0211901;0.0211808;0.0211716;0.0211624;0.0211533;0.0211443;0.0211353;0.0211265;0.0211176;0.0211089;0.0211002;0.0210916;0.021083;0.0210746;0.0210661;0.0210578;0.0210495;0.0210413;0.0210332;0.0210251;0.0210171;0.0210092;0.0210013;0.0209935;0.0209857;0.0209781;0.0209705;0.0209629;0.0209555;0.0209481;0.0209407;0.0209335;0.0209263;0.0209192;0.0209121;0.0209051;0.0208982;0.0208913;0.0208845;0.0208778;0.0208711;0.0208646;0.020858;0.0208516;0.0208452;0.0208389;0.0208326;0.0208264;0.0208203;0.0208143;0.0208083;0.0208024;0.0207965;0.0207907;0.020785;0.0207794;0.0207738;0.0207683;0.0207628;0.0207574;0.0207521;0.0207469;0.0207417;0.0207366;0.0207315;0.0207266;0.0207216;0.0207168;0.020712;0.0207073;0.0207027;0.0206981;0.0206936;0.0206892;0.0206848;0.0206805;0.0206762;0.0206721;0.020668;0.0206639;0.0206599;0.020656;0.0206522;0.0206484;0.0206447;0.0206411;0.0206375;0.020634;0.0206306;0.0206272;0.0206239;0.0206207;0.0206175;0.0206144;0.0206114;0.0206084;0.0206055;0.0206027;0.0205999;0.0205972;0.0205946;0.020592;0.0205895;0.0205871;0.0205847;0.0205824;0.0205802;0.0205781;0.020576;0.0205739;0.020572;0.0205701;0.0205683;0.0205665;0.0205648;0.0205632;0.0205616;0.0205601;0.0205587;0.0205574;0.0205561;0.0205549;0.0205537;0.0205526;0.0205516;0.0205506;0.0205498;0.0205489;0.0205482;0.0205475;0.0205469;0.0205463;0.0205459;0.0205454;0.0205451;0.0205448;0.0205446;0.0205445;0.0205444;0.0205444;0.0205444;0.0205446;0.0205447;0.020545;0.0205453;0.0205457;0.0205462;0.0205467;0.0205473;0.020548;0.0205487;0.0205495;0.0205504;0.0205513;0.0205523;0.0205534;0.0205545;0.0205557;0.020557;0.0205583;0.0205597;0.0205612;0.0205628;0.0205644;0.0205661;0.0205678;0.0205696;0.0205715;0.0205734;0.0205755;0.0205776;0.0205797;0.0205819;0.0205842;0.0205866;0.020589;0.0205915;0.0205941;0.0205967;0.0205994;0.0206022;0.020605;0.0206079;0.0206109;0.0206139;0.020617;0.0206202;0.0206234;0.0206267;0.0206301;0.0206336;0.0206371;0.0206407;0.0206443;0.020648;0.0206518;0.0206557;0.0206596;0.0206636;0.0206677;0.0206718;0.020676;0.0206803;0.0206846;0.020689;0.0206935;0.0206981;0.0207027;0.0207074;0.0207121;0.0207169;0.0207218;0.0207268;0.0207318;0.0207369;0.0207421;0.0207473;0.0207526;0.020758;0.0207634;0.020769;0.0207745;0.0207802;0.0207859;0.0207917;0.0207976;0.0208035;0.0208095;0.0208156;0.0208217;0.0208279;0.0208342;0.0208405;0.0208469;0.0208534;0.02086;0.0208666;0.0208733;0.0208801;0.0208869;0.0208938;0.0209008;0.0209078;0.020915;0.0209221;0.0209294;0.0209367;0.0209441;0.0209516;0.0209591;0.0209667;0.0209744;0.0209822;0.02099;0.0209979;0.0210058;0.0210139;0.021022;0.0210301;0.0210384;0.0210467;0.0210551;0.0210636;0.0210721;0.0210807;0.0210894;0.0210982;0.0211071;0.021116;0.021125;0.0211341;0.0211432;0.0211525;0.0211618;0.0211711;0.0211805;0.02119;0.0211996;0.0212093;0.021219;0.0212288;0.0212386;0.0212485;0.0212585;0.0212686;0.0212787;0.0212889;0.0212992;0.0213096;0.02132;0.0213305;0.021341;0.0213517;0.0213624;0.0213731;0.021384;0.0213949;0.0214059;0.021417;0.0214281;0.0214393;0.0214506;0.0214619;0.0214734;0.0214849;0.0214964;0.0215081;0.0215198;0.0215316;0.0215434;0.0215554;0.0215674;0.0215795;0.0215916;0.0216038;0.0216161;0.0216285;0.021641;0.0216535;0.0216661;0.0216787;0.0216915;0.0217043;0.0217172;0.0217302;0.0217432;0.0217563;0.0217695;0.0217828;0.0217961;0.0218095;0.021823;0.0218366;0.0218502;0.0218639;0.0218777;0.0218916;0.0219055;0.0219195;0.0219336;0.0219478;0.021962;0.0219764;0.0219908;0.0220052;0.0220198;0.0220344;0.0220491;0.0220639;0.0220788;0.0220937;0.0221087;0.0221238;0.022139;0.0221542;0.0221696;0.022185;0.0222005;0.022216;0.0222317;0.0222474;0.0222632;0.0222791;0.022295;0.0223111;0.0223272;0.0223434;0.0223596;0.022376;0.0223924;0.022409;0.0224255;0.0224422;0.022459;0.0224758;0.0224927;0.0225097;0.0225268;0.022544;0.0225612;0.0225786;0.022596;0.0226135;0.022631;0.0226487;0.0226664;0.0226842;0.0227022;0.0227201;0.0227382;0.0227564;0.0227746;0.0227929;0.0228113;0.0228298;0.0228484;0.0228671;0.0228858;0.0229046;0.0229236;0.0229426;0.0229617;0.0229808;0.0230001;0.0230194;0.0230389;0.0230584;0.023078;0.0230977;0.0231175;0.0231373;0.0231573;0.0231774;0.0231975;0.0232177;0.023238;0.0232584;0.0232789;0.0232995;0.0233202;0.0233409;0.0233618;0.0233827;0.0234038;0.0234249;0.0234461;0.0234674;0.0234888;0.0235103;0.0235319;0.0235536;0.0235753;0.0235972;0.0236192;0.0236412;0.0236634;0.0236856;0.0237079;0.0237304;0.0237529;0.0237755;0.0237982;0.0238211;0.023844;0.023867;0.0238901;0.0239133;0.0239366;0.02396;0.0239835;0.0240071;0.0240308;0.0240546;0.0240785;0.0241025;0.0241266;0.0241508;0.0241751;0.0241995;0.024224;0.0242486;0.0242733;0.0242981;0.0243231;0.0243481;0.0243732;0.0243985;0.0244238;0.0244492;0.0244748;0.0245005;0.0245262;0.0245521;0.0245781;0.0246042;0.0246304;0.0246567;0.0246831;0.0247096;0.0247363;0.024763;0.0247899;0.0248168;0.0248439;0.0248711;0.0248984;0.0249259;0.0249534;0.0249811;0.0250088;0.0250367;0.0250647;0.0250929;0.0251211;0.0251495;0.0251779;0.0252065;0.0252353;0.0252641;0.0252931;0.0253221;0.0253513;0.0253807;0.0254101;0.0254397;0.0254694;0.0254992;0.0255292;0.0255592;0.0255894;0.0256198;0.0256502;0.0256808;0.0257115;0.0257424;0.0257733;0.0258045;0.0258357;0.0258671;0.0258986;0.0259302;0.025962;0.0259939;0.026026;0.0260581;0.0260905;0.0261229;0.0261555;0.0261883;0.0262212;0.0262542;0.0262874;0.0263207;0.0263541;0.0263877;0.0264215;0.0264554;0.0264894;0.0265236;0.0265579;0.0265924;0.0266271;0.0266619;0.0266968;0.0267319;0.0267672;0.0268026;0.0268381;0.0268739;0.0269097;0.0269458;0.026982;0.0270183;0.0270548;0.0270915;0.0271284;0.0271654;0.0272026;0.0272399;0.0272774;0.0273151;0.027353;0.027391;0.0274292;0.0274676;0.0275061;0.0275448;0.0275837;0.0276228;0.027662;0.0277015;0.0277411;0.0277809;0.0278209;0.027861;0.0279014;0.0279419;0.0279826;0.0280236;0.0280647;0.028106;0.0281475;0.0281891;0.028231;0.0282731;0.0283154;0.0283579;0.0284005;0.0284434;0.0284865;0.0285298;0.0285733;0.028617;0.0286609;0.028705;0.0287494;0.0287939;0.0288387;0.0288837;0.0289289;0.0289743;0.02902;0.0290658;0.0291119;0.0291582;0.0292048;0.0292516;0.0292986;0.0293458;0.0293933;0.029441;0.0294889;0.0295371;0.0295856;0.0296342;0.0296832;0.0297323;0.0297817;0.0298314;0.0298813;0.0299315;0.0299819;0.0300326;0.0300835;0.0301347;0.0301861;0.0302379;0.0302899;0.0303421;0.0303947;0.0304475;0.0305005;0.0305539;0.0306075;0.0306614;0.0307156;0.0307701;0.0308249;0.0308799;0.0309353;0.0309909;0.0310469;0.0311031;0.0311596;0.0312165;0.0312736;0.0313311;0.0313888;0.0314469;0.0315053;0.031564;0.031623;0.0316824;0.031742;0.031802;0.0318623;0.031923;0.031984;0.0320453;0.0321069;0.0321689;0.0322313;0.032294;0.032357;0.0324204;0.0324841;0.0325482;0.0326127;0.0326775;0.0327427;0.0328083;0.0328742;0.0329405;0.0330072;0.0330742;0.0331417;0.0332095;0.0332777;0.0333463;0.0334153;0.0334847;0.0335545;0.0336247;0.0336953;0.0337664;0.0338378;0.0339096;0.0339819;0.0340546;0.0341277;0.0342013;0.0342753;0.0343497;0.0344245;0.0344998;0.0345756;0.0346518;0.0347284;0.0348055;0.0348831;0.0349611;0.0350396;0.0351186;0.0351981;0.035278;0.0353584;0.0354393;0.0355207;0.0356026;0.035685;0.0357678;0.0358512;0.0359351;0.0360195;0.0361045;0.0361899;0.0362759;0.0363624;0.0364494;0.036537;0.0366251;0.0367138;0.036803;0.0368928;0.0369831;0.037074;0.0371655;0.0372575;0.0373502;0.0374434;0.0375371;0.0376315;0.0377265;0.0378221;0.0379182;0.038015;0.0381124;0.0382105;0.0383091;0.0384084;0.0385083;0.0386088;0.03871;0.0388119;0.0389144;0.0390175;0.0391213;0.0392258;0.039331;0.0394368;0.0395434;0.0396506;0.0397585;0.0398671;0.0399764;0.0400865;0.0401972;0.0403087;0.0404209;0.0405339;0.0406476;0.040762;0.0408772;0.0409931;0.0411098;0.0412273;0.0413455;0.0414646;0.0415844;0.041705;0.0418264;0.0419486;0.0420716;0.0421955;0.0423202;0.0424457;0.042572;0.0426992;0.0428273;0.0429561;0.0430859;0.0432165;0.0433481;0.0434804;0.0436137;0.0437479;0.043883;0.044019;0.0441559;0.0442938;0.0444325;0.0445722;0.0447129;0.0448545;0.0449971;0.0451407;0.0452852;0.0454307;0.0455772;0.0457247;0.0458732;0.0460227;0.0461733;0.0463248;0.0464774;0.0466311;0.0467858;0.0469416;0.0470984;0.0472563;0.0474153;0.0475754;0.0477366;0.047899;0.0480624;0.0482269;0.0483926;0.0485595;0.0487275;0.0488966;0.049067;0.0492385;0.0494112;0.049585;0.0497601;0.0499365;0.050114;0.0502928;0.0504728;0.0506541;0.0508366;0.0510204;0.0512055;0.0513918;0.0515795;0.0517685;0.0519588;0.0521504;0.0523434;0.0525377;0.0527334;0.0529304;0.0531289;0.0533287;0.0535299;0.0537325;0.0539366;0.0541421;0.054349;0.0545573;0.0547672;0.0549785;0.0551913;0.0554056;0.0556214;0.0558387;0.0560575;0.0562779;0.0564998;0.0567233;0.0569484;0.0571751;0.0574033</Cd>
+                <Cd_turb>0.0243424;0.0243192;0.024296;0.0242729;0.0242499;0.0242269;0.0242041;0.0241813;0.0241586;0.0241359;0.0241134;0.0240909;0.0240685;0.0240461;0.0240239;0.0240017;0.0239796;0.0239575;0.0239356;0.0239137;0.0238919;0.0238702;0.0238485;0.0238269;0.0238054;0.023784;0.0237626;0.0237414;0.0237202;0.023699;0.023678;0.023657;0.0236361;0.0236153;0.0235945;0.0235738;0.0235532;0.0235327;0.0235122;0.0234919;0.0234715;0.0234513;0.0234312;0.0234111;0.0233911;0.0233711;0.0233512;0.0233315;0.0233117;0.0232921;0.0232725;0.023253;0.0232336;0.0232143;0.023195;0.0231758;0.0231567;0.0231376;0.0231186;0.0230997;0.0230809;0.0230621;0.0230434;0.0230248;0.0230063;0.0229878;0.0229694;0.0229511;0.0229328;0.0229146;0.0228965;0.0228785;0.0228605;0.0228426;0.0228248;0.0228071;0.0227894;0.0227718;0.0227543;0.0227368;0.0227194;0.0227021;0.0226849;0.0226677;0.0226506;0.0226336;0.0226167;0.0225998;0.022583;0.0225662;0.0225496;0.022533;0.0225164;0.0225;0.0224836;0.0224673;0.0224511;0.0224349;0.0224188;0.0224028;0.0223868;0.022371;0.0223551;0.0223394;0.0223237;0.0223081;0.0222926;0.0222772;0.0222618;0.0222465;0.0222312;0.022216;0.0222009;0.0221859;0.022171;0.0221561;0.0221412;0.0221265;0.0221118;0.0220972;0.0220827;0.0220682;0.0220538;0.0220396;0.0220253;0.0220112;0.021997;0.021983;0.021969;0.0219551;0.0219412;0.0219275;0.0219138;0.0219001;0.0218866;0.0218731;0.0218597;0.0218463;0.021833;0.0218198;0.0218067;0.0217936;0.0217806;0.0217677;0.0217548;0.021742;0.0217293;0.0217166;0.021704;0.0216915;0.0216791;0.0216667;0.0216544;0.0216421;0.02163;0.0216179;0.0216058;0.0215939;0.021582;0.0215701;0.0215584;0.0215467;0.0215351;0.0215235;0.021512;0.0215006;0.0214893;0.021478;0.0214668;0.0214557;0.0214446;0.0214336;0.0214227;0.0214118;0.021401;0.0213903;0.0213796;0.021369;0.0213585;0.0213481;0.0213377;0.0213274;0.0213171;0.0213069;0.0212968;0.0212868;0.0212768;0.0212669;0.0212571;0.0212473;0.0212376;0.0212279;0.0212184;0.0212089;0.0211994;0.0211901;0.0211808;0.0211716;0.0211624;0.0211533;0.0211443;0.0211353;0.0211265;0.0211176;0.0211089;0.0211002;0.0210916;0.021083;0.0210746;0.0210661;0.0210578;0.0210495;0.0210413;0.0210332;0.0210251;0.0210171;0.0210092;0.0210013;0.0209935;0.0209857;0.0209781;0.0209705;0.0209629;0.0209555;0.0209481;0.0209407;0.0209335;0.0209263;0.0209192;0.0209121;0.0209051;0.0208982;0.0208913;0.0208845;0.0208778;0.0208711;0.0208646;0.020858;0.0208516;0.0208452;0.0208389;0.0208326;0.0208264;0.0208203;0.0208143;0.0208083;0.0208024;0.0207965;0.0207907;0.020785;0.0207794;0.0207738;0.0207683;0.0207628;0.0207574;0.0207521;0.0207469;0.0207417;0.0207366;0.0207315;0.0207266;0.0207216;0.0207168;0.020712;0.0207073;0.0207027;0.0206981;0.0206936;0.0206892;0.0206848;0.0206805;0.0206762;0.0206721;0.020668;0.0206639;0.0206599;0.020656;0.0206522;0.0206484;0.0206447;0.0206411;0.0206375;0.020634;0.0206306;0.0206272;0.0206239;0.0206207;0.0206175;0.0206144;0.0206114;0.0206084;0.0206055;0.0206027;0.0205999;0.0205972;0.0205946;0.020592;0.0205895;0.0205871;0.0205847;0.0205824;0.0205802;0.0205781;0.020576;0.0205739;0.020572;0.0205701;0.0205683;0.0205665;0.0205648;0.0205632;0.0205616;0.0205601;0.0205587;0.0205574;0.0205561;0.0205549;0.0205537;0.0205526;0.0205516;0.0205506;0.0205498;0.0205489;0.0205482;0.0205475;0.0205469;0.0205463;0.0205459;0.0205454;0.0205451;0.0205448;0.0205446;0.0205445;0.0205444;0.0205444;0.0205444;0.0205446;0.0205447;0.020545;0.0205453;0.0205457;0.0205462;0.0205467;0.0205473;0.020548;0.0205487;0.0205495;0.0205504;0.0205513;0.0205523;0.0205534;0.0205545;0.0205557;0.020557;0.0205583;0.0205597;0.0205612;0.0205628;0.0205644;0.0205661;0.0205678;0.0205696;0.0205715;0.0205734;0.0205755;0.0205776;0.0205797;0.0205819;0.0205842;0.0205866;0.020589;0.0205915;0.0205941;0.0205967;0.0205994;0.0206022;0.020605;0.0206079;0.0206109;0.0206139;0.020617;0.0206202;0.0206234;0.0206267;0.0206301;0.0206336;0.0206371;0.0206407;0.0206443;0.020648;0.0206518;0.0206557;0.0206596;0.0206636;0.0206677;0.0206718;0.020676;0.0206803;0.0206846;0.020689;0.0206935;0.0206981;0.0207027;0.0207074;0.0207121;0.0207169;0.0207218;0.0207268;0.0207318;0.0207369;0.0207421;0.0207473;0.0207526;0.020758;0.0207634;0.020769;0.0207745;0.0207802;0.0207859;0.0207917;0.0207976;0.0208035;0.0208095;0.0208156;0.0208217;0.0208279;0.0208342;0.0208405;0.0208469;0.0208534;0.02086;0.0208666;0.0208733;0.0208801;0.0208869;0.0208938;0.0209008;0.0209078;0.020915;0.0209221;0.0209294;0.0209367;0.0209441;0.0209516;0.0209591;0.0209667;0.0209744;0.0209822;0.02099;0.0209979;0.0210058;0.0210139;0.021022;0.0210301;0.0210384;0.0210467;0.0210551;0.0210636;0.0210721;0.0210807;0.0210894;0.0210982;0.0211071;0.021116;0.021125;0.0211341;0.0211432;0.0211525;0.0211618;0.0211711;0.0211805;0.02119;0.0211996;0.0212093;0.021219;0.0212288;0.0212386;0.0212485;0.0212585;0.0212686;0.0212787;0.0212889;0.0212992;0.0213096;0.02132;0.0213305;0.021341;0.0213517;0.0213624;0.0213731;0.021384;0.0213949;0.0214059;0.021417;0.0214281;0.0214393;0.0214506;0.0214619;0.0214734;0.0214849;0.0214964;0.0215081;0.0215198;0.0215316;0.0215434;0.0215554;0.0215674;0.0215795;0.0215916;0.0216038;0.0216161;0.0216285;0.021641;0.0216535;0.0216661;0.0216787;0.0216915;0.0217043;0.0217172;0.0217302;0.0217432;0.0217563;0.0217695;0.0217828;0.0217961;0.0218095;0.021823;0.0218366;0.0218502;0.0218639;0.0218777;0.0218916;0.0219055;0.0219195;0.0219336;0.0219478;0.021962;0.0219764;0.0219908;0.0220052;0.0220198;0.0220344;0.0220491;0.0220639;0.0220788;0.0220937;0.0221087;0.0221238;0.022139;0.0221542;0.0221696;0.022185;0.0222005;0.022216;0.0222317;0.0222474;0.0222632;0.0222791;0.022295;0.0223111;0.0223272;0.0223434;0.0223596;0.022376;0.0223924;0.022409;0.0224255;0.0224422;0.022459;0.0224758;0.0224927;0.0225097;0.0225268;0.022544;0.0225612;0.0225786;0.022596;0.0226135;0.022631;0.0226487;0.0226664;0.0226842;0.0227022;0.0227201;0.0227382;0.0227564;0.0227746;0.0227929;0.0228113;0.0228298;0.0228484;0.0228671;0.0228858;0.0229046;0.0229236;0.0229426;0.0229617;0.0229808;0.0230001;0.0230194;0.0230389;0.0230584;0.023078;0.0230977;0.0231175;0.0231373;0.0231573;0.0231774;0.0231975;0.0232177;0.023238;0.0232584;0.0232789;0.0232995;0.0233202;0.0233409;0.0233618;0.0233827;0.0234038;0.0234249;0.0234461;0.0234674;0.0234888;0.0235103;0.0235319;0.0235536;0.0235753;0.0235972;0.0236192;0.0236412;0.0236634;0.0236856;0.0237079;0.0237304;0.0237529;0.0237755;0.0237982;0.0238211;0.023844;0.023867;0.0238901;0.0239133;0.0239366;0.02396;0.0239835;0.0240071;0.0240308;0.0240546;0.0240785;0.0241025;0.0241266;0.0241508;0.0241751;0.0241995;0.024224;0.0242486;0.0242733;0.0242981;0.0243231;0.0243481;0.0243732;0.0243985;0.0244238;0.0244492;0.0244748;0.0245005;0.0245262;0.0245521;0.0245781;0.0246042;0.0246304;0.0246567;0.0246831;0.0247096;0.0247363;0.024763;0.0247899;0.0248168;0.0248439;0.0248711;0.0248984;0.0249259;0.0249534;0.0249811;0.0250088;0.0250367;0.0250647;0.0250929;0.0251211;0.0251495;0.0251779;0.0252065;0.0252353;0.0252641;0.0252931;0.0253221;0.0253513;0.0253807;0.0254101;0.0254397;0.0254694;0.0254992;0.0255292;0.0255592;0.0255894;0.0256198;0.0256502;0.0256808;0.0257115;0.0257424;0.0257733;0.0258045;0.0258357;0.0258671;0.0258986;0.0259302;0.025962;0.0259939;0.026026;0.0260581;0.0260905;0.0261229;0.0261555;0.0261883;0.0262212;0.0262542;0.0262874;0.0263207;0.0263541;0.0263877;0.0264215;0.0264554;0.0264894;0.0265236;0.0265579;0.0265924;0.0266271;0.0266619;0.0266968;0.0267319;0.0267672;0.0268026;0.0268381;0.0268739;0.0269097;0.0269458;0.026982;0.0270183;0.0270548;0.0270915;0.0271284;0.0271654;0.0272026;0.0272399;0.0272774;0.0273151;0.027353;0.027391;0.0274292;0.0274676;0.0275061;0.0275448;0.0275837;0.0276228;0.027662;0.0277015;0.0277411;0.0277809;0.0278209;0.027861;0.0279014;0.0279419;0.0279826;0.0280236;0.0280647;0.028106;0.0281475;0.0281891;0.028231;0.0282731;0.0283154;0.0283579;0.0284005;0.0284434;0.0284865;0.0285298;0.0285733;0.028617;0.0286609;0.028705;0.0287494;0.0287939;0.0288387;0.0288837;0.0289289;0.0289743;0.02902;0.0290658;0.0291119;0.0291582;0.0292048;0.0292516;0.0292986;0.0293458;0.0293933;0.029441;0.0294889;0.0295371;0.0295856;0.0296342;0.0296832;0.0297323;0.0297817;0.0298314;0.0298813;0.0299315;0.0299819;0.0300326;0.0300835;0.0301347;0.0301861;0.0302379;0.0302899;0.0303421;0.0303947;0.0304475;0.0305005;0.0305539;0.0306075;0.0306614;0.0307156;0.0307701;0.0308249;0.0308799;0.0309353;0.0309909;0.0310469;0.0311031;0.0311596;0.0312165;0.0312736;0.0313311;0.0313888;0.0314469;0.0315053;0.031564;0.031623;0.0316824;0.031742;0.031802;0.0318623;0.031923;0.031984;0.0320453;0.0321069;0.0321689;0.0322313;0.032294;0.032357;0.0324204;0.0324841;0.0325482;0.0326127;0.0326775;0.0327427;0.0328083;0.0328742;0.0329405;0.0330072;0.0330742;0.0331417;0.0332095;0.0332777;0.0333463;0.0334153;0.0334847;0.0335545;0.0336247;0.0336953;0.0337664;0.0338378;0.0339096;0.0339819;0.0340546;0.0341277;0.0342013;0.0342753;0.0343497;0.0344245;0.0344998;0.0345756;0.0346518;0.0347284;0.0348055;0.0348831;0.0349611;0.0350396;0.0351186;0.0351981;0.035278;0.0353584;0.0354393;0.0355207;0.0356026;0.035685;0.0357678;0.0358512;0.0359351;0.0360195;0.0361045;0.0361899;0.0362759;0.0363624;0.0364494;0.036537;0.0366251;0.0367138;0.036803;0.0368928;0.0369831;0.037074;0.0371655;0.0372575;0.0373502;0.0374434;0.0375371;0.0376315;0.0377265;0.0378221;0.0379182;0.038015;0.0381124;0.0382105;0.0383091;0.0384084;0.0385083;0.0386088;0.03871;0.0388119;0.0389144;0.0390175;0.0391213;0.0392258;0.039331;0.0394368;0.0395434;0.0396506;0.0397585;0.0398671;0.0399764;0.0400865;0.0401972;0.0403087;0.0404209;0.0405339;0.0406476;0.040762;0.0408772;0.0409931;0.0411098;0.0412273;0.0413455;0.0414646;0.0415844;0.041705;0.0418264;0.0419486;0.0420716;0.0421955;0.0423202;0.0424457;0.042572;0.0426992;0.0428273;0.0429561;0.0430859;0.0432165;0.0433481;0.0434804;0.0436137;0.0437479;0.043883;0.044019;0.0441559;0.0442938;0.0444325;0.0445722;0.0447129;0.0448545;0.0449971;0.0451407;0.0452852;0.0454307;0.0455772;0.0457247;0.0458732;0.0460227;0.0461733;0.0463248;0.0464774;0.0466311;0.0467858;0.0469416;0.0470984;0.0472563;0.0474153;0.0475754;0.0477366;0.047899;0.0480624;0.0482269;0.0483926;0.0485595;0.0487275;0.0488966;0.049067;0.0492385;0.0494112;0.049585;0.0497601;0.0499365;0.050114;0.0502928;0.0504728;0.0506541;0.0508366;0.0510204;0.0512055;0.0513918;0.0515795;0.0517685;0.0519588;0.0521504;0.0523434;0.0525377;0.0527334;0.0529304;0.0531289;0.0533287;0.0535299;0.0537325;0.0539366;0.0541421;0.054349;0.0545573;0.0547672;0.0549785;0.0551913;0.0554056;0.0556214;0.0558387;0.0560575;0.0562779;0.0564998;0.0567233;0.0569484;0.0571751;0.0574033</Cd_turb>
+                <Cm>0.25646;0.256155;0.25585;0.255545;0.255239;0.254934;0.254629;0.254324;0.254019;0.253714;0.253409;0.253103;0.252798;0.252493;0.252188;0.251883;0.251578;0.251272;0.250967;0.250662;0.250357;0.250052;0.249747;0.249441;0.249136;0.248831;0.248526;0.248221;0.247916;0.247611;0.247305;0.247;0.246695;0.24639;0.246085;0.24578;0.245474;0.245169;0.244864;0.244559;0.244254;0.243949;0.243643;0.243338;0.243033;0.242728;0.242423;0.242118;0.241812;0.241507;0.241202;0.240897;0.240592;0.240287;0.239982;0.239676;0.239371;0.239066;0.238761;0.238456;0.238151;0.237845;0.23754;0.237235;0.23693;0.236625;0.23632;0.236014;0.235709;0.235404;0.235099;0.234794;0.234489;0.234184;0.233878;0.233573;0.233268;0.232963;0.232658;0.232353;0.232047;0.231742;0.231437;0.231132;0.230827;0.230522;0.230216;0.229911;0.229606;0.229301;0.228996;0.228691;0.228386;0.22808;0.227775;0.22747;0.227165;0.22686;0.226555;0.226249;0.225944;0.225639;0.225334;0.225029;0.224724;0.224418;0.224113;0.223808;0.223503;0.223198;0.222893;0.222588;0.222282;0.221977;0.221672;0.221367;0.221062;0.220757;0.220451;0.220146;0.219841;0.219536;0.219231;0.218926;0.21862;0.218315;0.21801;0.217705;0.2174;0.217095;0.216789;0.216484;0.216179;0.215874;0.215569;0.215264;0.214959;0.214653;0.214348;0.214043;0.213738;0.213433;0.213128;0.212822;0.212517;0.212212;0.211907;0.211602;0.211297;0.210991;0.210686;0.210381;0.210076;0.209771;0.209466;0.209161;0.208855;0.20855;0.208245;0.20794;0.207635;0.20733;0.207024;0.206719;0.206414;0.206109;0.205804;0.205499;0.205193;0.204888;0.204583;0.204278;0.203973;0.203668;0.203363;0.203057;0.202752;0.202447;0.202142;0.201837;0.201532;0.201226;0.200921;0.200616;0.200311;0.200006;0.199701;0.199395;0.19909;0.198785;0.19848;0.198175;0.19787;0.197564;0.197259;0.196954;0.196649;0.196344;0.196039;0.195734;0.195428;0.195123;0.194818;0.194513;0.194208;0.193903;0.193597;0.193292;0.192987;0.192682;0.192377;0.192072;0.191766;0.191461;0.191156;0.190851;0.190546;0.190241;0.189936;0.18963;0.189325;0.18902;0.188715;0.18841;0.188105;0.187799;0.187494;0.187189;0.186884;0.186579;0.186274;0.185968;0.185663;0.185358;0.185053;0.184748;0.184443;0.184138;0.183832;0.183527;0.183222;0.182917;0.182612;0.182307;0.182001;0.181696;0.181391;0.181086;0.180781;0.180476;0.18017;0.179865;0.17956;0.179255;0.17895;0.178645;0.17834;0.178034;0.177729;0.177424;0.177119;0.176814;0.176509;0.176203;0.175898;0.175593;0.175288;0.174983;0.174678;0.174372;0.174067;0.173762;0.173457;0.173152;0.172847;0.172541;0.172236;0.171931;0.171626;0.171321;0.171016;0.170711;0.170405;0.1701;0.169795;0.16949;0.169185;0.16888;0.168574;0.168269;0.167964;0.167659;0.167354;0.167049;0.166743;0.166438;0.166133;0.165828;0.165523;0.165218;0.164913;0.164607;0.164302;0.163997;0.163692;0.163387;0.163082;0.162776;0.162471;0.162166;0.161861;0.161556;0.161251;0.160945;0.16064;0.160335;0.16003;0.159725;0.15942;0.159115;0.158809;0.158504;0.158199;0.157894;0.157589;0.157284;0.156978;0.156673;0.156368;0.156063;0.155758;0.155453;0.155147;0.154842;0.154537;0.154232;0.153927;0.153622;0.153317;0.153011;0.152706;0.152401;0.152096;0.151791;0.151486;0.15118;0.150875;0.15057;0.150265;0.14996;0.149655;0.149349;0.149044;0.148739;0.148434;0.148129;0.147824;0.147518;0.147213;0.146908;0.146603;0.146298;0.145993;0.145688;0.145382;0.145077;0.144772;0.144467;0.144162;0.143857;0.143551;0.143246;0.142941;0.142636;0.142331;0.142026;0.14172;0.141415;0.14111;0.140805;0.1405;0.140195;0.13989;0.139584;0.139279;0.138974;0.138669;0.138364;0.138059;0.137753;0.137448;0.137143;0.136838;0.136533;0.136228;0.135922;0.135617;0.135312;0.135007;0.134702;0.134397;0.134092;0.133786;0.133481;0.133176;0.132871;0.132566;0.132261;0.131955;0.13165;0.131345;0.13104;0.130735;0.13043;0.130124;0.129819;0.129514;0.129209;0.128904;0.128599;0.128294;0.127988;0.127683;0.127378;0.127073;0.126768;0.126463;0.126157;0.125852;0.125547;0.125242;0.124937;0.124632;0.124326;0.124021;0.123716;0.123411;0.123106;0.122801;0.122495;0.12219;0.121885;0.12158;0.121275;0.12097;0.120665;0.120359;0.120054;0.119749;0.119444;0.119139;0.118834;0.118528;0.118223;0.117918;0.117613;0.117308;0.117003;0.116697;0.116392;0.116087;0.115782;0.115477;0.115172;0.114867;0.114561;0.114256;0.113951;0.113646;0.113341;0.113036;0.11273;0.112425;0.11212;0.111815;0.11151;0.111205;0.110899;0.110594;0.110289;0.109984;0.109679;0.109374;0.109069;0.108763;0.108458;0.108153;0.107848;0.107543;0.107238;0.106932;0.106627;0.106322;0.106017;0.105712;0.105407;0.105101;0.104796;0.104491;0.104186;0.103881;0.103576;0.103271;0.102965;0.10266;0.102355;0.10205;0.101745;0.10144;0.101134;0.100829;0.100524;0.100219;0.0999138;0.0996086;0.0993034;0.0989983;0.0986931;0.098388;0.0980828;0.0977776;0.0974725;0.0971673;0.0968622;0.096557;0.0962519;0.0959467;0.0956415;0.0953364;0.0950312;0.0947261;0.0944209;0.0941157;0.0938106;0.0935054;0.0932003;0.0928951;0.09259;0.0922848;0.0919796;0.0916745;0.0913693;0.0910642;0.090759;0.0904538;0.0901487;0.0898435;0.0895384;0.0892332;0.0889281;0.0886229;0.0883177;0.0880126;0.0877074;0.0874023;0.0870971;0.0867919;0.0864868;0.0861816;0.0858765;0.0855713;0.0852661;0.084961;0.0846558;0.0843507;0.0840455;0.0837404;0.0834352;0.08313;0.0828249;0.0825197;0.0822146;0.0819094;0.0816042;0.0812991;0.0809939;0.0806888;0.0803836;0.0800785;0.0797733;0.0794681;0.079163;0.0788578;0.0785527;0.0782475;0.0779423;0.0776372;0.077332;0.0770269;0.0767217;0.0764165;0.0761114;0.0758062;0.0755011;0.0751959;0.0748908;0.0745856;0.0742804;0.0739753;0.0736701;0.073365;0.0730598;0.0727546;0.0724495;0.0721443;0.0718392;0.071534;0.0712289;0.0709237;0.0706185;0.0703134;0.0700082;0.0697031;0.0693979;0.0690927;0.0687876;0.0684824;0.0681773;0.0678721;0.067567;0.0672618;0.0669566;0.0666515;0.0663463;0.0660412;0.065736;0.0654308;0.0651257;0.0648205;0.0645154;0.0642102;0.063905;0.0635999;0.0632947;0.0629896;0.0626844;0.0623793;0.0620741;0.0617689;0.0614638;0.0611586;0.0608535;0.0605483;0.0602431;0.059938;0.0596328;0.0593277;0.0590225;0.0587174;0.0584122;0.058107;0.0578019;0.0574967;0.0571916;0.0568864;0.0565812;0.0562761;0.0559709;0.0556658;0.0553606;0.0550554;0.0547503;0.0544451;0.05414;0.0538348;0.0535297;0.0532245;0.0529193;0.0526142;0.052309;0.0520039;0.0516987;0.0513935;0.0510884;0.0507832;0.0504781;0.0501729;0.0498678;0.0495626;0.0492574;0.0489523;0.0486471;0.048342;0.0480368;0.0477316;0.0474265;0.0471213;0.0468162;0.046511;0.0462059;0.0459007;0.0455955;0.0452904;0.0449852;0.0446801;0.0443749;0.0440697;0.0437646;0.0434594;0.0431543;0.0428491;0.0425439;0.0422388;0.0419336;0.0416285;0.0413233;0.0410182;0.040713;0.0404078;0.0401027;0.0397975;0.0394924;0.0391872;0.038882;0.0385769;0.0382717;0.0379666;0.0376614;0.0373563;0.0370511;0.0367459;0.0364408;0.0361356;0.0358305;0.0355253;0.0352201;0.034915;0.0346098;0.0343047;0.0339995;0.0336943;0.0333892;0.033084;0.0327789;0.0324737;0.0321686;0.0318634;0.0315582;0.0312531;0.0309479;0.0306428;0.0303376;0.0300324;0.0297273;0.0294221;0.029117;0.0288118;0.0285067;0.0282015;0.0278963;0.0275912;0.027286;0.0269809;0.0266757;0.0263705;0.0260654;0.0257602;0.0254551;0.0251499;0.0248448;0.0245396;0.0242344;0.0239293;0.0236241;0.023319;0.0230138;0.0227086;0.0224035;0.0220983;0.0217932;0.021488;0.0211828;0.0208777;0.0205725;0.0202674;0.0199622;0.0196571;0.0193519;0.0190467;0.0187416;0.0184364;0.0181313;0.0178261;0.0175209;0.0172158;0.0169106;0.0166055;0.0163003;0.0159952;0.01569;0.0153848;0.0150797;0.0147745;0.0144694;0.0141642;0.013859;0.0135539;0.0132487;0.0129436;0.0126384;0.0123333;0.0120281;0.0117229;0.0114178;0.0111126;0.0108075;0.0105023;0.0101971;0.00989198;0.00958682;0.00928166;0.00897651;0.00867135;0.00836619;0.00806103;0.00775587;0.00745071;0.00714555;0.0068404;0.00653524;0.00623008;0.00592492;0.00561976;0.0053146;0.00500944;0.00470429;0.00439913;0.00409397;0.00378881;0.00348365;0.00317849;0.00287333;0.00256818;0.00226302;0.00195786;0.0016527;0.00134754;0.00104238;0.000737225;0.000432066;0.000126908;-0.000178251;-0.000483409;-0.000788568;-0.00109373;-0.00139889;-0.00170404;-0.0020092;-0.00231436;-0.00261952;-0.00292468;-0.00322984;-0.003535;-0.00384015;-0.00414531;-0.00445047;-0.00475563;-0.00506079;-0.00536595;-0.00567111;-0.00597626;-0.00628142;-0.00658658;-0.00689174;-0.0071969;-0.00750206;-0.00780721;-0.00811237;-0.00841753;-0.00872269;-0.00902785;-0.00933301;-0.00963817;-0.00994332;-0.0102485;-0.0105536;-0.0108588;-0.011164;-0.0114691;-0.0117743;-0.0120794;-0.0123846;-0.0126898;-0.0129949;-0.0133001;-0.0136052;-0.0139104;-0.0142155;-0.0145207;-0.0148259;-0.015131;-0.0154362;-0.0157413;-0.0160465;-0.0163517;-0.0166568;-0.016962;-0.0172671;-0.0175723;-0.0178774;-0.0181826;-0.0184878;-0.0187929;-0.0190981;-0.0194032;-0.0197084;-0.0200136;-0.0203187;-0.0206239;-0.020929;-0.0212342;-0.0215394;-0.0218445;-0.0221497;-0.0224548;-0.02276;-0.0230651;-0.0233703;-0.0236755;-0.0239806;-0.0242858;-0.0245909;-0.0248961;-0.0252013;-0.0255064;-0.0258116;-0.0261167;-0.0264219;-0.026727;-0.0270322;-0.0273374;-0.0276425;-0.0279477;-0.0282528;-0.028558;-0.0288632;-0.0291683;-0.0294735;-0.0297786;-0.0300838;-0.0303889;-0.0306941;-0.0309993;-0.0313044;-0.0316096;-0.0319147;-0.0322199;-0.0325251;-0.0328302;-0.0331354;-0.0334405;-0.0337457;-0.0340509;-0.034356;-0.0346612;-0.0349663;-0.0352715;-0.0355766;-0.0358818;-0.036187;-0.0364921;-0.0367973;-0.0371024;-0.0374076;-0.0377128;-0.0380179;-0.0383231;-0.0386282;-0.0389334;-0.0392385;-0.0395437;-0.0398489;-0.040154;-0.0404592;-0.0407643;-0.0410695;-0.0413747;-0.0416798;-0.041985;-0.0422901;-0.0425953;-0.0429005;-0.0432056;-0.0435108;-0.0438159;-0.0441211;-0.0444262;-0.0447314;-0.0450366;-0.0453417;-0.0456469;-0.045952;-0.0462572;-0.0465624;-0.0468675;-0.0471727;-0.0474778;-0.047783;-0.0480881;-0.0483933;-0.0486985;-0.0490036;-0.0493088;-0.0496139;-0.0499191;-0.0502243;-0.0505294;-0.0508346;-0.0511397;-0.0514449;-0.05175;-0.0520552;-0.0523604;-0.0526655;-0.0529707;-0.0532758;-0.053581;-0.0538862;-0.0541913;-0.0544965;-0.0548016;-0.0551068;-0.055412;-0.0557171;-0.0560223;-0.0563274;-0.0566326;-0.0569377;-0.0572429;-0.0575481;-0.0578532;-0.0581584;-0.0584635;-0.0587687;-0.0590739;-0.059379;-0.0596842;-0.0599893;-0.0602945;-0.0605996;-0.0609048;-0.06121;-0.0615151;-0.0618203;-0.0621254;-0.0624306;-0.0627358;-0.0630409;-0.0633461;-0.0636512;-0.0639564;-0.0642615;-0.0645667;-0.0648719;-0.065177;-0.0654822;-0.0657873;-0.0660925</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="8" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>2.57674e+07</reynoldsnumber>
+                <machnumber>0.79</machnumber>
+                <Alpha>-4.72348;-4.71562;-4.70777;-4.69992;-4.69206;-4.68421;-4.67636;-4.6685;-4.66065;-4.6528;-4.64494;-4.63709;-4.62924;-4.62138;-4.61353;-4.60568;-4.59782;-4.58997;-4.58211;-4.57426;-4.56641;-4.55855;-4.5507;-4.54285;-4.53499;-4.52714;-4.51929;-4.51143;-4.50358;-4.49573;-4.48787;-4.48002;-4.47217;-4.46431;-4.45646;-4.44861;-4.44075;-4.4329;-4.42504;-4.41719;-4.40934;-4.40148;-4.39363;-4.38578;-4.37792;-4.37007;-4.36222;-4.35436;-4.34651;-4.33866;-4.3308;-4.32295;-4.3151;-4.30724;-4.29939;-4.29154;-4.28368;-4.27583;-4.26797;-4.26012;-4.25227;-4.24441;-4.23656;-4.22871;-4.22085;-4.213;-4.20515;-4.19729;-4.18944;-4.18159;-4.17373;-4.16588;-4.15803;-4.15017;-4.14232;-4.13447;-4.12661;-4.11876;-4.1109;-4.10305;-4.0952;-4.08734;-4.07949;-4.07164;-4.06378;-4.05593;-4.04808;-4.04022;-4.03237;-4.02452;-4.01666;-4.00881;-4.00096;-3.9931;-3.98525;-3.97739;-3.96954;-3.96169;-3.95383;-3.94598;-3.93813;-3.93027;-3.92242;-3.91457;-3.90671;-3.89886;-3.89101;-3.88315;-3.8753;-3.86745;-3.85959;-3.85174;-3.84389;-3.83603;-3.82818;-3.82032;-3.81247;-3.80462;-3.79676;-3.78891;-3.78106;-3.7732;-3.76535;-3.7575;-3.74964;-3.74179;-3.73394;-3.72608;-3.71823;-3.71038;-3.70252;-3.69467;-3.68682;-3.67896;-3.67111;-3.66325;-3.6554;-3.64755;-3.63969;-3.63184;-3.62399;-3.61613;-3.60828;-3.60043;-3.59257;-3.58472;-3.57687;-3.56901;-3.56116;-3.55331;-3.54545;-3.5376;-3.52975;-3.52189;-3.51404;-3.50618;-3.49833;-3.49048;-3.48262;-3.47477;-3.46692;-3.45906;-3.45121;-3.44336;-3.4355;-3.42765;-3.4198;-3.41194;-3.40409;-3.39624;-3.38838;-3.38053;-3.37268;-3.36482;-3.35697;-3.34911;-3.34126;-3.33341;-3.32555;-3.3177;-3.30985;-3.30199;-3.29414;-3.28629;-3.27843;-3.27058;-3.26273;-3.25487;-3.24702;-3.23917;-3.23131;-3.22346;-3.2156;-3.20775;-3.1999;-3.19204;-3.18419;-3.17634;-3.16848;-3.16063;-3.15278;-3.14492;-3.13707;-3.12922;-3.12136;-3.11351;-3.10566;-3.0978;-3.08995;-3.0821;-3.07424;-3.06639;-3.05853;-3.05068;-3.04283;-3.03497;-3.02712;-3.01927;-3.01141;-3.00356;-2.99571;-2.98785;-2.98;-2.97215;-2.96429;-2.95644;-2.94859;-2.94073;-2.93288;-2.92503;-2.91717;-2.90932;-2.90146;-2.89361;-2.88576;-2.8779;-2.87005;-2.8622;-2.85434;-2.84649;-2.83864;-2.83078;-2.82293;-2.81508;-2.80722;-2.79937;-2.79152;-2.78366;-2.77581;-2.76796;-2.7601;-2.75225;-2.74439;-2.73654;-2.72869;-2.72083;-2.71298;-2.70513;-2.69727;-2.68942;-2.68157;-2.67371;-2.66586;-2.65801;-2.65015;-2.6423;-2.63445;-2.62659;-2.61874;-2.61089;-2.60303;-2.59518;-2.58732;-2.57947;-2.57162;-2.56376;-2.55591;-2.54806;-2.5402;-2.53235;-2.5245;-2.51664;-2.50879;-2.50094;-2.49308;-2.48523;-2.47738;-2.46952;-2.46167;-2.45382;-2.44596;-2.43811;-2.43025;-2.4224;-2.41455;-2.40669;-2.39884;-2.39099;-2.38313;-2.37528;-2.36743;-2.35957;-2.35172;-2.34387;-2.33601;-2.32816;-2.32031;-2.31245;-2.3046;-2.29674;-2.28889;-2.28104;-2.27318;-2.26533;-2.25748;-2.24962;-2.24177;-2.23392;-2.22606;-2.21821;-2.21036;-2.2025;-2.19465;-2.1868;-2.17894;-2.17109;-2.16324;-2.15538;-2.14753;-2.13967;-2.13182;-2.12397;-2.11611;-2.10826;-2.10041;-2.09255;-2.0847;-2.07685;-2.06899;-2.06114;-2.05329;-2.04543;-2.03758;-2.02973;-2.02187;-2.01402;-2.00617;-1.99831;-1.99046;-1.9826;-1.97475;-1.9669;-1.95904;-1.95119;-1.94334;-1.93548;-1.92763;-1.91978;-1.91192;-1.90407;-1.89622;-1.88836;-1.88051;-1.87266;-1.8648;-1.85695;-1.8491;-1.84124;-1.83339;-1.82553;-1.81768;-1.80983;-1.80197;-1.79412;-1.78627;-1.77841;-1.77056;-1.76271;-1.75485;-1.747;-1.73915;-1.73129;-1.72344;-1.71559;-1.70773;-1.69988;-1.69203;-1.68417;-1.67632;-1.66846;-1.66061;-1.65276;-1.6449;-1.63705;-1.6292;-1.62134;-1.61349;-1.60564;-1.59778;-1.58993;-1.58208;-1.57422;-1.56637;-1.55852;-1.55066;-1.54281;-1.53495;-1.5271;-1.51925;-1.51139;-1.50354;-1.49569;-1.48783;-1.47998;-1.47213;-1.46427;-1.45642;-1.44857;-1.44071;-1.43286;-1.42501;-1.41715;-1.4093;-1.40145;-1.39359;-1.38574;-1.37788;-1.37003;-1.36218;-1.35432;-1.34647;-1.33862;-1.33076;-1.32291;-1.31506;-1.3072;-1.29935;-1.2915;-1.28364;-1.27579;-1.26794;-1.26008;-1.25223;-1.24438;-1.23652;-1.22867;-1.22081;-1.21296;-1.20511;-1.19725;-1.1894;-1.18155;-1.17369;-1.16584;-1.15799;-1.15013;-1.14228;-1.13443;-1.12657;-1.11872;-1.11087;-1.10301;-1.09516;-1.08731;-1.07945;-1.0716;-1.06374;-1.05589;-1.04804;-1.04018;-1.03233;-1.02448;-1.01662;-1.00877;-1.00092;-0.993063;-0.98521;-0.977356;-0.969503;-0.961649;-0.953796;-0.945942;-0.938089;-0.930235;-0.922382;-0.914528;-0.906675;-0.898821;-0.890968;-0.883114;-0.875261;-0.867407;-0.859554;-0.8517;-0.843847;-0.835993;-0.82814;-0.820286;-0.812433;-0.804579;-0.796726;-0.788872;-0.781019;-0.773165;-0.765312;-0.757458;-0.749605;-0.741751;-0.733898;-0.726044;-0.71819;-0.710337;-0.702483;-0.69463;-0.686776;-0.678923;-0.671069;-0.663216;-0.655362;-0.647509;-0.639655;-0.631802;-0.623948;-0.616095;-0.608241;-0.600388;-0.592534;-0.584681;-0.576827;-0.568974;-0.56112;-0.553267;-0.545413;-0.53756;-0.529706;-0.521853;-0.513999;-0.506146;-0.498292;-0.490439;-0.482585;-0.474732;-0.466878;-0.459025;-0.451171;-0.443318;-0.435464;-0.427611;-0.419757;-0.411904;-0.40405;-0.396197;-0.388343;-0.38049;-0.372636;-0.364783;-0.356929;-0.349076;-0.341222;-0.333369;-0.325515;-0.317662;-0.309808;-0.301955;-0.294101;-0.286248;-0.278394;-0.270541;-0.262687;-0.254834;-0.24698;-0.239127;-0.231273;-0.22342;-0.215566;-0.207713;-0.199859;-0.192006;-0.184152;-0.176299;-0.168445;-0.160592;-0.152738;-0.144885;-0.137031;-0.129178;-0.121324;-0.113471;-0.105617;-0.0977636;-0.0899101;-0.0820566;-0.0742031;-0.0663496;-0.0584961;-0.0506426;-0.0427891;-0.0349356;-0.0270821;-0.0192286;-0.0113751;-0.00352157;0.00433193;0.0121854;0.0200389;0.0278924;0.035746;0.0435995;0.051453;0.0593065;0.06716;0.0750135;0.082867;0.0907205;0.098574;0.106427;0.114281;0.122135;0.129988;0.137842;0.145695;0.153549;0.161402;0.169256;0.177109;0.184963;0.192816;0.20067;0.208523;0.216377;0.22423;0.232084;0.239937;0.247791;0.255644;0.263498;0.271351;0.279205;0.287058;0.294912;0.302765;0.310619;0.318472;0.326326;0.334179;0.342033;0.349886;0.35774;0.365593;0.373447;0.3813;0.389154;0.397007;0.404861;0.412714;0.420568;0.428421;0.436275;0.444128;0.451982;0.459835;0.467689;0.475542;0.483396;0.491249;0.499103;0.506956;0.51481;0.522663;0.530517;0.53837;0.546224;0.554077;0.561931;0.569784;0.577638;0.585491;0.593345;0.601198;0.609052;0.616905;0.624759;0.632612;0.640466;0.648319;0.656173;0.664026;0.67188;0.679733;0.687587;0.69544;0.703294;0.711147;0.719001;0.726854;0.734708;0.742561;0.750415;0.758268;0.766122;0.773975;0.781829;0.789682;0.797536;0.805389;0.813243;0.821096;0.82895;0.836803;0.844657;0.85251;0.860364;0.868217;0.876071;0.883924;0.891778;0.899631;0.907485;0.915338;0.923192;0.931045;0.938899;0.946752;0.954606;0.96246;0.970313;0.978167;0.98602;0.993874;1.00173;1.00958;1.01743;1.02529;1.03314;1.04099;1.04885;1.0567;1.06456;1.07241;1.08026;1.08812;1.09597;1.10382;1.11168;1.11953;1.12738;1.13524;1.14309;1.15094;1.1588;1.16665;1.1745;1.18236;1.19021;1.19806;1.20592;1.21377;1.22163;1.22948;1.23733;1.24519;1.25304;1.26089;1.26875;1.2766;1.28445;1.29231;1.30016;1.30801;1.31587;1.32372;1.33157;1.33943;1.34728;1.35513;1.36299;1.37084;1.3787;1.38655;1.3944;1.40226;1.41011;1.41796;1.42582;1.43367;1.44152;1.44938;1.45723;1.46508;1.47294;1.48079;1.48864;1.4965;1.50435;1.5122;1.52006;1.52791;1.53577;1.54362;1.55147;1.55933;1.56718;1.57503;1.58289;1.59074;1.59859;1.60645;1.6143;1.62215;1.63001;1.63786;1.64571;1.65357;1.66142;1.66927;1.67713;1.68498;1.69284;1.70069;1.70854;1.7164;1.72425;1.7321;1.73996;1.74781;1.75566;1.76352;1.77137;1.77922;1.78708;1.79493;1.80278;1.81064;1.81849;1.82635;1.8342;1.84205;1.84991;1.85776;1.86561;1.87347;1.88132;1.88917;1.89703;1.90488;1.91273;1.92059;1.92844;1.93629;1.94415;1.952;1.95985;1.96771;1.97556;1.98342;1.99127;1.99912;2.00698;2.01483;2.02268;2.03054;2.03839;2.04624;2.0541;2.06195;2.0698;2.07766;2.08551;2.09336;2.10122;2.10907;2.11692;2.12478;2.13263;2.14049;2.14834;2.15619;2.16405;2.1719;2.17975;2.18761;2.19546;2.20331;2.21117;2.21902;2.22687;2.23473;2.24258;2.25043;2.25829;2.26614;2.27399;2.28185;2.2897;2.29756;2.30541;2.31326;2.32112;2.32897;2.33682;2.34468;2.35253;2.36038;2.36824;2.37609;2.38394;2.3918;2.39965;2.4075;2.41536;2.42321;2.43106;2.43892;2.44677;2.45463;2.46248;2.47033;2.47819;2.48604;2.49389;2.50175;2.5096;2.51745;2.52531;2.53316;2.54101;2.54887;2.55672;2.56457;2.57243;2.58028;2.58813;2.59599;2.60384;2.6117;2.61955;2.6274;2.63526;2.64311;2.65096;2.65882;2.66667;2.67452;2.68238;2.69023;2.69808;2.70594;2.71379;2.72164;2.7295;2.73735;2.74521;2.75306;2.76091;2.76877;2.77662;2.78447;2.79233;2.80018;2.80803;2.81589;2.82374;2.83159;2.83945;2.8473;2.85515;2.86301;2.87086;2.87871;2.88657;2.89442;2.90228;2.91013;2.91798;2.92584;2.93369;2.94154;2.9494;2.95725;2.9651;2.97296;2.98081;2.98866;2.99652;3.00437;3.01222;3.02008;3.02793;3.03578;3.04364;3.05149;3.05935;3.0672;3.07505;3.08291;3.09076;3.09861;3.10647;3.11432;3.12217;3.13003;3.13788;3.14573;3.15359;3.16144;3.16929;3.17715;3.185;3.19285;3.20071;3.20856;3.21642</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711</Cl>
+                <Cd>0.0243147;0.0242915;0.0242683;0.0242453;0.0242223;0.0241994;0.0241766;0.0241538;0.0241312;0.0241086;0.024086;0.0240636;0.0240412;0.0240189;0.0239967;0.0239746;0.0239525;0.0239305;0.0239086;0.0238868;0.023865;0.0238433;0.0238217;0.0238002;0.0237838;0.0237623;0.0237409;0.0237195;0.0236982;0.023677;0.0236558;0.0236348;0.0236138;0.0235929;0.023572;0.0235513;0.0235306;0.02351;0.0234895;0.023469;0.0234487;0.0234284;0.0234082;0.023388;0.023368;0.023348;0.0233281;0.0233082;0.0232885;0.0232688;0.0232492;0.0232297;0.0232102;0.0231908;0.0231715;0.0231523;0.0231331;0.023114;0.023095;0.0230761;0.0230572;0.0230385;0.0230198;0.0230011;0.0229826;0.0229641;0.0229457;0.0229273;0.0229091;0.0228909;0.0228728;0.0228547;0.0228368;0.0228189;0.022801;0.0227833;0.0227656;0.022748;0.0227305;0.022713;0.0226956;0.0226783;0.0226611;0.0226439;0.0226268;0.0226098;0.0225929;0.022576;0.0225592;0.0225425;0.0225258;0.0225092;0.0224927;0.0224763;0.0224599;0.0224436;0.0224274;0.0224112;0.0223951;0.0223791;0.0223632;0.0223473;0.0223315;0.0223158;0.0223001;0.0222845;0.022269;0.0222536;0.0222382;0.0222229;0.0222077;0.0221925;0.0221774;0.0221624;0.0221475;0.0221326;0.0221178;0.0221031;0.0220884;0.0220738;0.0220593;0.0220448;0.0220305;0.0220161;0.0220019;0.0219877;0.0219736;0.0219596;0.0219456;0.0219318;0.0219179;0.0219042;0.0218905;0.0218769;0.0218633;0.0218499;0.0218365;0.0218231;0.0218099;0.0217967;0.0217836;0.0217705;0.0217575;0.0217446;0.0217318;0.021719;0.0217063;0.0216936;0.0216811;0.0216686;0.0216561;0.0216438;0.0216315;0.0216193;0.0216071;0.021595;0.021583;0.0215711;0.0215592;0.0215474;0.0215356;0.021524;0.0215124;0.0215008;0.0214894;0.021478;0.0214666;0.0214554;0.0214442;0.0214331;0.021422;0.021411;0.0214001;0.0213892;0.0213785;0.0213678;0.0213571;0.0213465;0.021336;0.0213256;0.0213152;0.0213049;0.0212947;0.0212845;0.0212744;0.0212644;0.0212544;0.0212445;0.0212347;0.0212249;0.0212152;0.0212056;0.0211961;0.0211866;0.0211772;0.0211678;0.0211585;0.0211493;0.0211402;0.0211311;0.0211221;0.0211131;0.0211042;0.0210954;0.0210867;0.021078;0.0210694;0.0210609;0.0210524;0.021044;0.0210357;0.0210274;0.0210192;0.0210111;0.021003;0.020995;0.0209871;0.0209792;0.0209714;0.0209637;0.020956;0.0209484;0.0209409;0.0209334;0.020926;0.0209187;0.0209115;0.0209043;0.0208972;0.0208901;0.0208831;0.0208762;0.0208693;0.0208625;0.0208558;0.0208492;0.0208426;0.0208361;0.0208296;0.0208232;0.0208169;0.0208107;0.0208045;0.0207984;0.0207923;0.0207864;0.0207804;0.0207746;0.0207688;0.0207631;0.0207575;0.0207519;0.0207464;0.0207409;0.0207355;0.0207302;0.020725;0.0207198;0.0207147;0.0207097;0.0207047;0.0206998;0.0206949;0.0206902;0.0206855;0.0206808;0.0206763;0.0206717;0.0206673;0.0206629;0.0206586;0.0206544;0.0206502;0.0206461;0.0206421;0.0206381;0.0206342;0.0206304;0.0206266;0.0206229;0.0206193;0.0206157;0.0206122;0.0206088;0.0206054;0.0206021;0.0205989;0.0205957;0.0205926;0.0205896;0.0205866;0.0205837;0.0205809;0.0205781;0.0205754;0.0205728;0.0205702;0.0205677;0.0205653;0.0205629;0.0205606;0.0205584;0.0205562;0.0205541;0.0205521;0.0205502;0.0205483;0.0205464;0.0205447;0.020543;0.0205414;0.0205398;0.0205383;0.0205369;0.0205355;0.0205342;0.020533;0.0205319;0.0205308;0.0205298;0.0205288;0.0205279;0.0205271;0.0205263;0.0205257;0.020525;0.0205245;0.020524;0.0205236;0.0205232;0.020523;0.0205228;0.0205226;0.0205225;0.0205225;0.0205226;0.0205227;0.0205229;0.0205231;0.0205235;0.0205239;0.0205243;0.0205249;0.0205254;0.0205261;0.0205268;0.0205276;0.0205285;0.0205294;0.0205304;0.0205315;0.0205326;0.0205338;0.0205351;0.0205365;0.0205379;0.0205393;0.0205409;0.0205425;0.0205442;0.0205459;0.0205477;0.0205496;0.0205516;0.0205536;0.0205557;0.0205578;0.02056;0.0205623;0.0205647;0.0205671;0.0205696;0.0205722;0.0205748;0.0205775;0.0205802;0.0205831;0.020586;0.0205889;0.020592;0.0205951;0.0205983;0.0206015;0.0206048;0.0206082;0.0206116;0.0206152;0.0206187;0.0206224;0.0206261;0.0206299;0.0206338;0.0206377;0.0206417;0.0206458;0.0206499;0.0206541;0.0206584;0.0206627;0.0206671;0.0206716;0.0206761;0.0206808;0.0206854;0.0206902;0.020695;0.0206999;0.0207049;0.0207099;0.020715;0.0207202;0.0207254;0.0207307;0.0207361;0.0207415;0.0207471;0.0207526;0.0207583;0.020764;0.0207698;0.0207757;0.0207816;0.0207876;0.0207937;0.0207998;0.020806;0.0208123;0.0208187;0.0208251;0.0208316;0.0208381;0.0208448;0.0208515;0.0208582;0.0208651;0.020872;0.020879;0.020886;0.0208931;0.0209003;0.0209076;0.0209149;0.0209223;0.0209298;0.0209374;0.020945;0.0209527;0.0209604;0.0209682;0.0209761;0.0209841;0.0209922;0.0210003;0.0210085;0.0210167;0.021025;0.0210334;0.0210419;0.0210504;0.021059;0.0210677;0.0210765;0.0210853;0.0210943;0.0211033;0.0211124;0.0211215;0.0211308;0.0211401;0.0211495;0.0211589;0.0211684;0.021178;0.0211877;0.0211974;0.0212072;0.0212171;0.021227;0.021237;0.0212471;0.0212573;0.0212675;0.0212778;0.0212882;0.0212986;0.0213091;0.0213197;0.0213304;0.0213411;0.0213519;0.0213628;0.0213737;0.0213848;0.0213958;0.021407;0.0214182;0.0214295;0.0214409;0.0214524;0.0214639;0.0214755;0.0214872;0.0214989;0.0215107;0.0215226;0.0215346;0.0215466;0.0215587;0.0215709;0.0215832;0.0215955;0.0216079;0.0216204;0.021633;0.0216456;0.0216583;0.0216711;0.0216839;0.0216969;0.0217099;0.021723;0.0217361;0.0217493;0.0217626;0.021776;0.0217895;0.021803;0.0218166;0.0218303;0.0218441;0.0218579;0.0218718;0.0218858;0.0218999;0.021914;0.0219282;0.0219425;0.0219569;0.0219714;0.0219859;0.0220005;0.0220152;0.0220299;0.0220448;0.0220597;0.0220747;0.0220898;0.0221049;0.0221201;0.0221355;0.0221508;0.0221663;0.0221819;0.0221975;0.0222132;0.022229;0.0222448;0.0222608;0.0222768;0.0222929;0.0223091;0.0223254;0.0223417;0.0223582;0.0223747;0.0223913;0.0224079;0.0224247;0.0224415;0.0224584;0.0224754;0.0224925;0.0225097;0.0225269;0.0225443;0.0225617;0.0225792;0.0225967;0.0226144;0.0226322;0.02265;0.0226679;0.0226859;0.022704;0.0227222;0.0227404;0.0227588;0.0227772;0.0227957;0.0228143;0.022833;0.0228517;0.0228706;0.0228895;0.0229086;0.0229277;0.0229469;0.0229662;0.0229855;0.023005;0.0230246;0.0230442;0.0230639;0.0230838;0.0231037;0.0231237;0.0231437;0.0231639;0.0231842;0.0232046;0.023225;0.0232455;0.0232662;0.0232869;0.0233077;0.0233286;0.0233496;0.0233707;0.0233919;0.0234132;0.0234345;0.023456;0.0234776;0.0234992;0.023521;0.0235428;0.0235647;0.0235868;0.0236089;0.0236311;0.0236534;0.0236759;0.0236984;0.023721;0.0237437;0.0237665;0.0237894;0.0238124;0.0238355;0.0238587;0.023882;0.0239054;0.0239289;0.0239525;0.0239763;0.0240001;0.024024;0.024048;0.0240721;0.0240963;0.0241206;0.0241451;0.0241696;0.0241942;0.024219;0.0242438;0.0242688;0.0242938;0.024319;0.0243443;0.0243697;0.0243952;0.0244208;0.0244465;0.0244723;0.0244982;0.0245242;0.0245504;0.0245766;0.024603;0.0246295;0.0246561;0.0246828;0.0247096;0.0247366;0.0247636;0.0247908;0.0248181;0.0248455;0.024873;0.0249006;0.0249284;0.0249563;0.0249842;0.0250124;0.0250406;0.0250689;0.0250974;0.025126;0.0251547;0.0251836;0.0252125;0.0252416;0.0252708;0.0253002;0.0253296;0.0253592;0.0253889;0.0254188;0.0254488;0.0254789;0.0255091;0.0255395;0.02557;0.0256006;0.0256314;0.0256623;0.0256933;0.0257245;0.0257558;0.0257872;0.0258188;0.0258505;0.0258823;0.0259143;0.0259465;0.0259787;0.0260111;0.0260437;0.0260764;0.0261092;0.0261422;0.0261754;0.0262086;0.0262421;0.0262757;0.0263094;0.0263433;0.0263773;0.0264115;0.0264458;0.0264803;0.0265149;0.0265497;0.0265847;0.0266198;0.026655;0.0266905;0.026726;0.0267618;0.0267977;0.0268338;0.02687;0.0269064;0.026943;0.0269797;0.0270166;0.0270537;0.0270909;0.0271283;0.0271659;0.0272037;0.0272416;0.0272797;0.027318;0.0273565;0.0273951;0.027434;0.027473;0.0275122;0.0275515;0.0275911;0.0276308;0.0276708;0.0277109;0.0277512;0.0277917;0.0278324;0.0278733;0.0279144;0.0279557;0.0279971;0.0280388;0.0280807;0.0281228;0.0281651;0.0282075;0.0282502;0.0282931;0.0283363;0.0283796;0.0284231;0.0284669;0.0285108;0.028555;0.0285994;0.028644;0.0286889;0.0287339;0.0287792;0.0288247;0.0288705;0.0289164;0.0289626;0.0290091;0.0290557;0.0291026;0.0291498;0.0291972;0.0292448;0.0292926;0.0293407;0.0293891;0.0294377;0.0294866;0.0295357;0.029585;0.0296346;0.0296845;0.0297346;0.029785;0.0298357;0.0298866;0.0299378;0.0299892;0.0300409;0.0300929;0.0301452;0.0301977;0.0302506;0.0303037;0.0303571;0.0304107;0.0304647;0.030519;0.0305735;0.0306283;0.0306835;0.0307389;0.0307946;0.0308507;0.030907;0.0309637;0.0310206;0.0310779;0.0311355;0.0311934;0.0312516;0.0313102;0.0313691;0.0314283;0.0314878;0.0315477;0.0316079;0.0316684;0.0317293;0.0317905;0.0318521;0.031914;0.0319762;0.0320388;0.0321018;0.0321652;0.0322288;0.0322929;0.0323573;0.0324221;0.0324873;0.0325528;0.0326188;0.0326851;0.0327518;0.0328188;0.0328863;0.0329542;0.0330224;0.0330911;0.0331601;0.0332296;0.0332995;0.0333698;0.0334405;0.0335116;0.0335832;0.0336552;0.0337276;0.0338004;0.0338737;0.0339474;0.0340216;0.0340962;0.0341712;0.0342467;0.0343227;0.0343991;0.034476;0.0345534;0.0346312;0.0347096;0.0347884;0.0348676;0.0349474;0.0350277;0.0351084;0.0351897;0.0352714;0.0353537;0.0354365;0.0355197;0.0356036;0.0356879;0.0357727;0.0358581;0.0359441;0.0360305;0.0361175;0.0362051;0.0362932;0.0363819;0.0364711;0.0365609;0.0366513;0.0367422;0.0368338;0.0369259;0.0370186;0.0371119;0.0372058;0.0373003;0.0373954;0.0374911;0.0375875;0.0376844;0.037782;0.0378802;0.0379791;0.0380786;0.0381788;0.0382796;0.038381;0.0384832;0.038586;0.0386894;0.0387936;0.0388984;0.0390039;0.0391102;0.0392171;0.0393247;0.0394331;0.0395421;0.0396519;0.0397624;0.0398737;0.0399857;0.0400984;0.0402119;0.0403262;0.0404412;0.040557;0.0406735;0.0407909;0.040909;0.041028;0.0411477;0.0412682;0.0413896;0.0415118;0.0416348;0.0417586;0.0418833;0.0420088;0.0421352;0.0422625;0.0423906;0.0425195;0.0426494;0.0427802;0.0429118;0.0430443;0.0431778;0.0433122;0.0434475;0.0435837;0.0437208;0.043859;0.043998;0.044138;0.044279;0.044421;0.0445639;0.0447078;0.0448528;0.0449987;0.0451456;0.0452936;0.0454426;0.0455926;0.0457437;0.0458958;0.046049;0.0462032;0.0463586;0.046515;0.0466725;0.0468311;0.0469908;0.0471517;0.0473136;0.0474767;0.047641;0.0478064;0.047973;0.0481407;0.0483096;0.0484797;0.048651;0.0488235;0.0489973;0.0491722;0.0493484;0.0495259</Cd>
+                <Cd_turb>0.0243147;0.0242915;0.0242683;0.0242453;0.0242223;0.0241994;0.0241766;0.0241538;0.0241312;0.0241086;0.024086;0.0240636;0.0240412;0.0240189;0.0239967;0.0239746;0.0239525;0.0239305;0.0239086;0.0238868;0.023865;0.0238433;0.0238217;0.0238002;0.0237838;0.0237623;0.0237409;0.0237195;0.0236982;0.023677;0.0236558;0.0236348;0.0236138;0.0235929;0.023572;0.0235513;0.0235306;0.02351;0.0234895;0.023469;0.0234487;0.0234284;0.0234082;0.023388;0.023368;0.023348;0.0233281;0.0233082;0.0232885;0.0232688;0.0232492;0.0232297;0.0232102;0.0231908;0.0231715;0.0231523;0.0231331;0.023114;0.023095;0.0230761;0.0230572;0.0230385;0.0230198;0.0230011;0.0229826;0.0229641;0.0229457;0.0229273;0.0229091;0.0228909;0.0228728;0.0228547;0.0228368;0.0228189;0.022801;0.0227833;0.0227656;0.022748;0.0227305;0.022713;0.0226956;0.0226783;0.0226611;0.0226439;0.0226268;0.0226098;0.0225929;0.022576;0.0225592;0.0225425;0.0225258;0.0225092;0.0224927;0.0224763;0.0224599;0.0224436;0.0224274;0.0224112;0.0223951;0.0223791;0.0223632;0.0223473;0.0223315;0.0223158;0.0223001;0.0222845;0.022269;0.0222536;0.0222382;0.0222229;0.0222077;0.0221925;0.0221774;0.0221624;0.0221475;0.0221326;0.0221178;0.0221031;0.0220884;0.0220738;0.0220593;0.0220448;0.0220305;0.0220161;0.0220019;0.0219877;0.0219736;0.0219596;0.0219456;0.0219318;0.0219179;0.0219042;0.0218905;0.0218769;0.0218633;0.0218499;0.0218365;0.0218231;0.0218099;0.0217967;0.0217836;0.0217705;0.0217575;0.0217446;0.0217318;0.021719;0.0217063;0.0216936;0.0216811;0.0216686;0.0216561;0.0216438;0.0216315;0.0216193;0.0216071;0.021595;0.021583;0.0215711;0.0215592;0.0215474;0.0215356;0.021524;0.0215124;0.0215008;0.0214894;0.021478;0.0214666;0.0214554;0.0214442;0.0214331;0.021422;0.021411;0.0214001;0.0213892;0.0213785;0.0213678;0.0213571;0.0213465;0.021336;0.0213256;0.0213152;0.0213049;0.0212947;0.0212845;0.0212744;0.0212644;0.0212544;0.0212445;0.0212347;0.0212249;0.0212152;0.0212056;0.0211961;0.0211866;0.0211772;0.0211678;0.0211585;0.0211493;0.0211402;0.0211311;0.0211221;0.0211131;0.0211042;0.0210954;0.0210867;0.021078;0.0210694;0.0210609;0.0210524;0.021044;0.0210357;0.0210274;0.0210192;0.0210111;0.021003;0.020995;0.0209871;0.0209792;0.0209714;0.0209637;0.020956;0.0209484;0.0209409;0.0209334;0.020926;0.0209187;0.0209115;0.0209043;0.0208972;0.0208901;0.0208831;0.0208762;0.0208693;0.0208625;0.0208558;0.0208492;0.0208426;0.0208361;0.0208296;0.0208232;0.0208169;0.0208107;0.0208045;0.0207984;0.0207923;0.0207864;0.0207804;0.0207746;0.0207688;0.0207631;0.0207575;0.0207519;0.0207464;0.0207409;0.0207355;0.0207302;0.020725;0.0207198;0.0207147;0.0207097;0.0207047;0.0206998;0.0206949;0.0206902;0.0206855;0.0206808;0.0206763;0.0206717;0.0206673;0.0206629;0.0206586;0.0206544;0.0206502;0.0206461;0.0206421;0.0206381;0.0206342;0.0206304;0.0206266;0.0206229;0.0206193;0.0206157;0.0206122;0.0206088;0.0206054;0.0206021;0.0205989;0.0205957;0.0205926;0.0205896;0.0205866;0.0205837;0.0205809;0.0205781;0.0205754;0.0205728;0.0205702;0.0205677;0.0205653;0.0205629;0.0205606;0.0205584;0.0205562;0.0205541;0.0205521;0.0205502;0.0205483;0.0205464;0.0205447;0.020543;0.0205414;0.0205398;0.0205383;0.0205369;0.0205355;0.0205342;0.020533;0.0205319;0.0205308;0.0205298;0.0205288;0.0205279;0.0205271;0.0205263;0.0205257;0.020525;0.0205245;0.020524;0.0205236;0.0205232;0.020523;0.0205228;0.0205226;0.0205225;0.0205225;0.0205226;0.0205227;0.0205229;0.0205231;0.0205235;0.0205239;0.0205243;0.0205249;0.0205254;0.0205261;0.0205268;0.0205276;0.0205285;0.0205294;0.0205304;0.0205315;0.0205326;0.0205338;0.0205351;0.0205365;0.0205379;0.0205393;0.0205409;0.0205425;0.0205442;0.0205459;0.0205477;0.0205496;0.0205516;0.0205536;0.0205557;0.0205578;0.02056;0.0205623;0.0205647;0.0205671;0.0205696;0.0205722;0.0205748;0.0205775;0.0205802;0.0205831;0.020586;0.0205889;0.020592;0.0205951;0.0205983;0.0206015;0.0206048;0.0206082;0.0206116;0.0206152;0.0206187;0.0206224;0.0206261;0.0206299;0.0206338;0.0206377;0.0206417;0.0206458;0.0206499;0.0206541;0.0206584;0.0206627;0.0206671;0.0206716;0.0206761;0.0206808;0.0206854;0.0206902;0.020695;0.0206999;0.0207049;0.0207099;0.020715;0.0207202;0.0207254;0.0207307;0.0207361;0.0207415;0.0207471;0.0207526;0.0207583;0.020764;0.0207698;0.0207757;0.0207816;0.0207876;0.0207937;0.0207998;0.020806;0.0208123;0.0208187;0.0208251;0.0208316;0.0208381;0.0208448;0.0208515;0.0208582;0.0208651;0.020872;0.020879;0.020886;0.0208931;0.0209003;0.0209076;0.0209149;0.0209223;0.0209298;0.0209374;0.020945;0.0209527;0.0209604;0.0209682;0.0209761;0.0209841;0.0209922;0.0210003;0.0210085;0.0210167;0.021025;0.0210334;0.0210419;0.0210504;0.021059;0.0210677;0.0210765;0.0210853;0.0210943;0.0211033;0.0211124;0.0211215;0.0211308;0.0211401;0.0211495;0.0211589;0.0211684;0.021178;0.0211877;0.0211974;0.0212072;0.0212171;0.021227;0.021237;0.0212471;0.0212573;0.0212675;0.0212778;0.0212882;0.0212986;0.0213091;0.0213197;0.0213304;0.0213411;0.0213519;0.0213628;0.0213737;0.0213848;0.0213958;0.021407;0.0214182;0.0214295;0.0214409;0.0214524;0.0214639;0.0214755;0.0214872;0.0214989;0.0215107;0.0215226;0.0215346;0.0215466;0.0215587;0.0215709;0.0215832;0.0215955;0.0216079;0.0216204;0.021633;0.0216456;0.0216583;0.0216711;0.0216839;0.0216969;0.0217099;0.021723;0.0217361;0.0217493;0.0217626;0.021776;0.0217895;0.021803;0.0218166;0.0218303;0.0218441;0.0218579;0.0218718;0.0218858;0.0218999;0.021914;0.0219282;0.0219425;0.0219569;0.0219714;0.0219859;0.0220005;0.0220152;0.0220299;0.0220448;0.0220597;0.0220747;0.0220898;0.0221049;0.0221201;0.0221355;0.0221508;0.0221663;0.0221819;0.0221975;0.0222132;0.022229;0.0222448;0.0222608;0.0222768;0.0222929;0.0223091;0.0223254;0.0223417;0.0223582;0.0223747;0.0223913;0.0224079;0.0224247;0.0224415;0.0224584;0.0224754;0.0224925;0.0225097;0.0225269;0.0225443;0.0225617;0.0225792;0.0225967;0.0226144;0.0226322;0.02265;0.0226679;0.0226859;0.022704;0.0227222;0.0227404;0.0227588;0.0227772;0.0227957;0.0228143;0.022833;0.0228517;0.0228706;0.0228895;0.0229086;0.0229277;0.0229469;0.0229662;0.0229855;0.023005;0.0230246;0.0230442;0.0230639;0.0230838;0.0231037;0.0231237;0.0231437;0.0231639;0.0231842;0.0232046;0.023225;0.0232455;0.0232662;0.0232869;0.0233077;0.0233286;0.0233496;0.0233707;0.0233919;0.0234132;0.0234345;0.023456;0.0234776;0.0234992;0.023521;0.0235428;0.0235647;0.0235868;0.0236089;0.0236311;0.0236534;0.0236759;0.0236984;0.023721;0.0237437;0.0237665;0.0237894;0.0238124;0.0238355;0.0238587;0.023882;0.0239054;0.0239289;0.0239525;0.0239763;0.0240001;0.024024;0.024048;0.0240721;0.0240963;0.0241206;0.0241451;0.0241696;0.0241942;0.024219;0.0242438;0.0242688;0.0242938;0.024319;0.0243443;0.0243697;0.0243952;0.0244208;0.0244465;0.0244723;0.0244982;0.0245242;0.0245504;0.0245766;0.024603;0.0246295;0.0246561;0.0246828;0.0247096;0.0247366;0.0247636;0.0247908;0.0248181;0.0248455;0.024873;0.0249006;0.0249284;0.0249563;0.0249842;0.0250124;0.0250406;0.0250689;0.0250974;0.025126;0.0251547;0.0251836;0.0252125;0.0252416;0.0252708;0.0253002;0.0253296;0.0253592;0.0253889;0.0254188;0.0254488;0.0254789;0.0255091;0.0255395;0.02557;0.0256006;0.0256314;0.0256623;0.0256933;0.0257245;0.0257558;0.0257872;0.0258188;0.0258505;0.0258823;0.0259143;0.0259465;0.0259787;0.0260111;0.0260437;0.0260764;0.0261092;0.0261422;0.0261754;0.0262086;0.0262421;0.0262757;0.0263094;0.0263433;0.0263773;0.0264115;0.0264458;0.0264803;0.0265149;0.0265497;0.0265847;0.0266198;0.026655;0.0266905;0.026726;0.0267618;0.0267977;0.0268338;0.02687;0.0269064;0.026943;0.0269797;0.0270166;0.0270537;0.0270909;0.0271283;0.0271659;0.0272037;0.0272416;0.0272797;0.027318;0.0273565;0.0273951;0.027434;0.027473;0.0275122;0.0275515;0.0275911;0.0276308;0.0276708;0.0277109;0.0277512;0.0277917;0.0278324;0.0278733;0.0279144;0.0279557;0.0279971;0.0280388;0.0280807;0.0281228;0.0281651;0.0282075;0.0282502;0.0282931;0.0283363;0.0283796;0.0284231;0.0284669;0.0285108;0.028555;0.0285994;0.028644;0.0286889;0.0287339;0.0287792;0.0288247;0.0288705;0.0289164;0.0289626;0.0290091;0.0290557;0.0291026;0.0291498;0.0291972;0.0292448;0.0292926;0.0293407;0.0293891;0.0294377;0.0294866;0.0295357;0.029585;0.0296346;0.0296845;0.0297346;0.029785;0.0298357;0.0298866;0.0299378;0.0299892;0.0300409;0.0300929;0.0301452;0.0301977;0.0302506;0.0303037;0.0303571;0.0304107;0.0304647;0.030519;0.0305735;0.0306283;0.0306835;0.0307389;0.0307946;0.0308507;0.030907;0.0309637;0.0310206;0.0310779;0.0311355;0.0311934;0.0312516;0.0313102;0.0313691;0.0314283;0.0314878;0.0315477;0.0316079;0.0316684;0.0317293;0.0317905;0.0318521;0.031914;0.0319762;0.0320388;0.0321018;0.0321652;0.0322288;0.0322929;0.0323573;0.0324221;0.0324873;0.0325528;0.0326188;0.0326851;0.0327518;0.0328188;0.0328863;0.0329542;0.0330224;0.0330911;0.0331601;0.0332296;0.0332995;0.0333698;0.0334405;0.0335116;0.0335832;0.0336552;0.0337276;0.0338004;0.0338737;0.0339474;0.0340216;0.0340962;0.0341712;0.0342467;0.0343227;0.0343991;0.034476;0.0345534;0.0346312;0.0347096;0.0347884;0.0348676;0.0349474;0.0350277;0.0351084;0.0351897;0.0352714;0.0353537;0.0354365;0.0355197;0.0356036;0.0356879;0.0357727;0.0358581;0.0359441;0.0360305;0.0361175;0.0362051;0.0362932;0.0363819;0.0364711;0.0365609;0.0366513;0.0367422;0.0368338;0.0369259;0.0370186;0.0371119;0.0372058;0.0373003;0.0373954;0.0374911;0.0375875;0.0376844;0.037782;0.0378802;0.0379791;0.0380786;0.0381788;0.0382796;0.038381;0.0384832;0.038586;0.0386894;0.0387936;0.0388984;0.0390039;0.0391102;0.0392171;0.0393247;0.0394331;0.0395421;0.0396519;0.0397624;0.0398737;0.0399857;0.0400984;0.0402119;0.0403262;0.0404412;0.040557;0.0406735;0.0407909;0.040909;0.041028;0.0411477;0.0412682;0.0413896;0.0415118;0.0416348;0.0417586;0.0418833;0.0420088;0.0421352;0.0422625;0.0423906;0.0425195;0.0426494;0.0427802;0.0429118;0.0430443;0.0431778;0.0433122;0.0434475;0.0435837;0.0437208;0.043859;0.043998;0.044138;0.044279;0.044421;0.0445639;0.0447078;0.0448528;0.0449987;0.0451456;0.0452936;0.0454426;0.0455926;0.0457437;0.0458958;0.046049;0.0462032;0.0463586;0.046515;0.0466725;0.0468311;0.0469908;0.0471517;0.0473136;0.0474767;0.047641;0.0478064;0.047973;0.0481407;0.0483096;0.0484797;0.048651;0.0488235;0.0489973;0.0491722;0.0493484;0.0495259</Cd_turb>
+                <Cm>0.25859;0.258284;0.257978;0.257672;0.257366;0.25706;0.256754;0.256448;0.256142;0.255836;0.25553;0.255224;0.254918;0.254613;0.254307;0.254001;0.253695;0.253389;0.253083;0.252777;0.252471;0.252165;0.251859;0.251553;0.251247;0.250941;0.250635;0.250329;0.250023;0.249718;0.249412;0.249106;0.2488;0.248494;0.248188;0.247882;0.247576;0.24727;0.246964;0.246658;0.246352;0.246046;0.24574;0.245434;0.245128;0.244822;0.244517;0.244211;0.243905;0.243599;0.243293;0.242987;0.242681;0.242375;0.242069;0.241763;0.241457;0.241151;0.240845;0.240539;0.240233;0.239927;0.239622;0.239316;0.23901;0.238704;0.238398;0.238092;0.237786;0.23748;0.237174;0.236868;0.236562;0.236256;0.23595;0.235644;0.235338;0.235032;0.234726;0.234421;0.234115;0.233809;0.233503;0.233197;0.232891;0.232585;0.232279;0.231973;0.231667;0.231361;0.231055;0.230749;0.230443;0.230137;0.229831;0.229525;0.22922;0.228914;0.228608;0.228302;0.227996;0.22769;0.227384;0.227078;0.226772;0.226466;0.22616;0.225854;0.225548;0.225242;0.224936;0.22463;0.224325;0.224019;0.223713;0.223407;0.223101;0.222795;0.222489;0.222183;0.221877;0.221571;0.221265;0.220959;0.220653;0.220347;0.220041;0.219735;0.219429;0.219124;0.218818;0.218512;0.218206;0.2179;0.217594;0.217288;0.216982;0.216676;0.21637;0.216064;0.215758;0.215452;0.215146;0.21484;0.214534;0.214229;0.213923;0.213617;0.213311;0.213005;0.212699;0.212393;0.212087;0.211781;0.211475;0.211169;0.210863;0.210557;0.210251;0.209945;0.209639;0.209333;0.209028;0.208722;0.208416;0.20811;0.207804;0.207498;0.207192;0.206886;0.20658;0.206274;0.205968;0.205662;0.205356;0.20505;0.204744;0.204438;0.204133;0.203827;0.203521;0.203215;0.202909;0.202603;0.202297;0.201991;0.201685;0.201379;0.201073;0.200767;0.200461;0.200155;0.199849;0.199543;0.199237;0.198932;0.198626;0.19832;0.198014;0.197708;0.197402;0.197096;0.19679;0.196484;0.196178;0.195872;0.195566;0.19526;0.194954;0.194648;0.194342;0.194037;0.193731;0.193425;0.193119;0.192813;0.192507;0.192201;0.191895;0.191589;0.191283;0.190977;0.190671;0.190365;0.190059;0.189753;0.189447;0.189141;0.188836;0.18853;0.188224;0.187918;0.187612;0.187306;0.187;0.186694;0.186388;0.186082;0.185776;0.18547;0.185164;0.184858;0.184552;0.184246;0.183941;0.183635;0.183329;0.183023;0.182717;0.182411;0.182105;0.181799;0.181493;0.181187;0.180881;0.180575;0.180269;0.179963;0.179657;0.179351;0.179045;0.17874;0.178434;0.178128;0.177822;0.177516;0.17721;0.176904;0.176598;0.176292;0.175986;0.17568;0.175374;0.175068;0.174762;0.174456;0.17415;0.173845;0.173539;0.173233;0.172927;0.172621;0.172315;0.172009;0.171703;0.171397;0.171091;0.170785;0.170479;0.170173;0.169867;0.169561;0.169255;0.168949;0.168644;0.168338;0.168032;0.167726;0.16742;0.167114;0.166808;0.166502;0.166196;0.16589;0.165584;0.165278;0.164972;0.164666;0.16436;0.164054;0.163748;0.163443;0.163137;0.162831;0.162525;0.162219;0.161913;0.161607;0.161301;0.160995;0.160689;0.160383;0.160077;0.159771;0.159465;0.159159;0.158853;0.158548;0.158242;0.157936;0.15763;0.157324;0.157018;0.156712;0.156406;0.1561;0.155794;0.155488;0.155182;0.154876;0.15457;0.154264;0.153958;0.153652;0.153347;0.153041;0.152735;0.152429;0.152123;0.151817;0.151511;0.151205;0.150899;0.150593;0.150287;0.149981;0.149675;0.149369;0.149063;0.148757;0.148452;0.148146;0.14784;0.147534;0.147228;0.146922;0.146616;0.14631;0.146004;0.145698;0.145392;0.145086;0.14478;0.144474;0.144168;0.143862;0.143556;0.143251;0.142945;0.142639;0.142333;0.142027;0.141721;0.141415;0.141109;0.140803;0.140497;0.140191;0.139885;0.139579;0.139273;0.138967;0.138661;0.138356;0.13805;0.137744;0.137438;0.137132;0.136826;0.13652;0.136214;0.135908;0.135602;0.135296;0.13499;0.134684;0.134378;0.134072;0.133766;0.13346;0.133155;0.132849;0.132543;0.132237;0.131931;0.131625;0.131319;0.131013;0.130707;0.130401;0.130095;0.129789;0.129483;0.129177;0.128871;0.128565;0.12826;0.127954;0.127648;0.127342;0.127036;0.12673;0.126424;0.126118;0.125812;0.125506;0.1252;0.124894;0.124588;0.124282;0.123976;0.12367;0.123364;0.123059;0.122753;0.122447;0.122141;0.121835;0.121529;0.121223;0.120917;0.120611;0.120305;0.119999;0.119693;0.119387;0.119081;0.118775;0.118469;0.118164;0.117858;0.117552;0.117246;0.11694;0.116634;0.116328;0.116022;0.115716;0.11541;0.115104;0.114798;0.114492;0.114186;0.11388;0.113574;0.113268;0.112963;0.112657;0.112351;0.112045;0.111739;0.111433;0.111127;0.110821;0.110515;0.110209;0.109903;0.109597;0.109291;0.108985;0.108679;0.108373;0.108068;0.107762;0.107456;0.10715;0.106844;0.106538;0.106232;0.105926;0.10562;0.105314;0.105008;0.104702;0.104396;0.10409;0.103784;0.103478;0.103172;0.102867;0.102561;0.102255;0.101949;0.101643;0.101337;0.101031;0.100725;0.100419;0.100113;0.0998071;0.0995012;0.0991953;0.0988893;0.0985834;0.0982774;0.0979715;0.0976656;0.0973596;0.0970537;0.0967477;0.0964418;0.0961359;0.0958299;0.095524;0.095218;0.0949121;0.0946062;0.0943002;0.0939943;0.0936883;0.0933824;0.0930765;0.0927705;0.0924646;0.0921586;0.0918527;0.0915468;0.0912408;0.0909349;0.0906289;0.090323;0.0900171;0.0897111;0.0894052;0.0890992;0.0887933;0.0884874;0.0881814;0.0878755;0.0875696;0.0872636;0.0869577;0.0866517;0.0863458;0.0860399;0.0857339;0.085428;0.085122;0.0848161;0.0845102;0.0842042;0.0838983;0.0835923;0.0832864;0.0829805;0.0826745;0.0823686;0.0820626;0.0817567;0.0814508;0.0811448;0.0808389;0.0805329;0.080227;0.0799211;0.0796151;0.0793092;0.0790032;0.0786973;0.0783914;0.0780854;0.0777795;0.0774735;0.0771676;0.0768617;0.0765557;0.0762498;0.0759438;0.0756379;0.075332;0.075026;0.0747201;0.0744142;0.0741082;0.0738023;0.0734963;0.0731904;0.0728845;0.0725785;0.0722726;0.0719666;0.0716607;0.0713548;0.0710488;0.0707429;0.0704369;0.070131;0.0698251;0.0695191;0.0692132;0.0689072;0.0686013;0.0682954;0.0679894;0.0676835;0.0673775;0.0670716;0.0667657;0.0664597;0.0661538;0.0658478;0.0655419;0.065236;0.06493;0.0646241;0.0643181;0.0640122;0.0637063;0.0634003;0.0630944;0.0627884;0.0624825;0.0621766;0.0618706;0.0615647;0.0612588;0.0609528;0.0606469;0.0603409;0.060035;0.0597291;0.0594231;0.0591172;0.0588112;0.0585053;0.0581994;0.0578934;0.0575875;0.0572815;0.0569756;0.0566697;0.0563637;0.0560578;0.0557518;0.0554459;0.05514;0.054834;0.0545281;0.0542221;0.0539162;0.0536103;0.0533043;0.0529984;0.0526924;0.0523865;0.0520806;0.0517746;0.0514687;0.0511627;0.0508568;0.0505509;0.0502449;0.049939;0.049633;0.0493271;0.0490212;0.0487152;0.0484093;0.0481034;0.0477974;0.0474915;0.0471855;0.0468796;0.0465737;0.0462677;0.0459618;0.0456558;0.0453499;0.045044;0.044738;0.0444321;0.0441261;0.0438202;0.0435143;0.0432083;0.0429024;0.0425964;0.0422905;0.0419846;0.0416786;0.0413727;0.0410667;0.0407608;0.0404549;0.0401489;0.039843;0.039537;0.0392311;0.0389252;0.0386192;0.0383133;0.0380073;0.0377014;0.0373955;0.0370895;0.0367836;0.0364776;0.0361717;0.0358658;0.0355598;0.0352539;0.034948;0.034642;0.0343361;0.0340301;0.0337242;0.0334183;0.0331123;0.0328064;0.0325004;0.0321945;0.0318886;0.0315826;0.0312767;0.0309707;0.0306648;0.0303589;0.0300529;0.029747;0.029441;0.0291351;0.0288292;0.0285232;0.0282173;0.0279113;0.0276054;0.0272995;0.0269935;0.0266876;0.0263816;0.0260757;0.0257698;0.0254638;0.0251579;0.0248519;0.024546;0.0242401;0.0239341;0.0236282;0.0233222;0.0230163;0.0227104;0.0224044;0.0220985;0.0217926;0.0214866;0.0211807;0.0208747;0.0205688;0.0202629;0.0199569;0.019651;0.019345;0.0190391;0.0187332;0.0184272;0.0181213;0.0178153;0.0175094;0.0172035;0.0168975;0.0165916;0.0162856;0.0159797;0.0156738;0.0153678;0.0150619;0.0147559;0.01445;0.0141441;0.0138381;0.0135322;0.0132262;0.0129203;0.0126144;0.0123084;0.0120025;0.0116965;0.0113906;0.0110847;0.0107787;0.0104728;0.0101668;0.00986091;0.00955497;0.00924903;0.00894309;0.00863715;0.00833121;0.00802527;0.00771933;0.00741339;0.00710745;0.00680151;0.00649558;0.00618964;0.0058837;0.00557776;0.00527182;0.00496588;0.00465994;0.004354;0.00404806;0.00374212;0.00343618;0.00313024;0.0028243;0.00251836;0.00221242;0.00190648;0.00160054;0.0012946;0.000988663;0.000682724;0.000376784;7.08448e-05;-0.000235095;-0.000541034;-0.000846974;-0.00115291;-0.00145885;-0.00176479;-0.00207073;-0.00237667;-0.00268261;-0.00298855;-0.00329449;-0.00360043;-0.00390637;-0.00421231;-0.00451825;-0.00482419;-0.00513013;-0.00543607;-0.00574201;-0.00604795;-0.00635389;-0.00665982;-0.00696576;-0.0072717;-0.00757764;-0.00788358;-0.00818952;-0.00849546;-0.0088014;-0.00910734;-0.00941328;-0.00971922;-0.0100252;-0.0103311;-0.010637;-0.010943;-0.0112489;-0.0115549;-0.0118608;-0.0121667;-0.0124727;-0.0127786;-0.0130846;-0.0133905;-0.0136964;-0.0140024;-0.0143083;-0.0146143;-0.0149202;-0.0152261;-0.0155321;-0.015838;-0.016144;-0.0164499;-0.0167558;-0.0170618;-0.0173677;-0.0176736;-0.0179796;-0.0182855;-0.0185915;-0.0188974;-0.0192033;-0.0195093;-0.0198152;-0.0201212;-0.0204271;-0.020733;-0.021039;-0.0213449;-0.0216509;-0.0219568;-0.0222627;-0.0225687;-0.0228746;-0.0231806;-0.0234865;-0.0237924;-0.0240984;-0.0244043;-0.0247103;-0.0250162;-0.0253221;-0.0256281;-0.025934;-0.02624;-0.0265459;-0.0268518;-0.0271578;-0.0274637;-0.0277697;-0.0280756;-0.0283815;-0.0286875;-0.0289934;-0.0292994;-0.0296053;-0.0299112;-0.0302172;-0.0305231;-0.030829;-0.031135;-0.0314409;-0.0317469;-0.0320528;-0.0323587;-0.0326647;-0.0329706;-0.0332766;-0.0335825;-0.0338884;-0.0341944;-0.0345003;-0.0348063;-0.0351122;-0.0354181;-0.0357241;-0.03603;-0.036336;-0.0366419;-0.0369478;-0.0372538;-0.0375597;-0.0378657;-0.0381716;-0.0384775;-0.0387835;-0.0390894;-0.0393954;-0.0397013;-0.0400072;-0.0403132;-0.0406191;-0.0409251;-0.041231;-0.0415369;-0.0418429;-0.0421488;-0.0424548;-0.0427607;-0.0430666;-0.0433726;-0.0436785;-0.0439844;-0.0442904;-0.0445963;-0.0449023;-0.0452082;-0.0455141;-0.0458201;-0.046126;-0.046432;-0.0467379;-0.0470438;-0.0473498;-0.0476557;-0.0479617;-0.0482676;-0.0485735;-0.0488795;-0.0491854;-0.0494914;-0.0497973;-0.0501032;-0.0504092;-0.0507151</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+            <polar ID="9" AllowExtrapolation="1" AllowGridChange="1">
+                <name>---</name>
+                <reynoldsnumber>2.70721e+07</reynoldsnumber>
+                <machnumber>0.83</machnumber>
+                <Alpha>-4.65392;-4.64634;-4.63877;-4.63119;-4.62362;-4.61605;-4.60847;-4.6009;-4.59333;-4.58575;-4.57818;-4.5706;-4.56303;-4.55546;-4.54788;-4.54031;-4.53274;-4.52516;-4.51759;-4.51002;-4.50244;-4.49487;-4.48729;-4.47972;-4.47215;-4.46457;-4.457;-4.44943;-4.44185;-4.43428;-4.4267;-4.41913;-4.41156;-4.40398;-4.39641;-4.38884;-4.38126;-4.37369;-4.36612;-4.35854;-4.35097;-4.34339;-4.33582;-4.32825;-4.32067;-4.3131;-4.30553;-4.29795;-4.29038;-4.2828;-4.27523;-4.26766;-4.26008;-4.25251;-4.24494;-4.23736;-4.22979;-4.22221;-4.21464;-4.20707;-4.19949;-4.19192;-4.18435;-4.17677;-4.1692;-4.16163;-4.15405;-4.14648;-4.1389;-4.13133;-4.12376;-4.11618;-4.10861;-4.10104;-4.09346;-4.08589;-4.07831;-4.07074;-4.06317;-4.05559;-4.04802;-4.04045;-4.03287;-4.0253;-4.01773;-4.01015;-4.00258;-3.995;-3.98743;-3.97986;-3.97228;-3.96471;-3.95714;-3.94956;-3.94199;-3.93441;-3.92684;-3.91927;-3.91169;-3.90412;-3.89655;-3.88897;-3.8814;-3.87383;-3.86625;-3.85868;-3.8511;-3.84353;-3.83596;-3.82838;-3.82081;-3.81324;-3.80566;-3.79809;-3.79051;-3.78294;-3.77537;-3.76779;-3.76022;-3.75265;-3.74507;-3.7375;-3.72992;-3.72235;-3.71478;-3.7072;-3.69963;-3.69206;-3.68448;-3.67691;-3.66934;-3.66176;-3.65419;-3.64661;-3.63904;-3.63147;-3.62389;-3.61632;-3.60875;-3.60117;-3.5936;-3.58602;-3.57845;-3.57088;-3.5633;-3.55573;-3.54816;-3.54058;-3.53301;-3.52544;-3.51786;-3.51029;-3.50271;-3.49514;-3.48757;-3.47999;-3.47242;-3.46485;-3.45727;-3.4497;-3.44212;-3.43455;-3.42698;-3.4194;-3.41183;-3.40426;-3.39668;-3.38911;-3.38153;-3.37396;-3.36639;-3.35881;-3.35124;-3.34367;-3.33609;-3.32852;-3.32095;-3.31337;-3.3058;-3.29822;-3.29065;-3.28308;-3.2755;-3.26793;-3.26036;-3.25278;-3.24521;-3.23763;-3.23006;-3.22249;-3.21491;-3.20734;-3.19977;-3.19219;-3.18462;-3.17705;-3.16947;-3.1619;-3.15432;-3.14675;-3.13918;-3.1316;-3.12403;-3.11646;-3.10888;-3.10131;-3.09373;-3.08616;-3.07859;-3.07101;-3.06344;-3.05587;-3.04829;-3.04072;-3.03314;-3.02557;-3.018;-3.01042;-3.00285;-2.99528;-2.9877;-2.98013;-2.97256;-2.96498;-2.95741;-2.94983;-2.94226;-2.93469;-2.92711;-2.91954;-2.91197;-2.90439;-2.89682;-2.88924;-2.88167;-2.8741;-2.86652;-2.85895;-2.85138;-2.8438;-2.83623;-2.82866;-2.82108;-2.81351;-2.80593;-2.79836;-2.79079;-2.78321;-2.77564;-2.76807;-2.76049;-2.75292;-2.74534;-2.73777;-2.7302;-2.72262;-2.71505;-2.70748;-2.6999;-2.69233;-2.68476;-2.67718;-2.66961;-2.66203;-2.65446;-2.64689;-2.63931;-2.63174;-2.62417;-2.61659;-2.60902;-2.60144;-2.59387;-2.5863;-2.57872;-2.57115;-2.56358;-2.556;-2.54843;-2.54085;-2.53328;-2.52571;-2.51813;-2.51056;-2.50299;-2.49541;-2.48784;-2.48027;-2.47269;-2.46512;-2.45754;-2.44997;-2.4424;-2.43482;-2.42725;-2.41968;-2.4121;-2.40453;-2.39695;-2.38938;-2.38181;-2.37423;-2.36666;-2.35909;-2.35151;-2.34394;-2.33637;-2.32879;-2.32122;-2.31364;-2.30607;-2.2985;-2.29092;-2.28335;-2.27578;-2.2682;-2.26063;-2.25305;-2.24548;-2.23791;-2.23033;-2.22276;-2.21519;-2.20761;-2.20004;-2.19246;-2.18489;-2.17732;-2.16974;-2.16217;-2.1546;-2.14702;-2.13945;-2.13188;-2.1243;-2.11673;-2.10915;-2.10158;-2.09401;-2.08643;-2.07886;-2.07129;-2.06371;-2.05614;-2.04856;-2.04099;-2.03342;-2.02584;-2.01827;-2.0107;-2.00312;-1.99555;-1.98798;-1.9804;-1.97283;-1.96525;-1.95768;-1.95011;-1.94253;-1.93496;-1.92739;-1.91981;-1.91224;-1.90466;-1.89709;-1.88952;-1.88194;-1.87437;-1.8668;-1.85922;-1.85165;-1.84407;-1.8365;-1.82893;-1.82135;-1.81378;-1.80621;-1.79863;-1.79106;-1.78349;-1.77591;-1.76834;-1.76076;-1.75319;-1.74562;-1.73804;-1.73047;-1.7229;-1.71532;-1.70775;-1.70017;-1.6926;-1.68503;-1.67745;-1.66988;-1.66231;-1.65473;-1.64716;-1.63959;-1.63201;-1.62444;-1.61686;-1.60929;-1.60172;-1.59414;-1.58657;-1.579;-1.57142;-1.56385;-1.55627;-1.5487;-1.54113;-1.53355;-1.52598;-1.51841;-1.51083;-1.50326;-1.49569;-1.48811;-1.48054;-1.47296;-1.46539;-1.45782;-1.45024;-1.44267;-1.4351;-1.42752;-1.41995;-1.41237;-1.4048;-1.39723;-1.38965;-1.38208;-1.37451;-1.36693;-1.35936;-1.35178;-1.34421;-1.33664;-1.32906;-1.32149;-1.31392;-1.30634;-1.29877;-1.2912;-1.28362;-1.27605;-1.26847;-1.2609;-1.25333;-1.24575;-1.23818;-1.23061;-1.22303;-1.21546;-1.20788;-1.20031;-1.19274;-1.18516;-1.17759;-1.17002;-1.16244;-1.15487;-1.1473;-1.13972;-1.13215;-1.12457;-1.117;-1.10943;-1.10185;-1.09428;-1.08671;-1.07913;-1.07156;-1.06398;-1.05641;-1.04884;-1.04126;-1.03369;-1.02612;-1.01854;-1.01097;-1.00339;-0.995821;-0.988248;-0.980674;-0.9731;-0.965526;-0.957953;-0.950379;-0.942805;-0.935232;-0.927658;-0.920084;-0.912511;-0.904937;-0.897363;-0.88979;-0.882216;-0.874642;-0.867068;-0.859495;-0.851921;-0.844347;-0.836774;-0.8292;-0.821626;-0.814053;-0.806479;-0.798905;-0.791331;-0.783758;-0.776184;-0.76861;-0.761037;-0.753463;-0.745889;-0.738316;-0.730742;-0.723168;-0.715595;-0.708021;-0.700447;-0.692873;-0.6853;-0.677726;-0.670152;-0.662579;-0.655005;-0.647431;-0.639858;-0.632284;-0.62471;-0.617137;-0.609563;-0.601989;-0.594415;-0.586842;-0.579268;-0.571694;-0.564121;-0.556547;-0.548973;-0.5414;-0.533826;-0.526252;-0.518678;-0.511105;-0.503531;-0.495957;-0.488384;-0.48081;-0.473236;-0.465663;-0.458089;-0.450515;-0.442942;-0.435368;-0.427794;-0.42022;-0.412647;-0.405073;-0.397499;-0.389926;-0.382352;-0.374778;-0.367205;-0.359631;-0.352057;-0.344484;-0.33691;-0.329336;-0.321762;-0.314189;-0.306615;-0.299041;-0.291468;-0.283894;-0.27632;-0.268747;-0.261173;-0.253599;-0.246025;-0.238452;-0.230878;-0.223304;-0.215731;-0.208157;-0.200583;-0.19301;-0.185436;-0.177862;-0.170289;-0.162715;-0.155141;-0.147567;-0.139994;-0.13242;-0.124846;-0.117273;-0.109699;-0.102125;-0.0945516;-0.0869779;-0.0794042;-0.0718305;-0.0642568;-0.0566831;-0.0491094;-0.0415357;-0.033962;-0.0263884;-0.0188147;-0.011241;-0.00366727;0.00390642;0.0114801;0.0190538;0.0266275;0.0342012;0.0417749;0.0493486;0.0569223;0.064496;0.0720697;0.0796434;0.0872171;0.0947908;0.102364;0.109938;0.117512;0.125086;0.132659;0.140233;0.147807;0.15538;0.162954;0.170528;0.178101;0.185675;0.193249;0.200822;0.208396;0.21597;0.223544;0.231117;0.238691;0.246265;0.253838;0.261412;0.268986;0.276559;0.284133;0.291707;0.29928;0.306854;0.314428;0.322002;0.329575;0.337149;0.344723;0.352296;0.35987;0.367444;0.375017;0.382591;0.390165;0.397739;0.405312;0.412886;0.42046;0.428033;0.435607;0.443181;0.450754;0.458328;0.465902;0.473475;0.481049;0.488623;0.496197;0.50377;0.511344;0.518918;0.526491;0.534065;0.541639;0.549212;0.556786;0.56436;0.571933;0.579507;0.587081;0.594655;0.602228;0.609802;0.617376;0.624949;0.632523;0.640097;0.64767;0.655244;0.662818;0.670392;0.677965;0.685539;0.693113;0.700686;0.70826;0.715834;0.723407;0.730981;0.738555;0.746128;0.753702;0.761276;0.76885;0.776423;0.783997;0.791571;0.799144;0.806718;0.814292;0.821865;0.829439;0.837013;0.844586;0.85216;0.859734;0.867308;0.874881;0.882455;0.890029;0.897602;0.905176;0.91275;0.920323;0.927897;0.935471;0.943045;0.950618;0.958192;0.965766;0.973339;0.980913;0.988487;0.99606;1.00363;1.01121;1.01878;1.02636;1.03393;1.0415;1.04908;1.05665;1.06422;1.0718;1.07937;1.08694;1.09452;1.10209;1.10967;1.11724;1.12481;1.13239;1.13996;1.14753;1.15511;1.16268;1.17026;1.17783;1.1854;1.19298;1.20055;1.20812;1.2157;1.22327;1.23084;1.23842;1.24599;1.25357;1.26114;1.26871;1.27629;1.28386;1.29143;1.29901;1.30658;1.31416;1.32173;1.3293;1.33688;1.34445;1.35202;1.3596;1.36717;1.37475;1.38232;1.38989;1.39747;1.40504;1.41261;1.42019;1.42776;1.43533;1.44291;1.45048</Alpha>
+                <Cl>-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506</Cl>
+                <Cd>0.024228;0.0242047;0.0241814;0.0241583;0.0241352;0.0241122;0.0240893;0.0240665;0.0240438;0.0240211;0.0239985;0.023976;0.0239536;0.0239313;0.0239091;0.0238869;0.0238648;0.0238428;0.0238209;0.0237991;0.0237773;0.0237557;0.0237341;0.0237126;0.0236911;0.0236698;0.0236485;0.0236273;0.0236062;0.0235852;0.0235642;0.0235434;0.0235226;0.0235019;0.0234812;0.0234607;0.0234402;0.0234198;0.0233995;0.0233792;0.0233591;0.023339;0.023319;0.023299;0.0232792;0.0232594;0.0232397;0.0232201;0.0232005;0.0231811;0.0231617;0.0231423;0.0231231;0.0231039;0.0230848;0.0230658;0.0230469;0.023028;0.0230092;0.0229905;0.0229719;0.0229533;0.0229348;0.0229164;0.0228981;0.0228798;0.0228616;0.0228435;0.0228255;0.0228075;0.0227896;0.0227718;0.022754;0.0227364;0.0227188;0.0227013;0.0226838;0.0226664;0.0226491;0.0226319;0.0226147;0.0225977;0.0225806;0.0225637;0.0225468;0.02253;0.0225133;0.0224967;0.0224801;0.0224636;0.0224472;0.0224308;0.0224145;0.0223983;0.0223822;0.0223661;0.0223501;0.0223342;0.0223184;0.0223026;0.0222869;0.0222712;0.0222557;0.0222402;0.0222248;0.0222094;0.0221941;0.0221789;0.0221638;0.0221487;0.0221337;0.0221188;0.0221039;0.0220892;0.0220745;0.0220598;0.0220453;0.0220308;0.0220163;0.022002;0.0219877;0.0219735;0.0219593;0.0219453;0.0219313;0.0219173;0.0219035;0.0218897;0.0218759;0.0218623;0.0218487;0.0218352;0.0218218;0.0218084;0.0217951;0.0217819;0.0217687;0.0217556;0.0217426;0.0217296;0.0217167;0.0217039;0.0216912;0.0216785;0.0216659;0.0216534;0.0216409;0.0216285;0.0216162;0.0216039;0.0215918;0.0215796;0.0215676;0.0215556;0.0215437;0.0215319;0.0215201;0.0215084;0.0214968;0.0214852;0.0214737;0.0214623;0.0214509;0.0214396;0.0214284;0.0214173;0.0214062;0.0213952;0.0213842;0.0213734;0.0213626;0.0213518;0.0213412;0.0213306;0.02132;0.0213096;0.0212992;0.0212889;0.0212786;0.0212684;0.0212583;0.0212483;0.0212383;0.0212284;0.0212185;0.0212088;0.0211991;0.0211894;0.0211798;0.0211703;0.0211609;0.0211516;0.0211423;0.021133;0.0211239;0.0211148;0.0211058;0.0210968;0.0210879;0.0210791;0.0210704;0.0210617;0.0210531;0.0210446;0.0210361;0.0210277;0.0210193;0.0210111;0.0210029;0.0209947;0.0209867;0.0209787;0.0209708;0.0209629;0.0209551;0.0209474;0.0209397;0.0209322;0.0209246;0.0209172;0.0209098;0.0209025;0.0208953;0.0208881;0.020881;0.0208739;0.020867;0.0208601;0.0208532;0.0208465;0.0208398;0.0208331;0.0208266;0.0208201;0.0208137;0.0208073;0.020801;0.0207948;0.0207886;0.0207826;0.0207765;0.0207706;0.0207647;0.0207589;0.0207532;0.0207475;0.0207419;0.0207363;0.0207309;0.0207255;0.0207201;0.0207149;0.0207097;0.0207045;0.0206995;0.0206945;0.0206896;0.0206847;0.0206799;0.0206752;0.0206705;0.020666;0.0206614;0.020657;0.0206526;0.0206483;0.0206441;0.0206399;0.0206358;0.0206318;0.0206278;0.0206239;0.0206201;0.0206163;0.0206126;0.020609;0.0206054;0.0206019;0.0205985;0.0205952;0.0205919;0.0205887;0.0205855;0.0205824;0.0205794;0.0205765;0.0205736;0.0205708;0.0205681;0.0205654;0.0205628;0.0205603;0.0205578;0.0205554;0.0205531;0.0205509;0.0205487;0.0205466;0.0205445;0.0205425;0.0205406;0.0205388;0.020537;0.0205353;0.0205337;0.0205321;0.0205306;0.0205292;0.0205278;0.0205265;0.0205253;0.0205242;0.0205231;0.0205221;0.0205211;0.0205203;0.0205194;0.0205187;0.020518;0.0205175;0.0205169;0.0205165;0.0205161;0.0205158;0.0205155;0.0205153;0.0205152;0.0205152;0.0205152;0.0205153;0.0205155;0.0205157;0.020516;0.0205164;0.0205168;0.0205174;0.0205179;0.0205186;0.0205193;0.0205201;0.020521;0.0205219;0.0205229;0.020524;0.0205252;0.0205264;0.0205277;0.020529;0.0205304;0.0205319;0.0205335;0.0205351;0.0205368;0.0205386;0.0205405;0.0205424;0.0205444;0.0205464;0.0205486;0.0205508;0.020553;0.0205554;0.0205578;0.0205603;0.0205628;0.0205654;0.0205681;0.0205709;0.0205737;0.0205766;0.0205796;0.0205827;0.0205858;0.020589;0.0205922;0.0205956;0.020599;0.0206024;0.020606;0.0206096;0.0206133;0.0206171;0.0206209;0.0206248;0.0206288;0.0206328;0.020637;0.0206411;0.0206454;0.0206497;0.0206542;0.0206586;0.0206632;0.0206678;0.0206725;0.0206773;0.0206821;0.020687;0.020692;0.0206971;0.0207022;0.0207074;0.0207127;0.0207181;0.0207235;0.020729;0.0207346;0.0207402;0.0207459;0.0207517;0.0207576;0.0207635;0.0207695;0.0207756;0.0207817;0.020788;0.0207943;0.0208006;0.0208071;0.0208136;0.0208202;0.0208269;0.0208336;0.0208404;0.0208473;0.0208543;0.0208613;0.0208685;0.0208756;0.0208829;0.0208902;0.0208977;0.0209051;0.0209127;0.0209203;0.0209281;0.0209358;0.0209437;0.0209516;0.0209596;0.0209677;0.0209759;0.0209841;0.0209924;0.0210008;0.0210093;0.0210178;0.0210264;0.0210351;0.0210439;0.0210527;0.0210616;0.0210706;0.0210797;0.0210889;0.0210981;0.0211074;0.0211167;0.0211262;0.0211357;0.0211453;0.021155;0.0211648;0.0211746;0.0211845;0.0211945;0.0212046;0.0212147;0.0212249;0.0212352;0.0212456;0.021256;0.0212666;0.0212772;0.0212879;0.0212987;0.0213096;0.0213206;0.0213316;0.0213428;0.021354;0.0213653;0.0213766;0.021388;0.0213995;0.0214111;0.0214228;0.0214345;0.0214464;0.0214583;0.0214702;0.0214823;0.0214944;0.0215066;0.0215189;0.0215313;0.0215437;0.0215563;0.0215689;0.0215815;0.0215943;0.0216071;0.0216201;0.0216331;0.0216462;0.0216593;0.0216726;0.0216859;0.0216993;0.0217128;0.0217263;0.02174;0.0217537;0.0217675;0.0217814;0.0217953;0.0218094;0.0218235;0.0218377;0.021852;0.0218664;0.0218809;0.0218954;0.02191;0.0219247;0.0219395;0.0219544;0.0219693;0.0219844;0.0219995;0.0220147;0.02203;0.0220453;0.0220608;0.0220763;0.022092;0.0221077;0.0221235;0.0221393;0.0221553;0.0221714;0.0221875;0.0222037;0.02222;0.0222364;0.0222529;0.0222695;0.0222861;0.0223028;0.0223197;0.0223366;0.0223536;0.0223707;0.0223878;0.0224051;0.0224224;0.0224399;0.0224574;0.022475;0.0224927;0.0225105;0.0225284;0.0225464;0.0225644;0.0225826;0.0226008;0.0226192;0.0226376;0.0226561;0.0226747;0.0226934;0.0227122;0.0227311;0.02275;0.0227691;0.0227883;0.0228075;0.0228269;0.0228463;0.0228658;0.0228855;0.0229052;0.022925;0.0229449;0.0229649;0.022985;0.0230052;0.0230255;0.0230459;0.0230663;0.0230869;0.0231076;0.0231284;0.0231492;0.0231702;0.0231913;0.0232124;0.0232337;0.023255;0.0232765;0.0232981;0.0233197;0.0233415;0.0233633;0.0233853;0.0234074;0.0234295;0.0234518;0.0234742;0.0234966;0.0235192;0.0235419;0.0235647;0.0235876;0.0236105;0.0236336;0.0236568;0.0236801;0.0237035;0.023727;0.0237507;0.0237744;0.0237982;0.0238222;0.0238462;0.0238704;0.0238946;0.023919;0.0239435;0.0239681;0.0239928;0.0240176;0.0240425;0.0240676;0.0240927;0.024118;0.0241434;0.0241689;0.0241945;0.0242202;0.0242461;0.024272;0.0242981;0.0243243;0.0243506;0.024377;0.0244035;0.0244302;0.024457;0.0244839;0.0245109;0.0245381;0.0245653;0.0245927;0.0246202;0.0246479;0.0246756;0.0247035;0.0247315;0.0247596;0.0247879;0.0248163;0.0248448;0.0248735;0.0249022;0.0249311;0.0249602;0.0249893;0.0250186;0.025048;0.0250776;0.0251073;0.0251371;0.0251671;0.0251972;0.0252274;0.0252578;0.0252883;0.025319;0.0253497;0.0253807;0.0254117;0.0254429;0.0254743;0.0255058;0.0255374;0.0255692;0.0256011;0.0256332;0.0256654;0.0256978;0.0257303;0.025763;0.0257958;0.0258288;0.0258619;0.0258952;0.0259286;0.0259622;0.025996;0.0260299;0.0260639;0.0260981;0.0261325;0.0261671;0.0262018;0.0262366;0.0262716;0.0263068;0.0263422;0.0263777;0.0264134;0.0264493;0.0264853;0.0265215;0.0265579;0.0265944;0.0266311;0.026668;0.0267051;0.0267423;0.0267798;0.0268174;0.0268552;0.0268931;0.0269313;0.0269696;0.0270082;0.0270469;0.0270858;0.0271249;0.0271642;0.0272037;0.0272433;0.0272832;0.0273233;0.0273635;0.027404;0.0274446;0.0274855;0.0275266;0.0275678;0.0276093;0.027651;0.0276929;0.027735;0.0277773;0.0278198;0.0278626;0.0279056;0.0279487;0.0279921;0.0280358;0.0280796;0.0281237;0.028168;0.0282125;0.0282573;0.0283022;0.0283475;0.0283929;0.0284386;0.0284845;0.0285307;0.0285771;0.0286238;0.0286707;0.0287178;0.0287652;0.0288129;0.0288608;0.0289089;0.0289574;0.029006;0.029055;0.0291042;0.0291536;0.0292033;0.0292533;0.0293036;0.0293542;0.029405;0.0294561;0.0295074;0.0295591;0.029611;0.0296633;0.0297158;0.0297686;0.0298217;0.0298751;0.0299288;0.0299828;0.030037;0.0300916;0.0301466;0.0302018;0.0302573;0.0303131;0.0303693;0.0304258;0.0304826;0.0305397;0.0305971;0.0306549;0.030713;0.0307715</Cd>
+                <Cd_turb>0.024228;0.0242047;0.0241814;0.0241583;0.0241352;0.0241122;0.0240893;0.0240665;0.0240438;0.0240211;0.0239985;0.023976;0.0239536;0.0239313;0.0239091;0.0238869;0.0238648;0.0238428;0.0238209;0.0237991;0.0237773;0.0237557;0.0237341;0.0237126;0.0236911;0.0236698;0.0236485;0.0236273;0.0236062;0.0235852;0.0235642;0.0235434;0.0235226;0.0235019;0.0234812;0.0234607;0.0234402;0.0234198;0.0233995;0.0233792;0.0233591;0.023339;0.023319;0.023299;0.0232792;0.0232594;0.0232397;0.0232201;0.0232005;0.0231811;0.0231617;0.0231423;0.0231231;0.0231039;0.0230848;0.0230658;0.0230469;0.023028;0.0230092;0.0229905;0.0229719;0.0229533;0.0229348;0.0229164;0.0228981;0.0228798;0.0228616;0.0228435;0.0228255;0.0228075;0.0227896;0.0227718;0.022754;0.0227364;0.0227188;0.0227013;0.0226838;0.0226664;0.0226491;0.0226319;0.0226147;0.0225977;0.0225806;0.0225637;0.0225468;0.02253;0.0225133;0.0224967;0.0224801;0.0224636;0.0224472;0.0224308;0.0224145;0.0223983;0.0223822;0.0223661;0.0223501;0.0223342;0.0223184;0.0223026;0.0222869;0.0222712;0.0222557;0.0222402;0.0222248;0.0222094;0.0221941;0.0221789;0.0221638;0.0221487;0.0221337;0.0221188;0.0221039;0.0220892;0.0220745;0.0220598;0.0220453;0.0220308;0.0220163;0.022002;0.0219877;0.0219735;0.0219593;0.0219453;0.0219313;0.0219173;0.0219035;0.0218897;0.0218759;0.0218623;0.0218487;0.0218352;0.0218218;0.0218084;0.0217951;0.0217819;0.0217687;0.0217556;0.0217426;0.0217296;0.0217167;0.0217039;0.0216912;0.0216785;0.0216659;0.0216534;0.0216409;0.0216285;0.0216162;0.0216039;0.0215918;0.0215796;0.0215676;0.0215556;0.0215437;0.0215319;0.0215201;0.0215084;0.0214968;0.0214852;0.0214737;0.0214623;0.0214509;0.0214396;0.0214284;0.0214173;0.0214062;0.0213952;0.0213842;0.0213734;0.0213626;0.0213518;0.0213412;0.0213306;0.02132;0.0213096;0.0212992;0.0212889;0.0212786;0.0212684;0.0212583;0.0212483;0.0212383;0.0212284;0.0212185;0.0212088;0.0211991;0.0211894;0.0211798;0.0211703;0.0211609;0.0211516;0.0211423;0.021133;0.0211239;0.0211148;0.0211058;0.0210968;0.0210879;0.0210791;0.0210704;0.0210617;0.0210531;0.0210446;0.0210361;0.0210277;0.0210193;0.0210111;0.0210029;0.0209947;0.0209867;0.0209787;0.0209708;0.0209629;0.0209551;0.0209474;0.0209397;0.0209322;0.0209246;0.0209172;0.0209098;0.0209025;0.0208953;0.0208881;0.020881;0.0208739;0.020867;0.0208601;0.0208532;0.0208465;0.0208398;0.0208331;0.0208266;0.0208201;0.0208137;0.0208073;0.020801;0.0207948;0.0207886;0.0207826;0.0207765;0.0207706;0.0207647;0.0207589;0.0207532;0.0207475;0.0207419;0.0207363;0.0207309;0.0207255;0.0207201;0.0207149;0.0207097;0.0207045;0.0206995;0.0206945;0.0206896;0.0206847;0.0206799;0.0206752;0.0206705;0.020666;0.0206614;0.020657;0.0206526;0.0206483;0.0206441;0.0206399;0.0206358;0.0206318;0.0206278;0.0206239;0.0206201;0.0206163;0.0206126;0.020609;0.0206054;0.0206019;0.0205985;0.0205952;0.0205919;0.0205887;0.0205855;0.0205824;0.0205794;0.0205765;0.0205736;0.0205708;0.0205681;0.0205654;0.0205628;0.0205603;0.0205578;0.0205554;0.0205531;0.0205509;0.0205487;0.0205466;0.0205445;0.0205425;0.0205406;0.0205388;0.020537;0.0205353;0.0205337;0.0205321;0.0205306;0.0205292;0.0205278;0.0205265;0.0205253;0.0205242;0.0205231;0.0205221;0.0205211;0.0205203;0.0205194;0.0205187;0.020518;0.0205175;0.0205169;0.0205165;0.0205161;0.0205158;0.0205155;0.0205153;0.0205152;0.0205152;0.0205152;0.0205153;0.0205155;0.0205157;0.020516;0.0205164;0.0205168;0.0205174;0.0205179;0.0205186;0.0205193;0.0205201;0.020521;0.0205219;0.0205229;0.020524;0.0205252;0.0205264;0.0205277;0.020529;0.0205304;0.0205319;0.0205335;0.0205351;0.0205368;0.0205386;0.0205405;0.0205424;0.0205444;0.0205464;0.0205486;0.0205508;0.020553;0.0205554;0.0205578;0.0205603;0.0205628;0.0205654;0.0205681;0.0205709;0.0205737;0.0205766;0.0205796;0.0205827;0.0205858;0.020589;0.0205922;0.0205956;0.020599;0.0206024;0.020606;0.0206096;0.0206133;0.0206171;0.0206209;0.0206248;0.0206288;0.0206328;0.020637;0.0206411;0.0206454;0.0206497;0.0206542;0.0206586;0.0206632;0.0206678;0.0206725;0.0206773;0.0206821;0.020687;0.020692;0.0206971;0.0207022;0.0207074;0.0207127;0.0207181;0.0207235;0.020729;0.0207346;0.0207402;0.0207459;0.0207517;0.0207576;0.0207635;0.0207695;0.0207756;0.0207817;0.020788;0.0207943;0.0208006;0.0208071;0.0208136;0.0208202;0.0208269;0.0208336;0.0208404;0.0208473;0.0208543;0.0208613;0.0208685;0.0208756;0.0208829;0.0208902;0.0208977;0.0209051;0.0209127;0.0209203;0.0209281;0.0209358;0.0209437;0.0209516;0.0209596;0.0209677;0.0209759;0.0209841;0.0209924;0.0210008;0.0210093;0.0210178;0.0210264;0.0210351;0.0210439;0.0210527;0.0210616;0.0210706;0.0210797;0.0210889;0.0210981;0.0211074;0.0211167;0.0211262;0.0211357;0.0211453;0.021155;0.0211648;0.0211746;0.0211845;0.0211945;0.0212046;0.0212147;0.0212249;0.0212352;0.0212456;0.021256;0.0212666;0.0212772;0.0212879;0.0212987;0.0213096;0.0213206;0.0213316;0.0213428;0.021354;0.0213653;0.0213766;0.021388;0.0213995;0.0214111;0.0214228;0.0214345;0.0214464;0.0214583;0.0214702;0.0214823;0.0214944;0.0215066;0.0215189;0.0215313;0.0215437;0.0215563;0.0215689;0.0215815;0.0215943;0.0216071;0.0216201;0.0216331;0.0216462;0.0216593;0.0216726;0.0216859;0.0216993;0.0217128;0.0217263;0.02174;0.0217537;0.0217675;0.0217814;0.0217953;0.0218094;0.0218235;0.0218377;0.021852;0.0218664;0.0218809;0.0218954;0.02191;0.0219247;0.0219395;0.0219544;0.0219693;0.0219844;0.0219995;0.0220147;0.02203;0.0220453;0.0220608;0.0220763;0.022092;0.0221077;0.0221235;0.0221393;0.0221553;0.0221714;0.0221875;0.0222037;0.02222;0.0222364;0.0222529;0.0222695;0.0222861;0.0223028;0.0223197;0.0223366;0.0223536;0.0223707;0.0223878;0.0224051;0.0224224;0.0224399;0.0224574;0.022475;0.0224927;0.0225105;0.0225284;0.0225464;0.0225644;0.0225826;0.0226008;0.0226192;0.0226376;0.0226561;0.0226747;0.0226934;0.0227122;0.0227311;0.02275;0.0227691;0.0227883;0.0228075;0.0228269;0.0228463;0.0228658;0.0228855;0.0229052;0.022925;0.0229449;0.0229649;0.022985;0.0230052;0.0230255;0.0230459;0.0230663;0.0230869;0.0231076;0.0231284;0.0231492;0.0231702;0.0231913;0.0232124;0.0232337;0.023255;0.0232765;0.0232981;0.0233197;0.0233415;0.0233633;0.0233853;0.0234074;0.0234295;0.0234518;0.0234742;0.0234966;0.0235192;0.0235419;0.0235647;0.0235876;0.0236105;0.0236336;0.0236568;0.0236801;0.0237035;0.023727;0.0237507;0.0237744;0.0237982;0.0238222;0.0238462;0.0238704;0.0238946;0.023919;0.0239435;0.0239681;0.0239928;0.0240176;0.0240425;0.0240676;0.0240927;0.024118;0.0241434;0.0241689;0.0241945;0.0242202;0.0242461;0.024272;0.0242981;0.0243243;0.0243506;0.024377;0.0244035;0.0244302;0.024457;0.0244839;0.0245109;0.0245381;0.0245653;0.0245927;0.0246202;0.0246479;0.0246756;0.0247035;0.0247315;0.0247596;0.0247879;0.0248163;0.0248448;0.0248735;0.0249022;0.0249311;0.0249602;0.0249893;0.0250186;0.025048;0.0250776;0.0251073;0.0251371;0.0251671;0.0251972;0.0252274;0.0252578;0.0252883;0.025319;0.0253497;0.0253807;0.0254117;0.0254429;0.0254743;0.0255058;0.0255374;0.0255692;0.0256011;0.0256332;0.0256654;0.0256978;0.0257303;0.025763;0.0257958;0.0258288;0.0258619;0.0258952;0.0259286;0.0259622;0.025996;0.0260299;0.0260639;0.0260981;0.0261325;0.0261671;0.0262018;0.0262366;0.0262716;0.0263068;0.0263422;0.0263777;0.0264134;0.0264493;0.0264853;0.0265215;0.0265579;0.0265944;0.0266311;0.026668;0.0267051;0.0267423;0.0267798;0.0268174;0.0268552;0.0268931;0.0269313;0.0269696;0.0270082;0.0270469;0.0270858;0.0271249;0.0271642;0.0272037;0.0272433;0.0272832;0.0273233;0.0273635;0.027404;0.0274446;0.0274855;0.0275266;0.0275678;0.0276093;0.027651;0.0276929;0.027735;0.0277773;0.0278198;0.0278626;0.0279056;0.0279487;0.0279921;0.0280358;0.0280796;0.0281237;0.028168;0.0282125;0.0282573;0.0283022;0.0283475;0.0283929;0.0284386;0.0284845;0.0285307;0.0285771;0.0286238;0.0286707;0.0287178;0.0287652;0.0288129;0.0288608;0.0289089;0.0289574;0.029006;0.029055;0.0291042;0.0291536;0.0292033;0.0292533;0.0293036;0.0293542;0.029405;0.0294561;0.0295074;0.0295591;0.029611;0.0296633;0.0297158;0.0297686;0.0298217;0.0298751;0.0299288;0.0299828;0.030037;0.0300916;0.0301466;0.0302018;0.0302573;0.0303131;0.0303693;0.0304258;0.0304826;0.0305397;0.0305971;0.0306549;0.030713;0.0307715</Cd_turb>
+                <Cm>0.267853;0.267544;0.267235;0.266926;0.266616;0.266307;0.265998;0.265689;0.26538;0.26507;0.264761;0.264452;0.264143;0.263834;0.263524;0.263215;0.262906;0.262597;0.262288;0.261978;0.261669;0.26136;0.261051;0.260742;0.260432;0.260123;0.259814;0.259505;0.259196;0.258886;0.258577;0.258268;0.257959;0.25765;0.25734;0.257031;0.256722;0.256413;0.256104;0.255794;0.255485;0.255176;0.254867;0.254558;0.254248;0.253939;0.25363;0.253321;0.253012;0.252702;0.252393;0.252084;0.251775;0.251466;0.251156;0.250847;0.250538;0.250229;0.24992;0.24961;0.249301;0.248992;0.248683;0.248373;0.248064;0.247755;0.247446;0.247137;0.246827;0.246518;0.246209;0.2459;0.245591;0.245281;0.244972;0.244663;0.244354;0.244045;0.243735;0.243426;0.243117;0.242808;0.242499;0.242189;0.24188;0.241571;0.241262;0.240953;0.240643;0.240334;0.240025;0.239716;0.239407;0.239097;0.238788;0.238479;0.23817;0.237861;0.237551;0.237242;0.236933;0.236624;0.236315;0.236005;0.235696;0.235387;0.235078;0.234769;0.234459;0.23415;0.233841;0.233532;0.233223;0.232913;0.232604;0.232295;0.231986;0.231677;0.231367;0.231058;0.230749;0.23044;0.230131;0.229821;0.229512;0.229203;0.228894;0.228585;0.228275;0.227966;0.227657;0.227348;0.227039;0.226729;0.22642;0.226111;0.225802;0.225493;0.225183;0.224874;0.224565;0.224256;0.223947;0.223637;0.223328;0.223019;0.22271;0.222401;0.222091;0.221782;0.221473;0.221164;0.220855;0.220545;0.220236;0.219927;0.219618;0.219309;0.218999;0.21869;0.218381;0.218072;0.217763;0.217453;0.217144;0.216835;0.216526;0.216217;0.215907;0.215598;0.215289;0.21498;0.214671;0.214361;0.214052;0.213743;0.213434;0.213125;0.212815;0.212506;0.212197;0.211888;0.211579;0.211269;0.21096;0.210651;0.210342;0.210033;0.209723;0.209414;0.209105;0.208796;0.208487;0.208177;0.207868;0.207559;0.20725;0.206941;0.206631;0.206322;0.206013;0.205704;0.205395;0.205085;0.204776;0.204467;0.204158;0.203849;0.203539;0.20323;0.202921;0.202612;0.202303;0.201993;0.201684;0.201375;0.201066;0.200757;0.200447;0.200138;0.199829;0.19952;0.199211;0.198901;0.198592;0.198283;0.197974;0.197665;0.197355;0.197046;0.196737;0.196428;0.196119;0.195809;0.1955;0.195191;0.194882;0.194573;0.194263;0.193954;0.193645;0.193336;0.193027;0.192717;0.192408;0.192099;0.19179;0.191481;0.191171;0.190862;0.190553;0.190244;0.189935;0.189625;0.189316;0.189007;0.188698;0.188389;0.188079;0.18777;0.187461;0.187152;0.186843;0.186533;0.186224;0.185915;0.185606;0.185297;0.184987;0.184678;0.184369;0.18406;0.183751;0.183441;0.183132;0.182823;0.182514;0.182205;0.181895;0.181586;0.181277;0.180968;0.180659;0.180349;0.18004;0.179731;0.179422;0.179113;0.178803;0.178494;0.178185;0.177876;0.177567;0.177257;0.176948;0.176639;0.17633;0.17602;0.175711;0.175402;0.175093;0.174784;0.174474;0.174165;0.173856;0.173547;0.173238;0.172928;0.172619;0.17231;0.172001;0.171692;0.171382;0.171073;0.170764;0.170455;0.170146;0.169836;0.169527;0.169218;0.168909;0.1686;0.16829;0.167981;0.167672;0.167363;0.167054;0.166744;0.166435;0.166126;0.165817;0.165508;0.165198;0.164889;0.16458;0.164271;0.163962;0.163652;0.163343;0.163034;0.162725;0.162416;0.162106;0.161797;0.161488;0.161179;0.16087;0.16056;0.160251;0.159942;0.159633;0.159324;0.159014;0.158705;0.158396;0.158087;0.157778;0.157468;0.157159;0.15685;0.156541;0.156232;0.155922;0.155613;0.155304;0.154995;0.154686;0.154376;0.154067;0.153758;0.153449;0.15314;0.15283;0.152521;0.152212;0.151903;0.151594;0.151284;0.150975;0.150666;0.150357;0.150048;0.149738;0.149429;0.14912;0.148811;0.148502;0.148192;0.147883;0.147574;0.147265;0.146956;0.146646;0.146337;0.146028;0.145719;0.14541;0.1451;0.144791;0.144482;0.144173;0.143864;0.143554;0.143245;0.142936;0.142627;0.142318;0.142008;0.141699;0.14139;0.141081;0.140772;0.140462;0.140153;0.139844;0.139535;0.139226;0.138916;0.138607;0.138298;0.137989;0.13768;0.13737;0.137061;0.136752;0.136443;0.136134;0.135824;0.135515;0.135206;0.134897;0.134588;0.134278;0.133969;0.13366;0.133351;0.133042;0.132732;0.132423;0.132114;0.131805;0.131496;0.131186;0.130877;0.130568;0.130259;0.12995;0.12964;0.129331;0.129022;0.128713;0.128404;0.128094;0.127785;0.127476;0.127167;0.126858;0.126548;0.126239;0.12593;0.125621;0.125312;0.125002;0.124693;0.124384;0.124075;0.123766;0.123456;0.123147;0.122838;0.122529;0.12222;0.12191;0.121601;0.121292;0.120983;0.120674;0.120364;0.120055;0.119746;0.119437;0.119128;0.118818;0.118509;0.1182;0.117891;0.117582;0.117272;0.116963;0.116654;0.116345;0.116036;0.115726;0.115417;0.115108;0.114799;0.11449;0.11418;0.113871;0.113562;0.113253;0.112944;0.112634;0.112325;0.112016;0.111707;0.111398;0.111088;0.110779;0.11047;0.110161;0.109852;0.109542;0.109233;0.108924;0.108615;0.108306;0.107996;0.107687;0.107378;0.107069;0.10676;0.10645;0.106141;0.105832;0.105523;0.105214;0.104904;0.104595;0.104286;0.103977;0.103667;0.103358;0.103049;0.10274;0.102431;0.102121;0.101812;0.101503;0.101194;0.100885;0.100575;0.100266;0.0999571;0.0996479;0.0993387;0.0990295;0.0987203;0.0984111;0.0981019;0.0977927;0.0974835;0.0971743;0.0968651;0.0965559;0.0962467;0.0959375;0.0956283;0.0953191;0.0950099;0.0947007;0.0943915;0.0940823;0.0937731;0.0934639;0.0931547;0.0928455;0.0925363;0.0922271;0.0919179;0.0916087;0.0912995;0.0909903;0.0906811;0.0903719;0.0900627;0.0897535;0.0894443;0.0891351;0.0888259;0.0885167;0.0882075;0.0878983;0.0875891;0.0872799;0.0869707;0.0866615;0.0863522;0.086043;0.0857338;0.0854246;0.0851154;0.0848062;0.084497;0.0841878;0.0838786;0.0835694;0.0832602;0.082951;0.0826418;0.0823326;0.0820234;0.0817142;0.081405;0.0810958;0.0807866;0.0804774;0.0801682;0.079859;0.0795498;0.0792406;0.0789314;0.0786222;0.078313;0.0780038;0.0776946;0.0773854;0.0770762;0.076767;0.0764578;0.0761486;0.0758394;0.0755302;0.075221;0.0749118;0.0746026;0.0742934;0.0739842;0.073675;0.0733658;0.0730566;0.0727474;0.0724382;0.072129;0.0718198;0.0715106;0.0712014;0.0708922;0.070583;0.0702738;0.0699646;0.0696554;0.0693462;0.069037;0.0687278;0.0684186;0.0681094;0.0678002;0.067491;0.0671818;0.0668726;0.0665634;0.0662542;0.065945;0.0656358;0.0653266;0.0650174;0.0647082;0.064399;0.0640898;0.0637806;0.0634714;0.0631622;0.062853;0.0625438;0.0622346;0.0619254;0.0616162;0.061307;0.0609978;0.0606886;0.0603794;0.0600702;0.059761;0.0594518;0.0591426;0.0588334;0.0585242;0.058215;0.0579058;0.0575966;0.0572874;0.0569782;0.056669;0.0563598;0.0560506;0.0557414;0.0554322;0.055123;0.0548138;0.0545046;0.0541954;0.0538862;0.053577;0.0532678;0.0529586;0.0526494;0.0523402;0.052031;0.0517218;0.0514126;0.0511034;0.0507942;0.050485;0.0501757;0.0498665;0.0495573;0.0492481;0.0489389;0.0486297;0.0483205;0.0480113;0.0477021;0.0473929;0.0470837;0.0467745;0.0464653;0.0461561;0.0458469;0.0455377;0.0452285;0.0449193;0.0446101;0.0443009;0.0439917;0.0436825;0.0433733;0.0430641;0.0427549;0.0424457;0.0421365;0.0418273;0.0415181;0.0412089;0.0408997;0.0405905;0.0402813;0.0399721;0.0396629;0.0393537;0.0390445;0.0387353;0.0384261;0.0381169;0.0378077;0.0374985;0.0371893;0.0368801;0.0365709;0.0362617;0.0359525;0.0356433;0.0353341;0.0350249;0.0347157;0.0344065;0.0340973;0.0337881;0.0334789;0.0331697;0.0328605;0.0325513;0.0322421;0.0319329;0.0316237;0.0313145;0.0310053;0.0306961;0.0303869;0.0300777;0.0297685;0.0294593;0.0291501;0.0288409;0.0285317;0.0282225;0.0279133;0.0276041;0.0272949;0.0269857;0.0266765;0.0263673;0.0260581;0.0257489;0.0254397;0.0251305;0.0248213;0.0245121;0.0242029;0.0238937;0.0235845;0.0232753;0.0229661;0.0226569;0.0223477;0.0220385;0.0217293;0.0214201;0.0211109;0.0208017;0.0204925;0.0201833;0.0198741;0.0195649;0.0192557;0.0189465;0.0186373</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D</origin_polar>
+            </polar>
+        </polars>
+    </configuration>
+    <configuration ID="TakeOff">
+        <name>TakeOff</name>
+        <comment>TakeOff Configuration</comment>
+        <polars number="1">
+           <polar ID="1" AllowExtrapolation="1" AllowGridChange="1">
+            <name>---</name>
+            <reynoldsnumber>1.93523e+07</reynoldsnumber>
+            <machnumber>0.2</machnumber>
+                <Alpha>-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.3967;-5.38611;-5.37552;-5.36494;-5.35435;-5.34376;-5.33317;-5.32258;-5.31199;-5.30141;-5.29082;-5.28023;-5.26964;-5.25905;-5.24847;-5.23788;-5.22729;-5.2167;-5.20611;-5.19553;-5.18494;-5.17435;-5.16376;-5.15317;-5.14258;-5.132;-5.12141;-5.11082;-5.10023;-5.08964;-5.07906;-5.06847;-5.05788;-5.04729;-5.0367;-5.02611;-5.01553;-5.00494;-4.99435;-4.98376;-4.97317;-4.96259;-4.952;-4.94141;-4.93082;-4.92023;-4.90965;-4.89906;-4.88847;-4.87788;-4.86729;-4.8567;-4.84612;-4.83553;-4.82494;-4.81435;-4.80376;-4.79318;-4.78259;-4.772;-4.76141;-4.75082;-4.74023;-4.72965;-4.71906;-4.70847;-4.69788;-4.68729;-4.67671;-4.66612;-4.65553;-4.64494;-4.63435;-4.62377;-4.61318;-4.60259;-4.592;-4.58141;-4.57082;-4.56024;-4.54965;-4.53906;-4.52847;-4.51788;-4.5073;-4.49671;-4.48612;-4.47553;-4.46494;-4.45435;-4.44377;-4.43318;-4.42259;-4.412;-4.40141;-4.39083;-4.38024;-4.36965;-4.35906;-4.34847;-4.33789;-4.3273;-4.31671;-4.30612;-4.29553;-4.28494;-4.27436;-4.26377;-4.25318;-4.24259;-4.232;-4.22142;-4.21083;-4.20024;-4.18965;-4.17906;-4.16847;-4.15789;-4.1473;-4.13671;-4.12612;-4.11553;-4.10495;-4.09436;-4.08377;-4.07318;-4.06259;-4.05201;-4.04142;-4.03083;-4.02024;-4.00965;-3.99906;-3.98848;-3.97789;-3.9673;-3.95671;-3.94612;-3.93554;-3.92495;-3.91436;-3.90377;-3.89318;-3.88259;-3.87201;-3.86142;-3.85083;-3.84024;-3.82965;-3.81907;-3.80848;-3.79789;-3.7873;-3.77671;-3.76613;-3.75554;-3.74495;-3.73436;-3.72377;-3.71318;-3.7026;-3.69201;-3.68142;-3.67083;-3.66024;-3.64966;-3.63907;-3.62848;-3.61789;-3.6073;-3.59671;-3.58613;-3.57554;-3.56495;-3.55436;-3.54377;-3.53319;-3.5226;-3.51201;-3.50142;-3.49083;-3.48025;-3.46966;-3.45907;-3.44848;-3.43789;-3.4273;-3.41672;-3.40613;-3.39554;-3.38495;-3.37436;-3.36378;-3.35319;-3.3426;-3.33201;-3.32142;-3.31083;-3.30025;-3.28966;-3.27907;-3.26848;-3.25789;-3.24731;-3.23672;-3.22613;-3.21554;-3.20495;-3.19436;-3.18378;-3.17319;-3.1626;-3.15201;-3.14142;-3.13084;-3.12025;-3.10966;-3.09907;-3.08848;-3.0779;-3.06731;-3.05672;-3.04613;-3.03554;-3.02495;-3.01437;-3.00378;-2.99319;-2.9826;-2.97201;-2.96143;-2.95084;-2.94025;-2.92966;-2.91907;-2.90848;-2.8979;-2.88731;-2.87672;-2.86613;-2.85554;-2.84496;-2.83437;-2.82378;-2.81319;-2.8026;-2.79202;-2.78143;-2.77084;-2.76025;-2.74966;-2.73907;-2.72849;-2.7179;-2.70731;-2.69672;-2.68613;-2.67555;-2.66496;-2.65437;-2.64378;-2.63319;-2.6226;-2.61202;-2.60143;-2.59084;-2.58025;-2.56966;-2.55908;-2.54849;-2.5379;-2.52731;-2.51672;-2.50614;-2.49555;-2.48496;-2.47437;-2.46378;-2.45319;-2.44261;-2.43202;-2.42143;-2.41084;-2.40025;-2.38967;-2.37908;-2.36849;-2.3579;-2.34731;-2.33672;-2.32614;-2.31555;-2.30496;-2.29437;-2.28378;-2.2732;-2.26261;-2.25202;-2.24143;-2.23084;-2.22026;-2.20967;-2.19908;-2.18849;-2.1779;-2.16731;-2.15673;-2.14614;-2.13555;-2.12496;-2.11437;-2.10379;-2.0932;-2.08261;-2.07202;-2.06143;-2.05084;-2.04026;-2.02967;-2.01908;-2.00849;-1.9979;-1.98732;-1.97673;-1.96614;-1.95555;-1.94496;-1.93438;-1.92379;-1.9132;-1.90261;-1.89202;-1.88143;-1.87085;-1.86026;-1.84967;-1.83908;-1.82849;-1.81791;-1.80732;-1.79673;-1.78614;-1.77555;-1.76496;-1.75438;-1.74379;-1.7332;-1.72261;-1.71202;-1.70144;-1.69085;-1.68026;-1.66967;-1.65908;-1.6485;-1.63791;-1.62732;-1.61673;-1.60614;-1.59555;-1.58497;-1.57438;-1.56379;-1.5532;-1.54261;-1.53203;-1.52144;-1.51085;-1.50026;-1.48967;-1.47908;-1.4685;-1.45791;-1.44732;-1.43673;-1.42614;-1.41556;-1.40497;-1.39438;-1.38379;-1.3732;-1.36262;-1.35203;-1.34144;-1.33085;-1.32026;-1.30967;-1.29909;-1.2885;-1.27791;-1.26732;-1.25673;-1.24615;-1.23556;-1.22497;-1.21438;-1.20379;-1.1932;-1.18262;-1.17203;-1.16144;-1.15085;-1.14026;-1.12968;-1.11909;-1.1085;-1.09791;-1.08732;-1.07674;-1.06615;-1.05556;-1.04497;-1.03438;-1.02379;-1.01321;-1.00262;-0.99203;-0.981442;-0.970854;-0.960265;-0.949677;-0.939089;-0.928501;-0.917913;-0.907325;-0.896737;-0.886148;-0.87556;-0.864972;-0.854384;-0.843796;-0.833208;-0.82262;-0.812031;-0.801443;-0.790855;-0.780267;-0.769679;-0.759091;-0.748502;-0.737914;-0.727326;-0.716738;-0.70615;-0.695562;-0.684974;-0.674385;-0.663797;-0.653209;-0.642621;-0.632033;-0.621445;-0.610857;-0.600268;-0.58968;-0.579092;-0.568504;-0.557916;-0.547328;-0.536739;-0.526151;-0.515563;-0.504975;-0.494387;-0.483799;-0.473211;-0.462622;-0.452034;-0.441446;-0.430858;-0.42027;-0.409682;-0.399094;-0.388505;-0.377917;-0.367329;-0.356741;-0.346153;-0.335565;-0.324976;-0.314388;-0.3038;-0.293212;-0.282624;-0.272036;-0.261448;-0.250859;-0.240271;-0.229683;-0.219095;-0.208507;-0.197919;-0.187331;-0.176742;-0.166154;-0.155566;-0.144978;-0.13439;-0.123802;-0.113213;-0.102625;-0.0920372;-0.081449;-0.0708609;-0.0602727;-0.0496846;-0.0390964;-0.0285083;-0.0179201;-0.00733199;0.00325616;0.0138443;0.0244325;0.0350206;0.0456088;0.0561969;0.0667851;0.0773732;0.0879614;0.0985495;0.109138;0.119726;0.130314;0.140902;0.15149;0.162078;0.172667;0.183255;0.193843;0.204431;0.215019;0.225607;0.236195;0.246784;0.257372;0.26796;0.278548;0.289136;0.299724;0.310312;0.320901;0.331489;0.342077;0.352665;0.363253;0.373841;0.38443;0.395018;0.405606;0.416194;0.426782;0.43737;0.447958;0.458547;0.469135;0.479723;0.490311;0.500899;0.511487;0.522075;0.532664;0.543252;0.55384;0.564428;0.575016;0.585604;0.596193;0.606781;0.617369;0.627957;0.638545;0.649133;0.659721;0.67031;0.680898;0.691486;0.702074;0.712662;0.72325;0.733838;0.744427;0.755015;0.765603;0.776191;0.786779;0.797367;0.807956;0.818544;0.829132;0.83972;0.850308;0.860896;0.871484;0.882073;0.892661;0.903249;0.913837;0.924425;0.935013;0.945601;0.95619;0.966778;0.977366;0.987954;0.998542;1.00913;1.01972;1.03031;1.04089;1.05148;1.06207;1.07266;1.08325;1.09384;1.10442;1.11501;1.1256;1.13619;1.14678;1.15736;1.16795;1.17854;1.18913;1.19972;1.21031;1.22089;1.23148;1.24207;1.25266;1.26325;1.27383;1.28442;1.29501;1.3056;1.31619;1.32677;1.33736;1.34795;1.35854;1.36913;1.37972;1.3903;1.40089;1.41148;1.42207;1.43266;1.44324;1.45383;1.46442;1.47501;1.4856;1.49619;1.50677;1.51736;1.52795;1.53854;1.54913;1.55971;1.5703;1.58089;1.59148;1.60207;1.61265;1.62324;1.63383;1.64442;1.65501;1.6656;1.67618;1.68677;1.69736;1.70795;1.71854;1.72912;1.73971;1.7503;1.76089;1.77148;1.78207;1.79265;1.80324;1.81383;1.82442;1.83501;1.84559;1.85618;1.86677;1.87736;1.88795;1.89853;1.90912;1.91971;1.9303;1.94089;1.95148;1.96206;1.97265;1.98324;1.99383;2.00442;2.015;2.02559;2.03618;2.04677;2.05736;2.06795;2.07853;2.08912;2.09971;2.1103;2.12089;2.13147;2.14206;2.15265;2.16324;2.17383;2.18441;2.195;2.20559;2.21618;2.22677;2.23736;2.24794;2.25853;2.26912;2.27971;2.2903;2.30088;2.31147;2.32206;2.33265;2.34324;2.35383;2.36441;2.375;2.38559;2.39618;2.40677;2.41735;2.42794;2.43853;2.44912;2.45971;2.47029;2.48088;2.49147;2.50206;2.51265;2.52324;2.53382;2.54441;2.555;2.56559;2.57618;2.58676;2.59735;2.60794;2.61853;2.62912;2.63971;2.65029;2.66088;2.67147;2.68206;2.69265;2.70323;2.71382;2.72441;2.735;2.74559;2.75618;2.76676;2.77735;2.78794;2.79853;2.80912;2.8197;2.83029;2.84088;2.85147;2.86206;2.87264;2.88323;2.89382;2.90441;2.915;2.92559;2.93617;2.94676;2.95735;2.96794;2.97853;2.98911;2.9997;3.01029;3.02088;3.03147;3.04206;3.05264;3.06323;3.07382;3.08441;3.095;3.10558;3.11617;3.12676;3.13735;3.14794;3.15852;3.16911;3.1797;3.19029;3.20088;3.21147;3.22205;3.23264;3.24323;3.25382;3.26441;3.27499;3.28558;3.29617;3.30676;3.31735;3.32794;3.33852;3.34911;3.3597;3.37029;3.38088;3.39146;3.40205;3.41264;3.42323;3.43382;3.4444;3.45499;3.46558;3.47617;3.48676;3.49735;3.50793;3.51852;3.52911;3.5397;3.55029;3.56087;3.57146;3.58205;3.59264;3.60323;3.61382;3.6244;3.63499;3.64558;3.65617;3.66676;3.67734;3.68793;3.69852;3.70911;3.7197;3.73028;3.74087;3.75146;3.76205;3.77264;3.78323;3.79381;3.8044;3.81499;3.82558;3.83617;3.84675;3.85734;3.86793;3.87852;3.88911;3.8997;3.91028;3.92087;3.93146;3.94205;3.95264;3.96322;3.97381;3.9844;3.99499;4.00558;4.01616;4.02675;4.03734;4.04793;4.05852;4.06911;4.07969;4.09028;4.10087;4.11146;4.12205;4.13263;4.14322;4.15381;4.1644;4.17499;4.18558;4.19616;4.20675;4.21734;4.22793;4.23852;4.2491;4.25969;4.27028;4.28087;4.29146;4.30204;4.31263;4.32322;4.33381;4.3444;4.35499;4.36557;4.37616;4.38675;4.39734;4.40793;4.41851;4.4291;4.43969;4.45028;4.46087;4.47146;4.48204;4.49263;4.50322;4.51381;4.5244;4.53498;4.54557;4.55616;4.56675;4.57734;4.58792;4.59851;4.6091;4.61969;4.63028;4.64087;4.65145;4.66204;4.67263;4.68322;4.69381;4.70439;4.71498;4.72557;4.73616;4.74675;4.75734;4.76792;4.77851;4.7891;4.79969;4.81028;4.82086;4.83145;4.84204;4.85263;4.86322;4.8738;4.88439;4.89498;4.90557;4.91616;4.92675;4.93733;4.94792;4.95851;4.9691;4.97969;4.99027;5.00086;5.01145;5.02204;5.03263;5.04322;5.0538;5.06439;5.07498;5.08557;5.09616;5.10674;5.11733;5.12792;5.13851;5.1491;5.15968;5.17027;5.18086;5.19145;5.20204;5.21263;5.22321;5.2338;5.24439;5.25498;5.26557;5.27615;5.28674;5.29733;5.30792;5.31851;5.3291;5.33968;5.35027;5.36086;5.37145;5.38204;5.39262;5.40321;5.4138;5.42439;5.43498;5.44556;5.45615;5.46674;5.47733;5.48792;5.49851;5.50909;5.51968;5.53027;5.54086;5.55145;5.56203;5.57262;5.58321;5.5938;5.60439;5.61498;5.62556;5.63615;5.64674;5.65733;5.66792;5.6785;5.68909;5.69968;5.71027;5.72086;5.73145;5.74203;5.75262;5.76321;5.7738;5.78439;5.79497;5.80556;5.81615;5.82674;5.83733;5.84791;5.8585;5.86909;5.87968;5.89027;5.90086;5.91144;5.92203;5.93262;5.94321;5.9538;5.96438;5.97497;5.98556;5.99615;6.00674;6.01733;6.02791;6.0385;6.04909;6.05968;6.07027;6.08085;6.09144;6.10203;6.11262;6.12321;6.13379;6.14438;6.15497;6.16556;6.17615;6.18674;6.19732;6.20791;6.2185;6.22909;6.23968;6.25026;6.26085;6.27144;6.28203;6.29262;6.30321;6.31379;6.32438;6.33497;6.34556;6.35615;6.36673;6.37732;6.38791;6.3985;6.40909;6.41967;6.43026;6.44085;6.45144;6.46203;6.47262;6.4832;6.49379;6.50438;6.51497;6.52556;6.53614;6.54673;6.55732;6.56791;6.5785;6.58909;6.59967;6.61026;6.62085;6.63144;6.64203;6.65261;6.6632;6.67379;6.68438;6.69497;6.70555;6.71614;6.72673;6.73732;6.74791;6.7585;6.76908;6.77967;6.79026;6.80085;6.81144;6.82202;6.83261;6.8432;6.85379;6.86438;6.87497;6.88555;6.89614;6.90673;6.91732;6.92791;6.93849;6.94908;6.95967;6.97026;6.98085;6.99143;7.00202;7.01261;7.0232;7.03379;7.04438;7.05496;7.06555;7.07614;7.08673;7.09732;7.1079;7.11849;7.12908;7.13967;7.15026;7.16085;7.17143;7.18202;7.19261;7.2032;7.21379;7.22437;7.23496;7.24555;7.25614;7.26673;7.27731;7.2879;7.29849;7.30908;7.31967;7.33026;7.34084;7.35143;7.36202;7.37261;7.3832;7.39378;7.40437;7.41496;7.42555;7.43614;7.44673;7.45731;7.4679;7.47849;7.48908;7.49967;7.51025;7.52084;7.53143;7.54202;7.55261;7.56319;7.57378;7.58437;7.59496;7.60555;7.61614;7.62672;7.63731;7.6479;7.65849;7.66908;7.67966;7.69025;7.70084;7.71143;7.72202;7.73261;7.74319;7.75378;7.76437;7.77496;7.78555;7.79613;7.80672;7.81731;7.8279;7.83849;7.84907;7.85966;7.87025;7.88084;7.89143;7.90202;7.9126;7.92319;7.93378;7.94437;7.95496;7.96554;7.97613;7.98672;7.99731;8.0079;8.01849;8.02907;8.03966;8.05025;8.06084;8.07143;8.08201;8.0926;8.10319;8.11378;8.12437;8.13495;8.14554;8.15613;8.16672;8.17731;8.1879;8.19848;8.20907;8.21966;8.23025;8.24084;8.25142;8.26201;8.2726;8.28319;8.29378;8.30437;8.31495;8.32554;8.33613;8.34672;8.35731;8.36789;8.37848;8.38907;8.39966;8.41025;8.42083;8.43142;8.44201;8.4526;8.46319;8.47378;8.48436;8.49495;8.50554;8.51613;8.52672;8.5373;8.54789;8.55848;8.56907;8.57966;8.59025;8.60083;8.61142;8.62201;8.6326;8.64319;8.65377;8.66436;8.67495;8.68554;8.69613;8.70672;8.7173;8.72789;8.73848;8.74907;8.75966;8.77024;8.78083;8.79142;8.80201;8.8126;8.82318;8.83377;8.84436;8.85495;8.86554;8.87613;8.88671;8.8973;8.90789;8.91848;8.92907;8.93965;8.95024;8.96083;8.97142;8.98201;8.9926;9.00318;9.01377;9.02436;9.03495;9.04554;9.05612;9.06671;9.0773;9.08789;9.09848;9.10906;9.11965;9.13024;9.14083;9.15142;9.16201;9.17259;9.18318;9.19377;9.20436;9.21495;9.22553;9.23612;9.24671;9.2573;9.26789;9.27848;9.28906;9.29965;9.31024;9.32083;9.33142;9.342;9.35259;9.36318;9.37377;9.38436;9.39494;9.40553;9.41612;9.42671;9.4373;9.44789;9.45847;9.46906;9.47965;9.49024;9.50083;9.51141;9.522;9.53259;9.54318;9.55377;9.56436;9.57494;9.58553;9.59612;9.60671;9.6173;9.62788;9.63847;9.64906;9.65965;9.67024;9.68082;9.69141;9.702;9.71259;9.72318;9.73377;9.74435;9.75494;9.76553;9.77612;9.78671;9.79729;9.80788;9.81847;9.82906;9.83965;9.85024;9.86082;9.87141;9.882;9.89259;9.90318;9.91376;9.92435;9.93494;9.94553;9.95612;9.9667;9.97729;9.98788;9.99847;10.0091;10.0196;10.0302;10.0408;10.0514;10.062;10.0726;10.0832;10.0938;10.1044;10.1149;10.1255;10.1361;10.1467;10.1573;10.1679;10.1785;10.1891;10.1996;10.2102;10.2208;10.2314;10.242;10.2526;10.2632;10.2738;10.2843;10.2949;10.3055;10.3161;10.3267;10.3373;10.3479;10.3585;10.3691;10.3796;10.3902;10.4008;10.4114;10.422;10.4326;10.4432;10.4538;10.4643;10.4749;10.4855;10.4961;10.5067;10.5173;10.5279;10.5385;10.5491;10.5596;10.5702;10.5808;10.5914;10.602;10.6126;10.6232;10.6338;10.6443;10.6549;10.6655;10.6761;10.6867;10.6973;10.7079;10.7185;10.7291;10.7396;10.7502;10.7608;10.7714;10.782;10.7926;10.8032;10.8138;10.8243;10.8349;10.8455;10.8561;10.8667;10.8773;10.8879;10.8985;10.9091;10.9196;10.9302;10.9408;10.9514;10.962;10.9726;10.9832;10.9938;11.0043;11.0149;11.0255;11.0361;11.0467;11.0573;11.0679;11.0785;11.089;11.0996;11.1102;11.1208;11.1314;11.142;11.1526;11.1632;11.1738;11.1843;11.1949;11.2055;11.2161;11.2267;11.2373;11.2479;11.2585;11.269;11.2796;11.2902;11.3008;11.3114;11.322;11.3326;11.3432;11.3538;11.3643;11.3749;11.3855;11.3961;11.4067;11.4173;11.4279;11.4385;11.449;11.4596;11.4702;11.4808;11.4914;11.502;11.5126;11.5232;11.5338;11.5443;11.5549;11.5655;11.5761;11.5867;11.5973;11.6079;11.6185;11.629;11.6396;11.6502;11.6608;11.6714;11.682;11.6926;11.7032;11.7137;11.7243;11.7349;11.7455;11.7561;11.7667;11.7773;11.7879;11.7985;11.809;11.8196;11.8302;11.8408;11.8514;11.862;11.8726;11.8832;11.8937;11.9043;11.9149;11.9255;11.9361;11.9467;11.9573;11.9679;11.9785;11.989;11.9996;12.0102;12.0208;12.0314;12.042;12.0526;12.0632;12.0737;12.0843;12.0949;12.1055;12.1161;12.1267;12.1373;12.1479;12.1585;12.169;12.1796;12.1902;12.2008;12.2114;12.222;12.2326;12.2432;12.2537;12.2643;12.2749;12.2855;12.2961;12.3067;12.3173;12.3279;12.3385;12.349;12.3596;12.3702;12.3808;12.3914;12.402;12.4126;12.4232;12.4337;12.4443;12.4549;12.4655;12.4761;12.4867;12.4973;12.5079;12.5184;12.529;12.5396;12.5502;12.5608;12.5714;12.582;12.5926;12.6032;12.6137;12.6243;12.6349;12.6455;12.6561;12.6667;12.6773;12.6879;12.6984;12.709;12.7196;12.7302;12.7408;12.7514;12.762;12.7726;12.7832;12.7937;12.8043;12.8149;12.8255;12.8361;12.8467;12.8573;12.8679;12.8784;12.889;12.8996;12.9102;12.9208;12.9314;12.942;12.9526;12.9632;12.9737;12.9843;12.9949;13.0055;13.0161;13.0267;13.0373;13.0479;13.0584;13.069;13.0796;13.0902;13.1008;13.1114;13.122;13.1326;13.1431;13.1537;13.1643;13.1749;13.1855;13.1961;13.2067;13.2173;13.2279;13.2384;13.249;13.2596;13.2702;13.2808;13.2914;13.302;13.3126;13.3231;13.3337;13.3443;13.3549;13.3655;13.3761;13.3867;13.3973;13.4079;13.4184;13.429;13.4396;13.4502;13.4608;13.4714;13.482;13.4926;13.5031;13.5137;13.5243;13.5349;13.5455;13.5561;13.5667;13.5773;13.5879;13.5984;13.609;13.6196;13.6302;13.6408;13.6514;13.662;13.6726;13.6831;13.6937;13.7043;13.7149;13.7255;13.7361;13.7467;13.7573;13.7679;13.7784;13.789;13.7996;13.8102;13.8208;13.8314;13.842;13.8526;13.8631;13.8737;13.8843;13.8949;13.9055;13.9161;13.9267;13.9373;13.9478;13.9584;13.969;13.9796;13.9902;14.0008;14.0114;14.022;14.0326;14.0431;14.0537;14.0643;14.0749;14.0855;14.0961;14.1067;14.1173;14.1278;14.1384;14.149;14.1596;14.1702;14.1808;14.1914;14.202;14.2126;14.2231;14.2337;14.2443;14.2549;14.2655;14.2761;14.2867;14.2973;14.3078;14.3184;14.329;14.3396;14.3502;14.3608;14.3714;14.382;14.3926;14.4031;14.4137;14.4243;14.4349;14.4455;14.4561;14.4667;14.4773;14.4878;0;14.509;14.5196;14.5302;14.5408;14.5514;14.562;14.5725;14.5831;14.5937;14.6043;14.6149;14.6255;14.6361;14.6467;14.6573;14.6678;14.6784;14.689;14.6996;14.7102;14.7208;14.7314;14.742;14.7525;14.7631;14.7737;14.7843;14.7949;14.8055;14.8161;14.8267;14.8373;14.8478;14.8584;14.869;14.8796;14.8902;14.9008;14.9114;14.922;14.9325;14.9431;14.9537;14.9643;14.9749;14.9855;14.9961;15.0067;15.0173;15.0278;15.0384;15.049;15.0596;15.0702;15.0808;15.0914;15.102;15.1125;15.1231;15.1337;15.1443;15.1549;15.1655;15.1761;15.1867;15.1973;15.2078;15.2184;15.229;15.2396;15.2502;15.2608;15.2714;15.282;15.2925;15.3031;15.3137;15.3243;</Alpha>
+                <Cl>-0.5;-0.499;-0.498;-0.497;-0.496;-0.495;-0.494;-0.493;-0.492;-0.491;-0.49;-0.489;-0.488;-0.487;-0.486;-0.485;-0.484;-0.483;-0.482;-0.481;-0.48;-0.479;-0.478;-0.477;-0.476;-0.475;-0.474;-0.473;-0.472;-0.471;-0.47;-0.469;-0.468;-0.467;-0.466;-0.465;-0.464;-0.463;-0.462;-0.461;-0.46;-0.459;-0.458;-0.457;-0.456;-0.455;-0.454;-0.453;-0.452;-0.451;-0.45;-0.449;-0.448;-0.447;-0.446;-0.445;-0.444;-0.443;-0.442;-0.441;-0.44;-0.439;-0.438;-0.437;-0.436;-0.435;-0.434;-0.433;-0.432;-0.431;-0.43;-0.429;-0.428;-0.427;-0.426;-0.425;-0.424;-0.423;-0.422;-0.421;-0.42;-0.419;-0.418;-0.417;-0.416;-0.415;-0.414;-0.413;-0.412;-0.411;-0.41;-0.409;-0.408;-0.407;-0.406;-0.405;-0.404;-0.403;-0.402;-0.401;-0.4;-0.399;-0.398;-0.397;-0.396;-0.395;-0.394;-0.393;-0.392;-0.391;-0.39;-0.389;-0.388;-0.387;-0.386;-0.385;-0.384;-0.383;-0.382;-0.381;-0.38;-0.379;-0.378;-0.377;-0.376;-0.375;-0.374;-0.373;-0.372;-0.371;-0.37;-0.369;-0.368;-0.367;-0.366;-0.365;-0.364;-0.363;-0.362;-0.361;-0.36;-0.359;-0.358;-0.357;-0.356;-0.355;-0.354;-0.353;-0.352;-0.351;-0.35;-0.349;-0.348;-0.347;-0.346;-0.345;-0.344;-0.343;-0.342;-0.341;-0.34;-0.339;-0.338;-0.337;-0.336;-0.335;-0.334;-0.333;-0.332;-0.331;-0.33;-0.329;-0.328;-0.327;-0.326;-0.325;-0.324;-0.323;-0.322;-0.321;-0.32;-0.319;-0.318;-0.317;-0.316;-0.315;-0.314;-0.313;-0.312;-0.311;-0.31;-0.309;-0.308;-0.307;-0.306;-0.305;-0.304;-0.303;-0.302;-0.301;-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447;1.448;1.449;1.45;1.451;1.452;1.453;1.454;1.455;1.456;1.457;1.458;1.459;1.46;1.461;1.462;1.463;1.464;1.465;1.466;1.467;1.468;1.469;1.47;1.471;1.472;1.473;1.474;1.475;1.476;1.477;1.478;1.479;1.48;1.481;1.482;1.483;1.484;1.485;1.486;1.487;1.488;1.489;1.49;1.491;1.492;1.493;1.494;1.495;1.496;1.497;1.498;1.499;1.5;1.501;1.502;1.503;1.504;1.505;1.506;1.507;1.508;1.509;1.51;1.511;1.512;1.513;1.514;1.515;1.516;1.517;1.518;1.519;1.52;1.521;1.522;1.523;1.524;1.525;1.526;1.527;1.528;1.529;1.53;1.531;1.532;1.533;1.534;1.535;1.536;1.537;1.538;1.539;1.54;1.541;1.542;1.543;1.544;1.545;1.546;1.547;1.548;1.549;1.55;1.551;1.552;1.553;1.554;1.555;1.556;1.557;1.558;1.559;1.56;1.561;1.562;1.563;1.564;1.565;1.566;1.567;1.568;1.569;1.57;1.571;1.572;1.573;1.574;1.575;1.576;1.577;1.578;1.579;1.58;1.581;1.582;1.583;1.584;1.585;1.586;1.587;1.588;1.589;1.59;1.591;1.592;1.593;1.594;1.595;1.596;1.597;1.598;1.599;1.6;1.601;1.602;1.603;1.604;1.605;1.606;1.607;1.608;1.609;1.61;1.611;1.612;1.613;1.614;1.615;1.616;1.617;1.618;1.619;1.62;1.621;1.622;1.623;1.624;1.625;1.626;1.627;1.628;1.629;1.63;1.631;1.632;1.633;1.634;1.635;1.636;1.637;1.638;1.639;1.64;1.641;1.642;1.643;1.644;1.645;1.646;1.647;1.648;1.649;1.65;1.651;1.652;1.653;1.654;1.655;1.656;1.657;1.658;1.659;1.66;1.661;1.662;1.663;1.664;1.665;1.666;1.667;1.668;1.669;1.67;1.671;1.672;1.673;1.674;1.675;1.676;1.677;1.678;1.679;1.68;1.681;1.682;1.683;1.684;1.685;1.686;1.687;1.688;1.689;1.69;1.691;1.692;1.693;1.694;1.695;1.696;1.697;1.698;1.699;1.7;1.701;1.702;1.703;1.704;1.705;1.706;1.707;1.708;1.709;1.71;1.711;1.712;1.713;1.714;1.715;1.716;1.717;1.718;1.719;1.72;1.721;1.722;1.723;1.724;1.725;1.726;1.727;1.728;1.729;1.73;1.731;1.732;1.733;1.734;1.735;1.736;1.737;1.738;1.739;1.74;1.741;1.742;1.743;1.744;1.745;1.746;1.747;1.748;1.749;1.75;1.751;1.752;1.753;1.754;1.755;1.756;1.757;1.758;1.759;1.76;1.761;1.762;1.763;1.764;1.765;1.766;1.767;1.768;1.769;1.77;1.771;1.772;1.773;1.774;1.775;1.776;1.777;1.778;1.779;1.78;1.781;1.782;1.783;1.784;1.785;1.786;1.787;1.788;1.789;1.79;1.791;1.792;1.793;1.794;1.795;1.796;1.797;1.798;1.799;1.8;1.801;1.802;1.803;1.804;1.805;1.806;1.807;1.808;1.809;1.81;1.811;1.812;1.813;1.814;1.815;1.816;1.817;1.818;1.819;1.82;1.821;1.822;1.823;1.824;1.825;1.826;1.827;1.828;1.829;1.83;1.831;1.832;1.833;1.834;1.835;1.836;1.837;1.838;1.839;1.84;1.841;1.842;1.843;1.844;1.845;1.846;1.847;1.848;1.849;1.85;1.851;1.852;1.853;1.854;1.855;1.856;1.857;1.858;1.859;1.86;1.861;1.862;1.863;1.864;1.865;1.866;1.867;1.868;1.869;1.87;1.871;1.872;1.873;1.874;1.875;1.876;1.877;1.878;1.879;1.88;1.881;1.882;1.883;1.884;1.885;1.886;1.887;1.888;1.889;1.89;1.891;1.892;1.893;1.894;1.895;1.896;1.897;1.898;1.899;1.9;1.901;1.902;1.903;1.904;1.905;1.906;1.907;1.908;1.909;1.91;1.911;1.912;1.913;1.914;1.915;1.916;1.917;1.918;1.919;1.92;1.921;1.922;1.923;1.924;1.925;1.926;1.927;1.928;1.929;1.93;1.931;1.932;1.933;1.934;1.935;1.936;1.937;1.938;1.939;1.94;1.941;1.942;1.943;1.944;1.945;1.946;1.947;1.948;1.949;1.95;1.951;1.952;1.953;1.954;1.955;1.956;1.957;1.958;1.959;1.96;1.961;1.962;1.963;1.964;1.965;1.966;1.967;1.968;1.969;1.97;1.971;1.972;1.973;1.974;1.975;1.976;1.977;1.978;1.979;1.98;1.981;1.982;1.983;1.984;1.985;1.986;1.987;1.988;1.989;1.99;1.991;1.992;1.993;1.994;1.995;1.996;1.997;1.998;1.999;2;2.001;2.002;2.003;2.004;2.005;2.006;2.007;2.008;2.009;2.01;2.011;2.012;2.013;2.014;2.015;2.016;2.017;2.018;2.019;2.02;2.021;2.022;2.023;2.024;2.025;2.026;2.027;2.028;2.029;2.03;2.031;2.032;2.033;2.034;2.035;2.036;2.037;2.038;2.039;2.04;2.041;2.042;2.043;2.044;2.045;2.046;2.047;2.048;2.049;2.05;2.051;2.052;2.053;2.054;2.055;2.056;2.057;2.058;2.059;2.06;2.061;2.062;2.063;2.064;2.065;2.066;2.067;2.068;2.069;2.07;2.071;2.072;2.073;2.074;2.075;2.076;2.077;2.078;2.079;2.08;2.081;2.082;2.083;2.084;2.085;2.086;2.087;2.088;2.089;2.09;2.091;2.092;2.093;2.094;2.095;2.096;2.097;2.098;2.099;2.1;2.101;2.102;2.103;2.104;2.105;2.106;2.107;2.108;2.109;2.11;2.111;2.112;2.113;2.114;2.115;2.116;2.117;2.118;2.119;2.12;2.121;2.122;2.123;2.124;2.125;2.126;2.127;2.128;2.129;2.13;2.131;2.132;2.133;2.134;2.135;2.136;2.137;2.138;2.139;2.14;2.141;2.142;2.143;2.144;2.145;2.146;2.147;2.148;2.149;2.15;2.151;2.152;2.153;2.154;2.155;2.156;2.157;2.158;2.159;2.16;2.161;2.162;2.163;2.164;2.165;2.166;2.167;2.168;2.169;2.17;2.171;2.172;2.173;2.174;2.175;2.176;2.177;2.178;2.179;2.18;2.181;2.182;2.183;2.184;2.185;2.186;2.187;2.188;2.189;2.19;2.191;2.192;2.193;2.194;2.195;2.196;2.197;2.198;2.199;2.2;2.201;2.202;2.203;2.204;2.205;2.206;2.207;2.208;2.209;2.21;2.211;2.212;2.213;2.214;2.215;2.216;2.217;2.218;2.219;2.22;2.221;2.222;2.223;2.224;2.225;2.226;2.227;2.228;2.229;2.23;2.231;2.232;2.233;2.234;2.235;2.236;2.237;2.238;2.239;2.24;2.241;2.242;2.243;2.244;2.245;2.246;2.247;2.248;2.249;2.25;2.251;2.252;2.253;2.254;2.255;2.256;2.257;2.258;2.259;2.26;2.261;2.262;2.263;2.264;2.265;2.266;2.267;2.268;2.269;2.27;2.271;2.272;2.273;2.274;2.275;2.276;2.277;2.278;2.279;2.28;2.281;2.282;2.283;2.284;2.285;2.286;2.287;2.288;2.289;2.29;2.291;2.292;2.293;2.294;2.295;2.296;2.297;2.298;2.299;2.3;2.301;2.302;2.303;2.304;2.305;2.306;2.307;2.308;2.309;2.31;2.311;2.312;2.313;2.314;2.315;2.316;2.317;2.318;2.319;2.32;2.321;2.322;2.323;2.324;2.325;2.326;2.327;2.328;2.329;2.33;2.331;2.332;2.333;2.334;2.335;2.336;2.337;2.338;2.339;2.34;2.341;2.342;2.343;2.344;2.345;2.346;2.347;2.348;2.349;2.35;2.351;2.352;2.353;2.354;2.355;2.356;2.357;2.358;2.359;2.36;2.361;2.362;2.363;2.364;2.365;2.366;2.367;2.368;2.369;2.37;2.371;2.372;2.373;2.374;2.375;2.376;2.377;2.378;2.379;2.38;2.381;2.382;2.383;2.384;2.385;2.386;2.387;2.388;2.389;2.39;2.391;2.392;2.393;2.394;2.395;2.396;2.397;2.398;2.399;2.4;2.401;2.402;2.403;2.404;2.405;2.406;2.407;2.408;2.409;2.41;2.411;2.412;2.413;2.414;2.415;2.416;2.417;2.418;2.419;2.42;2.421;2.422;2.423;2.424;2.425;2.426;2.427;2.428;2.429;2.43;2.431;2.432;2.433;2.434;2.435;2.436;2.437;2.438;2.439;2.44;2.441;2.442;2.443;2.444;2.445;2.446;2.447;2.448;2.449;2.45;2.451;2.452;2.453;2.454;2.455;2.456;2.457;2.458;2.459;2.46;2.461;2.462;2.463;2.464;2.465;2.466;2.467;2.468;2.469;2.47;2.471;2.472;2.473;2.474;2.475;2.476;2.477;2.478;2.479;2.48;2.481;2.482;2.483;2.484;2.485;2.486;2.487;2.488;2.489;2.49;2.491;2.492;2.493;2.494;2.495;2.496;2.497;2.498;2.499;2.5;2.501;2.502;2.503;2.504;2.505;2.506;2.507;2.508;2.509;2.51;2.511;2.512;2.513;2.514;2.515;2.516;2.517;</Cl>
+                <Cd>0.086994;0.0869219;0.0868499;0.0867779;0.0867061;0.0866344;0.0865628;0.0864913;0.0864198;0.0863485;0.0862772;0.0862061;0.086135;0.086064;0.0859932;0.0859224;0.0858517;0.0857811;0.0857106;0.0856402;0.0855699;0.0854997;0.0854296;0.0853596;0.0852897;0.0852198;0.0851501;0.0850804;0.0850109;0.0849414;0.0848721;0.0848028;0.0847336;0.0846645;0.0845956;0.0845267;0.0844579;0.0843892;0.0843206;0.0842521;0.0841836;0.0841153;0.0840471;0.0839789;0.0839109;0.083843;0.0837751;0.0837073;0.0836397;0.0835721;0.0835046;0.0834373;0.08337;0.0833028;0.0832357;0.0831687;0.0831018;0.083035;0.0829682;0.0829016;0.0828351;0.0827686;0.0827023;0.082636;0.0825699;0.0825038;0.0824379;0.082372;0.0823062;0.0822405;0.0821749;0.0821094;0.082044;0.0819787;0.0819135;0.0818484;0.0817834;0.0817185;0.0816536;0.0815889;0.0815242;0.0814597;0.0813952;0.0813309;0.0812666;0.0812024;0.0811384;0.0810744;0.0810105;0.0809467;0.080883;0.0808194;0.0807559;0.0806924;0.0806291;0.0805659;0.0805027;0.0804397;0.0803768;0.0803139;0.0802511;0.0801885;0.0801259;0.0800634;0.0800011;0.0799388;0.0798766;0.0798145;0.0797525;0.0796906;0.0796287;0.079567;0.0795054;0.0794439;0.0793824;0.0793211;0.0792598;0.0791987;0.0791376;0.0790767;0.0790158;0.078955;0.0788943;0.0788337;0.0787732;0.0787128;0.0786525;0.0785923;0.0785322;0.0784722;0.0784122;0.0783524;0.0782927;0.078233;0.0781735;0.078114;0.0780547;0.0779954;0.0779362;0.0778771;0.0778181;0.0777593;0.0777005;0.0776418;0.0775831;0.0775246;0.0774662;0.0774079;0.0773497;0.0772915;0.0772335;0.0771755;0.0771177;0.0770599;0.0770022;0.0769447;0.0768872;0.0768298;0.0767725;0.0767153;0.0766582;0.0766012;0.0765443;0.0764875;0.0764308;0.0763742;0.0763176;0.0762612;0.0762048;0.0761486;0.0760924;0.0760364;0.0759804;0.0759245;0.0758688;0.0758131;0.0757575;0.075702;0.0756466;0.0755913;0.0755361;0.075481;0.0754259;0.075371;0.0753162;0.0752614;0.0752068;0.0751522;0.0750978;0.0750434;0.0749891;0.074935;0.0748809;0.0748269;0.074773;0.0747192;0.0746655;0.0746119;0.0745584;0.074505;0.0744516;0.0743984;0.0743453;0.0742922;0.0742393;0.0741864;0.0741337;0.074081;0.0740284;0.0739759;0.0739236;0.0738713;0.0738191;0.073767;0.073715;0.0736631;0.0736112;0.0735595;0.0735079;0.0734564;0.0734049;0.0733536;0.0733023;0.0732512;0.0732001;0.0731491;0.0730983;0.0730475;0.0729968;0.0729462;0.0728957;0.0728453;0.072795;0.0727448;0.0726947;0.0726447;0.0725947;0.0725449;0.0724951;0.0724455;0.0723959;0.0723465;0.0722971;0.0722479;0.0721987;0.0721496;0.0721006;0.0720517;0.0720029;0.0719542;0.0719056;0.0718571;0.0718087;0.0717603;0.0717121;0.071664;0.0716159;0.071568;0.0715201;0.0714724;0.0714247;0.0713771;0.0713296;0.0712823;0.071235;0.0711878;0.0711407;0.0710937;0.0710468;0.0709999;0.0709532;0.0709066;0.0708601;0.0708136;0.0707673;0.070721;0.0706749;0.0706288;0.0705828;0.070537;0.0704912;0.0704455;0.0703999;0.0703544;0.070309;0.0702637;0.0702185;0.0701734;0.0701283;0.0700834;0.0700386;0.0699938;0.0699492;0.0699046;0.0698602;0.0698158;0.0697715;0.0697274;0.0696833;0.0696393;0.0695954;0.0695516;0.0695079;0.0694643;0.0694208;0.0693774;0.069334;0.0692908;0.0692477;0.0692046;0.0691617;0.0691188;0.069076;0.0690334;0.0689908;0.0689483;0.0689059;0.0688637;0.0688215;0.0687794;0.0687374;0.0686954;0.0686536;0.0686119;0.0685703;0.0685287;0.0684873;0.068446;0.0684047;0.0683635;0.0683225;0.0682815;0.0682406;0.0681999;0.0681592;0.0681186;0.0680781;0.0680377;0.0679974;0.0679572;0.067917;0.067877;0.0678371;0.0677972;0.0677575;0.0677179;0.0676783;0.0676388;0.0675995;0.0675602;0.067521;0.0674819;0.067443;0.0674041;0.0673653;0.0673266;0.0672879;0.0672494;0.067211;0.0671727;0.0671344;0.0670963;0.0670583;0.0670203;0.0669825;0.0669447;0.066907;0.0668695;0.066832;0.0667946;0.0667573;0.0667201;0.066683;0.066646;0.0666091;0.0665723;0.0665355;0.0664989;0.0664624;0.0664259;0.0663896;0.0663533;0.0663172;0.0662811;0.0662452;0.0662093;0.0661735;0.0661378;0.0661022;0.0660667;0.0660313;0.065996;0.0659608;0.0659257;0.0658906;0.0658557;0.0658209;0.0657861;0.0657515;0.0657169;0.0656825;0.0656481;0.0656138;0.0655797;0.0655456;0.0655116;0.0654777;0.0654439;0.0654102;0.0653766;0.0653431;0.0653096;0.0652763;0.0652431;0.0652099;0.0651769;0.0651439;0.0651111;0.0650783;0.0650457;0.0650131;0.0649806;0.0649482;0.0649159;0.0648837;0.0648516;0.0648196;0.0647877;0.0647559;0.0647242;0.0646925;0.064661;0.0646296;0.0645982;0.064567;0.0645358;0.0645047;0.0644738;0.0644429;0.0644121;0.0643814;0.0643508;0.0643203;0.0642899;0.0642596;0.0642294;0.0641993;0.0641693;0.0641393;0.0641095;0.0640797;0.0640501;0.0640205;0.0639911;0.0639617;0.0639324;0.0639033;0.0638742;0.0638452;0.0638163;0.0637875;0.0637588;0.0637302;0.0637017;0.0636732;0.0636449;0.0636167;0.0635885;0.0635605;0.0635325;0.0635047;0.0634769;0.0634492;0.0634217;0.0633942;0.0633668;0.0633395;0.0633123;0.0632852;0.0632582;0.0632313;0.0632045;0.0631778;0.0631511;0.0631246;0.0630981;0.0630718;0.0630455;0.0630194;0.0629933;0.0629673;0.0629415;0.0629157;0.06289;0.0628644;0.0628389;0.0628135;0.0627882;0.062763;0.0627379;0.0627128;0.0626879;0.0626631;0.0626383;0.0626137;0.0625891;0.0625646;0.0625403;0.062516;0.0624918;0.0624677;0.0624438;0.0624199;0.0623961;0.0623724;0.0623487;0.0623252;0.0623018;0.0622785;0.0622552;0.0622321;0.0622091;0.0621861;0.0621632;0.0621405;0.0621178;0.0620952;0.0620728;0.0620504;0.0620281;0.0620059;0.0619838;0.0619618;0.0619399;0.061918;0.0618963;0.0618747;0.0618531;0.0618317;0.0618104;0.0617891;0.0617679;0.0617469;0.0617259;0.061705;0.0616842;0.0616636;0.061643;0.0616225;0.0616021;0.0615817;0.0615615;0.0615414;0.0615214;0.0615014;0.0614816;0.0614619;0.0614422;0.0614227;0.0614032;0.0613838;0.0613646;0.0613454;0.0613263;0.0613073;0.0612884;0.0612696;0.0612509;0.0612323;0.0612138;0.0611953;0.061177;0.0611588;0.0611406;0.0611226;0.0611046;0.0610868;0.061069;0.0610513;0.0610338;0.0610163;0.0609989;0.0609816;0.0609644;0.0609473;0.0609303;0.0609134;0.0608966;0.0608798;0.0608632;0.0608467;0.0608302;0.0608139;0.0607976;0.0607815;0.0607654;0.0607494;0.0607335;0.0607178;0.0607021;0.0606865;0.060671;0.0606556;0.0606403;0.0606251;0.0606099;0.0605949;0.06058;0.0605651;0.0605504;0.0605357;0.0605212;0.0605067;0.0604923;0.0604781;0.0604639;0.0604498;0.0604358;0.0604219;0.0604081;0.0603944;0.0603808;0.0603673;0.0603539;0.0603405;0.0603273;0.0603141;0.0603011;0.0602881;0.0602753;0.0602625;0.0602499;0.0602373;0.0602248;0.0602124;0.0602001;0.0601879;0.0601758;0.0601638;0.0601519;0.0601401;0.0601283;0.0601167;0.0601052;0.0600937;0.0600824;0.0600711;0.06006;0.0600489;0.0600379;0.060027;0.0600163;0.0600056;0.059995;0.0599845;0.0599741;0.0599638;0.0599535;0.0599434;0.0599334;0.0599235;0.0599136;0.0599039;0.0598942;0.0598847;0.0598752;0.0598658;0.0598566;0.0598474;0.0598383;0.0598293;0.0598204;0.0598116;0.0598029;0.0597943;0.0597858;0.0597773;0.059769;0.0597608;0.0597526;0.0597446;0.0597366;0.0597288;0.059721;0.0597133;0.0597058;0.0596983;0.0596909;0.0596836;0.0596764;0.0596693;0.0596623;0.0596554;0.0596485;0.0596418;0.0596352;0.0596286;0.0596222;0.0596158;0.0596096;0.0596034;0.0595974;0.0595914;0.0595855;0.0595797;0.059574;0.0595684;0.0595629;0.0595575;0.0595522;0.059547;0.0595419;0.0595369;0.0595319;0.0595271;0.0595223;0.0595177;0.0595131;0.0595087;0.0595043;0.0595;0.0594958;0.0594917;0.0594878;0.0594839;0.0594801;0.0594763;0.0594727;0.0594692;0.0594658;0.0594625;0.0594592;0.0594561;0.059453;0.0594501;0.0594472;0.0594444;0.0594418;0.0594392;0.0594367;0.0594343;0.059432;0.0594298;0.0594277;0.0594257;0.0594238;0.059422;0.0594203;0.0594186;0.0594171;0.0594156;0.0594143;0.059413;0.0594119;0.0594108;0.0594098;0.0594089;0.0594082;0.0594075;0.0594069;0.0594064;0.059406;0.0594057;0.0594054;0.0594053;0.0594053;0.0594053;0.0594055;0.0594058;0.0594061;0.0594065;0.0594071;0.0594077;0.0594084;0.0594093;0.0594102;0.0594112;0.0594123;0.0594135;0.0594148;0.0594162;0.0594176;0.0594192;0.0594209;0.0594226;0.0594245;0.0594264;0.0594285;0.0594306;0.0594329;0.0594352;0.0594376;0.0594401;0.0594427;0.0594455;0.0594483;0.0594511;0.0594541;0.0594572;0.0594604;0.0594637;0.059467;0.0594705;0.059474;0.0594777;0.0594814;0.0594853;0.0594892;0.0594932;0.0594974;0.0595016;0.0595059;0.0595103;0.0595148;0.0595194;0.0595241;0.0595288;0.0595337;0.0595387;0.0595437;0.0595489;0.0595542;0.0595595;0.0595649;0.0595705;0.0595761;0.0595818;0.0595877;0.0595936;0.0595996;0.0596057;0.0596119;0.0596182;0.0596245;0.059631;0.0596376;0.0596443;0.059651;0.0596579;0.0596648;0.0596719;0.059679;0.0596863;0.0596936;0.059701;0.0597085;0.0597161;0.0597238;0.0597316;0.0597395;0.0597475;0.0597556;0.0597638;0.059772;0.0597804;0.0597889;0.0597974;0.0598061;0.0598148;0.0598237;0.0598326;0.0598416;0.0598507;0.0598599;0.0598693;0.0598787;0.0598882;0.0598977;0.0599074;0.0599172;0.0599271;0.0599371;0.0599471;0.0599573;0.0599675;0.0599779;0.0599883;0.0599989;0.0600095;0.0600202;0.060031;0.0600419;0.0600529;0.060064;0.0600752;0.0600865;0.0600979;0.0601094;0.060121;0.0601326;0.0601444;0.0601562;0.0601682;0.0601802;0.0601924;0.0602046;0.0602169;0.0602294;0.0602419;0.0602545;0.0602672;0.06028;0.0602929;0.0603059;0.060319;0.0603321;0.0603454;0.0603588;0.0603722;0.0603858;0.0603994;0.0604132;0.060427;0.0604409;0.060455;0.0604691;0.0604833;0.0604976;0.060512;0.0605265;0.0605411;0.0605558;0.0605706;0.0605854;0.0606004;0.0606155;0.0606306;0.0606459;0.0606612;0.0606767;0.0606922;0.0607078;0.0607235;0.0607394;0.0607553;0.0607713;0.0607874;0.0608036;0.0608199;0.0608363;0.0608527;0.0608693;0.060886;0.0609027;0.0609196;0.0609365;0.0609536;0.0609707;0.0609879;0.0610053;0.0610227;0.0610402;0.0610578;0.0610755;0.0610933;0.0611112;0.0611292;0.0611473;0.0611655;0.0611837;0.0612021;0.0612206;0.0612391;0.0612578;0.0612765;0.0612953;0.0613143;0.0613333;0.0613524;0.0613716;0.0613909;0.0614103;0.0614298;0.0614494;0.0614691;0.0614889;0.0615088;0.0615287;0.0615488;0.0615689;0.0615892;0.0616095;0.06163;0.0616505;0.0616711;0.0616919;0.0617127;0.0617336;0.0617546;0.0617757;0.0617969;0.0618182;0.0618396;0.061861;0.0618826;0.0619043;0.061926;0.0619479;0.0619698;0.0619919;0.062014;0.0620362;0.0620586;0.062081;0.0621035;0.0621261;0.0621488;0.0621716;0.0621945;0.0622175;0.0622406;0.0622638;0.062287;0.0623104;0.0623338;0.0623574;0.062381;0.0624048;0.0624286;0.0624526;0.0624766;0.0625007;0.0625249;0.0625492;0.0625736;0.0625981;0.0626227;0.0626474;0.0626722;0.062697;0.062722;0.0627471;0.0627722;0.0627975;0.0628228;0.0628483;0.0628738;0.0628994;0.0629251;0.062951;0.0629769;0.0630029;0.063029;0.0630552;0.0630815;0.0631078;0.0631343;0.0631609;0.0631875;0.0632143;0.0632412;0.0632681;0.0632952;0.0633223;0.0633495;0.0633768;0.0634043;0.0634318;0.0634594;0.0634871;0.0635149;0.0635428;0.0635708;0.0635988;0.063627;0.0636553;0.0636837;0.0637121;0.0637407;0.0637693;0.0637981;0.0638269;0.0638558;0.0638848;0.063914;0.0639432;0.0639725;0.0640019;0.0640314;0.064061;0.0640906;0.0641204;0.0641503;0.0641803;0.0642103;0.0642405;0.0642707;0.0643011;0.0643315;0.064362;0.0643927;0.0644234;0.0644542;0.0644851;0.0645161;0.0645472;0.0645784;0.0646097;0.0646411;0.0646726;0.0647041;0.0647358;0.0647676;0.0647994;0.0648314;0.0648634;0.0648955;0.0649278;0.0649601;0.0649925;0.065025;0.0650576;0.0650903;0.0651231;0.065156;0.065189;0.0652221;0.0652553;0.0652885;0.0653219;0.0653553;0.0653889;0.0654225;0.0654563;0.0654901;0.065524;0.0655581;0.0655922;0.0656264;0.0656607;0.0656951;0.0657296;0.0657642;0.0657989;0.0658337;0.0658685;0.0659035;0.0659386;0.0659737;0.066009;0.0660443;0.0660797;0.0661153;0.0661509;0.0661866;0.0662224;0.0662583;0.0662943;0.0663304;0.0663666;0.0664029;0.0664393;0.0664758;0.0665123;0.066549;0.0665858;0.0666226;0.0666596;0.0666966;0.0667338;0.066771;0.0668083;0.0668457;0.0668832;0.0669208;0.0669585;0.0669963;0.0670342;0.0670722;0.0671103;0.0671485;0.0671867;0.0672251;0.0672636;0.0673021;0.0673408;0.0673795;0.0674183;0.0674573;0.0674963;0.0675354;0.0675746;0.0676139;0.0676533;0.0676928;0.0677324;0.0677721;0.0678119;0.0678517;0.0678917;0.0679317;0.0679719;0.0680122;0.0680525;0.0680929;0.0681335;0.0681741;0.0682148;0.0682556;0.0682965;0.0683375;0.0683786;0.0684198;0.0684611;0.0685025;0.068544;0.0685855;0.0686272;0.068669;0.0687108;0.0687528;0.0687948;0.0688369;0.0688792;0.0689215;0.0689639;0.0690064;0.069049;0.0690917;0.0691345;0.0691774;0.0692204;0.0692635;0.0693067;0.0693499;0.0693933;0.0694367;0.0694803;0.0695239;0.0695677;0.0696115;0.0696554;0.0696995;0.0697436;0.0697878;0.0698321;0.0698765;0.069921;0.0699656;0.0700102;0.070055;0.0700999;0.0701449;0.0701899;0.0702351;0.0702803;0.0703257;0.0703711;0.0704166;0.0704623;0.070508;0.0705538;0.0705997;0.0706457;0.0706918;0.070738;0.0707843;0.0708307;0.0708771;0.0709237;0.0709704;0.0710171;0.071064;0.0711109;0.071158;0.0712051;0.0712523;0.0712996;0.0713471;0.0713946;0.0714422;0.0714899;0.0715377;0.0715856;0.0716336;0.0716816;0.0717298;0.0717781;0.0718264;0.0718749;0.0719234;0.0719721;0.0720208;0.0720696;0.0721186;0.0721676;0.0722167;0.0722659;0.0723152;0.0723646;0.0724141;0.0724637;0.0725134;0.0725632;0.072613;0.072663;0.0727131;0.0727632;0.0728135;0.0728638;0.0729142;0.0729648;0.0730154;0.0730661;0.0731169;0.0731678;0.0732188;0.0732699;0.0733211;0.0733724;0.0734238;0.0734753;0.0735268;0.0735785;0.0736302;0.0736821;0.073734;0.0737861;0.0738382;0.0738904;0.0739428;0.0739952;0.0740477;0.0741003;0.074153;0.0742058;0.0742587;0.0743117;0.0743648;0.0744179;0.0744712;0.0745245;0.074578;0.0746316;0.0746852;0.0747389;0.0747928;0.0748467;0.0749007;0.0749548;0.075009;0.0750633;0.0751177;0.0751722;0.0752268;0.0752815;0.0753363;0.0753911;0.0754461;0.0755012;0.0755563;0.0756116;0.0756669;0.0757223;0.0757779;0.0758335;0.0758892;0.075945;0.0760009;0.0760569;0.076113;0.0761692;0.0762255;0.0762819;0.0763384;0.0763949;0.0764516;0.0765084;0.0765652;0.0766221;0.0766792;0.0767363;0.0767935;0.0768509;0.0769083;0.0769658;0.0770234;0.0770811;0.0771389;0.0771968;0.0772548;0.0773128;0.077371;0.0774293;0.0774876;0.0775461;0.0776046;0.0776633;0.077722;0.0777809;0.0778398;0.0778988;0.0779579;0.0780171;0.0780764;0.0781358;0.0781953;0.0782549;0.0783146;0.0783744;0.0784342;0.0784942;0.0785543;0.0786144;0.0786746;0.078735;0.0787954;0.078856;0.0789166;0.0789773;0.0790381;0.079099;0.07916;0.0792211;0.0792823;0.0793436;0.079405;0.0794664;0.079528;0.0795897;0.0796514;0.0797133;0.0797752;0.0798373;0.0798994;0.0799616;0.0800239;0.0800864;0.0801489;0.0802115;0.0802742;0.080337;0.0803998;0.0804628;0.0805259;0.0805891;0.0806523;0.0807157;0.0807792;0.0808427;0.0809063;0.0809701;0.0810339;0.0810978;0.0811619;0.081226;0.0812902;0.0813545;0.0814189;0.0814834;0.081548;0.0816126;0.0816774;0.0817423;0.0818072;0.0818723;0.0819375;0.0820027;0.082068;0.0821335;0.082199;0.0822646;0.0823303;0.0823962;0.0824621;0.0825281;0.0825942;0.0826603;0.0827266;0.082793;0.0828595;0.082926;0.0829927;0.0830595;0.0831263;0.0831933;0.0832603;0.0833274;0.0833947;0.083462;0.0835294;0.0835969;0.0836645;0.0837322;0.0838;0.0838679;0.0839359;0.0840039;0.0840721;0.0841404;0.0842087;0.0842772;0.0843457;0.0844144;0.0844831;0.0845519;0.0846209;0.0846899;0.084759;0.0848282;0.0848975;0.0849669;0.0850364;0.085106;0.0851757;0.0852454;0.0853153;0.0853853;0.0854553;0.0855255;0.0855957;0.0856661;0.0857365;0.085807;0.0858776;0.0859484;0.0860192;0.0860901;0.0861611;0.0862322;0.0863034;0.0863746;0.086446;0.0865175;0.0865891;0.0866607;0.0867325;0.0868043;0.0868763;0.0869483;0.0870204;0.0870927;0.087165;0.0872374;0.0873099;0.0873825;0.0874552;0.087528;0.0876009;0.0876739;0.0877469;0.0878201;0.0878934;0.0879667;0.0880402;0.0881137;0.0881874;0.0882611;0.0883349;0.0884089;0.0884829;0.088557;0.0886312;0.0887055;0.0887799;0.0888544;0.088929;0.0890037;0.0890784;0.0891533;0.0892283;0.0893033;0.0893785;0.0894537;0.0895291;0.0896045;0.08968;0.0897556;0.0898314;0.0899072;0.0899831;0.0900591;0.0901352;0.0902114;0.0902876;0.090364;0.0904405;0.090517;0.0905937;0.0906705;0.0907473;0.0908243;0.0909013;0.0909784;0.0910556;0.091133;0.0912104;0.0912879;0.0913655;0.0914432;0.091521;0.0915989;0.0916768;0.0917549;0.0918331;0.0919114;0.0919897;0.0920682;0.0921467;0.0922254;0.0923041;0.0923829;0.0924618;0.0925409;0.09262;0.0926992;0.0927785;0.0928579;0.0929374;0.0930169;0.0930966;0.0931764;0.0932563;0.0933362;0.0934163;0.0934964;0.0935767;0.093657;0.0937375;0.093818;0.0938986;0.0939793;0.0940601;0.094141;0.094222;0.0943031;0.0943843;0.0944656;0.094547;0.0946284;0.09471;0.0947917;0.0948734;0.0949553;0.0950372;0.0951192;0.0952014;0.0952836;0.0953659;0.0954483;0.0955308;0.0956134;0.0956961;0.0957789;0.0958618;0.0959448;0.0960279;0.096111;0.0961943;0.0962777;0.0963611;0.0964447;0.0965283;0.096612;0.0966959;0.0967798;0.0968638;0.0969479;0.0970321;0.0971164;0.0972008;0.0972853;0.0973699;0.0974546;0.0975393;0.0976242;0.0977092;0.0977942;0.0978794;0.0979646;0.09805;0.0981354;0.0982209;0.0983065;0.0983922;0.0984781;0.098564;0.09865;0.0987361;0.0988222;0.0989085;0.0989949;0.0990814;0.0991679;0.0992546;0.0993413;0.0994282;0.0995151;0.0996022;0.0996893;0.0997765;0.0998638;0.0999513;0.100039;0.100126;0.100214;0.100302;0.10039;0.100478;0.100566;0.100654;0.100742;0.100831;0.100919;0.101008;0.101096;0.101185;0.101274;0.101363;0.101452;0.101541;0.10163;0.101719;0.101809;0.101898;0.101988;0.102077;0.102167;0.102257;0.102347;0.102437;0.102527;0.102618;0.102708;0.102798;0.102889;0.102979;0.10307;0.103161;0.103252;0.103343;0.103434;0.103525;0.103616;0.103708;0.103799;0.103891;0.103982;0.104074;0.104166;0.104258;0.10435;0.104442;0.104534;0.104627;0.104719;0.104812;0.104904;0.104997;0.10509;0.105183;0.105276;0.105369;0.105462;0.105555;0.105648;0.105742;0.105835;0.105929;0.106023;0.106117;0.106211;0.106305;0.106399;0.106493;0.106587;0.106682;0.106776;0.106871;0.106965;0.10706;0.107155;0.10725;0.107345;0.10744;0.107535;0.107631;0.107726;0.107822;0.107917;0.108013;0.108109;0.108205;0.108301;0.108397;0.108493;0.108589;0.108686;0.108782;0.108879;0.108975;0.109072;0.109169;0.109266;0.109363;0.10946;0.109557;0.109655;0.109752;0.10985;0.109947;0.110045;0.110143;0.11024;0.110338;0.110437;0.110535;0.110633;0.110731;0.11083;0.110928;0.111027;0.111126;0.111225;0.111323;0.111422;0.111522;0.111621;0.11172;0.111819;0.111919;0.112019;0.112118;0.112218;0.112318;0.112418;0.112518;0.112618;0.112718;0.112819;0.112919;0.11302;0.11312;0.113221;0.113322;0.113423;0.113524;0.113625;0.113726;0.113827;0.113929;0.11403;0.114132;0.114233;0.114335;0.114437;0.114539;0.114641;0.114743;0.114845;0.114947;0.11505;0.115152;0.115255;0.115358;0.11546;0.115563;0.115666;0.115769;0.115873;0.115976;0.116079;0.116183;0.116286;0.11639;0.116494;0.116597;0.116701;0.116805;0.116909;0.117014;0.117118;0.117222;0.117327;0.117431;0.117536;0.117641;0.117746;0.117851;0.117956;0.118061;0.118166;0.118271;0.118377;0.118482;0.118588;0.118694;0.118799;0.118905;0.119011;0.119117;0.119224;0.11933;0.119436;0.119543;0.119649;0.119756;0.119863;0.11997;0.120077;0.120184;0.120291;0.120398;0.120505;0.120613;0.12072;0.120828;0.120935;0.121043;0.121151;0.121259;0.121367;0.121475;0.121584;0.121692;0.1218;0.121909;0.122018;0.122126;0.122235;0.122344;0.122453;0.122562;0.122671;0.122781;0.12289;0.123;0.123109;0.123219;0.123329;0.123438;0.123548;0.123658;0.123769;0.123879;0.123989;0.1241;0.12421;0.124321;0.124431;0.124542;0.124653;0.124764;0.124875;0.124986;0.125098;0.125209;0.125321;0.125432;0.125544;0.125656;0.125767;0.125879;0.125991;0.126103;0.126216;0.126328;0.12644;0.126553;0.126666;0.126778;0.126891;0.127004;0.127117;0.12723;0.127343;0.127456;0.12757;0.127683;0.127797;0.12791;0.128024;0.128138;0.128252;0.128366;0.12848;0.128594;0.128708;0.128823;0.128937;0.129052;0.129167;0.129281;0.129396;0.129511;0.129626;0.129741;0.129857;0.129972;0.130087;0.130203;0.130319;0.130434;0.13055;0.130666;0.130782;0.130898;0.131014;0.13113;0.131247;0.131363;0.13148;0.131597;0.131713;0.13183;0.131947;0.132064;0.132181;0.132298;0.132416;0.132533;0.132651;0.132768;0.132886;0.133004;0.133122;0.13324;0.133358;0.133476;0.133594;0.133712;0.133831;0.133949;0.134068;0.134187;0.134306;0.134425;0.134544;0.134663;0.134782;0.134901;0.135021;0.13514;0.13526;0.135379;0.135499;0.135619;0.135739;0.135859;0.135979;0.136099;0.13622;0.13634;0.136461;0.136581;0.136702;0.136823;0.136944;0.137065;0.137186;0.137307;0.137428;0.13755;0.137671;0.137793;0.137914;0.138036;0.138158;0.13828;0.138402;0.138524;0.138646;0.138768;0.138891;0.139013;0.139136;0.139259;0.139381;0.139504;0.139627;0.13975;0.139874;0.139997;0.14012;0.140244;0.140367;0.140491;0.140615;0.140738;0.140862;0.140986;0.14111;0.141235;0.141359;0.141483;0.141608;0.141732;0.141857;0.141982;0.142107;0.142232;0.142357;0.142482;0.142607;0.142732;0.142858;0.142983;0.143109;0.143235;0.14336;0.143486;0.143612;0.143738;0.143865;0.143991;0.144117;0.144244;0.14437;0.144497;0.144624;0.144751;0.144877;0.145005;0.145132;0.145259;0.145386;0.145514;0.145641;0.145769;0.145896;0.146024;0.146152;0.14628;0.146408;0.146536;0.146665;0.146793;0.146921;0.14705;0.147178;0.147307;0.147436;0.147565;0.147694;0.147823;0.147952;0.148082;0.148211;0.14834;0.14847;0.1486;0.148729;0.148859;0.148989;0.149119;0.149249;0.14938;0.14951;0.14964;0.149771;0.149902;0.150032;0.150163;0.150294;0.150425;0.150556;0.150687;0.150819;0.15095;0.151081;0.151213;0.151345;0.151476;0.151608;0.15174;0.151872;0.152004;0.152137;0.152269;0.152401;0.152534;0.152666;0.152799;0.152932;0.153065;0.153198;0.153331;0.153464;0.153597;0.153731;0.153864;0.153997;0.154131;0.154265;0.154399;0.154533;0.154667;0.154801;0.154935;0.155069;0.155204;0.155338;0.155473;0.155607;0.155742;0.155877;0.156012;0.156147;0.156282;0.156417;0.156553;0.156688;0.156824;0.156959;0.157095;0.157231;0.157367;0.157503;0.157639;0.157775;0.157911;0.158048;0.158184;0.158321;0.158457;0.158594;0.158731;0.158868;0.159005;0.159142;0.159279;0.159416;0.159554;0.159691;0.159829;0.159967;0.160104;0.160242;0.16038;0.160518;0.160657;0.160795;0.160933;0.161072;0.16121;0.161349;0.161487;0.161626;0.161765;0.161904;0.162043;0.162183;0.162322;0.162461;0.162601;0.16274;0.16288;0.16302;0.16316;0.1633;0.16344;0.16358;0.16372;0.16386;0.164001;0.164141;0.164282;0.164423;0.164563;0.164704;0.164845;0.164986;0.165128;0.165269;0.16541;0.165552;0.165693;0.165835;0.165977;0.166118;0.16626;0.166402;0.166545;0.166687;0.166829;0.166971;0.167114;0.167257;0.167399;0.167542;0.167685;0.167828;0.167971;0.168114;0.168257;0.168401;0.168544;0.168688;0.168831;0.168975;0.169119;0.169263;0.169407;0.169551;0.169695;0.169839;0.169984;0.170128;0.170273;0.170418;0.170562;0.170707;0.170852;0.170997;0.171142;0.171288;0.171433;0.171578;0.171724;0.171869;0.172015;0.172161;0.172307;0.172453;0.172599;0.172745;0.172891;0.173038;0.173184;0.173331;0.173477;0.173624;0.173771;0.173918;0.174065;0.174212;0.174359;0.174507;0.174654;0.174802;0.174949;0.175097;0.175245;0.175392;0.17554;0.175689;0.175837;0.175985;0.176133;0.176282;0.17643;0.176579;0.176728;0.176876;0.177025;0.177174;0.177323;0.177473;0.177622;0.177771;0.177921;0.17807;0.17822;0.17837;0.17852;0.17867;0.17882;0.17897;0.17912;0.17927;0.179421;0.179571;0.179722;0.179873;0.180024;0.180174;0.180325;0.180476;0.180628;0.180779;0.18093;0.181082;0.181233;0.181385;0.181537;0.181689;0.18184;0.181993;0.182145;0.182297;0.182449;0.182602;0.182754;0.182907;0.183059;0.183212;0.183365;0.183518;0.183671;0.183824;0.183977;0.184131;0.184284;0.184438;0.184591;0.184745;0.184899;0.185053;0.185207;0.185361;0.185515;0.18567;0.185824;0.185978;0.186133;0.186288;0.186442;0.186597;0.186752;0.186907;0.187062;0.187218;0.187373;0.187528;0.187684;0.18784;0.187995;0.188151;0.188307;0.188463;0.188619;0.188775;0.188931;0.189088;0.189244;0.189401;0.189557;0.189714;0.189871;0.190028;0.190185;0.190342;0.190499;0.190657;0.190814;0.190972;0.191129;0.191287;0.191445;0.191603;0.191761;0.191919;0.192077;0.192235;0.192393;0.192552;0.19271;0.192869;0.193028;0.193187;0.193345;0.193504;0.193664;0.193823;0.193982;0.194141;0.194301;0.19446;0.19462;0.19478;0.19494;0.1951;0.19526;0.19542;0.19558;0.19574;0.195901;0.196061;0.196222;0.196383;0.196544;0.196704;0.196865;0.197026;0.197188;0.197349;0.19751;0.197672;0.197833;0.197995;0.198157;0.198319;0.198481;0.198643;0.198805;0.198967;0.199129;0.199292;0.199454;0.199617;0.199779;0.199942;0.200105;0.200268;0.200431;0.200594;0.200757;0.200921;0.201084;0.201248;0.201411;0.201575;0.201739;0.201903;0.202067;0.202231;0.202395;0.202559;0.202724;0.202888;0.203053;0.203218;0.203382;0.203547;0.203712;0.203877;0.204042;0.204208;0.204373;0.204538;0.204704;0.204869;0.205035;0.205201;0.205367;0.205533;0.205699;0.205865;0.206031;0.206198;0.206364;0.206531;0.206697;0.206864;0.207031;0.207198;0.207365;0.207532;0.207699;0.207867;0.208034;0.208202;0.208369;0.208537;0.208705;0.208872;0.20904;0.209209;0.209377;0.209545;0.209713;0.209882;0.21005;0.210219;0.210388;0.210556;0.210725;0.210894;0.211063;0.211233;0.211402;0.211571;0.211741;0.21191;0.21208;0.21225;0.21242;0.21259;0.21276;0.21293;0.2131;0.21327;0.213441;0.213611;0.213782;0.213953;0.214123;0.214294;0.214465;0.214636;0.214808;0.214979;0.21515;0.215322;0.215493;0.215665;0.215837;0.216008;0.21618;0.216352;0.216525;0.216697;0.216869;0.217041;0.217214;0.217387;0.217559;0.217732;0.217905;0.218078;0.218251;0.218424;0.218597;0.218771;0.218944;0.219118;0.219291;0.219465;0.219639;0.219813;0.219987;0.220161;0.220335;0.220509;0.220684;0.220858;0.221033;0.221207;0.221382;0.221557;0.221732;0.221907;0.222082;0.222257;0.222433;0.222608;0.222784;0.222959;0.223135;0.223311;0.223487;0.223663;0.223839;0.224015;0.224191;0.224368;0.224544;0.224721;0.224897;0.225074;0.225251;0.225428;0.225605;0.225782;0.225959;0.226136;0.226314;0.226491;0.226669;0.226847;0.227024;0.227202;0.22738;0.227558;0.227736;0.227915;0.228093;0.228272;0.22845;0.228629;0.228807;0.228986;0.229165;0.229344;0.229523;0.229702;0.229882;0.230061;0.230241;0.23042;0.2306;0.23078;0.230959;0.231139;0.231319;0.2315;0.23168;0.23186;0.232041;0.232221;0.232402;0.232582;0.232763;0.232944;0.233125;0.233306;0.233487;0.233669;0.23385;0.234031;0.234213;0.234395;0.234576;0.234758;0.23494;0.235122;0.235304;0.235487;0.235669;0.235851;0.236034;0.236216;0.236399;0.236582;0.236765;0.236948;0.237131;0.237314;0.237497;0.23768;0.237864;0.238047;0.238231;0.238415;0.238599;0.238783;0.238967;0.239151;0.239335;0.239519;0.239703;0.239888;0.240073;0.240257;0.240442;0.240627;0.240812;0.240997;0.241182;0.241367;0.241553;0.241738;0.241923;0.242109;0.242295;0.242481;0.242666;0.242852;0.243039;0.243225;0.243411;0.243597;0.243784;0.24397;0.244157;0.244344;0.244531;0.244717;0.244905;0.245092;0.245279;0.245466;0.245654;0.245841;0.246029;0.246216;0.246404;0.246592;0.24678;0.246968;0.247156;0.247344;0.247533;0.247721;0.24791;0.248098;0.248287;0.248476;0.248665;0.248854;0.249043;0.249232;0.249421;0.249611;0.2498;0.24999;0.25018;0.250369;0.250559;0.250749;0.250939;0.251129;0.25132;0.25151;0.2517;0.251891;0.252081;0.252272;0.252463;0.252654;0.252845;0.253036;0.253227;0.253418;0.25361;0.253801;0.253993;0.254184;0.254376;0.254568;0.25476;0.254952;0.255144;0.255336;0.255528;0.255721;0.255913;0.256106;0.256299;0.256491;0.256684;0.256877;0.25707;0.257263;0.257457;0.25765;0.257844;0.258037;0.258231;0.258424;0.258618;0.258812;0.259006;0.2592;0.259394;0.259589;0.259783;0.259978;0.260172;0.260367;0.260562;0.260756;0.260951;0.261146;0.261342;0.261537;0.261732;0.261928;0.262123;0.262319;0.262514;0.26271;0.262906;0.263102;0.263298;0.263494;0.263691;0.263887;0.264083;0.26428;0.264477;0.264673;0.26487;0.265067;0.265264;0.265461;0.265658;0.265856;0.266053;0.266251;0.266448;0.266646;0.266844;0.267042;0.26724;0.267438;0.267636;0.267834;0.268032;0.268231;0.268429;0.268628;0.268827;0.269025;0.269224;0.269423;0.269623;0.269822;0.270021;0.27022;0.27042;0.270619;0.270819;0.271019;0.271219;0.271419;0.271619;0.271819;0.272019;0.272219;0.27242;0.27262;0.272821;0.273022;0.273222;0.273423;0.273624;0.273825;0.274027;0.274228;0.274429;0.274631;0.274832;0.275034;0.275236;0.275437;0.275639;0.275841;0.276043;0.276246;0.276448;0.27665;0.276853;0.277055;0.277258;0.277461;0.277664;0.277867;0.27807;0.278273;0.278476;0.27868;0.278883;0.279087;0.27929;0.279494;0.279698;0.279902;0.280106;0.28031;0.280514;0.280718;0.280923;0.281127;0.281332;0.281536;0.281741;0.281946;0.282151;0.282356;0.282561;0.282766;0.282972;0.283177;0.283383;0.283588;0.283794;0.284;0.284206;0.284412;0.284618;0.284824;0.28503;0.285236;0.285443;0.285649;0.285856;0.286063;0.28627;0.286477;0.286684;0.286891;0.287098;0.287305;0.287513;0.28772;0.287928;0.288135;0.288343;0.288551;0.288759;0.288967;0.289175;0.289383;0.289592;0.2898;0.290009;0.290217;0.290426;0.290635;0.290844;0.291053;0.291262;0.291471;0.29168;0.29189;0.292099;0.292309;0.292519;0.292728;0.292938;0.293148;0.293358;0.293568;0.293778;0.293989;0.294199;0.29441;0.29462;0.294831;0.295042;0.295253;0.295464;0.295675;0.295886;0.296097;0.296309;0.29652;0.296732;0.296943;0.297155;0.297367;0.297579;0.297791;0.298003;0.298215;0.298427;0.29864;</Cd>
+                <Cm>0.456392;0.456118;0.455844;0.45557;0.455296;0.455022;0.454748;0.454474;0.4542;0.453926;0.453652;0.453378;0.453104;0.45283;0.452555;0.452281;0.452007;0.451733;0.451459;0.451185;0.450911;0.450637;0.450363;0.450089;0.449815;0.449541;0.449267;0.448993;0.448718;0.448444;0.44817;0.447896;0.447622;0.447348;0.447074;0.4468;0.446526;0.446252;0.445978;0.445704;0.44543;0.445156;0.444881;0.444607;0.444333;0.444059;0.443785;0.443511;0.443237;0.442963;0.442689;0.442415;0.442141;0.441867;0.441593;0.441319;0.441044;0.44077;0.440496;0.440222;0.439948;0.439674;0.4394;0.439126;0.438852;0.438578;0.438304;0.43803;0.437756;0.437482;0.437207;0.436933;0.436659;0.436385;0.436111;0.435837;0.435563;0.435289;0.435015;0.434741;0.434467;0.434193;0.433919;0.433645;0.43337;0.433096;0.432822;0.432548;0.432274;0.432;0.431726;0.431452;0.431178;0.430904;0.43063;0.430356;0.430082;0.429808;0.429533;0.429259;0.428985;0.428711;0.428437;0.428163;0.427889;0.427615;0.427341;0.427067;0.426793;0.426519;0.426245;0.425971;0.425696;0.425422;0.425148;0.424874;0.4246;0.424326;0.424052;0.423778;0.423504;0.42323;0.422956;0.422682;0.422408;0.422134;0.421859;0.421585;0.421311;0.421037;0.420763;0.420489;0.420215;0.419941;0.419667;0.419393;0.419119;0.418845;0.418571;0.418297;0.418022;0.417748;0.417474;0.4172;0.416926;0.416652;0.416378;0.416104;0.41583;0.415556;0.415282;0.415008;0.414734;0.41446;0.414185;0.413911;0.413637;0.413363;0.413089;0.412815;0.412541;0.412267;0.411993;0.411719;0.411445;0.411171;0.410897;0.410623;0.410348;0.410074;0.4098;0.409526;0.409252;0.408978;0.408704;0.40843;0.408156;0.407882;0.407608;0.407334;0.40706;0.406786;0.406511;0.406237;0.405963;0.405689;0.405415;0.405141;0.404867;0.404593;0.404319;0.404045;0.403771;0.403497;0.403223;0.402949;0.402674;0.4024;0.402126;0.401852;0.401578;0.401304;0.40103;0.400756;0.400482;0.400208;0.399934;0.39966;0.399386;0.399112;0.398837;0.398563;0.398289;0.398015;0.397741;0.397467;0.397193;0.396919;0.396645;0.396371;0.396097;0.395823;0.395549;0.395275;0.395;0.394726;0.394452;0.394178;0.393904;0.39363;0.393356;0.393082;0.392808;0.392534;0.39226;0.391986;0.391712;0.391438;0.391163;0.390889;0.390615;0.390341;0.390067;0.389793;0.389519;0.389245;0.388971;0.388697;0.388423;0.388149;0.387875;0.387601;0.387327;0.387052;0.386778;0.386504;0.38623;0.385956;0.385682;0.385408;0.385134;0.38486;0.384586;0.384312;0.384038;0.383764;0.38349;0.383215;0.382941;0.382667;0.382393;0.382119;0.381845;0.381571;0.381297;0.381023;0.380749;0.380475;0.380201;0.379927;0.379653;0.379378;0.379104;0.37883;0.378556;0.378282;0.378008;0.377734;0.37746;0.377186;0.376912;0.376638;0.376364;0.37609;0.375816;0.375541;0.375267;0.374993;0.374719;0.374445;0.374171;0.373897;0.373623;0.373349;0.373075;0.372801;0.372527;0.372253;0.371979;0.371704;0.37143;0.371156;0.370882;0.370608;0.370334;0.37006;0.369786;0.369512;0.369238;0.368964;0.36869;0.368416;0.368142;0.367867;0.367593;0.367319;0.367045;0.366771;0.366497;0.366223;0.365949;0.365675;0.365401;0.365127;0.364853;0.364579;0.364305;0.36403;0.363756;0.363482;0.363208;0.362934;0.36266;0.362386;0.362112;0.361838;0.361564;0.36129;0.361016;0.360742;0.360468;0.360193;0.359919;0.359645;0.359371;0.359097;0.358823;0.358549;0.358275;0.358001;0.357727;0.357453;0.357179;0.356905;0.356631;0.356356;0.356082;0.355808;0.355534;0.35526;0.354986;0.354712;0.354438;0.354164;0.35389;0.353616;0.353342;0.353068;0.352794;0.352519;0.352245;0.351971;0.351697;0.351423;0.351149;0.350875;0.350601;0.350327;0.350053;0.349779;0.349505;0.349231;0.348957;0.348682;0.348408;0.348134;0.34786;0.347586;0.347312;0.347038;0.346764;0.34649;0.346216;0.345942;0.345668;0.345394;0.34512;0.344845;0.344571;0.344297;0.344023;0.343749;0.343475;0.343201;0.342927;0.342653;0.342379;0.342105;0.341831;0.341557;0.341283;0.341008;0.340734;0.34046;0.340186;0.339912;0.339638;0.339364;0.33909;0.338816;0.338542;0.338268;0.337994;0.33772;0.337446;0.337171;0.336897;0.336623;0.336349;0.336075;0.335801;0.335527;0.335253;0.334979;0.334705;0.334431;0.334157;0.333883;0.333609;0.333334;0.33306;0.332786;0.332512;0.332238;0.331964;0.33169;0.331416;0.331142;0.330868;0.330594;0.33032;0.330046;0.329772;0.329497;0.329223;0.328949;0.328675;0.328401;0.328127;0.327853;0.327579;0.327305;0.327031;0.326757;0.326483;0.326209;0.325935;0.32566;0.325386;0.325112;0.324838;0.324564;0.32429;0.324016;0.323742;0.323468;0.323194;0.32292;0.322646;0.322372;0.322098;0.321823;0.321549;0.321275;0.321001;0.320727;0.320453;0.320179;0.319905;0.319631;0.319357;0.319083;0.318809;0.318535;0.318261;0.317986;0.317712;0.317438;0.317164;0.31689;0.316616;0.316342;0.316068;0.315794;0.31552;0.315246;0.314972;0.314698;0.314424;0.314149;0.313875;0.313601;0.313327;0.313053;0.312779;0.312505;0.312231;0.311957;0.311683;0.311409;0.311135;0.310861;0.310587;0.310312;0.310038;0.309764;0.30949;0.309216;0.308942;0.308668;0.308394;0.30812;0.307846;0.307572;0.307298;0.307024;0.30675;0.306475;0.306201;0.305927;0.305653;0.305379;0.305105;0.304831;0.304557;0.304283;0.304009;0.303735;0.303461;0.303187;0.302913;0.302638;0.302364;0.30209;0.301816;0.301542;0.301268;0.300994;0.30072;0.300446;0.300172;0.299898;0.299624;0.29935;0.299076;0.298802;0.298527;0.298253;0.297979;0.297705;0.297431;0.297157;0.296883;0.296609;0.296335;0.296061;0.295787;0.295513;0.295239;0.294965;0.29469;0.294416;0.294142;0.293868;0.293594;0.29332;0.293046;0.292772;0.292498;0.292224;0.29195;0.291676;0.291402;0.291128;0.290853;0.290579;0.290305;0.290031;0.289757;0.289483;0.289209;0.288935;0.288661;0.288387;0.288113;0.287839;0.287565;0.287291;0.287016;0.286742;0.286468;0.286194;0.28592;0.285646;0.285372;0.285098;0.284824;0.28455;0.284276;0.284002;0.283728;0.283454;0.283179;0.282905;0.282631;0.282357;0.282083;0.281809;0.281535;0.281261;0.280987;0.280713;0.280439;0.280165;0.279891;0.279617;0.279342;0.279068;0.278794;0.27852;0.278246;0.277972;0.277698;0.277424;0.27715;0.276876;0.276602;0.276328;0.276054;0.27578;0.275505;0.275231;0.274957;0.274683;0.274409;0.274135;0.273861;0.273587;0.273313;0.273039;0.272765;0.272491;0.272217;0.271943;0.271668;0.271394;0.27112;0.270846;0.270572;0.270298;0.270024;0.26975;0.269476;0.269202;0.268928;0.268654;0.26838;0.268106;0.267831;0.267557;0.267283;0.267009;0.266735;0.266461;0.266187;0.265913;0.265639;0.265365;0.265091;0.264817;0.264543;0.264269;0.263994;0.26372;0.263446;0.263172;0.262898;0.262624;0.26235;0.262076;0.261802;0.261528;0.261254;0.26098;0.260706;0.260432;0.260157;0.259883;0.259609;0.259335;0.259061;0.258787;0.258513;0.258239;0.257965;0.257691;0.257417;0.257143;0.256869;0.256595;0.25632;0.256046;0.255772;0.255498;0.255224;0.25495;0.254676;0.254402;0.254128;0.253854;0.25358;0.253306;0.253032;0.252758;0.252483;0.252209;0.251935;0.251661;0.251387;0.251113;0.250839;0.250565;0.250291;0.250017;0.249743;0.249469;0.249195;0.248921;0.248646;0.248372;0.248098;0.247824;0.24755;0.247276;0.247002;0.246728;0.246454;0.24618;0.245906;0.245632;0.245358;0.245084;0.244809;0.244535;0.244261;0.243987;0.243713;0.243439;0.243165;0.242891;0.242617;0.242343;0.242069;0.241795;0.241521;0.241247;0.240972;0.240698;0.240424;0.24015;0.239876;0.239602;0.239328;0.239054;0.23878;0.238506;0.238232;0.237958;0.237684;0.23741;0.237135;0.236861;0.236587;0.236313;0.236039;0.235765;0.235491;0.235217;0.234943;0.234669;0.234395;0.234121;0.233847;0.233573;0.233298;0.233024;0.23275;0.232476;0.232202;0.231928;0.231654;0.23138;0.231106;0.230832;0.230558;0.230284;0.23001;0.229736;0.229461;0.229187;0.228913;0.228639;0.228365;0.228091;0.227817;0.227543;0.227269;0.226995;0.226721;0.226447;0.226173;0.225899;0.225624;0.22535;0.225076;0.224802;0.224528;0.224254;0.22398;0.223706;0.223432;0.223158;0.222884;0.22261;0.222336;0.222062;0.221787;0.221513;0.221239;0.220965;0.220691;0.220417;0.220143;0.219869;0.219595;0.219321;0.219047;0.218773;0.218499;0.218225;0.21795;0.217676;0.217402;0.217128;0.216854;0.21658;0.216306;0.216032;0.215758;0.215484;0.21521;0.214936;0.214662;0.214388;0.214113;0.213839;0.213565;0.213291;0.213017;0.212743;0.212469;0.212195;0.211921;0.211647;0.211373;0.211099;0.210825;0.210551;0.210277;0.210002;0.209728;0.209454;0.20918;0.208906;0.208632;0.208358;0.208084;0.20781;0.207536;0.207262;0.206988;0.206714;0.20644;0.206165;0.205891;0.205617;0.205343;0.205069;0.204795;0.204521;0.204247;0.203973;0.203699;0.203425;0.203151;0.202877;0.202603;0.202328;0.202054;0.20178;0.201506;0.201232;0.200958;0.200684;0.20041;0.200136;0.199862;0.199588;0.199314;0.19904;0.198766;0.198491;0.198217;0.197943;0.197669;0.197395;0.197121;0.196847;0.196573;0.196299;0.196025;0.195751;0.195477;0.195203;0.194929;0.194654;0.19438;0.194106;0.193832;0.193558;0.193284;0.19301;0.192736;0.192462;0.192188;0.191914;0.19164;0.191366;0.191092;0.190817;0.190543;0.190269;0.189995;0.189721;0.189447;0.189173;0.188899;0.188625;0.188351;0.188077;0.187803;0.187529;0.187255;0.18698;0.186706;0.186432;0.186158;0.185884;0.18561;0.185336;0.185062;0.184788;0.184514;0.18424;0.183966;0.183692;0.183418;0.183143;0.182869;0.182595;0.182321;0.182047;0.181773;0.181499;0.181225;0.180951;0.180677;0.180403;0.180129;0.179855;0.179581;0.179306;0.179032;0.178758;0.178484;0.17821;0.177936;0.177662;0.177388;0.177114;0.17684;0.176566;0.176292;0.176018;0.175744;0.175469;0.175195;0.174921;0.174647;0.174373;0.174099;0.173825;0.173551;0.173277;0.173003;0.172729;0.172455;0.172181;0.171907;0.171632;0.171358;0.171084;0.17081;0.170536;0.170262;0.169988;0.169714;0.16944;0.169166;0.168892;0.168618;0.168344;0.16807;0.167795;0.167521;0.167247;0.166973;0.166699;0.166425;0.166151;0.165877;0.165603;0.165329;0.165055;0.164781;0.164507;0.164233;0.163958;0.163684;0.16341;0.163136;0.162862;0.162588;0.162314;0.16204;0.161766;0.161492;0.161218;0.160944;0.16067;0.160396;0.160121;0.159847;0.159573;0.159299;0.159025;0.158751;0.158477;0.158203;0.157929;0.157655;0.157381;0.157107;0.156833;0.156559;0.156284;0.15601;0.155736;0.155462;0.155188;0.154914;0.15464;0.154366;0.154092;0.153818;0.153544;0.15327;0.152996;0.152722;0.152447;0.152173;0.151899;0.151625;0.151351;0.151077;0.150803;0.150529;0.150255;0.149981;0.149707;0.149433;0.149159;0.148885;0.14861;0.148336;0.148062;0.147788;0.147514;0.14724;0.146966;0.146692;0.146418;0.146144;0.14587;0.145596;0.145322;0.145048;0.144773;0.144499;0.144225;0.143951;0.143677;0.143403;0.143129;0.142855;0.142581;0.142307;0.142033;0.141759;0.141485;0.141211;0.140936;0.140662;0.140388;0.140114;0.13984;0.139566;0.139292;0.139018;0.138744;0.13847;0.138196;0.137922;0.137648;0.137374;0.137099;0.136825;0.136551;0.136277;0.136003;0.135729;0.135455;0.135181;0.134907;0.134633;0.134359;0.134085;0.133811;0.133537;0.133262;0.132988;0.132714;0.13244;0.132166;0.131892;0.131618;0.131344;0.13107;0.130796;0.130522;0.130248;0.129974;0.1297;0.129425;0.129151;0.128877;0.128603;0.128329;0.128055;0.127781;0.127507;0.127233;0.126959;0.126685;0.126411;0.126137;0.125863;0.125588;0.125314;0.12504;0.124766;0.124492;0.124218;0.123944;0.12367;0.123396;0.123122;0.122848;0.122574;0.1223;0.122026;0.121752;0.121477;0.121203;0.120929;0.120655;0.120381;0.120107;0.119833;0.119559;0.119285;0.119011;0.118737;0.118463;0.118189;0.117915;0.11764;0.117366;0.117092;0.116818;0.116544;0.11627;0.115996;0.115722;0.115448;0.115174;0.1149;0.114626;0.114352;0.114078;0.113803;0.113529;0.113255;0.112981;0.112707;0.112433;0.112159;0.111885;0.111611;0.111337;0.111063;0.110789;0.110515;0.110241;0.109966;0.109692;0.109418;0.109144;0.10887;0.108596;0.108322;0.108048;0.107774;0.1075;0.107226;0.106952;0.106678;0.106404;0.106129;0.105855;0.105581;0.105307;0.105033;0.104759;0.104485;0.104211;0.103937;0.103663;0.103389;0.103115;0.102841;0.102567;0.102292;0.102018;0.101744;0.10147;0.101196;0.100922;0.100648;0.100374;0.1001;0.0998258;0.0995517;0.0992777;0.0990036;0.0987295;0.0984554;0.0981814;0.0979073;0.0976332;0.0973592;0.0970851;0.096811;0.0965369;0.0962629;0.0959888;0.0957147;0.0954407;0.0951666;0.0948925;0.0946185;0.0943444;0.0940703;0.0937962;0.0935222;0.0932481;0.092974;0.0927;0.0924259;0.0921518;0.0918777;0.0916037;0.0913296;0.0910555;0.0907815;0.0905074;0.0902333;0.0899592;0.0896852;0.0894111;0.089137;0.088863;0.0885889;0.0883148;0.0880407;0.0877667;0.0874926;0.0872185;0.0869445;0.0866704;0.0863963;0.0861222;0.0858482;0.0855741;0.0853;0.085026;0.0847519;0.0844778;0.0842037;0.0839297;0.0836556;0.0833815;0.0831075;0.0828334;0.0825593;0.0822852;0.0820112;0.0817371;0.081463;0.081189;0.0809149;0.0806408;0.0803667;0.0800927;0.0798186;0.0795445;0.0792705;0.0789964;0.0787223;0.0784482;0.0781742;0.0779001;0.077626;0.077352;0.0770779;0.0768038;0.0765298;0.0762557;0.0759816;0.0757075;0.0754335;0.0751594;0.0748853;0.0746113;0.0743372;0.0740631;0.073789;0.073515;0.0732409;0.0729668;0.0726928;0.0724187;0.0721446;0.0718705;0.0715965;0.0713224;0.0710483;0.0707743;0.0705002;0.0702261;0.069952;0.069678;0.0694039;0.0691298;0.0688558;0.0685817;0.0683076;0.0680335;0.0677595;0.0674854;0.0672113;0.0669373;0.0666632;0.0663891;0.066115;0.065841;0.0655669;0.0652928;0.0650188;0.0647447;0.0644706;0.0641965;0.0639225;0.0636484;0.0633743;0.0631003;0.0628262;0.0625521;0.062278;0.062004;0.0617299;0.0614558;0.0611818;0.0609077;0.0606336;0.0603595;0.0600855;0.0598114;0.0595373;0.0592633;0.0589892;0.0587151;0.0584411;0.058167;0.0578929;0.0576188;0.0573448;0.0570707;0.0567966;0.0565226;0.0562485;0.0559744;0.0557003;0.0554263;0.0551522;0.0548781;0.0546041;0.05433;0.0540559;0.0537818;0.0535078;0.0532337;0.0529596;0.0526856;0.0524115;0.0521374;0.0518633;0.0515893;0.0513152;0.0510411;0.0507671;0.050493;0.0502189;0.0499448;0.0496708;0.0493967;0.0491226;0.0488486;0.0485745;0.0483004;0.0480263;0.0477523;0.0474782;0.0472041;0.0469301;0.046656;0.0463819;0.0461078;0.0458338;0.0455597;0.0452856;0.0450116;0.0447375;0.0444634;0.0441893;0.0439153;0.0436412;0.0433671;0.0430931;0.042819;0.0425449;0.0422709;0.0419968;0.0417227;0.0414486;0.0411746;0.0409005;0.0406264;0.0403524;0.0400783;0.0398042;0.0395301;0.0392561;0.038982;0.0387079;0.0384339;0.0381598;0.0378857;0.0376116;0.0373376;0.0370635;0.0367894;0.0365154;0.0362413;0.0359672;0.0356931;0.0354191;0.035145;0.0348709;0.0345969;0.0343228;0.0340487;0.0337746;0.0335006;0.0332265;0.0329524;0.0326784;0.0324043;0.0321302;0.0318561;0.0315821;0.031308;0.0310339;0.0307599;0.0304858;0.0302117;0.0299376;0.0296636;0.0293895;0.0291154;0.0288414;0.0285673;0.0282932;0.0280191;0.0277451;0.027471;0.0271969;0.0269229;0.0266488;0.0263747;0.0261006;0.0258266;0.0255525;0.0252784;0.0250044;0.0247303;0.0244562;0.0241822;0.0239081;0.023634;0.0233599;0.0230859;0.0228118;0.0225377;0.0222637;0.0219896;0.0217155;0.0214414;0.0211674;0.0208933;0.0206192;0.0203452;0.0200711;0.019797;0.0195229;0.0192489;0.0189748;0.0187007;0.0184267;0.0181526;0.0178785;0.0176044;0.0173304;0.0170563;0.0167822;0.0165082;0.0162341;0.01596;0.0156859;0.0154119;0.0151378;0.0148637;0.0145897;0.0143156;0.0140415;0.0137674;0.0134934;0.0132193;0.0129452;0.0126712;0.0123971;0.012123;0.0118489;0.0115749;0.0113008;0.0110267;0.0107527;0.0104786;0.0102045;0.00993045;0.00965638;0.00938231;0.00910823;0.00883416;0.00856009;0.00828602;0.00801195;0.00773788;0.00746381;0.00718974;0.00691566;0.00664159;0.00636752;0.00609345;0.00581938;0.00554531;0.00527124;0.00499717;0.00472309;0.00444902;0.00417495;0.00390088;0.00362681;0.00335274;0.00307867;0.0028046;0.00253052;0.00225645;0.00198238;0.00170831;0.00143424;0.00116017;0.000886098;0.000612026;0.000337955;6.38839e-05;-0.000210187;-0.000484258;-0.00075833;-0.0010324;-0.00130647;-0.00158054;-0.00185461;-0.00212869;-0.00240276;-0.00267683;-0.0029509;-0.00322497;-0.00349904;-0.00377311;-0.00404718;-0.00432126;-0.00459533;-0.0048694;-0.00514347;-0.00541754;-0.00569161;-0.00596568;-0.00623975;-0.00651383;-0.0067879;-0.00706197;-0.00733604;-0.00761011;-0.00788418;-0.00815825;-0.00843232;-0.00870639;-0.00898047;-0.00925454;-0.00952861;-0.00980268;-0.0100768;-0.0103508;-0.0106249;-0.010899;-0.011173;-0.0114471;-0.0117212;-0.0119952;-0.0122693;-0.0125434;-0.0128175;-0.0130915;-0.0133656;-0.0136397;-0.0139137;-0.0141878;-0.0144619;-0.014736;-0.01501;-0.0152841;-0.0155582;-0.0158322;-0.0161063;-0.0163804;-0.0166545;-0.0169285;-0.0172026;-0.0174767;-0.0177507;-0.0180248;-0.0182989;-0.018573;-0.018847;-0.0191211;-0.0193952;-0.0196692;-0.0199433;-0.0202174;-0.0204915;-0.0207655;-0.0210396;-0.0213137;-0.0215877;-0.0218618;-0.0221359;-0.02241;-0.022684;-0.0229581;-0.0232322;-0.0235062;-0.0237803;-0.0240544;-0.0243285;-0.0246025;-0.0248766;-0.0251507;-0.0254247;-0.0256988;-0.0259729;-0.026247;-0.026521;-0.0267951;-0.0270692;-0.0273432;-0.0276173;-0.0278914;-0.0281655;-0.0284395;-0.0287136;-0.0289877;-0.0292617;-0.0295358;-0.0298099;-0.0300839;-0.030358;-0.0306321;-0.0309062;-0.0311802;-0.0314543;-0.0317284;-0.0320024;-0.0322765;-0.0325506;-0.0328247;-0.0330987;-0.0333728;-0.0336469;-0.0339209;-0.034195;-0.0344691;-0.0347432;-0.0350172;-0.0352913;-0.0355654;-0.0358394;-0.0361135;-0.0363876;-0.0366617;-0.0369357;-0.0372098;-0.0374839;-0.0377579;-0.038032;-0.0383061;-0.0385802;-0.0388542;-0.0391283;-0.0394024;-0.0396764;-0.0399505;-0.0402246;-0.0404987;-0.0407727;-0.0410468;-0.0413209;-0.0415949;-0.041869;-0.0421431;-0.0424172;-0.0426912;-0.0429653;-0.0432394;-0.0435134;-0.0437875;-0.0440616;-0.0443357;-0.0446097;-0.0448838;-0.0451579;-0.0454319;-0.045706;-0.0459801;-0.0462542;-0.0465282;-0.0468023;-0.0470764;-0.0473504;-0.0476245;-0.0478986;-0.0481726;-0.0484467;-0.0487208;-0.0489949;-0.0492689;-0.049543;-0.0498171;-0.0500911;-0.0503652;-0.0506393;-0.0509134;-0.0511874;-0.0514615;-0.0517356;-0.0520096;-0.0522837;-0.0525578;-0.0528319;-0.0531059;-0.05338;-0.0536541;-0.0539281;-0.0542022;-0.0544763;-0.0547504;-0.0550244;-0.0552985;-0.0555726;-0.0558466;-0.0561207;-0.0563948;-0.0566689;-0.0569429;-0.057217;-0.0574911;-0.0577651;-0.0580392;-0.0583133;-0.0585874;-0.0588614;-0.0591355;-0.0594096;-0.0596836;-0.0599577;-0.0602318;-0.0605059;-0.0607799;-0.061054;-0.0613281;-0.0616021;-0.0618762;-0.0621503;-0.0624244;-0.0626984;-0.0629725;-0.0632466;-0.0635206;-0.0637947;-0.0640688;-0.0643429;-0.0646169;-0.064891;-0.0651651;-0.0654391;-0.0657132;-0.0659873;-0.0662613;-0.0665354;-0.0668095;-0.0670836;-0.0673576;-0.0676317;-0.0679058;-0.0681798;-0.0684539;-0.068728;-0.0690021;-0.0692761;-0.0695502;-0.0698243;-0.0700983;-0.0703724;-0.0706465;-0.0709206;-0.0711946;-0.0714687;-0.0717428;-0.0720168;-0.0722909;-0.072565;-0.0728391;-0.0731131;-0.0733872;-0.0736613;-0.0739353;-0.0742094;-0.0744835;-0.0747576;-0.0750316;-0.0753057;-0.0755798;-0.0758538;-0.0761279;-0.076402;-0.0766761;-0.0769501;-0.0772242;-0.0774983;-0.0777723;-0.0780464;-0.0783205;-0.0785946;-0.0788686;-0.0791427;-0.0794168;-0.0796908;-0.0799649;-0.080239;-0.0805131;-0.0807871;-0.0810612;-0.0813353;-0.0816093;-0.0818834;-0.0821575;-0.0824316;-0.0827056;-0.0829797;-0.0832538;-0.0835278;-0.0838019;-0.084076;-0.08435;-0.0846241;-0.0848982;-0.0851723;-0.0854463;-0.0857204;-0.0859945;-0.0862685;-0.0865426;-0.0868167;-0.0870908;-0.0873648;-0.0876389;-0.087913;-0.088187;-0.0884611;-0.0887352;-0.0890093;-0.0892833;-0.0895574;-0.0898315;-0.0901055;-0.0903796;-0.0906537;-0.0909278;-0.0912018;-0.0914759;-0.09175;-0.092024;-0.0922981;-0.0925722;-0.0928463;-0.0931203;-0.0933944;-0.0936685;-0.0939425;-0.0942166;-0.0944907;-0.0947648;-0.0950388;-0.0953129;-0.095587;-0.095861;-0.0961351;-0.0964092;-0.0966833;-0.0969573;-0.0972314;-0.0975055;-0.0977795;-0.0980536;-0.0983277;-0.0986018;-0.0988758;-0.0991499;-0.099424;-0.099698;-0.0999721;-0.100246;-0.10052;-0.100794;-0.101068;-0.101342;-0.101617;-0.101891;-0.102165;-0.102439;-0.102713;-0.102987;-0.103261;-0.103535;-0.103809;-0.104083;-0.104357;-0.104631;-0.104905;-0.105179;-0.105454;-0.105728;-0.106002;-0.106276;-0.10655;-0.106824;-0.107098;-0.107372;-0.107646;-0.10792;-0.108194;-0.108468;-0.108742;-0.109016;-0.109291;-0.109565;-0.109839;-0.110113;-0.110387;-0.110661;-0.110935;-0.111209;-0.111483;-0.111757;-0.112031;-0.112305;-0.112579;-0.112853;-0.113128;-0.113402;-0.113676;-0.11395;-0.114224;-0.114498;-0.114772;-0.115046;-0.11532;-0.115594;-0.115868;-0.116142;-0.116416;-0.11669;-0.116965;-0.117239;-0.117513;-0.117787;-0.118061;-0.118335;-0.118609;-0.118883;-0.119157;-0.119431;-0.119705;-0.119979;-0.120253;-0.120527;-0.120802;-0.121076;-0.12135;-0.121624;-0.121898;-0.122172;-0.122446;-0.12272;-0.122994;-0.123268;-0.123542;-0.123816;-0.12409;-0.124364;-0.124639;-0.124913;-0.125187;-0.125461;-0.125735;-0.126009;-0.126283;-0.126557;-0.126831;-0.127105;-0.127379;-0.127653;-0.127927;-0.128201;-0.128476;-0.12875;-0.129024;-0.129298;-0.129572;-0.129846;-0.13012;-0.130394;-0.130668;-0.130942;-0.131216;-0.13149;-0.131764;-0.132038;-0.132313;-0.132587;-0.132861;-0.133135;-0.133409;-0.133683;-0.133957;-0.134231;-0.134505;-0.134779;-0.135053;-0.135327;-0.135601;-0.135875;-0.13615;-0.136424;-0.136698;-0.136972;-0.137246;-0.13752;-0.137794;-0.138068;-0.138342;-0.138616;-0.13889;-0.139164;-0.139438;-0.139712;-0.139987;-0.140261;-0.140535;-0.140809;-0.141083;-0.141357;-0.141631;-0.141905;-0.142179;-0.142453;-0.142727;-0.143001;-0.143275;-0.143549;-0.143824;-0.144098;-0.144372;-0.144646;-0.14492;-0.145194;-0.145468;-0.145742;-0.146016;-0.14629;-0.146564;-0.146838;-0.147112;-0.147386;-0.14766;-0.147935;-0.148209;-0.148483;-0.148757;-0.149031;-0.149305;-0.149579;-0.149853;-0.150127;-0.150401;-0.150675;-0.150949;-0.151223;-0.151497;-0.151772;-0.152046;-0.15232;-0.152594;-0.152868;-0.153142;-0.153416;-0.15369;-0.153964;-0.154238;-0.154512;-0.154786;-0.15506;-0.155334;-0.155609;-0.155883;-0.156157;-0.156431;-0.156705;-0.156979;-0.157253;-0.157527;-0.157801;-0.158075;-0.158349;-0.158623;-0.158897;-0.159171;-0.159446;-0.15972;-0.159994;-0.160268;-0.160542;-0.160816;-0.16109;-0.161364;-0.161638;-0.161912;-0.162186;-0.16246;-0.162734;-0.163008;-0.163283;-0.163557;-0.163831;-0.164105;-0.164379;-0.164653;-0.164927;-0.165201;-0.165475;-0.165749;-0.166023;-0.166297;-0.166571;-0.166845;-0.16712;-0.167394;-0.167668;-0.167942;-0.168216;-0.16849;-0.168764;-0.169038;-0.169312;-0.169586;-0.16986;-0.170134;-0.170408;-0.170682;-0.170957;-0.171231;-0.171505;-0.171779;-0.172053;-0.172327;-0.172601;-0.172875;-0.173149;-0.173423;-0.173697;-0.173971;-0.174245;-0.174519;-0.174794;-0.175068;-0.175342;-0.175616;-0.17589;-0.176164;-0.176438;-0.176712;-0.176986;-0.17726;-0.177534;-0.177808;-0.178082;-0.178356;-0.178631;-0.178905;-0.179179;-0.179453;-0.179727;-0.180001;-0.180275;-0.180549;-0.180823;-0.181097;-0.181371;-0.181645;-0.181919;-0.182193;-0.182468;-0.182742;-0.183016;-0.18329;-0.183564;-0.183838;-0.184112;-0.184386;-0.18466;-0.184934;-0.185208;-0.185482;-0.185756;-0.18603;-0.186305;-0.186579;-0.186853;-0.187127;-0.187401;-0.187675;-0.187949;-0.188223;-0.188497;-0.188771;-0.189045;-0.189319;-0.189593;-0.189867;-0.190142;-0.190416;-0.19069;-0.190964;-0.191238;-0.191512;-0.191786;-0.19206;-0.192334;-0.192608;-0.192882;-0.193156;-0.19343;-0.193704;-0.193979;-0.194253;-0.194527;-0.194801;-0.195075;-0.195349;-0.195623;-0.195897;-0.196171;-0.196445;-0.196719;-0.196993;-0.197267;-0.197541;-0.197816;-0.19809;-0.198364;-0.198638;-0.198912;-0.199186;-0.19946;-0.199734;-0.200008;-0.200282;-0.200556;-0.20083;-0.201104;-0.201378;-0.201653;-0.201927;-0.202201;-0.202475;-0.202749;-0.203023;-0.203297;-0.203571;-0.203845;-0.204119;-0.204393;-0.204667;-0.204941;-0.205215;-0.20549;-0.205764;-0.206038;-0.206312;-0.206586;-0.20686;-0.207134;-0.207408;-0.207682;-0.207956;-0.20823;-0.208504;-0.208778;-0.209052;-0.209327;-0.209601;-0.209875;-0.210149;-0.210423;-0.210697;-0.210971;-0.211245;-0.211519;-0.211793;-0.212067;-0.212341;-0.212615;-0.212889;-0.213164;-0.213438;-0.213712;-0.213986;-0.21426;-0.214534;-0.214808;-0.215082;-0.215356;-0.21563;-0.215904;-0.216178;-0.216452;-0.216726;-0.217001;-0.217275;-0.217549;-0.217823;-0.218097;-0.218371;-0.218645;-0.218919;-0.219193;-0.219467;-0.219741;-0.220015;-0.220289;-0.220563;-0.220838;-0.221112;-0.221386;-0.22166;-0.221934;-0.222208;-0.222482;-0.222756;-0.22303;-0.223304;-0.223578;-0.223852;-0.224126;-0.2244;-0.224675;-0.224949;-0.225223;-0.225497;-0.225771;-0.226045;-0.226319;-0.226593;-0.226867;-0.227141;-0.227415;-0.227689;-0.227963;-0.228237;-0.228512;-0.228786;-0.22906;-0.229334;-0.229608;-0.229882;-0.230156;-0.23043;-0.230704;-0.230978;-0.231252;-0.231526;-0.2318;-0.232074;-0.232349;-0.232623;-0.232897;-0.233171;-0.233445;-0.233719;-0.233993;-0.234267;-0.234541;-0.234815;-0.235089;-0.235363;-0.235637;-0.235911;-0.236185;-0.23646;-0.236734;-0.237008;-0.237282;-0.237556;-0.23783;-0.238104;-0.238378;-0.238652;-0.238926;-0.2392;-0.239474;-0.239748;-0.240022;-0.240297;-0.240571;-0.240845;-0.241119;-0.241393;-0.241667;-0.241941;-0.242215;-0.242489;-0.242763;-0.243037;-0.243311;-0.243585;-0.243859;-0.244134;-0.244408;-0.244682;-0.244956;-0.24523;-0.245504;-0.245778;-0.246052;-0.246326;-0.2466;-0.246874;-0.247148;-0.247422;-0.247696;-0.247971;-0.248245;-0.248519;-0.248793;-0.249067;-0.249341;-0.249615;-0.249889;-0.250163;-0.250437;-0.250711;-0.250985;-0.251259;-0.251533;-0.251808;-0.252082;-0.252356;-0.25263;-0.252904;-0.253178;-0.253452;-0.253726;-0.254;-0.254274;-0.254548;-0.254822;-0.255096;-0.25537;-0.255645;-0.255919;-0.256193;-0.256467;-0.256741;-0.257015;-0.257289;-0.257563;-0.257837;-0.258111;-0.258385;-0.258659;-0.258933;-0.259207;-0.259482;-0.259756;-0.26003;-0.260304;-0.260578;-0.260852;-0.261126;-0.2614;-0.261674;-0.261948;-0.262222;-0.262496;-0.26277;-0.263044;-0.263319;-0.263593;-0.263867;-0.264141;-0.264415;-0.264689;-0.264963;-0.265237;-0.265511;-0.265785;-0.266059;-0.266333;-0.266607;-0.266881;-0.267156;-0.26743;-0.267704;-0.267978;-0.268252;-0.268526;-0.2688;-0.269074;-0.269348;-0.269622;-0.269896;-0.27017;-0.270444;-0.270718;-0.270993;-0.271267;-0.271541;-0.271815;-0.272089;-0.272363;-0.272637;-0.272911;-0.273185;-0.273459;-0.273733;-0.274007;-0.274281;-0.274555;-0.27483;-0.275104;-0.275378;-0.275652;-0.275926;-0.2762;-0.276474;-0.276748;-0.277022;-0.277296;-0.27757;-0.277844;-0.278118;-0.278392;-0.278667;-0.278941;-0.279215;-0.279489;-0.279763;-0.280037;-0.280311;-0.280585;-0.280859;-0.281133;-0.281407;-0.281681;-0.281955;-0.282229;-0.282504;-0.282778;-0.283052;-0.283326;-0.2836;-0.283874;-0.284148;-0.284422;-0.284696;-0.28497;-0.285244;-0.285518;-0.285792;-0.286066;-0.286341;-0.286615;-0.286889;-0.287163;-0.287437;-0.287711;-0.287985;-0.288259;-0.288533;-0.288807;-0.289081;-0.289355;-0.289629;-0.289903;-0.290178;-0.290452;-0.290726;-0.291;-0.291274;-0.291548;-0.291822;-0.292096;-0.29237;-0.292644;-0.292918;-0.293192;-0.293466;-0.29374;-0.294015;-0.294289;-0.294563;-0.294837;-0.295111;-0.295385;-0.295659;-0.295933;-0.296207;-0.296481;-0.296755;-0.297029;-0.297303;-0.297577;-0.297852;-0.298126;-0.2984;-0.298674;-0.298948;-0.299222;-0.299496;-0.29977;-0.300044;-0.300318;-0.300592;-0.300866;-0.30114;-0.301414;-0.301689;-0.301963;-0.302237;-0.302511;-0.302785;-0.303059;-0.303333;-0.303607;-0.303881;-0.304155;-0.304429;-0.304703;-0.304977;-0.305251;-0.305526;-0.3058;-0.306074;-0.306348;-0.306622;-0.306896;-0.30717;-0.307444;-0.307718;-0.307992;-0.308266;-0.30854;-0.308814;-0.309088;-0.309363;-0.309637;-0.309911;-0.310185;-0.310459;-0.310733;-0.311007;-0.311281;-0.311555;-0.311829;-0.312103;-0.312377;-0.312651;-0.312925;-0.3132;-0.313474;-0.313748;-0.314022;-0.314296;-0.31457;-0.314844;-0.315118;-0.315392;-0.315666;-0.31594;-0.316214;-0.316488;-0.316762;-0.317037;-0.317311;-0.317585;-0.317859;-0.318133;-0.318407;-0.318681;-0.318955;-0.319229;-0.319503;-0.319777;-0.320051;-0.320325;-0.320599;-0.320874;-0.321148;-0.321422;-0.321696;-0.32197;-0.322244;-0.322518;-0.322792;-0.323066;-0.32334;-0.323614;-0.323888;-0.324162;-0.324436;-0.32471;-0.324985;-0.325259;-0.325533;-0.325807;-0.326081;-0.326355;-0.326629;-0.326903;-0.327177;-0.327451;-0.327725;-0.327999;-0.328273;-0.328547;-0.328822;-0.329096;-0.32937;-0.329644;-0.329918;-0.330192;-0.330466;-0.33074;-0.331014;-0.331288;-0.331562;-0.331836;-0.33211;-0.332384;-0.332659;-0.332933;-0.333207;-0.333481;-0.333755;-0.334029;-0.334303;-0.334577;-0.334851;-0.335125;-0.335399;-0.335673;-0.335947;-0.336221;-0.336496;-0.33677;-0.337044;-0.337318;-0.337592;-0.337866;-0.33814;-0.338414;-0.338688;-0.338962;-0.339236;-0.33951;-0.339784;-0.340058;-0.340333;-0.340607;-0.340881;-0.341155;-0.341429;-0.341703;-0.341977;-0.342251;-0.342525;-0.342799;-0.343073;-0.343347;-0.343621;-0.343895;-0.34417;-0.344444;-0.344718;-0.344992;-0.345266;-0.34554;-0.345814;-0.346088;-0.346362;-0.346636;-0.34691;-0.347184;-0.347458;-0.347732;-0.348007;-0.348281;-0.348555;-0.348829;-0.349103;-0.349377;-0.349651;-0.349925;-0.350199;-0.350473;-0.350747;-0.351021;-0.351295;-0.351569;-0.351844;-0.352118;-0.352392;-0.352666;-0.35294;-0.353214;-0.353488;-0.353762;-0.354036;-0.35431;-0.354584;-0.354858;-0.355132;-0.355406;-0.355681;-0.355955;-0.356229;-0.356503;-0.356777;-0.357051;-0.357325;-0.357599;-0.357873;-0.358147;-0.358421;-0.358695;-0.358969;-0.359243;-0.359518;-0.359792;-0.360066;-0.36034;-0.360614;-0.360888;-0.361162;-0.361436;-0.36171;-0.361984;-0.362258;-0.362532;-0.362806;-0.36308;-0.363355;-0.363629;-0.363903;-0.364177;-0.364451;-0.364725;-0.364999;-0.365273;-0.365547;-0.365821;-0.366095;-0.366369;-0.366643;-0.366917;-0.367192;-0.367466;-0.36774;-0.368014;-0.368288;-0.368562;-0.368836;-0.36911;-0.369384;-0.369658;-0.369932;-0.370206;-0.37048;</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;</origin_polar>
+            </polar>
+        </polars>
+    </configuration>
+    <configuration ID="TakeOffLGRetracted">
+        <name>TakeOffLGRetracted</name>
+        <comment>TakeOffLGRetracted Configuration</comment>
+        <polars number="1">
+           <polar ID="1" AllowExtrapolation="1" AllowGridChange="1">
+            <name>---</name>
+            <reynoldsnumber>1.93523e+07</reynoldsnumber>
+            <machnumber>0.2</machnumber>
+                <Alpha>-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.3967;-5.38611;-5.37552;-5.36494;-5.35435;-5.34376;-5.33317;-5.32258;-5.31199;-5.30141;-5.29082;-5.28023;-5.26964;-5.25905;-5.24847;-5.23788;-5.22729;-5.2167;-5.20611;-5.19553;-5.18494;-5.17435;-5.16376;-5.15317;-5.14258;-5.132;-5.12141;-5.11082;-5.10023;-5.08964;-5.07906;-5.06847;-5.05788;-5.04729;-5.0367;-5.02611;-5.01553;-5.00494;-4.99435;-4.98376;-4.97317;-4.96259;-4.952;-4.94141;-4.93082;-4.92023;-4.90965;-4.89906;-4.88847;-4.87788;-4.86729;-4.8567;-4.84612;-4.83553;-4.82494;-4.81435;-4.80376;-4.79318;-4.78259;-4.772;-4.76141;-4.75082;-4.74023;-4.72965;-4.71906;-4.70847;-4.69788;-4.68729;-4.67671;-4.66612;-4.65553;-4.64494;-4.63435;-4.62377;-4.61318;-4.60259;-4.592;-4.58141;-4.57082;-4.56024;-4.54965;-4.53906;-4.52847;-4.51788;-4.5073;-4.49671;-4.48612;-4.47553;-4.46494;-4.45435;-4.44377;-4.43318;-4.42259;-4.412;-4.40141;-4.39083;-4.38024;-4.36965;-4.35906;-4.34847;-4.33789;-4.3273;-4.31671;-4.30612;-4.29553;-4.28494;-4.27436;-4.26377;-4.25318;-4.24259;-4.232;-4.22142;-4.21083;-4.20024;-4.18965;-4.17906;-4.16847;-4.15789;-4.1473;-4.13671;-4.12612;-4.11553;-4.10495;-4.09436;-4.08377;-4.07318;-4.06259;-4.05201;-4.04142;-4.03083;-4.02024;-4.00965;-3.99906;-3.98848;-3.97789;-3.9673;-3.95671;-3.94612;-3.93554;-3.92495;-3.91436;-3.90377;-3.89318;-3.88259;-3.87201;-3.86142;-3.85083;-3.84024;-3.82965;-3.81907;-3.80848;-3.79789;-3.7873;-3.77671;-3.76613;-3.75554;-3.74495;-3.73436;-3.72377;-3.71318;-3.7026;-3.69201;-3.68142;-3.67083;-3.66024;-3.64966;-3.63907;-3.62848;-3.61789;-3.6073;-3.59671;-3.58613;-3.57554;-3.56495;-3.55436;-3.54377;-3.53319;-3.5226;-3.51201;-3.50142;-3.49083;-3.48025;-3.46966;-3.45907;-3.44848;-3.43789;-3.4273;-3.41672;-3.40613;-3.39554;-3.38495;-3.37436;-3.36378;-3.35319;-3.3426;-3.33201;-3.32142;-3.31083;-3.30025;-3.28966;-3.27907;-3.26848;-3.25789;-3.24731;-3.23672;-3.22613;-3.21554;-3.20495;-3.19436;-3.18378;-3.17319;-3.1626;-3.15201;-3.14142;-3.13084;-3.12025;-3.10966;-3.09907;-3.08848;-3.0779;-3.06731;-3.05672;-3.04613;-3.03554;-3.02495;-3.01437;-3.00378;-2.99319;-2.9826;-2.97201;-2.96143;-2.95084;-2.94025;-2.92966;-2.91907;-2.90848;-2.8979;-2.88731;-2.87672;-2.86613;-2.85554;-2.84496;-2.83437;-2.82378;-2.81319;-2.8026;-2.79202;-2.78143;-2.77084;-2.76025;-2.74966;-2.73907;-2.72849;-2.7179;-2.70731;-2.69672;-2.68613;-2.67555;-2.66496;-2.65437;-2.64378;-2.63319;-2.6226;-2.61202;-2.60143;-2.59084;-2.58025;-2.56966;-2.55908;-2.54849;-2.5379;-2.52731;-2.51672;-2.50614;-2.49555;-2.48496;-2.47437;-2.46378;-2.45319;-2.44261;-2.43202;-2.42143;-2.41084;-2.40025;-2.38967;-2.37908;-2.36849;-2.3579;-2.34731;-2.33672;-2.32614;-2.31555;-2.30496;-2.29437;-2.28378;-2.2732;-2.26261;-2.25202;-2.24143;-2.23084;-2.22026;-2.20967;-2.19908;-2.18849;-2.1779;-2.16731;-2.15673;-2.14614;-2.13555;-2.12496;-2.11437;-2.10379;-2.0932;-2.08261;-2.07202;-2.06143;-2.05084;-2.04026;-2.02967;-2.01908;-2.00849;-1.9979;-1.98732;-1.97673;-1.96614;-1.95555;-1.94496;-1.93438;-1.92379;-1.9132;-1.90261;-1.89202;-1.88143;-1.87085;-1.86026;-1.84967;-1.83908;-1.82849;-1.81791;-1.80732;-1.79673;-1.78614;-1.77555;-1.76496;-1.75438;-1.74379;-1.7332;-1.72261;-1.71202;-1.70144;-1.69085;-1.68026;-1.66967;-1.65908;-1.6485;-1.63791;-1.62732;-1.61673;-1.60614;-1.59555;-1.58497;-1.57438;-1.56379;-1.5532;-1.54261;-1.53203;-1.52144;-1.51085;-1.50026;-1.48967;-1.47908;-1.4685;-1.45791;-1.44732;-1.43673;-1.42614;-1.41556;-1.40497;-1.39438;-1.38379;-1.3732;-1.36262;-1.35203;-1.34144;-1.33085;-1.32026;-1.30967;-1.29909;-1.2885;-1.27791;-1.26732;-1.25673;-1.24615;-1.23556;-1.22497;-1.21438;-1.20379;-1.1932;-1.18262;-1.17203;-1.16144;-1.15085;-1.14026;-1.12968;-1.11909;-1.1085;-1.09791;-1.08732;-1.07674;-1.06615;-1.05556;-1.04497;-1.03438;-1.02379;-1.01321;-1.00262;-0.99203;-0.981442;-0.970854;-0.960265;-0.949677;-0.939089;-0.928501;-0.917913;-0.907325;-0.896737;-0.886148;-0.87556;-0.864972;-0.854384;-0.843796;-0.833208;-0.82262;-0.812031;-0.801443;-0.790855;-0.780267;-0.769679;-0.759091;-0.748502;-0.737914;-0.727326;-0.716738;-0.70615;-0.695562;-0.684974;-0.674385;-0.663797;-0.653209;-0.642621;-0.632033;-0.621445;-0.610857;-0.600268;-0.58968;-0.579092;-0.568504;-0.557916;-0.547328;-0.536739;-0.526151;-0.515563;-0.504975;-0.494387;-0.483799;-0.473211;-0.462622;-0.452034;-0.441446;-0.430858;-0.42027;-0.409682;-0.399094;-0.388505;-0.377917;-0.367329;-0.356741;-0.346153;-0.335565;-0.324976;-0.314388;-0.3038;-0.293212;-0.282624;-0.272036;-0.261448;-0.250859;-0.240271;-0.229683;-0.219095;-0.208507;-0.197919;-0.187331;-0.176742;-0.166154;-0.155566;-0.144978;-0.13439;-0.123802;-0.113213;-0.102625;-0.0920372;-0.081449;-0.0708609;-0.0602727;-0.0496846;-0.0390964;-0.0285083;-0.0179201;-0.00733199;0.00325616;0.0138443;0.0244325;0.0350206;0.0456088;0.0561969;0.0667851;0.0773732;0.0879614;0.0985495;0.109138;0.119726;0.130314;0.140902;0.15149;0.162078;0.172667;0.183255;0.193843;0.204431;0.215019;0.225607;0.236195;0.246784;0.257372;0.26796;0.278548;0.289136;0.299724;0.310312;0.320901;0.331489;0.342077;0.352665;0.363253;0.373841;0.38443;0.395018;0.405606;0.416194;0.426782;0.43737;0.447958;0.458547;0.469135;0.479723;0.490311;0.500899;0.511487;0.522075;0.532664;0.543252;0.55384;0.564428;0.575016;0.585604;0.596193;0.606781;0.617369;0.627957;0.638545;0.649133;0.659721;0.67031;0.680898;0.691486;0.702074;0.712662;0.72325;0.733838;0.744427;0.755015;0.765603;0.776191;0.786779;0.797367;0.807956;0.818544;0.829132;0.83972;0.850308;0.860896;0.871484;0.882073;0.892661;0.903249;0.913837;0.924425;0.935013;0.945601;0.95619;0.966778;0.977366;0.987954;0.998542;1.00913;1.01972;1.03031;1.04089;1.05148;1.06207;1.07266;1.08325;1.09384;1.10442;1.11501;1.1256;1.13619;1.14678;1.15736;1.16795;1.17854;1.18913;1.19972;1.21031;1.22089;1.23148;1.24207;1.25266;1.26325;1.27383;1.28442;1.29501;1.3056;1.31619;1.32677;1.33736;1.34795;1.35854;1.36913;1.37972;1.3903;1.40089;1.41148;1.42207;1.43266;1.44324;1.45383;1.46442;1.47501;1.4856;1.49619;1.50677;1.51736;1.52795;1.53854;1.54913;1.55971;1.5703;1.58089;1.59148;1.60207;1.61265;1.62324;1.63383;1.64442;1.65501;1.6656;1.67618;1.68677;1.69736;1.70795;1.71854;1.72912;1.73971;1.7503;1.76089;1.77148;1.78207;1.79265;1.80324;1.81383;1.82442;1.83501;1.84559;1.85618;1.86677;1.87736;1.88795;1.89853;1.90912;1.91971;1.9303;1.94089;1.95148;1.96206;1.97265;1.98324;1.99383;2.00442;2.015;2.02559;2.03618;2.04677;2.05736;2.06795;2.07853;2.08912;2.09971;2.1103;2.12089;2.13147;2.14206;2.15265;2.16324;2.17383;2.18441;2.195;2.20559;2.21618;2.22677;2.23736;2.24794;2.25853;2.26912;2.27971;2.2903;2.30088;2.31147;2.32206;2.33265;2.34324;2.35383;2.36441;2.375;2.38559;2.39618;2.40677;2.41735;2.42794;2.43853;2.44912;2.45971;2.47029;2.48088;2.49147;2.50206;2.51265;2.52324;2.53382;2.54441;2.555;2.56559;2.57618;2.58676;2.59735;2.60794;2.61853;2.62912;2.63971;2.65029;2.66088;2.67147;2.68206;2.69265;2.70323;2.71382;2.72441;2.735;2.74559;2.75618;2.76676;2.77735;2.78794;2.79853;2.80912;2.8197;2.83029;2.84088;2.85147;2.86206;2.87264;2.88323;2.89382;2.90441;2.915;2.92559;2.93617;2.94676;2.95735;2.96794;2.97853;2.98911;2.9997;3.01029;3.02088;3.03147;3.04206;3.05264;3.06323;3.07382;3.08441;3.095;3.10558;3.11617;3.12676;3.13735;3.14794;3.15852;3.16911;3.1797;3.19029;3.20088;3.21147;3.22205;3.23264;3.24323;3.25382;3.26441;3.27499;3.28558;3.29617;3.30676;3.31735;3.32794;3.33852;3.34911;3.3597;3.37029;3.38088;3.39146;3.40205;3.41264;3.42323;3.43382;3.4444;3.45499;3.46558;3.47617;3.48676;3.49735;3.50793;3.51852;3.52911;3.5397;3.55029;3.56087;3.57146;3.58205;3.59264;3.60323;3.61382;3.6244;3.63499;3.64558;3.65617;3.66676;3.67734;3.68793;3.69852;3.70911;3.7197;3.73028;3.74087;3.75146;3.76205;3.77264;3.78323;3.79381;3.8044;3.81499;3.82558;3.83617;3.84675;3.85734;3.86793;3.87852;3.88911;3.8997;3.91028;3.92087;3.93146;3.94205;3.95264;3.96322;3.97381;3.9844;3.99499;4.00558;4.01616;4.02675;4.03734;4.04793;4.05852;4.06911;4.07969;4.09028;4.10087;4.11146;4.12205;4.13263;4.14322;4.15381;4.1644;4.17499;4.18558;4.19616;4.20675;4.21734;4.22793;4.23852;4.2491;4.25969;4.27028;4.28087;4.29146;4.30204;4.31263;4.32322;4.33381;4.3444;4.35499;4.36557;4.37616;4.38675;4.39734;4.40793;4.41851;4.4291;4.43969;4.45028;4.46087;4.47146;4.48204;4.49263;4.50322;4.51381;4.5244;4.53498;4.54557;4.55616;4.56675;4.57734;4.58792;4.59851;4.6091;4.61969;4.63028;4.64087;4.65145;4.66204;4.67263;4.68322;4.69381;4.70439;4.71498;4.72557;4.73616;4.74675;4.75734;4.76792;4.77851;4.7891;4.79969;4.81028;4.82086;4.83145;4.84204;4.85263;4.86322;4.8738;4.88439;4.89498;4.90557;4.91616;4.92675;4.93733;4.94792;4.95851;4.9691;4.97969;4.99027;5.00086;5.01145;5.02204;5.03263;5.04322;5.0538;5.06439;5.07498;5.08557;5.09616;5.10674;5.11733;5.12792;5.13851;5.1491;5.15968;5.17027;5.18086;5.19145;5.20204;5.21263;5.22321;5.2338;5.24439;5.25498;5.26557;5.27615;5.28674;5.29733;5.30792;5.31851;5.3291;5.33968;5.35027;5.36086;5.37145;5.38204;5.39262;5.40321;5.4138;5.42439;5.43498;5.44556;5.45615;5.46674;5.47733;5.48792;5.49851;5.50909;5.51968;5.53027;5.54086;5.55145;5.56203;5.57262;5.58321;5.5938;5.60439;5.61498;5.62556;5.63615;5.64674;5.65733;5.66792;5.6785;5.68909;5.69968;5.71027;5.72086;5.73145;5.74203;5.75262;5.76321;5.7738;5.78439;5.79497;5.80556;5.81615;5.82674;5.83733;5.84791;5.8585;5.86909;5.87968;5.89027;5.90086;5.91144;5.92203;5.93262;5.94321;5.9538;5.96438;5.97497;5.98556;5.99615;6.00674;6.01733;6.02791;6.0385;6.04909;6.05968;6.07027;6.08085;6.09144;6.10203;6.11262;6.12321;6.13379;6.14438;6.15497;6.16556;6.17615;6.18674;6.19732;6.20791;6.2185;6.22909;6.23968;6.25026;6.26085;6.27144;6.28203;6.29262;6.30321;6.31379;6.32438;6.33497;6.34556;6.35615;6.36673;6.37732;6.38791;6.3985;6.40909;6.41967;6.43026;6.44085;6.45144;6.46203;6.47262;6.4832;6.49379;6.50438;6.51497;6.52556;6.53614;6.54673;6.55732;6.56791;6.5785;6.58909;6.59967;6.61026;6.62085;6.63144;6.64203;6.65261;6.6632;6.67379;6.68438;6.69497;6.70555;6.71614;6.72673;6.73732;6.74791;6.7585;6.76908;6.77967;6.79026;6.80085;6.81144;6.82202;6.83261;6.8432;6.85379;6.86438;6.87497;6.88555;6.89614;6.90673;6.91732;6.92791;6.93849;6.94908;6.95967;6.97026;6.98085;6.99143;7.00202;7.01261;7.0232;7.03379;7.04438;7.05496;7.06555;7.07614;7.08673;7.09732;7.1079;7.11849;7.12908;7.13967;7.15026;7.16085;7.17143;7.18202;7.19261;7.2032;7.21379;7.22437;7.23496;7.24555;7.25614;7.26673;7.27731;7.2879;7.29849;7.30908;7.31967;7.33026;7.34084;7.35143;7.36202;7.37261;7.3832;7.39378;7.40437;7.41496;7.42555;7.43614;7.44673;7.45731;7.4679;7.47849;7.48908;7.49967;7.51025;7.52084;7.53143;7.54202;7.55261;7.56319;7.57378;7.58437;7.59496;7.60555;7.61614;7.62672;7.63731;7.6479;7.65849;7.66908;7.67966;7.69025;7.70084;7.71143;7.72202;7.73261;7.74319;7.75378;7.76437;7.77496;7.78555;7.79613;7.80672;7.81731;7.8279;7.83849;7.84907;7.85966;7.87025;7.88084;7.89143;7.90202;7.9126;7.92319;7.93378;7.94437;7.95496;7.96554;7.97613;7.98672;7.99731;8.0079;8.01849;8.02907;8.03966;8.05025;8.06084;8.07143;8.08201;8.0926;8.10319;8.11378;8.12437;8.13495;8.14554;8.15613;8.16672;8.17731;8.1879;8.19848;8.20907;8.21966;8.23025;8.24084;8.25142;8.26201;8.2726;8.28319;8.29378;8.30437;8.31495;8.32554;8.33613;8.34672;8.35731;8.36789;8.37848;8.38907;8.39966;8.41025;8.42083;8.43142;8.44201;8.4526;8.46319;8.47378;8.48436;8.49495;8.50554;8.51613;8.52672;8.5373;8.54789;8.55848;8.56907;8.57966;8.59025;8.60083;8.61142;8.62201;8.6326;8.64319;8.65377;8.66436;8.67495;8.68554;8.69613;8.70672;8.7173;8.72789;8.73848;8.74907;8.75966;8.77024;8.78083;8.79142;8.80201;8.8126;8.82318;8.83377;8.84436;8.85495;8.86554;8.87613;8.88671;8.8973;8.90789;8.91848;8.92907;8.93965;8.95024;8.96083;8.97142;8.98201;8.9926;9.00318;9.01377;9.02436;9.03495;9.04554;9.05612;9.06671;9.0773;9.08789;9.09848;9.10906;9.11965;9.13024;9.14083;9.15142;9.16201;9.17259;9.18318;9.19377;9.20436;9.21495;9.22553;9.23612;9.24671;9.2573;9.26789;9.27848;9.28906;9.29965;9.31024;9.32083;9.33142;9.342;9.35259;9.36318;9.37377;9.38436;9.39494;9.40553;9.41612;9.42671;9.4373;9.44789;9.45847;9.46906;9.47965;9.49024;9.50083;9.51141;9.522;9.53259;9.54318;9.55377;9.56436;9.57494;9.58553;9.59612;9.60671;9.6173;9.62788;9.63847;9.64906;9.65965;9.67024;9.68082;9.69141;9.702;9.71259;9.72318;9.73377;9.74435;9.75494;9.76553;9.77612;9.78671;9.79729;9.80788;9.81847;9.82906;9.83965;9.85024;9.86082;9.87141;9.882;9.89259;9.90318;9.91376;9.92435;9.93494;9.94553;9.95612;9.9667;9.97729;9.98788;9.99847;10.0091;10.0196;10.0302;10.0408;10.0514;10.062;10.0726;10.0832;10.0938;10.1044;10.1149;10.1255;10.1361;10.1467;10.1573;10.1679;10.1785;10.1891;10.1996;10.2102;10.2208;10.2314;10.242;10.2526;10.2632;10.2738;10.2843;10.2949;10.3055;10.3161;10.3267;10.3373;10.3479;10.3585;10.3691;10.3796;10.3902;10.4008;10.4114;10.422;10.4326;10.4432;10.4538;10.4643;10.4749;10.4855;10.4961;10.5067;10.5173;10.5279;10.5385;10.5491;10.5596;10.5702;10.5808;10.5914;10.602;10.6126;10.6232;10.6338;10.6443;10.6549;10.6655;10.6761;10.6867;10.6973;10.7079;10.7185;10.7291;10.7396;10.7502;10.7608;10.7714;10.782;10.7926;10.8032;10.8138;10.8243;10.8349;10.8455;10.8561;10.8667;10.8773;10.8879;10.8985;10.9091;10.9196;10.9302;10.9408;10.9514;10.962;10.9726;10.9832;10.9938;11.0043;11.0149;11.0255;11.0361;11.0467;11.0573;11.0679;11.0785;11.089;11.0996;11.1102;11.1208;11.1314;11.142;11.1526;11.1632;11.1738;11.1843;11.1949;11.2055;11.2161;11.2267;11.2373;11.2479;11.2585;11.269;11.2796;11.2902;11.3008;11.3114;11.322;11.3326;11.3432;11.3538;11.3643;11.3749;11.3855;11.3961;11.4067;11.4173;11.4279;11.4385;11.449;11.4596;11.4702;11.4808;11.4914;11.502;11.5126;11.5232;11.5338;11.5443;11.5549;11.5655;11.5761;11.5867;11.5973;11.6079;11.6185;11.629;11.6396;11.6502;11.6608;11.6714;11.682;11.6926;11.7032;11.7137;11.7243;11.7349;11.7455;11.7561;11.7667;11.7773;11.7879;11.7985;11.809;11.8196;11.8302;11.8408;11.8514;11.862;11.8726;11.8832;11.8937;11.9043;11.9149;11.9255;11.9361;11.9467;11.9573;11.9679;11.9785;11.989;11.9996;12.0102;12.0208;12.0314;12.042;12.0526;12.0632;12.0737;12.0843;12.0949;12.1055;12.1161;12.1267;12.1373;12.1479;12.1585;12.169;12.1796;12.1902;12.2008;12.2114;12.222;12.2326;12.2432;12.2537;12.2643;12.2749;12.2855;12.2961;12.3067;12.3173;12.3279;12.3385;12.349;12.3596;12.3702;12.3808;12.3914;12.402;12.4126;12.4232;12.4337;12.4443;12.4549;12.4655;12.4761;12.4867;12.4973;12.5079;12.5184;12.529;12.5396;12.5502;12.5608;12.5714;12.582;12.5926;12.6032;12.6137;12.6243;12.6349;12.6455;12.6561;12.6667;12.6773;12.6879;12.6984;12.709;12.7196;12.7302;12.7408;12.7514;12.762;12.7726;12.7832;12.7937;12.8043;12.8149;12.8255;12.8361;12.8467;12.8573;12.8679;12.8784;12.889;12.8996;12.9102;12.9208;12.9314;12.942;12.9526;12.9632;12.9737;12.9843;12.9949;13.0055;13.0161;13.0267;13.0373;13.0479;13.0584;13.069;13.0796;13.0902;13.1008;13.1114;13.122;13.1326;13.1431;13.1537;13.1643;13.1749;13.1855;13.1961;13.2067;13.2173;13.2279;13.2384;13.249;13.2596;13.2702;13.2808;13.2914;13.302;13.3126;13.3231;13.3337;13.3443;13.3549;13.3655;13.3761;13.3867;13.3973;13.4079;13.4184;13.429;13.4396;13.4502;13.4608;13.4714;13.482;13.4926;13.5031;13.5137;13.5243;13.5349;13.5455;13.5561;13.5667;13.5773;13.5879;13.5984;13.609;13.6196;13.6302;13.6408;13.6514;13.662;13.6726;13.6831;13.6937;13.7043;13.7149;13.7255;13.7361;13.7467;13.7573;13.7679;13.7784;13.789;13.7996;13.8102;13.8208;13.8314;13.842;13.8526;13.8631;13.8737;13.8843;13.8949;13.9055;13.9161;13.9267;13.9373;13.9478;13.9584;13.969;13.9796;13.9902;14.0008;14.0114;14.022;14.0326;14.0431;14.0537;14.0643;14.0749;14.0855;14.0961;14.1067;14.1173;14.1278;14.1384;14.149;14.1596;14.1702;14.1808;14.1914;14.202;14.2126;14.2231;14.2337;14.2443;14.2549;14.2655;14.2761;14.2867;14.2973;14.3078;14.3184;14.329;14.3396;14.3502;14.3608;14.3714;14.382;14.3926;14.4031;14.4137;14.4243;14.4349;14.4455;14.4561;14.4667;14.4773;14.4878;0;14.509;14.5196;14.5302;14.5408;14.5514;14.562;14.5725;14.5831;14.5937;14.6043;14.6149;14.6255;14.6361;14.6467;14.6573;14.6678;14.6784;14.689;14.6996;14.7102;14.7208;14.7314;14.742;14.7525;14.7631;14.7737;14.7843;14.7949;14.8055;14.8161;14.8267;14.8373;14.8478;14.8584;14.869;14.8796;14.8902;14.9008;14.9114;14.922;14.9325;14.9431;14.9537;14.9643;14.9749;14.9855;14.9961;15.0067;15.0173;15.0278;15.0384;15.049;15.0596;15.0702;15.0808;15.0914;15.102;15.1125;15.1231;15.1337;15.1443;15.1549;15.1655;15.1761;15.1867;15.1973;15.2078;15.2184;15.229;15.2396;15.2502;15.2608;15.2714;15.282;15.2925;15.3031;15.3137;15.3243;</Alpha>
+                <Cl>-0.5;-0.499;-0.498;-0.497;-0.496;-0.495;-0.494;-0.493;-0.492;-0.491;-0.49;-0.489;-0.488;-0.487;-0.486;-0.485;-0.484;-0.483;-0.482;-0.481;-0.48;-0.479;-0.478;-0.477;-0.476;-0.475;-0.474;-0.473;-0.472;-0.471;-0.47;-0.469;-0.468;-0.467;-0.466;-0.465;-0.464;-0.463;-0.462;-0.461;-0.46;-0.459;-0.458;-0.457;-0.456;-0.455;-0.454;-0.453;-0.452;-0.451;-0.45;-0.449;-0.448;-0.447;-0.446;-0.445;-0.444;-0.443;-0.442;-0.441;-0.44;-0.439;-0.438;-0.437;-0.436;-0.435;-0.434;-0.433;-0.432;-0.431;-0.43;-0.429;-0.428;-0.427;-0.426;-0.425;-0.424;-0.423;-0.422;-0.421;-0.42;-0.419;-0.418;-0.417;-0.416;-0.415;-0.414;-0.413;-0.412;-0.411;-0.41;-0.409;-0.408;-0.407;-0.406;-0.405;-0.404;-0.403;-0.402;-0.401;-0.4;-0.399;-0.398;-0.397;-0.396;-0.395;-0.394;-0.393;-0.392;-0.391;-0.39;-0.389;-0.388;-0.387;-0.386;-0.385;-0.384;-0.383;-0.382;-0.381;-0.38;-0.379;-0.378;-0.377;-0.376;-0.375;-0.374;-0.373;-0.372;-0.371;-0.37;-0.369;-0.368;-0.367;-0.366;-0.365;-0.364;-0.363;-0.362;-0.361;-0.36;-0.359;-0.358;-0.357;-0.356;-0.355;-0.354;-0.353;-0.352;-0.351;-0.35;-0.349;-0.348;-0.347;-0.346;-0.345;-0.344;-0.343;-0.342;-0.341;-0.34;-0.339;-0.338;-0.337;-0.336;-0.335;-0.334;-0.333;-0.332;-0.331;-0.33;-0.329;-0.328;-0.327;-0.326;-0.325;-0.324;-0.323;-0.322;-0.321;-0.32;-0.319;-0.318;-0.317;-0.316;-0.315;-0.314;-0.313;-0.312;-0.311;-0.31;-0.309;-0.308;-0.307;-0.306;-0.305;-0.304;-0.303;-0.302;-0.301;-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447;1.448;1.449;1.45;1.451;1.452;1.453;1.454;1.455;1.456;1.457;1.458;1.459;1.46;1.461;1.462;1.463;1.464;1.465;1.466;1.467;1.468;1.469;1.47;1.471;1.472;1.473;1.474;1.475;1.476;1.477;1.478;1.479;1.48;1.481;1.482;1.483;1.484;1.485;1.486;1.487;1.488;1.489;1.49;1.491;1.492;1.493;1.494;1.495;1.496;1.497;1.498;1.499;1.5;1.501;1.502;1.503;1.504;1.505;1.506;1.507;1.508;1.509;1.51;1.511;1.512;1.513;1.514;1.515;1.516;1.517;1.518;1.519;1.52;1.521;1.522;1.523;1.524;1.525;1.526;1.527;1.528;1.529;1.53;1.531;1.532;1.533;1.534;1.535;1.536;1.537;1.538;1.539;1.54;1.541;1.542;1.543;1.544;1.545;1.546;1.547;1.548;1.549;1.55;1.551;1.552;1.553;1.554;1.555;1.556;1.557;1.558;1.559;1.56;1.561;1.562;1.563;1.564;1.565;1.566;1.567;1.568;1.569;1.57;1.571;1.572;1.573;1.574;1.575;1.576;1.577;1.578;1.579;1.58;1.581;1.582;1.583;1.584;1.585;1.586;1.587;1.588;1.589;1.59;1.591;1.592;1.593;1.594;1.595;1.596;1.597;1.598;1.599;1.6;1.601;1.602;1.603;1.604;1.605;1.606;1.607;1.608;1.609;1.61;1.611;1.612;1.613;1.614;1.615;1.616;1.617;1.618;1.619;1.62;1.621;1.622;1.623;1.624;1.625;1.626;1.627;1.628;1.629;1.63;1.631;1.632;1.633;1.634;1.635;1.636;1.637;1.638;1.639;1.64;1.641;1.642;1.643;1.644;1.645;1.646;1.647;1.648;1.649;1.65;1.651;1.652;1.653;1.654;1.655;1.656;1.657;1.658;1.659;1.66;1.661;1.662;1.663;1.664;1.665;1.666;1.667;1.668;1.669;1.67;1.671;1.672;1.673;1.674;1.675;1.676;1.677;1.678;1.679;1.68;1.681;1.682;1.683;1.684;1.685;1.686;1.687;1.688;1.689;1.69;1.691;1.692;1.693;1.694;1.695;1.696;1.697;1.698;1.699;1.7;1.701;1.702;1.703;1.704;1.705;1.706;1.707;1.708;1.709;1.71;1.711;1.712;1.713;1.714;1.715;1.716;1.717;1.718;1.719;1.72;1.721;1.722;1.723;1.724;1.725;1.726;1.727;1.728;1.729;1.73;1.731;1.732;1.733;1.734;1.735;1.736;1.737;1.738;1.739;1.74;1.741;1.742;1.743;1.744;1.745;1.746;1.747;1.748;1.749;1.75;1.751;1.752;1.753;1.754;1.755;1.756;1.757;1.758;1.759;1.76;1.761;1.762;1.763;1.764;1.765;1.766;1.767;1.768;1.769;1.77;1.771;1.772;1.773;1.774;1.775;1.776;1.777;1.778;1.779;1.78;1.781;1.782;1.783;1.784;1.785;1.786;1.787;1.788;1.789;1.79;1.791;1.792;1.793;1.794;1.795;1.796;1.797;1.798;1.799;1.8;1.801;1.802;1.803;1.804;1.805;1.806;1.807;1.808;1.809;1.81;1.811;1.812;1.813;1.814;1.815;1.816;1.817;1.818;1.819;1.82;1.821;1.822;1.823;1.824;1.825;1.826;1.827;1.828;1.829;1.83;1.831;1.832;1.833;1.834;1.835;1.836;1.837;1.838;1.839;1.84;1.841;1.842;1.843;1.844;1.845;1.846;1.847;1.848;1.849;1.85;1.851;1.852;1.853;1.854;1.855;1.856;1.857;1.858;1.859;1.86;1.861;1.862;1.863;1.864;1.865;1.866;1.867;1.868;1.869;1.87;1.871;1.872;1.873;1.874;1.875;1.876;1.877;1.878;1.879;1.88;1.881;1.882;1.883;1.884;1.885;1.886;1.887;1.888;1.889;1.89;1.891;1.892;1.893;1.894;1.895;1.896;1.897;1.898;1.899;1.9;1.901;1.902;1.903;1.904;1.905;1.906;1.907;1.908;1.909;1.91;1.911;1.912;1.913;1.914;1.915;1.916;1.917;1.918;1.919;1.92;1.921;1.922;1.923;1.924;1.925;1.926;1.927;1.928;1.929;1.93;1.931;1.932;1.933;1.934;1.935;1.936;1.937;1.938;1.939;1.94;1.941;1.942;1.943;1.944;1.945;1.946;1.947;1.948;1.949;1.95;1.951;1.952;1.953;1.954;1.955;1.956;1.957;1.958;1.959;1.96;1.961;1.962;1.963;1.964;1.965;1.966;1.967;1.968;1.969;1.97;1.971;1.972;1.973;1.974;1.975;1.976;1.977;1.978;1.979;1.98;1.981;1.982;1.983;1.984;1.985;1.986;1.987;1.988;1.989;1.99;1.991;1.992;1.993;1.994;1.995;1.996;1.997;1.998;1.999;2;2.001;2.002;2.003;2.004;2.005;2.006;2.007;2.008;2.009;2.01;2.011;2.012;2.013;2.014;2.015;2.016;2.017;2.018;2.019;2.02;2.021;2.022;2.023;2.024;2.025;2.026;2.027;2.028;2.029;2.03;2.031;2.032;2.033;2.034;2.035;2.036;2.037;2.038;2.039;2.04;2.041;2.042;2.043;2.044;2.045;2.046;2.047;2.048;2.049;2.05;2.051;2.052;2.053;2.054;2.055;2.056;2.057;2.058;2.059;2.06;2.061;2.062;2.063;2.064;2.065;2.066;2.067;2.068;2.069;2.07;2.071;2.072;2.073;2.074;2.075;2.076;2.077;2.078;2.079;2.08;2.081;2.082;2.083;2.084;2.085;2.086;2.087;2.088;2.089;2.09;2.091;2.092;2.093;2.094;2.095;2.096;2.097;2.098;2.099;2.1;2.101;2.102;2.103;2.104;2.105;2.106;2.107;2.108;2.109;2.11;2.111;2.112;2.113;2.114;2.115;2.116;2.117;2.118;2.119;2.12;2.121;2.122;2.123;2.124;2.125;2.126;2.127;2.128;2.129;2.13;2.131;2.132;2.133;2.134;2.135;2.136;2.137;2.138;2.139;2.14;2.141;2.142;2.143;2.144;2.145;2.146;2.147;2.148;2.149;2.15;2.151;2.152;2.153;2.154;2.155;2.156;2.157;2.158;2.159;2.16;2.161;2.162;2.163;2.164;2.165;2.166;2.167;2.168;2.169;2.17;2.171;2.172;2.173;2.174;2.175;2.176;2.177;2.178;2.179;2.18;2.181;2.182;2.183;2.184;2.185;2.186;2.187;2.188;2.189;2.19;2.191;2.192;2.193;2.194;2.195;2.196;2.197;2.198;2.199;2.2;2.201;2.202;2.203;2.204;2.205;2.206;2.207;2.208;2.209;2.21;2.211;2.212;2.213;2.214;2.215;2.216;2.217;2.218;2.219;2.22;2.221;2.222;2.223;2.224;2.225;2.226;2.227;2.228;2.229;2.23;2.231;2.232;2.233;2.234;2.235;2.236;2.237;2.238;2.239;2.24;2.241;2.242;2.243;2.244;2.245;2.246;2.247;2.248;2.249;2.25;2.251;2.252;2.253;2.254;2.255;2.256;2.257;2.258;2.259;2.26;2.261;2.262;2.263;2.264;2.265;2.266;2.267;2.268;2.269;2.27;2.271;2.272;2.273;2.274;2.275;2.276;2.277;2.278;2.279;2.28;2.281;2.282;2.283;2.284;2.285;2.286;2.287;2.288;2.289;2.29;2.291;2.292;2.293;2.294;2.295;2.296;2.297;2.298;2.299;2.3;2.301;2.302;2.303;2.304;2.305;2.306;2.307;2.308;2.309;2.31;2.311;2.312;2.313;2.314;2.315;2.316;2.317;2.318;2.319;2.32;2.321;2.322;2.323;2.324;2.325;2.326;2.327;2.328;2.329;2.33;2.331;2.332;2.333;2.334;2.335;2.336;2.337;2.338;2.339;2.34;2.341;2.342;2.343;2.344;2.345;2.346;2.347;2.348;2.349;2.35;2.351;2.352;2.353;2.354;2.355;2.356;2.357;2.358;2.359;2.36;2.361;2.362;2.363;2.364;2.365;2.366;2.367;2.368;2.369;2.37;2.371;2.372;2.373;2.374;2.375;2.376;2.377;2.378;2.379;2.38;2.381;2.382;2.383;2.384;2.385;2.386;2.387;2.388;2.389;2.39;2.391;2.392;2.393;2.394;2.395;2.396;2.397;2.398;2.399;2.4;2.401;2.402;2.403;2.404;2.405;2.406;2.407;2.408;2.409;2.41;2.411;2.412;2.413;2.414;2.415;2.416;2.417;2.418;2.419;2.42;2.421;2.422;2.423;2.424;2.425;2.426;2.427;2.428;2.429;2.43;2.431;2.432;2.433;2.434;2.435;2.436;2.437;2.438;2.439;2.44;2.441;2.442;2.443;2.444;2.445;2.446;2.447;2.448;2.449;2.45;2.451;2.452;2.453;2.454;2.455;2.456;2.457;2.458;2.459;2.46;2.461;2.462;2.463;2.464;2.465;2.466;2.467;2.468;2.469;2.47;2.471;2.472;2.473;2.474;2.475;2.476;2.477;2.478;2.479;2.48;2.481;2.482;2.483;2.484;2.485;2.486;2.487;2.488;2.489;2.49;2.491;2.492;2.493;2.494;2.495;2.496;2.497;2.498;2.499;2.5;2.501;2.502;2.503;2.504;2.505;2.506;2.507;2.508;2.509;2.51;2.511;2.512;2.513;2.514;2.515;2.516;2.517;</Cl>
+                <Cd>0.056994;0.0569219;0.0568499;0.0567779;0.0567061;0.0566344;0.0565628;0.0564913;0.0564198;0.0563485;0.0562772;0.0562061;0.056135;0.056064;0.0559932;0.0559224;0.0558517;0.0557811;0.0557106;0.0556402;0.0555699;0.0554997;0.0554296;0.0553596;0.0552897;0.0552198;0.0551501;0.0550804;0.0550109;0.0549414;0.0548721;0.0548028;0.0547336;0.0546645;0.0545956;0.0545267;0.0544579;0.0543892;0.0543206;0.0542521;0.0541836;0.0541153;0.0540471;0.0539789;0.0539109;0.053843;0.0537751;0.0537073;0.0536397;0.0535721;0.0535046;0.0534373;0.05337;0.0533028;0.0532357;0.0531687;0.0531018;0.053035;0.0529682;0.0529016;0.0528351;0.0527686;0.0527023;0.052636;0.0525699;0.0525038;0.0524379;0.052372;0.0523062;0.0522405;0.0521749;0.0521094;0.052044;0.0519787;0.0519135;0.0518484;0.0517834;0.0517185;0.0516536;0.0515889;0.0515242;0.0514597;0.0513952;0.0513309;0.0512666;0.0512024;0.0511384;0.0510744;0.0510105;0.0509467;0.050883;0.0508194;0.0507559;0.0506924;0.0506291;0.0505659;0.0505027;0.0504397;0.0503768;0.0503139;0.0502511;0.0501885;0.0501259;0.0500634;0.0500011;0.0499388;0.0498766;0.0498145;0.0497525;0.0496906;0.0496287;0.049567;0.0495054;0.0494439;0.0493824;0.0493211;0.0492598;0.0491987;0.0491376;0.0490767;0.0490158;0.048955;0.0488943;0.0488337;0.0487732;0.0487128;0.0486525;0.0485923;0.0485322;0.0484722;0.0484122;0.0483524;0.0482927;0.048233;0.0481735;0.048114;0.0480547;0.0479954;0.0479362;0.0478771;0.0478181;0.0477593;0.0477005;0.0476418;0.0475831;0.0475246;0.0474662;0.0474079;0.0473497;0.0472915;0.0472335;0.0471755;0.0471177;0.0470599;0.0470022;0.0469447;0.0468872;0.0468298;0.0467725;0.0467153;0.0466582;0.0466012;0.0465443;0.0464875;0.0464308;0.0463742;0.0463176;0.0462612;0.0462048;0.0461486;0.0460924;0.0460364;0.0459804;0.0459245;0.0458688;0.0458131;0.0457575;0.045702;0.0456466;0.0455913;0.0455361;0.045481;0.0454259;0.045371;0.0453162;0.0452614;0.0452068;0.0451522;0.0450978;0.0450434;0.0449891;0.044935;0.0448809;0.0448269;0.044773;0.0447192;0.0446655;0.0446119;0.0445584;0.044505;0.0444516;0.0443984;0.0443453;0.0442922;0.0442393;0.0441864;0.0441337;0.044081;0.0440284;0.0439759;0.0439236;0.0438713;0.0438191;0.043767;0.043715;0.0436631;0.0436112;0.0435595;0.0435079;0.0434564;0.0434049;0.0433536;0.0433023;0.0432512;0.0432001;0.0431491;0.0430983;0.0430475;0.0429968;0.0429462;0.0428957;0.0428453;0.042795;0.0427448;0.0426947;0.0426447;0.0425947;0.0425449;0.0424951;0.0424455;0.0423959;0.0423465;0.0422971;0.0422479;0.0421987;0.0421496;0.0421006;0.0420517;0.0420029;0.0419542;0.0419056;0.0418571;0.0418087;0.0417603;0.0417121;0.041664;0.0416159;0.041568;0.0415201;0.0414724;0.0414247;0.0413771;0.0413296;0.0412823;0.041235;0.0411878;0.0411407;0.0410937;0.0410468;0.0409999;0.0409532;0.0409066;0.0408601;0.0408136;0.0407673;0.040721;0.0406749;0.0406288;0.0405828;0.040537;0.0404912;0.0404455;0.0403999;0.0403544;0.040309;0.0402637;0.0402185;0.0401734;0.0401283;0.0400834;0.0400386;0.0399938;0.0399492;0.0399046;0.0398602;0.0398158;0.0397715;0.0397274;0.0396833;0.0396393;0.0395954;0.0395516;0.0395079;0.0394643;0.0394208;0.0393774;0.039334;0.0392908;0.0392477;0.0392046;0.0391617;0.0391188;0.039076;0.0390334;0.0389908;0.0389483;0.0389059;0.0388637;0.0388215;0.0387794;0.0387374;0.0386954;0.0386536;0.0386119;0.0385703;0.0385287;0.0384873;0.038446;0.0384047;0.0383635;0.0383225;0.0382815;0.0382406;0.0381999;0.0381592;0.0381186;0.0380781;0.0380377;0.0379974;0.0379572;0.037917;0.037877;0.0378371;0.0377972;0.0377575;0.0377179;0.0376783;0.0376388;0.0375995;0.0375602;0.037521;0.0374819;0.037443;0.0374041;0.0373653;0.0373266;0.0372879;0.0372494;0.037211;0.0371727;0.0371344;0.0370963;0.0370583;0.0370203;0.0369825;0.0369447;0.036907;0.0368695;0.036832;0.0367946;0.0367573;0.0367201;0.036683;0.036646;0.0366091;0.0365723;0.0365355;0.0364989;0.0364624;0.0364259;0.0363896;0.0363533;0.0363172;0.0362811;0.0362452;0.0362093;0.0361735;0.0361378;0.0361022;0.0360667;0.0360313;0.035996;0.0359608;0.0359257;0.0358906;0.0358557;0.0358209;0.0357861;0.0357515;0.0357169;0.0356825;0.0356481;0.0356138;0.0355797;0.0355456;0.0355116;0.0354777;0.0354439;0.0354102;0.0353766;0.0353431;0.0353096;0.0352763;0.0352431;0.0352099;0.0351769;0.0351439;0.0351111;0.0350783;0.0350457;0.0350131;0.0349806;0.0349482;0.0349159;0.0348837;0.0348516;0.0348196;0.0347877;0.0347559;0.0347242;0.0346925;0.034661;0.0346296;0.0345982;0.034567;0.0345358;0.0345047;0.0344738;0.0344429;0.0344121;0.0343814;0.0343508;0.0343203;0.0342899;0.0342596;0.0342294;0.0341993;0.0341693;0.0341393;0.0341095;0.0340797;0.0340501;0.0340205;0.0339911;0.0339617;0.0339324;0.0339033;0.0338742;0.0338452;0.0338163;0.0337875;0.0337588;0.0337302;0.0337017;0.0336732;0.0336449;0.0336167;0.0335885;0.0335605;0.0335325;0.0335047;0.0334769;0.0334492;0.0334217;0.0333942;0.0333668;0.0333395;0.0333123;0.0332852;0.0332582;0.0332313;0.0332045;0.0331778;0.0331511;0.0331246;0.0330981;0.0330718;0.0330455;0.0330194;0.0329933;0.0329673;0.0329415;0.0329157;0.03289;0.0328644;0.0328389;0.0328135;0.0327882;0.032763;0.0327379;0.0327128;0.0326879;0.0326631;0.0326383;0.0326137;0.0325891;0.0325646;0.0325403;0.032516;0.0324918;0.0324677;0.0324438;0.0324199;0.0323961;0.0323724;0.0323487;0.0323252;0.0323018;0.0322785;0.0322552;0.0322321;0.0322091;0.0321861;0.0321632;0.0321405;0.0321178;0.0320952;0.0320728;0.0320504;0.0320281;0.0320059;0.0319838;0.0319618;0.0319399;0.031918;0.0318963;0.0318747;0.0318531;0.0318317;0.0318104;0.0317891;0.0317679;0.0317469;0.0317259;0.031705;0.0316842;0.0316636;0.031643;0.0316225;0.0316021;0.0315817;0.0315615;0.0315414;0.0315214;0.0315014;0.0314816;0.0314619;0.0314422;0.0314227;0.0314032;0.0313838;0.0313646;0.0313454;0.0313263;0.0313073;0.0312884;0.0312696;0.0312509;0.0312323;0.0312138;0.0311953;0.031177;0.0311588;0.0311406;0.0311226;0.0311046;0.0310868;0.031069;0.0310513;0.0310338;0.0310163;0.0309989;0.0309816;0.0309644;0.0309473;0.0309303;0.0309134;0.0308966;0.0308798;0.0308632;0.0308467;0.0308302;0.0308139;0.0307976;0.0307815;0.0307654;0.0307494;0.0307335;0.0307178;0.0307021;0.0306865;0.030671;0.0306556;0.0306403;0.0306251;0.0306099;0.0305949;0.03058;0.0305651;0.0305504;0.0305357;0.0305212;0.0305067;0.0304923;0.0304781;0.0304639;0.0304498;0.0304358;0.0304219;0.0304081;0.0303944;0.0303808;0.0303673;0.0303539;0.0303405;0.0303273;0.0303141;0.0303011;0.0302881;0.0302753;0.0302625;0.0302499;0.0302373;0.0302248;0.0302124;0.0302001;0.0301879;0.0301758;0.0301638;0.0301519;0.0301401;0.0301283;0.0301167;0.0301052;0.0300937;0.0300824;0.0300711;0.03006;0.0300489;0.0300379;0.030027;0.0300163;0.0300056;0.029995;0.0299845;0.0299741;0.0299638;0.0299535;0.0299434;0.0299334;0.0299235;0.0299136;0.0299039;0.0298942;0.0298847;0.0298752;0.0298658;0.0298566;0.0298474;0.0298383;0.0298293;0.0298204;0.0298116;0.0298029;0.0297943;0.0297858;0.0297773;0.029769;0.0297608;0.0297526;0.0297446;0.0297366;0.0297288;0.029721;0.0297133;0.0297058;0.0296983;0.0296909;0.0296836;0.0296764;0.0296693;0.0296623;0.0296554;0.0296485;0.0296418;0.0296352;0.0296286;0.0296222;0.0296158;0.0296096;0.0296034;0.0295974;0.0295914;0.0295855;0.0295797;0.029574;0.0295684;0.0295629;0.0295575;0.0295522;0.029547;0.0295419;0.0295369;0.0295319;0.0295271;0.0295223;0.0295177;0.0295131;0.0295087;0.0295043;0.0295;0.0294958;0.0294917;0.0294878;0.0294839;0.0294801;0.0294763;0.0294727;0.0294692;0.0294658;0.0294625;0.0294592;0.0294561;0.029453;0.0294501;0.0294472;0.0294444;0.0294418;0.0294392;0.0294367;0.0294343;0.029432;0.0294298;0.0294277;0.0294257;0.0294238;0.029422;0.0294203;0.0294186;0.0294171;0.0294156;0.0294143;0.029413;0.0294119;0.0294108;0.0294098;0.0294089;0.0294082;0.0294075;0.0294069;0.0294064;0.029406;0.0294057;0.0294054;0.0294053;0.0294053;0.0294053;0.0294055;0.0294058;0.0294061;0.0294065;0.0294071;0.0294077;0.0294084;0.0294093;0.0294102;0.0294112;0.0294123;0.0294135;0.0294148;0.0294162;0.0294176;0.0294192;0.0294209;0.0294226;0.0294245;0.0294264;0.0294285;0.0294306;0.0294329;0.0294352;0.0294376;0.0294401;0.0294427;0.0294455;0.0294483;0.0294511;0.0294541;0.0294572;0.0294604;0.0294637;0.029467;0.0294705;0.029474;0.0294777;0.0294814;0.0294853;0.0294892;0.0294932;0.0294974;0.0295016;0.0295059;0.0295103;0.0295148;0.0295194;0.0295241;0.0295288;0.0295337;0.0295387;0.0295437;0.0295489;0.0295542;0.0295595;0.0295649;0.0295705;0.0295761;0.0295818;0.0295877;0.0295936;0.0295996;0.0296057;0.0296119;0.0296182;0.0296245;0.029631;0.0296376;0.0296443;0.029651;0.0296579;0.0296648;0.0296719;0.029679;0.0296863;0.0296936;0.029701;0.0297085;0.0297161;0.0297238;0.0297316;0.0297395;0.0297475;0.0297556;0.0297638;0.029772;0.0297804;0.0297889;0.0297974;0.0298061;0.0298148;0.0298237;0.0298326;0.0298416;0.0298507;0.0298599;0.0298693;0.0298787;0.0298882;0.0298977;0.0299074;0.0299172;0.0299271;0.0299371;0.0299471;0.0299573;0.0299675;0.0299779;0.0299883;0.0299989;0.0300095;0.0300202;0.030031;0.0300419;0.0300529;0.030064;0.0300752;0.0300865;0.0300979;0.0301094;0.030121;0.0301326;0.0301444;0.0301562;0.0301682;0.0301802;0.0301924;0.0302046;0.0302169;0.0302294;0.0302419;0.0302545;0.0302672;0.03028;0.0302929;0.0303059;0.030319;0.0303321;0.0303454;0.0303588;0.0303722;0.0303858;0.0303994;0.0304132;0.030427;0.0304409;0.030455;0.0304691;0.0304833;0.0304976;0.030512;0.0305265;0.0305411;0.0305558;0.0305706;0.0305854;0.0306004;0.0306155;0.0306306;0.0306459;0.0306612;0.0306767;0.0306922;0.0307078;0.0307235;0.0307394;0.0307553;0.0307713;0.0307874;0.0308036;0.0308199;0.0308363;0.0308527;0.0308693;0.030886;0.0309027;0.0309196;0.0309365;0.0309536;0.0309707;0.0309879;0.0310053;0.0310227;0.0310402;0.0310578;0.0310755;0.0310933;0.0311112;0.0311292;0.0311473;0.0311655;0.0311837;0.0312021;0.0312206;0.0312391;0.0312578;0.0312765;0.0312953;0.0313143;0.0313333;0.0313524;0.0313716;0.0313909;0.0314103;0.0314298;0.0314494;0.0314691;0.0314889;0.0315088;0.0315287;0.0315488;0.0315689;0.0315892;0.0316095;0.03163;0.0316505;0.0316711;0.0316919;0.0317127;0.0317336;0.0317546;0.0317757;0.0317969;0.0318182;0.0318396;0.031861;0.0318826;0.0319043;0.031926;0.0319479;0.0319698;0.0319919;0.032014;0.0320362;0.0320586;0.032081;0.0321035;0.0321261;0.0321488;0.0321716;0.0321945;0.0322175;0.0322406;0.0322638;0.032287;0.0323104;0.0323338;0.0323574;0.032381;0.0324048;0.0324286;0.0324526;0.0324766;0.0325007;0.0325249;0.0325492;0.0325736;0.0325981;0.0326227;0.0326474;0.0326722;0.032697;0.032722;0.0327471;0.0327722;0.0327975;0.0328228;0.0328483;0.0328738;0.0328994;0.0329251;0.032951;0.0329769;0.0330029;0.033029;0.0330552;0.0330815;0.0331078;0.0331343;0.0331609;0.0331875;0.0332143;0.0332412;0.0332681;0.0332952;0.0333223;0.0333495;0.0333768;0.0334043;0.0334318;0.0334594;0.0334871;0.0335149;0.0335428;0.0335708;0.0335988;0.033627;0.0336553;0.0336837;0.0337121;0.0337407;0.0337693;0.0337981;0.0338269;0.0338558;0.0338848;0.033914;0.0339432;0.0339725;0.0340019;0.0340314;0.034061;0.0340906;0.0341204;0.0341503;0.0341803;0.0342103;0.0342405;0.0342707;0.0343011;0.0343315;0.034362;0.0343927;0.0344234;0.0344542;0.0344851;0.0345161;0.0345472;0.0345784;0.0346097;0.0346411;0.0346726;0.0347041;0.0347358;0.0347676;0.0347994;0.0348314;0.0348634;0.0348955;0.0349278;0.0349601;0.0349925;0.035025;0.0350576;0.0350903;0.0351231;0.035156;0.035189;0.0352221;0.0352553;0.0352885;0.0353219;0.0353553;0.0353889;0.0354225;0.0354563;0.0354901;0.035524;0.0355581;0.0355922;0.0356264;0.0356607;0.0356951;0.0357296;0.0357642;0.0357989;0.0358337;0.0358685;0.0359035;0.0359386;0.0359737;0.036009;0.0360443;0.0360797;0.0361153;0.0361509;0.0361866;0.0362224;0.0362583;0.0362943;0.0363304;0.0363666;0.0364029;0.0364393;0.0364758;0.0365123;0.036549;0.0365858;0.0366226;0.0366596;0.0366966;0.0367338;0.036771;0.0368083;0.0368457;0.0368832;0.0369208;0.0369585;0.0369963;0.0370342;0.0370722;0.0371103;0.0371485;0.0371867;0.0372251;0.0372636;0.0373021;0.0373408;0.0373795;0.0374183;0.0374573;0.0374963;0.0375354;0.0375746;0.0376139;0.0376533;0.0376928;0.0377324;0.0377721;0.0378119;0.0378517;0.0378917;0.0379317;0.0379719;0.0380122;0.0380525;0.0380929;0.0381335;0.0381741;0.0382148;0.0382556;0.0382965;0.0383375;0.0383786;0.0384198;0.0384611;0.0385025;0.038544;0.0385855;0.0386272;0.038669;0.0387108;0.0387528;0.0387948;0.0388369;0.0388792;0.0389215;0.0389639;0.0390064;0.039049;0.0390917;0.0391345;0.0391774;0.0392204;0.0392635;0.0393067;0.0393499;0.0393933;0.0394367;0.0394803;0.0395239;0.0395677;0.0396115;0.0396554;0.0396995;0.0397436;0.0397878;0.0398321;0.0398765;0.039921;0.0399656;0.0400102;0.040055;0.0400999;0.0401449;0.0401899;0.0402351;0.0402803;0.0403257;0.0403711;0.0404166;0.0404623;0.040508;0.0405538;0.0405997;0.0406457;0.0406918;0.040738;0.0407843;0.0408307;0.0408771;0.0409237;0.0409704;0.0410171;0.041064;0.0411109;0.041158;0.0412051;0.0412523;0.0412996;0.0413471;0.0413946;0.0414422;0.0414899;0.0415377;0.0415856;0.0416336;0.0416816;0.0417298;0.0417781;0.0418264;0.0418749;0.0419234;0.0419721;0.0420208;0.0420696;0.0421186;0.0421676;0.0422167;0.0422659;0.0423152;0.0423646;0.0424141;0.0424637;0.0425134;0.0425632;0.042613;0.042663;0.0427131;0.0427632;0.0428135;0.0428638;0.0429142;0.0429648;0.0430154;0.0430661;0.0431169;0.0431678;0.0432188;0.0432699;0.0433211;0.0433724;0.0434238;0.0434753;0.0435268;0.0435785;0.0436302;0.0436821;0.043734;0.0437861;0.0438382;0.0438904;0.0439428;0.0439952;0.0440477;0.0441003;0.044153;0.0442058;0.0442587;0.0443117;0.0443648;0.0444179;0.0444712;0.0445245;0.044578;0.0446316;0.0446852;0.0447389;0.0447928;0.0448467;0.0449007;0.0449548;0.045009;0.0450633;0.0451177;0.0451722;0.0452268;0.0452815;0.0453363;0.0453911;0.0454461;0.0455012;0.0455563;0.0456116;0.0456669;0.0457223;0.0457779;0.0458335;0.0458892;0.045945;0.0460009;0.0460569;0.046113;0.0461692;0.0462255;0.0462819;0.0463384;0.0463949;0.0464516;0.0465084;0.0465652;0.0466221;0.0466792;0.0467363;0.0467935;0.0468509;0.0469083;0.0469658;0.0470234;0.0470811;0.0471389;0.0471968;0.0472548;0.0473128;0.047371;0.0474293;0.0474876;0.0475461;0.0476046;0.0476633;0.047722;0.0477809;0.0478398;0.0478988;0.0479579;0.0480171;0.0480764;0.0481358;0.0481953;0.0482549;0.0483146;0.0483744;0.0484342;0.0484942;0.0485543;0.0486144;0.0486746;0.048735;0.0487954;0.048856;0.0489166;0.0489773;0.0490381;0.049099;0.04916;0.0492211;0.0492823;0.0493436;0.049405;0.0494664;0.049528;0.0495897;0.0496514;0.0497133;0.0497752;0.0498373;0.0498994;0.0499616;0.0500239;0.0500864;0.0501489;0.0502115;0.0502742;0.050337;0.0503998;0.0504628;0.0505259;0.0505891;0.0506523;0.0507157;0.0507792;0.0508427;0.0509063;0.0509701;0.0510339;0.0510978;0.0511619;0.051226;0.0512902;0.0513545;0.0514189;0.0514834;0.051548;0.0516126;0.0516774;0.0517423;0.0518072;0.0518723;0.0519375;0.0520027;0.052068;0.0521335;0.052199;0.0522646;0.0523303;0.0523962;0.0524621;0.0525281;0.0525942;0.0526603;0.0527266;0.052793;0.0528595;0.052926;0.0529927;0.0530595;0.0531263;0.0531933;0.0532603;0.0533274;0.0533947;0.053462;0.0535294;0.0535969;0.0536645;0.0537322;0.0538;0.0538679;0.0539359;0.0540039;0.0540721;0.0541404;0.0542087;0.0542772;0.0543457;0.0544144;0.0544831;0.0545519;0.0546209;0.0546899;0.054759;0.0548282;0.0548975;0.0549669;0.0550364;0.055106;0.0551757;0.0552454;0.0553153;0.0553853;0.0554553;0.0555255;0.0555957;0.0556661;0.0557365;0.055807;0.0558776;0.0559484;0.0560192;0.0560901;0.0561611;0.0562322;0.0563034;0.0563746;0.056446;0.0565175;0.0565891;0.0566607;0.0567325;0.0568043;0.0568763;0.0569483;0.0570204;0.0570927;0.057165;0.0572374;0.0573099;0.0573825;0.0574552;0.057528;0.0576009;0.0576739;0.0577469;0.0578201;0.0578934;0.0579667;0.0580402;0.0581137;0.0581874;0.0582611;0.0583349;0.0584089;0.0584829;0.058557;0.0586312;0.0587055;0.0587799;0.0588544;0.058929;0.0590037;0.0590784;0.0591533;0.0592283;0.0593033;0.0593785;0.0594537;0.0595291;0.0596045;0.05968;0.0597556;0.0598314;0.0599072;0.0599831;0.0600591;0.0601352;0.0602114;0.0602876;0.060364;0.0604405;0.060517;0.0605937;0.0606705;0.0607473;0.0608243;0.0609013;0.0609784;0.0610556;0.061133;0.0612104;0.0612879;0.0613655;0.0614432;0.061521;0.0615989;0.0616768;0.0617549;0.0618331;0.0619114;0.0619897;0.0620682;0.0621467;0.0622254;0.0623041;0.0623829;0.0624618;0.0625409;0.06262;0.0626992;0.0627785;0.0628579;0.0629374;0.0630169;0.0630966;0.0631764;0.0632563;0.0633362;0.0634163;0.0634964;0.0635767;0.063657;0.0637375;0.063818;0.0638986;0.0639793;0.0640601;0.064141;0.064222;0.0643031;0.0643843;0.0644656;0.064547;0.0646284;0.06471;0.0647917;0.0648734;0.0649553;0.0650372;0.0651192;0.0652014;0.0652836;0.0653659;0.0654483;0.0655308;0.0656134;0.0656961;0.0657789;0.0658618;0.0659448;0.0660279;0.066111;0.0661943;0.0662777;0.0663611;0.0664447;0.0665283;0.066612;0.0666959;0.0667798;0.0668638;0.0669479;0.0670321;0.0671164;0.0672008;0.0672853;0.0673699;0.0674546;0.0675393;0.0676242;0.0677092;0.0677942;0.0678794;0.0679646;0.06805;0.0681354;0.0682209;0.0683065;0.0683922;0.0684781;0.068564;0.06865;0.0687361;0.0688222;0.0689085;0.0689949;0.0690814;0.0691679;0.0692546;0.0693413;0.0694282;0.0695151;0.0696022;0.0696893;0.0697765;0.0698638;0.0699513;0.0700388;0.0701264;0.0702141;0.0703019;0.0703897;0.0704777;0.0705658;0.070654;0.0707422;0.0708306;0.070919;0.0710076;0.0710962;0.0711849;0.0712738;0.0713627;0.0714517;0.0715408;0.07163;0.0717193;0.0718087;0.0718982;0.0719878;0.0720775;0.0721672;0.0722571;0.0723471;0.0724371;0.0725273;0.0726175;0.0727079;0.0727983;0.0728888;0.0729794;0.0730701;0.073161;0.0732519;0.0733429;0.073434;0.0735251;0.0736164;0.0737078;0.0737993;0.0738908;0.0739825;0.0740742;0.0741661;0.074258;0.0743501;0.0744422;0.0745344;0.0746267;0.0747191;0.0748117;0.0749043;0.074997;0.0750897;0.0751826;0.0752756;0.0753687;0.0754618;0.0755551;0.0756485;0.0757419;0.0758355;0.0759291;0.0760228;0.0761167;0.0762106;0.0763046;0.0763987;0.0764929;0.0765872;0.0766816;0.0767761;0.0768707;0.0769654;0.0770601;0.077155;0.0772499;0.077345;0.0774402;0.0775354;0.0776307;0.0777262;0.0778217;0.0779173;0.078013;0.0781088;0.0782047;0.0783007;0.0783968;0.078493;0.0785893;0.0786857;0.0787821;0.0788787;0.0789754;0.0790721;0.079169;0.0792659;0.0793629;0.0794601;0.0795573;0.0796546;0.079752;0.0798495;0.0799471;0.0800448;0.0801426;0.0802405;0.0803385;0.0804365;0.0805347;0.080633;0.0807313;0.0808298;0.0809283;0.081027;0.0811257;0.0812245;0.0813234;0.0814225;0.0815216;0.0816208;0.0817201;0.0818195;0.0819189;0.0820185;0.0821182;0.082218;0.0823178;0.0824178;0.0825179;0.082618;0.0827182;0.0828186;0.082919;0.0830195;0.0831202;0.0832209;0.0833217;0.0834226;0.0835236;0.0836247;0.0837259;0.0838271;0.0839285;0.08403;0.0841315;0.0842332;0.0843349;0.0844368;0.0845387;0.0846408;0.0847429;0.0848451;0.0849474;0.0850498;0.0851524;0.085255;0.0853576;0.0854604;0.0855633;0.0856663;0.0857694;0.0858725;0.0859758;0.0860792;0.0861826;0.0862861;0.0863898;0.0864935;0.0865973;0.0867013;0.0868053;0.0869094;0.0870136;0.0871179;0.0872223;0.0873268;0.0874313;0.087536;0.0876408;0.0877457;0.0878506;0.0879557;0.0880608;0.0881661;0.0882714;0.0883768;0.0884824;0.088588;0.0886937;0.0887995;0.0889054;0.0890114;0.0891175;0.0892237;0.0893299;0.0894363;0.0895428;0.0896493;0.089756;0.0898628;0.0899696;0.0900765;0.0901836;0.0902907;0.0903979;0.0905052;0.0906127;0.0907202;0.0908278;0.0909355;0.0910432;0.0911511;0.0912591;0.0913672;0.0914753;0.0915836;0.091692;0.0918004;0.0919089;0.0920176;0.0921263;0.0922351;0.0923441;0.0924531;0.0925622;0.0926714;0.0927807;0.0928901;0.0929996;0.0931091;0.0932188;0.0933286;0.0934385;0.0935484;0.0936585;0.0937686;0.0938788;0.0939892;0.0940996;0.0942101;0.0943208;0.0944315;0.0945423;0.0946532;0.0947642;0.0948753;0.0949864;0.0950977;0.0952091;0.0953206;0.0954321;0.0955438;0.0956555;0.0957674;0.0958793;0.0959914;0.0961035;0.0962157;0.096328;0.0964404;0.0965529;0.0966655;0.0967782;0.096891;0.0970039;0.0971169;0.0972299;0.0973431;0.0974564;0.0975697;0.0976832;0.0977967;0.0979103;0.0980241;0.0981379;0.0982518;0.0983658;0.0984799;0.0985942;0.0987084;0.0988228;0.0989373;0.0990519;0.0991666;0.0992813;0.0993962;0.0995112;0.0996262;0.0997414;0.0998566;0.0999719;0.100087;0.100203;0.100319;0.100434;0.10055;0.100666;0.100782;0.100898;0.101014;0.10113;0.101247;0.101363;0.10148;0.101597;0.101713;0.10183;0.101947;0.102064;0.102181;0.102298;0.102416;0.102533;0.102651;0.102768;0.102886;0.103004;0.103122;0.10324;0.103358;0.103476;0.103594;0.103712;0.103831;0.103949;0.104068;0.104187;0.104306;0.104425;0.104544;0.104663;0.104782;0.104901;0.105021;0.10514;0.10526;0.105379;0.105499;0.105619;0.105739;0.105859;0.105979;0.106099;0.10622;0.10634;0.106461;0.106581;0.106702;0.106823;0.106944;0.107065;0.107186;0.107307;0.107428;0.10755;0.107671;0.107793;0.107914;0.108036;0.108158;0.10828;0.108402;0.108524;0.108646;0.108768;0.108891;0.109013;0.109136;0.109259;0.109381;0.109504;0.109627;0.10975;0.109874;0.109997;0.11012;0.110244;0.110367;0.110491;0.110615;0.110738;0.110862;0.110986;0.11111;0.111235;0.111359;0.111483;0.111608;0.111732;0.111857;0.111982;0.112107;0.112232;0.112357;0.112482;0.112607;0.112732;0.112858;0.112983;0.113109;0.113235;0.11336;0.113486;0.113612;0.113738;0.113865;0.113991;0.114117;0.114244;0.11437;0.114497;0.114624;0.114751;0.114877;0.115005;0.115132;0.115259;0.115386;0.115514;0.115641;0.115769;0.115896;0.116024;0.116152;0.11628;0.116408;0.116536;0.116665;0.116793;0.116921;0.11705;0.117178;0.117307;0.117436;0.117565;0.117694;0.117823;0.117952;0.118082;0.118211;0.11834;0.11847;0.1186;0.118729;0.118859;0.118989;0.119119;0.119249;0.11938;0.11951;0.11964;0.119771;0.119902;0.120032;0.120163;0.120294;0.120425;0.120556;0.120687;0.120819;0.12095;0.121081;0.121213;0.121345;0.121476;0.121608;0.12174;0.121872;0.122004;0.122137;0.122269;0.122401;0.122534;0.122666;0.122799;0.122932;0.123065;0.123198;0.123331;0.123464;0.123597;0.123731;0.123864;0.123997;0.124131;0.124265;0.124399;0.124533;0.124667;0.124801;0.124935;0.125069;0.125204;0.125338;0.125473;0.125607;0.125742;0.125877;0.126012;0.126147;0.126282;0.126417;0.126553;0.126688;0.126824;0.126959;0.127095;0.127231;0.127367;0.127503;0.127639;0.127775;0.127911;0.128048;0.128184;0.128321;0.128457;0.128594;0.128731;0.128868;0.129005;0.129142;0.129279;0.129416;0.129554;0.129691;0.129829;0.129967;0.130104;0.130242;0.13038;0.130518;0.130657;0.130795;0.130933;0.131072;0.13121;0.131349;0.131487;0.131626;0.131765;0.131904;0.132043;0.132183;0.132322;0.132461;0.132601;0.13274;0.13288;0.13302;0.13316;0.1333;0.13344;0.13358;0.13372;0.13386;0.134001;0.134141;0.134282;0.134423;0.134563;0.134704;0.134845;0.134986;0.135128;0.135269;0.13541;0.135552;0.135693;0.135835;0.135977;0.136118;0.13626;0.136402;0.136545;0.136687;0.136829;0.136971;0.137114;0.137257;0.137399;0.137542;0.137685;0.137828;0.137971;0.138114;0.138257;0.138401;0.138544;0.138688;0.138831;0.138975;0.139119;0.139263;0.139407;0.139551;0.139695;0.139839;0.139984;0.140128;0.140273;0.140418;0.140562;0.140707;0.140852;0.140997;0.141142;0.141288;0.141433;0.141578;0.141724;0.141869;0.142015;0.142161;0.142307;0.142453;0.142599;0.142745;0.142891;0.143038;0.143184;0.143331;0.143477;0.143624;0.143771;0.143918;0.144065;0.144212;0.144359;0.144507;0.144654;0.144802;0.144949;0.145097;0.145245;0.145392;0.14554;0.145689;0.145837;0.145985;0.146133;0.146282;0.14643;0.146579;0.146728;0.146876;0.147025;0.147174;0.147323;0.147473;0.147622;0.147771;0.147921;0.14807;0.14822;0.14837;0.14852;0.14867;0.14882;0.14897;0.14912;0.14927;0.149421;0.149571;0.149722;0.149873;0.150024;0.150174;0.150325;0.150476;0.150628;0.150779;0.15093;0.151082;0.151233;0.151385;0.151537;0.151689;0.15184;0.151993;0.152145;0.152297;0.152449;0.152602;0.152754;0.152907;0.153059;0.153212;0.153365;0.153518;0.153671;0.153824;0.153977;0.154131;0.154284;0.154438;0.154591;0.154745;0.154899;0.155053;0.155207;0.155361;0.155515;0.15567;0.155824;0.155978;0.156133;0.156288;0.156442;0.156597;0.156752;0.156907;0.157062;0.157218;0.157373;0.157528;0.157684;0.15784;0.157995;0.158151;0.158307;0.158463;0.158619;0.158775;0.158931;0.159088;0.159244;0.159401;0.159557;0.159714;0.159871;0.160028;0.160185;0.160342;0.160499;0.160657;0.160814;0.160972;0.161129;0.161287;0.161445;0.161603;0.161761;0.161919;0.162077;0.162235;0.162393;0.162552;0.16271;0.162869;0.163028;0.163187;0.163345;0.163504;0.163664;0.163823;0.163982;0.164141;0.164301;0.16446;0.16462;0.16478;0.16494;0.1651;0.16526;0.16542;0.16558;0.16574;0.165901;0.166061;0.166222;0.166383;0.166544;0.166704;0.166865;0.167026;0.167188;0.167349;0.16751;0.167672;0.167833;0.167995;0.168157;0.168319;0.168481;0.168643;0.168805;0.168967;0.169129;0.169292;0.169454;0.169617;0.169779;0.169942;0.170105;0.170268;0.170431;0.170594;0.170757;0.170921;0.171084;0.171248;0.171411;0.171575;0.171739;0.171903;0.172067;0.172231;0.172395;0.172559;0.172724;0.172888;0.173053;0.173218;0.173382;0.173547;0.173712;0.173877;0.174042;0.174208;0.174373;0.174538;0.174704;0.174869;0.175035;0.175201;0.175367;0.175533;0.175699;0.175865;0.176031;0.176198;0.176364;0.176531;0.176697;0.176864;0.177031;0.177198;0.177365;0.177532;0.177699;0.177867;0.178034;0.178202;0.178369;0.178537;0.178705;0.178872;0.17904;0.179209;0.179377;0.179545;0.179713;0.179882;0.18005;0.180219;0.180388;0.180556;0.180725;0.180894;0.181063;0.181233;0.181402;0.181571;0.181741;0.18191;0.18208;0.18225;0.18242;0.18259;0.18276;0.18293;0.1831;0.18327;0.183441;0.183611;0.183782;0.183953;0.184123;0.184294;0.184465;0.184636;0.184808;0.184979;0.18515;0.185322;0.185493;0.185665;0.185837;0.186008;0.18618;0.186352;0.186525;0.186697;0.186869;0.187041;0.187214;0.187387;0.187559;0.187732;0.187905;0.188078;0.188251;0.188424;0.188597;0.188771;0.188944;0.189118;0.189291;0.189465;0.189639;0.189813;0.189987;0.190161;0.190335;0.190509;0.190684;0.190858;0.191033;0.191207;0.191382;0.191557;0.191732;0.191907;0.192082;0.192257;0.192433;0.192608;0.192784;0.192959;0.193135;0.193311;0.193487;0.193663;0.193839;0.194015;0.194191;0.194368;0.194544;0.194721;0.194897;0.195074;0.195251;0.195428;0.195605;0.195782;0.195959;0.196136;0.196314;0.196491;0.196669;0.196847;0.197024;0.197202;0.19738;0.197558;0.197736;0.197915;0.198093;0.198272;0.19845;0.198629;0.198807;0.198986;0.199165;0.199344;0.199523;0.199702;0.199882;0.200061;0.200241;0.20042;0.2006;0.20078;0.200959;0.201139;0.201319;0.2015;0.20168;0.20186;0.202041;0.202221;0.202402;0.202582;0.202763;0.202944;0.203125;0.203306;0.203487;0.203669;0.20385;0.204031;0.204213;0.204395;0.204576;0.204758;0.20494;0.205122;0.205304;0.205487;0.205669;0.205851;0.206034;0.206216;0.206399;0.206582;0.206765;0.206948;0.207131;0.207314;0.207497;0.20768;0.207864;0.208047;0.208231;0.208415;0.208599;0.208783;0.208967;0.209151;0.209335;0.209519;0.209703;0.209888;0.210073;0.210257;0.210442;0.210627;0.210812;0.210997;0.211182;0.211367;0.211553;0.211738;0.211923;0.212109;0.212295;0.212481;0.212666;0.212852;0.213039;0.213225;0.213411;0.213597;0.213784;0.21397;0.214157;0.214344;0.214531;0.214717;0.214905;0.215092;0.215279;0.215466;0.215654;0.215841;0.216029;0.216216;0.216404;0.216592;0.21678;0.216968;0.217156;0.217344;0.217533;0.217721;0.21791;0.218098;0.218287;0.218476;0.218665;0.218854;0.219043;0.219232;0.219421;0.219611;0.2198;0.21999;0.22018;0.220369;0.220559;0.220749;0.220939;0.221129;0.22132;0.22151;0.2217;0.221891;0.222081;0.222272;0.222463;0.222654;0.222845;0.223036;0.223227;0.223418;0.22361;0.223801;0.223993;0.224184;0.224376;0.224568;0.22476;0.224952;0.225144;0.225336;0.225528;0.225721;0.225913;0.226106;0.226299;0.226491;0.226684;0.226877;0.22707;0.227263;0.227457;0.22765;0.227844;0.228037;0.228231;0.228424;0.228618;0.228812;0.229006;0.2292;0.229394;0.229589;0.229783;0.229978;0.230172;0.230367;0.230562;0.230756;0.230951;0.231146;0.231342;0.231537;0.231732;0.231928;0.232123;0.232319;0.232514;0.23271;0.232906;0.233102;0.233298;0.233494;0.233691;0.233887;0.234083;0.23428;0.234477;0.234673;0.23487;0.235067;0.235264;0.235461;0.235658;0.235856;0.236053;0.236251;0.236448;0.236646;0.236844;0.237042;0.23724;0.237438;0.237636;0.237834;0.238032;0.238231;0.238429;0.238628;0.238827;0.239025;0.239224;0.239423;0.239623;0.239822;0.240021;0.24022;0.24042;0.240619;0.240819;0.241019;0.241219;0.241419;0.241619;0.241819;0.242019;0.242219;0.24242;0.24262;0.242821;0.243022;0.243222;0.243423;0.243624;0.243825;0.244027;0.244228;0.244429;0.244631;0.244832;0.245034;0.245236;0.245437;0.245639;0.245841;0.246043;0.246246;0.246448;0.24665;0.246853;0.247055;0.247258;0.247461;0.247664;0.247867;0.24807;0.248273;0.248476;0.24868;0.248883;0.249087;0.24929;0.249494;0.249698;0.249902;0.250106;0.25031;0.250514;0.250718;0.250923;0.251127;0.251332;0.251536;0.251741;0.251946;0.252151;0.252356;0.252561;0.252766;0.252972;0.253177;0.253383;0.253588;0.253794;0.254;0.254206;0.254412;0.254618;0.254824;0.25503;0.255236;0.255443;0.255649;0.255856;0.256063;0.25627;0.256477;0.256684;0.256891;0.257098;0.257305;0.257513;0.25772;0.257928;0.258135;0.258343;0.258551;0.258759;0.258967;0.259175;0.259383;0.259592;0.2598;0.260009;0.260217;0.260426;0.260635;0.260844;0.261053;0.261262;0.261471;0.26168;0.26189;0.262099;0.262309;0.262519;0.262728;0.262938;0.263148;0.263358;0.263568;0.263778;0.263989;0.264199;0.26441;0.26462;0.264831;0.265042;0.265253;0.265464;0.265675;0.265886;0.266097;0.266309;0.26652;0.266732;0.266943;0.267155;0.267367;0.267579;0.267791;0.268003;0.268215;0.268427;0.26864;</Cd>
+                <Cm>0.456392;0.456118;0.455844;0.45557;0.455296;0.455022;0.454748;0.454474;0.4542;0.453926;0.453652;0.453378;0.453104;0.45283;0.452555;0.452281;0.452007;0.451733;0.451459;0.451185;0.450911;0.450637;0.450363;0.450089;0.449815;0.449541;0.449267;0.448993;0.448718;0.448444;0.44817;0.447896;0.447622;0.447348;0.447074;0.4468;0.446526;0.446252;0.445978;0.445704;0.44543;0.445156;0.444881;0.444607;0.444333;0.444059;0.443785;0.443511;0.443237;0.442963;0.442689;0.442415;0.442141;0.441867;0.441593;0.441319;0.441044;0.44077;0.440496;0.440222;0.439948;0.439674;0.4394;0.439126;0.438852;0.438578;0.438304;0.43803;0.437756;0.437482;0.437207;0.436933;0.436659;0.436385;0.436111;0.435837;0.435563;0.435289;0.435015;0.434741;0.434467;0.434193;0.433919;0.433645;0.43337;0.433096;0.432822;0.432548;0.432274;0.432;0.431726;0.431452;0.431178;0.430904;0.43063;0.430356;0.430082;0.429808;0.429533;0.429259;0.428985;0.428711;0.428437;0.428163;0.427889;0.427615;0.427341;0.427067;0.426793;0.426519;0.426245;0.425971;0.425696;0.425422;0.425148;0.424874;0.4246;0.424326;0.424052;0.423778;0.423504;0.42323;0.422956;0.422682;0.422408;0.422134;0.421859;0.421585;0.421311;0.421037;0.420763;0.420489;0.420215;0.419941;0.419667;0.419393;0.419119;0.418845;0.418571;0.418297;0.418022;0.417748;0.417474;0.4172;0.416926;0.416652;0.416378;0.416104;0.41583;0.415556;0.415282;0.415008;0.414734;0.41446;0.414185;0.413911;0.413637;0.413363;0.413089;0.412815;0.412541;0.412267;0.411993;0.411719;0.411445;0.411171;0.410897;0.410623;0.410348;0.410074;0.4098;0.409526;0.409252;0.408978;0.408704;0.40843;0.408156;0.407882;0.407608;0.407334;0.40706;0.406786;0.406511;0.406237;0.405963;0.405689;0.405415;0.405141;0.404867;0.404593;0.404319;0.404045;0.403771;0.403497;0.403223;0.402949;0.402674;0.4024;0.402126;0.401852;0.401578;0.401304;0.40103;0.400756;0.400482;0.400208;0.399934;0.39966;0.399386;0.399112;0.398837;0.398563;0.398289;0.398015;0.397741;0.397467;0.397193;0.396919;0.396645;0.396371;0.396097;0.395823;0.395549;0.395275;0.395;0.394726;0.394452;0.394178;0.393904;0.39363;0.393356;0.393082;0.392808;0.392534;0.39226;0.391986;0.391712;0.391438;0.391163;0.390889;0.390615;0.390341;0.390067;0.389793;0.389519;0.389245;0.388971;0.388697;0.388423;0.388149;0.387875;0.387601;0.387327;0.387052;0.386778;0.386504;0.38623;0.385956;0.385682;0.385408;0.385134;0.38486;0.384586;0.384312;0.384038;0.383764;0.38349;0.383215;0.382941;0.382667;0.382393;0.382119;0.381845;0.381571;0.381297;0.381023;0.380749;0.380475;0.380201;0.379927;0.379653;0.379378;0.379104;0.37883;0.378556;0.378282;0.378008;0.377734;0.37746;0.377186;0.376912;0.376638;0.376364;0.37609;0.375816;0.375541;0.375267;0.374993;0.374719;0.374445;0.374171;0.373897;0.373623;0.373349;0.373075;0.372801;0.372527;0.372253;0.371979;0.371704;0.37143;0.371156;0.370882;0.370608;0.370334;0.37006;0.369786;0.369512;0.369238;0.368964;0.36869;0.368416;0.368142;0.367867;0.367593;0.367319;0.367045;0.366771;0.366497;0.366223;0.365949;0.365675;0.365401;0.365127;0.364853;0.364579;0.364305;0.36403;0.363756;0.363482;0.363208;0.362934;0.36266;0.362386;0.362112;0.361838;0.361564;0.36129;0.361016;0.360742;0.360468;0.360193;0.359919;0.359645;0.359371;0.359097;0.358823;0.358549;0.358275;0.358001;0.357727;0.357453;0.357179;0.356905;0.356631;0.356356;0.356082;0.355808;0.355534;0.35526;0.354986;0.354712;0.354438;0.354164;0.35389;0.353616;0.353342;0.353068;0.352794;0.352519;0.352245;0.351971;0.351697;0.351423;0.351149;0.350875;0.350601;0.350327;0.350053;0.349779;0.349505;0.349231;0.348957;0.348682;0.348408;0.348134;0.34786;0.347586;0.347312;0.347038;0.346764;0.34649;0.346216;0.345942;0.345668;0.345394;0.34512;0.344845;0.344571;0.344297;0.344023;0.343749;0.343475;0.343201;0.342927;0.342653;0.342379;0.342105;0.341831;0.341557;0.341283;0.341008;0.340734;0.34046;0.340186;0.339912;0.339638;0.339364;0.33909;0.338816;0.338542;0.338268;0.337994;0.33772;0.337446;0.337171;0.336897;0.336623;0.336349;0.336075;0.335801;0.335527;0.335253;0.334979;0.334705;0.334431;0.334157;0.333883;0.333609;0.333334;0.33306;0.332786;0.332512;0.332238;0.331964;0.33169;0.331416;0.331142;0.330868;0.330594;0.33032;0.330046;0.329772;0.329497;0.329223;0.328949;0.328675;0.328401;0.328127;0.327853;0.327579;0.327305;0.327031;0.326757;0.326483;0.326209;0.325935;0.32566;0.325386;0.325112;0.324838;0.324564;0.32429;0.324016;0.323742;0.323468;0.323194;0.32292;0.322646;0.322372;0.322098;0.321823;0.321549;0.321275;0.321001;0.320727;0.320453;0.320179;0.319905;0.319631;0.319357;0.319083;0.318809;0.318535;0.318261;0.317986;0.317712;0.317438;0.317164;0.31689;0.316616;0.316342;0.316068;0.315794;0.31552;0.315246;0.314972;0.314698;0.314424;0.314149;0.313875;0.313601;0.313327;0.313053;0.312779;0.312505;0.312231;0.311957;0.311683;0.311409;0.311135;0.310861;0.310587;0.310312;0.310038;0.309764;0.30949;0.309216;0.308942;0.308668;0.308394;0.30812;0.307846;0.307572;0.307298;0.307024;0.30675;0.306475;0.306201;0.305927;0.305653;0.305379;0.305105;0.304831;0.304557;0.304283;0.304009;0.303735;0.303461;0.303187;0.302913;0.302638;0.302364;0.30209;0.301816;0.301542;0.301268;0.300994;0.30072;0.300446;0.300172;0.299898;0.299624;0.29935;0.299076;0.298802;0.298527;0.298253;0.297979;0.297705;0.297431;0.297157;0.296883;0.296609;0.296335;0.296061;0.295787;0.295513;0.295239;0.294965;0.29469;0.294416;0.294142;0.293868;0.293594;0.29332;0.293046;0.292772;0.292498;0.292224;0.29195;0.291676;0.291402;0.291128;0.290853;0.290579;0.290305;0.290031;0.289757;0.289483;0.289209;0.288935;0.288661;0.288387;0.288113;0.287839;0.287565;0.287291;0.287016;0.286742;0.286468;0.286194;0.28592;0.285646;0.285372;0.285098;0.284824;0.28455;0.284276;0.284002;0.283728;0.283454;0.283179;0.282905;0.282631;0.282357;0.282083;0.281809;0.281535;0.281261;0.280987;0.280713;0.280439;0.280165;0.279891;0.279617;0.279342;0.279068;0.278794;0.27852;0.278246;0.277972;0.277698;0.277424;0.27715;0.276876;0.276602;0.276328;0.276054;0.27578;0.275505;0.275231;0.274957;0.274683;0.274409;0.274135;0.273861;0.273587;0.273313;0.273039;0.272765;0.272491;0.272217;0.271943;0.271668;0.271394;0.27112;0.270846;0.270572;0.270298;0.270024;0.26975;0.269476;0.269202;0.268928;0.268654;0.26838;0.268106;0.267831;0.267557;0.267283;0.267009;0.266735;0.266461;0.266187;0.265913;0.265639;0.265365;0.265091;0.264817;0.264543;0.264269;0.263994;0.26372;0.263446;0.263172;0.262898;0.262624;0.26235;0.262076;0.261802;0.261528;0.261254;0.26098;0.260706;0.260432;0.260157;0.259883;0.259609;0.259335;0.259061;0.258787;0.258513;0.258239;0.257965;0.257691;0.257417;0.257143;0.256869;0.256595;0.25632;0.256046;0.255772;0.255498;0.255224;0.25495;0.254676;0.254402;0.254128;0.253854;0.25358;0.253306;0.253032;0.252758;0.252483;0.252209;0.251935;0.251661;0.251387;0.251113;0.250839;0.250565;0.250291;0.250017;0.249743;0.249469;0.249195;0.248921;0.248646;0.248372;0.248098;0.247824;0.24755;0.247276;0.247002;0.246728;0.246454;0.24618;0.245906;0.245632;0.245358;0.245084;0.244809;0.244535;0.244261;0.243987;0.243713;0.243439;0.243165;0.242891;0.242617;0.242343;0.242069;0.241795;0.241521;0.241247;0.240972;0.240698;0.240424;0.24015;0.239876;0.239602;0.239328;0.239054;0.23878;0.238506;0.238232;0.237958;0.237684;0.23741;0.237135;0.236861;0.236587;0.236313;0.236039;0.235765;0.235491;0.235217;0.234943;0.234669;0.234395;0.234121;0.233847;0.233573;0.233298;0.233024;0.23275;0.232476;0.232202;0.231928;0.231654;0.23138;0.231106;0.230832;0.230558;0.230284;0.23001;0.229736;0.229461;0.229187;0.228913;0.228639;0.228365;0.228091;0.227817;0.227543;0.227269;0.226995;0.226721;0.226447;0.226173;0.225899;0.225624;0.22535;0.225076;0.224802;0.224528;0.224254;0.22398;0.223706;0.223432;0.223158;0.222884;0.22261;0.222336;0.222062;0.221787;0.221513;0.221239;0.220965;0.220691;0.220417;0.220143;0.219869;0.219595;0.219321;0.219047;0.218773;0.218499;0.218225;0.21795;0.217676;0.217402;0.217128;0.216854;0.21658;0.216306;0.216032;0.215758;0.215484;0.21521;0.214936;0.214662;0.214388;0.214113;0.213839;0.213565;0.213291;0.213017;0.212743;0.212469;0.212195;0.211921;0.211647;0.211373;0.211099;0.210825;0.210551;0.210277;0.210002;0.209728;0.209454;0.20918;0.208906;0.208632;0.208358;0.208084;0.20781;0.207536;0.207262;0.206988;0.206714;0.20644;0.206165;0.205891;0.205617;0.205343;0.205069;0.204795;0.204521;0.204247;0.203973;0.203699;0.203425;0.203151;0.202877;0.202603;0.202328;0.202054;0.20178;0.201506;0.201232;0.200958;0.200684;0.20041;0.200136;0.199862;0.199588;0.199314;0.19904;0.198766;0.198491;0.198217;0.197943;0.197669;0.197395;0.197121;0.196847;0.196573;0.196299;0.196025;0.195751;0.195477;0.195203;0.194929;0.194654;0.19438;0.194106;0.193832;0.193558;0.193284;0.19301;0.192736;0.192462;0.192188;0.191914;0.19164;0.191366;0.191092;0.190817;0.190543;0.190269;0.189995;0.189721;0.189447;0.189173;0.188899;0.188625;0.188351;0.188077;0.187803;0.187529;0.187255;0.18698;0.186706;0.186432;0.186158;0.185884;0.18561;0.185336;0.185062;0.184788;0.184514;0.18424;0.183966;0.183692;0.183418;0.183143;0.182869;0.182595;0.182321;0.182047;0.181773;0.181499;0.181225;0.180951;0.180677;0.180403;0.180129;0.179855;0.179581;0.179306;0.179032;0.178758;0.178484;0.17821;0.177936;0.177662;0.177388;0.177114;0.17684;0.176566;0.176292;0.176018;0.175744;0.175469;0.175195;0.174921;0.174647;0.174373;0.174099;0.173825;0.173551;0.173277;0.173003;0.172729;0.172455;0.172181;0.171907;0.171632;0.171358;0.171084;0.17081;0.170536;0.170262;0.169988;0.169714;0.16944;0.169166;0.168892;0.168618;0.168344;0.16807;0.167795;0.167521;0.167247;0.166973;0.166699;0.166425;0.166151;0.165877;0.165603;0.165329;0.165055;0.164781;0.164507;0.164233;0.163958;0.163684;0.16341;0.163136;0.162862;0.162588;0.162314;0.16204;0.161766;0.161492;0.161218;0.160944;0.16067;0.160396;0.160121;0.159847;0.159573;0.159299;0.159025;0.158751;0.158477;0.158203;0.157929;0.157655;0.157381;0.157107;0.156833;0.156559;0.156284;0.15601;0.155736;0.155462;0.155188;0.154914;0.15464;0.154366;0.154092;0.153818;0.153544;0.15327;0.152996;0.152722;0.152447;0.152173;0.151899;0.151625;0.151351;0.151077;0.150803;0.150529;0.150255;0.149981;0.149707;0.149433;0.149159;0.148885;0.14861;0.148336;0.148062;0.147788;0.147514;0.14724;0.146966;0.146692;0.146418;0.146144;0.14587;0.145596;0.145322;0.145048;0.144773;0.144499;0.144225;0.143951;0.143677;0.143403;0.143129;0.142855;0.142581;0.142307;0.142033;0.141759;0.141485;0.141211;0.140936;0.140662;0.140388;0.140114;0.13984;0.139566;0.139292;0.139018;0.138744;0.13847;0.138196;0.137922;0.137648;0.137374;0.137099;0.136825;0.136551;0.136277;0.136003;0.135729;0.135455;0.135181;0.134907;0.134633;0.134359;0.134085;0.133811;0.133537;0.133262;0.132988;0.132714;0.13244;0.132166;0.131892;0.131618;0.131344;0.13107;0.130796;0.130522;0.130248;0.129974;0.1297;0.129425;0.129151;0.128877;0.128603;0.128329;0.128055;0.127781;0.127507;0.127233;0.126959;0.126685;0.126411;0.126137;0.125863;0.125588;0.125314;0.12504;0.124766;0.124492;0.124218;0.123944;0.12367;0.123396;0.123122;0.122848;0.122574;0.1223;0.122026;0.121752;0.121477;0.121203;0.120929;0.120655;0.120381;0.120107;0.119833;0.119559;0.119285;0.119011;0.118737;0.118463;0.118189;0.117915;0.11764;0.117366;0.117092;0.116818;0.116544;0.11627;0.115996;0.115722;0.115448;0.115174;0.1149;0.114626;0.114352;0.114078;0.113803;0.113529;0.113255;0.112981;0.112707;0.112433;0.112159;0.111885;0.111611;0.111337;0.111063;0.110789;0.110515;0.110241;0.109966;0.109692;0.109418;0.109144;0.10887;0.108596;0.108322;0.108048;0.107774;0.1075;0.107226;0.106952;0.106678;0.106404;0.106129;0.105855;0.105581;0.105307;0.105033;0.104759;0.104485;0.104211;0.103937;0.103663;0.103389;0.103115;0.102841;0.102567;0.102292;0.102018;0.101744;0.10147;0.101196;0.100922;0.100648;0.100374;0.1001;0.0998258;0.0995517;0.0992777;0.0990036;0.0987295;0.0984554;0.0981814;0.0979073;0.0976332;0.0973592;0.0970851;0.096811;0.0965369;0.0962629;0.0959888;0.0957147;0.0954407;0.0951666;0.0948925;0.0946185;0.0943444;0.0940703;0.0937962;0.0935222;0.0932481;0.092974;0.0927;0.0924259;0.0921518;0.0918777;0.0916037;0.0913296;0.0910555;0.0907815;0.0905074;0.0902333;0.0899592;0.0896852;0.0894111;0.089137;0.088863;0.0885889;0.0883148;0.0880407;0.0877667;0.0874926;0.0872185;0.0869445;0.0866704;0.0863963;0.0861222;0.0858482;0.0855741;0.0853;0.085026;0.0847519;0.0844778;0.0842037;0.0839297;0.0836556;0.0833815;0.0831075;0.0828334;0.0825593;0.0822852;0.0820112;0.0817371;0.081463;0.081189;0.0809149;0.0806408;0.0803667;0.0800927;0.0798186;0.0795445;0.0792705;0.0789964;0.0787223;0.0784482;0.0781742;0.0779001;0.077626;0.077352;0.0770779;0.0768038;0.0765298;0.0762557;0.0759816;0.0757075;0.0754335;0.0751594;0.0748853;0.0746113;0.0743372;0.0740631;0.073789;0.073515;0.0732409;0.0729668;0.0726928;0.0724187;0.0721446;0.0718705;0.0715965;0.0713224;0.0710483;0.0707743;0.0705002;0.0702261;0.069952;0.069678;0.0694039;0.0691298;0.0688558;0.0685817;0.0683076;0.0680335;0.0677595;0.0674854;0.0672113;0.0669373;0.0666632;0.0663891;0.066115;0.065841;0.0655669;0.0652928;0.0650188;0.0647447;0.0644706;0.0641965;0.0639225;0.0636484;0.0633743;0.0631003;0.0628262;0.0625521;0.062278;0.062004;0.0617299;0.0614558;0.0611818;0.0609077;0.0606336;0.0603595;0.0600855;0.0598114;0.0595373;0.0592633;0.0589892;0.0587151;0.0584411;0.058167;0.0578929;0.0576188;0.0573448;0.0570707;0.0567966;0.0565226;0.0562485;0.0559744;0.0557003;0.0554263;0.0551522;0.0548781;0.0546041;0.05433;0.0540559;0.0537818;0.0535078;0.0532337;0.0529596;0.0526856;0.0524115;0.0521374;0.0518633;0.0515893;0.0513152;0.0510411;0.0507671;0.050493;0.0502189;0.0499448;0.0496708;0.0493967;0.0491226;0.0488486;0.0485745;0.0483004;0.0480263;0.0477523;0.0474782;0.0472041;0.0469301;0.046656;0.0463819;0.0461078;0.0458338;0.0455597;0.0452856;0.0450116;0.0447375;0.0444634;0.0441893;0.0439153;0.0436412;0.0433671;0.0430931;0.042819;0.0425449;0.0422709;0.0419968;0.0417227;0.0414486;0.0411746;0.0409005;0.0406264;0.0403524;0.0400783;0.0398042;0.0395301;0.0392561;0.038982;0.0387079;0.0384339;0.0381598;0.0378857;0.0376116;0.0373376;0.0370635;0.0367894;0.0365154;0.0362413;0.0359672;0.0356931;0.0354191;0.035145;0.0348709;0.0345969;0.0343228;0.0340487;0.0337746;0.0335006;0.0332265;0.0329524;0.0326784;0.0324043;0.0321302;0.0318561;0.0315821;0.031308;0.0310339;0.0307599;0.0304858;0.0302117;0.0299376;0.0296636;0.0293895;0.0291154;0.0288414;0.0285673;0.0282932;0.0280191;0.0277451;0.027471;0.0271969;0.0269229;0.0266488;0.0263747;0.0261006;0.0258266;0.0255525;0.0252784;0.0250044;0.0247303;0.0244562;0.0241822;0.0239081;0.023634;0.0233599;0.0230859;0.0228118;0.0225377;0.0222637;0.0219896;0.0217155;0.0214414;0.0211674;0.0208933;0.0206192;0.0203452;0.0200711;0.019797;0.0195229;0.0192489;0.0189748;0.0187007;0.0184267;0.0181526;0.0178785;0.0176044;0.0173304;0.0170563;0.0167822;0.0165082;0.0162341;0.01596;0.0156859;0.0154119;0.0151378;0.0148637;0.0145897;0.0143156;0.0140415;0.0137674;0.0134934;0.0132193;0.0129452;0.0126712;0.0123971;0.012123;0.0118489;0.0115749;0.0113008;0.0110267;0.0107527;0.0104786;0.0102045;0.00993045;0.00965638;0.00938231;0.00910823;0.00883416;0.00856009;0.00828602;0.00801195;0.00773788;0.00746381;0.00718974;0.00691566;0.00664159;0.00636752;0.00609345;0.00581938;0.00554531;0.00527124;0.00499717;0.00472309;0.00444902;0.00417495;0.00390088;0.00362681;0.00335274;0.00307867;0.0028046;0.00253052;0.00225645;0.00198238;0.00170831;0.00143424;0.00116017;0.000886098;0.000612026;0.000337955;6.38839e-05;-0.000210187;-0.000484258;-0.00075833;-0.0010324;-0.00130647;-0.00158054;-0.00185461;-0.00212869;-0.00240276;-0.00267683;-0.0029509;-0.00322497;-0.00349904;-0.00377311;-0.00404718;-0.00432126;-0.00459533;-0.0048694;-0.00514347;-0.00541754;-0.00569161;-0.00596568;-0.00623975;-0.00651383;-0.0067879;-0.00706197;-0.00733604;-0.00761011;-0.00788418;-0.00815825;-0.00843232;-0.00870639;-0.00898047;-0.00925454;-0.00952861;-0.00980268;-0.0100768;-0.0103508;-0.0106249;-0.010899;-0.011173;-0.0114471;-0.0117212;-0.0119952;-0.0122693;-0.0125434;-0.0128175;-0.0130915;-0.0133656;-0.0136397;-0.0139137;-0.0141878;-0.0144619;-0.014736;-0.01501;-0.0152841;-0.0155582;-0.0158322;-0.0161063;-0.0163804;-0.0166545;-0.0169285;-0.0172026;-0.0174767;-0.0177507;-0.0180248;-0.0182989;-0.018573;-0.018847;-0.0191211;-0.0193952;-0.0196692;-0.0199433;-0.0202174;-0.0204915;-0.0207655;-0.0210396;-0.0213137;-0.0215877;-0.0218618;-0.0221359;-0.02241;-0.022684;-0.0229581;-0.0232322;-0.0235062;-0.0237803;-0.0240544;-0.0243285;-0.0246025;-0.0248766;-0.0251507;-0.0254247;-0.0256988;-0.0259729;-0.026247;-0.026521;-0.0267951;-0.0270692;-0.0273432;-0.0276173;-0.0278914;-0.0281655;-0.0284395;-0.0287136;-0.0289877;-0.0292617;-0.0295358;-0.0298099;-0.0300839;-0.030358;-0.0306321;-0.0309062;-0.0311802;-0.0314543;-0.0317284;-0.0320024;-0.0322765;-0.0325506;-0.0328247;-0.0330987;-0.0333728;-0.0336469;-0.0339209;-0.034195;-0.0344691;-0.0347432;-0.0350172;-0.0352913;-0.0355654;-0.0358394;-0.0361135;-0.0363876;-0.0366617;-0.0369357;-0.0372098;-0.0374839;-0.0377579;-0.038032;-0.0383061;-0.0385802;-0.0388542;-0.0391283;-0.0394024;-0.0396764;-0.0399505;-0.0402246;-0.0404987;-0.0407727;-0.0410468;-0.0413209;-0.0415949;-0.041869;-0.0421431;-0.0424172;-0.0426912;-0.0429653;-0.0432394;-0.0435134;-0.0437875;-0.0440616;-0.0443357;-0.0446097;-0.0448838;-0.0451579;-0.0454319;-0.045706;-0.0459801;-0.0462542;-0.0465282;-0.0468023;-0.0470764;-0.0473504;-0.0476245;-0.0478986;-0.0481726;-0.0484467;-0.0487208;-0.0489949;-0.0492689;-0.049543;-0.0498171;-0.0500911;-0.0503652;-0.0506393;-0.0509134;-0.0511874;-0.0514615;-0.0517356;-0.0520096;-0.0522837;-0.0525578;-0.0528319;-0.0531059;-0.05338;-0.0536541;-0.0539281;-0.0542022;-0.0544763;-0.0547504;-0.0550244;-0.0552985;-0.0555726;-0.0558466;-0.0561207;-0.0563948;-0.0566689;-0.0569429;-0.057217;-0.0574911;-0.0577651;-0.0580392;-0.0583133;-0.0585874;-0.0588614;-0.0591355;-0.0594096;-0.0596836;-0.0599577;-0.0602318;-0.0605059;-0.0607799;-0.061054;-0.0613281;-0.0616021;-0.0618762;-0.0621503;-0.0624244;-0.0626984;-0.0629725;-0.0632466;-0.0635206;-0.0637947;-0.0640688;-0.0643429;-0.0646169;-0.064891;-0.0651651;-0.0654391;-0.0657132;-0.0659873;-0.0662613;-0.0665354;-0.0668095;-0.0670836;-0.0673576;-0.0676317;-0.0679058;-0.0681798;-0.0684539;-0.068728;-0.0690021;-0.0692761;-0.0695502;-0.0698243;-0.0700983;-0.0703724;-0.0706465;-0.0709206;-0.0711946;-0.0714687;-0.0717428;-0.0720168;-0.0722909;-0.072565;-0.0728391;-0.0731131;-0.0733872;-0.0736613;-0.0739353;-0.0742094;-0.0744835;-0.0747576;-0.0750316;-0.0753057;-0.0755798;-0.0758538;-0.0761279;-0.076402;-0.0766761;-0.0769501;-0.0772242;-0.0774983;-0.0777723;-0.0780464;-0.0783205;-0.0785946;-0.0788686;-0.0791427;-0.0794168;-0.0796908;-0.0799649;-0.080239;-0.0805131;-0.0807871;-0.0810612;-0.0813353;-0.0816093;-0.0818834;-0.0821575;-0.0824316;-0.0827056;-0.0829797;-0.0832538;-0.0835278;-0.0838019;-0.084076;-0.08435;-0.0846241;-0.0848982;-0.0851723;-0.0854463;-0.0857204;-0.0859945;-0.0862685;-0.0865426;-0.0868167;-0.0870908;-0.0873648;-0.0876389;-0.087913;-0.088187;-0.0884611;-0.0887352;-0.0890093;-0.0892833;-0.0895574;-0.0898315;-0.0901055;-0.0903796;-0.0906537;-0.0909278;-0.0912018;-0.0914759;-0.09175;-0.092024;-0.0922981;-0.0925722;-0.0928463;-0.0931203;-0.0933944;-0.0936685;-0.0939425;-0.0942166;-0.0944907;-0.0947648;-0.0950388;-0.0953129;-0.095587;-0.095861;-0.0961351;-0.0964092;-0.0966833;-0.0969573;-0.0972314;-0.0975055;-0.0977795;-0.0980536;-0.0983277;-0.0986018;-0.0988758;-0.0991499;-0.099424;-0.099698;-0.0999721;-0.100246;-0.10052;-0.100794;-0.101068;-0.101342;-0.101617;-0.101891;-0.102165;-0.102439;-0.102713;-0.102987;-0.103261;-0.103535;-0.103809;-0.104083;-0.104357;-0.104631;-0.104905;-0.105179;-0.105454;-0.105728;-0.106002;-0.106276;-0.10655;-0.106824;-0.107098;-0.107372;-0.107646;-0.10792;-0.108194;-0.108468;-0.108742;-0.109016;-0.109291;-0.109565;-0.109839;-0.110113;-0.110387;-0.110661;-0.110935;-0.111209;-0.111483;-0.111757;-0.112031;-0.112305;-0.112579;-0.112853;-0.113128;-0.113402;-0.113676;-0.11395;-0.114224;-0.114498;-0.114772;-0.115046;-0.11532;-0.115594;-0.115868;-0.116142;-0.116416;-0.11669;-0.116965;-0.117239;-0.117513;-0.117787;-0.118061;-0.118335;-0.118609;-0.118883;-0.119157;-0.119431;-0.119705;-0.119979;-0.120253;-0.120527;-0.120802;-0.121076;-0.12135;-0.121624;-0.121898;-0.122172;-0.122446;-0.12272;-0.122994;-0.123268;-0.123542;-0.123816;-0.12409;-0.124364;-0.124639;-0.124913;-0.125187;-0.125461;-0.125735;-0.126009;-0.126283;-0.126557;-0.126831;-0.127105;-0.127379;-0.127653;-0.127927;-0.128201;-0.128476;-0.12875;-0.129024;-0.129298;-0.129572;-0.129846;-0.13012;-0.130394;-0.130668;-0.130942;-0.131216;-0.13149;-0.131764;-0.132038;-0.132313;-0.132587;-0.132861;-0.133135;-0.133409;-0.133683;-0.133957;-0.134231;-0.134505;-0.134779;-0.135053;-0.135327;-0.135601;-0.135875;-0.13615;-0.136424;-0.136698;-0.136972;-0.137246;-0.13752;-0.137794;-0.138068;-0.138342;-0.138616;-0.13889;-0.139164;-0.139438;-0.139712;-0.139987;-0.140261;-0.140535;-0.140809;-0.141083;-0.141357;-0.141631;-0.141905;-0.142179;-0.142453;-0.142727;-0.143001;-0.143275;-0.143549;-0.143824;-0.144098;-0.144372;-0.144646;-0.14492;-0.145194;-0.145468;-0.145742;-0.146016;-0.14629;-0.146564;-0.146838;-0.147112;-0.147386;-0.14766;-0.147935;-0.148209;-0.148483;-0.148757;-0.149031;-0.149305;-0.149579;-0.149853;-0.150127;-0.150401;-0.150675;-0.150949;-0.151223;-0.151497;-0.151772;-0.152046;-0.15232;-0.152594;-0.152868;-0.153142;-0.153416;-0.15369;-0.153964;-0.154238;-0.154512;-0.154786;-0.15506;-0.155334;-0.155609;-0.155883;-0.156157;-0.156431;-0.156705;-0.156979;-0.157253;-0.157527;-0.157801;-0.158075;-0.158349;-0.158623;-0.158897;-0.159171;-0.159446;-0.15972;-0.159994;-0.160268;-0.160542;-0.160816;-0.16109;-0.161364;-0.161638;-0.161912;-0.162186;-0.16246;-0.162734;-0.163008;-0.163283;-0.163557;-0.163831;-0.164105;-0.164379;-0.164653;-0.164927;-0.165201;-0.165475;-0.165749;-0.166023;-0.166297;-0.166571;-0.166845;-0.16712;-0.167394;-0.167668;-0.167942;-0.168216;-0.16849;-0.168764;-0.169038;-0.169312;-0.169586;-0.16986;-0.170134;-0.170408;-0.170682;-0.170957;-0.171231;-0.171505;-0.171779;-0.172053;-0.172327;-0.172601;-0.172875;-0.173149;-0.173423;-0.173697;-0.173971;-0.174245;-0.174519;-0.174794;-0.175068;-0.175342;-0.175616;-0.17589;-0.176164;-0.176438;-0.176712;-0.176986;-0.17726;-0.177534;-0.177808;-0.178082;-0.178356;-0.178631;-0.178905;-0.179179;-0.179453;-0.179727;-0.180001;-0.180275;-0.180549;-0.180823;-0.181097;-0.181371;-0.181645;-0.181919;-0.182193;-0.182468;-0.182742;-0.183016;-0.18329;-0.183564;-0.183838;-0.184112;-0.184386;-0.18466;-0.184934;-0.185208;-0.185482;-0.185756;-0.18603;-0.186305;-0.186579;-0.186853;-0.187127;-0.187401;-0.187675;-0.187949;-0.188223;-0.188497;-0.188771;-0.189045;-0.189319;-0.189593;-0.189867;-0.190142;-0.190416;-0.19069;-0.190964;-0.191238;-0.191512;-0.191786;-0.19206;-0.192334;-0.192608;-0.192882;-0.193156;-0.19343;-0.193704;-0.193979;-0.194253;-0.194527;-0.194801;-0.195075;-0.195349;-0.195623;-0.195897;-0.196171;-0.196445;-0.196719;-0.196993;-0.197267;-0.197541;-0.197816;-0.19809;-0.198364;-0.198638;-0.198912;-0.199186;-0.19946;-0.199734;-0.200008;-0.200282;-0.200556;-0.20083;-0.201104;-0.201378;-0.201653;-0.201927;-0.202201;-0.202475;-0.202749;-0.203023;-0.203297;-0.203571;-0.203845;-0.204119;-0.204393;-0.204667;-0.204941;-0.205215;-0.20549;-0.205764;-0.206038;-0.206312;-0.206586;-0.20686;-0.207134;-0.207408;-0.207682;-0.207956;-0.20823;-0.208504;-0.208778;-0.209052;-0.209327;-0.209601;-0.209875;-0.210149;-0.210423;-0.210697;-0.210971;-0.211245;-0.211519;-0.211793;-0.212067;-0.212341;-0.212615;-0.212889;-0.213164;-0.213438;-0.213712;-0.213986;-0.21426;-0.214534;-0.214808;-0.215082;-0.215356;-0.21563;-0.215904;-0.216178;-0.216452;-0.216726;-0.217001;-0.217275;-0.217549;-0.217823;-0.218097;-0.218371;-0.218645;-0.218919;-0.219193;-0.219467;-0.219741;-0.220015;-0.220289;-0.220563;-0.220838;-0.221112;-0.221386;-0.22166;-0.221934;-0.222208;-0.222482;-0.222756;-0.22303;-0.223304;-0.223578;-0.223852;-0.224126;-0.2244;-0.224675;-0.224949;-0.225223;-0.225497;-0.225771;-0.226045;-0.226319;-0.226593;-0.226867;-0.227141;-0.227415;-0.227689;-0.227963;-0.228237;-0.228512;-0.228786;-0.22906;-0.229334;-0.229608;-0.229882;-0.230156;-0.23043;-0.230704;-0.230978;-0.231252;-0.231526;-0.2318;-0.232074;-0.232349;-0.232623;-0.232897;-0.233171;-0.233445;-0.233719;-0.233993;-0.234267;-0.234541;-0.234815;-0.235089;-0.235363;-0.235637;-0.235911;-0.236185;-0.23646;-0.236734;-0.237008;-0.237282;-0.237556;-0.23783;-0.238104;-0.238378;-0.238652;-0.238926;-0.2392;-0.239474;-0.239748;-0.240022;-0.240297;-0.240571;-0.240845;-0.241119;-0.241393;-0.241667;-0.241941;-0.242215;-0.242489;-0.242763;-0.243037;-0.243311;-0.243585;-0.243859;-0.244134;-0.244408;-0.244682;-0.244956;-0.24523;-0.245504;-0.245778;-0.246052;-0.246326;-0.2466;-0.246874;-0.247148;-0.247422;-0.247696;-0.247971;-0.248245;-0.248519;-0.248793;-0.249067;-0.249341;-0.249615;-0.249889;-0.250163;-0.250437;-0.250711;-0.250985;-0.251259;-0.251533;-0.251808;-0.252082;-0.252356;-0.25263;-0.252904;-0.253178;-0.253452;-0.253726;-0.254;-0.254274;-0.254548;-0.254822;-0.255096;-0.25537;-0.255645;-0.255919;-0.256193;-0.256467;-0.256741;-0.257015;-0.257289;-0.257563;-0.257837;-0.258111;-0.258385;-0.258659;-0.258933;-0.259207;-0.259482;-0.259756;-0.26003;-0.260304;-0.260578;-0.260852;-0.261126;-0.2614;-0.261674;-0.261948;-0.262222;-0.262496;-0.26277;-0.263044;-0.263319;-0.263593;-0.263867;-0.264141;-0.264415;-0.264689;-0.264963;-0.265237;-0.265511;-0.265785;-0.266059;-0.266333;-0.266607;-0.266881;-0.267156;-0.26743;-0.267704;-0.267978;-0.268252;-0.268526;-0.2688;-0.269074;-0.269348;-0.269622;-0.269896;-0.27017;-0.270444;-0.270718;-0.270993;-0.271267;-0.271541;-0.271815;-0.272089;-0.272363;-0.272637;-0.272911;-0.273185;-0.273459;-0.273733;-0.274007;-0.274281;-0.274555;-0.27483;-0.275104;-0.275378;-0.275652;-0.275926;-0.2762;-0.276474;-0.276748;-0.277022;-0.277296;-0.27757;-0.277844;-0.278118;-0.278392;-0.278667;-0.278941;-0.279215;-0.279489;-0.279763;-0.280037;-0.280311;-0.280585;-0.280859;-0.281133;-0.281407;-0.281681;-0.281955;-0.282229;-0.282504;-0.282778;-0.283052;-0.283326;-0.2836;-0.283874;-0.284148;-0.284422;-0.284696;-0.28497;-0.285244;-0.285518;-0.285792;-0.286066;-0.286341;-0.286615;-0.286889;-0.287163;-0.287437;-0.287711;-0.287985;-0.288259;-0.288533;-0.288807;-0.289081;-0.289355;-0.289629;-0.289903;-0.290178;-0.290452;-0.290726;-0.291;-0.291274;-0.291548;-0.291822;-0.292096;-0.29237;-0.292644;-0.292918;-0.293192;-0.293466;-0.29374;-0.294015;-0.294289;-0.294563;-0.294837;-0.295111;-0.295385;-0.295659;-0.295933;-0.296207;-0.296481;-0.296755;-0.297029;-0.297303;-0.297577;-0.297852;-0.298126;-0.2984;-0.298674;-0.298948;-0.299222;-0.299496;-0.29977;-0.300044;-0.300318;-0.300592;-0.300866;-0.30114;-0.301414;-0.301689;-0.301963;-0.302237;-0.302511;-0.302785;-0.303059;-0.303333;-0.303607;-0.303881;-0.304155;-0.304429;-0.304703;-0.304977;-0.305251;-0.305526;-0.3058;-0.306074;-0.306348;-0.306622;-0.306896;-0.30717;-0.307444;-0.307718;-0.307992;-0.308266;-0.30854;-0.308814;-0.309088;-0.309363;-0.309637;-0.309911;-0.310185;-0.310459;-0.310733;-0.311007;-0.311281;-0.311555;-0.311829;-0.312103;-0.312377;-0.312651;-0.312925;-0.3132;-0.313474;-0.313748;-0.314022;-0.314296;-0.31457;-0.314844;-0.315118;-0.315392;-0.315666;-0.31594;-0.316214;-0.316488;-0.316762;-0.317037;-0.317311;-0.317585;-0.317859;-0.318133;-0.318407;-0.318681;-0.318955;-0.319229;-0.319503;-0.319777;-0.320051;-0.320325;-0.320599;-0.320874;-0.321148;-0.321422;-0.321696;-0.32197;-0.322244;-0.322518;-0.322792;-0.323066;-0.32334;-0.323614;-0.323888;-0.324162;-0.324436;-0.32471;-0.324985;-0.325259;-0.325533;-0.325807;-0.326081;-0.326355;-0.326629;-0.326903;-0.327177;-0.327451;-0.327725;-0.327999;-0.328273;-0.328547;-0.328822;-0.329096;-0.32937;-0.329644;-0.329918;-0.330192;-0.330466;-0.33074;-0.331014;-0.331288;-0.331562;-0.331836;-0.33211;-0.332384;-0.332659;-0.332933;-0.333207;-0.333481;-0.333755;-0.334029;-0.334303;-0.334577;-0.334851;-0.335125;-0.335399;-0.335673;-0.335947;-0.336221;-0.336496;-0.33677;-0.337044;-0.337318;-0.337592;-0.337866;-0.33814;-0.338414;-0.338688;-0.338962;-0.339236;-0.33951;-0.339784;-0.340058;-0.340333;-0.340607;-0.340881;-0.341155;-0.341429;-0.341703;-0.341977;-0.342251;-0.342525;-0.342799;-0.343073;-0.343347;-0.343621;-0.343895;-0.34417;-0.344444;-0.344718;-0.344992;-0.345266;-0.34554;-0.345814;-0.346088;-0.346362;-0.346636;-0.34691;-0.347184;-0.347458;-0.347732;-0.348007;-0.348281;-0.348555;-0.348829;-0.349103;-0.349377;-0.349651;-0.349925;-0.350199;-0.350473;-0.350747;-0.351021;-0.351295;-0.351569;-0.351844;-0.352118;-0.352392;-0.352666;-0.35294;-0.353214;-0.353488;-0.353762;-0.354036;-0.35431;-0.354584;-0.354858;-0.355132;-0.355406;-0.355681;-0.355955;-0.356229;-0.356503;-0.356777;-0.357051;-0.357325;-0.357599;-0.357873;-0.358147;-0.358421;-0.358695;-0.358969;-0.359243;-0.359518;-0.359792;-0.360066;-0.36034;-0.360614;-0.360888;-0.361162;-0.361436;-0.36171;-0.361984;-0.362258;-0.362532;-0.362806;-0.36308;-0.363355;-0.363629;-0.363903;-0.364177;-0.364451;-0.364725;-0.364999;-0.365273;-0.365547;-0.365821;-0.366095;-0.366369;-0.366643;-0.366917;-0.367192;-0.367466;-0.36774;-0.368014;-0.368288;-0.368562;-0.368836;-0.36911;-0.369384;-0.369658;-0.369932;-0.370206;-0.37048;</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;</origin_polar>
+            </polar>
+        </polars>
+    </configuration>
+    <configuration ID="Climb">
+        <name>Climb</name>
+        <comment>Climb Configuration</comment>
+        <polars number="1">
+           <polar ID="1" AllowExtrapolation="1" AllowGridChange="1">
+            <name>---</name>
+            <reynoldsnumber>1.93523e+07</reynoldsnumber>
+            <machnumber>0.2</machnumber>
+                <Alpha>-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40033;-5.38975;-5.37916;-5.36857;-5.35798;-5.34739;-5.33681;-5.32622;-5.31563;-5.30504;-5.29445;-5.28386;-5.27328;-5.26269;-5.2521;-5.24151;-5.23092;-5.22034;-5.20975;-5.19916;-5.18857;-5.17798;-5.1674;-5.15681;-5.14622;-5.13563;-5.12504;-5.11445;-5.10387;-5.09328;-5.08269;-5.0721;-5.06151;-5.05093;-5.04034;-5.02975;-5.01916;-5.00857;-4.99798;-4.9874;-4.97681;-4.96622;-4.95563;-4.94504;-4.93446;-4.92387;-4.91328;-4.90269;-4.8921;-4.88152;-4.87093;-4.86034;-4.84975;-4.83916;-4.82857;-4.81799;-4.8074;-4.79681;-4.78622;-4.77563;-4.76505;-4.75446;-4.74387;-4.73328;-4.72269;-4.7121;-4.70152;-4.69093;-4.68034;-4.66975;-4.65916;-4.64858;-4.63799;-4.6274;-4.61681;-4.60622;-4.59564;-4.58505;-4.57446;-4.56387;-4.55328;-4.54269;-4.53211;-4.52152;-4.51093;-4.50034;-4.48975;-4.47917;-4.46858;-4.45799;-4.4474;-4.43681;-4.42622;-4.41564;-4.40505;-4.39446;-4.38387;-4.37328;-4.3627;-4.35211;-4.34152;-4.33093;-4.32034;-4.30976;-4.29917;-4.28858;-4.27799;-4.2674;-4.25681;-4.24623;-4.23564;-4.22505;-4.21446;-4.20387;-4.19329;-4.1827;-4.17211;-4.16152;-4.15093;-4.14034;-4.12976;-4.11917;-4.10858;-4.09799;-4.0874;-4.07682;-4.06623;-4.05564;-4.04505;-4.03446;-4.02388;-4.01329;-4.0027;-3.99211;-3.98152;-3.97093;-3.96035;-3.94976;-3.93917;-3.92858;-3.91799;-3.90741;-3.89682;-3.88623;-3.87564;-3.86505;-3.85446;-3.84388;-3.83329;-3.8227;-3.81211;-3.80152;-3.79094;-3.78035;-3.76976;-3.75917;-3.74858;-3.73799;-3.72741;-3.71682;-3.70623;-3.69564;-3.68505;-3.67447;-3.66388;-3.65329;-3.6427;-3.63211;-3.62153;-3.61094;-3.60035;-3.58976;-3.57917;-3.56858;-3.558;-3.54741;-3.53682;-3.52623;-3.51564;-3.50506;-3.49447;-3.48388;-3.47329;-3.4627;-3.45211;-3.44153;-3.43094;-3.42035;-3.40976;-3.39917;-3.38859;-3.378;-3.36741;-3.35682;-3.34623;-3.33565;-3.32506;-3.31447;-3.30388;-3.29329;-3.2827;-3.27212;-3.26153;-3.25094;-3.24035;-3.22976;-3.21918;-3.20859;-3.198;-3.18741;-3.17682;-3.16623;-3.15565;-3.14506;-3.13447;-3.12388;-3.11329;-3.10271;-3.09212;-3.08153;-3.07094;-3.06035;-3.04977;-3.03918;-3.02859;-3.018;-3.00741;-2.99682;-2.98624;-2.97565;-2.96506;-2.95447;-2.94388;-2.9333;-2.92271;-2.91212;-2.90153;-2.89094;-2.88035;-2.86977;-2.85918;-2.84859;-2.838;-2.82741;-2.81683;-2.80624;-2.79565;-2.78506;-2.77447;-2.76389;-2.7533;-2.74271;-2.73212;-2.72153;-2.71094;-2.70036;-2.68977;-2.67918;-2.66859;-2.658;-2.64742;-2.63683;-2.62624;-2.61565;-2.60506;-2.59447;-2.58389;-2.5733;-2.56271;-2.55212;-2.54153;-2.53095;-2.52036;-2.50977;-2.49918;-2.48859;-2.47801;-2.46742;-2.45683;-2.44624;-2.43565;-2.42506;-2.41448;-2.40389;-2.3933;-2.38271;-2.37212;-2.36154;-2.35095;-2.34036;-2.32977;-2.31918;-2.30859;-2.29801;-2.28742;-2.27683;-2.26624;-2.25565;-2.24507;-2.23448;-2.22389;-2.2133;-2.20271;-2.19213;-2.18154;-2.17095;-2.16036;-2.14977;-2.13918;-2.1286;-2.11801;-2.10742;-2.09683;-2.08624;-2.07566;-2.06507;-2.05448;-2.04389;-2.0333;-2.02271;-2.01213;-2.00154;-1.99095;-1.98036;-1.96977;-1.95919;-1.9486;-1.93801;-1.92742;-1.91683;-1.90625;-1.89566;-1.88507;-1.87448;-1.86389;-1.8533;-1.84272;-1.83213;-1.82154;-1.81095;-1.80036;-1.78978;-1.77919;-1.7686;-1.75801;-1.74742;-1.73683;-1.72625;-1.71566;-1.70507;-1.69448;-1.68389;-1.67331;-1.66272;-1.65213;-1.64154;-1.63095;-1.62037;-1.60978;-1.59919;-1.5886;-1.57801;-1.56742;-1.55684;-1.54625;-1.53566;-1.52507;-1.51448;-1.5039;-1.49331;-1.48272;-1.47213;-1.46154;-1.45095;-1.44037;-1.42978;-1.41919;-1.4086;-1.39801;-1.38743;-1.37684;-1.36625;-1.35566;-1.34507;-1.33449;-1.3239;-1.31331;-1.30272;-1.29213;-1.28154;-1.27096;-1.26037;-1.24978;-1.23919;-1.2286;-1.21802;-1.20743;-1.19684;-1.18625;-1.17566;-1.16507;-1.15449;-1.1439;-1.13331;-1.12272;-1.11213;-1.10155;-1.09096;-1.08037;-1.06978;-1.05919;-1.04861;-1.03802;-1.02743;-1.01684;-1.00625;-0.995664;-0.985076;-0.974488;-0.9639;-0.953312;-0.942724;-0.932135;-0.921547;-0.910959;-0.900371;-0.889783;-0.879195;-0.868606;-0.858018;-0.84743;-0.836842;-0.826254;-0.815666;-0.805078;-0.794489;-0.783901;-0.773313;-0.762725;-0.752137;-0.741549;-0.730961;-0.720372;-0.709784;-0.699196;-0.688608;-0.67802;-0.667432;-0.656843;-0.646255;-0.635667;-0.625079;-0.614491;-0.603903;-0.593315;-0.582726;-0.572138;-0.56155;-0.550962;-0.540374;-0.529786;-0.519198;-0.508609;-0.498021;-0.487433;-0.476845;-0.466257;-0.455669;-0.445081;-0.434492;-0.423904;-0.413316;-0.402728;-0.39214;-0.381552;-0.370963;-0.360375;-0.349787;-0.339199;-0.328611;-0.318023;-0.307435;-0.296846;-0.286258;-0.27567;-0.265082;-0.254494;-0.243906;-0.233318;-0.222729;-0.212141;-0.201553;-0.190965;-0.180377;-0.169789;-0.1592;-0.148612;-0.138024;-0.127436;-0.116848;-0.10626;-0.0956716;-0.0850834;-0.0744953;-0.0639071;-0.053319;-0.0427308;-0.0321427;-0.0215545;-0.0109664;-0.000378233;0.0102099;0.0207981;0.0313862;0.0419744;0.0525625;0.0631507;0.0737388;0.084327;0.0949151;0.105503;0.116091;0.12668;0.137268;0.147856;0.158444;0.169032;0.17962;0.190208;0.200797;0.211385;0.221973;0.232561;0.243149;0.253737;0.264326;0.274914;0.285502;0.29609;0.306678;0.317266;0.327854;0.338443;0.349031;0.359619;0.370207;0.380795;0.391383;0.401971;0.41256;0.423148;0.433736;0.444324;0.454912;0.4655;0.476088;0.486677;0.497265;0.507853;0.518441;0.529029;0.539617;0.550206;0.560794;0.571382;0.58197;0.592558;0.603146;0.613734;0.624323;0.634911;0.645499;0.656087;0.666675;0.677263;0.687851;0.69844;0.709028;0.719616;0.730204;0.740792;0.75138;0.761969;0.772557;0.783145;0.793733;0.804321;0.814909;0.825497;0.836086;0.846674;0.857262;0.86785;0.878438;0.889026;0.899614;0.910203;0.920791;0.931379;0.941967;0.952555;0.963143;0.973732;0.98432;0.994908;1.0055;1.01608;1.02667;1.03726;1.04785;1.05844;1.06902;1.07961;1.0902;1.10079;1.11138;1.12197;1.13255;1.14314;1.15373;1.16432;1.17491;1.18549;1.19608;1.20667;1.21726;1.22785;1.23844;1.24902;1.25961;1.2702;1.28079;1.29138;1.30196;1.31255;1.32314;1.33373;1.34432;1.3549;1.36549;1.37608;1.38667;1.39726;1.40785;1.41843;1.42902;1.43961;1.4502;1.46079;1.47137;1.48196;1.49255;1.50314;1.51373;1.52432;1.5349;1.54549;1.55608;1.56667;1.57726;1.58784;1.59843;1.60902;1.61961;1.6302;1.64078;1.65137;1.66196;1.67255;1.68314;1.69373;1.70431;1.7149;1.72549;1.73608;1.74667;1.75725;1.76784;1.77843;1.78902;1.79961;1.8102;1.82078;1.83137;1.84196;1.85255;1.86314;1.87372;1.88431;1.8949;1.90549;1.91608;1.92666;1.93725;1.94784;1.95843;1.96902;1.97961;1.99019;2.00078;2.01137;2.02196;2.03255;2.04313;2.05372;2.06431;2.0749;2.08549;2.09608;2.10666;2.11725;2.12784;2.13843;2.14902;2.1596;2.17019;2.18078;2.19137;2.20196;2.21255;2.22313;2.23372;2.24431;2.2549;2.26549;2.27607;2.28666;2.29725;2.30784;2.31843;2.32901;2.3396;2.35019;2.36078;2.37137;2.38196;2.39254;2.40313;2.41372;2.42431;2.4349;2.44548;2.45607;2.46666;2.47725;2.48784;2.49843;2.50901;2.5196;2.53019;2.54078;2.55137;2.56195;2.57254;2.58313;2.59372;2.60431;2.61489;2.62548;2.63607;2.64666;2.65725;2.66784;2.67842;2.68901;2.6996;2.71019;2.72078;2.73136;2.74195;2.75254;2.76313;2.77372;2.78431;2.79489;2.80548;2.81607;2.82666;2.83725;2.84783;2.85842;2.86901;2.8796;2.89019;2.90077;2.91136;2.92195;2.93254;2.94313;2.95372;2.9643;2.97489;2.98548;2.99607;3.00666;3.01724;3.02783;3.03842;3.04901;3.0596;3.07019;3.08077;3.09136;3.10195;3.11254;3.12313;3.13371;3.1443;3.15489;3.16548;3.17607;3.18665;3.19724;3.20783;3.21842;3.22901;3.2396;3.25018;3.26077;3.27136;3.28195;3.29254;3.30312;3.31371;3.3243;3.33489;3.34548;3.35607;3.36665;3.37724;3.38783;3.39842;3.40901;3.41959;3.43018;3.44077;3.45136;3.46195;3.47253;3.48312;3.49371;3.5043;3.51489;3.52548;3.53606;3.54665;3.55724;3.56783;3.57842;3.589;3.59959;3.61018;3.62077;3.63136;3.64195;3.65253;3.66312;3.67371;3.6843;3.69489;3.70547;3.71606;3.72665;3.73724;3.74783;3.75841;3.769;3.77959;3.79018;3.80077;3.81136;3.82194;3.83253;3.84312;3.85371;3.8643;3.87488;3.88547;3.89606;3.90665;3.91724;3.92783;3.93841;3.949;3.95959;3.97018;3.98077;3.99135;4.00194;4.01253;4.02312;4.03371;4.04429;4.05488;4.06547;4.07606;4.08665;4.09724;4.10782;4.11841;4.129;4.13959;4.15018;4.16076;4.17135;4.18194;4.19253;4.20312;4.21371;4.22429;4.23488;4.24547;4.25606;4.26665;4.27723;4.28782;4.29841;4.309;4.31959;4.33017;4.34076;4.35135;4.36194;4.37253;4.38312;4.3937;4.40429;4.41488;4.42547;4.43606;4.44664;4.45723;4.46782;4.47841;4.489;4.49959;4.51017;4.52076;4.53135;4.54194;4.55253;4.56311;4.5737;4.58429;4.59488;4.60547;4.61605;4.62664;4.63723;4.64782;4.65841;4.669;4.67958;4.69017;4.70076;4.71135;4.72194;4.73252;4.74311;4.7537;4.76429;4.77488;4.78547;4.79605;4.80664;4.81723;4.82782;4.83841;4.84899;4.85958;4.87017;4.88076;4.89135;4.90193;4.91252;4.92311;4.9337;4.94429;4.95488;4.96546;4.97605;4.98664;4.99723;5.00782;5.0184;5.02899;5.03958;5.05017;5.06076;5.07135;5.08193;5.09252;5.10311;5.1137;5.12429;5.13487;5.14546;5.15605;5.16664;5.17723;5.18781;5.1984;5.20899;5.21958;5.23017;5.24076;5.25134;5.26193;5.27252;5.28311;5.2937;5.30428;5.31487;5.32546;5.33605;5.34664;5.35723;5.36781;5.3784;5.38899;5.39958;5.41017;5.42075;5.43134;5.44193;5.45252;5.46311;5.4737;5.48428;5.49487;5.50546;5.51605;5.52664;5.53722;5.54781;5.5584;5.56899;5.57958;5.59016;5.60075;5.61134;5.62193;5.63252;5.64311;5.65369;5.66428;5.67487;5.68546;5.69605;5.70663;5.71722;5.72781;5.7384;5.74899;5.75958;5.77016;5.78075;5.79134;5.80193;5.81252;5.8231;5.83369;5.84428;5.85487;5.86546;5.87604;5.88663;5.89722;5.90781;5.9184;5.92899;5.93957;5.95016;5.96075;5.97134;5.98193;5.99251;6.0031;6.01369;6.02428;6.03487;6.04546;6.05604;6.06663;6.07722;6.08781;6.0984;6.10898;6.11957;6.13016;6.14075;6.15134;6.16192;6.17251;6.1831;6.19369;6.20428;6.21487;6.22545;6.23604;6.24663;6.25722;6.26781;6.27839;6.28898;6.29957;6.31016;6.32075;6.33134;6.34192;6.35251;6.3631;6.37369;6.38428;6.39486;6.40545;6.41604;6.42663;6.43722;6.4478;6.45839;6.46898;6.47957;6.49016;6.50075;6.51133;6.52192;6.53251;6.5431;6.55369;6.56427;6.57486;6.58545;6.59604;6.60663;6.61722;6.6278;6.63839;6.64898;6.65957;6.67016;6.68074;6.69133;6.70192;6.71251;6.7231;6.73368;6.74427;6.75486;6.76545;6.77604;6.78663;6.79721;6.8078;6.81839;6.82898;6.83957;6.85015;6.86074;6.87133;6.88192;6.89251;6.9031;6.91368;6.92427;6.93486;6.94545;6.95604;6.96662;6.97721;6.9878;6.99839;7.00898;7.01956;7.03015;7.04074;7.05133;7.06192;7.07251;7.08309;7.09368;7.10427;7.11486;7.12545;7.13603;7.14662;7.15721;7.1678;7.17839;7.18898;7.19956;7.21015;7.22074;7.23133;7.24192;7.2525;7.26309;7.27368;7.28427;7.29486;7.30544;7.31603;7.32662;7.33721;7.3478;7.35839;7.36897;7.37956;7.39015;7.40074;7.41133;7.42191;7.4325;7.44309;7.45368;7.46427;7.47486;7.48544;7.49603;7.50662;7.51721;7.5278;7.53838;7.54897;7.55956;7.57015;7.58074;7.59132;7.60191;7.6125;7.62309;7.63368;7.64427;7.65485;7.66544;7.67603;7.68662;7.69721;7.70779;7.71838;7.72897;7.73956;7.75015;7.76074;7.77132;7.78191;7.7925;7.80309;7.81368;7.82426;7.83485;7.84544;7.85603;7.86662;7.8772;7.88779;7.89838;7.90897;7.91956;7.93015;7.94073;7.95132;7.96191;7.9725;7.98309;7.99367;8.00426;8.01485;8.02544;8.03603;8.04662;8.0572;8.06779;8.07838;8.08897;8.09956;8.11014;8.12073;8.13132;8.14191;8.1525;8.16308;8.17367;8.18426;8.19485;8.20544;8.21603;8.22661;8.2372;8.24779;8.25838;8.26897;8.27955;8.29014;8.30073;8.31132;8.32191;8.3325;8.34308;8.35367;8.36426;8.37485;8.38544;8.39602;8.40661;8.4172;8.42779;8.43838;8.44897;8.45955;8.47014;8.48073;8.49132;8.50191;8.51249;8.52308;8.53367;8.54426;8.55485;8.56543;8.57602;8.58661;8.5972;8.60779;8.61838;8.62896;8.63955;8.65014;8.66073;8.67132;8.6819;8.69249;8.70308;8.71367;8.72426;8.73485;8.74543;8.75602;8.76661;8.7772;8.78779;8.79837;8.80896;8.81955;8.83014;8.84073;8.85131;8.8619;8.87249;8.88308;8.89367;8.90426;8.91484;8.92543;8.93602;8.94661;8.9572;8.96778;8.97837;8.98896;8.99955;9.01014;9.02073;9.03131;9.0419;9.05249;9.06308;9.07367;9.08425;9.09484;9.10543;9.11602;9.12661;9.13719;9.14778;9.15837;9.16896;9.17955;9.19014;9.20072;9.21131;9.2219;9.23249;9.24308;9.25366;9.26425;9.27484;9.28543;9.29602;9.30661;9.31719;9.32778;9.33837;9.34896;9.35955;9.37013;9.38072;9.39131;9.4019;9.41249;9.42307;9.43366;9.44425;9.45484;9.46543;9.47602;9.4866;9.49719;9.50778;9.51837;9.52896;9.53954;9.55013;9.56072;9.57131;9.5819;9.59249;9.60307;9.61366;9.62425;9.63484;9.64543;9.65601;9.6666;9.67719;9.68778;9.69837;9.70895;9.71954;9.73013;9.74072;9.75131;9.7619;9.77248;9.78307;9.79366;9.80425;9.81484;9.82542;9.83601;9.8466;9.85719;9.86778;9.87837;9.88895;9.89954;9.91013;9.92072;9.93131;9.94189;9.95248;9.96307;9.97366;9.98425;9.99483;10.0054;10.016;10.0266;10.0372;10.0478;10.0584;10.069;10.0795;10.0901;10.1007;10.1113;10.1219;10.1325;10.1431;10.1537;10.1642;10.1748;10.1854;10.196;10.2066;10.2172;10.2278;10.2384;10.249;10.2595;10.2701;10.2807;10.2913;10.3019;10.3125;10.3231;10.3337;10.3442;10.3548;10.3654;10.376;10.3866;10.3972;10.4078;10.4184;10.4289;10.4395;10.4501;10.4607;10.4713;10.4819;10.4925;10.5031;10.5137;10.5242;10.5348;10.5454;10.556;10.5666;10.5772;10.5878;10.5984;10.6089;10.6195;10.6301;10.6407;10.6513;10.6619;10.6725;10.6831;10.6937;10.7042;10.7148;10.7254;10.736;10.7466;10.7572;10.7678;10.7784;10.7889;10.7995;10.8101;10.8207;10.8313;10.8419;10.8525;10.8631;10.8737;10.8842;10.8948;10.9054;10.916;10.9266;10.9372;10.9478;10.9584;10.9689;10.9795;10.9901;11.0007;11.0113;11.0219;11.0325;11.0431;11.0536;11.0642;11.0748;11.0854;11.096;11.1066;11.1172;11.1278;11.1384;11.1489;11.1595;11.1701;11.1807;11.1913;11.2019;11.2125;11.2231;11.2336;11.2442;11.2548;11.2654;11.276;11.2866;11.2972;11.3078;11.3184;11.3289;11.3395;11.3501;11.3607;11.3713;11.3819;11.3925;11.4031;11.4136;11.4242;11.4348;11.4454;11.456;11.4666;11.4772;11.4878;11.4984;11.5089;11.5195;11.5301;11.5407;11.5513;11.5619;11.5725;11.5831;11.5936;11.6042;11.6148;11.6254;11.636;11.6466;11.6572;11.6678;11.6784;11.6889;11.6995;11.7101;11.7207;11.7313;11.7419;11.7525;11.7631;11.7736;11.7842;11.7948;11.8054;11.816;11.8266;11.8372;11.8478;11.8583;11.8689;11.8795;11.8901;11.9007;11.9113;11.9219;11.9325;11.9431;11.9536;11.9642;11.9748;11.9854;11.996;12.0066;12.0172;12.0278;12.0383;12.0489;12.0595;12.0701;12.0807;12.0913;12.1019;12.1125;12.1231;12.1336;12.1442;12.1548;12.1654;12.176;12.1866;12.1972;12.2078;12.2183;12.2289;12.2395;12.2501;12.2607;12.2713;12.2819;12.2925;12.3031;12.3136;12.3242;12.3348;12.3454;12.356;12.3666;12.3772;12.3878;12.3983;12.4089;12.4195;12.4301;12.4407;12.4513;12.4619;12.4725;12.483;12.4936;12.5042;12.5148;12.5254;12.536;12.5466;12.5572;12.5678;12.5783;12.5889;12.5995;12.6101;12.6207;12.6313;12.6419;12.6525;12.663;12.6736;12.6842;12.6948;12.7054;12.716;12.7266;12.7372;12.7478;12.7583;12.7689;12.7795;12.7901;12.8007;12.8113;12.8219;12.8325;12.843;12.8536;12.8642;12.8748;12.8854;12.896;12.9066;12.9172;12.9278;12.9383;12.9489;12.9595;12.9701;12.9807;12.9913;13.0019;13.0125;13.023;13.0336;13.0442;13.0548;13.0654;13.076;13.0866;13.0972;13.1078;13.1183;13.1289;13.1395;13.1501;13.1607;13.1713;13.1819;13.1925;13.203;13.2136;13.2242;13.2348;13.2454;13.256;13.2666;13.2772;13.2877;13.2983;13.3089;13.3195;13.3301;13.3407;13.3513;13.3619;13.3725;13.383;13.3936;13.4042;13.4148;13.4254;13.436;13.4466;13.4572;13.4677;13.4783;13.4889;13.4995;13.5101;13.5207;13.5313;13.5419;13.5525;13.563;13.5736;13.5842;13.5948;13.6054;13.616;13.6266;13.6372;13.6477;13.6583;13.6689;13.6795;13.6901;13.7007;13.7113;13.7219;13.7325;13.743;13.7536;13.7642;13.7748;13.7854;13.796;13.8066;13.8172;13.8277;13.8383;13.8489;13.8595;13.8701;13.8807;13.8913;13.9019;13.9125;13.923;13.9336;13.9442;13.9548;13.9654;13.976;13.9866;13.9972;14.0077;14.0183;14.0289;14.0395;14.0501;14.0607;14.0713;14.0819;14.0924;14.103;14.1136;14.1242;14.1348;14.1454;14.156;14.1666;14.1772;14.1877;14.1983;14.2089;14.2195;14.2301;14.2407;14.2513;14.2619;14.2724;14.283;14.2936;14.3042;14.3148;14.3254;14.336;14.3466;14.3572;14.3677;14.3783;14.3889;14.3995;14.4101;14.4207;14.4313;14.4419;14.4524;14.463;14.4736;14.4842;0;14.5054;14.516;14.5266;14.5372;14.5477;14.5583;14.5689;14.5795;14.5901;14.6007;14.6113;14.6219;14.6324;14.643;14.6536;14.6642;14.6748;14.6854;14.696;14.7066;14.7171;14.7277;14.7383;14.7489;14.7595;14.7701;14.7807;14.7913;14.8019;14.8124;14.823;14.8336;14.8442;14.8548;14.8654;14.876;14.8866;14.8971;14.9077;14.9183;14.9289;14.9395;14.9501;14.9607;14.9713;14.9819;14.9924;15.003;15.0136;15.0242;15.0348;15.0454;15.056;15.0666;15.0771;15.0877;15.0983;15.1089;15.1195;15.1301;15.1407;15.1513;15.1619;15.1724;15.183;15.1936;15.2042;15.2148;15.2254;15.236;15.2466;15.2571;15.2677;15.2783;15.2889;15.2995;15.3101;15.3207;15.3313;15.3419;15.3524;15.363;15.3736;15.3842;15.3948;15.4054;15.416;15.4266;15.4371;15.4477;15.4583;15.4689;15.4795;15.4901;15.5007;15.5113;15.5218;15.5324;15.543;15.5536;15.5642;15.5748;15.5854;15.596;15.6066;15.6171;15.6277;15.6383;15.6489;15.6595;15.6701;15.6807;15.6913;15.7018;15.7124;15.723;</Alpha>
+                <Cl>-0.5;-0.499;-0.498;-0.497;-0.496;-0.495;-0.494;-0.493;-0.492;-0.491;-0.49;-0.489;-0.488;-0.487;-0.486;-0.485;-0.484;-0.483;-0.482;-0.481;-0.48;-0.479;-0.478;-0.477;-0.476;-0.475;-0.474;-0.473;-0.472;-0.471;-0.47;-0.469;-0.468;-0.467;-0.466;-0.465;-0.464;-0.463;-0.462;-0.461;-0.46;-0.459;-0.458;-0.457;-0.456;-0.455;-0.454;-0.453;-0.452;-0.451;-0.45;-0.449;-0.448;-0.447;-0.446;-0.445;-0.444;-0.443;-0.442;-0.441;-0.44;-0.439;-0.438;-0.437;-0.436;-0.435;-0.434;-0.433;-0.432;-0.431;-0.43;-0.429;-0.428;-0.427;-0.426;-0.425;-0.424;-0.423;-0.422;-0.421;-0.42;-0.419;-0.418;-0.417;-0.416;-0.415;-0.414;-0.413;-0.412;-0.411;-0.41;-0.409;-0.408;-0.407;-0.406;-0.405;-0.404;-0.403;-0.402;-0.401;-0.4;-0.399;-0.398;-0.397;-0.396;-0.395;-0.394;-0.393;-0.392;-0.391;-0.39;-0.389;-0.388;-0.387;-0.386;-0.385;-0.384;-0.383;-0.382;-0.381;-0.38;-0.379;-0.378;-0.377;-0.376;-0.375;-0.374;-0.373;-0.372;-0.371;-0.37;-0.369;-0.368;-0.367;-0.366;-0.365;-0.364;-0.363;-0.362;-0.361;-0.36;-0.359;-0.358;-0.357;-0.356;-0.355;-0.354;-0.353;-0.352;-0.351;-0.35;-0.349;-0.348;-0.347;-0.346;-0.345;-0.344;-0.343;-0.342;-0.341;-0.34;-0.339;-0.338;-0.337;-0.336;-0.335;-0.334;-0.333;-0.332;-0.331;-0.33;-0.329;-0.328;-0.327;-0.326;-0.325;-0.324;-0.323;-0.322;-0.321;-0.32;-0.319;-0.318;-0.317;-0.316;-0.315;-0.314;-0.313;-0.312;-0.311;-0.31;-0.309;-0.308;-0.307;-0.306;-0.305;-0.304;-0.303;-0.302;-0.301;-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447;1.448;1.449;1.45;1.451;1.452;1.453;1.454;1.455;1.456;1.457;1.458;1.459;1.46;1.461;1.462;1.463;1.464;1.465;1.466;1.467;1.468;1.469;1.47;1.471;1.472;1.473;1.474;1.475;1.476;1.477;1.478;1.479;1.48;1.481;1.482;1.483;1.484;1.485;1.486;1.487;1.488;1.489;1.49;1.491;1.492;1.493;1.494;1.495;1.496;1.497;1.498;1.499;1.5;1.501;1.502;1.503;1.504;1.505;1.506;1.507;1.508;1.509;1.51;1.511;1.512;1.513;1.514;1.515;1.516;1.517;1.518;1.519;1.52;1.521;1.522;1.523;1.524;1.525;1.526;1.527;1.528;1.529;1.53;1.531;1.532;1.533;1.534;1.535;1.536;1.537;1.538;1.539;1.54;1.541;1.542;1.543;1.544;1.545;1.546;1.547;1.548;1.549;1.55;1.551;1.552;1.553;1.554;1.555;1.556;1.557;1.558;1.559;1.56;1.561;1.562;1.563;1.564;1.565;1.566;1.567;1.568;1.569;1.57;1.571;1.572;1.573;1.574;1.575;1.576;1.577;1.578;1.579;1.58;1.581;1.582;1.583;1.584;1.585;1.586;1.587;1.588;1.589;1.59;1.591;1.592;1.593;1.594;1.595;1.596;1.597;1.598;1.599;1.6;1.601;1.602;1.603;1.604;1.605;1.606;1.607;1.608;1.609;1.61;1.611;1.612;1.613;1.614;1.615;1.616;1.617;1.618;1.619;1.62;1.621;1.622;1.623;1.624;1.625;1.626;1.627;1.628;1.629;1.63;1.631;1.632;1.633;1.634;1.635;1.636;1.637;1.638;1.639;1.64;1.641;1.642;1.643;1.644;1.645;1.646;1.647;1.648;1.649;1.65;1.651;1.652;1.653;1.654;1.655;1.656;1.657;1.658;1.659;1.66;1.661;1.662;1.663;1.664;1.665;1.666;1.667;1.668;1.669;1.67;1.671;1.672;1.673;1.674;1.675;1.676;1.677;1.678;1.679;1.68;1.681;1.682;1.683;1.684;1.685;1.686;1.687;1.688;1.689;1.69;1.691;1.692;1.693;1.694;1.695;1.696;1.697;1.698;1.699;1.7;1.701;1.702;1.703;1.704;1.705;1.706;1.707;1.708;1.709;1.71;1.711;1.712;1.713;1.714;1.715;1.716;1.717;1.718;1.719;1.72;1.721;1.722;1.723;1.724;1.725;1.726;1.727;1.728;1.729;1.73;1.731;1.732;1.733;1.734;1.735;1.736;1.737;1.738;1.739;1.74;1.741;1.742;1.743;1.744;1.745;1.746;1.747;1.748;1.749;1.75;1.751;1.752;1.753;1.754;1.755;1.756;1.757;1.758;1.759;1.76;1.761;1.762;1.763;1.764;1.765;1.766;1.767;1.768;1.769;1.77;1.771;1.772;1.773;1.774;1.775;1.776;1.777;1.778;1.779;1.78;1.781;1.782;1.783;1.784;1.785;1.786;1.787;1.788;1.789;1.79;1.791;1.792;1.793;1.794;1.795;1.796;1.797;1.798;1.799;1.8;1.801;1.802;1.803;1.804;1.805;1.806;1.807;1.808;1.809;1.81;1.811;1.812;1.813;1.814;1.815;1.816;1.817;1.818;1.819;1.82;1.821;1.822;1.823;1.824;1.825;1.826;1.827;1.828;1.829;1.83;1.831;1.832;1.833;1.834;1.835;1.836;1.837;1.838;1.839;1.84;1.841;1.842;1.843;1.844;1.845;1.846;1.847;1.848;1.849;1.85;1.851;1.852;1.853;1.854;1.855;1.856;1.857;1.858;1.859;1.86;1.861;1.862;1.863;1.864;1.865;1.866;1.867;1.868;1.869;1.87;1.871;1.872;1.873;1.874;1.875;1.876;1.877;1.878;1.879;1.88;1.881;1.882;1.883;1.884;1.885;1.886;1.887;1.888;1.889;1.89;1.891;1.892;1.893;1.894;1.895;1.896;1.897;1.898;1.899;1.9;1.901;1.902;1.903;1.904;1.905;1.906;1.907;1.908;1.909;1.91;1.911;1.912;1.913;1.914;1.915;1.916;1.917;1.918;1.919;1.92;1.921;1.922;1.923;1.924;1.925;1.926;1.927;1.928;1.929;1.93;1.931;1.932;1.933;1.934;1.935;1.936;1.937;1.938;1.939;1.94;1.941;1.942;1.943;1.944;1.945;1.946;1.947;1.948;1.949;1.95;1.951;1.952;1.953;1.954;1.955;1.956;1.957;1.958;1.959;1.96;1.961;1.962;1.963;1.964;1.965;1.966;1.967;1.968;1.969;1.97;1.971;1.972;1.973;1.974;1.975;1.976;1.977;1.978;1.979;1.98;1.981;1.982;1.983;1.984;1.985;1.986;1.987;1.988;1.989;1.99;1.991;1.992;1.993;1.994;1.995;1.996;1.997;1.998;1.999;2;2.001;2.002;2.003;2.004;2.005;2.006;2.007;2.008;2.009;2.01;2.011;2.012;2.013;2.014;2.015;2.016;2.017;2.018;2.019;2.02;2.021;2.022;2.023;2.024;2.025;2.026;2.027;2.028;2.029;2.03;2.031;2.032;2.033;2.034;2.035;2.036;2.037;2.038;2.039;2.04;2.041;2.042;2.043;2.044;2.045;2.046;2.047;2.048;2.049;2.05;2.051;2.052;2.053;2.054;2.055;2.056;2.057;2.058;2.059;2.06;2.061;2.062;2.063;2.064;2.065;2.066;2.067;2.068;2.069;2.07;2.071;2.072;2.073;2.074;2.075;2.076;2.077;2.078;2.079;2.08;2.081;2.082;2.083;2.084;2.085;2.086;2.087;2.088;2.089;2.09;2.091;2.092;2.093;2.094;2.095;2.096;2.097;2.098;2.099;2.1;2.101;2.102;2.103;2.104;2.105;2.106;2.107;2.108;2.109;2.11;2.111;2.112;2.113;2.114;2.115;2.116;2.117;2.118;2.119;2.12;2.121;2.122;2.123;2.124;2.125;2.126;2.127;2.128;2.129;2.13;2.131;2.132;2.133;2.134;2.135;2.136;2.137;2.138;2.139;2.14;2.141;2.142;2.143;2.144;2.145;2.146;2.147;2.148;2.149;2.15;2.151;2.152;2.153;2.154;2.155;2.156;2.157;2.158;2.159;2.16;2.161;2.162;2.163;2.164;2.165;2.166;2.167;2.168;2.169;2.17;2.171;2.172;2.173;2.174;2.175;2.176;2.177;2.178;2.179;2.18;2.181;2.182;2.183;2.184;2.185;2.186;2.187;2.188;2.189;2.19;2.191;2.192;2.193;2.194;2.195;2.196;2.197;2.198;2.199;2.2;2.201;2.202;2.203;2.204;2.205;2.206;2.207;2.208;2.209;2.21;2.211;2.212;2.213;2.214;2.215;2.216;2.217;2.218;2.219;2.22;2.221;2.222;2.223;2.224;2.225;2.226;2.227;2.228;2.229;2.23;2.231;2.232;2.233;2.234;2.235;2.236;2.237;2.238;2.239;2.24;2.241;2.242;2.243;2.244;2.245;2.246;2.247;2.248;2.249;2.25;2.251;2.252;2.253;2.254;2.255;2.256;2.257;2.258;2.259;2.26;2.261;2.262;2.263;2.264;2.265;2.266;2.267;2.268;2.269;2.27;2.271;2.272;2.273;2.274;2.275;2.276;2.277;2.278;2.279;2.28;2.281;2.282;2.283;2.284;2.285;2.286;2.287;2.288;2.289;2.29;2.291;2.292;2.293;2.294;2.295;2.296;2.297;2.298;2.299;2.3;2.301;2.302;2.303;2.304;2.305;2.306;2.307;2.308;2.309;2.31;2.311;2.312;2.313;2.314;2.315;2.316;2.317;2.318;2.319;2.32;2.321;2.322;2.323;2.324;2.325;2.326;2.327;2.328;2.329;2.33;2.331;2.332;2.333;2.334;2.335;2.336;2.337;2.338;2.339;2.34;2.341;2.342;2.343;2.344;2.345;2.346;2.347;2.348;2.349;2.35;2.351;2.352;2.353;2.354;2.355;2.356;2.357;2.358;2.359;2.36;2.361;2.362;2.363;2.364;2.365;2.366;2.367;2.368;2.369;2.37;2.371;2.372;2.373;2.374;2.375;2.376;2.377;2.378;2.379;2.38;2.381;2.382;2.383;2.384;</Cl>
+                <Cd>0.0502511;0.0501885;0.0501259;0.0500634;0.0500011;0.0499388;0.0498766;0.0498145;0.0497525;0.0496906;0.0496287;0.049567;0.0495054;0.0494439;0.0493824;0.0493211;0.0492598;0.0491987;0.0491376;0.0490767;0.0490158;0.048955;0.0488943;0.0488337;0.0487732;0.0487128;0.0486525;0.0485923;0.0485322;0.0484722;0.0484122;0.0483524;0.0482927;0.048233;0.0481735;0.048114;0.0480547;0.0479954;0.0479362;0.0478771;0.0478181;0.0477593;0.0477005;0.0476418;0.0475831;0.0475246;0.0474662;0.0474079;0.0473497;0.0472915;0.0472335;0.0471755;0.0471177;0.0470599;0.0470022;0.0469447;0.0468872;0.0468298;0.0467725;0.0467153;0.0466582;0.0466012;0.0465443;0.0464875;0.0464308;0.0463742;0.0463176;0.0462612;0.0462048;0.0461486;0.0460924;0.0460364;0.0459804;0.0459245;0.0458688;0.0458131;0.0457575;0.045702;0.0456466;0.0455913;0.0455361;0.045481;0.0454259;0.045371;0.0453162;0.0452614;0.0452068;0.0451522;0.0450978;0.0450434;0.0449891;0.044935;0.0448809;0.0448269;0.044773;0.0447192;0.0446655;0.0446119;0.0445584;0.044505;0.0444516;0.0443984;0.0443453;0.0442922;0.0442393;0.0441864;0.0441337;0.044081;0.0440284;0.0439759;0.0439236;0.0438713;0.0438191;0.043767;0.043715;0.0436631;0.0436112;0.0435595;0.0435079;0.0434564;0.0434049;0.0433536;0.0433023;0.0432512;0.0432001;0.0431491;0.0430983;0.0430475;0.0429968;0.0429462;0.0428957;0.0428453;0.042795;0.0427448;0.0426947;0.0426447;0.0425947;0.0425449;0.0424951;0.0424455;0.0423959;0.0423465;0.0422971;0.0422479;0.0421987;0.0421496;0.0421006;0.0420517;0.0420029;0.0419542;0.0419056;0.0418571;0.0418087;0.0417603;0.0417121;0.041664;0.0416159;0.041568;0.0415201;0.0414724;0.0414247;0.0413771;0.0413296;0.0412823;0.041235;0.0411878;0.0411407;0.0410937;0.0410468;0.0409999;0.0409532;0.0409066;0.0408601;0.0408136;0.0407673;0.040721;0.0406749;0.0406288;0.0405828;0.040537;0.0404912;0.0404455;0.0403999;0.0403544;0.040309;0.0402637;0.0402185;0.0401734;0.0401283;0.0400834;0.0400386;0.0399938;0.0399492;0.0399046;0.0398602;0.0398158;0.0397715;0.0397274;0.0396833;0.0396393;0.0395954;0.0395516;0.0395079;0.0394643;0.0394208;0.0393774;0.039334;0.0392908;0.0392477;0.0392046;0.0391617;0.0391188;0.039076;0.0390334;0.0389908;0.0389483;0.0389059;0.0388637;0.0388215;0.0387794;0.0387374;0.0386954;0.0386536;0.0386119;0.0385703;0.0385287;0.0384873;0.038446;0.0384047;0.0383635;0.0383225;0.0382815;0.0382406;0.0381999;0.0381592;0.0381186;0.0380781;0.0380377;0.0379974;0.0379572;0.037917;0.037877;0.0378371;0.0377972;0.0377575;0.0377179;0.0376783;0.0376388;0.0375995;0.0375602;0.037521;0.0374819;0.037443;0.0374041;0.0373653;0.0373266;0.0372879;0.0372494;0.037211;0.0371727;0.0371344;0.0370963;0.0370583;0.0370203;0.0369825;0.0369447;0.036907;0.0368695;0.036832;0.0367946;0.0367573;0.0367201;0.036683;0.036646;0.0366091;0.0365723;0.0365355;0.0364989;0.0364624;0.0364259;0.0363896;0.0363533;0.0363172;0.0362811;0.0362452;0.0362093;0.0361735;0.0361378;0.0361022;0.0360667;0.0360313;0.035996;0.0359608;0.0359257;0.0358906;0.0358557;0.0358209;0.0357861;0.0357515;0.0357169;0.0356825;0.0356481;0.0356138;0.0355797;0.0355456;0.0355116;0.0354777;0.0354439;0.0354102;0.0353766;0.0353431;0.0353096;0.0352763;0.0352431;0.0352099;0.0351769;0.0351439;0.0351111;0.0350783;0.0350457;0.0350131;0.0349806;0.0349482;0.0349159;0.0348837;0.0348516;0.0348196;0.0347877;0.0347559;0.0347242;0.0346925;0.034661;0.0346296;0.0345982;0.034567;0.0345358;0.0345047;0.0344738;0.0344429;0.0344121;0.0343814;0.0343508;0.0343203;0.0342899;0.0342596;0.0342294;0.0341993;0.0341693;0.0341393;0.0341095;0.0340797;0.0340501;0.0340205;0.0339911;0.0339617;0.0339324;0.0339033;0.0338742;0.0338452;0.0338163;0.0337875;0.0337588;0.0337302;0.0337017;0.0336732;0.0336449;0.0336167;0.0335885;0.0335605;0.0335325;0.0335047;0.0334769;0.0334492;0.0334217;0.0333942;0.0333668;0.0333395;0.0333123;0.0332852;0.0332582;0.0332313;0.0332045;0.0331778;0.0331511;0.0331246;0.0330981;0.0330718;0.0330455;0.0330194;0.0329933;0.0329673;0.0329415;0.0329157;0.03289;0.0328644;0.0328389;0.0328135;0.0327882;0.032763;0.0327379;0.0327128;0.0326879;0.0326631;0.0326383;0.0326137;0.0325891;0.0325646;0.0325403;0.032516;0.0324918;0.0324677;0.0324438;0.0324199;0.0323961;0.0323724;0.0323487;0.0323252;0.0323018;0.0322785;0.0322552;0.0322321;0.0322091;0.0321861;0.0321632;0.0321405;0.0321178;0.0320952;0.0320728;0.0320504;0.0320281;0.0320059;0.0319838;0.0319618;0.0319399;0.031918;0.0318963;0.0318747;0.0318531;0.0318317;0.0318104;0.0317891;0.0317679;0.0317469;0.0317259;0.031705;0.0316842;0.0316636;0.031643;0.0316225;0.0316021;0.0315817;0.0315615;0.0315414;0.0315214;0.0315014;0.0314816;0.0314619;0.0314422;0.0314227;0.0314032;0.0313838;0.0313646;0.0313454;0.0313263;0.0313073;0.0312884;0.0312696;0.0312509;0.0312323;0.0312138;0.0311953;0.031177;0.0311588;0.0311406;0.0311226;0.0311046;0.0310868;0.031069;0.0310513;0.0310338;0.0310163;0.0309989;0.0309816;0.0309644;0.0309473;0.0309303;0.0309134;0.0308966;0.0308798;0.0308632;0.0308467;0.0308302;0.0308139;0.0307976;0.0307815;0.0307654;0.0307494;0.0307335;0.0307178;0.0307021;0.0306865;0.030671;0.0306556;0.0306403;0.0306251;0.0306099;0.0305949;0.03058;0.0305651;0.0305504;0.0305357;0.0305212;0.0305067;0.0304923;0.0304781;0.0304639;0.0304498;0.0304358;0.0304219;0.0304081;0.0303944;0.0303808;0.0303673;0.0303539;0.0303405;0.0303273;0.0303141;0.0303011;0.0302881;0.0302753;0.0302625;0.0302499;0.0302373;0.0302248;0.0302124;0.0302001;0.0301879;0.0301758;0.0301638;0.0301519;0.0301401;0.0301283;0.0301167;0.0301052;0.0300937;0.0300824;0.0300711;0.03006;0.0300489;0.0300379;0.030027;0.0300163;0.0300056;0.029995;0.0299845;0.0299741;0.0299638;0.0299535;0.0299434;0.0299334;0.0299235;0.0299136;0.0299039;0.0298942;0.0298847;0.0298752;0.0298658;0.0298566;0.0298474;0.0298383;0.0298293;0.0298204;0.0298116;0.0298029;0.0297943;0.0297858;0.0297773;0.029769;0.0297608;0.0297526;0.0297446;0.0297366;0.0297288;0.029721;0.0297133;0.0297058;0.0296983;0.0296909;0.0296836;0.0296764;0.0296693;0.0296623;0.0296554;0.0296485;0.0296418;0.0296352;0.0296286;0.0296222;0.0296158;0.0296096;0.0296034;0.0295974;0.0295914;0.0295855;0.0295797;0.029574;0.0295684;0.0295629;0.0295575;0.0295522;0.029547;0.0295419;0.0295369;0.0295319;0.0295271;0.0295223;0.0295177;0.0295131;0.0295087;0.0295043;0.0295;0.0294958;0.0294917;0.0294878;0.0294839;0.0294801;0.0294763;0.0294727;0.0294692;0.0294658;0.0294625;0.0294592;0.0294561;0.029453;0.0294501;0.0294472;0.0294444;0.0294418;0.0294392;0.0294367;0.0294343;0.029432;0.0294298;0.0294277;0.0294257;0.0294238;0.029422;0.0294203;0.0294186;0.0294171;0.0294156;0.0294143;0.029413;0.0294119;0.0294108;0.0294098;0.0294089;0.0294082;0.0294075;0.0294069;0.0294064;0.029406;0.0294057;0.0294054;0.0294053;0.0294053;0.0294053;0.0294055;0.0294058;0.0294061;0.0294065;0.0294071;0.0294077;0.0294084;0.0294093;0.0294102;0.0294112;0.0294123;0.0294135;0.0294148;0.0294162;0.0294176;0.0294192;0.0294209;0.0294226;0.0294245;0.0294264;0.0294285;0.0294306;0.0294329;0.0294352;0.0294376;0.0294401;0.0294427;0.0294455;0.0294483;0.0294511;0.0294541;0.0294572;0.0294604;0.0294637;0.029467;0.0294705;0.029474;0.0294777;0.0294814;0.0294853;0.0294892;0.0294932;0.0294974;0.0295016;0.0295059;0.0295103;0.0295148;0.0295194;0.0295241;0.0295288;0.0295337;0.0295387;0.0295437;0.0295489;0.0295542;0.0295595;0.0295649;0.0295705;0.0295761;0.0295818;0.0295877;0.0295936;0.0295996;0.0296057;0.0296119;0.0296182;0.0296245;0.029631;0.0296376;0.0296443;0.029651;0.0296579;0.0296648;0.0296719;0.029679;0.0296863;0.0296936;0.029701;0.0297085;0.0297161;0.0297238;0.0297316;0.0297395;0.0297475;0.0297556;0.0297638;0.029772;0.0297804;0.0297889;0.0297974;0.0298061;0.0298148;0.0298237;0.0298326;0.0298416;0.0298507;0.0298599;0.0298693;0.0298787;0.0298882;0.0298977;0.0299074;0.0299172;0.0299271;0.0299371;0.0299471;0.0299573;0.0299675;0.0299779;0.0299883;0.0299989;0.0300095;0.0300202;0.030031;0.0300419;0.0300529;0.030064;0.0300752;0.0300865;0.0300979;0.0301094;0.030121;0.0301326;0.0301444;0.0301562;0.0301682;0.0301802;0.0301924;0.0302046;0.0302169;0.0302294;0.0302419;0.0302545;0.0302672;0.03028;0.0302929;0.0303059;0.030319;0.0303321;0.0303454;0.0303588;0.0303722;0.0303858;0.0303994;0.0304132;0.030427;0.0304409;0.030455;0.0304691;0.0304833;0.0304976;0.030512;0.0305265;0.0305411;0.0305558;0.0305706;0.0305854;0.0306004;0.0306155;0.0306306;0.0306459;0.0306612;0.0306767;0.0306922;0.0307078;0.0307235;0.0307394;0.0307553;0.0307713;0.0307874;0.0308036;0.0308199;0.0308363;0.0308527;0.0308693;0.030886;0.0309027;0.0309196;0.0309365;0.0309536;0.0309707;0.0309879;0.0310053;0.0310227;0.0310402;0.0310578;0.0310755;0.0310933;0.0311112;0.0311292;0.0311473;0.0311655;0.0311837;0.0312021;0.0312206;0.0312391;0.0312578;0.0312765;0.0312953;0.0313143;0.0313333;0.0313524;0.0313716;0.0313909;0.0314103;0.0314298;0.0314494;0.0314691;0.0314889;0.0315088;0.0315287;0.0315488;0.0315689;0.0315892;0.0316095;0.03163;0.0316505;0.0316711;0.0316919;0.0317127;0.0317336;0.0317546;0.0317757;0.0317969;0.0318182;0.0318396;0.031861;0.0318826;0.0319043;0.031926;0.0319479;0.0319698;0.0319919;0.032014;0.0320362;0.0320586;0.032081;0.0321035;0.0321261;0.0321488;0.0321716;0.0321945;0.0322175;0.0322406;0.0322638;0.032287;0.0323104;0.0323338;0.0323574;0.032381;0.0324048;0.0324286;0.0324526;0.0324766;0.0325007;0.0325249;0.0325492;0.0325736;0.0325981;0.0326227;0.0326474;0.0326722;0.032697;0.032722;0.0327471;0.0327722;0.0327975;0.0328228;0.0328483;0.0328738;0.0328994;0.0329251;0.032951;0.0329769;0.0330029;0.033029;0.0330552;0.0330815;0.0331078;0.0331343;0.0331609;0.0331875;0.0332143;0.0332412;0.0332681;0.0332952;0.0333223;0.0333495;0.0333768;0.0334043;0.0334318;0.0334594;0.0334871;0.0335149;0.0335428;0.0335708;0.0335988;0.033627;0.0336553;0.0336837;0.0337121;0.0337407;0.0337693;0.0337981;0.0338269;0.0338558;0.0338848;0.033914;0.0339432;0.0339725;0.0340019;0.0340314;0.034061;0.0340906;0.0341204;0.0341503;0.0341803;0.0342103;0.0342405;0.0342707;0.0343011;0.0343315;0.034362;0.0343927;0.0344234;0.0344542;0.0344851;0.0345161;0.0345472;0.0345784;0.0346097;0.0346411;0.0346726;0.0347041;0.0347358;0.0347676;0.0347994;0.0348314;0.0348634;0.0348955;0.0349278;0.0349601;0.0349925;0.035025;0.0350576;0.0350903;0.0351231;0.035156;0.035189;0.0352221;0.0352553;0.0352885;0.0353219;0.0353553;0.0353889;0.0354225;0.0354563;0.0354901;0.035524;0.0355581;0.0355922;0.0356264;0.0356607;0.0356951;0.0357296;0.0357642;0.0357989;0.0358337;0.0358685;0.0359035;0.0359386;0.0359737;0.036009;0.0360443;0.0360797;0.0361153;0.0361509;0.0361866;0.0362224;0.0362583;0.0362943;0.0363304;0.0363666;0.0364029;0.0364393;0.0364758;0.0365123;0.036549;0.0365858;0.0366226;0.0366596;0.0366966;0.0367338;0.036771;0.0368083;0.0368457;0.0368832;0.0369208;0.0369585;0.0369963;0.0370342;0.0370722;0.0371103;0.0371485;0.0371867;0.0372251;0.0372636;0.0373021;0.0373408;0.0373795;0.0374183;0.0374573;0.0374963;0.0375354;0.0375746;0.0376139;0.0376533;0.0376928;0.0377324;0.0377721;0.0378119;0.0378517;0.0378917;0.0379317;0.0379719;0.0380122;0.0380525;0.0380929;0.0381335;0.0381741;0.0382148;0.0382556;0.0382965;0.0383375;0.0383786;0.0384198;0.0384611;0.0385025;0.038544;0.0385855;0.0386272;0.038669;0.0387108;0.0387528;0.0387948;0.0388369;0.0388792;0.0389215;0.0389639;0.0390064;0.039049;0.0390917;0.0391345;0.0391774;0.0392204;0.0392635;0.0393067;0.0393499;0.0393933;0.0394367;0.0394803;0.0395239;0.0395677;0.0396115;0.0396554;0.0396995;0.0397436;0.0397878;0.0398321;0.0398765;0.039921;0.0399656;0.0400102;0.040055;0.0400999;0.0401449;0.0401899;0.0402351;0.0402803;0.0403257;0.0403711;0.0404166;0.0404623;0.040508;0.0405538;0.0405997;0.0406457;0.0406918;0.040738;0.0407843;0.0408307;0.0408771;0.0409237;0.0409704;0.0410171;0.041064;0.0411109;0.041158;0.0412051;0.0412523;0.0412996;0.0413471;0.0413946;0.0414422;0.0414899;0.0415377;0.0415856;0.0416336;0.0416816;0.0417298;0.0417781;0.0418264;0.0418749;0.0419234;0.0419721;0.0420208;0.0420696;0.0421186;0.0421676;0.0422167;0.0422659;0.0423152;0.0423646;0.0424141;0.0424637;0.0425134;0.0425632;0.042613;0.042663;0.0427131;0.0427632;0.0428135;0.0428638;0.0429142;0.0429648;0.0430154;0.0430661;0.0431169;0.0431678;0.0432188;0.0432699;0.0433211;0.0433724;0.0434238;0.0434753;0.0435268;0.0435785;0.0436302;0.0436821;0.043734;0.0437861;0.0438382;0.0438904;0.0439428;0.0439952;0.0440477;0.0441003;0.044153;0.0442058;0.0442587;0.0443117;0.0443648;0.0444179;0.0444712;0.0445245;0.044578;0.0446316;0.0446852;0.0447389;0.0447928;0.0448467;0.0449007;0.0449548;0.045009;0.0450633;0.0451177;0.0451722;0.0452268;0.0452815;0.0453363;0.0453911;0.0454461;0.0455012;0.0455563;0.0456116;0.0456669;0.0457223;0.0457779;0.0458335;0.0458892;0.045945;0.0460009;0.0460569;0.046113;0.0461692;0.0462255;0.0462819;0.0463384;0.0463949;0.0464516;0.0465084;0.0465652;0.0466221;0.0466792;0.0467363;0.0467935;0.0468509;0.0469083;0.0469658;0.0470234;0.0470811;0.0471389;0.0471968;0.0472548;0.0473128;0.047371;0.0474293;0.0474876;0.0475461;0.0476046;0.0476633;0.047722;0.0477809;0.0478398;0.0478988;0.0479579;0.0480171;0.0480764;0.0481358;0.0481953;0.0482549;0.0483146;0.0483744;0.0484342;0.0484942;0.0485543;0.0486144;0.0486746;0.048735;0.0487954;0.048856;0.0489166;0.0489773;0.0490381;0.049099;0.04916;0.0492211;0.0492823;0.0493436;0.049405;0.0494664;0.049528;0.0495897;0.0496514;0.0497133;0.0497752;0.0498373;0.0498994;0.0499616;0.0500239;0.0500864;0.0501489;0.0502115;0.0502742;0.050337;0.0503998;0.0504628;0.0505259;0.0505891;0.0506523;0.0507157;0.0507792;0.0508427;0.0509063;0.0509701;0.0510339;0.0510978;0.0511619;0.051226;0.0512902;0.0513545;0.0514189;0.0514834;0.051548;0.0516126;0.0516774;0.0517423;0.0518072;0.0518723;0.0519375;0.0520027;0.052068;0.0521335;0.052199;0.0522646;0.0523303;0.0523962;0.0524621;0.0525281;0.0525942;0.0526603;0.0527266;0.052793;0.0528595;0.052926;0.0529927;0.0530595;0.0531263;0.0531933;0.0532603;0.0533274;0.0533947;0.053462;0.0535294;0.0535969;0.0536645;0.0537322;0.0538;0.0538679;0.0539359;0.0540039;0.0540721;0.0541404;0.0542087;0.0542772;0.0543457;0.0544144;0.0544831;0.0545519;0.0546209;0.0546899;0.054759;0.0548282;0.0548975;0.0549669;0.0550364;0.055106;0.0551757;0.0552454;0.0553153;0.0553853;0.0554553;0.0555255;0.0555957;0.0556661;0.0557365;0.055807;0.0558776;0.0559484;0.0560192;0.0560901;0.0561611;0.0562322;0.0563034;0.0563746;0.056446;0.0565175;0.0565891;0.0566607;0.0567325;0.0568043;0.0568763;0.0569483;0.0570204;0.0570927;0.057165;0.0572374;0.0573099;0.0573825;0.0574552;0.057528;0.0576009;0.0576739;0.0577469;0.0578201;0.0578934;0.0579667;0.0580402;0.0581137;0.0581874;0.0582611;0.0583349;0.0584089;0.0584829;0.058557;0.0586312;0.0587055;0.0587799;0.0588544;0.058929;0.0590037;0.0590784;0.0591533;0.0592283;0.0593033;0.0593785;0.0594537;0.0595291;0.0596045;0.05968;0.0597556;0.0598314;0.0599072;0.0599831;0.0600591;0.0601352;0.0602114;0.0602876;0.060364;0.0604405;0.060517;0.0605937;0.0606705;0.0607473;0.0608243;0.0609013;0.0609784;0.0610556;0.061133;0.0612104;0.0612879;0.0613655;0.0614432;0.061521;0.0615989;0.0616768;0.0617549;0.0618331;0.0619114;0.0619897;0.0620682;0.0621467;0.0622254;0.0623041;0.0623829;0.0624618;0.0625409;0.06262;0.0626992;0.0627785;0.0628579;0.0629374;0.0630169;0.0630966;0.0631764;0.0632563;0.0633362;0.0634163;0.0634964;0.0635767;0.063657;0.0637375;0.063818;0.0638986;0.0639793;0.0640601;0.064141;0.064222;0.0643031;0.0643843;0.0644656;0.064547;0.0646284;0.06471;0.0647917;0.0648734;0.0649553;0.0650372;0.0651192;0.0652014;0.0652836;0.0653659;0.0654483;0.0655308;0.0656134;0.0656961;0.0657789;0.0658618;0.0659448;0.0660279;0.066111;0.0661943;0.0662777;0.0663611;0.0664447;0.0665283;0.066612;0.0666959;0.0667798;0.0668638;0.0669479;0.0670321;0.0671164;0.0672008;0.0672853;0.0673699;0.0674546;0.0675393;0.0676242;0.0677092;0.0677942;0.0678794;0.0679646;0.06805;0.0681354;0.0682209;0.0683065;0.0683922;0.0684781;0.068564;0.06865;0.0687361;0.0688222;0.0689085;0.0689949;0.0690814;0.0691679;0.0692546;0.0693413;0.0694282;0.0695151;0.0696022;0.0696893;0.0697765;0.0698638;0.0699513;0.0700388;0.0701264;0.0702141;0.0703019;0.0703897;0.0704777;0.0705658;0.070654;0.0707422;0.0708306;0.070919;0.0710076;0.0710962;0.0711849;0.0712738;0.0713627;0.0714517;0.0715408;0.07163;0.0717193;0.0718087;0.0718982;0.0719878;0.0720775;0.0721672;0.0722571;0.0723471;0.0724371;0.0725273;0.0726175;0.0727079;0.0727983;0.0728888;0.0729794;0.0730701;0.073161;0.0732519;0.0733429;0.073434;0.0735251;0.0736164;0.0737078;0.0737993;0.0738908;0.0739825;0.0740742;0.0741661;0.074258;0.0743501;0.0744422;0.0745344;0.0746267;0.0747191;0.0748117;0.0749043;0.074997;0.0750897;0.0751826;0.0752756;0.0753687;0.0754618;0.0755551;0.0756485;0.0757419;0.0758355;0.0759291;0.0760228;0.0761167;0.0762106;0.0763046;0.0763987;0.0764929;0.0765872;0.0766816;0.0767761;0.0768707;0.0769654;0.0770601;0.077155;0.0772499;0.077345;0.0774402;0.0775354;0.0776307;0.0777262;0.0778217;0.0779173;0.078013;0.0781088;0.0782047;0.0783007;0.0783968;0.078493;0.0785893;0.0786857;0.0787821;0.0788787;0.0789754;0.0790721;0.079169;0.0792659;0.0793629;0.0794601;0.0795573;0.0796546;0.079752;0.0798495;0.0799471;0.0800448;0.0801426;0.0802405;0.0803385;0.0804365;0.0805347;0.080633;0.0807313;0.0808298;0.0809283;0.081027;0.0811257;0.0812245;0.0813234;0.0814225;0.0815216;0.0816208;0.0817201;0.0818195;0.0819189;0.0820185;0.0821182;0.082218;0.0823178;0.0824178;0.0825179;0.082618;0.0827182;0.0828186;0.082919;0.0830195;0.0831202;0.0832209;0.0833217;0.0834226;0.0835236;0.0836247;0.0837259;0.0838271;0.0839285;0.08403;0.0841315;0.0842332;0.0843349;0.0844368;0.0845387;0.0846408;0.0847429;0.0848451;0.0849474;0.0850498;0.0851524;0.085255;0.0853576;0.0854604;0.0855633;0.0856663;0.0857694;0.0858725;0.0859758;0.0860792;0.0861826;0.0862861;0.0863898;0.0864935;0.0865973;0.0867013;0.0868053;0.0869094;0.0870136;0.0871179;0.0872223;0.0873268;0.0874313;0.087536;0.0876408;0.0877457;0.0878506;0.0879557;0.0880608;0.0881661;0.0882714;0.0883768;0.0884824;0.088588;0.0886937;0.0887995;0.0889054;0.0890114;0.0891175;0.0892237;0.0893299;0.0894363;0.0895428;0.0896493;0.089756;0.0898628;0.0899696;0.0900765;0.0901836;0.0902907;0.0903979;0.0905052;0.0906127;0.0907202;0.0908278;0.0909355;0.0910432;0.0911511;0.0912591;0.0913672;0.0914753;0.0915836;0.091692;0.0918004;0.0919089;0.0920176;0.0921263;0.0922351;0.0923441;0.0924531;0.0925622;0.0926714;0.0927807;0.0928901;0.0929996;0.0931091;0.0932188;0.0933286;0.0934385;0.0935484;0.0936585;0.0937686;0.0938788;0.0939892;0.0940996;0.0942101;0.0943208;0.0944315;0.0945423;0.0946532;0.0947642;0.0948753;0.0949864;0.0950977;0.0952091;0.0953206;0.0954321;0.0955438;0.0956555;0.0957674;0.0958793;0.0959914;0.0961035;0.0962157;0.096328;0.0964404;0.0965529;0.0966655;0.0967782;0.096891;0.0970039;0.0971169;0.0972299;0.0973431;0.0974564;0.0975697;0.0976832;0.0977967;0.0979103;0.0980241;0.0981379;0.0982518;0.0983658;0.0984799;0.0985942;0.0987084;0.0988228;0.0989373;0.0990519;0.0991666;0.0992813;0.0993962;0.0995112;0.0996262;0.0997414;0.0998566;0.0999719;0.100087;0.100203;0.100319;0.100434;0.10055;0.100666;0.100782;0.100898;0.101014;0.10113;0.101247;0.101363;0.10148;0.101597;0.101713;0.10183;0.101947;0.102064;0.102181;0.102298;0.102416;0.102533;0.102651;0.102768;0.102886;0.103004;0.103122;0.10324;0.103358;0.103476;0.103594;0.103712;0.103831;0.103949;0.104068;0.104187;0.104306;0.104425;0.104544;0.104663;0.104782;0.104901;0.105021;0.10514;0.10526;0.105379;0.105499;0.105619;0.105739;0.105859;0.105979;0.106099;0.10622;0.10634;0.106461;0.106581;0.106702;0.106823;0.106944;0.107065;0.107186;0.107307;0.107428;0.10755;0.107671;0.107793;0.107914;0.108036;0.108158;0.10828;0.108402;0.108524;0.108646;0.108768;0.108891;0.109013;0.109136;0.109259;0.109381;0.109504;0.109627;0.10975;0.109874;0.109997;0.11012;0.110244;0.110367;0.110491;0.110615;0.110738;0.110862;0.110986;0.11111;0.111235;0.111359;0.111483;0.111608;0.111732;0.111857;0.111982;0.112107;0.112232;0.112357;0.112482;0.112607;0.112732;0.112858;0.112983;0.113109;0.113235;0.11336;0.113486;0.113612;0.113738;0.113865;0.113991;0.114117;0.114244;0.11437;0.114497;0.114624;0.114751;0.114877;0.115005;0.115132;0.115259;0.115386;0.115514;0.115641;0.115769;0.115896;0.116024;0.116152;0.11628;0.116408;0.116536;0.116665;0.116793;0.116921;0.11705;0.117178;0.117307;0.117436;0.117565;0.117694;0.117823;0.117952;0.118082;0.118211;0.11834;0.11847;0.1186;0.118729;0.118859;0.118989;0.119119;0.119249;0.11938;0.11951;0.11964;0.119771;0.119902;0.120032;0.120163;0.120294;0.120425;0.120556;0.120687;0.120819;0.12095;0.121081;0.121213;0.121345;0.121476;0.121608;0.12174;0.121872;0.122004;0.122137;0.122269;0.122401;0.122534;0.122666;0.122799;0.122932;0.123065;0.123198;0.123331;0.123464;0.123597;0.123731;0.123864;0.123997;0.124131;0.124265;0.124399;0.124533;0.124667;0.124801;0.124935;0.125069;0.125204;0.125338;0.125473;0.125607;0.125742;0.125877;0.126012;0.126147;0.126282;0.126417;0.126553;0.126688;0.126824;0.126959;0.127095;0.127231;0.127367;0.127503;0.127639;0.127775;0.127911;0.128048;0.128184;0.128321;0.128457;0.128594;0.128731;0.128868;0.129005;0.129142;0.129279;0.129416;0.129554;0.129691;0.129829;0.129967;0.130104;0.130242;0.13038;0.130518;0.130657;0.130795;0.130933;0.131072;0.13121;0.131349;0.131487;0.131626;0.131765;0.131904;0.132043;0.132183;0.132322;0.132461;0.132601;0.13274;0.13288;0.13302;0.13316;0.1333;0.13344;0.13358;0.13372;0.13386;0.134001;0.134141;0.134282;0.134423;0.134563;0.134704;0.134845;0.134986;0.135128;0.135269;0.13541;0.135552;0.135693;0.135835;0.135977;0.136118;0.13626;0.136402;0.136545;0.136687;0.136829;0.136971;0.137114;0.137257;0.137399;0.137542;0.137685;0.137828;0.137971;0.138114;0.138257;0.138401;0.138544;0.138688;0.138831;0.138975;0.139119;0.139263;0.139407;0.139551;0.139695;0.139839;0.139984;0.140128;0.140273;0.140418;0.140562;0.140707;0.140852;0.140997;0.141142;0.141288;0.141433;0.141578;0.141724;0.141869;0.142015;0.142161;0.142307;0.142453;0.142599;0.142745;0.142891;0.143038;0.143184;0.143331;0.143477;0.143624;0.143771;0.143918;0.144065;0.144212;0.144359;0.144507;0.144654;0.144802;0.144949;0.145097;0.145245;0.145392;0.14554;0.145689;0.145837;0.145985;0.146133;0.146282;0.14643;0.146579;0.146728;0.146876;0.147025;0.147174;0.147323;0.147473;0.147622;0.147771;0.147921;0.14807;0.14822;0.14837;0.14852;0.14867;0.14882;0.14897;0.14912;0.14927;0.149421;0.149571;0.149722;0.149873;0.150024;0.150174;0.150325;0.150476;0.150628;0.150779;0.15093;0.151082;0.151233;0.151385;0.151537;0.151689;0.15184;0.151993;0.152145;0.152297;0.152449;0.152602;0.152754;0.152907;0.153059;0.153212;0.153365;0.153518;0.153671;0.153824;0.153977;0.154131;0.154284;0.154438;0.154591;0.154745;0.154899;0.155053;0.155207;0.155361;0.155515;0.15567;0.155824;0.155978;0.156133;0.156288;0.156442;0.156597;0.156752;0.156907;0.157062;0.157218;0.157373;0.157528;0.157684;0.15784;0.157995;0.158151;0.158307;0.158463;0.158619;0.158775;0.158931;0.159088;0.159244;0.159401;0.159557;0.159714;0.159871;0.160028;0.160185;0.160342;0.160499;0.160657;0.160814;0.160972;0.161129;0.161287;0.161445;0.161603;0.161761;0.161919;0.162077;0.162235;0.162393;0.162552;0.16271;0.162869;0.163028;0.163187;0.163345;0.163504;0.163664;0.163823;0.163982;0.164141;0.164301;0.16446;0.16462;0.16478;0.16494;0.1651;0.16526;0.16542;0.16558;0.16574;0.165901;0.166061;0.166222;0.166383;0.166544;0.166704;0.166865;0.167026;0.167188;0.167349;0.16751;0.167672;0.167833;0.167995;0.168157;0.168319;0.168481;0.168643;0.168805;0.168967;0.169129;0.169292;0.169454;0.169617;0.169779;0.169942;0.170105;0.170268;0.170431;0.170594;0.170757;0.170921;0.171084;0.171248;0.171411;0.171575;0.171739;0.171903;0.172067;0.172231;0.172395;0.172559;0.172724;0.172888;0.173053;0.173218;0.173382;0.173547;0.173712;0.173877;0.174042;0.174208;0.174373;0.174538;0.174704;0.174869;0.175035;0.175201;0.175367;0.175533;0.175699;0.175865;0.176031;0.176198;0.176364;0.176531;0.176697;0.176864;0.177031;0.177198;0.177365;0.177532;0.177699;0.177867;0.178034;0.178202;0.178369;0.178537;0.178705;0.178872;0.17904;0.179209;0.179377;0.179545;0.179713;0.179882;0.18005;0.180219;0.180388;0.180556;0.180725;0.180894;0.181063;0.181233;0.181402;0.181571;0.181741;0.18191;0.18208;0.18225;0.18242;0.18259;0.18276;0.18293;0.1831;0.18327;0.183441;0.183611;0.183782;0.183953;0.184123;0.184294;0.184465;0.184636;0.184808;0.184979;0.18515;0.185322;0.185493;0.185665;0.185837;0.186008;0.18618;0.186352;0.186525;0.186697;0.186869;0.187041;0.187214;0.187387;0.187559;0.187732;0.187905;0.188078;0.188251;0.188424;0.188597;0.188771;0.188944;0.189118;0.189291;0.189465;0.189639;0.189813;0.189987;0.190161;0.190335;0.190509;0.190684;0.190858;0.191033;0.191207;0.191382;0.191557;0.191732;0.191907;0.192082;0.192257;0.192433;0.192608;0.192784;0.192959;0.193135;0.193311;0.193487;0.193663;0.193839;0.194015;0.194191;0.194368;0.194544;0.194721;0.194897;0.195074;0.195251;0.195428;0.195605;0.195782;0.195959;0.196136;0.196314;0.196491;0.196669;0.196847;0.197024;0.197202;0.19738;0.197558;0.197736;0.197915;0.198093;0.198272;0.19845;0.198629;0.198807;0.198986;0.199165;0.199344;0.199523;0.199702;0.199882;0.200061;0.200241;0.20042;0.2006;0.20078;0.200959;0.201139;0.201319;0.2015;0.20168;0.20186;0.202041;0.202221;0.202402;0.202582;0.202763;0.202944;0.203125;0.203306;0.203487;0.203669;0.20385;0.204031;0.204213;0.204395;0.204576;0.204758;0.20494;0.205122;0.205304;0.205487;0.205669;0.205851;0.206034;0.206216;0.206399;0.206582;0.206765;0.206948;0.207131;0.207314;0.207497;0.20768;0.207864;0.208047;0.208231;0.208415;0.208599;0.208783;0.208967;0.209151;0.209335;0.209519;0.209703;0.209888;0.210073;0.210257;0.210442;0.210627;0.210812;0.210997;0.211182;0.211367;0.211553;0.211738;0.211923;0.212109;0.212295;0.212481;0.212666;0.212852;0.213039;0.213225;0.213411;0.213597;0.213784;0.21397;0.214157;0.214344;0.214531;0.214717;0.214905;0.215092;0.215279;0.215466;0.215654;0.215841;0.216029;0.216216;0.216404;0.216592;0.21678;0.216968;0.217156;0.217344;0.217533;0.217721;0.21791;0.218098;0.218287;0.218476;0.218665;0.218854;0.219043;0.219232;0.219421;0.219611;0.2198;0.21999;0.22018;0.220369;0.220559;0.220749;0.220939;0.221129;0.22132;0.22151;0.2217;0.221891;0.222081;0.222272;0.222463;0.222654;0.222845;0.223036;0.223227;0.223418;0.22361;0.223801;0.223993;0.224184;0.224376;0.224568;0.22476;0.224952;0.225144;0.225336;0.225528;0.225721;0.225913;0.226106;0.226299;0.226491;0.226684;0.226877;0.22707;0.227263;0.227457;0.22765;0.227844;0.228037;0.228231;0.228424;0.228618;0.228812;0.229006;0.2292;0.229394;0.229589;0.229783;0.229978;0.230172;0.230367;0.230562;0.230756;0.230951;0.231146;0.231342;0.231537;0.231732;0.231928;0.232123;0.232319;0.232514;0.23271;0.232906;0.233102;0.233298;0.233494;0.233691;0.233887;0.234083;0.23428;0.234477;0.234673;0.23487;0.235067;0.235264;0.235461;0.235658;0.235856;0.236053;0.236251;0.236448;0.236646;0.236844;0.237042;0.23724;0.237438;0.237636;0.237834;0.238032;0.238231;0.238429;0.238628;0.238827;0.239025;0.239224;0.239423;0.239623;0.239822;0.240021;0.24022;0.24042;0.240619;0.240819;0.241019;0.241219;0.241419;0.241619;0.241819;0.242019;0.242219;0.24242;0.24262;0.242821;0.243022;0.243222;0.243423;0.243624;0.243825;0.244027;0.244228;0.244429;0.244631;0.244832;0.245034;0.245236;0.245437;0.245639;0.245841;0.246043;0.246246;0.246448;0.24665;0.246853;0.247055;0.247258;0.247461;0.247664;0.247867;0.24807;0.248273;0.248476;0.24868;0.248883;0.249087;0.24929;0.249494;0.249698;0.249902;0.250106;0.25031;0.250514;0.250718;0.250923;0.251127;0.251332;0.251536;0.251741;0.251946;0.252151;0.252356;0.252561;0.252766;0.252972;0.253177;0.253383;0.253588;0.253794;0.254;0.254206;0.254412;0.254618;0.254824;0.25503;0.255236;0.255443;0.255649;0.255856;0.256063;0.25627;0.256477;0.256684;0.256891;0.257098;0.257305;0.257513;0.25772;0.257928;0.258135;0.258343;0.258551;0.258759;0.258967;0.259175;0.259383;0.259592;0.2598;0.260009;0.260217;0.260426;0.260635;0.260844;0.261053;0.261262;0.261471;0.26168;</Cd>
+                <Cm>0.426392;0.426118;0.425844;0.42557;0.425296;0.425022;0.424748;0.424474;0.4242;0.423926;0.423652;0.423378;0.423104;0.42283;0.422555;0.422281;0.422007;0.421733;0.421459;0.421185;0.420911;0.420637;0.420363;0.420089;0.419815;0.419541;0.419267;0.418993;0.418718;0.418444;0.41817;0.417896;0.417622;0.417348;0.417074;0.4168;0.416526;0.416252;0.415978;0.415704;0.41543;0.415156;0.414881;0.414607;0.414333;0.414059;0.413785;0.413511;0.413237;0.412963;0.412689;0.412415;0.412141;0.411867;0.411593;0.411319;0.411044;0.41077;0.410496;0.410222;0.409948;0.409674;0.4094;0.409126;0.408852;0.408578;0.408304;0.40803;0.407756;0.407482;0.407207;0.406933;0.406659;0.406385;0.406111;0.405837;0.405563;0.405289;0.405015;0.404741;0.404467;0.404193;0.403919;0.403645;0.40337;0.403096;0.402822;0.402548;0.402274;0.402;0.401726;0.401452;0.401178;0.400904;0.40063;0.400356;0.400082;0.399808;0.399533;0.399259;0.398985;0.398711;0.398437;0.398163;0.397889;0.397615;0.397341;0.397067;0.396793;0.396519;0.396245;0.395971;0.395696;0.395422;0.395148;0.394874;0.3946;0.394326;0.394052;0.393778;0.393504;0.39323;0.392956;0.392682;0.392408;0.392134;0.391859;0.391585;0.391311;0.391037;0.390763;0.390489;0.390215;0.389941;0.389667;0.389393;0.389119;0.388845;0.388571;0.388297;0.388022;0.387748;0.387474;0.3872;0.386926;0.386652;0.386378;0.386104;0.38583;0.385556;0.385282;0.385008;0.384734;0.38446;0.384185;0.383911;0.383637;0.383363;0.383089;0.382815;0.382541;0.382267;0.381993;0.381719;0.381445;0.381171;0.380897;0.380623;0.380348;0.380074;0.3798;0.379526;0.379252;0.378978;0.378704;0.37843;0.378156;0.377882;0.377608;0.377334;0.37706;0.376786;0.376511;0.376237;0.375963;0.375689;0.375415;0.375141;0.374867;0.374593;0.374319;0.374045;0.373771;0.373497;0.373223;0.372949;0.372674;0.3724;0.372126;0.371852;0.371578;0.371304;0.37103;0.370756;0.370482;0.370208;0.369934;0.36966;0.369386;0.369112;0.368837;0.368563;0.368289;0.368015;0.367741;0.367467;0.367193;0.366919;0.366645;0.366371;0.366097;0.365823;0.365549;0.365275;0.365;0.364726;0.364452;0.364178;0.363904;0.36363;0.363356;0.363082;0.362808;0.362534;0.36226;0.361986;0.361712;0.361438;0.361163;0.360889;0.360615;0.360341;0.360067;0.359793;0.359519;0.359245;0.358971;0.358697;0.358423;0.358149;0.357875;0.357601;0.357327;0.357052;0.356778;0.356504;0.35623;0.355956;0.355682;0.355408;0.355134;0.35486;0.354586;0.354312;0.354038;0.353764;0.35349;0.353215;0.352941;0.352667;0.352393;0.352119;0.351845;0.351571;0.351297;0.351023;0.350749;0.350475;0.350201;0.349927;0.349653;0.349378;0.349104;0.34883;0.348556;0.348282;0.348008;0.347734;0.34746;0.347186;0.346912;0.346638;0.346364;0.34609;0.345816;0.345541;0.345267;0.344993;0.344719;0.344445;0.344171;0.343897;0.343623;0.343349;0.343075;0.342801;0.342527;0.342253;0.341979;0.341704;0.34143;0.341156;0.340882;0.340608;0.340334;0.34006;0.339786;0.339512;0.339238;0.338964;0.33869;0.338416;0.338142;0.337867;0.337593;0.337319;0.337045;0.336771;0.336497;0.336223;0.335949;0.335675;0.335401;0.335127;0.334853;0.334579;0.334305;0.33403;0.333756;0.333482;0.333208;0.332934;0.33266;0.332386;0.332112;0.331838;0.331564;0.33129;0.331016;0.330742;0.330468;0.330193;0.329919;0.329645;0.329371;0.329097;0.328823;0.328549;0.328275;0.328001;0.327727;0.327453;0.327179;0.326905;0.326631;0.326356;0.326082;0.325808;0.325534;0.32526;0.324986;0.324712;0.324438;0.324164;0.32389;0.323616;0.323342;0.323068;0.322794;0.322519;0.322245;0.321971;0.321697;0.321423;0.321149;0.320875;0.320601;0.320327;0.320053;0.319779;0.319505;0.319231;0.318957;0.318682;0.318408;0.318134;0.31786;0.317586;0.317312;0.317038;0.316764;0.31649;0.316216;0.315942;0.315668;0.315394;0.31512;0.314845;0.314571;0.314297;0.314023;0.313749;0.313475;0.313201;0.312927;0.312653;0.312379;0.312105;0.311831;0.311557;0.311283;0.311008;0.310734;0.31046;0.310186;0.309912;0.309638;0.309364;0.30909;0.308816;0.308542;0.308268;0.307994;0.30772;0.307446;0.307171;0.306897;0.306623;0.306349;0.306075;0.305801;0.305527;0.305253;0.304979;0.304705;0.304431;0.304157;0.303883;0.303609;0.303334;0.30306;0.302786;0.302512;0.302238;0.301964;0.30169;0.301416;0.301142;0.300868;0.300594;0.30032;0.300046;0.299772;0.299497;0.299223;0.298949;0.298675;0.298401;0.298127;0.297853;0.297579;0.297305;0.297031;0.296757;0.296483;0.296209;0.295935;0.29566;0.295386;0.295112;0.294838;0.294564;0.29429;0.294016;0.293742;0.293468;0.293194;0.29292;0.292646;0.292372;0.292098;0.291823;0.291549;0.291275;0.291001;0.290727;0.290453;0.290179;0.289905;0.289631;0.289357;0.289083;0.288809;0.288535;0.288261;0.287986;0.287712;0.287438;0.287164;0.28689;0.286616;0.286342;0.286068;0.285794;0.28552;0.285246;0.284972;0.284698;0.284424;0.284149;0.283875;0.283601;0.283327;0.283053;0.282779;0.282505;0.282231;0.281957;0.281683;0.281409;0.281135;0.280861;0.280587;0.280312;0.280038;0.279764;0.27949;0.279216;0.278942;0.278668;0.278394;0.27812;0.277846;0.277572;0.277298;0.277024;0.27675;0.276475;0.276201;0.275927;0.275653;0.275379;0.275105;0.274831;0.274557;0.274283;0.274009;0.273735;0.273461;0.273187;0.272913;0.272638;0.272364;0.27209;0.271816;0.271542;0.271268;0.270994;0.27072;0.270446;0.270172;0.269898;0.269624;0.26935;0.269076;0.268802;0.268527;0.268253;0.267979;0.267705;0.267431;0.267157;0.266883;0.266609;0.266335;0.266061;0.265787;0.265513;0.265239;0.264965;0.26469;0.264416;0.264142;0.263868;0.263594;0.26332;0.263046;0.262772;0.262498;0.262224;0.26195;0.261676;0.261402;0.261128;0.260853;0.260579;0.260305;0.260031;0.259757;0.259483;0.259209;0.258935;0.258661;0.258387;0.258113;0.257839;0.257565;0.257291;0.257016;0.256742;0.256468;0.256194;0.25592;0.255646;0.255372;0.255098;0.254824;0.25455;0.254276;0.254002;0.253728;0.253454;0.253179;0.252905;0.252631;0.252357;0.252083;0.251809;0.251535;0.251261;0.250987;0.250713;0.250439;0.250165;0.249891;0.249617;0.249342;0.249068;0.248794;0.24852;0.248246;0.247972;0.247698;0.247424;0.24715;0.246876;0.246602;0.246328;0.246054;0.24578;0.245505;0.245231;0.244957;0.244683;0.244409;0.244135;0.243861;0.243587;0.243313;0.243039;0.242765;0.242491;0.242217;0.241943;0.241668;0.241394;0.24112;0.240846;0.240572;0.240298;0.240024;0.23975;0.239476;0.239202;0.238928;0.238654;0.23838;0.238106;0.237831;0.237557;0.237283;0.237009;0.236735;0.236461;0.236187;0.235913;0.235639;0.235365;0.235091;0.234817;0.234543;0.234269;0.233994;0.23372;0.233446;0.233172;0.232898;0.232624;0.23235;0.232076;0.231802;0.231528;0.231254;0.23098;0.230706;0.230432;0.230157;0.229883;0.229609;0.229335;0.229061;0.228787;0.228513;0.228239;0.227965;0.227691;0.227417;0.227143;0.226869;0.226595;0.22632;0.226046;0.225772;0.225498;0.225224;0.22495;0.224676;0.224402;0.224128;0.223854;0.22358;0.223306;0.223032;0.222758;0.222483;0.222209;0.221935;0.221661;0.221387;0.221113;0.220839;0.220565;0.220291;0.220017;0.219743;0.219469;0.219195;0.218921;0.218646;0.218372;0.218098;0.217824;0.21755;0.217276;0.217002;0.216728;0.216454;0.21618;0.215906;0.215632;0.215358;0.215084;0.214809;0.214535;0.214261;0.213987;0.213713;0.213439;0.213165;0.212891;0.212617;0.212343;0.212069;0.211795;0.211521;0.211247;0.210972;0.210698;0.210424;0.21015;0.209876;0.209602;0.209328;0.209054;0.20878;0.208506;0.208232;0.207958;0.207684;0.20741;0.207135;0.206861;0.206587;0.206313;0.206039;0.205765;0.205491;0.205217;0.204943;0.204669;0.204395;0.204121;0.203847;0.203573;0.203298;0.203024;0.20275;0.202476;0.202202;0.201928;0.201654;0.20138;0.201106;0.200832;0.200558;0.200284;0.20001;0.199736;0.199461;0.199187;0.198913;0.198639;0.198365;0.198091;0.197817;0.197543;0.197269;0.196995;0.196721;0.196447;0.196173;0.195899;0.195624;0.19535;0.195076;0.194802;0.194528;0.194254;0.19398;0.193706;0.193432;0.193158;0.192884;0.19261;0.192336;0.192062;0.191787;0.191513;0.191239;0.190965;0.190691;0.190417;0.190143;0.189869;0.189595;0.189321;0.189047;0.188773;0.188499;0.188225;0.18795;0.187676;0.187402;0.187128;0.186854;0.18658;0.186306;0.186032;0.185758;0.185484;0.18521;0.184936;0.184662;0.184388;0.184113;0.183839;0.183565;0.183291;0.183017;0.182743;0.182469;0.182195;0.181921;0.181647;0.181373;0.181099;0.180825;0.180551;0.180277;0.180002;0.179728;0.179454;0.17918;0.178906;0.178632;0.178358;0.178084;0.17781;0.177536;0.177262;0.176988;0.176714;0.17644;0.176165;0.175891;0.175617;0.175343;0.175069;0.174795;0.174521;0.174247;0.173973;0.173699;0.173425;0.173151;0.172877;0.172603;0.172328;0.172054;0.17178;0.171506;0.171232;0.170958;0.170684;0.17041;0.170136;0.169862;0.169588;0.169314;0.16904;0.168766;0.168491;0.168217;0.167943;0.167669;0.167395;0.167121;0.166847;0.166573;0.166299;0.166025;0.165751;0.165477;0.165203;0.164929;0.164654;0.16438;0.164106;0.163832;0.163558;0.163284;0.16301;0.162736;0.162462;0.162188;0.161914;0.16164;0.161366;0.161092;0.160817;0.160543;0.160269;0.159995;0.159721;0.159447;0.159173;0.158899;0.158625;0.158351;0.158077;0.157803;0.157529;0.157255;0.15698;0.156706;0.156432;0.156158;0.155884;0.15561;0.155336;0.155062;0.154788;0.154514;0.15424;0.153966;0.153692;0.153418;0.153143;0.152869;0.152595;0.152321;0.152047;0.151773;0.151499;0.151225;0.150951;0.150677;0.150403;0.150129;0.149855;0.149581;0.149306;0.149032;0.148758;0.148484;0.14821;0.147936;0.147662;0.147388;0.147114;0.14684;0.146566;0.146292;0.146018;0.145744;0.145469;0.145195;0.144921;0.144647;0.144373;0.144099;0.143825;0.143551;0.143277;0.143003;0.142729;0.142455;0.142181;0.141907;0.141632;0.141358;0.141084;0.14081;0.140536;0.140262;0.139988;0.139714;0.13944;0.139166;0.138892;0.138618;0.138344;0.13807;0.137795;0.137521;0.137247;0.136973;0.136699;0.136425;0.136151;0.135877;0.135603;0.135329;0.135055;0.134781;0.134507;0.134233;0.133958;0.133684;0.13341;0.133136;0.132862;0.132588;0.132314;0.13204;0.131766;0.131492;0.131218;0.130944;0.13067;0.130396;0.130121;0.129847;0.129573;0.129299;0.129025;0.128751;0.128477;0.128203;0.127929;0.127655;0.127381;0.127107;0.126833;0.126559;0.126284;0.12601;0.125736;0.125462;0.125188;0.124914;0.12464;0.124366;0.124092;0.123818;0.123544;0.12327;0.122996;0.122722;0.122447;0.122173;0.121899;0.121625;0.121351;0.121077;0.120803;0.120529;0.120255;0.119981;0.119707;0.119433;0.119159;0.118885;0.11861;0.118336;0.118062;0.117788;0.117514;0.11724;0.116966;0.116692;0.116418;0.116144;0.11587;0.115596;0.115322;0.115048;0.114773;0.114499;0.114225;0.113951;0.113677;0.113403;0.113129;0.112855;0.112581;0.112307;0.112033;0.111759;0.111485;0.111211;0.110936;0.110662;0.110388;0.110114;0.10984;0.109566;0.109292;0.109018;0.108744;0.10847;0.108196;0.107922;0.107648;0.107374;0.107099;0.106825;0.106551;0.106277;0.106003;0.105729;0.105455;0.105181;0.104907;0.104633;0.104359;0.104085;0.103811;0.103537;0.103262;0.102988;0.102714;0.10244;0.102166;0.101892;0.101618;0.101344;0.10107;0.100796;0.100522;0.100248;0.0999736;0.0996996;0.0994255;0.0991514;0.0988774;0.0986033;0.0983292;0.0980551;0.0977811;0.097507;0.0972329;0.0969589;0.0966848;0.0964107;0.0961366;0.0958626;0.0955885;0.0953144;0.0950404;0.0947663;0.0944922;0.0942181;0.0939441;0.09367;0.0933959;0.0931219;0.0928478;0.0925737;0.0922996;0.0920256;0.0917515;0.0914774;0.0912034;0.0909293;0.0906552;0.0903811;0.0901071;0.089833;0.0895589;0.0892849;0.0890108;0.0887367;0.0884626;0.0881886;0.0879145;0.0876404;0.0873664;0.0870923;0.0868182;0.0865441;0.0862701;0.085996;0.0857219;0.0854479;0.0851738;0.0848997;0.0846256;0.0843516;0.0840775;0.0838034;0.0835294;0.0832553;0.0829812;0.0827072;0.0824331;0.082159;0.0818849;0.0816109;0.0813368;0.0810627;0.0807887;0.0805146;0.0802405;0.0799664;0.0796924;0.0794183;0.0791442;0.0788702;0.0785961;0.078322;0.0780479;0.0777739;0.0774998;0.0772257;0.0769517;0.0766776;0.0764035;0.0761294;0.0758554;0.0755813;0.0753072;0.0750332;0.0747591;0.074485;0.0742109;0.0739369;0.0736628;0.0733887;0.0731147;0.0728406;0.0725665;0.0722924;0.0720184;0.0717443;0.0714702;0.0711962;0.0709221;0.070648;0.0703739;0.0700999;0.0698258;0.0695517;0.0692777;0.0690036;0.0687295;0.0684554;0.0681814;0.0679073;0.0676332;0.0673592;0.0670851;0.066811;0.0665369;0.0662629;0.0659888;0.0657147;0.0654407;0.0651666;0.0648925;0.0646185;0.0643444;0.0640703;0.0637962;0.0635222;0.0632481;0.062974;0.0627;0.0624259;0.0621518;0.0618777;0.0616037;0.0613296;0.0610555;0.0607815;0.0605074;0.0602333;0.0599592;0.0596852;0.0594111;0.059137;0.058863;0.0585889;0.0583148;0.0580407;0.0577667;0.0574926;0.0572185;0.0569445;0.0566704;0.0563963;0.0561222;0.0558482;0.0555741;0.0553;0.055026;0.0547519;0.0544778;0.0542037;0.0539297;0.0536556;0.0533815;0.0531075;0.0528334;0.0525593;0.0522852;0.0520112;0.0517371;0.051463;0.051189;0.0509149;0.0506408;0.0503667;0.0500927;0.0498186;0.0495445;0.0492705;0.0489964;0.0487223;0.0484482;0.0481742;0.0479001;0.047626;0.047352;0.0470779;0.0468038;0.0465298;0.0462557;0.0459816;0.0457075;0.0454335;0.0451594;0.0448853;0.0446113;0.0443372;0.0440631;0.043789;0.043515;0.0432409;0.0429668;0.0426928;0.0424187;0.0421446;0.0418705;0.0415965;0.0413224;0.0410483;0.0407743;0.0405002;0.0402261;0.039952;0.039678;0.0394039;0.0391298;0.0388558;0.0385817;0.0383076;0.0380335;0.0377595;0.0374854;0.0372113;0.0369373;0.0366632;0.0363891;0.036115;0.035841;0.0355669;0.0352928;0.0350188;0.0347447;0.0344706;0.0341965;0.0339225;0.0336484;0.0333743;0.0331003;0.0328262;0.0325521;0.032278;0.032004;0.0317299;0.0314558;0.0311818;0.0309077;0.0306336;0.0303595;0.0300855;0.0298114;0.0295373;0.0292633;0.0289892;0.0287151;0.0284411;0.028167;0.0278929;0.0276188;0.0273448;0.0270707;0.0267966;0.0265226;0.0262485;0.0259744;0.0257003;0.0254263;0.0251522;0.0248781;0.0246041;0.02433;0.0240559;0.0237818;0.0235078;0.0232337;0.0229596;0.0226856;0.0224115;0.0221374;0.0218633;0.0215893;0.0213152;0.0210411;0.0207671;0.020493;0.0202189;0.0199448;0.0196708;0.0193967;0.0191226;0.0188486;0.0185745;0.0183004;0.0180263;0.0177523;0.0174782;0.0172041;0.0169301;0.016656;0.0163819;0.0161078;0.0158338;0.0155597;0.0152856;0.0150116;0.0147375;0.0144634;0.0141893;0.0139153;0.0136412;0.0133671;0.0130931;0.012819;0.0125449;0.0122709;0.0119968;0.0117227;0.0114486;0.0111746;0.0109005;0.0106264;0.0103524;0.0100783;0.00980421;0.00953014;0.00925607;0.008982;0.00870792;0.00843385;0.00815978;0.00788571;0.00761164;0.00733757;0.0070635;0.00678943;0.00651535;0.00624128;0.00596721;0.00569314;0.00541907;0.005145;0.00487093;0.00459686;0.00432279;0.00404871;0.00377464;0.00350057;0.0032265;0.00295243;0.00267836;0.00240429;0.00213022;0.00185614;0.00158207;0.001308;0.00103393;0.000759859;0.000485788;0.000211717;-6.23542e-05;-0.000336425;-0.000610497;-0.000884568;-0.00115864;-0.00143271;-0.00170678;-0.00198085;-0.00225492;-0.002529;-0.00280307;-0.00307714;-0.00335121;-0.00362528;-0.00389935;-0.00417342;-0.00444749;-0.00472156;-0.00499564;-0.00526971;-0.00554378;-0.00581785;-0.00609192;-0.00636599;-0.00664006;-0.00691413;-0.00718821;-0.00746228;-0.00773635;-0.00801042;-0.00828449;-0.00855856;-0.00883263;-0.0091067;-0.00938078;-0.00965485;-0.00992892;-0.010203;-0.0104771;-0.0107511;-0.0110252;-0.0112993;-0.0115733;-0.0118474;-0.0121215;-0.0123956;-0.0126696;-0.0129437;-0.0132178;-0.0134918;-0.0137659;-0.01404;-0.0143141;-0.0145881;-0.0148622;-0.0151363;-0.0154103;-0.0156844;-0.0159585;-0.0162326;-0.0165066;-0.0167807;-0.0170548;-0.0173288;-0.0176029;-0.017877;-0.0181511;-0.0184251;-0.0186992;-0.0189733;-0.0192473;-0.0195214;-0.0197955;-0.0200696;-0.0203436;-0.0206177;-0.0208918;-0.0211658;-0.0214399;-0.021714;-0.0219881;-0.0222621;-0.0225362;-0.0228103;-0.0230843;-0.0233584;-0.0236325;-0.0239065;-0.0241806;-0.0244547;-0.0247288;-0.0250028;-0.0252769;-0.025551;-0.025825;-0.0260991;-0.0263732;-0.0266473;-0.0269213;-0.0271954;-0.0274695;-0.0277435;-0.0280176;-0.0282917;-0.0285658;-0.0288398;-0.0291139;-0.029388;-0.029662;-0.0299361;-0.0302102;-0.0304843;-0.0307583;-0.0310324;-0.0313065;-0.0315805;-0.0318546;-0.0321287;-0.0324028;-0.0326768;-0.0329509;-0.033225;-0.033499;-0.0337731;-0.0340472;-0.0343213;-0.0345953;-0.0348694;-0.0351435;-0.0354175;-0.0356916;-0.0359657;-0.0362398;-0.0365138;-0.0367879;-0.037062;-0.037336;-0.0376101;-0.0378842;-0.0381583;-0.0384323;-0.0387064;-0.0389805;-0.0392545;-0.0395286;-0.0398027;-0.0400768;-0.0403508;-0.0406249;-0.040899;-0.041173;-0.0414471;-0.0417212;-0.0419952;-0.0422693;-0.0425434;-0.0428175;-0.0430915;-0.0433656;-0.0436397;-0.0439137;-0.0441878;-0.0444619;-0.044736;-0.04501;-0.0452841;-0.0455582;-0.0458322;-0.0461063;-0.0463804;-0.0466545;-0.0469285;-0.0472026;-0.0474767;-0.0477507;-0.0480248;-0.0482989;-0.048573;-0.048847;-0.0491211;-0.0493952;-0.0496692;-0.0499433;-0.0502174;-0.0504915;-0.0507655;-0.0510396;-0.0513137;-0.0515877;-0.0518618;-0.0521359;-0.05241;-0.052684;-0.0529581;-0.0532322;-0.0535062;-0.0537803;-0.0540544;-0.0543285;-0.0546025;-0.0548766;-0.0551507;-0.0554247;-0.0556988;-0.0559729;-0.056247;-0.056521;-0.0567951;-0.0570692;-0.0573432;-0.0576173;-0.0578914;-0.0581655;-0.0584395;-0.0587136;-0.0589877;-0.0592617;-0.0595358;-0.0598099;-0.0600839;-0.060358;-0.0606321;-0.0609062;-0.0611802;-0.0614543;-0.0617284;-0.0620024;-0.0622765;-0.0625506;-0.0628247;-0.0630987;-0.0633728;-0.0636469;-0.0639209;-0.064195;-0.0644691;-0.0647432;-0.0650172;-0.0652913;-0.0655654;-0.0658394;-0.0661135;-0.0663876;-0.0666617;-0.0669357;-0.0672098;-0.0674839;-0.0677579;-0.068032;-0.0683061;-0.0685802;-0.0688542;-0.0691283;-0.0694024;-0.0696764;-0.0699505;-0.0702246;-0.0704987;-0.0707727;-0.0710468;-0.0713209;-0.0715949;-0.071869;-0.0721431;-0.0724172;-0.0726912;-0.0729653;-0.0732394;-0.0735134;-0.0737875;-0.0740616;-0.0743357;-0.0746097;-0.0748838;-0.0751579;-0.0754319;-0.075706;-0.0759801;-0.0762542;-0.0765282;-0.0768023;-0.0770764;-0.0773504;-0.0776245;-0.0778986;-0.0781726;-0.0784467;-0.0787208;-0.0789949;-0.0792689;-0.079543;-0.0798171;-0.0800911;-0.0803652;-0.0806393;-0.0809134;-0.0811874;-0.0814615;-0.0817356;-0.0820096;-0.0822837;-0.0825578;-0.0828319;-0.0831059;-0.08338;-0.0836541;-0.0839281;-0.0842022;-0.0844763;-0.0847504;-0.0850244;-0.0852985;-0.0855726;-0.0858466;-0.0861207;-0.0863948;-0.0866689;-0.0869429;-0.087217;-0.0874911;-0.0877651;-0.0880392;-0.0883133;-0.0885874;-0.0888614;-0.0891355;-0.0894096;-0.0896836;-0.0899577;-0.0902318;-0.0905059;-0.0907799;-0.091054;-0.0913281;-0.0916021;-0.0918762;-0.0921503;-0.0924244;-0.0926984;-0.0929725;-0.0932466;-0.0935206;-0.0937947;-0.0940688;-0.0943429;-0.0946169;-0.094891;-0.0951651;-0.0954391;-0.0957132;-0.0959873;-0.0962613;-0.0965354;-0.0968095;-0.0970836;-0.0973576;-0.0976317;-0.0979058;-0.0981798;-0.0984539;-0.098728;-0.0990021;-0.0992761;-0.0995502;-0.0998243;-0.100098;-0.100372;-0.100646;-0.100921;-0.101195;-0.101469;-0.101743;-0.102017;-0.102291;-0.102565;-0.102839;-0.103113;-0.103387;-0.103661;-0.103935;-0.104209;-0.104483;-0.104758;-0.105032;-0.105306;-0.10558;-0.105854;-0.106128;-0.106402;-0.106676;-0.10695;-0.107224;-0.107498;-0.107772;-0.108046;-0.10832;-0.108595;-0.108869;-0.109143;-0.109417;-0.109691;-0.109965;-0.110239;-0.110513;-0.110787;-0.111061;-0.111335;-0.111609;-0.111883;-0.112157;-0.112432;-0.112706;-0.11298;-0.113254;-0.113528;-0.113802;-0.114076;-0.11435;-0.114624;-0.114898;-0.115172;-0.115446;-0.11572;-0.115994;-0.116269;-0.116543;-0.116817;-0.117091;-0.117365;-0.117639;-0.117913;-0.118187;-0.118461;-0.118735;-0.119009;-0.119283;-0.119557;-0.119831;-0.120106;-0.12038;-0.120654;-0.120928;-0.121202;-0.121476;-0.12175;-0.122024;-0.122298;-0.122572;-0.122846;-0.12312;-0.123394;-0.123668;-0.123943;-0.124217;-0.124491;-0.124765;-0.125039;-0.125313;-0.125587;-0.125861;-0.126135;-0.126409;-0.126683;-0.126957;-0.127231;-0.127505;-0.12778;-0.128054;-0.128328;-0.128602;-0.128876;-0.12915;-0.129424;-0.129698;-0.129972;-0.130246;-0.13052;-0.130794;-0.131068;-0.131342;-0.131617;-0.131891;-0.132165;-0.132439;-0.132713;-0.132987;-0.133261;-0.133535;-0.133809;-0.134083;-0.134357;-0.134631;-0.134905;-0.135179;-0.135454;-0.135728;-0.136002;-0.136276;-0.13655;-0.136824;-0.137098;-0.137372;-0.137646;-0.13792;-0.138194;-0.138468;-0.138742;-0.139016;-0.139291;-0.139565;-0.139839;-0.140113;-0.140387;-0.140661;-0.140935;-0.141209;-0.141483;-0.141757;-0.142031;-0.142305;-0.142579;-0.142853;-0.143128;-0.143402;-0.143676;-0.14395;-0.144224;-0.144498;-0.144772;-0.145046;-0.14532;-0.145594;-0.145868;-0.146142;-0.146416;-0.14669;-0.146965;-0.147239;-0.147513;-0.147787;-0.148061;-0.148335;-0.148609;-0.148883;-0.149157;-0.149431;-0.149705;-0.149979;-0.150253;-0.150527;-0.150802;-0.151076;-0.15135;-0.151624;-0.151898;-0.152172;-0.152446;-0.15272;-0.152994;-0.153268;-0.153542;-0.153816;-0.15409;-0.154364;-0.154639;-0.154913;-0.155187;-0.155461;-0.155735;-0.156009;-0.156283;-0.156557;-0.156831;-0.157105;-0.157379;-0.157653;-0.157927;-0.158201;-0.158476;-0.15875;-0.159024;-0.159298;-0.159572;-0.159846;-0.16012;-0.160394;-0.160668;-0.160942;-0.161216;-0.16149;-0.161764;-0.162038;-0.162313;-0.162587;-0.162861;-0.163135;-0.163409;-0.163683;-0.163957;-0.164231;-0.164505;-0.164779;-0.165053;-0.165327;-0.165601;-0.165875;-0.16615;-0.166424;-0.166698;-0.166972;-0.167246;-0.16752;-0.167794;-0.168068;-0.168342;-0.168616;-0.16889;-0.169164;-0.169438;-0.169712;-0.169987;-0.170261;-0.170535;-0.170809;-0.171083;-0.171357;-0.171631;-0.171905;-0.172179;-0.172453;-0.172727;-0.173001;-0.173275;-0.173549;-0.173824;-0.174098;-0.174372;-0.174646;-0.17492;-0.175194;-0.175468;-0.175742;-0.176016;-0.17629;-0.176564;-0.176838;-0.177112;-0.177386;-0.17766;-0.177935;-0.178209;-0.178483;-0.178757;-0.179031;-0.179305;-0.179579;-0.179853;-0.180127;-0.180401;-0.180675;-0.180949;-0.181223;-0.181497;-0.181772;-0.182046;-0.18232;-0.182594;-0.182868;-0.183142;-0.183416;-0.18369;-0.183964;-0.184238;-0.184512;-0.184786;-0.18506;-0.185334;-0.185609;-0.185883;-0.186157;-0.186431;-0.186705;-0.186979;-0.187253;-0.187527;-0.187801;-0.188075;-0.188349;-0.188623;-0.188897;-0.189171;-0.189446;-0.18972;-0.189994;-0.190268;-0.190542;-0.190816;-0.19109;-0.191364;-0.191638;-0.191912;-0.192186;-0.19246;-0.192734;-0.193008;-0.193283;-0.193557;-0.193831;-0.194105;-0.194379;-0.194653;-0.194927;-0.195201;-0.195475;-0.195749;-0.196023;-0.196297;-0.196571;-0.196845;-0.19712;-0.197394;-0.197668;-0.197942;-0.198216;-0.19849;-0.198764;-0.199038;-0.199312;-0.199586;-0.19986;-0.200134;-0.200408;-0.200682;-0.200957;-0.201231;-0.201505;-0.201779;-0.202053;-0.202327;-0.202601;-0.202875;-0.203149;-0.203423;-0.203697;-0.203971;-0.204245;-0.204519;-0.204794;-0.205068;-0.205342;-0.205616;-0.20589;-0.206164;-0.206438;-0.206712;-0.206986;-0.20726;-0.207534;-0.207808;-0.208082;-0.208356;-0.208631;-0.208905;-0.209179;-0.209453;-0.209727;-0.210001;-0.210275;-0.210549;-0.210823;-0.211097;-0.211371;-0.211645;-0.211919;-0.212193;-0.212468;-0.212742;-0.213016;-0.21329;-0.213564;-0.213838;-0.214112;-0.214386;-0.21466;-0.214934;-0.215208;-0.215482;-0.215756;-0.21603;-0.216305;-0.216579;-0.216853;-0.217127;-0.217401;-0.217675;-0.217949;-0.218223;-0.218497;-0.218771;-0.219045;-0.219319;-0.219593;-0.219867;-0.220142;-0.220416;-0.22069;-0.220964;-0.221238;-0.221512;-0.221786;-0.22206;-0.222334;-0.222608;-0.222882;-0.223156;-0.22343;-0.223704;-0.223979;-0.224253;-0.224527;-0.224801;-0.225075;-0.225349;-0.225623;-0.225897;-0.226171;-0.226445;-0.226719;-0.226993;-0.227267;-0.227541;-0.227816;-0.22809;-0.228364;-0.228638;-0.228912;-0.229186;-0.22946;-0.229734;-0.230008;-0.230282;-0.230556;-0.23083;-0.231104;-0.231378;-0.231653;-0.231927;-0.232201;-0.232475;-0.232749;-0.233023;-0.233297;-0.233571;-0.233845;-0.234119;-0.234393;-0.234667;-0.234941;-0.235215;-0.23549;-0.235764;-0.236038;-0.236312;-0.236586;-0.23686;-0.237134;-0.237408;-0.237682;-0.237956;-0.23823;-0.238504;-0.238778;-0.239052;-0.239327;-0.239601;-0.239875;-0.240149;-0.240423;-0.240697;-0.240971;-0.241245;-0.241519;-0.241793;-0.242067;-0.242341;-0.242615;-0.242889;-0.243164;-0.243438;-0.243712;-0.243986;-0.24426;-0.244534;-0.244808;-0.245082;-0.245356;-0.24563;-0.245904;-0.246178;-0.246452;-0.246726;-0.247001;-0.247275;-0.247549;-0.247823;-0.248097;-0.248371;-0.248645;-0.248919;-0.249193;-0.249467;-0.249741;-0.250015;-0.250289;-0.250563;-0.250838;-0.251112;-0.251386;-0.25166;-0.251934;-0.252208;-0.252482;-0.252756;-0.25303;-0.253304;-0.253578;-0.253852;-0.254126;-0.2544;-0.254675;-0.254949;-0.255223;-0.255497;-0.255771;-0.256045;-0.256319;-0.256593;-0.256867;-0.257141;-0.257415;-0.257689;-0.257963;-0.258237;-0.258512;-0.258786;-0.25906;-0.259334;-0.259608;-0.259882;-0.260156;-0.26043;-0.260704;-0.260978;-0.261252;-0.261526;-0.2618;-0.262074;-0.262349;-0.262623;-0.262897;-0.263171;-0.263445;-0.263719;-0.263993;-0.264267;-0.264541;-0.264815;-0.265089;-0.265363;-0.265637;-0.265911;-0.266185;-0.26646;-0.266734;-0.267008;-0.267282;-0.267556;-0.26783;-0.268104;-0.268378;-0.268652;-0.268926;-0.2692;-0.269474;-0.269748;-0.270022;-0.270297;-0.270571;-0.270845;-0.271119;-0.271393;-0.271667;-0.271941;-0.272215;-0.272489;-0.272763;-0.273037;-0.273311;-0.273585;-0.273859;-0.274134;-0.274408;-0.274682;-0.274956;-0.27523;-0.275504;-0.275778;-0.276052;-0.276326;-0.2766;-0.276874;-0.277148;-0.277422;-0.277696;-0.277971;-0.278245;-0.278519;-0.278793;-0.279067;-0.279341;-0.279615;-0.279889;-0.280163;-0.280437;-0.280711;-0.280985;-0.281259;-0.281533;-0.281808;-0.282082;-0.282356;-0.28263;-0.282904;-0.283178;-0.283452;-0.283726;-0.284;-0.284274;-0.284548;-0.284822;-0.285096;-0.28537;-0.285645;-0.285919;-0.286193;-0.286467;-0.286741;-0.287015;-0.287289;-0.287563;-0.287837;-0.288111;-0.288385;-0.288659;-0.288933;-0.289207;-0.289482;-0.289756;-0.29003;-0.290304;-0.290578;-0.290852;-0.291126;-0.2914;-0.291674;-0.291948;-0.292222;-0.292496;-0.29277;-0.293044;-0.293319;-0.293593;-0.293867;-0.294141;-0.294415;-0.294689;-0.294963;-0.295237;-0.295511;-0.295785;-0.296059;-0.296333;-0.296607;-0.296881;-0.297156;-0.29743;-0.297704;-0.297978;-0.298252;-0.298526;-0.2988;-0.299074;-0.299348;-0.299622;-0.299896;-0.30017;-0.300444;-0.300718;-0.300993;-0.301267;-0.301541;-0.301815;-0.302089;-0.302363;-0.302637;-0.302911;-0.303185;-0.303459;-0.303733;-0.304007;-0.304281;-0.304555;-0.30483;-0.305104;-0.305378;-0.305652;-0.305926;-0.3062;-0.306474;-0.306748;-0.307022;-0.307296;-0.30757;-0.307844;-0.308118;-0.308392;-0.308667;-0.308941;-0.309215;-0.309489;-0.309763;-0.310037;-0.310311;-0.310585;-0.310859;-0.311133;-0.311407;-0.311681;-0.311955;-0.312229;-0.312504;-0.312778;-0.313052;-0.313326;-0.3136;-0.313874;-0.314148;-0.314422;-0.314696;-0.31497;-0.315244;-0.315518;-0.315792;-0.316066;-0.316341;-0.316615;-0.316889;-0.317163;-0.317437;-0.317711;-0.317985;-0.318259;-0.318533;-0.318807;-0.319081;-0.319355;-0.319629;-0.319903;-0.320178;-0.320452;-0.320726;-0.321;-0.321274;-0.321548;-0.321822;-0.322096;-0.32237;-0.322644;-0.322918;-0.323192;-0.323466;-0.32374;-0.324015;-0.324289;-0.324563;-0.324837;-0.325111;-0.325385;-0.325659;-0.325933;-0.326207;-0.326481;-0.326755;-0.327029;-0.327303;-0.327577;-0.327852;-0.328126;-0.3284;-0.328674;-0.328948;-0.329222;-0.329496;-0.32977;-0.330044;-0.330318;-0.330592;-0.330866;-0.33114;-0.331414;-0.331689;-0.331963;-0.332237;-0.332511;-0.332785;-0.333059;-0.333333;-0.333607;-0.333881;-0.334155;-0.334429;-0.334703;-0.334977;-0.335251;-0.335526;-0.3358;-0.336074;-0.336348;-0.336622;-0.336896;-0.33717;-0.337444;-0.337718;-0.337992;-0.338266;-0.33854;-0.338814;-0.339088;-0.339363;-0.339637;-0.339911;-0.340185;-0.340459;-0.340733;-0.341007;-0.341281;-0.341555;-0.341829;-0.342103;-0.342377;-0.342651;-0.342925;-0.3432;-0.343474;-0.343748;-0.344022;-0.344296;-0.34457;-0.344844;-0.345118;-0.345392;-0.345666;-0.34594;-0.346214;-0.346488;-0.346762;-0.347037;-0.347311;-0.347585;-0.347859;-0.348133;-0.348407;-0.348681;-0.348955;-0.349229;-0.349503;-0.349777;-0.350051;-0.350325;-0.350599;-0.350874;-0.351148;-0.351422;-0.351696;-0.35197;-0.352244;-0.352518;-0.352792;-0.353066;-0.35334;-0.353614;-0.353888;-0.354162;-0.354436;-0.35471;-0.354985;-0.355259;-0.355533;-0.355807;-0.356081;-0.356355;-0.356629;-0.356903;-0.357177;-0.357451;-0.357725;-0.357999;-0.358273;-0.358547;-0.358822;-0.359096;-0.35937;-0.359644;-0.359918;-0.360192;-0.360466;-0.36074;-0.361014;-0.361288;-0.361562;-0.361836;-0.36211;-0.362384;-0.362659;-0.362933;-0.363207;-0.363481;-0.363755;-0.364029;</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;</origin_polar>
+            </polar>
+        </polars>
+    </configuration>
+    <configuration ID="Approach">
+        <name>Approach</name>
+        <comment>Approach Configuration</comment>
+        <polars number="1">
+           <polar ID="1" AllowExtrapolation="1" AllowGridChange="1">
+            <name>---</name>
+            <reynoldsnumber>1.93523e+07</reynoldsnumber>
+            <machnumber>0.2</machnumber>
+                <Alpha>-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40002;-5.38943;-5.37884;-5.36825;-5.35767;-5.34708;-5.33649;-5.3259;-5.31531;-5.30473;-5.29414;-5.28355;-5.27296;-5.26237;-5.25179;-5.2412;-5.23061;-5.22002;-5.20943;-5.19884;-5.18826;-5.17767;-5.16708;-5.15649;-5.1459;-5.13532;-5.12473;-5.11414;-5.10355;-5.09296;-5.08237;-5.07179;-5.0612;-5.05061;-5.04002;-5.02943;-5.01885;-5.00826;-4.99767;-4.98708;-4.97649;-4.96591;-4.95532;-4.94473;-4.93414;-4.92355;-4.91296;-4.90238;-4.89179;-4.8812;-4.87061;-4.86002;-4.84944;-4.83885;-4.82826;-4.81767;-4.80708;-4.79649;-4.78591;-4.77532;-4.76473;-4.75414;-4.74355;-4.73297;-4.72238;-4.71179;-4.7012;-4.69061;-4.68003;-4.66944;-4.65885;-4.64826;-4.63767;-4.62708;-4.6165;-4.60591;-4.59532;-4.58473;-4.57414;-4.56356;-4.55297;-4.54238;-4.53179;-4.5212;-4.51061;-4.50003;-4.48944;-4.47885;-4.46826;-4.45767;-4.44709;-4.4365;-4.42591;-4.41532;-4.40473;-4.39415;-4.38356;-4.37297;-4.36238;-4.35179;-4.3412;-4.33062;-4.32003;-4.30944;-4.29885;-4.28826;-4.27768;-4.26709;-4.2565;-4.24591;-4.23532;-4.22473;-4.21415;-4.20356;-4.19297;-4.18238;-4.17179;-4.16121;-4.15062;-4.14003;-4.12944;-4.11885;-4.10827;-4.09768;-4.08709;-4.0765;-4.06591;-4.05532;-4.04474;-4.03415;-4.02356;-4.01297;-4.00238;-3.9918;-3.98121;-3.97062;-3.96003;-3.94944;-3.93885;-3.92827;-3.91768;-3.90709;-3.8965;-3.88591;-3.87533;-3.86474;-3.85415;-3.84356;-3.83297;-3.82239;-3.8118;-3.80121;-3.79062;-3.78003;-3.76944;-3.75886;-3.74827;-3.73768;-3.72709;-3.7165;-3.70592;-3.69533;-3.68474;-3.67415;-3.66356;-3.65297;-3.64239;-3.6318;-3.62121;-3.61062;-3.60003;-3.58945;-3.57886;-3.56827;-3.55768;-3.54709;-3.53651;-3.52592;-3.51533;-3.50474;-3.49415;-3.48356;-3.47298;-3.46239;-3.4518;-3.44121;-3.43062;-3.42004;-3.40945;-3.39886;-3.38827;-3.37768;-3.36709;-3.35651;-3.34592;-3.33533;-3.32474;-3.31415;-3.30357;-3.29298;-3.28239;-3.2718;-3.26121;-3.25063;-3.24004;-3.22945;-3.21886;-3.20827;-3.19768;-3.1871;-3.17651;-3.16592;-3.15533;-3.14474;-3.13416;-3.12357;-3.11298;-3.10239;-3.0918;-3.08121;-3.07063;-3.06004;-3.04945;-3.03886;-3.02827;-3.01769;-3.0071;-2.99651;-2.98592;-2.97533;-2.96475;-2.95416;-2.94357;-2.93298;-2.92239;-2.9118;-2.90122;-2.89063;-2.88004;-2.86945;-2.85886;-2.84828;-2.83769;-2.8271;-2.81651;-2.80592;-2.79533;-2.78475;-2.77416;-2.76357;-2.75298;-2.74239;-2.73181;-2.72122;-2.71063;-2.70004;-2.68945;-2.67887;-2.66828;-2.65769;-2.6471;-2.63651;-2.62592;-2.61534;-2.60475;-2.59416;-2.58357;-2.57298;-2.5624;-2.55181;-2.54122;-2.53063;-2.52004;-2.50945;-2.49887;-2.48828;-2.47769;-2.4671;-2.45651;-2.44593;-2.43534;-2.42475;-2.41416;-2.40357;-2.39298;-2.3824;-2.37181;-2.36122;-2.35063;-2.34004;-2.32946;-2.31887;-2.30828;-2.29769;-2.2871;-2.27652;-2.26593;-2.25534;-2.24475;-2.23416;-2.22357;-2.21299;-2.2024;-2.19181;-2.18122;-2.17063;-2.16005;-2.14946;-2.13887;-2.12828;-2.11769;-2.1071;-2.09652;-2.08593;-2.07534;-2.06475;-2.05416;-2.04358;-2.03299;-2.0224;-2.01181;-2.00122;-1.99064;-1.98005;-1.96946;-1.95887;-1.94828;-1.93769;-1.92711;-1.91652;-1.90593;-1.89534;-1.88475;-1.87417;-1.86358;-1.85299;-1.8424;-1.83181;-1.82122;-1.81064;-1.80005;-1.78946;-1.77887;-1.76828;-1.7577;-1.74711;-1.73652;-1.72593;-1.71534;-1.70476;-1.69417;-1.68358;-1.67299;-1.6624;-1.65181;-1.64123;-1.63064;-1.62005;-1.60946;-1.59887;-1.58829;-1.5777;-1.56711;-1.55652;-1.54593;-1.53534;-1.52476;-1.51417;-1.50358;-1.49299;-1.4824;-1.47182;-1.46123;-1.45064;-1.44005;-1.42946;-1.41888;-1.40829;-1.3977;-1.38711;-1.37652;-1.36593;-1.35535;-1.34476;-1.33417;-1.32358;-1.31299;-1.30241;-1.29182;-1.28123;-1.27064;-1.26005;-1.24946;-1.23888;-1.22829;-1.2177;-1.20711;-1.19652;-1.18594;-1.17535;-1.16476;-1.15417;-1.14358;-1.133;-1.12241;-1.11182;-1.10123;-1.09064;-1.08005;-1.06947;-1.05888;-1.04829;-1.0377;-1.02711;-1.01653;-1.00594;-0.995349;-0.984761;-0.974173;-0.963585;-0.952997;-0.942409;-0.93182;-0.921232;-0.910644;-0.900056;-0.889468;-0.87888;-0.868291;-0.857703;-0.847115;-0.836527;-0.825939;-0.815351;-0.804763;-0.794174;-0.783586;-0.772998;-0.76241;-0.751822;-0.741234;-0.730646;-0.720057;-0.709469;-0.698881;-0.688293;-0.677705;-0.667117;-0.656528;-0.64594;-0.635352;-0.624764;-0.614176;-0.603588;-0.593;-0.582411;-0.571823;-0.561235;-0.550647;-0.540059;-0.529471;-0.518883;-0.508294;-0.497706;-0.487118;-0.47653;-0.465942;-0.455354;-0.444765;-0.434177;-0.423589;-0.413001;-0.402413;-0.391825;-0.381237;-0.370648;-0.36006;-0.349472;-0.338884;-0.328296;-0.317708;-0.30712;-0.296531;-0.285943;-0.275355;-0.264767;-0.254179;-0.243591;-0.233003;-0.222414;-0.211826;-0.201238;-0.19065;-0.180062;-0.169474;-0.158885;-0.148297;-0.137709;-0.127121;-0.116533;-0.105945;-0.0953566;-0.0847684;-0.0741803;-0.0635921;-0.053004;-0.0424158;-0.0318277;-0.0212395;-0.0106514;-6.32126e-05;0.0105249;0.0211131;0.0317012;0.0422894;0.0528775;0.0634657;0.0740538;0.084642;0.0952301;0.105818;0.116406;0.126995;0.137583;0.148171;0.158759;0.169347;0.179935;0.190523;0.201112;0.2117;0.222288;0.232876;0.243464;0.254052;0.264641;0.275229;0.285817;0.296405;0.306993;0.317581;0.328169;0.338758;0.349346;0.359934;0.370522;0.38111;0.391698;0.402286;0.412875;0.423463;0.434051;0.444639;0.455227;0.465815;0.476404;0.486992;0.49758;0.508168;0.518756;0.529344;0.539932;0.550521;0.561109;0.571697;0.582285;0.592873;0.603461;0.614049;0.624638;0.635226;0.645814;0.656402;0.66699;0.677578;0.688167;0.698755;0.709343;0.719931;0.730519;0.741107;0.751695;0.762284;0.772872;0.78346;0.794048;0.804636;0.815224;0.825812;0.836401;0.846989;0.857577;0.868165;0.878753;0.889341;0.899929;0.910518;0.921106;0.931694;0.942282;0.95287;0.963458;0.974047;0.984635;0.995223;1.00581;1.0164;1.02699;1.03758;1.04816;1.05875;1.06934;1.07993;1.09052;1.1011;1.11169;1.12228;1.13287;1.14346;1.15405;1.16463;1.17522;1.18581;1.1964;1.20699;1.21757;1.22816;1.23875;1.24934;1.25993;1.27051;1.2811;1.29169;1.30228;1.31287;1.32346;1.33404;1.34463;1.35522;1.36581;1.3764;1.38698;1.39757;1.40816;1.41875;1.42934;1.43993;1.45051;1.4611;1.47169;1.48228;1.49287;1.50345;1.51404;1.52463;1.53522;1.54581;1.55639;1.56698;1.57757;1.58816;1.59875;1.60934;1.61992;1.63051;1.6411;1.65169;1.66228;1.67286;1.68345;1.69404;1.70463;1.71522;1.72581;1.73639;1.74698;1.75757;1.76816;1.77875;1.78933;1.79992;1.81051;1.8211;1.83169;1.84227;1.85286;1.86345;1.87404;1.88463;1.89522;1.9058;1.91639;1.92698;1.93757;1.94816;1.95874;1.96933;1.97992;1.99051;2.0011;2.01169;2.02227;2.03286;2.04345;2.05404;2.06463;2.07521;2.0858;2.09639;2.10698;2.11757;2.12815;2.13874;2.14933;2.15992;2.17051;2.1811;2.19168;2.20227;2.21286;2.22345;2.23404;2.24462;2.25521;2.2658;2.27639;2.28698;2.29757;2.30815;2.31874;2.32933;2.33992;2.35051;2.36109;2.37168;2.38227;2.39286;2.40345;2.41403;2.42462;2.43521;2.4458;2.45639;2.46698;2.47756;2.48815;2.49874;2.50933;2.51992;2.5305;2.54109;2.55168;2.56227;2.57286;2.58345;2.59403;2.60462;2.61521;2.6258;2.63639;2.64697;2.65756;2.66815;2.67874;2.68933;2.69991;2.7105;2.72109;2.73168;2.74227;2.75286;2.76344;2.77403;2.78462;2.79521;2.8058;2.81638;2.82697;2.83756;2.84815;2.85874;2.86933;2.87991;2.8905;2.90109;2.91168;2.92227;2.93285;2.94344;2.95403;2.96462;2.97521;2.98579;2.99638;3.00697;3.01756;3.02815;3.03874;3.04932;3.05991;3.0705;3.08109;3.09168;3.10226;3.11285;3.12344;3.13403;3.14462;3.15521;3.16579;3.17638;3.18697;3.19756;3.20815;3.21873;3.22932;3.23991;3.2505;3.26109;3.27167;3.28226;3.29285;3.30344;3.31403;3.32462;3.3352;3.34579;3.35638;3.36697;3.37756;3.38814;3.39873;3.40932;3.41991;3.4305;3.44109;3.45167;3.46226;3.47285;3.48344;3.49403;3.50461;3.5152;3.52579;3.53638;3.54697;3.55756;3.56814;3.57873;3.58932;3.59991;3.6105;3.62108;3.63167;3.64226;3.65285;3.66344;3.67402;3.68461;3.6952;3.70579;3.71638;3.72697;3.73755;3.74814;3.75873;3.76932;3.77991;3.79049;3.80108;3.81167;3.82226;3.83285;3.84344;3.85402;3.86461;3.8752;3.88579;3.89638;3.90696;3.91755;3.92814;3.93873;3.94932;3.9599;3.97049;3.98108;3.99167;4.00226;4.01285;4.02343;4.03402;4.04461;4.0552;4.06579;4.07637;4.08696;4.09755;4.10814;4.11873;4.12932;4.1399;4.15049;4.16108;4.17167;4.18226;4.19284;4.20343;4.21402;4.22461;4.2352;4.24578;4.25637;4.26696;4.27755;4.28814;4.29873;4.30931;4.3199;4.33049;4.34108;4.35167;4.36225;4.37284;4.38343;4.39402;4.40461;4.4152;4.42578;4.43637;4.44696;4.45755;4.46814;4.47872;4.48931;4.4999;4.51049;4.52108;4.53166;4.54225;4.55284;4.56343;4.57402;4.58461;4.59519;4.60578;4.61637;4.62696;4.63755;4.64813;4.65872;4.66931;4.6799;4.69049;4.70108;4.71166;4.72225;4.73284;4.74343;4.75402;4.7646;4.77519;4.78578;4.79637;4.80696;4.81754;4.82813;4.83872;4.84931;4.8599;4.87049;4.88107;4.89166;4.90225;4.91284;4.92343;4.93401;4.9446;4.95519;4.96578;4.97637;4.98696;4.99754;5.00813;5.01872;5.02931;5.0399;5.05048;5.06107;5.07166;5.08225;5.09284;5.10342;5.11401;5.1246;5.13519;5.14578;5.15637;5.16695;5.17754;5.18813;5.19872;5.20931;5.21989;5.23048;5.24107;5.25166;5.26225;5.27284;5.28342;5.29401;5.3046;5.31519;5.32578;5.33636;5.34695;5.35754;5.36813;5.37872;5.3893;5.39989;5.41048;5.42107;5.43166;5.44225;5.45283;5.46342;5.47401;5.4846;5.49519;5.50577;5.51636;5.52695;5.53754;5.54813;5.55872;5.5693;5.57989;5.59048;5.60107;5.61166;5.62224;5.63283;5.64342;5.65401;5.6646;5.67518;5.68577;5.69636;5.70695;5.71754;5.72813;5.73871;5.7493;5.75989;5.77048;5.78107;5.79165;5.80224;5.81283;5.82342;5.83401;5.8446;5.85518;5.86577;5.87636;5.88695;5.89754;5.90812;5.91871;5.9293;5.93989;5.95048;5.96106;5.97165;5.98224;5.99283;6.00342;6.01401;6.02459;6.03518;6.04577;6.05636;6.06695;6.07753;6.08812;6.09871;6.1093;6.11989;6.13048;6.14106;6.15165;6.16224;6.17283;6.18342;6.194;6.20459;6.21518;6.22577;6.23636;6.24694;6.25753;6.26812;6.27871;6.2893;6.29989;6.31047;6.32106;6.33165;6.34224;6.35283;6.36341;6.374;6.38459;6.39518;6.40577;6.41636;6.42694;6.43753;6.44812;6.45871;6.4693;6.47988;6.49047;6.50106;6.51165;6.52224;6.53282;6.54341;6.554;6.56459;6.57518;6.58577;6.59635;6.60694;6.61753;6.62812;6.63871;6.64929;6.65988;6.67047;6.68106;6.69165;6.70224;6.71282;6.72341;6.734;6.74459;6.75518;6.76576;6.77635;6.78694;6.79753;6.80812;6.81871;6.82929;6.83988;6.85047;6.86106;6.87165;6.88223;6.89282;6.90341;6.914;6.92459;6.93517;6.94576;6.95635;6.96694;6.97753;6.98812;6.9987;7.00929;7.01988;7.03047;7.04106;7.05164;7.06223;7.07282;7.08341;7.094;7.10459;7.11517;7.12576;7.13635;7.14694;7.15753;7.16811;7.1787;7.18929;7.19988;7.21047;7.22105;7.23164;7.24223;7.25282;7.26341;7.274;7.28458;7.29517;7.30576;7.31635;7.32694;7.33752;7.34811;7.3587;7.36929;7.37988;7.39047;7.40105;7.41164;7.42223;7.43282;7.44341;7.45399;7.46458;7.47517;7.48576;7.49635;7.50693;7.51752;7.52811;7.5387;7.54929;7.55988;7.57046;7.58105;7.59164;7.60223;7.61282;7.6234;7.63399;7.64458;7.65517;7.66576;7.67635;7.68693;7.69752;7.70811;7.7187;7.72929;7.73987;7.75046;7.76105;7.77164;7.78223;7.79281;7.8034;7.81399;7.82458;7.83517;7.84576;7.85634;7.86693;7.87752;7.88811;7.8987;7.90928;7.91987;7.93046;7.94105;7.95164;7.96223;7.97281;7.9834;7.99399;8.00458;8.01517;8.02575;8.03634;8.04693;8.05752;8.06811;8.07869;8.08928;8.09987;8.11046;8.12105;8.13164;8.14222;8.15281;8.1634;8.17399;8.18458;8.19516;8.20575;8.21634;8.22693;8.23752;8.24811;8.25869;8.26928;8.27987;8.29046;8.30105;8.31163;8.32222;8.33281;8.3434;8.35399;8.36457;8.37516;8.38575;8.39634;8.40693;8.41752;8.4281;8.43869;8.44928;8.45987;8.47046;8.48104;8.49163;8.50222;8.51281;8.5234;8.53399;8.54457;8.55516;8.56575;8.57634;8.58693;8.59751;8.6081;8.61869;8.62928;8.63987;8.65045;8.66104;8.67163;8.68222;8.69281;8.7034;8.71398;8.72457;8.73516;8.74575;8.75634;8.76692;8.77751;8.7881;8.79869;8.80928;8.81987;8.83045;8.84104;8.85163;8.86222;8.87281;8.88339;8.89398;8.90457;8.91516;8.92575;8.93633;8.94692;8.95751;8.9681;8.97869;8.98928;8.99986;9.01045;9.02104;9.03163;9.04222;9.0528;9.06339;9.07398;9.08457;9.09516;9.10575;9.11633;9.12692;9.13751;9.1481;9.15869;9.16927;9.17986;9.19045;9.20104;9.21163;9.22221;9.2328;9.24339;9.25398;9.26457;9.27516;9.28574;9.29633;9.30692;9.31751;9.3281;9.33868;9.34927;9.35986;9.37045;9.38104;9.39163;9.40221;9.4128;9.42339;9.43398;9.44457;9.45515;9.46574;9.47633;9.48692;9.49751;9.50809;9.51868;9.52927;9.53986;9.55045;9.56104;9.57162;9.58221;9.5928;9.60339;9.61398;9.62456;9.63515;9.64574;9.65633;9.66692;9.67751;9.68809;9.69868;9.70927;9.71986;9.73045;9.74103;9.75162;9.76221;9.7728;9.78339;9.79398;9.80456;9.81515;9.82574;9.83633;9.84692;9.8575;9.86809;9.87868;9.88927;9.89986;9.91044;9.92103;9.93162;9.94221;9.9528;9.96339;9.97397;9.98456;9.99515;10.0057;10.0163;10.0269;10.0375;10.0481;10.0587;10.0693;10.0799;10.0904;10.101;10.1116;10.1222;10.1328;10.1434;10.154;10.1646;10.1751;10.1857;10.1963;10.2069;10.2175;10.2281;10.2387;10.2493;10.2599;10.2704;10.281;10.2916;10.3022;10.3128;10.3234;10.334;10.3446;10.3551;10.3657;10.3763;10.3869;10.3975;10.4081;10.4187;10.4293;10.4399;10.4504;10.461;10.4716;10.4822;10.4928;10.5034;10.514;10.5246;10.5351;10.5457;10.5563;10.5669;10.5775;10.5881;10.5987;10.6093;10.6199;10.6304;10.641;10.6516;10.6622;10.6728;10.6834;10.694;10.7046;10.7151;10.7257;10.7363;10.7469;10.7575;10.7681;10.7787;10.7893;10.7998;10.8104;10.821;10.8316;10.8422;10.8528;10.8634;10.874;10.8846;10.8951;10.9057;10.9163;10.9269;10.9375;10.9481;10.9587;10.9693;10.9798;10.9904;11.001;11.0116;11.0222;11.0328;11.0434;11.054;11.0646;11.0751;11.0857;11.0963;11.1069;11.1175;11.1281;11.1387;11.1493;11.1598;11.1704;11.181;11.1916;11.2022;11.2128;11.2234;11.234;11.2446;11.2551;11.2657;11.2763;11.2869;11.2975;11.3081;11.3187;11.3293;11.3398;11.3504;11.361;11.3716;11.3822;11.3928;11.4034;11.414;11.4246;11.4351;11.4457;11.4563;11.4669;11.4775;11.4881;11.4987;11.5093;11.5198;11.5304;11.541;11.5516;11.5622;11.5728;11.5834;11.594;11.6045;11.6151;11.6257;11.6363;11.6469;11.6575;11.6681;11.6787;11.6893;11.6998;11.7104;11.721;11.7316;11.7422;11.7528;11.7634;11.774;11.7845;11.7951;11.8057;11.8163;11.8269;11.8375;11.8481;11.8587;11.8693;11.8798;11.8904;11.901;11.9116;11.9222;11.9328;11.9434;11.954;11.9645;11.9751;11.9857;11.9963;12.0069;12.0175;12.0281;12.0387;12.0493;12.0598;12.0704;12.081;12.0916;12.1022;12.1128;12.1234;12.134;12.1445;12.1551;12.1657;12.1763;12.1869;12.1975;12.2081;12.2187;12.2292;12.2398;12.2504;12.261;12.2716;12.2822;12.2928;12.3034;12.314;12.3245;12.3351;12.3457;12.3563;12.3669;12.3775;12.3881;12.3987;12.4092;12.4198;12.4304;12.441;12.4516;12.4622;12.4728;12.4834;12.494;12.5045;12.5151;12.5257;12.5363;12.5469;12.5575;12.5681;12.5787;12.5892;12.5998;12.6104;12.621;12.6316;12.6422;12.6528;12.6634;12.674;12.6845;12.6951;12.7057;12.7163;12.7269;12.7375;12.7481;12.7587;12.7692;12.7798;12.7904;12.801;12.8116;12.8222;12.8328;12.8434;12.854;12.8645;12.8751;12.8857;12.8963;12.9069;12.9175;12.9281;12.9387;12.9492;12.9598;12.9704;12.981;12.9916;13.0022;13.0128;13.0234;13.0339;13.0445;13.0551;13.0657;13.0763;13.0869;13.0975;13.1081;13.1187;13.1292;13.1398;13.1504;13.161;13.1716;13.1822;13.1928;13.2034;13.2139;13.2245;13.2351;13.2457;13.2563;13.2669;13.2775;13.2881;13.2987;13.3092;13.3198;13.3304;13.341;13.3516;13.3622;13.3728;13.3834;13.3939;13.4045;13.4151;13.4257;13.4363;13.4469;13.4575;13.4681;13.4787;13.4892;13.4998;13.5104;13.521;13.5316;13.5422;13.5528;13.5634;13.5739;13.5845;13.5951;13.6057;13.6163;13.6269;13.6375;13.6481;13.6586;13.6692;13.6798;13.6904;13.701;13.7116;13.7222;13.7328;13.7434;13.7539;13.7645;13.7751;13.7857;13.7963;13.8069;13.8175;13.8281;13.8386;13.8492;13.8598;13.8704;13.881;13.8916;13.9022;13.9128;13.9234;13.9339;13.9445;13.9551;13.9657;13.9763;13.9869;13.9975;14.0081;14.0186;14.0292;14.0398;14.0504;14.061;14.0716;14.0822;14.0928;14.1034;14.1139;14.1245;14.1351;14.1457;14.1563;14.1669;14.1775;14.1881;14.1986;14.2092;14.2198;14.2304;14.241;14.2516;14.2622;14.2728;14.2834;14.2939;14.3045;14.3151;14.3257;14.3363;14.3469;14.3575;14.3681;14.3786;14.3892;14.3998;14.4104;14.421;14.4316;14.4422;14.4528;14.4633;14.4739;14.4845;0;14.5057;14.5163;14.5269;14.5375;14.5481;</Alpha>
+                <Cl>-0.5;-0.499;-0.498;-0.497;-0.496;-0.495;-0.494;-0.493;-0.492;-0.491;-0.49;-0.489;-0.488;-0.487;-0.486;-0.485;-0.484;-0.483;-0.482;-0.481;-0.48;-0.479;-0.478;-0.477;-0.476;-0.475;-0.474;-0.473;-0.472;-0.471;-0.47;-0.469;-0.468;-0.467;-0.466;-0.465;-0.464;-0.463;-0.462;-0.461;-0.46;-0.459;-0.458;-0.457;-0.456;-0.455;-0.454;-0.453;-0.452;-0.451;-0.45;-0.449;-0.448;-0.447;-0.446;-0.445;-0.444;-0.443;-0.442;-0.441;-0.44;-0.439;-0.438;-0.437;-0.436;-0.435;-0.434;-0.433;-0.432;-0.431;-0.43;-0.429;-0.428;-0.427;-0.426;-0.425;-0.424;-0.423;-0.422;-0.421;-0.42;-0.419;-0.418;-0.417;-0.416;-0.415;-0.414;-0.413;-0.412;-0.411;-0.41;-0.409;-0.408;-0.407;-0.406;-0.405;-0.404;-0.403;-0.402;-0.401;-0.4;-0.399;-0.398;-0.397;-0.396;-0.395;-0.394;-0.393;-0.392;-0.391;-0.39;-0.389;-0.388;-0.387;-0.386;-0.385;-0.384;-0.383;-0.382;-0.381;-0.38;-0.379;-0.378;-0.377;-0.376;-0.375;-0.374;-0.373;-0.372;-0.371;-0.37;-0.369;-0.368;-0.367;-0.366;-0.365;-0.364;-0.363;-0.362;-0.361;-0.36;-0.359;-0.358;-0.357;-0.356;-0.355;-0.354;-0.353;-0.352;-0.351;-0.35;-0.349;-0.348;-0.347;-0.346;-0.345;-0.344;-0.343;-0.342;-0.341;-0.34;-0.339;-0.338;-0.337;-0.336;-0.335;-0.334;-0.333;-0.332;-0.331;-0.33;-0.329;-0.328;-0.327;-0.326;-0.325;-0.324;-0.323;-0.322;-0.321;-0.32;-0.319;-0.318;-0.317;-0.316;-0.315;-0.314;-0.313;-0.312;-0.311;-0.31;-0.309;-0.308;-0.307;-0.306;-0.305;-0.304;-0.303;-0.302;-0.301;-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447;1.448;1.449;1.45;1.451;1.452;1.453;1.454;1.455;1.456;1.457;1.458;1.459;1.46;1.461;1.462;1.463;1.464;1.465;1.466;1.467;1.468;1.469;1.47;1.471;1.472;1.473;1.474;1.475;1.476;1.477;1.478;1.479;1.48;1.481;1.482;1.483;1.484;1.485;1.486;1.487;1.488;1.489;1.49;1.491;1.492;1.493;1.494;1.495;1.496;1.497;1.498;1.499;1.5;1.501;1.502;1.503;1.504;1.505;1.506;1.507;1.508;1.509;1.51;1.511;1.512;1.513;1.514;1.515;1.516;1.517;1.518;1.519;1.52;1.521;1.522;1.523;1.524;1.525;1.526;1.527;1.528;1.529;1.53;1.531;1.532;1.533;1.534;1.535;1.536;1.537;1.538;1.539;1.54;1.541;1.542;1.543;1.544;1.545;1.546;1.547;1.548;1.549;1.55;1.551;1.552;1.553;1.554;1.555;1.556;1.557;1.558;1.559;1.56;1.561;1.562;1.563;1.564;1.565;1.566;1.567;1.568;1.569;1.57;1.571;1.572;1.573;1.574;1.575;1.576;1.577;1.578;1.579;1.58;1.581;1.582;1.583;1.584;1.585;1.586;1.587;1.588;1.589;1.59;1.591;1.592;1.593;1.594;1.595;1.596;1.597;1.598;1.599;1.6;1.601;1.602;1.603;1.604;1.605;1.606;1.607;1.608;1.609;1.61;1.611;1.612;1.613;1.614;1.615;1.616;1.617;1.618;1.619;1.62;1.621;1.622;1.623;1.624;1.625;1.626;1.627;1.628;1.629;1.63;1.631;1.632;1.633;1.634;1.635;1.636;1.637;1.638;1.639;1.64;1.641;1.642;1.643;1.644;1.645;1.646;1.647;1.648;1.649;1.65;1.651;1.652;1.653;1.654;1.655;1.656;1.657;1.658;1.659;1.66;1.661;1.662;1.663;1.664;1.665;1.666;1.667;1.668;1.669;1.67;1.671;1.672;1.673;1.674;1.675;1.676;1.677;1.678;1.679;1.68;1.681;1.682;1.683;1.684;1.685;1.686;1.687;1.688;1.689;1.69;1.691;1.692;1.693;1.694;1.695;1.696;1.697;1.698;1.699;1.7;1.701;1.702;1.703;1.704;1.705;1.706;1.707;1.708;1.709;1.71;1.711;1.712;1.713;1.714;1.715;1.716;1.717;1.718;1.719;1.72;1.721;1.722;1.723;1.724;1.725;1.726;1.727;1.728;1.729;1.73;1.731;1.732;1.733;1.734;1.735;1.736;1.737;1.738;1.739;1.74;1.741;1.742;1.743;1.744;1.745;1.746;1.747;1.748;1.749;1.75;1.751;1.752;1.753;1.754;1.755;1.756;1.757;1.758;1.759;1.76;1.761;1.762;1.763;1.764;1.765;1.766;1.767;1.768;1.769;1.77;1.771;1.772;1.773;1.774;1.775;1.776;1.777;1.778;1.779;1.78;1.781;1.782;1.783;1.784;1.785;1.786;1.787;1.788;1.789;1.79;1.791;1.792;1.793;1.794;1.795;1.796;1.797;1.798;1.799;1.8;1.801;1.802;1.803;1.804;1.805;1.806;1.807;1.808;1.809;1.81;1.811;1.812;1.813;1.814;1.815;1.816;1.817;1.818;1.819;1.82;1.821;1.822;1.823;1.824;1.825;1.826;1.827;1.828;1.829;1.83;1.831;1.832;1.833;1.834;1.835;1.836;1.837;1.838;1.839;1.84;1.841;1.842;1.843;1.844;1.845;1.846;1.847;1.848;1.849;1.85;1.851;1.852;1.853;1.854;1.855;1.856;1.857;1.858;1.859;1.86;1.861;1.862;1.863;1.864;1.865;1.866;1.867;1.868;1.869;1.87;1.871;1.872;1.873;1.874;1.875;1.876;1.877;1.878;1.879;1.88;1.881;1.882;1.883;1.884;1.885;1.886;1.887;1.888;1.889;1.89;1.891;1.892;1.893;1.894;1.895;1.896;1.897;1.898;1.899;1.9;1.901;1.902;1.903;1.904;1.905;1.906;1.907;1.908;1.909;1.91;1.911;1.912;1.913;1.914;1.915;1.916;1.917;1.918;1.919;1.92;1.921;1.922;1.923;1.924;1.925;1.926;1.927;1.928;1.929;1.93;1.931;1.932;1.933;1.934;1.935;1.936;1.937;1.938;1.939;1.94;1.941;1.942;1.943;1.944;1.945;1.946;1.947;1.948;1.949;1.95;1.951;1.952;1.953;1.954;1.955;1.956;1.957;1.958;1.959;1.96;1.961;1.962;1.963;1.964;1.965;1.966;1.967;1.968;1.969;1.97;1.971;1.972;1.973;1.974;1.975;1.976;1.977;1.978;1.979;1.98;1.981;1.982;1.983;1.984;1.985;1.986;1.987;1.988;1.989;1.99;1.991;1.992;1.993;1.994;1.995;1.996;1.997;1.998;1.999;2;2.001;2.002;2.003;2.004;2.005;2.006;2.007;2.008;2.009;2.01;2.011;2.012;2.013;2.014;2.015;2.016;2.017;2.018;2.019;2.02;2.021;2.022;2.023;2.024;2.025;2.026;2.027;2.028;2.029;2.03;2.031;2.032;2.033;2.034;2.035;2.036;2.037;2.038;2.039;2.04;2.041;2.042;2.043;2.044;2.045;2.046;2.047;2.048;2.049;2.05;2.051;2.052;2.053;2.054;2.055;2.056;2.057;2.058;2.059;2.06;2.061;2.062;2.063;2.064;2.065;2.066;2.067;2.068;2.069;2.07;2.071;2.072;2.073;2.074;2.075;2.076;2.077;2.078;2.079;2.08;2.081;2.082;2.083;2.084;2.085;2.086;2.087;2.088;2.089;2.09;2.091;2.092;2.093;2.094;2.095;2.096;2.097;2.098;2.099;2.1;2.101;2.102;2.103;2.104;2.105;2.106;2.107;2.108;2.109;2.11;2.111;2.112;2.113;2.114;2.115;2.116;2.117;2.118;2.119;2.12;2.121;2.122;2.123;2.124;2.125;2.126;2.127;2.128;2.129;2.13;2.131;2.132;2.133;2.134;2.135;2.136;2.137;2.138;2.139;2.14;2.141;2.142;2.143;2.144;2.145;2.146;2.147;2.148;2.149;2.15;2.151;2.152;2.153;2.154;2.155;2.156;2.157;2.158;2.159;2.16;2.161;2.162;2.163;2.164;2.165;2.166;2.167;2.168;2.169;2.17;2.171;2.172;2.173;2.174;2.175;2.176;2.177;2.178;2.179;2.18;2.181;2.182;2.183;2.184;2.185;2.186;2.187;2.188;2.189;2.19;2.191;2.192;2.193;2.194;2.195;2.196;2.197;2.198;2.199;2.2;2.201;2.202;2.203;2.204;2.205;2.206;2.207;2.208;2.209;2.21;2.211;2.212;2.213;2.214;2.215;2.216;2.217;2.218;2.219;2.22;2.221;2.222;2.223;2.224;2.225;2.226;2.227;2.228;2.229;2.23;2.231;2.232;2.233;2.234;2.235;2.236;2.237;2.238;2.239;2.24;2.241;2.242;2.243;2.244;2.245;2.246;2.247;2.248;2.249;2.25;2.251;2.252;2.253;2.254;2.255;2.256;2.257;2.258;2.259;2.26;2.261;2.262;2.263;2.264;2.265;2.266;2.267;2.268;2.269;2.27;2.271;2.272;2.273;2.274;2.275;2.276;2.277;2.278;2.279;2.28;2.281;2.282;2.283;2.284;2.285;2.286;2.287;2.288;2.289;2.29;2.291;2.292;2.293;2.294;2.295;2.296;2.297;2.298;2.299;2.3;2.301;2.302;2.303;2.304;2.305;2.306;2.307;2.308;2.309;2.31;2.311;2.312;2.313;2.314;2.315;2.316;2.317;2.318;2.319;2.32;2.321;2.322;2.323;2.324;2.325;2.326;2.327;2.328;2.329;2.33;2.331;2.332;2.333;2.334;2.335;2.336;2.337;2.338;2.339;2.34;2.341;2.342;2.343;2.344;2.345;2.346;2.347;2.348;2.349;2.35;2.351;2.352;2.353;2.354;2.355;2.356;2.357;2.358;2.359;2.36;2.361;2.362;2.363;2.364;2.365;2.366;2.367;2.368;2.369;2.37;2.371;2.372;2.373;2.374;2.375;2.376;2.377;2.378;2.379;2.38;2.381;2.382;2.383;2.384;2.385;2.386;2.387;2.388;2.389;2.39;2.391;2.392;2.393;2.394;2.395;2.396;2.397;2.398;2.399;2.4;2.401;2.402;2.403;2.404;2.405;2.406;2.407;2.408;2.409;2.41;2.411;2.412;2.413;2.414;2.415;2.416;2.417;2.418;2.419;2.42;2.421;2.422;2.423;2.424;2.425;2.426;2.427;2.428;2.429;2.43;2.431;2.432;2.433;2.434;2.435;2.436;2.437;2.438;2.439;2.44;2.441;2.442;2.443;2.444;2.445;2.446;2.447;2.448;2.449;2.45;2.451;2.452;2.453;2.454;2.455;2.456;2.457;2.458;2.459;2.46;2.461;2.462;2.463;2.464;2.465;2.466;2.467;2.468;2.469;2.47;2.471;2.472;2.473;2.474;2.475;2.476;2.477;2.478;2.479;2.48;2.481;2.482;2.483;2.484;2.485;2.486;2.487;2.488;2.489;2.49;2.491;2.492;2.493;2.494;2.495;2.496;2.497;2.498;2.499;2.5;2.501;2.502;2.503;2.504;2.505;2.506;2.507;2.508;2.509;2.51;2.511;2.512;2.513;2.514;2.515;2.516;2.517;2.518;2.519;2.52;2.521;2.522;2.523;2.524;2.525;2.526;2.527;2.528;2.529;2.53;2.531;2.532;2.533;2.534;2.535;2.536;2.537;2.538;2.539;2.54;2.541;2.542;2.543;2.544;2.545;2.546;2.547;2.548;2.549;2.55;2.551;2.552;2.553;2.554;2.555;2.556;2.557;2.558;2.559;2.56;2.561;2.562;2.563;2.564;2.565;2.566;2.567;2.568;2.569;2.57;2.571;2.572;2.573;2.574;2.575;2.576;2.577;2.578;2.579;2.58;2.581;2.582;2.583;2.584;2.585;2.586;2.587;2.588;2.589;2.59;2.591;2.592;2.593;2.594;2.595;2.596;2.597;2.598;2.599;2.6;2.601;2.602;2.603;2.604;2.605;2.606;2.607;2.608;2.609;2.61;2.611;2.612;2.613;2.614;2.615;2.616;2.617;2.618;2.619;2.62;2.621;2.622;2.623;2.624;2.625;2.626;2.627;2.628;2.629;2.63;2.631;2.632;2.633;2.634;2.635;2.636;2.637;2.638;2.639;2.64;2.641;2.642;2.643;2.644;2.645;2.646;2.647;2.648;2.649;2.65;2.651;2.652;2.653;2.654;2.655;2.656;2.657;2.658;2.659;2.66;2.661;2.662;2.663;2.664;2.665;2.666;2.667;2.668;2.669;2.67;2.671;2.672;2.673;2.674;2.675;2.676;2.677;2.678;2.679;2.68;2.681;2.682;2.683;2.684;2.685;2.686;2.687;2.688;2.689;2.69;2.691;2.692;2.693;2.694;2.695;2.696;2.697;2.698;2.699;2.7;2.701;2.702;2.703;2.704;2.705;2.706;2.707;2.708;2.709;2.71;2.711;2.712;2.713;2.714;2.715;2.716;2.717;2.718;2.719;2.72;2.721;2.722;2.723;2.724;2.725;2.726;2.727;2.728;2.729;2.73;2.731;2.732;2.733;2.734;2.735;2.736;2.737;2.738;2.739;2.74;2.741;2.742;2.743;2.744;2.745;2.746;2.747;2.748;2.749;2.75;2.751;2.752;2.753;2.754;2.755;2.756;2.757;2.758;2.759;2.76;2.761;2.762;2.763;2.764;2.765;2.766;2.767;2.768;2.769;2.77;2.771;2.772;2.773;2.774;2.775;2.776;2.777;2.778;2.779;2.78;2.781;2.782;2.783;2.784;2.785;</Cl>
+                <Cd>0.121596;0.121514;0.121433;0.121351;0.12127;0.121189;0.121108;0.121027;0.120946;0.120865;0.120785;0.120704;0.120624;0.120543;0.120463;0.120383;0.120303;0.120223;0.120143;0.120063;0.119983;0.119903;0.119824;0.119744;0.119665;0.119586;0.119507;0.119428;0.119349;0.11927;0.119191;0.119112;0.119034;0.118955;0.118877;0.118798;0.11872;0.118642;0.118564;0.118486;0.118408;0.11833;0.118253;0.118175;0.118098;0.11802;0.117943;0.117866;0.117789;0.117712;0.117635;0.117558;0.117481;0.117405;0.117328;0.117252;0.117175;0.117099;0.117023;0.116947;0.116871;0.116795;0.116719;0.116644;0.116568;0.116492;0.116417;0.116342;0.116267;0.116191;0.116116;0.116041;0.115967;0.115892;0.115817;0.115743;0.115668;0.115594;0.11552;0.115445;0.115371;0.115297;0.115224;0.11515;0.115076;0.115002;0.114929;0.114855;0.114782;0.114709;0.114636;0.114563;0.11449;0.114417;0.114344;0.114272;0.114199;0.114126;0.114054;0.113982;0.11391;0.113838;0.113766;0.113694;0.113622;0.11355;0.113478;0.113407;0.113335;0.113264;0.113193;0.113122;0.113051;0.11298;0.112909;0.112838;0.112767;0.112697;0.112626;0.112556;0.112486;0.112415;0.112345;0.112275;0.112205;0.112135;0.112066;0.111996;0.111927;0.111857;0.111788;0.111718;0.111649;0.11158;0.111511;0.111442;0.111374;0.111305;0.111236;0.111168;0.111099;0.111031;0.110963;0.110895;0.110827;0.110759;0.110691;0.110623;0.110555;0.110488;0.11042;0.110353;0.110286;0.110218;0.110151;0.110084;0.110017;0.109951;0.109884;0.109817;0.109751;0.109684;0.109618;0.109552;0.109486;0.109419;0.109354;0.109288;0.109222;0.109156;0.109091;0.109025;0.10896;0.108894;0.108829;0.108764;0.108699;0.108634;0.108569;0.108505;0.10844;0.108375;0.108311;0.108247;0.108182;0.108118;0.108054;0.10799;0.107926;0.107862;0.107799;0.107735;0.107672;0.107608;0.107545;0.107482;0.107418;0.107355;0.107292;0.10723;0.107167;0.107104;0.107042;0.106979;0.106917;0.106854;0.106792;0.10673;0.106668;0.106606;0.106544;0.106483;0.106421;0.10636;0.106298;0.106237;0.106176;0.106114;0.106053;0.105992;0.105931;0.105871;0.10581;0.105749;0.105689;0.105628;0.105568;0.105508;0.105448;0.105388;0.105328;0.105268;0.105208;0.105149;0.105089;0.10503;0.10497;0.104911;0.104852;0.104793;0.104734;0.104675;0.104616;0.104557;0.104499;0.10444;0.104382;0.104324;0.104265;0.104207;0.104149;0.104091;0.104033;0.103976;0.103918;0.10386;0.103803;0.103745;0.103688;0.103631;0.103574;0.103517;0.10346;0.103403;0.103346;0.10329;0.103233;0.103177;0.103121;0.103064;0.103008;0.102952;0.102896;0.10284;0.102784;0.102729;0.102673;0.102618;0.102562;0.102507;0.102452;0.102397;0.102342;0.102287;0.102232;0.102177;0.102122;0.102068;0.102013;0.101959;0.101905;0.101851;0.101797;0.101743;0.101689;0.101635;0.101581;0.101528;0.101474;0.101421;0.101367;0.101314;0.101261;0.101208;0.101155;0.101102;0.101049;0.100997;0.100944;0.100892;0.100839;0.100787;0.100735;0.100683;0.100631;0.100579;0.100527;0.100475;0.100424;0.100372;0.100321;0.100269;0.100218;0.100167;0.100116;0.100065;0.100014;0.0999632;0.0999125;0.0998619;0.0998114;0.099761;0.0997107;0.0996605;0.0996103;0.0995603;0.0995104;0.0994606;0.0994108;0.0993612;0.0993116;0.0992622;0.0992128;0.0991635;0.0991143;0.0990653;0.0990163;0.0989674;0.0989186;0.0988699;0.0988213;0.0987728;0.0987243;0.098676;0.0986278;0.0985796;0.0985316;0.0984836;0.0984358;0.098388;0.0983404;0.0982928;0.0982453;0.0981979;0.0981506;0.0981034;0.0980563;0.0980093;0.0979624;0.0979156;0.0978689;0.0978223;0.0977757;0.0977293;0.0976829;0.0976367;0.0975905;0.0975445;0.0974985;0.0974526;0.0974069;0.0973612;0.0973156;0.0972701;0.0972247;0.0971794;0.0971342;0.097089;0.097044;0.0969991;0.0969542;0.0969095;0.0968649;0.0968203;0.0967758;0.0967315;0.0966872;0.096643;0.096599;0.096555;0.0965111;0.0964673;0.0964236;0.09638;0.0963364;0.096293;0.0962497;0.0962065;0.0961633;0.0961203;0.0960773;0.0960345;0.0959917;0.095949;0.0959065;0.095864;0.0958216;0.0957793;0.0957371;0.095695;0.095653;0.0956111;0.0955693;0.0955276;0.0954859;0.0954444;0.095403;0.0953616;0.0953204;0.0952792;0.0952381;0.0951972;0.0951563;0.0951155;0.0950748;0.0950342;0.0949937;0.0949533;0.094913;0.0948728;0.0948327;0.0947927;0.0947527;0.0947129;0.0946732;0.0946335;0.094594;0.0945545;0.0945151;0.0944759;0.0944367;0.0943976;0.0943586;0.0943197;0.0942809;0.0942422;0.0942036;0.0941651;0.0941267;0.0940883;0.0940501;0.094012;0.0939739;0.093936;0.0938981;0.0938604;0.0938227;0.0937851;0.0937476;0.0937103;0.093673;0.0936358;0.0935987;0.0935617;0.0935248;0.0934879;0.0934512;0.0934146;0.093378;0.0933416;0.0933053;0.093269;0.0932329;0.0931968;0.0931608;0.0931249;0.0930892;0.0930535;0.0930179;0.0929824;0.092947;0.0929117;0.0928765;0.0928413;0.0928063;0.0927714;0.0927365;0.0927018;0.0926672;0.0926326;0.0925981;0.0925638;0.0925295;0.0924953;0.0924612;0.0924273;0.0923934;0.0923596;0.0923259;0.0922922;0.0922587;0.0922253;0.092192;0.0921587;0.0921256;0.0920926;0.0920596;0.0920268;0.091994;0.0919613;0.0919287;0.0918963;0.0918639;0.0918316;0.0917994;0.0917673;0.0917353;0.0917034;0.0916716;0.0916398;0.0916082;0.0915767;0.0915452;0.0915139;0.0914826;0.0914515;0.0914204;0.0913894;0.0913586;0.0913278;0.0912971;0.0912665;0.091236;0.0912056;0.0911753;0.0911451;0.0911149;0.0910849;0.091055;0.0910252;0.0909954;0.0909658;0.0909362;0.0909067;0.0908774;0.0908481;0.0908189;0.0907898;0.0907609;0.090732;0.0907032;0.0906745;0.0906458;0.0906173;0.0905889;0.0905606;0.0905323;0.0905042;0.0904762;0.0904482;0.0904203;0.0903926;0.0903649;0.0903373;0.0903099;0.0902825;0.0902552;0.090228;0.0902009;0.0901739;0.090147;0.0901201;0.0900934;0.0900668;0.0900403;0.0900138;0.0899875;0.0899612;0.089935;0.089909;0.089883;0.0898571;0.0898314;0.0898057;0.0897801;0.0897546;0.0897292;0.0897039;0.0896786;0.0896535;0.0896285;0.0896036;0.0895787;0.089554;0.0895293;0.0895048;0.0894803;0.0894559;0.0894317;0.0894075;0.0893834;0.0893594;0.0893355;0.0893117;0.089288;0.0892644;0.0892409;0.0892175;0.0891941;0.0891709;0.0891478;0.0891247;0.0891018;0.0890789;0.0890561;0.0890335;0.0890109;0.0889884;0.088966;0.0889437;0.0889215;0.0888994;0.0888774;0.0888555;0.0888337;0.088812;0.0887903;0.0887688;0.0887474;0.088726;0.0887048;0.0886836;0.0886625;0.0886416;0.0886207;0.0885999;0.0885792;0.0885586;0.0885381;0.0885177;0.0884974;0.0884772;0.0884571;0.088437;0.0884171;0.0883973;0.0883775;0.0883579;0.0883383;0.0883189;0.0882995;0.0882802;0.088261;0.088242;0.088223;0.0882041;0.0881853;0.0881666;0.088148;0.0881294;0.088111;0.0880927;0.0880744;0.0880563;0.0880383;0.0880203;0.0880024;0.0879847;0.087967;0.0879494;0.087932;0.0879146;0.0878973;0.0878801;0.087863;0.087846;0.0878291;0.0878122;0.0877955;0.0877789;0.0877623;0.0877459;0.0877295;0.0877133;0.0876971;0.0876811;0.0876651;0.0876492;0.0876334;0.0876177;0.0876022;0.0875867;0.0875712;0.0875559;0.0875407;0.0875256;0.0875106;0.0874956;0.0874808;0.087466;0.0874514;0.0874368;0.0874224;0.087408;0.0873937;0.0873796;0.0873655;0.0873515;0.0873376;0.0873238;0.0873101;0.0872965;0.0872829;0.0872695;0.0872562;0.087243;0.0872298;0.0872168;0.0872038;0.087191;0.0871782;0.0871655;0.0871529;0.0871405;0.0871281;0.0871158;0.0871036;0.0870915;0.0870795;0.0870676;0.0870557;0.087044;0.0870324;0.0870208;0.0870094;0.086998;0.0869868;0.0869756;0.0869646;0.0869536;0.0869427;0.0869319;0.0869212;0.0869106;0.0869001;0.0868897;0.0868794;0.0868692;0.0868591;0.0868491;0.0868391;0.0868293;0.0868195;0.0868099;0.0868003;0.0867909;0.0867815;0.0867722;0.086763;0.086754;0.086745;0.0867361;0.0867273;0.0867186;0.0867099;0.0867014;0.086693;0.0866847;0.0866764;0.0866683;0.0866602;0.0866523;0.0866444;0.0866367;0.086629;0.0866214;0.0866139;0.0866065;0.0865993;0.0865921;0.086585;0.0865779;0.086571;0.0865642;0.0865575;0.0865508;0.0865443;0.0865379;0.0865315;0.0865253;0.0865191;0.086513;0.0865071;0.0865012;0.0864954;0.0864897;0.0864841;0.0864786;0.0864732;0.0864679;0.0864627;0.0864575;0.0864525;0.0864476;0.0864427;0.086438;0.0864333;0.0864288;0.0864243;0.08642;0.0864157;0.0864115;0.0864074;0.0864034;0.0863995;0.0863957;0.086392;0.0863884;0.0863849;0.0863815;0.0863781;0.0863749;0.0863717;0.0863687;0.0863657;0.0863629;0.0863601;0.0863574;0.0863549;0.0863524;0.08635;0.0863477;0.0863455;0.0863434;0.0863414;0.0863395;0.0863376;0.0863359;0.0863343;0.0863327;0.0863313;0.08633;0.0863287;0.0863275;0.0863265;0.0863255;0.0863246;0.0863238;0.0863231;0.0863225;0.086322;0.0863216;0.0863213;0.0863211;0.086321;0.086321;0.086321;0.0863212;0.0863214;0.0863218;0.0863222;0.0863228;0.0863234;0.0863241;0.0863249;0.0863258;0.0863268;0.0863279;0.0863291;0.0863304;0.0863318;0.0863333;0.0863349;0.0863365;0.0863383;0.0863402;0.0863421;0.0863442;0.0863463;0.0863485;0.0863509;0.0863533;0.0863558;0.0863584;0.0863611;0.0863639;0.0863668;0.0863698;0.0863729;0.0863761;0.0863793;0.0863827;0.0863862;0.0863897;0.0863934;0.0863971;0.0864009;0.0864049;0.0864089;0.086413;0.0864172;0.0864215;0.086426;0.0864304;0.086435;0.0864397;0.0864445;0.0864494;0.0864544;0.0864594;0.0864646;0.0864698;0.0864752;0.0864806;0.0864862;0.0864918;0.0864975;0.0865033;0.0865092;0.0865152;0.0865213;0.0865275;0.0865338;0.0865402;0.0865467;0.0865533;0.0865599;0.0865667;0.0865736;0.0865805;0.0865875;0.0865947;0.0866019;0.0866093;0.0866167;0.0866242;0.0866318;0.0866395;0.0866473;0.0866552;0.0866632;0.0866713;0.0866794;0.0866877;0.0866961;0.0867045;0.0867131;0.0867217;0.0867305;0.0867393;0.0867483;0.0867573;0.0867664;0.0867756;0.0867849;0.0867943;0.0868038;0.0868134;0.0868231;0.0868329;0.0868428;0.0868527;0.0868628;0.0868729;0.0868832;0.0868935;0.086904;0.0869145;0.0869252;0.0869359;0.0869467;0.0869576;0.0869686;0.0869797;0.0869909;0.0870022;0.0870136;0.0870251;0.0870366;0.0870483;0.0870601;0.0870719;0.0870839;0.0870959;0.087108;0.0871203;0.0871326;0.087145;0.0871575;0.0871702;0.0871829;0.0871957;0.0872086;0.0872215;0.0872346;0.0872478;0.0872611;0.0872744;0.0872879;0.0873014;0.0873151;0.0873288;0.0873427;0.0873566;0.0873706;0.0873848;0.087399;0.0874133;0.0874277;0.0874422;0.0874568;0.0874714;0.0874862;0.0875011;0.0875161;0.0875311;0.0875463;0.0875615;0.0875769;0.0875923;0.0876079;0.0876235;0.0876392;0.087655;0.0876709;0.087687;0.0877031;0.0877192;0.0877355;0.0877519;0.0877684;0.087785;0.0878016;0.0878184;0.0878353;0.0878522;0.0878692;0.0878864;0.0879036;0.0879209;0.0879384;0.0879559;0.0879735;0.0879912;0.088009;0.0880269;0.0880449;0.088063;0.0880811;0.0880994;0.0881178;0.0881362;0.0881548;0.0881734;0.0881922;0.088211;0.0882299;0.088249;0.0882681;0.0882873;0.0883066;0.088326;0.0883455;0.0883651;0.0883848;0.0884045;0.0884244;0.0884444;0.0884644;0.0884846;0.0885049;0.0885252;0.0885456;0.0885662;0.0885868;0.0886075;0.0886283;0.0886493;0.0886703;0.0886914;0.0887126;0.0887338;0.0887552;0.0887767;0.0887983;0.0888199;0.0888417;0.0888636;0.0888855;0.0889075;0.0889297;0.0889519;0.0889742;0.0889967;0.0890192;0.0890418;0.0890645;0.0890873;0.0891102;0.0891332;0.0891562;0.0891794;0.0892027;0.0892261;0.0892495;0.0892731;0.0892967;0.0893205;0.0893443;0.0893682;0.0893922;0.0894164;0.0894406;0.0894649;0.0894893;0.0895138;0.0895384;0.0895631;0.0895878;0.0896127;0.0896377;0.0896627;0.0896879;0.0897131;0.0897385;0.0897639;0.0897895;0.0898151;0.0898408;0.0898666;0.0898925;0.0899185;0.0899446;0.0899708;0.0899971;0.0900235;0.09005;0.0900766;0.0901032;0.09013;0.0901568;0.0901838;0.0902108;0.090238;0.0902652;0.0902925;0.0903199;0.0903474;0.0903751;0.0904028;0.0904306;0.0904584;0.0904864;0.0905145;0.0905427;0.090571;0.0905993;0.0906278;0.0906563;0.090685;0.0907137;0.0907426;0.0907715;0.0908005;0.0908296;0.0908588;0.0908881;0.0909175;0.090947;0.0909766;0.0910063;0.0910361;0.091066;0.0910959;0.091126;0.0911561;0.0911864;0.0912167;0.0912472;0.0912777;0.0913083;0.0913391;0.0913699;0.0914008;0.0914318;0.0914629;0.0914941;0.0915254;0.0915568;0.0915882;0.0916198;0.0916515;0.0916832;0.0917151;0.091747;0.0917791;0.0918112;0.0918434;0.0918758;0.0919082;0.0919407;0.0919733;0.092006;0.0920388;0.0920717;0.0921047;0.0921378;0.0921709;0.0922042;0.0922376;0.092271;0.0923046;0.0923382;0.092372;0.0924058;0.0924397;0.0924737;0.0925079;0.0925421;0.0925764;0.0926108;0.0926453;0.0926799;0.0927145;0.0927493;0.0927842;0.0928192;0.0928542;0.0928894;0.0929246;0.09296;0.0929954;0.0930309;0.0930666;0.0931023;0.0931381;0.093174;0.09321;0.0932461;0.0932823;0.0933186;0.093355;0.0933914;0.093428;0.0934647;0.0935014;0.0935383;0.0935752;0.0936123;0.0936494;0.0936866;0.093724;0.0937614;0.0937989;0.0938365;0.0938742;0.093912;0.0939499;0.0939879;0.094026;0.0940641;0.0941024;0.0941408;0.0941792;0.0942178;0.0942564;0.0942952;0.094334;0.0943729;0.0944119;0.0944511;0.0944903;0.0945296;0.094569;0.0946085;0.0946481;0.0946877;0.0947275;0.0947674;0.0948074;0.0948474;0.0948876;0.0949278;0.0949682;0.0950086;0.0950491;0.0950898;0.0951305;0.0951713;0.0952122;0.0952532;0.0952943;0.0953355;0.0953768;0.0954182;0.0954596;0.0955012;0.0955429;0.0955846;0.0956265;0.0956684;0.0957105;0.0957526;0.0957948;0.0958372;0.0958796;0.0959221;0.0959647;0.0960074;0.0960502;0.0960931;0.0961361;0.0961791;0.0962223;0.0962656;0.0963089;0.0963524;0.096396;0.0964396;0.0964833;0.0965272;0.0965711;0.0966151;0.0966592;0.0967034;0.0967478;0.0967921;0.0968366;0.0968812;0.0969259;0.0969707;0.0970156;0.0970605;0.0971056;0.0971507;0.097196;0.0972413;0.0972868;0.0973323;0.0973779;0.0974236;0.0974695;0.0975154;0.0975614;0.0976075;0.0976537;0.0976999;0.0977463;0.0977928;0.0978394;0.097886;0.0979328;0.0979796;0.0980266;0.0980736;0.0981208;0.098168;0.0982153;0.0982627;0.0983102;0.0983578;0.0984055;0.0984533;0.0985012;0.0985492;0.0985973;0.0986455;0.0986937;0.0987421;0.0987906;0.0988391;0.0988877;0.0989365;0.0989853;0.0990342;0.0990833;0.0991324;0.0991816;0.0992309;0.0992803;0.0993298;0.0993794;0.0994291;0.0994788;0.0995287;0.0995787;0.0996287;0.0996789;0.0997291;0.0997795;0.0998299;0.0998804;0.0999311;0.0999818;0.100033;0.100084;0.100135;0.100186;0.100237;0.100288;0.100339;0.100391;0.100442;0.100494;0.100546;0.100598;0.10065;0.100702;0.100754;0.100806;0.100858;0.100911;0.100963;0.101016;0.101069;0.101121;0.101174;0.101227;0.10128;0.101334;0.101387;0.10144;0.101494;0.101547;0.101601;0.101655;0.101708;0.101762;0.101816;0.10187;0.101925;0.101979;0.102033;0.102088;0.102142;0.102197;0.102252;0.102307;0.102362;0.102417;0.102472;0.102527;0.102583;0.102638;0.102694;0.102749;0.102805;0.102861;0.102917;0.102973;0.103029;0.103085;0.103141;0.103198;0.103254;0.103311;0.103367;0.103424;0.103481;0.103538;0.103595;0.103652;0.103709;0.103767;0.103824;0.103881;0.103939;0.103997;0.104055;0.104112;0.10417;0.104229;0.104287;0.104345;0.104403;0.104462;0.10452;0.104579;0.104638;0.104697;0.104755;0.104814;0.104874;0.104933;0.104992;0.105051;0.105111;0.105171;0.10523;0.10529;0.10535;0.10541;0.10547;0.10553;0.10559;0.105651;0.105711;0.105772;0.105832;0.105893;0.105954;0.106015;0.106076;0.106137;0.106198;0.106259;0.106321;0.106382;0.106444;0.106505;0.106567;0.106629;0.106691;0.106753;0.106815;0.106877;0.10694;0.107002;0.107065;0.107127;0.10719;0.107253;0.107316;0.107378;0.107442;0.107505;0.107568;0.107631;0.107695;0.107758;0.107822;0.107886;0.10795;0.108014;0.108078;0.108142;0.108206;0.10827;0.108335;0.108399;0.108464;0.108528;0.108593;0.108658;0.108723;0.108788;0.108853;0.108918;0.108984;0.109049;0.109115;0.10918;0.109246;0.109312;0.109378;0.109444;0.10951;0.109576;0.109642;0.109709;0.109775;0.109842;0.109908;0.109975;0.110042;0.110109;0.110176;0.110243;0.11031;0.110378;0.110445;0.110513;0.11058;0.110648;0.110716;0.110784;0.110852;0.11092;0.110988;0.111056;0.111124;0.111193;0.111261;0.11133;0.111399;0.111468;0.111537;0.111606;0.111675;0.111744;0.111813;0.111883;0.111952;0.112022;0.112091;0.112161;0.112231;0.112301;0.112371;0.112441;0.112511;0.112582;0.112652;0.112723;0.112793;0.112864;0.112935;0.113006;0.113077;0.113148;0.113219;0.11329;0.113362;0.113433;0.113505;0.113576;0.113648;0.11372;0.113792;0.113864;0.113936;0.114008;0.114081;0.114153;0.114226;0.114298;0.114371;0.114444;0.114517;0.11459;0.114663;0.114736;0.114809;0.114882;0.114956;0.115029;0.115103;0.115177;0.115251;0.115325;0.115399;0.115473;0.115547;0.115621;0.115696;0.11577;0.115845;0.115919;0.115994;0.116069;0.116144;0.116219;0.116294;0.116369;0.116445;0.11652;0.116596;0.116671;0.116747;0.116823;0.116899;0.116975;0.117051;0.117127;0.117203;0.11728;0.117356;0.117433;0.117509;0.117586;0.117663;0.11774;0.117817;0.117894;0.117971;0.118049;0.118126;0.118204;0.118281;0.118359;0.118437;0.118515;0.118593;0.118671;0.118749;0.118827;0.118905;0.118984;0.119062;0.119141;0.11922;0.119299;0.119378;0.119457;0.119536;0.119615;0.119694;0.119774;0.119853;0.119933;0.120012;0.120092;0.120172;0.120252;0.120332;0.120412;0.120492;0.120573;0.120653;0.120734;0.120814;0.120895;0.120976;0.121057;0.121138;0.121219;0.1213;0.121381;0.121463;0.121544;0.121626;0.121707;0.121789;0.121871;0.121953;0.122035;0.122117;0.122199;0.122282;0.122364;0.122447;0.122529;0.122612;0.122695;0.122777;0.12286;0.122944;0.123027;0.12311;0.123193;0.123277;0.12336;0.123444;0.123528;0.123612;0.123695;0.123779;0.123864;0.123948;0.124032;0.124116;0.124201;0.124286;0.12437;0.124455;0.12454;0.124625;0.12471;0.124795;0.12488;0.124966;0.125051;0.125137;0.125222;0.125308;0.125394;0.12548;0.125566;0.125652;0.125738;0.125824;0.125911;0.125997;0.126084;0.12617;0.126257;0.126344;0.126431;0.126518;0.126605;0.126692;0.12678;0.126867;0.126954;0.127042;0.12713;0.127218;0.127305;0.127393;0.127481;0.12757;0.127658;0.127746;0.127835;0.127923;0.128012;0.128101;0.128189;0.128278;0.128367;0.128456;0.128546;0.128635;0.128724;0.128814;0.128903;0.128993;0.129083;0.129173;0.129263;0.129353;0.129443;0.129533;0.129624;0.129714;0.129804;0.129895;0.129986;0.130077;0.130168;0.130259;0.13035;0.130441;0.130532;0.130623;0.130715;0.130806;0.130898;0.13099;0.131082;0.131174;0.131266;0.131358;0.13145;0.131542;0.131635;0.131727;0.13182;0.131913;0.132005;0.132098;0.132191;0.132284;0.132378;0.132471;0.132564;0.132658;0.132751;0.132845;0.132938;0.133032;0.133126;0.13322;0.133314;0.133409;0.133503;0.133597;0.133692;0.133786;0.133881;0.133976;0.134071;0.134166;0.134261;0.134356;0.134451;0.134546;0.134642;0.134737;0.134833;0.134929;0.135024;0.13512;0.135216;0.135312;0.135409;0.135505;0.135601;0.135698;0.135794;0.135891;0.135988;0.136085;0.136182;0.136279;0.136376;0.136473;0.13657;0.136668;0.136765;0.136863;0.13696;0.137058;0.137156;0.137254;0.137352;0.13745;0.137549;0.137647;0.137745;0.137844;0.137943;0.138041;0.13814;0.138239;0.138338;0.138437;0.138536;0.138636;0.138735;0.138835;0.138934;0.139034;0.139134;0.139234;0.139333;0.139434;0.139534;0.139634;0.139734;0.139835;0.139935;0.140036;0.140137;0.140237;0.140338;0.140439;0.14054;0.140642;0.140743;0.140844;0.140946;0.141047;0.141149;0.141251;0.141352;0.141454;0.141556;0.141659;0.141761;0.141863;0.141966;0.142068;0.142171;0.142273;0.142376;0.142479;0.142582;0.142685;0.142788;0.142891;0.142995;0.143098;0.143202;0.143305;0.143409;0.143513;0.143617;0.143721;0.143825;0.143929;0.144034;0.144138;0.144242;0.144347;0.144452;0.144556;0.144661;0.144766;0.144871;0.144976;0.145082;0.145187;0.145292;0.145398;0.145504;0.145609;0.145715;0.145821;0.145927;0.146033;0.146139;0.146246;0.146352;0.146458;0.146565;0.146672;0.146778;0.146885;0.146992;0.147099;0.147206;0.147314;0.147421;0.147528;0.147636;0.147743;0.147851;0.147959;0.148067;0.148175;0.148283;0.148391;0.148499;0.148608;0.148716;0.148825;0.148933;0.149042;0.149151;0.14926;0.149369;0.149478;0.149587;0.149696;0.149806;0.149915;0.150025;0.150134;0.150244;0.150354;0.150464;0.150574;0.150684;0.150795;0.150905;0.151015;0.151126;0.151236;0.151347;0.151458;0.151569;0.15168;0.151791;0.151902;0.152013;0.152125;0.152236;0.152348;0.152459;0.152571;0.152683;0.152795;0.152907;0.153019;0.153131;0.153244;0.153356;0.153469;0.153581;0.153694;0.153807;0.15392;0.154033;0.154146;0.154259;0.154372;0.154485;0.154599;0.154712;0.154826;0.15494;0.155054;0.155167;0.155282;0.155396;0.15551;0.155624;0.155739;0.155853;0.155968;0.156082;0.156197;0.156312;0.156427;0.156542;0.156657;0.156772;0.156888;0.157003;0.157119;0.157234;0.15735;0.157466;0.157582;0.157698;0.157814;0.15793;0.158046;0.158163;0.158279;0.158396;0.158512;0.158629;0.158746;0.158863;0.15898;0.159097;0.159214;0.159331;0.159449;0.159566;0.159684;0.159802;0.159919;0.160037;0.160155;0.160273;0.160392;0.16051;0.160628;0.160747;0.160865;0.160984;0.161102;0.161221;0.16134;0.161459;0.161578;0.161698;0.161817;0.161936;0.162056;0.162175;0.162295;0.162415;0.162535;0.162655;0.162775;0.162895;0.163015;0.163135;0.163256;0.163376;0.163497;0.163618;0.163738;0.163859;0.16398;0.164101;0.164223;0.164344;0.164465;0.164587;0.164708;0.16483;0.164952;0.165074;0.165195;0.165317;0.16544;0.165562;0.165684;0.165807;0.165929;0.166052;0.166174;0.166297;0.16642;0.166543;0.166666;0.166789;0.166912;0.167036;0.167159;0.167283;0.167406;0.16753;0.167654;0.167778;0.167902;0.168026;0.16815;0.168275;0.168399;0.168523;0.168648;0.168773;0.168897;0.169022;0.169147;0.169272;0.169397;0.169523;0.169648;0.169773;0.169899;0.170025;0.17015;0.170276;0.170402;0.170528;0.170654;0.17078;0.170907;0.171033;0.171159;0.171286;0.171413;0.171539;0.171666;0.171793;0.17192;0.172047;0.172175;0.172302;0.172429;0.172557;0.172684;0.172812;0.17294;0.173068;0.173196;0.173324;0.173452;0.17358;0.173709;0.173837;0.173966;0.174094;0.174223;0.174352;0.174481;0.17461;0.174739;0.174868;0.174997;0.175127;0.175256;0.175386;0.175515;0.175645;0.175775;0.175905;0.176035;0.176165;0.176295;0.176426;0.176556;0.176687;0.176817;0.176948;0.177079;0.17721;0.177341;0.177472;0.177603;0.177734;0.177866;0.177997;0.178129;0.17826;0.178392;0.178524;0.178656;0.178788;0.17892;0.179052;0.179184;0.179317;0.179449;0.179582;0.179715;0.179847;0.17998;0.180113;0.180246;0.18038;0.180513;0.180646;0.18078;0.180913;0.181047;0.181181;0.181314;0.181448;0.181582;0.181716;0.181851;0.181985;0.182119;0.182254;0.182388;0.182523;0.182658;0.182793;0.182928;0.183063;0.183198;0.183333;0.183468;0.183604;0.183739;0.183875;0.184011;0.184146;0.184282;0.184418;0.184554;0.184691;0.184827;0.184963;0.1851;0.185236;0.185373;0.18551;0.185647;0.185783;0.18592;0.186058;0.186195;0.186332;0.18647;0.186607;0.186745;0.186882;0.18702;0.187158;0.187296;0.187434;0.187572;0.18771;0.187849;0.187987;0.188126;0.188264;0.188403;0.188542;0.188681;0.18882;0.188959;0.189098;0.189238;0.189377;0.189516;0.189656;0.189796;0.189935;0.190075;0.190215;0.190355;0.190495;0.190636;0.190776;0.190916;0.191057;0.191198;0.191338;0.191479;0.19162;0.191761;0.191902;0.192043;0.192184;0.192326;0.192467;0.192609;0.192751;0.192892;0.193034;0.193176;0.193318;0.19346;0.193602;0.193745;0.193887;0.19403;0.194172;0.194315;0.194458;0.194601;0.194744;0.194887;0.19503;0.195173;0.195316;0.19546;0.195603;0.195747;0.195891;0.196035;0.196178;0.196322;0.196467;0.196611;0.196755;0.196899;0.197044;0.197189;0.197333;0.197478;0.197623;0.197768;0.197913;0.198058;0.198203;0.198349;0.198494;0.198639;0.198785;0.198931;0.199077;0.199223;0.199369;0.199515;0.199661;0.199807;0.199953;0.2001;0.200246;0.200393;0.20054;0.200687;0.200834;0.200981;0.201128;0.201275;0.201422;0.20157;0.201717;0.201865;0.202012;0.20216;0.202308;0.202456;0.202604;0.202752;0.202901;0.203049;0.203197;0.203346;0.203495;0.203643;0.203792;0.203941;0.20409;0.204239;0.204388;0.204538;0.204687;0.204837;0.204986;0.205136;0.205286;0.205435;0.205585;0.205735;0.205886;0.206036;0.206186;0.206337;0.206487;0.206638;0.206788;0.206939;0.20709;0.207241;0.207392;0.207543;0.207695;0.207846;0.207997;0.208149;0.208301;0.208452;0.208604;0.208756;0.208908;0.20906;0.209213;0.209365;0.209517;0.20967;0.209822;0.209975;0.210128;0.210281;0.210434;0.210587;0.21074;0.210893;0.211047;0.2112;0.211353;0.211507;0.211661;0.211815;0.211969;0.212123;0.212277;0.212431;0.212585;0.21274;0.212894;0.213049;0.213203;0.213358;0.213513;0.213668;0.213823;0.213978;0.214133;0.214289;0.214444;0.2146;0.214755;0.214911;0.215067;0.215223;0.215379;0.215535;0.215691;0.215847;0.216003;0.21616;0.216317;0.216473;0.21663;0.216787;0.216944;0.217101;0.217258;0.217415;0.217572;0.21773;0.217887;0.218045;0.218203;0.21836;0.218518;0.218676;0.218834;0.218992;0.219151;0.219309;0.219467;0.219626;0.219785;0.219943;0.220102;0.220261;0.22042;0.220579;0.220738;0.220898;0.221057;0.221217;0.221376;0.221536;0.221696;0.221855;0.222015;0.222175;0.222336;0.222496;0.222656;0.222817;0.222977;0.223138;0.223298;0.223459;0.22362;0.223781;0.223942;0.224103;0.224265;0.224426;0.224587;0.224749;0.224911;0.225072;0.225234;0.225396;0.225558;0.22572;0.225883;0.226045;0.226207;0.22637;0.226532;0.226695;0.226858;0.227021;0.227184;0.227347;0.22751;0.227673;0.227836;0.228;0.228163;0.228327;0.228491;0.228655;0.228819;0.228983;0.229147;0.229311;0.229475;0.22964;0.229804;0.229969;0.230133;0.230298;0.230463;0.230628;0.230793;0.230958;0.231123;0.231289;0.231454;0.23162;0.231785;0.231951;0.232117;0.232283;0.232449;0.232615;0.232781;0.232947;0.233113;0.23328;0.233446;0.233613;0.23378;0.233947;0.234114;0.234281;0.234448;0.234615;0.234782;0.23495;0.235117;0.235285;0.235452;0.23562;0.235788;0.235956;0.236124;0.236292;0.236461;0.236629;0.236797;0.236966;0.237135;0.237303;0.237472;0.237641;0.23781;0.237979;0.238148;0.238318;0.238487;0.238656;0.238826;0.238996;0.239165;0.239335;0.239505;0.239675;0.239845;0.240016;0.240186;0.240356;0.240527;0.240698;0.240868;0.241039;0.24121;0.241381;0.241552;0.241723;0.241895;0.242066;0.242237;0.242409;0.242581;0.242752;0.242924;0.243096;0.243268;0.24344;0.243612;0.243785;0.243957;0.24413;0.244302;0.244475;0.244648;0.244821;0.244994;0.245167;0.24534;0.245513;0.245686;0.24586;0.246033;0.246207;0.246381;0.246555;0.246728;0.246902;0.247077;0.247251;0.247425;0.247599;0.247774;0.247948;0.248123;0.248298;0.248473;0.248648;0.248823;0.248998;0.249173;0.249348;0.249524;0.249699;0.249875;0.250051;0.250226;0.250402;0.250578;0.250754;0.250931;0.251107;0.251283;0.25146;0.251636;0.251813;0.25199;0.252167;0.252343;0.25252;0.252698;0.252875;0.253052;0.25323;0.253407;0.253585;0.253762;0.25394;0.254118;0.254296;0.254474;0.254652;0.25483;0.255009;0.255187;0.255366;0.255544;0.255723;0.255902;0.256081;0.25626;0.256439;0.256618;0.256797;0.256977;0.257156;0.257336;0.257516;0.257695;0.257875;0.258055;0.258235;0.258415;0.258595;0.258776;0.258956;0.259137;0.259317;0.259498;0.259679;0.25986;0.260041;0.260222;0.260403;0.260584;0.260766;0.260947;0.261129;0.26131;0.261492;0.261674;0.261856;0.262038;0.26222;0.262402;0.262584;0.262767;0.262949;0.263132;0.263315;0.263497;0.26368;0.263863;0.264046;0.26423;0.264413;0.264596;0.26478;0.264963;0.265147;0.26533;0.265514;0.265698;0.265882;0.266066;0.26625;0.266435;0.266619;0.266804;0.266988;0.267173;0.267358;0.267542;0.267727;0.267912;0.268098;0.268283;0.268468;0.268654;0.268839;0.269025;0.26921;0.269396;0.269582;0.269768;0.269954;0.27014;0.270327;0.270513;0.270699;0.270886;0.271073;0.271259;0.271446;0.271633;0.27182;0.272007;0.272195;0.272382;0.272569;0.272757;0.272944;0.273132;0.27332;0.273508;0.273696;0.273884;0.274072;0.27426;0.274448;0.274637;0.274825;0.275014;0.275203;0.275392;0.275581;0.27577;0.275959;0.276148;0.276337;0.276526;0.276716;0.276906;0.277095;0.277285;0.277475;0.277665;0.277855;0.278045;0.278235;0.278425;0.278616;0.278806;0.278997;0.279188;0.279379;0.279569;0.27976;0.279952;0.280143;0.280334;0.280525;0.280717;0.280908;0.2811;0.281292;0.281484;0.281675;0.281868;0.28206;0.282252;0.282444;0.282637;0.282829;0.283022;0.283214;0.283407;0.2836;0.283793;0.283986;0.284179;0.284372;0.284566;0.284759;0.284953;0.285146;0.28534;0.285534;0.285728;0.285922;0.286116;0.28631;0.286504;0.286699;0.286893;0.287088;0.287282;0.287477;0.287672;0.287867;0.288062;0.288257;0.288452;0.288648;0.288843;0.289039;0.289234;0.28943;0.289626;0.289822;0.290018;0.290214;0.29041;0.290606;0.290803;0.290999;0.291196;0.291392;0.291589;0.291786;0.291983;0.29218;0.292377;0.292574;0.292771;0.292969;0.293166;0.293364;0.293562;0.293759;0.293957;0.294155;0.294353;0.294551;0.29475;0.294948;0.295146;0.295345;0.295544;0.295742;0.295941;0.29614;0.296339;0.296538;0.296737;0.296937;0.297136;0.297336;0.297535;0.297735;0.297935;0.298134;0.298334;0.298534;0.298734;0.298935;0.299135;0.299335;0.299536;0.299737;0.299937;0.300138;0.300339;0.30054;0.300741;0.300942;0.301143;0.301345;0.301546;0.301748;0.30195;0.302151;0.302353;0.302555;0.302757;0.302959;0.303161;0.303364;0.303566;0.303769;0.303971;0.304174;0.304377;0.304579;0.304782;0.304986;0.305189;0.305392;0.305595;0.305799;0.306002;0.306206;0.30641;0.306613;0.306817;0.307021;0.307225;0.30743;0.307634;0.307838;0.308043;0.308247;0.308452;0.308657;0.308862;0.309067;0.309272;0.309477;0.309682;0.309887;0.310093;0.310298;0.310504;0.31071;0.310915;0.311121;0.311327;0.311533;0.311739;0.311946;0.312152;0.312359;0.312565;0.312772;0.312978;0.313185;0.313392;0.313599;0.313806;0.314014;0.314221;0.314428;0.314636;0.314843;0.315051;0.315259;0.315467;0.315675;0.315883;0.316091;0.316299;0.316507;0.316716;0.316924;0.317133;0.317342;0.317551;0.31776;0.317969;0.318178;0.318387;0.318596;0.318805;0.319015;0.319225;0.319434;0.319644;0.319854;0.320064;0.320274;0.320484;0.320694;0.320904;0.321115;0.321325;0.321536;0.321747;0.321958;0.322168;0.322379;0.32259;0.322802;0.323013;0.323224;0.323436;0.323647;0.323859;0.324071;0.324283;0.324494;0.324706;0.324919;0.325131;0.325343;0.325555;0.325768;0.325981;0.326193;0.326406;0.326619;0.326832;0.327045;0.327258;0.327471;0.327685;0.327898;0.328112;0.328325;0.328539;0.328753;0.328967;0.329181;0.329395;0.329609;0.329823;0.330038;0.330252;0.330467;0.330681;0.330896;0.331111;0.331326;0.331541;0.331756;0.331971;0.332187;0.332402;0.332618;0.332833;0.333049;0.333265;0.333481;0.333697;0.333913;0.334129;0.334345;0.334561;0.334778;0.334994;0.335211;0.335428;0.335645;0.335862;0.336079;0.336296;0.336513;0.33673;0.336948;0.337165;0.337383;0.3376;0.337818;0.338036;0.338254;0.338472;0.33869;0.338908;0.339127;0.339345;0.339564;0.339782;0.340001;0.34022;0.340439;0.340658;0.340877;0.341096;0.341315;0.341535;0.341754;0.341974;0.342194;0.342413;0.342633;0.342853;0.343073;0.343293;0.343513;0.343734;0.343954;0.344175;0.344395;0.344616;0.344837;0.345058;0.345279;0.3455;0.345721;0.345942;0.346164;0.346385;0.346607;0.346828;0.34705;0.347272;0.347494;0.347716;0.347938;0.34816;0.348382;0.348605;0.348827;0.34905;0.349273;0.349495;0.349718;0.349941;0.350164;0.350387;0.350611;0.350834;0.351057;0.351281;0.351505;0.351728;0.351952;0.352176;0.3524;0.352624;0.352848;0.353073;0.353297;0.353521;0.353746;0.353971;0.354195;0.35442;0.354645;0.35487;0.355095;0.355321;0.355546;0.355771;0.355997;0.356222;0.356448;0.356674;0.3569;0.357126;0.357352;0.357578;0.357804;0.358031;0.358257;0.358484;0.35871;0.358937;0.359164;0.359391;0.359618;0.359845;0.360072;0.360299;0.360527;0.360754;0.360982;0.36121;0.361437;0.361665;0.361893;0.362121;0.362349;0.362578;</Cd>
+                <Cm>0.516392;0.516118;0.515844;0.51557;0.515296;0.515022;0.514748;0.514474;0.5142;0.513926;0.513652;0.513378;0.513104;0.51283;0.512555;0.512281;0.512007;0.511733;0.511459;0.511185;0.510911;0.510637;0.510363;0.510089;0.509815;0.509541;0.509267;0.508993;0.508718;0.508444;0.50817;0.507896;0.507622;0.507348;0.507074;0.5068;0.506526;0.506252;0.505978;0.505704;0.50543;0.505156;0.504881;0.504607;0.504333;0.504059;0.503785;0.503511;0.503237;0.502963;0.502689;0.502415;0.502141;0.501867;0.501593;0.501319;0.501044;0.50077;0.500496;0.500222;0.499948;0.499674;0.4994;0.499126;0.498852;0.498578;0.498304;0.49803;0.497756;0.497482;0.497207;0.496933;0.496659;0.496385;0.496111;0.495837;0.495563;0.495289;0.495015;0.494741;0.494467;0.494193;0.493919;0.493645;0.49337;0.493096;0.492822;0.492548;0.492274;0.492;0.491726;0.491452;0.491178;0.490904;0.49063;0.490356;0.490082;0.489808;0.489533;0.489259;0.488985;0.488711;0.488437;0.488163;0.487889;0.487615;0.487341;0.487067;0.486793;0.486519;0.486245;0.485971;0.485696;0.485422;0.485148;0.484874;0.4846;0.484326;0.484052;0.483778;0.483504;0.48323;0.482956;0.482682;0.482408;0.482134;0.481859;0.481585;0.481311;0.481037;0.480763;0.480489;0.480215;0.479941;0.479667;0.479393;0.479119;0.478845;0.478571;0.478297;0.478022;0.477748;0.477474;0.4772;0.476926;0.476652;0.476378;0.476104;0.47583;0.475556;0.475282;0.475008;0.474734;0.47446;0.474185;0.473911;0.473637;0.473363;0.473089;0.472815;0.472541;0.472267;0.471993;0.471719;0.471445;0.471171;0.470897;0.470623;0.470348;0.470074;0.4698;0.469526;0.469252;0.468978;0.468704;0.46843;0.468156;0.467882;0.467608;0.467334;0.46706;0.466786;0.466511;0.466237;0.465963;0.465689;0.465415;0.465141;0.464867;0.464593;0.464319;0.464045;0.463771;0.463497;0.463223;0.462949;0.462674;0.4624;0.462126;0.461852;0.461578;0.461304;0.46103;0.460756;0.460482;0.460208;0.459934;0.45966;0.459386;0.459112;0.458837;0.458563;0.458289;0.458015;0.457741;0.457467;0.457193;0.456919;0.456645;0.456371;0.456097;0.455823;0.455549;0.455275;0.455;0.454726;0.454452;0.454178;0.453904;0.45363;0.453356;0.453082;0.452808;0.452534;0.45226;0.451986;0.451712;0.451438;0.451163;0.450889;0.450615;0.450341;0.450067;0.449793;0.449519;0.449245;0.448971;0.448697;0.448423;0.448149;0.447875;0.447601;0.447327;0.447052;0.446778;0.446504;0.44623;0.445956;0.445682;0.445408;0.445134;0.44486;0.444586;0.444312;0.444038;0.443764;0.44349;0.443215;0.442941;0.442667;0.442393;0.442119;0.441845;0.441571;0.441297;0.441023;0.440749;0.440475;0.440201;0.439927;0.439653;0.439378;0.439104;0.43883;0.438556;0.438282;0.438008;0.437734;0.43746;0.437186;0.436912;0.436638;0.436364;0.43609;0.435816;0.435541;0.435267;0.434993;0.434719;0.434445;0.434171;0.433897;0.433623;0.433349;0.433075;0.432801;0.432527;0.432253;0.431979;0.431704;0.43143;0.431156;0.430882;0.430608;0.430334;0.43006;0.429786;0.429512;0.429238;0.428964;0.42869;0.428416;0.428142;0.427867;0.427593;0.427319;0.427045;0.426771;0.426497;0.426223;0.425949;0.425675;0.425401;0.425127;0.424853;0.424579;0.424305;0.42403;0.423756;0.423482;0.423208;0.422934;0.42266;0.422386;0.422112;0.421838;0.421564;0.42129;0.421016;0.420742;0.420468;0.420193;0.419919;0.419645;0.419371;0.419097;0.418823;0.418549;0.418275;0.418001;0.417727;0.417453;0.417179;0.416905;0.416631;0.416356;0.416082;0.415808;0.415534;0.41526;0.414986;0.414712;0.414438;0.414164;0.41389;0.413616;0.413342;0.413068;0.412794;0.412519;0.412245;0.411971;0.411697;0.411423;0.411149;0.410875;0.410601;0.410327;0.410053;0.409779;0.409505;0.409231;0.408957;0.408682;0.408408;0.408134;0.40786;0.407586;0.407312;0.407038;0.406764;0.40649;0.406216;0.405942;0.405668;0.405394;0.40512;0.404845;0.404571;0.404297;0.404023;0.403749;0.403475;0.403201;0.402927;0.402653;0.402379;0.402105;0.401831;0.401557;0.401283;0.401008;0.400734;0.40046;0.400186;0.399912;0.399638;0.399364;0.39909;0.398816;0.398542;0.398268;0.397994;0.39772;0.397446;0.397171;0.396897;0.396623;0.396349;0.396075;0.395801;0.395527;0.395253;0.394979;0.394705;0.394431;0.394157;0.393883;0.393609;0.393334;0.39306;0.392786;0.392512;0.392238;0.391964;0.39169;0.391416;0.391142;0.390868;0.390594;0.39032;0.390046;0.389772;0.389497;0.389223;0.388949;0.388675;0.388401;0.388127;0.387853;0.387579;0.387305;0.387031;0.386757;0.386483;0.386209;0.385935;0.38566;0.385386;0.385112;0.384838;0.384564;0.38429;0.384016;0.383742;0.383468;0.383194;0.38292;0.382646;0.382372;0.382098;0.381823;0.381549;0.381275;0.381001;0.380727;0.380453;0.380179;0.379905;0.379631;0.379357;0.379083;0.378809;0.378535;0.378261;0.377986;0.377712;0.377438;0.377164;0.37689;0.376616;0.376342;0.376068;0.375794;0.37552;0.375246;0.374972;0.374698;0.374424;0.374149;0.373875;0.373601;0.373327;0.373053;0.372779;0.372505;0.372231;0.371957;0.371683;0.371409;0.371135;0.370861;0.370587;0.370312;0.370038;0.369764;0.36949;0.369216;0.368942;0.368668;0.368394;0.36812;0.367846;0.367572;0.367298;0.367024;0.36675;0.366475;0.366201;0.365927;0.365653;0.365379;0.365105;0.364831;0.364557;0.364283;0.364009;0.363735;0.363461;0.363187;0.362913;0.362638;0.362364;0.36209;0.361816;0.361542;0.361268;0.360994;0.36072;0.360446;0.360172;0.359898;0.359624;0.35935;0.359076;0.358802;0.358527;0.358253;0.357979;0.357705;0.357431;0.357157;0.356883;0.356609;0.356335;0.356061;0.355787;0.355513;0.355239;0.354965;0.35469;0.354416;0.354142;0.353868;0.353594;0.35332;0.353046;0.352772;0.352498;0.352224;0.35195;0.351676;0.351402;0.351128;0.350853;0.350579;0.350305;0.350031;0.349757;0.349483;0.349209;0.348935;0.348661;0.348387;0.348113;0.347839;0.347565;0.347291;0.347016;0.346742;0.346468;0.346194;0.34592;0.345646;0.345372;0.345098;0.344824;0.34455;0.344276;0.344002;0.343728;0.343454;0.343179;0.342905;0.342631;0.342357;0.342083;0.341809;0.341535;0.341261;0.340987;0.340713;0.340439;0.340165;0.339891;0.339617;0.339342;0.339068;0.338794;0.33852;0.338246;0.337972;0.337698;0.337424;0.33715;0.336876;0.336602;0.336328;0.336054;0.33578;0.335505;0.335231;0.334957;0.334683;0.334409;0.334135;0.333861;0.333587;0.333313;0.333039;0.332765;0.332491;0.332217;0.331943;0.331668;0.331394;0.33112;0.330846;0.330572;0.330298;0.330024;0.32975;0.329476;0.329202;0.328928;0.328654;0.32838;0.328106;0.327831;0.327557;0.327283;0.327009;0.326735;0.326461;0.326187;0.325913;0.325639;0.325365;0.325091;0.324817;0.324543;0.324269;0.323994;0.32372;0.323446;0.323172;0.322898;0.322624;0.32235;0.322076;0.321802;0.321528;0.321254;0.32098;0.320706;0.320432;0.320157;0.319883;0.319609;0.319335;0.319061;0.318787;0.318513;0.318239;0.317965;0.317691;0.317417;0.317143;0.316869;0.316595;0.31632;0.316046;0.315772;0.315498;0.315224;0.31495;0.314676;0.314402;0.314128;0.313854;0.31358;0.313306;0.313032;0.312758;0.312483;0.312209;0.311935;0.311661;0.311387;0.311113;0.310839;0.310565;0.310291;0.310017;0.309743;0.309469;0.309195;0.308921;0.308646;0.308372;0.308098;0.307824;0.30755;0.307276;0.307002;0.306728;0.306454;0.30618;0.305906;0.305632;0.305358;0.305084;0.304809;0.304535;0.304261;0.303987;0.303713;0.303439;0.303165;0.302891;0.302617;0.302343;0.302069;0.301795;0.301521;0.301247;0.300972;0.300698;0.300424;0.30015;0.299876;0.299602;0.299328;0.299054;0.29878;0.298506;0.298232;0.297958;0.297684;0.29741;0.297135;0.296861;0.296587;0.296313;0.296039;0.295765;0.295491;0.295217;0.294943;0.294669;0.294395;0.294121;0.293847;0.293573;0.293298;0.293024;0.29275;0.292476;0.292202;0.291928;0.291654;0.29138;0.291106;0.290832;0.290558;0.290284;0.29001;0.289736;0.289461;0.289187;0.288913;0.288639;0.288365;0.288091;0.287817;0.287543;0.287269;0.286995;0.286721;0.286447;0.286173;0.285899;0.285624;0.28535;0.285076;0.284802;0.284528;0.284254;0.28398;0.283706;0.283432;0.283158;0.282884;0.28261;0.282336;0.282062;0.281787;0.281513;0.281239;0.280965;0.280691;0.280417;0.280143;0.279869;0.279595;0.279321;0.279047;0.278773;0.278499;0.278225;0.27795;0.277676;0.277402;0.277128;0.276854;0.27658;0.276306;0.276032;0.275758;0.275484;0.27521;0.274936;0.274662;0.274388;0.274113;0.273839;0.273565;0.273291;0.273017;0.272743;0.272469;0.272195;0.271921;0.271647;0.271373;0.271099;0.270825;0.270551;0.270277;0.270002;0.269728;0.269454;0.26918;0.268906;0.268632;0.268358;0.268084;0.26781;0.267536;0.267262;0.266988;0.266714;0.26644;0.266165;0.265891;0.265617;0.265343;0.265069;0.264795;0.264521;0.264247;0.263973;0.263699;0.263425;0.263151;0.262877;0.262603;0.262328;0.262054;0.26178;0.261506;0.261232;0.260958;0.260684;0.26041;0.260136;0.259862;0.259588;0.259314;0.25904;0.258766;0.258491;0.258217;0.257943;0.257669;0.257395;0.257121;0.256847;0.256573;0.256299;0.256025;0.255751;0.255477;0.255203;0.254929;0.254654;0.25438;0.254106;0.253832;0.253558;0.253284;0.25301;0.252736;0.252462;0.252188;0.251914;0.25164;0.251366;0.251092;0.250817;0.250543;0.250269;0.249995;0.249721;0.249447;0.249173;0.248899;0.248625;0.248351;0.248077;0.247803;0.247529;0.247255;0.24698;0.246706;0.246432;0.246158;0.245884;0.24561;0.245336;0.245062;0.244788;0.244514;0.24424;0.243966;0.243692;0.243418;0.243143;0.242869;0.242595;0.242321;0.242047;0.241773;0.241499;0.241225;0.240951;0.240677;0.240403;0.240129;0.239855;0.239581;0.239306;0.239032;0.238758;0.238484;0.23821;0.237936;0.237662;0.237388;0.237114;0.23684;0.236566;0.236292;0.236018;0.235744;0.235469;0.235195;0.234921;0.234647;0.234373;0.234099;0.233825;0.233551;0.233277;0.233003;0.232729;0.232455;0.232181;0.231907;0.231632;0.231358;0.231084;0.23081;0.230536;0.230262;0.229988;0.229714;0.22944;0.229166;0.228892;0.228618;0.228344;0.22807;0.227795;0.227521;0.227247;0.226973;0.226699;0.226425;0.226151;0.225877;0.225603;0.225329;0.225055;0.224781;0.224507;0.224233;0.223958;0.223684;0.22341;0.223136;0.222862;0.222588;0.222314;0.22204;0.221766;0.221492;0.221218;0.220944;0.22067;0.220396;0.220121;0.219847;0.219573;0.219299;0.219025;0.218751;0.218477;0.218203;0.217929;0.217655;0.217381;0.217107;0.216833;0.216559;0.216284;0.21601;0.215736;0.215462;0.215188;0.214914;0.21464;0.214366;0.214092;0.213818;0.213544;0.21327;0.212996;0.212722;0.212447;0.212173;0.211899;0.211625;0.211351;0.211077;0.210803;0.210529;0.210255;0.209981;0.209707;0.209433;0.209159;0.208885;0.20861;0.208336;0.208062;0.207788;0.207514;0.20724;0.206966;0.206692;0.206418;0.206144;0.20587;0.205596;0.205322;0.205048;0.204773;0.204499;0.204225;0.203951;0.203677;0.203403;0.203129;0.202855;0.202581;0.202307;0.202033;0.201759;0.201485;0.201211;0.200936;0.200662;0.200388;0.200114;0.19984;0.199566;0.199292;0.199018;0.198744;0.19847;0.198196;0.197922;0.197648;0.197374;0.197099;0.196825;0.196551;0.196277;0.196003;0.195729;0.195455;0.195181;0.194907;0.194633;0.194359;0.194085;0.193811;0.193537;0.193262;0.192988;0.192714;0.19244;0.192166;0.191892;0.191618;0.191344;0.19107;0.190796;0.190522;0.190248;0.189974;0.1897;0.189425;0.189151;0.188877;0.188603;0.188329;0.188055;0.187781;0.187507;0.187233;0.186959;0.186685;0.186411;0.186137;0.185863;0.185588;0.185314;0.18504;0.184766;0.184492;0.184218;0.183944;0.18367;0.183396;0.183122;0.182848;0.182574;0.1823;0.182026;0.181752;0.181477;0.181203;0.180929;0.180655;0.180381;0.180107;0.179833;0.179559;0.179285;0.179011;0.178737;0.178463;0.178189;0.177915;0.17764;0.177366;0.177092;0.176818;0.176544;0.17627;0.175996;0.175722;0.175448;0.175174;0.1749;0.174626;0.174352;0.174078;0.173803;0.173529;0.173255;0.172981;0.172707;0.172433;0.172159;0.171885;0.171611;0.171337;0.171063;0.170789;0.170515;0.170241;0.169966;0.169692;0.169418;0.169144;0.16887;0.168596;0.168322;0.168048;0.167774;0.1675;0.167226;0.166952;0.166678;0.166404;0.166129;0.165855;0.165581;0.165307;0.165033;0.164759;0.164485;0.164211;0.163937;0.163663;0.163389;0.163115;0.162841;0.162567;0.162292;0.162018;0.161744;0.16147;0.161196;0.160922;0.160648;0.160374;0.1601;0.159826;0.159552;0.159278;0.159004;0.15873;0.158455;0.158181;0.157907;0.157633;0.157359;0.157085;0.156811;0.156537;0.156263;0.155989;0.155715;0.155441;0.155167;0.154893;0.154618;0.154344;0.15407;0.153796;0.153522;0.153248;0.152974;0.1527;0.152426;0.152152;0.151878;0.151604;0.15133;0.151056;0.150781;0.150507;0.150233;0.149959;0.149685;0.149411;0.149137;0.148863;0.148589;0.148315;0.148041;0.147767;0.147493;0.147219;0.146944;0.14667;0.146396;0.146122;0.145848;0.145574;0.1453;0.145026;0.144752;0.144478;0.144204;0.14393;0.143656;0.143382;0.143107;0.142833;0.142559;0.142285;0.142011;0.141737;0.141463;0.141189;0.140915;0.140641;0.140367;0.140093;0.139819;0.139545;0.13927;0.138996;0.138722;0.138448;0.138174;0.1379;0.137626;0.137352;0.137078;0.136804;0.13653;0.136256;0.135982;0.135708;0.135433;0.135159;0.134885;0.134611;0.134337;0.134063;0.133789;0.133515;0.133241;0.132967;0.132693;0.132419;0.132145;0.131871;0.131596;0.131322;0.131048;0.130774;0.1305;0.130226;0.129952;0.129678;0.129404;0.12913;0.128856;0.128582;0.128308;0.128034;0.127759;0.127485;0.127211;0.126937;0.126663;0.126389;0.126115;0.125841;0.125567;0.125293;0.125019;0.124745;0.124471;0.124197;0.123922;0.123648;0.123374;0.1231;0.122826;0.122552;0.122278;0.122004;0.12173;0.121456;0.121182;0.120908;0.120634;0.12036;0.120085;0.119811;0.119537;0.119263;0.118989;0.118715;0.118441;0.118167;0.117893;0.117619;0.117345;0.117071;0.116797;0.116523;0.116248;0.115974;0.1157;0.115426;0.115152;0.114878;0.114604;0.11433;0.114056;0.113782;0.113508;0.113234;0.11296;0.112686;0.112411;0.112137;0.111863;0.111589;0.111315;0.111041;0.110767;0.110493;0.110219;0.109945;0.109671;0.109397;0.109123;0.108849;0.108574;0.1083;0.108026;0.107752;0.107478;0.107204;0.10693;0.106656;0.106382;0.106108;0.105834;0.10556;0.105286;0.105012;0.104737;0.104463;0.104189;0.103915;0.103641;0.103367;0.103093;0.102819;0.102545;0.102271;0.101997;0.101723;0.101449;0.101175;0.1009;0.100626;0.100352;0.100078;0.0998042;0.0995301;0.0992561;0.098982;0.0987079;0.0984339;0.0981598;0.0978857;0.0976116;0.0973376;0.0970635;0.0967894;0.0965154;0.0962413;0.0959672;0.0956931;0.0954191;0.095145;0.0948709;0.0945969;0.0943228;0.0940487;0.0937746;0.0935006;0.0932265;0.0929524;0.0926784;0.0924043;0.0921302;0.0918561;0.0915821;0.091308;0.0910339;0.0907599;0.0904858;0.0902117;0.0899376;0.0896636;0.0893895;0.0891154;0.0888414;0.0885673;0.0882932;0.0880191;0.0877451;0.087471;0.0871969;0.0869229;0.0866488;0.0863747;0.0861006;0.0858266;0.0855525;0.0852784;0.0850044;0.0847303;0.0844562;0.0841822;0.0839081;0.083634;0.0833599;0.0830859;0.0828118;0.0825377;0.0822637;0.0819896;0.0817155;0.0814414;0.0811674;0.0808933;0.0806192;0.0803452;0.0800711;0.079797;0.0795229;0.0792489;0.0789748;0.0787007;0.0784267;0.0781526;0.0778785;0.0776044;0.0773304;0.0770563;0.0767822;0.0765082;0.0762341;0.07596;0.0756859;0.0754119;0.0751378;0.0748637;0.0745897;0.0743156;0.0740415;0.0737674;0.0734934;0.0732193;0.0729452;0.0726712;0.0723971;0.072123;0.0718489;0.0715749;0.0713008;0.0710267;0.0707527;0.0704786;0.0702045;0.0699304;0.0696564;0.0693823;0.0691082;0.0688342;0.0685601;0.068286;0.0680119;0.0677379;0.0674638;0.0671897;0.0669157;0.0666416;0.0663675;0.0660935;0.0658194;0.0655453;0.0652712;0.0649972;0.0647231;0.064449;0.064175;0.0639009;0.0636268;0.0633527;0.0630787;0.0628046;0.0625305;0.0622565;0.0619824;0.0617083;0.0614342;0.0611602;0.0608861;0.060612;0.060338;0.0600639;0.0597898;0.0595157;0.0592417;0.0589676;0.0586935;0.0584195;0.0581454;0.0578713;0.0575972;0.0573232;0.0570491;0.056775;0.056501;0.0562269;0.0559528;0.0556787;0.0554047;0.0551306;0.0548565;0.0545825;0.0543084;0.0540343;0.0537602;0.0534862;0.0532121;0.052938;0.052664;0.0523899;0.0521158;0.0518417;0.0515677;0.0512936;0.0510195;0.0507455;0.0504714;0.0501973;0.0499232;0.0496492;0.0493751;0.049101;0.048827;0.0485529;0.0482788;0.0480048;0.0477307;0.0474566;0.0471825;0.0469085;0.0466344;0.0463603;0.0460863;0.0458122;0.0455381;0.045264;0.04499;0.0447159;0.0444418;0.0441678;0.0438937;0.0436196;0.0433455;0.0430715;0.0427974;0.0425233;0.0422493;0.0419752;0.0417011;0.041427;0.041153;0.0408789;0.0406048;0.0403308;0.0400567;0.0397826;0.0395085;0.0392345;0.0389604;0.0386863;0.0384123;0.0381382;0.0378641;0.03759;0.037316;0.0370419;0.0367678;0.0364938;0.0362197;0.0359456;0.0356715;0.0353975;0.0351234;0.0348493;0.0345753;0.0343012;0.0340271;0.033753;0.033479;0.0332049;0.0329308;0.0326568;0.0323827;0.0321086;0.0318345;0.0315605;0.0312864;0.0310123;0.0307383;0.0304642;0.0301901;0.0299161;0.029642;0.0293679;0.0290938;0.0288198;0.0285457;0.0282716;0.0279976;0.0277235;0.0274494;0.0271753;0.0269013;0.0266272;0.0263531;0.0260791;0.025805;0.0255309;0.0252568;0.0249828;0.0247087;0.0244346;0.0241606;0.0238865;0.0236124;0.0233383;0.0230643;0.0227902;0.0225161;0.0222421;0.021968;0.0216939;0.0214198;0.0211458;0.0208717;0.0205976;0.0203236;0.0200495;0.0197754;0.0195013;0.0192273;0.0189532;0.0186791;0.0184051;0.018131;0.0178569;0.0175828;0.0173088;0.0170347;0.0167606;0.0164866;0.0162125;0.0159384;0.0156643;0.0153903;0.0151162;0.0148421;0.0145681;0.014294;0.0140199;0.0137458;0.0134718;0.0131977;0.0129236;0.0126496;0.0123755;0.0121014;0.0118274;0.0115533;0.0112792;0.0110051;0.0107311;0.010457;0.0101829;0.00990885;0.00963478;0.00936071;0.00908664;0.00881257;0.0085385;0.00826443;0.00799035;0.00771628;0.00744221;0.00716814;0.00689407;0.00662;0.00634593;0.00607186;0.00579778;0.00552371;0.00524964;0.00497557;0.0047015;0.00442743;0.00415336;0.00387929;0.00360521;0.00333114;0.00305707;0.002783;0.00250893;0.00223486;0.00196079;0.00168672;0.00141265;0.00113857;0.000864503;0.000590431;0.00031636;4.22891e-05;-0.000231782;-0.000505853;-0.000779925;-0.001054;-0.00132807;-0.00160214;-0.00187621;-0.00215028;-0.00242435;-0.00269842;-0.00297249;-0.00324657;-0.00352064;-0.00379471;-0.00406878;-0.00434285;-0.00461692;-0.00489099;-0.00516506;-0.00543914;-0.00571321;-0.00598728;-0.00626135;-0.00653542;-0.00680949;-0.00708356;-0.00735763;-0.0076317;-0.00790578;-0.00817985;-0.00845392;-0.00872799;-0.00900206;-0.00927613;-0.0095502;-0.00982427;-0.0100983;-0.0103724;-0.0106465;-0.0109206;-0.0111946;-0.0114687;-0.0117428;-0.0120168;-0.0122909;-0.012565;-0.0128391;-0.0131131;-0.0133872;-0.0136613;-0.0139353;-0.0142094;-0.0144835;-0.0147576;-0.0150316;-0.0153057;-0.0155798;-0.0158538;-0.0161279;-0.016402;-0.0166761;-0.0169501;-0.0172242;-0.0174983;-0.0177723;-0.0180464;-0.0183205;-0.0185946;-0.0188686;-0.0191427;-0.0194168;-0.0196908;-0.0199649;-0.020239;-0.0205131;-0.0207871;-0.0210612;-0.0213353;-0.0216093;-0.0218834;-0.0221575;-0.0224316;-0.0227056;-0.0229797;-0.0232538;-0.0235278;-0.0238019;-0.024076;-0.02435;-0.0246241;-0.0248982;-0.0251723;-0.0254463;-0.0257204;-0.0259945;-0.0262685;-0.0265426;-0.0268167;-0.0270908;-0.0273648;-0.0276389;-0.027913;-0.028187;-0.0284611;-0.0287352;-0.0290093;-0.0292833;-0.0295574;-0.0298315;-0.0301055;-0.0303796;-0.0306537;-0.0309278;-0.0312018;-0.0314759;-0.03175;-0.032024;-0.0322981;-0.0325722;-0.0328463;-0.0331203;-0.0333944;-0.0336685;-0.0339425;-0.0342166;-0.0344907;-0.0347648;-0.0350388;-0.0353129;-0.035587;-0.035861;-0.0361351;-0.0364092;-0.0366833;-0.0369573;-0.0372314;-0.0375055;-0.0377795;-0.0380536;-0.0383277;-0.0386018;-0.0388758;-0.0391499;-0.039424;-0.039698;-0.0399721;-0.0402462;-0.0405202;-0.0407943;-0.0410684;-0.0413425;-0.0416165;-0.0418906;-0.0421647;-0.0424387;-0.0427128;-0.0429869;-0.043261;-0.043535;-0.0438091;-0.0440832;-0.0443572;-0.0446313;-0.0449054;-0.0451795;-0.0454535;-0.0457276;-0.0460017;-0.0462757;-0.0465498;-0.0468239;-0.047098;-0.047372;-0.0476461;-0.0479202;-0.0481942;-0.0484683;-0.0487424;-0.0490165;-0.0492905;-0.0495646;-0.0498387;-0.0501127;-0.0503868;-0.0506609;-0.050935;-0.051209;-0.0514831;-0.0517572;-0.0520312;-0.0523053;-0.0525794;-0.0528535;-0.0531275;-0.0534016;-0.0536757;-0.0539497;-0.0542238;-0.0544979;-0.054772;-0.055046;-0.0553201;-0.0555942;-0.0558682;-0.0561423;-0.0564164;-0.0566905;-0.0569645;-0.0572386;-0.0575127;-0.0577867;-0.0580608;-0.0583349;-0.0586089;-0.058883;-0.0591571;-0.0594312;-0.0597052;-0.0599793;-0.0602534;-0.0605274;-0.0608015;-0.0610756;-0.0613497;-0.0616237;-0.0618978;-0.0621719;-0.0624459;-0.06272;-0.0629941;-0.0632682;-0.0635422;-0.0638163;-0.0640904;-0.0643644;-0.0646385;-0.0649126;-0.0651867;-0.0654607;-0.0657348;-0.0660089;-0.0662829;-0.066557;-0.0668311;-0.0671052;-0.0673792;-0.0676533;-0.0679274;-0.0682014;-0.0684755;-0.0687496;-0.0690237;-0.0692977;-0.0695718;-0.0698459;-0.0701199;-0.070394;-0.0706681;-0.0709422;-0.0712162;-0.0714903;-0.0717644;-0.0720384;-0.0723125;-0.0725866;-0.0728607;-0.0731347;-0.0734088;-0.0736829;-0.0739569;-0.074231;-0.0745051;-0.0747792;-0.0750532;-0.0753273;-0.0756014;-0.0758754;-0.0761495;-0.0764236;-0.0766976;-0.0769717;-0.0772458;-0.0775199;-0.0777939;-0.078068;-0.0783421;-0.0786161;-0.0788902;-0.0791643;-0.0794384;-0.0797124;-0.0799865;-0.0802606;-0.0805346;-0.0808087;-0.0810828;-0.0813569;-0.0816309;-0.081905;-0.0821791;-0.0824531;-0.0827272;-0.0830013;-0.0832754;-0.0835494;-0.0838235;-0.0840976;-0.0843716;-0.0846457;-0.0849198;-0.0851939;-0.0854679;-0.085742;-0.0860161;-0.0862901;-0.0865642;-0.0868383;-0.0871124;-0.0873864;-0.0876605;-0.0879346;-0.0882086;-0.0884827;-0.0887568;-0.0890309;-0.0893049;-0.089579;-0.0898531;-0.0901271;-0.0904012;-0.0906753;-0.0909494;-0.0912234;-0.0914975;-0.0917716;-0.0920456;-0.0923197;-0.0925938;-0.0928679;-0.0931419;-0.093416;-0.0936901;-0.0939641;-0.0942382;-0.0945123;-0.0947863;-0.0950604;-0.0953345;-0.0956086;-0.0958826;-0.0961567;-0.0964308;-0.0967048;-0.0969789;-0.097253;-0.0975271;-0.0978011;-0.0980752;-0.0983493;-0.0986233;-0.0988974;-0.0991715;-0.0994456;-0.0997196;-0.0999937;-0.100268;-0.100542;-0.100816;-0.10109;-0.101364;-0.101638;-0.101912;-0.102186;-0.10246;-0.102734;-0.103008;-0.103283;-0.103557;-0.103831;-0.104105;-0.104379;-0.104653;-0.104927;-0.105201;-0.105475;-0.105749;-0.106023;-0.106297;-0.106571;-0.106845;-0.10712;-0.107394;-0.107668;-0.107942;-0.108216;-0.10849;-0.108764;-0.109038;-0.109312;-0.109586;-0.10986;-0.110134;-0.110408;-0.110682;-0.110957;-0.111231;-0.111505;-0.111779;-0.112053;-0.112327;-0.112601;-0.112875;-0.113149;-0.113423;-0.113697;-0.113971;-0.114245;-0.114519;-0.114794;-0.115068;-0.115342;-0.115616;-0.11589;-0.116164;-0.116438;-0.116712;-0.116986;-0.11726;-0.117534;-0.117808;-0.118082;-0.118356;-0.118631;-0.118905;-0.119179;-0.119453;-0.119727;-0.120001;-0.120275;-0.120549;-0.120823;-0.121097;-0.121371;-0.121645;-0.121919;-0.122193;-0.122468;-0.122742;-0.123016;-0.12329;-0.123564;-0.123838;-0.124112;-0.124386;-0.12466;-0.124934;-0.125208;-0.125482;-0.125756;-0.12603;-0.126305;-0.126579;-0.126853;-0.127127;-0.127401;-0.127675;-0.127949;-0.128223;-0.128497;-0.128771;-0.129045;-0.129319;-0.129593;-0.129867;-0.130142;-0.130416;-0.13069;-0.130964;-0.131238;-0.131512;-0.131786;-0.13206;-0.132334;-0.132608;-0.132882;-0.133156;-0.13343;-0.133704;-0.133979;-0.134253;-0.134527;-0.134801;-0.135075;-0.135349;-0.135623;-0.135897;-0.136171;-0.136445;-0.136719;-0.136993;-0.137267;-0.137541;-0.137816;-0.13809;-0.138364;-0.138638;-0.138912;-0.139186;-0.13946;-0.139734;-0.140008;-0.140282;-0.140556;-0.14083;-0.141104;-0.141378;-0.141653;-0.141927;-0.142201;-0.142475;-0.142749;-0.143023;-0.143297;-0.143571;-0.143845;-0.144119;-0.144393;-0.144667;-0.144941;-0.145215;-0.14549;-0.145764;-0.146038;-0.146312;-0.146586;-0.14686;-0.147134;-0.147408;-0.147682;-0.147956;-0.14823;-0.148504;-0.148778;-0.149052;-0.149327;-0.149601;-0.149875;-0.150149;-0.150423;-0.150697;-0.150971;-0.151245;-0.151519;-0.151793;-0.152067;-0.152341;-0.152615;-0.152889;-0.153164;-0.153438;-0.153712;-0.153986;-0.15426;-0.154534;-0.154808;-0.155082;-0.155356;-0.15563;-0.155904;-0.156178;-0.156452;-0.156726;-0.157001;-0.157275;-0.157549;-0.157823;-0.158097;-0.158371;-0.158645;-0.158919;-0.159193;-0.159467;-0.159741;-0.160015;-0.160289;-0.160563;-0.160838;-0.161112;-0.161386;-0.16166;-0.161934;-0.162208;-0.162482;-0.162756;-0.16303;-0.163304;-0.163578;-0.163852;-0.164126;-0.1644;-0.164675;-0.164949;-0.165223;-0.165497;-0.165771;-0.166045;-0.166319;-0.166593;-0.166867;-0.167141;-0.167415;-0.167689;-0.167963;-0.168237;-0.168512;-0.168786;-0.16906;-0.169334;-0.169608;-0.169882;-0.170156;-0.17043;-0.170704;-0.170978;-0.171252;-0.171526;-0.1718;-0.172074;-0.172349;-0.172623;-0.172897;-0.173171;-0.173445;-0.173719;-0.173993;-0.174267;-0.174541;-0.174815;-0.175089;-0.175363;-0.175637;-0.175911;-0.176185;-0.17646;-0.176734;-0.177008;-0.177282;-0.177556;-0.17783;-0.178104;-0.178378;-0.178652;-0.178926;-0.1792;-0.179474;-0.179748;-0.180022;-0.180297;-0.180571;-0.180845;-0.181119;-0.181393;-0.181667;-0.181941;-0.182215;-0.182489;-0.182763;-0.183037;-0.183311;-0.183585;-0.183859;-0.184134;-0.184408;-0.184682;-0.184956;-0.18523;-0.185504;-0.185778;-0.186052;-0.186326;-0.1866;-0.186874;-0.187148;-0.187422;-0.187696;-0.187971;-0.188245;-0.188519;-0.188793;-0.189067;-0.189341;-0.189615;-0.189889;-0.190163;-0.190437;-0.190711;-0.190985;-0.191259;-0.191533;-0.191808;-0.192082;-0.192356;-0.19263;-0.192904;-0.193178;-0.193452;-0.193726;-0.194;-0.194274;-0.194548;-0.194822;-0.195096;-0.19537;-0.195645;-0.195919;-0.196193;-0.196467;-0.196741;-0.197015;-0.197289;-0.197563;-0.197837;-0.198111;-0.198385;-0.198659;-0.198933;-0.199207;-0.199482;-0.199756;-0.20003;-0.200304;-0.200578;-0.200852;-0.201126;-0.2014;-0.201674;-0.201948;-0.202222;-0.202496;-0.20277;-0.203044;-0.203319;-0.203593;-0.203867;-0.204141;-0.204415;-0.204689;-0.204963;-0.205237;-0.205511;-0.205785;-0.206059;-0.206333;-0.206607;-0.206881;-0.207156;-0.20743;-0.207704;-0.207978;-0.208252;-0.208526;-0.2088;-0.209074;-0.209348;-0.209622;-0.209896;-0.21017;-0.210444;-0.210718;-0.210993;-0.211267;-0.211541;-0.211815;-0.212089;-0.212363;-0.212637;-0.212911;-0.213185;-0.213459;-0.213733;-0.214007;-0.214281;-0.214555;-0.21483;-0.215104;-0.215378;-0.215652;-0.215926;-0.2162;-0.216474;-0.216748;-0.217022;-0.217296;-0.21757;-0.217844;-0.218118;-0.218392;-0.218667;-0.218941;-0.219215;-0.219489;-0.219763;-0.220037;-0.220311;-0.220585;-0.220859;-0.221133;-0.221407;-0.221681;-0.221955;-0.222229;-0.222504;-0.222778;-0.223052;-0.223326;-0.2236;-0.223874;-0.224148;-0.224422;-0.224696;-0.22497;-0.225244;-0.225518;-0.225792;-0.226066;-0.226341;-0.226615;-0.226889;-0.227163;-0.227437;-0.227711;-0.227985;-0.228259;-0.228533;-0.228807;-0.229081;-0.229355;-0.229629;-0.229903;-0.230178;-0.230452;-0.230726;-0.231;-0.231274;-0.231548;-0.231822;-0.232096;-0.23237;-0.232644;-0.232918;-0.233192;-0.233466;-0.23374;-0.234015;-0.234289;-0.234563;-0.234837;-0.235111;-0.235385;-0.235659;-0.235933;-0.236207;-0.236481;-0.236755;-0.237029;-0.237303;-0.237577;-0.237852;-0.238126;-0.2384;-0.238674;-0.238948;-0.239222;-0.239496;-0.23977;-0.240044;-0.240318;-0.240592;-0.240866;-0.24114;-0.241414;-0.241689;-0.241963;-0.242237;-0.242511;-0.242785;-0.243059;-0.243333;-0.243607;-0.243881;-0.244155;-0.244429;-0.244703;-0.244977;-0.245251;-0.245526;-0.2458;-0.246074;-0.246348;-0.246622;-0.246896;-0.24717;-0.247444;-0.247718;-0.247992;-0.248266;-0.24854;-0.248814;-0.249088;-0.249363;-0.249637;-0.249911;-0.250185;-0.250459;-0.250733;-0.251007;-0.251281;-0.251555;-0.251829;-0.252103;-0.252377;-0.252651;-0.252925;-0.2532;-0.253474;-0.253748;-0.254022;-0.254296;-0.25457;-0.254844;-0.255118;-0.255392;-0.255666;-0.25594;-0.256214;-0.256488;-0.256762;-0.257037;-0.257311;-0.257585;-0.257859;-0.258133;-0.258407;-0.258681;-0.258955;-0.259229;-0.259503;-0.259777;-0.260051;-0.260325;-0.260599;-0.260874;-0.261148;-0.261422;-0.261696;-0.26197;-0.262244;-0.262518;-0.262792;-0.263066;-0.26334;-0.263614;-0.263888;-0.264162;-0.264436;-0.26471;-0.264985;-0.265259;-0.265533;-0.265807;-0.266081;-0.266355;-0.266629;-0.266903;-0.267177;-0.267451;-0.267725;-0.267999;-0.268273;-0.268547;-0.268822;-0.269096;-0.26937;-0.269644;-0.269918;-0.270192;-0.270466;-0.27074;-0.271014;-0.271288;-0.271562;-0.271836;-0.27211;-0.272384;-0.272659;-0.272933;-0.273207;-0.273481;-0.273755;-0.274029;-0.274303;-0.274577;-0.274851;-0.275125;-0.275399;-0.275673;-0.275947;-0.276221;-0.276496;-0.27677;-0.277044;-0.277318;-0.277592;-0.277866;-0.27814;-0.278414;-0.278688;-0.278962;-0.279236;-0.27951;-0.279784;-0.280058;-0.280333;-0.280607;-0.280881;-0.281155;-0.281429;-0.281703;-0.281977;-0.282251;-0.282525;-0.282799;-0.283073;-0.283347;-0.283621;-0.283895;-0.28417;-0.284444;-0.284718;-0.284992;-0.285266;-0.28554;-0.285814;-0.286088;-0.286362;-0.286636;-0.28691;-0.287184;-0.287458;-0.287732;-0.288007;-0.288281;-0.288555;-0.288829;-0.289103;-0.289377;-0.289651;-0.289925;-0.290199;-0.290473;-0.290747;-0.291021;-0.291295;-0.291569;-0.291844;-0.292118;-0.292392;-0.292666;-0.29294;-0.293214;-0.293488;-0.293762;-0.294036;-0.29431;-0.294584;-0.294858;-0.295132;-0.295406;-0.295681;-0.295955;-0.296229;-0.296503;-0.296777;-0.297051;-0.297325;-0.297599;-0.297873;-0.298147;-0.298421;-0.298695;-0.298969;-0.299243;-0.299518;-0.299792;-0.300066;-0.30034;-0.300614;-0.300888;-0.301162;-0.301436;-0.30171;-0.301984;-0.302258;-0.302532;-0.302806;-0.30308;-0.303355;-0.303629;-0.303903;-0.304177;-0.304451;-0.304725;-0.304999;-0.305273;-0.305547;-0.305821;-0.306095;-0.306369;-0.306643;-0.306917;-0.307192;-0.307466;-0.30774;-0.308014;-0.308288;-0.308562;-0.308836;-0.30911;-0.309384;-0.309658;-0.309932;-0.310206;-0.31048;-0.310754;-0.311029;-0.311303;-0.311577;-0.311851;-0.312125;-0.312399;-0.312673;-0.312947;-0.313221;-0.313495;-0.313769;-0.314043;-0.314317;-0.314591;-0.314866;-0.31514;-0.315414;-0.315688;-0.315962;-0.316236;-0.31651;-0.316784;-0.317058;-0.317332;-0.317606;-0.31788;-0.318154;-0.318428;-0.318703;-0.318977;-0.319251;-0.319525;-0.319799;-0.320073;-0.320347;-0.320621;-0.320895;-0.321169;-0.321443;-0.321717;-0.321991;-0.322265;-0.32254;-0.322814;-0.323088;-0.323362;-0.323636;-0.32391;-0.324184;-0.324458;-0.324732;-0.325006;-0.32528;-0.325554;-0.325828;-0.326102;-0.326377;-0.326651;-0.326925;-0.327199;-0.327473;-0.327747;-0.328021;-0.328295;-0.328569;-0.328843;-0.329117;-0.329391;-0.329665;-0.329939;-0.330214;-0.330488;-0.330762;-0.331036;-0.33131;-0.331584;-0.331858;-0.332132;-0.332406;-0.33268;-0.332954;-0.333228;-0.333502;-0.333776;-0.334051;-0.334325;-0.334599;-0.334873;-0.335147;-0.335421;-0.335695;-0.335969;-0.336243;-0.336517;-0.336791;-0.337065;-0.337339;-0.337613;-0.337888;-0.338162;-0.338436;-0.33871;-0.338984;-0.339258;-0.339532;-0.339806;-0.34008;-0.340354;-0.340628;-0.340902;-0.341176;-0.34145;-0.341725;-0.341999;-0.342273;-0.342547;-0.342821;-0.343095;-0.343369;-0.343643;-0.343917;-0.344191;-0.344465;-0.344739;-0.345013;-0.345287;-0.345562;-0.345836;-0.34611;-0.346384;-0.346658;-0.346932;-0.347206;-0.34748;-0.347754;-0.348028;-0.348302;-0.348576;-0.34885;-0.349124;-0.349399;-0.349673;-0.349947;-0.350221;-0.350495;-0.350769;-0.351043;-0.351317;-0.351591;-0.351865;-0.352139;-0.352413;-0.352687;-0.352961;-0.353235;-0.35351;-0.353784;-0.354058;-0.354332;-0.354606;-0.35488;-0.355154;-0.355428;-0.355702;-0.355976;-0.35625;-0.356524;-0.356798;-0.357072;-0.357347;-0.357621;-0.357895;-0.358169;-0.358443;-0.358717;-0.358991;-0.359265;-0.359539;-0.359813;-0.360087;-0.360361;-0.360635;-0.360909;-0.361184;-0.361458;-0.361732;-0.362006;-0.36228;-0.362554;-0.362828;-0.363102;-0.363376;-0.36365;-0.363924;-0.364198;-0.364472;-0.364746;-0.365021;-0.365295;-0.365569;-0.365843;-0.366117;-0.366391;-0.366665;-0.366939;-0.367213;-0.367487;-0.367761;-0.368035;-0.368309;-0.368583;-0.368858;-0.369132;-0.369406;-0.36968;-0.369954;-0.370228;-0.370502;-0.370776;-0.37105;-0.371324;-0.371598;-0.371872;-0.372146;-0.37242;-0.372695;-0.372969;-0.373243;-0.373517;-0.373791;-0.374065;-0.374339;-0.374613;-0.374887;-0.375161;-0.375435;-0.375709;-0.375983;-0.376257;-0.376532;-0.376806;-0.37708;-0.377354;-0.377628;-0.377902;-0.378176;-0.37845;-0.378724;-0.378998;-0.379272;-0.379546;-0.37982;-0.380094;-0.380369;-0.380643;-0.380917;-0.381191;-0.381465;-0.381739;-0.382013;-0.382287;-0.382561;-0.382835;-0.383109;-0.383383;-0.383657;-0.383931;</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;</origin_polar>
+            </polar>
+        </polars>
+    </configuration>
+    <configuration ID="ApproachLG">
+        <name>ApproachLG</name>
+        <comment>ApproachLG Configuration</comment>
+        <polars number="1">
+           <polar ID="1" AllowExtrapolation="1" AllowGridChange="1">
+            <name>---</name>
+            <reynoldsnumber>1.93523e+07</reynoldsnumber>
+            <machnumber>0.2</machnumber>
+                <Alpha>-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.39307;-5.38248;-5.37189;-5.3613;-5.35071;-5.34012;-5.32954;-5.31895;-5.30836;-5.29777;-5.28718;-5.2766;-5.26601;-5.25542;-5.24483;-5.23424;-5.22366;-5.21307;-5.20248;-5.19189;-5.1813;-5.17071;-5.16013;-5.14954;-5.13895;-5.12836;-5.11777;-5.10719;-5.0966;-5.08601;-5.07542;-5.06483;-5.05424;-5.04366;-5.03307;-5.02248;-5.01189;-5.0013;-4.99072;-4.98013;-4.96954;-4.95895;-4.94836;-4.93778;-4.92719;-4.9166;-4.90601;-4.89542;-4.88483;-4.87425;-4.86366;-4.85307;-4.84248;-4.83189;-4.82131;-4.81072;-4.80013;-4.78954;-4.77895;-4.76836;-4.75778;-4.74719;-4.7366;-4.72601;-4.71542;-4.70484;-4.69425;-4.68366;-4.67307;-4.66248;-4.6519;-4.64131;-4.63072;-4.62013;-4.60954;-4.59895;-4.58837;-4.57778;-4.56719;-4.5566;-4.54601;-4.53543;-4.52484;-4.51425;-4.50366;-4.49307;-4.48248;-4.4719;-4.46131;-4.45072;-4.44013;-4.42954;-4.41896;-4.40837;-4.39778;-4.38719;-4.3766;-4.36602;-4.35543;-4.34484;-4.33425;-4.32366;-4.31307;-4.30249;-4.2919;-4.28131;-4.27072;-4.26013;-4.24955;-4.23896;-4.22837;-4.21778;-4.20719;-4.1966;-4.18602;-4.17543;-4.16484;-4.15425;-4.14366;-4.13308;-4.12249;-4.1119;-4.10131;-4.09072;-4.08014;-4.06955;-4.05896;-4.04837;-4.03778;-4.02719;-4.01661;-4.00602;-3.99543;-3.98484;-3.97425;-3.96367;-3.95308;-3.94249;-3.9319;-3.92131;-3.91072;-3.90014;-3.88955;-3.87896;-3.86837;-3.85778;-3.8472;-3.83661;-3.82602;-3.81543;-3.80484;-3.79426;-3.78367;-3.77308;-3.76249;-3.7519;-3.74131;-3.73073;-3.72014;-3.70955;-3.69896;-3.68837;-3.67779;-3.6672;-3.65661;-3.64602;-3.63543;-3.62484;-3.61426;-3.60367;-3.59308;-3.58249;-3.5719;-3.56132;-3.55073;-3.54014;-3.52955;-3.51896;-3.50838;-3.49779;-3.4872;-3.47661;-3.46602;-3.45543;-3.44485;-3.43426;-3.42367;-3.41308;-3.40249;-3.39191;-3.38132;-3.37073;-3.36014;-3.34955;-3.33896;-3.32838;-3.31779;-3.3072;-3.29661;-3.28602;-3.27544;-3.26485;-3.25426;-3.24367;-3.23308;-3.2225;-3.21191;-3.20132;-3.19073;-3.18014;-3.16955;-3.15897;-3.14838;-3.13779;-3.1272;-3.11661;-3.10603;-3.09544;-3.08485;-3.07426;-3.06367;-3.05308;-3.0425;-3.03191;-3.02132;-3.01073;-3.00014;-2.98956;-2.97897;-2.96838;-2.95779;-2.9472;-2.93662;-2.92603;-2.91544;-2.90485;-2.89426;-2.88367;-2.87309;-2.8625;-2.85191;-2.84132;-2.83073;-2.82015;-2.80956;-2.79897;-2.78838;-2.77779;-2.7672;-2.75662;-2.74603;-2.73544;-2.72485;-2.71426;-2.70368;-2.69309;-2.6825;-2.67191;-2.66132;-2.65073;-2.64015;-2.62956;-2.61897;-2.60838;-2.59779;-2.58721;-2.57662;-2.56603;-2.55544;-2.54485;-2.53427;-2.52368;-2.51309;-2.5025;-2.49191;-2.48132;-2.47074;-2.46015;-2.44956;-2.43897;-2.42838;-2.4178;-2.40721;-2.39662;-2.38603;-2.37544;-2.36485;-2.35427;-2.34368;-2.33309;-2.3225;-2.31191;-2.30133;-2.29074;-2.28015;-2.26956;-2.25897;-2.24839;-2.2378;-2.22721;-2.21662;-2.20603;-2.19544;-2.18486;-2.17427;-2.16368;-2.15309;-2.1425;-2.13192;-2.12133;-2.11074;-2.10015;-2.08956;-2.07897;-2.06839;-2.0578;-2.04721;-2.03662;-2.02603;-2.01545;-2.00486;-1.99427;-1.98368;-1.97309;-1.96251;-1.95192;-1.94133;-1.93074;-1.92015;-1.90956;-1.89898;-1.88839;-1.8778;-1.86721;-1.85662;-1.84604;-1.83545;-1.82486;-1.81427;-1.80368;-1.79309;-1.78251;-1.77192;-1.76133;-1.75074;-1.74015;-1.72957;-1.71898;-1.70839;-1.6978;-1.68721;-1.67663;-1.66604;-1.65545;-1.64486;-1.63427;-1.62368;-1.6131;-1.60251;-1.59192;-1.58133;-1.57074;-1.56016;-1.54957;-1.53898;-1.52839;-1.5178;-1.50721;-1.49663;-1.48604;-1.47545;-1.46486;-1.45427;-1.44369;-1.4331;-1.42251;-1.41192;-1.40133;-1.39075;-1.38016;-1.36957;-1.35898;-1.34839;-1.3378;-1.32722;-1.31663;-1.30604;-1.29545;-1.28486;-1.27428;-1.26369;-1.2531;-1.24251;-1.23192;-1.22133;-1.21075;-1.20016;-1.18957;-1.17898;-1.16839;-1.15781;-1.14722;-1.13663;-1.12604;-1.11545;-1.10487;-1.09428;-1.08369;-1.0731;-1.06251;-1.05192;-1.04134;-1.03075;-1.02016;-1.00957;-0.998984;-0.988396;-0.977807;-0.967219;-0.956631;-0.946043;-0.935455;-0.924867;-0.914278;-0.90369;-0.893102;-0.882514;-0.871926;-0.861338;-0.85075;-0.840161;-0.829573;-0.818985;-0.808397;-0.797809;-0.787221;-0.776633;-0.766044;-0.755456;-0.744868;-0.73428;-0.723692;-0.713104;-0.702515;-0.691927;-0.681339;-0.670751;-0.660163;-0.649575;-0.638987;-0.628398;-0.61781;-0.607222;-0.596634;-0.586046;-0.575458;-0.56487;-0.554281;-0.543693;-0.533105;-0.522517;-0.511929;-0.501341;-0.490752;-0.480164;-0.469576;-0.458988;-0.4484;-0.437812;-0.427224;-0.416635;-0.406047;-0.395459;-0.384871;-0.374283;-0.363695;-0.353107;-0.342518;-0.33193;-0.321342;-0.310754;-0.300166;-0.289578;-0.278989;-0.268401;-0.257813;-0.247225;-0.236637;-0.226049;-0.215461;-0.204872;-0.194284;-0.183696;-0.173108;-0.16252;-0.151932;-0.141344;-0.130755;-0.120167;-0.109579;-0.0989909;-0.0884028;-0.0778146;-0.0672265;-0.0566383;-0.0460502;-0.0354621;-0.0248739;-0.0142858;-0.0036976;0.00689055;0.0174787;0.0280668;0.038655;0.0492431;0.0598313;0.0704194;0.0810076;0.0915957;0.102184;0.112772;0.12336;0.133948;0.144536;0.155125;0.165713;0.176301;0.186889;0.197477;0.208065;0.218654;0.229242;0.23983;0.250418;0.261006;0.271594;0.282182;0.292771;0.303359;0.313947;0.324535;0.335123;0.345711;0.356299;0.366888;0.377476;0.388064;0.398652;0.40924;0.419828;0.430417;0.441005;0.451593;0.462181;0.472769;0.483357;0.493945;0.504534;0.515122;0.52571;0.536298;0.546886;0.557474;0.568062;0.578651;0.589239;0.599827;0.610415;0.621003;0.631591;0.64218;0.652768;0.663356;0.673944;0.684532;0.69512;0.705708;0.716297;0.726885;0.737473;0.748061;0.758649;0.769237;0.779825;0.790414;0.801002;0.81159;0.822178;0.832766;0.843354;0.853943;0.864531;0.875119;0.885707;0.896295;0.906883;0.917471;0.92806;0.938648;0.949236;0.959824;0.970412;0.981;0.991588;1.00218;1.01276;1.02335;1.03394;1.04453;1.05512;1.06571;1.07629;1.08688;1.09747;1.10806;1.11865;1.12923;1.13982;1.15041;1.161;1.17159;1.18218;1.19276;1.20335;1.21394;1.22453;1.23512;1.2457;1.25629;1.26688;1.27747;1.28806;1.29864;1.30923;1.31982;1.33041;1.341;1.35159;1.36217;1.37276;1.38335;1.39394;1.40453;1.41511;1.4257;1.43629;1.44688;1.45747;1.46806;1.47864;1.48923;1.49982;1.51041;1.521;1.53158;1.54217;1.55276;1.56335;1.57394;1.58452;1.59511;1.6057;1.61629;1.62688;1.63747;1.64805;1.65864;1.66923;1.67982;1.69041;1.70099;1.71158;1.72217;1.73276;1.74335;1.75394;1.76452;1.77511;1.7857;1.79629;1.80688;1.81746;1.82805;1.83864;1.84923;1.85982;1.8704;1.88099;1.89158;1.90217;1.91276;1.92335;1.93393;1.94452;1.95511;1.9657;1.97629;1.98687;1.99746;2.00805;2.01864;2.02923;2.03982;2.0504;2.06099;2.07158;2.08217;2.09276;2.10334;2.11393;2.12452;2.13511;2.1457;2.15628;2.16687;2.17746;2.18805;2.19864;2.20923;2.21981;2.2304;2.24099;2.25158;2.26217;2.27275;2.28334;2.29393;2.30452;2.31511;2.3257;2.33628;2.34687;2.35746;2.36805;2.37864;2.38922;2.39981;2.4104;2.42099;2.43158;2.44216;2.45275;2.46334;2.47393;2.48452;2.49511;2.50569;2.51628;2.52687;2.53746;2.54805;2.55863;2.56922;2.57981;2.5904;2.60099;2.61158;2.62216;2.63275;2.64334;2.65393;2.66452;2.6751;2.68569;2.69628;2.70687;2.71746;2.72804;2.73863;2.74922;2.75981;2.7704;2.78099;2.79157;2.80216;2.81275;2.82334;2.83393;2.84451;2.8551;2.86569;2.87628;2.88687;2.89746;2.90804;2.91863;2.92922;2.93981;2.9504;2.96098;2.97157;2.98216;2.99275;3.00334;3.01392;3.02451;3.0351;3.04569;3.05628;3.06687;3.07745;3.08804;3.09863;3.10922;3.11981;3.13039;3.14098;3.15157;3.16216;3.17275;3.18334;3.19392;3.20451;3.2151;3.22569;3.23628;3.24686;3.25745;3.26804;3.27863;3.28922;3.29981;3.31039;3.32098;3.33157;3.34216;3.35275;3.36333;3.37392;3.38451;3.3951;3.40569;3.41627;3.42686;3.43745;3.44804;3.45863;3.46922;3.4798;3.49039;3.50098;3.51157;3.52216;3.53274;3.54333;3.55392;3.56451;3.5751;3.58569;3.59627;3.60686;3.61745;3.62804;3.63863;3.64921;3.6598;3.67039;3.68098;3.69157;3.70215;3.71274;3.72333;3.73392;3.74451;3.7551;3.76568;3.77627;3.78686;3.79745;3.80804;3.81862;3.82921;3.8398;3.85039;3.86098;3.87157;3.88215;3.89274;3.90333;3.91392;3.92451;3.93509;3.94568;3.95627;3.96686;3.97745;3.98803;3.99862;4.00921;4.0198;4.03039;4.04098;4.05156;4.06215;4.07274;4.08333;4.09392;4.1045;4.11509;4.12568;4.13627;4.14686;4.15745;4.16803;4.17862;4.18921;4.1998;4.21039;4.22097;4.23156;4.24215;4.25274;4.26333;4.27391;4.2845;4.29509;4.30568;4.31627;4.32686;4.33744;4.34803;4.35862;4.36921;4.3798;4.39038;4.40097;4.41156;4.42215;4.43274;4.44333;4.45391;4.4645;4.47509;4.48568;4.49627;4.50685;4.51744;4.52803;4.53862;4.54921;4.55979;4.57038;4.58097;4.59156;4.60215;4.61274;4.62332;4.63391;4.6445;4.65509;4.66568;4.67626;4.68685;4.69744;4.70803;4.71862;4.72921;4.73979;4.75038;4.76097;4.77156;4.78215;4.79273;4.80332;4.81391;4.8245;4.83509;4.84567;4.85626;4.86685;4.87744;4.88803;4.89862;4.9092;4.91979;4.93038;4.94097;4.95156;4.96214;4.97273;4.98332;4.99391;5.0045;5.01509;5.02567;5.03626;5.04685;5.05744;5.06803;5.07861;5.0892;5.09979;5.11038;5.12097;5.13155;5.14214;5.15273;5.16332;5.17391;5.1845;5.19508;5.20567;5.21626;5.22685;5.23744;5.24802;5.25861;5.2692;5.27979;5.29038;5.30097;5.31155;5.32214;5.33273;5.34332;5.35391;5.36449;5.37508;5.38567;5.39626;5.40685;5.41743;5.42802;5.43861;5.4492;5.45979;5.47038;5.48096;5.49155;5.50214;5.51273;5.52332;5.5339;5.54449;5.55508;5.56567;5.57626;5.58685;5.59743;5.60802;5.61861;5.6292;5.63979;5.65037;5.66096;5.67155;5.68214;5.69273;5.70331;5.7139;5.72449;5.73508;5.74567;5.75626;5.76684;5.77743;5.78802;5.79861;5.8092;5.81978;5.83037;5.84096;5.85155;5.86214;5.87273;5.88331;5.8939;5.90449;5.91508;5.92567;5.93625;5.94684;5.95743;5.96802;5.97861;5.98919;5.99978;6.01037;6.02096;6.03155;6.04214;6.05272;6.06331;6.0739;6.08449;6.09508;6.10566;6.11625;6.12684;6.13743;6.14802;6.15861;6.16919;6.17978;6.19037;6.20096;6.21155;6.22213;6.23272;6.24331;6.2539;6.26449;6.27508;6.28566;6.29625;6.30684;6.31743;6.32802;6.3386;6.34919;6.35978;6.37037;6.38096;6.39154;6.40213;6.41272;6.42331;6.4339;6.44449;6.45507;6.46566;6.47625;6.48684;6.49743;6.50801;6.5186;6.52919;6.53978;6.55037;6.56096;6.57154;6.58213;6.59272;6.60331;6.6139;6.62448;6.63507;6.64566;6.65625;6.66684;6.67742;6.68801;6.6986;6.70919;6.71978;6.73037;6.74095;6.75154;6.76213;6.77272;6.78331;6.79389;6.80448;6.81507;6.82566;6.83625;6.84684;6.85742;6.86801;6.8786;6.88919;6.89978;6.91036;6.92095;6.93154;6.94213;6.95272;6.9633;6.97389;6.98448;6.99507;7.00566;7.01625;7.02683;7.03742;7.04801;7.0586;7.06919;7.07977;7.09036;7.10095;7.11154;7.12213;7.13272;7.1433;7.15389;7.16448;7.17507;7.18566;7.19624;7.20683;7.21742;7.22801;7.2386;7.24918;7.25977;7.27036;7.28095;7.29154;7.30213;7.31271;7.3233;7.33389;7.34448;7.35507;7.36565;7.37624;7.38683;7.39742;7.40801;7.4186;7.42918;7.43977;7.45036;7.46095;7.47154;7.48212;7.49271;7.5033;7.51389;7.52448;7.53506;7.54565;7.55624;7.56683;7.57742;7.58801;7.59859;7.60918;7.61977;7.63036;7.64095;7.65153;7.66212;7.67271;7.6833;7.69389;7.70448;7.71506;7.72565;7.73624;7.74683;7.75742;7.768;7.77859;7.78918;7.79977;7.81036;7.82094;7.83153;7.84212;7.85271;7.8633;7.87389;7.88447;7.89506;7.90565;7.91624;7.92683;7.93741;7.948;7.95859;7.96918;7.97977;7.99036;8.00094;8.01153;8.02212;8.03271;8.0433;8.05388;8.06447;8.07506;8.08565;8.09624;8.10682;8.11741;8.128;8.13859;8.14918;8.15977;8.17035;8.18094;8.19153;8.20212;8.21271;8.22329;8.23388;8.24447;8.25506;8.26565;8.27624;8.28682;8.29741;8.308;8.31859;8.32918;8.33976;8.35035;8.36094;8.37153;8.38212;8.3927;8.40329;8.41388;8.42447;8.43506;8.44565;8.45623;8.46682;8.47741;8.488;8.49859;8.50917;8.51976;8.53035;8.54094;8.55153;8.56212;8.5727;8.58329;8.59388;8.60447;8.61506;8.62564;8.63623;8.64682;8.65741;8.668;8.67858;8.68917;8.69976;8.71035;8.72094;8.73153;8.74211;8.7527;8.76329;8.77388;8.78447;8.79505;8.80564;8.81623;8.82682;8.83741;8.848;8.85858;8.86917;8.87976;8.89035;8.90094;8.91152;8.92211;8.9327;8.94329;8.95388;8.96446;8.97505;8.98564;8.99623;9.00682;9.01741;9.02799;9.03858;9.04917;9.05976;9.07035;9.08093;9.09152;9.10211;9.1127;9.12329;9.13388;9.14446;9.15505;9.16564;9.17623;9.18682;9.1974;9.20799;9.21858;9.22917;9.23976;9.25035;9.26093;9.27152;9.28211;9.2927;9.30329;9.31387;9.32446;9.33505;9.34564;9.35623;9.36681;9.3774;9.38799;9.39858;9.40917;9.41976;9.43034;9.44093;9.45152;9.46211;9.4727;9.48328;9.49387;9.50446;9.51505;9.52564;9.53623;9.54681;9.5574;9.56799;9.57858;9.58917;9.59975;9.61034;9.62093;9.63152;9.64211;9.65269;9.66328;9.67387;9.68446;9.69505;9.70564;9.71622;9.72681;9.7374;9.74799;9.75858;9.76916;9.77975;9.79034;9.80093;9.81152;9.82211;9.83269;9.84328;9.85387;9.86446;9.87505;9.88563;9.89622;9.90681;9.9174;9.92799;9.93857;9.94916;9.95975;9.97034;9.98093;9.99152;10.0021;10.0127;10.0233;10.0339;10.0445;10.055;10.0656;10.0762;10.0868;10.0974;10.108;10.1186;10.1292;10.1397;10.1503;10.1609;10.1715;10.1821;10.1927;10.2033;10.2139;10.2245;10.235;10.2456;10.2562;10.2668;10.2774;10.288;10.2986;10.3092;10.3197;10.3303;10.3409;10.3515;10.3621;10.3727;10.3833;10.3939;10.4045;10.415;10.4256;10.4362;10.4468;10.4574;10.468;10.4786;10.4892;10.4997;10.5103;10.5209;10.5315;10.5421;10.5527;10.5633;10.5739;10.5845;10.595;10.6056;10.6162;10.6268;10.6374;10.648;10.6586;10.6692;10.6797;10.6903;10.7009;10.7115;10.7221;10.7327;10.7433;10.7539;10.7645;10.775;10.7856;10.7962;10.8068;10.8174;10.828;10.8386;10.8492;10.8597;10.8703;10.8809;10.8915;10.9021;10.9127;10.9233;10.9339;10.9444;10.955;10.9656;10.9762;10.9868;10.9974;11.008;11.0186;11.0292;11.0397;11.0503;11.0609;11.0715;11.0821;11.0927;11.1033;11.1139;11.1244;11.135;11.1456;11.1562;11.1668;11.1774;11.188;11.1986;11.2092;11.2197;11.2303;11.2409;11.2515;11.2621;11.2727;11.2833;11.2939;11.3044;11.315;11.3256;11.3362;11.3468;11.3574;11.368;11.3786;11.3892;11.3997;11.4103;11.4209;11.4315;11.4421;11.4527;11.4633;11.4739;11.4844;11.495;11.5056;11.5162;11.5268;11.5374;11.548;11.5586;11.5691;11.5797;11.5903;11.6009;11.6115;11.6221;11.6327;11.6433;11.6539;11.6644;11.675;11.6856;11.6962;11.7068;11.7174;11.728;11.7386;11.7491;11.7597;11.7703;11.7809;11.7915;11.8021;11.8127;11.8233;11.8339;11.8444;11.855;11.8656;11.8762;11.8868;11.8974;11.908;11.9186;11.9291;11.9397;11.9503;11.9609;11.9715;11.9821;11.9927;12.0033;12.0139;12.0244;12.035;12.0456;12.0562;12.0668;12.0774;12.088;12.0986;12.1091;12.1197;12.1303;12.1409;12.1515;12.1621;12.1727;12.1833;12.1939;12.2044;12.215;12.2256;12.2362;12.2468;12.2574;12.268;12.2786;12.2891;12.2997;12.3103;12.3209;12.3315;12.3421;12.3527;12.3633;12.3738;12.3844;12.395;12.4056;12.4162;12.4268;12.4374;12.448;12.4586;12.4691;12.4797;12.4903;12.5009;12.5115;12.5221;12.5327;12.5433;12.5538;12.5644;12.575;12.5856;12.5962;12.6068;12.6174;12.628;12.6386;12.6491;12.6597;12.6703;12.6809;12.6915;12.7021;12.7127;12.7233;12.7338;12.7444;12.755;12.7656;12.7762;12.7868;12.7974;12.808;12.8186;12.8291;12.8397;12.8503;12.8609;12.8715;12.8821;12.8927;12.9033;12.9138;12.9244;12.935;12.9456;12.9562;12.9668;12.9774;12.988;12.9985;13.0091;13.0197;13.0303;13.0409;13.0515;13.0621;13.0727;13.0833;13.0938;13.1044;13.115;13.1256;13.1362;13.1468;13.1574;13.168;13.1785;13.1891;13.1997;13.2103;13.2209;13.2315;13.2421;13.2527;13.2633;13.2738;13.2844;13.295;13.3056;13.3162;13.3268;13.3374;13.348;13.3585;13.3691;13.3797;13.3903;13.4009;13.4115;13.4221;13.4327;13.4433;13.4538;13.4644;13.475;13.4856;13.4962;13.5068;13.5174;13.528;13.5385;13.5491;13.5597;13.5703;13.5809;13.5915;13.6021;13.6127;13.6233;13.6338;13.6444;13.655;13.6656;13.6762;13.6868;13.6974;13.708;13.7185;13.7291;13.7397;13.7503;13.7609;13.7715;13.7821;13.7927;13.8032;13.8138;13.8244;13.835;13.8456;13.8562;13.8668;13.8774;13.888;13.8985;13.9091;13.9197;13.9303;13.9409;13.9515;13.9621;13.9727;13.9832;13.9938;14.0044;14.015;14.0256;14.0362;14.0468;14.0574;14.068;14.0785;14.0891;14.0997;14.1103;14.1209;14.1315;14.1421;14.1527;14.1632;14.1738;14.1844;14.195;14.2056;14.2162;14.2268;14.2374;14.248;14.2585;14.2691;14.2797;14.2903;14.3009;14.3115;14.3221;14.3327;14.3432;14.3538;14.3644;14.375;14.3856;14.3962;14.4068;14.4174;14.428;14.4385;14.4491;14.4597;14.4703;14.4809;14.4915;0;14.5127;14.5232;14.5338;14.5444;14.555;14.5656;14.5762;14.5868;14.5974;14.6079;14.6185;14.6291;14.6397;14.6503;14.6609;14.6715;14.6821;14.6927;14.7032;14.7138;14.7244;14.735;14.7456;14.7562;14.7668;14.7774;14.7879;14.7985;14.8091;14.8197;14.8303;14.8409;14.8515;14.8621;14.8727;14.8832;14.8938;14.9044;14.915;14.9256;14.9362;</Alpha>
+                <Cl>-0.5;-0.499;-0.498;-0.497;-0.496;-0.495;-0.494;-0.493;-0.492;-0.491;-0.49;-0.489;-0.488;-0.487;-0.486;-0.485;-0.484;-0.483;-0.482;-0.481;-0.48;-0.479;-0.478;-0.477;-0.476;-0.475;-0.474;-0.473;-0.472;-0.471;-0.47;-0.469;-0.468;-0.467;-0.466;-0.465;-0.464;-0.463;-0.462;-0.461;-0.46;-0.459;-0.458;-0.457;-0.456;-0.455;-0.454;-0.453;-0.452;-0.451;-0.45;-0.449;-0.448;-0.447;-0.446;-0.445;-0.444;-0.443;-0.442;-0.441;-0.44;-0.439;-0.438;-0.437;-0.436;-0.435;-0.434;-0.433;-0.432;-0.431;-0.43;-0.429;-0.428;-0.427;-0.426;-0.425;-0.424;-0.423;-0.422;-0.421;-0.42;-0.419;-0.418;-0.417;-0.416;-0.415;-0.414;-0.413;-0.412;-0.411;-0.41;-0.409;-0.408;-0.407;-0.406;-0.405;-0.404;-0.403;-0.402;-0.401;-0.4;-0.399;-0.398;-0.397;-0.396;-0.395;-0.394;-0.393;-0.392;-0.391;-0.39;-0.389;-0.388;-0.387;-0.386;-0.385;-0.384;-0.383;-0.382;-0.381;-0.38;-0.379;-0.378;-0.377;-0.376;-0.375;-0.374;-0.373;-0.372;-0.371;-0.37;-0.369;-0.368;-0.367;-0.366;-0.365;-0.364;-0.363;-0.362;-0.361;-0.36;-0.359;-0.358;-0.357;-0.356;-0.355;-0.354;-0.353;-0.352;-0.351;-0.35;-0.349;-0.348;-0.347;-0.346;-0.345;-0.344;-0.343;-0.342;-0.341;-0.34;-0.339;-0.338;-0.337;-0.336;-0.335;-0.334;-0.333;-0.332;-0.331;-0.33;-0.329;-0.328;-0.327;-0.326;-0.325;-0.324;-0.323;-0.322;-0.321;-0.32;-0.319;-0.318;-0.317;-0.316;-0.315;-0.314;-0.313;-0.312;-0.311;-0.31;-0.309;-0.308;-0.307;-0.306;-0.305;-0.304;-0.303;-0.302;-0.301;-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447;1.448;1.449;1.45;1.451;1.452;1.453;1.454;1.455;1.456;1.457;1.458;1.459;1.46;1.461;1.462;1.463;1.464;1.465;1.466;1.467;1.468;1.469;1.47;1.471;1.472;1.473;1.474;1.475;1.476;1.477;1.478;1.479;1.48;1.481;1.482;1.483;1.484;1.485;1.486;1.487;1.488;1.489;1.49;1.491;1.492;1.493;1.494;1.495;1.496;1.497;1.498;1.499;1.5;1.501;1.502;1.503;1.504;1.505;1.506;1.507;1.508;1.509;1.51;1.511;1.512;1.513;1.514;1.515;1.516;1.517;1.518;1.519;1.52;1.521;1.522;1.523;1.524;1.525;1.526;1.527;1.528;1.529;1.53;1.531;1.532;1.533;1.534;1.535;1.536;1.537;1.538;1.539;1.54;1.541;1.542;1.543;1.544;1.545;1.546;1.547;1.548;1.549;1.55;1.551;1.552;1.553;1.554;1.555;1.556;1.557;1.558;1.559;1.56;1.561;1.562;1.563;1.564;1.565;1.566;1.567;1.568;1.569;1.57;1.571;1.572;1.573;1.574;1.575;1.576;1.577;1.578;1.579;1.58;1.581;1.582;1.583;1.584;1.585;1.586;1.587;1.588;1.589;1.59;1.591;1.592;1.593;1.594;1.595;1.596;1.597;1.598;1.599;1.6;1.601;1.602;1.603;1.604;1.605;1.606;1.607;1.608;1.609;1.61;1.611;1.612;1.613;1.614;1.615;1.616;1.617;1.618;1.619;1.62;1.621;1.622;1.623;1.624;1.625;1.626;1.627;1.628;1.629;1.63;1.631;1.632;1.633;1.634;1.635;1.636;1.637;1.638;1.639;1.64;1.641;1.642;1.643;1.644;1.645;1.646;1.647;1.648;1.649;1.65;1.651;1.652;1.653;1.654;1.655;1.656;1.657;1.658;1.659;1.66;1.661;1.662;1.663;1.664;1.665;1.666;1.667;1.668;1.669;1.67;1.671;1.672;1.673;1.674;1.675;1.676;1.677;1.678;1.679;1.68;1.681;1.682;1.683;1.684;1.685;1.686;1.687;1.688;1.689;1.69;1.691;1.692;1.693;1.694;1.695;1.696;1.697;1.698;1.699;1.7;1.701;1.702;1.703;1.704;1.705;1.706;1.707;1.708;1.709;1.71;1.711;1.712;1.713;1.714;1.715;1.716;1.717;1.718;1.719;1.72;1.721;1.722;1.723;1.724;1.725;1.726;1.727;1.728;1.729;1.73;1.731;1.732;1.733;1.734;1.735;1.736;1.737;1.738;1.739;1.74;1.741;1.742;1.743;1.744;1.745;1.746;1.747;1.748;1.749;1.75;1.751;1.752;1.753;1.754;1.755;1.756;1.757;1.758;1.759;1.76;1.761;1.762;1.763;1.764;1.765;1.766;1.767;1.768;1.769;1.77;1.771;1.772;1.773;1.774;1.775;1.776;1.777;1.778;1.779;1.78;1.781;1.782;1.783;1.784;1.785;1.786;1.787;1.788;1.789;1.79;1.791;1.792;1.793;1.794;1.795;1.796;1.797;1.798;1.799;1.8;1.801;1.802;1.803;1.804;1.805;1.806;1.807;1.808;1.809;1.81;1.811;1.812;1.813;1.814;1.815;1.816;1.817;1.818;1.819;1.82;1.821;1.822;1.823;1.824;1.825;1.826;1.827;1.828;1.829;1.83;1.831;1.832;1.833;1.834;1.835;1.836;1.837;1.838;1.839;1.84;1.841;1.842;1.843;1.844;1.845;1.846;1.847;1.848;1.849;1.85;1.851;1.852;1.853;1.854;1.855;1.856;1.857;1.858;1.859;1.86;1.861;1.862;1.863;1.864;1.865;1.866;1.867;1.868;1.869;1.87;1.871;1.872;1.873;1.874;1.875;1.876;1.877;1.878;1.879;1.88;1.881;1.882;1.883;1.884;1.885;1.886;1.887;1.888;1.889;1.89;1.891;1.892;1.893;1.894;1.895;1.896;1.897;1.898;1.899;1.9;1.901;1.902;1.903;1.904;1.905;1.906;1.907;1.908;1.909;1.91;1.911;1.912;1.913;1.914;1.915;1.916;1.917;1.918;1.919;1.92;1.921;1.922;1.923;1.924;1.925;1.926;1.927;1.928;1.929;1.93;1.931;1.932;1.933;1.934;1.935;1.936;1.937;1.938;1.939;1.94;1.941;1.942;1.943;1.944;1.945;1.946;1.947;1.948;1.949;1.95;1.951;1.952;1.953;1.954;1.955;1.956;1.957;1.958;1.959;1.96;1.961;1.962;1.963;1.964;1.965;1.966;1.967;1.968;1.969;1.97;1.971;1.972;1.973;1.974;1.975;1.976;1.977;1.978;1.979;1.98;1.981;1.982;1.983;1.984;1.985;1.986;1.987;1.988;1.989;1.99;1.991;1.992;1.993;1.994;1.995;1.996;1.997;1.998;1.999;2;2.001;2.002;2.003;2.004;2.005;2.006;2.007;2.008;2.009;2.01;2.011;2.012;2.013;2.014;2.015;2.016;2.017;2.018;2.019;2.02;2.021;2.022;2.023;2.024;2.025;2.026;2.027;2.028;2.029;2.03;2.031;2.032;2.033;2.034;2.035;2.036;2.037;2.038;2.039;2.04;2.041;2.042;2.043;2.044;2.045;2.046;2.047;2.048;2.049;2.05;2.051;2.052;2.053;2.054;2.055;2.056;2.057;2.058;2.059;2.06;2.061;2.062;2.063;2.064;2.065;2.066;2.067;2.068;2.069;2.07;2.071;2.072;2.073;2.074;2.075;2.076;2.077;2.078;2.079;2.08;2.081;2.082;2.083;2.084;2.085;2.086;2.087;2.088;2.089;2.09;2.091;2.092;2.093;2.094;2.095;2.096;2.097;2.098;2.099;2.1;2.101;2.102;2.103;2.104;2.105;2.106;2.107;2.108;2.109;2.11;2.111;2.112;2.113;2.114;2.115;2.116;2.117;2.118;2.119;2.12;2.121;2.122;2.123;2.124;2.125;2.126;2.127;2.128;2.129;2.13;2.131;2.132;2.133;2.134;2.135;2.136;2.137;2.138;2.139;2.14;2.141;2.142;2.143;2.144;2.145;2.146;2.147;2.148;2.149;2.15;2.151;2.152;2.153;2.154;2.155;2.156;2.157;2.158;2.159;2.16;2.161;2.162;2.163;2.164;2.165;2.166;2.167;2.168;2.169;2.17;2.171;2.172;2.173;2.174;2.175;2.176;2.177;2.178;2.179;2.18;2.181;2.182;2.183;2.184;2.185;2.186;2.187;2.188;2.189;2.19;2.191;2.192;2.193;2.194;2.195;2.196;2.197;2.198;2.199;2.2;2.201;2.202;2.203;2.204;2.205;2.206;2.207;2.208;2.209;2.21;2.211;2.212;2.213;2.214;2.215;2.216;2.217;2.218;2.219;2.22;2.221;2.222;2.223;2.224;2.225;2.226;2.227;2.228;2.229;2.23;2.231;2.232;2.233;2.234;2.235;2.236;2.237;2.238;2.239;2.24;2.241;2.242;2.243;2.244;2.245;2.246;2.247;2.248;2.249;2.25;2.251;2.252;2.253;2.254;2.255;2.256;2.257;2.258;2.259;2.26;2.261;2.262;2.263;2.264;2.265;2.266;2.267;2.268;2.269;2.27;2.271;2.272;2.273;2.274;2.275;2.276;2.277;2.278;2.279;2.28;2.281;2.282;2.283;2.284;2.285;2.286;2.287;2.288;2.289;2.29;2.291;2.292;2.293;2.294;2.295;2.296;2.297;2.298;2.299;2.3;2.301;2.302;2.303;2.304;2.305;2.306;2.307;2.308;2.309;2.31;2.311;2.312;2.313;2.314;2.315;2.316;2.317;2.318;2.319;2.32;2.321;2.322;2.323;2.324;2.325;2.326;2.327;2.328;2.329;2.33;2.331;2.332;2.333;2.334;2.335;2.336;2.337;2.338;2.339;2.34;2.341;2.342;2.343;2.344;2.345;2.346;2.347;2.348;2.349;2.35;2.351;2.352;2.353;2.354;2.355;2.356;2.357;2.358;2.359;2.36;2.361;2.362;2.363;2.364;2.365;2.366;2.367;2.368;2.369;2.37;2.371;2.372;2.373;2.374;2.375;2.376;2.377;2.378;2.379;2.38;2.381;2.382;2.383;2.384;2.385;2.386;2.387;2.388;2.389;2.39;2.391;2.392;2.393;2.394;2.395;2.396;2.397;2.398;2.399;2.4;2.401;2.402;2.403;2.404;2.405;2.406;2.407;2.408;2.409;2.41;2.411;2.412;2.413;2.414;2.415;2.416;2.417;2.418;2.419;2.42;2.421;2.422;2.423;2.424;2.425;2.426;2.427;2.428;2.429;2.43;2.431;2.432;2.433;2.434;2.435;2.436;2.437;2.438;2.439;2.44;2.441;2.442;2.443;2.444;2.445;2.446;2.447;2.448;2.449;2.45;2.451;2.452;2.453;2.454;2.455;2.456;2.457;2.458;2.459;2.46;2.461;2.462;2.463;2.464;2.465;2.466;2.467;2.468;2.469;2.47;2.471;2.472;2.473;2.474;2.475;2.476;2.477;2.478;2.479;2.48;2.481;2.482;2.483;2.484;2.485;2.486;2.487;2.488;2.489;2.49;2.491;2.492;2.493;2.494;2.495;2.496;2.497;2.498;2.499;2.5;2.501;2.502;2.503;2.504;2.505;2.506;2.507;2.508;2.509;2.51;2.511;2.512;2.513;2.514;2.515;2.516;2.517;2.518;2.519;2.52;2.521;2.522;2.523;2.524;2.525;2.526;2.527;2.528;2.529;2.53;2.531;2.532;2.533;2.534;2.535;2.536;2.537;2.538;2.539;2.54;2.541;2.542;2.543;2.544;2.545;2.546;2.547;2.548;2.549;2.55;2.551;2.552;2.553;2.554;2.555;2.556;2.557;2.558;2.559;2.56;2.561;2.562;2.563;2.564;2.565;2.566;2.567;2.568;2.569;2.57;2.571;2.572;2.573;2.574;2.575;2.576;2.577;2.578;2.579;2.58;2.581;2.582;2.583;2.584;2.585;2.586;2.587;2.588;2.589;2.59;2.591;2.592;2.593;2.594;2.595;2.596;2.597;2.598;2.599;2.6;2.601;2.602;2.603;2.604;2.605;2.606;2.607;2.608;2.609;2.61;2.611;2.612;2.613;2.614;2.615;2.616;2.617;2.618;2.619;2.62;2.621;2.622;2.623;2.624;2.625;2.626;2.627;2.628;2.629;2.63;2.631;2.632;2.633;2.634;2.635;2.636;2.637;2.638;2.639;2.64;2.641;2.642;2.643;2.644;2.645;2.646;2.647;2.648;2.649;2.65;2.651;</Cl>
+                <Cd>0.151596;0.151514;0.151433;0.151351;0.15127;0.151189;0.151108;0.151027;0.150946;0.150865;0.150785;0.150704;0.150624;0.150543;0.150463;0.150383;0.150303;0.150223;0.150143;0.150063;0.149983;0.149903;0.149824;0.149744;0.149665;0.149586;0.149507;0.149428;0.149349;0.14927;0.149191;0.149112;0.149034;0.148955;0.148877;0.148798;0.14872;0.148642;0.148564;0.148486;0.148408;0.14833;0.148253;0.148175;0.148098;0.14802;0.147943;0.147866;0.147789;0.147712;0.147635;0.147558;0.147481;0.147405;0.147328;0.147252;0.147175;0.147099;0.147023;0.146947;0.146871;0.146795;0.146719;0.146644;0.146568;0.146492;0.146417;0.146342;0.146267;0.146191;0.146116;0.146041;0.145967;0.145892;0.145817;0.145743;0.145668;0.145594;0.14552;0.145445;0.145371;0.145297;0.145224;0.14515;0.145076;0.145002;0.144929;0.144855;0.144782;0.144709;0.144636;0.144563;0.14449;0.144417;0.144344;0.144272;0.144199;0.144126;0.144054;0.143982;0.14391;0.143838;0.143766;0.143694;0.143622;0.14355;0.143478;0.143407;0.143335;0.143264;0.143193;0.143122;0.143051;0.14298;0.142909;0.142838;0.142767;0.142697;0.142626;0.142556;0.142486;0.142415;0.142345;0.142275;0.142205;0.142135;0.142066;0.141996;0.141927;0.141857;0.141788;0.141718;0.141649;0.14158;0.141511;0.141442;0.141374;0.141305;0.141236;0.141168;0.141099;0.141031;0.140963;0.140895;0.140827;0.140759;0.140691;0.140623;0.140555;0.140488;0.14042;0.140353;0.140286;0.140218;0.140151;0.140084;0.140017;0.139951;0.139884;0.139817;0.139751;0.139684;0.139618;0.139552;0.139486;0.139419;0.139354;0.139288;0.139222;0.139156;0.139091;0.139025;0.13896;0.138894;0.138829;0.138764;0.138699;0.138634;0.138569;0.138505;0.13844;0.138375;0.138311;0.138247;0.138182;0.138118;0.138054;0.13799;0.137926;0.137862;0.137799;0.137735;0.137672;0.137608;0.137545;0.137482;0.137418;0.137355;0.137292;0.13723;0.137167;0.137104;0.137042;0.136979;0.136917;0.136854;0.136792;0.13673;0.136668;0.136606;0.136544;0.136483;0.136421;0.13636;0.136298;0.136237;0.136176;0.136114;0.136053;0.135992;0.135931;0.135871;0.13581;0.135749;0.135689;0.135628;0.135568;0.135508;0.135448;0.135388;0.135328;0.135268;0.135208;0.135149;0.135089;0.13503;0.13497;0.134911;0.134852;0.134793;0.134734;0.134675;0.134616;0.134557;0.134499;0.13444;0.134382;0.134324;0.134265;0.134207;0.134149;0.134091;0.134033;0.133976;0.133918;0.13386;0.133803;0.133745;0.133688;0.133631;0.133574;0.133517;0.13346;0.133403;0.133346;0.13329;0.133233;0.133177;0.133121;0.133064;0.133008;0.132952;0.132896;0.13284;0.132784;0.132729;0.132673;0.132618;0.132562;0.132507;0.132452;0.132397;0.132342;0.132287;0.132232;0.132177;0.132122;0.132068;0.132013;0.131959;0.131905;0.131851;0.131797;0.131743;0.131689;0.131635;0.131581;0.131528;0.131474;0.131421;0.131367;0.131314;0.131261;0.131208;0.131155;0.131102;0.131049;0.130997;0.130944;0.130892;0.130839;0.130787;0.130735;0.130683;0.130631;0.130579;0.130527;0.130475;0.130424;0.130372;0.130321;0.130269;0.130218;0.130167;0.130116;0.130065;0.130014;0.129963;0.129912;0.129862;0.129811;0.129761;0.129711;0.12966;0.12961;0.12956;0.12951;0.129461;0.129411;0.129361;0.129312;0.129262;0.129213;0.129164;0.129114;0.129065;0.129016;0.128967;0.128919;0.12887;0.128821;0.128773;0.128724;0.128676;0.128628;0.12858;0.128532;0.128484;0.128436;0.128388;0.12834;0.128293;0.128245;0.128198;0.128151;0.128103;0.128056;0.128009;0.127962;0.127916;0.127869;0.127822;0.127776;0.127729;0.127683;0.127637;0.127591;0.127544;0.127499;0.127453;0.127407;0.127361;0.127316;0.12727;0.127225;0.127179;0.127134;0.127089;0.127044;0.126999;0.126954;0.12691;0.126865;0.12682;0.126776;0.126731;0.126687;0.126643;0.126599;0.126555;0.126511;0.126467;0.126424;0.12638;0.126336;0.126293;0.12625;0.126206;0.126163;0.12612;0.126077;0.126034;0.125992;0.125949;0.125906;0.125864;0.125822;0.125779;0.125737;0.125695;0.125653;0.125611;0.125569;0.125528;0.125486;0.125444;0.125403;0.125362;0.12532;0.125279;0.125238;0.125197;0.125156;0.125116;0.125075;0.125034;0.124994;0.124953;0.124913;0.124873;0.124833;0.124793;0.124753;0.124713;0.124673;0.124634;0.124594;0.124555;0.124515;0.124476;0.124437;0.124398;0.124359;0.12432;0.124281;0.124242;0.124204;0.124165;0.124127;0.124088;0.12405;0.124012;0.123974;0.123936;0.123898;0.12386;0.123823;0.123785;0.123748;0.12371;0.123673;0.123636;0.123599;0.123562;0.123525;0.123488;0.123451;0.123415;0.123378;0.123342;0.123305;0.123269;0.123233;0.123197;0.123161;0.123125;0.123089;0.123053;0.123018;0.122982;0.122947;0.122912;0.122876;0.122841;0.122806;0.122771;0.122737;0.122702;0.122667;0.122633;0.122598;0.122564;0.12253;0.122495;0.122461;0.122427;0.122393;0.12236;0.122326;0.122292;0.122259;0.122225;0.122192;0.122159;0.122126;0.122093;0.12206;0.122027;0.121994;0.121961;0.121929;0.121896;0.121864;0.121832;0.121799;0.121767;0.121735;0.121703;0.121672;0.12164;0.121608;0.121577;0.121545;0.121514;0.121483;0.121451;0.12142;0.121389;0.121359;0.121328;0.121297;0.121266;0.121236;0.121206;0.121175;0.121145;0.121115;0.121085;0.121055;0.121025;0.120995;0.120966;0.120936;0.120907;0.120877;0.120848;0.120819;0.12079;0.120761;0.120732;0.120703;0.120674;0.120646;0.120617;0.120589;0.120561;0.120532;0.120504;0.120476;0.120448;0.12042;0.120393;0.120365;0.120337;0.12031;0.120282;0.120255;0.120228;0.120201;0.120174;0.120147;0.12012;0.120093;0.120067;0.12004;0.120014;0.119987;0.119961;0.119935;0.119909;0.119883;0.119857;0.119831;0.119806;0.11978;0.119755;0.119729;0.119704;0.119679;0.119654;0.119628;0.119604;0.119579;0.119554;0.119529;0.119505;0.11948;0.119456;0.119432;0.119407;0.119383;0.119359;0.119336;0.119312;0.119288;0.119264;0.119241;0.119217;0.119194;0.119171;0.119148;0.119125;0.119102;0.119079;0.119056;0.119033;0.119011;0.118988;0.118966;0.118944;0.118922;0.118899;0.118877;0.118856;0.118834;0.118812;0.11879;0.118769;0.118747;0.118726;0.118705;0.118684;0.118663;0.118642;0.118621;0.1186;0.118579;0.118559;0.118538;0.118518;0.118497;0.118477;0.118457;0.118437;0.118417;0.118397;0.118378;0.118358;0.118338;0.118319;0.118299;0.11828;0.118261;0.118242;0.118223;0.118204;0.118185;0.118167;0.118148;0.118129;0.118111;0.118093;0.118074;0.118056;0.118038;0.11802;0.118002;0.117985;0.117967;0.117949;0.117932;0.117915;0.117897;0.11788;0.117863;0.117846;0.117829;0.117812;0.117796;0.117779;0.117762;0.117746;0.11773;0.117713;0.117697;0.117681;0.117665;0.117649;0.117633;0.117618;0.117602;0.117587;0.117571;0.117556;0.117541;0.117526;0.117511;0.117496;0.117481;0.117466;0.117451;0.117437;0.117422;0.117408;0.117394;0.11738;0.117365;0.117351;0.117338;0.117324;0.11731;0.117296;0.117283;0.11727;0.117256;0.117243;0.11723;0.117217;0.117204;0.117191;0.117178;0.117166;0.117153;0.11714;0.117128;0.117116;0.117104;0.117091;0.117079;0.117068;0.117056;0.117044;0.117032;0.117021;0.117009;0.116998;0.116987;0.116976;0.116965;0.116954;0.116943;0.116932;0.116921;0.116911;0.1169;0.11689;0.116879;0.116869;0.116859;0.116849;0.116839;0.116829;0.11682;0.11681;0.1168;0.116791;0.116781;0.116772;0.116763;0.116754;0.116745;0.116736;0.116727;0.116719;0.11671;0.116701;0.116693;0.116685;0.116676;0.116668;0.11666;0.116652;0.116644;0.116637;0.116629;0.116621;0.116614;0.116607;0.116599;0.116592;0.116585;0.116578;0.116571;0.116564;0.116557;0.116551;0.116544;0.116538;0.116532;0.116525;0.116519;0.116513;0.116507;0.116501;0.116495;0.11649;0.116484;0.116479;0.116473;0.116468;0.116463;0.116458;0.116453;0.116448;0.116443;0.116438;0.116433;0.116429;0.116424;0.11642;0.116416;0.116411;0.116407;0.116403;0.1164;0.116396;0.116392;0.116388;0.116385;0.116381;0.116378;0.116375;0.116372;0.116369;0.116366;0.116363;0.11636;0.116357;0.116355;0.116352;0.11635;0.116348;0.116346;0.116343;0.116341;0.116339;0.116338;0.116336;0.116334;0.116333;0.116331;0.11633;0.116329;0.116328;0.116326;0.116325;0.116325;0.116324;0.116323;0.116323;0.116322;0.116322;0.116321;0.116321;0.116321;0.116321;0.116321;0.116321;0.116321;0.116322;0.116322;0.116323;0.116323;0.116324;0.116325;0.116326;0.116327;0.116328;0.116329;0.11633;0.116332;0.116333;0.116335;0.116337;0.116338;0.11634;0.116342;0.116344;0.116346;0.116349;0.116351;0.116353;0.116356;0.116358;0.116361;0.116364;0.116367;0.11637;0.116373;0.116376;0.116379;0.116383;0.116386;0.11639;0.116393;0.116397;0.116401;0.116405;0.116409;0.116413;0.116417;0.116422;0.116426;0.11643;0.116435;0.11644;0.116445;0.116449;0.116454;0.116459;0.116465;0.11647;0.116475;0.116481;0.116486;0.116492;0.116498;0.116503;0.116509;0.116515;0.116521;0.116528;0.116534;0.11654;0.116547;0.116553;0.11656;0.116567;0.116574;0.116581;0.116588;0.116595;0.116602;0.116609;0.116617;0.116624;0.116632;0.11664;0.116647;0.116655;0.116663;0.116671;0.116679;0.116688;0.116696;0.116705;0.116713;0.116722;0.11673;0.116739;0.116748;0.116757;0.116766;0.116776;0.116785;0.116794;0.116804;0.116813;0.116823;0.116833;0.116843;0.116853;0.116863;0.116873;0.116883;0.116894;0.116904;0.116915;0.116925;0.116936;0.116947;0.116958;0.116969;0.11698;0.116991;0.117002;0.117014;0.117025;0.117037;0.117048;0.11706;0.117072;0.117084;0.117096;0.117108;0.11712;0.117133;0.117145;0.117158;0.11717;0.117183;0.117196;0.117209;0.117222;0.117235;0.117248;0.117261;0.117274;0.117288;0.117301;0.117315;0.117329;0.117343;0.117357;0.117371;0.117385;0.117399;0.117413;0.117428;0.117442;0.117457;0.117471;0.117486;0.117501;0.117516;0.117531;0.117546;0.117562;0.117577;0.117592;0.117608;0.117623;0.117639;0.117655;0.117671;0.117687;0.117703;0.117719;0.117736;0.117752;0.117768;0.117785;0.117802;0.117818;0.117835;0.117852;0.117869;0.117886;0.117904;0.117921;0.117938;0.117956;0.117973;0.117991;0.118009;0.118027;0.118045;0.118063;0.118081;0.118099;0.118118;0.118136;0.118155;0.118173;0.118192;0.118211;0.11823;0.118249;0.118268;0.118287;0.118307;0.118326;0.118345;0.118365;0.118385;0.118405;0.118424;0.118444;0.118464;0.118485;0.118505;0.118525;0.118546;0.118566;0.118587;0.118608;0.118628;0.118649;0.11867;0.118691;0.118713;0.118734;0.118755;0.118777;0.118798;0.11882;0.118842;0.118864;0.118886;0.118908;0.11893;0.118952;0.118974;0.118997;0.119019;0.119042;0.119064;0.119087;0.11911;0.119133;0.119156;0.119179;0.119203;0.119226;0.11925;0.119273;0.119297;0.11932;0.119344;0.119368;0.119392;0.119416;0.119441;0.119465;0.119489;0.119514;0.119538;0.119563;0.119588;0.119613;0.119638;0.119663;0.119688;0.119713;0.119738;0.119764;0.119789;0.119815;0.119841;0.119867;0.119893;0.119919;0.119945;0.119971;0.119997;0.120024;0.12005;0.120077;0.120103;0.12013;0.120157;0.120184;0.120211;0.120238;0.120265;0.120293;0.12032;0.120347;0.120375;0.120403;0.120431;0.120458;0.120486;0.120515;0.120543;0.120571;0.120599;0.120628;0.120656;0.120685;0.120714;0.120743;0.120771;0.120801;0.12083;0.120859;0.120888;0.120918;0.120947;0.120977;0.121006;0.121036;0.121066;0.121096;0.121126;0.121156;0.121186;0.121217;0.121247;0.121278;0.121308;0.121339;0.12137;0.121401;0.121432;0.121463;0.121494;0.121525;0.121557;0.121588;0.12162;0.121651;0.121683;0.121715;0.121747;0.121779;0.121811;0.121843;0.121876;0.121908;0.121941;0.121973;0.122006;0.122039;0.122072;0.122105;0.122138;0.122171;0.122204;0.122238;0.122271;0.122305;0.122338;0.122372;0.122406;0.12244;0.122474;0.122508;0.122542;0.122576;0.122611;0.122645;0.12268;0.122715;0.122749;0.122784;0.122819;0.122854;0.122889;0.122925;0.12296;0.122995;0.123031;0.123067;0.123102;0.123138;0.123174;0.12321;0.123246;0.123282;0.123319;0.123355;0.123391;0.123428;0.123465;0.123501;0.123538;0.123575;0.123612;0.123649;0.123687;0.123724;0.123761;0.123799;0.123837;0.123874;0.123912;0.12395;0.123988;0.124026;0.124064;0.124102;0.124141;0.124179;0.124218;0.124256;0.124295;0.124334;0.124373;0.124412;0.124451;0.12449;0.12453;0.124569;0.124608;0.124648;0.124688;0.124728;0.124767;0.124807;0.124847;0.124888;0.124928;0.124968;0.125009;0.125049;0.12509;0.12513;0.125171;0.125212;0.125253;0.125294;0.125335;0.125377;0.125418;0.12546;0.125501;0.125543;0.125585;0.125626;0.125668;0.12571;0.125753;0.125795;0.125837;0.12588;0.125922;0.125965;0.126007;0.12605;0.126093;0.126136;0.126179;0.126222;0.126266;0.126309;0.126352;0.126396;0.12644;0.126483;0.126527;0.126571;0.126615;0.126659;0.126703;0.126748;0.126792;0.126837;0.126881;0.126926;0.126971;0.127016;0.127061;0.127106;0.127151;0.127196;0.127241;0.127287;0.127332;0.127378;0.127424;0.127469;0.127515;0.127561;0.127607;0.127654;0.1277;0.127746;0.127793;0.127839;0.127886;0.127933;0.12798;0.128027;0.128074;0.128121;0.128168;0.128215;0.128263;0.12831;0.128358;0.128406;0.128453;0.128501;0.128549;0.128597;0.128645;0.128694;0.128742;0.128791;0.128839;0.128888;0.128936;0.128985;0.129034;0.129083;0.129132;0.129182;0.129231;0.12928;0.12933;0.129379;0.129429;0.129479;0.129529;0.129579;0.129629;0.129679;0.129729;0.129779;0.12983;0.12988;0.129931;0.129982;0.130033;0.130084;0.130135;0.130186;0.130237;0.130288;0.130339;0.130391;0.130442;0.130494;0.130546;0.130598;0.13065;0.130702;0.130754;0.130806;0.130858;0.130911;0.130963;0.131016;0.131069;0.131121;0.131174;0.131227;0.13128;0.131334;0.131387;0.13144;0.131494;0.131547;0.131601;0.131655;0.131708;0.131762;0.131816;0.13187;0.131925;0.131979;0.132033;0.132088;0.132142;0.132197;0.132252;0.132307;0.132362;0.132417;0.132472;0.132527;0.132583;0.132638;0.132694;0.132749;0.132805;0.132861;0.132917;0.132973;0.133029;0.133085;0.133141;0.133198;0.133254;0.133311;0.133367;0.133424;0.133481;0.133538;0.133595;0.133652;0.133709;0.133767;0.133824;0.133881;0.133939;0.133997;0.134055;0.134112;0.13417;0.134229;0.134287;0.134345;0.134403;0.134462;0.13452;0.134579;0.134638;0.134697;0.134755;0.134814;0.134874;0.134933;0.134992;0.135051;0.135111;0.135171;0.13523;0.13529;0.13535;0.13541;0.13547;0.13553;0.13559;0.135651;0.135711;0.135772;0.135832;0.135893;0.135954;0.136015;0.136076;0.136137;0.136198;0.136259;0.136321;0.136382;0.136444;0.136505;0.136567;0.136629;0.136691;0.136753;0.136815;0.136877;0.13694;0.137002;0.137065;0.137127;0.13719;0.137253;0.137316;0.137378;0.137442;0.137505;0.137568;0.137631;0.137695;0.137758;0.137822;0.137886;0.13795;0.138014;0.138078;0.138142;0.138206;0.13827;0.138335;0.138399;0.138464;0.138528;0.138593;0.138658;0.138723;0.138788;0.138853;0.138918;0.138984;0.139049;0.139115;0.13918;0.139246;0.139312;0.139378;0.139444;0.13951;0.139576;0.139642;0.139709;0.139775;0.139842;0.139908;0.139975;0.140042;0.140109;0.140176;0.140243;0.14031;0.140378;0.140445;0.140513;0.14058;0.140648;0.140716;0.140784;0.140852;0.14092;0.140988;0.141056;0.141124;0.141193;0.141261;0.14133;0.141399;0.141468;0.141537;0.141606;0.141675;0.141744;0.141813;0.141883;0.141952;0.142022;0.142091;0.142161;0.142231;0.142301;0.142371;0.142441;0.142511;0.142582;0.142652;0.142723;0.142793;0.142864;0.142935;0.143006;0.143077;0.143148;0.143219;0.14329;0.143362;0.143433;0.143505;0.143576;0.143648;0.14372;0.143792;0.143864;0.143936;0.144008;0.144081;0.144153;0.144226;0.144298;0.144371;0.144444;0.144517;0.14459;0.144663;0.144736;0.144809;0.144882;0.144956;0.145029;0.145103;0.145177;0.145251;0.145325;0.145399;0.145473;0.145547;0.145621;0.145696;0.14577;0.145845;0.145919;0.145994;0.146069;0.146144;0.146219;0.146294;0.146369;0.146445;0.14652;0.146596;0.146671;0.146747;0.146823;0.146899;0.146975;0.147051;0.147127;0.147203;0.14728;0.147356;0.147433;0.147509;0.147586;0.147663;0.14774;0.147817;0.147894;0.147971;0.148049;0.148126;0.148204;0.148281;0.148359;0.148437;0.148515;0.148593;0.148671;0.148749;0.148827;0.148905;0.148984;0.149062;0.149141;0.14922;0.149299;0.149378;0.149457;0.149536;0.149615;0.149694;0.149774;0.149853;0.149933;0.150012;0.150092;0.150172;0.150252;0.150332;0.150412;0.150492;0.150573;0.150653;0.150734;0.150814;0.150895;0.150976;0.151057;0.151138;0.151219;0.1513;0.151381;0.151463;0.151544;0.151626;0.151707;0.151789;0.151871;0.151953;0.152035;0.152117;0.152199;0.152282;0.152364;0.152447;0.152529;0.152612;0.152695;0.152777;0.15286;0.152944;0.153027;0.15311;0.153193;0.153277;0.15336;0.153444;0.153528;0.153612;0.153695;0.153779;0.153864;0.153948;0.154032;0.154116;0.154201;0.154286;0.15437;0.154455;0.15454;0.154625;0.15471;0.154795;0.15488;0.154966;0.155051;0.155137;0.155222;0.155308;0.155394;0.15548;0.155566;0.155652;0.155738;0.155824;0.155911;0.155997;0.156084;0.15617;0.156257;0.156344;0.156431;0.156518;0.156605;0.156692;0.15678;0.156867;0.156954;0.157042;0.15713;0.157218;0.157305;0.157393;0.157481;0.15757;0.157658;0.157746;0.157835;0.157923;0.158012;0.158101;0.158189;0.158278;0.158367;0.158456;0.158546;0.158635;0.158724;0.158814;0.158903;0.158993;0.159083;0.159173;0.159263;0.159353;0.159443;0.159533;0.159624;0.159714;0.159804;0.159895;0.159986;0.160077;0.160168;0.160259;0.16035;0.160441;0.160532;0.160623;0.160715;0.160806;0.160898;0.16099;0.161082;0.161174;0.161266;0.161358;0.16145;0.161542;0.161635;0.161727;0.16182;0.161913;0.162005;0.162098;0.162191;0.162284;0.162378;0.162471;0.162564;0.162658;0.162751;0.162845;0.162938;0.163032;0.163126;0.16322;0.163314;0.163409;0.163503;0.163597;0.163692;0.163786;0.163881;0.163976;0.164071;0.164166;0.164261;0.164356;0.164451;0.164546;0.164642;0.164737;0.164833;0.164929;0.165024;0.16512;0.165216;0.165312;0.165409;0.165505;0.165601;0.165698;0.165794;0.165891;0.165988;0.166085;0.166182;0.166279;0.166376;0.166473;0.16657;0.166668;0.166765;0.166863;0.16696;0.167058;0.167156;0.167254;0.167352;0.16745;0.167549;0.167647;0.167745;0.167844;0.167943;0.168041;0.16814;0.168239;0.168338;0.168437;0.168536;0.168636;0.168735;0.168835;0.168934;0.169034;0.169134;0.169234;0.169333;0.169434;0.169534;0.169634;0.169734;0.169835;0.169935;0.170036;0.170137;0.170237;0.170338;0.170439;0.17054;0.170642;0.170743;0.170844;0.170946;0.171047;0.171149;0.171251;0.171352;0.171454;0.171556;0.171659;0.171761;0.171863;0.171966;0.172068;0.172171;0.172273;0.172376;0.172479;0.172582;0.172685;0.172788;0.172891;0.172995;0.173098;0.173202;0.173305;0.173409;0.173513;0.173617;0.173721;0.173825;0.173929;0.174034;0.174138;0.174242;0.174347;0.174452;0.174556;0.174661;0.174766;0.174871;0.174976;0.175082;0.175187;0.175292;0.175398;0.175504;0.175609;0.175715;0.175821;0.175927;0.176033;0.176139;0.176246;0.176352;0.176458;0.176565;0.176672;0.176778;0.176885;0.176992;0.177099;0.177206;0.177314;0.177421;0.177528;0.177636;0.177743;0.177851;0.177959;0.178067;0.178175;0.178283;0.178391;0.178499;0.178608;0.178716;0.178825;0.178933;0.179042;0.179151;0.17926;0.179369;0.179478;0.179587;0.179696;0.179806;0.179915;0.180025;0.180134;0.180244;0.180354;0.180464;0.180574;0.180684;0.180795;0.180905;0.181015;0.181126;0.181236;0.181347;0.181458;0.181569;0.18168;0.181791;0.181902;0.182013;0.182125;0.182236;0.182348;0.182459;0.182571;0.182683;0.182795;0.182907;0.183019;0.183131;0.183244;0.183356;0.183469;0.183581;0.183694;0.183807;0.18392;0.184033;0.184146;0.184259;0.184372;0.184485;0.184599;0.184712;0.184826;0.18494;0.185054;0.185167;0.185282;0.185396;0.18551;0.185624;0.185739;0.185853;0.185968;0.186082;0.186197;0.186312;0.186427;0.186542;0.186657;0.186772;0.186888;0.187003;0.187119;0.187234;0.18735;0.187466;0.187582;0.187698;0.187814;0.18793;0.188046;0.188163;0.188279;0.188396;0.188512;0.188629;0.188746;0.188863;0.18898;0.189097;0.189214;0.189331;0.189449;0.189566;0.189684;0.189802;0.189919;0.190037;0.190155;0.190273;0.190392;0.19051;0.190628;0.190747;0.190865;0.190984;0.191102;0.191221;0.19134;0.191459;0.191578;0.191698;0.191817;0.191936;0.192056;0.192175;0.192295;0.192415;0.192535;0.192655;0.192775;0.192895;0.193015;0.193135;0.193256;0.193376;0.193497;0.193618;0.193738;0.193859;0.19398;0.194101;0.194223;0.194344;0.194465;0.194587;0.194708;0.19483;0.194952;0.195074;0.195195;0.195317;0.19544;0.195562;0.195684;0.195807;0.195929;0.196052;0.196174;0.196297;0.19642;0.196543;0.196666;0.196789;0.196912;0.197036;0.197159;0.197283;0.197406;0.19753;0.197654;0.197778;0.197902;0.198026;0.19815;0.198275;0.198399;0.198523;0.198648;0.198773;0.198897;0.199022;0.199147;0.199272;0.199397;0.199523;0.199648;0.199773;0.199899;0.200025;0.20015;0.200276;0.200402;0.200528;0.200654;0.20078;0.200907;0.201033;0.201159;0.201286;0.201413;0.201539;0.201666;0.201793;0.20192;0.202047;0.202175;0.202302;0.202429;0.202557;0.202684;0.202812;0.20294;0.203068;0.203196;0.203324;0.203452;0.20358;0.203709;0.203837;0.203966;0.204094;0.204223;0.204352;0.204481;0.20461;0.204739;0.204868;0.204997;0.205127;0.205256;0.205386;0.205515;0.205645;0.205775;0.205905;0.206035;0.206165;0.206295;0.206426;0.206556;0.206687;0.206817;0.206948;0.207079;0.20721;0.207341;0.207472;0.207603;0.207734;0.207866;0.207997;0.208129;0.20826;0.208392;0.208524;0.208656;0.208788;0.20892;0.209052;0.209184;0.209317;0.209449;0.209582;0.209715;0.209847;0.20998;0.210113;0.210246;0.21038;0.210513;0.210646;0.21078;0.210913;0.211047;0.211181;0.211314;0.211448;0.211582;0.211716;0.211851;0.211985;0.212119;0.212254;0.212388;0.212523;0.212658;0.212793;0.212928;0.213063;0.213198;0.213333;0.213468;0.213604;0.213739;0.213875;0.214011;0.214146;0.214282;0.214418;0.214554;0.214691;0.214827;0.214963;0.2151;0.215236;0.215373;0.21551;0.215647;0.215783;0.21592;0.216058;0.216195;0.216332;0.21647;0.216607;0.216745;0.216882;0.21702;0.217158;0.217296;0.217434;0.217572;0.21771;0.217849;0.217987;0.218126;0.218264;0.218403;0.218542;0.218681;0.21882;0.218959;0.219098;0.219238;0.219377;0.219516;0.219656;0.219796;0.219935;0.220075;0.220215;0.220355;0.220495;0.220636;0.220776;0.220916;0.221057;0.221198;0.221338;0.221479;0.22162;0.221761;0.221902;0.222043;0.222184;0.222326;0.222467;0.222609;0.222751;0.222892;0.223034;0.223176;0.223318;0.22346;0.223602;0.223745;0.223887;0.22403;0.224172;0.224315;0.224458;0.224601;0.224744;0.224887;0.22503;0.225173;0.225316;0.22546;0.225603;0.225747;0.225891;0.226035;0.226178;0.226322;0.226467;0.226611;0.226755;0.226899;0.227044;0.227189;0.227333;0.227478;0.227623;0.227768;0.227913;0.228058;0.228203;0.228349;0.228494;0.228639;0.228785;0.228931;0.229077;0.229223;0.229369;0.229515;0.229661;0.229807;0.229953;0.2301;0.230246;0.230393;0.23054;0.230687;0.230834;0.230981;0.231128;0.231275;0.231422;0.23157;0.231717;0.231865;0.232012;0.23216;0.232308;0.232456;0.232604;0.232752;0.232901;0.233049;0.233197;0.233346;0.233495;0.233643;0.233792;0.233941;0.23409;0.234239;0.234388;0.234538;0.234687;0.234837;0.234986;0.235136;0.235286;0.235435;0.235585;0.235735;0.235886;0.236036;0.236186;0.236337;0.236487;0.236638;0.236788;0.236939;0.23709;0.237241;0.237392;0.237543;0.237695;0.237846;0.237997;0.238149;0.238301;0.238452;0.238604;0.238756;0.238908;0.23906;0.239213;0.239365;0.239517;0.23967;0.239822;0.239975;0.240128;0.240281;0.240434;0.240587;0.24074;0.240893;0.241047;0.2412;0.241353;0.241507;0.241661;0.241815;0.241969;0.242123;0.242277;0.242431;0.242585;0.24274;0.242894;0.243049;0.243203;0.243358;0.243513;0.243668;0.243823;0.243978;0.244133;0.244289;0.244444;0.2446;0.244755;0.244911;0.245067;0.245223;0.245379;0.245535;0.245691;0.245847;0.246003;0.24616;0.246317;0.246473;0.24663;0.246787;0.246944;0.247101;0.247258;0.247415;0.247572;0.24773;0.247887;0.248045;0.248203;0.24836;0.248518;0.248676;0.248834;0.248992;0.249151;0.249309;0.249467;0.249626;0.249785;0.249943;0.250102;0.250261;0.25042;0.250579;0.250738;0.250898;0.251057;0.251217;0.251376;0.251536;0.251696;0.251855;0.252015;0.252175;0.252336;0.252496;0.252656;0.252817;0.252977;0.253138;0.253298;0.253459;0.25362;0.253781;0.253942;0.254103;0.254265;0.254426;0.254587;0.254749;0.254911;0.255072;0.255234;0.255396;0.255558;0.25572;0.255883;0.256045;0.256207;0.25637;0.256532;0.256695;0.256858;0.257021;0.257184;0.257347;0.25751;0.257673;0.257836;0.258;0.258163;0.258327;0.258491;0.258655;0.258819;0.258983;0.259147;0.259311;0.259475;0.25964;0.259804;0.259969;0.260133;0.260298;0.260463;0.260628;0.260793;0.260958;0.261123;0.261289;0.261454;0.26162;0.261785;0.261951;0.262117;0.262283;0.262449;0.262615;0.262781;0.262947;0.263113;0.26328;0.263446;0.263613;0.26378;0.263947;0.264114;0.264281;0.264448;0.264615;0.264782;0.26495;0.265117;0.265285;0.265452;0.26562;0.265788;0.265956;0.266124;0.266292;0.266461;0.266629;0.266797;0.266966;0.267135;0.267303;0.267472;0.267641;0.26781;0.267979;0.268148;0.268318;0.268487;0.268656;0.268826;0.268996;0.269165;0.269335;0.269505;0.269675;0.269845;0.270016;0.270186;0.270356;0.270527;0.270698;0.270868;0.271039;0.27121;0.271381;0.271552;0.271723;0.271895;0.272066;0.272237;0.272409;0.272581;0.272752;0.272924;0.273096;0.273268;0.27344;0.273612;0.273785;0.273957;0.27413;0.274302;0.274475;0.274648;0.274821;0.274994;0.275167;0.27534;0.275513;0.275686;0.27586;0.276033;0.276207;0.276381;0.276555;0.276728;0.276902;0.277077;0.277251;0.277425;0.277599;0.277774;0.277948;0.278123;0.278298;0.278473;0.278648;0.278823;0.278998;0.279173;0.279348;0.279524;0.279699;0.279875;0.280051;0.280226;0.280402;0.280578;0.280754;0.280931;0.281107;0.281283;0.28146;0.281636;0.281813;0.28199;0.282167;0.282343;0.28252;0.282698;0.282875;0.283052;0.28323;0.283407;0.283585;0.283762;0.28394;0.284118;0.284296;0.284474;0.284652;0.28483;0.285009;0.285187;0.285366;0.285544;0.285723;0.285902;0.286081;0.28626;0.286439;0.286618;0.286797;0.286977;0.287156;0.287336;0.287516;0.287695;0.287875;0.288055;0.288235;0.288415;0.288595;0.288776;0.288956;0.289137;0.289317;0.289498;0.289679;0.28986;0.290041;0.290222;0.290403;0.290584;0.290766;0.290947;0.291129;0.29131;0.291492;0.291674;0.291856;0.292038;0.29222;0.292402;0.292584;0.292767;0.292949;0.293132;0.293315;0.293497;0.29368;0.293863;0.294046;0.29423;0.294413;0.294596;0.29478;0.294963;0.295147;0.29533;0.295514;0.295698;0.295882;0.296066;0.29625;0.296435;0.296619;0.296804;0.296988;0.297173;0.297358;0.297542;0.297727;0.297912;0.298098;0.298283;0.298468;0.298654;0.298839;0.299025;0.29921;0.299396;0.299582;0.299768;0.299954;0.30014;0.300327;0.300513;0.300699;0.300886;0.301073;0.301259;0.301446;0.301633;0.30182;0.302007;0.302195;0.302382;0.302569;0.302757;0.302944;0.303132;0.30332;0.303508;0.303696;0.303884;0.304072;0.30426;0.304448;0.304637;0.304825;0.305014;0.305203;0.305392;0.305581;0.30577;0.305959;0.306148;0.306337;0.306526;0.306716;0.306906;0.307095;0.307285;0.307475;0.307665;0.307855;0.308045;0.308235;0.308425;0.308616;0.308806;0.308997;0.309188;0.309379;0.309569;0.30976;0.309952;0.310143;0.310334;0.310525;0.310717;0.310908;0.3111;0.311292;0.311484;0.311675;0.311868;0.31206;0.312252;0.312444;0.312637;0.312829;0.313022;0.313214;0.313407;0.3136;0.313793;0.313986;0.314179;0.314372;0.314566;0.314759;0.314953;0.315146;0.31534;0.315534;0.315728;0.315922;0.316116;0.31631;0.316504;0.316699;0.316893;0.317088;0.317282;0.317477;0.317672;0.317867;0.318062;0.318257;0.318452;0.318648;0.318843;0.319039;0.319234;0.31943;0.319626;0.319822;0.320018;0.320214;0.32041;0.320606;0.320803;0.320999;0.321196;0.321392;0.321589;0.321786;0.321983;0.32218;0.322377;0.322574;0.322771;0.322969;0.323166;0.323364;0.323562;0.323759;0.323957;0.324155;0.324353;0.324551;0.32475;0.324948;0.325146;0.325345;0.325544;0.325742;0.325941;0.32614;0.326339;0.326538;0.326737;0.326937;0.327136;0.327336;0.327535;0.327735;0.327935;0.328134;0.328334;0.328534;0.328734;0.328935;0.329135;0.329335;0.329536;0.329737;0.329937;0.330138;0.330339;0.33054;0.330741;0.330942;0.331143;0.331345;0.331546;0.331748;0.33195;0.332151;0.332353;0.332555;0.332757;0.332959;0.333161;0.333364;0.333566;0.333769;0.333971;0.334174;0.334377;0.334579;0.334782;0.334986;0.335189;0.335392;0.335595;0.335799;0.336002;0.336206;0.33641;0.336613;0.336817;0.337021;0.337225;0.33743;0.337634;0.337838;0.338043;0.338247;0.338452;0.338657;0.338862;0.339067;0.339272;0.339477;0.339682;0.339887;0.340093;0.340298;0.340504;0.34071;0.340915;0.341121;0.341327;0.341533;0.341739;0.341946;0.342152;0.342359;0.342565;0.342772;0.342978;0.343185;0.343392;0.343599;0.343806;0.344014;0.344221;0.344428;0.344636;0.344843;0.345051;0.345259;0.345467;0.345675;0.345883;0.346091;0.346299;0.346507;0.346716;0.346924;0.347133;0.347342;0.347551;0.34776;0.347969;0.348178;0.348387;0.348596;0.348805;0.349015;0.349225;0.349434;0.349644;0.349854;0.350064;0.350274;0.350484;0.350694;0.350904;0.351115;0.351325;0.351536;0.351747;0.351958;0.352168;0.352379;0.35259;0.352802;0.353013;0.353224;0.353436;0.353647;0.353859;0.354071;0.354283;0.354494;0.354706;0.354919;0.355131;0.355343;0.355555;0.355768;0.355981;0.356193;0.356406;0.356619;0.356832;0.357045;0.357258;0.357471;0.357685;0.357898;0.358112;0.358325;0.358539;0.358753;0.358967;0.359181;0.359395;0.359609;0.359823;0.360038;0.360252;0.360467;0.360681;0.360896;0.361111;0.361326;0.361541;0.361756;0.361971;0.362187;0.362402;0.362618;0.362833;</Cd>
+                <Cm>0.486392;0.486118;0.485844;0.48557;0.485296;0.485022;0.484748;0.484474;0.4842;0.483926;0.483652;0.483378;0.483104;0.48283;0.482555;0.482281;0.482007;0.481733;0.481459;0.481185;0.480911;0.480637;0.480363;0.480089;0.479815;0.479541;0.479267;0.478993;0.478718;0.478444;0.47817;0.477896;0.477622;0.477348;0.477074;0.4768;0.476526;0.476252;0.475978;0.475704;0.47543;0.475156;0.474881;0.474607;0.474333;0.474059;0.473785;0.473511;0.473237;0.472963;0.472689;0.472415;0.472141;0.471867;0.471593;0.471319;0.471044;0.47077;0.470496;0.470222;0.469948;0.469674;0.4694;0.469126;0.468852;0.468578;0.468304;0.46803;0.467756;0.467482;0.467207;0.466933;0.466659;0.466385;0.466111;0.465837;0.465563;0.465289;0.465015;0.464741;0.464467;0.464193;0.463919;0.463645;0.46337;0.463096;0.462822;0.462548;0.462274;0.462;0.461726;0.461452;0.461178;0.460904;0.46063;0.460356;0.460082;0.459808;0.459533;0.459259;0.458985;0.458711;0.458437;0.458163;0.457889;0.457615;0.457341;0.457067;0.456793;0.456519;0.456245;0.455971;0.455696;0.455422;0.455148;0.454874;0.4546;0.454326;0.454052;0.453778;0.453504;0.45323;0.452956;0.452682;0.452408;0.452134;0.451859;0.451585;0.451311;0.451037;0.450763;0.450489;0.450215;0.449941;0.449667;0.449393;0.449119;0.448845;0.448571;0.448297;0.448022;0.447748;0.447474;0.4472;0.446926;0.446652;0.446378;0.446104;0.44583;0.445556;0.445282;0.445008;0.444734;0.44446;0.444185;0.443911;0.443637;0.443363;0.443089;0.442815;0.442541;0.442267;0.441993;0.441719;0.441445;0.441171;0.440897;0.440623;0.440348;0.440074;0.4398;0.439526;0.439252;0.438978;0.438704;0.43843;0.438156;0.437882;0.437608;0.437334;0.43706;0.436786;0.436511;0.436237;0.435963;0.435689;0.435415;0.435141;0.434867;0.434593;0.434319;0.434045;0.433771;0.433497;0.433223;0.432949;0.432674;0.4324;0.432126;0.431852;0.431578;0.431304;0.43103;0.430756;0.430482;0.430208;0.429934;0.42966;0.429386;0.429112;0.428837;0.428563;0.428289;0.428015;0.427741;0.427467;0.427193;0.426919;0.426645;0.426371;0.426097;0.425823;0.425549;0.425275;0.425;0.424726;0.424452;0.424178;0.423904;0.42363;0.423356;0.423082;0.422808;0.422534;0.42226;0.421986;0.421712;0.421438;0.421163;0.420889;0.420615;0.420341;0.420067;0.419793;0.419519;0.419245;0.418971;0.418697;0.418423;0.418149;0.417875;0.417601;0.417327;0.417052;0.416778;0.416504;0.41623;0.415956;0.415682;0.415408;0.415134;0.41486;0.414586;0.414312;0.414038;0.413764;0.41349;0.413215;0.412941;0.412667;0.412393;0.412119;0.411845;0.411571;0.411297;0.411023;0.410749;0.410475;0.410201;0.409927;0.409653;0.409378;0.409104;0.40883;0.408556;0.408282;0.408008;0.407734;0.40746;0.407186;0.406912;0.406638;0.406364;0.40609;0.405816;0.405541;0.405267;0.404993;0.404719;0.404445;0.404171;0.403897;0.403623;0.403349;0.403075;0.402801;0.402527;0.402253;0.401979;0.401704;0.40143;0.401156;0.400882;0.400608;0.400334;0.40006;0.399786;0.399512;0.399238;0.398964;0.39869;0.398416;0.398142;0.397867;0.397593;0.397319;0.397045;0.396771;0.396497;0.396223;0.395949;0.395675;0.395401;0.395127;0.394853;0.394579;0.394305;0.39403;0.393756;0.393482;0.393208;0.392934;0.39266;0.392386;0.392112;0.391838;0.391564;0.39129;0.391016;0.390742;0.390468;0.390193;0.389919;0.389645;0.389371;0.389097;0.388823;0.388549;0.388275;0.388001;0.387727;0.387453;0.387179;0.386905;0.386631;0.386356;0.386082;0.385808;0.385534;0.38526;0.384986;0.384712;0.384438;0.384164;0.38389;0.383616;0.383342;0.383068;0.382794;0.382519;0.382245;0.381971;0.381697;0.381423;0.381149;0.380875;0.380601;0.380327;0.380053;0.379779;0.379505;0.379231;0.378957;0.378682;0.378408;0.378134;0.37786;0.377586;0.377312;0.377038;0.376764;0.37649;0.376216;0.375942;0.375668;0.375394;0.37512;0.374845;0.374571;0.374297;0.374023;0.373749;0.373475;0.373201;0.372927;0.372653;0.372379;0.372105;0.371831;0.371557;0.371283;0.371008;0.370734;0.37046;0.370186;0.369912;0.369638;0.369364;0.36909;0.368816;0.368542;0.368268;0.367994;0.36772;0.367446;0.367171;0.366897;0.366623;0.366349;0.366075;0.365801;0.365527;0.365253;0.364979;0.364705;0.364431;0.364157;0.363883;0.363609;0.363334;0.36306;0.362786;0.362512;0.362238;0.361964;0.36169;0.361416;0.361142;0.360868;0.360594;0.36032;0.360046;0.359772;0.359497;0.359223;0.358949;0.358675;0.358401;0.358127;0.357853;0.357579;0.357305;0.357031;0.356757;0.356483;0.356209;0.355935;0.35566;0.355386;0.355112;0.354838;0.354564;0.35429;0.354016;0.353742;0.353468;0.353194;0.35292;0.352646;0.352372;0.352098;0.351823;0.351549;0.351275;0.351001;0.350727;0.350453;0.350179;0.349905;0.349631;0.349357;0.349083;0.348809;0.348535;0.348261;0.347986;0.347712;0.347438;0.347164;0.34689;0.346616;0.346342;0.346068;0.345794;0.34552;0.345246;0.344972;0.344698;0.344424;0.344149;0.343875;0.343601;0.343327;0.343053;0.342779;0.342505;0.342231;0.341957;0.341683;0.341409;0.341135;0.340861;0.340587;0.340312;0.340038;0.339764;0.33949;0.339216;0.338942;0.338668;0.338394;0.33812;0.337846;0.337572;0.337298;0.337024;0.33675;0.336475;0.336201;0.335927;0.335653;0.335379;0.335105;0.334831;0.334557;0.334283;0.334009;0.333735;0.333461;0.333187;0.332913;0.332638;0.332364;0.33209;0.331816;0.331542;0.331268;0.330994;0.33072;0.330446;0.330172;0.329898;0.329624;0.32935;0.329076;0.328802;0.328527;0.328253;0.327979;0.327705;0.327431;0.327157;0.326883;0.326609;0.326335;0.326061;0.325787;0.325513;0.325239;0.324965;0.32469;0.324416;0.324142;0.323868;0.323594;0.32332;0.323046;0.322772;0.322498;0.322224;0.32195;0.321676;0.321402;0.321128;0.320853;0.320579;0.320305;0.320031;0.319757;0.319483;0.319209;0.318935;0.318661;0.318387;0.318113;0.317839;0.317565;0.317291;0.317016;0.316742;0.316468;0.316194;0.31592;0.315646;0.315372;0.315098;0.314824;0.31455;0.314276;0.314002;0.313728;0.313454;0.313179;0.312905;0.312631;0.312357;0.312083;0.311809;0.311535;0.311261;0.310987;0.310713;0.310439;0.310165;0.309891;0.309617;0.309342;0.309068;0.308794;0.30852;0.308246;0.307972;0.307698;0.307424;0.30715;0.306876;0.306602;0.306328;0.306054;0.30578;0.305505;0.305231;0.304957;0.304683;0.304409;0.304135;0.303861;0.303587;0.303313;0.303039;0.302765;0.302491;0.302217;0.301943;0.301668;0.301394;0.30112;0.300846;0.300572;0.300298;0.300024;0.29975;0.299476;0.299202;0.298928;0.298654;0.29838;0.298106;0.297831;0.297557;0.297283;0.297009;0.296735;0.296461;0.296187;0.295913;0.295639;0.295365;0.295091;0.294817;0.294543;0.294269;0.293994;0.29372;0.293446;0.293172;0.292898;0.292624;0.29235;0.292076;0.291802;0.291528;0.291254;0.29098;0.290706;0.290432;0.290157;0.289883;0.289609;0.289335;0.289061;0.288787;0.288513;0.288239;0.287965;0.287691;0.287417;0.287143;0.286869;0.286595;0.28632;0.286046;0.285772;0.285498;0.285224;0.28495;0.284676;0.284402;0.284128;0.283854;0.28358;0.283306;0.283032;0.282758;0.282483;0.282209;0.281935;0.281661;0.281387;0.281113;0.280839;0.280565;0.280291;0.280017;0.279743;0.279469;0.279195;0.278921;0.278646;0.278372;0.278098;0.277824;0.27755;0.277276;0.277002;0.276728;0.276454;0.27618;0.275906;0.275632;0.275358;0.275084;0.274809;0.274535;0.274261;0.273987;0.273713;0.273439;0.273165;0.272891;0.272617;0.272343;0.272069;0.271795;0.271521;0.271247;0.270972;0.270698;0.270424;0.27015;0.269876;0.269602;0.269328;0.269054;0.26878;0.268506;0.268232;0.267958;0.267684;0.26741;0.267135;0.266861;0.266587;0.266313;0.266039;0.265765;0.265491;0.265217;0.264943;0.264669;0.264395;0.264121;0.263847;0.263573;0.263298;0.263024;0.26275;0.262476;0.262202;0.261928;0.261654;0.26138;0.261106;0.260832;0.260558;0.260284;0.26001;0.259736;0.259461;0.259187;0.258913;0.258639;0.258365;0.258091;0.257817;0.257543;0.257269;0.256995;0.256721;0.256447;0.256173;0.255899;0.255624;0.25535;0.255076;0.254802;0.254528;0.254254;0.25398;0.253706;0.253432;0.253158;0.252884;0.25261;0.252336;0.252062;0.251787;0.251513;0.251239;0.250965;0.250691;0.250417;0.250143;0.249869;0.249595;0.249321;0.249047;0.248773;0.248499;0.248225;0.24795;0.247676;0.247402;0.247128;0.246854;0.24658;0.246306;0.246032;0.245758;0.245484;0.24521;0.244936;0.244662;0.244388;0.244113;0.243839;0.243565;0.243291;0.243017;0.242743;0.242469;0.242195;0.241921;0.241647;0.241373;0.241099;0.240825;0.240551;0.240277;0.240002;0.239728;0.239454;0.23918;0.238906;0.238632;0.238358;0.238084;0.23781;0.237536;0.237262;0.236988;0.236714;0.23644;0.236165;0.235891;0.235617;0.235343;0.235069;0.234795;0.234521;0.234247;0.233973;0.233699;0.233425;0.233151;0.232877;0.232603;0.232328;0.232054;0.23178;0.231506;0.231232;0.230958;0.230684;0.23041;0.230136;0.229862;0.229588;0.229314;0.22904;0.228766;0.228491;0.228217;0.227943;0.227669;0.227395;0.227121;0.226847;0.226573;0.226299;0.226025;0.225751;0.225477;0.225203;0.224929;0.224654;0.22438;0.224106;0.223832;0.223558;0.223284;0.22301;0.222736;0.222462;0.222188;0.221914;0.22164;0.221366;0.221092;0.220817;0.220543;0.220269;0.219995;0.219721;0.219447;0.219173;0.218899;0.218625;0.218351;0.218077;0.217803;0.217529;0.217255;0.21698;0.216706;0.216432;0.216158;0.215884;0.21561;0.215336;0.215062;0.214788;0.214514;0.21424;0.213966;0.213692;0.213418;0.213143;0.212869;0.212595;0.212321;0.212047;0.211773;0.211499;0.211225;0.210951;0.210677;0.210403;0.210129;0.209855;0.209581;0.209306;0.209032;0.208758;0.208484;0.20821;0.207936;0.207662;0.207388;0.207114;0.20684;0.206566;0.206292;0.206018;0.205744;0.205469;0.205195;0.204921;0.204647;0.204373;0.204099;0.203825;0.203551;0.203277;0.203003;0.202729;0.202455;0.202181;0.201907;0.201632;0.201358;0.201084;0.20081;0.200536;0.200262;0.199988;0.199714;0.19944;0.199166;0.198892;0.198618;0.198344;0.19807;0.197795;0.197521;0.197247;0.196973;0.196699;0.196425;0.196151;0.195877;0.195603;0.195329;0.195055;0.194781;0.194507;0.194233;0.193958;0.193684;0.19341;0.193136;0.192862;0.192588;0.192314;0.19204;0.191766;0.191492;0.191218;0.190944;0.19067;0.190396;0.190121;0.189847;0.189573;0.189299;0.189025;0.188751;0.188477;0.188203;0.187929;0.187655;0.187381;0.187107;0.186833;0.186559;0.186284;0.18601;0.185736;0.185462;0.185188;0.184914;0.18464;0.184366;0.184092;0.183818;0.183544;0.18327;0.182996;0.182722;0.182447;0.182173;0.181899;0.181625;0.181351;0.181077;0.180803;0.180529;0.180255;0.179981;0.179707;0.179433;0.179159;0.178885;0.17861;0.178336;0.178062;0.177788;0.177514;0.17724;0.176966;0.176692;0.176418;0.176144;0.17587;0.175596;0.175322;0.175048;0.174773;0.174499;0.174225;0.173951;0.173677;0.173403;0.173129;0.172855;0.172581;0.172307;0.172033;0.171759;0.171485;0.171211;0.170936;0.170662;0.170388;0.170114;0.16984;0.169566;0.169292;0.169018;0.168744;0.16847;0.168196;0.167922;0.167648;0.167374;0.167099;0.166825;0.166551;0.166277;0.166003;0.165729;0.165455;0.165181;0.164907;0.164633;0.164359;0.164085;0.163811;0.163537;0.163262;0.162988;0.162714;0.16244;0.162166;0.161892;0.161618;0.161344;0.16107;0.160796;0.160522;0.160248;0.159974;0.1597;0.159425;0.159151;0.158877;0.158603;0.158329;0.158055;0.157781;0.157507;0.157233;0.156959;0.156685;0.156411;0.156137;0.155863;0.155588;0.155314;0.15504;0.154766;0.154492;0.154218;0.153944;0.15367;0.153396;0.153122;0.152848;0.152574;0.1523;0.152026;0.151752;0.151477;0.151203;0.150929;0.150655;0.150381;0.150107;0.149833;0.149559;0.149285;0.149011;0.148737;0.148463;0.148189;0.147915;0.14764;0.147366;0.147092;0.146818;0.146544;0.14627;0.145996;0.145722;0.145448;0.145174;0.1449;0.144626;0.144352;0.144078;0.143803;0.143529;0.143255;0.142981;0.142707;0.142433;0.142159;0.141885;0.141611;0.141337;0.141063;0.140789;0.140515;0.140241;0.139966;0.139692;0.139418;0.139144;0.13887;0.138596;0.138322;0.138048;0.137774;0.1375;0.137226;0.136952;0.136678;0.136404;0.136129;0.135855;0.135581;0.135307;0.135033;0.134759;0.134485;0.134211;0.133937;0.133663;0.133389;0.133115;0.132841;0.132567;0.132292;0.132018;0.131744;0.13147;0.131196;0.130922;0.130648;0.130374;0.1301;0.129826;0.129552;0.129278;0.129004;0.12873;0.128455;0.128181;0.127907;0.127633;0.127359;0.127085;0.126811;0.126537;0.126263;0.125989;0.125715;0.125441;0.125167;0.124893;0.124618;0.124344;0.12407;0.123796;0.123522;0.123248;0.122974;0.1227;0.122426;0.122152;0.121878;0.121604;0.12133;0.121056;0.120781;0.120507;0.120233;0.119959;0.119685;0.119411;0.119137;0.118863;0.118589;0.118315;0.118041;0.117767;0.117493;0.117219;0.116944;0.11667;0.116396;0.116122;0.115848;0.115574;0.1153;0.115026;0.114752;0.114478;0.114204;0.11393;0.113656;0.113382;0.113107;0.112833;0.112559;0.112285;0.112011;0.111737;0.111463;0.111189;0.110915;0.110641;0.110367;0.110093;0.109819;0.109545;0.10927;0.108996;0.108722;0.108448;0.108174;0.1079;0.107626;0.107352;0.107078;0.106804;0.10653;0.106256;0.105982;0.105708;0.105433;0.105159;0.104885;0.104611;0.104337;0.104063;0.103789;0.103515;0.103241;0.102967;0.102693;0.102419;0.102145;0.101871;0.101596;0.101322;0.101048;0.100774;0.1005;0.100226;0.099952;0.099678;0.0994039;0.0991298;0.0988558;0.0985817;0.0983076;0.0980335;0.0977595;0.0974854;0.0972113;0.0969373;0.0966632;0.0963891;0.096115;0.095841;0.0955669;0.0952928;0.0950188;0.0947447;0.0944706;0.0941965;0.0939225;0.0936484;0.0933743;0.0931003;0.0928262;0.0925521;0.092278;0.092004;0.0917299;0.0914558;0.0911818;0.0909077;0.0906336;0.0903595;0.0900855;0.0898114;0.0895373;0.0892633;0.0889892;0.0887151;0.0884411;0.088167;0.0878929;0.0876188;0.0873448;0.0870707;0.0867966;0.0865226;0.0862485;0.0859744;0.0857003;0.0854263;0.0851522;0.0848781;0.0846041;0.08433;0.0840559;0.0837818;0.0835078;0.0832337;0.0829596;0.0826856;0.0824115;0.0821374;0.0818633;0.0815893;0.0813152;0.0810411;0.0807671;0.080493;0.0802189;0.0799448;0.0796708;0.0793967;0.0791226;0.0788486;0.0785745;0.0783004;0.0780263;0.0777523;0.0774782;0.0772041;0.0769301;0.076656;0.0763819;0.0761078;0.0758338;0.0755597;0.0752856;0.0750116;0.0747375;0.0744634;0.0741893;0.0739153;0.0736412;0.0733671;0.0730931;0.072819;0.0725449;0.0722709;0.0719968;0.0717227;0.0714486;0.0711746;0.0709005;0.0706264;0.0703524;0.0700783;0.0698042;0.0695301;0.0692561;0.068982;0.0687079;0.0684339;0.0681598;0.0678857;0.0676116;0.0673376;0.0670635;0.0667894;0.0665154;0.0662413;0.0659672;0.0656931;0.0654191;0.065145;0.0648709;0.0645969;0.0643228;0.0640487;0.0637746;0.0635006;0.0632265;0.0629524;0.0626784;0.0624043;0.0621302;0.0618561;0.0615821;0.061308;0.0610339;0.0607599;0.0604858;0.0602117;0.0599376;0.0596636;0.0593895;0.0591154;0.0588414;0.0585673;0.0582932;0.0580191;0.0577451;0.057471;0.0571969;0.0569229;0.0566488;0.0563747;0.0561006;0.0558266;0.0555525;0.0552784;0.0550044;0.0547303;0.0544562;0.0541822;0.0539081;0.053634;0.0533599;0.0530859;0.0528118;0.0525377;0.0522637;0.0519896;0.0517155;0.0514414;0.0511674;0.0508933;0.0506192;0.0503452;0.0500711;0.049797;0.0495229;0.0492489;0.0489748;0.0487007;0.0484267;0.0481526;0.0478785;0.0476044;0.0473304;0.0470563;0.0467822;0.0465082;0.0462341;0.04596;0.0456859;0.0454119;0.0451378;0.0448637;0.0445897;0.0443156;0.0440415;0.0437674;0.0434934;0.0432193;0.0429452;0.0426712;0.0423971;0.042123;0.0418489;0.0415749;0.0413008;0.0410267;0.0407527;0.0404786;0.0402045;0.0399304;0.0396564;0.0393823;0.0391082;0.0388342;0.0385601;0.038286;0.0380119;0.0377379;0.0374638;0.0371897;0.0369157;0.0366416;0.0363675;0.0360935;0.0358194;0.0355453;0.0352712;0.0349972;0.0347231;0.034449;0.034175;0.0339009;0.0336268;0.0333527;0.0330787;0.0328046;0.0325305;0.0322565;0.0319824;0.0317083;0.0314342;0.0311602;0.0308861;0.030612;0.030338;0.0300639;0.0297898;0.0295157;0.0292417;0.0289676;0.0286935;0.0284195;0.0281454;0.0278713;0.0275972;0.0273232;0.0270491;0.026775;0.026501;0.0262269;0.0259528;0.0256787;0.0254047;0.0251306;0.0248565;0.0245825;0.0243084;0.0240343;0.0237602;0.0234862;0.0232121;0.022938;0.022664;0.0223899;0.0221158;0.0218417;0.0215677;0.0212936;0.0210195;0.0207455;0.0204714;0.0201973;0.0199232;0.0196492;0.0193751;0.019101;0.018827;0.0185529;0.0182788;0.0180048;0.0177307;0.0174566;0.0171825;0.0169085;0.0166344;0.0163603;0.0160863;0.0158122;0.0155381;0.015264;0.01499;0.0147159;0.0144418;0.0141678;0.0138937;0.0136196;0.0133455;0.0130715;0.0127974;0.0125233;0.0122493;0.0119752;0.0117011;0.011427;0.011153;0.0108789;0.0106048;0.0103308;0.0100567;0.00978261;0.00950854;0.00923447;0.0089604;0.00868633;0.00841226;0.00813819;0.00786412;0.00759004;0.00731597;0.0070419;0.00676783;0.00649376;0.00621969;0.00594562;0.00567155;0.00539748;0.0051234;0.00484933;0.00457526;0.00430119;0.00402712;0.00375305;0.00347898;0.00320491;0.00293083;0.00265676;0.00238269;0.00210862;0.00183455;0.00156048;0.00128641;0.00101234;0.000738265;0.000464193;0.000190122;-8.39491e-05;-0.00035802;-0.000632092;-0.000906163;-0.00118023;-0.00145431;-0.00172838;-0.00200245;-0.00227652;-0.00255059;-0.00282466;-0.00309873;-0.0033728;-0.00364687;-0.00392095;-0.00419502;-0.00446909;-0.00474316;-0.00501723;-0.0052913;-0.00556537;-0.00583944;-0.00611352;-0.00638759;-0.00666166;-0.00693573;-0.0072098;-0.00748387;-0.00775794;-0.00803201;-0.00830609;-0.00858016;-0.00885423;-0.0091283;-0.00940237;-0.00967644;-0.00995051;-0.0102246;-0.0104987;-0.0107727;-0.0110468;-0.0113209;-0.0115949;-0.011869;-0.0121431;-0.0124172;-0.0126912;-0.0129653;-0.0132394;-0.0135134;-0.0137875;-0.0140616;-0.0143357;-0.0146097;-0.0148838;-0.0151579;-0.0154319;-0.015706;-0.0159801;-0.0162542;-0.0165282;-0.0168023;-0.0170764;-0.0173504;-0.0176245;-0.0178986;-0.0181726;-0.0184467;-0.0187208;-0.0189949;-0.0192689;-0.019543;-0.0198171;-0.0200911;-0.0203652;-0.0206393;-0.0209134;-0.0211874;-0.0214615;-0.0217356;-0.0220096;-0.0222837;-0.0225578;-0.0228319;-0.0231059;-0.02338;-0.0236541;-0.0239281;-0.0242022;-0.0244763;-0.0247504;-0.0250244;-0.0252985;-0.0255726;-0.0258466;-0.0261207;-0.0263948;-0.0266689;-0.0269429;-0.027217;-0.0274911;-0.0277651;-0.0280392;-0.0283133;-0.0285874;-0.0288614;-0.0291355;-0.0294096;-0.0296836;-0.0299577;-0.0302318;-0.0305059;-0.0307799;-0.031054;-0.0313281;-0.0316021;-0.0318762;-0.0321503;-0.0324244;-0.0326984;-0.0329725;-0.0332466;-0.0335206;-0.0337947;-0.0340688;-0.0343429;-0.0346169;-0.034891;-0.0351651;-0.0354391;-0.0357132;-0.0359873;-0.0362613;-0.0365354;-0.0368095;-0.0370836;-0.0373576;-0.0376317;-0.0379058;-0.0381798;-0.0384539;-0.038728;-0.0390021;-0.0392761;-0.0395502;-0.0398243;-0.0400983;-0.0403724;-0.0406465;-0.0409206;-0.0411946;-0.0414687;-0.0417428;-0.0420168;-0.0422909;-0.042565;-0.0428391;-0.0431131;-0.0433872;-0.0436613;-0.0439353;-0.0442094;-0.0444835;-0.0447576;-0.0450316;-0.0453057;-0.0455798;-0.0458538;-0.0461279;-0.046402;-0.0466761;-0.0469501;-0.0472242;-0.0474983;-0.0477723;-0.0480464;-0.0483205;-0.0485946;-0.0488686;-0.0491427;-0.0494168;-0.0496908;-0.0499649;-0.050239;-0.0505131;-0.0507871;-0.0510612;-0.0513353;-0.0516093;-0.0518834;-0.0521575;-0.0524316;-0.0527056;-0.0529797;-0.0532538;-0.0535278;-0.0538019;-0.054076;-0.05435;-0.0546241;-0.0548982;-0.0551723;-0.0554463;-0.0557204;-0.0559945;-0.0562685;-0.0565426;-0.0568167;-0.0570908;-0.0573648;-0.0576389;-0.057913;-0.058187;-0.0584611;-0.0587352;-0.0590093;-0.0592833;-0.0595574;-0.0598315;-0.0601055;-0.0603796;-0.0606537;-0.0609278;-0.0612018;-0.0614759;-0.06175;-0.062024;-0.0622981;-0.0625722;-0.0628463;-0.0631203;-0.0633944;-0.0636685;-0.0639425;-0.0642166;-0.0644907;-0.0647648;-0.0650388;-0.0653129;-0.065587;-0.065861;-0.0661351;-0.0664092;-0.0666833;-0.0669573;-0.0672314;-0.0675055;-0.0677795;-0.0680536;-0.0683277;-0.0686018;-0.0688758;-0.0691499;-0.069424;-0.069698;-0.0699721;-0.0702462;-0.0705202;-0.0707943;-0.0710684;-0.0713425;-0.0716165;-0.0718906;-0.0721647;-0.0724387;-0.0727128;-0.0729869;-0.073261;-0.073535;-0.0738091;-0.0740832;-0.0743572;-0.0746313;-0.0749054;-0.0751795;-0.0754535;-0.0757276;-0.0760017;-0.0762757;-0.0765498;-0.0768239;-0.077098;-0.077372;-0.0776461;-0.0779202;-0.0781942;-0.0784683;-0.0787424;-0.0790165;-0.0792905;-0.0795646;-0.0798387;-0.0801127;-0.0803868;-0.0806609;-0.080935;-0.081209;-0.0814831;-0.0817572;-0.0820312;-0.0823053;-0.0825794;-0.0828535;-0.0831275;-0.0834016;-0.0836757;-0.0839497;-0.0842238;-0.0844979;-0.084772;-0.085046;-0.0853201;-0.0855942;-0.0858682;-0.0861423;-0.0864164;-0.0866905;-0.0869645;-0.0872386;-0.0875127;-0.0877867;-0.0880608;-0.0883349;-0.0886089;-0.088883;-0.0891571;-0.0894312;-0.0897052;-0.0899793;-0.0902534;-0.0905274;-0.0908015;-0.0910756;-0.0913497;-0.0916237;-0.0918978;-0.0921719;-0.0924459;-0.09272;-0.0929941;-0.0932682;-0.0935422;-0.0938163;-0.0940904;-0.0943644;-0.0946385;-0.0949126;-0.0951867;-0.0954607;-0.0957348;-0.0960089;-0.0962829;-0.096557;-0.0968311;-0.0971052;-0.0973792;-0.0976533;-0.0979274;-0.0982014;-0.0984755;-0.0987496;-0.0990237;-0.0992977;-0.0995718;-0.0998459;-0.10012;-0.100394;-0.100668;-0.100942;-0.101216;-0.10149;-0.101764;-0.102038;-0.102313;-0.102587;-0.102861;-0.103135;-0.103409;-0.103683;-0.103957;-0.104231;-0.104505;-0.104779;-0.105053;-0.105327;-0.105601;-0.105875;-0.10615;-0.106424;-0.106698;-0.106972;-0.107246;-0.10752;-0.107794;-0.108068;-0.108342;-0.108616;-0.10889;-0.109164;-0.109438;-0.109712;-0.109987;-0.110261;-0.110535;-0.110809;-0.111083;-0.111357;-0.111631;-0.111905;-0.112179;-0.112453;-0.112727;-0.113001;-0.113275;-0.113549;-0.113824;-0.114098;-0.114372;-0.114646;-0.11492;-0.115194;-0.115468;-0.115742;-0.116016;-0.11629;-0.116564;-0.116838;-0.117112;-0.117386;-0.11766;-0.117935;-0.118209;-0.118483;-0.118757;-0.119031;-0.119305;-0.119579;-0.119853;-0.120127;-0.120401;-0.120675;-0.120949;-0.121223;-0.121497;-0.121772;-0.122046;-0.12232;-0.122594;-0.122868;-0.123142;-0.123416;-0.12369;-0.123964;-0.124238;-0.124512;-0.124786;-0.12506;-0.125334;-0.125609;-0.125883;-0.126157;-0.126431;-0.126705;-0.126979;-0.127253;-0.127527;-0.127801;-0.128075;-0.128349;-0.128623;-0.128897;-0.129171;-0.129446;-0.12972;-0.129994;-0.130268;-0.130542;-0.130816;-0.13109;-0.131364;-0.131638;-0.131912;-0.132186;-0.13246;-0.132734;-0.133008;-0.133283;-0.133557;-0.133831;-0.134105;-0.134379;-0.134653;-0.134927;-0.135201;-0.135475;-0.135749;-0.136023;-0.136297;-0.136571;-0.136845;-0.13712;-0.137394;-0.137668;-0.137942;-0.138216;-0.13849;-0.138764;-0.139038;-0.139312;-0.139586;-0.13986;-0.140134;-0.140408;-0.140682;-0.140957;-0.141231;-0.141505;-0.141779;-0.142053;-0.142327;-0.142601;-0.142875;-0.143149;-0.143423;-0.143697;-0.143971;-0.144245;-0.144519;-0.144794;-0.145068;-0.145342;-0.145616;-0.14589;-0.146164;-0.146438;-0.146712;-0.146986;-0.14726;-0.147534;-0.147808;-0.148082;-0.148356;-0.148631;-0.148905;-0.149179;-0.149453;-0.149727;-0.150001;-0.150275;-0.150549;-0.150823;-0.151097;-0.151371;-0.151645;-0.151919;-0.152193;-0.152468;-0.152742;-0.153016;-0.15329;-0.153564;-0.153838;-0.154112;-0.154386;-0.15466;-0.154934;-0.155208;-0.155482;-0.155756;-0.15603;-0.156305;-0.156579;-0.156853;-0.157127;-0.157401;-0.157675;-0.157949;-0.158223;-0.158497;-0.158771;-0.159045;-0.159319;-0.159593;-0.159867;-0.160142;-0.160416;-0.16069;-0.160964;-0.161238;-0.161512;-0.161786;-0.16206;-0.162334;-0.162608;-0.162882;-0.163156;-0.16343;-0.163704;-0.163979;-0.164253;-0.164527;-0.164801;-0.165075;-0.165349;-0.165623;-0.165897;-0.166171;-0.166445;-0.166719;-0.166993;-0.167267;-0.167541;-0.167816;-0.16809;-0.168364;-0.168638;-0.168912;-0.169186;-0.16946;-0.169734;-0.170008;-0.170282;-0.170556;-0.17083;-0.171104;-0.171378;-0.171653;-0.171927;-0.172201;-0.172475;-0.172749;-0.173023;-0.173297;-0.173571;-0.173845;-0.174119;-0.174393;-0.174667;-0.174941;-0.175215;-0.17549;-0.175764;-0.176038;-0.176312;-0.176586;-0.17686;-0.177134;-0.177408;-0.177682;-0.177956;-0.17823;-0.178504;-0.178778;-0.179052;-0.179327;-0.179601;-0.179875;-0.180149;-0.180423;-0.180697;-0.180971;-0.181245;-0.181519;-0.181793;-0.182067;-0.182341;-0.182615;-0.182889;-0.183164;-0.183438;-0.183712;-0.183986;-0.18426;-0.184534;-0.184808;-0.185082;-0.185356;-0.18563;-0.185904;-0.186178;-0.186452;-0.186726;-0.187001;-0.187275;-0.187549;-0.187823;-0.188097;-0.188371;-0.188645;-0.188919;-0.189193;-0.189467;-0.189741;-0.190015;-0.190289;-0.190563;-0.190838;-0.191112;-0.191386;-0.19166;-0.191934;-0.192208;-0.192482;-0.192756;-0.19303;-0.193304;-0.193578;-0.193852;-0.194126;-0.1944;-0.194675;-0.194949;-0.195223;-0.195497;-0.195771;-0.196045;-0.196319;-0.196593;-0.196867;-0.197141;-0.197415;-0.197689;-0.197963;-0.198237;-0.198512;-0.198786;-0.19906;-0.199334;-0.199608;-0.199882;-0.200156;-0.20043;-0.200704;-0.200978;-0.201252;-0.201526;-0.2018;-0.202074;-0.202349;-0.202623;-0.202897;-0.203171;-0.203445;-0.203719;-0.203993;-0.204267;-0.204541;-0.204815;-0.205089;-0.205363;-0.205637;-0.205911;-0.206185;-0.20646;-0.206734;-0.207008;-0.207282;-0.207556;-0.20783;-0.208104;-0.208378;-0.208652;-0.208926;-0.2092;-0.209474;-0.209748;-0.210022;-0.210297;-0.210571;-0.210845;-0.211119;-0.211393;-0.211667;-0.211941;-0.212215;-0.212489;-0.212763;-0.213037;-0.213311;-0.213585;-0.213859;-0.214134;-0.214408;-0.214682;-0.214956;-0.21523;-0.215504;-0.215778;-0.216052;-0.216326;-0.2166;-0.216874;-0.217148;-0.217422;-0.217696;-0.217971;-0.218245;-0.218519;-0.218793;-0.219067;-0.219341;-0.219615;-0.219889;-0.220163;-0.220437;-0.220711;-0.220985;-0.221259;-0.221533;-0.221808;-0.222082;-0.222356;-0.22263;-0.222904;-0.223178;-0.223452;-0.223726;-0.224;-0.224274;-0.224548;-0.224822;-0.225096;-0.22537;-0.225645;-0.225919;-0.226193;-0.226467;-0.226741;-0.227015;-0.227289;-0.227563;-0.227837;-0.228111;-0.228385;-0.228659;-0.228933;-0.229207;-0.229482;-0.229756;-0.23003;-0.230304;-0.230578;-0.230852;-0.231126;-0.2314;-0.231674;-0.231948;-0.232222;-0.232496;-0.23277;-0.233044;-0.233319;-0.233593;-0.233867;-0.234141;-0.234415;-0.234689;-0.234963;-0.235237;-0.235511;-0.235785;-0.236059;-0.236333;-0.236607;-0.236881;-0.237156;-0.23743;-0.237704;-0.237978;-0.238252;-0.238526;-0.2388;-0.239074;-0.239348;-0.239622;-0.239896;-0.24017;-0.240444;-0.240718;-0.240993;-0.241267;-0.241541;-0.241815;-0.242089;-0.242363;-0.242637;-0.242911;-0.243185;-0.243459;-0.243733;-0.244007;-0.244281;-0.244555;-0.24483;-0.245104;-0.245378;-0.245652;-0.245926;-0.2462;-0.246474;-0.246748;-0.247022;-0.247296;-0.24757;-0.247844;-0.248118;-0.248392;-0.248667;-0.248941;-0.249215;-0.249489;-0.249763;-0.250037;-0.250311;-0.250585;-0.250859;-0.251133;-0.251407;-0.251681;-0.251955;-0.252229;-0.252504;-0.252778;-0.253052;-0.253326;-0.2536;-0.253874;-0.254148;-0.254422;-0.254696;-0.25497;-0.255244;-0.255518;-0.255792;-0.256066;-0.256341;-0.256615;-0.256889;-0.257163;-0.257437;-0.257711;-0.257985;-0.258259;-0.258533;-0.258807;-0.259081;-0.259355;-0.259629;-0.259903;-0.260178;-0.260452;-0.260726;-0.261;-0.261274;-0.261548;-0.261822;-0.262096;-0.26237;-0.262644;-0.262918;-0.263192;-0.263466;-0.26374;-0.264015;-0.264289;-0.264563;-0.264837;-0.265111;-0.265385;-0.265659;-0.265933;-0.266207;-0.266481;-0.266755;-0.267029;-0.267303;-0.267577;-0.267852;-0.268126;-0.2684;-0.268674;-0.268948;-0.269222;-0.269496;-0.26977;-0.270044;-0.270318;-0.270592;-0.270866;-0.27114;-0.271414;-0.271689;-0.271963;-0.272237;-0.272511;-0.272785;-0.273059;-0.273333;-0.273607;-0.273881;-0.274155;-0.274429;-0.274703;-0.274977;-0.275251;-0.275526;-0.2758;-0.276074;-0.276348;-0.276622;-0.276896;-0.27717;-0.277444;-0.277718;-0.277992;-0.278266;-0.27854;-0.278814;-0.279088;-0.279363;-0.279637;-0.279911;-0.280185;-0.280459;-0.280733;-0.281007;-0.281281;-0.281555;-0.281829;-0.282103;-0.282377;-0.282651;-0.282925;-0.2832;-0.283474;-0.283748;-0.284022;-0.284296;-0.28457;-0.284844;-0.285118;-0.285392;-0.285666;-0.28594;-0.286214;-0.286488;-0.286762;-0.287037;-0.287311;-0.287585;-0.287859;-0.288133;-0.288407;-0.288681;-0.288955;-0.289229;-0.289503;-0.289777;-0.290051;-0.290325;-0.290599;-0.290874;-0.291148;-0.291422;-0.291696;-0.29197;-0.292244;-0.292518;-0.292792;-0.293066;-0.29334;-0.293614;-0.293888;-0.294162;-0.294436;-0.29471;-0.294985;-0.295259;-0.295533;-0.295807;-0.296081;-0.296355;-0.296629;-0.296903;-0.297177;-0.297451;-0.297725;-0.297999;-0.298273;-0.298547;-0.298822;-0.299096;-0.29937;-0.299644;-0.299918;-0.300192;-0.300466;-0.30074;-0.301014;-0.301288;-0.301562;-0.301836;-0.30211;-0.302384;-0.302659;-0.302933;-0.303207;-0.303481;-0.303755;-0.304029;-0.304303;-0.304577;-0.304851;-0.305125;-0.305399;-0.305673;-0.305947;-0.306221;-0.306496;-0.30677;-0.307044;-0.307318;-0.307592;-0.307866;-0.30814;-0.308414;-0.308688;-0.308962;-0.309236;-0.30951;-0.309784;-0.310058;-0.310333;-0.310607;-0.310881;-0.311155;-0.311429;-0.311703;-0.311977;-0.312251;-0.312525;-0.312799;-0.313073;-0.313347;-0.313621;-0.313895;-0.31417;-0.314444;-0.314718;-0.314992;-0.315266;-0.31554;-0.315814;-0.316088;-0.316362;-0.316636;-0.31691;-0.317184;-0.317458;-0.317732;-0.318007;-0.318281;-0.318555;-0.318829;-0.319103;-0.319377;-0.319651;-0.319925;-0.320199;-0.320473;-0.320747;-0.321021;-0.321295;-0.321569;-0.321844;-0.322118;-0.322392;-0.322666;-0.32294;-0.323214;-0.323488;-0.323762;-0.324036;-0.32431;-0.324584;-0.324858;-0.325132;-0.325406;-0.325681;-0.325955;-0.326229;-0.326503;-0.326777;-0.327051;-0.327325;-0.327599;-0.327873;-0.328147;-0.328421;-0.328695;-0.328969;-0.329243;-0.329518;-0.329792;-0.330066;-0.33034;-0.330614;-0.330888;-0.331162;-0.331436;-0.33171;-0.331984;-0.332258;-0.332532;-0.332806;-0.33308;-0.333355;-0.333629;-0.333903;-0.334177;-0.334451;-0.334725;-0.334999;-0.335273;-0.335547;-0.335821;-0.336095;-0.336369;-0.336643;-0.336917;-0.337192;-0.337466;-0.33774;-0.338014;-0.338288;-0.338562;-0.338836;-0.33911;-0.339384;-0.339658;-0.339932;-0.340206;-0.34048;-0.340754;-0.341029;-0.341303;-0.341577;-0.341851;-0.342125;-0.342399;-0.342673;-0.342947;-0.343221;-0.343495;-0.343769;-0.344043;-0.344317;-0.344591;-0.344866;-0.34514;-0.345414;-0.345688;-0.345962;-0.346236;-0.34651;-0.346784;-0.347058;-0.347332;-0.347606;-0.34788;-0.348154;-0.348428;-0.348703;-0.348977;-0.349251;-0.349525;-0.349799;-0.350073;-0.350347;-0.350621;-0.350895;-0.351169;-0.351443;-0.351717;-0.351991;-0.352265;-0.35254;-0.352814;-0.353088;-0.353362;-0.353636;-0.35391;-0.354184;-0.354458;-0.354732;-0.355006;-0.35528;-0.355554;-0.355828;-0.356102;-0.356377;-0.356651;-0.356925;-0.357199;-0.357473;-0.357747;-0.358021;-0.358295;-0.358569;-0.358843;-0.359117;-0.359391;-0.359665;-0.359939;-0.360214;-0.360488;-0.360762;-0.361036;-0.36131;-0.361584;-0.361858;-0.362132;-0.362406;-0.36268;-0.362954;-0.363228;-0.363502;-0.363776;-0.364051;-0.364325;-0.364599;-0.364873;-0.365147;-0.365421;-0.365695;-0.365969;-0.366243;-0.366517;-0.366791;-0.367065;-0.367339;-0.367613;-0.367888;-0.368162;-0.368436;-0.36871;-0.368984;-0.369258;-0.369532;-0.369806;-0.37008;-0.370354;-0.370628;-0.370902;-0.371176;-0.37145;-0.371725;-0.371999;-0.372273;-0.372547;-0.372821;-0.373095;-0.373369;-0.373643;-0.373917;-0.374191;-0.374465;-0.374739;-0.375013;-0.375287;-0.375562;-0.375836;-0.37611;-0.376384;-0.376658;-0.376932;-0.377206;</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;</origin_polar>
+            </polar>
+        </polars>
+    </configuration>
+    <configuration ID="Landing">
+        <name>Landing</name>
+        <comment>Landing Configuration</comment>
+        <polars number="1">
+           <polar ID="1" AllowExtrapolation="1" AllowGridChange="1">
+            <name>---</name>
+            <reynoldsnumber>1.93523e+07</reynoldsnumber>
+            <machnumber>0.2</machnumber>
+                <Alpha>-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40332;-5.40016;-5.38957;-5.37899;-5.3684;-5.35781;-5.34722;-5.33663;-5.32605;-5.31546;-5.30487;-5.29428;-5.28369;-5.2731;-5.26252;-5.25193;-5.24134;-5.23075;-5.22016;-5.20958;-5.19899;-5.1884;-5.17781;-5.16722;-5.15664;-5.14605;-5.13546;-5.12487;-5.11428;-5.10369;-5.09311;-5.08252;-5.07193;-5.06134;-5.05075;-5.04017;-5.02958;-5.01899;-5.0084;-4.99781;-4.98722;-4.97664;-4.96605;-4.95546;-4.94487;-4.93428;-4.9237;-4.91311;-4.90252;-4.89193;-4.88134;-4.87076;-4.86017;-4.84958;-4.83899;-4.8284;-4.81781;-4.80723;-4.79664;-4.78605;-4.77546;-4.76487;-4.75429;-4.7437;-4.73311;-4.72252;-4.71193;-4.70134;-4.69076;-4.68017;-4.66958;-4.65899;-4.6484;-4.63782;-4.62723;-4.61664;-4.60605;-4.59546;-4.58488;-4.57429;-4.5637;-4.55311;-4.54252;-4.53193;-4.52135;-4.51076;-4.50017;-4.48958;-4.47899;-4.46841;-4.45782;-4.44723;-4.43664;-4.42605;-4.41546;-4.40488;-4.39429;-4.3837;-4.37311;-4.36252;-4.35194;-4.34135;-4.33076;-4.32017;-4.30958;-4.299;-4.28841;-4.27782;-4.26723;-4.25664;-4.24605;-4.23547;-4.22488;-4.21429;-4.2037;-4.19311;-4.18253;-4.17194;-4.16135;-4.15076;-4.14017;-4.12958;-4.119;-4.10841;-4.09782;-4.08723;-4.07664;-4.06606;-4.05547;-4.04488;-4.03429;-4.0237;-4.01312;-4.00253;-3.99194;-3.98135;-3.97076;-3.96017;-3.94959;-3.939;-3.92841;-3.91782;-3.90723;-3.89665;-3.88606;-3.87547;-3.86488;-3.85429;-3.8437;-3.83312;-3.82253;-3.81194;-3.80135;-3.79076;-3.78018;-3.76959;-3.759;-3.74841;-3.73782;-3.72724;-3.71665;-3.70606;-3.69547;-3.68488;-3.67429;-3.66371;-3.65312;-3.64253;-3.63194;-3.62135;-3.61077;-3.60018;-3.58959;-3.579;-3.56841;-3.55782;-3.54724;-3.53665;-3.52606;-3.51547;-3.50488;-3.4943;-3.48371;-3.47312;-3.46253;-3.45194;-3.44136;-3.43077;-3.42018;-3.40959;-3.399;-3.38841;-3.37783;-3.36724;-3.35665;-3.34606;-3.33547;-3.32489;-3.3143;-3.30371;-3.29312;-3.28253;-3.27194;-3.26136;-3.25077;-3.24018;-3.22959;-3.219;-3.20842;-3.19783;-3.18724;-3.17665;-3.16606;-3.15548;-3.14489;-3.1343;-3.12371;-3.11312;-3.10253;-3.09195;-3.08136;-3.07077;-3.06018;-3.04959;-3.03901;-3.02842;-3.01783;-3.00724;-2.99665;-2.98606;-2.97548;-2.96489;-2.9543;-2.94371;-2.93312;-2.92254;-2.91195;-2.90136;-2.89077;-2.88018;-2.8696;-2.85901;-2.84842;-2.83783;-2.82724;-2.81665;-2.80607;-2.79548;-2.78489;-2.7743;-2.76371;-2.75313;-2.74254;-2.73195;-2.72136;-2.71077;-2.70018;-2.6896;-2.67901;-2.66842;-2.65783;-2.64724;-2.63666;-2.62607;-2.61548;-2.60489;-2.5943;-2.58371;-2.57313;-2.56254;-2.55195;-2.54136;-2.53077;-2.52019;-2.5096;-2.49901;-2.48842;-2.47783;-2.46725;-2.45666;-2.44607;-2.43548;-2.42489;-2.4143;-2.40372;-2.39313;-2.38254;-2.37195;-2.36136;-2.35078;-2.34019;-2.3296;-2.31901;-2.30842;-2.29783;-2.28725;-2.27666;-2.26607;-2.25548;-2.24489;-2.23431;-2.22372;-2.21313;-2.20254;-2.19195;-2.18137;-2.17078;-2.16019;-2.1496;-2.13901;-2.12842;-2.11784;-2.10725;-2.09666;-2.08607;-2.07548;-2.0649;-2.05431;-2.04372;-2.03313;-2.02254;-2.01195;-2.00137;-1.99078;-1.98019;-1.9696;-1.95901;-1.94843;-1.93784;-1.92725;-1.91666;-1.90607;-1.89549;-1.8849;-1.87431;-1.86372;-1.85313;-1.84254;-1.83196;-1.82137;-1.81078;-1.80019;-1.7896;-1.77902;-1.76843;-1.75784;-1.74725;-1.73666;-1.72607;-1.71549;-1.7049;-1.69431;-1.68372;-1.67313;-1.66255;-1.65196;-1.64137;-1.63078;-1.62019;-1.60961;-1.59902;-1.58843;-1.57784;-1.56725;-1.55666;-1.54608;-1.53549;-1.5249;-1.51431;-1.50372;-1.49314;-1.48255;-1.47196;-1.46137;-1.45078;-1.44019;-1.42961;-1.41902;-1.40843;-1.39784;-1.38725;-1.37667;-1.36608;-1.35549;-1.3449;-1.33431;-1.32373;-1.31314;-1.30255;-1.29196;-1.28137;-1.27078;-1.2602;-1.24961;-1.23902;-1.22843;-1.21784;-1.20726;-1.19667;-1.18608;-1.17549;-1.1649;-1.15431;-1.14373;-1.13314;-1.12255;-1.11196;-1.10137;-1.09079;-1.0802;-1.06961;-1.05902;-1.04843;-1.03785;-1.02726;-1.01667;-1.00608;-0.995493;-0.984904;-0.974316;-0.963728;-0.95314;-0.942552;-0.931964;-0.921376;-0.910787;-0.900199;-0.889611;-0.879023;-0.868435;-0.857847;-0.847258;-0.83667;-0.826082;-0.815494;-0.804906;-0.794318;-0.78373;-0.773141;-0.762553;-0.751965;-0.741377;-0.730789;-0.720201;-0.709613;-0.699024;-0.688436;-0.677848;-0.66726;-0.656672;-0.646084;-0.635495;-0.624907;-0.614319;-0.603731;-0.593143;-0.582555;-0.571967;-0.561378;-0.55079;-0.540202;-0.529614;-0.519026;-0.508438;-0.49785;-0.487261;-0.476673;-0.466085;-0.455497;-0.444909;-0.434321;-0.423733;-0.413144;-0.402556;-0.391968;-0.38138;-0.370792;-0.360204;-0.349615;-0.339027;-0.328439;-0.317851;-0.307263;-0.296675;-0.286087;-0.275498;-0.26491;-0.254322;-0.243734;-0.233146;-0.222558;-0.21197;-0.201381;-0.190793;-0.180205;-0.169617;-0.159029;-0.148441;-0.137852;-0.127264;-0.116676;-0.106088;-0.0954999;-0.0849117;-0.0743236;-0.0637354;-0.0531473;-0.0425591;-0.031971;-0.0213828;-0.0107947;-0.000206531;0.0103816;0.0209698;0.0315579;0.0421461;0.0527342;0.0633224;0.0739105;0.0844987;0.0950868;0.105675;0.116263;0.126851;0.137439;0.148028;0.158616;0.169204;0.179792;0.19038;0.200968;0.211556;0.222145;0.232733;0.243321;0.253909;0.264497;0.275085;0.285674;0.296262;0.30685;0.317438;0.328026;0.338614;0.349202;0.359791;0.370379;0.380967;0.391555;0.402143;0.412731;0.423319;0.433908;0.444496;0.455084;0.465672;0.47626;0.486848;0.497436;0.508025;0.518613;0.529201;0.539789;0.550377;0.560965;0.571554;0.582142;0.59273;0.603318;0.613906;0.624494;0.635082;0.645671;0.656259;0.666847;0.677435;0.688023;0.698611;0.709199;0.719788;0.730376;0.740964;0.751552;0.76214;0.772728;0.783317;0.793905;0.804493;0.815081;0.825669;0.836257;0.846845;0.857434;0.868022;0.87861;0.889198;0.899786;0.910374;0.920962;0.931551;0.942139;0.952727;0.963315;0.973903;0.984491;0.99508;1.00567;1.01626;1.02684;1.03743;1.04802;1.05861;1.0692;1.07978;1.09037;1.10096;1.11155;1.12214;1.13273;1.14331;1.1539;1.16449;1.17508;1.18567;1.19625;1.20684;1.21743;1.22802;1.23861;1.2492;1.25978;1.27037;1.28096;1.29155;1.30214;1.31272;1.32331;1.3339;1.34449;1.35508;1.36566;1.37625;1.38684;1.39743;1.40802;1.41861;1.42919;1.43978;1.45037;1.46096;1.47155;1.48213;1.49272;1.50331;1.5139;1.52449;1.53508;1.54566;1.55625;1.56684;1.57743;1.58802;1.5986;1.60919;1.61978;1.63037;1.64096;1.65154;1.66213;1.67272;1.68331;1.6939;1.70449;1.71507;1.72566;1.73625;1.74684;1.75743;1.76801;1.7786;1.78919;1.79978;1.81037;1.82096;1.83154;1.84213;1.85272;1.86331;1.8739;1.88448;1.89507;1.90566;1.91625;1.92684;1.93742;1.94801;1.9586;1.96919;1.97978;1.99037;2.00095;2.01154;2.02213;2.03272;2.04331;2.05389;2.06448;2.07507;2.08566;2.09625;2.10684;2.11742;2.12801;2.1386;2.14919;2.15978;2.17036;2.18095;2.19154;2.20213;2.21272;2.2233;2.23389;2.24448;2.25507;2.26566;2.27625;2.28683;2.29742;2.30801;2.3186;2.32919;2.33977;2.35036;2.36095;2.37154;2.38213;2.39272;2.4033;2.41389;2.42448;2.43507;2.44566;2.45624;2.46683;2.47742;2.48801;2.4986;2.50918;2.51977;2.53036;2.54095;2.55154;2.56213;2.57271;2.5833;2.59389;2.60448;2.61507;2.62565;2.63624;2.64683;2.65742;2.66801;2.6786;2.68918;2.69977;2.71036;2.72095;2.73154;2.74212;2.75271;2.7633;2.77389;2.78448;2.79506;2.80565;2.81624;2.82683;2.83742;2.84801;2.85859;2.86918;2.87977;2.89036;2.90095;2.91153;2.92212;2.93271;2.9433;2.95389;2.96448;2.97506;2.98565;2.99624;3.00683;3.01742;3.028;3.03859;3.04918;3.05977;3.07036;3.08094;3.09153;3.10212;3.11271;3.1233;3.13389;3.14447;3.15506;3.16565;3.17624;3.18683;3.19741;3.208;3.21859;3.22918;3.23977;3.25036;3.26094;3.27153;3.28212;3.29271;3.3033;3.31388;3.32447;3.33506;3.34565;3.35624;3.36682;3.37741;3.388;3.39859;3.40918;3.41977;3.43035;3.44094;3.45153;3.46212;3.47271;3.48329;3.49388;3.50447;3.51506;3.52565;3.53624;3.54682;3.55741;3.568;3.57859;3.58918;3.59976;3.61035;3.62094;3.63153;3.64212;3.65271;3.66329;3.67388;3.68447;3.69506;3.70565;3.71623;3.72682;3.73741;3.748;3.75859;3.76917;3.77976;3.79035;3.80094;3.81153;3.82212;3.8327;3.84329;3.85388;3.86447;3.87506;3.88564;3.89623;3.90682;3.91741;3.928;3.93859;3.94917;3.95976;3.97035;3.98094;3.99153;4.00211;4.0127;4.02329;4.03388;4.04447;4.05505;4.06564;4.07623;4.08682;4.09741;4.108;4.11858;4.12917;4.13976;4.15035;4.16094;4.17152;4.18211;4.1927;4.20329;4.21388;4.22447;4.23505;4.24564;4.25623;4.26682;4.27741;4.28799;4.29858;4.30917;4.31976;4.33035;4.34093;4.35152;4.36211;4.3727;4.38329;4.39388;4.40446;4.41505;4.42564;4.43623;4.44682;4.4574;4.46799;4.47858;4.48917;4.49976;4.51035;4.52093;4.53152;4.54211;4.5527;4.56329;4.57387;4.58446;4.59505;4.60564;4.61623;4.62681;4.6374;4.64799;4.65858;4.66917;4.67976;4.69034;4.70093;4.71152;4.72211;4.7327;4.74328;4.75387;4.76446;4.77505;4.78564;4.79623;4.80681;4.8174;4.82799;4.83858;4.84917;4.85975;4.87034;4.88093;4.89152;4.90211;4.91269;4.92328;4.93387;4.94446;4.95505;4.96564;4.97622;4.98681;4.9974;5.00799;5.01858;5.02916;5.03975;5.05034;5.06093;5.07152;5.08211;5.09269;5.10328;5.11387;5.12446;5.13505;5.14563;5.15622;5.16681;5.1774;5.18799;5.19857;5.20916;5.21975;5.23034;5.24093;5.25152;5.2621;5.27269;5.28328;5.29387;5.30446;5.31504;5.32563;5.33622;5.34681;5.3574;5.36799;5.37857;5.38916;5.39975;5.41034;5.42093;5.43151;5.4421;5.45269;5.46328;5.47387;5.48445;5.49504;5.50563;5.51622;5.52681;5.5374;5.54798;5.55857;5.56916;5.57975;5.59034;5.60092;5.61151;5.6221;5.63269;5.64328;5.65387;5.66445;5.67504;5.68563;5.69622;5.70681;5.71739;5.72798;5.73857;5.74916;5.75975;5.77033;5.78092;5.79151;5.8021;5.81269;5.82328;5.83386;5.84445;5.85504;5.86563;5.87622;5.8868;5.89739;5.90798;5.91857;5.92916;5.93975;5.95033;5.96092;5.97151;5.9821;5.99269;6.00327;6.01386;6.02445;6.03504;6.04563;6.05621;6.0668;6.07739;6.08798;6.09857;6.10916;6.11974;6.13033;6.14092;6.15151;6.1621;6.17268;6.18327;6.19386;6.20445;6.21504;6.22563;6.23621;6.2468;6.25739;6.26798;6.27857;6.28915;6.29974;6.31033;6.32092;6.33151;6.34209;6.35268;6.36327;6.37386;6.38445;6.39504;6.40562;6.41621;6.4268;6.43739;6.44798;6.45856;6.46915;6.47974;6.49033;6.50092;6.51151;6.52209;6.53268;6.54327;6.55386;6.56445;6.57503;6.58562;6.59621;6.6068;6.61739;6.62798;6.63856;6.64915;6.65974;6.67033;6.68092;6.6915;6.70209;6.71268;6.72327;6.73386;6.74444;6.75503;6.76562;6.77621;6.7868;6.79739;6.80797;6.81856;6.82915;6.83974;6.85033;6.86091;6.8715;6.88209;6.89268;6.90327;6.91386;6.92444;6.93503;6.94562;6.95621;6.9668;6.97738;6.98797;6.99856;7.00915;7.01974;7.03032;7.04091;7.0515;7.06209;7.07268;7.08327;7.09385;7.10444;7.11503;7.12562;7.13621;7.14679;7.15738;7.16797;7.17856;7.18915;7.19974;7.21032;7.22091;7.2315;7.24209;7.25268;7.26326;7.27385;7.28444;7.29503;7.30562;7.3162;7.32679;7.33738;7.34797;7.35856;7.36915;7.37973;7.39032;7.40091;7.4115;7.42209;7.43267;7.44326;7.45385;7.46444;7.47503;7.48562;7.4962;7.50679;7.51738;7.52797;7.53856;7.54914;7.55973;7.57032;7.58091;7.5915;7.60208;7.61267;7.62326;7.63385;7.64444;7.65503;7.66561;7.6762;7.68679;7.69738;7.70797;7.71855;7.72914;7.73973;7.75032;7.76091;7.7715;7.78208;7.79267;7.80326;7.81385;7.82444;7.83502;7.84561;7.8562;7.86679;7.87738;7.88796;7.89855;7.90914;7.91973;7.93032;7.94091;7.95149;7.96208;7.97267;7.98326;7.99385;8.00443;8.01502;8.02561;8.0362;8.04679;8.05738;8.06796;8.07855;8.08914;8.09973;8.11032;8.1209;8.13149;8.14208;8.15267;8.16326;8.17384;8.18443;8.19502;8.20561;8.2162;8.22679;8.23737;8.24796;8.25855;8.26914;8.27973;8.29031;8.3009;8.31149;8.32208;8.33267;8.34326;8.35384;8.36443;8.37502;8.38561;8.3962;8.40678;8.41737;8.42796;8.43855;8.44914;8.45972;8.47031;8.4809;8.49149;8.50208;8.51267;8.52325;8.53384;8.54443;8.55502;8.56561;8.57619;8.58678;8.59737;8.60796;8.61855;8.62914;8.63972;8.65031;8.6609;8.67149;8.68208;8.69266;8.70325;8.71384;8.72443;8.73502;8.7456;8.75619;8.76678;8.77737;8.78796;8.79855;8.80913;8.81972;8.83031;8.8409;8.85149;8.86207;8.87266;8.88325;8.89384;8.90443;8.91502;8.9256;8.93619;8.94678;8.95737;8.96796;8.97854;8.98913;8.99972;9.01031;9.0209;9.03148;9.04207;9.05266;9.06325;9.07384;9.08443;9.09501;9.1056;9.11619;9.12678;9.13737;9.14795;9.15854;9.16913;9.17972;9.19031;9.2009;9.21148;9.22207;9.23266;9.24325;9.25384;9.26442;9.27501;9.2856;9.29619;9.30678;9.31736;9.32795;9.33854;9.34913;9.35972;9.37031;9.38089;9.39148;9.40207;9.41266;9.42325;9.43383;9.44442;9.45501;9.4656;9.47619;9.48678;9.49736;9.50795;9.51854;9.52913;9.53972;9.5503;9.56089;9.57148;9.58207;9.59266;9.60325;9.61383;9.62442;9.63501;9.6456;9.65619;9.66677;9.67736;9.68795;9.69854;9.70913;9.71971;9.7303;9.74089;9.75148;9.76207;9.77266;9.78324;9.79383;9.80442;9.81501;9.8256;9.83618;9.84677;9.85736;9.86795;9.87854;9.88913;9.89971;9.9103;9.92089;9.93148;9.94207;9.95265;9.96324;9.97383;9.98442;9.99501;10.0056;10.0162;10.0268;10.0374;10.0479;10.0585;10.0691;10.0797;10.0903;10.1009;10.1115;10.1221;10.1327;10.1432;10.1538;10.1644;10.175;10.1856;10.1962;10.2068;10.2174;10.2279;10.2385;10.2491;10.2597;10.2703;10.2809;10.2915;10.3021;10.3127;10.3232;10.3338;10.3444;10.355;10.3656;10.3762;10.3868;10.3974;10.4079;10.4185;10.4291;10.4397;10.4503;10.4609;10.4715;10.4821;10.4926;10.5032;10.5138;10.5244;10.535;10.5456;10.5562;10.5668;10.5774;10.5879;10.5985;10.6091;10.6197;10.6303;10.6409;10.6515;10.6621;10.6726;10.6832;10.6938;10.7044;10.715;10.7256;10.7362;10.7468;10.7574;10.7679;10.7785;10.7891;10.7997;10.8103;10.8209;10.8315;10.8421;10.8526;10.8632;10.8738;10.8844;10.895;10.9056;10.9162;10.9268;10.9374;10.9479;10.9585;10.9691;10.9797;10.9903;11.0009;11.0115;11.0221;11.0326;11.0432;11.0538;11.0644;11.075;11.0856;11.0962;11.1068;11.1174;11.1279;11.1385;11.1491;11.1597;11.1703;11.1809;11.1915;11.2021;11.2126;11.2232;11.2338;11.2444;11.255;11.2656;11.2762;11.2868;11.2973;11.3079;11.3185;11.3291;11.3397;11.3503;11.3609;11.3715;11.3821;11.3926;11.4032;11.4138;11.4244;11.435;11.4456;11.4562;11.4668;11.4773;11.4879;11.4985;11.5091;11.5197;11.5303;11.5409;11.5515;11.5621;11.5726;11.5832;11.5938;11.6044;11.615;11.6256;11.6362;11.6468;11.6573;11.6679;11.6785;11.6891;11.6997;11.7103;11.7209;11.7315;11.7421;11.7526;11.7632;11.7738;11.7844;11.795;11.8056;11.8162;11.8268;11.8373;11.8479;11.8585;11.8691;11.8797;11.8903;11.9009;11.9115;11.922;11.9326;11.9432;11.9538;11.9644;11.975;11.9856;11.9962;12.0068;12.0173;12.0279;12.0385;12.0491;12.0597;12.0703;12.0809;12.0915;12.102;12.1126;12.1232;12.1338;12.1444;12.155;12.1656;12.1762;12.1868;12.1973;12.2079;12.2185;12.2291;12.2397;12.2503;12.2609;12.2715;12.282;12.2926;12.3032;12.3138;12.3244;12.335;12.3456;12.3562;12.3668;12.3773;12.3879;12.3985;12.4091;12.4197;12.4303;12.4409;12.4515;12.462;12.4726;12.4832;12.4938;12.5044;12.515;12.5256;12.5362;12.5468;12.5573;12.5679;12.5785;12.5891;12.5997;12.6103;12.6209;12.6315;12.642;12.6526;12.6632;12.6738;12.6844;12.695;12.7056;12.7162;12.7267;12.7373;12.7479;12.7585;12.7691;12.7797;12.7903;12.8009;12.8115;12.822;12.8326;12.8432;12.8538;12.8644;12.875;12.8856;12.8962;12.9067;12.9173;12.9279;12.9385;12.9491;12.9597;12.9703;12.9809;12.9915;13.002;13.0126;13.0232;13.0338;13.0444;13.055;13.0656;13.0762;13.0867;13.0973;13.1079;13.1185;13.1291;13.1397;13.1503;13.1609;13.1715;13.182;13.1926;13.2032;13.2138;13.2244;13.235;13.2456;13.2562;13.2667;13.2773;13.2879;13.2985;13.3091;13.3197;13.3303;13.3409;13.3514;13.362;13.3726;13.3832;13.3938;13.4044;13.415;13.4256;13.4362;13.4467;13.4573;13.4679;13.4785;13.4891;13.4997;13.5103;13.5209;13.5314;13.542;13.5526;13.5632;13.5738;13.5844;13.595;13.6056;13.6162;13.6267;13.6373;13.6479;13.6585;13.6691;13.6797;13.6903;13.7009;13.7114;13.722;13.7326;13.7432;13.7538;13.7644;13.775;13.7856;13.7962;13.8067;13.8173;13.8279;13.8385;13.8491;13.8597;13.8703;13.8809;13.8914;13.902;13.9126;13.9232;13.9338;13.9444;13.955;13.9656;13.9762;13.9867;13.9973;14.0079;14.0185;14.0291;14.0397;14.0503;14.0609;14.0714;14.082;14.0926;14.1032;14.1138;14.1244;14.135;14.1456;14.1561;</Alpha>
+                <Cl>-0.5;-0.499;-0.498;-0.497;-0.496;-0.495;-0.494;-0.493;-0.492;-0.491;-0.49;-0.489;-0.488;-0.487;-0.486;-0.485;-0.484;-0.483;-0.482;-0.481;-0.48;-0.479;-0.478;-0.477;-0.476;-0.475;-0.474;-0.473;-0.472;-0.471;-0.47;-0.469;-0.468;-0.467;-0.466;-0.465;-0.464;-0.463;-0.462;-0.461;-0.46;-0.459;-0.458;-0.457;-0.456;-0.455;-0.454;-0.453;-0.452;-0.451;-0.45;-0.449;-0.448;-0.447;-0.446;-0.445;-0.444;-0.443;-0.442;-0.441;-0.44;-0.439;-0.438;-0.437;-0.436;-0.435;-0.434;-0.433;-0.432;-0.431;-0.43;-0.429;-0.428;-0.427;-0.426;-0.425;-0.424;-0.423;-0.422;-0.421;-0.42;-0.419;-0.418;-0.417;-0.416;-0.415;-0.414;-0.413;-0.412;-0.411;-0.41;-0.409;-0.408;-0.407;-0.406;-0.405;-0.404;-0.403;-0.402;-0.401;-0.4;-0.399;-0.398;-0.397;-0.396;-0.395;-0.394;-0.393;-0.392;-0.391;-0.39;-0.389;-0.388;-0.387;-0.386;-0.385;-0.384;-0.383;-0.382;-0.381;-0.38;-0.379;-0.378;-0.377;-0.376;-0.375;-0.374;-0.373;-0.372;-0.371;-0.37;-0.369;-0.368;-0.367;-0.366;-0.365;-0.364;-0.363;-0.362;-0.361;-0.36;-0.359;-0.358;-0.357;-0.356;-0.355;-0.354;-0.353;-0.352;-0.351;-0.35;-0.349;-0.348;-0.347;-0.346;-0.345;-0.344;-0.343;-0.342;-0.341;-0.34;-0.339;-0.338;-0.337;-0.336;-0.335;-0.334;-0.333;-0.332;-0.331;-0.33;-0.329;-0.328;-0.327;-0.326;-0.325;-0.324;-0.323;-0.322;-0.321;-0.32;-0.319;-0.318;-0.317;-0.316;-0.315;-0.314;-0.313;-0.312;-0.311;-0.31;-0.309;-0.308;-0.307;-0.306;-0.305;-0.304;-0.303;-0.302;-0.301;-0.3;-0.299;-0.298;-0.297;-0.296;-0.295;-0.294;-0.293;-0.292;-0.291;-0.29;-0.289;-0.288;-0.287;-0.286;-0.285;-0.284;-0.283;-0.282;-0.281;-0.28;-0.279;-0.278;-0.277;-0.276;-0.275;-0.274;-0.273;-0.272;-0.271;-0.27;-0.269;-0.268;-0.267;-0.266;-0.265;-0.264;-0.263;-0.262;-0.261;-0.26;-0.259;-0.258;-0.257;-0.256;-0.255;-0.254;-0.253;-0.252;-0.251;-0.25;-0.249;-0.248;-0.247;-0.246;-0.245;-0.244;-0.243;-0.242;-0.241;-0.24;-0.239;-0.238;-0.237;-0.236;-0.235;-0.234;-0.233;-0.232;-0.231;-0.23;-0.229;-0.228;-0.227;-0.226;-0.225;-0.224;-0.223;-0.222;-0.221;-0.22;-0.219;-0.218;-0.217;-0.216;-0.215;-0.214;-0.213;-0.212;-0.211;-0.21;-0.209;-0.208;-0.207;-0.206;-0.205;-0.204;-0.203;-0.202;-0.201;-0.2;-0.199;-0.198;-0.197;-0.196;-0.195;-0.194;-0.193;-0.192;-0.191;-0.19;-0.189;-0.188;-0.187;-0.186;-0.185;-0.184;-0.183;-0.182;-0.181;-0.18;-0.179;-0.178;-0.177;-0.176;-0.175;-0.174;-0.173;-0.172;-0.171;-0.17;-0.169;-0.168;-0.167;-0.166;-0.165;-0.164;-0.163;-0.162;-0.161;-0.16;-0.159;-0.158;-0.157;-0.156;-0.155;-0.154;-0.153;-0.152;-0.151;-0.15;-0.149;-0.148;-0.147;-0.146;-0.145;-0.144;-0.143;-0.142;-0.141;-0.14;-0.139;-0.138;-0.137;-0.136;-0.135;-0.134;-0.133;-0.132;-0.131;-0.13;-0.129;-0.128;-0.127;-0.126;-0.125;-0.124;-0.123;-0.122;-0.121;-0.12;-0.119;-0.118;-0.117;-0.116;-0.115;-0.114;-0.113;-0.112;-0.111;-0.11;-0.109;-0.108;-0.107;-0.106;-0.105;-0.104;-0.103;-0.102;-0.101;-0.1;-0.099;-0.098;-0.097;-0.096;-0.095;-0.094;-0.093;-0.092;-0.091;-0.09;-0.089;-0.088;-0.087;-0.086;-0.085;-0.084;-0.083;-0.082;-0.081;-0.08;-0.079;-0.078;-0.077;-0.076;-0.075;-0.074;-0.073;-0.072;-0.071;-0.07;-0.069;-0.068;-0.067;-0.066;-0.065;-0.064;-0.063;-0.062;-0.061;-0.06;-0.059;-0.058;-0.057;-0.056;-0.055;-0.054;-0.053;-0.052;-0.051;-0.05;-0.049;-0.048;-0.047;-0.046;-0.045;-0.044;-0.043;-0.042;-0.041;-0.04;-0.039;-0.038;-0.037;-0.036;-0.035;-0.034;-0.033;-0.032;-0.031;-0.03;-0.029;-0.028;-0.027;-0.026;-0.025;-0.024;-0.023;-0.022;-0.021;-0.02;-0.019;-0.018;-0.017;-0.016;-0.015;-0.014;-0.013;-0.012;-0.011;-0.01;-0.009;-0.008;-0.007;-0.006;-0.005;-0.004;-0.003;-0.002;-0.001;0;0.001;0.002;0.003;0.004;0.005;0.006;0.007;0.008;0.009;0.01;0.011;0.012;0.013;0.014;0.015;0.016;0.017;0.018;0.019;0.02;0.021;0.022;0.023;0.024;0.025;0.026;0.027;0.028;0.029;0.03;0.031;0.032;0.033;0.034;0.035;0.036;0.037;0.038;0.039;0.04;0.041;0.042;0.043;0.044;0.045;0.046;0.047;0.048;0.049;0.05;0.051;0.052;0.053;0.054;0.055;0.056;0.057;0.058;0.059;0.06;0.061;0.062;0.063;0.064;0.065;0.066;0.067;0.068;0.069;0.07;0.071;0.072;0.073;0.074;0.075;0.076;0.077;0.078;0.079;0.08;0.081;0.082;0.083;0.084;0.085;0.086;0.087;0.088;0.089;0.09;0.091;0.092;0.093;0.094;0.095;0.096;0.097;0.098;0.099;0.1;0.101;0.102;0.103;0.104;0.105;0.106;0.107;0.108;0.109;0.11;0.111;0.112;0.113;0.114;0.115;0.116;0.117;0.118;0.119;0.12;0.121;0.122;0.123;0.124;0.125;0.126;0.127;0.128;0.129;0.13;0.131;0.132;0.133;0.134;0.135;0.136;0.137;0.138;0.139;0.14;0.141;0.142;0.143;0.144;0.145;0.146;0.147;0.148;0.149;0.15;0.151;0.152;0.153;0.154;0.155;0.156;0.157;0.158;0.159;0.16;0.161;0.162;0.163;0.164;0.165;0.166;0.167;0.168;0.169;0.17;0.171;0.172;0.173;0.174;0.175;0.176;0.177;0.178;0.179;0.18;0.181;0.182;0.183;0.184;0.185;0.186;0.187;0.188;0.189;0.19;0.191;0.192;0.193;0.194;0.195;0.196;0.197;0.198;0.199;0.2;0.201;0.202;0.203;0.204;0.205;0.206;0.207;0.208;0.209;0.21;0.211;0.212;0.213;0.214;0.215;0.216;0.217;0.218;0.219;0.22;0.221;0.222;0.223;0.224;0.225;0.226;0.227;0.228;0.229;0.23;0.231;0.232;0.233;0.234;0.235;0.236;0.237;0.238;0.239;0.24;0.241;0.242;0.243;0.244;0.245;0.246;0.247;0.248;0.249;0.25;0.251;0.252;0.253;0.254;0.255;0.256;0.257;0.258;0.259;0.26;0.261;0.262;0.263;0.264;0.265;0.266;0.267;0.268;0.269;0.27;0.271;0.272;0.273;0.274;0.275;0.276;0.277;0.278;0.279;0.28;0.281;0.282;0.283;0.284;0.285;0.286;0.287;0.288;0.289;0.29;0.291;0.292;0.293;0.294;0.295;0.296;0.297;0.298;0.299;0.3;0.301;0.302;0.303;0.304;0.305;0.306;0.307;0.308;0.309;0.31;0.311;0.312;0.313;0.314;0.315;0.316;0.317;0.318;0.319;0.32;0.321;0.322;0.323;0.324;0.325;0.326;0.327;0.328;0.329;0.33;0.331;0.332;0.333;0.334;0.335;0.336;0.337;0.338;0.339;0.34;0.341;0.342;0.343;0.344;0.345;0.346;0.347;0.348;0.349;0.35;0.351;0.352;0.353;0.354;0.355;0.356;0.357;0.358;0.359;0.36;0.361;0.362;0.363;0.364;0.365;0.366;0.367;0.368;0.369;0.37;0.371;0.372;0.373;0.374;0.375;0.376;0.377;0.378;0.379;0.38;0.381;0.382;0.383;0.384;0.385;0.386;0.387;0.388;0.389;0.39;0.391;0.392;0.393;0.394;0.395;0.396;0.397;0.398;0.399;0.4;0.401;0.402;0.403;0.404;0.405;0.406;0.407;0.408;0.409;0.41;0.411;0.412;0.413;0.414;0.415;0.416;0.417;0.418;0.419;0.42;0.421;0.422;0.423;0.424;0.425;0.426;0.427;0.428;0.429;0.43;0.431;0.432;0.433;0.434;0.435;0.436;0.437;0.438;0.439;0.44;0.441;0.442;0.443;0.444;0.445;0.446;0.447;0.448;0.449;0.45;0.451;0.452;0.453;0.454;0.455;0.456;0.457;0.458;0.459;0.46;0.461;0.462;0.463;0.464;0.465;0.466;0.467;0.468;0.469;0.47;0.471;0.472;0.473;0.474;0.475;0.476;0.477;0.478;0.479;0.48;0.481;0.482;0.483;0.484;0.485;0.486;0.487;0.488;0.489;0.49;0.491;0.492;0.493;0.494;0.495;0.496;0.497;0.498;0.499;0.5;0.501;0.502;0.503;0.504;0.505;0.506;0.507;0.508;0.509;0.51;0.511;0.512;0.513;0.514;0.515;0.516;0.517;0.518;0.519;0.52;0.521;0.522;0.523;0.524;0.525;0.526;0.527;0.528;0.529;0.53;0.531;0.532;0.533;0.534;0.535;0.536;0.537;0.538;0.539;0.54;0.541;0.542;0.543;0.544;0.545;0.546;0.547;0.548;0.549;0.55;0.551;0.552;0.553;0.554;0.555;0.556;0.557;0.558;0.559;0.56;0.561;0.562;0.563;0.564;0.565;0.566;0.567;0.568;0.569;0.57;0.571;0.572;0.573;0.574;0.575;0.576;0.577;0.578;0.579;0.58;0.581;0.582;0.583;0.584;0.585;0.586;0.587;0.588;0.589;0.59;0.591;0.592;0.593;0.594;0.595;0.596;0.597;0.598;0.599;0.6;0.601;0.602;0.603;0.604;0.605;0.606;0.607;0.608;0.609;0.61;0.611;0.612;0.613;0.614;0.615;0.616;0.617;0.618;0.619;0.62;0.621;0.622;0.623;0.624;0.625;0.626;0.627;0.628;0.629;0.63;0.631;0.632;0.633;0.634;0.635;0.636;0.637;0.638;0.639;0.64;0.641;0.642;0.643;0.644;0.645;0.646;0.647;0.648;0.649;0.65;0.651;0.652;0.653;0.654;0.655;0.656;0.657;0.658;0.659;0.66;0.661;0.662;0.663;0.664;0.665;0.666;0.667;0.668;0.669;0.67;0.671;0.672;0.673;0.674;0.675;0.676;0.677;0.678;0.679;0.68;0.681;0.682;0.683;0.684;0.685;0.686;0.687;0.688;0.689;0.69;0.691;0.692;0.693;0.694;0.695;0.696;0.697;0.698;0.699;0.7;0.701;0.702;0.703;0.704;0.705;0.706;0.707;0.708;0.709;0.71;0.711;0.712;0.713;0.714;0.715;0.716;0.717;0.718;0.719;0.72;0.721;0.722;0.723;0.724;0.725;0.726;0.727;0.728;0.729;0.73;0.731;0.732;0.733;0.734;0.735;0.736;0.737;0.738;0.739;0.74;0.741;0.742;0.743;0.744;0.745;0.746;0.747;0.748;0.749;0.75;0.751;0.752;0.753;0.754;0.755;0.756;0.757;0.758;0.759;0.76;0.761;0.762;0.763;0.764;0.765;0.766;0.767;0.768;0.769;0.77;0.771;0.772;0.773;0.774;0.775;0.776;0.777;0.778;0.779;0.78;0.781;0.782;0.783;0.784;0.785;0.786;0.787;0.788;0.789;0.79;0.791;0.792;0.793;0.794;0.795;0.796;0.797;0.798;0.799;0.8;0.801;0.802;0.803;0.804;0.805;0.806;0.807;0.808;0.809;0.81;0.811;0.812;0.813;0.814;0.815;0.816;0.817;0.818;0.819;0.82;0.821;0.822;0.823;0.824;0.825;0.826;0.827;0.828;0.829;0.83;0.831;0.832;0.833;0.834;0.835;0.836;0.837;0.838;0.839;0.84;0.841;0.842;0.843;0.844;0.845;0.846;0.847;0.848;0.849;0.85;0.851;0.852;0.853;0.854;0.855;0.856;0.857;0.858;0.859;0.86;0.861;0.862;0.863;0.864;0.865;0.866;0.867;0.868;0.869;0.87;0.871;0.872;0.873;0.874;0.875;0.876;0.877;0.878;0.879;0.88;0.881;0.882;0.883;0.884;0.885;0.886;0.887;0.888;0.889;0.89;0.891;0.892;0.893;0.894;0.895;0.896;0.897;0.898;0.899;0.9;0.901;0.902;0.903;0.904;0.905;0.906;0.907;0.908;0.909;0.91;0.911;0.912;0.913;0.914;0.915;0.916;0.917;0.918;0.919;0.92;0.921;0.922;0.923;0.924;0.925;0.926;0.927;0.928;0.929;0.93;0.931;0.932;0.933;0.934;0.935;0.936;0.937;0.938;0.939;0.94;0.941;0.942;0.943;0.944;0.945;0.946;0.947;0.948;0.949;0.95;0.951;0.952;0.953;0.954;0.955;0.956;0.957;0.958;0.959;0.96;0.961;0.962;0.963;0.964;0.965;0.966;0.967;0.968;0.969;0.97;0.971;0.972;0.973;0.974;0.975;0.976;0.977;0.978;0.979;0.98;0.981;0.982;0.983;0.984;0.985;0.986;0.987;0.988;0.989;0.99;0.991;0.992;0.993;0.994;0.995;0.996;0.997;0.998;0.999;1;1.001;1.002;1.003;1.004;1.005;1.006;1.007;1.008;1.009;1.01;1.011;1.012;1.013;1.014;1.015;1.016;1.017;1.018;1.019;1.02;1.021;1.022;1.023;1.024;1.025;1.026;1.027;1.028;1.029;1.03;1.031;1.032;1.033;1.034;1.035;1.036;1.037;1.038;1.039;1.04;1.041;1.042;1.043;1.044;1.045;1.046;1.047;1.048;1.049;1.05;1.051;1.052;1.053;1.054;1.055;1.056;1.057;1.058;1.059;1.06;1.061;1.062;1.063;1.064;1.065;1.066;1.067;1.068;1.069;1.07;1.071;1.072;1.073;1.074;1.075;1.076;1.077;1.078;1.079;1.08;1.081;1.082;1.083;1.084;1.085;1.086;1.087;1.088;1.089;1.09;1.091;1.092;1.093;1.094;1.095;1.096;1.097;1.098;1.099;1.1;1.101;1.102;1.103;1.104;1.105;1.106;1.107;1.108;1.109;1.11;1.111;1.112;1.113;1.114;1.115;1.116;1.117;1.118;1.119;1.12;1.121;1.122;1.123;1.124;1.125;1.126;1.127;1.128;1.129;1.13;1.131;1.132;1.133;1.134;1.135;1.136;1.137;1.138;1.139;1.14;1.141;1.142;1.143;1.144;1.145;1.146;1.147;1.148;1.149;1.15;1.151;1.152;1.153;1.154;1.155;1.156;1.157;1.158;1.159;1.16;1.161;1.162;1.163;1.164;1.165;1.166;1.167;1.168;1.169;1.17;1.171;1.172;1.173;1.174;1.175;1.176;1.177;1.178;1.179;1.18;1.181;1.182;1.183;1.184;1.185;1.186;1.187;1.188;1.189;1.19;1.191;1.192;1.193;1.194;1.195;1.196;1.197;1.198;1.199;1.2;1.201;1.202;1.203;1.204;1.205;1.206;1.207;1.208;1.209;1.21;1.211;1.212;1.213;1.214;1.215;1.216;1.217;1.218;1.219;1.22;1.221;1.222;1.223;1.224;1.225;1.226;1.227;1.228;1.229;1.23;1.231;1.232;1.233;1.234;1.235;1.236;1.237;1.238;1.239;1.24;1.241;1.242;1.243;1.244;1.245;1.246;1.247;1.248;1.249;1.25;1.251;1.252;1.253;1.254;1.255;1.256;1.257;1.258;1.259;1.26;1.261;1.262;1.263;1.264;1.265;1.266;1.267;1.268;1.269;1.27;1.271;1.272;1.273;1.274;1.275;1.276;1.277;1.278;1.279;1.28;1.281;1.282;1.283;1.284;1.285;1.286;1.287;1.288;1.289;1.29;1.291;1.292;1.293;1.294;1.295;1.296;1.297;1.298;1.299;1.3;1.301;1.302;1.303;1.304;1.305;1.306;1.307;1.308;1.309;1.31;1.311;1.312;1.313;1.314;1.315;1.316;1.317;1.318;1.319;1.32;1.321;1.322;1.323;1.324;1.325;1.326;1.327;1.328;1.329;1.33;1.331;1.332;1.333;1.334;1.335;1.336;1.337;1.338;1.339;1.34;1.341;1.342;1.343;1.344;1.345;1.346;1.347;1.348;1.349;1.35;1.351;1.352;1.353;1.354;1.355;1.356;1.357;1.358;1.359;1.36;1.361;1.362;1.363;1.364;1.365;1.366;1.367;1.368;1.369;1.37;1.371;1.372;1.373;1.374;1.375;1.376;1.377;1.378;1.379;1.38;1.381;1.382;1.383;1.384;1.385;1.386;1.387;1.388;1.389;1.39;1.391;1.392;1.393;1.394;1.395;1.396;1.397;1.398;1.399;1.4;1.401;1.402;1.403;1.404;1.405;1.406;1.407;1.408;1.409;1.41;1.411;1.412;1.413;1.414;1.415;1.416;1.417;1.418;1.419;1.42;1.421;1.422;1.423;1.424;1.425;1.426;1.427;1.428;1.429;1.43;1.431;1.432;1.433;1.434;1.435;1.436;1.437;1.438;1.439;1.44;1.441;1.442;1.443;1.444;1.445;1.446;1.447;1.448;1.449;1.45;1.451;1.452;1.453;1.454;1.455;1.456;1.457;1.458;1.459;1.46;1.461;1.462;1.463;1.464;1.465;1.466;1.467;1.468;1.469;1.47;1.471;1.472;1.473;1.474;1.475;1.476;1.477;1.478;1.479;1.48;1.481;1.482;1.483;1.484;1.485;1.486;1.487;1.488;1.489;1.49;1.491;1.492;1.493;1.494;1.495;1.496;1.497;1.498;1.499;1.5;1.501;1.502;1.503;1.504;1.505;1.506;1.507;1.508;1.509;1.51;1.511;1.512;1.513;1.514;1.515;1.516;1.517;1.518;1.519;1.52;1.521;1.522;1.523;1.524;1.525;1.526;1.527;1.528;1.529;1.53;1.531;1.532;1.533;1.534;1.535;1.536;1.537;1.538;1.539;1.54;1.541;1.542;1.543;1.544;1.545;1.546;1.547;1.548;1.549;1.55;1.551;1.552;1.553;1.554;1.555;1.556;1.557;1.558;1.559;1.56;1.561;1.562;1.563;1.564;1.565;1.566;1.567;1.568;1.569;1.57;1.571;1.572;1.573;1.574;1.575;1.576;1.577;1.578;1.579;1.58;1.581;1.582;1.583;1.584;1.585;1.586;1.587;1.588;1.589;1.59;1.591;1.592;1.593;1.594;1.595;1.596;1.597;1.598;1.599;1.6;1.601;1.602;1.603;1.604;1.605;1.606;1.607;1.608;1.609;1.61;1.611;1.612;1.613;1.614;1.615;1.616;1.617;1.618;1.619;1.62;1.621;1.622;1.623;1.624;1.625;1.626;1.627;1.628;1.629;1.63;1.631;1.632;1.633;1.634;1.635;1.636;1.637;1.638;1.639;1.64;1.641;1.642;1.643;1.644;1.645;1.646;1.647;1.648;1.649;1.65;1.651;1.652;1.653;1.654;1.655;1.656;1.657;1.658;1.659;1.66;1.661;1.662;1.663;1.664;1.665;1.666;1.667;1.668;1.669;1.67;1.671;1.672;1.673;1.674;1.675;1.676;1.677;1.678;1.679;1.68;1.681;1.682;1.683;1.684;1.685;1.686;1.687;1.688;1.689;1.69;1.691;1.692;1.693;1.694;1.695;1.696;1.697;1.698;1.699;1.7;1.701;1.702;1.703;1.704;1.705;1.706;1.707;1.708;1.709;1.71;1.711;1.712;1.713;1.714;1.715;1.716;1.717;1.718;1.719;1.72;1.721;1.722;1.723;1.724;1.725;1.726;1.727;1.728;1.729;1.73;1.731;1.732;1.733;1.734;1.735;1.736;1.737;1.738;1.739;1.74;1.741;1.742;1.743;1.744;1.745;1.746;1.747;1.748;1.749;1.75;1.751;1.752;1.753;1.754;1.755;1.756;1.757;1.758;1.759;1.76;1.761;1.762;1.763;1.764;1.765;1.766;1.767;1.768;1.769;1.77;1.771;1.772;1.773;1.774;1.775;1.776;1.777;1.778;1.779;1.78;1.781;1.782;1.783;1.784;1.785;1.786;1.787;1.788;1.789;1.79;1.791;1.792;1.793;1.794;1.795;1.796;1.797;1.798;1.799;1.8;1.801;1.802;1.803;1.804;1.805;1.806;1.807;1.808;1.809;1.81;1.811;1.812;1.813;1.814;1.815;1.816;1.817;1.818;1.819;1.82;1.821;1.822;1.823;1.824;1.825;1.826;1.827;1.828;1.829;1.83;1.831;1.832;1.833;1.834;1.835;1.836;1.837;1.838;1.839;1.84;1.841;1.842;1.843;1.844;1.845;1.846;1.847;1.848;1.849;1.85;1.851;1.852;1.853;1.854;1.855;1.856;1.857;1.858;1.859;1.86;1.861;1.862;1.863;1.864;1.865;1.866;1.867;1.868;1.869;1.87;1.871;1.872;1.873;1.874;1.875;1.876;1.877;1.878;1.879;1.88;1.881;1.882;1.883;1.884;1.885;1.886;1.887;1.888;1.889;1.89;1.891;1.892;1.893;1.894;1.895;1.896;1.897;1.898;1.899;1.9;1.901;1.902;1.903;1.904;1.905;1.906;1.907;1.908;1.909;1.91;1.911;1.912;1.913;1.914;1.915;1.916;1.917;1.918;1.919;1.92;1.921;1.922;1.923;1.924;1.925;1.926;1.927;1.928;1.929;1.93;1.931;1.932;1.933;1.934;1.935;1.936;1.937;1.938;1.939;1.94;1.941;1.942;1.943;1.944;1.945;1.946;1.947;1.948;1.949;1.95;1.951;1.952;1.953;1.954;1.955;1.956;1.957;1.958;1.959;1.96;1.961;1.962;1.963;1.964;1.965;1.966;1.967;1.968;1.969;1.97;1.971;1.972;1.973;1.974;1.975;1.976;1.977;1.978;1.979;1.98;1.981;1.982;1.983;1.984;1.985;1.986;1.987;1.988;1.989;1.99;1.991;1.992;1.993;1.994;1.995;1.996;1.997;1.998;1.999;2;2.001;2.002;2.003;2.004;2.005;2.006;2.007;2.008;2.009;2.01;2.011;2.012;2.013;2.014;2.015;2.016;2.017;2.018;2.019;2.02;2.021;2.022;2.023;2.024;2.025;2.026;2.027;2.028;2.029;2.03;2.031;2.032;2.033;2.034;2.035;2.036;2.037;2.038;2.039;2.04;2.041;2.042;2.043;2.044;2.045;2.046;2.047;2.048;2.049;2.05;2.051;2.052;2.053;2.054;2.055;2.056;2.057;2.058;2.059;2.06;2.061;2.062;2.063;2.064;2.065;2.066;2.067;2.068;2.069;2.07;2.071;2.072;2.073;2.074;2.075;2.076;2.077;2.078;2.079;2.08;2.081;2.082;2.083;2.084;2.085;2.086;2.087;2.088;2.089;2.09;2.091;2.092;2.093;2.094;2.095;2.096;2.097;2.098;2.099;2.1;2.101;2.102;2.103;2.104;2.105;2.106;2.107;2.108;2.109;2.11;2.111;2.112;2.113;2.114;2.115;2.116;2.117;2.118;2.119;2.12;2.121;2.122;2.123;2.124;2.125;2.126;2.127;2.128;2.129;2.13;2.131;2.132;2.133;2.134;2.135;2.136;2.137;2.138;2.139;2.14;2.141;2.142;2.143;2.144;2.145;2.146;2.147;2.148;2.149;2.15;2.151;2.152;2.153;2.154;2.155;2.156;2.157;2.158;2.159;2.16;2.161;2.162;2.163;2.164;2.165;2.166;2.167;2.168;2.169;2.17;2.171;2.172;2.173;2.174;2.175;2.176;2.177;2.178;2.179;2.18;2.181;2.182;2.183;2.184;2.185;2.186;2.187;2.188;2.189;2.19;2.191;2.192;2.193;2.194;2.195;2.196;2.197;2.198;2.199;2.2;2.201;2.202;2.203;2.204;2.205;2.206;2.207;2.208;2.209;2.21;2.211;2.212;2.213;2.214;2.215;2.216;2.217;2.218;2.219;2.22;2.221;2.222;2.223;2.224;2.225;2.226;2.227;2.228;2.229;2.23;2.231;2.232;2.233;2.234;2.235;2.236;2.237;2.238;2.239;2.24;2.241;2.242;2.243;2.244;2.245;2.246;2.247;2.248;2.249;2.25;2.251;2.252;2.253;2.254;2.255;2.256;2.257;2.258;2.259;2.26;2.261;2.262;2.263;2.264;2.265;2.266;2.267;2.268;2.269;2.27;2.271;2.272;2.273;2.274;2.275;2.276;2.277;2.278;2.279;2.28;2.281;2.282;2.283;2.284;2.285;2.286;2.287;2.288;2.289;2.29;2.291;2.292;2.293;2.294;2.295;2.296;2.297;2.298;2.299;2.3;2.301;2.302;2.303;2.304;2.305;2.306;2.307;2.308;2.309;2.31;2.311;2.312;2.313;2.314;2.315;2.316;2.317;2.318;2.319;2.32;2.321;2.322;2.323;2.324;2.325;2.326;2.327;2.328;2.329;2.33;2.331;2.332;2.333;2.334;2.335;2.336;2.337;2.338;2.339;2.34;2.341;2.342;2.343;2.344;2.345;2.346;2.347;2.348;2.349;2.35;2.351;2.352;2.353;2.354;2.355;2.356;2.357;2.358;2.359;2.36;2.361;2.362;2.363;2.364;2.365;2.366;2.367;2.368;2.369;2.37;2.371;2.372;2.373;2.374;2.375;2.376;2.377;2.378;2.379;2.38;2.381;2.382;2.383;2.384;2.385;2.386;2.387;2.388;2.389;2.39;2.391;2.392;2.393;2.394;2.395;2.396;2.397;2.398;2.399;2.4;2.401;2.402;2.403;2.404;2.405;2.406;2.407;2.408;2.409;2.41;2.411;2.412;2.413;2.414;2.415;2.416;2.417;2.418;2.419;2.42;2.421;2.422;2.423;2.424;2.425;2.426;2.427;2.428;2.429;2.43;2.431;2.432;2.433;2.434;2.435;2.436;2.437;2.438;2.439;2.44;2.441;2.442;2.443;2.444;2.445;2.446;2.447;2.448;2.449;2.45;2.451;2.452;2.453;2.454;2.455;2.456;2.457;2.458;2.459;2.46;2.461;2.462;2.463;2.464;2.465;2.466;2.467;2.468;2.469;2.47;2.471;2.472;2.473;2.474;2.475;2.476;2.477;2.478;2.479;2.48;2.481;2.482;2.483;2.484;2.485;2.486;2.487;2.488;2.489;2.49;2.491;2.492;2.493;2.494;2.495;2.496;2.497;2.498;2.499;2.5;2.501;2.502;2.503;2.504;2.505;2.506;2.507;2.508;2.509;2.51;2.511;2.512;2.513;2.514;2.515;2.516;2.517;2.518;2.519;2.52;2.521;2.522;2.523;2.524;2.525;2.526;2.527;2.528;2.529;2.53;2.531;2.532;2.533;2.534;2.535;2.536;2.537;2.538;2.539;2.54;2.541;2.542;2.543;2.544;2.545;2.546;2.547;2.548;2.549;2.55;2.551;2.552;2.553;2.554;2.555;2.556;2.557;2.558;2.559;2.56;2.561;2.562;2.563;2.564;2.565;2.566;2.567;2.568;2.569;2.57;2.571;2.572;2.573;2.574;2.575;2.576;2.577;2.578;2.579;2.58;2.581;2.582;2.583;2.584;2.585;2.586;2.587;2.588;2.589;2.59;2.591;2.592;2.593;2.594;2.595;2.596;2.597;2.598;2.599;2.6;2.601;2.602;2.603;2.604;2.605;2.606;2.607;2.608;2.609;2.61;2.611;2.612;2.613;2.614;2.615;2.616;2.617;2.618;2.619;2.62;2.621;2.622;2.623;2.624;2.625;2.626;2.627;2.628;2.629;2.63;2.631;2.632;2.633;2.634;2.635;2.636;2.637;2.638;2.639;2.64;2.641;2.642;2.643;2.644;2.645;2.646;2.647;2.648;2.649;2.65;2.651;2.652;2.653;2.654;2.655;2.656;2.657;2.658;2.659;2.66;2.661;2.662;2.663;2.664;2.665;2.666;2.667;2.668;2.669;2.67;2.671;2.672;2.673;2.674;2.675;2.676;2.677;2.678;2.679;2.68;2.681;2.682;2.683;2.684;2.685;2.686;2.687;2.688;2.689;2.69;2.691;2.692;2.693;2.694;2.695;2.696;2.697;2.698;2.699;2.7;2.701;2.702;2.703;2.704;2.705;2.706;2.707;2.708;2.709;2.71;2.711;2.712;2.713;2.714;2.715;2.716;2.717;2.718;2.719;2.72;2.721;2.722;2.723;2.724;2.725;2.726;2.727;2.728;2.729;2.73;2.731;2.732;2.733;2.734;2.735;2.736;2.737;2.738;2.739;2.74;2.741;2.742;2.743;2.744;2.745;2.746;2.747;2.748;2.749;2.75;2.751;2.752;2.753;2.754;2.755;2.756;2.757;2.758;2.759;2.76;2.761;2.762;2.763;2.764;2.765;2.766;2.767;2.768;2.769;2.77;2.771;2.772;2.773;2.774;2.775;2.776;2.777;2.778;2.779;2.78;2.781;2.782;2.783;2.784;2.785;2.786;2.787;2.788;2.789;2.79;2.791;2.792;2.793;2.794;2.795;2.796;2.797;2.798;2.799;2.8;2.801;2.802;2.803;2.804;2.805;2.806;2.807;2.808;2.809;2.81;2.811;2.812;2.813;2.814;2.815;2.816;2.817;2.818;2.819;2.82;2.821;2.822;2.823;2.824;2.825;2.826;2.827;2.828;2.829;2.83;2.831;2.832;2.833;2.834;2.835;2.836;2.837;2.838;2.839;2.84;2.841;2.842;2.843;2.844;2.845;2.846;2.847;2.848;2.849;2.85;2.851;2.852;2.853;2.854;2.855;2.856;2.857;2.858;2.859;2.86;2.861;2.862;2.863;2.864;2.865;2.866;2.867;2.868;2.869;2.87;2.871;2.872;2.873;2.874;2.875;2.876;2.877;2.878;2.879;2.88;2.881;2.882;2.883;2.884;2.885;2.886;2.887;2.888;2.889;2.89;2.891;2.892;2.893;2.894;2.895;2.896;2.897;2.898;2.899;2.9;2.901;2.902;2.903;2.904;2.905;2.906;2.907;2.908;2.909;2.91;2.911;2.912;2.913;2.914;2.915;2.916;2.917;2.918;</Cl>
+                <Cd>0.160225;0.160134;0.160043;0.159953;0.159862;0.159771;0.159681;0.15959;0.1595;0.15941;0.15932;0.15923;0.15914;0.15905;0.15896;0.158871;0.158781;0.158692;0.158602;0.158513;0.158424;0.158335;0.158246;0.158157;0.158068;0.157979;0.157891;0.157802;0.157714;0.157625;0.157537;0.157449;0.157361;0.157273;0.157185;0.157098;0.15701;0.156922;0.156835;0.156747;0.15666;0.156573;0.156486;0.156399;0.156312;0.156225;0.156138;0.156052;0.155965;0.155879;0.155793;0.155706;0.15562;0.155534;0.155448;0.155362;0.155276;0.155191;0.155105;0.15502;0.154934;0.154849;0.154764;0.154679;0.154594;0.154509;0.154424;0.154339;0.154255;0.15417;0.154085;0.154001;0.153917;0.153833;0.153749;0.153665;0.153581;0.153497;0.153413;0.15333;0.153246;0.153163;0.153079;0.152996;0.152913;0.15283;0.152747;0.152664;0.152581;0.152499;0.152416;0.152334;0.152251;0.152169;0.152087;0.152005;0.151923;0.151841;0.151759;0.151677;0.151596;0.151514;0.151433;0.151351;0.15127;0.151189;0.151108;0.151027;0.150946;0.150865;0.150785;0.150704;0.150624;0.150543;0.150463;0.150383;0.150303;0.150223;0.150143;0.150063;0.149983;0.149903;0.149824;0.149744;0.149665;0.149586;0.149507;0.149428;0.149349;0.14927;0.149191;0.149112;0.149034;0.148955;0.148877;0.148798;0.14872;0.148642;0.148564;0.148486;0.148408;0.14833;0.148253;0.148175;0.148098;0.14802;0.147943;0.147866;0.147789;0.147712;0.147635;0.147558;0.147481;0.147405;0.147328;0.147252;0.147175;0.147099;0.147023;0.146947;0.146871;0.146795;0.146719;0.146644;0.146568;0.146492;0.146417;0.146342;0.146267;0.146191;0.146116;0.146041;0.145967;0.145892;0.145817;0.145743;0.145668;0.145594;0.14552;0.145445;0.145371;0.145297;0.145224;0.14515;0.145076;0.145002;0.144929;0.144855;0.144782;0.144709;0.144636;0.144563;0.14449;0.144417;0.144344;0.144272;0.144199;0.144126;0.144054;0.143982;0.14391;0.143838;0.143766;0.143694;0.143622;0.14355;0.143478;0.143407;0.143335;0.143264;0.143193;0.143122;0.143051;0.14298;0.142909;0.142838;0.142767;0.142697;0.142626;0.142556;0.142486;0.142415;0.142345;0.142275;0.142205;0.142135;0.142066;0.141996;0.141927;0.141857;0.141788;0.141718;0.141649;0.14158;0.141511;0.141442;0.141374;0.141305;0.141236;0.141168;0.141099;0.141031;0.140963;0.140895;0.140827;0.140759;0.140691;0.140623;0.140555;0.140488;0.14042;0.140353;0.140286;0.140218;0.140151;0.140084;0.140017;0.139951;0.139884;0.139817;0.139751;0.139684;0.139618;0.139552;0.139486;0.139419;0.139354;0.139288;0.139222;0.139156;0.139091;0.139025;0.13896;0.138894;0.138829;0.138764;0.138699;0.138634;0.138569;0.138505;0.13844;0.138375;0.138311;0.138247;0.138182;0.138118;0.138054;0.13799;0.137926;0.137862;0.137799;0.137735;0.137672;0.137608;0.137545;0.137482;0.137418;0.137355;0.137292;0.13723;0.137167;0.137104;0.137042;0.136979;0.136917;0.136854;0.136792;0.13673;0.136668;0.136606;0.136544;0.136483;0.136421;0.13636;0.136298;0.136237;0.136176;0.136114;0.136053;0.135992;0.135931;0.135871;0.13581;0.135749;0.135689;0.135628;0.135568;0.135508;0.135448;0.135388;0.135328;0.135268;0.135208;0.135149;0.135089;0.13503;0.13497;0.134911;0.134852;0.134793;0.134734;0.134675;0.134616;0.134557;0.134499;0.13444;0.134382;0.134324;0.134265;0.134207;0.134149;0.134091;0.134033;0.133976;0.133918;0.13386;0.133803;0.133745;0.133688;0.133631;0.133574;0.133517;0.13346;0.133403;0.133346;0.13329;0.133233;0.133177;0.133121;0.133064;0.133008;0.132952;0.132896;0.13284;0.132784;0.132729;0.132673;0.132618;0.132562;0.132507;0.132452;0.132397;0.132342;0.132287;0.132232;0.132177;0.132122;0.132068;0.132013;0.131959;0.131905;0.131851;0.131797;0.131743;0.131689;0.131635;0.131581;0.131528;0.131474;0.131421;0.131367;0.131314;0.131261;0.131208;0.131155;0.131102;0.131049;0.130997;0.130944;0.130892;0.130839;0.130787;0.130735;0.130683;0.130631;0.130579;0.130527;0.130475;0.130424;0.130372;0.130321;0.130269;0.130218;0.130167;0.130116;0.130065;0.130014;0.129963;0.129912;0.129862;0.129811;0.129761;0.129711;0.12966;0.12961;0.12956;0.12951;0.129461;0.129411;0.129361;0.129312;0.129262;0.129213;0.129164;0.129114;0.129065;0.129016;0.128967;0.128919;0.12887;0.128821;0.128773;0.128724;0.128676;0.128628;0.12858;0.128532;0.128484;0.128436;0.128388;0.12834;0.128293;0.128245;0.128198;0.128151;0.128103;0.128056;0.128009;0.127962;0.127916;0.127869;0.127822;0.127776;0.127729;0.127683;0.127637;0.127591;0.127544;0.127499;0.127453;0.127407;0.127361;0.127316;0.12727;0.127225;0.127179;0.127134;0.127089;0.127044;0.126999;0.126954;0.12691;0.126865;0.12682;0.126776;0.126731;0.126687;0.126643;0.126599;0.126555;0.126511;0.126467;0.126424;0.12638;0.126336;0.126293;0.12625;0.126206;0.126163;0.12612;0.126077;0.126034;0.125992;0.125949;0.125906;0.125864;0.125822;0.125779;0.125737;0.125695;0.125653;0.125611;0.125569;0.125528;0.125486;0.125444;0.125403;0.125362;0.12532;0.125279;0.125238;0.125197;0.125156;0.125116;0.125075;0.125034;0.124994;0.124953;0.124913;0.124873;0.124833;0.124793;0.124753;0.124713;0.124673;0.124634;0.124594;0.124555;0.124515;0.124476;0.124437;0.124398;0.124359;0.12432;0.124281;0.124242;0.124204;0.124165;0.124127;0.124088;0.12405;0.124012;0.123974;0.123936;0.123898;0.12386;0.123823;0.123785;0.123748;0.12371;0.123673;0.123636;0.123599;0.123562;0.123525;0.123488;0.123451;0.123415;0.123378;0.123342;0.123305;0.123269;0.123233;0.123197;0.123161;0.123125;0.123089;0.123053;0.123018;0.122982;0.122947;0.122912;0.122876;0.122841;0.122806;0.122771;0.122737;0.122702;0.122667;0.122633;0.122598;0.122564;0.12253;0.122495;0.122461;0.122427;0.122393;0.12236;0.122326;0.122292;0.122259;0.122225;0.122192;0.122159;0.122126;0.122093;0.12206;0.122027;0.121994;0.121961;0.121929;0.121896;0.121864;0.121832;0.121799;0.121767;0.121735;0.121703;0.121672;0.12164;0.121608;0.121577;0.121545;0.121514;0.121483;0.121451;0.12142;0.121389;0.121359;0.121328;0.121297;0.121266;0.121236;0.121206;0.121175;0.121145;0.121115;0.121085;0.121055;0.121025;0.120995;0.120966;0.120936;0.120907;0.120877;0.120848;0.120819;0.12079;0.120761;0.120732;0.120703;0.120674;0.120646;0.120617;0.120589;0.120561;0.120532;0.120504;0.120476;0.120448;0.12042;0.120393;0.120365;0.120337;0.12031;0.120282;0.120255;0.120228;0.120201;0.120174;0.120147;0.12012;0.120093;0.120067;0.12004;0.120014;0.119987;0.119961;0.119935;0.119909;0.119883;0.119857;0.119831;0.119806;0.11978;0.119755;0.119729;0.119704;0.119679;0.119654;0.119628;0.119604;0.119579;0.119554;0.119529;0.119505;0.11948;0.119456;0.119432;0.119407;0.119383;0.119359;0.119336;0.119312;0.119288;0.119264;0.119241;0.119217;0.119194;0.119171;0.119148;0.119125;0.119102;0.119079;0.119056;0.119033;0.119011;0.118988;0.118966;0.118944;0.118922;0.118899;0.118877;0.118856;0.118834;0.118812;0.11879;0.118769;0.118747;0.118726;0.118705;0.118684;0.118663;0.118642;0.118621;0.1186;0.118579;0.118559;0.118538;0.118518;0.118497;0.118477;0.118457;0.118437;0.118417;0.118397;0.118378;0.118358;0.118338;0.118319;0.118299;0.11828;0.118261;0.118242;0.118223;0.118204;0.118185;0.118167;0.118148;0.118129;0.118111;0.118093;0.118074;0.118056;0.118038;0.11802;0.118002;0.117985;0.117967;0.117949;0.117932;0.117915;0.117897;0.11788;0.117863;0.117846;0.117829;0.117812;0.117796;0.117779;0.117762;0.117746;0.11773;0.117713;0.117697;0.117681;0.117665;0.117649;0.117633;0.117618;0.117602;0.117587;0.117571;0.117556;0.117541;0.117526;0.117511;0.117496;0.117481;0.117466;0.117451;0.117437;0.117422;0.117408;0.117394;0.11738;0.117365;0.117351;0.117338;0.117324;0.11731;0.117296;0.117283;0.11727;0.117256;0.117243;0.11723;0.117217;0.117204;0.117191;0.117178;0.117166;0.117153;0.11714;0.117128;0.117116;0.117104;0.117091;0.117079;0.117068;0.117056;0.117044;0.117032;0.117021;0.117009;0.116998;0.116987;0.116976;0.116965;0.116954;0.116943;0.116932;0.116921;0.116911;0.1169;0.11689;0.116879;0.116869;0.116859;0.116849;0.116839;0.116829;0.11682;0.11681;0.1168;0.116791;0.116781;0.116772;0.116763;0.116754;0.116745;0.116736;0.116727;0.116719;0.11671;0.116701;0.116693;0.116685;0.116676;0.116668;0.11666;0.116652;0.116644;0.116637;0.116629;0.116621;0.116614;0.116607;0.116599;0.116592;0.116585;0.116578;0.116571;0.116564;0.116557;0.116551;0.116544;0.116538;0.116532;0.116525;0.116519;0.116513;0.116507;0.116501;0.116495;0.11649;0.116484;0.116479;0.116473;0.116468;0.116463;0.116458;0.116453;0.116448;0.116443;0.116438;0.116433;0.116429;0.116424;0.11642;0.116416;0.116411;0.116407;0.116403;0.1164;0.116396;0.116392;0.116388;0.116385;0.116381;0.116378;0.116375;0.116372;0.116369;0.116366;0.116363;0.11636;0.116357;0.116355;0.116352;0.11635;0.116348;0.116346;0.116343;0.116341;0.116339;0.116338;0.116336;0.116334;0.116333;0.116331;0.11633;0.116329;0.116328;0.116326;0.116325;0.116325;0.116324;0.116323;0.116323;0.116322;0.116322;0.116321;0.116321;0.116321;0.116321;0.116321;0.116321;0.116321;0.116322;0.116322;0.116323;0.116323;0.116324;0.116325;0.116326;0.116327;0.116328;0.116329;0.11633;0.116332;0.116333;0.116335;0.116337;0.116338;0.11634;0.116342;0.116344;0.116346;0.116349;0.116351;0.116353;0.116356;0.116358;0.116361;0.116364;0.116367;0.11637;0.116373;0.116376;0.116379;0.116383;0.116386;0.11639;0.116393;0.116397;0.116401;0.116405;0.116409;0.116413;0.116417;0.116422;0.116426;0.11643;0.116435;0.11644;0.116445;0.116449;0.116454;0.116459;0.116465;0.11647;0.116475;0.116481;0.116486;0.116492;0.116498;0.116503;0.116509;0.116515;0.116521;0.116528;0.116534;0.11654;0.116547;0.116553;0.11656;0.116567;0.116574;0.116581;0.116588;0.116595;0.116602;0.116609;0.116617;0.116624;0.116632;0.11664;0.116647;0.116655;0.116663;0.116671;0.116679;0.116688;0.116696;0.116705;0.116713;0.116722;0.11673;0.116739;0.116748;0.116757;0.116766;0.116776;0.116785;0.116794;0.116804;0.116813;0.116823;0.116833;0.116843;0.116853;0.116863;0.116873;0.116883;0.116894;0.116904;0.116915;0.116925;0.116936;0.116947;0.116958;0.116969;0.11698;0.116991;0.117002;0.117014;0.117025;0.117037;0.117048;0.11706;0.117072;0.117084;0.117096;0.117108;0.11712;0.117133;0.117145;0.117158;0.11717;0.117183;0.117196;0.117209;0.117222;0.117235;0.117248;0.117261;0.117274;0.117288;0.117301;0.117315;0.117329;0.117343;0.117357;0.117371;0.117385;0.117399;0.117413;0.117428;0.117442;0.117457;0.117471;0.117486;0.117501;0.117516;0.117531;0.117546;0.117562;0.117577;0.117592;0.117608;0.117623;0.117639;0.117655;0.117671;0.117687;0.117703;0.117719;0.117736;0.117752;0.117768;0.117785;0.117802;0.117818;0.117835;0.117852;0.117869;0.117886;0.117904;0.117921;0.117938;0.117956;0.117973;0.117991;0.118009;0.118027;0.118045;0.118063;0.118081;0.118099;0.118118;0.118136;0.118155;0.118173;0.118192;0.118211;0.11823;0.118249;0.118268;0.118287;0.118307;0.118326;0.118345;0.118365;0.118385;0.118405;0.118424;0.118444;0.118464;0.118485;0.118505;0.118525;0.118546;0.118566;0.118587;0.118608;0.118628;0.118649;0.11867;0.118691;0.118713;0.118734;0.118755;0.118777;0.118798;0.11882;0.118842;0.118864;0.118886;0.118908;0.11893;0.118952;0.118974;0.118997;0.119019;0.119042;0.119064;0.119087;0.11911;0.119133;0.119156;0.119179;0.119203;0.119226;0.11925;0.119273;0.119297;0.11932;0.119344;0.119368;0.119392;0.119416;0.119441;0.119465;0.119489;0.119514;0.119538;0.119563;0.119588;0.119613;0.119638;0.119663;0.119688;0.119713;0.119738;0.119764;0.119789;0.119815;0.119841;0.119867;0.119893;0.119919;0.119945;0.119971;0.119997;0.120024;0.12005;0.120077;0.120103;0.12013;0.120157;0.120184;0.120211;0.120238;0.120265;0.120293;0.12032;0.120347;0.120375;0.120403;0.120431;0.120458;0.120486;0.120515;0.120543;0.120571;0.120599;0.120628;0.120656;0.120685;0.120714;0.120743;0.120771;0.120801;0.12083;0.120859;0.120888;0.120918;0.120947;0.120977;0.121006;0.121036;0.121066;0.121096;0.121126;0.121156;0.121186;0.121217;0.121247;0.121278;0.121308;0.121339;0.12137;0.121401;0.121432;0.121463;0.121494;0.121525;0.121557;0.121588;0.12162;0.121651;0.121683;0.121715;0.121747;0.121779;0.121811;0.121843;0.121876;0.121908;0.121941;0.121973;0.122006;0.122039;0.122072;0.122105;0.122138;0.122171;0.122204;0.122238;0.122271;0.122305;0.122338;0.122372;0.122406;0.12244;0.122474;0.122508;0.122542;0.122576;0.122611;0.122645;0.12268;0.122715;0.122749;0.122784;0.122819;0.122854;0.122889;0.122925;0.12296;0.122995;0.123031;0.123067;0.123102;0.123138;0.123174;0.12321;0.123246;0.123282;0.123319;0.123355;0.123391;0.123428;0.123465;0.123501;0.123538;0.123575;0.123612;0.123649;0.123687;0.123724;0.123761;0.123799;0.123837;0.123874;0.123912;0.12395;0.123988;0.124026;0.124064;0.124102;0.124141;0.124179;0.124218;0.124256;0.124295;0.124334;0.124373;0.124412;0.124451;0.12449;0.12453;0.124569;0.124608;0.124648;0.124688;0.124728;0.124767;0.124807;0.124847;0.124888;0.124928;0.124968;0.125009;0.125049;0.12509;0.12513;0.125171;0.125212;0.125253;0.125294;0.125335;0.125377;0.125418;0.12546;0.125501;0.125543;0.125585;0.125626;0.125668;0.12571;0.125753;0.125795;0.125837;0.12588;0.125922;0.125965;0.126007;0.12605;0.126093;0.126136;0.126179;0.126222;0.126266;0.126309;0.126352;0.126396;0.12644;0.126483;0.126527;0.126571;0.126615;0.126659;0.126703;0.126748;0.126792;0.126837;0.126881;0.126926;0.126971;0.127016;0.127061;0.127106;0.127151;0.127196;0.127241;0.127287;0.127332;0.127378;0.127424;0.127469;0.127515;0.127561;0.127607;0.127654;0.1277;0.127746;0.127793;0.127839;0.127886;0.127933;0.12798;0.128027;0.128074;0.128121;0.128168;0.128215;0.128263;0.12831;0.128358;0.128406;0.128453;0.128501;0.128549;0.128597;0.128645;0.128694;0.128742;0.128791;0.128839;0.128888;0.128936;0.128985;0.129034;0.129083;0.129132;0.129182;0.129231;0.12928;0.12933;0.129379;0.129429;0.129479;0.129529;0.129579;0.129629;0.129679;0.129729;0.129779;0.12983;0.12988;0.129931;0.129982;0.130033;0.130084;0.130135;0.130186;0.130237;0.130288;0.130339;0.130391;0.130442;0.130494;0.130546;0.130598;0.13065;0.130702;0.130754;0.130806;0.130858;0.130911;0.130963;0.131016;0.131069;0.131121;0.131174;0.131227;0.13128;0.131334;0.131387;0.13144;0.131494;0.131547;0.131601;0.131655;0.131708;0.131762;0.131816;0.13187;0.131925;0.131979;0.132033;0.132088;0.132142;0.132197;0.132252;0.132307;0.132362;0.132417;0.132472;0.132527;0.132583;0.132638;0.132694;0.132749;0.132805;0.132861;0.132917;0.132973;0.133029;0.133085;0.133141;0.133198;0.133254;0.133311;0.133367;0.133424;0.133481;0.133538;0.133595;0.133652;0.133709;0.133767;0.133824;0.133881;0.133939;0.133997;0.134055;0.134112;0.13417;0.134229;0.134287;0.134345;0.134403;0.134462;0.13452;0.134579;0.134638;0.134697;0.134755;0.134814;0.134874;0.134933;0.134992;0.135051;0.135111;0.135171;0.13523;0.13529;0.13535;0.13541;0.13547;0.13553;0.13559;0.135651;0.135711;0.135772;0.135832;0.135893;0.135954;0.136015;0.136076;0.136137;0.136198;0.136259;0.136321;0.136382;0.136444;0.136505;0.136567;0.136629;0.136691;0.136753;0.136815;0.136877;0.13694;0.137002;0.137065;0.137127;0.13719;0.137253;0.137316;0.137378;0.137442;0.137505;0.137568;0.137631;0.137695;0.137758;0.137822;0.137886;0.13795;0.138014;0.138078;0.138142;0.138206;0.13827;0.138335;0.138399;0.138464;0.138528;0.138593;0.138658;0.138723;0.138788;0.138853;0.138918;0.138984;0.139049;0.139115;0.13918;0.139246;0.139312;0.139378;0.139444;0.13951;0.139576;0.139642;0.139709;0.139775;0.139842;0.139908;0.139975;0.140042;0.140109;0.140176;0.140243;0.14031;0.140378;0.140445;0.140513;0.14058;0.140648;0.140716;0.140784;0.140852;0.14092;0.140988;0.141056;0.141124;0.141193;0.141261;0.14133;0.141399;0.141468;0.141537;0.141606;0.141675;0.141744;0.141813;0.141883;0.141952;0.142022;0.142091;0.142161;0.142231;0.142301;0.142371;0.142441;0.142511;0.142582;0.142652;0.142723;0.142793;0.142864;0.142935;0.143006;0.143077;0.143148;0.143219;0.14329;0.143362;0.143433;0.143505;0.143576;0.143648;0.14372;0.143792;0.143864;0.143936;0.144008;0.144081;0.144153;0.144226;0.144298;0.144371;0.144444;0.144517;0.14459;0.144663;0.144736;0.144809;0.144882;0.144956;0.145029;0.145103;0.145177;0.145251;0.145325;0.145399;0.145473;0.145547;0.145621;0.145696;0.14577;0.145845;0.145919;0.145994;0.146069;0.146144;0.146219;0.146294;0.146369;0.146445;0.14652;0.146596;0.146671;0.146747;0.146823;0.146899;0.146975;0.147051;0.147127;0.147203;0.14728;0.147356;0.147433;0.147509;0.147586;0.147663;0.14774;0.147817;0.147894;0.147971;0.148049;0.148126;0.148204;0.148281;0.148359;0.148437;0.148515;0.148593;0.148671;0.148749;0.148827;0.148905;0.148984;0.149062;0.149141;0.14922;0.149299;0.149378;0.149457;0.149536;0.149615;0.149694;0.149774;0.149853;0.149933;0.150012;0.150092;0.150172;0.150252;0.150332;0.150412;0.150492;0.150573;0.150653;0.150734;0.150814;0.150895;0.150976;0.151057;0.151138;0.151219;0.1513;0.151381;0.151463;0.151544;0.151626;0.151707;0.151789;0.151871;0.151953;0.152035;0.152117;0.152199;0.152282;0.152364;0.152447;0.152529;0.152612;0.152695;0.152777;0.15286;0.152944;0.153027;0.15311;0.153193;0.153277;0.15336;0.153444;0.153528;0.153612;0.153695;0.153779;0.153864;0.153948;0.154032;0.154116;0.154201;0.154286;0.15437;0.154455;0.15454;0.154625;0.15471;0.154795;0.15488;0.154966;0.155051;0.155137;0.155222;0.155308;0.155394;0.15548;0.155566;0.155652;0.155738;0.155824;0.155911;0.155997;0.156084;0.15617;0.156257;0.156344;0.156431;0.156518;0.156605;0.156692;0.15678;0.156867;0.156954;0.157042;0.15713;0.157218;0.157305;0.157393;0.157481;0.15757;0.157658;0.157746;0.157835;0.157923;0.158012;0.158101;0.158189;0.158278;0.158367;0.158456;0.158546;0.158635;0.158724;0.158814;0.158903;0.158993;0.159083;0.159173;0.159263;0.159353;0.159443;0.159533;0.159624;0.159714;0.159804;0.159895;0.159986;0.160077;0.160168;0.160259;0.16035;0.160441;0.160532;0.160623;0.160715;0.160806;0.160898;0.16099;0.161082;0.161174;0.161266;0.161358;0.16145;0.161542;0.161635;0.161727;0.16182;0.161913;0.162005;0.162098;0.162191;0.162284;0.162378;0.162471;0.162564;0.162658;0.162751;0.162845;0.162938;0.163032;0.163126;0.16322;0.163314;0.163409;0.163503;0.163597;0.163692;0.163786;0.163881;0.163976;0.164071;0.164166;0.164261;0.164356;0.164451;0.164546;0.164642;0.164737;0.164833;0.164929;0.165024;0.16512;0.165216;0.165312;0.165409;0.165505;0.165601;0.165698;0.165794;0.165891;0.165988;0.166085;0.166182;0.166279;0.166376;0.166473;0.16657;0.166668;0.166765;0.166863;0.16696;0.167058;0.167156;0.167254;0.167352;0.16745;0.167549;0.167647;0.167745;0.167844;0.167943;0.168041;0.16814;0.168239;0.168338;0.168437;0.168536;0.168636;0.168735;0.168835;0.168934;0.169034;0.169134;0.169234;0.169333;0.169434;0.169534;0.169634;0.169734;0.169835;0.169935;0.170036;0.170137;0.170237;0.170338;0.170439;0.17054;0.170642;0.170743;0.170844;0.170946;0.171047;0.171149;0.171251;0.171352;0.171454;0.171556;0.171659;0.171761;0.171863;0.171966;0.172068;0.172171;0.172273;0.172376;0.172479;0.172582;0.172685;0.172788;0.172891;0.172995;0.173098;0.173202;0.173305;0.173409;0.173513;0.173617;0.173721;0.173825;0.173929;0.174034;0.174138;0.174242;0.174347;0.174452;0.174556;0.174661;0.174766;0.174871;0.174976;0.175082;0.175187;0.175292;0.175398;0.175504;0.175609;0.175715;0.175821;0.175927;0.176033;0.176139;0.176246;0.176352;0.176458;0.176565;0.176672;0.176778;0.176885;0.176992;0.177099;0.177206;0.177314;0.177421;0.177528;0.177636;0.177743;0.177851;0.177959;0.178067;0.178175;0.178283;0.178391;0.178499;0.178608;0.178716;0.178825;0.178933;0.179042;0.179151;0.17926;0.179369;0.179478;0.179587;0.179696;0.179806;0.179915;0.180025;0.180134;0.180244;0.180354;0.180464;0.180574;0.180684;0.180795;0.180905;0.181015;0.181126;0.181236;0.181347;0.181458;0.181569;0.18168;0.181791;0.181902;0.182013;0.182125;0.182236;0.182348;0.182459;0.182571;0.182683;0.182795;0.182907;0.183019;0.183131;0.183244;0.183356;0.183469;0.183581;0.183694;0.183807;0.18392;0.184033;0.184146;0.184259;0.184372;0.184485;0.184599;0.184712;0.184826;0.18494;0.185054;0.185167;0.185282;0.185396;0.18551;0.185624;0.185739;0.185853;0.185968;0.186082;0.186197;0.186312;0.186427;0.186542;0.186657;0.186772;0.186888;0.187003;0.187119;0.187234;0.18735;0.187466;0.187582;0.187698;0.187814;0.18793;0.188046;0.188163;0.188279;0.188396;0.188512;0.188629;0.188746;0.188863;0.18898;0.189097;0.189214;0.189331;0.189449;0.189566;0.189684;0.189802;0.189919;0.190037;0.190155;0.190273;0.190392;0.19051;0.190628;0.190747;0.190865;0.190984;0.191102;0.191221;0.19134;0.191459;0.191578;0.191698;0.191817;0.191936;0.192056;0.192175;0.192295;0.192415;0.192535;0.192655;0.192775;0.192895;0.193015;0.193135;0.193256;0.193376;0.193497;0.193618;0.193738;0.193859;0.19398;0.194101;0.194223;0.194344;0.194465;0.194587;0.194708;0.19483;0.194952;0.195074;0.195195;0.195317;0.19544;0.195562;0.195684;0.195807;0.195929;0.196052;0.196174;0.196297;0.19642;0.196543;0.196666;0.196789;0.196912;0.197036;0.197159;0.197283;0.197406;0.19753;0.197654;0.197778;0.197902;0.198026;0.19815;0.198275;0.198399;0.198523;0.198648;0.198773;0.198897;0.199022;0.199147;0.199272;0.199397;0.199523;0.199648;0.199773;0.199899;0.200025;0.20015;0.200276;0.200402;0.200528;0.200654;0.20078;0.200907;0.201033;0.201159;0.201286;0.201413;0.201539;0.201666;0.201793;0.20192;0.202047;0.202175;0.202302;0.202429;0.202557;0.202684;0.202812;0.20294;0.203068;0.203196;0.203324;0.203452;0.20358;0.203709;0.203837;0.203966;0.204094;0.204223;0.204352;0.204481;0.20461;0.204739;0.204868;0.204997;0.205127;0.205256;0.205386;0.205515;0.205645;0.205775;0.205905;0.206035;0.206165;0.206295;0.206426;0.206556;0.206687;0.206817;0.206948;0.207079;0.20721;0.207341;0.207472;0.207603;0.207734;0.207866;0.207997;0.208129;0.20826;0.208392;0.208524;0.208656;0.208788;0.20892;0.209052;0.209184;0.209317;0.209449;0.209582;0.209715;0.209847;0.20998;0.210113;0.210246;0.21038;0.210513;0.210646;0.21078;0.210913;0.211047;0.211181;0.211314;0.211448;0.211582;0.211716;0.211851;0.211985;0.212119;0.212254;0.212388;0.212523;0.212658;0.212793;0.212928;0.213063;0.213198;0.213333;0.213468;0.213604;0.213739;0.213875;0.214011;0.214146;0.214282;0.214418;0.214554;0.214691;0.214827;0.214963;0.2151;0.215236;0.215373;0.21551;0.215647;0.215783;0.21592;0.216058;0.216195;0.216332;0.21647;0.216607;0.216745;0.216882;0.21702;0.217158;0.217296;0.217434;0.217572;0.21771;0.217849;0.217987;0.218126;0.218264;0.218403;0.218542;0.218681;0.21882;0.218959;0.219098;0.219238;0.219377;0.219516;0.219656;0.219796;0.219935;0.220075;0.220215;0.220355;0.220495;0.220636;0.220776;0.220916;0.221057;0.221198;0.221338;0.221479;0.22162;0.221761;0.221902;0.222043;0.222184;0.222326;0.222467;0.222609;0.222751;0.222892;0.223034;0.223176;0.223318;0.22346;0.223602;0.223745;0.223887;0.22403;0.224172;0.224315;0.224458;0.224601;0.224744;0.224887;0.22503;0.225173;0.225316;0.22546;0.225603;0.225747;0.225891;0.226035;0.226178;0.226322;0.226467;0.226611;0.226755;0.226899;0.227044;0.227189;0.227333;0.227478;0.227623;0.227768;0.227913;0.228058;0.228203;0.228349;0.228494;0.228639;0.228785;0.228931;0.229077;0.229223;0.229369;0.229515;0.229661;0.229807;0.229953;0.2301;0.230246;0.230393;0.23054;0.230687;0.230834;0.230981;0.231128;0.231275;0.231422;0.23157;0.231717;0.231865;0.232012;0.23216;0.232308;0.232456;0.232604;0.232752;0.232901;0.233049;0.233197;0.233346;0.233495;0.233643;0.233792;0.233941;0.23409;0.234239;0.234388;0.234538;0.234687;0.234837;0.234986;0.235136;0.235286;0.235435;0.235585;0.235735;0.235886;0.236036;0.236186;0.236337;0.236487;0.236638;0.236788;0.236939;0.23709;0.237241;0.237392;0.237543;0.237695;0.237846;0.237997;0.238149;0.238301;0.238452;0.238604;0.238756;0.238908;0.23906;0.239213;0.239365;0.239517;0.23967;0.239822;0.239975;0.240128;0.240281;0.240434;0.240587;0.24074;0.240893;0.241047;0.2412;0.241353;0.241507;0.241661;0.241815;0.241969;0.242123;0.242277;0.242431;0.242585;0.24274;0.242894;0.243049;0.243203;0.243358;0.243513;0.243668;0.243823;0.243978;0.244133;0.244289;0.244444;0.2446;0.244755;0.244911;0.245067;0.245223;0.245379;0.245535;0.245691;0.245847;0.246003;0.24616;0.246317;0.246473;0.24663;0.246787;0.246944;0.247101;0.247258;0.247415;0.247572;0.24773;0.247887;0.248045;0.248203;0.24836;0.248518;0.248676;0.248834;0.248992;0.249151;0.249309;0.249467;0.249626;0.249785;0.249943;0.250102;0.250261;0.25042;0.250579;0.250738;0.250898;0.251057;0.251217;0.251376;0.251536;0.251696;0.251855;0.252015;0.252175;0.252336;0.252496;0.252656;0.252817;0.252977;0.253138;0.253298;0.253459;0.25362;0.253781;0.253942;0.254103;0.254265;0.254426;0.254587;0.254749;0.254911;0.255072;0.255234;0.255396;0.255558;0.25572;0.255883;0.256045;0.256207;0.25637;0.256532;0.256695;0.256858;0.257021;0.257184;0.257347;0.25751;0.257673;0.257836;0.258;0.258163;0.258327;0.258491;0.258655;0.258819;0.258983;0.259147;0.259311;0.259475;0.25964;0.259804;0.259969;0.260133;0.260298;0.260463;0.260628;0.260793;0.260958;0.261123;0.261289;0.261454;0.26162;0.261785;0.261951;0.262117;0.262283;0.262449;0.262615;0.262781;0.262947;0.263113;0.26328;0.263446;0.263613;0.26378;0.263947;0.264114;0.264281;0.264448;0.264615;0.264782;0.26495;0.265117;0.265285;0.265452;0.26562;0.265788;0.265956;0.266124;0.266292;0.266461;0.266629;0.266797;0.266966;0.267135;0.267303;0.267472;0.267641;0.26781;0.267979;0.268148;0.268318;0.268487;0.268656;0.268826;0.268996;0.269165;0.269335;0.269505;0.269675;0.269845;0.270016;0.270186;0.270356;0.270527;0.270698;0.270868;0.271039;0.27121;0.271381;0.271552;0.271723;0.271895;0.272066;0.272237;0.272409;0.272581;0.272752;0.272924;0.273096;0.273268;0.27344;0.273612;0.273785;0.273957;0.27413;0.274302;0.274475;0.274648;0.274821;0.274994;0.275167;0.27534;0.275513;0.275686;0.27586;0.276033;0.276207;0.276381;0.276555;0.276728;0.276902;0.277077;0.277251;0.277425;0.277599;0.277774;0.277948;0.278123;0.278298;0.278473;0.278648;0.278823;0.278998;0.279173;0.279348;0.279524;0.279699;0.279875;0.280051;0.280226;0.280402;0.280578;0.280754;0.280931;0.281107;0.281283;0.28146;0.281636;0.281813;0.28199;0.282167;0.282343;0.28252;0.282698;0.282875;0.283052;0.28323;0.283407;0.283585;0.283762;0.28394;0.284118;0.284296;0.284474;0.284652;0.28483;0.285009;0.285187;0.285366;0.285544;0.285723;0.285902;0.286081;0.28626;0.286439;0.286618;0.286797;0.286977;0.287156;0.287336;0.287516;0.287695;0.287875;0.288055;0.288235;0.288415;0.288595;0.288776;0.288956;0.289137;0.289317;0.289498;0.289679;0.28986;0.290041;0.290222;0.290403;0.290584;0.290766;0.290947;0.291129;0.29131;0.291492;0.291674;0.291856;0.292038;0.29222;0.292402;0.292584;0.292767;0.292949;0.293132;0.293315;0.293497;0.29368;0.293863;0.294046;0.29423;0.294413;0.294596;0.29478;0.294963;0.295147;0.29533;0.295514;0.295698;0.295882;0.296066;0.29625;0.296435;0.296619;0.296804;0.296988;0.297173;0.297358;0.297542;0.297727;0.297912;0.298098;0.298283;0.298468;0.298654;0.298839;0.299025;0.29921;0.299396;0.299582;0.299768;0.299954;0.30014;0.300327;0.300513;0.300699;0.300886;0.301073;0.301259;0.301446;0.301633;0.30182;0.302007;0.302195;0.302382;0.302569;0.302757;0.302944;0.303132;0.30332;0.303508;0.303696;0.303884;0.304072;0.30426;0.304448;0.304637;0.304825;0.305014;0.305203;0.305392;0.305581;0.30577;0.305959;0.306148;0.306337;0.306526;0.306716;0.306906;0.307095;0.307285;0.307475;0.307665;0.307855;0.308045;0.308235;0.308425;0.308616;0.308806;0.308997;0.309188;0.309379;0.309569;0.30976;0.309952;0.310143;0.310334;0.310525;0.310717;0.310908;0.3111;0.311292;0.311484;0.311675;0.311868;0.31206;0.312252;0.312444;0.312637;0.312829;0.313022;0.313214;0.313407;0.3136;0.313793;0.313986;0.314179;0.314372;0.314566;0.314759;0.314953;0.315146;0.31534;0.315534;0.315728;0.315922;0.316116;0.31631;0.316504;0.316699;0.316893;0.317088;0.317282;0.317477;0.317672;0.317867;0.318062;0.318257;0.318452;0.318648;0.318843;0.319039;0.319234;0.31943;0.319626;0.319822;0.320018;0.320214;0.32041;0.320606;0.320803;0.320999;0.321196;0.321392;0.321589;0.321786;0.321983;0.32218;0.322377;0.322574;0.322771;0.322969;0.323166;0.323364;0.323562;0.323759;0.323957;0.324155;0.324353;0.324551;0.32475;0.324948;0.325146;0.325345;0.325544;0.325742;0.325941;0.32614;0.326339;0.326538;0.326737;0.326937;0.327136;0.327336;0.327535;0.327735;0.327935;0.328134;0.328334;0.328534;0.328734;0.328935;0.329135;0.329335;0.329536;0.329737;0.329937;0.330138;0.330339;0.33054;0.330741;0.330942;0.331143;0.331345;0.331546;0.331748;0.33195;0.332151;0.332353;0.332555;0.332757;0.332959;0.333161;0.333364;0.333566;0.333769;0.333971;0.334174;0.334377;0.334579;0.334782;0.334986;0.335189;0.335392;0.335595;0.335799;0.336002;0.336206;0.33641;0.336613;0.336817;0.337021;0.337225;0.33743;0.337634;0.337838;0.338043;0.338247;0.338452;0.338657;0.338862;0.339067;0.339272;0.339477;0.339682;0.339887;0.340093;0.340298;0.340504;0.34071;0.340915;0.341121;0.341327;0.341533;0.341739;0.341946;0.342152;0.342359;0.342565;0.342772;0.342978;0.343185;0.343392;0.343599;0.343806;0.344014;0.344221;0.344428;0.344636;0.344843;0.345051;0.345259;0.345467;0.345675;0.345883;0.346091;0.346299;0.346507;0.346716;0.346924;0.347133;0.347342;0.347551;0.34776;0.347969;0.348178;0.348387;0.348596;0.348805;0.349015;0.349225;0.349434;0.349644;0.349854;0.350064;0.350274;0.350484;0.350694;0.350904;0.351115;0.351325;0.351536;0.351747;0.351958;0.352168;0.352379;0.35259;0.352802;0.353013;0.353224;0.353436;0.353647;0.353859;0.354071;0.354283;0.354494;0.354706;0.354919;0.355131;0.355343;0.355555;0.355768;0.355981;0.356193;0.356406;0.356619;0.356832;0.357045;0.357258;0.357471;0.357685;0.357898;0.358112;0.358325;0.358539;0.358753;0.358967;0.359181;0.359395;0.359609;0.359823;0.360038;0.360252;0.360467;0.360681;0.360896;0.361111;0.361326;0.361541;0.361756;0.361971;0.362187;0.362402;0.362618;0.362833;0.363049;0.363265;0.363481;0.363697;0.363913;0.364129;0.364345;0.364561;0.364778;0.364994;0.365211;0.365428;0.365645;0.365862;0.366079;0.366296;0.366513;0.36673;0.366948;0.367165;0.367383;0.3676;0.367818;0.368036;0.368254;0.368472;0.36869;0.368908;0.369127;0.369345;0.369564;0.369782;0.370001;0.37022;0.370439;0.370658;0.370877;0.371096;0.371315;0.371535;0.371754;0.371974;0.372194;0.372413;0.372633;0.372853;0.373073;0.373293;0.373513;0.373734;0.373954;0.374175;0.374395;0.374616;0.374837;0.375058;0.375279;0.3755;0.375721;0.375942;0.376164;0.376385;0.376607;0.376828;0.37705;0.377272;0.377494;0.377716;0.377938;0.37816;0.378382;0.378605;0.378827;0.37905;0.379273;0.379495;0.379718;0.379941;0.380164;0.380387;0.380611;0.380834;0.381057;0.381281;0.381505;0.381728;0.381952;0.382176;0.3824;0.382624;0.382848;0.383073;0.383297;0.383521;0.383746;0.383971;0.384195;0.38442;0.384645;0.38487;0.385095;0.385321;0.385546;0.385771;0.385997;0.386222;0.386448;0.386674;0.3869;0.387126;0.387352;0.387578;0.387804;0.388031;0.388257;0.388484;0.38871;0.388937;0.389164;0.389391;0.389618;0.389845;0.390072;0.390299;0.390527;0.390754;0.390982;0.39121;0.391437;0.391665;0.391893;0.392121;0.392349;0.392578;0.392806;0.393034;0.393263;0.393492;0.39372;0.393949;0.394178;0.394407;0.394636;0.394865;0.395095;0.395324;0.395554;0.395783;0.396013;0.396242;0.396472;0.396702;0.396932;0.397162;0.397393;0.397623;0.397853;0.398084;0.398315;0.398545;0.398776;0.399007;0.399238;0.399469;0.3997;0.399931;0.400163;</Cd>
+                <Cm>0.546392;0.546118;0.545844;0.54557;0.545296;0.545022;0.544748;0.544474;0.5442;0.543926;0.543652;0.543378;0.543104;0.54283;0.542555;0.542281;0.542007;0.541733;0.541459;0.541185;0.540911;0.540637;0.540363;0.540089;0.539815;0.539541;0.539267;0.538993;0.538718;0.538444;0.53817;0.537896;0.537622;0.537348;0.537074;0.5368;0.536526;0.536252;0.535978;0.535704;0.53543;0.535156;0.534881;0.534607;0.534333;0.534059;0.533785;0.533511;0.533237;0.532963;0.532689;0.532415;0.532141;0.531867;0.531593;0.531319;0.531044;0.53077;0.530496;0.530222;0.529948;0.529674;0.5294;0.529126;0.528852;0.528578;0.528304;0.52803;0.527756;0.527482;0.527207;0.526933;0.526659;0.526385;0.526111;0.525837;0.525563;0.525289;0.525015;0.524741;0.524467;0.524193;0.523919;0.523645;0.52337;0.523096;0.522822;0.522548;0.522274;0.522;0.521726;0.521452;0.521178;0.520904;0.52063;0.520356;0.520082;0.519808;0.519533;0.519259;0.518985;0.518711;0.518437;0.518163;0.517889;0.517615;0.517341;0.517067;0.516793;0.516519;0.516245;0.515971;0.515696;0.515422;0.515148;0.514874;0.5146;0.514326;0.514052;0.513778;0.513504;0.51323;0.512956;0.512682;0.512408;0.512134;0.511859;0.511585;0.511311;0.511037;0.510763;0.510489;0.510215;0.509941;0.509667;0.509393;0.509119;0.508845;0.508571;0.508297;0.508022;0.507748;0.507474;0.5072;0.506926;0.506652;0.506378;0.506104;0.50583;0.505556;0.505282;0.505008;0.504734;0.50446;0.504185;0.503911;0.503637;0.503363;0.503089;0.502815;0.502541;0.502267;0.501993;0.501719;0.501445;0.501171;0.500897;0.500623;0.500348;0.500074;0.4998;0.499526;0.499252;0.498978;0.498704;0.49843;0.498156;0.497882;0.497608;0.497334;0.49706;0.496786;0.496511;0.496237;0.495963;0.495689;0.495415;0.495141;0.494867;0.494593;0.494319;0.494045;0.493771;0.493497;0.493223;0.492949;0.492674;0.4924;0.492126;0.491852;0.491578;0.491304;0.49103;0.490756;0.490482;0.490208;0.489934;0.48966;0.489386;0.489112;0.488837;0.488563;0.488289;0.488015;0.487741;0.487467;0.487193;0.486919;0.486645;0.486371;0.486097;0.485823;0.485549;0.485275;0.485;0.484726;0.484452;0.484178;0.483904;0.48363;0.483356;0.483082;0.482808;0.482534;0.48226;0.481986;0.481712;0.481438;0.481163;0.480889;0.480615;0.480341;0.480067;0.479793;0.479519;0.479245;0.478971;0.478697;0.478423;0.478149;0.477875;0.477601;0.477327;0.477052;0.476778;0.476504;0.47623;0.475956;0.475682;0.475408;0.475134;0.47486;0.474586;0.474312;0.474038;0.473764;0.47349;0.473215;0.472941;0.472667;0.472393;0.472119;0.471845;0.471571;0.471297;0.471023;0.470749;0.470475;0.470201;0.469927;0.469653;0.469378;0.469104;0.46883;0.468556;0.468282;0.468008;0.467734;0.46746;0.467186;0.466912;0.466638;0.466364;0.46609;0.465816;0.465541;0.465267;0.464993;0.464719;0.464445;0.464171;0.463897;0.463623;0.463349;0.463075;0.462801;0.462527;0.462253;0.461979;0.461704;0.46143;0.461156;0.460882;0.460608;0.460334;0.46006;0.459786;0.459512;0.459238;0.458964;0.45869;0.458416;0.458142;0.457867;0.457593;0.457319;0.457045;0.456771;0.456497;0.456223;0.455949;0.455675;0.455401;0.455127;0.454853;0.454579;0.454305;0.45403;0.453756;0.453482;0.453208;0.452934;0.45266;0.452386;0.452112;0.451838;0.451564;0.45129;0.451016;0.450742;0.450468;0.450193;0.449919;0.449645;0.449371;0.449097;0.448823;0.448549;0.448275;0.448001;0.447727;0.447453;0.447179;0.446905;0.446631;0.446356;0.446082;0.445808;0.445534;0.44526;0.444986;0.444712;0.444438;0.444164;0.44389;0.443616;0.443342;0.443068;0.442794;0.442519;0.442245;0.441971;0.441697;0.441423;0.441149;0.440875;0.440601;0.440327;0.440053;0.439779;0.439505;0.439231;0.438957;0.438682;0.438408;0.438134;0.43786;0.437586;0.437312;0.437038;0.436764;0.43649;0.436216;0.435942;0.435668;0.435394;0.43512;0.434845;0.434571;0.434297;0.434023;0.433749;0.433475;0.433201;0.432927;0.432653;0.432379;0.432105;0.431831;0.431557;0.431283;0.431008;0.430734;0.43046;0.430186;0.429912;0.429638;0.429364;0.42909;0.428816;0.428542;0.428268;0.427994;0.42772;0.427446;0.427171;0.426897;0.426623;0.426349;0.426075;0.425801;0.425527;0.425253;0.424979;0.424705;0.424431;0.424157;0.423883;0.423609;0.423334;0.42306;0.422786;0.422512;0.422238;0.421964;0.42169;0.421416;0.421142;0.420868;0.420594;0.42032;0.420046;0.419772;0.419497;0.419223;0.418949;0.418675;0.418401;0.418127;0.417853;0.417579;0.417305;0.417031;0.416757;0.416483;0.416209;0.415935;0.41566;0.415386;0.415112;0.414838;0.414564;0.41429;0.414016;0.413742;0.413468;0.413194;0.41292;0.412646;0.412372;0.412098;0.411823;0.411549;0.411275;0.411001;0.410727;0.410453;0.410179;0.409905;0.409631;0.409357;0.409083;0.408809;0.408535;0.408261;0.407986;0.407712;0.407438;0.407164;0.40689;0.406616;0.406342;0.406068;0.405794;0.40552;0.405246;0.404972;0.404698;0.404424;0.404149;0.403875;0.403601;0.403327;0.403053;0.402779;0.402505;0.402231;0.401957;0.401683;0.401409;0.401135;0.400861;0.400587;0.400312;0.400038;0.399764;0.39949;0.399216;0.398942;0.398668;0.398394;0.39812;0.397846;0.397572;0.397298;0.397024;0.39675;0.396475;0.396201;0.395927;0.395653;0.395379;0.395105;0.394831;0.394557;0.394283;0.394009;0.393735;0.393461;0.393187;0.392913;0.392638;0.392364;0.39209;0.391816;0.391542;0.391268;0.390994;0.39072;0.390446;0.390172;0.389898;0.389624;0.38935;0.389076;0.388802;0.388527;0.388253;0.387979;0.387705;0.387431;0.387157;0.386883;0.386609;0.386335;0.386061;0.385787;0.385513;0.385239;0.384965;0.38469;0.384416;0.384142;0.383868;0.383594;0.38332;0.383046;0.382772;0.382498;0.382224;0.38195;0.381676;0.381402;0.381128;0.380853;0.380579;0.380305;0.380031;0.379757;0.379483;0.379209;0.378935;0.378661;0.378387;0.378113;0.377839;0.377565;0.377291;0.377016;0.376742;0.376468;0.376194;0.37592;0.375646;0.375372;0.375098;0.374824;0.37455;0.374276;0.374002;0.373728;0.373454;0.373179;0.372905;0.372631;0.372357;0.372083;0.371809;0.371535;0.371261;0.370987;0.370713;0.370439;0.370165;0.369891;0.369617;0.369342;0.369068;0.368794;0.36852;0.368246;0.367972;0.367698;0.367424;0.36715;0.366876;0.366602;0.366328;0.366054;0.36578;0.365505;0.365231;0.364957;0.364683;0.364409;0.364135;0.363861;0.363587;0.363313;0.363039;0.362765;0.362491;0.362217;0.361943;0.361668;0.361394;0.36112;0.360846;0.360572;0.360298;0.360024;0.35975;0.359476;0.359202;0.358928;0.358654;0.35838;0.358106;0.357831;0.357557;0.357283;0.357009;0.356735;0.356461;0.356187;0.355913;0.355639;0.355365;0.355091;0.354817;0.354543;0.354269;0.353994;0.35372;0.353446;0.353172;0.352898;0.352624;0.35235;0.352076;0.351802;0.351528;0.351254;0.35098;0.350706;0.350432;0.350157;0.349883;0.349609;0.349335;0.349061;0.348787;0.348513;0.348239;0.347965;0.347691;0.347417;0.347143;0.346869;0.346595;0.34632;0.346046;0.345772;0.345498;0.345224;0.34495;0.344676;0.344402;0.344128;0.343854;0.34358;0.343306;0.343032;0.342758;0.342483;0.342209;0.341935;0.341661;0.341387;0.341113;0.340839;0.340565;0.340291;0.340017;0.339743;0.339469;0.339195;0.338921;0.338646;0.338372;0.338098;0.337824;0.33755;0.337276;0.337002;0.336728;0.336454;0.33618;0.335906;0.335632;0.335358;0.335084;0.334809;0.334535;0.334261;0.333987;0.333713;0.333439;0.333165;0.332891;0.332617;0.332343;0.332069;0.331795;0.331521;0.331247;0.330972;0.330698;0.330424;0.33015;0.329876;0.329602;0.329328;0.329054;0.32878;0.328506;0.328232;0.327958;0.327684;0.32741;0.327135;0.326861;0.326587;0.326313;0.326039;0.325765;0.325491;0.325217;0.324943;0.324669;0.324395;0.324121;0.323847;0.323573;0.323298;0.323024;0.32275;0.322476;0.322202;0.321928;0.321654;0.32138;0.321106;0.320832;0.320558;0.320284;0.32001;0.319736;0.319461;0.319187;0.318913;0.318639;0.318365;0.318091;0.317817;0.317543;0.317269;0.316995;0.316721;0.316447;0.316173;0.315899;0.315624;0.31535;0.315076;0.314802;0.314528;0.314254;0.31398;0.313706;0.313432;0.313158;0.312884;0.31261;0.312336;0.312062;0.311787;0.311513;0.311239;0.310965;0.310691;0.310417;0.310143;0.309869;0.309595;0.309321;0.309047;0.308773;0.308499;0.308225;0.30795;0.307676;0.307402;0.307128;0.306854;0.30658;0.306306;0.306032;0.305758;0.305484;0.30521;0.304936;0.304662;0.304388;0.304113;0.303839;0.303565;0.303291;0.303017;0.302743;0.302469;0.302195;0.301921;0.301647;0.301373;0.301099;0.300825;0.300551;0.300277;0.300002;0.299728;0.299454;0.29918;0.298906;0.298632;0.298358;0.298084;0.29781;0.297536;0.297262;0.296988;0.296714;0.29644;0.296165;0.295891;0.295617;0.295343;0.295069;0.294795;0.294521;0.294247;0.293973;0.293699;0.293425;0.293151;0.292877;0.292603;0.292328;0.292054;0.29178;0.291506;0.291232;0.290958;0.290684;0.29041;0.290136;0.289862;0.289588;0.289314;0.28904;0.288766;0.288491;0.288217;0.287943;0.287669;0.287395;0.287121;0.286847;0.286573;0.286299;0.286025;0.285751;0.285477;0.285203;0.284929;0.284654;0.28438;0.284106;0.283832;0.283558;0.283284;0.28301;0.282736;0.282462;0.282188;0.281914;0.28164;0.281366;0.281092;0.280817;0.280543;0.280269;0.279995;0.279721;0.279447;0.279173;0.278899;0.278625;0.278351;0.278077;0.277803;0.277529;0.277255;0.27698;0.276706;0.276432;0.276158;0.275884;0.27561;0.275336;0.275062;0.274788;0.274514;0.27424;0.273966;0.273692;0.273418;0.273143;0.272869;0.272595;0.272321;0.272047;0.271773;0.271499;0.271225;0.270951;0.270677;0.270403;0.270129;0.269855;0.269581;0.269306;0.269032;0.268758;0.268484;0.26821;0.267936;0.267662;0.267388;0.267114;0.26684;0.266566;0.266292;0.266018;0.265744;0.265469;0.265195;0.264921;0.264647;0.264373;0.264099;0.263825;0.263551;0.263277;0.263003;0.262729;0.262455;0.262181;0.261907;0.261632;0.261358;0.261084;0.26081;0.260536;0.260262;0.259988;0.259714;0.25944;0.259166;0.258892;0.258618;0.258344;0.25807;0.257795;0.257521;0.257247;0.256973;0.256699;0.256425;0.256151;0.255877;0.255603;0.255329;0.255055;0.254781;0.254507;0.254233;0.253958;0.253684;0.25341;0.253136;0.252862;0.252588;0.252314;0.25204;0.251766;0.251492;0.251218;0.250944;0.25067;0.250396;0.250121;0.249847;0.249573;0.249299;0.249025;0.248751;0.248477;0.248203;0.247929;0.247655;0.247381;0.247107;0.246833;0.246559;0.246284;0.24601;0.245736;0.245462;0.245188;0.244914;0.24464;0.244366;0.244092;0.243818;0.243544;0.24327;0.242996;0.242722;0.242447;0.242173;0.241899;0.241625;0.241351;0.241077;0.240803;0.240529;0.240255;0.239981;0.239707;0.239433;0.239159;0.238885;0.23861;0.238336;0.238062;0.237788;0.237514;0.23724;0.236966;0.236692;0.236418;0.236144;0.23587;0.235596;0.235322;0.235048;0.234773;0.234499;0.234225;0.233951;0.233677;0.233403;0.233129;0.232855;0.232581;0.232307;0.232033;0.231759;0.231485;0.231211;0.230936;0.230662;0.230388;0.230114;0.22984;0.229566;0.229292;0.229018;0.228744;0.22847;0.228196;0.227922;0.227648;0.227374;0.227099;0.226825;0.226551;0.226277;0.226003;0.225729;0.225455;0.225181;0.224907;0.224633;0.224359;0.224085;0.223811;0.223537;0.223262;0.222988;0.222714;0.22244;0.222166;0.221892;0.221618;0.221344;0.22107;0.220796;0.220522;0.220248;0.219974;0.2197;0.219425;0.219151;0.218877;0.218603;0.218329;0.218055;0.217781;0.217507;0.217233;0.216959;0.216685;0.216411;0.216137;0.215863;0.215588;0.215314;0.21504;0.214766;0.214492;0.214218;0.213944;0.21367;0.213396;0.213122;0.212848;0.212574;0.2123;0.212026;0.211752;0.211477;0.211203;0.210929;0.210655;0.210381;0.210107;0.209833;0.209559;0.209285;0.209011;0.208737;0.208463;0.208189;0.207915;0.20764;0.207366;0.207092;0.206818;0.206544;0.20627;0.205996;0.205722;0.205448;0.205174;0.2049;0.204626;0.204352;0.204078;0.203803;0.203529;0.203255;0.202981;0.202707;0.202433;0.202159;0.201885;0.201611;0.201337;0.201063;0.200789;0.200515;0.200241;0.199966;0.199692;0.199418;0.199144;0.19887;0.198596;0.198322;0.198048;0.197774;0.1975;0.197226;0.196952;0.196678;0.196404;0.196129;0.195855;0.195581;0.195307;0.195033;0.194759;0.194485;0.194211;0.193937;0.193663;0.193389;0.193115;0.192841;0.192567;0.192292;0.192018;0.191744;0.19147;0.191196;0.190922;0.190648;0.190374;0.1901;0.189826;0.189552;0.189278;0.189004;0.18873;0.188455;0.188181;0.187907;0.187633;0.187359;0.187085;0.186811;0.186537;0.186263;0.185989;0.185715;0.185441;0.185167;0.184893;0.184618;0.184344;0.18407;0.183796;0.183522;0.183248;0.182974;0.1827;0.182426;0.182152;0.181878;0.181604;0.18133;0.181056;0.180781;0.180507;0.180233;0.179959;0.179685;0.179411;0.179137;0.178863;0.178589;0.178315;0.178041;0.177767;0.177493;0.177219;0.176944;0.17667;0.176396;0.176122;0.175848;0.175574;0.1753;0.175026;0.174752;0.174478;0.174204;0.17393;0.173656;0.173382;0.173107;0.172833;0.172559;0.172285;0.172011;0.171737;0.171463;0.171189;0.170915;0.170641;0.170367;0.170093;0.169819;0.169545;0.16927;0.168996;0.168722;0.168448;0.168174;0.1679;0.167626;0.167352;0.167078;0.166804;0.16653;0.166256;0.165982;0.165708;0.165433;0.165159;0.164885;0.164611;0.164337;0.164063;0.163789;0.163515;0.163241;0.162967;0.162693;0.162419;0.162145;0.161871;0.161596;0.161322;0.161048;0.160774;0.1605;0.160226;0.159952;0.159678;0.159404;0.15913;0.158856;0.158582;0.158308;0.158034;0.157759;0.157485;0.157211;0.156937;0.156663;0.156389;0.156115;0.155841;0.155567;0.155293;0.155019;0.154745;0.154471;0.154197;0.153922;0.153648;0.153374;0.1531;0.152826;0.152552;0.152278;0.152004;0.15173;0.151456;0.151182;0.150908;0.150634;0.15036;0.150085;0.149811;0.149537;0.149263;0.148989;0.148715;0.148441;0.148167;0.147893;0.147619;0.147345;0.147071;0.146797;0.146523;0.146248;0.145974;0.1457;0.145426;0.145152;0.144878;0.144604;0.14433;0.144056;0.143782;0.143508;0.143234;0.14296;0.142686;0.142411;0.142137;0.141863;0.141589;0.141315;0.141041;0.140767;0.140493;0.140219;0.139945;0.139671;0.139397;0.139123;0.138849;0.138574;0.1383;0.138026;0.137752;0.137478;0.137204;0.13693;0.136656;0.136382;0.136108;0.135834;0.13556;0.135286;0.135012;0.134737;0.134463;0.134189;0.133915;0.133641;0.133367;0.133093;0.132819;0.132545;0.132271;0.131997;0.131723;0.131449;0.131175;0.1309;0.130626;0.130352;0.130078;0.129804;0.12953;0.129256;0.128982;0.128708;0.128434;0.12816;0.127886;0.127612;0.127338;0.127063;0.126789;0.126515;0.126241;0.125967;0.125693;0.125419;0.125145;0.124871;0.124597;0.124323;0.124049;0.123775;0.123501;0.123227;0.122952;0.122678;0.122404;0.12213;0.121856;0.121582;0.121308;0.121034;0.12076;0.120486;0.120212;0.119938;0.119664;0.11939;0.119115;0.118841;0.118567;0.118293;0.118019;0.117745;0.117471;0.117197;0.116923;0.116649;0.116375;0.116101;0.115827;0.115553;0.115278;0.115004;0.11473;0.114456;0.114182;0.113908;0.113634;0.11336;0.113086;0.112812;0.112538;0.112264;0.11199;0.111716;0.111441;0.111167;0.110893;0.110619;0.110345;0.110071;0.109797;0.109523;0.109249;0.108975;0.108701;0.108427;0.108153;0.107879;0.107604;0.10733;0.107056;0.106782;0.106508;0.106234;0.10596;0.105686;0.105412;0.105138;0.104864;0.10459;0.104316;0.104042;0.103767;0.103493;0.103219;0.102945;0.102671;0.102397;0.102123;0.101849;0.101575;0.101301;0.101027;0.100753;0.100479;0.100205;0.0999304;0.0996564;0.0993823;0.0991082;0.0988342;0.0985601;0.098286;0.0980119;0.0977379;0.0974638;0.0971897;0.0969157;0.0966416;0.0963675;0.0960935;0.0958194;0.0955453;0.0952712;0.0949972;0.0947231;0.094449;0.094175;0.0939009;0.0936268;0.0933527;0.0930787;0.0928046;0.0925305;0.0922565;0.0919824;0.0917083;0.0914342;0.0911602;0.0908861;0.090612;0.090338;0.0900639;0.0897898;0.0895157;0.0892417;0.0889676;0.0886935;0.0884195;0.0881454;0.0878713;0.0875972;0.0873232;0.0870491;0.086775;0.086501;0.0862269;0.0859528;0.0856787;0.0854047;0.0851306;0.0848565;0.0845825;0.0843084;0.0840343;0.0837602;0.0834862;0.0832121;0.082938;0.082664;0.0823899;0.0821158;0.0818417;0.0815677;0.0812936;0.0810195;0.0807455;0.0804714;0.0801973;0.0799232;0.0796492;0.0793751;0.079101;0.078827;0.0785529;0.0782788;0.0780048;0.0777307;0.0774566;0.0771825;0.0769085;0.0766344;0.0763603;0.0760863;0.0758122;0.0755381;0.075264;0.07499;0.0747159;0.0744418;0.0741678;0.0738937;0.0736196;0.0733455;0.0730715;0.0727974;0.0725233;0.0722493;0.0719752;0.0717011;0.071427;0.071153;0.0708789;0.0706048;0.0703308;0.0700567;0.0697826;0.0695085;0.0692345;0.0689604;0.0686863;0.0684123;0.0681382;0.0678641;0.06759;0.067316;0.0670419;0.0667678;0.0664938;0.0662197;0.0659456;0.0656715;0.0653975;0.0651234;0.0648493;0.0645753;0.0643012;0.0640271;0.063753;0.063479;0.0632049;0.0629308;0.0626568;0.0623827;0.0621086;0.0618345;0.0615605;0.0612864;0.0610123;0.0607383;0.0604642;0.0601901;0.0599161;0.059642;0.0593679;0.0590938;0.0588198;0.0585457;0.0582716;0.0579976;0.0577235;0.0574494;0.0571753;0.0569013;0.0566272;0.0563531;0.0560791;0.055805;0.0555309;0.0552568;0.0549828;0.0547087;0.0544346;0.0541606;0.0538865;0.0536124;0.0533383;0.0530643;0.0527902;0.0525161;0.0522421;0.051968;0.0516939;0.0514198;0.0511458;0.0508717;0.0505976;0.0503236;0.0500495;0.0497754;0.0495013;0.0492273;0.0489532;0.0486791;0.0484051;0.048131;0.0478569;0.0475828;0.0473088;0.0470347;0.0467606;0.0464866;0.0462125;0.0459384;0.0456643;0.0453903;0.0451162;0.0448421;0.0445681;0.044294;0.0440199;0.0437458;0.0434718;0.0431977;0.0429236;0.0426496;0.0423755;0.0421014;0.0418274;0.0415533;0.0412792;0.0410051;0.0407311;0.040457;0.0401829;0.0399089;0.0396348;0.0393607;0.0390866;0.0388126;0.0385385;0.0382644;0.0379904;0.0377163;0.0374422;0.0371681;0.0368941;0.03662;0.0363459;0.0360719;0.0357978;0.0355237;0.0352496;0.0349756;0.0347015;0.0344274;0.0341534;0.0338793;0.0336052;0.0333311;0.0330571;0.032783;0.0325089;0.0322349;0.0319608;0.0316867;0.0314126;0.0311386;0.0308645;0.0305904;0.0303164;0.0300423;0.0297682;0.0294941;0.0292201;0.028946;0.0286719;0.0283979;0.0281238;0.0278497;0.0275756;0.0273016;0.0270275;0.0267534;0.0264794;0.0262053;0.0259312;0.0256571;0.0253831;0.025109;0.0248349;0.0245609;0.0242868;0.0240127;0.0237387;0.0234646;0.0231905;0.0229164;0.0226424;0.0223683;0.0220942;0.0218202;0.0215461;0.021272;0.0209979;0.0207239;0.0204498;0.0201757;0.0199017;0.0196276;0.0193535;0.0190794;0.0188054;0.0185313;0.0182572;0.0179832;0.0177091;0.017435;0.0171609;0.0168869;0.0166128;0.0163387;0.0160647;0.0157906;0.0155165;0.0152424;0.0149684;0.0146943;0.0144202;0.0141462;0.0138721;0.013598;0.0133239;0.0130499;0.0127758;0.0125017;0.0122277;0.0119536;0.0116795;0.0114054;0.0111314;0.0108573;0.0105832;0.0103092;0.0100351;0.00976102;0.00948695;0.00921288;0.00893881;0.00866473;0.00839066;0.00811659;0.00784252;0.00756845;0.00729438;0.00702031;0.00674624;0.00647217;0.00619809;0.00592402;0.00564995;0.00537588;0.00510181;0.00482774;0.00455367;0.0042796;0.00400552;0.00373145;0.00345738;0.00318331;0.00290924;0.00263517;0.0023611;0.00208703;0.00181295;0.00153888;0.00126481;0.000990741;0.00071667;0.000442598;0.000168527;-0.000105544;-0.000379615;-0.000653686;-0.000927758;-0.00120183;-0.0014759;-0.00174997;-0.00202404;-0.00229811;-0.00257218;-0.00284626;-0.00312033;-0.0033944;-0.00366847;-0.00394254;-0.00421661;-0.00449068;-0.00476475;-0.00503883;-0.0053129;-0.00558697;-0.00586104;-0.00613511;-0.00640918;-0.00668325;-0.00695732;-0.0072314;-0.00750547;-0.00777954;-0.00805361;-0.00832768;-0.00860175;-0.00887582;-0.00914989;-0.00942397;-0.00969804;-0.00997211;-0.0102462;-0.0105202;-0.0107943;-0.0110684;-0.0113425;-0.0116165;-0.0118906;-0.0121647;-0.0124387;-0.0127128;-0.0129869;-0.013261;-0.013535;-0.0138091;-0.0140832;-0.0143572;-0.0146313;-0.0149054;-0.0151795;-0.0154535;-0.0157276;-0.0160017;-0.0162757;-0.0165498;-0.0168239;-0.017098;-0.017372;-0.0176461;-0.0179202;-0.0181942;-0.0184683;-0.0187424;-0.0190165;-0.0192905;-0.0195646;-0.0198387;-0.0201127;-0.0203868;-0.0206609;-0.020935;-0.021209;-0.0214831;-0.0217572;-0.0220312;-0.0223053;-0.0225794;-0.0228535;-0.0231275;-0.0234016;-0.0236757;-0.0239497;-0.0242238;-0.0244979;-0.024772;-0.025046;-0.0253201;-0.0255942;-0.0258682;-0.0261423;-0.0264164;-0.0266905;-0.0269645;-0.0272386;-0.0275127;-0.0277867;-0.0280608;-0.0283349;-0.0286089;-0.028883;-0.0291571;-0.0294312;-0.0297052;-0.0299793;-0.0302534;-0.0305274;-0.0308015;-0.0310756;-0.0313497;-0.0316237;-0.0318978;-0.0321719;-0.0324459;-0.03272;-0.0329941;-0.0332682;-0.0335422;-0.0338163;-0.0340904;-0.0343644;-0.0346385;-0.0349126;-0.0351867;-0.0354607;-0.0357348;-0.0360089;-0.0362829;-0.036557;-0.0368311;-0.0371052;-0.0373792;-0.0376533;-0.0379274;-0.0382014;-0.0384755;-0.0387496;-0.0390237;-0.0392977;-0.0395718;-0.0398459;-0.0401199;-0.040394;-0.0406681;-0.0409422;-0.0412162;-0.0414903;-0.0417644;-0.0420384;-0.0423125;-0.0425866;-0.0428607;-0.0431347;-0.0434088;-0.0436829;-0.0439569;-0.044231;-0.0445051;-0.0447792;-0.0450532;-0.0453273;-0.0456014;-0.0458754;-0.0461495;-0.0464236;-0.0466976;-0.0469717;-0.0472458;-0.0475199;-0.0477939;-0.048068;-0.0483421;-0.0486161;-0.0488902;-0.0491643;-0.0494384;-0.0497124;-0.0499865;-0.0502606;-0.0505346;-0.0508087;-0.0510828;-0.0513569;-0.0516309;-0.051905;-0.0521791;-0.0524531;-0.0527272;-0.0530013;-0.0532754;-0.0535494;-0.0538235;-0.0540976;-0.0543716;-0.0546457;-0.0549198;-0.0551939;-0.0554679;-0.055742;-0.0560161;-0.0562901;-0.0565642;-0.0568383;-0.0571124;-0.0573864;-0.0576605;-0.0579346;-0.0582086;-0.0584827;-0.0587568;-0.0590309;-0.0593049;-0.059579;-0.0598531;-0.0601271;-0.0604012;-0.0606753;-0.0609494;-0.0612234;-0.0614975;-0.0617716;-0.0620456;-0.0623197;-0.0625938;-0.0628679;-0.0631419;-0.063416;-0.0636901;-0.0639641;-0.0642382;-0.0645123;-0.0647863;-0.0650604;-0.0653345;-0.0656086;-0.0658826;-0.0661567;-0.0664308;-0.0667048;-0.0669789;-0.067253;-0.0675271;-0.0678011;-0.0680752;-0.0683493;-0.0686233;-0.0688974;-0.0691715;-0.0694456;-0.0697196;-0.0699937;-0.0702678;-0.0705418;-0.0708159;-0.07109;-0.0713641;-0.0716381;-0.0719122;-0.0721863;-0.0724603;-0.0727344;-0.0730085;-0.0732826;-0.0735566;-0.0738307;-0.0741048;-0.0743788;-0.0746529;-0.074927;-0.0752011;-0.0754751;-0.0757492;-0.0760233;-0.0762973;-0.0765714;-0.0768455;-0.0771196;-0.0773936;-0.0776677;-0.0779418;-0.0782158;-0.0784899;-0.078764;-0.0790381;-0.0793121;-0.0795862;-0.0798603;-0.0801343;-0.0804084;-0.0806825;-0.0809566;-0.0812306;-0.0815047;-0.0817788;-0.0820528;-0.0823269;-0.082601;-0.082875;-0.0831491;-0.0834232;-0.0836973;-0.0839713;-0.0842454;-0.0845195;-0.0847935;-0.0850676;-0.0853417;-0.0856158;-0.0858898;-0.0861639;-0.086438;-0.086712;-0.0869861;-0.0872602;-0.0875343;-0.0878083;-0.0880824;-0.0883565;-0.0886305;-0.0889046;-0.0891787;-0.0894528;-0.0897268;-0.0900009;-0.090275;-0.090549;-0.0908231;-0.0910972;-0.0913713;-0.0916453;-0.0919194;-0.0921935;-0.0924675;-0.0927416;-0.0930157;-0.0932898;-0.0935638;-0.0938379;-0.094112;-0.094386;-0.0946601;-0.0949342;-0.0952083;-0.0954823;-0.0957564;-0.0960305;-0.0963045;-0.0965786;-0.0968527;-0.0971268;-0.0974008;-0.0976749;-0.097949;-0.098223;-0.0984971;-0.0987712;-0.0990453;-0.0993193;-0.0995934;-0.0998675;-0.100142;-0.100416;-0.10069;-0.100964;-0.101238;-0.101512;-0.101786;-0.10206;-0.102334;-0.102608;-0.102882;-0.103156;-0.10343;-0.103704;-0.103979;-0.104253;-0.104527;-0.104801;-0.105075;-0.105349;-0.105623;-0.105897;-0.106171;-0.106445;-0.106719;-0.106993;-0.107267;-0.107541;-0.107816;-0.10809;-0.108364;-0.108638;-0.108912;-0.109186;-0.10946;-0.109734;-0.110008;-0.110282;-0.110556;-0.11083;-0.111104;-0.111378;-0.111653;-0.111927;-0.112201;-0.112475;-0.112749;-0.113023;-0.113297;-0.113571;-0.113845;-0.114119;-0.114393;-0.114667;-0.114941;-0.115215;-0.11549;-0.115764;-0.116038;-0.116312;-0.116586;-0.11686;-0.117134;-0.117408;-0.117682;-0.117956;-0.11823;-0.118504;-0.118778;-0.119052;-0.119327;-0.119601;-0.119875;-0.120149;-0.120423;-0.120697;-0.120971;-0.121245;-0.121519;-0.121793;-0.122067;-0.122341;-0.122615;-0.122889;-0.123164;-0.123438;-0.123712;-0.123986;-0.12426;-0.124534;-0.124808;-0.125082;-0.125356;-0.12563;-0.125904;-0.126178;-0.126452;-0.126726;-0.127001;-0.127275;-0.127549;-0.127823;-0.128097;-0.128371;-0.128645;-0.128919;-0.129193;-0.129467;-0.129741;-0.130015;-0.130289;-0.130563;-0.130838;-0.131112;-0.131386;-0.13166;-0.131934;-0.132208;-0.132482;-0.132756;-0.13303;-0.133304;-0.133578;-0.133852;-0.134126;-0.1344;-0.134675;-0.134949;-0.135223;-0.135497;-0.135771;-0.136045;-0.136319;-0.136593;-0.136867;-0.137141;-0.137415;-0.137689;-0.137963;-0.138237;-0.138512;-0.138786;-0.13906;-0.139334;-0.139608;-0.139882;-0.140156;-0.14043;-0.140704;-0.140978;-0.141252;-0.141526;-0.1418;-0.142074;-0.142349;-0.142623;-0.142897;-0.143171;-0.143445;-0.143719;-0.143993;-0.144267;-0.144541;-0.144815;-0.145089;-0.145363;-0.145637;-0.145911;-0.146185;-0.14646;-0.146734;-0.147008;-0.147282;-0.147556;-0.14783;-0.148104;-0.148378;-0.148652;-0.148926;-0.1492;-0.149474;-0.149748;-0.150022;-0.150297;-0.150571;-0.150845;-0.151119;-0.151393;-0.151667;-0.151941;-0.152215;-0.152489;-0.152763;-0.153037;-0.153311;-0.153585;-0.153859;-0.154134;-0.154408;-0.154682;-0.154956;-0.15523;-0.155504;-0.155778;-0.156052;-0.156326;-0.1566;-0.156874;-0.157148;-0.157422;-0.157696;-0.157971;-0.158245;-0.158519;-0.158793;-0.159067;-0.159341;-0.159615;-0.159889;-0.160163;-0.160437;-0.160711;-0.160985;-0.161259;-0.161533;-0.161808;-0.162082;-0.162356;-0.16263;-0.162904;-0.163178;-0.163452;-0.163726;-0.164;-0.164274;-0.164548;-0.164822;-0.165096;-0.16537;-0.165645;-0.165919;-0.166193;-0.166467;-0.166741;-0.167015;-0.167289;-0.167563;-0.167837;-0.168111;-0.168385;-0.168659;-0.168933;-0.169207;-0.169482;-0.169756;-0.17003;-0.170304;-0.170578;-0.170852;-0.171126;-0.1714;-0.171674;-0.171948;-0.172222;-0.172496;-0.17277;-0.173044;-0.173319;-0.173593;-0.173867;-0.174141;-0.174415;-0.174689;-0.174963;-0.175237;-0.175511;-0.175785;-0.176059;-0.176333;-0.176607;-0.176881;-0.177156;-0.17743;-0.177704;-0.177978;-0.178252;-0.178526;-0.1788;-0.179074;-0.179348;-0.179622;-0.179896;-0.18017;-0.180444;-0.180718;-0.180993;-0.181267;-0.181541;-0.181815;-0.182089;-0.182363;-0.182637;-0.182911;-0.183185;-0.183459;-0.183733;-0.184007;-0.184281;-0.184555;-0.18483;-0.185104;-0.185378;-0.185652;-0.185926;-0.1862;-0.186474;-0.186748;-0.187022;-0.187296;-0.18757;-0.187844;-0.188118;-0.188392;-0.188667;-0.188941;-0.189215;-0.189489;-0.189763;-0.190037;-0.190311;-0.190585;-0.190859;-0.191133;-0.191407;-0.191681;-0.191955;-0.192229;-0.192504;-0.192778;-0.193052;-0.193326;-0.1936;-0.193874;-0.194148;-0.194422;-0.194696;-0.19497;-0.195244;-0.195518;-0.195792;-0.196066;-0.196341;-0.196615;-0.196889;-0.197163;-0.197437;-0.197711;-0.197985;-0.198259;-0.198533;-0.198807;-0.199081;-0.199355;-0.199629;-0.199903;-0.200178;-0.200452;-0.200726;-0.201;-0.201274;-0.201548;-0.201822;-0.202096;-0.20237;-0.202644;-0.202918;-0.203192;-0.203466;-0.20374;-0.204015;-0.204289;-0.204563;-0.204837;-0.205111;-0.205385;-0.205659;-0.205933;-0.206207;-0.206481;-0.206755;-0.207029;-0.207303;-0.207577;-0.207852;-0.208126;-0.2084;-0.208674;-0.208948;-0.209222;-0.209496;-0.20977;-0.210044;-0.210318;-0.210592;-0.210866;-0.21114;-0.211414;-0.211689;-0.211963;-0.212237;-0.212511;-0.212785;-0.213059;-0.213333;-0.213607;-0.213881;-0.214155;-0.214429;-0.214703;-0.214977;-0.215251;-0.215526;-0.2158;-0.216074;-0.216348;-0.216622;-0.216896;-0.21717;-0.217444;-0.217718;-0.217992;-0.218266;-0.21854;-0.218814;-0.219088;-0.219363;-0.219637;-0.219911;-0.220185;-0.220459;-0.220733;-0.221007;-0.221281;-0.221555;-0.221829;-0.222103;-0.222377;-0.222651;-0.222925;-0.2232;-0.223474;-0.223748;-0.224022;-0.224296;-0.22457;-0.224844;-0.225118;-0.225392;-0.225666;-0.22594;-0.226214;-0.226488;-0.226762;-0.227037;-0.227311;-0.227585;-0.227859;-0.228133;-0.228407;-0.228681;-0.228955;-0.229229;-0.229503;-0.229777;-0.230051;-0.230325;-0.230599;-0.230874;-0.231148;-0.231422;-0.231696;-0.23197;-0.232244;-0.232518;-0.232792;-0.233066;-0.23334;-0.233614;-0.233888;-0.234162;-0.234436;-0.23471;-0.234985;-0.235259;-0.235533;-0.235807;-0.236081;-0.236355;-0.236629;-0.236903;-0.237177;-0.237451;-0.237725;-0.237999;-0.238273;-0.238547;-0.238822;-0.239096;-0.23937;-0.239644;-0.239918;-0.240192;-0.240466;-0.24074;-0.241014;-0.241288;-0.241562;-0.241836;-0.24211;-0.242384;-0.242659;-0.242933;-0.243207;-0.243481;-0.243755;-0.244029;-0.244303;-0.244577;-0.244851;-0.245125;-0.245399;-0.245673;-0.245947;-0.246221;-0.246496;-0.24677;-0.247044;-0.247318;-0.247592;-0.247866;-0.24814;-0.248414;-0.248688;-0.248962;-0.249236;-0.24951;-0.249784;-0.250058;-0.250333;-0.250607;-0.250881;-0.251155;-0.251429;-0.251703;-0.251977;-0.252251;-0.252525;-0.252799;-0.253073;-0.253347;-0.253621;-0.253895;-0.25417;-0.254444;-0.254718;-0.254992;-0.255266;-0.25554;-0.255814;-0.256088;-0.256362;-0.256636;-0.25691;-0.257184;-0.257458;-0.257732;-0.258007;-0.258281;-0.258555;-0.258829;-0.259103;-0.259377;-0.259651;-0.259925;-0.260199;-0.260473;-0.260747;-0.261021;-0.261295;-0.261569;-0.261844;-0.262118;-0.262392;-0.262666;-0.26294;-0.263214;-0.263488;-0.263762;-0.264036;-0.26431;-0.264584;-0.264858;-0.265132;-0.265406;-0.265681;-0.265955;-0.266229;-0.266503;-0.266777;-0.267051;-0.267325;-0.267599;-0.267873;-0.268147;-0.268421;-0.268695;-0.268969;-0.269243;-0.269518;-0.269792;-0.270066;-0.27034;-0.270614;-0.270888;-0.271162;-0.271436;-0.27171;-0.271984;-0.272258;-0.272532;-0.272806;-0.27308;-0.273355;-0.273629;-0.273903;-0.274177;-0.274451;-0.274725;-0.274999;-0.275273;-0.275547;-0.275821;-0.276095;-0.276369;-0.276643;-0.276917;-0.277192;-0.277466;-0.27774;-0.278014;-0.278288;-0.278562;-0.278836;-0.27911;-0.279384;-0.279658;-0.279932;-0.280206;-0.28048;-0.280754;-0.281029;-0.281303;-0.281577;-0.281851;-0.282125;-0.282399;-0.282673;-0.282947;-0.283221;-0.283495;-0.283769;-0.284043;-0.284317;-0.284591;-0.284866;-0.28514;-0.285414;-0.285688;-0.285962;-0.286236;-0.28651;-0.286784;-0.287058;-0.287332;-0.287606;-0.28788;-0.288154;-0.288428;-0.288703;-0.288977;-0.289251;-0.289525;-0.289799;-0.290073;-0.290347;-0.290621;-0.290895;-0.291169;-0.291443;-0.291717;-0.291991;-0.292265;-0.29254;-0.292814;-0.293088;-0.293362;-0.293636;-0.29391;-0.294184;-0.294458;-0.294732;-0.295006;-0.29528;-0.295554;-0.295828;-0.296102;-0.296377;-0.296651;-0.296925;-0.297199;-0.297473;-0.297747;-0.298021;-0.298295;-0.298569;-0.298843;-0.299117;-0.299391;-0.299665;-0.299939;-0.300214;-0.300488;-0.300762;-0.301036;-0.30131;-0.301584;-0.301858;-0.302132;-0.302406;-0.30268;-0.302954;-0.303228;-0.303502;-0.303776;-0.304051;-0.304325;-0.304599;-0.304873;-0.305147;-0.305421;-0.305695;-0.305969;-0.306243;-0.306517;-0.306791;-0.307065;-0.307339;-0.307613;-0.307888;-0.308162;-0.308436;-0.30871;-0.308984;-0.309258;-0.309532;-0.309806;-0.31008;-0.310354;-0.310628;-0.310902;-0.311176;-0.31145;-0.311725;-0.311999;-0.312273;-0.312547;-0.312821;-0.313095;-0.313369;-0.313643;-0.313917;-0.314191;-0.314465;-0.314739;-0.315013;-0.315287;-0.315562;-0.315836;-0.31611;-0.316384;-0.316658;-0.316932;-0.317206;-0.31748;-0.317754;-0.318028;-0.318302;-0.318576;-0.31885;-0.319124;-0.319399;-0.319673;-0.319947;-0.320221;-0.320495;-0.320769;-0.321043;-0.321317;-0.321591;-0.321865;-0.322139;-0.322413;-0.322687;-0.322961;-0.323235;-0.32351;-0.323784;-0.324058;-0.324332;-0.324606;-0.32488;-0.325154;-0.325428;-0.325702;-0.325976;-0.32625;-0.326524;-0.326798;-0.327072;-0.327347;-0.327621;-0.327895;-0.328169;-0.328443;-0.328717;-0.328991;-0.329265;-0.329539;-0.329813;-0.330087;-0.330361;-0.330635;-0.330909;-0.331184;-0.331458;-0.331732;-0.332006;-0.33228;-0.332554;-0.332828;-0.333102;-0.333376;-0.33365;-0.333924;-0.334198;-0.334472;-0.334746;-0.335021;-0.335295;-0.335569;-0.335843;-0.336117;-0.336391;-0.336665;-0.336939;-0.337213;-0.337487;-0.337761;-0.338035;-0.338309;-0.338583;-0.338858;-0.339132;-0.339406;-0.33968;-0.339954;-0.340228;-0.340502;-0.340776;-0.34105;-0.341324;-0.341598;-0.341872;-0.342146;-0.34242;-0.342695;-0.342969;-0.343243;-0.343517;-0.343791;-0.344065;-0.344339;-0.344613;-0.344887;-0.345161;-0.345435;-0.345709;-0.345983;-0.346257;-0.346532;-0.346806;-0.34708;-0.347354;-0.347628;-0.347902;-0.348176;-0.34845;-0.348724;-0.348998;-0.349272;-0.349546;-0.34982;-0.350094;-0.350369;-0.350643;-0.350917;-0.351191;-0.351465;-0.351739;-0.352013;-0.352287;-0.352561;-0.352835;-0.353109;-0.353383;-0.353657;-0.353931;-0.354206;-0.35448;-0.354754;-0.355028;-0.355302;-0.355576;-0.35585;-0.356124;-0.356398;-0.356672;-0.356946;-0.35722;-0.357494;-0.357768;-0.358043;-0.358317;-0.358591;-0.358865;-0.359139;-0.359413;-0.359687;-0.359961;-0.360235;-0.360509;-0.360783;-0.361057;-0.361331;-0.361605;-0.36188;-0.362154;-0.362428;-0.362702;-0.362976;-0.36325;-0.363524;-0.363798;-0.364072;-0.364346;-0.36462;-0.364894;-0.365168;-0.365442;-0.365717;-0.365991;-0.366265;-0.366539;-0.366813;-0.367087;-0.367361;-0.367635;-0.367909;-0.368183;-0.368457;-0.368731;-0.369005;-0.369279;-0.369554;-0.369828;-0.370102;-0.370376;-0.37065;-0.370924;-0.371198;-0.371472;-0.371746;-0.37202;-0.372294;-0.372568;-0.372842;-0.373116;-0.373391;-0.373665;-0.373939;-0.374213;-0.374487;-0.374761;-0.375035;-0.375309;-0.375583;-0.375857;-0.376131;-0.376405;-0.376679;-0.376953;-0.377228;-0.377502;-0.377776;-0.37805;-0.378324;-0.378598;-0.378872;-0.379146;-0.37942;-0.379694;-0.379968;-0.380242;-0.380516;-0.38079;-0.381065;-0.381339;-0.381613;-0.381887;-0.382161;-0.382435;-0.382709;-0.382983;-0.383257;-0.383531;-0.383805;-0.384079;-0.384353;-0.384627;-0.384902;-0.385176;-0.38545;-0.385724;-0.385998;-0.386272;-0.386546;-0.38682;-0.387094;-0.387368;-0.387642;-0.387916;-0.38819;-0.388464;-0.388739;-0.389013;-0.389287;-0.389561;-0.389835;-0.390109;-0.390383;</Cm>
+                <origin_polar>seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;seg0_3D;</origin_polar>
+            </polar>
+        </polars>
+    </configuration>
+    </configurations>
+</polar-exchange-file>
diff --git a/constraint_analysis/test/stubs/ca_plot.svg b/constraint_analysis/test/stubs/ca_plot.svg
new file mode 100644
index 0000000000000000000000000000000000000000..23a2555e4a726454988ff700390cfbbe24e6dcad
--- /dev/null
+++ b/constraint_analysis/test/stubs/ca_plot.svg
@@ -0,0 +1,277 @@
+<?xml version="1.0" encoding="windows-1252"  standalone="no"?>
+<svg 
+ width="800" height="600"
+ viewBox="0 0 800 600"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+>
+
+<title>Gnuplot</title>
+<desc>Produced by GNUPLOT 6.0 patchlevel 1 </desc>
+
+<g id="gnuplot_canvas">
+
+<rect x="0" y="0" width="800" height="600" fill="none"/>
+<defs>
+
+	<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
+	<path id='gpPt0' stroke-width='0.267' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
+	<path id='gpPt1' stroke-width='0.267' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
+	<path id='gpPt2' stroke-width='0.267' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
+	<rect id='gpPt3' stroke-width='0.267' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
+	<rect id='gpPt4' stroke-width='0.267' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
+	<circle id='gpPt5' stroke-width='0.267' stroke='currentColor' cx='0' cy='0' r='1'/>
+	<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
+	<path id='gpPt7' stroke-width='0.267' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
+	<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
+	<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
+	<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
+	<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
+	<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
+	<path id='gpPt13' stroke-width='0.267' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
+	<use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
+	<filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
+	  <feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
+	  <feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
+	</filter>
+	<filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
+	  <feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
+	  <feComposite in='SourceGraphic' in2='grey' operator='atop'/>
+	</filter>
+</defs>
+<g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="white" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,534.01 L723.99,534.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,534.01 L109.61,534.01  '/>	<g transform="translate(96.99,539.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >0</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,472.88 L723.99,472.88  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,472.88 L109.61,472.88  '/>	<g transform="translate(96.99,478.73)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >0.5</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,411.76 L723.99,411.76  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,411.76 L109.61,411.76  '/>	<g transform="translate(96.99,417.61)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >1</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,350.63 L723.99,350.63  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,350.63 L109.61,350.63  '/>	<g transform="translate(96.99,356.48)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >1.5</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,289.51 L723.99,289.51  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,289.51 L109.61,289.51  '/>	<g transform="translate(96.99,295.36)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >2</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,228.38 L723.99,228.38  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,228.38 L109.61,228.38  '/>	<g transform="translate(96.99,234.23)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >2.5</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,167.26 L723.99,167.26  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,167.26 L109.61,167.26  '/>	<g transform="translate(96.99,173.11)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >3</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,106.13 L723.99,106.13  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,106.13 L109.61,106.13  '/>	<g transform="translate(96.99,111.98)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >3.5</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,45.01 L723.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,45.01 L109.61,45.01  '/>	<g transform="translate(96.99,50.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >4</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,534.01 L103.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,534.01 L103.99,528.39  '/>	<g transform="translate(103.99,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >0</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M207.32,534.01 L207.32,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M207.32,534.01 L207.32,528.39  '/>	<g transform="translate(207.32,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >50</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M310.66,534.01 L310.66,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M310.66,534.01 L310.66,528.39  '/>	<g transform="translate(310.66,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >100</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M413.99,534.01 L413.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M413.99,534.01 L413.99,528.39  '/>	<g transform="translate(413.99,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >150</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M517.32,534.01 L517.32,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M517.32,534.01 L517.32,528.39  '/>	<g transform="translate(517.32,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >200</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M620.66,534.01 L620.66,85.51 M620.66,52.51 L620.66,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M620.66,534.01 L620.66,528.39  '/>	<g transform="translate(620.66,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >250</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M723.99,534.01 L723.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M723.99,534.01 L723.99,528.39  '/>	<g transform="translate(723.99,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >300</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,45.01 L103.99,534.01 L723.99,534.01 L723.99,45.01 L103.99,45.01 Z  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M601.83,85.51 L601.83,52.51 L716.99,52.51 L716.99,85.51 L601.83,85.51 Z  '/></g>
+	<g id="gnuplot_plot_1a"  fill="none"><title>gnuplot_plot_1a</title>
+<g fill="none" color="white" stroke="rgb(  0,   0,   0)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0, 113, 188)'  d='M124.66,160.85 L145.32,347.68 L165.99,409.92 L186.66,441.01 L207.32,459.64 L227.99,472.04 L248.66,480.88 L269.32,487.49
+		L289.99,492.62 L310.66,496.71 L331.32,500.05 L351.99,502.82 L372.66,505.15 L393.32,507.15 L413.99,508.87 L434.66,510.36
+		L455.32,511.67 L475.99,512.83 L496.66,513.87 L517.32,514.79 L537.99,515.62 L558.66,516.37 L579.32,517.04 L599.99,517.66
+		L620.66,518.22 L641.32,518.73 L661.99,519.21 L682.66,519.64 L703.32,520.04 L723.99,520.41  '/></g>
+	</g>
+	<g id="gnuplot_plot_2a"  fill="none"><title>gnuplot_plot_2a</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(216,  82,  24)'  d='M124.66,82.68 L145.32,308.66 L165.99,383.57 L186.66,420.70 L207.32,442.73 L227.99,457.21 L248.66,467.37 L269.32,474.83
+		L289.99,480.50 L310.66,484.90 L331.32,488.39 L351.99,491.20 L372.66,493.47 L393.32,495.33 L413.99,496.86 L434.66,498.12
+		L455.32,499.15 L475.99,500.00 L496.66,500.70 L517.32,501.26 L537.99,501.71 L558.66,502.06 L579.32,502.32 L599.99,502.51
+		L620.66,502.64 L641.32,502.71 L661.99,502.72 L682.66,502.69 L703.32,502.62 L723.99,502.51  '/></g>
+	</g>
+	<g id="gnuplot_plot_3a" ><title>Cruise</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g id="gnuplot_plot_4a" ><title>3g Turn</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g stroke='none' shape-rendering='crispEdges'>
+		<polygon fill = 'white' points = '601.83,85.51 716.99,85.51 716.99,52.51 601.83,52.51 '/>
+	</g>
+<g fill="none" color="white" stroke="white" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M601.83,85.51 L601.83,52.51 L716.99,52.51 L716.99,85.51 L601.83,85.51 Z  '/></g>
+	<g id="gnuplot_plot_1a"  fill="none"><title>gnuplot_plot_1a</title>
+<g fill="none" color="white" stroke="rgb(  0,   0,   0)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g id="gnuplot_plot_2a"  fill="none"><title>gnuplot_plot_2a</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g id="gnuplot_plot_3a" ><title>Cruise</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<g transform="translate(655.47,64.34)" stroke="none" fill="rgb(0,0,0)" font-family="Helvetica" font-size="11.00"  text-anchor="start">
+		<text><tspan font-family="Helvetica" >Cruise</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0, 113, 188)'  d='M609.52,60.76 L647.78,60.76  '/></g>
+	</g>
+	<g id="gnuplot_plot_4a" ><title>3g Turn</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<g transform="translate(655.47,80.84)" stroke="none" fill="rgb(0,0,0)" font-family="Helvetica" font-size="11.00"  text-anchor="start">
+		<text><tspan font-family="Helvetica" >3g Turn</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(216,  82,  24)'  d='M609.52,77.26 L647.78,77.26  '/></g>
+	</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,45.01 L103.99,534.01 L723.99,534.01 L723.99,45.01 L103.99,45.01 Z  '/>	<g transform="translate(69.09,289.51) rotate(270.00)" stroke="none" fill="rgb(0,0,0)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >Thrust to Weight (T</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">SL</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">/W</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">TO</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">)</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<g transform="translate(413.99,577.36)" stroke="none" fill="rgb(0,0,0)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >Wing Loading (W</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">TO</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">/S</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">ref</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">)</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+</g>
+</svg>
+
diff --git a/constraint_analysis/test/stubs/csmr-2020_startCSD.xml b/constraint_analysis/test/stubs/csmr-2020_startCSD.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0d5eef92da3d84e13b8f004967b816193081acd1
--- /dev/null
+++ b/constraint_analysis/test/stubs/csmr-2020_startCSD.xml
@@ -0,0 +1,717 @@
+<aircraft_exchange_file>
+    <requirements_and_specifications description="Requirements and specifications">
+        <general description="General aircraft information">
+            <type description="Aircraft type">
+                <value>CeRAS</value>
+            </type>
+            <model description="Model - Version">
+                <value>SMR-2020</value>
+            </model>
+        </general>
+        <mission_files description="Name of xml files which are located in the missionData directory and contain the flight phase data" tool_level="0">
+            <design_mission_file description="Name of the design mission xml">
+                <value>design_mission.xml</value>
+            </design_mission_file>
+            <study_mission_file description="Name of the study mission xml">
+                <value>study_mission.xml</value>
+            </study_mission_file>
+            <requirements_mission_file description="Name of the  requirements mission xml">
+                <value>requirements_mission.xml</value>
+            </requirements_mission_file>
+        </mission_files>
+        <design_specification description="Design specification">
+            <configuration description="Configuration information">
+                <aerodynamic_technologies description="Integration of aerodynamic technologies on the aircraft: true / false">
+                    <value>false</value>
+                </aerodynamic_technologies>
+                <configuration_type description="aircraft configuration: tube_and_wing / blended_wing_body">
+                    <value>tube_and_wing</value>
+                </configuration_type>
+                <fuselage_definition description="Design description of the fuselage.">
+                    <fuselage_type description="Fuselage type: single_aisle / wide_body">
+                        <value>single_aisle</value>
+                    </fuselage_type>
+                    <fuselage_pressurization description="Switch to select a pressurized fuselage. (true: pressurized fuselage, false: non pressurized fuselage)">
+                        <value>true</value>
+                    </fuselage_pressurization>
+                    <blended_wing_body_configuration description="Additional design description for blended wing body configurations.">
+                        <number_of_payload_tubes description="Number of fuselage tubes for blendend wing body configurations. For tube and wing configuration is set to 1.">
+                            <value>1</value>
+                            <unit>1</unit>
+                            <default>1</default>
+                            <lower_boundary>1</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </number_of_payload_tubes>
+                        <center_body_wing_sweep description="Sweep of the leading edge of the center body.">
+                            <value>60</value>
+                            <unit>degree</unit>
+                            <default>60</default>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>75</upper_boundary>
+                            <center_body_wing_sweep_tolerance Desc="Permissible deviation of the actual from the desired leading edge sweep of the center body.">
+                                <value>5</value>
+                                <unit>degree</unit>
+                                <default>5</default>
+                                <lower_boundary>0</lower_boundary>
+                                <upper_boundary>15</upper_boundary>
+                            </center_body_wing_sweep_tolerance>
+                        </center_body_wing_sweep>
+                    </blended_wing_body_configuration>
+                </fuselage_definition>
+                <wing_definition description="Definitions for wing design">
+                    <mounting description="wing mounting for tube_and_wing configuration (ignored at blended_wing_body) - low / mid / high">
+                        <value>low</value>
+                    </mounting>
+                </wing_definition>
+                <empennage_definition description="Definitions for empennage design">
+                    <empennage_type description="tube_and_wing configuration: conventional - blended_wing_body: vertical_tails">
+                        <value>conventional</value>
+                    </empennage_type>
+                </empennage_definition>
+                <undercarriage_definition description="Design description of the undercarriage.">
+                    <main_gear_mounting description="Mounting position of the main landing gear: wing_mounted / fuselage_mounted.">
+                        <value>wing_mounted</value>
+                    </main_gear_mounting>
+                    <undercarriage_retractability description="Switch to set retractability of landing gear: retractable / non_retractable.">
+                        <value>retractable</value>
+                    </undercarriage_retractability>
+                </undercarriage_definition>
+                <tank_definition description="Energy tanks information">
+                    <tank ID="0" description="One Tank">
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
+                            <value>wing</value>
+                        </location>
+                        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
+                            <value>inner_left</value>
+                        </position>
+                        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
+                            <value>0.0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0.0</lower_boundary>
+                            <upper_boundary>1.0</upper_boundary>
+                        </energy_share>
+                    </tank>
+                    <tank ID="1" description="single tank">
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
+                            <value>wing</value>
+                        </location>
+                        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
+                            <value>outer_left</value>
+                        </position>
+                        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
+                            <value>0.0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0.0</lower_boundary>
+                            <upper_boundary>1.0</upper_boundary>
+                        </energy_share>
+                    </tank>
+                    <tank ID="2" description="single tank">
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
+                            <value>wing</value>
+                        </location>
+                        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
+                            <value>inner_right</value>
+                        </position>
+                        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
+                            <value>0.0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0.0</lower_boundary>
+                            <upper_boundary>1.0</upper_boundary>
+                        </energy_share>
+                    </tank>
+                    <tank ID="3" description="single tank">
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
+                            <value>wing</value>
+                        </location>
+                        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
+                            <value>outer_right</value>
+                        </position>
+                        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
+                            <value>0.0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0.0</lower_boundary>
+                            <upper_boundary>1.0</upper_boundary>
+                        </energy_share>
+                    </tank>
+                    <tank ID="4" description="single tank">
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
+                            <value>wing</value>
+                        </location>
+                        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
+                            <value>center</value>
+                        </position>
+                        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
+                            <value>0.0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0.0</lower_boundary>
+                            <upper_boundary>1.0</upper_boundary>
+                        </energy_share>
+                    </tank>
+                </tank_definition>
+                <loads description="Loads information">
+                    <design_load_factor description="design load factor n">
+                        <maximum description="maximum design load factor n">
+                            <value>2.5</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>4</upper_boundary>
+                        </maximum>
+                        <minimum description="maximum design load factor n">
+                            <value>-1.0</value>
+                            <unit>1</unit>
+                            <lower_boundary>-2.0</lower_boundary>
+                            <upper_boundary>0.0</upper_boundary>
+                        </minimum>
+                        <maneuver description="standard maneuver load factor for e.g. flare">
+                            <value>1.1</value>
+                            <unit>1</unit>
+                            <lower_boundary>0.0</lower_boundary>
+                            <upper_boundary>2.0</upper_boundary>
+                        </maneuver>
+                    </design_load_factor>
+                </loads>
+            </configuration>
+            <transport_task description="Define the transport task for aircraft project.">
+                <passenger_definition description="Define the masses of the passengers">
+                    <total_number_passengers description="Design number of passengers">
+                        <value>162</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1000</upper_boundary>
+                    </total_number_passengers>
+                    <mass_per_passenger description="Design mass of a single passenger WITHOUT luggage">
+                        <value>80</value>
+                        <unit>kg</unit>
+                        <lower_boundary>50</lower_boundary>
+                        <upper_boundary>200</upper_boundary>
+                    </mass_per_passenger>
+                    <luggage_mass_per_passenger description="Design mass of a the luggage for a single passenger">
+                        <value>17</value>
+                        <unit>kg</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>25</upper_boundary>
+                    </luggage_mass_per_passenger>
+                </passenger_definition>
+                <multi_passenger_deck_layout description="Switch to select a multi passenger deck fuselage design. (true: multi passenger deck allowed, false: multi passenger deck denied)">
+                    <value>false</value>
+                    <default>false</default>
+                    <specific_number_of_passenger_decks>
+                        <value>2</value>
+                        <unit>-</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>3</upper_boundary>
+                        <default>2</default>
+                    </specific_number_of_passenger_decks>
+                </multi_passenger_deck_layout>
+                <passenger_class_definition>
+                    <class_distribution description="Relative passenger distribution for the classes: President Class/First Class/Business Class/Premium Economy/Economy. Sum must be equal to 1!">
+                        <value>0/0/0/0.1/0.9</value>
+                    </class_distribution>
+                </passenger_class_definition>
+                <cargo_definition description="Definition of cargo which does not belong to passengers">
+                    <additional_cargo_mass description="Mass of cargo which does not belong to passengers">
+                        <value>500</value>
+                        <unit>kg</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>25000</upper_boundary>
+                    </additional_cargo_mass>
+                    <cargo_density description="Density of cargo which does not belong to passengers">
+                        <value>165</value>
+                        <unit>kg/m^3</unit>
+                        <lower_boundary>150</lower_boundary>
+                        <upper_boundary>200</upper_boundary>
+                    </cargo_density>
+                </cargo_definition>
+            </transport_task>
+            <energy_carriers description="Energy carriers information">
+                <energy_carrier ID="0" description="One specific energy carrier">
+                    <type description="Energy type (for multifuel engine create new ID). Selector: kerosene / liquid_hydrogen / battery / saf">
+                        <value>kerosene</value>
+                    </type>
+                    <density description="Energy carrier density.">
+                        <value>783</value>
+                        <unit>kg/m^3</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>10000</upper_boundary>
+                    </density>
+                    <volumetric_density description="Volumetric energy density of energy carrier.">
+                        <value>3.2325e+10</value>
+                        <unit>J/m^3</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1e+12</upper_boundary>
+                    </volumetric_density>
+                    <gravimetric_density description="Gravimetric energy density of energy carrier.">
+                        <value>43100000</value>
+                        <unit>J/kg</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1e+12</upper_boundary>
+                    </gravimetric_density>
+                </energy_carrier>
+            </energy_carriers>
+            <propulsion description="Propulsion information">
+                <propulsor ID="0" description="Information for specific propulsor">
+                    <powertrain description="Way the power is generated from the source. Selector: turbo / electric / fuel_cell">
+                        <value>turbo</value>
+                    </powertrain>
+                    <type description="Type of main thrust generator. Selector: fan / prop">
+                        <value>fan</value>
+                    </type>
+                    <position description="propulsor position (arrangement order acc to ID order)">
+                        <parent_component description="position on component. Selector: wing / fuselage / empennage">
+                            <value>wing</value>
+                        </parent_component>
+                        <x description="x-position (aircraft coordinate system). Selector: front / back">
+                            <value>front</value>
+                        </x>
+                        <y description="y position (aircraft coordinate system). Selector: left / right">
+                            <value>left</value>
+                        </y>
+                        <z description="z position (aircraft coordinate system). Selector: over / mid / under / in">
+                            <value>under</value>
+                        </z>
+                    </position>
+                    <energy_carrier_ID description="see energy carrier specification node">
+                        <value>0</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>5</upper_boundary>
+                    </energy_carrier_ID>
+                    <thrust_share description="Share of this thrust in relation to required aircraft thrust">
+                        <value>0.5</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1</upper_boundary>
+                    </thrust_share>
+                </propulsor>
+                <propulsor ID="1" description="Information for specific propulsor">
+                    <powertrain description="Way the power is generated from the source. Selector: turbo / electric / fuel_cell">
+                        <value>turbo</value>
+                    </powertrain>
+                    <type description="Type of main thrust generator. Selector: fan / prop">
+                        <value>fan</value>
+                    </type>
+                    <position description="propulsor position (arrangement order acc to ID order)">
+                        <parent_component description="position on component. Selector: wing / fuselage / empennage">
+                            <value>wing</value>
+                        </parent_component>
+                        <x description="x-position (aircraft coordinate system). Selector: front / back">
+                            <value>front</value>
+                        </x>
+                        <y description="y position (aircraft coordinate system). Selector: left / right">
+                            <value>right</value>
+                        </y>
+                        <z description="z position (aircraft coordinate system). Selector: over / mid / under / in">
+                            <value>under</value>
+                        </z>
+                    </position>
+                    <energy_carrier_ID description="see energy carrier specification node">
+                        <value>0</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>5</upper_boundary>
+                    </energy_carrier_ID>
+                    <thrust_share description="Share of this thrust in relation to required aircraft thrust">
+                        <value>0.5</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1</upper_boundary>
+                    </thrust_share>
+                </propulsor>
+                <energy_provider description="source where energy is coming from per segment">
+                    <ground description="source where energy is coming from in the ground mission segment">
+                        <powertrain description="Way the power is generated from the source: propulsor, turbo, electric, fuel_cell">
+                            <value>turbo</value>
+                        </powertrain>
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                    </ground>
+                    <taxi description="source where energy is coming from in the taxi mission segment">
+                        <powertrain description="Way the power is generated from the source: propulsor, turbo, electric, fuel_cell">
+                            <value>turbo</value>
+                        </powertrain>
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                    </taxi>
+                    <takeoff description="source where energy is coming from in the takeoff mission segment">
+                        <powertrain description="Way the power is generated from the source: propulsor, turbo, electric, fuel_cell">
+                            <value>turbo</value>
+                        </powertrain>
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                    </takeoff>
+                    <climb description="source where energy is coming from in the climb mission segment">
+                        <powertrain description="Way the power is generated from the source: propulsor, turbo, electric, fuel_cell">
+                            <value>turbo</value>
+                        </powertrain>
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                    </climb>
+                    <cruise description="source where energy is coming from in the cruise mission segment">
+                        <powertrain description="Way the power is generated from the source: propulsor, turbo, electric, fuel_cell">
+                            <value>turbo</value>
+                        </powertrain>
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                    </cruise>
+                    <descent description="source where energy is coming from in the descent mission segment">
+                        <powertrain description="Way the power is generated from the source: propulsor, turbo, electric, fuel_cell">
+                            <value>turbo</value>
+                        </powertrain>
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                    </descent>
+                    <landing description="source where energy is coming from in the landing mission segment">
+                        <powertrain description="Way the power is generated from the source: propulsor, turbo, electric, fuel_cell">
+                            <value>turbo</value>
+                        </powertrain>
+                        <energy_carrier_ID description="see energy carrier specification node">
+                            <value>0</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>5</upper_boundary>
+                        </energy_carrier_ID>
+                    </landing>
+                </energy_provider>
+            </propulsion>
+            <skinning description="Skinning Information">
+                <material description="Material of skinning">
+                    <value>aluminium2024</value>
+                </material>
+                <thickness description="Thickness of skinning">
+                    <value>0.003</value>
+                    <unit>m</unit>
+                    <lower_boundary>0.0001</lower_boundary>
+                    <upper_boundary>0.1</upper_boundary>
+                </thickness>
+            </skinning>
+            <technology>
+                <variable_camber description="Switch if variable camber is used">
+                    <value>false</value>
+                </variable_camber>
+            </technology>
+        </design_specification>
+        <requirements description="Aircraft design requirements">
+            <top_level_aircraft_requirements description="Top level aircraft requirements (TLAR)">
+                <maximum_structrual_payload_mass description="Maximum structual payload mass which can be carried by the aircraft (e.g. for short trips)">
+                    <value>30000</value>
+                    <unit>kg</unit>
+                    <lower_boundary>100</lower_boundary>
+                    <upper_boundary>150000</upper_boundary>
+                </maximum_structrual_payload_mass>
+                <takeoff_distance description="Design takeoff distance (Balanced Field Length) at Sea Level with maximum takeoff mass (MTOM) and (ISA + deltaISA)-Conditions">
+                    <value>1951</value>
+                    <unit>m</unit>
+                    <lower_boundary>600</lower_boundary>
+                    <upper_boundary>5000</upper_boundary>
+                </takeoff_distance>
+                <landing_field_length description="Needed runway length at Sea Level with maximum landiung mass (MLM) and (ISA + deltaISA)-Conditions (Safety-Landing Distance according to FAR 121.195: landing_field_required/0.6)">
+                    <value>2425</value>
+                    <unit>m</unit>
+                    <lower_boundary>600</lower_boundary>
+                    <upper_boundary>5000</upper_boundary>
+                </landing_field_length>
+                <icao_aerodrome_reference_code description="ICAO reference code - code_number 1-4 (field length) + code_letter A-F (wing span limits) + faa ADG code number I-VI (wing span limits + tail height limits) + Aircraft Approach Category letter  A-D">
+                    <value>3CIIIB</value>
+                </icao_aerodrome_reference_code>
+                <flight_envelope description="Maxima of design flight envelope">
+                    <maximum_operating_mach_number description="Maximum operating mach number">
+                        <value>0.82</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1</upper_boundary>
+                    </maximum_operating_mach_number>
+                    <maximum_operating_velocity description="Maximum operating speed (maximum dynamic pressure)">
+                        <value>180</value>
+                        <unit>m/s</unit>
+                        <lower_boundary>50</lower_boundary>
+                        <upper_boundary>250</upper_boundary>
+                    </maximum_operating_velocity>
+                    <maximum_approach_speed description="Maximum allowed approach speed.">
+                        <value>67.65</value>
+                        <unit>m/s</unit>
+                        <lower_boundary>50</lower_boundary>
+                        <upper_boundary>90</upper_boundary>
+                    </maximum_approach_speed>
+                    <maximum_operating_altitude description="Maximum operating altitude">
+                        <value>12192</value>
+                        <unit>m</unit>
+                        <lower_boundary>4500</lower_boundary>
+                        <upper_boundary>20000</upper_boundary>
+                    </maximum_operating_altitude>
+                    <maximum_one_engine_operating_altitude description="Maximum operating altitude with one engine inoperative">
+                        <value>4572</value>
+                        <unit>m</unit>
+                        <lower_boundary>1500</lower_boundary>
+                        <upper_boundary>12000</upper_boundary>
+                    </maximum_one_engine_operating_altitude>
+                    <climb_or_descend_segment_gradient description="climb / descend segment gradient">
+                        <value>0.024</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1</upper_boundary>
+                    </climb_or_descend_segment_gradient>
+                </flight_envelope>
+                <pavement_classification_number description="Runway pavment classification number (PCN) - limits the maximum allowed aircraft classification number of undercarriage.">
+                    <value>55</value>
+                    <unit>1</unit>
+                    <lower_boundary>5</lower_boundary>
+                    <upper_boundary>120</upper_boundary>
+                </pavement_classification_number>
+                <design_mission description="Requirements regarding the design mission">
+                    <delta_ISA description="Temperature offset to the International Standard Atmosphere (ISA)">
+                        <value>0</value>
+                        <unit>K</unit>
+                        <lower_boundary>-100</lower_boundary>
+                        <upper_boundary>100</upper_boundary>
+                    </delta_ISA>
+                    <range description="Target range for the specified mission">
+                        <value>4537400</value>
+                        <unit>m</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>20000000</upper_boundary>
+                    </range>
+                    <contingency description="Reserved Fuel Percentage">
+                        <value>0.06</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>0.08</upper_boundary>
+                    </contingency>
+                    <alt_dist description="Reserved fuel - alternate distance">
+                        <value>370400</value>
+                        <unit>m</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>926000</upper_boundary>
+                    </alt_dist>
+                    <loiter_time description="Reserved fuel - loiter time in seconds">
+                        <value>1800</value>
+                        <unit>s</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>3600</upper_boundary>
+                    </loiter_time>
+                    <initial_cruise_mach_number description="Initial cruise Mach number at top of descent. May be altered during cruise.">
+                        <value>0.78</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1</upper_boundary>
+                    </initial_cruise_mach_number>
+                    <initial_cruise_altitude description="Initial cruise altitude (ICA) at top of descent. May be altered during cruise.">
+                        <value>10058.4</value>
+                        <unit>m</unit>
+                        <lower_boundary>1000</lower_boundary>
+                        <upper_boundary>20000</upper_boundary>
+                    </initial_cruise_altitude>
+                    <climb_speed_schedule description="Climb speed for different altitudes">
+                        <climb_speed_below_FL100 description="Calibrated airspeed in climb below FL100 (FL100 = 3048 m)">
+                            <value>128.6112</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </climb_speed_below_FL100>
+                        <climb_speed_above_FL100 description="Calibrated airspeed in climb above FL100 (FL100 = 3048 m)">
+                            <value>154.3334</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </climb_speed_above_FL100>
+                        <delta_mach_climb_cruise description="Difference between crossover altitude Mach number and cruise Mach number">
+                            <value>-0.02</value>
+                            <unit>1</unit>
+                            <lower_boundary>-0.3</lower_boundary>
+                            <upper_boundary>0.01</upper_boundary>
+                        </delta_mach_climb_cruise>
+                    </climb_speed_schedule>
+                    <descent_speed_schedule description="Descent speed for different altitudes">
+                        <descent_speed_below_FL100 description="Calibrated airspeed in descent below FL100 (FL100 = 3048 m)">
+                            <value>128.6112</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </descent_speed_below_FL100>
+                        <descent_speed_above_FL100 description="Calibrated airspeed in descent above FL100 (FL100 = 3048 m)">
+                            <value>154.3334</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </descent_speed_above_FL100>
+                    </descent_speed_schedule>
+                    <time_to_climb description="Time the aircraft takes to climb to cruise altitude">
+                        <value>2100</value>
+                        <unit>s</unit>
+                        <lower_boundary>600</lower_boundary>
+                        <upper_boundary>3600</upper_boundary>
+                    </time_to_climb>
+                    <fuel_planning description="Fuel planning according to the Joint Aviation Requirements (JAR) or the Federal Aviation Regulations (FAR)">
+                        <fuel_estimation_selector description="Fuel estimation method. Selector: mode_0 (Fuel planning according to JAR) / mode_1 (Domestic fuel planning according to FAR) / mode_2 (Flag or supplemental fuel planning according to FAR)">
+                            <value>mode_0</value>
+                        </fuel_estimation_selector>
+                    </fuel_planning>
+                </design_mission>
+                <study_mission description="Requirements regarding the study mission">
+                    <delta_ISA description="Temperature offset to the International Standard Atmosphere (ISA)">
+                        <value>0</value>
+                        <unit>K</unit>
+                        <lower_boundary>-100</lower_boundary>
+                        <upper_boundary>100</upper_boundary>
+                    </delta_ISA>
+                    <range description="Target range for the specified mission">
+                        <value>1481600</value>
+                        <unit>m</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>20000000</upper_boundary>
+                    </range>
+                    <initial_cruise_mach_number description="Initial cruise Mach number at top of descent. May be altered during cruise.">
+                        <value>0.78</value>
+                        <unit>1</unit>
+                        <lower_boundary>0</lower_boundary>
+                        <upper_boundary>1</upper_boundary>
+                    </initial_cruise_mach_number>
+                    <initial_cruise_altitude description="Initial cruise altitude at top of descent. May be altered during cruise.">
+                        <value>10668</value>
+                        <unit>m</unit>
+                        <lower_boundary>1000</lower_boundary>
+                        <upper_boundary>20000</upper_boundary>
+                    </initial_cruise_altitude>
+                    <climb_speed_schedule description="Climb speed for different altitudes">
+                        <climb_speed_below_FL100 description="Calibrated airspeed in climb below FL100 (FL100 = 3048 m)">
+                            <value>128.6112</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </climb_speed_below_FL100>
+                        <climb_speed_above_FL100 description="Calibrated airspeed in climb above FL100 (FL100 = 3048 m)">
+                            <value>154.3334</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </climb_speed_above_FL100>
+                        <delta_mach_climb_cruise description="Difference between crossover altitude Mach number and cruise Mach number">
+                            <value>-0.02</value>
+                            <unit>1</unit>
+                            <lower_boundary>-0.3</lower_boundary>
+                            <upper_boundary>0.01</upper_boundary>
+                        </delta_mach_climb_cruise>
+                    </climb_speed_schedule>
+                    <descent_speed_schedule description="Descent speed for different altitudes">
+                        <descent_speed_below_FL100 description="Calibrated airspeed in descent below FL100 (FL100 = 3048 m)">
+                            <value>128.6112</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </descent_speed_below_FL100>
+                        <descent_speed_above_FL100 description="Calibrated airspeed in descent above FL100 (FL100 = 3048 m)">
+                            <value>154.3334</value>
+                            <unit>m/s</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>250</upper_boundary>
+                        </descent_speed_above_FL100>
+                    </descent_speed_schedule>
+                    <fuel_planning description="Fuel planning according to the Joint Aviation Requirements (JAR) or the Federal Aviation Regulations (FAR)">
+                        <fuel_estimation_selector description="Fuel estimation method. Selector: mode_0 (Fuel planning according to JAR) / mode_1 (Domestic fuel planning according to FAR) / mode_2 (Flag or supplemental fuel planning according to FAR)">
+                            <value>mode_0</value>
+                        </fuel_estimation_selector>
+                    </fuel_planning>
+                    <payload_fractions description="Set the fraction of different design payload values for the study mission">
+                        <cargo_fraction description="Fraction of the design cargo mass which is used for the study mission">
+                            <value>0.75</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>1</upper_boundary>
+                        </cargo_fraction>
+                        <passenger_mass_fraction description="Fraction of the design passenger mass which is used for the study mission">
+                            <value>0.75</value>
+                            <unit>1</unit>
+                            <lower_boundary>0</lower_boundary>
+                            <upper_boundary>1</upper_boundary>
+                        </passenger_mass_fraction>
+                    </payload_fractions>
+                </study_mission>
+            </top_level_aircraft_requirements>
+            <additional_requirements description="Additional requirements">
+                <landing_gear description="Landing gear requirements and operational conditions">
+                    <friction_coefficient description="Friction coefficient of tyres and pavement: Raymer p.486 - Table 17.1: 0.03 - 0.05">
+                        <value>0.03</value>
+                        <default>0.03</default>
+                        <unit>1</unit>
+                        <lower_boundary>0.02</lower_boundary>
+                        <upper_boundary>0.08</upper_boundary>
+                    </friction_coefficient>
+                    <braking_coefficient description="Raymer p.486 - Table 17.1: 0.3 - 0.5; Torenbeek: jet 0.4-0.5; prop 0.35-0.45; Airbus: Medium Deceleration = 11 ft/s^2 = 0.34189">
+                        <value>0.34189</value>
+                        <default>0.34189</default>
+                        <unit>1</unit>
+                        <lower_boundary>0.06</lower_boundary>
+                        <upper_boundary>0.5</upper_boundary>
+                    </braking_coefficient>
+                </landing_gear>
+            </additional_requirements>
+        </requirements>
+        <assessment_scenario description="Scenario for ecological and economical assessment">
+            <flights_per_year description="Number of flights per year">
+                <value>2227</value>
+                <unit>1</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>4000</upper_boundary>
+            </flights_per_year>
+            <duration_operation description="Operating years of aircraft">
+                <value>25</value>
+                <unit>a</unit>
+                <lower_boundary>0</lower_boundary>
+                <upper_boundary>50</upper_boundary>
+            </duration_operation>
+        </assessment_scenario>
+    </requirements_and_specifications>
+</aircraft_exchange_file>
\ No newline at end of file
diff --git a/constraint_analysis/test/stubs/plot.svg b/constraint_analysis/test/stubs/plot.svg
new file mode 100644
index 0000000000000000000000000000000000000000..20659e03dd24613cf849ae9e5b0804a7a92d55d6
--- /dev/null
+++ b/constraint_analysis/test/stubs/plot.svg
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="windows-1252"  standalone="no"?>
+<svg 
+ width="800" height="600"
+ viewBox="0 0 800 600"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+>
+
+<title>Gnuplot</title>
+<desc>Produced by GNUPLOT 6.0 patchlevel 1 </desc>
+
+<g id="gnuplot_canvas">
+
+<rect x="0" y="0" width="800" height="600" fill="none"/>
+<defs>
+
+	<circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
+	<path id='gpPt0' stroke-width='0.267' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
+	<path id='gpPt1' stroke-width='0.267' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
+	<path id='gpPt2' stroke-width='0.267' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
+	<rect id='gpPt3' stroke-width='0.267' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
+	<rect id='gpPt4' stroke-width='0.267' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
+	<circle id='gpPt5' stroke-width='0.267' stroke='currentColor' cx='0' cy='0' r='1'/>
+	<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
+	<path id='gpPt7' stroke-width='0.267' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
+	<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
+	<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
+	<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
+	<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
+	<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
+	<path id='gpPt13' stroke-width='0.267' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
+	<use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
+	<filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
+	  <feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
+	  <feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
+	</filter>
+	<filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
+	  <feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
+	  <feComposite in='SourceGraphic' in2='grey' operator='atop'/>
+	</filter>
+</defs>
+<g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="white" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,534.01 L723.99,534.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,534.01 L109.61,534.01  '/>	<g transform="translate(96.99,539.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >0</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,452.51 L723.99,452.51  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,452.51 L109.61,452.51  '/>	<g transform="translate(96.99,458.36)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >1</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,371.01 L723.99,371.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,371.01 L109.61,371.01  '/>	<g transform="translate(96.99,376.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >2</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,289.51 L723.99,289.51  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,289.51 L109.61,289.51  '/>	<g transform="translate(96.99,295.36)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >3</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,208.01 L723.99,208.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,208.01 L109.61,208.01  '/>	<g transform="translate(96.99,213.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >4</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,126.51 L723.99,126.51  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,126.51 L109.61,126.51  '/>	<g transform="translate(96.99,132.36)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >5</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,45.01 L723.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,45.01 L109.61,45.01  '/>	<g transform="translate(96.99,50.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="end">
+		<text><tspan font-family="Sans" >6</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M103.99,534.01 L103.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,534.01 L103.99,528.39  '/>	<g transform="translate(103.99,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >0</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M207.32,534.01 L207.32,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M207.32,534.01 L207.32,528.39  '/>	<g transform="translate(207.32,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >2</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M310.66,534.01 L310.66,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M310.66,534.01 L310.66,528.39  '/>	<g transform="translate(310.66,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >4</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M413.99,534.01 L413.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M413.99,534.01 L413.99,528.39  '/>	<g transform="translate(413.99,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >6</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M517.32,534.01 L517.32,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M517.32,534.01 L517.32,528.39  '/>	<g transform="translate(517.32,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >8</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M620.66,534.01 L620.66,85.51 M620.66,52.51 L620.66,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M620.66,534.01 L620.66,528.39  '/>	<g transform="translate(620.66,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >10</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb( 38,  38,  38)' opacity='0.15' class="gridline"  d='M723.99,534.01 L723.99,45.01  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M723.99,534.01 L723.99,528.39  '/>	<g transform="translate(723.99,554.86)" stroke="none" fill="rgb(38,38,38)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >12</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,45.01 L103.99,534.01 L723.99,534.01 L723.99,45.01 L103.99,45.01 Z  '/></g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M601.83,85.51 L601.83,52.51 L716.99,52.51 L716.99,85.51 L601.83,85.51 Z  '/></g>
+	<g id="gnuplot_plot_1a"  fill="none"><title>gnuplot_plot_1a</title>
+<g fill="none" color="white" stroke="rgb(  0,   0,   0)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0, 113, 188)'  d='M103.99,534.01 L155.66,452.51 L207.32,371.01 L258.99,289.51 L310.66,208.01 L362.32,126.51 L413.99,45.01 L465.66,126.51
+		L517.32,208.01 L568.99,289.51 L620.66,371.01 L672.32,452.51 L723.99,534.01  '/></g>
+	</g>
+	<g id="gnuplot_plot_2a"  fill="none"><title>gnuplot_plot_2a</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(216,  82,  24)'  d='M103.99,45.01 L155.66,126.51 L207.32,208.01 L258.99,289.51 L310.66,371.01 L362.32,452.51 L413.99,534.01 L465.66,452.51
+		L517.32,371.01 L568.99,289.51 L620.66,208.01 L672.32,126.51 L723.99,45.01  '/></g>
+	</g>
+	<g id="gnuplot_plot_3a" ><title>label 1</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g id="gnuplot_plot_4a" ><title>label 2</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g stroke='none' shape-rendering='crispEdges'>
+		<polygon fill = 'white' points = '601.83,85.51 716.99,85.51 716.99,52.51 601.83,52.51 '/>
+	</g>
+<g fill="none" color="white" stroke="white" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M601.83,85.51 L601.83,52.51 L716.99,52.51 L716.99,85.51 L601.83,85.51 Z  '/></g>
+	<g id="gnuplot_plot_1a"  fill="none"><title>gnuplot_plot_1a</title>
+<g fill="none" color="white" stroke="rgb(  0,   0,   0)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g id="gnuplot_plot_2a"  fill="none"><title>gnuplot_plot_2a</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+	</g>
+	<g id="gnuplot_plot_3a" ><title>label 1</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<g transform="translate(655.47,64.34)" stroke="none" fill="rgb(0,0,0)" font-family="Helvetica" font-size="11.00"  text-anchor="start">
+		<text><tspan font-family="Helvetica" >label 1</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0, 113, 188)'  d='M609.52,60.76 L647.78,60.76  '/></g>
+	</g>
+	<g id="gnuplot_plot_4a" ><title>label 2</title>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<g transform="translate(655.47,80.84)" stroke="none" fill="rgb(0,0,0)" font-family="Helvetica" font-size="11.00"  text-anchor="start">
+		<text><tspan font-family="Helvetica" >label 2</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(216,  82,  24)'  d='M609.52,77.26 L647.78,77.26  '/></g>
+	</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="black" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<path stroke='rgb(  0,   0,   0)'  d='M103.99,45.01 L103.99,534.01 L723.99,534.01 L723.99,45.01 L103.99,45.01 Z  '/>	<g transform="translate(83.09,289.51) rotate(270.00)" stroke="none" fill="rgb(0,0,0)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >Thrust to Weight (T</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">SL</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">/W</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">TO</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">)</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+	<g transform="translate(413.99,577.36)" stroke="none" fill="rgb(0,0,0)" font-family="Sans" font-size="18.00"  text-anchor="middle">
+		<text><tspan font-family="Sans" >Wing Loading (W</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">TO</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">/S</tspan><tspan font-family="Sans"  font-size="14.4" dy="5.40px">ref</tspan><tspan font-family="Sans"  font-size="18.0" dy="-5.40px">)</tspan></text>
+	</g>
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+<g fill="none" color="black" stroke="currentColor" stroke-width="0.50" stroke-linecap="butt" stroke-linejoin="miter">
+</g>
+</g>
+</svg>
+
diff --git a/constraint_analysis/test/test_analysis.cpp b/constraint_analysis/test/test_analysis.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..f06460903bf875bd1771cde0e5b8781c3232d396
--- /dev/null
+++ b/constraint_analysis/test/test_analysis.cpp
@@ -0,0 +1,110 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+ /* === Includes === */
+#include <gtest/gtest.h>
+#include <aixml/node.h>
+
+/* Unit Under Test */
+#include "constraint_analysis/ca_minfinder.h"
+
+TEST(MinFinder, initialization)
+{
+    std::vector<double> W_over_S = { 150,160,170,180,190,200,210,220,230,240,250 };
+    std::vector<double> T_over_W = { 1.5,1.6,1.7,1.8,2.2,2.5,2.8,3.3,4.5,6.8,9.1 };
+    std::string name = "trial";
+    Constraint case1 = Constraint(W_over_S, T_over_W, name);
+    T_over_W = { 1.5,1.7,1.9,2.1,2.3,2.5,2.7,2.9,3.1,3.3,3.5 };
+    name = "trial2";
+    Constraint case2 = Constraint(W_over_S, T_over_W, name);
+    std::vector<Constraint> constraint_list = {case1, case2};
+    std::vector<double> boundaries = { 200, 230 };
+    Simple_Analysis simple_analysis(constraint_list, boundaries);
+};
+
+TEST(MinFinder, initialization2)
+{
+    std::filesystem::path file{ CMAKE_TEST_STUBS_DIR };
+    std::filesystem::path acXMLFile = file / "csmr-2020_startCSD.xml";
+
+    std::vector<double> W_over_S = { 150,160,170,180,190,200,210,220,230,240,250 };
+    std::vector<double> T_over_W = { 1.5,1.6,1.7,1.8,2.2,2.5,2.8,3.3,4.5,6.8,9.1 };
+    std::string name = "trial";
+    Constraint case1 = Constraint(W_over_S, T_over_W, name);
+    T_over_W = { 1.5,1.7,1.9,2.1,2.3,2.5,2.7,2.9,3.1,3.3,3.5 };
+    name = "trial2";
+    Constraint case2 = Constraint(W_over_S, T_over_W, name);
+    T_over_W = { 9.8,7.6,5.5,4.3,2.1,1.0,1.0,1.2,1.3,1.4,1.5 };
+    name = "trial3";
+    Constraint case3 = Constraint(W_over_S, T_over_W, name);
+    std::vector<Constraint> constraint_list = { case1, case2, case3 };
+    std::vector<double> boundaries = { 170, 260 };
+    Simple_Analysis simple_analysis(constraint_list, aixml::openDocument(acXMLFile),  boundaries);
+    simple_analysis.find_dominant_curve();
+    simple_analysis.find_design_point(0.0);
+    simple_analysis.update_design_point();
+};
+
+TEST(MinFinder, simpleAnalysis)
+{
+    std::vector<double> W_over_S = { 150,160,170,180,190,200,210,220,230,240,250 };
+    std::vector<double> T_over_W = { 1.5,1.6,1.7,1.8,2.2,2.5,2.8,3.3,4.5,6.8,9.1 };
+    std::string name = "trial";
+    Constraint case1 = Constraint(W_over_S, T_over_W, name);
+    T_over_W = { 1.5,1.7,1.9,2.1,2.3,2.5,2.7,2.9,3.1,3.3,3.5 };
+    name = "trial2";
+    Constraint case2 = Constraint(W_over_S, T_over_W, name);
+    T_over_W = { 9.8,7.6,5.5,4.3,2.1,1.0,1.0,1.2,1.3,1.4,1.5 };
+    name = "trial3";
+    Constraint case3 = Constraint(W_over_S, T_over_W, name);
+    std::vector<Constraint> constraint_list = { case1, case2, case3 };
+    std::vector<double> boundaries = { 200, 230 };
+    Simple_Analysis simple_analysis(constraint_list, boundaries);
+    simple_analysis.find_dominant_curve();
+    EXPECT_NEAR(simple_analysis.dominant_thrust_to_weight[0], 9.8, 1e-5);
+    EXPECT_NEAR(simple_analysis.dominant_thrust_to_weight[2], 5.5, 1e-5);
+    EXPECT_NEAR(simple_analysis.dominant_thrust_to_weight[4], 2.3, 1e-5);
+    EXPECT_NEAR(simple_analysis.dominant_thrust_to_weight[6], 2.8, 1e-5);
+    EXPECT_NEAR(simple_analysis.dominant_thrust_to_weight[8], 4.5, 1e-5);
+    EXPECT_NEAR(simple_analysis.dominant_thrust_to_weight[10], 9.1, 1e-5);
+};
+
+TEST(MinFinder, minFind)
+{
+    std::vector<double> W_over_S = { 150,160,170,180,190,200,210,220,230,240,250 };
+    std::vector<double> T_over_W = { 1.5,1.6,1.7,1.8,2.2,2.5,2.8,3.3,4.5,6.8,9.1 };
+    std::string name = "trial";
+    Constraint case1 = Constraint(W_over_S, T_over_W, name);
+    T_over_W = { 1.5,1.7,1.9,2.1,2.3,2.5,2.7,2.9,3.1,3.3,3.5 };
+    name = "trial2";
+    Constraint case2 = Constraint(W_over_S, T_over_W, name);
+    T_over_W = { 9.8,7.6,5.5,4.3,2.1,1.0,1.0,1.2,1.3,1.4,1.5 };
+    name = "trial3";
+    Constraint case3 = Constraint(W_over_S, T_over_W, name);
+    std::vector<Constraint> constraint_list = { case1, case2, case3 };
+    std::vector<double> boundaries = {170, 260};
+    Simple_Analysis simple_analysis(constraint_list, boundaries);
+    simple_analysis.find_dominant_curve();
+    simple_analysis.find_design_point(0.0);
+    EXPECT_NEAR(simple_analysis.design_thrust_to_weight, 2.3, 1e-5);
+    EXPECT_NEAR(simple_analysis.design_wing_loading, 190, 1e-5);
+};
\ No newline at end of file
diff --git a/constraint_analysis/test/test_constraintAnalysis.cpp b/constraint_analysis/test/test_constraintAnalysis.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..d3c554791bc1f6a579b15431608b1800cf8e3f94
--- /dev/null
+++ b/constraint_analysis/test/test_constraintAnalysis.cpp
@@ -0,0 +1,47 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+ /* === Includes === */
+#include <gtest/gtest.h>
+#include <aixml/node.h>
+
+/* Unit Under Test */
+#include "constraint_analysis/constraint_analysis.h"
+
+TEST(CAnalysis, initialization)
+{
+    Mattingly::constraint_analysis constraint_analysis_1();
+};
+
+TEST(CAnalysis, breakingRoll)
+{
+    Mattingly::constraint_analysis constraint_analysis_1;
+    
+    std::vector<double> W_over_S = { 150,160,170,180,190,200 };
+    std::vector<double> C_L_data = { 0.8,0.9,1.0,1.1,1.2,1.3 };
+    const double K1 = 0.047164;
+    const double K2 = -0.00611;
+    const double CD0 = 0.019369;
+    std::vector<double> C_D_data = {};
+    for (double Cl : C_L_data) { C_D_data.push_back(K1 * pow(Cl, 2) + K2 * Cl + CD0); };
+    constraint_analysis_1.braking_roll(W_over_S, C_D_data, C_L_data);
+};
\ No newline at end of file
diff --git a/constraint_analysis/test/test_parser.cpp b/constraint_analysis/test/test_parser.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..c3b4dfe201b1dc98cf720e4fd1fb0404e7fba412
--- /dev/null
+++ b/constraint_analysis/test/test_parser.cpp
@@ -0,0 +1,72 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+ /* === Includes === */
+#include <gtest/gtest.h>
+#include <aixml/node.h>
+
+/* Unit Under Test */
+#include "constraint_analysis/ca_parser.h"
+
+TEST(readPolar, initialization)
+{
+    std::filesystem::path file{CMAKE_TEST_STUBS_DIR};
+    std::filesystem::path polarFile = file / "CSMR-2020_polar.xml";
+    const std::string& aConfig = "Clean";
+    EXPECT_EQ(std::filesystem::exists(polarFile),true);
+    readPolar clean_config(aixml::openDocument(polarFile), aConfig, "linear", 0.2);
+};
+
+TEST(readPolar, interp)
+{
+    std::filesystem::path file{ CMAKE_TEST_STUBS_DIR };
+    std::filesystem::path polarFile = file / "CSMR-2020_polar.xml";
+    const std::string& aConfig = "Clean";
+    EXPECT_EQ(std::filesystem::exists(polarFile), true);
+    readPolar clean_config(aixml::openDocument(polarFile), aConfig, "linear", 0.2);
+    const double CD = clean_config.interpCD(-0.2985);
+    EXPECT_NEAR(CD, 0.0236150, 1e-5);
+};
+
+TEST(readPolar, getCD)
+{
+    std::filesystem::path file{ CMAKE_TEST_STUBS_DIR };
+    std::filesystem::path polarFile = file / "CSMR-2020_polar.xml";
+    const std::string& aConfig = "Clean";
+    EXPECT_EQ(std::filesystem::exists(polarFile), true);
+    readPolar clean_config(aixml::openDocument(polarFile), aConfig, "linear", 0.2);
+    const double CD = clean_config.getCD(100, 1, 0.9, 0.2, 1000);
+    EXPECT_NEAR(CD, 0.019746, 1e-5);
+};
+
+TEST(readPolar, get_coefficients)
+{
+    std::filesystem::path file{ CMAKE_TEST_STUBS_DIR };
+    std::filesystem::path polarFile = file / "CSMR-2020_polar.xml";
+    const std::string& aConfig = "Clean";
+    EXPECT_EQ(std::filesystem::exists(polarFile), true);
+    readPolar clean_config(aixml::openDocument(polarFile), aConfig, "linear", 0.2);
+    std::vector<double> coeffs = clean_config.quadratic_coefficients();
+    EXPECT_NEAR(coeffs[0], 0.047164, 1e-5); //K1
+    EXPECT_NEAR(coeffs[1], -0.00611, 1e-5); //K2
+    EXPECT_NEAR(coeffs[2], 0.019369, 1e-5); //CD0
+};
\ No newline at end of file
diff --git a/constraint_analysis/test/test_plotter.cpp b/constraint_analysis/test/test_plotter.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..bd24bb04095296d0fb0b27c4fa3d40b18002f9f2
--- /dev/null
+++ b/constraint_analysis/test/test_plotter.cpp
@@ -0,0 +1,65 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+ /* === Includes === */
+#include <gtest/gtest.h>
+#include <aixml/node.h>
+#include <matplot/matplot.h>
+
+/* Unit Under Test */
+#include "constraint_analysis/ca_parser.h"
+#include "constraint_analysis/ca_plotting.h"
+
+TEST(ConstraintAnalysis_Plot, initialization)
+{
+    ConstraintAnalysis_Plot ca_plot();
+};
+
+TEST(ConstraintAnalysis_Plot, plotting)
+{
+    std::filesystem::path file{ CMAKE_TEST_STUBS_DIR };
+    file /= "plot.svg";
+    ConstraintAnalysis_Plot ca_plot;
+    std::vector<double> x = { 0,1,2,3,4,5,6,7,8,9,10,11,12 };
+    std::vector<double> y = { 0,1,2,3,4,5,6,5,4,3,2,1,0 };
+    std::vector<double> z = { 6,5,4,3,2,1,0,1,2,3,4,5,6 };
+    ca_plot.add_curve(x, y, "label 1");
+    ca_plot.add_curve(x, z, "label 2");
+    ca_plot.save_figure(file);
+}; 
+
+TEST(ConstraintAnalysis_Plot, constraint_plotting)
+{
+    std::filesystem::path file{ CMAKE_TEST_STUBS_DIR };
+    file /= "ca_plot.svg";
+    ConstraintAnalysis_Plot ca_plot;
+    std::vector<double> W_over_S = { 10,20,30,40,50,60,70,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,240,250,260,270,280,290,300 };
+    std::vector<double> case1 = {};
+    std::vector<double> case2 = {};
+    for (double W_S : W_over_S) {
+        case1.push_back(0.9 / 0.97 * (0.047164 * 0.9 / (0.5 * 0.755 * 250.0 * 250.0) * W_S*30.0 - 0.00611 + 1.2 * 0.019369 / (0.9 / (0.5 * 1.225 * 250.0 * 250.0) * W_S * 30.0)));
+        case2.push_back(0.9 / 0.8 * (0.047164 * 9.0 * 0.9 / (0.5 * 0.8 * 250 * 250)* W_S * 30.0 - 0.00611*3.0 + 1.2 * 0.019369 /((0.9 / (0.5 * 1.225 * 250.0 * 250.0) * W_S * 30.0))));
+    }
+    ca_plot.add_curve(W_over_S, case1, "Cruise");
+    ca_plot.add_curve(W_over_S, case2, "3g Turn");
+    ca_plot.save_figure(file);
+};
diff --git a/cost_estimation/CMakeLists.txt b/cost_estimation/CMakeLists.txt
index 6efb987db85b6ba057757e02b0f8093a95c29759..387dab634f5de083b626bf4dee3e8232d2c7e192 100644
--- a/cost_estimation/CMakeLists.txt
+++ b/cost_estimation/CMakeLists.txt
@@ -1,60 +1,67 @@
 # Set name of executable
 set(MODULE_NAME cost_estimation)
 
-# ==============================================
-# Add the module executable
-#
-# -> The main.py is enough for pyinstaller
-# ==============================================
-set(MODULE_SCRIPT main.py)
-
-# Get the executable name
-if (WIN32)
-    set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
-else()
-    set(MODULE_EXECUTABLE ${MODULE_NAME})
-endif()
+if (BUILD_PYTHON_MODULES)
+    # ==============================================
+    # Add the module executable
+    #
+    # -> The ${MODULE_NAME}.py is enough for pyinstaller
+    # ==============================================
+    set(MODULE_SCRIPT ${MODULE_NAME}.py)
 
-# Check if pipenv is available
-if( NOT PIPENV )
-    MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
-    return()
-endif()
+    # Get the executable name
+    if (WIN32)
+        set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
+    else()
+        set(MODULE_EXECUTABLE ${MODULE_NAME})
+    endif()
 
-# Set the pyinstaller options
-set(PYINSTALLER_OPTIONS
-    --noconfirm
-    --onefile
-    --distpath ${CMAKE_CURRENT_LIST_DIR}
-    --specpath ${CMAKE_CURRENT_LIST_DIR}
-    --name ${MODULE_NAME}
-    --paths ${CMAKE_CURRENT_LIST_DIR}/src
-)
+    # Check if pipenv is available
+    if( NOT PIPENV )
+        MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
+        return()
+    endif()
 
-# Determine the data separator based on the platform
-if (WIN32)
-    set(DATA_SEP "\\;")
-else()
-    set(DATA_SEP ":")
-endif()
+    # Set the pyinstaller options
+    set(PYINSTALLER_OPTIONS
+        --noconfirm
+        --onefile
+        --distpath ${CMAKE_CURRENT_LIST_DIR}
+        --specpath ${CMAKE_CURRENT_LIST_DIR}
+        --name ${MODULE_NAME}
+        --paths ${CMAKE_CURRENT_LIST_DIR}/src
+    )
 
-# Add the --add-data option with the correct separator and escaped semicolon
-list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
+    # Determine the data separator based on the platform
+    if (WIN32)
+        set(DATA_SEP "\\;")
+    else()
+        set(DATA_SEP ":")
+    endif()
 
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
+    # Add the --add-data option with the correct separator and escaped semicolon
+    list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
 
-# Add the target which compiles the executable using pyinstaller
-add_custom_target(${MODULE_NAME} ALL
-    COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
-    BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
-    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
-    COMMENT "Building ${MODULE_NAME} with pyinstaller"
-)
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=yattag")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=bs4")
+
+    # Add the target which compiles the executable using pyinstaller
+    add_custom_target(${MODULE_NAME} ALL
+        COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
+        BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
+        WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
+        COMMENT "Building ${MODULE_NAME} with pyinstaller"
+    )
+else()
+    add_custom_target(${MODULE_NAME} ALL)
+endif()
 
 # Add install rules
 install(
     FILES 
-        ${MODULE_EXECUTABLE}
+        ${MODULE_NAME}.py
         ${MODULE_NAME}_conf.xml
     DESTINATION ${MODULE_NAME}
 )
+install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/src DESTINATION ${MODULE_NAME})
diff --git a/cost_estimation/main.py b/cost_estimation/cost_estimation.py
similarity index 99%
rename from cost_estimation/main.py
rename to cost_estimation/cost_estimation.py
index 13310ece6b52b2a4708f9b5891ee3df68f035110..4cd8c941b099cd7a49e51d2b9ac7929ac9bf1a50 100644
--- a/cost_estimation/main.py
+++ b/cost_estimation/cost_estimation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/cost_estimation_conf.xml b/cost_estimation/cost_estimation_conf.xml
index f4cdfa907889a7149cd2da6bd0cc1d8afb905792..37766f7984f2feabd2a4e4c359f279bda45f12b6 100644
--- a/cost_estimation/cost_estimation_conf.xml
+++ b/cost_estimation/cost_estimation_conf.xml
@@ -2,10 +2,10 @@
 	<module_configuration_file Name="Cost Estimation Runtime Configuration"> <!-- Change naming according to module name -->
         <control_settings description="General control settings for this tool">
             <aircraft_exchange_file_name description="Specify the name of the exchange file">
-                <value>csmr-2020.xml</value>
+                <value>CSMR-2020.xml</value>
             </aircraft_exchange_file_name>
             <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-                <value>../projects/</value>
+                <value>../projects/CSMR/CSMR-2020/</value>
             </aircraft_exchange_file_directory>
             <own_tool_level description="Specify the tool level of this tool">
                 <value>2</value>
@@ -28,7 +28,7 @@
                 </delete_plotting_files_from_tool_folder>
             </plot_output>
             <report_output description="Switch to generate an HTML report. Switch: true (On) / false (Off)">
-                <value>false</value>
+                <value>true</value>
             </report_output>
             <tex_report description="Switch to generate a Tex report. Switch: true (On) / false (Off)">
                 <value>false</value>
@@ -40,10 +40,10 @@
                 <value>cost_estimation.log</value>
             </log_file>
             <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-                <value>DEFAULT</value>
+                <value>../inkscape/</value>
             </inkscape_path>
             <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-                <value>DEFAULT</value>
+                <value>../gnuplot/</value>
             </gnuplot_path>
             <program_specific_control_settings description="Program specific control settings for this tool">
                 <xml_output description="Switch to export module specific data to XML ('true': On, 'false': Off)">
@@ -53,125 +53,117 @@
         </control_settings>
 	    <program_settings description="program settings">
             <configuration ID="tube_and_wing">
-                <fidelity_name description="Select fidelity name (options: empirical, numerical,...)">
+                <fidelity_name description="Select fidelity name (options: empirical, numerical,...).">
                     <value>empirical</value>
                 </fidelity_name>
-                <method_name description="Select method name (options: cost_estimation_tu_berlin)">
+                <method_name description="Select method name (options: cost_estimation_tu_berlin).">
                     <value>operating_cost_estimation_tu_berlin</value>
                     <default>operating_cost_estimation_tu_berlin</default>
                 </method_name>
                 <fidelity ID="empirical">
                     <operating_cost_estimation_tu_berlin description="Empirical method to estimate the direct operating costs (DOC) and indirect operating costs (IOC) of an aircraft.">
                         <general_direct_operating_costs_parameter>
-                            <capital description="Capital cost related parameters">
-                                <depreciation_period description="Depreciation period (assumption for default value: depreciation to 15% residual value in 12 years)">
+                            <exchange_rate description="Exchange rate from EUR to US dollar.">
+                                <value>1.04</value>
+                                <unit>1</unit>
+                                <lower_boundary>0.5</lower_boundary>
+                                <upper_boundary>2.0</upper_boundary>
+                                <default>1.04</default>
+                            </exchange_rate>
+                            <capital description="Capital cost related parameters.">
+                                <depreciation_period description="Depreciation period (assumption for default value: depreciation to 15% residual value in 12 years).">
                                     <value>12.0</value>
-                                    <unit>y</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>30.0</upper_boundary>
+                                    <unit>a</unit>
+                                    <lower_boundary>8.0</lower_boundary>
+                                    <upper_boundary>20.0</upper_boundary>
                                     <default>12.0</default>
                                 </depreciation_period>
-                                <price_per_operating_empty_mass description="Price per kg operating empty mass">
+                                <price_per_operating_empty_mass description="Price per kg operating empty mass.">
                                     <value>1245.0</value>
                                     <unit>EUR/kg</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>1000.0</lower_boundary>
+                                    <upper_boundary>2500.0</upper_boundary>
                                     <default>1245.0</default>
                                 </price_per_operating_empty_mass>
-                                <rate_insurance description="Insurance rate">
+                                <rate_insurance description="Insurance rate.">
                                     <value>0.005</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
+                                    <lower_boundary>0.001</lower_boundary>
+                                    <upper_boundary>0.01</upper_boundary>
                                     <default>0.005</default>
                                 </rate_insurance>
-                                <rate_interest description="Interest rate">
+                                <rate_interest description="Interest rate.">
                                     <value>0.05</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1.0</upper_boundary>
+                                    <lower_boundary>0.03</lower_boundary>
+                                    <upper_boundary>0.10</upper_boundary>
                                     <default>0.05</default>
                                 </rate_interest>
-                                <residual_value_factor description="Residual value per aircraft price after depreciation period">
-                                    <value>0.15</value>
-                                    <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>20.0</upper_boundary>
-                                    <default>0.15</default>
-                                </residual_value_factor>
                             </capital>
-                            <crew description="Crew cost related parameters">
-                                <salary_variation description="Salary variation mode (0: same salary for design mission and mission study, 1: range dependent salaries)">
-                                    <value>0</value>
-                                    <default>0</default>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
-                                </salary_variation>
-                            </crew>
-                            <flight_cycles description="Flight cycle related parameters">
-                                <block_time_per_flight description="Average block time supplement (turn around time) per flight (default: 1.83 h)" Unit="hours" Default="1.83" lower_boundary="0" upper_boundary="None">
+                            <flight_cycles description="Flight cycle related parameters.">
+                                <block_time_supplement_per_flight description="Average block time supplement (turn around time) per flight (default: 1.83 h).">
                                     <value>1.83</value>
                                     <unit>h</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.33</lower_boundary>
+                                    <upper_boundary>2.0</upper_boundary>
                                     <default>1.83</default>
-                                </block_time_per_flight>
-                                <daily_night_curfew_time description="Night curfew time per day">
+                                </block_time_supplement_per_flight>
+                                <daily_night_curfew_time description="Night curfew time per day.">
                                     <value>7.0</value>
                                     <unit>h</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>8.0</upper_boundary>
                                     <default>7.0</default>
                                 </daily_night_curfew_time>
-                                <annual_lay_days_overhaul description="Lay days per year for overhaul (D-Check every 5 years a 4 weeks)">
-                                    <value>5.6</value>
-                                    <unit>day</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
-                                    <default>5.6</default>
-                                </annual_lay_days_overhaul>
-                                <annual_lay_days_reserve description="Lay days per year for repairs, technical and operational reserve (statistical value)">
-                                    <value>2.6</value>
-                                    <unit>day</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
-                                    <default>2.6</default>
-                                </annual_lay_days_reserve>
-                                <annual_lay_days_maintenance description="Lay days per year for maintenance (C-Check every 15 month a 4 days)">
-                                    <value>3.2</value>
-                                    <unit>day</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
-                                    <default>3.2</default>
-                                </annual_lay_days_maintenance>
+                                <annual_lay_hours_overhaul description="Lay days per year for overhaul (5.6 days, D-Check every 5 years a 4 weeks).">
+                                    <value>134.4</value>
+                                    <unit>h</unit>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>240.0</upper_boundary>
+                                    <default>134.4</default>
+                                </annual_lay_hours_overhaul>
+                                <annual_lay_hours_reserve description="Lay days per year for repairs, technical and operational reserve (2.6 days, statistical value).">
+                                    <value>62.4</value>
+                                    <unit>h</unit>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>360.0</upper_boundary>
+                                    <default>62.4</default>
+                                </annual_lay_hours_reserve>
+                                <annual_lay_hours_maintenance description="Lay days per year for maintenance (3.2 days, C-Check every 15 month a 4 days).">
+                                    <value>76.8</value>
+                                    <unit>h</unit>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>960.0</upper_boundary>
+                                    <default>76.8</default>
+                                </annual_lay_hours_maintenance>
                             </flight_cycles>
-                            <handling description="Handling related parameters">
-                                <fees_handling description="Handling fees per kg payload">
+                            <handling description="Handling related parameters.">
+                                <fees_handling description="Handling fees per kg payload.">
                                     <value>0.1</value>
                                     <unit>EUR/kg</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>0.3</upper_boundary>
                                     <default>0.1</default>
                                 </fees_handling>
                             </handling>
-                            <landing description="Landing related parameters">
-                                <fees_landing description="Landing fees per kg maximum take-off mass">
+                            <landing description="Landing related parameters.">
+                                <fees_landing description="Landing fees per kg maximum take-off mass.">
                                     <value>0.01</value>
                                     <unit>EUR/kg</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>0.5</upper_boundary>
                                     <default>0.01</default>
                                 </fees_landing>
                             </landing>
-                            <air_traffic_control description="Air traffic control related parameters">
-                                <air_traffic_control_price_factor_design description="Range dependent ATC price factor for design mission (range dependent: domestic europe 1.0, transatlantic 0.7, far east flights half of landings @ european airports 0.6)">
+                            <air_traffic_control description="Air traffic control related parameters.">
+                                <air_traffic_control_price_factor_design description="Range dependent ATC price factor for design mission (range dependent: domestic europe 1.0, transatlantic 0.7, far east flights half of landings @ european airports 0.6).">
                                     <value>1.0</value>
                                     <unit>1</unit>
                                     <lower_boundary>0.6</lower_boundary>
                                     <upper_boundary>1</upper_boundary>
                                     <default>1.0</default>
                                 </air_traffic_control_price_factor_design>
-                                <air_traffic_control_price_factor_study description="range dependent ATC price factor for mission study (range dependent: domestic europe 1.0, transatlantic 0.7, far east flights half of landings @ european airports 0.6)">
+                                <air_traffic_control_price_factor_study description="range dependent ATC price factor for mission study (range dependent: domestic europe 1.0, transatlantic 0.7, far east flights half of landings @ european airports 0.6).">
                                     <value>1.0</value>
                                     <unit>1</unit>
                                     <lower_boundary>0.6</lower_boundary>
@@ -179,94 +171,94 @@
                                     <default>1.0</default>
                                 </air_traffic_control_price_factor_study>
                             </air_traffic_control>
-                            <maintenance description="Maintenance related parameters">
-                                <airframe_repair_costs_per_flight description="Airframe repair costs per flight">
+                            <maintenance description="Maintenance related parameters.">
+                                <airframe_repair_costs_per_flight description="Airframe repair costs per flight.">
                                     <value>57.5</value>
                                     <unit>EUR</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>800.0</upper_boundary>
                                     <default>57.5</default>
                                 </airframe_repair_costs_per_flight>
-                                <cost_burden description="Cost burden maintenance">
+                                <cost_burden description="Cost burden maintenance.">
                                     <value>10.5</value>
                                     <unit>EUR</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>30.0</upper_boundary>
                                     <default>10.5</default>
                                 </cost_burden>
-                                <rate_labor description="Labor rate">
+                                <rate_labor description="Labor rate.">
                                     <value>50.0</value>
                                     <unit>EUR/h</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>250.0</upper_boundary>
                                     <default>50.0</default>
                                 </rate_labor>
                             </maintenance>
-                            <related_direct_operating_costs description="Necessary parameters for the calculation of related DOC">
-                                <revenue_per_freight_km_design description="Revenue per flight kilometer design mission">
+                            <related_direct_operating_costs description="Necessary parameters for the calculation of related DOC.">
+                                <revenue_per_freight_km_design description="Revenue per flight kilometer design mission.">
                                     <value>0.2</value>
                                     <unit>EUR/kg</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>0.4</upper_boundary>
                                     <default>0.2</default>
                                 </revenue_per_freight_km_design>
-                                <revenue_per_freight_km_study description="Revenue per flight kilometer mission study">
+                                <revenue_per_freight_km_study description="Revenue per flight kilometer mission study.">
                                     <value>0.2</value>
                                     <unit>EUR/kg</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>0.4</upper_boundary>
                                     <default>0.2</default>
                                 </revenue_per_freight_km_study>
                             </related_direct_operating_costs>
-                            <miscellaneous description="Miscellaneous parameters">
-                                <rate_inflation description="Rate of annual inflation (including price and salary increases)">
+                            <miscellaneous description="Miscellaneous parameters.">
+                                <rate_inflation description="Rate of annual inflation (including price and salary increases).">
                                     <value>0.03</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>inf</upper_boundary>
+                                    <lower_boundary>0.0</lower_boundary>
+                                    <upper_boundary>0.15</upper_boundary>
                                     <default>0.03</default>
                                 </rate_inflation>
                             </miscellaneous>
                         </general_direct_operating_costs_parameter>
                         <fuel_type ID="kerosene">
-                            <factor_engine_maintenance description="Factor for engine maintenance">
-                                <value>1</value>
+                            <factor_engine_maintenance description="Factor for engine maintenance.">
+                                <value>1.0</value>
                                 <unit>1</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>inf</upper_boundary>
-                                <default>1</default>
+                                <lower_boundary>1.0</lower_boundary>
+                                <upper_boundary>1.0</upper_boundary>
+                                <default>1.0</default>
                             </factor_engine_maintenance>
-                            <fuel_price description="Average fuel price per kg kerosene">
+                            <fuel_price description="Average fuel price per kg kerosene.">
                                 <value>0.7</value>
                                 <unit>EUR/kg</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>inf</upper_boundary>
+                                <lower_boundary>0.0</lower_boundary>
+                                <upper_boundary>1.2</upper_boundary>
                                 <default>0.7</default>
                             </fuel_price>
-                            <ratio_operating_empty_mass description="Ratio of operating empty mass kerosene aircraft to hydrogen aircraft">
-                                <value>1</value>
-                                <unit>EUR</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>inf</upper_boundary>
-                                <default>1</default>
+                            <ratio_operating_empty_mass description="Ratio of operating empty mass kerosene aircraft to hydrogen aircraft.">
+                                <value>1.0</value>
+                                <unit>1</unit>
+                                <lower_boundary>1.0</lower_boundary>
+                                <upper_boundary>1.0</upper_boundary>
+                                <default>1.0</default>
                             </ratio_operating_empty_mass>
                         </fuel_type>
                         <fuel_type ID="liquid_hydrogen">
-                            <factor_engine_maintenance description="Factor for engine maintenance">
+                            <factor_engine_maintenance description="Factor for engine maintenance.">
                                 <value>0.7</value>
                                 <unit>1</unit>
                                 <lower_boundary>0</lower_boundary>
                                 <upper_boundary>inf</upper_boundary>
                                 <default>1</default>
                             </factor_engine_maintenance>
-                            <fuel_price description="Average fuel price per kg liquid hydrogen">
+                            <fuel_price description="Average fuel price per kg liquid hydrogen.">
                                 <value>9.16</value>
                                 <unit>EUR/kg</unit>
                                 <lower_boundary>0</lower_boundary>
                                 <upper_boundary>inf</upper_boundary>
                                 <default>9.16</default>
                             </fuel_price>
-                            <ratio_operating_empty_mass description="Ratio of operating empty mass kerosene aircraft to hydrogen aircraft">
+                            <ratio_operating_empty_mass description="Ratio of operating empty mass kerosene aircraft to hydrogen aircraft.">
                                 <value>1.1</value>
                                 <unit>EUR</unit>
                                 <lower_boundary>0</lower_boundary>
@@ -275,7 +267,7 @@
                             </ratio_operating_empty_mass>
                         </fuel_type>
                         <fuel_type ID="gaseous_hydrogen">
-                            <fuel_price description="Average fuel price per kg gaseous hydrogen">
+                            <fuel_price description="Average fuel price per kg gaseous hydrogen.">
                                 <value>12.85</value>
                                 <unit>EUR/kg</unit>
                                 <lower_boundary>0</lower_boundary>
diff --git a/cost_estimation/doc/.DS_Store b/cost_estimation/doc/.DS_Store
deleted file mode 100644
index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000
Binary files a/cost_estimation/doc/.DS_Store and /dev/null differ
diff --git a/cost_estimation/doc/DoxygenLayout.xml b/cost_estimation/doc/DoxygenLayout.xml
deleted file mode 100644
index dfdd00372bb9b17ddc384b94b9efacdc1b79639e..0000000000000000000000000000000000000000
--- a/cost_estimation/doc/DoxygenLayout.xml
+++ /dev/null
@@ -1,242 +0,0 @@
-<doxygenlayout version="1.0">
-  <!-- Generated by doxygen 1.9.7 -->
-  <!-- Navigation index tabs for HTML output -->
-  <navindex>
-    <tab type="mainpage" visible="yes" title="Home"/>
-    <!-- <tab type="user" url="md_content_2mypage.html" title="Getting Started"/> -->
-    <tab type="pages" visible="yes" title="" intro=""/>
-    <tab type="modules" visible="yes" title="" intro=""/>
-    <tab type="namespaces" visible="yes" title="">
-      <tab type="namespacelist" visible="yes" title="" intro=""/>
-      <tab type="namespacemembers" visible="yes" title="" intro=""/>
-    </tab>
-    <tab type="concepts" visible="yes" title="">
-    </tab>
-    <tab type="interfaces" visible="yes" title="">
-      <tab type="interfacelist" visible="yes" title="" intro=""/>
-      <tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
-      <tab type="interfacehierarchy" visible="yes" title="" intro=""/>
-    </tab>
-    <tab type="classes" visible="yes" title="">
-      <tab type="classlist" visible="yes" title="" intro=""/>
-      <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
-      <tab type="hierarchy" visible="yes" title="" intro=""/>
-      <tab type="classmembers" visible="yes" title="" intro=""/>
-    </tab>
-    <tab type="structs" visible="yes" title="">
-      <tab type="structlist" visible="yes" title="" intro=""/>
-      <tab type="structindex" visible="$ALPHABETICAL_INDEX" title=""/>
-    </tab>
-    <tab type="exceptions" visible="yes" title="">
-      <tab type="exceptionlist" visible="yes" title="" intro=""/>
-      <tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/>
-      <tab type="exceptionhierarchy" visible="yes" title="" intro=""/>
-    </tab>
-    <tab type="files" visible="yes" title="">
-      <tab type="filelist" visible="yes" title="" intro=""/>
-      <tab type="globals" visible="yes" title="" intro=""/>
-    </tab>
-    <tab type="examples" visible="yes" title="" intro=""/>
-    <tab type="user" url="https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/modules/overview/" title="Module Overview" />
-  </navindex>
-
-  <!-- Layout definition for a class page -->
-  <class>
-    <briefdescription visible="yes"/>
-    <includes visible="$SHOW_HEADERFILE"/>
-    <inheritancegraph visible="$CLASS_GRAPH"/>
-    <collaborationgraph visible="$COLLABORATION_GRAPH"/>
-    <memberdecl>
-      <nestedclasses visible="yes" title=""/>
-      <publictypes title=""/>
-      <services title=""/>
-      <interfaces title=""/>
-      <publicslots title=""/>
-      <signals title=""/>
-      <publicmethods title=""/>
-      <publicstaticmethods title=""/>
-      <publicattributes title=""/>
-      <publicstaticattributes title=""/>
-      <protectedtypes title=""/>
-      <protectedslots title=""/>
-      <protectedmethods title=""/>
-      <protectedstaticmethods title=""/>
-      <protectedattributes title=""/>
-      <protectedstaticattributes title=""/>
-      <packagetypes title=""/>
-      <packagemethods title=""/>
-      <packagestaticmethods title=""/>
-      <packageattributes title=""/>
-      <packagestaticattributes title=""/>
-      <properties title=""/>
-      <events title=""/>
-      <privatetypes title=""/>
-      <privateslots title=""/>
-      <privatemethods title=""/>
-      <privatestaticmethods title=""/>
-      <privateattributes title=""/>
-      <privatestaticattributes title=""/>
-      <friends title=""/>
-      <related title="" subtitle=""/>
-      <membergroups visible="yes"/>
-    </memberdecl>
-    <detaileddescription title=""/>
-    <memberdef>
-      <inlineclasses title=""/>
-      <typedefs title=""/>
-      <enums title=""/>
-      <services title=""/>
-      <interfaces title=""/>
-      <constructors title=""/>
-      <functions title=""/>
-      <related title=""/>
-      <variables title=""/>
-      <properties title=""/>
-      <events title=""/>
-    </memberdef>
-    <allmemberslink visible="yes"/>
-    <usedfiles visible="$SHOW_USED_FILES"/>
-    <authorsection visible="yes"/>
-  </class>
-
-  <!-- Layout definition for a namespace page -->
-  <namespace>
-    <briefdescription visible="yes"/>
-    <memberdecl>
-      <nestednamespaces visible="yes" title=""/>
-      <constantgroups visible="yes" title=""/>
-      <interfaces visible="yes" title=""/>
-      <classes visible="yes" title=""/>
-      <concepts visible="yes" title=""/>
-      <structs visible="yes" title=""/>
-      <exceptions visible="yes" title=""/>
-      <typedefs title=""/>
-      <sequences title=""/>
-      <dictionaries title=""/>
-      <enums title=""/>
-      <functions title=""/>
-      <variables title=""/>
-      <membergroups visible="yes"/>
-    </memberdecl>
-    <detaileddescription title=""/>
-    <memberdef>
-      <inlineclasses title=""/>
-      <typedefs title=""/>
-      <sequences title=""/>
-      <dictionaries title=""/>
-      <enums title=""/>
-      <functions title=""/>
-      <variables title=""/>
-    </memberdef>
-    <authorsection visible="yes"/>
-  </namespace>
-
-  <!-- Layout definition for a concept page -->
-  <concept>
-    <briefdescription visible="yes"/>
-    <includes visible="$SHOW_HEADERFILE"/>
-    <definition visible="yes" title=""/>
-    <detaileddescription title=""/>
-    <authorsection visible="yes"/>
-  </concept>
-
-  <!-- Layout definition for a file page -->
-  <file>
-    <briefdescription visible="yes"/>
-    <includes visible="$SHOW_INCLUDE_FILES"/>
-    <includegraph visible="$INCLUDE_GRAPH"/>
-    <includedbygraph visible="$INCLUDED_BY_GRAPH"/>
-    <sourcelink visible="yes"/>
-    <memberdecl>
-      <interfaces visible="yes" title=""/>
-      <classes visible="yes" title=""/>
-      <structs visible="yes" title=""/>
-      <exceptions visible="yes" title=""/>
-      <namespaces visible="yes" title=""/>
-      <concepts visible="yes" title=""/>
-      <constantgroups visible="yes" title=""/>
-      <defines title=""/>
-      <typedefs title=""/>
-      <sequences title=""/>
-      <dictionaries title=""/>
-      <enums title=""/>
-      <functions title=""/>
-      <variables title=""/>
-      <membergroups visible="yes"/>
-    </memberdecl>
-    <detaileddescription title=""/>
-    <memberdef>
-      <inlineclasses title=""/>
-      <defines title=""/>
-      <typedefs title=""/>
-      <sequences title=""/>
-      <dictionaries title=""/>
-      <enums title=""/>
-      <functions title=""/>
-      <variables title=""/>
-    </memberdef>
-    <authorsection/>
-  </file>
-
-  <!-- Layout definition for a group page -->
-  <group>
-    <briefdescription visible="yes"/>
-    <groupgraph visible="$GROUP_GRAPHS"/>
-    <memberdecl>
-      <nestedgroups visible="yes" title=""/>
-      <dirs visible="yes" title=""/>
-      <files visible="yes" title=""/>
-      <namespaces visible="yes" title=""/>
-      <concepts visible="yes" title=""/>
-      <classes visible="yes" title=""/>
-      <defines title=""/>
-      <typedefs title=""/>
-      <sequences title=""/>
-      <dictionaries title=""/>
-      <enums title=""/>
-      <enumvalues title=""/>
-      <functions title=""/>
-      <variables title=""/>
-      <signals title=""/>
-      <publicslots title=""/>
-      <protectedslots title=""/>
-      <privateslots title=""/>
-      <events title=""/>
-      <properties title=""/>
-      <friends title=""/>
-      <membergroups visible="yes"/>
-    </memberdecl>
-    <detaileddescription title=""/>
-    <memberdef>
-      <pagedocs/>
-      <inlineclasses title=""/>
-      <defines title=""/>
-      <typedefs title=""/>
-      <sequences title=""/>
-      <dictionaries title=""/>
-      <enums title=""/>
-      <enumvalues title=""/>
-      <functions title=""/>
-      <variables title=""/>
-      <signals title=""/>
-      <publicslots title=""/>
-      <protectedslots title=""/>
-      <privateslots title=""/>
-      <events title=""/>
-      <properties title=""/>
-      <friends title=""/>
-    </memberdef>
-    <authorsection visible="yes"/>
-  </group>
-
-  <!-- Layout definition for a directory page -->
-  <directory>
-    <briefdescription visible="yes"/>
-    <directorygraph visible="yes"/>
-    <memberdecl>
-      <dirs visible="yes"/>
-      <files visible="yes"/>
-    </memberdecl>
-    <detaileddescription title=""/>
-  </directory>
-</doxygenlayout>
diff --git a/cost_estimation/doc/content/getting_started.md b/cost_estimation/doc/content/getting_started.md
deleted file mode 100644
index e21104ef1076df8074c76583b25383f9a5b82435..0000000000000000000000000000000000000000
--- a/cost_estimation/doc/content/getting_started.md
+++ /dev/null
@@ -1,111 +0,0 @@
-# Getting started
-This section will guide you through the necessary steps to get the _cost\_estimation_ module up and running. It contains information on tool requirements and design parameters.
-- [Aircraft exchange file](#aircraft-exchange-file) - Get information on necessary parameters from the _acXML_.
-- [Module configuration file](#module-configuration-file) - Dive into cost estimation specific parameters.
-- [Additional requirements](#additional-requirements) - Is anything else necessary to get the module running?
-- [Next steps](#next-steps) - How to proceed?
-
-@note It is assumed that you have the `UNICADO package` installed including the executables and UNICADO libraries.
-
-Generally, we use two files to set or configure modules in UNICADO:
-- The aircraft exchange file (or _acXML_) includes
-    - data related inputs (e.g., aircraft configuration, transport task) and
-    - data related outputs (e.g., annual direct operating costs).
-- The module configuration file `cost_estimation_conf.xml` (also _configXML_) includes
-    - control settings (e.g., enable/disable generating plots) and
-    - program settings (e.g., fees, usage information).
-
-In the following sections you will find more information on how to configure these files to suit your needs.
-
-## Aircraft exchange file requirements {#aircraft-exchange-file}
-Since the _cost\_estimation_ module is an assessment tool, it is assumed that a converged aircraft design and therefore all the necessary data are already available.
-
-The following information is needed from the _acXML_:
-1. Design specification
-    - Configuration information: Configuration type
-    - Transport task: Passenger definition, passenger class definition, and cargo definition
-    - Energy carrier(s)
-2. Top level aircraft requirements (for design and study mission - if desired)
-    - Initial cruise mach number
-    - Initial cruise altitude
-    - Payload fractions (seat load factor, only required for study mission assessment)
-3. Component design
-    - Fuselage: Number of required cabin crew, number of required flight crew
-    - Propulsion: Sea level static thrust per engine
-4. Analysis
-    - Masses: Maximum takeoff mass (certified), takeoff mass (for design and study - if desired), operating mass empty, maximum payload mass
-    - Mission (for design and study mission - if desired)
-        - Stage length
-        - Flight time
-5. Assessment (aka. payload range data)
-    - Range at maximum payload and fuel mass till maximum take off mass limit
-    - Range at full tanks and payload till maximum take off mass limit
-    - Range for no payload and full tanks (ferry range)
-    - Payload at full tanks and payload till maximum take off mass limit
-
-## Module configuration file {#module-configuration-file}
-The _configXML_ is structured into two blocks: the control and program settings.
-
-The control settings are standardized in UNICADO and will not be described in detail here. But to get started, you have to change at least
-- the `aircraft_exchange_file_name` and `aircraft_exchange_file_directory` to your respective settings,
-- the `console_output` at least to `mode_1`, and
-- the `plot_output` to false (or define `inkscape_path` and `gnuplot_path`).
-
-@note If the tool is executed via the workflow, those settings are set by the workflow settings.
-
-The program settings are structured like this (descriptions can be found in the `cost_estimation_conf.xml`):
-
-```plaintext
-Program Settings
-|- Configuration (ID="tube_and_wing")
-|  |- Fidelity name
-|  |- Method name
-|  |- Fidelity (ID="empirical")
-|  |  |- Operating cost estimation tu berlin
-|  |  |  |- General direct operating costs parameter
-|  |  |  |  | - Capital
-|  |  |  |  |  | - Depreciation period
-|  |  |  |  |  | - Price per operating empty mass
-|  |  |  |  |  | - Rate insurance
-|  |  |  |  |  | - Rate interest
-|  |  |  |  |  | - Residual value factor
-|  |  |  |  | - Crew
-|  |  |  |  |  | - Salary variation
-|  |  |  |  | - Flight cycles
-|  |  |  |  |  | - Block time per flight
-|  |  |  |  |  | - Daily night curfew time
-|  |  |  |  |  | - Potential annual operation time
-|  |  |  |  |  | - Annual lay days overhaul
-|  |  |  |  |  | - Annual lay days reserve
-|  |  |  |  |  | - Annual lay days maintenance
-|  |  |  |  | - Handling
-|  |  |  |  |  | - Fees handling
-|  |  |  |  | - Landing
-|  |  |  |  |  | - Fees landing
-|  |  |  |  | - Air traffic control
-|  |  |  |  |  | - Air traffic control price factor design
-|  |  |  |  |  | - Air traffic control price factor study
-|  |  |  |  | - Maintenance
-|  |  |  |  |  | - Airframe repair cost per flight
-|  |  |  |  |  | - Cost burden
-|  |  |  |  |  | - Rate labor
-|  |  |  |  | - Related direct operating costs
-|  |  |  |  |  | - Revenue per freight km design
-|  |  |  |  |  | - Revenue per freight km study
-|  |  |  |  | - Miscellaneous
-|  |  |  |  |  | - Rate inflation
-|  |  |  |- Fuel type (ID="kerosene")
-|  |  |  |  | - Factor engine maintenance
-|  |  |  |  | - Fuel price
-|  |  |  |  | - Ratio operating empty mass
-|  |  |  |- Fuel type (ID="liquid_hydrogen")
-|  |  |  |  | - Factor engine maintenance
-|  |  |  |  | - Fuel price
-|  |  |  |  | - Ratio operating empty mass
-```
-
-## Additional requirements {#additional-requirements}
-The tool requires mission-dependent data. Please make sure that the `mission_data` folder, located in the directory of the aircraft exchange file, contains at least the `design_mission.xml` file (this should be the case if the design is valid). If data for an off-design analysis is available and you wish to calculate the associated costs, the `study_mission.xml` file must also be provided.
-
-## Next steps {#next-steps}
-The next step is to [run the _cost\_estimation_ module](run_your_first_cost_estimation.md).
\ No newline at end of file
diff --git a/cost_estimation/doc/content/index.md b/cost_estimation/doc/content/index.md
deleted file mode 100644
index 4d38f4a6b910517c66fca9340018979d3c5e2a07..0000000000000000000000000000000000000000
--- a/cost_estimation/doc/content/index.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Introduction {#mainpage}
-Welcome to the _cost\_estimation_ module in UNICADO – where we take your aircraft operating costs from “hmm… probably a lot?” to laser-accurate precision! This tool is like a financial \emoji crystal_ball for your aircraft, crunching numbers on fuel, maintenance, crew costs, and just about (almost) every other expense you can imagine. Think of it as your budgeting co-pilot, always ready to calculate so you can focus on the skies instead of spreadsheets. With _cost\_estimation_, you stay in control, keep the accountants happy, and land at your bottom line without any turbulence. So buckle up, and let’s start calculating!
-
-## Summary of features
-Here’s a quick rundown of what the tool currently does, along with a sneak peek at what's planned:
-
- Configuration    | Energy carrier  |Cost share               | Status                               |
-------------------|-----------------|-------------------------|:------------------------------------:|
-Tube-and-wing     |Kerosene         |Direct operating cost    |running \emoji white_check_mark       |
-Tube-and-wing     |Kerosene         |Indirect operating cost  |under development \emoji construction |
-Tube-and-wing     |Liquid hydrogen  |Direct operating cost    |running \emoji white_check_mark       |
-Tube-and-wing     |Liquid hydrogen  |Indirect operating cost  |under development \emoji construction |
-Blended-wing-body |...              |...                      |under development \emoji construction |
-
-## A user's guide to cost calculation
-The _cost\_estimation_ tool is your key to accurately calculating the operating costs of an aircraft. In this user documentation, you’ll find all the information you need to understand the tool, as well as the necessary inputs and configurations to run a cost analysis from the ground up.
-The following sections will walk you through the cost estimation process in UNICADO:
-- [Getting started](getting_started.md)
-- [Run your first cost estimation](run_your_first_cost_estimation.md)
-
-For a comprehensive understanding of the tool’s functionality, the documentation is structured into two distinct sections:
-- A [method description](operating_cost_method.md) and
-- a [software architecture](software_architecture.md)
-section.
-
-Ready to dive in? Let’s get started! \emoji money_with_wings
-
-
-<!-- ## You are a Developer?
-If you are familiar with these concepts and want to contribute - head over to the developers guide to get your own method running in UNICADO!
-
-The following pages will help you understand the code structure:
-
-- [Prerequisites](prerequisites.md)
-- [Build the code](build-the-code.md)
-- [Cost estimation module structure](wing-module-structure.md)
-- [Available methods](available-methods.md)
-- [Method template](method-template.md)
-
-We appreciate it! -->
\ No newline at end of file
diff --git a/cost_estimation/doc/content/operating_cost_method.md b/cost_estimation/doc/content/operating_cost_method.md
deleted file mode 100644
index 6c9b8ee3422aff818d6cfe8f15d135bafaad8e14..0000000000000000000000000000000000000000
--- a/cost_estimation/doc/content/operating_cost_method.md
+++ /dev/null
@@ -1,294 +0,0 @@
-# Calculation method
-The total operating costs of an aircraft are split into direct operating costs (DOC) and indirect operating costs (IOC).
-\f[
-  TOC = DOC + IOC
-\f]
-
-@note Unless explicitly stated, all values are in SI units and all costs in EUR.
-
-## Direct operating costs (calculate_direct_operating_costs function)
-The Direct Operating Costs (DOC) are directly influenced by the parameters and the aircraft's performance and are commonly used for aircraft evaluation. Therefore, a simplified method for DOC estimation, based on „From Aircraft Performance to Aircraft Assessment“ by J. Thorbeck <sup>[1]</sup>, is provided. The DOC are determined for one year and the entire depreciation period.
-Two elements are required for the simplified DOC model: The route independent (fixed) costs \f$C_1\f$ and route dependent (variable) costs \f$C_2\f$:
-\f[
-  DOC = C_1 + C_2
-\f]
-
-
-### Route independent costs (calculate_route_independent_costs function)
-Route-independent costs include all cost components apart from the operation of the aircraft.
-Hence, the route-independent costs are the sum of the capital costs and the crew costs:
-\f[
-  C_1 = C_{CAP} + C_{crew}
-\f]
-Those are calculated both, for one year and for the depreciation period.
-
-#### Capital costs (calculate_capital_costs function)
-The capital costs can be assumed to be a linear function of the operating empty mass if the influence of the aircraft market is considered negligible:
-\f[
-  C_{CAP} = P_{OE} \cdot  m_{OE} \cdot (a+f_I)
-\f]
-In which
-- \f$P_{OE}\f$ - price per kg operating empty mass
-- \f$m_{OE}\f$ - operating empty mass
-- \f$a\f$ - annuity factor in percent
-- \f$f_I\f$ - insurance rate in percent
-
-The annuity formula, which is based on a modified mortgage equation, addresses both yearly depreciation and interest:
-\f[
-  a = f_{IR} \cdot \frac{1-f_{RV} \cdot \left(\frac{1}{1+f_{IR}}\right)^{t_{DEP}}}{1-\left(\frac{1}{1+f_{IR}}\right)^{t_{DEP}}}
-\f]
-In which
-- \f$f_{IR}\f$ - interest rate in percent
-- \f$f_{RV}\f$ - residual value factor in percent
-- \f$t_{DEP}\f$ - depreciation period in years
-
-The reason for the annuity method modification is to include the residual aircraft value at the end of the depreciation period into the capital costs, which is occasionally relevant. This assumes that an operator is purchasing an aircraft at a constant price per kilogram and spends the corresponding capital cost consistently per year throughout the depreciation period.
-
-#### Crew costs (calculate_crew_costs function)
-This method is based on the lecture "J Flugzeugbewertung" by A. Bardenhagen <sup>[2]</sup>.
-The annual crew costs are assumed to be the sum of the flight and cabin crew costs:
-\f[
-  C_{crew} = C_{FC} + C_{CC}
-\f]
-
-both of which are of different levels. There are different approaches here, which must be adapted to the respective cost structure of the airline:
-- Some airlines (mainly low-cost carriers) employ and pay pilots and flight attendants on a time basis (block hours).
-- Other airlines hire their personnel permanently and must pay them irrespective of the time they are deployed.
-
-In the first case, the personnel costs belong to the variable in the second case to the fixed direct operating costs. Here, crew costs are assumed to be fixed (route independent) because an airline must provide enough crews to ensure flight operations over the entire service time and therefore are proportional to the payload. 50 passengers per flight attendant are assumed based on certification requirements. Crew costs are constant per year. To calculate the crew cost for several years, the expected salary increase should be considered by an escalation factor. Accordingly, past price levels can be extrapolated to the current level changed according to inflation, price, or salary increase.
-
-Both cost shares are determined by the same variables:
-- The flight/cabin crew complement (the number of crews per aircraft, dependent on the stage length): \f$n_{FCC}\f$/\f$n_{CCC}\f$,
-- The number of flight/cabin crew members: \f$n_{FC}\f$/\f$n_{CC}\f$,
-- The annual salary of a flight/cabin crew member (dependent on the stage length): \f$S_{FC}\f$/\f$S_{CC}\f$, and
-- The escalation factor in percent: \f$f_{ESC}\f$.
-
-<!-- NOTE: The values of these drivers depend on the stage length. Two modes are implemented. Mode 1 (salary_variation = False, default): To ensure that the values of the above-mentioned parameters are the same for the design mission and mission study, the stage length of the design mission is used to determine the values for the study mission as well. Mode 2 (salary_variation = True): The above-mentioned values are obtained for different stage lengths for the design mission and mission study. -->
-
-That results in the following calculations:
-\f[
-  C_{FC} = n_{FCC} \cdot n_{FC} \cdot S_{FC} \cdot f_{ESC}
-\f]
-\f[
-  C_{CC} = n_{CCC} \cdot n_{CC} \cdot S_{CC} \cdot f_{ESC}
-\f]
-
-The escalation factor
-\f[
-  f_{ESC} = (1+r_{INF})^{y}
-\f]
-
-incorporates the inflation rate (\f$r_{INF}\f$), which encompasses both price and salary adjustments, and the number of years elapsed between the calculation year and the base year for salaries (\f$y\f$).
-If the depreciation period is used as the time difference, resulting costs are related to the whole depreciation period, whereas a time difference of one year solely results in the costs for the base year.
-
-The crew complements as well as the average annual salaries are dependent on the stage length:
-- Regional: ranges less than 500 km
-- Short haul: ranges between 500 km and 1000 km
-- Medium haul: ranges between 1000 km and 4000 km
-- Long haul: ranges between 4000 km and 6500 km
-- Ultra-long haul: ranges above 6500 km
-
-and can be taken from the following tables:
-
-Segment         | Crew complement | \f$S_{FC}\f$ in EUR/y | \f$S_{CC}\f$ in EUR/y |
-----------------|:---------------:|:-----------------:|:-----------------:|
-Regional        |        5        |       70 000      |       30 000      |
-Short haul      |        5        |      120 000      |       30 000      |
-Medium haul     |        5        |      160 000      |       30 000      |
-Long haul       |        8        |      200 000      |       45 000      |
-Ultra-long haul |        8        |      200 000      |       45 000      |
-
-### Route dependent costs (calculate_route_dependent_costs function)
-Route dependent costs \f$C_2\f$ include all cost components that are directly attributable to flight operations. These include
-- fuel \f$C_F\f$,
-- fees (handling \f$C_H\f$, landing \f$C_L\f$, air traffic control (ATC) \f$C_{ATC}\f$), and
-- maintenance \f$C_{MRO}\f$.
-
-Thus, the **annual** route dependent costs can be calculated by
-\f[
-  C_2 = C_F + C_H + C_{LDG} + C_{ATC} + C_{MRO}
-\f]
-
-#### Flights per year
-Knowing the number of annual flights is mandatory to calculate the above-mentioned cost shares.
-A reliable approximation of the number of annual flights can be found using the following analytical basis:
-- Potential flight hours per year: \f$365 \cdot 24 = 8760\f$
-- Maintenance lay days per year (C-Check every 15 months for 4 days): \f$4 \cdot 12/15 = 3.2\f$
-- Overhaul lay days per year (D-Check every 5 years for 4 weeks): \f$4 \cdot 7/5 = 5.6\f$
-- Lay days for repairs, technical and operational reserve: \f$2.6\f$
-- Lay hours per year: \f$(3.2+5.6+2.6) \cdot 24 = 273.6\f$
-- Potential operation days per year: \f$365-(3.2+5.6+2.6) = 353.6\f$
-- Daily night curfew hours: \f$7\f$
-- Yearly  night curfew hours: \f$354 \cdot 7 = 2475\f$
-- Yearly operation time in hours: \f$OT = 8760-2475-273.6 = 6011.4\f$
-
-Knowing the time for one flight \f$FT\f$ and the block time supplement \f$BT\f$ (turn around time) per flight, the number of flight cycles \f$FC\f$ can be calculated:
-\f[
-  FC = \frac{OT}{(FT + BT)}
-\f]
-It is assumed that one flight cycle consists of an outbound flight, a turnaround time and a return flight. Consequently, the number of annual flights is calculated as follows:
-\f[
-  n_{flights} = 2 \cdot FC
-\f]
-
-#### Fuel costs (calculate_fuel_costs function)
-The fuel costs depend on the fuel price \f$P_F\f$, the trip fuel mass \f$m_{TF}\f$ (which can be obtained from the payload range diagram (PRD)), and the number of yearly flights \f$n_{flights}\f$:
-\f[
-  C_F = P_{F} \cdot m_{TF} \cdot n_{flights}
-\f]
-
-#### Handling costs (calculate_handling_costs function)
-Handling charges \f$F_H\f$ include charges for loading and unloading, use of terminals and passenger boarding bridges, security checks, and ground energy supply.
-The annual handling fees are charged based on the payload mass \f$m_{PL}\f$ and the number of flights per year. The resulting handling costs are calculated as follows:
-\f[
-  C_H = m_{PL} \cdot F_{H} \cdot n_{flights}
-\f]
-
-#### Landing costs (calcutale_landing_costs function)
-The annual landing fees \f$F_{LDG}\f$ are charged based on the maximum (certified) takeoff mass \f$m_{TO}\f$ and number of flights per year. The resulting landing costs are calculated as follows:
-\f[
-  C_{LDG} = m_{TO} \cdot F_L \cdot n_{flights}
-\f]
-
-#### Air traffic control costs (calculate_air_traffic_control_costs function)
-The calculation of the ATC costs is based on the EUROCONTROL route charge formula <sup>[3]</sup>, more precisely the aircraft weight factor.
-
-> "The weight factor (expressed to two decimals) is determined by dividing, by fifty (50), the certificated Maximum Take-Off Weight (MTOW) of the aircraft (in metric tonnes, to one decimal) and subsequently taking the square root of the result rounded to the second decimal [...]".
-
-The ATC price factor \f$f_{ATC}\f$ considers the fact that the price scenarios are varying strongly for each continent (or even region):
-- \f$f_{ATC} = 1.0\f$ for domestic europe
-- \f$f_{ATC} = 0.7\f$ for transatlantic flights
-- \f$f_{ATC} = 0.6\f$ for far east flights (only half of the landings at european airports)
-
-The ATC costs are calculated as follows:
-\f[
-  C_{ATC} = R \cdot f_{ATC} \cdot \sqrt{\frac{m_{TO}[\text t]}{50}} \cdot n_{flights}
-\f]
-
-with
-- \f$R\f$ - range in km
-- \f$m_{TO}\f$ - maximum takeoff mass (in tonnes)
-
-#### Maintenance costs (calculate_maintenance_costs function)
-Maintenance costs are categorized into three components:
-- Flight cycle dependent cost: This component primarily accounts for structural fatigue and overhaul burdens.
-- Flight hour dependent cost: This component primarily reflects wear and the associated line maintenance work.
-- Calendar time dependent cost: This component represents a constant share, such as the rectification of corrosion during overhaul.
-
-In the following, only the maintenance costs per flight cycle are considered. Following the JADC method, an approximation for those costs is given by the sum of three parts:
-- Airframe material maintenance cost (repair and replacement): \f$C_{MRO,AF,MAT}\f$
-- Airframe personnel maintenance cost (inspection and repair): \f$C_{MRO,AF,PER}\f$
-- Engine total maintenance cost: \f$C_{MRO,ENG}\f$
-
-In which
-\f[
-  C_{MRO,AF,MAT} = m_{OE}[\text t] \cdot (0.2 \cdot t_{flight} + 13.7) + C_{MRO,AF,REP}
-\f]
-\f[
-  C_{MRO,AF,PER} = f_{LR} \cdot (1+C_B) \cdot \left[ (0.655 + 0.01 \cdot m_{OE}[\text t]) \cdot t_{flight} + 0.254 + 0.01 \cdot m_{OE}[\text t] \right]
-\f]
-\f[
-  C_{MRO,ENG} = n_{ENG} \cdot \left( 1.5 \cdot \frac{T_{0} [\text t]}{n_{ENG}} + 30.5 \cdot t_{flight} + 10.6 \cdot f_{MRO,ENG}\right)
-\f]
-
-with
-- \f$C_{MRO,AF,REP}\f$ - airframe repair cost per flight
-- \f$f_{LR}\f$ - labor rate in EUR/h
-- \f$C_B\f$ - cost burden
-- \f$n_{ENG}\f$ - number of engines
-- \f$T_{0}\f$ - sea level static thrust per engine
-- \f$f_{MRO,ENG}\f$ - engine maintenance factor
-
-The airframe repair cost per flight \f$C_{MRO,AF,REP}\f$ equal 57.5 for kerosene-powered aircraft. For hydrogen-powered aircraft, this value is multiplied by the operating empty mass factor \f$f_{OEM} = 1.1\f$ to account for an approx. 10% higher operating empty mass.
-The engine maintenance factor is considered \f$f_{ENG} = 1\f$ for kerosene-powered aircraft and \f$f_{ENG} = 0.7\f$ for hydrogen-powered aircraft.
-
-Thus, the annual maintenance costs result in
-\f[
-  C_{MRO} = (C_{MRO,AF,MAT} + C_{MRO,AF,PER} + C_{MRO,ENG}) \cdot n_{flights}
-\f]
-
-## Related direct operating costs
-Absolute DOC are generally unsuitable as an assessment measure because aircraft size and technology strongly influence this figure. They are therefore expressed in differently related quantities, depending on the purpose of the evaluation:
-  - DOC/Range (Flight Kilometer): Flight Kilometer Costs (FKC)
-  - DOC/Seat Kilometer Offered (SKO): Seat Kilometer Costs (SKC)
-  - DOC/Seat Kilometer Offered Corrected: Corrected SKC to take account of any freight revenue
-  - DOC/Ton Kilometers Offered (TKO): Ton Kilometer Costs (TKC)
-  - DOC/Revenue Passenger Kilometer (RPK): Revenue Seat Kilometer Costs (RSKC)
-These are described below.
-
-### Flight kilometer costs (calculate_flight_kilometer_costs function)
-The flight kilometer costs are very flexible and suitable for an extended consideration of changed route structures. This parameter allows the range potential of the aircraft to be assessed:
-\f[
-  FKC = \frac{DOC}{R}.
-\f]
-
-### Seat kilometer costs (calculate_seat_kilometer_costs function)
-The seat kilometer offered (SKO) (or available) is a measure of an aircraft's passenger carrying capacity or, in other words, its potential to generate revenue by providing available seats to passengers. They are calculated by multiplying the number of seats available \f$n_{seats}\f$ by the range:
-\f[
-  SKO = n_{seats} \cdot R.
-\f]
-The seat kilometer costs allow the analysis of a change in seat capacity and thus the assessment of the passenger kilometer potential:
-\f[
-  SKC = \frac{DOC}{SKO}
-\f]
-
-### Corrected seat kilometer costs (calculate_corrected_seat_kilometer_costs function)
-
-@note The calculation of this cost share is not implemented at the moment and set to `0` instead.
-
-A method of freight equivalent passenger seats is applied.
-Cargo revenue from residual cargo payload at maximum zero fuel mass (\f$m_{PL,max} - m_{PL}\f$) can be calculated using
-\f[
-  I_{cargo} = I_{FR} \cdot (W_{PL,max} - W_{PAX})
-\f]
-with
-- \f$I_{FR}\f$ - revenue per freight kilometer
-- \f$W_{PL,max}\f$ - maximum payload weight
-- \f$W_{PAX}\f$ - pax weight
-
-The equivalent seat revenue can be derived using the following formula:
-\f[
-  n_{PAX,cargo} = \frac{I_{cargo}}{I_{PAX}}
-\f]
-with \f$I_{PAX}\f$ as revenue per seat and flight (see following table).
-
-Segment         | \f$I_{PAX,multi-class}\f$ in EUR/SO | \f$I_{PAX,all-economy}\f$ in EUR/SO |
-----------------|:-------------------------------:|:-------------------------------:|
-Short haul      |               400               |               250               |
-Medium haul     |               450               |               300               |
-Long haul       |               550               |               400               |
-Ultra long haul |               700               |               550               |
-
-Finally, the SKC correction can be determined as follows:
-\f[
-  SKC_{cor} = SKC \cdot \frac{n_{PAX}}{n_{PAX} + n_{PAX,cargo}}
-\f]
-
-### Ton kilometer costs (calculate_ton_kilometer_costs function)
-The ton kilometer costs (TKC) allow the analysis of a change in payload capacity and thus the assessment of the payload kilometer potential. The Ton Kilometers Offered (TKO) are the product of the payload and the range:
-\f[
-  TKO = m_{PL} \cdot R
-\f]
-The Ton Kilometer Costs (TKC) are the DOC related to the TKO:
-\f[
-  TKC = \frac{DOC}{TKO}
-\f]
-
-### Revenue seat kilometer costs (calculate_revenue_seat_kilometer_costs)
-Revenue passenger kilometers (RPK) are a measure of how many kilometers the aircraft has carried paying passengers. It is often referred to as "traffic" as it represents the actual demand for air transport. The RPK are determined by multiplying the range by the number of paying passengers. The revenue passenger kilometers are calculated by multiplying the number of revenue passengers with the maximum number of seats and the seat load factor \f$f_{PL}\f$:
-\f[
-  RPK = n_{PAX} \cdot f_{SL} \cdot R
-\f]
-
-The DOC per revenue passenger kilometer additionally take into account the overall performance of an airline. Note that revenue is strongly dependent on market situation and therefore varying.
-\f[
-  RSKC = \frac{DOC}{RPK}
-\f]
-
-## Indirect operating costs (IOC)
-tbd. \emoji construction
-
----
-<sup>[1]</sup> J. Thorbeck, 2007. *From Aircraft Performance to Aircraft Assessment*. DLR.<br>
-<sup>[2]</sup> A. Bardenhagen, 2017. *J Flugzeugbewertung*. Technische Universität Berlin.<br>
-<sup>[3]</sup> EUROCONTROL Central Route Charge Office (CRCO), 2022. *Customer Guide to Charges*. URL: https://www.eurocontrol.int/sites/default/files/2022-11/eurocontrol-customer-guide-to-charges.pdf.
\ No newline at end of file
diff --git a/cost_estimation/doc/content/run_your_first_cost_estimation.md b/cost_estimation/doc/content/run_your_first_cost_estimation.md
deleted file mode 100644
index dfa91ac531e4001ba7516572655652e4ef048d04..0000000000000000000000000000000000000000
--- a/cost_estimation/doc/content/run_your_first_cost_estimation.md
+++ /dev/null
@@ -1,79 +0,0 @@
-# Run your first cost estimation
-Let's dive into the fun part and crunch some numbers! \emoji moneybag
-
-## Tool single execution
-The tool can be executed from the console directly if all paths are set. The following will happen:
-- [Console output](#console-output)
-- [Generation of reports and plots](#reporting)
-- [Writing output to aircraft exchange file](#write-data-to-acxml)
-
-Some of the above mentioned steps did not work? Check out the [troubleshooting](#troubleshooting) section for advices. Also, if you need some additional information on the underlying methodology, check out the page on the [cost estimation method](operating_cost_method.md).
-
-So, feel free to open the terminal and run `cost_estimation.exe` to see what happens...
-
-### Console output {#console-output}
-Firstly, you see output in the console window. Let's go through it step by step...
-
-```
-2024-12-06 11:37:30,205 - PRINT - Cost estimation started...
-2024-12-06 11:37:30,224 - PRINT - ----------------------------------------------------------
-2024-12-06 11:37:30,224 - PRINT - Operating cost estimation results for design mission.   
-2024-12-06 11:37:30,224 - PRINT - ----------------------------------------------------------
-2024-12-06 11:37:30,226 - PRINT - Capital costs: 5,852,515 €
-2024-12-06 11:37:30,226 - PRINT - Crew costs (per year): 4,779,200 €
-2024-12-06 11:37:30,227 - PRINT - ROUTE INDEPENDENT COSTS (per year): 10,631,715 €
-2024-12-06 11:37:30,227 - PRINT -                              *                            
-2024-12-06 11:37:30,319 - PRINT - Fuel costs (per year): 22,744,718 €
-2024-12-06 11:37:30,322 - PRINT - Handling costs (per year): 3,119,900 €
-2024-12-06 11:37:30,322 - PRINT - Landing costs (per year): 1,290,968 €
-2024-12-06 11:37:30,348 - PRINT - Air traffic control costs (per year): 9,271,834 €
-2024-12-06 11:37:30,351 - PRINT - Maintenance costs (per year): 8,038,461 €
-2024-12-06 11:37:30,377 - PRINT - ROUTE DEPENDENT COSTS (per year): 44,465,883 €
-2024-12-06 11:37:30,377 - PRINT -                              *                            
-2024-12-06 11:37:30,420 - PRINT - DIRECT OPERATING COSTS (per year): 55,097,598 €
-2024-12-06 11:37:30,420 - PRINT - ----------------------------------------------------------
-2024-12-06 11:37:30,607 - WARNING - No calculation method for indirect operating costs (IOC) implemented. IOC set to 0.
-```
-To this point, the module started and calculated the operating costs for the design mission.
-There is also a warning that the indirect operating cost method is not implemented yet.
-
-```
-2024-12-06 11:37:30,607 - WARNING - Warning: Operating cost estimation of study mission not possible due to missing data. No operating costs calculated.
-2024-12-06 11:37:30,608 - PRINT - ----------------------------------------------------------
-```
-The tool continues to check if an off-design study exists and tries to calculate the respective costs. In this example, there is no off-design data available and thus, the direct operating costs cannot be determined for the study mission.
-
-```
-2024-12-06 11:37:30,641 - PRINT - Plots are generated and saved...
-2024-12-06 11:37:38,187 - WARNING - Warning: "html_output" switch in module configuration file set to "False". No HTML report generated.
-2024-12-06 11:37:38,188 - PRINT - Method-specific data are written to 'cost_estimation_results.xml'...
-2024-12-06 11:37:38,192 - WARNING - Warning: "tex_output" switch in module configuration file set to "False". No TeX report file generated.
-2024-12-06 11:37:38,192 - PRINT - Cost estimation finished.
-```
-Finally, you receive information about the reports and plots created (depending on your settings, see next section) and the tool is successfully completed.
-
-### Reporting {#reporting}
-In the following, a short overview is given on the generated reports:
-- A `cost_estimation.log` file is written within the directory of the executable
-- Depending on your settings, the following output is generated and saved in the `reporting` folder, located in the directory of the aircraft exchange file:
-    - an HTML report in the `report_html` folder (not implemented yet)
-    - a TeX report in the `report_tex` folder (not implemented yet)
-    - an XML file with additional output data in the `report_xml` folder
-    - plots in the `plots` folder
-
-### Write data to the aircraft exchange file {#write-data-to-acxml}
-@note The _acXML_ is an exchange file - we agreed on that only data will be saved as output that is needed by another tool!
-
-Results are saved in the aircraft exchange file at the `aircraft_exchange_file/assessment/cost_estimation/operating_cost` node. The following information is written to the _acXML_:
-```
-Direct operating cost
-|- Flights per year (design mission)
-|- Flights per year (study mission) - only if off-design analysis available
-|- Route independent cost annual
-|- Route dependent cost annual
-|- Direct operating cost annual
-```
-When implemented, the indirect operating costs are going to be saved at `aircraft_exchange_file/assessment/cost_estimation/operating_cost/indirect_operating_cost`.
-
-## Troubleshooting {#troubleshooting}
-- The tool does not run properly? *Make sure you have all the paths set up correctly and the specified elements exist.*
diff --git a/cost_estimation/doc/content/software_architecture.md b/cost_estimation/doc/content/software_architecture.md
deleted file mode 100644
index 05446b98c79be6e46c7294a406e70b2af99edf10..0000000000000000000000000000000000000000
--- a/cost_estimation/doc/content/software_architecture.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# Software architecture
-This site is currently under development. \emoji construction
\ No newline at end of file
diff --git a/cost_estimation/doc/header.html b/cost_estimation/doc/header.html
deleted file mode 100644
index 92af47f3626ceda42aa580af1e89b3ef68bfa29b..0000000000000000000000000000000000000000
--- a/cost_estimation/doc/header.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!-- HTML header for doxygen 1.9.8-->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO">
-<head>
-<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<meta http-equiv="X-UA-Compatible" content="IE=11"/>
-<meta name="generator" content="Doxygen $doxygenversion"/>
-<meta name="viewport" content="width=device-width, initial-scale=1"/>
-<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
-<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
-<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
-<!--BEGIN DISABLE_INDEX-->
-  <!--BEGIN FULL_SIDEBAR-->
-<script type="text/javascript">var page_layout=1;</script>
-  <!--END FULL_SIDEBAR-->
-<!--END DISABLE_INDEX-->
-<script type="text/javascript" src="$relpath^jquery.js"></script>
-<script type="text/javascript" src="$relpath^dynsections.js"></script>
-<script type="text/javascript" src="$relpath^doxygen-awesome-darkmode-toggle.js"></script>
-<script type="text/javascript">
-    DoxygenAwesomeDarkModeToggle.init()
-</script>
-<script type="text/javascript" src="$relpath^doxygen-awesome-tabs.js"></script>
-<script type="text/javascript">
-    DoxygenAwesomeTabs.init()
-</script>
-<script type="text/javascript" src="$relpath^doxygen-awesome-fragment-copy-button.js"></script>
-<script type="text/javascript">
-    DoxygenAwesomeFragmentCopyButton.init()
-</script>
-$treeview
-$search
-$mathjax
-$darkmode
-<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
-$extrastylesheet
-</head>
-<body>
-<!--BEGIN DISABLE_INDEX-->
-  <!--BEGIN FULL_SIDEBAR-->
-<div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is closed by doxygen! -->
-  <!--END FULL_SIDEBAR-->
-<!--END DISABLE_INDEX-->
-
-<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
-
-<!--BEGIN TITLEAREA-->
-<div id="titlearea">
-<table cellspacing="0" cellpadding="0">
- <tbody>
- <tr id="projectrow">
-  <!--BEGIN PROJECT_LOGO-->
-  <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
-  <!--END PROJECT_LOGO-->
-  <!--BEGIN PROJECT_NAME-->
-  <td id="projectalign">
-   <div id="projectname">$projectname<!--BEGIN PROJECT_NUMBER--><span id="projectnumber">&#160;$projectnumber</span><!--END PROJECT_NUMBER-->
-   </div>
-   <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
-  </td>
-  <!--END PROJECT_NAME-->
-  <!--BEGIN !PROJECT_NAME-->
-   <!--BEGIN PROJECT_BRIEF-->
-    <td>
-    <div id="projectbrief">$projectbrief</div>
-    </td>
-   <!--END PROJECT_BRIEF-->
-  <!--END !PROJECT_NAME-->
-  <!--BEGIN DISABLE_INDEX-->
-   <!--BEGIN SEARCHENGINE-->
-     <!--BEGIN !FULL_SIDEBAR-->
-    <td>$searchbox</td>
-     <!--END !FULL_SIDEBAR-->
-   <!--END SEARCHENGINE-->
-  <!--END DISABLE_INDEX-->
- </tr>
-  <!--BEGIN SEARCHENGINE-->
-   <!--BEGIN FULL_SIDEBAR-->
-   <tr><td colspan="2">$searchbox</td></tr>
-   <!--END FULL_SIDEBAR-->
-  <!--END SEARCHENGINE-->
- </tbody>
-</table>
-</div>
-<!--END TITLEAREA-->
-<!-- end header part -->
diff --git a/cost_estimation/src/datapostprocessing.py b/cost_estimation/src/datapostprocessing.py
index 513c78b2816d78a58edb632732a40fc9d7e39a43..a6336cf34c667830b1aca5c6202eebb1cab0c3a4 100644
--- a/cost_estimation/src/datapostprocessing.py
+++ b/cost_estimation/src/datapostprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -77,21 +77,21 @@ def data_postprocessing(paths_and_names, routing_dict, data_dict, runtime_output
                         'route_independent_cost_annual': {
                             'attributes': {'description': 'Route independent (fixed) cost per year'},
                             'value': '0',
-                            'unit': 'EUR/a',
+                            'unit': 'USD/a',
                             'lower_boundary': '0',
                             'upper_boundary': 'inf'
                         },
                         'route_dependent_cost_annual': {
                             'attributes': {'description': 'Route dependent (variable) cost per year'},
                             'value': '0',
-                            'unit': 'EUR/a',
+                            'unit': 'USD/a',
                             'lower_boundary': '0',
                             'upper_boundary': 'inf'
                         },
                         'direct_operating_cost_annual': {
                             'attributes': {'description': 'Direct operating cost (DOC) per year'},
                             'value': '0',
-                            'unit': 'EUR/a',
+                            'unit': 'USD/a',
                             'lower_boundary': '0',
                             'upper_boundary': 'inf'
                         }
diff --git a/cost_estimation/src/datapreprocessing.py b/cost_estimation/src/datapreprocessing.py
index 3e52ddc09a4f34707fc10981d59a16232bee38ef..a1399f078a41489d7893e786a86589315b4032f3 100644
--- a/cost_estimation/src/datapreprocessing.py
+++ b/cost_estimation/src/datapreprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/readlayertext.py b/cost_estimation/src/readlayertext.py
index fa2470fa813c2610cb47a1630f33ad0ebd8dc02f..774174ab2cd0cb06a6a09b026fdea154ae46d6f9 100644
--- a/cost_estimation/src/readlayertext.py
+++ b/cost_estimation/src/readlayertext.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_00_determinerouteandclassdependentparameter.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_00_determinerouteandclassdependentparameter.py
index 13381e46b21f94edeb88dba557087d520d9791f6..1a99c91afc26a1e5b3c5ee42c325986699649f6d 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_00_determinerouteandclassdependentparameter.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_00_determinerouteandclassdependentparameter.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -64,7 +64,7 @@ def determine_route_and_class_dependent_parameter(dict_ac_data, dict_operating_c
     passenger_class_distribution = (dict_ac_data['passenger_class_distribution']).split('/')
     n_seats_business = float(passenger_class_distribution[3])*n_passengers
     n_seats_first = float(passenger_class_distribution[2])*n_passengers
-
+    
     # Initialize variables and lookup dictionaries with information on segments, number of crews, and crew salaries.
     revenue = int
     standard_ranges = [0, 500000, 1000000, 4000000, 6500000]
@@ -75,9 +75,9 @@ def determine_route_and_class_dependent_parameter(dict_ac_data, dict_operating_c
                 'ultra_long': (stage_length > standard_ranges[4])}
     n_cabin_crews = {'regional': 5, 'short': 5, 'medium': 5, 'long': 8, 'ultra-long': 8}
     n_cockpit_crews = {'regional': 5, 'short': 5, 'medium': 5, 'long': 8, 'ultra-long': 8}
-    salaries_cabin_crew = {'regional': 30000.0, 'short': 30000.0, 'medium': 30000.0,
-                           'long': 45000.0, 'ultra-long': 45000.0}
-    salaries_cockpit_crew = {'regional': 70000.0, 'short': 120000.0, 'medium': 160000.0,
+    salaries_cabin_crew = {'regional': 50000.0, 'short': 50000.0, 'medium': 50000.0,
+                           'long': 65000.0, 'ultra-long': 65000.0}
+    salaries_cockpit_crew = {'regional': 80000.0, 'short': 120000.0, 'medium': 160000.0,
                              'long': 200000.0, 'ultra-long': 200000.0}
 
     # Check which flight segment is True and set parameter 'route_segment' accordingly.
@@ -105,16 +105,15 @@ def determine_route_and_class_dependent_parameter(dict_ac_data, dict_operating_c
     
     # Calculate flights per year.
     potentially_annual_operating_hours = 24*365
-    annual_lay_days = (dict_ac_data['annual_lay_days_maintenance'] + dict_ac_data['annual_lay_days_overhaul']
-                       + dict_ac_data['annual_lay_days_reserve'])
-    annual_lay_hours = annual_lay_days*24
+    annual_lay_hours = (dict_ac_data['annual_lay_hours_maintenance'] + dict_ac_data['annual_lay_hours_overhaul']
+                       + dict_ac_data['annual_lay_hours_reserve'])
+    annual_lay_days = annual_lay_hours/24
     annual_flight_days = 365 - annual_lay_days
     night_curfew_hours = annual_flight_days*dict_ac_data['daily_night_curfew_time']
     annual_downtime = annual_lay_hours + night_curfew_hours
     flight_time_per_flight = dict_ac_data['flight_time']/3600
-    flight_cycles_per_year = ((potentially_annual_operating_hours - annual_downtime)
-                    /(flight_time_per_flight + dict_ac_data['block_time_per_flight']))
-    flights_per_year = 2*flight_cycles_per_year
+    flights_per_year = ((potentially_annual_operating_hours - annual_downtime)
+                        /(flight_time_per_flight + dict_ac_data['block_time_supplement_per_flight']))
 
     # Prepare output data.
     dict_operating_costs['dependent_parameter'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_01_calculatecapitalcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_01_calculatecapitalcosts.py
index 2e23e105c10205534f05bdafb22daace5c960634..9d93050fc4506b6a57990bb9877ed5b70f4f5fe0 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_01_calculatecapitalcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_01_calculatecapitalcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -43,17 +43,29 @@ def calculate_capital_costs(dict_ac_data, dict_operating_costs, runtime_output):
     price_per_operating_empty_mass = dict_ac_data['price_per_operating_empty_mass']
     rate_insurance = dict_ac_data['rate_insurance']
     rate_interest = dict_ac_data['rate_interest']
-    residual_value_factor = dict_ac_data['residual_value_factor']
+    exchange_rate = dict_ac_data['exchange_rate']
+
+    # Determine residual value factor.
+    depreciation_periods = [5, 10, 15, 20]
+    residual_value_factors = [0.7, 0.5, 0.3, 0.1]
+    residual_value_factor = 0
+    for i in range(len(depreciation_periods)):
+        if depreciation_period <= depreciation_periods[i]:
+            residual_value_factor = residual_value_factors[i]
+            break
+    else:
+        residual_value_factor = residual_value_factors[-1]
 
     # Calculate annuity factor.
     annuity_factor = rate_interest * ((1 - residual_value_factor * (1 / (1 + rate_interest)) **
                                        depreciation_period) / (1 - (1 / (1 + rate_interest)) **
                                                                depreciation_period))
     # Calculate capital costs.
-    capital_costs = price_per_operating_empty_mass * m_operating_empty * (annuity_factor + rate_insurance)
+    capital_costs = ((price_per_operating_empty_mass * m_operating_empty * (annuity_factor + rate_insurance))
+                     *exchange_rate)
 
     # Print.
-    runtime_output.print('Capital costs: ' + f"{int(capital_costs):,}" + ' €')
+    runtime_output.print('Capital costs: ' + f"{int(capital_costs):,}" + ' USD')
 
     # Prepare output data.
     dict_operating_costs['capital_costs'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_02_calculatecrewcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_02_calculatecrewcosts.py
index 1551e14c63a92e3a04e757ecdd0cb926c0e67692..2b74ec26c305e47adec53e8dbf3a3cc22ff131d3 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_02_calculatecrewcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_02_calculatecrewcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -49,34 +49,42 @@ def calculate_crew_costs(dict_ac_data, dict_operating_costs, runtime_output):
     # Extract necessary variables from 'dict_ac_data'.
     depreciation_period = dict_ac_data['depreciation_period']
     n_cabin_crew_members = dict_ac_data['n_cabin_crew_members']['n_cabin_crew_members_ID0']
-    n_cockpit_crew_members = dict_ac_data['n_cockpit_crew_members']['n_cabin_crew_members_ID0']
+    n_cockpit_crew_members = dict_ac_data['n_cockpit_crew_members']['n_cockpit_crew_members_ID0']
     salary_increase = dict_ac_data['rate_inflation']
+    exchange_rate = dict_ac_data['exchange_rate']
     # Extract necessary variables from 'dict_operating_costs'.
     cabin_crew_complement = dict_operating_costs['dependent_parameter']['cabin_crew_complement']
     cockpit_crew_complement = dict_operating_costs['dependent_parameter']['cockpit_crew_complement']
     salary_cabin_crew_member = dict_operating_costs['dependent_parameter']['salary_cabin_crew_member']
     salary_cockpit_crew_member = dict_operating_costs['dependent_parameter']['salary_cockpit_crew_member']
 
+    # For study mission, the number of cockpit members could be smaller than for the design mission. Therefore, the
+    # simplified assumption is made that for range segments up to and including the long range segment, the number
+    # of cockpit crew members equals 2.
+    segments = ['regional', 'short', 'medium', 'long']
+    if dict_operating_costs['dependent_parameter']['route_segment'] in segments:
+        n_cockpit_crew_members = 2
+
     # Calculate escalation for one year and depreciation period (assumption: salary increase equals inflation rate).
     escalation_factor_one_year = (1 + salary_increase)**1
     escalation_factor_depreciation_period = (1 + salary_increase) ** depreciation_period
 
     # Calculate cabin and cockpit crew costs (annual and per depreciation period).
     cabin_crew_costs_annual = (cabin_crew_complement * n_cabin_crew_members *
-                               salary_cabin_crew_member * escalation_factor_one_year)
+                               salary_cabin_crew_member * escalation_factor_one_year)*exchange_rate
     cabin_crew_cost_depreciation_period = (cabin_crew_complement * n_cabin_crew_members *
                                            salary_cabin_crew_member * escalation_factor_depreciation_period *
-                                           depreciation_period)
+                                           depreciation_period)*exchange_rate
     cockpit_crew_costs_annual = (cockpit_crew_complement * n_cockpit_crew_members *
-                                 salary_cockpit_crew_member * escalation_factor_one_year)
+                                 salary_cockpit_crew_member * escalation_factor_one_year)*exchange_rate
     cockpit_crew_costs_depreciation_period = (cockpit_crew_complement * n_cockpit_crew_members *
                                               salary_cockpit_crew_member * escalation_factor_depreciation_period *
-                                              depreciation_period)
+                                              depreciation_period)*exchange_rate
     crew_costs_annual = cabin_crew_costs_annual + cockpit_crew_costs_annual
     crew_costs_depreciation_period = cabin_crew_cost_depreciation_period + cockpit_crew_costs_depreciation_period
 
     # Print.
-    runtime_output.print('Crew costs (per year): ' + f"{int(crew_costs_annual):,}" + ' €')
+    runtime_output.print('Crew costs (per year): ' + f"{int(crew_costs_annual):,}" + ' USD')
 
     # Prepare output data.
     dict_operating_costs['crew_costs'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_03_calculaterouteindependentcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_03_calculaterouteindependentcosts.py
index 4b21287dae39351975c82b64de220699031d0c57..1c162bb2653aef6dd93efa8a1d8f59a4299c7e10 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_03_calculaterouteindependentcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_03_calculaterouteindependentcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ def calculate_route_independent_costs(dict_ac_data, dict_operating_costs, runtim
     route_independent_costs_depreciation_period = capital_costs + crew_costs_depreciation_period
 
     # Print.
-    runtime_output.print('ROUTE INDEPENDENT COSTS (per year): ' + f"{int(route_independent_costs_annual):,}" + ' €')
+    runtime_output.print('ROUTE INDEPENDENT COSTS (per year): ' + f"{int(route_independent_costs_annual):,}" + ' USD')
     runtime_output.print('                             *                            ')
 
     # Prepare output data.
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_04_preparepayloadrangediagramdata.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_04_preparepayloadrangediagramdata.py
index 1d383eae52c93a64e166c61fd9d0379f8da8b884..22711d480dd9a652b4f21d1909a242048de564ef 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_04_preparepayloadrangediagramdata.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_04_preparepayloadrangediagramdata.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_05_calculatefuelcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_05_calculatefuelcosts.py
index 069842e881100a3b627f58fcfccdbe358911290e..860ec2732c300853a5219c13131c3acfc41b83fd 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_05_calculatefuelcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_05_calculatefuelcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -39,6 +39,7 @@ def calculate_fuel_costs(dict_ac_data, dict_operating_costs, runtime_output):
     fuel_price = dict_ac_data['fuel_price']
     m_operating_empty = dict_ac_data['m_operating_empty']
     m_takeoff = dict_ac_data['m_takeoff']
+    exchange_rate = dict_ac_data['exchange_rate']
     # Extract necessary values from 'dict_operating_costs'.
     n_annual_flights = dict_operating_costs['dependent_parameter']['flights_per_year']
     idx_design_point = dict_operating_costs['payload_range_diagram_data']['idx_design_point']
@@ -47,10 +48,10 @@ def calculate_fuel_costs(dict_ac_data, dict_operating_costs, runtime_output):
     # Calculate trip fuel mass.
     m_trip_fuel = m_takeoff - m_operating_empty - payloads_for_prd
     # Calculate fuel costs.
-    fuel_costs = fuel_price * m_trip_fuel * n_annual_flights
+    fuel_costs = (fuel_price * m_trip_fuel * n_annual_flights)*exchange_rate
 
     # Print.
-    runtime_output.print('Fuel costs (per year): ' + f"{int(fuel_costs[idx_design_point]):,}" + ' €')
+    runtime_output.print('Fuel costs (per year): ' + f"{int(fuel_costs[idx_design_point]):,}" + ' USD')
 
     # Prepare output data.
     dict_operating_costs['fuel_costs'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_06_calculatehandlingcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_06_calculatehandlingcosts.py
index 826495929b27bc8884ffa4255ac4843872dccdc4..a0e776c4daed72905facb7b3fd7d3b77a5df8cdc 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_06_calculatehandlingcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_06_calculatehandlingcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,14 +37,15 @@ def calculate_handling_costs(dict_ac_data, dict_operating_costs, runtime_output)
     # Extract necessary variables from 'dict_ac_data'.
     fees_handling = dict_ac_data['fees_handling']
     m_payload = dict_ac_data['m_payload']
+    exchange_rate = dict_ac_data['exchange_rate']
     # Extract necessary values from 'dict_operating_costs'.
     n_annual_flights = dict_operating_costs['dependent_parameter']['flights_per_year']
 
     # Calculate handling costs.
-    handling_costs = m_payload * fees_handling * n_annual_flights
+    handling_costs = (m_payload * fees_handling * n_annual_flights)*exchange_rate
 
     # Print.
-    runtime_output.print('Handling costs (per year): ' + f"{int(handling_costs):,}" + ' €')
+    runtime_output.print('Handling costs (per year): ' + f"{int(handling_costs):,}" + ' USD')
 
     # Prepare output data.
     dict_operating_costs['handling_costs'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_07_calculatelandingcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_07_calculatelandingcosts.py
index d9cea16a9a9e00784bf7544a7d5674ec70562fa0..d8c866a470c246d70115d4483da5db4ca81c5210 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_07_calculatelandingcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_07_calculatelandingcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -35,14 +35,15 @@ def calculate_landing_costs(dict_ac_data, dict_operating_costs, runtime_output):
     # Extract necessary variables from 'dict_ac_data'.
     fees_landing = dict_ac_data['fees_landing']
     m_takeoff_max = dict_ac_data['m_takeoff_max']
+    exchange_rate = dict_ac_data['exchange_rate']
     # Extract necessary values from 'dict_operating_costs'.
     n_annual_flights = dict_operating_costs['dependent_parameter']['flights_per_year']
 
     # Calculate landing costs.
-    landing_costs = m_takeoff_max * fees_landing * n_annual_flights
+    landing_costs = (m_takeoff_max * fees_landing * n_annual_flights)*exchange_rate
 
     # Print.
-    runtime_output.print('Landing costs (per year): ' + f"{int(landing_costs):,}" + ' €')
+    runtime_output.print('Landing costs (per year): ' + f"{int(landing_costs):,}" + ' USD')
 
     # Prepare output data.
     dict_operating_costs['landing_costs'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_08_calculateairtrafficcontrolcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_08_calculateairtrafficcontrolcosts.py
index 1e5df5641f635176cc47442c8e136b4cc32d5530..74f21b163fd1db6305a8ce47880a7973d41d56a9 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_08_calculateairtrafficcontrolcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_08_calculateairtrafficcontrolcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -49,6 +49,7 @@ def calculate_air_traffic_control_costs(dict_ac_data, dict_operating_costs, runt
     # Extract necessary variables from 'dict_ac_data'.
     air_traffic_control_price_factor = dict_ac_data['air_traffic_control_price_factor']
     m_takeoff_max = dict_ac_data['m_takeoff_max']
+    exchange_rate = dict_ac_data['exchange_rate']
     # Extract necessary values from 'dict_operating_costs'.
     n_annual_flights = dict_operating_costs['dependent_parameter']['flights_per_year']
     idx_design_point = dict_operating_costs['payload_range_diagram_data']['idx_design_point']
@@ -56,11 +57,11 @@ def calculate_air_traffic_control_costs(dict_ac_data, dict_operating_costs, runt
 
     # Calculate ATC costs.
     air_traffic_control_costs = (ranges_for_prd * air_traffic_control_price_factor * sqrt((m_takeoff_max / 1000) / 50)
-                                 * n_annual_flights)
+                                 * n_annual_flights)*exchange_rate
 
     # Print.
     runtime_output.print('Air traffic control costs (per year): '
-                         + f"{int(air_traffic_control_costs[idx_design_point]):,}" + ' €')
+                         + f"{int(air_traffic_control_costs[idx_design_point]):,}" + ' USD')
 
     # Prepare output data.
     dict_operating_costs['air_traffic_control_costs'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_09_calculatemaintenancecosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_09_calculatemaintenancecosts.py
index 2ec291b45938d22da339458bbeda63728ff8a9dc..1826d19d41456e2ddb1f8e9cdc973b48b2363fd1 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_09_calculatemaintenancecosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_09_calculatemaintenancecosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -52,6 +52,7 @@ def calculate_maintenance_costs(dict_ac_data, dict_operating_costs, runtime_outp
     rate_labor = dict_ac_data['rate_labor']
     ratio_operating_empty_mass = dict_ac_data['ratio_operating_empty_mass']
     static_thrust_per_engine = dict_ac_data['static_thrust_per_engine']
+    exchange_rate = dict_ac_data['exchange_rate']
     # Extract necessary values from 'dict_operating_costs'.
     n_annual_flights = dict_operating_costs['dependent_parameter']['flights_per_year']
     newton_to_tonnes = 0.000101971621
@@ -61,19 +62,20 @@ def calculate_maintenance_costs(dict_ac_data, dict_operating_costs, runtime_outp
 
     # Calculate maintenance costs.
     airframe_material = ((m_operating_empty / 1000) * (0.2 * flight_time + 13.7)
-                         + (airframe_repair_costs_per_flight*ratio_operating_empty_mass))
-    airframe_personnel = rate_labor * (1 + cost_burden) * ((0.655 + 0.01 * (m_operating_empty / 1000))
+                         + (airframe_repair_costs_per_flight*ratio_operating_empty_mass))*exchange_rate
+    airframe_personnel = (rate_labor * (1 + cost_burden) * ((0.655 + 0.01 * (m_operating_empty / 1000))
                                                            * flight_time + 0.254 + 0.01 * (m_operating_empty / 1000))
+                          *exchange_rate)
     engine_maintenance_cost = []
     for engine_ID in static_thrust_per_engine.keys():
         engine_entity_maintenance_cost = (1.5 * (static_thrust_per_engine[engine_ID]*newton_to_tonnes)
-                                          / ACCELERATION_OF_GRAVITY + 30.5 * flight_time + 10.6)
+                                          / ACCELERATION_OF_GRAVITY + 30.5 * flight_time + 10.6)*exchange_rate
         engine_maintenance_cost.append(engine_entity_maintenance_cost)
     engine_total = sum(engine_maintenance_cost) * factor_engine_maintenance
     maintenance_costs = (airframe_material + airframe_personnel + engine_total) * n_annual_flights
 
     # Print.
-    runtime_output.print('Maintenance costs (per year): ' + f"{int(maintenance_costs):,}" + ' €')
+    runtime_output.print('Maintenance costs (per year): ' + f"{int(maintenance_costs):,}" + ' USD')
 
     # Prepare output data.
     dict_operating_costs['maintenance_costs'] = {}
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_10_calculateroutedependentcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_10_calculateroutedependentcosts.py
index 84b6a513cce3d18e75d49af4bd7563e2a03b2fde..073df10a3cf6ba34ea12c4417ae61443961fec6b 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_10_calculateroutedependentcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_10_calculateroutedependentcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ def calculate_route_dependent_costs(dict_ac_data, dict_operating_costs, runtime_
 
     # Print.
     runtime_output.print('ROUTE DEPENDENT COSTS (per year): '
-                         + f"{int(route_dependent_costs_annual[idx_design_point]):,}" + ' €')
+                         + f"{int(route_dependent_costs_annual[idx_design_point]):,}" + ' USD')
     runtime_output.print('                             *                            ')
 
     # Prepare output data.
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_11_calculatedirectoperatingcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_11_calculatedirectoperatingcosts.py
index 525ddfc3485929bf10e6b3236e14ebbf357d8741..6701d3080229da4cd695ba6392291c9a571696ec 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_11_calculatedirectoperatingcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_11_calculatedirectoperatingcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ def calculate_direct_operating_costs(dict_ac_data, dict_operating_costs, runtime
 
     # Print.
     runtime_output.print('DIRECT OPERATING COSTS (per year): '
-                         + f"{int(direct_operating_costs_annual[idx_design_point]):,}" + ' €')
+                         + f"{int(direct_operating_costs_annual[idx_design_point]):,}" + ' USD')
     runtime_output.print('----------------------------------------------------------')
 
     # Prepare output data.
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_12_calculateflightkilometercosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_12_calculateflightkilometercosts.py
index 4041e87a18180284872febca828bed67fb845e87..f4de3b0b6fae8b5b4faa74db281ce134118ac56f 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_12_calculateflightkilometercosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_12_calculateflightkilometercosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_13_calculateseatkilometercosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_13_calculateseatkilometercosts.py
index e962a2065be1c6fc2233ccd75c1581ff97ff854f..0ba1e3e0978a1c97eba2e651e1463bdcda30ec83 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_13_calculateseatkilometercosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_13_calculateseatkilometercosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_14_calculatecorrectedseatkilometercosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_14_calculatecorrectedseatkilometercosts.py
index c228861c921df5fbd08e00a82357ac935f3aa2cd..cf681884260f3b6e6651b81361416e197776ac02 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_14_calculatecorrectedseatkilometercosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_14_calculatecorrectedseatkilometercosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_15_calculatetonkilometercosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_15_calculatetonkilometercosts.py
index 336bfff76f7edc79954f333463b9183ee929a483..d2f30cae74eaa198ae51680b98fb66a128f4c9eb 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_15_calculatetonkilometercosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_15_calculatetonkilometercosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_16_calculaterevenuepassengerkilometercosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_16_calculaterevenuepassengerkilometercosts.py
index 7ad430fd573b18eb0618dcf9ce53300f705fc6da..248a300f458736e579af0191418bbdf161744cb6 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_16_calculaterevenuepassengerkilometercosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_16_calculaterevenuepassengerkilometercosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_17_calculateindirectoperatingcosts.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_17_calculateindirectoperatingcosts.py
index d86fb22a9cd08a96610402132d4c2381d4d1d62c..229fe6c35b701abfed3242ab3f0929c7fd3649de 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_17_calculateindirectoperatingcosts.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/call_functions/_17_calculateindirectoperatingcosts.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodhtmlreport.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodhtmlreport.py
index 49af2e2e2b1a1bb0d6cdb0369d5814d1c4e93bb5..3333e12257e66780fe5d745fc24174dc7ca399bd 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodhtmlreport.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodhtmlreport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,27 +19,273 @@
 # This file is part of UNICADO.
 
 """Module providing report functionalities for current calculation method."""
+from yattag import Doc
+from bs4 import BeautifulSoup
+import os
 
 
 def method_html_report(paths_and_names, routing_dict, data_dict, method_specific_output_dict, runtime_output):
-    """Report function.
+    """HTML report function.
 
     This function is responsible for creating reports.
     [Add further information here...]
 
     :param dict paths_and_names: Dictionary containing system paths and ElementTrees
-    :param dict routing_dict: Dictionary containing routing parameters
+    :param dict routing_dict: Dictionary containing routing parameter
     :param dict data_dict: Dictionary containing results of module execution
-    :param dict method_specific_output_dict: Dictionary containing method specific output data
-    :param logging.Logger runtime_output: Logging object used for capturing log messages in the module
     :return: None
     """
+    runtime_output.print(f'HTML report is generated and saved...')
 
-    # This is just a dummy code snippet. Insert your code here.
+    """ Preparation."""
+    # Extract tool and project name.
     tool_name = paths_and_names['tool_name']
-    runtime_output.print(
-        'Moin! This is the "method_html_report" function from the ' + tool_name + ' tool speaking... '
-        + '[Imagine fancy reports are generated here (you can find me in the "methodhtmlreport.py" file).]')
+    report_title = (tool_name.replace('_', ' ')).capitalize()
+    project_name = paths_and_names['name_of_project']
+    root_of_module_config_tree = paths_and_names['root_of_module_config_tree']
+    plot_switch = (eval(root_of_module_config_tree.find('.//plot_output/enable/value').text.capitalize()))
+    study_exists = ("study" in data_dict.keys())
 
-    # Check, if mission study exists.
-    study_exists = ('study' in data_dict.keys())
+    # Extract data.
+    # Note: Please ensure to format the data here (e.g., round floats)!
+    # Cost overview data.
+    cost_overview = [
+        ("Route independent costs",
+        f"{round(data_dict['design']['route_independent_costs']['route_independent_costs_annual']):,.0f} USD"),
+        ("Route dependent costs",
+        f"{round(data_dict['design']['route_dependent_costs']['route_dependent_costs_annual_design_point']):,.0f} USD"),
+        ("Direct operating costs",
+        f"{round(data_dict['design']['direct_operating_costs']['direct_operating_costs_annual_design_point']):,.0f} USD"),
+    ]
+    cost_overview_title = "Cost overview"
+    cost_overview_column_titles = ["Cost share", "Design mission"]
+    cost_overview_alignment = ["l", "r"]
+    if study_exists:
+        study_values = [
+            f"{round(data_dict['study']['route_independent_costs']['route_independent_costs_annual']):,.0f} USD",
+            f"{round(data_dict['study']['route_dependent_costs']['route_dependent_costs_annual_design_point']):,.0f} USD",
+            f"{round(data_dict['study']['direct_operating_costs']['direct_operating_costs_annual_design_point']):,.0f} USD"
+        ]
+        # Add study values to each row in route_dependent_data.
+        cost_overview = [
+            (design_data[0], design_data[1], study_value)
+            for design_data, study_value in zip(cost_overview, study_values)
+        ]
+        cost_overview_column_titles.append("Study mission")
+        cost_overview_alignment.append("r")
+
+    # Route independent data.
+    route_independent_data = [
+        ("Capital cost",
+         f"{round(data_dict['design']['capital_costs']['capital_costs']):,.0f} USD"),
+        ("Crew cost",
+         f"{round(data_dict['design']['crew_costs']['crew_costs_annual']):,.0f} USD"),
+        ("Route independent costs",
+        f"{round(data_dict['design']['route_independent_costs']['route_independent_costs_annual']):,.0f} USD"),
+    ]
+    route_independent_data_title = "Route independent cost"
+    route_independent_data_column_titles = ["Cost share", "Design mission"]
+    route_independent_data_alignment = ["l", "r"]
+    if study_exists:
+        study_values = [
+            f"{round(data_dict['study']['capital_costs']['capital_costs']):,.0f} USD",
+            f"{round(data_dict['study']['crew_costs']['crew_costs_annual']):,.0f} USD",
+            f"{round(data_dict['study']['route_independent_costs']['route_independent_costs_annual']):,.0f} USD"
+        ]
+        # Add study values to each row in route_dependent_data.
+        route_independent_data = [
+            (design_data[0], design_data[1], study_value)
+            for design_data, study_value in zip(route_independent_data, study_values)
+        ]
+        route_independent_data_column_titles.append("Study mission")
+        route_independent_data_alignment.append("r")
+
+    # Route dependent data.
+    route_dependent_data = [
+        ("Fuel cost",
+         f"{round(data_dict['design']['fuel_costs']['fuel_costs_design_point']):,.0f} USD"),
+        ("Handling cost",
+         f"{round(data_dict['design']['handling_costs']['handling_costs']):,.0f} USD"),
+        ("Landing cost",
+         f"{round(data_dict['design']['landing_costs']['landing_costs']):,.0f} USD"),
+        ("Air traffic control cost",
+         f"{round(data_dict['design']['air_traffic_control_costs']['air_traffic_control_costs_design_point']):,.0f} USD"),
+        ("Maintenance cost",
+         f"{round(data_dict['design']['maintenance_costs']['maintenance_costs']):,.0f} USD"),
+        ("Route dependent costs",
+         f"{round(data_dict['design']['route_dependent_costs']['route_dependent_costs_annual_design_point']):,.0f} USD"),
+    ]
+    route_dependent_data_title = "Route dependent cost"
+    route_dependent_data_column_titles = ["Cost share", "Design mission"]
+    route_dependent_data_alignment = ["l", "r"]
+    if study_exists:
+        study_values = [
+            f"{round(data_dict['study']['fuel_costs']['fuel_costs_design_point']):,.0f} USD",
+            f"{round(data_dict['study']['handling_costs']['handling_costs']):,.0f} USD",
+            f"{round(data_dict['study']['landing_costs']['landing_costs']):,.0f} USD",
+            f"{round(data_dict['study']['air_traffic_control_costs']['air_traffic_control_costs_design_point']):,.0f} USD",
+            f"{round(data_dict['study']['maintenance_costs']['maintenance_costs']):,.0f} USD",
+            f"{round(data_dict['study']['route_dependent_costs']['route_dependent_costs_annual_design_point']):,.0f} USD"
+        ]
+        # Add study values to each row in route_dependent_data.
+        route_dependent_data = [
+            (design_data[0], design_data[1], study_value)
+            for design_data, study_value in zip(route_dependent_data, study_values)
+        ]
+        route_dependent_data_column_titles.append("Study mission")
+        route_dependent_data_alignment.append("r")
+
+    """Generate report."""
+    # Start Yattag document.
+    doc, tag, text = Doc().tagtext()
+
+    # Generate header (without creating a new <html>).
+    with tag('html', lang="en"):
+        # Generate report header (adds <head>).
+        generate_report_header(doc, report_title)
+
+        # Generate body.
+        with tag('body'):
+            with tag('div', klass="logo"):
+                text("")
+            with tag('div', klass="content"):
+                with tag('h1'):
+                    text(f"Report - {report_title} of {project_name}")
+                with tag('div', klass="container"):
+
+                    # Data on the left side.
+                    with tag('div', klass="box data"):
+                        # Add small description.
+                        with tag('p', style="font-size: 0.7rem; margin-left: 0.5rem; margin-top: 1rem; text-align: left;"):
+                            text("Note: All data shown are annual costs.")
+                        # Add title.
+                        with tag('h2'):
+                            text("Data")
+                        # Add table for cost overview.
+                        generate_table(doc, tag, text, cost_overview, cost_overview_title,
+                                       cost_overview_column_titles, cost_overview_alignment)
+                        # Add table for route independent costs.
+                        generate_table(doc, tag, text, route_independent_data, route_independent_data_title,
+                                       route_independent_data_column_titles, route_independent_data_alignment)
+                        # Add table for route dependent costs.
+                        generate_table(doc, tag, text, route_dependent_data, route_dependent_data_title,
+                                       route_dependent_data_column_titles, route_dependent_data_alignment)
+
+                    # Plots on the right side.
+                    # Ensure that plots are enabled before displaying them on report.
+                    if plot_switch:
+                        with tag('div', klass="box plot"):
+                            with tag('h2'):
+                                text("Plots")
+                                # PRD and DOC/TKO.
+                                with tag('h3'):
+                                    plot_name = "Payload range diagram and SKC for design mission"
+                                    src_name = "../plots/cost_estimation_" + plot_name + ".svg"
+                                with tag('img',src=src_name, klass="image-plot", style="margin-bottom: 20px;"):
+                                    pass
+                                # DOC per TKO.
+                                with tag('h3'):
+                                    plot_name = "DOC per ton kilometers offered (TKO) and TKO for design mission"
+                                    src_name = "../plots/cost_estimation_" + plot_name + ".svg"
+                                with tag('img',src=src_name, klass="image-plot", style="margin-bottom: 20px;"):
+                                    pass
+                                # SKC and TKO.
+                                with tag('h3'):
+                                    plot_name = "SKC and TKO for design mission"
+                                    src_name = "../plots/cost_estimation_" + plot_name + ".svg"
+                                with tag('img',src=src_name, klass="image-plot", style="margin-bottom: 20px;"):
+                                    pass
+
+    # Convert the document to HTML string.
+    html_output = doc.getvalue()
+
+    # Pretty HTML output with BeautifulSoup.
+    soup = BeautifulSoup(html_output, 'html.parser')
+    pretty_html = soup.prettify()
+
+    """ Save report to current aircraft project directory. """
+    # Save the report.
+    project_directory = paths_and_names["project_directory"]
+    report_directory = os.path.join(project_directory, 'reporting', 'report_html')
+    os.makedirs(report_directory, exist_ok=True)
+    output_path = os.path.join(report_directory, f"{tool_name}_report.html")
+
+    # Write the HTML to the file.
+    with open(output_path, "w", encoding="utf-8") as report:
+        report.write(pretty_html)
+    
+    return
+
+
+def generate_table(doc, tag, text, data, caption, column_titles, alignment=None):
+    """Generate an HTML table.
+
+    This function creates an HTML table from the provided data.
+    Note: Options for the alignment types are "l" for left, "r" for right, and "m" for center. If not provided, columns
+    are left-aligned by default.
+
+    :param doc: Yattag Doc instance
+    :param tag: Yattag tag function
+    :param text: Yattag text function
+    :param str caption: Table caption
+    :param list column_titles: Titles of table columns
+    :param list alignment: List of alignment types for ech column (defaults to None)
+    :param list data: List of tuples containing table data
+    """
+    with tag('table', klass="content-table"):
+        with tag('caption'):
+            text(caption)
+        with tag('thead'):
+            with tag('tr'):
+                for col in column_titles:
+                    with tag('th'):
+                        text(f"{col}")
+        with tag('tbody'):
+            row_number = 0
+            for row in data:
+                is_last_row = (row_number == len(data) - 1)
+                with tag('tr', style="font-weight: normal;" if is_last_row else ""):
+                    column_number = 0
+                    for col in row:
+                        if col is None:
+                            with tag('td'):
+                                text('N.A.')
+                        else:
+                            if alignment is not None:
+                                if alignment[column_number] == "m":
+                                    with tag('td', style="text-align: center;"):
+                                        text(col)
+                                elif alignment[column_number] == "r":
+                                    with tag('td', style="text-align: right;"):
+                                        text(col)
+                                elif alignment[column_number] == "l":
+                                    with tag('td', style="text-align: left;"):
+                                        text(col)
+                                else:
+                                    with tag('td'):
+                                        text(col)
+                            else:
+                                with tag('td'):
+                                    text(col)
+                        column_number += 1
+                row_number += 1
+    
+    return
+
+
+def generate_report_header(doc, tool_name):
+    """Generate HTML header.
+    
+    This function generates an HTML header with meta information, style sheets, and title.
+
+    :param doc: Yattag Doc instance
+    :param str tool_name: Name of the tool
+    """
+    with doc.tag('head'):
+        doc.stag('meta', name="viewport", content="width=device-width, initial-scale=1.0")
+        doc.stag('meta', charset="UTF-8")
+        with doc.tag('title'):
+            doc.text(tool_name)
+        doc.stag('link', rel="stylesheet", href="style.css")
+    
+    return
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodplot.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodplot.py
index 9efca79b7d58352bd046c69e6f04d1351d0639d2..26b27168bb1b5d50f131e6e231eff0243eef27f7 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodplot.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodplot.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -48,20 +48,20 @@ def method_plot(paths_and_names, routing_dict, data_dict, method_specific_output
     ton_kilometer_costs_design = data_dict['design']['ton_kilometer_costs']['ton_kilometer_costs']
 
     """ Plot two values in the same diagram. """
-    create_two_axes_plot(seat_kilometer_costs_design, 300, "SKC in €/number of PAX * km * year",
+    create_two_axes_plot(seat_kilometer_costs_design, 300, "SKC in USD/number of PAX * km * year",
                          ton_kilometers_offered_design, max(ton_kilometers_offered_design) * 1.1,
                          "Ton kilometers offered in payload weight * km",
                          prd_range_array, "SKC and TKO for design mission",
                          "design_mission", paths_and_names)
 
-    create_two_axes_plot(ton_kilometer_costs_design, 3, "DOC per ton kilometers offered in €/payload weight * km",
+    create_two_axes_plot(ton_kilometer_costs_design, 3, "DOC per ton kilometers offered in USD/payload weight * km",
                          ton_kilometers_offered_design, max(ton_kilometers_offered_design) * 1.1,
                          "Ton kilometers offered in payload weight * km",
                          prd_range_array, "DOC per ton kilometers offered (TKO) and TKO for design mission",
                          "design_mission", paths_and_names)
 
     create_two_axes_plot(prd_payload_array, max(prd_payload_array) * 1.1, "Payload in kg",
-                         ton_kilometer_costs_design, 3, "DOC per ton kilometers offered in €/payload weight * km",
+                         ton_kilometer_costs_design, 3, "DOC per ton kilometers offered in USD/payload weight * km",
                          prd_range_array, "Payload range diagram and SKC for design mission",
                          "design_mission", paths_and_names)
 
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodtexoutput.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodtexoutput.py
index f3534b01717f56d2cf01c1f36ceafd58be90b5b5..69ae38cd52c26fe92d94d3cf534a805b430f913c 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodtexoutput.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodtexoutput.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodxmlexport.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodxmlexport.py
index 236dd7a0902c90fabef61a6c7157e9b2dbf7b727..28f3a84b2a41998be409b4c5685e50ef522eb974 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodxmlexport.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/methodxmlexport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/operatingcostestimationtuberlin.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/operatingcostestimationtuberlin.py
index b4fe054604b4a384b6dbe5d2557ced0c443ee2cd..c884629c8a9e4ea9cfccc6bf5519cd86607b4998 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/operatingcostestimationtuberlin.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/general/operatingcostestimationtuberlin.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -71,12 +71,29 @@ def operating_cost_estimation(paths_and_names, routing_dict, dict_ac_data, runti
         # Read all python files from 'call_functions' directory, delete cache folder, and sort 'call_function_list'.
         call_function_list = os.listdir(sys._MEIPASS + '/'
                                         + routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+    
+    # Check if the system prefix is different from the base prefix -> code is runnig in a vitual environment
+    elif hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix:
+        # List all entries in the directory.
+        all_entries = os.listdir(paths_and_names['working_directory'] + '/' +
+                                routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+        # Filter out only files (ignore directories).
+        call_function_list = [entry for entry in all_entries
+                            if os.path.isfile(paths_and_names['working_directory'] + '/' +
+                                                routing_dict['module_import_name'].replace('.', '/')
+                                                + '/general/call_functions' + '/' + entry)] 
+        
     # If running as a regular Python script, use the current directory.
     else:
-        # Read all python files from 'call_functions' directory, delete cache folder, and sort 'call_function_list'.
-        call_function_list = os.listdir(paths_and_names['working_directory'] + '/'
-                                        + routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
-        
+        # List all entries in the directory.
+        all_entries = os.listdir(os.getcwd() + '/' +
+                                routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+        # Filter out only files (ignore directories).
+        call_function_list = [entry for entry in all_entries
+                            if os.path.isfile(os.getcwd() + '/' +
+                                                routing_dict['module_import_name'].replace('.', '/')
+                                                + '/general/call_functions' + '/' + entry)]
+       
     if '__pycache__' in call_function_list:
         call_function_list.remove('__pycache__')
     if '.DS_Store' in call_function_list:
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/kerosene/methodkerosene.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/kerosene/methodkerosene.py
index 876e11c0576d937f7dac0b445f023323f641c8ed..65e9003f0e8d0ad3a066513f2a2639414d8665a4 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/kerosene/methodkerosene.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/kerosene/methodkerosene.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -148,5 +148,7 @@ def method_kerosene(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_co
                                             + 'Program aborted.')
                     runtime_output.print('----------------------------------------------------------')
                     kerosene_output_dict = {'design': kerosene_output_dict_design}
+    else:
+        kerosene_output_dict = {'design': kerosene_output_dict_design}
 
     return kerosene_output_dict
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
index 8a63dcf9c3a8a77d765b12e6efac0e460afec375..dedd114c46c3880a0a00cc8cba209138edd12bbc 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/usermethoddatapreparation.py b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/usermethoddatapreparation.py
index 8890fdfb7ea7ca9597068f0c5549670e37962cb0..33ccb88daba571e9f7a157b4b5069ce04c86f574 100644
--- a/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/usermethoddatapreparation.py
+++ b/cost_estimation/src/tube_and_wing/empirical/operating_cost_estimation_tu_berlin/usermethoddatapreparation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -50,8 +50,8 @@ def user_method_data_input_preparation(routing_dict):
 
     # Enter all parameters to be extracted from the aircraft exchange file.
     data_to_extract_from_aircraft_exchange_dict = {
-        'altitude_cruise_design': [requirements_path + 'design_mission/initial_cruise_altitude', float],  # new
-        'altitude_cruise_study': [requirements_path + 'study_mission/initial_cruise_altitude', float],  # new
+        'altitude_cruise_design': [requirements_path + 'design_mission/initial_cruise_altitude', float],
+        'altitude_cruise_study': [requirements_path + 'study_mission/initial_cruise_altitude', float],
         'm_cargo': [transport_task_path + 'cargo_definition/additional_cargo_mass', float],
         'm_luggage': [transport_task_path + 'passenger_definition/luggage_mass_per_passenger', float],
         'm_operating_empty': [masses_and_cg_path + 'operating_mass_empty/mass_properties/mass', float],
@@ -61,17 +61,18 @@ def user_method_data_input_preparation(routing_dict):
                                   float],
         'm_takeoff_max': [masses_and_cg_path + 'maximum_takeoff_mass/mass_properties/mass', float],
         'm_takeoff_design': [masses_and_cg_path + 'design_mass/mass_properties/mass', float],
-        'm_takeoff_study': [masses_and_cg_path + 'study_mass/mass_properties/mass', float],
-        'mach_cruise_design': [requirements_path + 'design_mission/initial_cruise_mach_number', float],  # new
-        'mach_cruise_study': [requirements_path + 'study_mission/initial_cruise_mach_number', float],  # new
+        # 'm_takeoff_study': [masses_and_cg_path + 'study_mass/mass_properties/mass', float],
+        'm_takeoff_study': [mission_path + 'study_mission/takeoff_mass', float],
+        'mach_cruise_design': [requirements_path + 'design_mission/initial_cruise_mach_number', float],
+        'mach_cruise_study': [requirements_path + 'study_mission/initial_cruise_mach_number', float],
         'n_cabin_crew_members': [fuselage_path + 'specific/geometry/fuselage[@ID="0"]/number_of_required_cabin_crew',
                                  float],
         'n_cockpit_crew_members': [fuselage_path
-                                   + 'specific/geometry/fuselage[@ID="0"]/number_of_required_cockpit_crew', float],
-        'passenger_class_distribution': [transport_task_path + 'passenger_class_definition/class_distribution', str],  # new
+                                   + 'specific/geometry/fuselage[@ID="0"]/number_of_required_flight_crew', float],
+        'passenger_class_distribution': [transport_task_path + 'passenger_class_definition/class_distribution', str],
         'n_passengers': [transport_task_path + 'passenger_definition/total_number_passengers', float],
-        'range_at_max_fuel': [assessment_path + 'performance/range/range_max_fuel_at_maximum_take_off_mass', float],
-        'range_at_max_payload': [assessment_path + 'performance/range/range_max_payload_at_maximum_take_off_mass',
+        'range_at_max_fuel': [assessment_path + 'performance/range/range_max_fuel_at_maximum_takeoff_mass', float],
+        'range_at_max_payload': [assessment_path + 'performance/range/range_max_payload_at_maximum_takeoff_mass',
                                  float],
         'range_ferry': [assessment_path + 'performance/range/range_maximum_fuel_empty', float],
         'static_thrust_per_engine': [propulsion_path + 'specific/propulsion[@ID="0"]/engine/SLST', float],
@@ -91,20 +92,22 @@ def user_method_data_input_preparation(routing_dict):
     tmp_general = ('./program_settings/configuration[@ID="tube_and_wing"]/fidelity[@ID="empirical"]/'
                    + 'operating_cost_estimation_tu_berlin/general_direct_operating_costs_parameter')
     general_data_to_extract_from_module_configuration_dict = {
-        'annual_lay_days_maintenance':
-            [tmp_general + '/flight_cycles/annual_lay_days_maintenance', float],
-        'annual_lay_days_overhaul':
-            [tmp_general + '/flight_cycles/annual_lay_days_overhaul', float],
-        'annual_lay_days_reserve':
-            [tmp_general + '/flight_cycles/annual_lay_days_reserve', float],
+        'exchange_rate':
+            [tmp_general + '/exchange_rate', float],
+        'annual_lay_hours_maintenance':
+            [tmp_general + '/flight_cycles/annual_lay_hours_maintenance', float],
+        'annual_lay_hours_overhaul':
+            [tmp_general + '/flight_cycles/annual_lay_hours_overhaul', float],
+        'annual_lay_hours_reserve':
+            [tmp_general + '/flight_cycles/annual_lay_hours_reserve', float],
         'air_traffic_control_price_factor_design':
             [tmp_general + '/air_traffic_control/air_traffic_control_price_factor_design', float],
         'air_traffic_control_price_factor_study':
             [tmp_general + '/air_traffic_control/air_traffic_control_price_factor_study', float],
         'airframe_repair_costs_per_flight':
             [tmp_general + '/maintenance/airframe_repair_costs_per_flight', float],
-        'block_time_per_flight':
-            [tmp_general + '/flight_cycles/block_time_per_flight', float],
+        'block_time_supplement_per_flight':
+            [tmp_general + '/flight_cycles/block_time_supplement_per_flight', float],
         'cost_burden':
             [tmp_general + '/maintenance/cost_burden', float],
         'daily_night_curfew_time':
@@ -125,14 +128,10 @@ def user_method_data_input_preparation(routing_dict):
             [tmp_general + '/capital/rate_interest', float],
         'rate_labor':
             [tmp_general + '/maintenance/rate_labor', float],
-        'residual_value_factor':
-            [tmp_general + '/capital/residual_value_factor', float],
         'revenue_per_freight_km_design':
             [tmp_general + '/related_direct_operating_costs/revenue_per_freight_km_design', float],
         'revenue_per_freight_km_study':
-            [tmp_general + '/related_direct_operating_costs/revenue_per_freight_km_study', float],
-        'salary_variation':
-            [tmp_general + '/crew/salary_variation', bool]
+            [tmp_general + '/related_direct_operating_costs/revenue_per_freight_km_study', float]
     }
 
     # Enter all specific parameters to be extracted from the module configuration file. 'specific parameters' means
@@ -248,26 +247,26 @@ def user_method_data_output_preparation(data_dict):
         'capital_costs': {
             'attributes': {'description': 'Capital costs per year'},
             'parameters': {'value': data_dict['design']['capital_costs']['capital_costs'],
-                           'unit': 'EUR'}},
+                           'unit': 'USD'}},
         'crew_costs_per_year': {
             'attributes': {'description': 'Crew costs per year'},
             'parameters': {'value': data_dict['design']['crew_costs']['crew_costs_annual'],
-                           'unit': 'EUR'}},
+                           'unit': 'USD'}},
         'crew_costs_per_depreciation_period': {
             'attributes': {'description': 'Crew costs per depreciation period at design point'},
             'parameters': {'value': data_dict['design']['crew_costs']['crew_costs_depreciation_period'],
-                           'unit': 'EUR'}},
+                           'unit': 'USD'}},
         'route_independent_costs_per_year': {
             'attributes': {'description': 'Route independent costs per year at design point (sum of capital and crew '
                                           'costs)'},
             'parameters': {'value': data_dict['design']['route_independent_costs']['route_independent_costs_annual'],
-                           'unit': 'EUR'}},
+                           'unit': 'USD'}},
         'route_independent_costs_per_depreciation_period': {
             'attributes': {'description': 'Route independent costs per depreciation period at design point (sum of '
                                           'capital and crew costs)'},
             'parameters': {'value': data_dict['design']['route_independent_costs'][
                 'route_independent_costs_depreciation_period'],
-                           'unit': 'EUR'}},
+                           'unit': 'USD'}},
         # Route dependent cost shares.
         'route_dependent_cost_shares': {
             'attributes': {'description': 'Route dependent cost shares'}},
@@ -275,58 +274,58 @@ def user_method_data_output_preparation(data_dict):
             'attributes': {'description': 'Fuel costs per year at design point'},
             'parameters': {
                 'value': data_dict['design']['fuel_costs']['fuel_costs_design_point'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         'handling_costs': {
             'attributes': {'description': 'Handling costs per year at design point'},
             'parameters': {
                 'value': data_dict['design']['handling_costs']['handling_costs'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         'landing_costs': {
             'attributes': {'description': 'Landing costs per year at design point'},
             'parameters': {
                 'value': data_dict['design']['landing_costs']['landing_costs'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         'air_traffic_control_costs': {
             'attributes': {'description': 'Air traffic control (ATC) costs per year at design point'},
             'parameters': {
                 'value': data_dict['design']['air_traffic_control_costs']['air_traffic_control_costs_design_point'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         'maintenance_costs': {
             'attributes': {'description': 'Maintenance costs per year at design point'},
             'parameters': {
                 'value': data_dict['design']['maintenance_costs']['maintenance_costs'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         'route_dependent_costs_per_year': {
             'attributes': {'description': 'Route dependent costs per year at design point'},
             'parameters': {
                 'value': data_dict['design']['route_dependent_costs']['route_dependent_costs_annual_design_point'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         'route_dependent_costs_per_depreciation_period': {
             'attributes': {'description': 'Route dependent costs per depreciation period at design point'},
             'parameters': {
                 'value': data_dict['design']['route_dependent_costs'][
                     'route_dependent_costs_depreciation_period_design_point'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         # Direct operating costs.
         'direct_operating_costs_per_year': {
             'attributes': {'description': 'Direct operating costs per year at design point (sum of route dependent and '
                                           'route independent costs)'},
             'parameters': {
                 'value': data_dict['design']['direct_operating_costs']['direct_operating_costs_annual_design_point'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         'direct_operating_costs_per_depreciation_period': {
             'attributes': {'description': 'Direct operating costs per depreciation period at design point (sum of route'
                                           ' dependent and route independent costs)'},
             'parameters': {
                 'value': data_dict['design']['direct_operating_costs'][
                     'direct_operating_costs_depreciation_period_design_point'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         # Indirect operating costs.
         'indirect_operating_costs': {
             'attributes': {'description': 'Indirect operating costs'},
             'parameters': {
                 'value': data_dict['design']['indirect_operating_costs']['indirect_operating_costs'],
-                'unit': 'EUR'}},
+                'unit': 'USD'}},
         # List.
         'list_of_paths': paths_to_specific_design_outputs_list
     }
@@ -369,28 +368,28 @@ def user_method_data_output_preparation(data_dict):
             'capital_costs': {
                 'attributes': {'description': 'Capital costs per year'},
                 'parameters': {'value': data_dict['study']['capital_costs']['capital_costs'],
-                               'unit': 'EUR'}},
+                               'unit': 'USD'}},
             'crew_costs_per_year': {
                 'attributes': {'description': 'Crew costs per year'},
                 'parameters': {'value': data_dict['study']['crew_costs']['crew_costs_annual'],
-                               'unit': 'EUR'}},
+                               'unit': 'USD'}},
             'crew_costs_per_depreciation_period': {
                 'attributes': {'description': 'Crew costs per depreciation period at design point'},
                 'parameters': {'value': data_dict['study']['crew_costs']['crew_costs_depreciation_period'],
-                               'unit': 'EUR'}},
+                               'unit': 'USD'}},
             'route_independent_costs_per_year': {
                 'attributes': {
                     'description': 'Route independent costs per year at design point (sum of capital and crew '
                                    'costs)'},
                 'parameters': {
                     'value': data_dict['study']['route_independent_costs']['route_independent_costs_annual'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'route_independent_costs_per_depreciation_period': {
                 'attributes': {'description': 'Route independent costs per depreciation period at design point (sum of '
                                               'capital and crew costs)'},
                 'parameters': {'value': data_dict['study']['route_independent_costs'][
                     'route_independent_costs_depreciation_period'],
-                               'unit': 'EUR'}},
+                               'unit': 'USD'}},
             # Route dependent cost shares.
             'route_dependent_cost_shares': {
                 'attributes': {'description': 'Route dependent cost shares'}},
@@ -398,38 +397,38 @@ def user_method_data_output_preparation(data_dict):
                 'attributes': {'description': 'Fuel costs per year at design point'},
                 'parameters': {
                     'value': data_dict['study']['fuel_costs']['fuel_costs_design_point'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'handling_costs': {
                 'attributes': {'description': 'Handling costs per year at design point'},
                 'parameters': {
                     'value': data_dict['study']['handling_costs']['handling_costs'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'landing_costs': {
                 'attributes': {'description': 'Landing costs per year at design point'},
                 'parameters': {
                     'value': data_dict['study']['landing_costs']['landing_costs'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'air_traffic_control_costs': {
                 'attributes': {'description': 'Air traffic control (ATC) costs per year at design point'},
                 'parameters': {
                     'value': data_dict['study']['air_traffic_control_costs']['air_traffic_control_costs_design_point'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'maintenance_costs': {
                 'attributes': {'description': 'Maintenance costs per year at design point'},
                 'parameters': {
                     'value': data_dict['study']['maintenance_costs']['maintenance_costs'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'route_dependent_costs_per_year': {
                 'attributes': {'description': 'Route dependent costs per year at design point'},
                 'parameters': {
                     'value': data_dict['study']['route_dependent_costs']['route_dependent_costs_annual_design_point'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'route_dependent_costs_per_depreciation_period': {
                 'attributes': {'description': 'Route dependent costs per depreciation period at design point'},
                 'parameters': {
                     'value': data_dict['study']['route_dependent_costs'][
                         'route_dependent_costs_depreciation_period_design_point'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             # Direct operating costs.
             'direct_operating_costs_per_year': {
                 'attributes': {
@@ -438,7 +437,7 @@ def user_method_data_output_preparation(data_dict):
                 'parameters': {
                     'value': data_dict['study']['direct_operating_costs'][
                         'direct_operating_costs_annual_design_point'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             'direct_operating_costs_per_depreciation_period': {
                 'attributes': {
                     'description': 'Direct operating costs per depreciation period at design point (sum of route'
@@ -446,13 +445,13 @@ def user_method_data_output_preparation(data_dict):
                 'parameters': {
                     'value': data_dict['study']['direct_operating_costs'][
                         'direct_operating_costs_depreciation_period_design_point'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             # Indirect operating costs.
             'indirect_operating_costs': {
                 'attributes': {'description': 'Indirect operating costs'},
                 'parameters': {
                     'value': data_dict['study']['indirect_operating_costs']['indirect_operating_costs'],
-                    'unit': 'EUR'}},
+                    'unit': 'USD'}},
             # List
             'list_of_paths': paths_to_specific_study_outputs_list
         }
diff --git a/create_mission_xml/create_mission_xml_conf.xml b/create_mission_xml/create_mission_xml_conf.xml
index 223aacf48e6655682feead747805b62600cab188..09f8ce0a16fe88905d8df72bf0919467ec2ee472 100644
--- a/create_mission_xml/create_mission_xml_conf.xml
+++ b/create_mission_xml/create_mission_xml_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file name="createMissionXML_conf.xml">
     <control_settings description="General control settings for this tool">
         <aircraft_exchange_file_name description="Specify the name of the exchange file">
-            <value>csmr-2020.xml</value>
+            <value>CSMR-2020.xml</value>
         </aircraft_exchange_file_name>
         <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
         <own_tool_level description="Specify the tool level of this tool">
 			<value>3</value>
@@ -40,10 +40,10 @@
 			<value>create_mission_xml.log</value>
 		</log_file>
         <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
         <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
     </control_settings>
     <program_settings description="Program Settings">
diff --git a/create_mission_xml/src/create_mission_xml.cpp b/create_mission_xml/src/create_mission_xml.cpp
index 3e09ed4c85fa802f09d1bace53c2f8db4294f42b..bd8038b5364ce36c93011ca221e033e89d3e135d 100644
--- a/create_mission_xml/src/create_mission_xml.cpp
+++ b/create_mission_xml/src/create_mission_xml.cpp
@@ -1,13 +1,25 @@
-/**
- * @file create_mission_XML.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief sets mission steps for create mission XML's standard mission
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include <memory>
 #include <map>
 #include <string>
@@ -20,29 +32,18 @@
 #include "standard_mission/standard_mission/standard_mission.h"
 
 /**
- * @brief Construct a new create_mission_xml:: create_mission_xml object
+ * @brief Construct a new CreateMissionXML:: CreateMissionXML object
  * 
- * @param toolName entry from toolinfo.h
- * @param toolVersion entry from toolinfo.h
+ * @param tool_name entry from toolinfo.h
+ * @param tool_version entry from toolinfo.h
  */
-create_mission_xml::create_mission_xml(const int argc, char *argv[], const std::string &toolName,
-                                 const std::string &toolVersion)
-    : Module(argc, argv, toolName, toolVersion) {
+CreateMissionXML::CreateMissionXML(const int argc, char *argv[], const std::string &tool_name,
+                                 const std::string &tool_version)
+    : Module(argc, argv, tool_name, tool_version) {
     std::string mission_type = EndnodeReadOnly<std::string>("program_settings/mission_selector").read(rtIO_->moduleConfig).value();
-    if (mission_type != "design_mission" && mission_type != "study_mission" && mission_type != "requirements_mission") {
-        throwError(__FILE__, __func__, __LINE__, "Specified mission '" + mission_type +
-                "' is unkown! Only use 'design_mission', 'study_mission' or 'requirements_mission'. Abort program!");
-    }
-    route_ = {mission_type}; // By now, only one level depth vector
-    missionStrategy_.setStrategy(missionSelection_(route_)(rtIO_));
-}
 
-strategyaccess create_mission_xml::missionSelection_(const std::vector<std::string> &route) {
-    /* Routing table */
-    std::map<std::string, strategyaccess> table = {
-        {"design_mission",       [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<design_mission::standard_mission>(arg); }},
-        {"study_mission",        [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<study_mission::standard_mission>(arg); }},
-        {"requirements_mission", [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<requirements_mission::standard_mission>(arg); }}
-    };
-    return table[route.at(0)];
+    mission_strategy_.registerStrategy<design_mission::StandardMission>      ({"design_mission"});
+    mission_strategy_.registerStrategy<study_mission::StandardMission>       ({"study_mission"});
+    mission_strategy_.registerStrategy<requirements_mission::StandardMission>({"requirements_mission"});
+    mission_strategy_.setStrategy({mission_type}, rtIO_);
 }
diff --git a/create_mission_xml/src/create_mission_xml.h b/create_mission_xml/src/create_mission_xml.h
index d5936b390056dbf6e410cbdeb43c3611a9e2052d..0b4712434dfcff078d659bbd83adf83811400f76 100644
--- a/create_mission_xml/src/create_mission_xml.h
+++ b/create_mission_xml/src/create_mission_xml.h
@@ -1,13 +1,25 @@
-/**
- * @file create_mission_XML.h
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief sets mission steps for create mission XML's standard mission
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef CREATE_MISSION_XML_SRC_CREATE_MISSION_XML_H_
 #define CREATE_MISSION_XML_SRC_CREATE_MISSION_XML_H_
 
@@ -16,27 +28,23 @@
 #include <moduleBasics/module.h>
 #include <moduleBasics/strategySelector.h>
 
-class mission;
-class standardMission;
-
-class create_mission_xml : public Module {
+class CreateMissionXML : public Module {
  public:
-  create_mission_xml(const int argc, char *argv[], const std::string &toolName, const std::string &toolVersion);
-  ~create_mission_xml() = default;
+  CreateMissionXML(const int argc, char *argv[], const std::string &tool_name, const std::string &tool_version);
+  ~CreateMissionXML() = default;
 
-  void initialize() override { missionStrategy_.initializeStrategy(); };
-  void run() override { missionStrategy_.runStrategy(); };
-  void update() override { missionStrategy_.updateStrategy(); };
-  void report() override { missionStrategy_.reportStrategy(); };
+  void initialize() override { mission_strategy_.initializeStrategy(); };
+  void run() override { mission_strategy_.runStrategy(); };
+  void update() override { mission_strategy_.updateStrategy(); };
+  void report() override { mission_strategy_.reportStrategy(); };
   void save() override {
-    missionStrategy_.saveStrategy();
-    aixml::saveDocument(rtIO_->acxml);
+    mission_strategy_.saveStrategy();
+    rtIO_->saveAndCloseAcXML();
+    rtIO_->closeModuleConfig();
   };
 
  private:
-  std::vector<std::string> route_;
-  strategyaccess missionSelection_(const std::vector<std::string> &route);
-  StrategySelector missionStrategy_;
+  StrategySelector mission_strategy_;
 };
 
 #endif // CREATE_MISSION_XML_SRC_CREATE_MISSION_XML_H_
diff --git a/create_mission_xml/src/libs/mission_steps/approach_step.cpp b/create_mission_xml/src/libs/mission_steps/approach_step.cpp
index 45f7d549d08aadb6f933d7a6c6a336c84c9fc122..93be2242c85eaf872ae1c1504e26083b283cb9b9 100644
--- a/create_mission_xml/src/libs/mission_steps/approach_step.cpp
+++ b/create_mission_xml/src/libs/mission_steps/approach_step.cpp
@@ -1,18 +1,29 @@
-/**
- * @file approach_step.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "approach_step.h"
-#include <standardFiles/functions.h>
 
 /* Constructor for creation of an approach step object and for the settings of the step parameters. */
-approach_step::approach_step(const std::string &a_mode, const std::string &a_rating,
+ApproachStep::ApproachStep(const std::string &a_mode, const std::string &a_rating,
                            double a_derate, const std::string &a_config, double an_end_altitude,
                            double a_rate_of_climb_limit, double an_end_CAS, double a_ground_distance, double a_glide_path)
     :
@@ -30,7 +41,7 @@ approach_step::approach_step(const std::string &a_mode, const std::string &a_rat
     this->mode.set_value(a_mode);
     this->rating.set_value(a_rating);
     this->configuration.set_value(a_config);
-    this->end_altitude.set_value(an_end_altitude);
+    this->end_altitude.set_value(Rounding(an_end_altitude, 2)); // cm precision is enough to display whole [ft] in [m]
     this->rate_of_climb_limit.set_value(a_rate_of_climb_limit);
     this->end_CAS.set_value(an_end_CAS);
     this->ground_distance.set_value(a_ground_distance);
@@ -38,10 +49,10 @@ approach_step::approach_step(const std::string &a_mode, const std::string &a_rat
 }
 
 /* Destructor of the approach step object */
-approach_step::~approach_step() {
+ApproachStep::~ApproachStep() {
 }
 
-void approach_step::write_approach_steps(std::string subpath, node* mission_file) {
+void ApproachStep::write_approach_steps(std::string subpath, node* mission_file) {
     this->configuration.update((*mission_file)[subpath]);
     this->derate.update((*mission_file)[subpath]);
     this->mode.update((*mission_file)[subpath ]);
diff --git a/create_mission_xml/src/libs/mission_steps/approach_step.h b/create_mission_xml/src/libs/mission_steps/approach_step.h
index f19690ba711e77e0db6894b2f813bdf0969f3ec4..11d29cb0f1fa26c4799f3a79609f0b36205867a1 100644
--- a/create_mission_xml/src/libs/mission_steps/approach_step.h
+++ b/create_mission_xml/src/libs/mission_steps/approach_step.h
@@ -1,12 +1,23 @@
-/**
- * @file approach_step.h
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #ifndef CREATE_MISSION_XML_SRC_LIBS_MISSION_STEPS_APPROACH_STEP_H_
@@ -15,12 +26,13 @@
 #include <string>
 #include <aixml/endnode.h>
 
-/** \brief Class for flight steps on approach
+/** \class ApproachStep
+ *  \brief Data needed fpr flight steps during approach
  */
-class approach_step {
+class ApproachStep {
  public:
      /* Constructor and destructor */
-     /** \brief Constructor for class approach_step
+     /** \brief Constructor for class ApproachStep
       * \param a_mode: reference to a flight mode of the approach step
       * \param a_rating: reference to the rating of the approach step
       * \param a_derate: derate of the approach step [-]
@@ -31,11 +43,11 @@ class approach_step {
       * \param a_ground_distance: ground distance of the approach step [m]
       * \param a_glide_path: glide angle of the approach step [deg]
       */
-    approach_step(const std::string &a_mode, const std::string &a_rating, double a_derate, const std::string &a_config, double an_end_altitude,
+    ApproachStep(const std::string &a_mode, const std::string &a_rating, double a_derate, const std::string &a_config, double an_end_altitude,
                  double a_rate_of_climb_limit, double an_end_CAS, double a_ground_distance, double a_glide_path);
-    /** \brief Destructor for class approach_step
+    /** \brief Destructor for class ApproachStep
      */
-    virtual ~approach_step();
+    virtual ~ApproachStep();
 
     /** \brief function to write approach steps into mission file
      * \details It checks the given values and updates the endnodes within mission_file
diff --git a/create_mission_xml/src/libs/mission_steps/cruise_step.cpp b/create_mission_xml/src/libs/mission_steps/cruise_step.cpp
index fa2589e2b092e16cfce9e6169055c96cafb79e5f..ad85f7f6c67df07ae3e47de0afd74c19369d9c36 100644
--- a/create_mission_xml/src/libs/mission_steps/cruise_step.cpp
+++ b/create_mission_xml/src/libs/mission_steps/cruise_step.cpp
@@ -1,18 +1,29 @@
-/**
- * @file cruise_step.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "cruise_step.h"
-#include <standardFiles/functions.h>
 
 /* Constructor for creation of an cruise step object and for the settings of the step parameters. */
-cruise_step::cruise_step(const std::string &a_mode, const std::string &a_rating,
+CruiseStep::CruiseStep(const std::string &a_mode, const std::string &a_rating,
                        double a_derate, const std::string &a_config, double an_end_altitude,
                        bool auto_select_FL, bool round_to_regular_flight_level, double auto_climb_step_altitude_change,
                        bool a_flight_management_system, double a_rate_of_climb_limit, double an_end_CAS,
@@ -42,7 +53,7 @@ cruise_step::cruise_step(const std::string &a_mode, const std::string &a_rating,
     this->rate_of_climb_limit.set_value(a_rate_of_climb_limit);
     this->end_CAS.set_value(an_end_CAS);
     this->end_Mach.set_value(an_end_Mach);
-    this->end_altitude.set_value(an_end_altitude);
+    this->end_altitude.set_value(Rounding(an_end_altitude, 2)); // cm precision is enough to display whole [ft] in [m]
     this->flight_management_system.set_value(a_flight_management_system);
     this->relative_segment_length.set_value(a_relative_segment_length);
     if (auto_select_FL) {
@@ -57,11 +68,11 @@ cruise_step::cruise_step(const std::string &a_mode, const std::string &a_rating,
     }
 }
 
-/* Destructor of cruise_step object */
-cruise_step::~cruise_step() {
+/* Destructor of CruiseStep object */
+CruiseStep::~CruiseStep() {
 }
 
-void cruise_step::write_cruise_steps(std::string subpath, node* mission_file) {
+void CruiseStep::write_cruise_steps(std::string subpath, node* mission_file) {
     this->configuration.update((*mission_file)[subpath]);
     this->derate.update((*mission_file)[subpath]);
     this->mode.update((*mission_file)[subpath ]);
diff --git a/create_mission_xml/src/libs/mission_steps/cruise_step.h b/create_mission_xml/src/libs/mission_steps/cruise_step.h
index fee3d2af54a734744f85bb24c3753964adc24797..f6504a047459358e7ef57f4ee2bc53cd65b089ed 100644
--- a/create_mission_xml/src/libs/mission_steps/cruise_step.h
+++ b/create_mission_xml/src/libs/mission_steps/cruise_step.h
@@ -1,12 +1,23 @@
-/**
- * @file cruise_step.h
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 /* List of references
@@ -19,12 +30,14 @@
 #include <string>
 #include <aixml/endnode.h>
 
-/** \brief Class for flight steps on cruising flight
+
+/** \class CruiseStep
+ *  \brief Data needed fpr flight steps during cruise
  */
-class cruise_step {
+class CruiseStep {
  public:
     /* Constructor and destructor */
-    /** \brief Constructor for class cruise_step
+    /** \brief Constructor for class CruiseStep
      * \param a_mode: reference to a flight mode of the cruise step
      * \param a_rating: reference to the rating of the cruise step
      * \param a_derate: derate of the cruise step [-]
@@ -37,13 +50,13 @@ class cruise_step {
      * \param an_end_Mach: Mach number at the end of the cruise step [-]
      * \param a_relative_segment_length: relative segment length of the cruise step [-]
      */
-    cruise_step(const std::string &a_mode, const std::string &a_rating, double a_derate, const std::string &a_config, double an_end_altitude,
+    CruiseStep(const std::string &a_mode, const std::string &a_rating, double a_derate, const std::string &a_config, double an_end_altitude,
                bool auto_select_FL, bool round_to_regular_flight_level,
                double auto_climb_step_altitude_change, bool a_flight_management_system,
                double a_rate_of_climb_limit, double an_end_CAS, double an_end_Mach, double a_relative_segment_length);
-    /** \brief Destructor for class cruise_step
+    /** \brief Destructor for class CruiseStep
      */
-    virtual ~cruise_step();
+    virtual ~CruiseStep();
 
     /** \brief function to write cruise steps into mission file
      * \details It checks the given values and updates the endnodes within mission_file
diff --git a/create_mission_xml/src/libs/mission_steps/departure_step.cpp b/create_mission_xml/src/libs/mission_steps/departure_step.cpp
index 0e9a7374cd5ba66bab8e00f9bd86198556aaa89b..e606de4b69ccda8a66631a44f4575efc8def47e2 100644
--- a/create_mission_xml/src/libs/mission_steps/departure_step.cpp
+++ b/create_mission_xml/src/libs/mission_steps/departure_step.cpp
@@ -1,18 +1,29 @@
-/**
- * @file departure_step.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "departure_step.h"
-#include <standardFiles/functions.h>
 
 /* Constructor for creation of a departure step object and for the settings of the step parameters. */
-departure_step::departure_step(const std::string &a_mode, const std::string &a_rating,
+DepartureStep::DepartureStep(const std::string &a_mode, const std::string &a_rating,
                              double a_derate, const std::string &a_config, double an_end_altitude,
                              double a_rate_of_climb_limit, double an_end_CAS)
     :
@@ -28,16 +39,16 @@ departure_step::departure_step(const std::string &a_mode, const std::string &a_r
     this->mode.set_value(a_mode);
     this->rating.set_value(a_rating);
     this->configuration.set_value(a_config);
-    this->end_altitude.set_value(an_end_altitude);
+    this->end_altitude.set_value(Rounding(an_end_altitude, 2)); // cm precision is enough to display whole [ft] in [m]
     this->rate_of_climb_limit.set_value(a_rate_of_climb_limit);
     this->end_CAS.set_value(an_end_CAS);
 }
 
-/* Destructor of departure_step object */
-departure_step::~departure_step() {
+/* Destructor of DepartureStep object */
+DepartureStep::~DepartureStep() {
 }
 
-void departure_step::write_departure_steps(std::string subpath, node* mission_file) {
+void DepartureStep::write_departure_steps(std::string subpath, node* mission_file) {
     this->configuration.update((*mission_file)[subpath]);
     this->derate.update((*mission_file)[subpath]);
     this->mode.update((*mission_file)[subpath ]);
diff --git a/create_mission_xml/src/libs/mission_steps/departure_step.h b/create_mission_xml/src/libs/mission_steps/departure_step.h
index 4c4db5c6fa3235faeb0a9fe1cbea55d7c164c736..f44605dea09c263035a28b6bdebdb5ef6e7d643e 100644
--- a/create_mission_xml/src/libs/mission_steps/departure_step.h
+++ b/create_mission_xml/src/libs/mission_steps/departure_step.h
@@ -1,12 +1,23 @@
-/**
- * @file departure_step.h
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #ifndef CREATE_MISSION_XML_SRC_LIBS_MISSION_STEPS_DEPARTURE_STEP_H_
@@ -15,12 +26,14 @@
 #include <string>
 #include <aixml/endnode.h>
 
-/** \brief Class for flight steps on departure
+
+/** \class DepartureStep
+ *  \brief Data needed fpr flight steps during departure
  */
-class departure_step {
+class DepartureStep {
  public:
     /* Constructor and destructor */
-    /** \brief Constructor for class departure_step
+    /** \brief Constructor for class DepartureStep
      * \param a_mode: flight mode of the departure step
      * \param a_rating: rating of the departure step
      * \param a_derate: derate of the departure step [-]
@@ -29,11 +42,11 @@ class departure_step {
      * \param a_rate_of_climb_limit: rate of climb of the departure step [m/s]
      * \param an_end_CAS: calibrated airspeed at the end of the departure step [m/s]
      */
-    departure_step(const std::string &a_mode, const std::string &a_rating, double a_derate,
+    DepartureStep(const std::string &a_mode, const std::string &a_rating, double a_derate,
                     const std::string &a_config, double an_end_altitude, double a_rate_of_climb_limit, double an_end_CAS);
-    /** \brief Destructor for class departure_step
+    /** \brief Destructor for class DepartureStep
      */
-    virtual ~departure_step();
+    virtual ~DepartureStep();
 
     /** \brief function to write departure steps into mission file
      * \details It checks the given values and updates the endnodes within mission_file
diff --git a/create_mission_xml/src/main.cpp b/create_mission_xml/src/main.cpp
index fd44486bbb34e45880cffb3261c9286ec271f99e..dbc583a787d5fe9284f731297b3b6d3b276b7bdf 100644
--- a/create_mission_xml/src/main.cpp
+++ b/create_mission_xml/src/main.cpp
@@ -1,60 +1,30 @@
-/**
- * @file main.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief Main for create mission XML
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 /* The following statements import necessary specific header files*/
 #include "toolinfo.h"
 #include "create_mission_xml.h"
 
 int main(int argc, char *argv[]) {
-    try {
-        create_mission_xml create_mission_xml(argc, argv, TOOL_NAME, TOOL_VERSION);
-        return create_mission_xml.execute();
-
-     /* Catch: Trigger: if a C++ code specific error occurs */
-    } catch (const char * text) {
-        if (myRuntimeInfo == nullptr) {
-            std::cerr << text << std::endl;
-        } else {
-            myRuntimeInfo->err << text << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-
-    /* Catch: Trigger: if a C++ code specific error occurs */
-    } catch (const std::string& text) {
-        if (myRuntimeInfo == nullptr) {
-            std::cerr << text << std::endl;
-        } else {
-            myRuntimeInfo->err << text << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-
-    /* Catch: Trigger: if an error in c++ standard libraries occurs -> C++ standard error will occurred */
-    } catch (const std::exception& e) {
-        if (myRuntimeInfo == nullptr) {
-            std::cerr << "The following C++ standard error has occurred: " << e.what() << std::endl;
-        } else {
-            myRuntimeInfo->err << "The following C++ standard error has occurred: " << e.what() << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-
-    /* Catch: Trigger: if any other error occurs */
-    } catch (...) {
-         if (myRuntimeInfo == nullptr) {
-            std::cerr << "An uncaught error has occurred - Exit." << std::endl;
-        } else {
-            myRuntimeInfo->err << "An uncaught error has occurred - Exit." << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-    }
+    CreateMissionXML create_mission_xml(argc, argv, TOOL_NAME, TOOL_VERSION);
+    return create_mission_xml.execute();
 }
diff --git a/create_mission_xml/src/standard_mission/parameter_setter.cpp b/create_mission_xml/src/standard_mission/parameter_setter.cpp
index 885207b45732c7d6471ea31735911eab8a2c26ab..d6207f4134a8e3337004ab06f513491996da87d7 100644
--- a/create_mission_xml/src/standard_mission/parameter_setter.cpp
+++ b/create_mission_xml/src/standard_mission/parameter_setter.cpp
@@ -1,12 +1,23 @@
-/**
- * @file parameter_setter.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include <aixml/endnode.h>
@@ -16,7 +27,7 @@
 #include <unordered_map>
 #include "standard_mission/standard_mission.h"
 
-void standard_mission::set_module_settings() {
+void StandardMission::set_module_settings() {
     /* Get settings from config and aircraft exchange file */
     std::string subnode("program_settings/" + this->mission_type);
     this->mission_xml_name =
@@ -45,7 +56,7 @@ void standard_mission::set_module_settings() {
         this->no_steps = false;
 }
 
-void standard_mission::set_range_and_payload() {
+void StandardMission::set_range_and_payload() {
     std::string subpath("requirements_and_specifications");
     /* Set range for all mission types */
     this->range.set_value(
@@ -72,7 +83,7 @@ void standard_mission::set_range_and_payload() {
     }
 }
 
-void standard_mission::set_cruise() {
+void StandardMission::set_cruise() {
     /* Get the maximum altitude for checks */
     std::string subpath("requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/maximum_operating_altitude");
     double maximum_altitude = convertUnit(NOPREFIX, METER, HECTO, FOOT, EndnodeReadOnly<double>(subpath).read(rtIO->acxml).value());
@@ -160,7 +171,7 @@ void standard_mission::set_cruise() {
     }
 }
 
-void standard_mission::set_climb_and_descent() {
+void StandardMission::set_climb_and_descent() {
     std::string subpath("/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/" + this->mission_type);
     this->mach_climb = this->initial_cruise_mach.value() + this->delta_mach_climb_to_mach_cruise;
 
@@ -202,7 +213,7 @@ void standard_mission::set_climb_and_descent() {
     }
 }
 
-void standard_mission::set_start_and_landing() {
+void StandardMission::set_start_and_landing() {
     std::string subpath("program_settings/" + this->mission_type);
     this->takeoff_procedure = Modeselector(EndnodeReadOnly<std::string>(subpath + "/takeoff_procedure").read(rtIO->moduleConfig).value()).get_mode_numeric();
     /* Set approach procedure */
@@ -232,7 +243,7 @@ void standard_mission::set_start_and_landing() {
     this->alternate_distance.set_value(EndnodeReadOnly<double>(subpath + "/alternate_distance").read(rtIO->moduleConfig).value());
 }
 
-void standard_mission::set_performance_limits() {
+void StandardMission::set_performance_limits() {
     Modeselector thrust_settings(EndnodeReadOnly<std::string>("program_settings/climb_thrust_setting").read(rtIO->moduleConfig).value());
     /* Translate modes into their real names */
     if (thrust_settings.get_mode_numeric() == 0) {
diff --git a/create_mission_xml/src/standard_mission/standard_mission/standard_mission.cpp b/create_mission_xml/src/standard_mission/standard_mission/standard_mission.cpp
index 537b7b104b6a6932c895ed97e3382755bf214629..8640359043c36a53c093df9cc33fae173f4875b3 100644
--- a/create_mission_xml/src/standard_mission/standard_mission/standard_mission.cpp
+++ b/create_mission_xml/src/standard_mission/standard_mission/standard_mission.cpp
@@ -1,22 +1,36 @@
-/**
- * @file standard_mission.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
+#include <standardFiles/functions.h>
+
 #include "standard_mission.h"
 
 /**
- * @brief Construct a new standard_mission:: standard_mission object
+ * @brief Construct a new StandardMission:: StandardMission object
  * 
  * @param toolName entry from toolinfo.h
  * @param toolVersion entry from toolinfo.h
  */
-standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
+StandardMission::StandardMission(const std::shared_ptr<RuntimeIO>& rtIO) :
     rtIO(rtIO),
     mission_type(),
     mission_xml_name(),
@@ -69,7 +83,7 @@ standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
     crossover_altitude_specs(EndnodeReadOnly<double>("program_settings/adapt_climb_speed_schedule/crossover_altitude").read(rtIO->moduleConfig).value()) {
     }
 
-void standard_mission::initialize() {
+void StandardMission::initialize() {
     myRuntimeInfo->info << "Initialize Mission Parameters ..." << std::endl;
     this->set_module_settings();
     this->set_range_and_payload();
@@ -85,7 +99,7 @@ void standard_mission::initialize() {
     // }
 }
 
-void standard_mission::run() {
+void StandardMission::run() {
     /* Shell output */
     myRuntimeInfo->out << "***************** Gathered input *****************" << std::endl;
     myRuntimeInfo->out << "* Mission type:            " + this->mission_type << std::endl;
@@ -108,16 +122,16 @@ void standard_mission::run() {
     this->set_approach_profile();
 }
 
-void standard_mission::update() {
+void StandardMission::update() {
     myRuntimeInfo->out << "Create " << this->mission_xml_name << "..." << std::endl;
+    /* Check if the file directory exists */
+    if (!fileExists(rtIO->getMissionDataDir())) {
+        myRuntimeInfo->out << "Create directory for mission data output in project folder: " << rtIO->getMissionDataDir() << std::endl;
+        createFolder(rtIO->getMissionDataDir().c_str());
+    }
     /* Open file */
     std::ofstream outstream;
     outstream.open(rtIO->getMissionDataDir() + "/" + this->mission_xml_name.c_str());
-    /* Check if the file can be opened */
-    if (!outstream) { // File can not be opened -> create directory
-        rtIO->createMissionDataDir();
-        outstream.open(rtIO->getMissionDataDir() + "/" + this->mission_xml_name.c_str());
-    }
     if (!outstream) { // File can still not be opened, error message
         myRuntimeInfo->err << "Could not open " << rtIO->getMissionDataDir() + "/" +  this->mission_xml_name << ". Abort progrm." << std::endl;
         exit(1);
@@ -213,8 +227,8 @@ void standard_mission::update() {
     // }
 }
 
-void standard_mission::report() {
+void StandardMission::report() {
 }
 
-void standard_mission::save() {
+void StandardMission::save() {
 }
diff --git a/create_mission_xml/src/standard_mission/standard_mission/standard_mission.h b/create_mission_xml/src/standard_mission/standard_mission/standard_mission.h
index 44c8448f325956fd3e1360e1b71cec11d7bf15f2..5e0b9bfa3437622a115e48ce18ab34c0907c0ce3 100644
--- a/create_mission_xml/src/standard_mission/standard_mission/standard_mission.h
+++ b/create_mission_xml/src/standard_mission/standard_mission/standard_mission.h
@@ -1,13 +1,25 @@
-/**
- * @file standard_mission.h
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief 
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef CREATE_MISSION_XML_SRC_STANDARD_MISSION_STANDARD_MISSION_STANDARD_MISSION_H_
 #define CREATE_MISSION_XML_SRC_STANDARD_MISSION_STANDARD_MISSION_STANDARD_MISSION_H_
 
@@ -15,23 +27,25 @@
 #include <memory>
 #include <unordered_map>
 #include <vector>
+
+#include <aixml/endnode.h>
 #include <moduleBasics/report.h>
 #include <moduleBasics/strategySelector.h>
 #include <moduleBasics/module.h>
 #include <moduleBasics/modeSelector.h>
-#include <aixml/endnode.h>
+
 #include "../../libs/mission_steps/approach_step.h"
 #include "../../libs/mission_steps/cruise_step.h"
 #include "../../libs/mission_steps/departure_step.h"
 
-class cruise_step;
-class departure_step;
-class approach_step;
+class CruiseStep;
+class DepartureStep;
+class ApproachStep;
 
-class standard_mission : public Strategy {
+class StandardMission : public Strategy {
  public:
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO);
-    ~standard_mission() = default;
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO);
+    ~StandardMission() = default;
 
     void initialize();
     void run();
@@ -41,10 +55,10 @@ class standard_mission : public Strategy {
 
     const std::shared_ptr<RuntimeIO>& rtIO;
 
-    /** \struct cruise_step_segment
-    *   \brief data structure for to define the cruise flight phase
+    /** \struct CruiseStepSegment
+    *   \brief data structure to define the cruise flight phase
     */
-    struct cruise_step_segment {
+    struct CruiseStepSegment {
         double relative_segment_length; /**< Relative segment length of the step [-] */
         double altitude; /**< Altitude of the step [m] */
     };
@@ -84,12 +98,12 @@ class standard_mission : public Strategy {
     double delta_mach_climb_to_mach_cruise; /**< Difference between Mach number over crossover-altitude to cruise Mach number [-] */
     double maximum_rate_of_climb; /**< Limit for ROC in climb segments; if 0, full thrust is used for climb [m/s] */
     double approach_speed; /* Given approach speed [m/s] */
-    std::vector<cruise_step_segment> cruise_step_segments; /* Vector of cruise speed segments to specify the cruise phases for a constant flight_level */
+    std::vector<CruiseStepSegment> cruise_step_segments; /* Vector of cruise speed segments to specify the cruise phases for a constant flight_level */
 
     /* Mission steps */
-    std::vector<departure_step> departure_steps; /**< Vector for the flight steps on departure */
-    std::vector<cruise_step> cruise_steps; /**< Vector for the flight steps on cruising flight */
-    std::vector<approach_step> approach_steps; /**< Vector for the flight steps on approach */
+    std::vector<DepartureStep> departure_steps; /**< Vector for the flight steps on departure */
+    std::vector<CruiseStep> cruise_steps; /**< Vector for the flight steps on cruising flight */
+    std::vector<ApproachStep> approach_steps; /**< Vector for the flight steps on approach */
 
     /* Modes */
     uint16_t takeoff_procedure; /* Definition of the takeoff procedure */
@@ -171,60 +185,60 @@ class standard_mission : public Strategy {
 
 /* Namespace for study mission (not needed explicitly, but good for uniformity and doxygen) */
 namespace design_mission {
-class standard_mission : public ::standard_mission {
+class StandardMission : public ::StandardMission {
  public:
     // Constructor that calls the base class constructor
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO)
-        : ::standard_mission(rtIO) {}
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO)
+        : ::StandardMission(rtIO) {}
 
-    /* Overwrite method of standard_mission */
+    /* Overwrite method of StandardMission */
     void initialize() override {
         this->mission_type = "design_mission";
-        ::standard_mission::initialize();
+        ::StandardMission::initialize();
     }
-    /* Own methods to replace within/add to standard_mission methods */
+    /* Own methods to replace within/add to StandardMission methods */
 };
 } // namespace design_mission
 
 /* Namespace for study mission (not needed explicitly, but good for uniformity and doxygen) */
 namespace study_mission {
-class standard_mission : public ::standard_mission {
+class StandardMission : public ::StandardMission {
  public:
     // Constructor that calls the base class constructor
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO)
-        : ::standard_mission(rtIO) {}
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO)
+        : ::StandardMission(rtIO) {}
 
-    /* Overwrite method of standard_mission */
+    /* Overwrite method of StandardMission */
 
     void initialize() override {
         this->mission_type = "study_mission";
-        ::standard_mission::initialize();
+        ::StandardMission::initialize();
     }
-    /* Own methods to replace within/add to standard_mission methods */
+    /* Own methods to replace within/add to StandardMission methods */
 };
 } // namespace study_mission
 
 /* Namespace for study mission (not needed explicitly, but good for uniformity and doxygen) */
 namespace requirements_mission {
-class standard_mission : public ::standard_mission {
+class StandardMission : public ::StandardMission {
  public:
     // Constructor that calls the base class constructor
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO)
-        : ::standard_mission(rtIO) {}
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO)
+        : ::StandardMission(rtIO) {}
 
-    /* Overwrite method of standard_mission */
+    /* Overwrite method of StandardMission */
 
     void initialize() override {
         this->mission_type = "design_mission"; // Set to design mission to initialize
-        ::standard_mission::initialize();
+        ::StandardMission::initialize();
         this->mission_type = "requirements_mission"; // Switch to requirements mission
         this->mission_xml_name =
             EndnodeReadOnly<std::string>("requirements_and_specifications/mission_files/requirements_mission_file").read(rtIO->acxml).value();
-        cruise_step_segment single_cruise_step(1., convertUnit(HECTO, FOOT, NOPREFIX, METER, this->initial_cruise_altitude));
+        CruiseStepSegment singleCruiseStep(1., convertUnit(HECTO, FOOT, NOPREFIX, METER, this->initial_cruise_altitude));
         this->cruise_step_segments.clear(); // Clear cruise steps for requirement mission
-        this->cruise_step_segments.push_back(single_cruise_step); // Only initial cruise altitude needed from which you climb to ceiling
+        this->cruise_step_segments.push_back(singleCruiseStep); // Only initial cruise altitude needed from which you climb to ceiling
     }
-    /* Own methods to replace within/add to standard_mission methods */
+    /* Own methods to replace within/add to StandardMission methods */
 };
 } // namespace requirements_mission
 
diff --git a/create_mission_xml/src/standard_mission/steps_setter.cpp b/create_mission_xml/src/standard_mission/steps_setter.cpp
index b0d742bc36d048f337afd704b75e5a9e815ce364..646711e4a3faefae739235c468f2aace2a161582 100644
--- a/create_mission_xml/src/standard_mission/steps_setter.cpp
+++ b/create_mission_xml/src/standard_mission/steps_setter.cpp
@@ -1,12 +1,23 @@
-/**
- * @file steps_setter.cpp
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief sets mission steps for create mission XML's standard mission
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include <aixml/endnode.h>
@@ -15,20 +26,20 @@
 #include <unordered_map>
 #include "standard_mission/standard_mission.h"
 
-void standard_mission::set_departure_profile() {
+void StandardMission::set_departure_profile() {
     /* Create objects for take off */
     if (this->takeoff_procedure == 0) { // This is for a standard take-off procedure, others can be added later
         /* Transfer parameters: Mode, rating, derate, config., endAlt., rateOfclimb, endCAS*/
-        this->departure_steps.push_back(departure_step("takeoff", "takeoff", 1., "takeoff", NAN, NAN, NAN));
-        this->departure_steps.push_back(departure_step("climb", this->climb_thrust_setting, 1.,
+        this->departure_steps.push_back(DepartureStep("takeoff", "takeoff", 1., "takeoff", NAN, NAN, NAN));
+        this->departure_steps.push_back(DepartureStep("climb", this->climb_thrust_setting, 1.,
                                         "takeoff_landing_gear_retracted", convertUnit(FOOT, METER, 1500.), this->maximum_rate_of_climb, NAN));
-        this->departure_steps.push_back(departure_step("climb", this->climb_thrust_setting, 1.,
+        this->departure_steps.push_back(DepartureStep("climb", this->climb_thrust_setting, 1.,
                                         "takeoff_landing_gear_retracted", convertUnit(FOOT, METER, 3000.), this->maximum_rate_of_climb, NAN));
-        this->departure_steps.push_back(departure_step("accelerate", this->climb_thrust_setting, 1.,
+        this->departure_steps.push_back(DepartureStep("accelerate", this->climb_thrust_setting, 1.,
                                         "climb", NAN, convertUnit(FOOTPERMINUTE, METERPERSECOND, 1000.),  convertUnit(KNOTS, METERPERSECOND, 210.)));
-        this->departure_steps.push_back(departure_step("accelerate", this->climb_thrust_setting, 1.,
+        this->departure_steps.push_back(DepartureStep("accelerate", this->climb_thrust_setting, 1.,
                                         "clean", NAN, convertUnit(FOOTPERMINUTE, METERPERSECOND, 1200.), this->CAS_ATC_limit_climb));
-        this->departure_steps.push_back(departure_step("climb", this->climb_thrust_setting, 1., "clean",
+        this->departure_steps.push_back(DepartureStep("climb", this->climb_thrust_setting, 1., "clean",
                                         convertUnit(FOOT, METER, 10000.), this->maximum_rate_of_climb, NAN));
     } else if (this->takeoff_procedure == 1) { // The ICAO-A take-off procedure has not yet been implemented, error message
         throwError(__FILE__, __func__, __LINE__, "ICAO-A Take-Off Procedure not yet implemented.");
@@ -36,12 +47,12 @@ void standard_mission::set_departure_profile() {
         throwError(__FILE__, __func__, __LINE__, "ICAO-B Take-Off Procedure not yet implemented.");
     } else if (this->takeoff_procedure == 3) { // Standard_19-Seat_Commuter take-off procedure
         /* Parameters:                                 #Step, Mode,         rating,     derate, config.,              endAlt., rateOfclimb, endCAS */
-        this->departure_steps.push_back(departure_step("takeoff", "takeoff", 1., "takeoff", NAN, NAN, NAN));
-        this->departure_steps.push_back(departure_step("climb", this->climb_thrust_setting, 1.,
+        this->departure_steps.push_back(DepartureStep("takeoff", "takeoff", 1., "takeoff", NAN, NAN, NAN));
+        this->departure_steps.push_back(DepartureStep("climb", this->climb_thrust_setting, 1.,
                                         "takeoff_landing_gear_retracted", convertUnit(FOOT, METER, 200.), this->maximum_rate_of_climb, NAN));
-        this->departure_steps.push_back(departure_step("accelerate", this->climb_thrust_setting, 1., "clean", NAN, 1200.,
+        this->departure_steps.push_back(DepartureStep("accelerate", this->climb_thrust_setting, 1., "clean", NAN, 1200.,
                                         this->CAS_ATC_limit_climb));
-        this->departure_steps.push_back(departure_step("climb",
+        this->departure_steps.push_back(DepartureStep("climb",
                                         this->climb_thrust_setting, 1., "clean", convertUnit(FOOT, METER, 10000.), this->maximum_rate_of_climb,  NAN));
     } else { // Unknown take-off procedure, error message
         myRuntimeInfo->err << "Unkown take-Off procedure in config file. Abort!" << std::endl;
@@ -49,24 +60,24 @@ void standard_mission::set_departure_profile() {
     }
 }
 
-void standard_mission::set_cruise_profile() {
+void StandardMission::set_cruise_profile() {
     /* Create objects for cruise */
     if (this->CAS_over_flight_level_100_climb >= this->CAS_ATC_limit_climb) {
         /* If 2nd CAS (e.g. 300KTAS) larger than 1st CAS (e.g. 250KTAS) -> create segment for acceleration to second CAS ("change_speed_to_CAS") */
-        this->cruise_steps.push_back(cruise_step("change_speed_to_CAS",
+        this->cruise_steps.push_back(CruiseStep("change_speed_to_CAS",
                                             this->climb_thrust_setting, 1., "clean", NAN, this->auto_select_flight_level,
                                             this->round_to_regular_flight_level, this->auto_climb_altitude_steps, false,
                                             convertUnit(FOOTPERMINUTE, METERPERSECOND, 300.), this->CAS_over_flight_level_100_climb, NAN, NAN));
     } else {
         /* If 2nd CAS (e.g. 300KTAS) smaller than 1st CAS -> create segment for deceleration to second CAS ("change_speed_to_CAS") */
-        this->cruise_steps.push_back(cruise_step("change_speed_to_CAS",
+        this->cruise_steps.push_back(CruiseStep("change_speed_to_CAS",
                                             this->climb_thrust_setting, 1., "clean", NAN, this->auto_select_flight_level,
                                             this->round_to_regular_flight_level, this->auto_climb_altitude_steps, false,
                                             this->maximum_rate_of_climb, this->CAS_over_flight_level_100_climb, NAN, NAN));
     }
     if (this->mission_type == "requirements_mission") { // Mission type: requirement mission
         /* For requirement mission only one additional cruise step --> climb to ceiling requirements! After that, the requirement mission can be aborted */
-        this->cruise_steps.push_back(cruise_step("climb_to_ceiling",
+        this->cruise_steps.push_back(CruiseStep("climb_to_ceiling",
                                             this->climb_thrust_setting, 1., "clean",
                                             this->cruise_step_segments.front().altitude,
                                             this->auto_select_initial_cruise_altitude, this->round_to_regular_flight_level,
@@ -74,13 +85,13 @@ void standard_mission::set_cruise_profile() {
                                             NAN, this->initial_cruise_mach.value(), NAN));
     } else { // Mission type: design/study mission
         /* For design and study mission, additional cruise segments have to be created. climb to ICA and accelerate to crossover Mach number */
-        this->cruise_steps.push_back(cruise_step("climb_to_cruise", this->climb_thrust_setting, 1., "clean",
+        this->cruise_steps.push_back(CruiseStep("climb_to_cruise", this->climb_thrust_setting, 1., "clean",
                                             this->cruise_step_segments.front().altitude,
                                             this->auto_select_initial_cruise_altitude, this->round_to_regular_flight_level,
                                             this->auto_climb_altitude_steps, false, this->maximum_rate_of_climb, NAN,
                                             this->mach_climb, NAN));
         /* accelerate to initial cruise Mach number */
-        this->cruise_steps.push_back(cruise_step("change_speed_to_Mach", this->climb_thrust_setting, 1., "clean", NAN,
+        this->cruise_steps.push_back(CruiseStep("change_speed_to_Mach", this->climb_thrust_setting, 1., "clean", NAN,
                                             this->auto_select_flight_level, this->round_to_regular_flight_level,
                                             this->auto_climb_altitude_steps, false, NAN, NAN, this->initial_cruise_mach.value(), NAN));
         std::string mode;
@@ -89,9 +100,9 @@ void standard_mission::set_cruise_profile() {
         double relative_segment_length;
         double end_altitude;
         /* Create additional steps (according to definition in XML file) */
-        int cruise_step_blocks(3 + (2 * this->cruise_step_segments.size() - 1) + 1);
+        int CruiseStep_blocks(3 + (2 * this->cruise_step_segments.size() - 1) + 1);
 
-        for (int i = 4; i <= cruise_step_blocks - 1; i++) {
+        for (int i = 4; i <= CruiseStep_blocks - 1; i++) {
             if (i % 2 == 0) { // Mode: cruise
                 mode = "cruise";
                 rating = "cruise";
@@ -114,18 +125,18 @@ void standard_mission::set_cruise_profile() {
                 relative_segment_length = NAN;
                 end_altitude =  this->cruise_step_segments[(i - 1) / 2 - 1].altitude;
             }
-            this->cruise_steps.push_back(cruise_step(mode, rating, 1., "clean", end_altitude,
+            this->cruise_steps.push_back(CruiseStep(mode, rating, 1., "clean", end_altitude,
                                             this->auto_select_flight_level, this->round_to_regular_flight_level,
                                             this->auto_climb_altitude_steps, false, rate_of_climb_limit, NAN, NAN, relative_segment_length));
         }
-        this->cruise_steps.push_back(cruise_step("descend_to_approach", "idle", 1., "clean", convertUnit(FOOT, METER, 10000.),
+        this->cruise_steps.push_back(CruiseStep("descend_to_approach", "idle", 1., "clean", convertUnit(FOOT, METER, 10000.),
                                             this->auto_select_flight_level, this->round_to_regular_flight_level,
                                             this->auto_climb_altitude_steps, false, NAN,
                                             this->CAS_over_flight_level_100_descent, NAN, NAN));
     }
 }
 
-void standard_mission::set_approach_profile() {
+void StandardMission::set_approach_profile() {
     /* Create objects for approach - by now, no rate of climb value used in those procedures, but are kept in for possible adaption */
     if (this->approach_procedure == 0) { // Standard approach procedure
         /* Get speeds */
@@ -134,19 +145,19 @@ void standard_mission::set_approach_profile() {
         double v_3_temp(this->approach_speed + convertUnit(KNOTS, METERPERSECOND, 5.));
         double v_4_temp(this->approach_speed);
         /* Creation of the approach steps: mode, rating, derate, config., endAlt, rate_of_climb_limit, endCAS, GD, glidePath */
-        this->approach_steps.push_back(approach_step("change_speed", "idle", 1., "clean", NAN, NAN, v_1_temp, convertUnit(FOOT, METER, 5000.), 0.));
-        this->approach_steps.push_back(approach_step("descend", "cruise", 1., "clean", convertUnit(FOOT, METER, 3000.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-        this->approach_steps.push_back(approach_step("change_speed", "idle", 1., "approach", NAN, NAN, v_2_temp, convertUnit(FOOT, METER, 10000.), 0.));
-        this->approach_steps.push_back(approach_step("level_glide_slope_interception", "cruise", 1., "approach_landing_gear_out", NAN, NAN, NAN, NAN, NAN));
-        this->approach_steps.push_back(approach_step("change_speed", "idle", 1., "approach_landing_gear_out",
+        this->approach_steps.push_back(ApproachStep("change_speed", "idle", 1., "clean", NAN, NAN, v_1_temp, convertUnit(FOOT, METER, 5000.), 0.));
+        this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "clean", convertUnit(FOOT, METER, 3000.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+        this->approach_steps.push_back(ApproachStep("change_speed", "idle", 1., "approach", NAN, NAN, v_2_temp, convertUnit(FOOT, METER, 10000.), 0.));
+        this->approach_steps.push_back(ApproachStep("level_glide_slope_interception", "cruise", 1., "approach_landing_gear_out", NAN, NAN, NAN, NAN, NAN));
+        this->approach_steps.push_back(ApproachStep("change_speed", "idle", 1., "approach_landing_gear_out",
                                             NAN, NAN, v_3_temp,  convertUnit(FOOT, METER, 6000.), convertUnit(DEGREE, RADIAN, -3.)));
-        this->approach_steps.push_back(approach_step("descend", "cruise", 1., "approach_landing_gear_out",
+        this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "approach_landing_gear_out",
                                             convertUnit(FOOT, METER, 1500.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-        this->approach_steps.push_back(approach_step("change_speed", "idle", 1., "landing",
+        this->approach_steps.push_back(ApproachStep("change_speed", "idle", 1., "landing",
                                             NAN, NAN, v_4_temp, convertUnit(FOOT, METER, 5000.), convertUnit(DEGREE, RADIAN, -3.)));
-        this->approach_steps.push_back(approach_step("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 1000.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-        this->approach_steps.push_back(approach_step("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 50.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-        this->approach_steps.push_back(approach_step("landing", "takeoff", 1., "landing", 0., NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+        this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 1000.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+        this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 50.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+        this->approach_steps.push_back(ApproachStep("landing", "takeoff", 1., "landing", 0., NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
     } else if (this->approach_procedure == 1) { // The CDA approach procedure has not yet been implemented, error message
         myRuntimeInfo->err << "Continuous descent approach procedure not yet implemented. Abort!" << std::endl;
         exit(1);
@@ -159,19 +170,19 @@ void standard_mission::set_approach_profile() {
         double v_2_temp(this->approach_speed);
         if (fabs(this->CAS_ATC_limit_descent - this->CAS_over_flight_level_100_descent) > ACCURACY_LOW) {
             /* Creation of the approach steps: mode , rating, derate, config., endAlt, rate_of_climb_limit, endCAS, GD, glidePath */
-            this->approach_steps.push_back(approach_step("change_speed", "idle", 1., "clean", NAN, NAN, v_1_temp, convertUnit(FOOT, METER, 5000), 0.));
-            this->approach_steps.push_back(approach_step("descend", "cruise", 1., "clean", convertUnit(FOOT, METER, 2000.),  NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-            this->approach_steps.push_back(approach_step("change_speed", "idle", 1., "approach",
+            this->approach_steps.push_back(ApproachStep("change_speed", "idle", 1., "clean", NAN, NAN, v_1_temp, convertUnit(FOOT, METER, 5000), 0.));
+            this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "clean", convertUnit(FOOT, METER, 2000.),  NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+            this->approach_steps.push_back(ApproachStep("change_speed", "idle", 1., "approach",
                                                             NAN, NAN, v_2_temp, convertUnit(FOOT, METER, 6200.), convertUnit(DEGREE, RADIAN, -3.)));
-            this->approach_steps.push_back(approach_step("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 50.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-            this->approach_steps.push_back(approach_step("landing", "takeoff", 1., "landing", 0., NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+            this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 50.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+            this->approach_steps.push_back(ApproachStep("landing", "takeoff", 1., "landing", 0., NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
         } else {
             /* Creation of the approach steps: mode, rating, derate, config., endAlt, rate_of_climb_limit, endCAS, GD, glidePath */
-            this->approach_steps.push_back(approach_step("descend", "cruise", 1., "clean", convertUnit(FOOT, METER, 2000.),  NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-            this->approach_steps.push_back(approach_step("change_speed", "idle",   1., "approach",
+            this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "clean", convertUnit(FOOT, METER, 2000.),  NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+            this->approach_steps.push_back(ApproachStep("change_speed", "idle",   1., "approach",
                                                             NAN, NAN, v_2_temp, convertUnit(FOOT, METER, 6200.), convertUnit(DEGREE, RADIAN, -3.)));
-            this->approach_steps.push_back(approach_step("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 50.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
-            this->approach_steps.push_back(approach_step("landing", "takeoff",     1., "landing", 0., NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+            this->approach_steps.push_back(ApproachStep("descend", "cruise", 1., "landing", convertUnit(FOOT, METER, 50.), NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
+            this->approach_steps.push_back(ApproachStep("landing", "takeoff",     1., "landing", 0., NAN, NAN, NAN, convertUnit(DEGREE, RADIAN, -3.)));
         }
     } else { // Unknown approach procedure, error message
         myRuntimeInfo->err << "Unknown approach procedure in config file. Abort!" << std::endl;
diff --git a/create_mission_xml/src/toolinfo.h b/create_mission_xml/src/toolinfo.h
index 5f3dd72f9dc1808d3b48a684b5fe631a0110598d..96ca2a2d3e99532dfce7353979bfbc05ce964785 100644
--- a/create_mission_xml/src/toolinfo.h
+++ b/create_mission_xml/src/toolinfo.h
@@ -1,13 +1,25 @@
-/**
- * @file toolinfo.h
- * @author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * @brief sets mission steps for create mission XML's standard mission
- * @version 0.1
- * @date 2024-08-30
- * 
- * @copyright Copyright (c) 2024
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef CREATE_MISSION_XML_SRC_TOOLINFO_H_
 #define CREATE_MISSION_XML_SRC_TOOLINFO_H_
 
diff --git a/ecological_assessment/CMakeLists.txt b/ecological_assessment/CMakeLists.txt
index 5dd681a669bf54ca0cb45f7f2c1acb3b38219776..00be4b8087f13218fffd168c059596b7f32f0ba0 100644
--- a/ecological_assessment/CMakeLists.txt
+++ b/ecological_assessment/CMakeLists.txt
@@ -80,6 +80,7 @@ target_link_libraries(${MODULE_NAME}
 		UnicadoLibs::engine
 		UnicadoLibs::moduleBasics
 		UnicadoLibs::atmosphere
+		UnicadoLibs::energyCarriers
 )
 
 # Set the location where the executable will be placed to the current source directory
diff --git a/ecological_assessment/ecological_assessment_conf.xml b/ecological_assessment/ecological_assessment_conf.xml
index 26df8077a75978d2bbbf33d0b8e80f2dad62d519..57118786523d362b278f97995802a03c219b00f8 100644
--- a/ecological_assessment/ecological_assessment_conf.xml
+++ b/ecological_assessment/ecological_assessment_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file name="ecological_assessment_conf.xml">
     <control_settings description="General control settings for this tool">
         <aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
+			<value>CSMR-2020.xml</value>
 		</aircraft_exchange_file_name>
         <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
         <own_tool_level description="Specify the tool level of this tool">
 			<value>3</value>
@@ -40,10 +40,10 @@
 			<value>ecological_assessment.log</value>
 		</log_file>
         <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
         <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
     </control_settings>
     <program_settings description="Program specific settings for this tool">
@@ -61,7 +61,7 @@
 							<CO_method_selector description="Select method for calculation of carbon monoxide emission index. Selector: mode_0 (DLR Omega Method) / mode_1 (Boeing Fuel Flow Method 2) / mode_2 (ICAO Emission indices)">
 								<value>mode_0</value>
 							</CO_method_selector>
-							<NOx_method_selector description="Select method for calculation of nitrogren oxide emission index. Selector: mode_0 (pressure and temperature dependend (P3T3) method by P.D.Norman) / mode_1 (Boeing Fuel Flow Method 2)  / mode_2 (NOx values from GasTurb will be used)">
+							<NOx_method_selector description="Select method for calculation of nitrogen oxide emission index. Selector: mode_0 (pressure and temperature dependend (P3T3) method by P.D.Norman) / mode_1 (Boeing Fuel Flow Method 2)  / mode_2 (NOx values from GasTurb will be used)">
 								<value>mode_0</value>
 							</NOx_method_selector>
 							<soot_method_selector description="Select method for calculation of soot emission index. Selector: mode_0 (DLR correlation based on ICAO smoke number) / mode_1 (Correlation by R.B.Whyte) / mode_2 (Use constant factor defined in engine.xml)">
@@ -69,7 +69,7 @@
 							</soot_method_selector>
 						</kerosene>
 						<hydrogen_combustion description="Calculation methods for hydrogen combustion emission indices">
-							<NOx_method_selector description="Select method for calculation of nitrogren oxide emission index. Selector: mode_0 (Use constant EI for different mission segments (Kossarev 2022)) / mode_1 (P3T3 correlation based on experiments by Marek 2005 and correction factor derived of kerosene P3T3 method)">
+							<NOx_method_selector description="Select method for calculation of nitrogen oxide emission index. Selector: mode_0 (Use constant EI for different mission segments (Kossarev 2022)) / mode_1 (P3T3 correlation based on experiments by Marek 2005 and correction factor derived of kerosene P3T3 method)">
 								<value>mode_0</value>
 							</NOx_method_selector>
 						</hydrogen_combustion>
@@ -81,8 +81,8 @@
 						<upper_boundary>1</upper_boundary>
 					</relative_humidity>
 				</mission_emissions>
-				<life_cycle_emissions_methods description="Settings for life cylce emission calculation">
-					<method description="Sets method to calculate life cycle emissions ('NO': no calculation, 'SCHAFER': calculation according to K.Schäfer(2018)">
+				<life_cycle_emissions_methods description="Settings for life cycle emission calculation">
+					<method description="Sets method to calculate life cycle emissions ('NO': no calculation, 'SCHAEFER': calculation according to K.Schäfer(2018)">
 						<value>SCHAEFER</value>
 					</method>
 					<schaefer description="Settings for the emission calculations according to K.Schäfer(2018)">
@@ -169,10 +169,10 @@
 											<unit>h</unit>
 											<lower_boundary>0</lower_boundary>
 											<upper_boundary>15000</upper_boundary>
-											<incl_ETOPS_switch description="Adds ETOPS (Extended-range Twin-engine Operations Performance Standards) certification in test hours. Switch: true (is included) / false (is not included)">
-												<value>false</value>
-											</incl_ETOPS_switch>
 										</test_hours>
+										<incl_ETOPS_switch description="Adds ETOPS (Extended-range Twin-engine Operations Performance Standards) certification in test hours. Switch: true (is included) / false (is not included)">
+											<value>false</value>
+										</incl_ETOPS_switch>
 										<max_continuous_thrust_percentage description="Percentage of test hours on the engine rig with Maximum Continuous Thrust in aircraft development">
 											<value>0.1</value>
 											<unit>1</unit>
@@ -229,20 +229,14 @@
 							<primary_material_recycling_switch description="Enables primary material recycling. Switch: true (primary material will be recycled) / false (no recyling)">
 								<value>true</value>
 							</primary_material_recycling_switch>
-							<calculate_recurring_costs_switch description="Switch for calculation of recurring costs. Switch: true (recurring costs will be calculated) / false (costs will be read from xml (old schema implemented, need to be adapted))">
-								<value>true</value>
-							</calculate_recurring_costs_switch>
-							<number_produced_aircraft description="Number of produced aircraft per programm">
+							<number_produced_aircraft description="Number of produced aircraft per program">
 								<value>1500</value>
 								<unit>1</unit>
 								<lower_boundary>0</lower_boundary>
 								<upper_boundary>10000</upper_boundary>
 							</number_produced_aircraft>
 						</production_phase>
-						<operating_phase description="Settings for the calculation of the production phase">
-							<calculate_maintenance_costs_switch description="Switch for calulation of maintencance costs. Switch: true (maintenance material costs will be calculated) / false (costs will be read from xml (old schema implemented, need to be adapted))">
-								<value>true</value>
-							</calculate_maintenance_costs_switch>
+						<operating_phase description="Settings for the calculation of the operating phase">
 						</operating_phase>
 						<end_of_life_phase description="Settings for the calculation of the end of life phase">
 							<distance_to_end_of_life_site description="Distance to be flown to the demolition location">
@@ -278,12 +272,12 @@
 									<lower_boundary>0.67</lower_boundary>
 									<upper_boundary>1.33</upper_boundary>
 								</short_lived_ozone>
-								<methan_and_long_lived_ozone description="Variation of methan and long-live ozone forcing factor">
+								<methane_and_long_lived_ozone description="Variation of methane and long-live ozone forcing factor">
 									<value>1</value>
 									<unit>1</unit>
 									<lower_boundary>0.67</lower_boundary>
 									<upper_boundary>1.33</upper_boundary>
-								</methan_and_long_lived_ozone>
+								</methane_and_long_lived_ozone>
 							</variations>
 						</forcing_factors>
 						<fuel_factor_AIC description="Set a factor to scale radiative forcing of aircraft induced cloudiness (AIC) relative to kerosene depending on fuel type. liquidHydrogen=0.3...0.8">
@@ -307,7 +301,7 @@
 					</dallara>
 				</climate_model_methods>
 				<air_quality_methods description="Settings for air quality calculation">
-					<method description="Sets method for climate model('NO': no AQI calculation, 'SCHAEFR': AQI calculation according to K. Schaefer(2018))">
+					<method description="Sets method for climate model('NO': no AQI calculation, 'SCHAEFER': AQI calculation according to K. Schäfer(2018))">
 						<value>SCHAEFER</value>
 					</method>
 				</air_quality_methods>
diff --git a/ecological_assessment/src/ecological_assessment.cpp b/ecological_assessment/src/ecological_assessment.cpp
index eb53cd49e920e53d9b176fca120ae10793e056ff..bd5d419e7247ccd4fcb2c9c60cbb9f72b13c2bb2 100644
--- a/ecological_assessment/src/ecological_assessment.cpp
+++ b/ecological_assessment/src/ecological_assessment.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -47,15 +47,7 @@ EcologicalAssessment::EcologicalAssessment(const int argc, char *argv[], const s
 
   /* Set strategy route (by now, only one standard strategy exists which offers the possibility to use different methods) */
   std::string strategy_name(rtIO_->moduleConfig.at("program_settings/strategy_selector/value"));
-  route_ = {strategy_name};
-  strategy_.setStrategy(routing_(route_)(rtIO_));
-}
-
-strategyaccess EcologicalAssessment::routing_(const std::vector<std::string> &route) {
-  /* Routing table for ecological assessment */
-  std::map<std::string, strategyaccess> table = {
-      {"STANDARD", [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<StandardStrategy>(arg);}},
-  };
-  return table[route.at(0)];
+  strategy_.registerStrategy<StandardStrategy>({"STANDARD"});
+  strategy_.setStrategy({strategy_name}, rtIO_);
 }
 
diff --git a/ecological_assessment/src/ecological_assessment.h b/ecological_assessment/src/ecological_assessment.h
index 61ea190b2518aebd9e64629451d248afc5e15c45..4cc73bce3b3843e976fe3996a614b8f45adbb053 100644
--- a/ecological_assessment/src/ecological_assessment.h
+++ b/ecological_assessment/src/ecological_assessment.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -56,8 +56,6 @@ class EcologicalAssessment : public Module {
   void save() override { strategy_.saveStrategy(); rtIO_->saveAndCloseAcXML(); rtIO_->closeModuleConfig(); };
 
  private:
-  std::vector<std::string> route_; /**< Routing for strategy*/
-  strategyaccess routing_(const std::vector<std::string> &route); /**< Strategy access */
   StrategySelector strategy_; /**< Strategy */
 };
 
diff --git a/ecological_assessment/src/main_ecological_assessment.cpp b/ecological_assessment/src/main_ecological_assessment.cpp
index 1aedd07286e77f7316662359be2c8f9fc75c9aeb..fbfabe3e4b865c1122adc26be149f76c72d8d868 100644
--- a/ecological_assessment/src/main_ecological_assessment.cpp
+++ b/ecological_assessment/src/main_ecological_assessment.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.cpp
index 11cdc9eb30eb6e0a01420938d19cb2e06060a447..7f05c18e355a421255ff93b072f839bd3713b549 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.h b/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.h
index 66a177b03cbd2f692ce59ea263689abbd65aace0..fd5ca4f8a02657f89c080f9d587ddd6ed39cc615 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/ecoDatabase.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ const double t_labourYear_dev = {1712.}; /**< Hours per month for Engineering ,
 const double C_labourHour_dev = {150.};  /**< Costs per employee per hour for Engineering , Tool Dev., Tool Manuf [USD/h] */
 const double spaceEfficiency_dev = {0.6}; /**< Space Efficiency [-] */
 const double F_netFloor_dev = {14.5}; /**< Net floor per workplace for Engineering , Tool Dev., Tool Manuf [m^2]*/
-const double E_perSqmYear_dev[2] = {convertUnit(KILO, WATTHOUR, MEGA, JOULE, 106.),
+const double energy_perSqmYear_dev[2] = {convertUnit(KILO, WATTHOUR, MEGA, JOULE, 106.),
      convertUnit(KILO, WATTHOUR, MEGA, JOULE, 94.)}; /**< Assumptions on electrical and heating energy consumption per square metre of working area [MJ/(m^2*yr)]*/
 
 // PRODUCTION PHASE (Assumptions for material distribution see Arzdorf S.104 Tab.D.2) */
@@ -65,7 +65,7 @@ const double specificE_manuf[numberOfMaterials] = {convertUnit(KILO, WATTHOUR, M
 const double recyclingEnergyRatio[numberOfMaterials] = {20, 20, 3.6, 2.6, 3.9}; /**< Ratio of recycling energy [-] */
 const double recoveryRate[numberOfMaterials] = {0.9, 0., 0.95, 0.91, 0.56}; /**< Recovery rate [-] */
 const double paintVOCFactor = 0.6;/**< Emission of VOC-gases by colour per m^2 of lacquered area (assumptions for lacquering (K. Schaefer) [kg/m^2] */
-const double finalFlightTestHours = 6.; /**< Assumptions Flight hours Test flights s. Arzdorf S.72 [h] */
+const double finalflight_test_hours = 6.; /**< Assumptions Flight hours Test flights s. Arzdorf S.72 [h] */
 const unsigned int numberOfTransportationTypes = 4.; /**< Assumed number of transportation types for transport logistics [-]*/
 const double transportationFuelCons[numberOfTransportationTypes] = {/**<Fuel consumption for aircraft(kerosene), truck(diesel), ship(heavy fuel oil), train(diesel)" [kg/t-km]*/
                                                     0.21,  0.0214, 1.2125E-3, 7.81E-3};
@@ -77,7 +77,7 @@ const unsigned int numberOfCompTransported(6);/**< Number of aircraft components
 const double transportationDistance[numberOfCompTransported] = {(787. + 1181.), (493. + 110. + 493. + 493. + 1264.) / 4., 562., /**< Transportation distance of componants [km] */
             1264., 1130. / 2.*2., 1020.  }; //,1058.};
 //Labour
-const double E_PerWorker_pr[2] = {convertUnit(KILO, WATTHOUR, MEGA, JOULE, 11000.), /**< Annual electrical & heating energy per worker in production [MJ/yr]*/
+const double energy_PerWorker_pr[2] = {convertUnit(KILO, WATTHOUR, MEGA, JOULE, 11000.), /**< Annual electrical & heating energy per worker in production [MJ/yr]*/
                                 convertUnit(KILO, WATTHOUR, MEGA, JOULE, 24000.)};
 const double t_labourYear_pr = 1712.; /**< Annual working hours in production [h/yr] */
 const double C_labourHour_pr = 153.;/**< Hourly wage in production [USD/h] */
@@ -87,7 +87,7 @@ const double C_labourHour_pr = 153.;/**< Hourly wage in production [USD/h] */
 
 // OPERATION PHASE */
 // NEW assumption K. Schaefer*/
-const double E_PerWorker_op[2] = {convertUnit(KILO, WATTHOUR, MEGA, JOULE, 11000.), /**< Annual electrical & heating energy per worker in operation [MJ/yr]*/
+const double energy_PerWorker_op[2] = {convertUnit(KILO, WATTHOUR, MEGA, JOULE, 11000.), /**< Annual electrical & heating energy per worker in operation [MJ/yr]*/
     convertUnit(KILO, WATTHOUR, MEGA, JOULE, 24000.)};
 const double t_labourYear_op = 1712.;/**< Annual working hours in operation [h/a] */
 const double C_labourHour_op = 153.;/**< hourly wage in operation [USD/h] */
@@ -187,9 +187,9 @@ class ecoDatabase {
 
 
     /* ICAO LTO times */
-    const double taxiTime_ICAO = convertUnit(MINUTE, SECOND, 26);/**< ICAO taxi time: 26 Min [s]*/
-    const double takeoffTime_ICAO = convertUnit(MINUTE, SECOND, 0.7); /**< ICAO take off time: 0.7 Min [s]*/
-    const double climboutTime_ICAO = convertUnit(MINUTE, SECOND, 2.2); /**< ICAO climb out time: 2.2 Min [s]*/
+    const double taxi_time_ICAO = convertUnit(MINUTE, SECOND, 26);/**< ICAO taxi time: 26 Min [s]*/
+    const double takeoff_time_ICAO = convertUnit(MINUTE, SECOND, 0.7); /**< ICAO take off time: 0.7 Min [s]*/
+    const double climbout_time_ICAO = convertUnit(MINUTE, SECOND, 2.2); /**< ICAO climb out time: 2.2 Min [s]*/
     const double appTime_ICAO = convertUnit(MINUTE, SECOND, 4.0); /**< ICAO approach time: 4 Min [s] */
 
     /* GEMIS data; emissions [kg] of the electricity mix Germany El-KW-Park-DE-2010 DG-TREN [TJ]*/
@@ -203,5 +203,5 @@ class ecoDatabase {
     virtual ~ecoDatabase();
 };
 
-#endif // ECOLOGICAL_ASSESSMENT_SRC_EMISSION_CALCULATION_ECODATABASE_H_
+#endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_ECODATABASE_H_
 
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.cpp
index 469f5aa8a0565bbe4a7866dd22f24759ed1080a0..16bcb1e1b7357c1fc9c5ffa4eca6ba54709648af 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,26 +33,30 @@ void LifeCycleEmissionsSchaefer::run(const std::shared_ptr<RuntimeIO> &rtIO, std
             myRuntimeInfo->warn << "Schaefer method can only be used for kerosene powered TAW aircraft. No LCA calculation will be performed!" << std::endl;
     } else {
         myRuntimeInfo->out << "  Calculation of life cycle emissions" << std::endl;
-        schaeferIOData_ = std::make_shared<SchaeferIOData>(rtIO, ecoAssXML);
+        schaeferIOData = std::make_shared<SchaeferIOData>(rtIO, ecoAssXML);
+
         /* Production phase */
         myRuntimeInfo->out << "     Calculation of production phase..." << std::endl;
-        theProduction.calculateProductionResources(schaeferIOData_, rtIO);
-        theProduction.calculateProductionEmissions(schaeferIOData_);
+        theProduction.calculate_production_resources(schaeferIOData, rtIO);
+        theProduction.calculate_production_emissions(schaeferIOData);
 
         /* Operation phase*/
         myRuntimeInfo->out << "     Calculation of operation phase..." << std::endl;
-        theOperation.calculateOperationResources(schaeferIOData_, rtIO, theProduction);
-        theOperation.calculateOperationEmissions(schaeferIOData_, theProduction);
+        theOperation.calculate_operation_resources(schaeferIOData, rtIO, theProduction);
+        theOperation.calculate_operation_emissions(schaeferIOData, theProduction);
 
         /* End-of-Life Phase */
         myRuntimeInfo->out << "     Calculation of end of life phase..." << std::endl;
-        theEndOfLife.calculateEoLResources(schaeferIOData_);
-        theEndOfLife.calculateEoLEmissions(schaeferIOData_, theProduction);
+        theEndOfLife.calculate_EoL_resources(schaeferIOData);
+        theEndOfLife.calculate_EoL_emissions(schaeferIOData, theProduction);
 
         /* Development Phase (calculation is executed last because of production/EoL of test aircraft)*/
         myRuntimeInfo->out << "     Calculation of development phase..." << std::endl;
-        theDevelopment.calculateDevelopmentResources(schaeferIOData_);
-        theDevelopment.calculateDevelopmentEmissions(schaeferIOData_, theProduction, theEndOfLife);
+        theDevelopment.calculate_development_resources(schaeferIOData);
+        theDevelopment.calculate_development_emissions(schaeferIOData, theProduction, theEndOfLife);
+
+        /* Write results to ecological_assessment_results.xml */
+        schaeferIOData->update_ecological_assessment_xml(ecoAssXML, theDevelopment, theProduction, theOperation, theEndOfLife);
     }
 }
 
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.h b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.h
index 8f13632aaa815df39877f103f6905083e8b42270..24307cb620213e0cc1c380b219da81a8735fa75e 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/calculateEmissions_schaefer.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -52,7 +52,7 @@ class LifeCycleEmissionsSchaefer {
     /** \brief Runs life cycle emission calcualtion according to Schaefer 2011*/
     void run(const std::shared_ptr<RuntimeIO> &rtIO, std::shared_ptr<node> ecoAssXML);
 
-    std::shared_ptr<SchaeferIOData> schaeferIOData_; /**< IOData object*/
+    std::shared_ptr<SchaeferIOData> schaeferIOData; /**< IOData object*/
     Development theDevelopment;/**< Object contains data for the entire certification process (i.e. for the entire aircraft program) */
     Production theProduction;/**< Object of class Productionthat contains production data */
     Operation theOperation;/**< Object contains operation data */
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.cpp
index 1e11cb57e0c0df8d2980a4ca6b00012ed24fdda4..6bd34b10ea4f6e567a3f7b67372637b732dfe88a 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,16 +33,16 @@ using std::pow;
 Development::Development()
     :
     myEcoDatabase(ecoDatabase()),
-    Energy_total(0.),
+    energy_total(0.),
     fuel_total(0.),
-    taxiTestFactor(0.),
-    testACEnergy(0.),
-    testEngineEnergy(0.) {
+    taxi_fuel_test_factor(0.),
+    test_aircraft_production_energy(0.),
+    test_engine_production_energy(0.) {
         //ctor
     }
 
-void Development::calculateDevelopmentResources(const std::shared_ptr<SchaeferIOData>& data) {
-    /* Tests at SL und ISA+deltaISA (assumed); max. Takeoff Thrust SL and ISA (see Ruijgrok, P. 298 and ICAO 2008 P. III-2-2*/
+void Development::calculate_development_resources(const std::shared_ptr<SchaeferIOData>& data) {
+    /* Tests at SL und ISA+delta_isa (assumed); max. Takeoff Thrust SL and ISA (see Ruijgrok, P. 298 and ICAO 2008 P. III-2-2*/
     // TODO(franz#1#): T142 check if with offtakes (see engineSizing output cpp, here if necessary with a part released out again) at which atm. conditions engine tests
     //max. Thrust
     /*BEGINN: from engineSizing output.cpp, to determine Max. Cont. Thrust for SL */
@@ -54,7 +54,6 @@ void Development::calculateDevelopmentResources(const std::shared_ptr<SchaeferIO
     std::vector<double>  SFC;
     int ID_maxThrust(0);
     int ID_bucketSFC(0);
-//    int ID_maxThrustOfftakes(0);
     do {
         if (static_cast<int>(N1.size()) == 0) {
             N1.push_back(0.7);
@@ -62,9 +61,9 @@ void Development::calculateDevelopmentResources(const std::shared_ptr<SchaeferIO
             N1.push_back(N1.back() + 0.001);
         }
         /* Set engine without offtakes */
-        data->myEngine.calculate_N1_with_penalties(0, 0., myAtm, Rounding(N1.back(), 4), "maximum_continuous", 0., 0.);
-        Thrust.push_back(data->myEngine.get_thrust_aircraft() / data->numberOfEngines);
-        FuelFlow.push_back(data->myEngine.get_aircraft_fuelflow() / data->numberOfEngines);
+        data->myEngine.calculate_N1_with_penalties(0, 0., myAtmosphere, Rounding(N1.back(), 4), "maximum_continuous", 0., 0.);
+        Thrust.push_back(data->myEngine.get_thrust_aircraft() / data->number_of_engines);
+        FuelFlow.push_back(data->myEngine.get_aircraft_fuelflow() / data->number_of_engines);
         SFC.push_back(FuelFlow.back() / Thrust.back());
     } while (N1.back() <= 1.);
     // Determination of the bucket point (run through from the back, as discontinuity is possible at low rotation speeds with props)
@@ -81,9 +80,7 @@ void Development::calculateDevelopmentResources(const std::shared_ptr<SchaeferIO
     std::vector<double>::iterator it1 = max_element(Thrust.begin(), Thrust.end());
     double MaxContThrustSL(*it1);// Thrust.at(ID_maxThrust); Maximum continuous thrust at Sea Level for one scaled engine [kN]
     ID_maxThrust = static_cast<int>(it1 - Thrust.begin());
-//    maxThrust.FuelFlow = FuelFlow.at(ID_maxThrust);
     double SFCMaxContThrustSL = SFC.at(ID_maxThrust); // Thrust specific fuel consumption at continuous thrust at Sea Level for one scaled engine [(kg/s)/kN]
-//    maxThrust.N1 = N1.at(ID_maxThrust);
     /* bucket thrust; assumption: = const. thrust*/
     // TODO(franz#1#): T143 check if you can get a rating for TW; BucketThrust assumption wrong (at FL = 0 and Ma = 0 there is no bucket, curve goes down constantly)
     double ContThrustSL = Thrust.at(ID_bucketSFC); //Continuous thrust at Sea Level for one scaled engine [kN]
@@ -91,346 +88,371 @@ void Development::calculateDevelopmentResources(const std::shared_ptr<SchaeferIO
     /*END: from engineSizing output.cpp, to determine Max. Cont. Thrust for SL */
 
     /* calculation unit MJ! (1 kWh = 3.6 MJ) **/
-    if (data->configuration.developmentEmissionSetting != "mode_0") {
+    if (data->configuration.development_emission_setting != "mode_0") {
         /* Calculation of personnel expenses **/
-        theEngeneering.T_eng = 1.309 * 5.18 * pow(data->OME, 0.777) * pow(convertUnit(METERPERSECOND, KILOMETERPERHOUR, data->v_max), 0.894)
-                                * pow(data->configuration.strucTestAC + data->configuration.flightTestAC, 0.163);
-        theEngeneering.E_elec = E_perSqmYear_dev[0] * F_netFloor_dev / spaceEfficiency_dev * theEngeneering.T_eng / t_labourYear_dev
-                                    * (1 + data->configuration.engineEngineeringFactor);
-        theEngeneering.E_heat = E_perSqmYear_dev[1] * F_netFloor_dev / spaceEfficiency_dev * theEngeneering.T_eng / t_labourYear_dev
-                                    * (1 + data->configuration.engineEngineeringFactor);
-        theEngeneering.E_total = theEngeneering.E_elec + theEngeneering.E_heat;
+        theEngeneering.engineering_hours = 1.309 * 5.18 * pow(data->ome, 0.777) * pow(convertUnit(METERPERSECOND, KILOMETERPERHOUR, data->max_operating_speed), 0.894)
+                                * pow(data->configuration.structural_test_aircraft_number + data->configuration.flight_tests_aircraft_number, 0.163);
+        theEngeneering.engineering_energy_electricity = energy_perSqmYear_dev[0] * F_netFloor_dev / spaceEfficiency_dev * theEngeneering.engineering_hours / t_labourYear_dev
+                                    * (1 + data->configuration.engine_engineering_factor);
+        theEngeneering.engineering_energy_heat = energy_perSqmYear_dev[1] * F_netFloor_dev / spaceEfficiency_dev * theEngeneering.engineering_hours / t_labourYear_dev
+                                    * (1 + data->configuration.engine_engineering_factor);
+        theEngeneering.engineering_energy_total = theEngeneering.engineering_energy_electricity + theEngeneering.engineering_energy_heat;
         myRuntimeInfo->info << "F_netFloor_dev " << F_netFloor_dev << std::endl;
         myRuntimeInfo->info << "spaceEfficiency_dev " << spaceEfficiency_dev << std::endl;
-        myRuntimeInfo->info << "T_eng " << theEngeneering.T_eng << std::endl;
+        myRuntimeInfo->info << "T_eng " << theEngeneering.engineering_hours << std::endl;
         myRuntimeInfo->info << "t_labourYear_dev " << t_labourYear_dev << std::endl;
-        /* calculation of Tests **/
-        /* according to SA by Kuno Jandaurek **/
+        /* Calculation of Tests (according to SA by Kuno Jandaurek)**/
         /* Energy of the wind tunnel test **/
-        testResources.Energy_windTunnelTest = convertUnit(HOUR, SECOND, data->configuration.windTunnelTestHours) * 1.782; //Power of subsonic wind tunnel: 1782kW
-        if (data->configuration.developmentEmissionSetting == "mode_1") {
+        testResources.energy_wind_tunnel_test = convertUnit(HOUR, SECOND, data->configuration.wind_tunnel_test_hours) * 1.782; //Power of subsonic wind tunnel: 1782kW
+        if (data->configuration.development_emission_setting == "mode_1") {
             myRuntimeInfo->info << "-----Test Emissions-----" << std::endl;
             myRuntimeInfo->info << "CAUTION: Test emissions without production and end-of-life emissions!" << std::endl;
         }
-        myRuntimeInfo->info << "Energy_windTunnelTest: " << testResources.Energy_windTunnelTest << std::endl;
+        myRuntimeInfo->info << "energy_wind_tunnel_test: " << testResources.energy_wind_tunnel_test << std::endl;
         /* Energy of Structure tests**/
-        testResources.Energy_fatigueTest = data->configuration.strucTestCycles * data->MTOM / 1000. * 1.45;
-        myRuntimeInfo->info << "Energy_fatigueTest: " << testResources.Energy_fatigueTest << std::endl;
+        testResources.energy_fatigue_test = data->configuration.structural_test_cycles * data->mtom / 1000. * 1.45;
+        myRuntimeInfo->info << "energy_fatigue_test: " << testResources.energy_fatigue_test << std::endl;
         /* Energy of System tests**/
-        testResources.Energy_systemTest = convertUnit(KILO, WATTHOUR, MEGA, JOULE, (data->configuration.sysIntTestHours + data->configuration.ironBirdTestHours)
-                                                      * data->propDesignPowerTotal);
-        myRuntimeInfo->info << "Energy_systemTest: " << testResources.Energy_systemTest << std::endl;
-        if (data->configuration.doEngineTest) {
+        testResources.energy_system_tests = convertUnit(KILO, WATTHOUR, MEGA, JOULE, (data->configuration.system_integration_test_hours + data->configuration.iron_bird_test_hours)
+                                                      * data->propulsion_design_power);
+        myRuntimeInfo->info << "energy_system_tests: " << testResources.energy_system_tests << std::endl;
+        if (data->configuration.do_engine_tests) {
             /* Fuel consumption for engine tests on rig (assumption: Sea Level Conditions; LTO emissions according to
                ICAO Engine Emission Databank (also NOx!); DesignMission as reference) **/
             // TODO(franz#1#): T136 NOx from TW-Decks instead of from ICAO Databank (like mission-class!))
             double rigHours;
-            if (data->configuration.testETOPS) {
-                if (data->configuration.inclETOPS) {
-                    rigHours = data->configuration.rigTestHours;
+            if (data->configuration.test_ETOPS) {
+                if (data->configuration.include_ETOPS) {
+                    rigHours = data->configuration.rig_test_hours;
                 } else {
-                    rigHours = data->configuration.rigTestHours + 3000.*0.5;
+                    rigHours = data->configuration.rig_test_hours + 3000.*0.5;
                 }
             } else {
-                rigHours = data->configuration.rigTestHours;
+                rigHours = data->configuration.rig_test_hours;
             }
-            testResources.fuel_engineTestRig = data->configuration.numberOfNewEngines * rigHours * 3600.
-                                               *(SFCMaxContThrustSL * MaxContThrustSL * data->configuration.MCTpercentage
-                                                 + SFCContThrustSL * ContThrustSL * (1. - data->configuration.MCTpercentage));
+            testResources.fuel_engine_test_rig = data->configuration.number_new_engines * rigHours * 3600.
+                                               *(SFCMaxContThrustSL * MaxContThrustSL * data->configuration.max_cont_thrust_percentage
+                                                 + SFCContThrustSL * ContThrustSL * (1. - data->configuration.max_cont_thrust_percentage));
             myRuntimeInfo->debug << "SFCMaxContThrustSL: " << SFCMaxContThrustSL << std::endl;
             myRuntimeInfo->debug << "MaxContThrustSL: " << MaxContThrustSL << std::endl;
             myRuntimeInfo->debug << "ContThrustSL: " <<  ContThrustSL << std::endl;
             /* Fuel consumption in engine tests at the FTB (assumption: cruise conditions; emissions of the
                design mission as reference, only specifications of the new engine are integrated) **/
-            testResources.fuel_engineFlightTest = data->configuration.numberOfNewEngines * convertUnit(HOUR, SECOND, data->configuration.FTBHours)
-                                                  * ((data->configuration.FTBEngineNo * data->configuration.FTBFuelConsumptionPerEngine) + data->fuelFlowContThrustCruise);
-            myRuntimeInfo->info << "fuel_engineFlightTest: " << testResources.fuel_engineFlightTest << std::endl;
+            testResources.fuel_engine_test_flight = data->configuration.number_new_engines * convertUnit(HOUR, SECOND, data->configuration.flying_test_bed_hours)
+                * ((data->configuration.flying_test_bed_engine_number * data->configuration.flying_test_bed_fuel_consumption) + data->fuel_flow_cont_thrust);
+            myRuntimeInfo->info << "fuel_engine_test_flight: " << testResources.fuel_engine_test_flight << std::endl;
         } else {
-            myRuntimeInfo->info << "No engine tests are performed because doEngineTest switch is off." << std::endl;
+            myRuntimeInfo->info << "No engine tests are performed because do_engine_tests switch is off." << std::endl;
         }
         /* Energy of ground tests */
-        testResources.Energy_groundTest = convertUnit(KILO, WATTHOUR, MEGA, JOULE, 0.95 * data->configuration.flightTestHours * data->propDesignPowerTotal);
-        myRuntimeInfo->info << "Energy_groundTest: " << testResources.Energy_groundTest << std::endl;
+        testResources.energy_ground_test = convertUnit(KILO, WATTHOUR, MEGA, JOULE, 0.95 * data->configuration.flight_test_hours * data->propulsion_design_power);
+        myRuntimeInfo->info << "energy_ground_test: " << testResources.energy_ground_test << std::endl;
         /* Fuel consumption for flight tests */
-        if (data->configuration.inclEngineOptions)
-            testResources.flightHours_flightTest = data->configuration.flightTestHours;
+        if (data->configuration.include_engine_options)
+            testResources.flight_hours_flight_test = data->configuration.flight_test_hours;
         else
-            testResources.flightHours_flightTest = (0.63 + 0.37 * data->configuration.engineOptions) * data->configuration.flightTestHours;
-        myRuntimeInfo->info << "flightHours: " << testResources.flightHours_flightTest << std::endl;
-        testResources.fuel_flightTest = data->blockfuelDesign / data->blocktimeDesign *
-                                        testResources.flightHours_flightTest; //strongly simplified: Assumption: Const. Fuel consumption, determined from design mission.
+            testResources.flight_hours_flight_test = (0.63 + 0.37 * data->configuration.engine_options_number) * data->configuration.flight_test_hours;
+        myRuntimeInfo->info << "flightHours: " << testResources.flight_hours_flight_test << std::endl;
+        testResources.fuel_flight_test = data->blockfuel_design / data->blocktime_design *
+                                        testResources.flight_hours_flight_test; //strongly simplified: Assumption: Const. Fuel consumption, determined from design mission.
         /* Test total: fuel consumption (without taxi, added at calcEmission) and energy (without Fatigue Test Airframe)**/
-        testResources.Energy_totalTest = testResources.Energy_windTunnelTest + testResources.Energy_fatigueTest + testResources.Energy_systemTest + testResources.Energy_groundTest;
-        testResources.fuel_engineTest_total =  testResources.fuel_engineTestRig + testResources.fuel_engineFlightTest;
-        myRuntimeInfo->debug << "testResources.fuel_engineTestRig: " << testResources.fuel_engineTestRig << std::endl;
-        myRuntimeInfo->debug << "testResources.fuel_engineFlightTest: " << testResources.fuel_engineFlightTest << std::endl;
-        testResources.fuel_totalTest = testResources.fuel_engineTest_total + testResources.fuel_flightTest;
-        myRuntimeInfo->debug << "testResources.fuel_engineTest_total: " << testResources.fuel_engineTest_total << std::endl;
-        myRuntimeInfo->debug << "testResources.fuel_flightTest: " << testResources.fuel_flightTest << std::endl;
-        Energy_total = theEngeneering.E_total + testResources.Energy_totalTest;
-        fuel_total = testResources.fuel_totalTest;
+        testResources.energy_test_total = testResources.energy_wind_tunnel_test + testResources.energy_fatigue_test + testResources.energy_system_tests
+                                            + testResources.energy_ground_test;
+        testResources.fuel_engine_test_total =  testResources.fuel_engine_test_rig + testResources.fuel_engine_test_flight;
+        myRuntimeInfo->debug << "testResources.fuel_engine_test_rig: " << testResources.fuel_engine_test_rig << std::endl;
+        myRuntimeInfo->debug << "testResources.fuel_engine_test_flight: " << testResources.fuel_engine_test_flight << std::endl;
+        testResources.fuel_test_total = testResources.fuel_engine_test_total + testResources.fuel_flight_test;
+        myRuntimeInfo->debug << "testResources.fuel_engine_test_total: " << testResources.fuel_engine_test_total << std::endl;
+        myRuntimeInfo->debug << "testResources.fuel_flight_test: " << testResources.fuel_flight_test << std::endl;
+        energy_total = theEngeneering.engineering_energy_total + testResources.energy_test_total;
+        fuel_total = testResources.fuel_test_total;
         // TODO(franz#1#): T135 Possible improvement: Fuel consumption for various types of fuel. Determine missisonen (duration);
-        myRuntimeInfo->info << "fuel_flightTest: " << testResources.fuel_flightTest << std::endl;
+        myRuntimeInfo->info << "fuel_flight_test: " << testResources.fuel_flight_test << std::endl;
     }
 }
 
-void Development::calculateDevelopmentEmissions(const std::shared_ptr<SchaeferIOData>& data, const Production &theProduction, const EndOfLife &theEndOfLife) {
-    if (data->configuration.developmentEmissionSetting != "mode_0") {
-    double emissionIndexCO2 = 3.149; // EI for kersosene combustion
-    double emissionIndexSO2 = 0.84*pow(10, -3); // EI for kersosene combustion
+void Development::calculate_development_emissions(const std::shared_ptr<SchaeferIOData>& data, const Production &theProduction, const EndOfLife &theEndOfLife) {
+    if (data->configuration.development_emission_setting != "mode_0") {
+    double emission_index_CO2 = 3.149; // EI for kersosene combustion
+    double emission_index_SO2 = 0.84*pow(10, -3); // EI for kersosene combustion
         /*Test phase*/
         /* Wind tunnel Test*/
-        myRuntimeInfo->info << "      Wind tunnel Test Energy: " << testResources.Energy_windTunnelTest << " MJ" << std::endl;
-        windtunnelTest.CO2 = testResources.Energy_windTunnelTest * myEcoDatabase.elecEmData.CO2;
-        windtunnelTest.CH4 = testResources.Energy_windTunnelTest * myEcoDatabase.elecEmData.CH4;
-        windtunnelTest.N2O = testResources.Energy_windTunnelTest * myEcoDatabase.elecN2O;
-        windtunnelTest.PFC = testResources.Energy_windTunnelTest * myEcoDatabase.elecPFC;
-        windtunnelTest.NOx = testResources.Energy_windTunnelTest * myEcoDatabase.elecEmData.NOx;
-        windtunnelTest.SO2 = testResources.Energy_windTunnelTest * myEcoDatabase.elecEmData.SO2;
-        windtunnelTest.CO = testResources.Energy_windTunnelTest * myEcoDatabase.elecEmData.CO;
-        windtunnelTest.NMVOC = testResources.Energy_windTunnelTest * myEcoDatabase.elecNMVOC;
-        windtunnelTest.CED = testResources.Energy_windTunnelTest * myEcoDatabase.elecEmData.specificEnergy;
+        myRuntimeInfo->info << "      Wind tunnel Test Energy: " << testResources.energy_wind_tunnel_test << " MJ" << std::endl;
+        windTunnelTests.CO2 = testResources.energy_wind_tunnel_test * myEcoDatabase.elecEmData.CO2;
+        windTunnelTests.CH4 = testResources.energy_wind_tunnel_test * myEcoDatabase.elecEmData.CH4;
+        windTunnelTests.N2O = testResources.energy_wind_tunnel_test * myEcoDatabase.elecN2O;
+        windTunnelTests.PFC = testResources.energy_wind_tunnel_test * myEcoDatabase.elecPFC;
+        windTunnelTests.NOx = testResources.energy_wind_tunnel_test * myEcoDatabase.elecEmData.NOx;
+        windTunnelTests.SO2 = testResources.energy_wind_tunnel_test * myEcoDatabase.elecEmData.SO2;
+        windTunnelTests.CO = testResources.energy_wind_tunnel_test * myEcoDatabase.elecEmData.CO;
+        windTunnelTests.NMVOC = testResources.energy_wind_tunnel_test * myEcoDatabase.elecNMVOC;
+        windTunnelTests.CED = testResources.energy_wind_tunnel_test * myEcoDatabase.elecEmData.specificEnergy;
         /* Structure Test*/
-        myRuntimeInfo->info << "      Structure Test Energy (Fatigue Test): " << testResources.Energy_fatigueTest << " MJ" << std::endl;
-        structureTest.CO2 = testResources.Energy_fatigueTest * myEcoDatabase.elecEmData.CO2;// - productionACEnginesEco.CO2);
-        structureTest.CH4 = testResources.Energy_fatigueTest * myEcoDatabase.elecEmData.CH4;// - productionACEnginesEco.CH4);
-        structureTest.N2O = testResources.Energy_fatigueTest * myEcoDatabase.elecN2O;// - productionACEnginesEco.N2O);
-        structureTest.PFC = testResources.Energy_fatigueTest * myEcoDatabase.elecPFC;// - productionACEnginesEco.PFC);
-        structureTest.NOx = testResources.Energy_fatigueTest * myEcoDatabase.elecEmData.NOx;// - productionACEnginesEco.NOx);
-        structureTest.SO2 = testResources.Energy_fatigueTest * myEcoDatabase.elecEmData.SO2;// - productionACEnginesEco.SO2);
-        structureTest.CO = testResources.Energy_fatigueTest * myEcoDatabase.elecEmData.CO;// - productionACEnginesEco.CO);
-        structureTest.NMVOC = testResources.Energy_fatigueTest * myEcoDatabase.elecNMVOC;// - productionACEnginesEco.NMVOC);
-        structureTest.CED = testResources.Energy_fatigueTest * myEcoDatabase.elecEmData.specificEnergy;
+        myRuntimeInfo->info << "      Structure Test Energy (Fatigue Test): " << testResources.energy_fatigue_test << " MJ" << std::endl;
+        structureTests.CO2 = testResources.energy_fatigue_test * myEcoDatabase.elecEmData.CO2;
+        structureTests.CH4 = testResources.energy_fatigue_test * myEcoDatabase.elecEmData.CH4;
+        structureTests.N2O = testResources.energy_fatigue_test * myEcoDatabase.elecN2O;
+        structureTests.PFC = testResources.energy_fatigue_test * myEcoDatabase.elecPFC;
+        structureTests.NOx = testResources.energy_fatigue_test * myEcoDatabase.elecEmData.NOx;
+        structureTests.SO2 = testResources.energy_fatigue_test * myEcoDatabase.elecEmData.SO2;
+        structureTests.CO = testResources.energy_fatigue_test * myEcoDatabase.elecEmData.CO;
+        structureTests.NMVOC = testResources.energy_fatigue_test * myEcoDatabase.elecNMVOC;
+        structureTests.CED = testResources.energy_fatigue_test * myEcoDatabase.elecEmData.specificEnergy;
         /* System Test*/
-        myRuntimeInfo->info << "      System Test Energy: " << testResources.Energy_systemTest << " MJ" << std::endl;
-        systemTest.CO2 = testResources.Energy_systemTest * myEcoDatabase.elecEmData.CO2;
-        systemTest.CH4 = testResources.Energy_systemTest * myEcoDatabase.elecEmData.CH4;
-        systemTest.N2O = testResources.Energy_systemTest * myEcoDatabase.elecN2O;
-        systemTest.PFC = testResources.Energy_systemTest * myEcoDatabase.elecPFC;
-        systemTest.NOx = testResources.Energy_systemTest * myEcoDatabase.elecEmData.NOx;
-        systemTest.SO2 = testResources.Energy_systemTest * myEcoDatabase.elecEmData.SO2;
-        systemTest.CO = testResources.Energy_systemTest * myEcoDatabase.elecEmData.CO;
-        systemTest.NMVOC = testResources.Energy_systemTest * myEcoDatabase.elecNMVOC;
-        systemTest.CED = testResources.Energy_systemTest * myEcoDatabase.elecEmData.specificEnergy;
+        myRuntimeInfo->info << "      System Test Energy: " << testResources.energy_system_tests << " MJ" << std::endl;
+        systemTests.CO2 = testResources.energy_system_tests * myEcoDatabase.elecEmData.CO2;
+        systemTests.CH4 = testResources.energy_system_tests * myEcoDatabase.elecEmData.CH4;
+        systemTests.N2O = testResources.energy_system_tests * myEcoDatabase.elecN2O;
+        systemTests.PFC = testResources.energy_system_tests * myEcoDatabase.elecPFC;
+        systemTests.NOx = testResources.energy_system_tests * myEcoDatabase.elecEmData.NOx;
+        systemTests.SO2 = testResources.energy_system_tests * myEcoDatabase.elecEmData.SO2;
+        systemTests.CO = testResources.energy_system_tests * myEcoDatabase.elecEmData.CO;
+        systemTests.NMVOC = testResources.energy_system_tests * myEcoDatabase.elecNMVOC;
+        systemTests.CED = testResources.energy_system_tests * myEcoDatabase.elecEmData.specificEnergy;
         /* Ground Test incl. fuel prod.*/
-        taxiTestFactor = 0.05 * data->configuration.flightTestHours / (data->taxiTime / (3600.));
-        myRuntimeInfo->info << "      Ground Test (System) Energy: " << testResources.Energy_groundTest << " MJ" << std::endl;
-        myRuntimeInfo->info << "      Taxi Test Fuel: " << data->taxifuelDesign *taxiTestFactor << " kg" << std::endl;
-        testResources.fuel_totalTest += data->taxifuelDesign * taxiTestFactor;
-        fuel_total += data->taxifuelDesign * taxiTestFactor;
-        groundTest.CO2 = testResources.Energy_groundTest * myEcoDatabase.elecEmData.CO2
-                         + data->taxifuelDesign * taxiTestFactor * (emissionIndexCO2 + myEcoDatabase.fuelProdEmData.at(0).CO2);
-        groundTest.CH4 = testResources.Energy_groundTest * myEcoDatabase.elecEmData.CH4
-                         + data->taxifuelDesign * taxiTestFactor * myEcoDatabase.fuelProdEmData.at(0).CH4;
-        groundTest.N2O = testResources.Energy_groundTest * myEcoDatabase.elecN2O;
-        groundTest.PFC = testResources.Energy_groundTest * myEcoDatabase.elecPFC;
-        groundTest.NOx = testResources.Energy_groundTest * myEcoDatabase.elecEmData.NOx
-                         + data->theTestMission.LTO.NOx * taxiTestFactor
-                         + data->taxifuelDesign * taxiTestFactor * myEcoDatabase.fuelProdEmData.at(0).NOx;;
-        groundTest.SO2 = testResources.Energy_groundTest * myEcoDatabase.elecEmData.SO2
-                         + data->taxifuelDesign * taxiTestFactor * emissionIndexSO2;
-        groundTest.CO = testResources.Energy_groundTest * myEcoDatabase.elecEmData.CO
-                        + data->theTestMission.LTO.CO * taxiTestFactor
-                        + data->taxifuelDesign * taxiTestFactor * myEcoDatabase.fuelProdEmData.at(0).CO;
-        groundTest.NMVOC = testResources.Energy_groundTest * myEcoDatabase.elecNMVOC;
-        groundTest.HC = data->theTestMission.LTO.HC * taxiTestFactor;
-        groundTest.H2O = data->theTestMission.LTO.H2O * taxiTestFactor
-                         + data->taxifuelDesign * taxiTestFactor * myEcoDatabase.fuelProdEmData.at(0).H2O;;
-        groundTest.PM10 = data->theTestMission.LTO.soot * taxiTestFactor
-                          + data->taxifuelDesign * taxiTestFactor * myEcoDatabase.fuelProdEmData.at(0).PM10;
-        groundTest.CED = testResources.Energy_groundTest * myEcoDatabase.elecEmData.specificEnergy
-                         + data->taxifuelDesign * taxiTestFactor * myEcoDatabase.fuelSpecificEnergy.at(0);
+        taxi_fuel_test_factor = 0.05 * data->configuration.flight_test_hours / (data->taxi_time / (3600.));
+        myRuntimeInfo->info << "      Ground Test (System) Energy: " << testResources.energy_ground_test << " MJ" << std::endl;
+        myRuntimeInfo->info << "      Taxi Test Fuel: " << data->taxi_fuel_design *taxi_fuel_test_factor << " kg" << std::endl;
+        testResources.fuel_test_total += data->taxi_fuel_design * taxi_fuel_test_factor;
+        fuel_total += data->taxi_fuel_design * taxi_fuel_test_factor;
+        groundTests.CO2 = testResources.energy_ground_test * myEcoDatabase.elecEmData.CO2
+                         + data->taxi_fuel_design * taxi_fuel_test_factor * (emission_index_CO2 + myEcoDatabase.fuelProdEmData.at(0).CO2);
+        groundTests.CH4 = testResources.energy_ground_test * myEcoDatabase.elecEmData.CH4
+                         + data->taxi_fuel_design * taxi_fuel_test_factor * myEcoDatabase.fuelProdEmData.at(0).CH4;
+        groundTests.N2O = testResources.energy_ground_test * myEcoDatabase.elecN2O;
+        groundTests.PFC = testResources.energy_ground_test * myEcoDatabase.elecPFC;
+        groundTests.NOx = testResources.energy_ground_test * myEcoDatabase.elecEmData.NOx
+                         + data->theTestMission.LTO.NOx * taxi_fuel_test_factor
+                         + data->taxi_fuel_design * taxi_fuel_test_factor * myEcoDatabase.fuelProdEmData.at(0).NOx;;
+        groundTests.SO2 = testResources.energy_ground_test * myEcoDatabase.elecEmData.SO2
+                         + data->taxi_fuel_design * taxi_fuel_test_factor * emission_index_SO2;
+        groundTests.CO = testResources.energy_ground_test * myEcoDatabase.elecEmData.CO
+                        + data->theTestMission.LTO.CO * taxi_fuel_test_factor
+                        + data->taxi_fuel_design * taxi_fuel_test_factor * myEcoDatabase.fuelProdEmData.at(0).CO;
+        groundTests.NMVOC = testResources.energy_ground_test * myEcoDatabase.elecNMVOC;
+        groundTests.HC = data->theTestMission.LTO.HC * taxi_fuel_test_factor;
+        groundTests.H2O = data->theTestMission.LTO.H2O * taxi_fuel_test_factor
+                         + data->taxi_fuel_design * taxi_fuel_test_factor * myEcoDatabase.fuelProdEmData.at(0).H2O;;
+        groundTests.PM10 = data->theTestMission.LTO.soot * taxi_fuel_test_factor
+                          + data->taxi_fuel_design * taxi_fuel_test_factor * myEcoDatabase.fuelProdEmData.at(0).PM10;
+        groundTests.CED = testResources.energy_ground_test * myEcoDatabase.elecEmData.specificEnergy
+                         + data->taxi_fuel_design * taxi_fuel_test_factor * myEcoDatabase.fuelSpecificEnergy.at(0);
         /* Engine Test incl. Fuel Production*/
-        if (data->configuration.doEngineTest) {
-            double engineTestFuelTotal = testResources.fuel_engineTest_total;
-            engineTest.CO2 = engineTestFuelTotal * (emissionIndexCO2 + myEcoDatabase.fuelProdEmData.at(0).CO2);
-            engineTest.CH4 = engineTestFuelTotal * myEcoDatabase.fuelProdEmData.at(0).CH4;
-            engineTest.N2O = 0.;
-            engineTest.PFC = 0.;
-            engineTest.NOx = testResources.fuel_engineTestRig * (data->theTestMission.LTO.NOx / data->LTOfuelDesign)
-                             + (data->theTestMission.Cruise.NOx + data->theTestMission.LTO.NOx) / data->blocktimeDesign * data->configuration.FTBHours
-                             + engineTestFuelTotal * myEcoDatabase.fuelProdEmData.at(0).NOx;
-            engineTest.SO2 = (testResources.fuel_engineTestRig + testResources.fuel_engineFlightTest) * emissionIndexSO2;
-            engineTest.CO = testResources.fuel_engineTestRig * (data->theTestMission.LTO.CO / data->LTOfuelDesign)
-                            + data->theTestMission.LTO.CO / data->blocktimeDesign * data->configuration.FTBHours
-                            + engineTestFuelTotal * myEcoDatabase.fuelProdEmData.at(0).CO;; //no values for CO_Cruise, because from LTO data!
-            engineTest.NMVOC = 0.;
-            engineTest.HC = testResources.fuel_engineTestRig * (data->theTestMission.LTO.HC / data->LTOfuelDesign)
-                            + (data->theTestMission.Cruise.HC + data->theTestMission.LTO.HC) / data->blocktimeDesign * data->configuration.FTBHours;
-            engineTest.H2O = testResources.fuel_engineTestRig * (data->theTestMission.LTO.H2O / data->LTOfuelDesign)
-                             + (data->theTestMission.Cruise.H2O + data->theTestMission.LTO.H2O) / data->blocktimeDesign * data->configuration.FTBHours
-                             + engineTestFuelTotal * myEcoDatabase.fuelProdEmData.at(0).H2O;; //but actually no matter, only important for cirrus formation
-            engineTest.PM10 = testResources.fuel_engineTestRig * (data->theTestMission.LTO.soot / data->LTOfuelDesign)
-                              + (data->theTestMission.LTO.soot) / data->blocktimeDesign * data->configuration.FTBHours
-                              + engineTestFuelTotal * myEcoDatabase.fuelProdEmData.at(0).PM10;; //PM10 interesting only during LTO, no greenhouse gas and not ozone-forming
-            engineTest.CED = engineTestFuelTotal * myEcoDatabase.fuelSpecificEnergy.at(0);
+        if (data->configuration.do_engine_tests) {
+            double engine_testsFuelTotal = testResources.fuel_engine_test_total;
+            engineTests.CO2 = engine_testsFuelTotal * (emission_index_CO2 + myEcoDatabase.fuelProdEmData.at(0).CO2);
+            engineTests.CH4 = engine_testsFuelTotal * myEcoDatabase.fuelProdEmData.at(0).CH4;
+            engineTests.N2O = 0.;
+            engineTests.PFC = 0.;
+            engineTests.NOx = testResources.fuel_engine_test_rig * (data->theTestMission.LTO.NOx / data->LTO_fuel_design)
+                             + (data->theTestMission.cruise.NOx + data->theTestMission.LTO.NOx) / data->blocktime_design * data->configuration.flying_test_bed_hours
+                             + engine_testsFuelTotal * myEcoDatabase.fuelProdEmData.at(0).NOx;
+            engineTests.SO2 = (testResources.fuel_engine_test_rig + testResources.fuel_engine_test_flight) * emission_index_SO2;
+            engineTests.CO = testResources.fuel_engine_test_rig * (data->theTestMission.LTO.CO / data->LTO_fuel_design)
+                            + data->theTestMission.LTO.CO / data->blocktime_design * data->configuration.flying_test_bed_hours
+                            + engine_testsFuelTotal * myEcoDatabase.fuelProdEmData.at(0).CO;; //no values for CO_Cruise, because from LTO data!
+            engineTests.NMVOC = 0.;
+            engineTests.HC = testResources.fuel_engine_test_rig * (data->theTestMission.LTO.HC / data->LTO_fuel_design)
+                            + (data->theTestMission.cruise.HC + data->theTestMission.LTO.HC) / data->blocktime_design * data->configuration.flying_test_bed_hours;
+            engineTests.H2O = testResources.fuel_engine_test_rig * (data->theTestMission.LTO.H2O / data->LTO_fuel_design)
+                             + (data->theTestMission.cruise.H2O + data->theTestMission.LTO.H2O) / data->blocktime_design * data->configuration.flying_test_bed_hours
+                             + engine_testsFuelTotal * myEcoDatabase.fuelProdEmData.at(0).H2O;; //but actually no matter, only important for cirrus formation
+            engineTests.PM10 = testResources.fuel_engine_test_rig * (data->theTestMission.LTO.soot / data->LTO_fuel_design)
+                              + (data->theTestMission.LTO.soot) / data->blocktime_design * data->configuration.flying_test_bed_hours
+                              + engine_testsFuelTotal * myEcoDatabase.fuelProdEmData.at(0).PM10;; //PM10 interesting only during LTO, no greenhouse gas and not ozone-forming
+            engineTests.CED = engine_testsFuelTotal * myEcoDatabase.fuelSpecificEnergy.at(0);
         }
         /* Flight Test incl. fuel prod. */
-        myRuntimeInfo->info << "      Flight Test Fuel: " << testResources.fuel_flightTest << " kg" << std::endl;
-        flightTest.CO2 = testResources.fuel_flightTest * (emissionIndexCO2 + myEcoDatabase.fuelProdEmData.at(0).CO2);
-        flightTest.CH4 = testResources.fuel_flightTest * myEcoDatabase.fuelProdEmData.at(0).CH4;
-        flightTest.N2O = 0.;
-        flightTest.PFC = 0.;
-        flightTest.NOx = (data->theTestMission.Cruise.NOx + data->theTestMission.LTO.NOx) / data->blocktimeDesign * testResources.flightHours_flightTest
-                         + testResources.fuel_flightTest * myEcoDatabase.fuelProdEmData.at(0).NOx;
-        flightTest.SO2 = testResources.fuel_flightTest * emissionIndexSO2;
-        flightTest.CO = data->theTestMission.LTO.CO / data->blocktimeDesign * testResources.flightHours_flightTest
-                        + testResources.fuel_flightTest * myEcoDatabase.fuelProdEmData.at(0).CO;//no values for CO_Cruise, because from LTO data!
-        flightTest.NMVOC = 0.;
-        flightTest.HC = (data->theTestMission.Cruise.HC + data->theTestMission.LTO.HC) / data->blocktimeDesign * testResources.flightHours_flightTest; //ozone-forming
-        flightTest.H2O = (data->theTestMission.Cruise.H2O + data->theTestMission.LTO.H2O) / data->blocktimeDesign * testResources.flightHours_flightTest
-                         + testResources.fuel_flightTest * myEcoDatabase.fuelProdEmData.at(0).H2O;
-        flightTest.PM10 = (data->theTestMission.LTO.soot) / data->blocktimeDesign * testResources.flightHours_flightTest
-                          + testResources.fuel_flightTest
+        myRuntimeInfo->info << "      Flight Test Fuel: " << testResources.fuel_flight_test << " kg" << std::endl;
+        flightTests.CO2 = testResources.fuel_flight_test * (emission_index_CO2 + myEcoDatabase.fuelProdEmData.at(0).CO2);
+        flightTests.CH4 = testResources.fuel_flight_test * myEcoDatabase.fuelProdEmData.at(0).CH4;
+        flightTests.N2O = 0.;
+        flightTests.PFC = 0.;
+        flightTests.NOx = (data->theTestMission.cruise.NOx + data->theTestMission.LTO.NOx) / data->blocktime_design * testResources.flight_hours_flight_test
+                         + testResources.fuel_flight_test * myEcoDatabase.fuelProdEmData.at(0).NOx;
+        flightTests.SO2 = testResources.fuel_flight_test * emission_index_SO2;
+        flightTests.CO = data->theTestMission.LTO.CO / data->blocktime_design * testResources.flight_hours_flight_test
+                        + testResources.fuel_flight_test * myEcoDatabase.fuelProdEmData.at(0).CO;//no values for CO_Cruise, because from LTO data!
+        flightTests.NMVOC = 0.;
+        flightTests.HC = (data->theTestMission.cruise.HC + data->theTestMission.LTO.HC) / data->blocktime_design * testResources.flight_hours_flight_test; //ozone-forming
+        flightTests.H2O = (data->theTestMission.cruise.H2O + data->theTestMission.LTO.H2O) / data->blocktime_design * testResources.flight_hours_flight_test
+                         + testResources.fuel_flight_test * myEcoDatabase.fuelProdEmData.at(0).H2O;
+        flightTests.PM10 = (data->theTestMission.LTO.soot) / data->blocktime_design * testResources.flight_hours_flight_test
+                          + testResources.fuel_flight_test
                           * myEcoDatabase.fuelProdEmData.at(0).PM10;//PM10 only interesting during LTO, no greenhouse gas and no ozone-forming
-        flightTest.CED = testResources.fuel_flightTest * myEcoDatabase.fuelSpecificEnergy.at(0);
+        flightTests.CED = testResources.fuel_flight_test * myEcoDatabase.fuelSpecificEnergy.at(0);
     }
-    if (data->configuration.developmentEmissionSetting == "mode_2") {
-        testACEnergy = theProduction.Energy_total * data->configuration.flightTestAC
-                       + (theProduction.Energy_total - theProduction.Energy_engine)
-                       * data->configuration.strucTestAC; //because Fuel from Testflight and FuelProd. does not contribute to Energy!
-        testResources.Energy_totalTest += testACEnergy;
-        Energy_total += testACEnergy;
+    if (data->configuration.development_emission_setting == "mode_2") {
+        test_aircraft_production_energy = theProduction.energy_total * data->configuration.flight_tests_aircraft_number
+                       + (theProduction.energy_total - theProduction.energy_engine)
+                       * data->configuration.structural_test_aircraft_number; //because Fuel from Testflight and FuelProd. does not contribute to Energy!
+        testResources.energy_test_total += test_aircraft_production_energy;
+        energy_total += test_aircraft_production_energy;
 
         /*Production and EoL of test aircrafts*/
-        myRuntimeInfo->info << "      Test AC Production Energy: " << testACEnergy << " MJ" << std::endl;
-        testACProduction.CO2 = (theProduction.production_total.CO2 - theProduction.finalFlightTests.CO2 + theEndOfLife.endOfLife_total.CO2) * data->configuration.flightTestAC
-                               + (theProduction.production_total.CO2 - theProduction.production_engine.CO2 - theProduction.finalFlightTests.CO2
-                                  + theEndOfLife.endOfLife_total.CO2 - theEndOfLife.materialEoL_engine.CO2 - theEndOfLife.eoLTransport.CO2) *data->configuration.strucTestAC;
-        testACProduction.H2O = (theProduction.production_total.H2O - theProduction.finalFlightTests.H2O + theEndOfLife.endOfLife_total.H2O) * data->configuration.flightTestAC
-                               + (theProduction.production_total.H2O - theProduction.production_engine.H2O - theProduction.finalFlightTests.H2O
-                                  + theEndOfLife.endOfLife_total.H2O - theEndOfLife.materialEoL_engine.H2O - theEndOfLife.eoLTransport.H2O) *data->configuration.strucTestAC;
-        testACProduction.NOx = (theProduction.production_total.NOx - theProduction.finalFlightTests.NOx + theEndOfLife.endOfLife_total.NOx) * data->configuration.flightTestAC
-                               + (theProduction.production_total.NOx - theProduction.production_engine.NOx - theProduction.finalFlightTests.NOx
-                                  + theEndOfLife.endOfLife_total.NOx - theEndOfLife.materialEoL_engine.NOx - theEndOfLife.eoLTransport.NOx) *data->configuration.strucTestAC;
-        testACProduction.SO2 = (theProduction.production_total.SO2 - theProduction.finalFlightTests.SO2 + theEndOfLife.endOfLife_total.SO2) * data->configuration.flightTestAC
-                               + (theProduction.production_total.SO2 - theProduction.production_engine.SO2 - theProduction.finalFlightTests.SO2
-                                  + theEndOfLife.endOfLife_total.SO2 - theEndOfLife.materialEoL_engine.SO2 - theEndOfLife.eoLTransport.SO2) *data->configuration.strucTestAC;
-        testACProduction.CO = (theProduction.production_total.CO - theProduction.finalFlightTests.CO + theEndOfLife.endOfLife_total.CO) * data->configuration.flightTestAC
-                              + (theProduction.production_total.CO - theProduction.production_engine.CO - theProduction.finalFlightTests.CO
-                                 + theEndOfLife.endOfLife_total.CO - theEndOfLife.materialEoL_engine.CO - theEndOfLife.eoLTransport.CO) *data->configuration.strucTestAC;
-        testACProduction.CH4 = (theProduction.production_total.CH4 - theProduction.finalFlightTests.CH4 + theEndOfLife.endOfLife_total.CH4) * data->configuration.flightTestAC
-                               + (theProduction.production_total.CH4 - theProduction.production_engine.CH4 - theProduction.finalFlightTests.CH4
-                                  + theEndOfLife.endOfLife_total.CH4 - theEndOfLife.materialEoL_engine.CH4 - theEndOfLife.eoLTransport.CH4) *data->configuration.strucTestAC;
-        testACProduction.PM10 = (theProduction.production_total.PM10 - theProduction.finalFlightTests.PM10 + theEndOfLife.endOfLife_total.PM10) * data->configuration.flightTestAC
-                                + (theProduction.production_total.PM10 - theProduction.production_engine.PM10 - theProduction.finalFlightTests.PM10
-                                   + theEndOfLife.endOfLife_total.PM10 - theEndOfLife.materialEoL_engine.PM10 - theEndOfLife.eoLTransport.PM10) *data->configuration.strucTestAC;
-        testACProduction.N2O = (theProduction.production_total.N2O - theProduction.finalFlightTests.N2O + theEndOfLife.endOfLife_total.N2O) * data->configuration.flightTestAC
-                               + (theProduction.production_total.N2O - theProduction.production_engine.N2O - theProduction.finalFlightTests.N2O
-                                  + theEndOfLife.endOfLife_total.N2O - theEndOfLife.materialEoL_engine.N2O - theEndOfLife.eoLTransport.N2O) *data->configuration.strucTestAC;
-        testACProduction.PFC = (theProduction.production_total.PFC - theProduction.finalFlightTests.PFC + theEndOfLife.endOfLife_total.PFC) * data->configuration.flightTestAC
-                               + (theProduction.production_total.PFC - theProduction.production_engine.PFC - theProduction.finalFlightTests.PFC
-                                  + theEndOfLife.endOfLife_total.PFC - theEndOfLife.materialEoL_engine.PFC - theEndOfLife.eoLTransport.PFC) *data->configuration.strucTestAC;
-        testACProduction.NMVOC = (theProduction.production_total.NMVOC - theProduction.finalFlightTests.NMVOC + theEndOfLife.endOfLife_total.NMVOC) *
-                            data->configuration.flightTestAC + (theProduction.production_total.NMVOC - theProduction.production_engine.NMVOC - theProduction.finalFlightTests.NMVOC
-                               + theEndOfLife.endOfLife_total.NMVOC - theEndOfLife.materialEoL_engine.NMVOC - theEndOfLife.eoLTransport.NMVOC) *data->configuration.strucTestAC;
-        testACProduction.HC = (theProduction.production_total.HC - theProduction.finalFlightTests.HC + theEndOfLife.endOfLife_total.HC) * data->configuration.flightTestAC
-                              + (theProduction.production_total.HC - theProduction.production_engine.HC - theProduction.finalFlightTests.HC
-                                 + theEndOfLife.endOfLife_total.HC - theEndOfLife.materialEoL_engine.HC - theEndOfLife.eoLTransport.HC) *data->configuration.strucTestAC;
-        testACProduction.CED = (theProduction.production_total.CED - theProduction.finalFlightTests.CED + theEndOfLife.endOfLife_total.CED) * data->configuration.flightTestAC
-                               + (theProduction.production_total.CED - theProduction.production_engine.CED - theProduction.finalFlightTests.CED
-                                  + theEndOfLife.endOfLife_total.CED - theEndOfLife.materialEoL_engine.CED - theEndOfLife.eoLTransport.CED) *data->configuration.strucTestAC;
+        myRuntimeInfo->info << "      Test AC Production Energy: " << test_aircraft_production_energy << " MJ" << std::endl;
+        productionTestAircraft.CO2 = (theProduction.productionTotal.CO2 - theProduction.finalFlightTests.CO2 + theEndOfLife.endOfLifeTotal.CO2)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.CO2 - theProduction.productionEngine.CO2 - theProduction.finalFlightTests.CO2
+                                             + theEndOfLife.endOfLifeTotal.CO2 - theEndOfLife.endOfLifeMaterialEngine.CO2 - theEndOfLife.endOfLifeTransport.CO2)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.H2O = (theProduction.productionTotal.H2O - theProduction.finalFlightTests.H2O + theEndOfLife.endOfLifeTotal.H2O)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.H2O - theProduction.productionEngine.H2O - theProduction.finalFlightTests.H2O
+                                            + theEndOfLife.endOfLifeTotal.H2O - theEndOfLife.endOfLifeMaterialEngine.H2O - theEndOfLife.endOfLifeTransport.H2O)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.NOx = (theProduction.productionTotal.NOx - theProduction.finalFlightTests.NOx + theEndOfLife.endOfLifeTotal.NOx)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.NOx - theProduction.productionEngine.NOx - theProduction.finalFlightTests.NOx
+                                            + theEndOfLife.endOfLifeTotal.NOx - theEndOfLife.endOfLifeMaterialEngine.NOx - theEndOfLife.endOfLifeTransport.NOx)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.SO2 = (theProduction.productionTotal.SO2 - theProduction.finalFlightTests.SO2 + theEndOfLife.endOfLifeTotal.SO2)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.SO2 - theProduction.productionEngine.SO2 - theProduction.finalFlightTests.SO2
+                                            + theEndOfLife.endOfLifeTotal.SO2 - theEndOfLife.endOfLifeMaterialEngine.SO2 - theEndOfLife.endOfLifeTransport.SO2)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.CO = (theProduction.productionTotal.CO - theProduction.finalFlightTests.CO + theEndOfLife.endOfLifeTotal.CO)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.CO - theProduction.productionEngine.CO - theProduction.finalFlightTests.CO
+                                             + theEndOfLife.endOfLifeTotal.CO - theEndOfLife.endOfLifeMaterialEngine.CO - theEndOfLife.endOfLifeTransport.CO)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.CH4 = (theProduction.productionTotal.CH4 - theProduction.finalFlightTests.CH4 + theEndOfLife.endOfLifeTotal.CH4)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.CH4 - theProduction.productionEngine.CH4 - theProduction.finalFlightTests.CH4
+                                            + theEndOfLife.endOfLifeTotal.CH4 - theEndOfLife.endOfLifeMaterialEngine.CH4 - theEndOfLife.endOfLifeTransport.CH4)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.PM10 = (theProduction.productionTotal.PM10 - theProduction.finalFlightTests.PM10 + theEndOfLife.endOfLifeTotal.PM10)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.PM10 - theProduction.productionEngine.PM10 - theProduction.finalFlightTests.PM10
+                                            + theEndOfLife.endOfLifeTotal.PM10 - theEndOfLife.endOfLifeMaterialEngine.PM10 - theEndOfLife.endOfLifeTransport.PM10)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.N2O = (theProduction.productionTotal.N2O - theProduction.finalFlightTests.N2O + theEndOfLife.endOfLifeTotal.N2O)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.N2O - theProduction.productionEngine.N2O - theProduction.finalFlightTests.N2O
+                                            + theEndOfLife.endOfLifeTotal.N2O - theEndOfLife.endOfLifeMaterialEngine.N2O - theEndOfLife.endOfLifeTransport.N2O)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.PFC = (theProduction.productionTotal.PFC - theProduction.finalFlightTests.PFC + theEndOfLife.endOfLifeTotal.PFC)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.PFC - theProduction.productionEngine.PFC - theProduction.finalFlightTests.PFC
+                                             + theEndOfLife.endOfLifeTotal.PFC - theEndOfLife.endOfLifeMaterialEngine.PFC - theEndOfLife.endOfLifeTransport.PFC)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.NMVOC = (theProduction.productionTotal.NMVOC - theProduction.finalFlightTests.NMVOC + theEndOfLife.endOfLifeTotal.NMVOC)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.NMVOC - theProduction.productionEngine.NMVOC - theProduction.finalFlightTests.NMVOC
+                                            + theEndOfLife.endOfLifeTotal.NMVOC - theEndOfLife.endOfLifeMaterialEngine.NMVOC - theEndOfLife.endOfLifeTransport.NMVOC)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.HC = (theProduction.productionTotal.HC - theProduction.finalFlightTests.HC + theEndOfLife.endOfLifeTotal.HC)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.HC - theProduction.productionEngine.HC - theProduction.finalFlightTests.HC
+                                            + theEndOfLife.endOfLifeTotal.HC - theEndOfLife.endOfLifeMaterialEngine.HC - theEndOfLife.endOfLifeTransport.HC)
+                                        * data->configuration.structural_test_aircraft_number;
+        productionTestAircraft.CED = (theProduction.productionTotal.CED - theProduction.finalFlightTests.CED + theEndOfLife.endOfLifeTotal.CED)
+                                        * data->configuration.flight_tests_aircraft_number
+                                        + (theProduction.productionTotal.CED - theProduction.productionEngine.CED - theProduction.finalFlightTests.CED
+                                            + theEndOfLife.endOfLifeTotal.CED - theEndOfLife.endOfLifeMaterialEngine.CED - theEndOfLife.endOfLifeTransport.CED)
+                                        * data->configuration.structural_test_aircraft_number;
 
         /* Production and EoL (EoL Scen only, without Disassembly+Dismant.) of the Test Engines */
-        if (data->configuration.doEngineTest) {
-            testEngineEnergy = theProduction.Energy_engine * data->configuration.numberOfTestEngines;
-            testResources.Energy_totalTest += testEngineEnergy;
-            Energy_total += testEngineEnergy;
-            myRuntimeInfo->info << "      Test Engine Production Energy: " << testEngineEnergy << " MJ" << std::endl;
-            testEngineProduction.CO2 = (theProduction.production_engine.CO2 + theEndOfLife.materialEoL_engine.CO2) * data->configuration.numberOfTestEngines;
-            testEngineProduction.H2O = (theProduction.production_engine.H2O + theEndOfLife.materialEoL_engine.H2O) * data->configuration.numberOfTestEngines;
-            testEngineProduction.NOx = (theProduction.production_engine.NOx + theEndOfLife.materialEoL_engine.NOx) * data->configuration.numberOfTestEngines;
-            testEngineProduction.SO2 = (theProduction.production_engine.SO2 + theEndOfLife.materialEoL_engine.SO2) * data->configuration.numberOfTestEngines;
-            testEngineProduction.CO = (theProduction.production_engine.CO + theEndOfLife.materialEoL_engine.CO) * data->configuration.numberOfTestEngines;
-            testEngineProduction.CH4 = (theProduction.production_engine.CH4 + theEndOfLife.materialEoL_engine.CH4) * data->configuration.numberOfTestEngines;
-            testEngineProduction.PM10 = (theProduction.production_engine.PM10 + theEndOfLife.materialEoL_engine.PM10) * data->configuration.numberOfTestEngines;
-            testEngineProduction.N2O = (theProduction.production_engine.N2O + theEndOfLife.materialEoL_engine.N2O) * data->configuration.numberOfTestEngines;
-            testEngineProduction.PFC = (theProduction.production_engine.PFC + theEndOfLife.materialEoL_engine.PFC) * data->configuration.numberOfTestEngines;
-            testACProduction.NMVOC = (theProduction.production_engine.NMVOC + theEndOfLife.materialEoL_engine.NMVOC) * data->configuration.numberOfTestEngines;
-            testACProduction.HC = (theProduction.production_engine.HC + theEndOfLife.materialEoL_engine.HC) * data->configuration.numberOfTestEngines;
-            testEngineProduction.CED = (theProduction.production_engine.CED + theEndOfLife.materialEoL_engine.CED) * data->configuration.numberOfTestEngines;
+        if (data->configuration.do_engine_tests) {
+            test_engine_production_energy = theProduction.energy_engine * data->configuration.number_test_engines;
+            testResources.energy_test_total += test_engine_production_energy;
+            energy_total += test_engine_production_energy;
+            myRuntimeInfo->info << "      Test Engine Production Energy: " << test_engine_production_energy << " MJ" << std::endl;
+            productionTestEngine.CO2 = (theProduction.productionEngine.CO2 + theEndOfLife.endOfLifeMaterialEngine.CO2) * data->configuration.number_test_engines;
+            productionTestEngine.H2O = (theProduction.productionEngine.H2O + theEndOfLife.endOfLifeMaterialEngine.H2O) * data->configuration.number_test_engines;
+            productionTestEngine.NOx = (theProduction.productionEngine.NOx + theEndOfLife.endOfLifeMaterialEngine.NOx) * data->configuration.number_test_engines;
+            productionTestEngine.SO2 = (theProduction.productionEngine.SO2 + theEndOfLife.endOfLifeMaterialEngine.SO2) * data->configuration.number_test_engines;
+            productionTestEngine.CO = (theProduction.productionEngine.CO + theEndOfLife.endOfLifeMaterialEngine.CO) * data->configuration.number_test_engines;
+            productionTestEngine.CH4 = (theProduction.productionEngine.CH4 + theEndOfLife.endOfLifeMaterialEngine.CH4) * data->configuration.number_test_engines;
+            productionTestEngine.PM10 = (theProduction.productionEngine.PM10 + theEndOfLife.endOfLifeMaterialEngine.PM10) * data->configuration.number_test_engines;
+            productionTestEngine.N2O = (theProduction.productionEngine.N2O + theEndOfLife.endOfLifeMaterialEngine.N2O) * data->configuration.number_test_engines;
+            productionTestEngine.PFC = (theProduction.productionEngine.PFC + theEndOfLife.endOfLifeMaterialEngine.PFC) * data->configuration.number_test_engines;
+            productionTestAircraft.NMVOC = (theProduction.productionEngine.NMVOC + theEndOfLife.endOfLifeMaterialEngine.NMVOC) * data->configuration.number_test_engines;
+            productionTestAircraft.HC = (theProduction.productionEngine.HC + theEndOfLife.endOfLifeMaterialEngine.HC) * data->configuration.number_test_engines;
+            productionTestEngine.CED = (theProduction.productionEngine.CED + theEndOfLife.endOfLifeMaterialEngine.CED) * data->configuration.number_test_engines;
         }
     }
 
     /* Addition all Test-Emissions */
-    //EnginesTest-Emissions are Null, in case switch is off !
-    myRuntimeInfo->info << "    Total Test Power: " << testResources.Energy_totalTest << " MJ" << std::endl;
-    myRuntimeInfo->info << "    Total Test Fuel: " << testResources.fuel_totalTest << " kg" << std::endl;
-    test_total.CO2  = windtunnelTest.CO2 + structureTest.CO2 + systemTest.CO2 + groundTest.CO2
-    + engineTest.CO2 + flightTest.CO2 + testACProduction.CO2;//+testFuelProduction.CO2;
-    test_total.H2O  = windtunnelTest.H2O + structureTest.H2O + systemTest.H2O + groundTest.H2O
-    + engineTest.H2O + flightTest.H2O + testACProduction.H2O; //+testFuelProduction.H2O;
-    test_total.NOx  = windtunnelTest.NOx + structureTest.NOx + systemTest.NOx + groundTest.NOx
-    + engineTest.NOx + flightTest.NOx + testACProduction.NOx; //+testFuelProduction.NOx;
-    test_total.SO2  = windtunnelTest.SO2 + structureTest.SO2 + systemTest.SO2 + groundTest.SO2
-    + engineTest.SO2 + flightTest.SO2 + testACProduction.SO2; //+testFuelProduction.SO2;
-    test_total.CO   = windtunnelTest.CO  + structureTest.CO + systemTest.CO + groundTest.CO
-    + engineTest.CO + flightTest.CO + testACProduction.CO; //+testFuelProduction.CO;
-    test_total.CH4  = windtunnelTest.CH4 + structureTest.CH4 + systemTest.CH4 + groundTest.CH4
-    + engineTest.CH4 + flightTest.CH4 + testACProduction.CH4; //+testFuelProduction.CH4;
-    test_total.PM10 = windtunnelTest.PM10 + structureTest.PM10 + systemTest.PM10 + groundTest.PM10 + engineTest.PM10 + flightTest.PM10 +
-                      testACProduction.PM10; //+testFuelProduction.PM10;//LTO emissions only!
-    test_total.N2O  = windtunnelTest.N2O + structureTest.N2O + systemTest.N2O + groundTest.N2O
-    + engineTest.N2O + flightTest.N2O + testACProduction.N2O; //+testFuelProduction.N2O;
-    test_total.PFC  = windtunnelTest.PFC + structureTest.PFC + systemTest.PFC + groundTest.PFC
-    + engineTest.PFC + flightTest.PFC + testACProduction.PFC; //+testFuelProduction.PFC;
-    test_total.NMVOC = windtunnelTest.NMVOC + structureTest.NMVOC + systemTest.NMVOC + groundTest.NMVOC
-    + engineTest.NMVOC + flightTest.NMVOC + testACProduction.NMVOC; //+testFuelProduction.NMVOC;
-    test_total.HC   = windtunnelTest.HC + structureTest.HC + systemTest.HC + groundTest.HC + engineTest.HC + flightTest.HC + testACProduction.HC; //+testFuelProduction.HC;
-    test_total.CED   = windtunnelTest.CED + structureTest.CED + systemTest.CED + groundTest.CED + engineTest.CED + flightTest.CED + testACProduction.CED;
+    myRuntimeInfo->info << "    Total Test Energy: " << testResources.energy_test_total << " MJ" << std::endl;
+    myRuntimeInfo->info << "    Total Test Fuel: " << testResources.fuel_test_total << " kg" << std::endl;
+    testTotal.CO2  = windTunnelTests.CO2 + structureTests.CO2 + systemTests.CO2 + groundTests.CO2
+                    + engineTests.CO2 + flightTests.CO2 + productionTestAircraft.CO2;
+    testTotal.H2O  = windTunnelTests.H2O + structureTests.H2O + systemTests.H2O + groundTests.H2O
+                    + engineTests.H2O + flightTests.H2O + productionTestAircraft.H2O;
+    testTotal.NOx  = windTunnelTests.NOx + structureTests.NOx + systemTests.NOx + groundTests.NOx
+                    + engineTests.NOx + flightTests.NOx + productionTestAircraft.NOx;
+    testTotal.SO2  = windTunnelTests.SO2 + structureTests.SO2 + systemTests.SO2 + groundTests.SO2
+                    + engineTests.SO2 + flightTests.SO2 + productionTestAircraft.SO2;
+    testTotal.CO   = windTunnelTests.CO  + structureTests.CO + systemTests.CO + groundTests.CO
+                    + engineTests.CO + flightTests.CO + productionTestAircraft.CO;
+    testTotal.CH4  = windTunnelTests.CH4 + structureTests.CH4 + systemTests.CH4 + groundTests.CH4
+                    + engineTests.CH4 + flightTests.CH4 + productionTestAircraft.CH4;
+    testTotal.PM10 = windTunnelTests.PM10 + structureTests.PM10 + systemTests.PM10 + groundTests.PM10
+                    + engineTests.PM10 + flightTests.PM10 + productionTestAircraft.PM10;
+    testTotal.N2O  = windTunnelTests.N2O + structureTests.N2O + systemTests.N2O + groundTests.N2O
+                    + engineTests.N2O + flightTests.N2O + productionTestAircraft.N2O;
+    testTotal.PFC  = windTunnelTests.PFC + structureTests.PFC + systemTests.PFC + groundTests.PFC
+                    + engineTests.PFC + flightTests.PFC + productionTestAircraft.PFC;
+    testTotal.NMVOC = windTunnelTests.NMVOC + structureTests.NMVOC + systemTests.NMVOC + groundTests.NMVOC
+                    + engineTests.NMVOC + flightTests.NMVOC + productionTestAircraft.NMVOC;
+    testTotal.HC   = windTunnelTests.HC + structureTests.HC + systemTests.HC + groundTests.HC
+                    + engineTests.HC + flightTests.HC + productionTestAircraft.HC;
+    testTotal.CED   = windTunnelTests.CED + structureTests.CED + systemTests.CED + groundTests.CED
+                    + engineTests.CED + flightTests.CED + productionTestAircraft.CED;
 
     /* Calculation of emissions from personnel expenses in the development phase*/
     //electricity
-    myRuntimeInfo->info << "      Test Engineering Electric Power: " << theEngeneering.E_elec << " MJ" << std::endl;
-    engineering_elec.CO2 = theEngeneering.E_elec * myEcoDatabase.elecEmData.CO2;
-    engineering_elec.H2O = theEngeneering.E_elec * myEcoDatabase.elecEmData.H2O;
-    engineering_elec.NOx = theEngeneering.E_elec * myEcoDatabase.elecEmData.NOx;
-    engineering_elec.SO2 = theEngeneering.E_elec * myEcoDatabase.elecEmData.SO2;
-    engineering_elec.CO = theEngeneering.E_elec * myEcoDatabase.elecEmData.CO;
-    engineering_elec.CH4 = theEngeneering.E_elec * myEcoDatabase.elecEmData.CH4;
-    engineering_elec.PM10 = theEngeneering.E_elec * myEcoDatabase.elecEmData.PM10;
-    engineering_elec.CED = theEngeneering.E_elec * myEcoDatabase.elecEmData.specificEnergy;
+    myRuntimeInfo->info << "      Test Engineering Electric Energy: " << theEngeneering.engineering_energy_electricity << " MJ" << std::endl;
+    engineeringElectricity.CO2 = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.CO2;
+    engineeringElectricity.H2O = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.H2O;
+    engineeringElectricity.NOx = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.NOx;
+    engineeringElectricity.SO2 = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.SO2;
+    engineeringElectricity.CO = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.CO;
+    engineeringElectricity.CH4 = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.CH4;
+    engineeringElectricity.PM10 = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.PM10;
+    engineeringElectricity.CED = theEngeneering.engineering_energy_electricity * myEcoDatabase.elecEmData.specificEnergy;
     //heating
-    myRuntimeInfo->info << "      Test Engineering Heat Power: " << theEngeneering.E_heat << " MJ" << std::endl;
-    engineering_heat.CO2 = theEngeneering.E_heat * myEcoDatabase.heatEmData.CO2;
-    engineering_heat.H2O = theEngeneering.E_heat * myEcoDatabase.heatEmData.H2O;
-    engineering_heat.NOx = theEngeneering.E_heat * myEcoDatabase.heatEmData.NOx;
-    engineering_heat.SO2 = theEngeneering.E_heat * myEcoDatabase.heatEmData.SO2;
-    engineering_heat.CO = theEngeneering.E_heat * myEcoDatabase.heatEmData.CO;
-    engineering_heat.CH4 = theEngeneering.E_heat * myEcoDatabase.heatEmData.CH4;
-    engineering_heat.PM10 = theEngeneering.E_heat * myEcoDatabase.heatEmData.PM10;
-    engineering_heat.CED = theEngeneering.E_heat * myEcoDatabase.heatEmData.specificEnergy;
+    myRuntimeInfo->info << "      Test Engineering Heat Energy: " << theEngeneering.engineering_energy_heat << " MJ" << std::endl;
+    engineeringHeat.CO2 = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.CO2;
+    engineeringHeat.H2O = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.H2O;
+    engineeringHeat.NOx = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.NOx;
+    engineeringHeat.SO2 = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.SO2;
+    engineeringHeat.CO = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.CO;
+    engineeringHeat.CH4 = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.CH4;
+    engineeringHeat.PM10 = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.PM10;
+    engineeringHeat.CED = theEngeneering.engineering_energy_heat * myEcoDatabase.heatEmData.specificEnergy;
     //Total personnel expenses
-    myRuntimeInfo->info << "    Test Engineering Power Total: " << theEngeneering.E_total << " MJ" << std::endl;
-    engineering_total.CO2 = engineering_elec.CO2 + engineering_heat.CO2;
-    engineering_total.H2O = engineering_elec.H2O + engineering_heat.H2O;
-    engineering_total.NOx = engineering_elec.NOx + engineering_heat.NOx;
-    engineering_total.SO2 = engineering_elec.SO2 + engineering_heat.SO2;
-    engineering_total.CO = engineering_elec.CO + engineering_heat.CO;
-    engineering_total.CH4 = engineering_elec.CH4 + engineering_heat.CH4;
-    engineering_total.PM10 = engineering_elec.PM10 + engineering_heat.PM10;
-    engineering_total.N2O = engineering_elec.N2O + engineering_heat.N2O;
-    engineering_total.PFC = engineering_elec.PFC + engineering_heat.PFC;
-    engineering_total.NMVOC = engineering_elec.NMVOC + engineering_heat.NMVOC;
-    engineering_total.HC = engineering_elec.HC + engineering_heat.HC;
-    engineering_total.CED = engineering_elec.CED + engineering_heat.CED;
+    myRuntimeInfo->info << "    Test Engineering Energy Total: " << theEngeneering.engineering_energy_total << " MJ" << std::endl;
+    engineeringTotal.CO2 = engineeringElectricity.CO2 + engineeringHeat.CO2;
+    engineeringTotal.H2O = engineeringElectricity.H2O + engineeringHeat.H2O;
+    engineeringTotal.NOx = engineeringElectricity.NOx + engineeringHeat.NOx;
+    engineeringTotal.SO2 = engineeringElectricity.SO2 + engineeringHeat.SO2;
+    engineeringTotal.CO = engineeringElectricity.CO + engineeringHeat.CO;
+    engineeringTotal.CH4 = engineeringElectricity.CH4 + engineeringHeat.CH4;
+    engineeringTotal.PM10 = engineeringElectricity.PM10 + engineeringHeat.PM10;
+    engineeringTotal.N2O = engineeringElectricity.N2O + engineeringHeat.N2O;
+    engineeringTotal.PFC = engineeringElectricity.PFC + engineeringHeat.PFC;
+    engineeringTotal.NMVOC = engineeringElectricity.NMVOC + engineeringHeat.NMVOC;
+    engineeringTotal.HC = engineeringElectricity.HC + engineeringHeat.HC;
+    engineeringTotal.CED = engineeringElectricity.CED + engineeringHeat.CED;
 
     /*Entire development phase*/
-    myRuntimeInfo->info << "  Development Power Total: " << Energy_total << " MJ" << std::endl;
+    myRuntimeInfo->info << "  Development Power Total: " << energy_total << " MJ" << std::endl;
     myRuntimeInfo->info << "  Development Fuel Total: " << fuel_total << " kg" << std::endl;
-    development_total.CO2 = engineering_total.CO2 + test_total.CO2;
-    development_total.H2O = engineering_total.H2O + test_total.H2O;
-    development_total.NOx = engineering_total.NOx + test_total.NOx;
-    development_total.SO2 = engineering_total.SO2 + test_total.SO2;
-    development_total.CO  = engineering_total.CO + test_total.CO;
-    development_total.CH4 = engineering_total.CH4 + test_total.CH4;
-    development_total.PM10 = engineering_total.PM10 + test_total.PM10;
-    development_total.N2O = engineering_total.N2O + test_total.N2O;
-    development_total.PFC = engineering_total.PFC + test_total.PFC;
-    development_total.NMVOC = engineering_total.NMVOC + test_total.NMVOC;
-    development_total.HC = engineering_total.HC + test_total.HC;
-    development_total.CED = engineering_total.CED + test_total.CED;
-    myRuntimeInfo->info << "  Development Primary Power Total: " << development_total.CED << " MJ" << std::endl;
+    developmentTotal.CO2 = engineeringTotal.CO2 + testTotal.CO2;
+    developmentTotal.H2O = engineeringTotal.H2O + testTotal.H2O;
+    developmentTotal.NOx = engineeringTotal.NOx + testTotal.NOx;
+    developmentTotal.SO2 = engineeringTotal.SO2 + testTotal.SO2;
+    developmentTotal.CO  = engineeringTotal.CO + testTotal.CO;
+    developmentTotal.CH4 = engineeringTotal.CH4 + testTotal.CH4;
+    developmentTotal.PM10 = engineeringTotal.PM10 + testTotal.PM10;
+    developmentTotal.N2O = engineeringTotal.N2O + testTotal.N2O;
+    developmentTotal.PFC = engineeringTotal.PFC + testTotal.PFC;
+    developmentTotal.NMVOC = engineeringTotal.NMVOC + testTotal.NMVOC;
+    developmentTotal.HC = engineeringTotal.HC + testTotal.HC;
+    developmentTotal.CED = engineeringTotal.CED + testTotal.CED;
+    myRuntimeInfo->info << "  Development Primary Power Total: " << developmentTotal.CED << " MJ" << std::endl;
 }
 
 
@@ -442,17 +464,17 @@ Development::~Development() {
 
 Development::test::test()
     :
-    Energy_windTunnelTest(0.),
-    Energy_fatigueTest(0.),
-    Energy_systemTest(0.),
-    fuel_engineTestRig(0.),
-    fuel_engineFlightTest(0.),
-    fuel_engineTest_total(0.),
-    Energy_groundTest(0.),
-    fuel_flightTest(0.),
-    flightHours_flightTest(0.),
-    Energy_totalTest(0.),
-    fuel_totalTest(0.) {
+    energy_wind_tunnel_test(0.),
+    energy_fatigue_test(0.),
+    energy_system_tests(0.),
+    fuel_engine_test_rig(0.),
+    fuel_engine_test_flight(0.),
+    fuel_engine_test_total(0.),
+    energy_ground_test(0.),
+    fuel_flight_test(0.),
+    flight_hours_flight_test(0.),
+    energy_test_total(0.),
+    fuel_test_total(0.) {
 }
 Development::test::~test() {
     //dtor
@@ -460,10 +482,10 @@ Development::test::~test() {
 
 Development::Engineering::Engineering()
     :
-    T_eng(0.),
-    E_elec(0.),
-    E_heat(0.),
-    E_total(0.) {
+    engineering_hours(0.),
+    engineering_energy_electricity(0.),
+    engineering_energy_heat(0.),
+    engineering_energy_total(0.) {
 }
 Development::Engineering::~Engineering() {
 }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.h b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.h
index 8e5f3dc61499bfc5a3fc0cf3aa489575e54674c0..8a31df800bff02c867f159d11eb773a9d01327c8 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/development.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,8 +30,8 @@
 #include <memory>
 
 class SchaeferIOData;
-class production;
-class endOfLife;
+class Production;
+class EndOfLife;
 
 /** \class Development
  * \brief Contains all properties of the development phase
@@ -39,7 +39,7 @@ class endOfLife;
 class Development{
  protected:
     const ecoDatabase myEcoDatabase; /**< Object contains data of ecoDatabase*/
-    atmosphere myAtm;/**< Atmosphere object */
+    atmosphere myAtmosphere;/**< Atmosphere object */
 
  public:
     /** \brief Constructor of class development
@@ -55,17 +55,17 @@ class Development{
     class test {
      public:
         /* Necessary resources for the entire certification process (i.e. for the entire aircraft program) */
-        double Energy_windTunnelTest;/**< Required energy for wind tunnel testing [MJ] */
-        double Energy_fatigueTest;/**< Required energy for fatigue tests [MJ] */
-        double Energy_systemTest;/**< Required energy for system tests [MJ] */
-        double fuel_engineTestRig;/**< Required fuel for engine test rig [kg] */
-        double fuel_engineFlightTest;/**< Required fuel for engine flight tests [kg]*/
-        double fuel_engineTest_total;/**< Total required fuel for engine testing [kg]*/
-        double Energy_groundTest;/**< Required energy for ground tests [MJ]*/
-        double fuel_flightTest;/**< Total required fuel for flight tests [kg]*/
-        double flightHours_flightTest;/**< Flight hours during flight test phase [h]*/
-        double Energy_totalTest;/**< Total required energy for test phase [MJ]*/
-        double fuel_totalTest;/**< Total required fuel for test phase [kg]*/
+        double energy_wind_tunnel_test;/**< Required energy for wind tunnel testing [MJ] */
+        double energy_fatigue_test;/**< Required energy for fatigue tests [MJ] */
+        double energy_system_tests;/**< Required energy for system tests [MJ] */
+        double fuel_engine_test_rig;/**< Required fuel for engine test rig [kg] */
+        double fuel_engine_test_flight;/**< Required fuel for engine flight tests [kg]*/
+        double fuel_engine_test_total;/**< Total required fuel for engine testing [kg]*/
+        double energy_ground_test;/**< Required energy for ground tests [MJ]*/
+        double fuel_flight_test;/**< Total required fuel for flight tests [kg]*/
+        double flight_hours_flight_test;/**< Flight hours during flight test phase [h]*/
+        double energy_test_total;/**< Total required energy for test phase [MJ]*/
+        double fuel_test_total;/**< Total required fuel for test phase [kg]*/
 
         /** \brief Constructor of class test
          */
@@ -82,10 +82,10 @@ class Development{
      */
     class Engineering {
      public:
-        double T_eng;/**< Airframe Engineering Hours [h] */
-        double E_elec;/**< Test Engineering Electric Power [MJ] */
-        double E_heat;/**< Test Engineering Heat Power [MJ] */
-        double E_total;/** Test Engineering total Power [MJ] */
+        double engineering_hours;/**< Airframe Engineering Hours [h] */
+        double engineering_energy_electricity;/**< Test Engineering Electric Energy [MJ] */
+        double engineering_energy_heat;/**< Test Engineering Heat Energy [MJ] */
+        double engineering_energy_total;/** Test Engineering total Energy [MJ] */
 
         /** \brief Constructor of class Engineering
          */
@@ -97,39 +97,39 @@ class Development{
     };
     Engineering theEngeneering; /**< Object of class engineering contains personnel expenses for engineering */
 
-    double Energy_total;/**< Total energy demand for the development phase [MJ] */
+    double energy_total;/**< Total energy demand for the development phase [MJ] */
     double fuel_total;/**< total fuel demand for the development phase [kg] */
 
-    Emissions engineering_elec;/**< Emissions due to electricity generated by development personnel */
-    Emissions engineering_heat;/**< Emissions due to heating of development personnel */
-    Emissions engineering_total;/**< Total emissions from development personnel */
-    Emissions windtunnelTest;/**< Emissions due to wind tunnel tests */
-    Emissions structureTest;/**< Emissions due to structure tests */
-    Emissions systemTest;/**< Emissions due to system tests */
-    Emissions engineTest;/**< Emissions due to engine tests */
-    Emissions groundTest;/**< Emissions due to ground test incl. fuel production */
-    double taxiTestFactor;/**< Factor to calculate taxi fuel for test mission [-] */
-    Emissions flightTest;/**< Emissions due to flight test incl. fuel production */
-    Emissions test_total;/**< All test emissions (excluding fuel and material production) */
-    Emissions testACProduction;/**< Emissions of production of the test aircraft */
-    Emissions testEngineProduction;/**< Emissions of production of the test aircraft engines */
-    double testACEnergy; /**< Needed energy for production of test aircraft [MJ]*/
-    double testEngineEnergy;/**< Needed energy for production of test aircraft engine [MJ]*/
+    Emissions engineeringElectricity;/**< Emissions due to electricity generated by development personnel */
+    Emissions engineeringHeat;/**< Emissions due to heating of development personnel */
+    Emissions engineeringTotal;/**< Total emissions from development personnel */
+    Emissions windTunnelTests;/**< Emissions due to wind tunnel tests */
+    Emissions structureTests;/**< Emissions due to structure tests */
+    Emissions systemTests;/**< Emissions due to system tests */
+    Emissions engineTests;/**< Emissions due to engine tests */
+    Emissions groundTests;/**< Emissions due to ground test incl. fuel production */
+    double taxi_fuel_test_factor;/**< Factor to calculate taxi fuel for test mission [-] */
+    Emissions flightTests;/**< Emissions due to flight test incl. fuel production */
+    Emissions testTotal;/**< All test emissions (excluding fuel and material production) */
+    Emissions productionTestAircraft;/**< Emissions of production of the test aircraft */
+    Emissions productionTestEngine;/**< Emissions of production of the test aircraft engines */
+    double test_aircraft_production_energy; /**< Needed energy for production of test aircraft [MJ]*/
+    double test_engine_production_energy;/**< Needed energy for production of test aircraft engine [MJ]*/
     /** \todo [T137] (https://unicado.ilr.rwth-aachen.de/T137): Put resources into respective class if possible
      */
-    Emissions development_total;/**< Total emissions during the development phase */
+    Emissions developmentTotal;/**< Total emissions during the development phase */
 
     /** \brief Function to calculate the material and energy demand of the development phase
      * \param data IO Data pointer
      */
-    void calculateDevelopmentResources(const std::shared_ptr<SchaeferIOData>& data);
+    void calculate_development_resources(const std::shared_ptr<SchaeferIOData>& data);
 
     /** \brief Function to calculate the emissions of the development phase
      * \param data IO Data pointer
      * \param theProduction production object containing the production data
      * \param theEndOfLife production object containing the end of life data
      */
-    void calculateDevelopmentEmissions(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction, const EndOfLife &theEndOfLife);
+    void calculate_development_emissions(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction, const EndOfLife &theEndOfLife);
 };
 
 
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.cpp
index aea34cfb6d63afe1ee48cf26e38e7d190a620e50..5b44ee821b48cbb5c091a6fd456e748d4e6bc30e 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -28,246 +28,246 @@ EndOfLife::EndOfLife()
     :
     myEcoDatabase(ecoDatabase()),
     cost_DD(0.),
-    E_elec_DD(0.),
-    E_EoL_total(0.),
-    Energy_total(0.),
-    transportFuel(0.) {
+    engineering_energy_electricity_DD(0.),
+    energy_EoL_total(0.),
+    energy_total(0.),
+    transport_fuel(0.) {
     }
 
-void EndOfLife::calculateEoLResources(const std::shared_ptr<SchaeferIOData>& data) {
+void EndOfLife::calculate_EoL_resources(const std::shared_ptr<SchaeferIOData>& data) {
     /*Energy for Disassembly and Dismantling*/
-    cost_DD = (218800 * data->OME) / (data->OME + 31600);
-    E_elec_DD = E_PerWorker_pr[0] * cost_DD / (C_labourHour_pr * t_labourYear_pr);
-    for (int i(0); i < data->configuration.partsNo; i++) {
-        theAcComp.push_back(mainComponent(data->mainPartsName[i]));
-        theAcComp.back().mass = data->mainPartsMass[i];
+    cost_DD = (218800 * data->ome) / (data->ome + 31600);
+    engineering_energy_electricity_DD = energy_PerWorker_pr[0] * cost_DD / (C_labourHour_pr * t_labourYear_pr);
+    for (int i(0); i < data->configuration.parts_number; i++) {
+        theAcComp.push_back(mainComponent(data->main_parts_name[i]));
+        theAcComp.back().mass = data->main_parts_mass[i];
         myRuntimeInfo->debug << std::endl;
         myRuntimeInfo->debug << std::endl;
-        myRuntimeInfo->debug << "Component: " << theAcComp.back().compName << std::endl;
+        myRuntimeInfo->debug << "Component: " << theAcComp.back().component_name << std::endl;
         /* Energy calculation: distribution according to aircraft components (Main Parts Modus) */
         //Material distribution. For numeration see production.h: const double matDistr
         double endOfLifeEnergy = 0.;
         for (int j(0); j < numberOfMaterials; j++) {
-            theAcComp.back().r_material.push_back(matDistr[i][j]);
-            theAcComp.back().r_recycling.push_back(recyclingScen[i][j]);
-            theAcComp.back().r_incineration.push_back(incinerationScen[i][j]);
-            theAcComp.back().r_landfill.push_back(landfillScen[i][j]);
-            double massMaterialComp = theAcComp.back().r_material.back() * theAcComp.back().mass;
-            theAcComp.back().materialRecovered.push_back(massMaterialComp * theAcComp.back().r_recycling.back()*recoveryRate[j]);
+            theAcComp.back().rate_material.push_back(matDistr[i][j]);
+            theAcComp.back().rate_recycling.push_back(recyclingScen[i][j]);
+            theAcComp.back().rate_incineration.push_back(incinerationScen[i][j]);
+            theAcComp.back().rate_landfill.push_back(landfillScen[i][j]);
+            double massMaterialComp = theAcComp.back().rate_material.back() * theAcComp.back().mass;
+            theAcComp.back().recovered_material_mass.push_back(massMaterialComp * theAcComp.back().rate_recycling.back()*recoveryRate[j]);
             if (j != 1)
-                theAcComp.back().E_recycling = 1 / recyclingEnergyRatio[j] * myEcoDatabase.matSpecificEnergy.at(j)
-                                               / myEcoDatabase.elecEmData.specificEnergy * massMaterialComp * theAcComp.back().r_recycling.back();
+                theAcComp.back().energy_recycling = 1 / recyclingEnergyRatio[j] * myEcoDatabase.matSpecificEnergy.at(j)
+                                               / myEcoDatabase.elecEmData.specificEnergy * massMaterialComp * theAcComp.back().rate_recycling.back();
             else
-                theAcComp.back().E_recycling = 0.; //Composites will not be recycled, recyclingEnergyRatio[j] = 0
-            theAcComp.back().E_incineration = myEcoDatabase.incinerationSpecificEnergy.at(j)
-                                              / myEcoDatabase.elecEmData.specificEnergy * massMaterialComp * theAcComp.back().r_incineration.back();
-            theAcComp.back().E_landfill = myEcoDatabase.disposalSpecificEnergy.at(j)
-                                          / myEcoDatabase.elecEmData.specificEnergy * massMaterialComp * theAcComp.back().r_landfill.back();
-            endOfLifeEnergy += theAcComp.back().E_recycling + theAcComp.back().E_incineration + theAcComp.back().E_landfill;
+                theAcComp.back().energy_recycling = 0.; //Composites will not be recycled, recyclingEnergyRatio[j] = 0
+            theAcComp.back().energy_incineration = myEcoDatabase.incinerationSpecificEnergy.at(j)
+                                              / myEcoDatabase.elecEmData.specificEnergy * massMaterialComp * theAcComp.back().rate_incineration.back();
+            theAcComp.back().energy_landfill = myEcoDatabase.disposalSpecificEnergy.at(j)
+                                          / myEcoDatabase.elecEmData.specificEnergy * massMaterialComp * theAcComp.back().rate_landfill.back();
+            endOfLifeEnergy += theAcComp.back().energy_recycling + theAcComp.back().energy_incineration + theAcComp.back().energy_landfill;
             myRuntimeInfo->debug << std::endl;
             myRuntimeInfo->debug << "Material " << j + 1 << "..." << std::endl;
             myRuntimeInfo->debug << "ER: " << recyclingEnergyRatio[j] << std::endl;
-            myRuntimeInfo->debug << "Mass fraction: " << theAcComp.back().r_material.back() << std::endl;
-            myRuntimeInfo->debug << "Recycling fraction: " << theAcComp.back().r_recycling.back() << std::endl;
-            myRuntimeInfo->debug << "Incinaration fraction: " << theAcComp.back().r_incineration.back() << std::endl;
-            myRuntimeInfo->debug << "Landfill fraction: " << theAcComp.back().r_landfill.back() << std::endl;
+            myRuntimeInfo->debug << "Mass fraction: " << theAcComp.back().rate_material.back() << std::endl;
+            myRuntimeInfo->debug << "Recycling fraction: " << theAcComp.back().rate_recycling.back() << std::endl;
+            myRuntimeInfo->debug << "Incinaration fraction: " << theAcComp.back().rate_incineration.back() << std::endl;
+            myRuntimeInfo->debug << "Landfill fraction: " << theAcComp.back().rate_landfill.back() << std::endl;
             myRuntimeInfo->debug << "Mass material: " << massMaterialComp << std::endl;
-            myRuntimeInfo->debug << "energyRecycling: " << theAcComp.back().E_recycling << std::endl;
-            myRuntimeInfo->debug << "energyIncinenartion: " << theAcComp.back().E_incineration << std::endl;
-            myRuntimeInfo->debug << "energyLandfill: " << theAcComp.back().E_landfill << std::endl;
+            myRuntimeInfo->debug << "energyRecycling: " << theAcComp.back().energy_recycling << std::endl;
+            myRuntimeInfo->debug << "energyIncinenartion: " << theAcComp.back().energy_incineration << std::endl;
+            myRuntimeInfo->debug << "energyLandfill: " << theAcComp.back().energy_landfill << std::endl;
             myRuntimeInfo->debug << "endOfLifeEnergy: " << endOfLifeEnergy << std::endl;
         }
-        theAcComp.back().E_endOfLife = endOfLifeEnergy;
-        E_EoL_total += theAcComp.back().E_endOfLife;
+        theAcComp.back().energy_endOfLife = endOfLifeEnergy;
+        energy_EoL_total += theAcComp.back().energy_endOfLife;
         myRuntimeInfo->debug << "Mass:   " << theAcComp.back().mass << std::endl;
-        myRuntimeInfo->debug << "Energy: " << theAcComp.back().E_endOfLife << std::endl;
+        myRuntimeInfo->debug << "Energy: " << theAcComp.back().energy_endOfLife << std::endl;
     }
-    myRuntimeInfo->debug << "E_EoL_total: " << E_EoL_total << std::endl;
+    myRuntimeInfo->debug << "E_EoL_total: " << energy_EoL_total << std::endl;
 //    getchar();
     /* Energy Calculation: Distribution by Materials (Material Mode) */
     //TO DO: delete?
     //E_EoL_total = 0.;
     for (int i(0); i < numberOfMaterials; i++) {
         theMaterial.push_back(EndOfLife::material());
-        theMaterial.back().matName = data->materialName[i];
+        theMaterial.back().material_name = data->material_name[i];
     }
-    myRuntimeInfo->debug << "E_EoL_total: " << E_EoL_total << std::endl;
+    myRuntimeInfo->debug << "E_EoL_total: " << energy_EoL_total << std::endl;
 //    getchar();
-    Energy_total = E_EoL_total + E_elec_DD;
+    energy_total = energy_EoL_total + engineering_energy_electricity_DD;
 }
 
-void EndOfLife::calculateEoLEmissions(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction) {
+void EndOfLife::calculate_EoL_emissions(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction) {
     /*Transport to End-of-Life Site */
     /* emission calculation */
-    double transportFactor = data->configuration.distanceToEoLSite / data->rangeDesign;
-    transportFuel = data->blockfuelDesign * transportFactor; //strongly simplified: Assumption: Const. Fuel consumption, determined from design mission.
-    myRuntimeInfo->info << "  EoL Fuel: " << transportFuel << " kg" << std::endl;
-    eoLTransport.CO2 = data->theTestMission.LTO.CO2 + data->theTestMission.Cruise.CO2 * transportFactor + transportFuel * myEcoDatabase.fuelProdEmData.at(0).CO2;
-    eoLTransport.H2O = data->theTestMission.LTO.H2O + data->theTestMission.Cruise.H2O * transportFactor + transportFuel * myEcoDatabase.fuelProdEmData.at(0).H2O;
-    eoLTransport.NOx = data->theTestMission.LTO.NOx + data->theTestMission.Cruise.NOx * transportFactor + transportFuel * myEcoDatabase.fuelProdEmData.at(0).NOx;
-    eoLTransport.SO2 = data->theTestMission.LTO.SO2 + data->theTestMission.Cruise.SO2 * transportFactor + transportFuel * myEcoDatabase.fuelProdEmData.at(0).SO2;
-    eoLTransport.CO = data->theTestMission.LTO.CO + data->theTestMission.Cruise.CO * transportFactor + transportFuel * myEcoDatabase.fuelProdEmData.at(0).CO;
-    eoLTransport.CH4 = transportFuel * myEcoDatabase.fuelProdEmData.at(0).CH4;
-    eoLTransport.PM10 = data->theTestMission.LTO.soot + data->theTestMission.Cruise.soot * transportFactor + transportFuel * myEcoDatabase.fuelProdEmData.at(0).PM10;
-    eoLTransport.HC = data->theTestMission.LTO.HC + data->theTestMission.Cruise.HC * transportFactor;
-    eoLTransport.CED = transportFuel * myEcoDatabase.fuelSpecificEnergy.at(0);
+    double transportFactor = data->configuration.distance_to_EoL_site / data->range_design;
+    transport_fuel = data->blockfuel_design * transportFactor; //strongly simplified: Assumption: Const. Fuel consumption, determined from design mission.
+    myRuntimeInfo->info << "  EoL Fuel: " << transport_fuel << " kg" << std::endl;
+    endOfLifeTransport.CO2 = data->theTestMission.LTO.CO2 + data->theTestMission.cruise.CO2 * transportFactor + transport_fuel * myEcoDatabase.fuelProdEmData.at(0).CO2;
+    endOfLifeTransport.H2O = data->theTestMission.LTO.H2O + data->theTestMission.cruise.H2O * transportFactor + transport_fuel * myEcoDatabase.fuelProdEmData.at(0).H2O;
+    endOfLifeTransport.NOx = data->theTestMission.LTO.NOx + data->theTestMission.cruise.NOx * transportFactor + transport_fuel * myEcoDatabase.fuelProdEmData.at(0).NOx;
+    endOfLifeTransport.SO2 = data->theTestMission.LTO.SO2 + data->theTestMission.cruise.SO2 * transportFactor + transport_fuel * myEcoDatabase.fuelProdEmData.at(0).SO2;
+    endOfLifeTransport.CO = data->theTestMission.LTO.CO + data->theTestMission.cruise.CO * transportFactor + transport_fuel * myEcoDatabase.fuelProdEmData.at(0).CO;
+    endOfLifeTransport.CH4 = transport_fuel * myEcoDatabase.fuelProdEmData.at(0).CH4;
+    endOfLifeTransport.PM10 = data->theTestMission.LTO.soot + data->theTestMission.cruise.soot * transportFactor + transport_fuel * myEcoDatabase.fuelProdEmData.at(0).PM10;
+    endOfLifeTransport.HC = data->theTestMission.LTO.HC + data->theTestMission.cruise.HC * transportFactor;
+    endOfLifeTransport.CED = transport_fuel * myEcoDatabase.fuelSpecificEnergy.at(0);
 //    // TODO (student#1#): Noch weitere Emissionen wichtig?
     /*Disassembly and Dismantling */
     //Elektrische Emissionen
-    myRuntimeInfo->info << "    Disassembly and Dismantling Energy: " << E_elec_DD << " MJ" << std::endl;
-    eoLDisassDism.CO2 = E_elec_DD * myEcoDatabase.elecEmData.CO2;
-    eoLDisassDism.H2O = E_elec_DD * myEcoDatabase.elecEmData.H2O;
-    eoLDisassDism.NOx = E_elec_DD * myEcoDatabase.elecEmData.NOx;
-    eoLDisassDism.SO2 = E_elec_DD * myEcoDatabase.elecEmData.SO2;
-    eoLDisassDism.CO =  E_elec_DD * myEcoDatabase.elecEmData.CO;
-    eoLDisassDism.CH4 = E_elec_DD * myEcoDatabase.elecEmData.CH4;
-    eoLDisassDism.PM10 = E_elec_DD * myEcoDatabase.elecEmData.PM10;
-    eoLDisassDism.CED = E_elec_DD * myEcoDatabase.elecEmData.specificEnergy;
+    myRuntimeInfo->info << "    Disassembly and Dismantling Energy: " << engineering_energy_electricity_DD << " MJ" << std::endl;
+    endOfLifeDD.CO2 = engineering_energy_electricity_DD * myEcoDatabase.elecEmData.CO2;
+    endOfLifeDD.H2O = engineering_energy_electricity_DD * myEcoDatabase.elecEmData.H2O;
+    endOfLifeDD.NOx = engineering_energy_electricity_DD * myEcoDatabase.elecEmData.NOx;
+    endOfLifeDD.SO2 = engineering_energy_electricity_DD * myEcoDatabase.elecEmData.SO2;
+    endOfLifeDD.CO =  engineering_energy_electricity_DD * myEcoDatabase.elecEmData.CO;
+    endOfLifeDD.CH4 = engineering_energy_electricity_DD * myEcoDatabase.elecEmData.CH4;
+    endOfLifeDD.PM10 = engineering_energy_electricity_DD * myEcoDatabase.elecEmData.PM10;
+    endOfLifeDD.CED = engineering_energy_electricity_DD * myEcoDatabase.elecEmData.specificEnergy;
     /*End-of-Life Scenario (Energy consumption through processes and energy gain through material extraction*/
 
-    if (data->configuration.productionMode == "mode_0") {
+    if (data->configuration.production_mode == "mode_0") {
         //Material modus
-        this->emissions_materialMode();
-    } else if (data->configuration.productionMode == "mode_1") {
+        this->emissions_material_mode();
+    } else if (data->configuration.production_mode == "mode_1") {
         //Main Parts Modus
-        this->emissions_mainPartsMode(data, theProduction);
+        this->emissions_main_parts_mode(data, theProduction);
     } else {
-        myRuntimeInfo->err << "Unknown production mode " << data->configuration.productionMode << ". (config-entry \"productionMode\") " << std::endl;
+        myRuntimeInfo->err << "Unknown production mode " << data->configuration.production_mode << ". (config-entry \"production_mode\") " << std::endl;
         myRuntimeInfo->err << "Abort program!" << std::endl;
         exit(1);
     }
 }
 
-void EndOfLife::emissions_materialMode() {
-//    double materialEnergy=0.;
+void EndOfLife::emissions_material_mode() {
+//    double material_energy=0.;
     for (int i(0); i < numberOfMaterials; i++) {
-        std::string materialEntry(theMaterial.at(i).matName);
-        std::vector<std::string> matName_tmp;
+        std::string materialEntry(theMaterial.at(i).material_name);
+        std::vector<std::string> material_name_tmp;
         for (unsigned int k(0.); k < myEcoDatabase.matEmData.size(); k++) {
-            matName_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
+            material_name_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
         }
-        std::vector<std::string>::iterator entry = find(matName_tmp.begin(), matName_tmp.end(), materialEntry); //Iterator to find the configuration entry
-        if (entry == matName_tmp.end()) { //Entry not available!
+        std::vector<std::string>::iterator entry = find(material_name_tmp.begin(), material_name_tmp.end(), materialEntry); //Iterator to find the configuration entry
+        if (entry == material_name_tmp.end()) { //Entry not available!
             myRuntimeInfo->err << "Material " << materialEntry << " not found. Abort!" << std::endl;
             exit(1);
         } else {
             unsigned int pos(0);
-            pos = static_cast<int>(entry - matName_tmp.begin());
+            pos = static_cast<int>(entry - material_name_tmp.begin());
             /* emission calculation */
-            materialEoL.push_back(Emissions());
-            materialEoL.back().CO2 = - theMaterial.at(i).massRecovered * myEcoDatabase.matEmData.at(pos).CO2 //Row material
-                                     + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.CO2; //manufacturing
-            materialEoL.back().H2O = - theMaterial.at(i).massRecovered * myEcoDatabase.matEmData.at(pos).H2O
-                                     + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.H2O;
-            materialEoL.back().NOx = - theMaterial.at(i).massRecovered * myEcoDatabase.matEmData.at(pos).NOx
-                                     + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.NOx;
-            materialEoL.back().SO2 = - theMaterial.at(i).massRecovered * myEcoDatabase.matEmData.at(pos).SO2
-                                     + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.SO2;
-            materialEoL.back().CO = - theMaterial.at(i).massRecovered * myEcoDatabase.matEmData.at(pos).CO
-                                    + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.CO;
-            materialEoL.back().CH4 = - theMaterial.at(i).massRecovered * myEcoDatabase.matEmData.at(pos).CH4
-                                     + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.CH4;
-            materialEoL.back().PM10 = - theMaterial.at(i).massRecovered * myEcoDatabase.matEmData.at(pos).PM10
-                                      + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.PM10;
-            materialEoL.back().CED = - theMaterial.at(i).massRecovered * myEcoDatabase.matSpecificEnergy.at(pos)
-                                     + theMaterial.at(i).E_endOfLife * myEcoDatabase.elecEmData.specificEnergy;;
+            endOfLifeMaterial.push_back(Emissions());
+            endOfLifeMaterial.back().CO2 = - theMaterial.at(i).mass_recovered * myEcoDatabase.matEmData.at(pos).CO2 //Row material
+                                     + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.CO2; //manufacturing
+            endOfLifeMaterial.back().H2O = - theMaterial.at(i).mass_recovered * myEcoDatabase.matEmData.at(pos).H2O
+                                     + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.H2O;
+            endOfLifeMaterial.back().NOx = - theMaterial.at(i).mass_recovered * myEcoDatabase.matEmData.at(pos).NOx
+                                     + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.NOx;
+            endOfLifeMaterial.back().SO2 = - theMaterial.at(i).mass_recovered * myEcoDatabase.matEmData.at(pos).SO2
+                                     + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.SO2;
+            endOfLifeMaterial.back().CO = - theMaterial.at(i).mass_recovered * myEcoDatabase.matEmData.at(pos).CO
+                                    + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.CO;
+            endOfLifeMaterial.back().CH4 = - theMaterial.at(i).mass_recovered * myEcoDatabase.matEmData.at(pos).CH4
+                                     + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.CH4;
+            endOfLifeMaterial.back().PM10 = - theMaterial.at(i).mass_recovered * myEcoDatabase.matEmData.at(pos).PM10
+                                      + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.PM10;
+            endOfLifeMaterial.back().CED = - theMaterial.at(i).mass_recovered * myEcoDatabase.matSpecificEnergy.at(pos)
+                                     + theMaterial.at(i).energy_endOfLife * myEcoDatabase.elecEmData.specificEnergy;;
         }
-        materialEoL_total.CO2  += materialEoL.back().CO2;
-        materialEoL_total.H2O  += materialEoL.back().H2O;
-        materialEoL_total.NOx  += materialEoL.back().NOx;
-        materialEoL_total.SO2  += materialEoL.back().SO2;
-        materialEoL_total.CO   += materialEoL.back().CO;
-        materialEoL_total.CH4  += materialEoL.back().CH4;
-        materialEoL_total.PM10 += materialEoL.back().PM10;
-        materialEoL_total.N2O += materialEoL.back().N2O;
-        materialEoL_total.PFC += materialEoL.back().PFC;
-        materialEoL_total.NMVOC += materialEoL.back().NMVOC;
-        materialEoL_total.HC += materialEoL.back().HC;
-        materialEoL_total.CED += materialEoL.back().CED;
+        endOfLifeMaterialTotal.CO2  += endOfLifeMaterial.back().CO2;
+        endOfLifeMaterialTotal.H2O  += endOfLifeMaterial.back().H2O;
+        endOfLifeMaterialTotal.NOx  += endOfLifeMaterial.back().NOx;
+        endOfLifeMaterialTotal.SO2  += endOfLifeMaterial.back().SO2;
+        endOfLifeMaterialTotal.CO   += endOfLifeMaterial.back().CO;
+        endOfLifeMaterialTotal.CH4  += endOfLifeMaterial.back().CH4;
+        endOfLifeMaterialTotal.PM10 += endOfLifeMaterial.back().PM10;
+        endOfLifeMaterialTotal.N2O += endOfLifeMaterial.back().N2O;
+        endOfLifeMaterialTotal.PFC += endOfLifeMaterial.back().PFC;
+        endOfLifeMaterialTotal.NMVOC += endOfLifeMaterial.back().NMVOC;
+        endOfLifeMaterialTotal.HC += endOfLifeMaterial.back().HC;
+        endOfLifeMaterialTotal.CED += endOfLifeMaterial.back().CED;
     }
-    myRuntimeInfo->info << "    EoL Scenario Primary Energy Total: " << materialEoL_total.CED << " MJ" << std::endl;
+    myRuntimeInfo->info << "    EoL Scenario Primary Energy Total: " << endOfLifeMaterialTotal.CED << " MJ" << std::endl;
 }
 
-void EndOfLife::emissions_mainPartsMode(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction) {
-    for (int i(0); i < data->configuration.partsNo; i++) {
+void EndOfLife::emissions_main_parts_mode(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction) {
+    for (int i(0); i < data->configuration.parts_number; i++) {
         /* emission calculation */
-        materialEoL.push_back(Emissions());
-        materialEoL.back().CO2 = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.CO2;
-        materialEoL.back().H2O = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.H2O;
-        materialEoL.back().NOx = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.NOx;
-        materialEoL.back().SO2 = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.SO2;
-        materialEoL.back().CO = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.CO;
-        materialEoL.back().CH4 = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.CH4;
-        materialEoL.back().PM10 = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.PM10;
-        materialEoL.back().CED = theAcComp.at(i).E_endOfLife * myEcoDatabase.elecEmData.specificEnergy;
+        endOfLifeMaterial.push_back(Emissions());
+        endOfLifeMaterial.back().CO2 = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.CO2;
+        endOfLifeMaterial.back().H2O = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.H2O;
+        endOfLifeMaterial.back().NOx = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.NOx;
+        endOfLifeMaterial.back().SO2 = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.SO2;
+        endOfLifeMaterial.back().CO = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.CO;
+        endOfLifeMaterial.back().CH4 = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.CH4;
+        endOfLifeMaterial.back().PM10 = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.PM10;
+        endOfLifeMaterial.back().CED = theAcComp.at(i).energy_endOfLife * myEcoDatabase.elecEmData.specificEnergy;
         for (int j(0); j < numberOfMaterials; j++) {
-            std::string materialEntry(theProduction.theMaterial.at(j).matName);
-            std::vector<std::string> matName_tmp;
+            std::string materialEntry(theProduction.theMaterial.at(j).material_name);
+            std::vector<std::string> material_name_tmp;
             for (unsigned int k(0.); k < myEcoDatabase.matEmData.size(); k++) {
-                matName_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
+                material_name_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
             }
-            std::vector<std::string>::iterator entry = find(matName_tmp.begin(), matName_tmp.end(), materialEntry); //Iterator to find the configuration entry
-            if (entry == matName_tmp.end()) { //Entry not available!
+            std::vector<std::string>::iterator entry = find(material_name_tmp.begin(), material_name_tmp.end(), materialEntry); //Iterator to find the configuration entry
+            if (entry == material_name_tmp.end()) { //Entry not available!
                 myRuntimeInfo->err << "Material " << materialEntry << " in EcoDatabase not found. Abort!" << std::endl;
                 exit(1);
             } else {
                 unsigned int pos(0);
-                pos = static_cast<int>(entry - matName_tmp.begin());
+                pos = static_cast<int>(entry - material_name_tmp.begin());
                 /* emission calculation */
-                materialEoL.back().CO2 -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matEmData.at(pos).CO2;
-                materialEoL.back().H2O -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matEmData.at(pos).H2O;
-                materialEoL.back().NOx -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matEmData.at(pos).NOx;
-                materialEoL.back().SO2 -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matEmData.at(pos).SO2;
-                materialEoL.back().CO -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matEmData.at(pos).CO;
-                materialEoL.back().CH4 -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matEmData.at(pos).CH4;
-                materialEoL.back().PM10 -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matEmData.at(pos).PM10;
-                materialEoL.back().CED -= theAcComp.back().materialRecovered.at(j) * myEcoDatabase.matSpecificEnergy.at(pos);
+                endOfLifeMaterial.back().CO2 -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matEmData.at(pos).CO2;
+                endOfLifeMaterial.back().H2O -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matEmData.at(pos).H2O;
+                endOfLifeMaterial.back().NOx -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matEmData.at(pos).NOx;
+                endOfLifeMaterial.back().SO2 -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matEmData.at(pos).SO2;
+                endOfLifeMaterial.back().CO -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matEmData.at(pos).CO;
+                endOfLifeMaterial.back().CH4 -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matEmData.at(pos).CH4;
+                endOfLifeMaterial.back().PM10 -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matEmData.at(pos).PM10;
+                endOfLifeMaterial.back().CED -= theAcComp.back().recovered_material_mass.at(j) * myEcoDatabase.matSpecificEnergy.at(pos);
             }
         }
-        materialEoL_total.CO2 += materialEoL.back().CO2;
-        materialEoL_total.H2O += materialEoL.back().H2O;
-        materialEoL_total.NOx += materialEoL.back().NOx;
-        materialEoL_total.SO2 += materialEoL.back().SO2;
-        materialEoL_total.CO += materialEoL.back().CO;
-        materialEoL_total.CH4 += materialEoL.back().CH4;
-        materialEoL_total.PM10 += materialEoL.back().PM10;
-        materialEoL_total.N2O += materialEoL.back().N2O;
-        materialEoL_total.PFC += materialEoL.back().PFC;
-        materialEoL_total.NMVOC += materialEoL.back().NMVOC;
-        materialEoL_total.HC += materialEoL.back().HC;
-        materialEoL_total.CED += materialEoL.back().CED;
+        endOfLifeMaterialTotal.CO2 += endOfLifeMaterial.back().CO2;
+        endOfLifeMaterialTotal.H2O += endOfLifeMaterial.back().H2O;
+        endOfLifeMaterialTotal.NOx += endOfLifeMaterial.back().NOx;
+        endOfLifeMaterialTotal.SO2 += endOfLifeMaterial.back().SO2;
+        endOfLifeMaterialTotal.CO += endOfLifeMaterial.back().CO;
+        endOfLifeMaterialTotal.CH4 += endOfLifeMaterial.back().CH4;
+        endOfLifeMaterialTotal.PM10 += endOfLifeMaterial.back().PM10;
+        endOfLifeMaterialTotal.N2O += endOfLifeMaterial.back().N2O;
+        endOfLifeMaterialTotal.PFC += endOfLifeMaterial.back().PFC;
+        endOfLifeMaterialTotal.NMVOC += endOfLifeMaterial.back().NMVOC;
+        endOfLifeMaterialTotal.HC += endOfLifeMaterial.back().HC;
+        endOfLifeMaterialTotal.CED += endOfLifeMaterial.back().CED;
     }
-    if (data->configuration.engineMode) {
-        materialEoL_engine.CO2 = materialEoL.back().CO2;
-        materialEoL_engine.H2O = materialEoL.back().H2O;
-        materialEoL_engine.NOx = materialEoL.back().NOx;
-        materialEoL_engine.SO2 = materialEoL.back().SO2;
-        materialEoL_engine.CO = materialEoL.back().CO;
-        materialEoL_engine.CH4 = materialEoL.back().CH4;
-        materialEoL_engine.PM10 = materialEoL.back().PM10;
-        materialEoL_engine.N2O = materialEoL.back().N2O;
-        materialEoL_engine.PFC = materialEoL.back().PFC;
-        materialEoL_engine.NMVOC = materialEoL.back().NMVOC;
-        materialEoL_engine.HC = materialEoL.back().HC;
-        materialEoL_engine.CED = materialEoL.back().CED;
+    if (data->configuration.engine_mode) {
+        endOfLifeMaterialEngine.CO2 = endOfLifeMaterial.back().CO2;
+        endOfLifeMaterialEngine.H2O = endOfLifeMaterial.back().H2O;
+        endOfLifeMaterialEngine.NOx = endOfLifeMaterial.back().NOx;
+        endOfLifeMaterialEngine.SO2 = endOfLifeMaterial.back().SO2;
+        endOfLifeMaterialEngine.CO = endOfLifeMaterial.back().CO;
+        endOfLifeMaterialEngine.CH4 = endOfLifeMaterial.back().CH4;
+        endOfLifeMaterialEngine.PM10 = endOfLifeMaterial.back().PM10;
+        endOfLifeMaterialEngine.N2O = endOfLifeMaterial.back().N2O;
+        endOfLifeMaterialEngine.PFC = endOfLifeMaterial.back().PFC;
+        endOfLifeMaterialEngine.NMVOC = endOfLifeMaterial.back().NMVOC;
+        endOfLifeMaterialEngine.HC = endOfLifeMaterial.back().HC;
+        endOfLifeMaterialEngine.CED = endOfLifeMaterial.back().CED;
     }
-    myRuntimeInfo->info << "    EoL Scenario Primary Energy Total: " << materialEoL_total.CED << " MJ" << std::endl;
+    myRuntimeInfo->info << "    EoL Scenario Primary Energy Total: " << endOfLifeMaterialTotal.CED << " MJ" << std::endl;
 
     /*EoL Phase Total*/
-    myRuntimeInfo->info << "  EoL Energy Total: " << Energy_total << " MJ" << std::endl;
-    endOfLife_total.CO2 = eoLTransport.CO2 + eoLDisassDism.CO2 + materialEoL_total.CO2;
-    endOfLife_total.H2O = eoLTransport.H2O + eoLDisassDism.H2O + materialEoL_total.H2O;
-    endOfLife_total.NOx = eoLTransport.NOx + eoLDisassDism.NOx + materialEoL_total.NOx;
-    endOfLife_total.SO2 = eoLTransport.SO2 + eoLDisassDism.SO2 + materialEoL_total.SO2;
-    endOfLife_total.CO = eoLTransport.CO + eoLDisassDism.CO + materialEoL_total.CO;
-    endOfLife_total.CH4 = eoLTransport.CH4 + eoLDisassDism.CH4 + materialEoL_total.CH4;
-    endOfLife_total.PM10 = eoLTransport.PM10 + eoLDisassDism.PM10 + materialEoL_total.PM10;
-    endOfLife_total.N2O = eoLTransport.N2O + eoLDisassDism.N2O + materialEoL_total.N2O;
-    endOfLife_total.PFC = eoLTransport.PFC + eoLDisassDism.PFC + materialEoL_total.PFC;
-    endOfLife_total.NMVOC = eoLTransport.NMVOC + eoLDisassDism.NMVOC + materialEoL_total.NMVOC;
-    endOfLife_total.HC = eoLTransport.HC + eoLDisassDism.HC + materialEoL_total.HC;
-    endOfLife_total.CED = eoLTransport.CED + eoLDisassDism.CED + materialEoL_total.CED;
-    myRuntimeInfo->info << "  EoL Primary Energy Total: " << endOfLife_total.CED << " MJ" << std::endl;
+    myRuntimeInfo->info << "  EoL Energy Total: " << energy_total << " MJ" << std::endl;
+    endOfLifeTotal.CO2 = endOfLifeTransport.CO2 + endOfLifeDD.CO2 + endOfLifeMaterialTotal.CO2;
+    endOfLifeTotal.H2O = endOfLifeTransport.H2O + endOfLifeDD.H2O + endOfLifeMaterialTotal.H2O;
+    endOfLifeTotal.NOx = endOfLifeTransport.NOx + endOfLifeDD.NOx + endOfLifeMaterialTotal.NOx;
+    endOfLifeTotal.SO2 = endOfLifeTransport.SO2 + endOfLifeDD.SO2 + endOfLifeMaterialTotal.SO2;
+    endOfLifeTotal.CO = endOfLifeTransport.CO + endOfLifeDD.CO + endOfLifeMaterialTotal.CO;
+    endOfLifeTotal.CH4 = endOfLifeTransport.CH4 + endOfLifeDD.CH4 + endOfLifeMaterialTotal.CH4;
+    endOfLifeTotal.PM10 = endOfLifeTransport.PM10 + endOfLifeDD.PM10 + endOfLifeMaterialTotal.PM10;
+    endOfLifeTotal.N2O = endOfLifeTransport.N2O + endOfLifeDD.N2O + endOfLifeMaterialTotal.N2O;
+    endOfLifeTotal.PFC = endOfLifeTransport.PFC + endOfLifeDD.PFC + endOfLifeMaterialTotal.PFC;
+    endOfLifeTotal.NMVOC = endOfLifeTransport.NMVOC + endOfLifeDD.NMVOC + endOfLifeMaterialTotal.NMVOC;
+    endOfLifeTotal.HC = endOfLifeTransport.HC + endOfLifeDD.HC + endOfLifeMaterialTotal.HC;
+    endOfLifeTotal.CED = endOfLifeTransport.CED + endOfLifeDD.CED + endOfLifeMaterialTotal.CED;
+    myRuntimeInfo->info << "  EoL Primary Energy Total: " << endOfLifeTotal.CED << " MJ" << std::endl;
 }
 
 EndOfLife::~EndOfLife() {
@@ -275,25 +275,25 @@ EndOfLife::~EndOfLife() {
 
 EndOfLife::mainComponent::mainComponent(const std::string& name)
     :
-    compName(name),
+    component_name(name),
     mass(0.),
-    E_recycling(0.),
-    E_incineration(0.),
-    E_landfill(0.),
-    E_endOfLife(0.) {
+    energy_recycling(0.),
+    energy_incineration(0.),
+    energy_landfill(0.),
+    energy_endOfLife(0.) {
 }
 EndOfLife::mainComponent::~mainComponent() {
 }
 
 EndOfLife::material::material()
     :
-    matName(""),
+    material_name(""),
     mass(0.),
-    massRecovered(0.),
-    E_recycling(0.),
-    E_incineration(0.),
-    E_landfill(0.),
-    E_endOfLife(0.) {
+    mass_recovered(0.),
+    energy_recycling(0.),
+    energy_incineration(0.),
+    energy_landfill(0.),
+    energy_endOfLife(0.) {
 }
 EndOfLife::material::~material() {
 }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.h b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.h
index f000e0a15f6089b1701e3644d5cbfb576bb90f4c..adf74b270eabc48bd7ef7bf535ad516bf78020b3 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/endOfLife.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
 #include "production.h"
 
 class SchaeferIOData;
-class production;
+class Production;
 
 /** \class EndOfLife
  * \brief Contains the properties of the end-of-life phase
@@ -47,26 +47,26 @@ class EndOfLife {
     virtual ~EndOfLife();
 
     double cost_DD;/**< Costs for disassembly and dismantling [USD] */
-    double E_elec_DD;/**< Electric energy for disassembly and dismantling [MJ] */
+    double engineering_energy_electricity_DD;/**< Electric energy for disassembly and dismantling [MJ] */
 
     /** \class mainComponent
      * \brief Distribution of emissions by main components (e.g. wing, tailplane)
      */
     class mainComponent {
      public:
-        std::string compName; /**< Name of the component */
+        std::string component_name; /**< Name of the component */
 
         double mass;/**< Mass of the component [kg] */
-        double E_recycling;/**< Energy demand for recycling of the component's materials [MJ] */
-        double E_incineration;/**< Energy demand for incinerating the component's materials [MJ] */
-        double E_landfill;/**< Energy demand for landfill [MJ] */
-        double E_endOfLife;/**< Total energy demand for the main component in the end-of-life phase [MJ] */
+        double energy_recycling;/**< Energy demand for recycling of the component's materials [MJ] */
+        double energy_incineration;/**< Energy demand for incinerating the component's materials [MJ] */
+        double energy_landfill;/**< Energy demand for landfill [MJ] */
+        double energy_endOfLife;/**< Total energy demand for the main component in the end-of-life phase [MJ] */
 
-        std::vector<double> r_material;/**<Percentage of different materials. s. const double matDistr [-]*/
-        std::vector<double> materialRecovered;/**< Mass of recycled material [kg]*/
-        std::vector<double> r_recycling;/**< Recycling rate of the various materials. s. const double recylcingScen [-]*/
-        std::vector<double> r_incineration;/**< Incineration rate of the various materials. s. const double incinerationScen [-]*/
-        std::vector<double> r_landfill;/**< Landfill rate of different materials. s. const double landfillScen [-] */
+        std::vector<double> rate_material;/**<Percentage of different materials. s. const double matDistr [-]*/
+        std::vector<double> recovered_material_mass;/**< Mass of recycled material [kg]*/
+        std::vector<double> rate_recycling;/**< Recycling rate of the various materials. s. const double recylcingScen [-]*/
+        std::vector<double> rate_incineration;/**< Incineration rate of the various materials. s. const double incinerationScen [-]*/
+        std::vector<double> rate_landfill;/**< Landfill rate of different materials. s. const double landfillScen [-] */
 
         /** \brief Constructor of class mainComponent */
         explicit mainComponent(const std::string& name);
@@ -80,18 +80,18 @@ class EndOfLife {
      */
     class material {
      public:
-        std::string matName; /**< Name of material */
+        std::string material_name; /**< Name of material */
 
         double mass;/**< Mass of the material [kg] */
-        double massRecovered;/**< Mass share of the material that can be recycled [kg] */
-        double E_recycling;/**< Energy demand for recycling of the material's materials [MJ] */
-        double E_incineration;/**< Energy demand for incinerating the material's materials [MJ] */
-        double E_landfill;/**< Energy demand for landfill [MJ]*/
-        double E_endOfLife;/**< Total energy demand for the main material in the end-of-life phase [MJ] */
+        double mass_recovered;/**< Mass share of the material that can be recycled [kg] */
+        double energy_recycling;/**< Energy demand for recycling of the material's materials [MJ] */
+        double energy_incineration;/**< Energy demand for incinerating the material's materials [MJ] */
+        double energy_landfill;/**< Energy demand for landfill [MJ]*/
+        double energy_endOfLife;/**< Total energy demand for the main material in the end-of-life phase [MJ] */
 
-        std::vector<double> r_recycling;/**< Recycling share of different materials, cf. const. double recylcingScen [-]*/
-        std::vector<double> r_incineration;/**<Incineration share of different materials, cf. const. double incinerationScen [-]*/
-        std::vector<double> r_landfill;/**<Landfill share of different materials, cf. const. double landfillScen [-]*/
+        std::vector<double> rate_recycling;/**< Recycling share of different materials, cf. const. double recylcingScen [-]*/
+        std::vector<double> rate_incineration;/**<Incineration share of different materials, cf. const. double incinerationScen [-]*/
+        std::vector<double> rate_landfill;/**<Landfill share of different materials, cf. const. double landfillScen [-]*/
 
         /** \brief Constructor of class material */
         material();
@@ -100,38 +100,37 @@ class EndOfLife {
     };
     std::vector<material> theMaterial; /**< Contains used materials */
 
-    double E_EoL_total;/**< Energy demand from EoL Scen (recycling, incineration, landfill) [MJ] */
-    double Energy_total;/**< Total energy demand of the entire end-of-ife phase [MJ] */
+    double energy_EoL_total;/**< Energy demand from EoL Scen (recycling, incineration, landfill) [MJ] */
+    double energy_total;/**< Total energy demand of the entire end-of-ife phase [MJ] */
 
-    Emissions eoLTransport;/**< Emissions due to end of life transport */
-    double transportFuel;/**< Fuel for transport [kg] */
-    //Emissions eoLTransportFuelProduction;
-    Emissions eoLDisassDism;/**< Total emissions disassembly/dismantling at end of life */
-    std::vector<Emissions> materialEoL;/**< Emissions from component manufacture distributed according to the individual components */
-    Emissions materialEoL_total;/**< Total emissions due to material at end of life */
-    Emissions materialEoL_engine;/**< Total emissions due to engine material at end of life */
-    Emissions endOfLife_total;/**< Total EOL emissions */
+    Emissions endOfLifeTransport;/**< Emissions due to end of life transport */
+    double transport_fuel;/**< Fuel for transport [kg] */
+    Emissions endOfLifeDD;/**< Total emissions disassembly/dismantling at end of life */
+    std::vector<Emissions> endOfLifeMaterial;/**< Emissions from component manufacture distributed according to the individual components */
+    Emissions endOfLifeMaterialTotal;/**< Total emissions due to material at end of life */
+    Emissions endOfLifeMaterialEngine;/**< Total emissions due to engine material at end of life */
+    Emissions endOfLifeTotal;/**< Total EOL emissions */
 
     /** \brief Calculates material and energy demand of ens of life phase
      * \param data IO data
      */
-    void calculateEoLResources(const std::shared_ptr<SchaeferIOData>& data);
+    void calculate_EoL_resources(const std::shared_ptr<SchaeferIOData>& data);
 
     /** \brief Calculates emissions of end of life phase
      * \param data IO data
      * \param theProduction: Access to production data
      */
-    void calculateEoLEmissions(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction);
+    void calculate_EoL_emissions(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction);
 
     /** \brief Calculates emissions of end of life phase
      */
-    void emissions_materialMode();
+    void emissions_material_mode();
 
     /** \brief Calculates emissions of end of life phase
      * \param data IO data
      * \param theProduction: Access to production data
      */
-    void emissions_mainPartsMode(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction);
+    void emissions_main_parts_mode(const std::shared_ptr<SchaeferIOData>& data, const Production&theProduction);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_LIFE_CYCLE_EMISSIONS_LCA_SCHAEFER_ENDOFLIFE_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.cpp
index 1719f930790054f8b95eb50d021ea28c38d075d0..22339ea53d9136ced0368f4a6d26aefbb092b0f4 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,134 +35,89 @@ using std::string;
 // TODO(franz#1#): T129 Emission calculation at Derate correct? Check! (Problem: Base curves with EI_ICAO (without Derate))
 Operation::Operation()
     :
-    E_spare_total(0.),
-    E_labour_total(0.),
-    E_total(0.),
-    operationFuel(0.) {
+    energy_spare_parts_total(0.),
+    energy_labour_total(0.),
+    energy_total(0.),
+    missions_fuel(0.) {
     }
 
-void Operation::calculateOperationResources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO,
+void Operation::calculate_operation_resources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO,
                                                 const Production &theProduction) {//Due to maintenance
     /* Maintenance Spare Parts */
     double engineCostRatioMaterial(0.75);//Assumption: Material Engine Maintenance 3 times as high as Labour (see PhD Schaefer)
-    double conversionFactor = convertUnit(SECOND, HOUR, data->flightTimeStudy) * data->flightsPerYear * data->durationOperation; // Used for [$/FH] -> [$/LC]
-    for (uint8_t i(0); i < data->configuration.sparePartsNo; i++) {
+    double conversionFactor = convertUnit(SECOND, HOUR, data->flight_time_study) * data->flights_per_year * data->duration_operation; // Used for [$/FH] -> [$/LC]
+    for (uint8_t i(0); i < data->configuration.spare_parts_number; i++) {
         /*Creating the object for the corresponding components*/
-        theSpareParts.push_back(spareParts(data->sparePartATA[i], data->sparePartName[i]));
+        theSpareParts.push_back(spareParts(data->spare_parts_ATA[i], data->spare_parts_name[i]));
         /*RC components*/
         theSpareParts.back().RC_component = theProduction.theAcComp.at(i).RC;
-        /*Material maintenance costs*/
-        if (data->configuration.calculateMaintCosts) { // Calculation according to Americal Airlines model
-            double CPI_factor = 3.833; // Converts 1976-USD to 2010-USD [-]
-            if (data->sparePartName[i] == "Wing") { //ATA 57
-                double timeFactor = (convertUnit(SECOND, HOUR, data->flightTimeStudy) * 0.49 + 0.51) / (2.5 * 0.49 + 0.51);
-                theSpareParts.back().maintenance_material_costs = CPI_factor * (0.126 + 0.00506 * data->S_ref) * timeFactor * conversionFactor;
-            } else if (data->sparePartName[i] == "Fuselage") { //Airframe
-                for (uint8_t k(0); k < 4; k++) { // sparePartATAAirframe: ATA51, ATA52, ATA53, ATA56
-                    /*Order of coefficients: ATA51, ATA52, ATA53, ATA56*/
-                    vector<double> c{0., 0.387, 0.5833, 0.};// Method coefficient
-                    vector<double> d{0., 0.00785, 0., 0.0362};// Method coefficient
-                    vector<double> X{data->airframeMass/1000, data->seatsAvailable, data->airframeMass/1000, data->seatsAvailable};// Method coefficient
-                    vector<double> Y{1., 1., 1., 1.}; // Method coefficient
-                    vector<double> HR{1., 0.51, 0.50, 0.80};// Flight hour related cost ratio (ATA51, ATA52, ATA53, ATA56)
-                    vector<double> CR{0., 0.49, 0.50, 0.20};// Flight cycle related cost ratio (ATA51, ATA52, ATA53, ATA56)
-                    double timeFactor = (convertUnit(SECOND, HOUR, data->flightTimeStudy) * HR[k] + CR[k]) / (2.5 * HR[k] + CR[k]);
-                    theSpareParts.back().maintenance_material_costs += CPI_factor * (c[k] + d[k]*X[k]*Y[k]) * timeFactor * conversionFactor;
-                }
-            } else if (data->sparePartName[i] == "Tailplane") {//ATA 55
-                double timeFactor = (convertUnit(SECOND, HOUR, data->flightTimeStudy) * 0.49 + 0.51) / (2.5 *  0.49 + 0.51);
-                theSpareParts.back().maintenance_material_costs = data->stabilizerMassRatio * CPI_factor * 0.3737 * timeFactor * conversionFactor;
-            } else if (data->sparePartName[i] == "Fin") { //ATA 55
-                double timeFactor = (convertUnit(SECOND, HOUR, data->flightTimeStudy) * 0.49 + 0.51) / (2.5 *  0.49 + 0.51);
-                theSpareParts.back().maintenance_material_costs = data->finMassRatio * CPI_factor * 0.3737 * timeFactor * conversionFactor;
-            } else if (data->sparePartName[i] == "LandingGear") { //ATA 32
-                double timeFactor = (convertUnit(SECOND, HOUR, data->flightTimeStudy) * 0.18 + 0.82) / (2.5 *  0.18 + 0.82);
-                theSpareParts.back().maintenance_material_costs = CPI_factor * (4.961 + .1810 * data->MTOM / 1000) * timeFactor *conversionFactor;
-            } else if (data->sparePartName[i] == "Pylons") { //ATA 54
-                double timeFactor = (convertUnit(SECOND, HOUR, data->flightTimeStudy) * 0.8 + 0.2) / (2.5 *  0.8 + 0.2);
-                theSpareParts.back().maintenance_material_costs = data->pylonMassRatio * CPI_factor * 0.1391 * data->numberOfEngines * timeFactor * conversionFactor;
-            } else if (data->sparePartName[i] == "PowerUnit") { //sparePartATAPowerUnit: ATA28, ATA36, ATA54
-                for (uint8_t k(0); k < 3; k++) {
-                    double airflow(0.454 * data->studyMissionPAX); // Air conditioning mass flow [kg/min]
-                    /*Order of coefficients: ATA28, ATA36, ATA54*/
-                    vector<double> c{0.595, 0., 0.};// Method coefficient
-                    vector<double> d{0.0123, 0.0019, 0.1391};// Method coefficient
-                    vector<double> X{data->blockfuelStudy/1000, airflow, static_cast<double>(data->numberOfEngines)};// Method coefficient
-                    vector<double> Y{1., data->myEngine.get_scaled_SLST()/10000, 1.}; // Method coefficient
-                    vector<double> HR{0.94, 0.26, 0.80};// Flight hour related cost ratio (ATA28, ATA36, ATA54)
-                    vector<double> CR{0.06, 0.74, 0.20};// Flight cycle related cost ratio (ATA28, ATA36, ATA54)
-                    double timeFactor = (convertUnit(SECOND, HOUR, data->flightTimeStudy) * HR[k] + CR[k]) / (2.5 * HR[k] + CR[k]);
-                    theSpareParts.back().maintenance_material_costs += CPI_factor * (c[k] + d[k]*X[k]*Y[k]) * timeFactor * conversionFactor;
-                }
-            } else {
-               myRuntimeInfo->err << "Invalid name of spare part." << std::endl;
+        /*Material maintenance costs: Calculation according to Americal Airlines model*/
+        double CPI_factor = 3.833; // Converts 1976-USD to 2010-USD [-]
+        if (data->spare_parts_name[i] == "Wing") { //ATA 57
+            double timeFactor = (convertUnit(SECOND, HOUR, data->flight_time_study) * 0.49 + 0.51) / (2.5 * 0.49 + 0.51);
+            theSpareParts.back().maintenance_material_costs = CPI_factor * (0.126 + 0.00506 * data->wing_reference_area) * timeFactor * conversionFactor;
+        } else if (data->spare_parts_name[i] == "Fuselage") { //Airframe
+            for (uint8_t k(0); k < 4; k++) { // spare_parts_ATA_airframe: ATA51, ATA52, ATA53, ATA56
+                /*Order of coefficients: ATA51, ATA52, ATA53, ATA56*/
+                vector<double> c{0., 0.387, 0.5833, 0.};// Method coefficient
+                vector<double> d{0., 0.00785, 0., 0.0362};// Method coefficient
+                vector<double> X{data->airframe_mass/1000, data->available_seats, data->airframe_mass/1000, data->available_seats};// Method coefficient
+                vector<double> Y{1., 1., 1., 1.}; // Method coefficient
+                vector<double> HR{1., 0.51, 0.50, 0.80};// Flight hour related cost ratio (ATA51, ATA52, ATA53, ATA56)
+                vector<double> CR{0., 0.49, 0.50, 0.20};// Flight cycle related cost ratio (ATA51, ATA52, ATA53, ATA56)
+                double timeFactor = (convertUnit(SECOND, HOUR, data->flight_time_study) * HR[k] + CR[k]) / (2.5 * HR[k] + CR[k]);
+                theSpareParts.back().maintenance_material_costs += CPI_factor * (c[k] + d[k]*X[k]*Y[k]) * timeFactor * conversionFactor;
             }
-        } else {
-            double costRatioDMC(1.); // Mass dependent cost ratio
-            double DMCmatComp(0.); // Material costs of component [2010-USD / 100ASK]
-            string maintPath;
-            string maintPath2;
-            string maintPathEngine;
-            if (data->sparePartName[i] == "PowerUnit")
-                maintPathEngine = "aircraft_exchange_file/MonetaryValues/LCC/OperatingCosts/DirectOperatingCosts/DOCComponents/Maintenance/MaintenanceComponents/Engine";
-            else
-                maintPath = string("aircraft_exchange_file/MonetaryValues/LCC/OperatingCosts/DirectOperatingCosts/DOCComponents/Maintenance/MaintenanceComponents/Airframe/")
-                            + string("AirframeComponents/") + data->sparePartATA[i] + "/CostComponents/MaterialCosts";
-            /*DMC Material components*/
-            double nacelleRC = checkBoundaries(rtIO->acxml.at("aircraft_exchange_file/MonetaryValues/LCC/RecurringCosts/RCComponents/PowerUnit/PowerUnitComponents/Nacelles"),
-                                0.0, true, 100000000., true);
-            if (data->sparePartName[i] == "Fuselage") { //Airframe (ATA54) incl. Rest
-                for (int k(0); k < 4; k++) { //s. sparePartATAAirframe number
-                    maintPath2 =
-                        "aircraft_exchange_file/MonetaryValues/LCC/OperatingCosts/DirectOperatingCosts/DOCComponents/Maintenance/MaintenanceComponents/Airframe/AirframeComponents/"
-                        + data->sparePartATAAirframe[k] + "/CostComponents/MaterialCosts";
-                    DMCmatComp += checkBoundaries(rtIO->acxml.at(maintPath2), -0.0, true, 10000000000., true);
-                }
-            } else if (data->sparePartName[i] == "Pylons") {
-                costRatioDMC = theSpareParts.at(5).RC_component / (theSpareParts.at(5).RC_component + nacelleRC);
-                DMCmatComp = costRatioDMC * checkBoundaries(rtIO->acxml.at(maintPath), -0.0, true, 10000000000., true);
-            } else if (data->sparePartName[i] == "PowerUnit") {
-                DMCmatComp = engineCostRatioMaterial * checkBoundaries(rtIO->acxml.at(maintPathEngine), -0.0, true, 10000000000., true);
-                for (int k(0); k < 3; k++) { //s. sparePartATAPowerUnit number
-                    maintPath2 =
-                        "aircraft_exchange_file/MonetaryValues/LCC/OperatingCosts/DirectOperatingCosts/DOCComponents/Maintenance/MaintenanceComponents/Airframe/AirframeComponents/"
-                            + data->sparePartATAPowerUnit[k] + "/CostComponents/MaterialCosts";
-                    if (data->sparePartATAPowerUnit[k] == "ATA54")
-                        costRatioDMC = nacelleRC / (theSpareParts.at(5).RC_component + nacelleRC);
-                    DMCmatComp += costRatioDMC * checkBoundaries(rtIO->acxml.at(maintPath2), -0.0, true, 10000000000., true);
-                }
-            } else {
-                if (data->sparePartName[i] == "Fin")
-                    costRatioDMC = data->finMassRatio;
-                else if (data->sparePartName[i] == "Tailplane")
-                    costRatioDMC = data->stabilizerMassRatio;
-                DMCmatComp = costRatioDMC * checkBoundaries(rtIO->acxml.at(maintPath), -0.0, true, 10000000000., true);
+        } else if (data->spare_parts_name[i] == "Tailplane") {//ATA 55
+            double timeFactor = (convertUnit(SECOND, HOUR, data->flight_time_study) * 0.49 + 0.51) / (2.5 *  0.49 + 0.51);
+            theSpareParts.back().maintenance_material_costs = data->stabilizer_mass_ratio * CPI_factor * 0.3737 * timeFactor * conversionFactor;
+        } else if (data->spare_parts_name[i] == "Fin") { //ATA 55
+            double timeFactor = (convertUnit(SECOND, HOUR, data->flight_time_study) * 0.49 + 0.51) / (2.5 *  0.49 + 0.51);
+            theSpareParts.back().maintenance_material_costs = data->fin_mass_ratio * CPI_factor * 0.3737 * timeFactor * conversionFactor;
+        } else if (data->spare_parts_name[i] == "LandingGear") { //ATA 32
+            double timeFactor = (convertUnit(SECOND, HOUR, data->flight_time_study) * 0.18 + 0.82) / (2.5 *  0.18 + 0.82);
+            theSpareParts.back().maintenance_material_costs = CPI_factor * (4.961 + .1810 * data->mtom / 1000) * timeFactor *conversionFactor;
+        } else if (data->spare_parts_name[i] == "Pylons") { //ATA 54
+            double timeFactor = (convertUnit(SECOND, HOUR, data->flight_time_study) * 0.8 + 0.2) / (2.5 *  0.8 + 0.2);
+            theSpareParts.back().maintenance_material_costs = data->pylon_mass_ratio * CPI_factor * 0.1391 * data->number_of_engines * timeFactor * conversionFactor;
+        } else if (data->spare_parts_name[i] == "PowerUnit") { //spare_parts_ATA_energy_unit: ATA28, ATA36, ATA54
+            for (uint8_t k(0); k < 3; k++) {
+                double airflow(0.454 * data->study_mission_PAX); // Air conditioning mass flow [kg/min]
+                /*Order of coefficients: ATA28, ATA36, ATA54*/
+                vector<double> c{0.595, 0., 0.};// Method coefficient
+                vector<double> d{0.0123, 0.0019, 0.1391};// Method coefficient
+                vector<double> X{data->blockfuel_study/1000, airflow, static_cast<double>(data->number_of_engines)};// Method coefficient
+                vector<double> Y{1., data->myEngine.get_scaled_SLST()/10000, 1.}; // Method coefficient
+                vector<double> HR{0.94, 0.26, 0.80};// Flight hour related cost ratio (ATA28, ATA36, ATA54)
+                vector<double> CR{0.06, 0.74, 0.20};// Flight cycle related cost ratio (ATA28, ATA36, ATA54)
+                double timeFactor = (convertUnit(SECOND, HOUR, data->flight_time_study) * HR[k] + CR[k]) / (2.5 * HR[k] + CR[k]);
+                theSpareParts.back().maintenance_material_costs += CPI_factor * (c[k] + d[k]*X[k]*Y[k]) * timeFactor * conversionFactor;
             }
-            theSpareParts.back().maintenance_material_costs = DMCmatComp * (data->seatsAvailable / 100. * convertUnit(METER, KILO, METER, data->rangeStudy)) *
-                                                    data->flightsPerYear * data->durationOperation;
+        } else {
+            myRuntimeInfo->err << "Invalid name of spare part." << std::endl;
         }
-        theSpareParts.back().energyConsumptionRatio = theSpareParts.back().maintenance_material_costs / theSpareParts.back().RC_component;
-        myRuntimeInfo->info << "sparePartName: " << data->sparePartName[i] << std::endl;
+        theSpareParts.back().energy_consumption_ratio = theSpareParts.back().maintenance_material_costs / theSpareParts.back().RC_component;
+        myRuntimeInfo->info << "spare_parts_name: " << data->spare_parts_name[i] << std::endl;
         myRuntimeInfo->info << "RC_component [$]: " << theSpareParts.back().RC_component << std::endl;
         myRuntimeInfo->info << "maintenance_material_costs [$]: " << theSpareParts.back().maintenance_material_costs << std::endl;
-        myRuntimeInfo->info << "seatsAvailable [-]: " << data->seatsAvailable << std::endl;
-        myRuntimeInfo->info << "rangeStudy [m]: " << data->rangeStudy << std::endl;
-        myRuntimeInfo->info << "energyConsumptionRatio [-]: " << theSpareParts.back().energyConsumptionRatio << std::endl;
-        string compEntry(data->sparePartName[i]);
-        vector<string> compName_tmp;
+        myRuntimeInfo->info << "available_seats [-]: " << data->available_seats << std::endl;
+        myRuntimeInfo->info << "range_study [m]: " << data->range_study << std::endl;
+        myRuntimeInfo->info << "energy_consumption_ratio [-]: " << theSpareParts.back().energy_consumption_ratio << std::endl;
+        string compEntry(data->spare_parts_name[i]);
+        vector<string> component_name_tmp;
         for (unsigned int k(0.); k < theProduction.theAcComp.size(); k++) {
-            compName_tmp.push_back(theProduction.theAcComp.at(k).compName);
+            component_name_tmp.push_back(theProduction.theAcComp.at(k).component_name);
         }
-        vector<string>::iterator entry = std::find(compName_tmp.begin(), compName_tmp.end(), compEntry); //Iterator to find the configuration input
-        if (entry == compName_tmp.end()) { //Input not available!
+        vector<string>::iterator entry = std::find(component_name_tmp.begin(), component_name_tmp.end(), compEntry); //Iterator to find the configuration input
+        if (entry == component_name_tmp.end()) { //Input not available!
             myRuntimeInfo->err << "components " << compEntry << " not found. Abort!" << std::endl;
             exit(1);
         } else {
             unsigned int pos(0);
-            pos = static_cast<int>(entry - compName_tmp.begin());
-            theSpareParts.back().E_manuf = theSpareParts.back().energyConsumptionRatio * theProduction.theAcComp.at(pos).E_manuf;
+            pos = static_cast<int>(entry - component_name_tmp.begin());
+            theSpareParts.back().energy_spare_parts_manufacturing = theSpareParts.back().energy_consumption_ratio * theProduction.theAcComp.at(pos).energy_manufacturing;
         }
-        E_spare_total += theSpareParts.back().E_manuf;
+        energy_spare_parts_total += theSpareParts.back().energy_spare_parts_manufacturing;
     }
     /* Maintenance Labour (Cost calculation: DOC TUB)*/
     myRuntimeInfo->info << "  Maintenance labour starts" << std::endl;
@@ -170,184 +125,184 @@ void Operation::calculateOperationResources(const std::shared_ptr<SchaeferIOData
     double wageCostLabourTUB(50); // [€/h]
     double burden = 2.0; //Cost burden
     double SLST = data->myEngine.get_scaled_SLST()/1000/G_FORCE; // [t] converted thrust from N
-    double engineDMC = convertEuroToDollar * (data->numberOfEngines * (1.5 * SLST + //[$/yr]
-                30.5 * convertUnit(SECOND, HOUR, data->flightTimeStudy) + 10.6)) * data->flightsPerYear;
+    double engineDMC = convertEuroToDollar * (data->number_of_engines * (1.5 * SLST + //[$/yr]
+                30.5 * convertUnit(SECOND, HOUR, data->flight_time_study) + 10.6)) * data->flights_per_year;
     double engineLabourCosts = (1 - engineCostRatioMaterial) * engineDMC; //[$/yr]
-    double airframeLabourCosts = convertEuroToDollar * wageCostLabourTUB * (1 + burden) * ((0.655 + 0.01 * data->OME / 1000.) //[USD/yr]
-                                     *convertUnit(SECOND, HOUR, data->flightTimeStudy) + 0.254 + 0.01 * data->OME / 1000.) * data->flightsPerYear;
-    theMaintLabour.DMC_labourYear = (airframeLabourCosts + engineLabourCosts);
-    myRuntimeInfo->debug << "Available Seats " << data->seatsAvailable << std::endl;
-    myRuntimeInfo->debug << "flight time [s] " << data->flightTimeStudy << std::endl;
-    myRuntimeInfo->debug << "range [km] " << convertUnit(NOPREFIX, METER, KILO, METER, data->rangeStudy) << std::endl;
-    myRuntimeInfo->debug << "Flights per year " << data->flightsPerYear << std::endl;
-    myRuntimeInfo->debug << "DMC_labourYear [$] " << theMaintLabour.DMC_labourYear << std::endl;
-    theMaintLabour.E_elec = E_PerWorker_op[0] * theMaintLabour.DMC_labourYear / (C_labourHour_op * t_labourYear_op) * data->durationOperation;
-    theMaintLabour.E_heat = E_PerWorker_op[1] * theMaintLabour.DMC_labourYear / (C_labourHour_op * t_labourYear_op) * data->durationOperation;
-    E_labour_total += theMaintLabour.E_elec + theMaintLabour.E_heat;
-    E_total = E_spare_total + E_labour_total;
-    myRuntimeInfo->debug << "Check Labour Hours Maintenance: " << theMaintLabour.DMC_labourYear/(C_labourHour_op) << std::endl;
+    double airframeLabourCosts = convertEuroToDollar * wageCostLabourTUB * (1 + burden) * ((0.655 + 0.01 * data->ome / 1000.) //[USD/yr]
+                                     *convertUnit(SECOND, HOUR, data->flight_time_study) + 0.254 + 0.01 * data->ome / 1000.) * data->flights_per_year;
+    theMaintLabour.DMC_labor_per_year = (airframeLabourCosts + engineLabourCosts);
+    myRuntimeInfo->debug << "Available Seats " << data->available_seats << std::endl;
+    myRuntimeInfo->debug << "flight time [s] " << data->flight_time_study << std::endl;
+    myRuntimeInfo->debug << "range [km] " << convertUnit(NOPREFIX, METER, KILO, METER, data->range_study) << std::endl;
+    myRuntimeInfo->debug << "Flights per year " << data->flights_per_year << std::endl;
+    myRuntimeInfo->debug << "DMC_labor_per_year [$] " << theMaintLabour.DMC_labor_per_year << std::endl;
+    theMaintLabour.engineering_energy_electricity = energy_PerWorker_op[0] * theMaintLabour.DMC_labor_per_year / (C_labourHour_op * t_labourYear_op) * data->duration_operation;
+    theMaintLabour.engineering_energy_heat = energy_PerWorker_op[1] * theMaintLabour.DMC_labor_per_year / (C_labourHour_op * t_labourYear_op) * data->duration_operation;
+    energy_labour_total += theMaintLabour.engineering_energy_electricity + theMaintLabour.engineering_energy_heat;
+    energy_total = energy_spare_parts_total + energy_labour_total;
+    myRuntimeInfo->debug << "Check Labour Hours Maintenance: " << theMaintLabour.DMC_labor_per_year/(C_labourHour_op) << std::endl;
 }
 
-void Operation::calculateOperationEmissions(const std::shared_ptr<SchaeferIOData>& data, const Production &theProduction) {
+void Operation::calculate_operation_emissions(const std::shared_ptr<SchaeferIOData>& data, const Production &theProduction) {
     /* Missions in the operational phase */
-    operationFuel = (data->blockfuelStudy) * data->flightsPerYear * data->durationOperation;
-    myRuntimeInfo->info << "  Operation Fuel: " << operationFuel << " kg" << std::endl;
-    operationMissions.CO2 = (data->theStudyMission.LTO.CO2 + data->theStudyMission.Cruise.CO2) * data->flightsPerYear * data->durationOperation;
-    operationMissions.H2O = (data->theStudyMission.LTO.H2O + data->theStudyMission.Cruise.H2O) * data->flightsPerYear * data->durationOperation;
-    operationMissions.NOx = (data->theStudyMission.LTO.NOx + data->theStudyMission.Cruise.NOx) * data->flightsPerYear * data->durationOperation;
-    operationMissions.SO2 = (data->theStudyMission.LTO.SO2 + data->theStudyMission.Cruise.SO2) * data->flightsPerYear * data->durationOperation;
-    operationMissions.HC = (data->theStudyMission.LTO.HC + data->theStudyMission.Cruise.HC) * data->flightsPerYear * data->durationOperation;
-    operationMissions.CO = (data->theStudyMission.LTO.CO + data->theStudyMission.Cruise.CO) * data->flightsPerYear * data->durationOperation;
-    operationMissions.CH4 = (data->theStudyMission.LTO.CH4 + data->theStudyMission.Cruise.CH4) * data->flightsPerYear * data->durationOperation;
-    operationMissions.PM10 = (data->theStudyMission.LTO.soot + data->theStudyMission.Cruise.soot) * data->flightsPerYear * data->durationOperation;
+    missions_fuel = (data->blockfuel_study) * data->flights_per_year * data->duration_operation;
+    myRuntimeInfo->info << "  Operation Fuel: " << missions_fuel << " kg" << std::endl;
+    missions.CO2 = (data->theStudyMission.LTO.CO2 + data->theStudyMission.cruise.CO2) * data->flights_per_year * data->duration_operation;
+    missions.H2O = (data->theStudyMission.LTO.H2O + data->theStudyMission.cruise.H2O) * data->flights_per_year * data->duration_operation;
+    missions.NOx = (data->theStudyMission.LTO.NOx + data->theStudyMission.cruise.NOx) * data->flights_per_year * data->duration_operation;
+    missions.SO2 = (data->theStudyMission.LTO.SO2 + data->theStudyMission.cruise.SO2) * data->flights_per_year * data->duration_operation;
+    missions.HC = (data->theStudyMission.LTO.HC + data->theStudyMission.cruise.HC) * data->flights_per_year * data->duration_operation;
+    missions.CO = (data->theStudyMission.LTO.CO + data->theStudyMission.cruise.CO) * data->flights_per_year * data->duration_operation;
+    missions.CH4 = (data->theStudyMission.LTO.CH4 + data->theStudyMission.cruise.CH4) * data->flights_per_year * data->duration_operation;
+    missions.PM10 = (data->theStudyMission.LTO.soot + data->theStudyMission.cruise.soot) * data->flights_per_year * data->duration_operation;
 
     /*Fuel production in the operational phase*/
-    operationFuelProduction.CO2 = operationFuel * myEcoDatabase.fuelProdEmData.at(0).CO2;
-    operationFuelProduction.H2O = operationFuel * myEcoDatabase.fuelProdEmData.at(0).H2O;
-    operationFuelProduction.NOx = operationFuel * myEcoDatabase.fuelProdEmData.at(0).NOx;
-    operationFuelProduction.SO2 = operationFuel * myEcoDatabase.fuelProdEmData.at(0).SO2;
-    operationFuelProduction.CO = operationFuel * myEcoDatabase.fuelProdEmData.at(0).CO;
-    operationFuelProduction.CH4 = operationFuel * myEcoDatabase.fuelProdEmData.at(0).CH4;
-    operationFuelProduction.PM10 = operationFuel * myEcoDatabase.fuelProdEmData.at(0).PM10;
-    operationFuelProduction.CED = operationFuel * myEcoDatabase.fuelSpecificEnergy.at(0);
+    operationFuelProduction.CO2 = missions_fuel * myEcoDatabase.fuelProdEmData.at(0).CO2;
+    operationFuelProduction.H2O = missions_fuel * myEcoDatabase.fuelProdEmData.at(0).H2O;
+    operationFuelProduction.NOx = missions_fuel * myEcoDatabase.fuelProdEmData.at(0).NOx;
+    operationFuelProduction.SO2 = missions_fuel * myEcoDatabase.fuelProdEmData.at(0).SO2;
+    operationFuelProduction.CO = missions_fuel * myEcoDatabase.fuelProdEmData.at(0).CO;
+    operationFuelProduction.CH4 = missions_fuel * myEcoDatabase.fuelProdEmData.at(0).CH4;
+    operationFuelProduction.PM10 = missions_fuel * myEcoDatabase.fuelProdEmData.at(0).PM10;
+    operationFuelProduction.CED = missions_fuel * myEcoDatabase.fuelSpecificEnergy.at(0);
 
     /*Maintenance Labour*/
     //Electrical emissions
-    myRuntimeInfo->info << "      Maintenance (Labour) Energy electrical: " << theMaintLabour.E_elec << " MJ" << std::endl;
-    maintLabour_elec.CO2 = theMaintLabour.E_elec * myEcoDatabase.elecEmData.CO2;
-    maintLabour_elec.H2O = theMaintLabour.E_elec * myEcoDatabase.elecEmData.H2O;
-    maintLabour_elec.NOx = theMaintLabour.E_elec * myEcoDatabase.elecEmData.NOx;
-    maintLabour_elec.SO2 = theMaintLabour.E_elec * myEcoDatabase.elecEmData.SO2;
-    maintLabour_elec.CO =  theMaintLabour.E_elec * myEcoDatabase.elecEmData.CO;
-    maintLabour_elec.CH4 = theMaintLabour.E_elec * myEcoDatabase.elecEmData.CH4;
-    maintLabour_elec.PM10 = theMaintLabour.E_elec * myEcoDatabase.elecEmData.PM10;
-    maintLabour_elec.CED = theMaintLabour.E_elec * myEcoDatabase.elecEmData.specificEnergy;
+    myRuntimeInfo->info << "      Maintenance (Labour) Energy electrical: " << theMaintLabour.engineering_energy_electricity << " MJ" << std::endl;
+    maintenanceLabourElectricity.CO2 = theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.CO2;
+    maintenanceLabourElectricity.H2O = theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.H2O;
+    maintenanceLabourElectricity.NOx = theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.NOx;
+    maintenanceLabourElectricity.SO2 = theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.SO2;
+    maintenanceLabourElectricity.CO =  theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.CO;
+    maintenanceLabourElectricity.CH4 = theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.CH4;
+    maintenanceLabourElectricity.PM10 = theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.PM10;
+    maintenanceLabourElectricity.CED = theMaintLabour.engineering_energy_electricity * myEcoDatabase.elecEmData.specificEnergy;
     //Heating emissions
-    myRuntimeInfo->info << "      Maintenance (Labour) Energy heat: " << theMaintLabour.E_heat << " MJ" << std::endl;
-    maintLabour_heat.CO2 = theMaintLabour.E_heat * myEcoDatabase.heatEmData.CO2;
-    maintLabour_heat.H2O = theMaintLabour.E_heat * myEcoDatabase.heatEmData.H2O;
-    maintLabour_heat.NOx = theMaintLabour.E_heat * myEcoDatabase.heatEmData.NOx;
-    maintLabour_heat.SO2 = theMaintLabour.E_heat * myEcoDatabase.heatEmData.SO2;
-    maintLabour_heat.CO = theMaintLabour.E_heat * myEcoDatabase.heatEmData.CO;
-    maintLabour_heat.CH4 = theMaintLabour.E_heat * myEcoDatabase.heatEmData.CH4;
-    maintLabour_heat.PM10 = theMaintLabour.E_heat * myEcoDatabase.heatEmData.PM10;
-    maintLabour_heat.CED = theMaintLabour.E_heat * myEcoDatabase.heatEmData.specificEnergy;
+    myRuntimeInfo->info << "      Maintenance (Labour) Energy heat: " << theMaintLabour.engineering_energy_heat << " MJ" << std::endl;
+    maintenanceLabourHeat.CO2 = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.CO2;
+    maintenanceLabourHeat.H2O = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.H2O;
+    maintenanceLabourHeat.NOx = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.NOx;
+    maintenanceLabourHeat.SO2 = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.SO2;
+    maintenanceLabourHeat.CO = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.CO;
+    maintenanceLabourHeat.CH4 = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.CH4;
+    maintenanceLabourHeat.PM10 = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.PM10;
+    maintenanceLabourHeat.CED = theMaintLabour.engineering_energy_heat * myEcoDatabase.heatEmData.specificEnergy;
     //Total maintenance Labour Emissions
-    myRuntimeInfo->info << "    Maintenance (Labour) Energy: " << E_labour_total << " MJ" << std::endl;
-    maintLabour_total.CO2 = maintLabour_elec.CO2 + maintLabour_heat.CO2;
-    maintLabour_total.H2O = maintLabour_elec.H2O + maintLabour_heat.H2O;
-    maintLabour_total.NOx = maintLabour_elec.NOx + maintLabour_heat.NOx;
-    maintLabour_total.SO2 = maintLabour_elec.SO2 + maintLabour_heat.SO2;
-    maintLabour_total.CO = maintLabour_elec.CO + maintLabour_heat.CO;
-    maintLabour_total.CH4 = maintLabour_elec.CH4 + maintLabour_heat.CH4;
-    maintLabour_total.PM10 = maintLabour_elec.PM10 + maintLabour_heat.PM10;
-    maintLabour_total.CED = maintLabour_elec.CED + maintLabour_heat.CED;
+    myRuntimeInfo->info << "    Maintenance (Labour) Energy: " << energy_labour_total << " MJ" << std::endl;
+    maintenanceLabourTotal.CO2 = maintenanceLabourElectricity.CO2 + maintenanceLabourHeat.CO2;
+    maintenanceLabourTotal.H2O = maintenanceLabourElectricity.H2O + maintenanceLabourHeat.H2O;
+    maintenanceLabourTotal.NOx = maintenanceLabourElectricity.NOx + maintenanceLabourHeat.NOx;
+    maintenanceLabourTotal.SO2 = maintenanceLabourElectricity.SO2 + maintenanceLabourHeat.SO2;
+    maintenanceLabourTotal.CO = maintenanceLabourElectricity.CO + maintenanceLabourHeat.CO;
+    maintenanceLabourTotal.CH4 = maintenanceLabourElectricity.CH4 + maintenanceLabourHeat.CH4;
+    maintenanceLabourTotal.PM10 = maintenanceLabourElectricity.PM10 + maintenanceLabourHeat.PM10;
+    maintenanceLabourTotal.CED = maintenanceLabourElectricity.CED + maintenanceLabourHeat.CED;
     //are zero, nevertheless perform:
-    maintLabour_total.N2O = maintLabour_elec.N2O + maintLabour_heat.N2O;
-    maintLabour_total.PFC = maintLabour_elec.PFC + maintLabour_heat.PFC;
-    maintLabour_total.NMVOC = maintLabour_elec.NMVOC + maintLabour_heat.NMVOC;
-    maintLabour_total.HC = maintLabour_elec.HC + maintLabour_heat.HC;
+    maintenanceLabourTotal.N2O = maintenanceLabourElectricity.N2O + maintenanceLabourHeat.N2O;
+    maintenanceLabourTotal.PFC = maintenanceLabourElectricity.PFC + maintenanceLabourHeat.PFC;
+    maintenanceLabourTotal.NMVOC = maintenanceLabourElectricity.NMVOC + maintenanceLabourHeat.NMVOC;
+    maintenanceLabourTotal.HC = maintenanceLabourElectricity.HC + maintenanceLabourHeat.HC;
     /*Maintenance Spare Parts*/
-    for (int i(0); i < data->configuration.sparePartsNo; i++) {
+    for (int i(0); i < data->configuration.spare_parts_number; i++) {
         /* emission calculation */
         //Electrical energy of production
-        sparePartsVector.push_back(Emissions());
-        sparePartsVector.back().CO2 = theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.CO2;
-        sparePartsVector.back().H2O = theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.H2O;
-        sparePartsVector.back().NOx = theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.NOx;
-        sparePartsVector.back().SO2 = theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.SO2;
-        sparePartsVector.back().CO =  theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.CO;
-        sparePartsVector.back().CH4 = theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.CH4;
-        sparePartsVector.back().PM10 = theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.PM10;
-        sparePartsVector.back().CED = theSpareParts.at(i).E_manuf * myEcoDatabase.elecEmData.specificEnergy;
+        SpareParts.push_back(Emissions());
+        SpareParts.back().CO2 = theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.CO2;
+        SpareParts.back().H2O = theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.H2O;
+        SpareParts.back().NOx = theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.NOx;
+        SpareParts.back().SO2 = theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.SO2;
+        SpareParts.back().CO =  theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.CO;
+        SpareParts.back().CH4 = theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.CH4;
+        SpareParts.back().PM10 = theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.PM10;
+        SpareParts.back().CED = theSpareParts.at(i).energy_spare_parts_manufacturing * myEcoDatabase.elecEmData.specificEnergy;
         //Find components from production with the same name
-        string compEntry(data->sparePartName[i]);
-        vector<string> compName_tmp;
+        string compEntry(data->spare_parts_name[i]);
+        vector<string> component_name_tmp;
         for (unsigned int j(0.); j < theProduction.theAcComp.size(); j++) {
-            compName_tmp.push_back(theProduction.theAcComp.at(j).compName);
+            component_name_tmp.push_back(theProduction.theAcComp.at(j).component_name);
         }
-        vector<string>::iterator entry = find(compName_tmp.begin(), compName_tmp.end(), compEntry); //Iterator to find the configuration entry
-        if (entry == compName_tmp.end()) { //Entry not available!
+        vector<string>::iterator entry = find(component_name_tmp.begin(), component_name_tmp.end(), compEntry); //Iterator to find the configuration entry
+        if (entry == component_name_tmp.end()) { //Entry not available!
             myRuntimeInfo->err << "component " << compEntry << " not found. Abort!" << std::endl;
             exit(1);
         } else {
             unsigned int compPos(0);
-            compPos = static_cast<int>(entry - compName_tmp.begin());
+            compPos = static_cast<int>(entry - component_name_tmp.begin());
             //raw material extraction
             for (int k(0); k < numberOfMaterials; k++) {
-                string materialEntry(theProduction.theMaterial.at(k).matName);
-                vector<string> matName_tmp;
+                string materialEntry(theProduction.theMaterial.at(k).material_name);
+                vector<string> material_name_tmp;
                 for (unsigned int m(0.); m < myEcoDatabase.matEmData.size(); m++) {
-                    matName_tmp.push_back(myEcoDatabase.matEmData.at(m).specification);
+                    material_name_tmp.push_back(myEcoDatabase.matEmData.at(m).specification);
                 }
-                entry = find(matName_tmp.begin(), matName_tmp.end(), materialEntry); //Iterator to find the configuration entry
-                if (entry == matName_tmp.end()) { //Entry not available!
+                entry = find(material_name_tmp.begin(), material_name_tmp.end(), materialEntry); //Iterator to find the configuration entry
+                if (entry == material_name_tmp.end()) { //Entry not available!
                     myRuntimeInfo->err << "Material " << materialEntry << " in EcoDatabase not found!" << std::endl;
                     exit(1);
                 } else {
                     unsigned int matPos(0);
-                    matPos = static_cast<int>(entry - matName_tmp.begin());
+                    matPos = static_cast<int>(entry - material_name_tmp.begin());
                     /* emission calculation */
-                    //The factor energyConsumptionRatio also defines here as the relationship between production and maintenance.
+                    //The factor energy_consumption_ratio also defines here as the relationship between production and maintenance.
                     //The mass of the total component is therefore taken here with this factor
-                    sparePartsVector.back().CO2 += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matEmData.at(matPos).CO2;
-                    sparePartsVector.back().H2O += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matEmData.at(matPos).H2O;
-                    sparePartsVector.back().NOx += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matEmData.at(matPos).NOx;
-                    sparePartsVector.back().SO2 += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matEmData.at(matPos).SO2;
-                    sparePartsVector.back().CO += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matEmData.at(matPos).CO;
-                    sparePartsVector.back().CH4 += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matEmData.at(matPos).CH4;
-                    sparePartsVector.back().PM10 += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matEmData.at(matPos).PM10;
-                    sparePartsVector.back().CED += theSpareParts.at(i).energyConsumptionRatio * (1 + clippings[k])
-                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).r_material.at(k) * myEcoDatabase.matSpecificEnergy.at(matPos);
+                    SpareParts.back().CO2 += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matEmData.at(matPos).CO2;
+                    SpareParts.back().H2O += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matEmData.at(matPos).H2O;
+                    SpareParts.back().NOx += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matEmData.at(matPos).NOx;
+                    SpareParts.back().SO2 += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matEmData.at(matPos).SO2;
+                    SpareParts.back().CO += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matEmData.at(matPos).CO;
+                    SpareParts.back().CH4 += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matEmData.at(matPos).CH4;
+                    SpareParts.back().PM10 += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matEmData.at(matPos).PM10;
+                    SpareParts.back().CED += theSpareParts.at(i).energy_consumption_ratio * (1 + clippings[k])
+                    * theProduction.theAcComp.at(compPos).mass * theProduction.theAcComp.at(compPos).rate_material.at(k) * myEcoDatabase.matSpecificEnergy.at(matPos);
                 }
             }
         }
         //Spare part emissions total
-        spareParts_total.CO2 += sparePartsVector.back().CO2;
-        spareParts_total.H2O += sparePartsVector.back().H2O;
-        spareParts_total.NOx += sparePartsVector.back().NOx;
-        spareParts_total.SO2 += sparePartsVector.back().SO2;
-        spareParts_total.CO += sparePartsVector.back().CO;
-        spareParts_total.CH4 += sparePartsVector.back().CH4;
-        spareParts_total.PM10 += sparePartsVector.back().PM10;
-        spareParts_total.N2O += sparePartsVector.back().N2O;
-        spareParts_total.PFC += sparePartsVector.back().PFC;
-        spareParts_total.NMVOC += sparePartsVector.back().NMVOC;
-        spareParts_total.HC += sparePartsVector.back().HC;
-        spareParts_total.CED += sparePartsVector.back().CED;
+        sparePartsTotal.CO2 += SpareParts.back().CO2;
+        sparePartsTotal.H2O += SpareParts.back().H2O;
+        sparePartsTotal.NOx += SpareParts.back().NOx;
+        sparePartsTotal.SO2 += SpareParts.back().SO2;
+        sparePartsTotal.CO += SpareParts.back().CO;
+        sparePartsTotal.CH4 += SpareParts.back().CH4;
+        sparePartsTotal.PM10 += SpareParts.back().PM10;
+        sparePartsTotal.N2O += SpareParts.back().N2O;
+        sparePartsTotal.PFC += SpareParts.back().PFC;
+        sparePartsTotal.NMVOC += SpareParts.back().NMVOC;
+        sparePartsTotal.HC += SpareParts.back().HC;
+        sparePartsTotal.CED += SpareParts.back().CED;
     }
-    myRuntimeInfo->info << "    Maintenance (Spare Parts) Energy: " << E_spare_total << " MJ" << std::endl;
+    myRuntimeInfo->info << "    Maintenance (Spare Parts) Energy: " << energy_spare_parts_total << " MJ" << std::endl;
 
     /*Operation phase total*/
-    myRuntimeInfo->info << "  Operating Energy Total: " << E_total << " MJ" << std::endl;
-    operation_total.CO2 = operationMissions.CO2 + operationFuelProduction.CO2 + maintLabour_elec.CO2 + maintLabour_heat.CO2 + spareParts_total.CO2;
-    operation_total.H2O = operationMissions.H2O + operationFuelProduction.H2O + maintLabour_elec.H2O + maintLabour_heat.H2O + spareParts_total.H2O;
-    operation_total.NOx = operationMissions.NOx + operationFuelProduction.NOx + maintLabour_elec.NOx + maintLabour_heat.NOx + spareParts_total.NOx;
-    operation_total.SO2 = operationMissions.SO2 + operationFuelProduction.SO2 + maintLabour_elec.SO2 + maintLabour_heat.SO2 + spareParts_total.SO2;
-    operation_total.CO = operationMissions.CO + operationFuelProduction.CO + maintLabour_elec.CO + maintLabour_heat.CO + spareParts_total.CO;
-    operation_total.CH4 = operationMissions.CH4 + operationFuelProduction.CH4 + maintLabour_elec.CH4 + maintLabour_heat.CH4 + spareParts_total.CH4;
-    operation_total.PM10 = operationMissions.PM10 + operationFuelProduction.PM10 + maintLabour_elec.PM10 + maintLabour_heat.PM10 + spareParts_total.PM10;
-    operation_total.N2O = operationMissions.N2O + operationFuelProduction.N2O + maintLabour_elec.N2O + maintLabour_heat.N2O + spareParts_total.N2O;
-    operation_total.PFC = operationMissions.PFC + operationFuelProduction.PFC + maintLabour_elec.PFC + maintLabour_heat.PFC + spareParts_total.PFC;
-    operation_total.NMVOC = operationMissions.NMVOC + operationFuelProduction.NMVOC + maintLabour_elec.NMVOC + maintLabour_heat.NMVOC + spareParts_total.NMVOC;
-    operation_total.HC = operationMissions.HC + operationFuelProduction.HC + maintLabour_elec.HC + maintLabour_heat.HC + spareParts_total.HC;
-    operation_total.CED = operationFuelProduction.CED + maintLabour_elec.CED + maintLabour_heat.CED + spareParts_total.CED;
-    myRuntimeInfo->info << "     operationMissions.HC: " << operationMissions.HC << " kg" << std::endl;
+    myRuntimeInfo->info << "  Operating Energy Total: " << energy_total << " MJ" << std::endl;
+    operationTotal.CO2 = missions.CO2 + operationFuelProduction.CO2 + maintenanceLabourElectricity.CO2 + maintenanceLabourHeat.CO2 + sparePartsTotal.CO2;
+    operationTotal.H2O = missions.H2O + operationFuelProduction.H2O + maintenanceLabourElectricity.H2O + maintenanceLabourHeat.H2O + sparePartsTotal.H2O;
+    operationTotal.NOx = missions.NOx + operationFuelProduction.NOx + maintenanceLabourElectricity.NOx + maintenanceLabourHeat.NOx + sparePartsTotal.NOx;
+    operationTotal.SO2 = missions.SO2 + operationFuelProduction.SO2 + maintenanceLabourElectricity.SO2 + maintenanceLabourHeat.SO2 + sparePartsTotal.SO2;
+    operationTotal.CO = missions.CO + operationFuelProduction.CO + maintenanceLabourElectricity.CO + maintenanceLabourHeat.CO + sparePartsTotal.CO;
+    operationTotal.CH4 = missions.CH4 + operationFuelProduction.CH4 + maintenanceLabourElectricity.CH4 + maintenanceLabourHeat.CH4 + sparePartsTotal.CH4;
+    operationTotal.PM10 = missions.PM10 + operationFuelProduction.PM10 + maintenanceLabourElectricity.PM10 + maintenanceLabourHeat.PM10 + sparePartsTotal.PM10;
+    operationTotal.N2O = missions.N2O + operationFuelProduction.N2O + maintenanceLabourElectricity.N2O + maintenanceLabourHeat.N2O + sparePartsTotal.N2O;
+    operationTotal.PFC = missions.PFC + operationFuelProduction.PFC + maintenanceLabourElectricity.PFC + maintenanceLabourHeat.PFC + sparePartsTotal.PFC;
+    operationTotal.NMVOC = missions.NMVOC + operationFuelProduction.NMVOC + maintenanceLabourElectricity.NMVOC + maintenanceLabourHeat.NMVOC + sparePartsTotal.NMVOC;
+    operationTotal.HC = missions.HC + operationFuelProduction.HC + maintenanceLabourElectricity.HC + maintenanceLabourHeat.HC + sparePartsTotal.HC;
+    operationTotal.CED = operationFuelProduction.CED + maintenanceLabourElectricity.CED + maintenanceLabourHeat.CED + sparePartsTotal.CED;
+    myRuntimeInfo->info << "     missions.HC: " << missions.HC << " kg" << std::endl;
     myRuntimeInfo->info << "     studyMission.LTO.HC: " << data->theStudyMission.LTO.HC << " kg" << std::endl;
-    myRuntimeInfo->info << "     studyMission.Cruise.HC: " << data->theStudyMission.Cruise.HC << " kg" << std::endl;
-    myRuntimeInfo->info << "     maintLabour_heat.CO2: " << maintLabour_heat.CO2 << " kg" << std::endl;
-    myRuntimeInfo->info << "     operationMissions.CH4: " << operationMissions.CH4 << " kg" << std::endl;
+    myRuntimeInfo->info << "     studyMission.cruise.HC: " << data->theStudyMission.cruise.HC << " kg" << std::endl;
+    myRuntimeInfo->info << "     maintenanceLabourHeat.CO2: " << maintenanceLabourHeat.CO2 << " kg" << std::endl;
+    myRuntimeInfo->info << "     missions.CH4: " << missions.CH4 << " kg" << std::endl;
     myRuntimeInfo->info << "     operationFuelProduction.CH4: " << operationFuelProduction.CH4 << " kg" << std::endl;
-    myRuntimeInfo->info << "     maintLabour_elec.CH4: " << maintLabour_elec.CH4 << " kg" << std::endl;
-    myRuntimeInfo->info << "     maintLabour_heat.CH4: " << maintLabour_heat.CH4 << " kg" << std::endl;
-    myRuntimeInfo->info << "  Operating Primary Energy Total: " << operation_total.CED << " MJ" << std::endl;
+    myRuntimeInfo->info << "     maintenanceLabourElectricity.CH4: " << maintenanceLabourElectricity.CH4 << " kg" << std::endl;
+    myRuntimeInfo->info << "     maintenanceLabourHeat.CH4: " << maintenanceLabourHeat.CH4 << " kg" << std::endl;
+    myRuntimeInfo->info << "  Operating Primary Energy Total: " << operationTotal.CED << " MJ" << std::endl;
 }
 
 
@@ -357,9 +312,9 @@ Operation::~Operation() {
 
 Operation::Labour::Labour()
     :
-    DMC_labourYear(0.),
-    E_elec(0.),
-    E_heat(0.) {
+    DMC_labor_per_year(0.),
+    engineering_energy_electricity(0.),
+    engineering_energy_heat(0.) {
 }
 Operation::Labour::~Labour() {
 }
@@ -367,11 +322,11 @@ Operation::Labour::~Labour() {
 Operation::spareParts::spareParts(const string& anATA_ID, const string& name)
     :
     ATA_ID(anATA_ID),
-    compName(name),
+    component_name(name),
     RC_component(0.),
     maintenance_material_costs(0.),
-    energyConsumptionRatio(0.),
-    E_manuf(0.) {
+    energy_consumption_ratio(0.),
+    energy_spare_parts_manufacturing(0.) {
 }
 Operation::spareParts::~spareParts() {
 }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.h b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.h
index e199be9ed4d83b673f20846785aace5f63cb0315..193279cc514807a31ca3a0e34f204a76935097dd 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/operation.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@
 #include "schaeferIOData.h"
 
 class Production;
+class SchaeferIOData;
 
 /** \class Operation
  * \brief Class contains the properties of the emissions for the operation phase
@@ -52,16 +53,16 @@ class Operation {
      */
     class Labour {
      public:
-        double DMC_labourYear;/**< Direct maintenance costs of the labour per year [USD]  */
-        double E_elec;/**< Electrical energy demand of the labour (offices, computers) [MJ] */
-        double E_heat;/**< Heat energy demand of the labour (offices) [MJ] */
+        double DMC_labor_per_year;/**< Direct maintenance costs of the labour per year [USD]  */
+        double engineering_energy_electricity;/**< Electrical energy demand of the labour (offices, computers) [MJ] */
+        double engineering_energy_heat;/**< Heat energy demand of the labour (offices) [MJ] */
 
         /** \brief Constructor of class Labour */
         Labour();
         /** \brief Destructor of class Labour */
         virtual ~Labour();
     };
-    Labour theMaintLabour; /** Maintenace labour object */
+    Labour theMaintLabour; /** Maintenance labour object */
 
     /** \class spareParts
      * \brief Class contains the emission properties for spare parts that have to be acquired during the operational phase
@@ -69,13 +70,13 @@ class Operation {
     class spareParts {
      public:
         std::string ATA_ID; /**< ID of ATA chapter */
-        std::string compName; /** Name of component */
+        std::string component_name; /** Name of component */
 
         double RC_component;/**< Recurring cost of the component [USD] */
         double maintenance_material_costs;/**< Material maintenance costs for operating phase [USD] */
 
-        double energyConsumptionRatio;/**< Relationship between energy for spare part production and production energy of the entire new part [-]*/
-        double E_manuf;/**< Energy expenditure for spare parts production [MJ] */
+        double energy_consumption_ratio;/**< Relationship between energy for spare part production and production energy of the entire new part [-]*/
+        double energy_spare_parts_manufacturing;/**< Energy expenditure for spare parts production [MJ] */
 
         /** \brief Constructor of class spareParts
          * \param anATA_ID ID of the ATA chapter
@@ -87,33 +88,33 @@ class Operation {
     };
     std::vector<spareParts> theSpareParts; /**< SpareParts object */
 
-    double E_spare_total;/**<Total energy for spare parts [MJ]*/
-    double E_labour_total;/**<Total energy for labour [MJ]*/
-    double E_total;/**<Total energy [MJ]*/
+    double energy_spare_parts_total;/**<Total energy for spare parts [MJ]*/
+    double energy_labour_total;/**<Total energy for labour [MJ]*/
+    double energy_total;/**<Total energy [MJ]*/
 
     /* Emissions */
-    Emissions maintLabour_elec;/**< Emissions of Maintenance Power consumption */
-    Emissions maintLabour_heat;/**< Emissions of Maintenance Heating */
-    Emissions maintLabour_total;/**< Emissions of Maintenance total */
-    std::vector<Emissions> sparePartsVector;/**< Emissions of Spare part production divided according to various components (material only) */
-    Emissions spareParts_total;/**< Emissions of Complete spare parts production (material only) */
-    Emissions operationMissions;/**< Emissions due to operation */
-    double operationFuel;/**< Fuel needed for operation [kg] */
+    Emissions maintenanceLabourElectricity;/**< Emissions of maintenance labour power consumption */
+    Emissions maintenanceLabourHeat;/**< Emissions of maintenance labour heating */
+    Emissions maintenanceLabourTotal;/**< Emissions of total maintenance labour */
+    std::vector<Emissions> SpareParts;/**< Vector of spare parts production emissions (material only) */
+    Emissions sparePartsTotal;/**< Emissions of Complete spare parts production (material only) */
+    Emissions missions;/**< Emissions due to missions */
+    double missions_fuel;/**< Fuel needed for missions [kg] */
     Emissions operationFuelProduction;/**< Emissions of fuel production for the operating phase */
-    Emissions operation_total;/**< Total emissions during the operating phase */
+    Emissions operationTotal;/**< Total emissions during the operating phase */
 
     /** \brief Calculates the energy demand due to maintance during operation phase
      * \param data Access to IO data
      * \param rtIO Access to rtIO
      * \param theProduction Access to production data
      */
-    void calculateOperationResources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO, const Production &theProduction);
+    void calculate_operation_resources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO, const Production &theProduction);
 
     /** \brief Calculates the emissions during operation phase
      * \param data Access to IO data
      * \param theProduction Access to production data
      */
-    void calculateOperationEmissions(const std::shared_ptr<SchaeferIOData>& data, const Production &theProduction);
+    void calculate_operation_emissions(const std::shared_ptr<SchaeferIOData>& data, const Production &theProduction);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_LIFE_CYCLE_EMISSIONS_LCA_SCHAEFER_OPERATION_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.cpp
index 8aba35a58fd005b8d388487e15eda4fe7ce50d82..b37499047c857c7ec73cc78507d84e2eda0d3e4c 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -28,22 +28,22 @@
 Production::Production()
     :
     myEcoDatabase(ecoDatabase()),
-    materialEnergy(0.),
-    testFlightFuel(0.),
-    totalRC(0.),
-    E_manuf_engine(0.),
-    E_manuf_total(0.),
-    Energy_engine(0.),
-    Energy_total(0.) {
+    material_energy(0.),
+    test_flight_fuel(0.),
+    total_RC(0.),
+    energy_manufacturing_engine(0.),
+    energy_manufacturing_total(0.),
+    energy_engine(0.),
+    energy_total(0.) {
 }
 
-void Production::calculateProductionResources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO) {
+void Production::calculate_production_resources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO) {
     /* Raw material and production */
     //Distribution of components
     double energyRecycling = 0;
     double energyLandfill = 0;
     recovery.clear();
-    if (data->configuration.primaryMaterialRecycling) {
+    if (data->configuration.primary_material_recycling) {
         myRuntimeInfo->info << " Primary Recycling on" << std::endl;
         for (int i(0); i < numberOfMaterials; i++)
             recovery.push_back(recoveryRate[i]);
@@ -53,79 +53,68 @@ void Production::calculateProductionResources(const std::shared_ptr<SchaeferIODa
             recovery.push_back(0);
     }
     double wingRC(0.);
-    for (int i(0); i < data->configuration.partsNo; i++) {
-        theAcComp.push_back(mainComponent(data->mainPartsName[i]));
-        theAcComp.back().mass = data->mainPartsMass[i];
-        if (data->configuration.calculateRC) {// TODO: only wingRC costs needed in production, maybe shift rest to operation?
-            myRuntimeInfo->info << "Calculate RC of main part: " << data->mainPartsName[i] << std::endl;
-            double CPI75(4.05); // Factor to convert 1975-USD to 2010-USD
-            if (data->mainPartsName[i] == "Wing") {
-                theAcComp.back().RC = CPI75 * getNASACost(theAcComp.back().mass, data->configuration.producedAC, 1730., 0.766, -0.218);
-                wingRC = theAcComp.back().RC;
-            } else if (data->mainPartsName[i] == "Fuselage") {
-                theAcComp.back().RC = CPI75 * getNASACost(theAcComp.back().mass, data->configuration.producedAC, 2060., 0.766, -0.218);
-            } else if (data->mainPartsName[i] == "Fin") {
-                theAcComp.back().RC = data->finMassRatio * CPI75 * getNASACost(data->empennageMass, data->configuration.producedAC, 1820., 0.766, -0.218);
-            } else if (data->mainPartsName[i] == "Tailplane") {
-                theAcComp.back().RC = data->stabilizerMassRatio * CPI75 * getNASACost(data->empennageMass, data->configuration.producedAC, 1820., 0.766, -0.218);
-            } else if (data->mainPartsName[i] == "LandingGear") {
-                const double structureWeightPercentage = 0.55;
-                const double controlWeightPercentage = 0.1;
-                const double wheelsBrakesWeightPercentage = 0.25;
-                const double tiresPercentage = 0.1;
-                double gearStructureCost = 0.;
-                double gearControlsCost = 0.;
-                double gearWheelsAndBrakesCost = 0.;
-                double gearTiresCost = 0.;
-                if ((convertUnit(KILO, GRAM, POUND, theAcComp.back().mass)* structureWeightPercentage) <= 10000.) {
-                    gearStructureCost = CPI75 * getNASACost(structureWeightPercentage * theAcComp.back().mass, data->configuration.producedAC, 1180., 0.766, -0.218);
-                } else {
-                    gearStructureCost = CPI75 * getNASACost(structureWeightPercentage * theAcComp.back().mass, data->configuration.producedAC, 136., 1.0, -0.218);
-                }
-                gearControlsCost = CPI75 * getNASACost(controlWeightPercentage * theAcComp.back().mass, data->configuration.producedAC, 157., 1.0, -0.0896);
-                gearWheelsAndBrakesCost = CPI75 * getNASACost(wheelsBrakesWeightPercentage * theAcComp.back().mass, data->configuration.producedAC, 23.8, 1.0, -0.0896);
-                gearTiresCost = CPI75 * getNASACost(tiresPercentage *theAcComp.back().mass, data->configuration.producedAC, 2., 1.0, 0.0);
-                theAcComp.back().RC = gearStructureCost + gearControlsCost + gearWheelsAndBrakesCost + gearTiresCost;
-            } else if (data->mainPartsName[i] == "Pylons") {
-                theAcComp.back().RC = data->pylonMassRatio * CPI75 * static_cast<double>(data->numberOfEngines) * getNASACost((data->nacelleMass
-                                + data->pylonMass) / static_cast<double>(data->numberOfEngines), data->configuration.producedAC, 3470., 0.766, -0.218);
-            } else if (data->mainPartsName[i] == "PowerUnit") {
-                /*Engine Price after Stephan Langhans Dissertation 2013, S.50; Attention: here all cost values in Mio USD, assumption: Langhans formula for Dry Engine
-                 (without systems and nacelles); see values Airbus NSR-01 and calculation CSR-01 in documentation*/
-                double engineWeightin1000LBS = convertUnit(KILO, GRAM, POUND, data->myEngine.get_dry_mass()) / 1000.; //mass of one engine
-                double equippedEnginesRC = data->numberOfEngines * (2.941 + 0.2603 * engineWeightin1000LBS + 0.04765
-                                                 * pow(engineWeightin1000LBS, 2)) * 1000000;
-                //from here again NASA formula
-                //Engine Systems: Assumption Engine Dry and Engine Systems = Equipped Engines; from here again NASA Formula
-                double otherEngineSystemsMass = data->engineMass / data->numberOfEngines - data->myEngine.get_dry_mass(); // Other systems mass eg. hydraulics, starter, etc.;
-                equippedEnginesRC += static_cast<double>(data->numberOfEngines) * CPI75 * getNASACost(otherEngineSystemsMass,
-                                        data->configuration.producedAC, 159., 1., -0.0896);
-                //Nacelles
-                double nacellesRC = data->nacelleMassRatio * static_cast<double>(data->numberOfEngines) * CPI75 * getNASACost((data->nacelleMass
-                                        + data->pylonMass) / static_cast<double>(data->numberOfEngines), data->configuration.producedAC, 3470., 0.766, -0.218);
-                //Bleed Air
-                double bleedAirSystemRC(0.);
-                if (convertUnit(KILO, GRAM, POUND, data->bleedAirSystemMass) <= 400.) {
-                    bleedAirSystemRC = CPI75 * getNASACost(data->bleedAirSystemMass, data->configuration.producedAC, 151., 1.0, -0.0896);
-                } else {
-                    bleedAirSystemRC = CPI75 * getNASACost(data->bleedAirSystemMass, data->configuration.producedAC, 201., 1.0, -0.0896);
-                }
-                //Fuel System
-                double fuelSystemRC = CPI75 * getNASACost(data->fuelSystemMass, data->configuration.producedAC, 61.9, 1.0, -0.0896);
-                // Total engine
-                theAcComp.back().RC = equippedEnginesRC + nacellesRC + bleedAirSystemRC + fuelSystemRC;
+    for (int i(0); i < data->configuration.parts_number; i++) {
+        theAcComp.push_back(mainComponent(data->main_parts_name[i]));
+        theAcComp.back().mass = data->main_parts_mass[i];
+        myRuntimeInfo->info << "Calculate RC of main part: " << data->main_parts_name[i] << std::endl;
+        double CPI75(4.05); // Factor to convert 1975-USD to 2010-USD
+        if (data->main_parts_name[i] == "Wing") {
+            theAcComp.back().RC = CPI75 * get_NASA_costs(theAcComp.back().mass, data->configuration.number_produced_aircraft, 1730., 0.766, -0.218);
+            wingRC = theAcComp.back().RC;
+        } else if (data->main_parts_name[i] == "Fuselage") {
+            theAcComp.back().RC = CPI75 * get_NASA_costs(theAcComp.back().mass, data->configuration.number_produced_aircraft, 2060., 0.766, -0.218);
+        } else if (data->main_parts_name[i] == "Fin") {
+            theAcComp.back().RC = data->fin_mass_ratio * CPI75 * get_NASA_costs(data->empennage_mass, data->configuration.number_produced_aircraft, 1820., 0.766, -0.218);
+        } else if (data->main_parts_name[i] == "Tailplane") {
+            theAcComp.back().RC = data->stabilizer_mass_ratio * CPI75 * get_NASA_costs(data->empennage_mass, data->configuration.number_produced_aircraft, 1820., 0.766, -0.218);
+        } else if (data->main_parts_name[i] == "LandingGear") {
+            const double structureWeightPercentage = 0.55;
+            const double controlWeightPercentage = 0.1;
+            const double wheelsBrakesWeightPercentage = 0.25;
+            const double tiresPercentage = 0.1;
+            double gearStructureCost = 0.;
+            double gearControlsCost = 0.;
+            double gearWheelsAndBrakesCost = 0.;
+            double gearTiresCost = 0.;
+            if ((convertUnit(KILO, GRAM, POUND, theAcComp.back().mass)* structureWeightPercentage) <= 10000.) {
+                gearStructureCost = CPI75 * get_NASA_costs(structureWeightPercentage * theAcComp.back().mass, data->configuration.number_produced_aircraft, 1180., 0.766, -0.218);
             } else {
-                myRuntimeInfo->err << "No recurring cost method available for main component " << data->mainPartsName[i] << " !"<< std::endl;
+                gearStructureCost = CPI75 * get_NASA_costs(structureWeightPercentage * theAcComp.back().mass, data->configuration.number_produced_aircraft, 136., 1.0, -0.218);
             }
-        } else { // ATTENTION: path to RC of old exchange file version, adapt before use!
-            double costRatio(1.);
-            if (data->mainPartsName[i] == "Fin") {
-                costRatio = data->finMassRatio;
-            } else if (data->mainPartsName[i] == "Tailplane") {
-                costRatio = data->stabilizerMassRatio;
+            gearControlsCost = CPI75 * get_NASA_costs(controlWeightPercentage * theAcComp.back().mass, data->configuration.number_produced_aircraft, 157., 1.0, -0.0896);
+            gearWheelsAndBrakesCost = CPI75 * get_NASA_costs(wheelsBrakesWeightPercentage * theAcComp.back().mass, data->configuration.number_produced_aircraft, 23.8, 1.0, -0.0896);
+            gearTiresCost = CPI75 * get_NASA_costs(tiresPercentage *theAcComp.back().mass, data->configuration.number_produced_aircraft, 2., 1.0, 0.0);
+            theAcComp.back().RC = gearStructureCost + gearControlsCost + gearWheelsAndBrakesCost + gearTiresCost;
+        } else if (data->main_parts_name[i] == "Pylons") {
+            theAcComp.back().RC = data->pylon_mass_ratio * CPI75 * static_cast<double>(data->number_of_engines) * get_NASA_costs((data->nacelle_mass
+                            + data->pylon_mass) / static_cast<double>(data->number_of_engines), data->configuration.number_produced_aircraft, 3470., 0.766, -0.218);
+        } else if (data->main_parts_name[i] == "PowerUnit") {
+            /*Engine Price after Stephan Langhans Dissertation 2013, S.50; Attention: here all cost values in Mio USD, assumption: Langhans formula for Dry Engine
+                (without systems and nacelles); see values Airbus NSR-01 and calculation CSR-01 in documentation*/
+            double engineWeightin1000LBS = convertUnit(KILO, GRAM, POUND, data->myEngine.get_dry_mass()) / 1000.; //mass of one engine
+            double equippedEnginesRC = data->number_of_engines * (2.941 + 0.2603 * engineWeightin1000LBS + 0.04765
+                                                * pow(engineWeightin1000LBS, 2)) * 1000000;
+            //from here again NASA formula
+            //Engine Systems: Assumption Engine Dry and Engine Systems = Equipped Engines; from here again NASA Formula
+            double other_engine_systems_mass = data->engine_mass / data->number_of_engines - data->myEngine.get_dry_mass(); // Other systems mass eg. hydraulics, starter, etc.;
+            equippedEnginesRC += static_cast<double>(data->number_of_engines) * CPI75 * get_NASA_costs(other_engine_systems_mass,
+                                    data->configuration.number_produced_aircraft, 159., 1., -0.0896);
+            //Nacelles
+            double nacellesRC = data->nacelle_mass_ratio * static_cast<double>(data->number_of_engines) * CPI75 * get_NASA_costs((data->nacelle_mass
+                                    + data->pylon_mass) / static_cast<double>(data->number_of_engines), data->configuration.number_produced_aircraft, 3470., 0.766, -0.218);
+            //Bleed Air
+            double bleedAirSystemRC(0.);
+            if (convertUnit(KILO, GRAM, POUND, data->bleed_air_system_mass) <= 400.) {
+                bleedAirSystemRC = CPI75 * get_NASA_costs(data->bleed_air_system_mass, data->configuration.number_produced_aircraft, 151., 1.0, -0.0896);
+            } else {
+                bleedAirSystemRC = CPI75 * get_NASA_costs(data->bleed_air_system_mass, data->configuration.number_produced_aircraft, 201., 1.0, -0.0896);
             }
-            theAcComp.back().RC = costRatio * checkBoundaries(rtIO->acxml.at("/aircraft_exchange_file/MonetaryValues/LCC/RecurringCosts/RCComponents/"
-                                + data->mainPartsRCPath[i]), 0.0, true, 1e9, true);
+            //Fuel System
+            double fuelSystemRC = CPI75 * get_NASA_costs(data->fuel_system_mass, data->configuration.number_produced_aircraft, 61.9, 1.0, -0.0896);
+            // Total engine
+            theAcComp.back().RC = equippedEnginesRC + nacellesRC + bleedAirSystemRC + fuelSystemRC;
+        } else {
+            myRuntimeInfo->err << "No recurring cost method available for main component " << data->main_parts_name[i] << " !"<< std::endl;
         }
         myRuntimeInfo->info << "mass [kg]: " << theAcComp.back().mass << std::endl;
         myRuntimeInfo->info << "RC [$]: " << theAcComp.back().RC << std::endl;
@@ -133,13 +122,13 @@ void Production::calculateProductionResources(const std::shared_ptr<SchaeferIODa
         //Material distribution. For numeration see production.h: const double matDistr
         double manufacturingEnergy(0.);
         for (int j(0); j < numberOfMaterials; j++) {
-            theAcComp.back().r_material.push_back(matDistr[i][j]);
-            double massMaterialComp = theAcComp.back().r_material.back() * theAcComp.back().mass;
+            theAcComp.back().rate_material.push_back(matDistr[i][j]);
+            double massMaterialComp = theAcComp.back().rate_material.back() * theAcComp.back().mass;
             double massMFGMaterialComp = massMaterialComp / (1 - clippings[j]);
-            double massOreMaterialComp = massMFGMaterialComp * (1 - clippings[j] * recovery[j]);
-            theAcComp.back().oreMaterial.push_back(massOreMaterialComp);
+            double raw_material_massMaterialComp = massMFGMaterialComp * (1 - clippings[j] * recovery[j]);
+            theAcComp.back().raw_material.push_back(raw_material_massMaterialComp);
             double energyMaterial = massMaterialComp * specificE_manuf[j];
-            if (data->configuration.primaryMaterialRecycling) {
+            if (data->configuration.primary_material_recycling) {
                 if (j != 1) {
                     //Composites will be recycled.
                     /*Note: Specific energy is wrong described; rather Primary Energy=CED; but here process energy is looked for,
@@ -154,85 +143,81 @@ void Production::calculateProductionResources(const std::shared_ptr<SchaeferIODa
             myRuntimeInfo->info << "Material " << j + 1 << "..." << std::endl;
             myRuntimeInfo->info << "ER: " << recyclingEnergyRatio[j] << std::endl;
             myRuntimeInfo->info << "clippings[j]: " << clippings[j] << std::endl;
-            myRuntimeInfo->info << "Mass share: " << theAcComp.back().r_material.back() << std::endl;
+            myRuntimeInfo->info << "Mass share: " << theAcComp.back().rate_material.back() << std::endl;
             myRuntimeInfo->info << "Mass material: " << massMaterialComp << std::endl;
-            myRuntimeInfo->info << "Mass Ore: " << theAcComp.back().oreMaterial.back() << std::endl;
+            myRuntimeInfo->info << "Mass Ore: " << theAcComp.back().raw_material.back() << std::endl;
             myRuntimeInfo->info << "spec. energy consumption: " << specificE_manuf[j] << std::endl;
             myRuntimeInfo->info << "energyMaterial: " << energyMaterial << std::endl;
             myRuntimeInfo->info << "energyRecycling: " << energyRecycling << std::endl;
             myRuntimeInfo->info << "energyLandfill: " << energyLandfill << std::endl;
             myRuntimeInfo->info << "manufacturingEnergy: " << manufacturingEnergy << std::endl;
         }
-        theAcComp.back().E_manuf = manufacturingEnergy;
-        E_manuf_total += theAcComp.back().E_manuf;
-        myRuntimeInfo->debug << "Masse:   " << theAcComp.back().mass << std::endl;
-        myRuntimeInfo->debug << "Energie: " << theAcComp.back().E_manuf << std::endl;
+        theAcComp.back().energy_manufacturing = manufacturingEnergy;
+        energy_manufacturing_total += theAcComp.back().energy_manufacturing;
+        myRuntimeInfo->debug << "Mass:   " << theAcComp.back().mass << std::endl;
+        myRuntimeInfo->debug << "Energy: " << theAcComp.back().energy_manufacturing << std::endl;
     }
-    E_manuf_engine = E_manuf_total - theAcComp.back().E_manuf;
+    energy_manufacturing_engine = energy_manufacturing_total - theAcComp.back().energy_manufacturing;
     /* Energy Calculation: Distribution by Materials (Material Mode) */
-    myRuntimeInfo->debug << "E_manuf_total: " << E_manuf_total << std::endl;
+    myRuntimeInfo->debug << "energy_manufacturing_total: " << energy_manufacturing_total << std::endl;
     for (int i(0); i < numberOfMaterials; i++) {
         theMaterial.push_back(Production::material());
-        theMaterial.back().matName = data->materialName[i];
-        for (int j(0); j < data->configuration.partsNo; j++) {
-            theMaterial.back().mass += theAcComp.at(j).r_material.at(i) * theAcComp.at(j).mass;
-            theMaterial.back().massOre += theAcComp.at(j).r_material.at(i) * theAcComp.at(j).mass / (1 - clippings[i]) * (1 - clippings[i] * recovery[i]); //
+        theMaterial.back().material_name = data->material_name[i];
+        for (int j(0); j < data->configuration.parts_number; j++) {
+            theMaterial.back().mass += theAcComp.at(j).rate_material.at(i) * theAcComp.at(j).mass;
+            theMaterial.back().raw_material_mass += theAcComp.at(j).rate_material.at(i) * theAcComp.at(j).mass / (1 - clippings[i]) * (1 - clippings[i] * recovery[i]); //
         }
     }
-    myRuntimeInfo->debug << "E_manuf_total: " << E_manuf_total << std::endl;
+    myRuntimeInfo->debug << "E_manuf_total: " << energy_manufacturing_total << std::endl;
     /* TEST Output */
     for (int i(0); i < numberOfMaterials; i++) {
         myRuntimeInfo->debug << std::endl;
-        myRuntimeInfo->debug << theMaterial.at(i).matName << std::endl;
+        myRuntimeInfo->debug << theMaterial.at(i).material_name << std::endl;
         myRuntimeInfo->debug << "Material mass:  " << theMaterial.at(i).mass << std::endl;
         myRuntimeInfo->debug << "Raw material masse  " << theMaterial.at(i).mass*(1 + clippings[i]) << std::endl;
-        myRuntimeInfo->debug << "Energy:            " << theMaterial.at(i).E_manuf << std::endl;
+        myRuntimeInfo->debug << "Energy:            " << theMaterial.at(i).energy_manufacturing << std::endl;
     }
     /* personnel expenditure */
-    if (data->configuration.calculateRC) {
-        totalRC = wingRC / 0.0627; // Assumption for single aisle aircraft: wingRC = 7% * totalRC [Lam12]
-        theFinalAssembly.costs = 0.13 * totalRC; // Assumption for single aisle aircraft: finalAssemblyRC = 20% * totalRC [Lam12]
-    } else { // from Micado aircraft.xml
-        totalRC = checkBoundaries(rtIO->acxml.at("/aircraft_exchange_file/MonetaryValues/LCC/RecurringCosts/RCTotal"), 0.0, true, 1e9, true);
-        theFinalAssembly.costs = checkBoundaries(rtIO->acxml.at("aircraft_exchange_file/MonetaryValues/LCC/RecurringCosts/RCComponents/FinalAssembly"), 0.0, true, 1e9, true);
-    }
+    total_RC = wingRC / 0.0627; // Assumption for single aisle aircraft: wingRC = 7% * total_RC [Lam12]
+    theFinalAssembly.costs = 0.13 * total_RC; // Assumption for single aisle aircraft: final_assemblyRC = 20% * total_RC [Lam12]
+
 //41% Labour of RC, s. Markish, s. 64 (33% Materials, Rest Others! (do not count here since also engineering work that has been neglected, s. Diss. Schaefer)
-    theManufacturingWork.labourCost = 0.41 * (totalRC - theFinalAssembly.costs);
+    theManufacturingWork.labour_costs = 0.41 * (total_RC - theFinalAssembly.costs);
     myRuntimeInfo->debug << "theFinalAssembly.costs: " << theFinalAssembly.costs << std::endl;
-    myRuntimeInfo->debug << "totalRC: " << totalRC << std::endl;
-    myRuntimeInfo->debug << "theManufacturingWork.labourCost: " << theManufacturingWork.labourCost << std::endl;
-    theManufacturingWork.E_elec_eng = E_PerWorker_pr[0] * theManufacturingWork.labourCost / (C_labourHour_pr * t_labourYear_pr) * (data->configuration.engineEngineeringFactor);
-    theManufacturingWork.E_heat_eng = E_PerWorker_pr[1] * theManufacturingWork.labourCost / (C_labourHour_pr * t_labourYear_pr) * (data->configuration.engineEngineeringFactor);
-    myRuntimeInfo->debug << "E_heat_eng: " << theManufacturingWork.E_heat_eng << std::endl;
-    theManufacturingWork.E_elec = E_PerWorker_pr[0] * theManufacturingWork.labourCost / (C_labourHour_pr * t_labourYear_pr) * (1 + data->configuration.engineEngineeringFactor);
-    theManufacturingWork.E_heat = E_PerWorker_pr[1] * theManufacturingWork.labourCost / (C_labourHour_pr * t_labourYear_pr) * (1 + data->configuration.engineEngineeringFactor);
-    myRuntimeInfo->debug << "Man years " << theManufacturingWork.labourCost / (C_labourHour_pr * t_labourYear_pr) << std::endl;
+    myRuntimeInfo->debug << "total_RC: " << total_RC << std::endl;
+    myRuntimeInfo->debug << "theManufacturingWork.labour_costs: " << theManufacturingWork.labour_costs << std::endl;
+    theManufacturingWork.engineering_energy_electricity_eng = energy_PerWorker_pr[0] * theManufacturingWork.labour_costs / (C_labourHour_pr * t_labourYear_pr) * (data->configuration.engine_engineering_factor);
+    theManufacturingWork.engineering_energy_heat_eng = energy_PerWorker_pr[1] * theManufacturingWork.labour_costs / (C_labourHour_pr * t_labourYear_pr) * (data->configuration.engine_engineering_factor);
+    myRuntimeInfo->debug << "engineering_energy_heat_eng: " << theManufacturingWork.engineering_energy_heat_eng << std::endl;
+    theManufacturingWork.engineering_energy_electricity = energy_PerWorker_pr[0] * theManufacturingWork.labour_costs / (C_labourHour_pr * t_labourYear_pr) * (1 + data->configuration.engine_engineering_factor);
+    theManufacturingWork.engineering_energy_heat = energy_PerWorker_pr[1] * theManufacturingWork.labour_costs / (C_labourHour_pr * t_labourYear_pr) * (1 + data->configuration.engine_engineering_factor);
+    myRuntimeInfo->debug << "Man years " << theManufacturingWork.labour_costs / (C_labourHour_pr * t_labourYear_pr) << std::endl;
     //final assembly
-    theFinalAssembly.E_elec = E_PerWorker_pr[0] * theFinalAssembly.costs / (C_labourHour_pr * t_labourYear_pr);
-    theFinalAssembly.E_heat = E_PerWorker_pr[1] * theFinalAssembly.costs / (C_labourHour_pr * t_labourYear_pr);
-    Energy_total = E_manuf_total + theFinalAssembly.E_elec + theFinalAssembly.E_heat + theManufacturingWork.E_elec +
-                   theManufacturingWork.E_heat; //still without raw material and without "energy expenditure for energy production")
-    Energy_engine = E_manuf_engine + (theManufacturingWork.E_elec + theManufacturingWork.E_heat) * data->configuration.engineEngineeringFactor
-                        / (1 + data->configuration.engineEngineeringFactor);
+    theFinalAssembly.engineering_energy_electricity = energy_PerWorker_pr[0] * theFinalAssembly.costs / (C_labourHour_pr * t_labourYear_pr);
+    theFinalAssembly.engineering_energy_heat = energy_PerWorker_pr[1] * theFinalAssembly.costs / (C_labourHour_pr * t_labourYear_pr);
+    energy_total = energy_manufacturing_total + theFinalAssembly.engineering_energy_electricity + theFinalAssembly.engineering_energy_heat + theManufacturingWork.engineering_energy_electricity +
+                   theManufacturingWork.engineering_energy_heat; //still without raw material and without "energy expenditure for energy production")
+    energy_engine = energy_manufacturing_engine + (theManufacturingWork.engineering_energy_electricity + theManufacturingWork.engineering_energy_heat) * data->configuration.engine_engineering_factor
+                        / (1 + data->configuration.engine_engineering_factor);
     myRuntimeInfo->info << "Assembly costs " << theFinalAssembly.costs << std::endl;
     myRuntimeInfo->info << "Assembly C_labourHour_pr " << C_labourHour_pr << std::endl;
     myRuntimeInfo->info << "Assembly t_labourYear_pr " << t_labourYear_pr << std::endl;
     /* Transport */
     for (unsigned int i(0.); i < numberOfTransportationTypes; i++) {
         std::string name_tmp;
-        name_tmp = data->transportationName[i];
+        name_tmp = data->available_mean_of_transportation[i];
         theTransportation.push_back(TransportLogistics(name_tmp));
-        myRuntimeInfo->debug << theTransportation.back().transpType << "...:" << std::endl;
-        for (int j(0.); j < data->configuration.compTransportNo; j++) {
+        myRuntimeInfo->debug << theTransportation.back().transport_type << "...:" << std::endl;
+        for (int j(0.); j < data->configuration.transported_component_number; j++) {
             double distance_tmp(0.);
             double mass_tmp(0.);
-            if (data->componentTransportation[j] == theTransportation.back().transpType) {
-                std::string compName_tmp = data->componentName[j];
+            if (data->chosen_mean_of_transportation[j] == theTransportation.back().transport_type) {
+                std::string component_name_tmp = data->transported_component_name[j];
                 distance_tmp = transportationDistance[j];
-                mass_tmp = data->transportedCompMass[j];
-                theTransportation.back().name_component.push_back(compName_tmp);
+                mass_tmp = data->transported_component_mass[j];
+                theTransportation.back().name_component.push_back(component_name_tmp);
                 theTransportation.back().distance_component.push_back(distance_tmp);
-                theTransportation.back().mass_component.push_back(data->transportedCompMass[j]);
+                theTransportation.back().mass_component.push_back(data->transported_component_mass[j]);
                 myRuntimeInfo->debug << theTransportation.back().name_component.back() << "... " << std::endl;
                 myRuntimeInfo->debug << "Distance " << theTransportation.back().distance_component.back() << std::endl;
                 myRuntimeInfo->debug << "Mass (pro rata) " << theTransportation.back().mass_component.back() << std::endl;
@@ -247,274 +232,274 @@ void Production::calculateProductionResources(const std::shared_ptr<SchaeferIODa
     }
 }
 
-void Production::calculateProductionEmissions(const std::shared_ptr<SchaeferIOData>& data) {
+void Production::calculate_production_emissions(const std::shared_ptr<SchaeferIOData>& data) {
     /* Manufacturing and raw material */
-    if (data->configuration.productionMode == "mode_0") { //in case with engines: always mode_1! s. settings
+    if (data->configuration.production_mode == "mode_0") { //in case with engines: always mode_1! s. settings
         //Material mode
         for (int i(0); i < numberOfMaterials; i++) {
-            std::string materialEntry(theMaterial.at(i).matName);
-            std::vector<std::string> matName_tmp;
+            std::string materialEntry(theMaterial.at(i).material_name);
+            std::vector<std::string> material_name_tmp;
             for (unsigned int k(0.); k < myEcoDatabase.matEmData.size(); k++) {
-                matName_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
+                material_name_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
             }
-            std::vector<std::string>::iterator entry = find(matName_tmp.begin(), matName_tmp.end(), materialEntry); //Iterator to find the configuration input
-            if (entry == matName_tmp.end()) { //Input does not exist!
+            std::vector<std::string>::iterator entry = find(material_name_tmp.begin(), material_name_tmp.end(), materialEntry); //Iterator to find the configuration input
+            if (entry == material_name_tmp.end()) { //Input does not exist!
                 myRuntimeInfo->err << "Material " << materialEntry << " not found. Abort!" << std::endl;
                 exit(1);
             } else {
                 unsigned int pos(0);
-                pos = static_cast<int>(entry - matName_tmp.begin());
+                pos = static_cast<int>(entry - material_name_tmp.begin());
                 /* emission calculation */
                 materialProduction.push_back(Emissions());
                 materialProcessing.push_back(Emissions());
-                materialProduction.back().CO2 = theMaterial.at(i).massOre * myEcoDatabase.matEmData.at(pos).CO2; //raw material
-                materialProcessing.back().CO2 = theMaterial.at(i).E_manuf * myEcoDatabase.elecEmData.CO2; //manufacturing
-                materialProduction.back().H2O = theMaterial.at(i).massOre * myEcoDatabase.matEmData.at(pos).H2O;
-                materialProcessing.back().H2O = theMaterial.at(i).E_manuf * myEcoDatabase.elecEmData.H2O;
-                materialProduction.back().NOx = theMaterial.at(i).massOre * myEcoDatabase.matEmData.at(pos).NOx;
-                materialProcessing.back().NOx = theMaterial.at(i).E_manuf * myEcoDatabase.elecEmData.NOx;
-                materialProduction.back().SO2 = theMaterial.at(i).massOre * myEcoDatabase.matEmData.at(pos).SO2;
-                materialProcessing.back().SO2 = theMaterial.at(i).E_manuf * myEcoDatabase.elecEmData.SO2;
-                materialProduction.back().CO = theMaterial.at(i).massOre * myEcoDatabase.matEmData.at(pos).CO;
-                materialProcessing.back().CO = theMaterial.at(i).E_manuf * myEcoDatabase.elecEmData.CO;
-                materialProduction.back().CH4 = theMaterial.at(i).massOre * myEcoDatabase.matEmData.at(pos).CH4;
-                materialProcessing.back().CH4 = theMaterial.at(i).E_manuf * myEcoDatabase.elecEmData.CH4;
-                materialProduction.back().PM10 = theMaterial.at(i).massOre * myEcoDatabase.matEmData.at(pos).PM10;
-                materialProcessing.back().PM10 = theMaterial.at(i).E_manuf * myEcoDatabase.elecEmData.PM10;
-                materialProduction.back().CED = theMaterial.at(i).massOre * myEcoDatabase.matSpecificEnergy.at(pos);
+                materialProduction.back().CO2 = theMaterial.at(i).raw_material_mass * myEcoDatabase.matEmData.at(pos).CO2; //raw material
+                materialProcessing.back().CO2 = theMaterial.at(i).energy_manufacturing * myEcoDatabase.elecEmData.CO2; //manufacturing
+                materialProduction.back().H2O = theMaterial.at(i).raw_material_mass * myEcoDatabase.matEmData.at(pos).H2O;
+                materialProcessing.back().H2O = theMaterial.at(i).energy_manufacturing * myEcoDatabase.elecEmData.H2O;
+                materialProduction.back().NOx = theMaterial.at(i).raw_material_mass * myEcoDatabase.matEmData.at(pos).NOx;
+                materialProcessing.back().NOx = theMaterial.at(i).energy_manufacturing * myEcoDatabase.elecEmData.NOx;
+                materialProduction.back().SO2 = theMaterial.at(i).raw_material_mass * myEcoDatabase.matEmData.at(pos).SO2;
+                materialProcessing.back().SO2 = theMaterial.at(i).energy_manufacturing * myEcoDatabase.elecEmData.SO2;
+                materialProduction.back().CO = theMaterial.at(i).raw_material_mass * myEcoDatabase.matEmData.at(pos).CO;
+                materialProcessing.back().CO = theMaterial.at(i).energy_manufacturing * myEcoDatabase.elecEmData.CO;
+                materialProduction.back().CH4 = theMaterial.at(i).raw_material_mass * myEcoDatabase.matEmData.at(pos).CH4;
+                materialProcessing.back().CH4 = theMaterial.at(i).energy_manufacturing * myEcoDatabase.elecEmData.CH4;
+                materialProduction.back().PM10 = theMaterial.at(i).raw_material_mass * myEcoDatabase.matEmData.at(pos).PM10;
+                materialProcessing.back().PM10 = theMaterial.at(i).energy_manufacturing * myEcoDatabase.elecEmData.PM10;
+                materialProduction.back().CED = theMaterial.at(i).raw_material_mass * myEcoDatabase.matSpecificEnergy.at(pos);
             }
-            materialProduction_total.CO2  += materialProduction.back().CO2;
-            materialProduction_total.H2O  += materialProduction.back().H2O;
-            materialProduction_total.NOx  += materialProduction.back().NOx;
-            materialProduction_total.SO2  += materialProduction.back().SO2;
-            materialProduction_total.CO   += materialProduction.back().CO;
-            materialProduction_total.CH4  += materialProduction.back().CH4;
-            materialProduction_total.PM10 += materialProduction.back().PM10;
-            materialProduction_total.N2O += materialProduction.back().N2O;
-            materialProduction_total.PFC += materialProduction.back().PFC;
-            materialProduction_total.NMVOC += materialProduction.back().NMVOC;
-            materialProduction_total.HC += materialProduction.back().HC;
-            materialProduction_total.CED += materialProduction.back().CED;
-            materialProcessing_total.CO2  += materialProcessing.back().CO2;
-            materialProcessing_total.H2O  += materialProcessing.back().H2O;
-            materialProcessing_total.NOx  += materialProcessing.back().NOx;
-            materialProcessing_total.SO2  += materialProcessing.back().SO2;
-            materialProcessing_total.CO   += materialProcessing.back().CO;
-            materialProcessing_total.CH4  += materialProcessing.back().CH4;
-            materialProcessing_total.PM10 += materialProcessing.back().PM10;
-            materialProcessing_total.N2O += materialProcessing.back().N2O;
-            materialProcessing_total.PFC += materialProcessing.back().PFC;
-            materialProcessing_total.NMVOC += materialProcessing.back().NMVOC;
-            materialProcessing_total.HC += materialProcessing.back().HC;
-            materialProcessing_total.CED = E_manuf_total * myEcoDatabase.elecEmData.specificEnergy;
+            materialProductionTotal.CO2  += materialProduction.back().CO2;
+            materialProductionTotal.H2O  += materialProduction.back().H2O;
+            materialProductionTotal.NOx  += materialProduction.back().NOx;
+            materialProductionTotal.SO2  += materialProduction.back().SO2;
+            materialProductionTotal.CO   += materialProduction.back().CO;
+            materialProductionTotal.CH4  += materialProduction.back().CH4;
+            materialProductionTotal.PM10 += materialProduction.back().PM10;
+            materialProductionTotal.N2O += materialProduction.back().N2O;
+            materialProductionTotal.PFC += materialProduction.back().PFC;
+            materialProductionTotal.NMVOC += materialProduction.back().NMVOC;
+            materialProductionTotal.HC += materialProduction.back().HC;
+            materialProductionTotal.CED += materialProduction.back().CED;
+            materialProcessingTotal.CO2  += materialProcessing.back().CO2;
+            materialProcessingTotal.H2O  += materialProcessing.back().H2O;
+            materialProcessingTotal.NOx  += materialProcessing.back().NOx;
+            materialProcessingTotal.SO2  += materialProcessing.back().SO2;
+            materialProcessingTotal.CO   += materialProcessing.back().CO;
+            materialProcessingTotal.CH4  += materialProcessing.back().CH4;
+            materialProcessingTotal.PM10 += materialProcessing.back().PM10;
+            materialProcessingTotal.N2O += materialProcessing.back().N2O;
+            materialProcessingTotal.PFC += materialProcessing.back().PFC;
+            materialProcessingTotal.NMVOC += materialProcessing.back().NMVOC;
+            materialProcessingTotal.HC += materialProcessing.back().HC;
+            materialProcessingTotal.CED = energy_manufacturing_total * myEcoDatabase.elecEmData.specificEnergy;
         }
-        myRuntimeInfo->info << "    Material Manufacturing Energy Total: " << materialProcessing_total.CED + materialProduction_total.CED << " MJ" << std::endl;
-        myRuntimeInfo->info << "      Material Processing Energy: " << E_manuf_total << " MJ" << std::endl;
-        myRuntimeInfo->info << "      Material Processing Primary Energy: " << materialProcessing_total.CED << " MJ" << std::endl;
-        myRuntimeInfo->info << "      Material Processing CO2: " << materialProcessing_total.CO2 << " kg" << std::endl;
-        myRuntimeInfo->info << "      Material Extraction Energy: " << materialProduction_total.CED << " MJ" << std::endl;
-    } else if (data->configuration.productionMode == "mode_1") {
+        myRuntimeInfo->info << "    Material Manufacturing Energy Total: " << materialProcessingTotal.CED + materialProductionTotal.CED << " MJ" << std::endl;
+        myRuntimeInfo->info << "      Material Processing Energy: " << energy_manufacturing_total << " MJ" << std::endl;
+        myRuntimeInfo->info << "      Material Processing Primary Energy: " << materialProcessingTotal.CED << " MJ" << std::endl;
+        myRuntimeInfo->info << "      Material Processing CO2: " << materialProcessingTotal.CO2 << " kg" << std::endl;
+        myRuntimeInfo->info << "      Material Extraction Energy: " << materialProductionTotal.CED << " MJ" << std::endl;
+    } else if (data->configuration.production_mode == "mode_1") {
         //Main Parts mode
-        for (int i(0); i < data->configuration.partsNo; i++) {
+        for (int i(0); i < data->configuration.parts_number; i++) {
             /* Emission calculation */
             //manufacturing
             materialProduction.push_back(Emissions());
             materialProcessing.push_back(Emissions());
-            materialProcessing.back().CO2 = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.CO2;
-            materialProcessing.back().H2O = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.H2O;
-            materialProcessing.back().NOx = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.NOx;
-            materialProcessing.back().SO2 = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.SO2;
-            materialProcessing.back().CO = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.CO;
-            materialProcessing.back().CH4 = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.CH4;
-            materialProcessing.back().PM10 = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.PM10;
-            materialProcessing.back().CED = theAcComp.at(i).E_manuf * myEcoDatabase.elecEmData.specificEnergy;
+            materialProcessing.back().CO2 = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.CO2;
+            materialProcessing.back().H2O = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.H2O;
+            materialProcessing.back().NOx = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.NOx;
+            materialProcessing.back().SO2 = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.SO2;
+            materialProcessing.back().CO = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.CO;
+            materialProcessing.back().CH4 = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.CH4;
+            materialProcessing.back().PM10 = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.PM10;
+            materialProcessing.back().CED = theAcComp.at(i).energy_manufacturing * myEcoDatabase.elecEmData.specificEnergy;
             //raw material extraction
             for (int j(0); j < numberOfMaterials; j++) {
-                std::string materialEntry(theMaterial.at(j).matName);
-                std::vector<std::string> matName_tmp;
+                std::string materialEntry(theMaterial.at(j).material_name);
+                std::vector<std::string> material_name_tmp;
                 for (unsigned int k(0.); k < myEcoDatabase.matEmData.size(); k++) {
-                    matName_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
+                    material_name_tmp.push_back(myEcoDatabase.matEmData.at(k).specification);
                 }
-                std::vector<std::string>::iterator entry = find(matName_tmp.begin(), matName_tmp.end(), materialEntry); //Iterator to find the configuration input
-                if (entry == matName_tmp.end()) { //Input not available!
+                std::vector<std::string>::iterator entry = find(material_name_tmp.begin(), material_name_tmp.end(), materialEntry); //Iterator to find the configuration input
+                if (entry == material_name_tmp.end()) { //Input not available!
                     myRuntimeInfo->err << "Material " << materialEntry << " in EcoDatabase not found. Abort!" << std::endl;
                     exit(1);
                 } else {
                     unsigned int pos(0);
-                    pos = static_cast<int>(entry - matName_tmp.begin());
-                    myRuntimeInfo->info << "Ore Mat. at " << j << " :" << theAcComp.at(i).oreMaterial.at(j) << std::endl;
+                    pos = static_cast<int>(entry - material_name_tmp.begin());
+                    myRuntimeInfo->info << "Ore Mat. at " << j << " :" << theAcComp.at(i).raw_material.at(j) << std::endl;
                     myRuntimeInfo->info << "CED at " << j << " :" << myEcoDatabase.matSpecificEnergy.at(pos) << std::endl;
                     /* emission calculation */
-                    materialProduction.back().CO2 += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matEmData.at(pos).CO2;
-                    materialProduction.back().H2O += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matEmData.at(pos).H2O;
-                    materialProduction.back().NOx += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matEmData.at(pos).NOx;
-                    materialProduction.back().SO2 += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matEmData.at(pos).SO2;
-                    materialProduction.back().CO += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matEmData.at(pos).CO;
-                    materialProduction.back().CH4 += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matEmData.at(pos).CH4;
-                    materialProduction.back().PM10 += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matEmData.at(pos).PM10;
-                    materialProduction.back().CED += theAcComp.at(i).oreMaterial.at(j) * myEcoDatabase.matSpecificEnergy.at(pos);
+                    materialProduction.back().CO2 += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matEmData.at(pos).CO2;
+                    materialProduction.back().H2O += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matEmData.at(pos).H2O;
+                    materialProduction.back().NOx += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matEmData.at(pos).NOx;
+                    materialProduction.back().SO2 += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matEmData.at(pos).SO2;
+                    materialProduction.back().CO += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matEmData.at(pos).CO;
+                    materialProduction.back().CH4 += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matEmData.at(pos).CH4;
+                    materialProduction.back().PM10 += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matEmData.at(pos).PM10;
+                    materialProduction.back().CED += theAcComp.at(i).raw_material.at(j) * myEcoDatabase.matSpecificEnergy.at(pos);
                 }
             }
-            materialProduction_total.CO2 += materialProduction.back().CO2;
-            materialProduction_total.H2O += materialProduction.back().H2O;
-            materialProduction_total.NOx += materialProduction.back().NOx;
-            materialProduction_total.SO2 += materialProduction.back().SO2;
-            materialProduction_total.CO += materialProduction.back().CO;
-            materialProduction_total.CH4 += materialProduction.back().CH4;
-            materialProduction_total.PM10 += materialProduction.back().PM10;
-            materialProduction_total.N2O += materialProduction.back().N2O;
-            materialProduction_total.PFC += materialProduction.back().PFC;
-            materialProduction_total.NMVOC += materialProduction.back().NMVOC;
-            materialProduction_total.HC += materialProduction.back().HC;
-            materialProduction_total.CED += materialProduction.back().CED;
-            materialProcessing_total.CO2 += materialProcessing.back().CO2;
-            materialProcessing_total.H2O += materialProcessing.back().H2O;
-            materialProcessing_total.NOx += materialProcessing.back().NOx;
-            materialProcessing_total.SO2 += materialProcessing.back().SO2;
-            materialProcessing_total.CO += materialProcessing.back().CO;
-            materialProcessing_total.CH4 += materialProcessing.back().CH4;
-            materialProcessing_total.PM10 += materialProcessing.back().PM10;
-            materialProcessing_total.N2O += materialProcessing.back().N2O;
-            materialProcessing_total.PFC += materialProcessing.back().PFC;
-            materialProcessing_total.NMVOC += materialProcessing.back().NMVOC;
-            materialProcessing_total.HC += materialProcessing.back().HC;
-            materialProcessing_total.CED += materialProcessing.back().CED;
+            materialProductionTotal.CO2 += materialProduction.back().CO2;
+            materialProductionTotal.H2O += materialProduction.back().H2O;
+            materialProductionTotal.NOx += materialProduction.back().NOx;
+            materialProductionTotal.SO2 += materialProduction.back().SO2;
+            materialProductionTotal.CO += materialProduction.back().CO;
+            materialProductionTotal.CH4 += materialProduction.back().CH4;
+            materialProductionTotal.PM10 += materialProduction.back().PM10;
+            materialProductionTotal.N2O += materialProduction.back().N2O;
+            materialProductionTotal.PFC += materialProduction.back().PFC;
+            materialProductionTotal.NMVOC += materialProduction.back().NMVOC;
+            materialProductionTotal.HC += materialProduction.back().HC;
+            materialProductionTotal.CED += materialProduction.back().CED;
+            materialProcessingTotal.CO2 += materialProcessing.back().CO2;
+            materialProcessingTotal.H2O += materialProcessing.back().H2O;
+            materialProcessingTotal.NOx += materialProcessing.back().NOx;
+            materialProcessingTotal.SO2 += materialProcessing.back().SO2;
+            materialProcessingTotal.CO += materialProcessing.back().CO;
+            materialProcessingTotal.CH4 += materialProcessing.back().CH4;
+            materialProcessingTotal.PM10 += materialProcessing.back().PM10;
+            materialProcessingTotal.N2O += materialProcessing.back().N2O;
+            materialProcessingTotal.PFC += materialProcessing.back().PFC;
+            materialProcessingTotal.NMVOC += materialProcessing.back().NMVOC;
+            materialProcessingTotal.HC += materialProcessing.back().HC;
+            materialProcessingTotal.CED += materialProcessing.back().CED;
         }
-        if (data->configuration.engineMode) {
-            materialProduction_engine.CO2 = materialProduction.back().CO2;
-            materialProduction_engine.H2O = materialProduction.back().H2O;
-            materialProduction_engine.NOx = materialProduction.back().NOx;
-            materialProduction_engine.SO2 = materialProduction.back().SO2;
-            materialProduction_engine.CO = materialProduction.back().CO;
-            materialProduction_engine.CH4 = materialProduction.back().CH4;
-            materialProduction_engine.PM10 = materialProduction.back().PM10;
-            materialProduction_engine.N2O = materialProduction.back().N2O;
-            materialProduction_engine.PFC = materialProduction.back().PFC;
-            materialProduction_engine.NMVOC = materialProduction.back().NMVOC;
-            materialProduction_engine.HC = materialProduction.back().HC;
-            materialProduction_engine.CED = materialProduction.back().CED;
-            materialProcessing_engine.CO2 = materialProcessing.back().CO2;
-            materialProcessing_engine.H2O = materialProcessing.back().H2O;
-            materialProcessing_engine.NOx = materialProcessing.back().NOx;
-            materialProcessing_engine.SO2 = materialProcessing.back().SO2;
-            materialProcessing_engine.CO = materialProcessing.back().CO;
-            materialProcessing_engine.CH4 = materialProcessing.back().CH4;
-            materialProcessing_engine.PM10 = materialProcessing.back().PM10;
-            materialProcessing_engine.N2O = materialProcessing.back().N2O;
-            materialProcessing_engine.PFC = materialProcessing.back().PFC;
-            materialProcessing_engine.NMVOC = materialProcessing.back().NMVOC;
-            materialProcessing_engine.HC = materialProcessing.back().HC;
-            materialProcessing_engine.CED = materialProcessing.back().CED;
+        if (data->configuration.engine_mode) {
+            materialProductionEngine.CO2 = materialProduction.back().CO2;
+            materialProductionEngine.H2O = materialProduction.back().H2O;
+            materialProductionEngine.NOx = materialProduction.back().NOx;
+            materialProductionEngine.SO2 = materialProduction.back().SO2;
+            materialProductionEngine.CO = materialProduction.back().CO;
+            materialProductionEngine.CH4 = materialProduction.back().CH4;
+            materialProductionEngine.PM10 = materialProduction.back().PM10;
+            materialProductionEngine.N2O = materialProduction.back().N2O;
+            materialProductionEngine.PFC = materialProduction.back().PFC;
+            materialProductionEngine.NMVOC = materialProduction.back().NMVOC;
+            materialProductionEngine.HC = materialProduction.back().HC;
+            materialProductionEngine.CED = materialProduction.back().CED;
+            materialProcessingEngine.CO2 = materialProcessing.back().CO2;
+            materialProcessingEngine.H2O = materialProcessing.back().H2O;
+            materialProcessingEngine.NOx = materialProcessing.back().NOx;
+            materialProcessingEngine.SO2 = materialProcessing.back().SO2;
+            materialProcessingEngine.CO = materialProcessing.back().CO;
+            materialProcessingEngine.CH4 = materialProcessing.back().CH4;
+            materialProcessingEngine.PM10 = materialProcessing.back().PM10;
+            materialProcessingEngine.N2O = materialProcessing.back().N2O;
+            materialProcessingEngine.PFC = materialProcessing.back().PFC;
+            materialProcessingEngine.NMVOC = materialProcessing.back().NMVOC;
+            materialProcessingEngine.HC = materialProcessing.back().HC;
+            materialProcessingEngine.CED = materialProcessing.back().CED;
         }
-        myRuntimeInfo->info << "    Material Manufacturing Energy Total: " << materialProcessing_total.CED + materialProduction_total.CED << " MJ" << std::endl;
-        myRuntimeInfo->info << "      Material Extraction Energy: " << materialProduction_total.CED << " MJ" << std::endl;
-        myRuntimeInfo->info << "      Material Processing Primary Energy: " << materialProcessing_total.CED << " MJ" << std::endl;
-        myRuntimeInfo->info << "      Material Processing Energy: " << E_manuf_total << " MJ" << std::endl;
-        myRuntimeInfo->info << "    Material Processing CO2: " << materialProcessing_total.CO2 << " kg" << std::endl;
+        myRuntimeInfo->info << "    Material Manufacturing Energy Total: " << materialProcessingTotal.CED + materialProductionTotal.CED << " MJ" << std::endl;
+        myRuntimeInfo->info << "      Material Extraction Energy: " << materialProductionTotal.CED << " MJ" << std::endl;
+        myRuntimeInfo->info << "      Material Processing Primary Energy: " << materialProcessingTotal.CED << " MJ" << std::endl;
+        myRuntimeInfo->info << "      Material Processing Energy: " << energy_manufacturing_total << " MJ" << std::endl;
+        myRuntimeInfo->info << "    Material Processing CO2: " << materialProcessingTotal.CO2 << " kg" << std::endl;
     } else {
-        myRuntimeInfo->err << "Unknown production mode " << data->configuration.productionMode << ". (config-entry \"productionMode\") " << std::endl;
+        myRuntimeInfo->err << "Unknown production mode " << data->configuration.production_mode << ". (config-entry \"production_mode\") " << std::endl;
         myRuntimeInfo->err << "Abort program!" << std::endl;
         exit(1);
     }
     /* Personnel expenses for production */
     /*Manufacturing Labour*/
     /* emission calculation */
-    labourProduction_elec.CO2  = myEcoDatabase.elecEmData.CO2 *  (theManufacturingWork.E_elec);
-    labourProduction_elec.H2O  = myEcoDatabase.elecEmData.H2O *  (theManufacturingWork.E_elec);
-    labourProduction_elec.NOx  = myEcoDatabase.elecEmData.NOx *  (theManufacturingWork.E_elec);
-    labourProduction_elec.SO2  = myEcoDatabase.elecEmData.SO2 *  (theManufacturingWork.E_elec);
-    labourProduction_elec.CO  = myEcoDatabase.elecEmData.CO *  (theManufacturingWork.E_elec);
-    labourProduction_elec.CH4  = myEcoDatabase.elecEmData.CH4 *  (theManufacturingWork.E_elec);
-    labourProduction_elec.PM10  = myEcoDatabase.elecEmData.PM10 *  (theManufacturingWork.E_elec);
-    labourProduction_elec.CED = myEcoDatabase.elecEmData.specificEnergy *  (theManufacturingWork.E_elec);
-    labourProduction_heat.CO2  = myEcoDatabase.heatEmData.CO2 *  (theManufacturingWork.E_heat);
-    labourProduction_heat.H2O  = myEcoDatabase.heatEmData.H2O *  (theManufacturingWork.E_heat);
-    labourProduction_heat.NOx  = myEcoDatabase.heatEmData.NOx *  (theManufacturingWork.E_heat);
-    labourProduction_heat.SO2  = myEcoDatabase.heatEmData.SO2 *  (theManufacturingWork.E_heat);
-    labourProduction_heat.CO  = myEcoDatabase.heatEmData.CO *  (theManufacturingWork.E_heat);
-    labourProduction_heat.CH4  = myEcoDatabase.heatEmData.CH4 *  (theManufacturingWork.E_heat);
-    labourProduction_heat.PM10  = myEcoDatabase.heatEmData.PM10 *  (theManufacturingWork.E_heat);
-    labourProduction_heat.CED = myEcoDatabase.heatEmData.specificEnergy *  (theManufacturingWork.E_heat);
+    labourProductionElectricity.CO2  = myEcoDatabase.elecEmData.CO2 *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionElectricity.H2O  = myEcoDatabase.elecEmData.H2O *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionElectricity.NOx  = myEcoDatabase.elecEmData.NOx *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionElectricity.SO2  = myEcoDatabase.elecEmData.SO2 *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionElectricity.CO  = myEcoDatabase.elecEmData.CO *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionElectricity.CH4  = myEcoDatabase.elecEmData.CH4 *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionElectricity.PM10  = myEcoDatabase.elecEmData.PM10 *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionElectricity.CED = myEcoDatabase.elecEmData.specificEnergy *  (theManufacturingWork.engineering_energy_electricity);
+    labourProductionHeat.CO2  = myEcoDatabase.heatEmData.CO2 *  (theManufacturingWork.engineering_energy_heat);
+    labourProductionHeat.H2O  = myEcoDatabase.heatEmData.H2O *  (theManufacturingWork.engineering_energy_heat);
+    labourProductionHeat.NOx  = myEcoDatabase.heatEmData.NOx *  (theManufacturingWork.engineering_energy_heat);
+    labourProductionHeat.SO2  = myEcoDatabase.heatEmData.SO2 *  (theManufacturingWork.engineering_energy_heat);
+    labourProductionHeat.CO  = myEcoDatabase.heatEmData.CO *  (theManufacturingWork.engineering_energy_heat);
+    labourProductionHeat.CH4  = myEcoDatabase.heatEmData.CH4 *  (theManufacturingWork.engineering_energy_heat);
+    labourProductionHeat.PM10  = myEcoDatabase.heatEmData.PM10 *  (theManufacturingWork.engineering_energy_heat);
+    labourProductionHeat.CED = myEcoDatabase.heatEmData.specificEnergy *  (theManufacturingWork.engineering_energy_heat);
     //Total assembly emissions
-    myRuntimeInfo->info << "    Labour Production Energy: " << theManufacturingWork.E_elec + theManufacturingWork.E_heat << " MJ" << std::endl;
-    labourProduction_total.CO2 = labourProduction_elec.CO2 + labourProduction_heat.CO2;
-    labourProduction_total.H2O = labourProduction_elec.H2O + labourProduction_heat.H2O;
-    labourProduction_total.NOx = labourProduction_elec.NOx + labourProduction_heat.NOx;
-    labourProduction_total.SO2 = labourProduction_elec.SO2 + labourProduction_heat.SO2;
-    labourProduction_total.CO = labourProduction_elec.CO + labourProduction_heat.CO;
-    labourProduction_total.CH4 = labourProduction_elec.CH4 + labourProduction_heat.CH4;
-    labourProduction_total.PM10 = labourProduction_elec.PM10 + labourProduction_heat.PM10;
-    labourProduction_total.N2O = labourProduction_elec.N2O + labourProduction_heat.N2O;
-    labourProduction_total.PFC = labourProduction_elec.PFC + labourProduction_heat.PFC;
-    labourProduction_total.NMVOC = labourProduction_elec.NMVOC + labourProduction_heat.NMVOC;
-    labourProduction_total.HC = labourProduction_elec.HC + labourProduction_heat.HC;
-    labourProduction_total.CED = labourProduction_elec.CED + labourProduction_heat.CED;
-    myRuntimeInfo->info << "    Labour Production Primary Energy: " << labourProduction_total.CED << " MJ" << std::endl;
-    if (data->configuration.engineMode) {
-        labourProduction_elec_engine.CO2  = myEcoDatabase.elecEmData.CO2 *  (theManufacturingWork.E_elec_eng);
-        labourProduction_elec_engine.H2O  = myEcoDatabase.elecEmData.H2O *  (theManufacturingWork.E_elec_eng);
-        labourProduction_elec_engine.NOx  = myEcoDatabase.elecEmData.NOx *  (theManufacturingWork.E_elec_eng);
-        labourProduction_elec_engine.SO2  = myEcoDatabase.elecEmData.SO2 *  (theManufacturingWork.E_elec_eng);
-        labourProduction_elec_engine.CO  = myEcoDatabase.elecEmData.CO *  (theManufacturingWork.E_elec_eng);
-        labourProduction_elec_engine.CH4  = myEcoDatabase.elecEmData.CH4 *  (theManufacturingWork.E_elec_eng);
-        labourProduction_elec_engine.PM10  = myEcoDatabase.elecEmData.PM10 *  (theManufacturingWork.E_elec_eng);
-        labourProduction_elec_engine.CED = myEcoDatabase.elecEmData.specificEnergy *  (theManufacturingWork.E_elec_eng);
-        labourProduction_heat_engine.CO2  = myEcoDatabase.heatEmData.CO2 *  (theManufacturingWork.E_heat_eng);
-        labourProduction_heat_engine.H2O  = myEcoDatabase.heatEmData.H2O *  (theManufacturingWork.E_heat_eng);
-        labourProduction_heat_engine.NOx  = myEcoDatabase.heatEmData.NOx *  (theManufacturingWork.E_heat_eng);
-        labourProduction_heat_engine.SO2  = myEcoDatabase.heatEmData.SO2 *  (theManufacturingWork.E_heat_eng);
-        labourProduction_heat_engine.CO  = myEcoDatabase.heatEmData.CO *  (theManufacturingWork.E_heat_eng);
-        labourProduction_heat_engine.CH4  = myEcoDatabase.heatEmData.CH4 *  (theManufacturingWork.E_heat_eng);
-        labourProduction_heat_engine.PM10  = myEcoDatabase.heatEmData.PM10 *  (theManufacturingWork.E_heat_eng);
-        labourProduction_heat_engine.CED = myEcoDatabase.heatEmData.specificEnergy *  (theManufacturingWork.E_heat_eng);
+    myRuntimeInfo->info << "    Labour Production Energy: " << theManufacturingWork.engineering_energy_electricity + theManufacturingWork.engineering_energy_heat << " MJ" << std::endl;
+    labourProductionTotal.CO2 = labourProductionElectricity.CO2 + labourProductionHeat.CO2;
+    labourProductionTotal.H2O = labourProductionElectricity.H2O + labourProductionHeat.H2O;
+    labourProductionTotal.NOx = labourProductionElectricity.NOx + labourProductionHeat.NOx;
+    labourProductionTotal.SO2 = labourProductionElectricity.SO2 + labourProductionHeat.SO2;
+    labourProductionTotal.CO = labourProductionElectricity.CO + labourProductionHeat.CO;
+    labourProductionTotal.CH4 = labourProductionElectricity.CH4 + labourProductionHeat.CH4;
+    labourProductionTotal.PM10 = labourProductionElectricity.PM10 + labourProductionHeat.PM10;
+    labourProductionTotal.N2O = labourProductionElectricity.N2O + labourProductionHeat.N2O;
+    labourProductionTotal.PFC = labourProductionElectricity.PFC + labourProductionHeat.PFC;
+    labourProductionTotal.NMVOC = labourProductionElectricity.NMVOC + labourProductionHeat.NMVOC;
+    labourProductionTotal.HC = labourProductionElectricity.HC + labourProductionHeat.HC;
+    labourProductionTotal.CED = labourProductionElectricity.CED + labourProductionHeat.CED;
+    myRuntimeInfo->info << "    Labour Production Primary Energy: " << labourProductionTotal.CED << " MJ" << std::endl;
+    if (data->configuration.engine_mode) {
+        labourProductionElectricityEngine.CO2  = myEcoDatabase.elecEmData.CO2 *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionElectricityEngine.H2O  = myEcoDatabase.elecEmData.H2O *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionElectricityEngine.NOx  = myEcoDatabase.elecEmData.NOx *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionElectricityEngine.SO2  = myEcoDatabase.elecEmData.SO2 *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionElectricityEngine.CO  = myEcoDatabase.elecEmData.CO *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionElectricityEngine.CH4  = myEcoDatabase.elecEmData.CH4 *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionElectricityEngine.PM10  = myEcoDatabase.elecEmData.PM10 *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionElectricityEngine.CED = myEcoDatabase.elecEmData.specificEnergy *  (theManufacturingWork.engineering_energy_electricity_eng);
+        labourProductionHeatEngine.CO2  = myEcoDatabase.heatEmData.CO2 *  (theManufacturingWork.engineering_energy_heat_eng);
+        labourProductionHeatEngine.H2O  = myEcoDatabase.heatEmData.H2O *  (theManufacturingWork.engineering_energy_heat_eng);
+        labourProductionHeatEngine.NOx  = myEcoDatabase.heatEmData.NOx *  (theManufacturingWork.engineering_energy_heat_eng);
+        labourProductionHeatEngine.SO2  = myEcoDatabase.heatEmData.SO2 *  (theManufacturingWork.engineering_energy_heat_eng);
+        labourProductionHeatEngine.CO  = myEcoDatabase.heatEmData.CO *  (theManufacturingWork.engineering_energy_heat_eng);
+        labourProductionHeatEngine.CH4  = myEcoDatabase.heatEmData.CH4 *  (theManufacturingWork.engineering_energy_heat_eng);
+        labourProductionHeatEngine.PM10  = myEcoDatabase.heatEmData.PM10 *  (theManufacturingWork.engineering_energy_heat_eng);
+        labourProductionHeatEngine.CED = myEcoDatabase.heatEmData.specificEnergy *  (theManufacturingWork.engineering_energy_heat_eng);
         //Total assembly emissions
-        labourProduction_engine.CO2 = labourProduction_elec_engine.CO2 + labourProduction_heat_engine.CO2;
-        labourProduction_engine.H2O = labourProduction_elec_engine.H2O + labourProduction_heat_engine.H2O;
-        labourProduction_engine.NOx = labourProduction_elec_engine.NOx + labourProduction_heat_engine.NOx;
-        labourProduction_engine.SO2 = labourProduction_elec_engine.SO2 + labourProduction_heat_engine.SO2;
-        labourProduction_engine.CO = labourProduction_elec_engine.CO + labourProduction_heat_engine.CO;
-        labourProduction_engine.CH4 = labourProduction_elec_engine.CH4 + labourProduction_heat_engine.CH4;
-        labourProduction_engine.PM10 = labourProduction_elec_engine.PM10 + labourProduction_heat_engine.PM10;
-        labourProduction_engine.N2O = labourProduction_elec_engine.N2O + labourProduction_heat_engine.N2O;
-        labourProduction_engine.PFC = labourProduction_elec_engine.PFC + labourProduction_heat_engine.PFC;
-        labourProduction_engine.NMVOC = labourProduction_elec_engine.NMVOC + labourProduction_heat_engine.NMVOC;
-        labourProduction_engine.HC = labourProduction_elec_engine.HC + labourProduction_heat_engine.HC;
-        labourProduction_engine.CED = labourProduction_elec_engine.CED + labourProduction_heat_engine.CED;
-        myRuntimeInfo->info << "    Labour Production Primary Energy Engine: " <<  labourProduction_engine.CED << " MJ" << std::endl;
+        labourProductionEngine.CO2 = labourProductionElectricityEngine.CO2 + labourProductionHeatEngine.CO2;
+        labourProductionEngine.H2O = labourProductionElectricityEngine.H2O + labourProductionHeatEngine.H2O;
+        labourProductionEngine.NOx = labourProductionElectricityEngine.NOx + labourProductionHeatEngine.NOx;
+        labourProductionEngine.SO2 = labourProductionElectricityEngine.SO2 + labourProductionHeatEngine.SO2;
+        labourProductionEngine.CO = labourProductionElectricityEngine.CO + labourProductionHeatEngine.CO;
+        labourProductionEngine.CH4 = labourProductionElectricityEngine.CH4 + labourProductionHeatEngine.CH4;
+        labourProductionEngine.PM10 = labourProductionElectricityEngine.PM10 + labourProductionHeatEngine.PM10;
+        labourProductionEngine.N2O = labourProductionElectricityEngine.N2O + labourProductionHeatEngine.N2O;
+        labourProductionEngine.PFC = labourProductionElectricityEngine.PFC + labourProductionHeatEngine.PFC;
+        labourProductionEngine.NMVOC = labourProductionElectricityEngine.NMVOC + labourProductionHeatEngine.NMVOC;
+        labourProductionEngine.HC = labourProductionElectricityEngine.HC + labourProductionHeatEngine.HC;
+        labourProductionEngine.CED = labourProductionElectricityEngine.CED + labourProductionHeatEngine.CED;
+        myRuntimeInfo->info << "    Labour Production Primary Energy Engine: " <<  labourProductionEngine.CED << " MJ" << std::endl;
     }
     /*Final Assembly*/
     /* emission calculation */
-    finalAssembly_elec.CO2  = myEcoDatabase.elecEmData.CO2 *  (theFinalAssembly.E_elec);
-    finalAssembly_elec.H2O  = myEcoDatabase.elecEmData.H2O *  (theFinalAssembly.E_elec);
-    finalAssembly_elec.NOx  = myEcoDatabase.elecEmData.NOx *  (theFinalAssembly.E_elec);
-    finalAssembly_elec.SO2  = myEcoDatabase.elecEmData.SO2 *  (theFinalAssembly.E_elec);
-    finalAssembly_elec.CO  = myEcoDatabase.elecEmData.CO *  (theFinalAssembly.E_elec);
-    finalAssembly_elec.CH4  = myEcoDatabase.elecEmData.CH4 *  (theFinalAssembly.E_elec);
-    finalAssembly_elec.PM10  = myEcoDatabase.elecEmData.PM10 *  (theFinalAssembly.E_elec);
-    finalAssembly_elec.CED = myEcoDatabase.elecEmData.specificEnergy *  (theFinalAssembly.E_elec);
-    finalAssembly_heat.CO2  = myEcoDatabase.heatEmData.CO2 *  (theFinalAssembly.E_heat);
-    finalAssembly_heat.H2O  = myEcoDatabase.heatEmData.H2O *  (theFinalAssembly.E_heat);
-    finalAssembly_heat.NOx  = myEcoDatabase.heatEmData.NOx *  (theFinalAssembly.E_heat);
-    finalAssembly_heat.SO2  = myEcoDatabase.heatEmData.SO2 *  (theFinalAssembly.E_heat);
-    finalAssembly_heat.CO  = myEcoDatabase.heatEmData.CO *  (theFinalAssembly.E_heat);
-    finalAssembly_heat.CH4  = myEcoDatabase.heatEmData.CH4 *  (theFinalAssembly.E_heat);
-    finalAssembly_heat.PM10  = myEcoDatabase.heatEmData.PM10 *  (theFinalAssembly.E_heat);
-    finalAssembly_heat.CED = myEcoDatabase.heatEmData.specificEnergy *  (theFinalAssembly.E_heat);
+    finalAssemblyElectricity.CO2  = myEcoDatabase.elecEmData.CO2 *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyElectricity.H2O  = myEcoDatabase.elecEmData.H2O *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyElectricity.NOx  = myEcoDatabase.elecEmData.NOx *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyElectricity.SO2  = myEcoDatabase.elecEmData.SO2 *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyElectricity.CO  = myEcoDatabase.elecEmData.CO *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyElectricity.CH4  = myEcoDatabase.elecEmData.CH4 *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyElectricity.PM10  = myEcoDatabase.elecEmData.PM10 *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyElectricity.CED = myEcoDatabase.elecEmData.specificEnergy *  (theFinalAssembly.engineering_energy_electricity);
+    finalAssemblyHeat.CO2  = myEcoDatabase.heatEmData.CO2 *  (theFinalAssembly.engineering_energy_heat);
+    finalAssemblyHeat.H2O  = myEcoDatabase.heatEmData.H2O *  (theFinalAssembly.engineering_energy_heat);
+    finalAssemblyHeat.NOx  = myEcoDatabase.heatEmData.NOx *  (theFinalAssembly.engineering_energy_heat);
+    finalAssemblyHeat.SO2  = myEcoDatabase.heatEmData.SO2 *  (theFinalAssembly.engineering_energy_heat);
+    finalAssemblyHeat.CO  = myEcoDatabase.heatEmData.CO *  (theFinalAssembly.engineering_energy_heat);
+    finalAssemblyHeat.CH4  = myEcoDatabase.heatEmData.CH4 *  (theFinalAssembly.engineering_energy_heat);
+    finalAssemblyHeat.PM10  = myEcoDatabase.heatEmData.PM10 *  (theFinalAssembly.engineering_energy_heat);
+    finalAssemblyHeat.CED = myEcoDatabase.heatEmData.specificEnergy *  (theFinalAssembly.engineering_energy_heat);
     //Final Assembly emissions
-    myRuntimeInfo->info << "    Final Assembly Energy: " << theFinalAssembly.E_elec + theFinalAssembly.E_heat << " MJ" << std::endl;
-    finalAssembly_total.CO2 = finalAssembly_elec.CO2 + finalAssembly_heat.CO2;
-    finalAssembly_total.H2O = finalAssembly_elec.H2O + finalAssembly_heat.H2O;
-    finalAssembly_total.NOx = finalAssembly_elec.NOx + finalAssembly_heat.NOx;
-    finalAssembly_total.SO2 = finalAssembly_elec.SO2 + finalAssembly_heat.SO2;
-    finalAssembly_total.CO = finalAssembly_elec.CO + finalAssembly_heat.CO;
-    finalAssembly_total.CH4 = finalAssembly_elec.CH4 + finalAssembly_heat.CH4;
-    finalAssembly_total.PM10 = finalAssembly_elec.PM10 + finalAssembly_heat.PM10;
-    finalAssembly_total.N2O = finalAssembly_elec.N2O + finalAssembly_heat.N2O;
-    finalAssembly_total.PFC = finalAssembly_elec.PFC + finalAssembly_heat.PFC;
-    finalAssembly_total.NMVOC = finalAssembly_elec.NMVOC + finalAssembly_heat.NMVOC;
-    finalAssembly_total.HC = finalAssembly_elec.HC + finalAssembly_heat.HC;
-    finalAssembly_total.CED = finalAssembly_elec.CED + finalAssembly_heat.CED;
-    myRuntimeInfo->info << "    Final Assembly Primary Energy: " << finalAssembly_total.CED << " MJ" << std::endl;
+    myRuntimeInfo->info << "    Final Assembly Energy: " << theFinalAssembly.engineering_energy_electricity + theFinalAssembly.engineering_energy_heat << " MJ" << std::endl;
+    finalAssemblyTotal.CO2 = finalAssemblyElectricity.CO2 + finalAssemblyHeat.CO2;
+    finalAssemblyTotal.H2O = finalAssemblyElectricity.H2O + finalAssemblyHeat.H2O;
+    finalAssemblyTotal.NOx = finalAssemblyElectricity.NOx + finalAssemblyHeat.NOx;
+    finalAssemblyTotal.SO2 = finalAssemblyElectricity.SO2 + finalAssemblyHeat.SO2;
+    finalAssemblyTotal.CO = finalAssemblyElectricity.CO + finalAssemblyHeat.CO;
+    finalAssemblyTotal.CH4 = finalAssemblyElectricity.CH4 + finalAssemblyHeat.CH4;
+    finalAssemblyTotal.PM10 = finalAssemblyElectricity.PM10 + finalAssemblyHeat.PM10;
+    finalAssemblyTotal.N2O = finalAssemblyElectricity.N2O + finalAssemblyHeat.N2O;
+    finalAssemblyTotal.PFC = finalAssemblyElectricity.PFC + finalAssemblyHeat.PFC;
+    finalAssemblyTotal.NMVOC = finalAssemblyElectricity.NMVOC + finalAssemblyHeat.NMVOC;
+    finalAssemblyTotal.HC = finalAssemblyElectricity.HC + finalAssemblyHeat.HC;
+    finalAssemblyTotal.CED = finalAssemblyElectricity.CED + finalAssemblyHeat.CED;
+    myRuntimeInfo->info << "    Final Assembly Primary Energy: " << finalAssemblyTotal.CED << " MJ" << std::endl;
     /* transport logistics */
 /*TODO(franz#1#): T141 here assumption that values WITHOUT fuel prod., therefore additional addition of fuel prod. here!
  (not completely comprehensible in GaBi, but probably correct)*/
@@ -534,11 +519,11 @@ void Production::calculateProductionEmissions(const std::shared_ptr<SchaeferIODa
             transport.CED += mass_tmp * distance_tmp * myEcoDatabase.transportSpecificEnergy.at(i) / 1000.;
         }
         // TODO(franz#1#): T140 should be programmed more generically... settings must be set differently, that means of transport+spec.consumption+fuel type belong together
-        if  (theTransportation.at(i).transpType == "Aircraft") {
+        if  (theTransportation.at(i).transport_type == "Aircraft") {
             fuelTypeNo = 0;
-        } else if  (theTransportation.at(i).transpType == "Truck" || theTransportation.at(i).transpType == "Train") {
+        } else if  (theTransportation.at(i).transport_type == "Truck" || theTransportation.at(i).transport_type == "Train") {
             fuelTypeNo = 1;
-        } else if  (theTransportation.at(i).transpType == "Ship") {
+        } else if  (theTransportation.at(i).transport_type == "Ship") {
             fuelTypeNo = 2;
         } else {
             myRuntimeInfo->err << "No transportation type for transport of the production materials specified."
@@ -558,63 +543,63 @@ void Production::calculateProductionEmissions(const std::shared_ptr<SchaeferIODa
     myRuntimeInfo->info << "    Transport to Final Assembly Primary Energy: " << transport.CED << " MJ" << std::endl;
     /* test flights incl. Fuel Prod. */
     /* emission calculation */
-    double testFlightFactor = finalFlightTestHours / data->flightTimeDesign;
-    testFlightFuel = (data->blockfuelDesign) * testFlightFactor;
-    myRuntimeInfo->info << "    Final Test Flight Fuel: " << testFlightFuel << " kg" << std::endl;
-    finalFlightTests.CO2 = data->theTestMission.LTO.CO2 + data->theTestMission.Cruise.CO2 * testFlightFactor + testFlightFuel * myEcoDatabase.fuelProdEmData.at(0).CO2;;
-    finalFlightTests.H2O = data->theTestMission.LTO.H2O + data->theTestMission.Cruise.H2O * testFlightFactor + testFlightFuel * myEcoDatabase.fuelProdEmData.at(0).H2O;
-    finalFlightTests.NOx = data->theTestMission.LTO.NOx + data->theTestMission.Cruise.NOx * testFlightFactor + testFlightFuel * myEcoDatabase.fuelProdEmData.at(0).NOx;
-    finalFlightTests.SO2 = data->theTestMission.LTO.SO2 + data->theTestMission.Cruise.SO2 * testFlightFactor + testFlightFuel * myEcoDatabase.fuelProdEmData.at(0).SO2;
-    finalFlightTests.CO = data->theTestMission.LTO.CO + data->theTestMission.Cruise.CO * testFlightFactor + testFlightFuel * myEcoDatabase.fuelProdEmData.at(0).CO;
-    finalFlightTests.CH4 = testFlightFuel * myEcoDatabase.fuelProdEmData.at(0).CH4;
-    finalFlightTests.PM10 = data->theTestMission.LTO.soot + data->theTestMission.Cruise.soot * testFlightFactor + testFlightFuel * myEcoDatabase.fuelProdEmData.at(0).PM10;
-    finalFlightTests.HC = data->theTestMission.LTO.HC + data->theTestMission.Cruise.HC * testFlightFactor;
-    finalFlightTests.CED = testFlightFuel * myEcoDatabase.fuelSpecificEnergy.at(0);
-    myRuntimeInfo->info << "  Production Energy (w/o Material): " << Energy_total << " MJ" << std::endl;
-    myRuntimeInfo->info << "  Production Fuel (w/o Transport): " << testFlightFuel << " kg" << std::endl;
-    production_total.CO2 = materialProduction_total.CO2 + materialProcessing_total.CO2 + labourProduction_total.CO2 + finalAssembly_total.CO2 + transport.CO2 +
+    double testFlightFactor = finalflight_test_hours / data->flight_time_design;
+    test_flight_fuel = (data->blockfuel_design) * testFlightFactor;
+    myRuntimeInfo->info << "    Final Test Flight Fuel: " << test_flight_fuel << " kg" << std::endl;
+    finalFlightTests.CO2 = data->theTestMission.LTO.CO2 + data->theTestMission.cruise.CO2 * testFlightFactor + test_flight_fuel * myEcoDatabase.fuelProdEmData.at(0).CO2;;
+    finalFlightTests.H2O = data->theTestMission.LTO.H2O + data->theTestMission.cruise.H2O * testFlightFactor + test_flight_fuel * myEcoDatabase.fuelProdEmData.at(0).H2O;
+    finalFlightTests.NOx = data->theTestMission.LTO.NOx + data->theTestMission.cruise.NOx * testFlightFactor + test_flight_fuel * myEcoDatabase.fuelProdEmData.at(0).NOx;
+    finalFlightTests.SO2 = data->theTestMission.LTO.SO2 + data->theTestMission.cruise.SO2 * testFlightFactor + test_flight_fuel * myEcoDatabase.fuelProdEmData.at(0).SO2;
+    finalFlightTests.CO = data->theTestMission.LTO.CO + data->theTestMission.cruise.CO * testFlightFactor + test_flight_fuel * myEcoDatabase.fuelProdEmData.at(0).CO;
+    finalFlightTests.CH4 = test_flight_fuel * myEcoDatabase.fuelProdEmData.at(0).CH4;
+    finalFlightTests.PM10 = data->theTestMission.LTO.soot + data->theTestMission.cruise.soot * testFlightFactor + test_flight_fuel * myEcoDatabase.fuelProdEmData.at(0).PM10;
+    finalFlightTests.HC = data->theTestMission.LTO.HC + data->theTestMission.cruise.HC * testFlightFactor;
+    finalFlightTests.CED = test_flight_fuel * myEcoDatabase.fuelSpecificEnergy.at(0);
+    myRuntimeInfo->info << "  Production Energy (w/o Material): " << energy_total << " MJ" << std::endl;
+    myRuntimeInfo->info << "  Production Fuel (w/o Transport): " << test_flight_fuel << " kg" << std::endl;
+    productionTotal.CO2 = materialProductionTotal.CO2 + materialProcessingTotal.CO2 + labourProductionTotal.CO2 + finalAssemblyTotal.CO2 + transport.CO2 +
                            finalFlightTests.CO2;
-    production_total.H2O = materialProduction_total.H2O + materialProcessing_total.H2O + labourProduction_total.H2O + finalAssembly_total.H2O + transport.H2O +
+    productionTotal.H2O = materialProductionTotal.H2O + materialProcessingTotal.H2O + labourProductionTotal.H2O + finalAssemblyTotal.H2O + transport.H2O +
                            finalFlightTests.H2O;
-    production_total.NOx = materialProduction_total.NOx + materialProcessing_total.NOx + labourProduction_total.NOx + finalAssembly_total.NOx + transport.NOx +
+    productionTotal.NOx = materialProductionTotal.NOx + materialProcessingTotal.NOx + labourProductionTotal.NOx + finalAssemblyTotal.NOx + transport.NOx +
                            finalFlightTests.NOx;
-    production_total.SO2 = materialProduction_total.SO2 + materialProcessing_total.SO2 + labourProduction_total.SO2 + finalAssembly_total.SO2 + transport.SO2 +
+    productionTotal.SO2 = materialProductionTotal.SO2 + materialProcessingTotal.SO2 + labourProductionTotal.SO2 + finalAssemblyTotal.SO2 + transport.SO2 +
                            finalFlightTests.SO2;
-    production_total.CO = materialProduction_total.CO + materialProcessing_total.CO + labourProduction_total.CO
-                          + finalAssembly_total.CO + transport.CO + finalFlightTests.CO;
-    production_total.CH4 = materialProduction_total.CH4 + materialProcessing_total.CH4 + labourProduction_total.CH4 + finalAssembly_total.CH4 + transport.CH4 +
+    productionTotal.CO = materialProductionTotal.CO + materialProcessingTotal.CO + labourProductionTotal.CO
+                          + finalAssemblyTotal.CO + transport.CO + finalFlightTests.CO;
+    productionTotal.CH4 = materialProductionTotal.CH4 + materialProcessingTotal.CH4 + labourProductionTotal.CH4 + finalAssemblyTotal.CH4 + transport.CH4 +
                            finalFlightTests.CH4;
-    production_total.PM10 = materialProduction_total.PM10 + materialProcessing_total.PM10 + labourProduction_total.PM10 + finalAssembly_total.PM10 + transport.PM10 +
+    productionTotal.PM10 = materialProductionTotal.PM10 + materialProcessingTotal.PM10 + labourProductionTotal.PM10 + finalAssemblyTotal.PM10 + transport.PM10 +
                             finalFlightTests.PM10;
-    production_total.N2O = materialProduction_total.N2O + materialProcessing_total.N2O + labourProduction_total.N2O + finalAssembly_total.N2O + transport.N2O +
+    productionTotal.N2O = materialProductionTotal.N2O + materialProcessingTotal.N2O + labourProductionTotal.N2O + finalAssemblyTotal.N2O + transport.N2O +
                            finalFlightTests.N2O;
-    production_total.PFC = materialProduction_total.PFC + materialProcessing_total.PFC + labourProduction_total.PFC + finalAssembly_total.PFC + transport.PFC +
+    productionTotal.PFC = materialProductionTotal.PFC + materialProcessingTotal.PFC + labourProductionTotal.PFC + finalAssemblyTotal.PFC + transport.PFC +
                            finalFlightTests.PFC;
-    production_total.NMVOC = materialProduction_total.NMVOC + materialProcessing_total.NMVOC + labourProduction_total.NMVOC + finalAssembly_total.NMVOC + transport.NMVOC +
+    productionTotal.NMVOC = materialProductionTotal.NMVOC + materialProcessingTotal.NMVOC + labourProductionTotal.NMVOC + finalAssemblyTotal.NMVOC + transport.NMVOC +
                              finalFlightTests.NMVOC;
-    production_total.HC = materialProduction_total.HC + materialProcessing_total.HC + labourProduction_total.HC
-                          + finalAssembly_total.HC + transport.HC + finalFlightTests.HC;
-    production_total.CED = materialProduction_total.CED + materialProcessing_total.CED + labourProduction_total.CED
-                           + finalAssembly_total.CED + transport.CED + finalFlightTests.CED;
-    myRuntimeInfo->info << "  ProductionPrimary Energy: " << production_total.CED << " MJ" << std::endl;
+    productionTotal.HC = materialProductionTotal.HC + materialProcessingTotal.HC + labourProductionTotal.HC
+                          + finalAssemblyTotal.HC + transport.HC + finalFlightTests.HC;
+    productionTotal.CED = materialProductionTotal.CED + materialProcessingTotal.CED + labourProductionTotal.CED
+                           + finalAssemblyTotal.CED + transport.CED + finalFlightTests.CED;
+    myRuntimeInfo->info << "  ProductionPrimary Energy: " << productionTotal.CED << " MJ" << std::endl;
     //For deduction at static_AC
-    if (data->configuration.engineMode) {
-        production_engine.CO2 = materialProduction_engine.CO2 + materialProcessing_engine.CO2 + labourProduction_engine.CO2;
-        production_engine.H2O = materialProduction_engine.H2O + materialProcessing_engine.H2O + labourProduction_engine.H2O;
-        production_engine.NOx = materialProduction_engine.NOx + materialProcessing_engine.NOx + labourProduction_engine.NOx;
-        production_engine.SO2 = materialProduction_engine.SO2 + materialProcessing_engine.SO2 + labourProduction_engine.SO2;
-        production_engine.CO = materialProduction_engine.CO + materialProcessing_engine.CO + labourProduction_engine.CO;
-        production_engine.CH4 = materialProduction_engine.CH4 + materialProcessing_engine.CH4 + labourProduction_engine.CH4;
-        production_engine.PM10 = materialProduction_engine.PM10 + materialProcessing_engine.PM10 + labourProduction_engine.PM10;
-        production_engine.N2O = materialProduction_engine.N2O + materialProcessing_engine.N2O + labourProduction_engine.N2O;
-        production_engine.PFC = materialProduction_engine.PFC + materialProcessing_engine.PFC + labourProduction_engine.PFC;
-        production_engine.NMVOC = materialProduction_engine.NMVOC + materialProcessing_engine.NMVOC + labourProduction_engine.NMVOC;
-        production_engine.HC = materialProduction_engine.HC + materialProcessing_engine.HC + labourProduction_engine.HC;
-        production_engine.CED = materialProduction_engine.CED + materialProcessing_engine.CED + labourProduction_engine.CED;
+    if (data->configuration.engine_mode) {
+        productionEngine.CO2 = materialProductionEngine.CO2 + materialProcessingEngine.CO2 + labourProductionEngine.CO2;
+        productionEngine.H2O = materialProductionEngine.H2O + materialProcessingEngine.H2O + labourProductionEngine.H2O;
+        productionEngine.NOx = materialProductionEngine.NOx + materialProcessingEngine.NOx + labourProductionEngine.NOx;
+        productionEngine.SO2 = materialProductionEngine.SO2 + materialProcessingEngine.SO2 + labourProductionEngine.SO2;
+        productionEngine.CO = materialProductionEngine.CO + materialProcessingEngine.CO + labourProductionEngine.CO;
+        productionEngine.CH4 = materialProductionEngine.CH4 + materialProcessingEngine.CH4 + labourProductionEngine.CH4;
+        productionEngine.PM10 = materialProductionEngine.PM10 + materialProcessingEngine.PM10 + labourProductionEngine.PM10;
+        productionEngine.N2O = materialProductionEngine.N2O + materialProcessingEngine.N2O + labourProductionEngine.N2O;
+        productionEngine.PFC = materialProductionEngine.PFC + materialProcessingEngine.PFC + labourProductionEngine.PFC;
+        productionEngine.NMVOC = materialProductionEngine.NMVOC + materialProcessingEngine.NMVOC + labourProductionEngine.NMVOC;
+        productionEngine.HC = materialProductionEngine.HC + materialProcessingEngine.HC + labourProductionEngine.HC;
+        productionEngine.CED = materialProductionEngine.CED + materialProcessingEngine.CED + labourProductionEngine.CED;
     }
 }
 
-double Production::getNASACost(double Mass, double Quantity, double A0, double A1, double A2) {
+double Production::get_NASA_costs(double Mass, double Quantity, double A0, double A1, double A2) {
     //Beltramo: 10% Earnings are already included in the cost calculation, S. 2-3
     //Beltramo: also system-level assembly (up to 21%) included (-> 1.1*1.21 = 1.33; for Tail, Nacelle, Thrust Reservers and Engine System only 1.21!), S. 2-13 f. S.4-4, 4-14, 4-18
     return 0.9 * A0 * pow(convertUnit(KILO, GRAM, POUND, Mass), A1) * pow(static_cast<double>(Quantity), A2);
@@ -625,9 +610,9 @@ Production::~Production() {}
 
 Production::mainComponent::mainComponent(const std::string& name)
     :
-    compName(name),
+    component_name(name),
     mass(0.),
-    E_manuf(0.),
+    energy_manufacturing(0.),
     RC(0.) {
 }
 Production::mainComponent::~mainComponent() {}
@@ -635,19 +620,19 @@ Production::mainComponent::~mainComponent() {}
 Production::material::material()
     :
     mass(0.),
-    massOre(0),
-    E_manuf(0.) {
+    raw_material_mass(0),
+    energy_manufacturing(0.) {
 }
 
 Production::material::~material() {}
 
 Production::manufacturingWork::manufacturingWork()
     :
-    labourCost(0.),
-    E_elec(0.),
-    E_elec_eng(0.),
-    E_heat(0.),
-    E_heat_eng(0.) {
+    labour_costs(0.),
+    engineering_energy_electricity(0.),
+    engineering_energy_electricity_eng(0.),
+    engineering_energy_heat(0.),
+    engineering_energy_heat_eng(0.) {
 }
 
 Production::manufacturingWork::~manufacturingWork() {
@@ -656,9 +641,8 @@ Production::manufacturingWork::~manufacturingWork() {
 Production::Assembly::Assembly()
     :
     costs(0.),
-    numberOfStaff(0.),
-    E_elec(0.),
-    E_heat(0.) {
+    engineering_energy_electricity(0.),
+    engineering_energy_heat(0.) {
 }
 
 Production::Assembly::~Assembly() {
@@ -666,7 +650,7 @@ Production::Assembly::~Assembly() {
 
 Production::TransportLogistics::TransportLogistics(const std::string& name)
     :
-    transpType(name),
+    transport_type(name),
     mass_total(0.),
     distance_total(0.),
     fuel(0.) {
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.h b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.h
index 099b7b4b5959588ed8e7f713d1cbf497258868ff..2d45190f7955cfb8b2d32ebe39ef204490940937 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/production.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,6 +30,8 @@
 #include "../../../emissionsClass.h"
 #include "schaeferIOData.h"
 
+class SchaeferIOData;
+
 /** \class Production
  * \brief Contains the properties of the production phase
  */
@@ -40,32 +42,31 @@ class Production{
  public:
     std::vector<Emissions> materialProduction;/**< Emissions due to material production distributed according to the individual components */
     std::vector<Emissions> materialProcessing;/**< Emissions from material processing to components, distributed according to the individual components */
-    Emissions materialProduction_total;/**< Total emissions from material production */
-    Emissions materialProcessing_total;/**< Total emissions from material processing of components */
-    Emissions materialProduction_engine;/**< Total emissions from material production of engines */
-    Emissions materialProcessing_engine;/**< Total emissions from material processing of engines */
-    double materialEnergy;/**< Energy needed for material [MJ] */
-    Emissions labourProduction_elec;/**< Emissions due to electricity from manufacturing personnel (not process! light/heating, etc.) */
-    Emissions labourProduction_heat;/**< Emissions due to heat from manufacturing personnel (not process! light/heating, etc.) */
-    Emissions labourProduction_total;/**< Total emissions due to heat from manufacturing personnel (not process! light/heating, etc.) */
-    Emissions labourProduction_elec_engine;/**< Emissions due to electricity from manufacturing personnel for engines (not process! light/heating, etc.) */
-    Emissions labourProduction_heat_engine;/**< Emissions due to heat from manufacturing personnel for engines (not process! light/heating, etc.) */
-    Emissions labourProduction_engine;/**< Total emissions from manufacturing personnel for engines (not process! light/heating, etc.) */
-    Emissions finalAssembly_elec;/**< Emissions due to electricity generated by assembly personnel */
-    Emissions finalAssembly_heat;/**< Emissions due to heating of assembly personnel */
-    Emissions finalAssembly_total;/**< Total emissions of assembly personnel */
-    //Emissions painting;/**< Lacquering of the aircraft components */
+    Emissions materialProductionTotal;/**< Total emissions from material production */
+    Emissions materialProcessingTotal;/**< Total emissions from material processing of components */
+    Emissions materialProductionEngine;/**< Total emissions from material production of engines */
+    Emissions materialProcessingEngine;/**< Total emissions from material processing of engines */
+    double material_energy;/**< Energy needed for material [MJ] */
+    Emissions labourProductionElectricity;/**< Emissions due to electricity from manufacturing personnel (not process! light/heating, etc.) */
+    Emissions labourProductionHeat;/**< Emissions due to heat from manufacturing personnel (not process! light/heating, etc.) */
+    Emissions labourProductionTotal;/**< Total emissions due to heat from manufacturing personnel (not process! light/heating, etc.) */
+    Emissions labourProductionElectricityEngine;/**< Emissions due to electricity from manufacturing personnel for engines (not process! light/heating, etc.) */
+    Emissions labourProductionHeatEngine;/**< Emissions due to heat from manufacturing personnel for engines (not process! light/heating, etc.) */
+    Emissions labourProductionEngine;/**< Total emissions from manufacturing personnel for engines (not process! light/heating, etc.) */
+    Emissions finalAssemblyElectricity;/**< Emissions due to electricity generated by assembly personnel */
+    Emissions finalAssemblyHeat;/**< Emissions due to heating of assembly personnel */
+    Emissions finalAssemblyTotal;/**< Total emissions of assembly personnel */
     Emissions finalFlightTests;/**< Emissions due to test flights after final assembly (incl. fuel production) */
-    double testFlightFuel;/**< Fuel consumption for one test flight [kg]*/
-    Emissions finalTestFuelProd;/**< Emissions due to fuel production for final test flight */
+    double test_flight_fuel;/**< Fuel consumption for one test flight [kg]*/
+    Emissions finalTestFlightFuelProduction;/**< Emissions due to fuel production for final test flight */
     Emissions transport;/**< Emissions from transport means */
-    Emissions production_total;/**< Total emissions during the production phase */
-    Emissions production_engine;/**< Emissions during the engine production phase */
-    double totalRC;/**< Total recurring costs [$]*/
-    double E_manuf_engine;/**< Total energy demand for engine manufacturing [MJ] */
-    double E_manuf_total;/**< Total energy demand for manufacturing [MJ] */
-    double Energy_engine;/**< Total energy demand for the engine in the production phase [MJ] */
-    double Energy_total;/**< Total energy demand for the entire production phase [MJ] */
+    Emissions productionTotal;/**< Total emissions during the production phase */
+    Emissions productionEngine;/**< Emissions during the engine production phase */
+    double total_RC;/**< Total recurring costs [$]*/
+    double energy_manufacturing_engine;/**< Total energy demand for engine manufacturing [MJ] */
+    double energy_manufacturing_total;/**< Total energy demand for manufacturing [MJ] */
+    double energy_engine;/**< Total energy demand for the engine in the production phase [MJ] */
+    double energy_total;/**< Total energy demand for the entire production phase [MJ] */
 
     std::vector<double> recovery;/**< Recovery rate of the materials [-]*/
 
@@ -74,14 +75,14 @@ class Production{
      */
     class mainComponent {
      public:
-        std::string compName;/**< Name of the main component ("Wing", "Fuselage", "Tailplane", "Fin", "LandingGear", "Pylons", "PowerUnit")*/
+        std::string component_name;/**< Name of the main component ("Wing", "Fuselage", "Tailplane", "Fin", "LandingGear", "Pylons", "PowerUnit")*/
 
         double mass;/**< Mass of the component [kg]  */
-        double E_manuf;/**< Energy demand for manufacturing the component [MJ] */
+        double energy_manufacturing;/**< Energy demand for manufacturing the component [MJ] */
         double RC;/**< Recurring cost [USD] */
 
-        std::vector<double> r_material;/**<Percentage of different materials. s. const double matDistr [-] */
-        std::vector<double> oreMaterial;/**< Necessary raw material [kg] */
+        std::vector<double> rate_material;/**<Percentage of different materials. s. const double matDistr [-] */
+        std::vector<double> raw_material;/**< Necessary raw material [kg] */
 
         /** \brief Constructor of class mainComponent
          * \param name Name of the component
@@ -97,11 +98,11 @@ class Production{
      */
     class material {
      public:
-        std::string matName;/**< Name of the material ("Al","CFRP","St","Ti","Ni", "Cr","Cu","Ni","Pl") */
+        std::string material_name;/**< Name of the material ("Al","CFRP","St","Ti","Ni", "Cr","Cu","Ni","Pl") */
 
         double mass;/**< Mass of the material [kg]*/
-        double massOre;/**< Mass of the raw material [kg]*/
-        double E_manuf;/**< Manufacturing energy demand of the material [MJ] */
+        double raw_material_mass;/**< Mass of the raw material [kg]*/
+        double energy_manufacturing;/**< Manufacturing energy demand of the material [MJ] */
 
         /** \brief Constructor of class material */
         material();
@@ -115,11 +116,11 @@ class Production{
      */
     class manufacturingWork {
      public:
-        double labourCost;/**< Cost for labour [USD]  */
-        double E_elec;/**< Total electric energy demand [MJ] */
-        double E_elec_eng;/**< Electric energy demand for engineering [MJ] */
-        double E_heat;/**< Total heat energy demand [MJ] */
-        double E_heat_eng;/**< Heat energy demand for engineering [MJ] */
+        double labour_costs;/**< Cost for labour [USD]  */
+        double engineering_energy_electricity;/**< Total electric energy demand [MJ] */
+        double engineering_energy_electricity_eng;/**< Electric energy demand for engineering [MJ] */
+        double engineering_energy_heat;/**< Total heat energy demand [MJ] */
+        double engineering_energy_heat_eng;/**< Heat energy demand for engineering [MJ] */
 
         /** \brief Constructor of class manufacturingWork */
         manufacturingWork();
@@ -134,9 +135,8 @@ class Production{
     class Assembly {
      public:
         double costs;/**< Assembly costs [USD] */
-        double numberOfStaff;/**< Number of staff working in the assembly line [-]*/
-        double E_elec;/**< Electric energy demand for assembly [MJ] */
-        double E_heat;/**< Heat energy demand for assembly [MJ] */
+        double engineering_energy_electricity;/**< Electric energy demand for assembly [MJ] */
+        double engineering_energy_heat;/**< Heat energy demand for assembly [MJ] */
 
         /** \brief Constructor of class Assembly */
         Assembly();
@@ -150,7 +150,7 @@ class Production{
      */
     class TransportLogistics {
      public:
-        std::string transpType;/**< Type of transport ("Aircraft", "Truck", "Ship", "Train") */
+        std::string transport_type;/**< Type of transport ("Aircraft", "Truck", "Ship", "Train") */
         std::vector<std::string> name_component;/**< Name of the component ("Wing", "Fuselage", "Tailplane", "Fin", "LandingGear", "Pylons", "PowerUnit") */
         std::vector<double> mass_component;/**< Mass of the component [kg] */
         std::vector<double> distance_component;/**< Transport distance of the component [km] */
@@ -180,12 +180,12 @@ class Production{
      * \param data Access to IO data
      * \param rtIO Access to rtIO
      */
-    void calculateProductionResources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO);
+    void calculate_production_resources(const std::shared_ptr<SchaeferIOData>& data, const std::shared_ptr<RuntimeIO>& rtIO);
 
     /** \brief Function to calculate the emissions of the production phase
      * \param data Access to IO data
      */
-    void calculateProductionEmissions(const std::shared_ptr<SchaeferIOData>& data);
+    void calculate_production_emissions(const std::shared_ptr<SchaeferIOData>& data);
 
     /** \brief NASA cost method. can be applied for all aircraft components
      *
@@ -197,6 +197,6 @@ class Production{
      * \return double: [Mio USD] cost value
      *
      */
-    double getNASACost(double Mass, double Quantity, double A0, double A1, double A2);
+    double get_NASA_costs(double Mass, double Quantity, double A0, double A1, double A2);
 };
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_LIFE_CYCLE_EMISSIONS_LCA_SCHAEFER_PRODUCTION_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.cpp
index fb70b848528fbba92264508763f955e942b179cf..cb17538d25fbfcf6e8d8f062f7137448da82098c 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,107 +29,102 @@ using std::string;
 
 SchaeferConfig::SchaeferConfig()
     :
-    engineMode(true),
+    engine_mode(true),
     /*Development*/
-    developmentEmissionSetting(""),
-    testETOPS(true),
-    engineOptions(0),
-    windTunnelTestHours(0),
-    strucTestCycles(0),
-    sysIntTestHours(0),
-    ironBirdTestHours(0),
-    doEngineTest(true),
-    numberOfNewEngines(0),
-    numberOfTestEngines(0),
-    rigTestHours(0),
-    inclETOPS(true),
-    MCTpercentage(0.),
-    FTBHours(0),
-    FTBEngineNo(0),
-    FTBFuelConsumptionPerEngine(0),
-    flightTestHours(0),
-    inclEngineOptions(true),
-    strucTestAC(0.),
-    flightTestAC(0.),
-    engineEngineeringFactor(0.),
+    development_emission_setting(""),
+    test_ETOPS(true),
+    engine_options_number(0),
+    wind_tunnel_test_hours(0),
+    structural_test_cycles(0),
+    system_integration_test_hours(0),
+    iron_bird_test_hours(0),
+    do_engine_tests(true),
+    number_new_engines(0),
+    number_test_engines(0),
+    rig_test_hours(0),
+    include_ETOPS(true),
+    max_cont_thrust_percentage(0.),
+    flying_test_bed_hours(0),
+    flying_test_bed_engine_number(0),
+    flying_test_bed_fuel_consumption(0),
+    flight_test_hours(0),
+    include_engine_options(true),
+    structural_test_aircraft_number(0.),
+    flight_tests_aircraft_number(0.),
+    engine_engineering_factor(0.),
     /*Production*/
-    productionMode(""),
-    primaryMaterialRecycling(true),
-    calculateRC(true),
-    producedAC(0),
-    /*Operation*/
-    calculateMaintCosts(true),
+    production_mode(""),
+    primary_material_recycling(true),
+    number_produced_aircraft(0),
     /*End of life*/
-    distanceToEoLSite(0.),
+    distance_to_EoL_site(0.),
     /*Derived settings*/
-    partsNo(0),
-    compTransportNo(0),
-    sparePartsNo(0) {}
+    parts_number(0),
+    transported_component_number(0),
+    spare_parts_number(0) {}
 
-void SchaeferConfig::readAllConfigData(const node& configXML) {
-    engineMode = EndnodeReadOnly<bool>("program_settings/standard_strategy/emission_calculation/engine_mode_switch").read(configXML).value();
-    engineEngineeringFactor = EndnodeReadOnly<double>(std::string("program_settings/standard_strategy/emission_calculation/life_cycle_emissions_methods/")
+void SchaeferConfig::read_all_config_data(const node& configXML) {
+    engine_mode = EndnodeReadOnly<bool>("program_settings/standard_strategy/emission_calculation/engine_mode_switch").read(configXML).value();
+    engine_engineering_factor = EndnodeReadOnly<double>(std::string("program_settings/standard_strategy/emission_calculation/life_cycle_emissions_methods/")
                                                         + std::string("schaefer/engine_engineering_ratio")).read(configXML).value();
     /* LCA phases */
-    readDevelopmentConfigData(configXML.at("program_settings/standard_strategy/emission_calculation/development_phase/"));
-    readProductionConfigData(configXML.at("program_settings/standard_strategy/emission_calculation/production_phase/"));
-    readOperationConfigData(configXML.at("program_settings/standard_strategy/emission_calculation/operating_phase/"));
-    readEndOfLifeConfigData(configXML.at("program_settings/standard_strategy/emission_calculation/end_of_life_phase/"));
+    read_development_config_data(configXML.at("program_settings/standard_strategy/emission_calculation/development_phase/"));
+    read_production_config_data(configXML.at("program_settings/standard_strategy/emission_calculation/production_phase/"));
+    read_operation_config_data(configXML.at("program_settings/standard_strategy/emission_calculation/operating_phase/"));
+    read_end_of_life_config_data(configXML.at("program_settings/standard_strategy/emission_calculation/end_of_life_phase/"));
     /* Settings depending on engine mode */
-    if (engineMode) { //doEngineTest may be false if no new engines will be developed
-        partsNo = numberOfMainParts;
-        compTransportNo = numberOfCompTransported;
-        sparePartsNo = numberOfSpareComponents;
-        //productionMode = 2; //because engines from static test ac must be subtracted
+    if (engine_mode) { //do_engine_tests may be false if no new engines will be developed
+        parts_number = numberOfMainParts;
+        transported_component_number = numberOfCompTransported;
+        spare_parts_number = numberOfSpareComponents;
+        //production_mode = 2; //because engines from static test ac must be subtracted
     } else {
-        doEngineTest = false;
-        partsNo = numberOfMainParts - 1;
-        compTransportNo = numberOfCompTransported - 1;
-        sparePartsNo = numberOfSpareComponents - 1;
+        do_engine_tests = false;
+        parts_number = numberOfMainParts - 1;
+        transported_component_number = numberOfCompTransported - 1;
+        spare_parts_number = numberOfSpareComponents - 1;
     }
-    if (numberOfNewEngines > engineOptions) {
-        myRuntimeInfo->err << "numberOfNewEngines is bigger than engineOptions. Program abort!" << std::endl;
+    if (number_new_engines > engine_options_number) {
+        myRuntimeInfo->err << "number_new_engines is bigger than engine_options_number. Program abort!" << std::endl;
         exit(1);
     }
 }
 
-void SchaeferConfig::readDevelopmentConfigData(const node& development) {
-    developmentEmissionSetting = EndnodeReadOnly<string>("test_phase/development_emission_setting").read(development).value();
-    testETOPS = EndnodeReadOnly<bool>("test_phase/aircraft_specs/ETOPS_switch").read(development).value();
-    engineOptions = EndnodeReadOnly<int>("test_phase/aircraft_specs/engine_options").read(development).value();
-    windTunnelTestHours = EndnodeReadOnly<int>("test_phase/wind_tunnel_test/test_hours").read(development).value_xml();
-    strucTestCycles = EndnodeReadOnly<int>("test_phase/structural_test/test_cycles").read(development).value();
-    strucTestAC = EndnodeReadOnly<int>("test_phase/structural_test/number_of_structural_test_aircraft").read(development).value();
-    sysIntTestHours = EndnodeReadOnly<int>("test_phase/system_test/system_integration_test_hours").read(development).value_xml();
-    ironBirdTestHours = EndnodeReadOnly<int>("test_phase/system_test/iron_bird_test_hours").read(development).value_xml();
-    doEngineTest = EndnodeReadOnly<bool>("test_phase/engine_test/enable").read(development).value();
-    numberOfNewEngines = EndnodeReadOnly<int>("test_phase/engine_test/number_of_new_engines").read(development).value();
-    numberOfTestEngines = EndnodeReadOnly<int>("test_phase/engine_test/number_of_test_engines").read(development).value();
-    rigTestHours = EndnodeReadOnly<int>("test_phase/engine_test/rig_test/test_hours").read(development).value_xml();
-    inclETOPS = EndnodeReadOnly<bool>("test_phase/engine_test/rig_test/test_hours/incl_ETOPS_switch").read(development).value();
-    MCTpercentage = EndnodeReadOnly<double>("test_phase/engine_test/rig_test/max_continuous_thrust_percentage").read(development).value();
-    FTBHours = EndnodeReadOnly<int>("test_phase/engine_test/flying_testbed/test_hours").read(development).value_xml();
-    FTBEngineNo = EndnodeReadOnly<int>("test_phase/engine_test/flying_testbed/flying_testbed_engines/engine_number").read(development).value();
-    FTBFuelConsumptionPerEngine = EndnodeReadOnly<double>(string("test_phase/engine_test/flying_testbed/flying_testbed_engines/") +
+void SchaeferConfig::read_development_config_data(const node& development) {
+    development_emission_setting = EndnodeReadOnly<string>("test_phase/development_emission_setting").read(development).value();
+    test_ETOPS = EndnodeReadOnly<bool>("test_phase/aircraft_specs/ETOPS_switch").read(development).value();
+    engine_options_number = EndnodeReadOnly<int>("test_phase/aircraft_specs/engine_options").read(development).value();
+    wind_tunnel_test_hours = EndnodeReadOnly<int>("test_phase/wind_tunnel_test/test_hours").read(development).value_xml();
+    structural_test_cycles = EndnodeReadOnly<int>("test_phase/structural_test/test_cycles").read(development).value();
+    structural_test_aircraft_number = EndnodeReadOnly<int>("test_phase/structural_test/number_of_structural_test_aircraft").read(development).value();
+    system_integration_test_hours = EndnodeReadOnly<int>("test_phase/system_test/system_integration_test_hours").read(development).value_xml();
+    iron_bird_test_hours = EndnodeReadOnly<int>("test_phase/system_test/iron_bird_test_hours").read(development).value_xml();
+    do_engine_tests = EndnodeReadOnly<bool>("test_phase/engine_test/enable").read(development).value();
+    number_new_engines = EndnodeReadOnly<int>("test_phase/engine_test/number_of_new_engines").read(development).value();
+    number_test_engines = EndnodeReadOnly<int>("test_phase/engine_test/number_of_test_engines").read(development).value();
+    rig_test_hours = EndnodeReadOnly<int>("test_phase/engine_test/rig_test/test_hours").read(development).value_xml();
+    include_ETOPS = EndnodeReadOnly<bool>("test_phase/engine_test/rig_test/incl_ETOPS_switch").read(development).value();
+    max_cont_thrust_percentage = EndnodeReadOnly<double>("test_phase/engine_test/rig_test/max_continuous_thrust_percentage").read(development).value();
+    flying_test_bed_hours = EndnodeReadOnly<int>("test_phase/engine_test/flying_testbed/test_hours").read(development).value_xml();
+    flying_test_bed_engine_number = EndnodeReadOnly<int>("test_phase/engine_test/flying_testbed/flying_testbed_engines/engine_number").read(development).value();
+    flying_test_bed_fuel_consumption = EndnodeReadOnly<double>(string("test_phase/engine_test/flying_testbed/flying_testbed_engines/") +
                                     string("flying_testbed_fuel_consumption_per_engine")).read(development).value();
-    flightTestHours = EndnodeReadOnly<int>("test_phase/flight_test/test_hours").read(development).value_xml();
-    inclEngineOptions = EndnodeReadOnly<bool>("test_phase/flight_test/test_hours/incl_engine_options").read(development).value();
-    flightTestAC = EndnodeReadOnly<int>("test_phase/flight_test/number_of_flight_test_aircraft").read(development).value();
+    flight_test_hours = EndnodeReadOnly<int>("test_phase/flight_test/test_hours").read(development).value_xml();
+    include_engine_options = EndnodeReadOnly<bool>("test_phase/flight_test/test_hours/incl_engine_options").read(development).value();
+    flight_tests_aircraft_number = EndnodeReadOnly<int>("test_phase/flight_test/number_of_flight_test_aircraft").read(development).value();
 }
 
-void SchaeferConfig::readProductionConfigData(const node& production) {
-    productionMode = EndnodeReadOnly<string>("production_mode").read(production).value();
-    primaryMaterialRecycling = EndnodeReadOnly<bool>("primary_material_recycling_switch").read(production).value();
-    calculateRC = EndnodeReadOnly<bool>("calculate_recurring_costs_switch").read(production).value();
-    producedAC = EndnodeReadOnly<int>("number_produced_aircraft").read(production).value();
+void SchaeferConfig::read_production_config_data(const node& production) {
+    production_mode = EndnodeReadOnly<string>("production_mode").read(production).value();
+    primary_material_recycling = EndnodeReadOnly<bool>("primary_material_recycling_switch").read(production).value();
+    number_produced_aircraft = EndnodeReadOnly<int>("number_produced_aircraft").read(production).value();
 }
 
-void SchaeferConfig::readOperationConfigData(const node& operation) {
-    calculateMaintCosts = EndnodeReadOnly<bool>("calculate_maintenance_costs_switch").read(operation).value();
+void SchaeferConfig::read_operation_config_data(const node& operation) {
 }
 
-void SchaeferConfig::readEndOfLifeConfigData(const node& endOfLife) {
-    distanceToEoLSite = EndnodeReadOnly<double>("distance_to_end_of_life_site").read(endOfLife).value();
+void SchaeferConfig::read_end_of_life_config_data(const node& endOfLife) {
+    distance_to_EoL_site = EndnodeReadOnly<double>("distance_to_end_of_life_site").read(endOfLife).value();
 }
 
 SchaeferConfig::~SchaeferConfig() {
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.h b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.h
index fb55b29e2d2afb9bb77bd5b819aa12318fcab793..67103954f1e47800b35d324b3c9d04c247d26fd5 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferConfig.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,78 +36,75 @@
 class SchaeferConfig {
  public:
     /*Program parameter */
-    bool engineMode; /**<true: with Engine Production, false: without */
+    bool engine_mode; /**<true: with Engine Production, false: without */
     /*Development phase inputs*/
-    std::string developmentEmissionSetting;/**<mode_0: no development emissions, mode_1: calculate w/o production/recycling, mode_2: include production/recycling*/
-    bool testETOPS;/**<true: Engine are tested for ETOPS approval, additional 3000 test cycles (a 0.5h), false: no test for ETOPS */
-    int engineOptions;/**<Number of engine options for aircraft [-]*/
-    int windTunnelTestHours;/**<Number of wind tunnel hours in aircraft development [h]*/
-    int strucTestCycles;/**<Tested flight cycles in aircraft development; twice the number of flight cycles for which the aircraft will be certified [-]*/
-    int sysIntTestHours;/**<Number of test hours at the system integration test rig [h]*/
-    int ironBirdTestHours;/**<Number of test hours at Iron-Bird test rig [h]*/
-    bool doEngineTest;/**<true: new engine will be certified for this aircraft, false: only engine tests */
-    int numberOfNewEngines;/**<Number of new to be certified engines [-]*/
-    int numberOfTestEngines;/**<Number of engies tested (rig + flight test) [-]*/
-    int rigTestHours;/**<Number of test hours on the engine-Rig in aircraft development [h]*/
-    bool inclETOPS;/**<true: ETOPS hours already in rigTestHours, false: not included */
-    double MCTpercentage;/**<Percentage of test hours on the engine rig with Maximum Continuous Thrust in aircraft development [-]*/
-    int FTBHours;/**<Number of test hours on Flying Test Bed aircraft development [h]*/
-    int FTBEngineNo;/**<Number of engines on Flying Test Bed (without tested engine) [-]*/
-    double FTBFuelConsumptionPerEngine;/**<Fuel Consumption per hour von Test Bed AC (pro Engine) [kg/s]*/
-    int flightTestHours; /**<Number of flight test hours in aircraft development [h]*/
-    bool inclEngineOptions;/**< true: flightTestHours incl. all Engine options, false: only for one. */
-    int strucTestAC;/**<Number of aircraft destroyed during structural tests [-]*/
-    int flightTestAC;  /**<Number of aircraft used only for flight tests [-]*/
-    double engineEngineeringFactor;/**< Ratio of engine engineering effort to whole aircraft, derived from Micado CSR-02 costs [-] */
+    std::string development_emission_setting;/**<mode_0: no development emissions, mode_1: calculate w/o production/recycling, mode_2: include production/recycling*/
+    bool test_ETOPS;/**<true: Engine are tested for ETOPS approval, additional 3000 test cycles (a 0.5h), false: no test for ETOPS */
+    int engine_options_number;/**<Number of engine options for aircraft [-]*/
+    int wind_tunnel_test_hours;/**<Number of wind tunnel hours in aircraft development [h]*/
+    int structural_test_cycles;/**<Tested flight cycles in aircraft development; twice the number of flight cycles for which the aircraft will be certified [-]*/
+    int system_integration_test_hours;/**<Number of test hours at the system integration test rig [h]*/
+    int iron_bird_test_hours;/**<Number of test hours at Iron-Bird test rig [h]*/
+    bool do_engine_tests;/**<true: new engine will be certified for this aircraft, false: only engine tests */
+    int number_new_engines;/**<Number of new to be certified engines [-]*/
+    int number_test_engines;/**<Number of engies tested (rig + flight test) [-]*/
+    int rig_test_hours;/**<Number of test hours on the engine-Rig in aircraft development [h]*/
+    bool include_ETOPS;/**<true: ETOPS hours already in rig_test_hours, false: not included */
+    double max_cont_thrust_percentage;/**<Percentage of test hours on the engine rig with Maximum Continuous Thrust in aircraft development [-]*/
+    int flying_test_bed_hours;/**<Number of test hours on Flying Test Bed aircraft development [h]*/
+    int flying_test_bed_engine_number;/**<Number of engines on Flying Test Bed (without tested engine) [-]*/
+    double flying_test_bed_fuel_consumption;/**<Fuel Consumption per hour von Test Bed AC (pro Engine) [kg/s]*/
+    int flight_test_hours; /**<Number of flight test hours in aircraft development [h]*/
+    bool include_engine_options;/**< true: flight_test_hours incl. all Engine options, false: only for one. */
+    int structural_test_aircraft_number;/**<Number of aircraft destroyed during structural tests [-]*/
+    int flight_tests_aircraft_number;  /**<Number of aircraft used only for flight tests [-]*/
+    double engine_engineering_factor;/**< Ratio of engine engineering effort to whole aircraft, derived from Micado CSR-02 costs [-] */
     /*Production phase inputs*/
-    std::string productionMode; /**<mode_0: material mode, mode_1: main parts mode*/
-    bool primaryMaterialRecycling;/**<'true': primary material will be recycled, 'false': no recyling*/
-    bool calculateRC;/**<'true': recurring costs will be calculated, 'false': costs will be read from xml (old schema implemented, needs to be adapted)*/
-    int producedAC; /**<Number of aircraft produced per program*/
-    /*Operating phase inputs*/
-    bool calculateMaintCosts;/**<'true': recurring costs will be calculated, 'false': costs will be read from xml (old schema implemented, needs to be adapted)*/
+    std::string production_mode; /**<mode_0: material mode, mode_1: main parts mode*/
+    bool primary_material_recycling;/**<'true': primary material will be recycled, 'false': no recyling*/
+    int number_produced_aircraft; /**<Number of aircraft produced per program*/
     /*End of life phase inputs*/
-    double distanceToEoLSite;/**<Distance to be flown to the wreck location [m] */
+    double distance_to_EoL_site;/**<Distance to be flown to the wreck location [m] */
     /*Additional settings*/
-    int partsNo;/**< Number of main part [-]*/
-    int compTransportNo; /**< Number of components transported [-]*/
-    int sparePartsNo;/**< Number of spare components [-]*/
+    int parts_number;/**< Number of main part [-]*/
+    int transported_component_number; /**< Number of components transported [-]*/
+    int spare_parts_number;/**< Number of spare components [-]*/
 
 
-    /** \brief Default constructor of class SchaeferIOData
+    /** \brief Default constructor of class SchaeferConfig
      */
     SchaeferConfig();
 
 
-    /** \brief Constructor of class SchaeferIOData
+    /** \brief Constructor of class SchaeferConfig
      */
     virtual ~SchaeferConfig();
 
     /** \brief Function to read schaefer specific data from ecological_assessment.xml
      * \param config Node of the data structure defined by config file
      */
-    void readAllConfigData(const node& config);
+    void read_all_config_data(const node& config);
 
  private:
     /** \brief Function to read development data from config.xml
      * \param development Node of the development data structure defined in config file
      */
-    void readDevelopmentConfigData(const node& development);
+    void read_development_config_data(const node& development);
 
     /** \brief Function to read production data from config.xml
      * \param production Node of the production data structure defined by config file
      */
-    void readProductionConfigData(const node& production);
+    void read_production_config_data(const node& production);
 
     /** \brief Function to read operation data from config.xml
      * \param operation Node of the operation data structure defined by config file
      */
-    void readOperationConfigData(const node& operation);
+    void read_operation_config_data(const node& operation);
 
     /** \brief Function to read enf of life data from config.xml
      * \param endOfLife node of the endOfLife data structure defined by config file
      */
-    void readEndOfLifeConfigData(const node& endOfLife);
+    void read_end_of_life_config_data(const node& endOfLife);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_LIFE_CYCLE_EMISSIONS_LCA_SCHAEFER_SCHAEFERCONFIG_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.cpp
index 63f97fff58c41dda11400b4ecc0e8197f2ae32f3..f53c68e5d4f9060b112158ecd70ac9bfcd4668a3 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,6 +21,10 @@
 
 #include "schaeferIOData.h"
 #include "schaeferConfig.h"
+#include "development.h"
+#include "production.h"
+#include "operation.h"
+#include "endOfLife.h"
 #include <unordered_map>
 #include <string>
 #include <aixml/node.h>
@@ -28,6 +32,7 @@
 #include <moduleBasics/runtimeIO.h>
 #include <standardFiles/functions.h>
 #include <unitConversion/unitConversion.h>
+#include <energyCarriers/energyCarriers.h>
 
 using std::endl;
 using std::ostream;
@@ -42,81 +47,80 @@ SchaeferIOData::SchaeferIOData(std::shared_ptr<RuntimeIO> rtIO, std::shared_ptr<
             EndnodeReadOnly<double>("component_design/propulsion/specific/propulsion/engine/scale_factor").read(rtIO->acxml).value()),
     theTestMission(mission()),
     /*Requirements and specifications*/
-    v_max(EndnodeReadOnly<double>(string("requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/")
+    max_operating_speed(EndnodeReadOnly<double>(string("requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/")
                                     + string("maximum_operating_velocity")).read(rtIO->acxml).value()),
-    flightsPerYear(EndnodeReadOnly<int>("assessment/cost_estimation/operating_cost/direct_operating_cost/flights_per_year_study_mission").read(rtIO->acxml).value()),
-    durationOperation(EndnodeReadOnly<int>("requirements_and_specifications/assessment_scenario/duration_operation").read(rtIO->acxml).value_xml()),
-    seatsAvailable(EndnodeReadOnly<double>(string("requirements_and_specifications/design_specification/transport_task/passenger_definition/")
+    flights_per_year(EndnodeReadOnly<int>("assessment/cost_estimation/operating_cost/direct_operating_cost/flights_per_year_study_mission").read(rtIO->acxml).value()),
+    duration_operation(EndnodeReadOnly<int>("requirements_and_specifications/assessment_scenario/duration_operation").read(rtIO->acxml).value_xml()),
+    available_seats(EndnodeReadOnly<double>(string("requirements_and_specifications/design_specification/transport_task/passenger_definition/")
                                             + string("total_number_passengers")).read(rtIO->acxml).value()),
     /*Aerodynamics*/
-    S_ref(EndnodeReadOnly<double>("analysis/aerodynamics/reference_values/S_ref").read(rtIO->acxml).value()),
+    wing_reference_area(EndnodeReadOnly<double>("analysis/aerodynamics/reference_values/S_ref").read(rtIO->acxml).value()),
     /*Masses*/
-    MTOM(EndnodeReadOnly<double>("analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass").read(rtIO->acxml).value()),
-    OME(EndnodeReadOnly<double>("analysis/masses_cg_inertia/operating_mass_empty/mass_properties/mass").read(rtIO->acxml).value()),
-    sparePartsMass(6),
-    mainPartsMass(7),
-    transportedCompMass(6),
-    airframeMass(0.),
-    finMassRatio(0.),
-    stabilizerMassRatio(0.),
-    pylonMassRatio(0.),
-    nacelleMassRatio(0.),
-    engineMass(0.),
-    nacelleMass(0.),
-    pylonMass(0.),
-    bleedAirSystemMass(0.),
-    fuelSystemMass(0.),
-    otherEngineSystemsMass(0.),
+    mtom(EndnodeReadOnly<double>("analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass").read(rtIO->acxml).value()),
+    ome(EndnodeReadOnly<double>("analysis/masses_cg_inertia/operating_mass_empty/mass_properties/mass").read(rtIO->acxml).value()),
+    spare_parts_mass(6),
+    main_parts_mass(7),
+    transported_component_mass(6),
+    airframe_mass(0.),
+    fin_mass_ratio(0.),
+    stabilizer_mass_ratio(0.),
+    pylon_mass_ratio(0.),
+    nacelle_mass_ratio(0.),
+    engine_mass(0.),
+    nacelle_mass(0.),
+    pylon_mass(0.),
+    bleed_air_system_mass(0.),
+    fuel_system_mass(0.),
+    other_engine_systems_mass(0.),
     /*Propulsion*/
-    numberOfEngines(rtIO->acxml.getVector("aircraft_exchange_file/component_design/propulsion/specific/propulsion/").size()),
-    fuelFlowContThrustCruise(0.),
+    number_of_engines(rtIO->acxml.getVector("aircraft_exchange_file/component_design/propulsion/specific/propulsion/").size()),
+    fuel_flow_cont_thrust(0.),
     /*Systems*/
-    propDesignPowerTotal(0.),
+    propulsion_design_power(0.),
     /*Design Mission*/
-    rangeDesign(EndnodeReadOnly<double>("analysis/mission/design_mission/range").read(rtIO->acxml).value()),
-    blocktimeDesign(convertUnit(SECOND, HOUR, EndnodeReadOnly<double>("analysis/mission/design_mission/block_time").read(rtIO->acxml).value())),
-    flightTimeDesign(convertUnit(SECOND, HOUR, EndnodeReadOnly<double>("analysis/mission/design_mission/flight_time").read(rtIO->acxml).value())),
-    taxifuelDesign(0.),
-    tripfuelDesign(0.),
-    blockfuelDesign(0.),
-    LTOfuelDesign(0.),
+    range_design(EndnodeReadOnly<double>("analysis/mission/design_mission/range").read(rtIO->acxml).value()),
+    blocktime_design(convertUnit(SECOND, HOUR, EndnodeReadOnly<double>("analysis/mission/design_mission/block_time").read(rtIO->acxml).value())),
+    flight_time_design(convertUnit(SECOND, HOUR, EndnodeReadOnly<double>("analysis/mission/design_mission/flight_time").read(rtIO->acxml).value())),
+    taxi_fuel_design(0.),
+    tripfuel_design(0.),
+    blockfuel_design(0.),
+    LTO_fuel_design(0.),
     /*Study Mission*/
-    rangeStudy(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/range").read(rtIO->acxml).value()),
-    flightTimeStudy(EndnodeReadOnly<double>("analysis/mission/study_mission/flight_time").read(rtIO->acxml).value()),
-    tripfuelStudy(0.),
-    studyMissionPAX(0.),
-    blockfuelStudy(0.) {
-        configuration.readAllConfigData(rtIO->moduleConfig);
-        readAircraft(rtIO);
-        getMissionFileData(rtIO);
-        readEcologicalAssessmentXML(ecoAssXML);
+    range_study(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/range").read(rtIO->acxml).value()),
+    flight_time_study(EndnodeReadOnly<double>("analysis/mission/study_mission/flight_time").read(rtIO->acxml).value()),
+    tripfuel_study(0.),
+    study_mission_PAX(0.),
+    blockfuel_study(0.) {
+        configuration.read_all_config_data(rtIO->moduleConfig);
+        read_aircraft(rtIO);
+        get_mission_file_data(rtIO);
+        read_ecological_assessment_xml(ecoAssXML);
     }
 
 /* Input data methods*/
-void SchaeferIOData::readAircraft(std::shared_ptr<RuntimeIO> rtIO) {
-    acftName = std::string(rtIO->acxml.at("aircraft_exchange_file/general/type/value")) + std::string("-") + std::string(rtIO->acxml.at("general/model/value"));
+void SchaeferIOData::read_aircraft(std::shared_ptr<RuntimeIO> rtIO) {
     double propDesignPowerElecHyd(EndnodeReadOnly<double>("component_design/systems/specific/maximium_power_demand").read(rtIO->acxml).value());
-    propDesignPowerTotal = (fabs(propDesignPowerElecHyd)) * 1 / 0.27 /1000; //kW; assumption: 27% electrical+hydr. power, rest: pneumatically:
+    propulsion_design_power = (fabs(propDesignPowerElecHyd)) * 1 / 0.27 /1000; //kW; assumption: 27% electrical+hydr. power, rest: pneumatically:
     //...s. _Wheeler_MoreElectricAircraft (under AircraftDesign/Systems/...)
-    numberOfEngines = rtIO->acxml.getVector("aircraft_exchange_file/component_design/propulsion/specific/propulsion/").size();
-    myEngine.set_same_engine_type_quantity(numberOfEngines);
+    number_of_engines = rtIO->acxml.getVector("aircraft_exchange_file/component_design/propulsion/specific/propulsion/").size();
+    myEngine.set_same_engine_type_quantity(number_of_engines);
     double buckt_point_thrust(EndnodeReadOnly<double>("component_design/propulsion/specific/propulsion/engine/bucket_point/thrust").read(rtIO->acxml).value());
     double buckt_point_tsfc(EndnodeReadOnly<double>("component_design/propulsion/specific/propulsion/engine/bucket_point/tsfc").read(rtIO->acxml).value());
-    fuelFlowContThrustCruise = buckt_point_thrust * buckt_point_tsfc;
-    studyMissionPAX = std::round(EndnodeReadOnly<double>(std::string("requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/")
+    fuel_flow_cont_thrust = buckt_point_thrust * buckt_point_tsfc;
+    study_mission_PAX = std::round(EndnodeReadOnly<double>(std::string("requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/")
                                                 + std::string("payload_fractions/passenger_mass_fraction")).read(rtIO->acxml).value()
                                     * EndnodeReadOnly<double>(std::string("requirements_and_specifications/design_specification/transport_task/")
                                                 + std::string("passenger_definition/total_number_passengers")).read(rtIO->acxml).value());
-    getMasses(rtIO);
+    get_masses(rtIO);
 }
 
-void SchaeferIOData::getMissionFileData(std::shared_ptr<RuntimeIO> rtIO) {
-    std::string missionFile = std::string(rtIO->acxml.at("/aircraft_exchange_file/requirements_and_specifications/mission_files/design_mission_file/value"));
-    const node& missionXML(aixml::openDocument(rtIO->getMissionDataDir() + "/" + missionFile));
-    taxiTime = EndnodeReadOnly<double>("mission/taxi_time_origin").read(missionXML).value() + EndnodeReadOnly<double>("mission/taxi_time_destination").read(missionXML).value();
+void SchaeferIOData::get_mission_file_data(std::shared_ptr<RuntimeIO> rtIO) {
+    std::string mission_xml_name = std::string(rtIO->acxml.at("/aircraft_exchange_file/requirements_and_specifications/mission_files/design_mission_file/value"));
+    const node& mission_xml(aixml::openDocument(rtIO->getMissionDataDir() + "/" + mission_xml_name));
+    taxi_time = EndnodeReadOnly<double>("mission/taxi_time_origin").read(mission_xml).value() + EndnodeReadOnly<double>("mission/taxi_time_destination").read(mission_xml).value();
 }
 
-void SchaeferIOData::getMasses(std::shared_ptr<RuntimeIO> rtIO) {
+void SchaeferIOData::get_masses(std::shared_ptr<RuntimeIO> rtIO) {
     /* Aircraft masses */
     double MME(EndnodeReadOnly<double>("analysis/masses_cg_inertia/manufacturer_mass_empty/mass_properties/mass").read(rtIO->acxml).value());
     double systemsMass(EndnodeReadOnly<double>("component_design/systems/mass_properties/mass").read(rtIO->acxml).value());
@@ -128,17 +132,17 @@ void SchaeferIOData::getMasses(std::shared_ptr<RuntimeIO> rtIO) {
     double powerUnitMass(0.);
     int numberOfPropulsors(rtIO->acxml.getVector("aircraft_exchange_file/component_design/propulsion/specific/propulsion/").size());
     for (int i(0); i < numberOfPropulsors; i++) {
-       nacelleMass += EndnodeReadOnly<double>("component_design/propulsion/specific/nacelle/mass_properties/mass").read(rtIO->acxml).value();
-       pylonMass += EndnodeReadOnly<double>("component_design/propulsion/specific/pylon/mass_properties/mass").read(rtIO->acxml).value();
-       engineMass += EndnodeReadOnly<double>("component_design/propulsion/specific/engine/mass_properties/mass").read(rtIO->acxml).value();
+       nacelle_mass += EndnodeReadOnly<double>("component_design/propulsion/specific/nacelle/mass_properties/mass").read(rtIO->acxml).value();
+       pylon_mass += EndnodeReadOnly<double>("component_design/propulsion/specific/pylon/mass_properties/mass").read(rtIO->acxml).value();
+       engine_mass += EndnodeReadOnly<double>("component_design/propulsion/specific/engine/mass_properties/mass").read(rtIO->acxml).value();
     }
-    bleedAirSystemMass = EndnodeReadOnly<double>("component_design/systems/specific/geometry/mass_properties/bleed_air_system").read(rtIO->acxml).value();
-    fuelSystemMass = EndnodeReadOnly<double>("component_design/systems/specific/geometry/mass_properties/fuel_system").read(rtIO->acxml).value();
-    //otherEngineSystemsMass = todo;
+    bleed_air_system_mass = EndnodeReadOnly<double>("component_design/systems/specific/geometry/mass_properties/bleed_air_system").read(rtIO->acxml).value();
+    fuel_system_mass = EndnodeReadOnly<double>("component_design/systems/specific/geometry/mass_properties/fuel_system").read(rtIO->acxml).value();
+    //other_engine_systems_mass = todo;
     /*TODO: check if engine systems are part of propulsion mass for powerUnitMass, if not add it from systems block*/
-    powerUnitMass = EndnodeReadOnly<double>("component_design/propulsion/mass_properties/mass").read(rtIO->acxml).value() - pylonMass;
-    pylonMassRatio = pylonMass / (pylonMass + nacelleMass);
-    nacelleMassRatio = nacelleMass / (pylonMass + nacelleMass);
+    powerUnitMass = EndnodeReadOnly<double>("component_design/propulsion/mass_properties/mass").read(rtIO->acxml).value() - pylon_mass;
+    pylon_mass_ratio = pylon_mass / (pylon_mass + nacelle_mass);
+    nacelle_mass_ratio = nacelle_mass / (pylon_mass + nacelle_mass);
 
     /* Empennage masses and ratios */
     double finMass(0.);
@@ -153,32 +157,36 @@ void SchaeferIOData::getMasses(std::shared_ptr<RuntimeIO> rtIO) {
         else if (name == "horizontal_stabiliser")
             stabiliserMass += mass;
     }
-    empennageMass = finMass + stabiliserMass;
-    finMassRatio = finMass / (empennageMass);
-    stabilizerMassRatio = stabiliserMass / (empennageMass);
+    empennage_mass = finMass + stabiliserMass;
+    fin_mass_ratio = finMass / (empennage_mass);
+    stabilizer_mass_ratio = stabiliserMass / (empennage_mass);
 
     /* Airframe mass */
-    airframeMass =  MME - systemsMass - engineMass - nacelleMass;
+    airframe_mass =  MME - systemsMass - engine_mass - nacelle_mass;
     /* Spare parts masses*/
-    sparePartsMass = {wingMass, fuselageMass, stabiliserMass, finMass, landingGearMass, powerUnitMass};
+    spare_parts_mass = {wingMass, fuselageMass, stabiliserMass, finMass, landingGearMass, powerUnitMass};
     /* Main parts masses*/
-    mainPartsMass = {wingMass, fuselageMass, stabiliserMass, finMass, landingGearMass, pylonMass, powerUnitMass};
+    main_parts_mass = {wingMass, fuselageMass, stabiliserMass, finMass, landingGearMass, pylon_mass, powerUnitMass};
     /* Transported components masses*/
-    transportedCompMass = {wingMass, fuselageMass, stabiliserMass, finMass, landingGearMass, powerUnitMass};
+    transported_component_mass = {wingMass, fuselageMass, stabiliserMass, finMass, landingGearMass, powerUnitMass};
 
     /* Fuel masses */
-    tripfuelDesign = EndnodeReadOnly<double>("analysis/mission/design_mission/trip_energy").read(rtIO->acxml).value()/rtIO->get_fuel_gravimetric_energy_density(0);;
-    LTOfuelDesign = (EndnodeReadOnly<double>("analysis/mission/design_mission/takeoff_energy").read(rtIO->acxml).value()
-                    + EndnodeReadOnly<double>("analysis/mission/design_mission/landing_energy").read(rtIO->acxml).value())
-                    /rtIO->get_fuel_gravimetric_energy_density(0);
-    taxifuelDesign = EndnodeReadOnly<double>("analysis/mission/design_mission/taxi_energy").read(rtIO->acxml).value()/rtIO->get_fuel_gravimetric_energy_density(0);;
-    blockfuelDesign = taxifuelDesign + tripfuelDesign;
-    taxifuelStudy = EndnodeReadOnly<double>("analysis/mission/study_mission/taxi_energy").read(rtIO->acxml).value()/rtIO->get_fuel_gravimetric_energy_density(0);;
-    tripfuelStudy = EndnodeReadOnly<double>("analysis/mission/study_mission/trip_energy").read(rtIO->acxml).value()/rtIO->get_fuel_gravimetric_energy_density(0);;
-    blockfuelStudy = tripfuelStudy + taxifuelStudy;
+    double gravimetric_energy_density = EnergyCarrier("kerosene", rtIO->get_fuel_density(0)).gravimetric_energy_density;
+    tripfuel_design = EndnodeReadOnly<double>("analysis/mission/design_mission/trip_energy").read(rtIO->acxml).value()/gravimetric_energy_density;
+    LTO_fuel_design = (EndnodeReadOnly<double>("analysis/mission/design_mission/takeoff_energy").read(rtIO->acxml).value()
+                    + EndnodeReadOnly<double>("analysis/mission/design_mission/landing_energy").read(rtIO->acxml).value())/gravimetric_energy_density;
+    taxi_fuel_design = (EndnodeReadOnly<double>("analysis/mission/design_mission/taxi_energy/taxi_out_energy").read(rtIO->acxml).value()
+                        + EndnodeReadOnly<double>("analysis/mission/design_mission/taxi_energy/taxi_in_energy").read(rtIO->acxml).value())
+                        /gravimetric_energy_density;
+    blockfuel_design = taxi_fuel_design + tripfuel_design;
+    taxi_fuel_study = (EndnodeReadOnly<double>("analysis/mission/study_mission/taxi_energy/taxi_out_energy").read(rtIO->acxml).value()
+                        + EndnodeReadOnly<double>("analysis/mission/study_mission/taxi_energy/taxi_in_energy").read(rtIO->acxml).value())
+                        /gravimetric_energy_density;
+    tripfuel_study = EndnodeReadOnly<double>("analysis/mission/study_mission/trip_energy").read(rtIO->acxml).value()/gravimetric_energy_density;
+    blockfuel_study = tripfuel_study + taxi_fuel_study;
 }
 
-void SchaeferIOData::readEcologicalAssessmentXML(std::shared_ptr<node> ecologicalAssessmentXML) {
+void SchaeferIOData::read_ecological_assessment_xml(std::shared_ptr<node> ecologicalAssessmentXML) {
     const node mission_emissions(ecologicalAssessmentXML->at("ecological_data_file/mission_emissions"));
     theTestMission.LTO.CO2 = EndnodeReadOnly<double>("design_mission/emissions/LTO_cycle/CO2").read(mission_emissions).value();
     theTestMission.LTO.H2O = EndnodeReadOnly<double>("design_mission/emissions/LTO_cycle/H2O").read(mission_emissions).value();
@@ -188,14 +196,14 @@ void SchaeferIOData::readEcologicalAssessmentXML(std::shared_ptr<node> ecologica
     theTestMission.LTO.CH4 = EndnodeReadOnly<double>("design_mission/emissions/LTO_cycle/CH4").read(mission_emissions).value();
     theTestMission.LTO.CO = EndnodeReadOnly<double>("design_mission/emissions/LTO_cycle/CO").read(mission_emissions).value();
     theTestMission.LTO.soot = EndnodeReadOnly<double>("design_mission/emissions/LTO_cycle/soot").read(mission_emissions).value();
-    theTestMission.Cruise.CO2 = EndnodeReadOnly<double>("design_mission/emissions/cruise/CO2").read(mission_emissions).value();
-    theTestMission.Cruise.H2O = EndnodeReadOnly<double>("design_mission/emissions/cruise/H2O").read(mission_emissions).value();
-    theTestMission.Cruise.SO2 = EndnodeReadOnly<double>("design_mission/emissions/cruise/SO2").read(mission_emissions).value();
-    theTestMission.Cruise.NOx = EndnodeReadOnly<double>("design_mission/emissions/cruise/NOx").read(mission_emissions).value();
-    theTestMission.Cruise.HC = EndnodeReadOnly<double>("design_mission/emissions/cruise/HC").read(mission_emissions).value();
-    theTestMission.Cruise.CH4 = EndnodeReadOnly<double>("design_mission/emissions/cruise/CH4").read(mission_emissions).value();
-    theTestMission.Cruise.CO = EndnodeReadOnly<double>("design_mission/emissions/cruise/CO").read(mission_emissions).value();
-    theTestMission.Cruise.soot = EndnodeReadOnly<double>("design_mission/emissions/cruise/soot").read(mission_emissions).value();
+    theTestMission.cruise.CO2 = EndnodeReadOnly<double>("design_mission/emissions/cruise/CO2").read(mission_emissions).value();
+    theTestMission.cruise.H2O = EndnodeReadOnly<double>("design_mission/emissions/cruise/H2O").read(mission_emissions).value();
+    theTestMission.cruise.SO2 = EndnodeReadOnly<double>("design_mission/emissions/cruise/SO2").read(mission_emissions).value();
+    theTestMission.cruise.NOx = EndnodeReadOnly<double>("design_mission/emissions/cruise/NOx").read(mission_emissions).value();
+    theTestMission.cruise.HC = EndnodeReadOnly<double>("design_mission/emissions/cruise/HC").read(mission_emissions).value();
+    theTestMission.cruise.CH4 = EndnodeReadOnly<double>("design_mission/emissions/cruise/CH4").read(mission_emissions).value();
+    theTestMission.cruise.CO = EndnodeReadOnly<double>("design_mission/emissions/cruise/CO").read(mission_emissions).value();
+    theTestMission.cruise.soot = EndnodeReadOnly<double>("design_mission/emissions/cruise/soot").read(mission_emissions).value();
     theStudyMission.LTO.CO2 = EndnodeReadOnly<double>("study_mission/emissions/LTO_cycle/CO2").read(mission_emissions).value();
     theStudyMission.LTO.H2O = EndnodeReadOnly<double>("study_mission/emissions/LTO_cycle/H2O").read(mission_emissions).value();
     theStudyMission.LTO.SO2 = EndnodeReadOnly<double>("study_mission/emissions/LTO_cycle/SO2").read(mission_emissions).value();
@@ -204,121 +212,144 @@ void SchaeferIOData::readEcologicalAssessmentXML(std::shared_ptr<node> ecologica
     theStudyMission.LTO.CH4 = EndnodeReadOnly<double>("study_mission/emissions/LTO_cycle/CH4").read(mission_emissions).value();
     theStudyMission.LTO.CO = EndnodeReadOnly<double>("study_mission/emissions/LTO_cycle/CO").read(mission_emissions).value();
     theStudyMission.LTO.soot = EndnodeReadOnly<double>("study_mission/emissions/LTO_cycle/soot").read(mission_emissions).value();
-    theStudyMission.Cruise.CO2 = EndnodeReadOnly<double>("study_mission/emissions/cruise/CO2").read(mission_emissions).value();
-    theStudyMission.Cruise.H2O = EndnodeReadOnly<double>("study_mission/emissions/cruise/H2O").read(mission_emissions).value();
-    theStudyMission.Cruise.SO2 = EndnodeReadOnly<double>("study_mission/emissions/cruise/SO2").read(mission_emissions).value();
-    theStudyMission.Cruise.NOx = EndnodeReadOnly<double>("study_mission/emissions/cruise/NOx").read(mission_emissions).value();
-    theStudyMission.Cruise.HC = EndnodeReadOnly<double>("study_mission/emissions/cruise/HC").read(mission_emissions).value();
-    theStudyMission.Cruise.CH4 = EndnodeReadOnly<double>("study_mission/emissions/cruise/CH4").read(mission_emissions).value();
-    theStudyMission.Cruise.CO = EndnodeReadOnly<double>("study_mission/emissions/cruise/CO").read(mission_emissions).value();
-    theStudyMission.Cruise.soot = EndnodeReadOnly<double>("study_mission/emissions/cruise/soot").read(mission_emissions).value();
+    theStudyMission.cruise.CO2 = EndnodeReadOnly<double>("study_mission/emissions/cruise/CO2").read(mission_emissions).value();
+    theStudyMission.cruise.H2O = EndnodeReadOnly<double>("study_mission/emissions/cruise/H2O").read(mission_emissions).value();
+    theStudyMission.cruise.SO2 = EndnodeReadOnly<double>("study_mission/emissions/cruise/SO2").read(mission_emissions).value();
+    theStudyMission.cruise.NOx = EndnodeReadOnly<double>("study_mission/emissions/cruise/NOx").read(mission_emissions).value();
+    theStudyMission.cruise.HC = EndnodeReadOnly<double>("study_mission/emissions/cruise/HC").read(mission_emissions).value();
+    theStudyMission.cruise.CH4 = EndnodeReadOnly<double>("study_mission/emissions/cruise/CH4").read(mission_emissions).value();
+    theStudyMission.cruise.CO = EndnodeReadOnly<double>("study_mission/emissions/cruise/CO").read(mission_emissions).value();
+    theStudyMission.cruise.soot = EndnodeReadOnly<double>("study_mission/emissions/cruise/soot").read(mission_emissions).value();
 }
 
 /* Output data methods*/
-// void SchaeferIOData::updateEcologicalValuesXml(std::shared_ptr<node> ecologicalAssessmentXML, const mission& theStudyMission, const mission& theTestMission,
-//                     const development& theDevelopment, const production& theProduction, const operation& theOperation, const endOfLife& theEndOfLife) {
-//     std::string subPath("EcologicalValues/Emissions/");
-//     /*LCA results*/
-//     if (configuration.LCA) {
-//         /*Development Block*/
-//         if (configuration.developmentEmissionSetting != "mode_0") {
-//             ecologicalAssessmentXML->at(subPath + "Development/CO2") = Rounding(theDevelopment.development_total.CO2, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/H2O") = Rounding(theDevelopment.development_total.H2O, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/NOx") = Rounding(theDevelopment.development_total.NOx, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/CO") = Rounding(theDevelopment.development_total.CO, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/SO2") = Rounding(theDevelopment.development_total.SO2, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/CH4") = Rounding(theDevelopment.development_total.CH4, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/PM10") = Rounding(theDevelopment.development_total.PM10, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/N2O") = Rounding(theDevelopment.development_total.N2O, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/PFC") = Rounding(theDevelopment.development_total.PFC, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/NMVOC") = Rounding(theDevelopment.development_total.NMVOC, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/HC") = Rounding(theDevelopment.development_total.HC, 3);
-//             ecologicalAssessmentXML->at(subPath + "Development/CO2") = Rounding(theDevelopment.development_total.CO2, 3);
-//         }
-//         /*Production Block*/
-//         ecologicalAssessmentXML->at(subPath + "Production/CO2") = Rounding(theProduction.production_total.CO2, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/H2O") = Rounding(theProduction.production_total.H2O, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/NOx") = Rounding(theProduction.production_total.NOx, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/CO") = Rounding(theProduction.production_total.CO, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/SO2") = Rounding(theProduction.production_total.SO2, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/CH4") = Rounding(theProduction.production_total.CH4, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/PM10") = Rounding(theProduction.production_total.PM10, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/N2O") = Rounding(theProduction.production_total.N2O, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/PFC") = Rounding(theProduction.production_total.PFC, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/NMVOC") = Rounding(theProduction.production_total.NMVOC, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/HC") = Rounding(theProduction.production_total.HC, 3);
-//         ecologicalAssessmentXML->at(subPath + "Production/CO2") = Rounding(theProduction.production_total.CO2, 3);
+void SchaeferIOData::update_ecological_assessment_xml(std::shared_ptr<node> ecologicalAssessmentXML, const Development& theDevelopment,
+                const Production& theProduction, const Operation& theOperation, const EndOfLife& theEndOfLife) {
+    myRuntimeInfo->out << "  Update ecological_assessment_results.xml" << std::endl;
+    std::string lca_path("ecological_data_file/life_cycle_assessment/");
+    std::string sub_path(lca_path + "emissions/development");
+    /*Development Block*/
+    if (configuration.development_emission_setting != "mode_0") {
+        Endnode<double>("CO2", "Total CO2 emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.CO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("H2O", "Total H2O emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.H2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("NOx", "Total NOx emissions of development phase",
+                         Rounding(theDevelopment.developmentTotal.NOx, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("CO", "Total CO emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.CO, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("SO2", "Total SO2 emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.SO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("CH4", "Total CH4 emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.CH4, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("PM10", "Total PM10 emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.PM10, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("N2O", "Total N2O emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.N2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("PFC", "Total PFC emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.PFC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("NMVOC", "Total NMVOC emissions of development phase",
+                        Rounding(theDevelopment.developmentTotal.NMVOC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        Endnode<double>("HC", "Total HC emissions of development phase",
+                Rounding(theDevelopment.developmentTotal.HC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+        ecologicalAssessmentXML->at(sub_path).addAttrib("description", "Development emissions");
+    }
+
+    /*Production Block*/
+    sub_path = lca_path + "emissions/production";
+    Endnode<double>("CO2", "Total CO2 emissions of production phase",
+                    Rounding(theProduction.productionTotal.CO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("H2O", "Total H2O emissions of production phase",
+                    Rounding(theProduction.productionTotal.H2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("NOx", "Total NOx emissions of production phase",
+                    Rounding(theProduction.productionTotal.NOx, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("CO", "Total CO emissions of production phase",
+                    Rounding(theProduction.productionTotal.CO, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("SO2", "Total SO2 emissions of production phase",
+                    Rounding(theProduction.productionTotal.SO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("CH4", "Total CH4 emissions of production phase",
+                    Rounding(theProduction.productionTotal.CH4, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("PM10", "Total PM10 emissions of production phase",
+                    Rounding(theProduction.productionTotal.PM10, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("N2O", "Total N2O emissions of production phase",
+                    Rounding(theProduction.productionTotal.N2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("PFC", "Total PFC emissions of production phase",
+                    Rounding(theProduction.productionTotal.PFC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("NMVOC", "Total NMVOC emissions of production phase",
+                    Rounding(theProduction.productionTotal.NMVOC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("HC", "Total HC emissions of production phase",
+                    Rounding(theProduction.productionTotal.HC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    ecologicalAssessmentXML->at(sub_path).addAttrib("description", "Production emissions");
+
+    /* Operation Block */
+    sub_path = lca_path + "emissions/operation";
+    Endnode<double>("CO2", "Total CO2 emissions of operation phase",
+                    Rounding(theOperation.operationTotal.CO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("H2O", "Total H2O emissions of operation phase",
+                    Rounding(theOperation.operationTotal.H2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("NOx", "Total NOx emissions of operation phase",
+                    Rounding(theOperation.operationTotal.NOx, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("CO", "Total CO emissions of operation phase",
+                    Rounding(theOperation.operationTotal.CO, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("SO2", "Total SO2 emissions of operation phase",
+                    Rounding(theOperation.operationTotal.SO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("CH4", "Total CH4 emissions of operation phase",
+                    Rounding(theOperation.operationTotal.CH4, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("PM10", "Total PM10 emissions of operation phase",
+                    Rounding(theOperation.operationTotal.PM10, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("N2O", "Total N2O emissions of operation phase",
+                    Rounding(theOperation.operationTotal.N2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("PFC", "Total PFC emissions of operation phase",
+                    Rounding(theOperation.operationTotal.PFC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("NMVOC", "Total NMVOC emissions of operation phase",
+                    Rounding(theOperation.operationTotal.NMVOC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("HC", "Total HC emissions of operation phase",
+                    Rounding(theOperation.operationTotal.HC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    ecologicalAssessmentXML->at(sub_path).addAttrib("description", "Operation emissions");
 
-//         /*End Of Life Block*/
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/CO2") = Rounding(theEndOfLife.endOfLife_total.CO2, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/H2O") = Rounding(theEndOfLife.endOfLife_total.H2O, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/NOx") = Rounding(theEndOfLife.endOfLife_total.NOx, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/CO") = Rounding(theEndOfLife.endOfLife_total.CO, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/SO2") = Rounding(theEndOfLife.endOfLife_total.SO2, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/CH4") = Rounding(theEndOfLife.endOfLife_total.CH4, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/PM10") = Rounding(theEndOfLife.endOfLife_total.PM10, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/N2O") = Rounding(theEndOfLife.endOfLife_total.N2O, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/PFC") = Rounding(theEndOfLife.endOfLife_total.PFC, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/NMVOC") = Rounding(theEndOfLife.endOfLife_total.NMVOC, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/HC") = Rounding(theEndOfLife.endOfLife_total.HC, 3);
-//         ecologicalAssessmentXML->at(subPath + "EndOfLife/CO2") = Rounding(theEndOfLife.endOfLife_total.CO2, 3);
+    /*End Of Life Block*/
+    sub_path = lca_path + "emissions/end_of_life";
+    Endnode<double>("CO2", "Total CO2 emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.CO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("H2O", "Total H2O emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.H2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("NOx", "Total NOx emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.NOx, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("CO", "Total CO emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.CO, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("SO2", "Total SO2 emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.SO2, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("CH4", "Total CH4 emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.CH4, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("PM10", "Total PM10 emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.PM10, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("N2O", "Total N2O emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.N2O, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("PFC", "Total PFC emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.PFC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("NMVOC", "Total NMVOC emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.NMVOC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("HC", "Total HC emissions of end-of-life phase",
+                    Rounding(theEndOfLife.endOfLifeTotal.HC, 3), "kg").update((*ecologicalAssessmentXML)[sub_path]);
+    ecologicalAssessmentXML->at(sub_path).addAttrib("description", "End of life emissions");
 
-//         /*CED*/
-//         subPath = "EcologicalValues/CED/";
-//         double CEDtotal = theDevelopment.development_total.CED + theProduction.production_total.CED +
-//                         theOperation.operation_total.CED + theEndOfLife.endOfLife_total.CED;
-//         ecologicalAssessmentXML->at(subPath + "CEDTotal") = Rounding(CEDtotal, 3);
-//         if (configuration.developmentEmissionSetting != "mode_0") {
-//             ecologicalAssessmentXML->at(subPath + "CEDComponents/Development") = Rounding(theDevelopment.development_total.CED, 3);
-//         }
-//         ecologicalAssessmentXML->at(subPath + "CEDComponents/Production") = Rounding(theProduction.production_total.CED, 3);
-//         ecologicalAssessmentXML->at(subPath + "CEDComponents/Operations") = Rounding(theOperation.operation_total.CED, 3);
-//         ecologicalAssessmentXML->at(subPath + "CEDComponents/EndOfLife") = Rounding(theEndOfLife.endOfLife_total.CED, 3);
-//     }
+    /*CED*/
+    sub_path = lca_path + "cumulative_energy_demand/";
+    double CEDtotal = theDevelopment.developmentTotal.CED + theProduction.productionTotal.CED +
+                    theOperation.operationTotal.CED + theEndOfLife.endOfLifeTotal.CED;
+    Endnode<double>("total", "Total cumulative energy demand", Rounding(CEDtotal*pow(10, 6), 3), "J").update((*ecologicalAssessmentXML)[sub_path]);
+    if (configuration.development_emission_setting != "mode_0") {
+        Endnode<double>("development", "Total cumulative energy demand of development phase",
+                        Rounding(theDevelopment.developmentTotal.CED*pow(10, 6), 3), "J").update((*ecologicalAssessmentXML)[sub_path]);
+    }
+    Endnode<double>("production", "Total cumulative energy demand of production phase",
+                        Rounding(theProduction.productionTotal.CED*pow(10, 6), 3), "J").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("operation", "Total cumulative energy demand of operation phase",
+                        Rounding(theOperation.operationTotal.CED*pow(10, 6), 3), "J").update((*ecologicalAssessmentXML)[sub_path]);
+    Endnode<double>("end_of_life", "Total cumulative energy demand of end-of-life phase",
+                        Rounding(theEndOfLife.endOfLifeTotal.CED*pow(10, 6), 3), "J").update((*ecologicalAssessmentXML)[sub_path]);
+    ecologicalAssessmentXML->at(sub_path).addAttrib("description", "Cumulative enrrgy demand of life cycle");
+
+    ecologicalAssessmentXML->at(lca_path).addAttrib("description", "Results of life cycle assessment");
+}
 
-//     /* Operation Block */
-//     subPath = "EcologicalValues/Emissions/Operations/";
-//     /*Total emissions during the operational phase*/
-//     ecologicalAssessmentXML->at(subPath + "CO2") = Rounding(theOperation.operation_total.CO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "H2O") = Rounding(theOperation.operation_total.H2O, 3);
-//     ecologicalAssessmentXML->at(subPath + "NOx") = Rounding(theOperation.operation_total.NOx, 3);
-//     ecologicalAssessmentXML->at(subPath + "CO") = Rounding(theOperation.operation_total.CO, 3);
-//     ecologicalAssessmentXML->at(subPath + "SO2") = Rounding(theOperation.operation_total.SO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "CH4") = Rounding(theOperation.operation_total.CH4, 3);
-//     ecologicalAssessmentXML->at(subPath + "PM10") = Rounding(theOperation.operation_total.PM10, 3);
-//     ecologicalAssessmentXML->at(subPath + "N2O") = Rounding(theOperation.operation_total.N2O, 3);
-//     ecologicalAssessmentXML->at(subPath + "PFC") = Rounding(theOperation.operation_total.PFC, 3);
-//     ecologicalAssessmentXML->at(subPath + "NMVOC") = Rounding(theOperation.operation_total.NMVOC, 3);
-//     ecologicalAssessmentXML->at(subPath + "HC") = Rounding(theOperation.operation_total.HC, 3);
-//     ecologicalAssessmentXML->at(subPath + "CO2") = Rounding(theOperation.operation_total.CO2, 3);
-//     /*ICAO LTO*/
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/CO2") = Rounding(theStudyMission.ICAO_LTO.CO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/H2O") = Rounding(theStudyMission.ICAO_LTO.H2O, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/SO2") = Rounding(theStudyMission.ICAO_LTO.SO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/HC") = Rounding(theStudyMission.ICAO_LTO.HC, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/CO") = Rounding(theStudyMission.ICAO_LTO.CO, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/NOx") = Rounding(theStudyMission.ICAO_LTO.NOx, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/PM10") = Rounding(theStudyMission.ICAO_LTO.soot, 3);
-//     /*LTO Times*/
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/Total") = Rounding(theStudyMission.LTOtime, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/TaxiTime") = Rounding(theStudyMission.taxiTime / 60., 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/TakeOffTime") = Rounding(theStudyMission.takeOffTime / 60., 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/ClimbOutTime") = Rounding(theStudyMission.climbOutTime / 60., 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/ApproachTime") = Rounding(theStudyMission.approachTime / 60., 3);
-//     /*LTO*/
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTO/CO2") = Rounding(theStudyMission.LTO.CO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTO/H2O") = Rounding(theStudyMission.LTO.H2O, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTO/SO2") = Rounding(theStudyMission.LTO.SO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTO/HC") = Rounding(theStudyMission.LTO.HC, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTO/CO/") = Rounding(theStudyMission.LTO.CO, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTO/NOx") = Rounding(theStudyMission.LTO.NOx, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTO/PM10") = Rounding(theStudyMission.LTO.soot, 3);
-//     /*Cruise*/
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/Cruise/CO2") = Rounding(theStudyMission.Cruise.CO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/Cruise/H2O") = Rounding(theStudyMission.Cruise.H2O, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/Cruise/SO2") = Rounding(theStudyMission.Cruise.SO2, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/Cruise/HC") = Rounding(theStudyMission.Cruise.HC, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/Cruise/CO") = Rounding(theStudyMission.Cruise.CO, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/Cruise/NOx") = Rounding(theStudyMission.Cruise.NOx, 3);
-//     ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/Cruise/PM10") = Rounding(theStudyMission.Cruise.soot, 3);
-// }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.h b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.h
index 7ef3d3ab1891105c5bff5965a2278ba0f206a38e..97502f2bf41133cf51b06accd356663d344d97e9 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferIOData.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,6 +35,15 @@
 
 #include "../../../emissionsClass.h"
 #include "schaeferConfig.h"
+#include "development.h"
+#include "production.h"
+#include "operation.h"
+#include "endOfLife.h"
+
+class Development;
+class Production;
+class Operation;
+class EndOfLife;
 
 // TODO(franz#1#): T126 check if sum of components = 100%
 /** \class SchaeferIOData
@@ -42,30 +51,23 @@
  */
 class SchaeferIOData {
  public:
-    const std::string sparePartATA[7] = { /**< ATA chapters which should be exchanged during the operation phase */
+    const std::string spare_parts_ATA[7] = { /**< ATA chapters which should be exchanged during the operation phase */
         "ATA57", "Fuselage", "ATA55", "ATA55", "ATA32", "ATA54", "PowerUnit"};
-    const std::string sparePartName[7] = { /**< Name of the spare part (needs to be the same as main parts right now)*/
+    const std::string spare_parts_name[7] = { /**< Name of the spare part (needs to be the same as main parts right now)*/
         "Wing", "Fuselage", "Tailplane", "Fin", "LandingGear", "Pylons", "PowerUnit"};
-    const std::string sparePartATAPowerUnit[3] = { /**< ATA chapter of spare parts for power unit*/
+    const std::string spare_parts_ATA_energy_unit[3] = { /**< ATA chapter of spare parts for power unit*/
         "ATA28", "ATA36", "ATA54"};//Belong to Engine Maintenance Cost because in PowerUnit RC with in it, attention: ATA54 Pylon+Nacelles -> weight ratio
-    const std::string sparePartATAAirframe[4] = { /**< ATA chapter of spare parts for airframe*/
+    const std::string spare_parts_ATA_airframe[4] = { /**< ATA chapter of spare parts for airframe*/
         "ATA51", "ATA52", "ATA53", "ATA56"};//Fuselage Maintenance Cost because in Fuselage RC implicitly included (only ATA not separately mentioned in RC Systems etc.)
-    const std::string mainPartsName[7] = {"Wing", "Fuselage", "Tailplane", "Fin", "LandingGear", "Pylons", "PowerUnit"};/**< Names of the aircraft's main parts */
-    const std::string mainPartsPath[7] = { /**< Path name of main parts in MassBreakdown*/
-        "Wing", "Fuselage", "Empennage/Tailplane", "Empennage/Fin", "LandingGear", "Pylons", "PowerUnit"};
-    const std::string mainPartsRCPath[7] = { /**< Path name of mainparts in recurring costs*/
-        "Wing", "Fuselage", "Empennage", "Empennage", "LandingGear", "Pylons", "PowerUnit/PowerUnitTotal"};
-    const std::string materialName[5] = {"Al", "CFRP", "St", "Ti", "Ni"};/**< Name of used materials*/
-    const std::string transportationName[4] = {"Aircraft", "Truck", "Ship", "Train"};/**< Name of the means of transportation*/
-    const std::string componentName[6] = {/**< Name of the transported component (if component is also contained in mainPartsName, the name must be the same here)*/
+    const std::string main_parts_name[7] = {"Wing", "Fuselage", "Tailplane", "Fin", "LandingGear", "Pylons", "PowerUnit"};/**< Names of the aircraft's main parts */
+    const std::string material_name[5] = {"Al", "CFRP", "St", "Ti", "Ni"};/**< Name of used materials*/
+    const std::string available_mean_of_transportation[4] = {"Aircraft", "Truck", "Ship", "Train"};/**< Name of the means of transportation*/
+    const std::string transported_component_name[6] = {/**< Name of the transported component (if component is also contained in main_parts_name, the name must be the same here)*/
         "Wing", "Fuselage", "Tailplane", "Fin", "LandingGear", "PowerUnit"};
-    const std::string componentXMLPath[6] = {/**< XML path of transported component in component_design*/
-        "wing", "fuselage", "Empennage/Tailplane", "Empennage/Fin", "landing_gear", "PowerUnit"};
-    const std::string componentTransportation[6] = {"Aircraft", "Aircraft", "Aircraft", "Aircraft", "Truck", "Aircraft"};/**< Chosen mean of transportation*/
+    const std::string chosen_mean_of_transportation[6] = {"Aircraft", "Aircraft", "Aircraft", "Aircraft", "Truck", "Aircraft"};/**< Chosen mean of transportation*/
 
     SchaeferConfig configuration; /**< Object of class schaeferConfig which contains data from configuration file*/
     Engine myEngine; /**< Object of class engine that contains engine data */
-    std::string acftName;/**< Name of the aircraft */
 
     /** \class mission
      * \brief Class for the emissions of one mission
@@ -73,7 +75,7 @@ class SchaeferIOData {
     class mission {
      public:
         Emissions LTO; /**< LTO emissions of mission [kg] */
-        Emissions Cruise; /**< Cruise emissions of mission [kg] */
+        Emissions cruise; /**< Cruise emissions of mission [kg] */
         /** \brief Constructor of class mission */
         mission() {}
         /** \brief Destructor of class mission */
@@ -83,55 +85,55 @@ class SchaeferIOData {
     mission theStudyMission; /**< Object of class mission which contains the study mission emissions */
 
     /*Requirements and specifications*/
-    double v_max;/**<Maximum operating speed (maximum dynamic pressure)[m/s]*/
-    int flightsPerYear;/**< Number of flights per year [-]*/
-    int durationOperation; /**<Duration of the operating phase [yr]*/
-    double seatsAvailable; /**< Total number of available seats [-] */
+    double max_operating_speed;/**<Maximum operating speed (maximum dynamic pressure)[m/s]*/
+    int flights_per_year;/**< Number of flights per year [-]*/
+    int duration_operation; /**<Duration of the operating phase [yr]*/
+    double available_seats; /**< Total number of available seats [-] */
     /*Aerodynamics*/
-    double S_ref;/**< Reference area of main wing [m^2]*/
+    double wing_reference_area;/**< Reference area of main wing [m^2]*/
     /* Masses */
-    double MTOM; /**< Maximum take-off mass [kg] */
-    double OME; /**< Operating empty mass [kg] */
-    std::vector<double> sparePartsMass;/**< Vector contains masses of spare parts wing, fuselage, stabiliser, fin, landing gear and power unit [kg]*/
-    std::vector<double> mainPartsMass;/**< Vector contains masses of main parts wing, fuselage, stabiliser, fin, landing gear, pylon and power unit [kg]*/
-    std::vector<double> transportedCompMass;/**< Vector contains masses of transported component wing, fuselage, stabiliser, fin, landing gear and power unit [kg]*/
-    double airframeMass; /**< Mass of the airframe components [kg]*/
-    double empennageMass; /**< Mass of empennage [kg] */
-    double finMassRatio;/**< Ratio of fin mass to empennage mass [-] */
-    double stabilizerMassRatio;/**< Ratio stabilizer mass to empennage mass [-] */
-    double pylonMassRatio;/**< Ratio pylon mass to pylon+nacelle mass [-]*/
-    double nacelleMassRatio;/**< Ratio pylon mass to pylon+nacelle mass [-]*/
-    double engineMass; /** Mass of all engines [kg] */
-    double nacelleMass;/**< Mass of all nacelles [kg]*/
-    double pylonMass;/**< Mass of all pylons [kg]*/
-    double bleedAirSystemMass;/**< Mass of overall bleed air system [kg]*/
-    double fuelSystemMass;/**< Mass of overall fuel system [kg]*/
-    double otherEngineSystemsMass;/**< Mass of other engine system [kg]*/
+    double mtom; /**< Maximum take-off mass [kg] */
+    double ome; /**< Operating empty mass [kg] */
+    std::vector<double> spare_parts_mass;/**< Vector contains masses of spare parts wing, fuselage, stabiliser, fin, landing gear and power unit [kg]*/
+    std::vector<double> main_parts_mass;/**< Vector contains masses of main parts wing, fuselage, stabiliser, fin, landing gear, pylon and power unit [kg]*/
+    std::vector<double> transported_component_mass;/**< Vector contains masses of transported component wing, fuselage, stabiliser, fin, landing gear and power unit [kg]*/
+    double airframe_mass; /**< Mass of the airframe components [kg]*/
+    double empennage_mass; /**< Mass of empennage [kg] */
+    double fin_mass_ratio;/**< Ratio of fin mass to empennage mass [-] */
+    double stabilizer_mass_ratio;/**< Ratio stabilizer mass to empennage mass [-] */
+    double pylon_mass_ratio;/**< Ratio pylon mass to pylon+nacelle mass [-]*/
+    double nacelle_mass_ratio;/**< Ratio pylon mass to pylon+nacelle mass [-]*/
+    double engine_mass; /** Mass of all engines [kg] */
+    double nacelle_mass;/**< Mass of all nacelles [kg]*/
+    double pylon_mass;/**< Mass of all pylons [kg]*/
+    double bleed_air_system_mass;/**< Mass of overall bleed air system [kg]*/
+    double fuel_system_mass;/**< Mass of overall fuel system [kg]*/
+    double other_engine_systems_mass;/**< Mass of other engine system [kg]*/
 
     /*Propulsion*/
-    int numberOfEngines; /**< Number of engines [-] */
-    double fuelFlowContThrustCruise; /**< Fuel flow at continuous thrust at cruise for one scaled engine [kg/s]*/
+    int number_of_engines; /**< Number of engines [-] */
+    double fuel_flow_cont_thrust; /**< Fuel flow at continuous thrust at cruise for one scaled engine [kg/s]*/
 
     /*Systems*/
-    double propDesignPowerTotal;/**< Propulsion System: Total energy demand [kW]*/
+    double propulsion_design_power;/**< Propulsion System: Total energy demand [kW]*/
 
     /*Performance Design Mission*/
-    double rangeDesign;/**< Range Design Mission [m] */
-    double blocktimeDesign;/**< Block time of design mission [h]*/
-    double flightTimeDesign;/**< Flight time of design mission [h]*/
-    double taxifuelDesign;/**< Total taxi fuel for design mission [kg]*/
-    double tripfuelDesign;/**< Trip fuel of design mission [kg]*/
-    double blockfuelDesign;/**< Block fuel of design mission [kg]*/
-    double LTOfuelDesign;/**< Fuel mass of design mission for landing and take off [kg]*/
-    double taxiTime;/** Total taxi time of design mission [s]*/
+    double range_design;/**< Range Design Mission [m] */
+    double blocktime_design;/**< Block time of design mission [h]*/
+    double flight_time_design;/**< Flight time of design mission [h]*/
+    double taxi_fuel_design;/**< Total taxi fuel for design mission [kg]*/
+    double tripfuel_design;/**< Trip fuel of design mission [kg]*/
+    double blockfuel_design;/**< Block fuel of design mission [kg]*/
+    double LTO_fuel_design;/**< Fuel mass of design mission for landing and take off [kg]*/
+    double taxi_time;/** Total taxi time of design mission [s]*/
 
     /*Performance Study Mission*/
-    double rangeStudy; /**< Range Study Mission [m] */
-    double flightTimeStudy;/**< Flight time of study mission [s]*/
-    double taxifuelStudy;/**< Taxi fuel of study mission before takeoff [kg]*/
-    double tripfuelStudy;/**< Trip fuel of study mission [kg]*/
-    double studyMissionPAX;/**< Number of PAX for study mission [-]*/
-    double blockfuelStudy;/**< Block fuel of study mission [kg]*/
+    double range_study; /**< Range Study Mission [m] */
+    double flight_time_study;/**< Flight time of study mission [s]*/
+    double taxi_fuel_study;/**< Taxi fuel of study mission before takeoff [kg]*/
+    double tripfuel_study;/**< Trip fuel of study mission [kg]*/
+    double study_mission_PAX;/**< Number of PAX for study mission [-]*/
+    double blockfuel_study;/**< Block fuel of study mission [kg]*/
 
 
     /** \brief Construct a new schaefer IO data object
@@ -147,22 +149,32 @@ class SchaeferIOData {
     /** \brief Function reads all input data from aircraft exchange file
      * \param rtIO Access to rtIO
      */
-    void readAircraft(std::shared_ptr<RuntimeIO> rtIO);
+    void read_aircraft(std::shared_ptr<RuntimeIO> rtIO);
 
     /** \brief Function reads masses, fills mass vectors and calculate mass ratios
      * \param rtIO Access to rtIO
      */
-    void getMasses(std::shared_ptr<RuntimeIO> rtIO);
+    void get_masses(std::shared_ptr<RuntimeIO> rtIO);
 
-    /** \brief Function reads masses, fills mass vectors and calculate mass ratios
+    /** \brief Function reads data from mision xml file
      * \param rtIO Access to rtIO
      */
-    void getMissionFileData(std::shared_ptr<RuntimeIO> rtIO);
+    void get_mission_file_data(std::shared_ptr<RuntimeIO> rtIO);
 
     /** \brief Function reads emissions from ecological_assessment_results.xml
      * \param ecologicalAssessmentXML Access to ecological_assessment_results.xml data
      */
-    void readEcologicalAssessmentXML(std::shared_ptr<node> ecologicalAssessmentXML);
+    void read_ecological_assessment_xml(std::shared_ptr<node> ecologicalAssessmentXML);
+
+    /** \brief Function writes results to ecological_assessment_results.xml
+     * \param ecologicalAssessmentXML Access to ecological_assessment_results.xml data
+     * \param theDevelopment Access to development results
+     * \param theProduction Access to production results
+     * \param theOperation Accesss to operation results
+     * \param theEndOfLife Access to end of life results
+     */
+    void update_ecological_assessment_xml(std::shared_ptr<node> ecologicalAssessmentXML, const Development& theDevelopment,
+                    const Production& theProduction, const Operation& theOperation, const EndOfLife& theEndOfLife);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_LIFE_CYCLE_EMISSIONS_LCA_SCHAEFER_SCHAEFERIODATA_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferPlot.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferPlot.cpp
index 904e5ff118714c01ae70df98115139a19acb8579..96b76ec20ec8b23ee764d82483a178eb9f6abb32 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferPlot.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferPlot.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,153 +23,86 @@
 #include "../../../standard_strategy.h"
 #include "../../../../toolinfo.h"
 #include <moduleBasics/plot.h>
+#include <moduleBasics/colors.h>
 
-void StandardStrategy::generatePlots_schaefer() {
-     std::string pltName(std::string(TOOL_NAME) + "_inflight_emissions");
-     this->generateInflightEmissionsPlot_schaefer(pltName);
-     pltName = std::string(TOOL_NAME) + "_life_cycle_emissions";
-     this->generateLifeCycleEmissionsPlot_schaefer(pltName);
+void StandardStrategy::generate_plots_schaefer() {
+     std::string pltName = std::string(TOOL_NAME) + "_life_cycle_emissions";
+     this->generate_life_cycle_emissions_plot_schaefer(pltName);
 }
 
-void StandardStrategy::generateInflightEmissionsPlot_schaefer(const std::string& pltName) {
-     /* Define data */
-     double totalCO2 = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2 + theStudyMission.LTO_Total.CO2 + theStudyMission.Cruise_Total.CO2;
-     double totalHC = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.HC + theStudyMission.LTO_Total.HC + theStudyMission.Cruise_Total.HC;
-     double totalNOx = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NOx + theStudyMission.LTO_Total.NOx + theStudyMission.Cruise_Total.NOx;
-     double totalSO2 = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.SO2 + theStudyMission.LTO_Total.SO2 + theStudyMission.Cruise_Total.SO2;
-     double totalCO = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO + theStudyMission.LTO_Total.CO + theStudyMission.Cruise_Total.CO;
-     double totalH2O = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.H2O + theStudyMission.LTO_Total.H2O + theStudyMission.Cruise_Total.H2O;
-     double totalPM10 = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PM10 + theStudyMission.LTO_Total.soot + theStudyMission.Cruise_Total.soot;
-     std::vector<double> cruise = {
-          theStudyMission.Cruise_Total.CO2 / totalCO2 * 100,
-          theStudyMission.Cruise_Total.H2O / totalH2O * 100,
-          theStudyMission.Cruise_Total.SO2 / totalSO2 * 100,
-          theStudyMission.Cruise_Total.HC / totalHC * 100,
-          theStudyMission.Cruise_Total.CO / totalCO * 100,
-          theStudyMission.Cruise_Total.NOx / totalNOx * 100,
-          theStudyMission.Cruise_Total.soot / totalPM10 * 100
-     };
-     std::vector<double> LTO = {
-          theStudyMission.LTO_Total.CO2 / totalCO2 * 100,
-          theStudyMission.LTO_Total.H2O / totalH2O * 100,
-          theStudyMission.LTO_Total.SO2 / totalSO2 * 100,
-          theStudyMission.LTO_Total.HC / totalHC * 100,
-          theStudyMission.LTO_Total.CO / totalCO * 100,
-          theStudyMission.LTO_Total.NOx / totalNOx * 100,
-          theStudyMission.LTO_Total.soot / totalPM10 * 100
-     };
-     std::vector<double> test = {
-          theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2 / totalCO2 * 100,
-          theLifeCycleEmissionsSchaefer.theDevelopment.test_total.H2O / totalH2O * 100,
-          theLifeCycleEmissionsSchaefer.theDevelopment.test_total.SO2 / totalSO2 * 100,
-          theLifeCycleEmissionsSchaefer.theDevelopment.test_total.HC / totalHC * 100,
-          theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO / totalCO * 100,
-          theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NOx / totalNOx * 100,
-          theLifeCycleEmissionsSchaefer.theDevelopment.test_total.soot / totalPM10 * 100
-     };
-     std::vector<std::string> emissions = {"CO2", "H2O", "SO2", "HC", "CO", "NOx", "soot"};
-
-     /* Plot with matplotplusplus */
-     std::vector<std::vector<double>> data;
-     if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.developmentEmissionSetting != "mode_0") {
-          data = {test, LTO, cruise};
-     } else {
-          data = {LTO, cruise};
-     }
-
-     matplot::figure_handle fig = matplot::figure(true);
-     matplot::axes_handle ax = fig->current_axes();
-     ax->barstacked(data);
-     ax->title("Flight Emissions");
-     ax->ylabel("Emissions  [%]");
-     ax->ylim({0, 120});
-     ax->x_axis().ticklabels(emissions);
-     std::vector<std::string> legend_labels;
-     if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.developmentEmissionSetting != "mode_0") {
-          legend_labels = {"Cruise", "LTO", "Test"}; // \todo check order in legend (definition needs to be in "wrong direction")
-     } else {
-          legend_labels = {"Cruise", "LTO"};
-     }
-     matplot::legend_handle lgd = ::matplot::legend(legend_labels);
-     lgd->location(matplot::legend::general_alignment::top);
-     lgd->num_columns(3);
-     std::string plotFilePath = rtIO_->getPlotDir() + "/" + pltName + ".svg";
-     matplot::save(plotFilePath);
-     matplot::cla();
-}
-
-void StandardStrategy::generateLifeCycleEmissionsPlot_schaefer(const std::string& pltName) {
+void StandardStrategy::generate_life_cycle_emissions_plot_schaefer(const std::string& pltName) {
      std::vector<double> development_emissions = {
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO2,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.H2O,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NOx,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.SO2,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CH4,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PM10,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.N2O,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PFC,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NMVOC,
-          theLifeCycleEmissionsSchaefer.theDevelopment.development_total.HC
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO2,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.H2O,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NOx,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.SO2,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CH4,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PM10,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.N2O,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PFC,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NMVOC,
+          theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.HC
      };
-     if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC != 0) {
+     if (theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft != 0) {
           for (uint8_t i = 0; i < development_emissions.size(); i++) {
-            development_emissions[i] /= theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC; //scale to one aircraft
+            development_emissions[i] /= theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft; //scale to one aircraft
           }
     } else {
           myRuntimeInfo->warn << "Number of produced aircraft is zero. Full development emissions will be shown in LCA plot" << std::endl;
     }
      std::vector<double> production_emissions = {
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.CO2,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.H2O,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.NOx,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.CO,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.SO2,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.CH4,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.PM10,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.N2O,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.PFC,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.NMVOC,
-          theLifeCycleEmissionsSchaefer.theProduction.production_total.HC
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO2,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.H2O,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NOx,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.SO2,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CH4,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PM10,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.N2O,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PFC,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NMVOC,
+          theLifeCycleEmissionsSchaefer.theProduction.productionTotal.HC
      };
      std::vector<double> operation_emissions = {
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO2,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.H2O,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.NOx,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.SO2,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.CH4,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.PM10,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.N2O,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.PFC,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.NMVOC,
-          theLifeCycleEmissionsSchaefer.theOperation.operation_total.HC
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO2,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.H2O,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NOx,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.SO2,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CH4,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PM10,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.N2O,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PFC,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NMVOC,
+          theLifeCycleEmissionsSchaefer.theOperation.operationTotal.HC
      };
      std::vector<double> eol_emissions = {
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO2,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.H2O,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NOx,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.SO2,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CH4,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PM10,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.N2O,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PFC,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NMVOC,
-          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.HC
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO2,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.H2O,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NOx,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.SO2,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CH4,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PM10,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.N2O,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PFC,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NMVOC,
+          theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.HC
      };
      std::vector<std::string> emissions = {"CO2", "H2O", "NOx", "CO", "SO2", "CH4", "PM10", "N2O", "PFC", "NMVOC", "HC"};
      matplot::figure_handle fig = matplot::figure(true);
      matplot::axes_handle ax = fig->current_axes();
+     ax->colororder(colors::unicado_to_matplot_colororder());
      std::vector<std::vector<double>> emissions_data = {development_emissions, production_emissions, operation_emissions, eol_emissions};
      ax->bar(emissions_data);
-     ax->title("Life Cycle Emissions");
+     ax->title("Life Cycle Emissions (Correct order of bars: Development, Production, Operation, End of Life)");
      ax->ylabel("Emissions [kg]");
      ax->x_axis().ticklabels(emissions);
      ax->y_axis().scale(matplot::axis_type::axis_scale::log);
      auto legend = matplot::legend(ax, {"Development", "Production", "Operation", "End of Life"});// \todo Correct legend
      legend->location(matplot::legend::general_alignment::topright);
-     std::string plotFilePath = rtIO_->getPlotDir() + "/" + pltName + ".svg";
+     std::string plotFilePath = rtIO->getPlotDir() + "/" + pltName + ".svg";
      matplot::save(plotFilePath);
      matplot::cla();
 }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferReport.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferReport.cpp
index 3578800a7c1b19fdc136fffbcf962b3807143075..9323af58cd78b9f5e36dc5db87d6da4ebc11067a 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferReport.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/life_cycle_emissions/LCA_schaefer/schaeferReport.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,319 +24,216 @@
 #include <vector>
 #include <unitConversion/unitConversion.h>
 
-void StandardStrategy::setHtmlBody_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO) {// cppcheck-suppress unusedFunction
-        double totalCO2(0.);
-        double totalHC(0.);
-        double totalNOx(0.);
-        double totalSO2(0.);
-        double totalCO(0.);
-        double totalH2O(0.);
-        double totalCH4(0.);
-        double totalPM10(0.);
-        double totalN2O(0.);
-        double totalPFC(0.);
-        double totalNMVOC(0.);
+void StandardStrategy::set_html_body_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO) {// cppcheck-suppress unusedFunction
+        double total_CO2(0.);
+        double total_HC(0.);
+        double total_NOx(0.);
+        double total_SO2(0.);
+        double total_CO(0.);
+        double total_H2O(0.);
+        double total_CH4(0.);
+        double total_PM10(0.);
+        double total_N2O(0.);
+        double total_PFC(0.);
+        double total_NMVOC(0.);
 
         /* Table of Life cyle emissions */
-        totalCO2 = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO2/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.CO2
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO2;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO2 > 0.)
-                totalCO2 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO2;
+        total_CO2 = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO2/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO2
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO2;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO2 > 0.)
+                total_CO2 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO2;
 
-        totalHC = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.HC/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.HC
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.HC;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.HC > 0.)
-                totalHC += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.HC;
+        total_HC = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.HC/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.HC
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.HC;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.HC > 0.)
+                total_HC += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.HC;
 
-        totalNOx = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NOx/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.NOx
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.NOx;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NOx > 0.)
-                totalNOx += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NOx;
+        total_NOx = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NOx/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NOx
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NOx;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NOx > 0.)
+                total_NOx += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NOx;
 
-        totalSO2 = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.SO2/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.SO2
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.SO2;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.SO2 > 0.)
-                totalSO2 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.SO2;
+        total_SO2 = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.SO2/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.SO2
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.SO2;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.SO2 > 0.)
+                total_SO2 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.SO2;
 
-        totalCO = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.CO
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO > 0.)
-                totalCO += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO;
+        total_CO = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO > 0.)
+                total_CO += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO;
 
-        totalH2O = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.H2O/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.H2O
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.H2O;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.H2O > 0.)
-                totalH2O += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.H2O;
+        total_H2O = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.H2O/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.H2O
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.H2O;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.H2O > 0.)
+                total_H2O += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.H2O;
 
-        totalCH4 = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CH4/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.CH4
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.CH4;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CH4 > 0.)
-                totalCH4 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CH4;
+        total_CH4 = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CH4/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CH4
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CH4;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CH4 > 0.)
+                total_CH4 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CH4;
 
-        totalPM10 = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PM10/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.PM10
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.PM10;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PM10 > 0.)
-                totalPM10 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PM10;
+        total_PM10 = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PM10/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PM10
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PM10;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PM10 > 0.)
+                total_PM10 += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PM10;
 
-        totalN2O = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.N2O/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.N2O
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.N2O;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.N2O > 0.)
-                totalN2O += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.N2O;
+        total_N2O = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.N2O/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.N2O
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.N2O;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.N2O > 0.)
+                total_N2O += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.N2O;
 
-        totalPFC = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PFC/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.PFC
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.PFC;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PFC > 0.)
-                totalPFC += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PFC;
+        total_PFC = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PFC/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PFC
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PFC;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PFC > 0.)
+                total_PFC += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PFC;
 
-        totalNMVOC = theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NMVOC/theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC
-                + theLifeCycleEmissionsSchaefer.theProduction.production_total.NMVOC
-                + theLifeCycleEmissionsSchaefer.theOperation.operation_total.NMVOC;
-        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NMVOC > 0.)
-                totalNMVOC += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NMVOC;
+        total_NMVOC = theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NMVOC/theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NMVOC
+                + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NMVOC;
+        if (theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NMVOC > 0.)
+                total_NMVOC += theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NMVOC;
 
         report_->htmlReportStream()
-                << html::h2("Life Cycle Emissions")
+                << html::h2("Life Cycle Emissions of one aircraft")
                 << "<br>"
                 << html::h3("All Phases")
                 << "<br>";
         report_->htmlReportStream() << html::table_begin({{"Parameter"},
-                                        {"Development <font size=\"-1\">(scaled to 1 aircraft) </font>", "colspan=\"2\""},
+                                        {"Development", "colspan=\"2\""},
                                         {"Production", "colspan=\"2\""}, {"Operation", "colspan=\"2\""},
                                         {"End of Life", "colspan=\"2\""}})
         << html::table_row("", "[t]", "[%]", "[t]", "[%]", "[t]", "[%]", "[t]", "[%]")
         << html::table_row("CO2",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO2 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO2 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalCO2 * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.CO2 / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.CO2 / totalCO2 * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO2 / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO2 / totalCO2 * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO2 / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO2 / totalCO2 * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO2 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO2 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_CO2 * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO2 / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO2 / total_CO2 * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO2 / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO2 / total_CO2 * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO2 / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO2 / total_CO2 * 100)
         << html::table_row("H2O",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.H2O / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.H2O / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalH2O * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.H2O / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.H2O / totalH2O * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.H2O / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.H2O / totalH2O * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.H2O / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.H2O / totalH2O * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.H2O / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.H2O / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_H2O * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.H2O / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.H2O / total_H2O * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.H2O / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.H2O / total_H2O * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.H2O / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.H2O / total_H2O * 100)
         << html::table_row("SO2",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.SO2 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.SO2 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalSO2 * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.SO2 / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.SO2 / totalSO2 * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.SO2 / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.SO2 / totalSO2 * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.SO2 / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.SO2 / totalSO2 * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.SO2 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.SO2 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_SO2 * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.SO2 / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.SO2 / total_SO2 * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.SO2 / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.SO2 / total_SO2 * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.SO2 / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.SO2 / total_SO2 * 100)
         << html::table_row("HC",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.HC / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.HC / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalHC * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.HC / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.HC / totalHC * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.HC / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.HC / totalHC * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.HC / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.HC / totalHC * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.HC / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.HC / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_HC * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.HC / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.HC / total_HC * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.HC / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.HC / total_HC * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.HC / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.HC / total_HC * 100)
         << html::table_row("CH4",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CH4 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CH4 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalCH4 * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.CH4 / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.CH4 / totalCH4 * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.CH4 / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.CH4 / totalCH4 * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CH4 / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CH4 / totalCH4 * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CH4 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CH4 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_CH4 * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CH4 / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CH4 / total_CH4 * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CH4 / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CH4 / total_CH4 * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CH4 / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CH4 / total_CH4 * 100)
         << html::table_row("NOx",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NOx / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NOx / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalNOx * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.NOx / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.NOx / totalNOx * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.NOx / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.NOx / totalNOx * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NOx / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NOx / totalNOx * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NOx / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NOx / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_NOx * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NOx / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NOx / total_NOx * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NOx / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NOx / total_NOx * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NOx / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NOx / total_NOx * 100)
         << html::table_row("CO",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalCO * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.CO / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.CO / totalCO * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO / totalCO * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO / totalCO * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_CO * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO / total_CO * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO / total_CO * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO / total_CO * 100)
         << html::table_row("PM10",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PM10 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PM10 / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalPM10 * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.PM10 / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.PM10 / totalPM10 * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.PM10 / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.PM10 / totalPM10 * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PM10 / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PM10 / totalPM10 * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PM10 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PM10 / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_PM10 * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PM10 / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PM10 / total_PM10 * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PM10 / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PM10 / total_PM10 * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PM10 / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PM10 / total_PM10 * 100)
         << html::table_row("N2O",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.N2O / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.N2O / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalN2O * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.N2O / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.N2O / totalN2O * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.N2O / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.N2O / totalN2O * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.N2O / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.N2O / totalN2O * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.N2O / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.N2O / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_N2O
+                * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.N2O / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.N2O / total_N2O * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.N2O / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.N2O / total_N2O * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.N2O / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.N2O / total_N2O * 100)
         << html::table_row("PFC",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PFC / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PFC / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalPFC * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.PFC / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.PFC / totalPFC * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.PFC / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.PFC / totalPFC * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PFC / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PFC / totalPFC * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PFC / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PFC / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / total_PFC
+                * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PFC / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PFC / total_PFC * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PFC / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PFC / total_PFC * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PFC / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PFC / total_PFC * 100)
         << html::table_row("NMVOC",
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NMVOC / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / 1000,
-                theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NMVOC / theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.producedAC / totalNMVOC * 100,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.NMVOC / 1000,
-                theLifeCycleEmissionsSchaefer.theProduction.production_total.NMVOC / totalNMVOC * 100,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.NMVOC / 1000,
-                theLifeCycleEmissionsSchaefer.theOperation.operation_total.NMVOC / totalNMVOC * 100,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NMVOC / 1000,
-                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NMVOC / totalNMVOC * 100)
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NMVOC / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft / 1000,
+                theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NMVOC / theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.number_produced_aircraft
+                / total_NMVOC * 100,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NMVOC / 1000,
+                theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NMVOC / total_NMVOC * 100,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NMVOC / 1000,
+                theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NMVOC / total_NMVOC * 100,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NMVOC / 1000,
+                theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NMVOC / total_NMVOC * 100)
         << "</tbody>" << "\n"
         << html::table_end;
-
-        /* Development Emissions*/
-        if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.developmentEmissionSetting != "mode_0") {
-                report_->htmlReportStream() << html::h3("Test phase") << "<br>";
-                /* Table test phase */
-                if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.developmentEmissionSetting != "mode_0") {
-                        report_->htmlReportStream() << html::table_begin({{"Parameter"}, {"[kg]"}, {"[%]"}})
-                        << html::table_row("CO2",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2/totalCO2*100, 2))
-                        << html::table_row("H2O",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.H2O, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.H2O/totalH2O*100, 2))
-                        << html::table_row("SO2",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.SO2, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.SO2/totalSO2*100, 2))
-                        << html::table_row("HC",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.HC, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.HC/totalHC*100, 2))
-                        << html::table_row("CO",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO/totalCO*100, 2))
-                        << html::table_row("NOx",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NOx, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NOx/totalNOx*100, 2))
-                        << html::table_row("PM10",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PM10, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PM10/totalPM10*100, 2))
-                        << html::table_row("CH4",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CH4, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CH4/totalCH4*100, 2))
-                        << html::table_row("N2O",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.N2O, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.N2O/totalN2O*100, 2))
-                        << html::table_row("PFC",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PFC, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PFC/totalPFC*100, 2))
-                        << html::table_row("NMVOC",
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NMVOC, 3),
-                                        Rounding(theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NMVOC/totalNMVOC*100, 2))
-                       << html::table_end << "<br>";
-                }
-        }
         report_->htmlReportStream() << "<br>" << "\n"<< "<br>" << "\n";
         if (rtIO->plotOn) {
           report_->htmlReportStream()
-               << html::image(relativePath(rtIO->getPlotDir() + FILESEPERATOR + std::string(TOOL_NAME) + "_inflight_emissions.svg", rtIO->getHtmlDir(), false), "")
                << html::image(relativePath(rtIO->getPlotDir() + FILESEPERATOR + std::string(TOOL_NAME) + "_life_cycle_emissions.svg", rtIO->getHtmlDir(), false), "");
         }
 }
 
-void StandardStrategy::setTexBody_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO) {
+void StandardStrategy::set_tex_body_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO) {
         // TODO
 }
 
-void StandardStrategy::generateInflightEmissionsCSV_schaefer() {
-    std::string csvFileName(rtIO_->getCsvFilesDir() + "/ecological_assessment_inflight_emissions.csv");
-    std::ofstream csv;
-    csv.open(csvFileName.c_str());
-    if (!csv) {
-        myRuntimeInfo->err << csvFileName + " could not be opened!" << std::endl;
-        exit(1);
-    } else {
-        if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.developmentEmissionSetting != "mode_0") {
-            double totalCO2 = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2 + theStudyMission.LTO_Total.CO2 + theStudyMission.Cruise_Total.CO2;
-            double totalHC = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.HC + theStudyMission.LTO_Total.HC + theStudyMission.Cruise_Total.HC;
-            double totalNOx = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NOx + theStudyMission.LTO_Total.NOx + theStudyMission.Cruise_Total.NOx;
-            double totalSO2 = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.SO2 + theStudyMission.LTO_Total.SO2 + theStudyMission.Cruise_Total.SO2;
-            double totalCO = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO + theStudyMission.LTO_Total.CO + theStudyMission.Cruise_Total.CO;
-            double totalH2O = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.H2O + theStudyMission.LTO_Total.H2O + theStudyMission.Cruise_Total.H2O;
-            double totalPM10 = theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PM10 + theStudyMission.LTO_Total.soot
-                               + theStudyMission.Cruise_Total.soot;
-            csv << "# " + csvFileName << std::endl;
-            /* Adjust data structure: **/
-            csv << "# (1)Parameter, (2)Test, (3)LTO, (4)Cruise " << std::endl;
-            csv << "CO2; " << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2 / totalCO2 * 100 << "; " << theStudyMission.LTO_Total.CO2 / totalCO2 * 100 << "; " <<
-                 theStudyMission.Cruise_Total.CO2 / totalCO2 * 100 << ";" << std::endl;
-            csv << "H2O; " << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.H2O / totalH2O * 100 << "; " << theStudyMission.LTO_Total.H2O / totalH2O * 100 << "; " <<
-                 theStudyMission.Cruise_Total.H2O / totalH2O * 100 << ";" << std::endl;
-            csv << "SO2; " << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.SO2 / totalSO2 * 100 << "; " << theStudyMission.LTO_Total.SO2 / totalSO2 * 100 << "; " <<
-                 theStudyMission.Cruise_Total.SO2 / totalSO2 * 100 << ";" << std::endl;
-            csv << "HC; " << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.HC / totalHC * 100 << "; " << theStudyMission.LTO_Total.HC / totalHC * 100 << "; " <<
-                 theStudyMission.Cruise_Total.HC / totalHC * 100 << ";" << std::endl;
-            csv << "CO; " << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO / totalCO * 100 << "; " << theStudyMission.LTO_Total.CO / totalCO * 100 << "; " <<
-                 theStudyMission.Cruise_Total.CO / totalCO * 100 << ";" << std::endl;
-            csv << "NOx; " << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NOx / totalNOx * 100 << "; " << theStudyMission.LTO_Total.NOx / totalNOx * 100 << "; " <<
-                 theStudyMission.Cruise_Total.NOx / totalNOx * 100 << ";" << std::endl;
-            csv << "PM10; " << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PM10 / totalPM10 * 100 << "; "<< theStudyMission.LTO_Total.soot / totalPM10 * 100 << "; " <<
-                 theStudyMission.Cruise_Total.soot / totalPM10 * 100 << ";" << std::endl;
-        } else {
-            double totalCO2 = theStudyMission.LTO_Total.CO2 + theStudyMission.Cruise_Total.CO2;
-            double totalHC = theStudyMission.LTO_Total.HC + theStudyMission.Cruise_Total.HC;
-            double totalNOx = theStudyMission.LTO_Total.NOx + theStudyMission.Cruise_Total.NOx;
-            double totalSO2 = theStudyMission.LTO_Total.SO2 + theStudyMission.Cruise_Total.SO2;
-            double totalCO = theStudyMission.LTO_Total.CO + theStudyMission.Cruise_Total.CO;
-            double totalH2O = theStudyMission.LTO_Total.H2O + theStudyMission.Cruise_Total.H2O;
-            double totalPM10 = theStudyMission.LTO_Total.soot + theStudyMission.Cruise_Total.soot;
-            csv << "# " + csvFileName << std::endl;
-            /* Adjust data structure: **/
-            csv << "# (1)Parameter, (2)LTO, (3)Cruise " << std::endl;
-            csv << "CO2; " << theStudyMission.LTO_Total.CO2 / totalCO2 * 100 << "; "
-                 << theStudyMission.Cruise_Total.CO2 / totalCO2 * 100 << ";" << std::endl;
-            csv << "SO2; " << theStudyMission.LTO_Total.SO2 / totalSO2 * 100 << "; "
-                 << theStudyMission.Cruise_Total.SO2 / totalSO2 * 100 << ";" << std::endl;
-            csv << "H2O; " << theStudyMission.LTO_Total.H2O / totalH2O * 100 << "; "
-                 << theStudyMission.Cruise_Total.H2O / totalH2O * 100 << ";" << std::endl;
-            csv << "HC; " << theStudyMission.LTO_Total.HC / totalHC * 100 << "; "
-                 << theStudyMission.Cruise_Total.HC / totalHC * 100 << ";" << std::endl;
-            csv << "CO; " << theStudyMission.LTO_Total.CO / totalCO * 100 << "; "
-                 << theStudyMission.Cruise_Total.CO / totalCO * 100 << ";" << std::endl;
-            csv << "NOx; " << theStudyMission.LTO_Total.NOx / totalNOx * 100 << "; "
-                 << theStudyMission.Cruise_Total.NOx / totalNOx * 100 << ";" << std::endl;
-            csv << "PM10; " << theStudyMission.LTO_Total.soot / totalPM10 * 100 << "; "
-                 << theStudyMission.Cruise_Total.soot / totalPM10 * 100 << ";" << std::endl;
-        }
-        csv.close();
-    }
-}
 
-void StandardStrategy::generateLifeCycleEmissionsCSV_schaefer() {
+
+void StandardStrategy::generate_life_cycle_emissions_csv_schaefer() {
      std::ofstream csv;
-     std::string csvDataFile(rtIO_->getCsvFilesDir() + "/ecological_assessment_lifeCycleEmissions.csv");
+     std::string csvDataFile(rtIO->getCsvFilesDir() + "/ecological_assessment_life_cycle_emissions.csv");
      csv.open(csvDataFile.c_str());
      if (!csv) {
           myRuntimeInfo->err << csvDataFile + "could not be opened!" << std::endl;
@@ -350,229 +247,229 @@ void StandardStrategy::generateLifeCycleEmissionsCSV_schaefer() {
           csv << "# Development Phase (NOT for one AC but for total Development phase) " << std::endl;
           csv << "# (1)EmissionName; (2)CO2; (3)H2O; (4)NOx; (5)CO; (6)SO2; (7)CH4; (8)PM10; (9)N2O; (10)PFC; (11)NMVOC; (12)HC; (13) Energy; (14) AC Fuel; (15) GWP100" <<
              std::endl;//GWP after CML2015, IPCC value
-          csv << "Development_total" << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO2
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.H2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NOx
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CH4
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PM10<< del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.N2O
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.NMVOC
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.HC << del <<  theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CED
+          csv << "Development_total" << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO2
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.H2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NOx
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CH4
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PM10<< del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.N2O
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.NMVOC
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.HC << del <<  theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CED
                << del << theLifeCycleEmissionsSchaefer.theDevelopment.fuel_total << del
-               << theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.development_total.CH4 * 25 << std::endl;
-          csv << "Engineering_total" << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.CO2
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.H2O
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.CO
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.CH4
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.N2O
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.NMVOC
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.CED
+               << theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.developmentTotal.CH4 * 25 << std::endl;
+          csv << "Engineering_total" << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.CO2
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.H2O
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.CO
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.CH4
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.N2O
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.NMVOC
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.CED
                << del << 0.
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineering_total.CH4 * 25 << std::endl;
-          csv << "EngineeringElec" << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.CO2
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.H2O
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.CO
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.CH4
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.N2O
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.NMVOC
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.CED << del << 0.
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineering_elec.CH4 * 25 << std::endl;
-          csv << "EngineeringHeat" << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.CO2
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.H2O
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.CO
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.CH4
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.N2O
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.NMVOC
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.CED
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineeringTotal.CH4 * 25 << std::endl;
+          csv << "EngineeringElec" << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.CO2
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.H2O
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.CO
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.CH4
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.N2O
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.NMVOC
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.CED << del << 0.
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineeringElectricity.CH4 * 25 << std::endl;
+          csv << "EngineeringHeat" << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.CO2
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.H2O
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.CO
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.CH4
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.N2O
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.NMVOC
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.CED
                << del << 0.
-               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineering_heat.CH4 * 25 << std::endl;
+               << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineeringHeat.CH4 * 25 << std::endl;
           /*csv << "TestFueLProduction" << del << testFuelProduction.CO2 << del << testFuelProduction.H2O << del <<
                testFuelProduction.NOx << del << testFuelProduction.CO << del << testFuelProduction.SO2 << del <<
                testFuelProduction.CH4 << del << testFuelProduction.PM10 << del << testFuelProduction.N2O << del <<
                testFuelProduction.PFC << del << testFuelProduction.NMVOC << del << testFuelProduction.HC << std::endl;*/
-          csv << "Test_total" << del << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.SO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.HC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CED << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testResources.fuel_totalTest << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.test_total.CH4 * 25 << std::endl;
-          csv << "WindTunnelTests" << del << theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.CO << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.windtunnelTest.CH4 * 25 << std::endl;
-          csv << "StructureTests" << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.CO << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.CED << del << 0. <<  del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.structureTest.CH4 * 25 << std::endl;
-          csv << "SystemTests" << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.CO << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.SO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.HC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.CED  << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.systemTest.CH4 * 25 << std::endl;
-          csv << "GroundTests (incl. Fuel Prod.)" << del << theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.NOx << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.CO << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.SO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.HC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.CED << del <<
-               theDesignMission.m_fuel_Taxi *theLifeCycleEmissionsSchaefer.theDevelopment.taxiTestFactor << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.groundTest.CH4 * 25 << std::endl;
-          if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.doEngineTest) {
-               csv << "EngineTests " << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.CO2 << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.H2O << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.NOx << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.CO << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.SO2 << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.PM10 << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.PFC << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.HC << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.CED << del << theLifeCycleEmissionsSchaefer.theDevelopment.testResources.fuel_engineTest_total << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineTest.CH4 * 25 << std::endl;
+          csv << "TestTotal" << del << theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.CO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.SO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.HC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.CED << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testResources.fuel_test_total << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.testTotal.CH4 * 25 << std::endl;
+          csv << "WindTunnelTests" << del << theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.CO << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.windTunnelTests.CH4 * 25 << std::endl;
+          csv << "StructureTests" << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.CO << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.CED << del << 0. <<  del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.structureTests.CH4 * 25 << std::endl;
+          csv << "SystemTests" << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.CO << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.SO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.HC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.CED  << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.systemTests.CH4 * 25 << std::endl;
+          csv << "GroundTests (incl. Fuel Prod.)" << del << theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.NOx << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.CO << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.SO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.HC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.CED << del <<
+               theDesignMission.fuel_mass_taxi *theLifeCycleEmissionsSchaefer.theDevelopment.taxi_fuel_test_factor << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.groundTests.CH4 * 25 << std::endl;
+          if (theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.do_engine_tests) {
+               csv << "EngineTests " << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.CO2 << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.H2O << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.NOx << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.CO << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.SO2 << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.PM10 << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.PFC << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.HC << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.CED << del << theLifeCycleEmissionsSchaefer.theDevelopment.testResources.fuel_engine_test_total
+                    << del << theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.engineTests.CH4 * 25 << std::endl;
           }
-          csv << "FlightTest (incl. Fuel Prod.)" << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.NOx << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.CO << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.SO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.HC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.CED << del << theLifeCycleEmissionsSchaefer.theDevelopment.testResources.fuel_flightTest << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.flightTest.CH4 * 25 << std::endl;
-          csv << "TestACProduction" << del << theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.CO << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.testACProduction.CH4 * 25 << std::endl;
-          if (theLifeCycleEmissionsSchaefer.schaeferIOData_->configuration.doEngineTest) {
-               csv << "TestEngineProduction" << del << theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.CO2 << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.H2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.NOx << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.CO << del << theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.SO2 << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.PM10 << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.PFC << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.HC << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.CED << del << 0. << del <<
-                    theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.testEngineProduction.CH4 * 25 << std::endl;
+          csv << "FlightTests (incl. Fuel Prod.)" << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.NOx << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.CO << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.SO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.HC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.CED << del << theLifeCycleEmissionsSchaefer.theDevelopment.testResources.fuel_flight_test << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.flightTests.CH4 * 25 << std::endl;
+          csv << "ProductionTestAircraft" << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.NOx << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.CO << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.SO2 << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.PM10 << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.PFC << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.HC << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.productionTestAircraft.CH4 * 25 << std::endl;
+          if (theLifeCycleEmissionsSchaefer.schaeferIOData->configuration.do_engine_tests) {
+               csv << "ProductionTestEngine" << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.CO2 << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.H2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.NOx << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.CO << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.SO2 << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.CH4 << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.PM10 << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.N2O << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.PFC << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.NMVOC << del << theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.HC << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.CED << del << 0. << del <<
+                    theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.CO2 + theLifeCycleEmissionsSchaefer.theDevelopment.productionTestEngine.CH4 * 25 << std::endl;
           }
           csv << std::endl << std::endl;
           csv << "# Production Phase " << std::endl;
           csv << "# (1)EmissionName; (2)CO2; (3)H2O; (4)NOx; (5)CO; (6)SO2; (7)CH4; (8)PM10; (9)N2O; (10)PFC;"
                     " (11)NMVOC; (12)HC; (13) Energy; (14) AC Fuel; (15) GWP100" << std::endl;
-          csv << "Production_total" << del << theLifeCycleEmissionsSchaefer.theProduction.production_total.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.production_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.production_total.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.production_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.production_total.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.production_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.production_total.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.production_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.production_total.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.production_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.production_total.HC << del << theLifeCycleEmissionsSchaefer.theProduction.production_total.CED << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.testFlightFuel  << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.production_total.CO2 + theLifeCycleEmissionsSchaefer.theProduction.production_total.CH4 * 25 << std::endl;
-          csv << "MaterialProduction" << del << theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.HC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.CO2 + theLifeCycleEmissionsSchaefer.theProduction.materialProduction_total.CH4 * 25
+          csv << "Production_total" << del << theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.productionTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.productionTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.productionTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.productionTotal.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.productionTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.productionTotal.HC << del << theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CED << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.test_flight_fuel  << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CO2 + theLifeCycleEmissionsSchaefer.theProduction.productionTotal.CH4 * 25 << std::endl;
+          csv << "MaterialProduction" << del << theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.HC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.CO2 + theLifeCycleEmissionsSchaefer.theProduction.materialProductionTotal.CH4 * 25
                << std::endl;
-          csv << "MaterialProcessing" << del << theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.H2O << del << theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.NOx << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.CO << del << theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.SO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.HC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.CO2 + theLifeCycleEmissionsSchaefer.theProduction.materialProcessing_total.CH4 * 25
+          csv << "MaterialProcessing" << del << theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.H2O << del << theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.NOx << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.CO << del << theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.SO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.HC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.CO2 + theLifeCycleEmissionsSchaefer.theProduction.materialProcessingTotal.CH4 * 25
                << std::endl;
-          csv << "LabourProduction_total" << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.NOx << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.SO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.HC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.CO2 + theLifeCycleEmissionsSchaefer.theProduction.labourProduction_total.CH4 * 25 << std::endl;
-          csv << "LabourProduction_elec" << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.CO2 << del <<
-          theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.HC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.CO2 + theLifeCycleEmissionsSchaefer.theProduction.labourProduction_elec.CH4 * 25 << std::endl;
-          csv << "LabourProduction_heat" << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.CO2 << del <<
-          theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.HC << del << theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.CED << del <<
+          csv << "LabourProductionTotal" << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.NOx << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.SO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.HC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.CO2 + theLifeCycleEmissionsSchaefer.theProduction.labourProductionTotal.CH4 * 25 << std::endl;
+          csv << "LabourProductionElectricity" << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.CO2 << del <<
+          theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.HC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.CO2 + theLifeCycleEmissionsSchaefer.theProduction.labourProductionElectricity.CH4 * 25 << std::endl;
+          csv << "LabourProductionHeat" << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.CO2 << del <<
+          theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.HC << del << theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.CED << del <<
                0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.CO2 + theLifeCycleEmissionsSchaefer.theProduction.labourProduction_heat.CH4 * 25 << std::endl;
-          csv << "FinalAssembly_total" << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.HC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.CO2 + theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_total.CH4 * 25 << std::endl;
-          csv << "FinalAssembly_elec" << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.NOx << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.HC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.CO2 + theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_elec.CH4 * 25 << std::endl;
-          csv << "FinalAssembly_heat" << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.CO2 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.CO << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.HC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.CO2 + theLifeCycleEmissionsSchaefer.theProduction.finalAssembly_heat.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.CO2 + theLifeCycleEmissionsSchaefer.theProduction.labourProductionHeat.CH4 * 25 << std::endl;
+          csv << "FinalAssemblyTotal" << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.HC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.CO2 + theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyTotal.CH4 * 25 << std::endl;
+          csv << "FinalAssemblyElectricity" << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.NOx << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.HC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.CO2 + theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyElectricity.CH4 * 25 << std::endl;
+          csv << "FinalAssemblyHeat" << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.CO2 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.NOx << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.CO << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.SO2 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.PM10 << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.PFC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.HC << del << theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.CO2 + theLifeCycleEmissionsSchaefer.theProduction.finalAssemblyHeat.CH4 * 25 << std::endl;
           csv << "Transport (incl. Fuel Prod.)" << del << theLifeCycleEmissionsSchaefer.theProduction.transport.CO2 << del <<
                theLifeCycleEmissionsSchaefer.theProduction.transport.H2O << del <<
                theLifeCycleEmissionsSchaefer.theProduction.transport.NOx << del <<
@@ -591,34 +488,34 @@ void StandardStrategy::generateLifeCycleEmissionsCSV_schaefer() {
                theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.CH4 << del << theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.PM10 << del <<
                theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.N2O << del << theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.PFC << del <<
                theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.NMVOC << del << theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.HC << del <<
-               theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.CED << del << theLifeCycleEmissionsSchaefer.theProduction.testFlightFuel << del <<
+               theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.CED << del << theLifeCycleEmissionsSchaefer.theProduction.test_flight_fuel << del <<
                theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.CO2 + theLifeCycleEmissionsSchaefer.theProduction.finalFlightTests.CH4 * 25 << std::endl;
-          /*csv << "FinalTestFlightFuelProd" << del << finalTestFuelProd.CO2 << del << finalTestFuelProd.H2O << del <<
-               finalTestFuelProd.NOx << del << finalTestFuelProd.CO << del << finalTestFuelProd.SO2 << del <<
-               finalTestFuelProd.CH4 << del << finalTestFuelProd.PM10 << del << finalTestFuelProd.N2O << del <<
-               finalTestFuelProd.PFC << del << finalTestFuelProd.NMVOC << del <<
-               finalTestFuelProd.HC << del << 0. << del << 0. << std::endl;*/
+          /*csv << "Finaltest_flight_fuelProd" << del << finalTestFlightFuelProduction.CO2 << del << finalTestFlightFuelProduction.H2O << del <<
+               finalTestFlightFuelProduction.NOx << del << finalTestFlightFuelProduction.CO << del << finalTestFlightFuelProduction.SO2 << del <<
+               finalTestFlightFuelProduction.CH4 << del << finalTestFlightFuelProduction.PM10 << del << finalTestFlightFuelProduction.N2O << del <<
+               finalTestFlightFuelProduction.PFC << del << finalTestFlightFuelProduction.NMVOC << del <<
+               finalTestFlightFuelProduction.HC << del << 0. << del << 0. << std::endl;*/
           csv << std::endl << std::endl;
           csv << "# Operation Phase " << std::endl;
           csv << "# (1)EmissionName; (2)CO2; (3)H2O; (4)NOx; (5)CO; (6)SO2; (7)CH4; (8)PM10; (9)N2O; (10)PFC; (11)NMVOC;"
                     " (12)HC; (13) Energy; (14) AC Fuel; (15) GWP100" << std::endl;
           csv << "Operation_total" << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.operation_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operation_total.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operation_total.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.operation_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operation_total.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.operation_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operation_total.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.operation_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operation_total.HC << del << theLifeCycleEmissionsSchaefer.theOperation.operation_total.CED << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationFuel << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operation_total.CO2 + theLifeCycleEmissionsSchaefer.theOperation.operation_total.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.operationTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.operationTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.operationTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.operationTotal.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.operationTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.operationTotal.HC << del << theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CED << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.missions_fuel << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CO2 + theLifeCycleEmissionsSchaefer.theOperation.operationTotal.CH4 * 25 << std::endl;
           csv << "Operation Fuel Missions" << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationMissions.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.operationMissions.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationMissions.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.operationMissions.CO << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationMissions.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.operationMissions.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationMissions.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.operationMissions.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationMissions.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.operationMissions.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationMissions.HC << del << 0. << del << theLifeCycleEmissionsSchaefer.theOperation.operationFuel << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.operationMissions.CO2 + theLifeCycleEmissionsSchaefer.theOperation.operationMissions.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theOperation.missions.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.missions.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.missions.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.missions.CO << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.missions.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.missions.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.missions.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.missions.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.missions.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.missions.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.missions.HC << del << 0. << del << theLifeCycleEmissionsSchaefer.theOperation.missions_fuel << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.missions.CO2 + theLifeCycleEmissionsSchaefer.theOperation.missions.CH4 * 25 << std::endl;
           csv << "FuelProd Missions" << del <<
                theLifeCycleEmissionsSchaefer.theOperation.operationFuelProduction.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.operationFuelProduction.H2O << del <<
                theLifeCycleEmissionsSchaefer.theOperation.operationFuelProduction.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.operationFuelProduction.CO << del <<
@@ -629,81 +526,81 @@ void StandardStrategy::generateLifeCycleEmissionsCSV_schaefer() {
                0. << del <<
                theLifeCycleEmissionsSchaefer.theOperation.operationFuelProduction.CO2 + theLifeCycleEmissionsSchaefer.theOperation.operationFuelProduction.CH4 * 25 << std::endl;
           csv << "MaintenanceLabour" << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.HC << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.CO2 + theLifeCycleEmissionsSchaefer.theOperation.maintLabour_total.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.HC << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.CO2 + theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourTotal.CH4 * 25 << std::endl;
           csv << "MaintenanceLabour_elec" << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.CO << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.HC << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.CO2 + theLifeCycleEmissionsSchaefer.theOperation.maintLabour_elec.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.CO << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.HC << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.CO2 + theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourElectricity.CH4 * 25 << std::endl;
           csv << "MaintenanceLabour_heat" << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.CO << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.HC << del << theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.CO2 + theLifeCycleEmissionsSchaefer.theOperation.maintLabour_heat.CH4 * 25 << std::endl;
-          csv << "SpareParts_total" << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.HC << del << theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.CO2 + theLifeCycleEmissionsSchaefer.theOperation.spareParts_total.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.CO << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.HC << del << theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.CO2 + theLifeCycleEmissionsSchaefer.theOperation.maintenanceLabourHeat.CH4 * 25 << std::endl;
+          csv << "SparePartsTotal" << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.CO2 << del << theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.NOx << del << theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.PFC << del << theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.HC << del << theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.CO2 + theLifeCycleEmissionsSchaefer.theOperation.sparePartsTotal.CH4 * 25 << std::endl;
           csv << std::endl << std::endl;
           csv << "# End-of-Life Phase " << std::endl;
           csv << "# (1)EmissionName; (2)CO2; (3)H2O; (4)NOx; (5)CO; (6)SO2; (7)CH4; (8)PM10; (9)N2O; (10)PFC; (11)NMVOC;"
                     " (12)HC; (13) Energy; (14) AC Fuel; (15) GWP100" << std::endl;
-          csv << "EndOfLife_total" << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CED << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.transportFuel << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLife_total.CH4 * 25 << std::endl;
+          csv << "EndOfLifeTotal" << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CED << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.transport_fuel << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTotal.CH4 * 25 << std::endl;
           csv << "Transport (incl. Fuel Prod.)" << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.CO << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.CED << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.transportFuel << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransport.CH4 * 25 << std::endl;
-          /*csv << "Transport Fuel Production" << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.CO << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.SO2 << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.CH4 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.PM10 << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.N2O << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.PFC << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.NMVOC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.HC << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLTransportFuelProduction.CED << del << 0. << std::endl;*/
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.CO << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.CED << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.transport_fuel << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeTransport.CH4 * 25 << std::endl;
+          /*csv << "Transport Fuel Production" << del << theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.CO << del << theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.SO2 << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.CH4 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.PM10 << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.N2O << del << theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.PFC << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.NMVOC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.HC << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.end_of_life_transport_fuelProduction.CED << del << 0. << std::endl;*/
           csv << "Disass. and Dismantling" << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.CO << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.eoLDisassDism.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.CO << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeDD.CH4 * 25 << std::endl;
           csv << "EoL Scen. Total" << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.H2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.CO << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.CH4 << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.N2O << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.NMVOC << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.CED << del << 0. << del <<
-               theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.materialEoL_total.CH4 * 25 << std::endl;
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.CO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.H2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.NOx << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.CO << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.SO2 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.CH4 << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.PM10 << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.N2O << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.PFC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.NMVOC << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.HC << del << theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.CED << del << 0. << del <<
+               theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.CO2 + theLifeCycleEmissionsSchaefer.theEndOfLife.endOfLifeMaterialTotal.CH4 * 25 << std::endl;
           csv << std::endl << std::endl;
           csv.close();
      }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.cpp
index a34a8dde63d0588a02831725f61a10db088c93a0..867d3dfd793ac1254d24088f1f90e921d4c16a30 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.h b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.h
index 30ade96d92570c725f3cdd1c4b9d4b013ffb49ca..7e97889493dc225d015b36be0b69b3c5f139dda2 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/flightPath.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/hydrogen_combustion_emissions.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/hydrogen_combustion_emissions.cpp
index b43d5dfd767dc6c8f92dbd847d5b4474681165c3..abdd53a2831ba368b27e320dd6500c65df386899 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/hydrogen_combustion_emissions.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/hydrogen_combustion_emissions.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,22 +22,22 @@
 #include "mission.h"
 
 void Mission::calculate_hydrogen_combustion_emissions() {
-    emissionFlow.resize(numberOfSteps);
+    emissionsFlow.resize(number_of_steps);
     /* H2O - Stoichiometric factor for the combustion of hydrogen: 8.94 kg/kgFuel */
-    this->LTO.H2O = m_fuel_LTO * EMISSION_INDEX_H2O_HYDROGEN;
-    this->Cruise.H2O = m_fuel_Cruise * EMISSION_INDEX_H2O_HYDROGEN;
-    this->LTO_Total.H2O = this->LTO.H2O * flightsPerLC;
-    this->Cruise_Total.H2O = this->Cruise.H2O * flightsPerLC;
-    for (int16_t i(0); i < numberOfSteps; i++) {
-        emissionFlow[i].H2O = missionInfo[i].fuelFlow * EMISSION_INDEX_H2O_HYDROGEN;
+    this->LTO.H2O = fuel_mass_LTO * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;
+    this->cruise.H2O = fuel_mass_cruise * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;
+    this->LTO_Total.H2O = this->LTO.H2O * flights_per_lifecycle;
+    this->cruiseTotal.H2O = this->cruise.H2O * flights_per_lifecycle;
+    for (int16_t i(0); i < number_of_steps; i++) {
+        emissionsFlow[i].H2O = missionInfo[i].fuelFlow * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;
     }
     /* NOx - Non proportional to fuel flow */
-    if (missionIOData_->config.hydrogenMethodNOx == "mode_0") { // assume during different mission phases constant emission indices [Kos22]
+    if (missionIOData->config.hydrogen_method_NOx == "mode_0") { // assume during different mission phases constant emission indices [Kos22]
         hydrogen_combustion_NOx_constants();
-    } else if (missionIOData_->config.hydrogenMethodNOx == "mode_1") { // use kerosene emissions and adapt it to hydrogen
+    } else if (missionIOData->config.hydrogen_method_NOx == "mode_1") { // use kerosene emissions and adapt it to hydrogen
         hydrogen_combustion_NOx_P3T3();
     } else {
-        myRuntimeInfo->out << "NOx emission method " << missionIOData_->config.hydrogenMethodNOx << " not implemented. Check settings in configuration file!" << std::endl;
+        myRuntimeInfo->out << "NOx emission method " << missionIOData->config.hydrogen_method_NOx << " not implemented. Check settings in configuration file!" << std::endl;
     }
 }
 
@@ -49,31 +49,31 @@ void Mission::hydrogen_combustion_NOx_constants() {
     double EI_NOx_app(2.4e-3);
     double EI_NOx_mom(0.);
     /* Taxiing NOx */
-    this->LTO.NOx = EI_NOx_taxi * m_fuel_Taxi; //kg
+    this->LTO.NOx = EI_NOx_taxi * fuel_mass_taxi; //kg
     /* Non-taxiing NOx*/
-    for (int missionPoint = 0; missionPoint < numberOfSteps ; missionPoint++) {
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4
-            && (missionInfo.at(missionPoint).engineRating == "takeoff" || missionInfo.at(missionPoint).engineRating == "maximum_continuous")) {
+    for (int mission_point = 0; mission_point < number_of_steps ; mission_point++) {
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4
+            && (missionInfo.at(mission_point).engineRating == "takeoff" || missionInfo.at(mission_point).engineRating == "maximum_continuous")) {
             EI_NOx_mom = EI_NOx_TO;
-        } else if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4 && missionInfo.at(missionPoint).engineRating == "climb") {
+        } else if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4 && missionInfo.at(mission_point).engineRating == "climb") {
             EI_NOx_mom = EI_NOx_climb;
-        } else if (this->myFlightPath.pathPoints.at(missionPoint).altitude > 914.4) {
+        } else if (this->myFlightPath.pathPoints.at(mission_point).altitude > 914.4) {
             EI_NOx_mom = EI_NOx_cruise;
-        } else if (this->myFlightPath.pathPoints.at(missionPoint).altitude < 914.4
-            && (missionInfo.at(missionPoint).engineRating == "idle" || missionInfo.at(missionPoint).engineRating == "cruise")) {
+        } else if (this->myFlightPath.pathPoints.at(mission_point).altitude < 914.4
+            && (missionInfo.at(mission_point).engineRating == "idle" || missionInfo.at(mission_point).engineRating == "cruise")) {
             EI_NOx_mom = EI_NOx_app;
         }
-        emissionFlow[missionPoint].NOx = EI_NOx_mom * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].NOx = EI_NOx_mom * missionInfo[mission_point].fuelFlow;
         /* Calculate NOx mass */
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.NOx += EI_NOx_mom * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.NOx += EI_NOx_mom * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.NOx += EI_NOx_mom * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.NOx += EI_NOx_mom * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
     }
 }
@@ -83,27 +83,27 @@ void Mission::hydrogen_combustion_NOx_P3T3() {
     double hydrogenNOxFactor = calculateNOxHydrogenFactor();
     if (hydrogenNOxFactor > ACCURACY_HIGH) {
         this->LTO.NOx = hydrogenNOxFactor * this->LTO.NOx;
-        this->Cruise.NOx = hydrogenNOxFactor * this->Cruise.NOx;
-        this->LTO_Total.NOx = this->LTO.NOx * flightsPerLC;
-        this->Cruise_Total.NOx = this->Cruise.NOx * flightsPerLC;
+        this->cruise.NOx = hydrogenNOxFactor * this->cruise.NOx;
+        this->LTO_Total.NOx = this->LTO.NOx * flights_per_lifecycle;
+        this->cruiseTotal.NOx = this->cruise.NOx * flights_per_lifecycle;
         for (int16_t i(0); i < missionInfo.size(); i++) {
-            emissionFlow[i].NOx = missionInfo[i].fuelFlow * hydrogenNOxFactor * EINOxKerosene[i];
+            emissionsFlow[i].NOx = missionInfo[i].fuelFlow * hydrogenNOxFactor * EINOxKerosene[i];
         }
 
         /* Emissions calculated via ICAO Fuel and ICAO Times and ICAO EI (if available, otherwise constants) */
-        double ICAO_LTO_Fuel =  missionIOData_->numberOfEngines * ((missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * myEcoDatabase.taxiTime_ICAO)
-                                + (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * myEcoDatabase.takeoffTime_ICAO)
-                                + (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::climb) * myEcoDatabase.climboutTime_ICAO)
-                                + (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::approach) * myEcoDatabase.appTime_ICAO));
-        this->ICAO_LTO.H2O = ICAO_LTO_Fuel * EMISSION_INDEX_H2O_HYDROGEN;
-        this->ICAO_LTO.NOx = missionIOData_->numberOfEngines * hydrogenNOxFactor
-            * ((missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
-                * myEcoDatabase.taxiTime_ICAO)
-            + (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx)
-                * myEcoDatabase.takeoffTime_ICAO)
-            + (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::climb) * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx)
-                * myEcoDatabase.climboutTime_ICAO)
-            + (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::approach) * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx)
+        double ICAO_LTO_Fuel =  missionIOData->number_of_engines * ((missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * myEcoDatabase.taxi_time_ICAO)
+                                + (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * myEcoDatabase.takeoff_time_ICAO)
+                                + (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::climb) * myEcoDatabase.climbout_time_ICAO)
+                                + (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::approach) * myEcoDatabase.appTime_ICAO));
+        this->ICAO_LTO.H2O = ICAO_LTO_Fuel * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;
+        this->ICAO_LTO.NOx = missionIOData->number_of_engines * hydrogenNOxFactor
+            * ((missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
+                * myEcoDatabase.taxi_time_ICAO)
+            + (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx)
+                * myEcoDatabase.takeoff_time_ICAO)
+            + (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::climb) * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx)
+                * myEcoDatabase.climbout_time_ICAO)
+            + (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::approach) * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx)
                 * myEcoDatabase.appTime_ICAO));
     } else { // use mode_0 if Marek correlation is not suitable
         hydrogen_combustion_NOx_constants();
@@ -112,13 +112,13 @@ void Mission::hydrogen_combustion_NOx_P3T3() {
 
 double Mission::calculateNOxHydrogenFactor() {
     std::vector<double> H2Factor;
-    for (int missionPoint = 0; missionPoint < numberOfSteps ; missionPoint++) {
-        double T3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature; //[K]
-        double P3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3TotalPressure / pow(1. + (1.4 - 1.)
-                    / 2.*pow(this->myFlightPath.pathPoints.at(missionPoint).St3Mach, 2.), 1.4 / (1.4 - 1.)); //[kPa]
+    for (int mission_point = 0; mission_point < number_of_steps ; mission_point++) {
+        double T3_mom = this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature; //[K]
+        double P3_mom = this->myFlightPath.pathPoints.at(mission_point).St3TotalPressure / pow(1. + (1.4 - 1.)
+                    / 2.*pow(this->myFlightPath.pathPoints.at(mission_point).St3Mach, 2.), 1.4 / (1.4 - 1.)); //[kPa]
         if (588.7 < T3_mom && T3_mom < 802.6 && 689.4 < P3_mom && P3_mom < 1043.2 //calculate EI according to [Mar05] in validity range of correlation
-            && missionInfo.at(missionPoint).modeName == "Cruise") {
-            double FA_H2 = this->myFlightPath.pathPoints.at(missionPoint).St4FuelAir;
+            && missionInfo.at(mission_point).modeName == "Cruise") {
+            double FA_H2 = this->myFlightPath.pathPoints.at(mission_point).St4FuelAir;
             double Phi_H2 = FA_H2/0.0292; // equivalence ration (fa/fa_stoc)
             double residenceTime = 2.0; //[ms]
             /*correlation constants for emission index based on expermental data (C3 config)*/
@@ -133,10 +133,10 @@ double Mission::calculateNOxHydrogenFactor() {
             double ppmNOxH2 = constant_A * pow(143+P3_mom, constant_a) * pow(Phi_H2, constant_b) *
                 pow(residenceTime, constant_c) * exp((1.8 * T3_mom - 460) / constant_d) * pow(pressureLoss, constant_e);
             double EINOxH2 = convertUnit(GRAM, KILO, GRAM, (1+FA_H2)/(FA_H2*533) * ppmNOxH2);
-            /*Calculate scaling factor EI_H2:EI_Kerosene in current missionPoint*/
-            H2Factor.push_back(EINOxH2 / EINOxKerosene.at(missionPoint));
+            /*Calculate scaling factor EI_H2:EI_Kerosene in current mission_point*/
+            H2Factor.push_back(EINOxH2 / EINOxKerosene.at(mission_point));
             //myRuntimeInfo->out << "T3: " << T3_mom << " - p3: " << P3_mom << " - EI H2: " << EINOxH2*1000 <<
-            //" - EI Kerosene: " <<  EINOxKerosene.at(missionPoint)*1000 << std::endl;
+            //" - EI Kerosene: " <<  EINOxKerosene.at(mission_point)*1000 << std::endl;
         }
     }
     /* Return value */
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/kerosene_emissions.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/kerosene_emissions.cpp
index 1f9edaae86b491aa9767f0f0f5ed5a3333353793..87262647993d66ac6facc5551620274c39569128 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/kerosene_emissions.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/kerosene_emissions.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,248 +22,248 @@
 #include "mission.h"
 
 void Mission::calculate_kerosene_emissions() {
-    emissionFlow.resize(numberOfSteps);
+    emissionsFlow.resize(number_of_steps);
     /* CO2 - Stoichiometric factor for the combustion of kerosene: 3.149 kg/kgFuel */
-    this->LTO.CO2 = m_fuel_LTO * EMISSION_INDEX_CO2_KEROSENE;
-    this->Cruise.CO2 = m_fuel_Cruise * EMISSION_INDEX_CO2_KEROSENE;
-    this->LTO_Total.CO2 = this->LTO.CO2 * flightsPerLC;
-    this->Cruise_Total.CO2 = this->Cruise.CO2 * flightsPerLC;
+    this->LTO.CO2 = fuel_mass_LTO * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_CO2;;
+    this->cruise.CO2 = fuel_mass_cruise * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_CO2;;
+    this->LTO_Total.CO2 = this->LTO.CO2 * flights_per_lifecycle;
+    this->cruiseTotal.CO2 = this->cruise.CO2 * flights_per_lifecycle;
 
     /* H2O - Stoichiometric factor for the combustion of kerosene: 1.2 kg/kgFuel */
-    this->LTO.H2O = m_fuel_LTO * EMISSION_INDEX_H2O_KEROSENE;
-    this->Cruise.H2O = m_fuel_Cruise * EMISSION_INDEX_H2O_KEROSENE;
-    this->LTO_Total.H2O = this->LTO.H2O * flightsPerLC;
-    this->Cruise_Total.H2O = this->Cruise.H2O * flightsPerLC;
+    this->LTO.H2O = fuel_mass_LTO * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;;
+    this->cruise.H2O = fuel_mass_cruise * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;;
+    this->LTO_Total.H2O = this->LTO.H2O * flights_per_lifecycle;
+    this->cruiseTotal.H2O = this->cruise.H2O * flights_per_lifecycle;
 
     /* SO2 - Stoichiometric factor for the combustion of kerosene: 0.84e-3 kg/kgFuel */
-    this->LTO.SO2 = m_fuel_LTO * EMISSION_INDEX_SO2_KEROSENE;
-    this->Cruise.SO2 = m_fuel_Cruise * EMISSION_INDEX_SO2_KEROSENE;
-    this->LTO_Total.SO2 = this->LTO.SO2 * flightsPerLC;
-    this->Cruise_Total.SO2 = this->Cruise.SO2 * flightsPerLC;
+    this->LTO.SO2 = fuel_mass_LTO * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_SO2;
+    this->cruise.SO2 = fuel_mass_cruise * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_SO2;
+    this->LTO_Total.SO2 = this->LTO.SO2 * flights_per_lifecycle;
+    this->cruiseTotal.SO2 = this->cruise.SO2 * flights_per_lifecycle;
 
     /* SO4 - Stoichiometric factor for the combustion of kerosene:2e-4 kg/kgFuel */
-    this->LTO.SO4 = m_fuel_LTO * EMISSION_INDEX_SO4_KEROSENE;
-    this->Cruise.SO4 = m_fuel_Cruise * EMISSION_INDEX_SO4_KEROSENE;
-    this->LTO_Total.SO4 = this->LTO.SO4 * flightsPerLC;
-    this->Cruise_Total.SO4 = this->Cruise.SO4 * flightsPerLC;
+    this->LTO.SO4 = fuel_mass_LTO * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_SO4;
+    this->cruise.SO4 = fuel_mass_cruise * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_SO4;
+    this->LTO_Total.SO4 = this->LTO.SO4 * flights_per_lifecycle;
+    this->cruiseTotal.SO4 = this->cruise.SO4 * flights_per_lifecycle;
 
     /* Fill mission vector with emissions proportional to fuel flow*/
-    for (int16_t i(0); i < numberOfSteps; i++) {
-        emissionFlow[i].CO2 = missionInfo[i].fuelFlow * EMISSION_INDEX_CO2_KEROSENE;
-        emissionFlow[i].H2O = missionInfo[i].fuelFlow * EMISSION_INDEX_H2O_KEROSENE;
-        emissionFlow[i].SO2 = missionInfo[i].fuelFlow * EMISSION_INDEX_SO2_KEROSENE;
-        emissionFlow[i].SO4 = missionInfo[i].fuelFlow * EMISSION_INDEX_SO4_KEROSENE;
+    for (int16_t i(0); i < number_of_steps; i++) {
+        emissionsFlow[i].CO2 = missionInfo[i].fuelFlow * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_CO2;
+        emissionsFlow[i].H2O = missionInfo[i].fuelFlow * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;
+        emissionsFlow[i].SO2 = missionInfo[i].fuelFlow * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_SO2;
+        emissionsFlow[i].SO4 = missionInfo[i].fuelFlow * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_SO4;
     }
 
     /* HC - Non proportional to fuel flow */
-    if (missionIOData_->config.keroseneMethodHC == "mode_0") { //DLR Omega
+    if (missionIOData->config.kerosene_method_HC == "mode_0") { //DLR Omega
         kerosene_HC_DLR();
-    } else if (missionIOData_->config.keroseneMethodHC == "mode_1") { //BFM2;
+    } else if (missionIOData->config.kerosene_method_HC == "mode_1") { //BFM2;
         kerosene_HC_BFM2();
     } else { //ICAO
-        this->LTO.HC = (m_fuel_Taxi * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC))
-                        + (m_fuel_TO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC))
-                        + (m_fuel_ClimbOut * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC))
-                        + (m_fuel_App * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC));
-        this->Cruise.HC = 0.;//not calculable with ICAO
+        this->LTO.HC = (fuel_mass_taxi * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC))
+                        + (fuel_mass_takeoff * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC))
+                        + (fuel_mass_climbout * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC))
+                        + (fuel_mass_approach * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC));
+        this->cruise.HC = 0.;//not calculable with ICAO
     }
-    this->LTO_Total.HC = this->LTO.HC * flightsPerLC;
-    this->Cruise_Total.HC = this->Cruise.HC * flightsPerLC;
+    this->LTO_Total.HC = this->LTO.HC * flights_per_lifecycle;
+    this->cruiseTotal.HC = this->cruise.HC * flights_per_lifecycle;
 
     /* CO - Non proportional to fuel flow */
-    if (missionIOData_->config.kersoseneMethodCO == "mode_0") { //DLR Omega
+    if (missionIOData->config.kersosene_method_CO == "mode_0") { //DLR Omega
         kerosene_CO_DLR();
-    } else if (missionIOData_->config.kersoseneMethodCO == "mode_1") { //BFM2;
+    } else if (missionIOData->config.kersosene_method_CO == "mode_1") { //BFM2;
         kerosene_CO_BFM2();
     } else { //ICAO
-        this->LTO.CO = (m_fuel_Taxi * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO))
-                        + (m_fuel_TO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::CO))
-                        + (m_fuel_ClimbOut * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO))
-                        + (m_fuel_App * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO));
-        this->Cruise.CO = 0.;//not calculable with ICAO
+        this->LTO.CO = (fuel_mass_taxi * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO))
+                        + (fuel_mass_takeoff * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::CO))
+                        + (fuel_mass_climbout * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO))
+                        + (fuel_mass_approach * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO));
+        this->cruise.CO = 0.;//not calculable with ICAO
     }
-    this->LTO_Total.CO = this->LTO.CO * flightsPerLC;
-    this->Cruise_Total.CO = this->Cruise.CO * flightsPerLC;
+    this->LTO_Total.CO = this->LTO.CO * flights_per_lifecycle;
+    this->cruiseTotal.CO = this->cruise.CO * flights_per_lifecycle;
 
     /* NOx - Non proportional to fuel flow */
-    if (missionIOData_->config.keroseneMethodNOx == "mode_0") { //P3T3
+    if (missionIOData->config.kerosene_method_NOx == "mode_0") { //P3T3
         kerosene_NOx_P3T3();
-    } else if (missionIOData_->config.keroseneMethodNOx == "mode_1") { //BFM2;
+    } else if (missionIOData->config.kerosene_method_NOx == "mode_1") { //BFM2;
         kerosene_NOx_BFM2();
     } else { //GasTurb
         kerosene_NOx_gasTurb();
     }
-    this->LTO_Total.NOx = this->LTO.NOx * flightsPerLC;
-    this->Cruise_Total.NOx = this->Cruise.NOx * flightsPerLC;
+    this->LTO_Total.NOx = this->LTO.NOx * flights_per_lifecycle;
+    this->cruiseTotal.NOx = this->cruise.NOx * flights_per_lifecycle;
 
     /* Soot - Non proportional to fuel flow */
     if (rtIOPt->aircraft_energy_carrier_type() == "kerosene") {
-        if (missionIOData_->config.keroseneMethodSoot == "mode_0") { //DLR
+        if (missionIOData->config.kerosene_method_soot == "mode_0") { //DLR
             kerosene_soot_DLR();
-        } else if (missionIOData_->config.keroseneMethodSoot == "mode_1") { //Whyte;
+        } else if (missionIOData->config.kerosene_method_soot == "mode_1") { //Whyte;
             kerosene_soot_whyte();
         } else { //const. EI = 0.025e-3 kg/kgFuel
-            this->LTO.soot = m_fuel_LTO * EMISSION_INDEX_SO4_KEROSENE;
-            this->Cruise.soot = m_fuel_Cruise * EMISSION_INDEX_SO4_KEROSENE;
+            this->LTO.soot = fuel_mass_LTO * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_soot;
+            this->cruise.soot = fuel_mass_cruise * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_soot;
         }
     }
-    this->Cruise_Total.soot = this->Cruise.soot * flightsPerLC;
-    this->LTO_Total.soot = this->LTO.soot * flightsPerLC;
+    this->cruiseTotal.soot = this->cruise.soot * flights_per_lifecycle;
+    this->LTO_Total.soot = this->LTO.soot * flights_per_lifecycle;
 
     /* Emissions calculated via ICAO Fuel and ICAO Times and ICAO EI (if available, otherwise constants) */
-    double ICAO_LTO_Fuel =  m_fuel_Taxi_ICAO + m_fuel_TO_ICAO + m_fuel_ClimbOut_ICAO + m_fuel_App_ICAO;
-    this->ICAO_LTO.CO2 = ICAO_LTO_Fuel * EMISSION_INDEX_CO2_KEROSENE;
-    this->ICAO_LTO.H2O = ICAO_LTO_Fuel * EMISSION_INDEX_H2O_KEROSENE;
-    this->ICAO_LTO.SO2 = ICAO_LTO_Fuel * EMISSION_INDEX_SO2_KEROSENE;
-    this->ICAO_LTO.HC = missionIOData_->numberOfEngines *
-                        (m_fuel_Taxi_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC)
-                        + m_fuel_TO_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC)
-                        + m_fuel_App_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC)
-                        + m_fuel_App_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC));
-    this->ICAO_LTO.CO = missionIOData_->numberOfEngines *
-                        (m_fuel_Taxi_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO)
-                        + m_fuel_TO_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::CO)
-                        + m_fuel_App_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO)
-                        + m_fuel_App_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO));
-    this->ICAO_LTO.NOx = missionIOData_->numberOfEngines *
-                        (m_fuel_Taxi_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
-                        + m_fuel_TO_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx)
-                        + m_fuel_App_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx)
-                        + m_fuel_App_ICAO * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx));
-    this->ICAO_LTO.soot = ICAO_LTO_Fuel * EMISSION_INDEX_SO4_KEROSENE;
+    double ICAO_LTO_Fuel =  fuel_mass_taxi_ICAO + fuel_mass_takeoff_ICAO + fuel_mass_climbout_ICAO + fuel_mass_approach_ICAO;
+    this->ICAO_LTO.CO2 = ICAO_LTO_Fuel * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_CO2;
+    this->ICAO_LTO.H2O = ICAO_LTO_Fuel * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_H2O;
+    this->ICAO_LTO.SO2 = ICAO_LTO_Fuel * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_SO2;
+    this->ICAO_LTO.HC = missionIOData->number_of_engines *
+                        (fuel_mass_taxi_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC)
+                        + fuel_mass_takeoff_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC)
+                        + fuel_mass_approach_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC)
+                        + fuel_mass_approach_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC));
+    this->ICAO_LTO.CO = missionIOData->number_of_engines *
+                        (fuel_mass_taxi_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO)
+                        + fuel_mass_takeoff_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::CO)
+                        + fuel_mass_approach_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO)
+                        + fuel_mass_approach_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO));
+    this->ICAO_LTO.NOx = missionIOData->number_of_engines *
+                        (fuel_mass_taxi_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
+                        + fuel_mass_takeoff_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx)
+                        + fuel_mass_approach_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx)
+                        + fuel_mass_approach_ICAO * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx));
+    this->ICAO_LTO.soot = ICAO_LTO_Fuel * EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).emission_index_soot;
 }
 
 void Mission::kerosene_NOx_P3T3() {
     /* Taxiing NOx */
-    this->LTO.NOx = missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx) * m_fuel_Taxi; //kg
+    this->LTO.NOx = missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx) * fuel_mass_taxi; //kg
     /* Non-taxiing NOx*/
-    for (int missionPoint = 0; missionPoint < numberOfSteps ; missionPoint++) {
-        double T3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature;
-        double P3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3TotalPressure / pow(1. + (1.4 - 1.)
-                    / 2.*pow(this->myFlightPath.pathPoints.at(missionPoint).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
+    for (int mission_point = 0; mission_point < number_of_steps ; mission_point++) {
+        double T3_mom = this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature;
+        double P3_mom = this->myFlightPath.pathPoints.at(mission_point).St3TotalPressure / pow(1. + (1.4 - 1.)
+                    / 2.*pow(this->myFlightPath.pathPoints.at(mission_point).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
         double n = 0.4; //exponent of the altitude correction for P3T3 Method, can be changed for best fit (0.4 recommended; p.29 Norman 2003)
-        double beta = 7.90298 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(missionPoint).Tamb)) + 3.00571 + 5.02808
-                * log10(373.16 / (this->myFlightPath.pathPoints.at(missionPoint).Tamb)) + 1.3816 * pow(10., -7.)
-                * (1. - pow(10., 11.344 * (1. - (this->myFlightPath.pathPoints.at(missionPoint).Tamb)
-                / 373.16))) + 8.1328 * pow(10., -3.) * (pow(10., 3.49149 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(missionPoint).Tamb))) - 1.);
+        double beta = 7.90298 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(mission_point).Tamb)) + 3.00571 + 5.02808
+                * log10(373.16 / (this->myFlightPath.pathPoints.at(mission_point).Tamb)) + 1.3816 * pow(10., -7.)
+                * (1. - pow(10., 11.344 * (1. - (this->myFlightPath.pathPoints.at(mission_point).Tamb)
+                / 373.16))) + 8.1328 * pow(10., -3.) * (pow(10., 3.49149 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(mission_point).Tamb))) - 1.);
         double P_v = 0.014504 * pow(10., beta); //psi
         //(psi = Pa * 0.00014504); AEM3 Correction Implemented!!!
-        double omega = 0.62198 * missionIOData_->config.relativeHumidity * P_v / (this->myFlightPath.pathPoints.at(missionPoint).Pamb *
-            0.00014504 - 0.37802 * missionIOData_->config.relativeHumidity * P_v);
+        double omega = 0.62198 * missionIOData->config.relative_humidity * P_v / (this->myFlightPath.pathPoints.at(mission_point).Pamb *
+            0.00014504 - 0.37802 * missionIOData->config.relative_humidity * P_v);
         double H = -19.0 * (omega - 0.00634);
-        double EINOx_SL = quadraticFit(T3_mom, T3_ID, T3_TO, T3_CL, T3_AP,
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx), 0);// [kg/kg]
-        double P3_SL = potentialFit(T3_mom, T3_ID, T3_TO, T3_CL, T3_AP, P3_ID, P3_TO, P3_CL, P3_AP, 1); //[kPa]
+        double EINOx_SL = quadratic_fit(T3_mom, T3_ID, T3_TO, T3_CL, T3_AP,
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx), 0);// [kg/kg]
+        double P3_SL = potential_fit(T3_mom, T3_ID, T3_TO, T3_CL, T3_AP, P3_ID, P3_TO, P3_CL, P3_AP, 1); //[kPa]
         if (EINOx_SL < 0.) {
             EINOx_SL = 0.;
         }
         EINOxKerosene.push_back(EINOx_SL * pow(P3_mom / P3_SL, n) * exp(H)); //kg/kg
-        emissionFlow[missionPoint].NOx = EINOxKerosene.back() * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].NOx = EINOxKerosene.back() * missionInfo[mission_point].fuelFlow;
 
         /* calculate NOx mass */
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.NOx += EINOxKerosene.at(missionPoint) * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.NOx += EINOxKerosene.at(mission_point) * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.NOx += EINOxKerosene.at(missionPoint) * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.NOx += EINOxKerosene.at(mission_point) * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
     }
 }
 
 void Mission::kerosene_NOx_BFM2() {
-    this->LTO.NOx = missionIOData_->numberOfEngines * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
-                    * missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxiTime; //kg
-    for (int missionPoint = 0; missionPoint < numberOfSteps ; missionPoint++) {
-        double delta_amb = this->myFlightPath.pathPoints.at(missionPoint).Pamb / 101325.;
-        double theta_amb = this->myFlightPath.pathPoints.at(missionPoint).Tamb / 288.15;
-        double beta = 7.90298 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(missionPoint).Tamb)) + 3.00571 + 5.02808 * log10(373.16
-            / (this->myFlightPath.pathPoints.at(missionPoint).Tamb)) + 1.3816 * pow(10., -7.) * (1. - pow(10., 11.344
-            * (1. - (this->myFlightPath.pathPoints.at(missionPoint).Tamb) / 373.16))) + 8.1328 * pow(10., -3.)
-            * (pow(10., 3.49149 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(missionPoint).Tamb))) - 1.);
+    this->LTO.NOx = missionIOData->number_of_engines * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
+                    * missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxi_time; //kg
+    for (int mission_point = 0; mission_point < number_of_steps ; mission_point++) {
+        double delta_amb = this->myFlightPath.pathPoints.at(mission_point).Pamb / 101325.;
+        double theta_amb = this->myFlightPath.pathPoints.at(mission_point).Tamb / 288.15;
+        double beta = 7.90298 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(mission_point).Tamb)) + 3.00571 + 5.02808 * log10(373.16
+            / (this->myFlightPath.pathPoints.at(mission_point).Tamb)) + 1.3816 * pow(10., -7.) * (1. - pow(10., 11.344
+            * (1. - (this->myFlightPath.pathPoints.at(mission_point).Tamb) / 373.16))) + 8.1328 * pow(10., -3.)
+            * (pow(10., 3.49149 * (1. - 373.16 / (this->myFlightPath.pathPoints.at(mission_point).Tamb))) - 1.);
         double P_v = 0.014504 * pow(10., beta);
         //(psi = Pa * 0.00014504); AEM3 Correction Implemented!!!
-        double omega = 0.62198 * missionIOData_->config.relativeHumidity * P_v / (this->myFlightPath.pathPoints.at(missionPoint).Pamb *
-            0.00014504 - 0.37802 * missionIOData_->config.relativeHumidity * P_v);
+        double omega = 0.62198 * missionIOData->config.relative_humidity * P_v / (this->myFlightPath.pathPoints.at(mission_point).Pamb *
+            0.00014504 - 0.37802 * missionIOData->config.relative_humidity * P_v);
         double H = -19.0 * (omega - 0.0063);
-        ///For EINOx: Choose between LinearLeastSquareFit() or PointToPointFit()
-        EINOxKerosene.push_back(LinearLeastSquareFit(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx),
-                missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx),
-                missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx),
-                missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx), missionPoint)
+        ///For EINOx: Choose between linear_least_square_fit() or point_to_point_fit()
+        EINOxKerosene.push_back(linear_least_square_fit(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::NOx),
+                missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::NOx),
+                missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::NOx),
+                missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx), mission_point)
                 * exp(H) * pow(pow(delta_amb, 1.02) / pow(theta_amb, 3.3), 0.5)); //[kg/kg];
-        emissionFlow[missionPoint].NOx = EINOxKerosene.back() * missionInfo[missionPoint].fuelFlow;
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        emissionsFlow[mission_point].NOx = EINOxKerosene.back() * missionInfo[mission_point].fuelFlow;
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.NOx += EINOxKerosene.at(missionPoint) * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.NOx += EINOxKerosene.at(mission_point) * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.NOx += EINOxKerosene.at(missionPoint) * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.NOx += EINOxKerosene.at(mission_point) * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
     }
 }
 
 void Mission::kerosene_NOx_gasTurb() {
-    this->LTO.NOx = missionIOData_->numberOfEngines * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
-                    * missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxiTime; //kg
-    for (int missionPoint = 1; missionPoint < numberOfSteps; missionPoint++) {
+    this->LTO.NOx = missionIOData->number_of_engines * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::NOx)
+                    * missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxi_time; //kg
+    for (int mission_point = 1; mission_point < number_of_steps; mission_point++) {
         /* First mission point */
-        double altitude(missionInfo.at(missionPoint-1).alt); // Flight Level [m]
-        double Mach(missionInfo.at(missionPoint-1).Mach); // Mach number
-        double N1 =  missionInfo.at(missionPoint-1).N1; // Current low pressure spool speed [-]
-        missionIOData_->myEngine.set_operating_point({N1, altitude, Mach});
-        double NOx_EI_1(missionIOData_->myEngine.get_engine_NOx_emission_index());
+        double altitude(missionInfo.at(mission_point-1).altitude); // Flight Level [m]
+        double Mach(missionInfo.at(mission_point-1).Mach); // Mach number
+        double N1 =  missionInfo.at(mission_point-1).N1; // Current low pressure spool speed [-]
+        missionIOData->myEngine.set_operating_point({N1, altitude, Mach});
+        double NOx_EI_1(missionIOData->myEngine.get_engine_NOx_emission_index());
         /* Second mission point */
-        altitude = missionInfo.at(missionPoint).alt;// Flight Level [m]
-        Mach = missionInfo.at(missionPoint).Mach;// Mach number
-        N1 =  missionInfo.at(missionPoint-1).N1; // Current low pressure spool speed [-]
-        missionIOData_->myEngine.set_operating_point({N1, altitude, Mach});
-        double NOx_EI_2(missionIOData_->myEngine.get_engine_NOx_emission_index());
+        altitude = missionInfo.at(mission_point).altitude;// Flight Level [m]
+        Mach = missionInfo.at(mission_point).Mach;// Mach number
+        N1 =  missionInfo.at(mission_point-1).N1; // Current low pressure spool speed [-]
+        missionIOData->myEngine.set_operating_point({N1, altitude, Mach});
+        double NOx_EI_2(missionIOData->myEngine.get_engine_NOx_emission_index());
         /* Average EI */
         EINOxKerosene.push_back((NOx_EI_2 + NOx_EI_1) / 2.);
         /* Nox masses */
-        timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.NOx += EINOxKerosene.at(missionPoint-1) * this->myFlightPath.pathPoints.at(missionPoint-1).fuelFlow * timeStep; //kg
+        time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.NOx += EINOxKerosene.at(mission_point-1) * this->myFlightPath.pathPoints.at(mission_point-1).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.NOx += EINOxKerosene.at(missionPoint-1) * this->myFlightPath.pathPoints.at(missionPoint-1).fuelFlow * timeStep; //kg
+            this->cruise.NOx += EINOxKerosene.at(mission_point-1) * this->myFlightPath.pathPoints.at(mission_point-1).fuelFlow * time_step; //kg
         }
         /* Nox flow */
-        emissionFlow[missionPoint].NOx = EINOxKerosene.back() * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].NOx = EINOxKerosene.back() * missionInfo[mission_point].fuelFlow;
     }
 }
 
 void Mission::kerosene_HC_BFM2() {
-    this->LTO.HC = missionIOData_->numberOfEngines * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC)
-                * missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxiTime; //kg
-    for (int missionPoint = 0; missionPoint < numberOfSteps ; missionPoint++) {
-        double delta_amb = this->myFlightPath.pathPoints.at(missionPoint).Pamb / 101325.;
-        double theta_amb = this->myFlightPath.pathPoints.at(missionPoint).Tamb / 288.15;
-        double EIHC = biLinearLeastSquareFit(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC),
-                        missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC),
-                        missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC),
-                        missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC), missionPoint)
+    this->LTO.HC = missionIOData->number_of_engines * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC)
+                * missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxi_time; //kg
+    for (int mission_point = 0; mission_point < number_of_steps ; mission_point++) {
+        double delta_amb = this->myFlightPath.pathPoints.at(mission_point).Pamb / 101325.;
+        double theta_amb = this->myFlightPath.pathPoints.at(mission_point).Tamb / 288.15;
+        double EIHC = bi_linear_least_square_fit(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC),
+                        missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC),
+                        missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC),
+                        missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC), mission_point)
                         * pow(theta_amb, 3.3) / pow(delta_amb, 1.02); //[kg/kg];
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.HC += EIHC * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.HC += EIHC * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.HC += EIHC * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.HC += EIHC * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
-        emissionFlow[missionPoint].HC = EIHC * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].HC = EIHC * missionInfo[mission_point].fuelFlow;
     }
 }
 
@@ -274,61 +274,61 @@ void Mission::kerosene_HC_DLR() {
     double omegaVC_TO = St3MassFlow_TO / pow(P3_TO / 100., 1.8) / exp(T3_TO / 300.);
     double omegaVC_CL = St3MassFlow_CL / pow(P3_CL / 100., 1.8) / exp(T3_CL / 300.);
     double omegaVC_AP = St3MassFlow_AP / pow(P3_AP / 100., 1.8) / exp(T3_AP / 300.);
-    this->LTO.HC = missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC) * m_fuel_Taxi; //kg
-    for (int missionPoint = 1; missionPoint < numberOfSteps ; missionPoint++) {
-        double T3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature;
-        double P3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3TotalPressure / pow(1. + (1.4 - 1.)
-                 / 2.*pow(this->myFlightPath.pathPoints.at(missionPoint).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
-        double omegaVC_mom = this->myFlightPath.pathPoints.at(missionPoint).St3MassFlow / pow(P3_mom / 100., 1.8) / exp(T3_mom / 300.);
-        missionIOData_->myEngine.set_operating_point({this->myFlightPath.pathPoints.at(missionPoint).N1, 0, 0});
-        double EIHC_SL = quadraticFit(omegaVC_mom, omegaVC_ID, omegaVC_TO, omegaVC_CL, omegaVC_AP,
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC), 1);
-        double T3_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
-        double P3t_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-        double St3Mach_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+    this->LTO.HC = missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC) * fuel_mass_taxi; //kg
+    for (int mission_point = 1; mission_point < number_of_steps ; mission_point++) {
+        double T3_mom = this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature;
+        double P3_mom = this->myFlightPath.pathPoints.at(mission_point).St3TotalPressure / pow(1. + (1.4 - 1.)
+                 / 2.*pow(this->myFlightPath.pathPoints.at(mission_point).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
+        double omegaVC_mom = this->myFlightPath.pathPoints.at(mission_point).St3MassFlow / pow(P3_mom / 100., 1.8) / exp(T3_mom / 300.);
+        missionIOData->myEngine.set_operating_point({this->myFlightPath.pathPoints.at(mission_point).N1, 0, 0});
+        double EIHC_SL = quadratic_fit(omegaVC_mom, omegaVC_ID, omegaVC_TO, omegaVC_CL, omegaVC_AP,
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::HC),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::HC),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::HC), 1);
+        double T3_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
+        double P3t_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+        double St3Mach_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
         double P3_SL = P3t_SL / (1. + 1.4 / 2.*pow(St3Mach_SL, 2));
-        double EIHC = EIHC_SL * pow(this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature / T3_SL * P3_SL / P3_mom, c); //kg/kg
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        double EIHC = EIHC_SL * pow(this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature / T3_SL * P3_SL / P3_mom, c); //kg/kg
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.HC += EIHC_SL * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
-        } else if (this->myFlightPath.pathPoints.at(missionPoint).altitude < 12192.) {
-            this->Cruise.HC += EIHC_SL * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.HC += EIHC_SL * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
+        } else if (this->myFlightPath.pathPoints.at(mission_point).altitude < 12192.) {
+            this->cruise.HC += EIHC_SL * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.HC += EIHC * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.HC += EIHC * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
-        emissionFlow[missionPoint].HC = EIHC * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].HC = EIHC * missionInfo[mission_point].fuelFlow;
     }
 }
 
 void Mission::kerosene_CO_BFM2() {
-    this->LTO.CO = missionIOData_->numberOfEngines * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO)
-                    * missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxiTime; //kg
-    for (int missionPoint = 0; missionPoint < numberOfSteps ; missionPoint++) {
-        double delta_amb = this->myFlightPath.pathPoints.at(missionPoint).Pamb / 101325.;
-        double theta_amb = this->myFlightPath.pathPoints.at(missionPoint).Tamb / 288.15;
-        double EICO = biLinearLeastSquareFit(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC),
-                        missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO),
-                        missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO),
-                        missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO), missionPoint)
+    this->LTO.CO = missionIOData->number_of_engines * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO)
+                    * missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * taxi_time; //kg
+    for (int mission_point = 0; mission_point < number_of_steps ; mission_point++) {
+        double delta_amb = this->myFlightPath.pathPoints.at(mission_point).Pamb / 101325.;
+        double theta_amb = this->myFlightPath.pathPoints.at(mission_point).Tamb / 288.15;
+        double EICO = bi_linear_least_square_fit(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::HC),
+                        missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO),
+                        missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO),
+                        missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO), mission_point)
                         * pow(theta_amb, 3.3) / pow(delta_amb, 1.02); //[kg/kg];
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.CO += EICO * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.CO += EICO * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.CO += EICO * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.CO += EICO * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
-        emissionFlow[missionPoint].CO = EICO * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].CO = EICO * missionInfo[mission_point].fuelFlow;
     }
 }
 
@@ -339,97 +339,97 @@ void Mission::kerosene_CO_DLR() {
     double omegaVC_TO = St3MassFlow_TO / pow(P3_TO / 100., 1.8) / exp(T3_TO / 300.);
     double omegaVC_CL = St3MassFlow_CL / pow(P3_CL / 100., 1.8) / exp(T3_CL / 300.);
     double omegaVC_AP = St3MassFlow_AP / pow(P3_AP / 100., 1.8) / exp(T3_AP / 300.);
-    this->LTO.CO = missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO) * m_fuel_Taxi; //kg
-    for (int missionPoint = 1; missionPoint < numberOfSteps ; missionPoint++) {
-        double T3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature;
-        double P3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3TotalPressure / pow(1. + (1.4 - 1.)
-                 / 2.*pow(this->myFlightPath.pathPoints.at(missionPoint).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
-        double omegaVC_mom = this->myFlightPath.pathPoints.at(missionPoint).St3MassFlow / pow(P3_mom / 100., 1.8) / exp(T3_mom / 300.);
-        double EICO_SL = quadraticFit(omegaVC_mom, omegaVC_ID, omegaVC_TO, omegaVC_CL, omegaVC_AP,
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::CO),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO),
-                            missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO), 1); // [kg/kg]
+    this->LTO.CO = missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO) * fuel_mass_taxi; //kg
+    for (int mission_point = 1; mission_point < number_of_steps ; mission_point++) {
+        double T3_mom = this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature;
+        double P3_mom = this->myFlightPath.pathPoints.at(mission_point).St3TotalPressure / pow(1. + (1.4 - 1.)
+                 / 2.*pow(this->myFlightPath.pathPoints.at(mission_point).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
+        double omegaVC_mom = this->myFlightPath.pathPoints.at(mission_point).St3MassFlow / pow(P3_mom / 100., 1.8) / exp(T3_mom / 300.);
+        double EICO_SL = quadratic_fit(omegaVC_mom, omegaVC_ID, omegaVC_TO, omegaVC_CL, omegaVC_AP,
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::CO),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::CO),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::CO),
+                            missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::CO), 1); // [kg/kg]
         //Set temporary engine rating to SL
-        missionIOData_->myEngine.set_operating_point({this->myFlightPath.pathPoints.at(missionPoint).N1, 0, 0});
+        missionIOData->myEngine.set_operating_point({this->myFlightPath.pathPoints.at(mission_point).N1, 0, 0});
         //Use manual engine rating for sea-level engine data
-        double T3_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
-        double P3t_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-        double St3Mach_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+        double T3_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
+        double P3t_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+        double St3Mach_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
         double P3_SL = P3t_SL / (1. + 1.4 / 2.*pow(St3Mach_SL, 2));
-        double EICO = EICO_SL * pow(this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature / T3_SL * P3_SL / P3_mom, c); //kg/kg
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        double EICO = EICO_SL * pow(this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature / T3_SL * P3_SL / P3_mom, c); //kg/kg
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.CO += EICO_SL * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
-        } else if (this->myFlightPath.pathPoints.at(missionPoint).altitude < 12192.) {
-            this->Cruise.CO += EICO_SL * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.CO += EICO_SL * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
+        } else if (this->myFlightPath.pathPoints.at(mission_point).altitude < 12192.) {
+            this->cruise.CO += EICO_SL * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         } else {
-            this->Cruise.CO += EICO * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.CO += EICO * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
-        emissionFlow[missionPoint].CO = EICO * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].CO = EICO * missionInfo[mission_point].fuelFlow;
     }
 }
 
 void Mission::kerosene_soot_DLR() {
     double EI_soot = 0.; //[kg/kg]
     //DLR Correlation
-    double c_sootRef_ID = 0.0000026156 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN), 4.)
-                            - 0.00010998 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN), 3.)
-                            + 0.0022367 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN), 3.)
-                            + 0.10955 * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN) + 0.0012842; //mg/kg
-    double c_sootRef_TO = 0.0000026156 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN), 4.)
-                            - 0.00010998 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN), 3.)
-                             + 0.0022367 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN), 3.)
-                             + 0.10955 * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN) + 0.0012842; //mg/kg
-    double c_sootRef_CL = 0.0000026156 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN), 4.)
-                            - 0.00010998 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN), 3.)
-                            + 0.0022367 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN), 3.)
-                            + 0.10955 * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN) + 0.0012842; //mg/kg
-    double c_sootRef_AP = 0.0000026156 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN), 4.)
-                            - 0.00010998 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN), 3.)
-                            + 0.0022367 * pow(missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN), 3.)
-                            + 0.10955 * missionIOData_->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN) + 0.0012842; //mg/kg
-    EI_soot = c_sootRef_ID * St3MassFlow_ID / (fuelFlow_ID / missionIOData_->numberOfEngines) / 1.225 / 1000000.; //kg/kg
-    this->LTO.soot = EI_soot * m_fuel_Taxi; //kg
-    for (int missionPoint = 1; missionPoint < numberOfSteps ; missionPoint++) {
-        double fuelFlow_mom = this->myFlightPath.pathPoints.at(missionPoint).fuelFlow;//[kg/s]
-        double T3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature;//[K]
-        double P3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3TotalPressure / pow(1. + (1.4 - 1.)
-                 / 2.*pow(this->myFlightPath.pathPoints.at(missionPoint).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
-        double ro_air_mom = this->myFlightPath.pathPoints.at(missionPoint).Pamb / this->myFlightPath.pathPoints.at(missionPoint).Tamb / 286.7;//[kg/m^3]
-        double AFR = this->myFlightPath.pathPoints.at(missionPoint).St3MassFlow / fuelFlow_mom;
+    double c_sootRef_ID = 0.0000026156 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN), 4.)
+                            - 0.00010998 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN), 3.)
+                            + 0.0022367 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN), 3.)
+                            + 0.10955 * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::taxi, EngineEmissions::SN) + 0.0012842; //mg/kg
+    double c_sootRef_TO = 0.0000026156 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN), 4.)
+                            - 0.00010998 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN), 3.)
+                             + 0.0022367 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN), 3.)
+                             + 0.10955 * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::takeoff, EngineEmissions::SN) + 0.0012842; //mg/kg
+    double c_sootRef_CL = 0.0000026156 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN), 4.)
+                            - 0.00010998 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN), 3.)
+                            + 0.0022367 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN), 3.)
+                            + 0.10955 * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::climb, EngineEmissions::SN) + 0.0012842; //mg/kg
+    double c_sootRef_AP = 0.0000026156 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN), 4.)
+                            - 0.00010998 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN), 3.)
+                            + 0.0022367 * pow(missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN), 3.)
+                            + 0.10955 * missionIOData->myEngine.get_LTO_emission_index(LTOPhases::approach, EngineEmissions::SN) + 0.0012842; //mg/kg
+    EI_soot = c_sootRef_ID * St3MassFlow_ID / (fuelFlow_ID / missionIOData->number_of_engines) / 1.225 / 1000000.; //kg/kg
+    this->LTO.soot = EI_soot * fuel_mass_taxi; //kg
+    for (int mission_point = 1; mission_point < number_of_steps ; mission_point++) {
+        double fuelFlow_mom = this->myFlightPath.pathPoints.at(mission_point).fuelFlow;//[kg/s]
+        double T3_mom = this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature;//[K]
+        double P3_mom = this->myFlightPath.pathPoints.at(mission_point).St3TotalPressure / pow(1. + (1.4 - 1.)
+                 / 2.*pow(this->myFlightPath.pathPoints.at(mission_point).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
+        double ro_air_mom = this->myFlightPath.pathPoints.at(mission_point).Pamb / this->myFlightPath.pathPoints.at(mission_point).Tamb / 286.7;//[kg/m^3]
+        double AFR = this->myFlightPath.pathPoints.at(mission_point).St3MassFlow / fuelFlow_mom;
         double T_flame_mom = 2281.*pow(P3_mom / 100., 0.009375) + 0.000178 * pow(P3_mom / 100, 0.055)
-                             * (this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature - 298.);//[K]
-        double c_sootRef_mom = linearInterpolation((fuelFlow_mom / missionIOData_->numberOfEngines),
-                                            (fuelFlow_ID / missionIOData_->numberOfEngines), (fuelFlow_TO / missionIOData_->numberOfEngines),
-                                            (fuelFlow_CL / missionIOData_->numberOfEngines),
-                                            (fuelFlow_AP / missionIOData_->numberOfEngines), c_sootRef_ID, c_sootRef_TO, c_sootRef_CL, c_sootRef_AP);//[mg/m^3]
+                             * (this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature - 298.);//[K]
+        double c_sootRef_mom = linear_interpolation((fuelFlow_mom / missionIOData->number_of_engines),
+                                            (fuelFlow_ID / missionIOData->number_of_engines), (fuelFlow_TO / missionIOData->number_of_engines),
+                                            (fuelFlow_CL / missionIOData->number_of_engines),
+                                            (fuelFlow_AP / missionIOData->number_of_engines), c_sootRef_ID, c_sootRef_TO, c_sootRef_CL, c_sootRef_AP);//[mg/m^3]
         //Set temporary engine rating to SL
-        missionIOData_->myEngine.set_operating_point({this->myFlightPath.pathPoints.at(missionPoint).N1, 0, 0});
+        missionIOData->myEngine.set_operating_point({this->myFlightPath.pathPoints.at(mission_point).N1, 0, 0});
         //Use manual engine rating for sea-level engine data
-        double P3t_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-        double St3Mach_SL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+        double P3t_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+        double St3Mach_SL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
         double P3_SL = P3t_SL / (1. + 1.4 / 2.*pow(St3Mach_SL, 2));//[kPa]
         double T_flameSL = 2281.*pow(P3_mom / 100., 0.009375) + 0.000178 * pow(P3_mom / 100., 0.055) * (T3_mom - 298.);//[K]
         double c_soot_alt = c_sootRef_mom * pow((P3_mom / P3_SL), 1.35) * exp(-20000 / T_flame_mom) / exp(-20000 / T_flameSL); //mg/kg
         EI_soot = c_soot_alt * AFR / ro_air_mom / 1000000.;//kg/kg
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.soot += EI_soot * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.soot += EI_soot * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
             if (c_soot_alt > c_soot_LTO_max)
                 c_soot_LTO_max = c_soot_alt;
         } else {
-            this->Cruise.soot += EI_soot * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.soot += EI_soot * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
-        emissionFlow[missionPoint].soot = EI_soot * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].soot = EI_soot * missionInfo[mission_point].fuelFlow;
     }
 }
 
@@ -437,36 +437,37 @@ void Mission::kerosene_soot_whyte() {
     /**< \todo [T2150] (https://unicado.ilr.rwth-aachen.de/T2150): Correct Soot Correlation
      */
     double EI_soot = 0.;//[kg/kg]
-    EI_soot = 1.08 * pow(10., 27.) * pow(P3_ID / 1000. / (St3MassFlow_ID / (fuelFlow_ID / missionIOData_->numberOfEngines)
+    EI_soot = 1.08 * pow(10., 27.) * pow(P3_ID / 1000. / (St3MassFlow_ID / (fuelFlow_ID / missionIOData->number_of_engines)
               * 167. / 28.85 * 0.42 / 12.), 2.7) / pow(1.91667, 5.45) / pow(T3_ID, 8.66) / 1000.;
-    this->LTO.soot = EI_soot * m_fuel_Taxi; //kg
-    for (int missionPoint = 1; missionPoint < numberOfSteps ; missionPoint++) {
-        double AFR = this->myFlightPath.pathPoints.at(missionPoint).St3MassFlow / (this->myFlightPath.pathPoints.at(missionPoint).fuelFlow / missionIOData_->numberOfEngines);
+    this->LTO.soot = EI_soot * fuel_mass_taxi; //kg
+    for (int mission_point = 1; mission_point < number_of_steps ; mission_point++) {
+        double AFR = this->myFlightPath.pathPoints.at(mission_point).St3MassFlow / (this->myFlightPath.pathPoints.at(mission_point).fuelFlow / missionIOData->number_of_engines);
         double OCRatio = AFR * 167. / 28.85 * 0.42 / 12.;
         if (OCRatio < 11.)
             OCRatio = 11.;
         //myRuntimeInfo->debug<< "AFR = " << AFR << std::endl;
         //myRuntimeInfo->debug<< "X = " << X << std::endl;
-        double P3_mom = this->myFlightPath.pathPoints.at(missionPoint).St3TotalPressure / pow(1. + (1.4 - 1.) / 2.*pow(this->myFlightPath.pathPoints.at(missionPoint).St3Mach, 2.),
-                 1.4 / (1.4 - 1.)) / pow(1. + (1.4 - 1.) / 2.*pow(this->myFlightPath.pathPoints.at(missionPoint).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
-        double ro_air_mom = this->myFlightPath.pathPoints.at(missionPoint).Pamb / this->myFlightPath.pathPoints.at(missionPoint).Tamb / 286.7;//[kg/m^3]
-        //EI_soot = 1.08*pow(10.,29.)*pow(P3_mom/1000./X,2.7) / pow(1.91667,5.45) / pow(this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature,8.66)/1000.;
+        double P3_mom = this->myFlightPath.pathPoints.at(mission_point).St3TotalPressure / pow(1. + (1.4 - 1.)
+                / 2.*pow(this->myFlightPath.pathPoints.at(mission_point).St3Mach, 2.),
+                 1.4 / (1.4 - 1.)) / pow(1. + (1.4 - 1.) / 2.*pow(this->myFlightPath.pathPoints.at(mission_point).St3Mach, 2.), 1.4 / (1.4 - 1.)); //kPa
+        double ro_air_mom = this->myFlightPath.pathPoints.at(mission_point).Pamb / this->myFlightPath.pathPoints.at(mission_point).Tamb / 286.7;//[kg/m^3]
+        //EI_soot = 1.08*pow(10.,29.)*pow(P3_mom/1000./X,2.7) / pow(1.91667,5.45) / pow(this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature,8.66)/1000.;
         EI_soot = 1.08 * pow(10., 27.) * pow(P3_mom / 1000. / OCRatio, 2.7) / pow(1.91667, 5.45)
-                 / pow(this->myFlightPath.pathPoints.at(missionPoint).St3StaticTemperature, 8.66) / 1000.; //kg/kg
+                 / pow(this->myFlightPath.pathPoints.at(mission_point).St3StaticTemperature, 8.66) / 1000.; //kg/kg
         double c_soot_alt = EI_soot * ro_air_mom / AFR * 1000000.;//[mg/m^3]
         //myRuntimeInfo->debug<< "EI_soot = " << EI_soot << std::endl;
-        if (missionPoint == 0) {
-            timeStep = missionInfo.at(missionPoint).time;
+        if (mission_point == 0) {
+            time_step = missionInfo.at(mission_point).time;
         } else {
-            timeStep = missionInfo.at(missionPoint).time - missionInfo.at(missionPoint - 1).time;
+            time_step = missionInfo.at(mission_point).time - missionInfo.at(mission_point - 1).time;
         }
-        if (this->myFlightPath.pathPoints.at(missionPoint).altitude <= 914.4) {
-            this->LTO.soot += EI_soot * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+        if (this->myFlightPath.pathPoints.at(mission_point).altitude <= 914.4) {
+            this->LTO.soot += EI_soot * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
             if (c_soot_alt > c_soot_LTO_max)
                 c_soot_LTO_max = c_soot_alt;
         } else {
-            this->Cruise.soot += EI_soot * this->myFlightPath.pathPoints.at(missionPoint).fuelFlow * timeStep; //kg
+            this->cruise.soot += EI_soot * this->myFlightPath.pathPoints.at(mission_point).fuelFlow * time_step; //kg
         }
-        emissionFlow[missionPoint].soot = EI_soot * missionInfo[missionPoint].fuelFlow;
+        emissionsFlow[mission_point].soot = EI_soot * missionInfo[mission_point].fuelFlow;
     }
 }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.cpp
index 83bf6ab1d344266da10a4068a03f6a6f55185750..3c3b08be43c236646800e6f88d5f728526302aa6 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,6 +26,7 @@
 #include <iomanip>
 #include <sstream>
 #include <memory>
+#include <unordered_map>
 #include <aixml/node.h>
 #include <runtimeInfo/runtimeInfo.h>
 #include <standardFiles/functions.h>
@@ -36,33 +37,30 @@
 // TODO(franz#1#): emission calculation at derate correct? Check! (Problem: Base curves with EI_ICAO (without Derate))
 Mission::Mission()
     :
-    missionFileName(""),
-    deltaISA(0.),
+    mission_csv_name(""),
+    delta_isa(0.),
     myEcoDatabase(ecoDatabase()),
-    rangeMission(0.),
-    cruiseSteps(0),
-    m_fuel_Taxi(0.),
-    m_fuel_TO(0.),
-    m_fuel_ClimbOut(0.),
-    m_fuel_App(0.),
-    m_fuel_Taxi_ICAO(0.),
-    m_fuel_TO_ICAO(0.),
-    m_fuel_ClimbOut_ICAO(0.),
-    m_fuel_App_ICAO(0.),
-    m_fuel_LTO(0.),
-    m_fuel_Cruise(0.),
-    taxiTime(0.),
-    takeOffTime(0.),
-    climbOutTime(0.),
-    approachTime(0.),
-    LTOtime(0.),
-    NOx_TO(0.),
-    NOx_ClimbOut(0.),
-    NOx_App(0.),
-    thrustTaxi(0.),
-    thrustTakeoff(0.),
-    thrustClimbOut(0.),
-    thrustApproach(0.),
+    mission_range(0.),
+    cruise_number_of_steps(0),
+    fuel_mass_taxi(0.),
+    fuel_mass_takeoff(0.),
+    fuel_mass_climbout(0.),
+    fuel_mass_approach(0.),
+    fuel_mass_taxi_ICAO(0.),
+    fuel_mass_takeoff_ICAO(0.),
+    fuel_mass_climbout_ICAO(0.),
+    fuel_mass_approach_ICAO(0.),
+    fuel_mass_LTO(0.),
+    fuel_mass_cruise(0.),
+    taxi_time(0.),
+    takeoff_time(0.),
+    climbout_time(0.),
+    approach_time(0.),
+    LTO_time(0.),
+    thrust_taxi(0.),
+    thrust_takeoff(0.),
+    thrust_climbout(0.),
+    thrust_approach(0.),
     T3_ID(0.),
     T3_TO(0.),
     T3_CL(0.),
@@ -87,29 +85,29 @@ Mission::Mission()
     fuelFlow_TO(0.),
     fuelFlow_CL(0.),
     fuelFlow_AP(0.),
-    numberOfSteps(0.),
-    timeStep(0.),
-    flightsPerLC(0.),
+    number_of_steps(0.),
+    time_step(0.),
+    flights_per_lifecycle(0.),
     c_soot_LTO_max(0.) {
 }
 
 void Mission::run(const std::string& missionType, const std::shared_ptr<RuntimeIO>& rtIO, std::shared_ptr<node> ecoAssXML) {
-    missionIOData_ = std::make_shared<MissionIOData>(rtIO);
+    missionIOData = std::make_shared<MissionIOData>(rtIO);
     myRuntimeInfo->out << "  Calculation of " << missionType << " mission emissions" << std::endl;
     calculate_mission(missionType, rtIO);
-    missionIOData_->updateEcologicalAssessmentXml(ecoAssXML, *this);
+    missionIOData->update_ecological_assessment_xml(ecoAssXML, *this);
 }
 
 void Mission::calculate_mission(const std::string& missionType, const std::shared_ptr<RuntimeIO>& rtIO) {
     rtIOPt = rtIO;
-    typeOfMission = missionType;
+    mission_type = missionType;
     /*Read mission data*/
     get_mission_data();
     myFlightPath = flightPath();
     for (unsigned int i(0); i < missionInfo.size(); i++) {
         myFlightPath.pathPoints.push_back(flightPathPoint(missionInfo.at(i).time,
                                           missionInfo.at(i).range,
-                                          missionInfo.at(i).alt,
+                                          missionInfo.at(i).altitude,
                                           missionInfo.at(i).TAS_ms,
                                           missionInfo.at(i).Mach,
                                           missionInfo.at(i).Tamb,
@@ -133,13 +131,13 @@ void Mission::calculate_mission(const std::string& missionType, const std::share
     /* Values which are used for ICAO database measurements */
     get_engine_thermodynamics_LTO();
     /* Set mission/aircraft parameter */
-    numberOfSteps =  this->myFlightPath.pathPoints.size();
-    LTOtime = (taxiTime + takeOffTime + climbOutTime + approachTime) / 60.;
-    m_fuel_Taxi_ICAO = missionIOData_->numberOfEngines * (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * myEcoDatabase.taxiTime_ICAO);
-    m_fuel_TO_ICAO = missionIOData_->numberOfEngines * (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * myEcoDatabase.takeoffTime_ICAO);
-    m_fuel_ClimbOut_ICAO = missionIOData_->numberOfEngines * (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::climb) * myEcoDatabase.climboutTime_ICAO);
-    m_fuel_App_ICAO = missionIOData_->numberOfEngines * (missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::approach) * myEcoDatabase.appTime_ICAO);
-    flightsPerLC = missionIOData_->durationOperation * missionIOData_->flightsPerYear;
+    number_of_steps =  this->myFlightPath.pathPoints.size();
+    LTO_time = (taxi_time + takeoff_time + climbout_time + approach_time) / 60.;
+    fuel_mass_taxi_ICAO = missionIOData->number_of_engines * (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * myEcoDatabase.taxi_time_ICAO);
+    fuel_mass_takeoff_ICAO = missionIOData->number_of_engines * (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * myEcoDatabase.takeoff_time_ICAO);
+    fuel_mass_climbout_ICAO = missionIOData->number_of_engines * (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::climb) * myEcoDatabase.climbout_time_ICAO);
+    fuel_mass_approach_ICAO = missionIOData->number_of_engines * (missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::approach) * myEcoDatabase.appTime_ICAO);
+    flights_per_lifecycle = missionIOData->duration_operation * missionIOData->flights_per_year;
     /* Calculate emissions */
     if (rtIO->aircraft_energy_carrier_type() == "kerosene") {
         calculate_kerosene_emissions();
@@ -147,6 +145,7 @@ void Mission::calculate_mission(const std::string& missionType, const std::share
         calculate_hydrogen_combustion_emissions();
     } else {
         myRuntimeInfo->err << "No calculation method implemented for fuel type " << rtIO->aircraft_energy_carrier_type() << std::endl;
+        exit(1);
     }
     /*Compare calculated LTO values with ICAO data*/
     LTO_output_comparison();
@@ -156,117 +155,117 @@ void Mission::LTO_output_comparison() {
     /* LTO Output Comparison ICAO vs. MissionAnalysis*/
     myRuntimeInfo->info << "Comparison ICAO vs MissionAnalysis:" << std::endl;
     myRuntimeInfo->info << " Taxi" << std::endl;
-    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << m_fuel_Taxi << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << m_fuel_Taxi / taxiTime << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << m_fuel_Taxi_ICAO / myEcoDatabase.taxiTime_ICAO << std::endl;
-    myRuntimeInfo->info << "   time Mission  [min]:" << taxiTime / 60. << std::endl;
-    myRuntimeInfo->info << "   time ICAO  [min]:" << myEcoDatabase.taxiTime_ICAO / 60. << std::endl;
+    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << fuel_mass_taxi << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << fuel_mass_taxi / taxi_time << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << fuel_mass_taxi_ICAO / myEcoDatabase.taxi_time_ICAO << std::endl;
+    myRuntimeInfo->info << "   time Mission  [min]:" << taxi_time / 60. << std::endl;
+    myRuntimeInfo->info << "   time ICAO  [min]:" << myEcoDatabase.taxi_time_ICAO / 60. << std::endl;
     myRuntimeInfo->info << "   P3  [kPa]:" << P3_ID << std::endl;
     myRuntimeInfo->info << "   T3  [K]:" << T3_ID << std::endl;
     myRuntimeInfo->info << " T/O" << std::endl;
-    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << m_fuel_TO << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << m_fuel_TO / takeOffTime << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << m_fuel_TO_ICAO / myEcoDatabase.takeoffTime_ICAO << std::endl;
-    myRuntimeInfo->info << "   time Mission  [min]:" << takeOffTime / 60. << std::endl;
-    myRuntimeInfo->info << "   time ICAO  [min]:" << myEcoDatabase.takeoffTime_ICAO / 60. << std::endl;
+    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << fuel_mass_takeoff << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << fuel_mass_takeoff / takeoff_time << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << fuel_mass_takeoff_ICAO / myEcoDatabase.takeoff_time_ICAO << std::endl;
+    myRuntimeInfo->info << "   time Mission  [min]:" << takeoff_time / 60. << std::endl;
+    myRuntimeInfo->info << "   time ICAO  [min]:" << myEcoDatabase.takeoff_time_ICAO / 60. << std::endl;
     myRuntimeInfo->info << "   P3  [kPa]:" << P3_TO << std::endl;
     myRuntimeInfo->info << "   T3  [K]:" << T3_TO << std::endl;
     myRuntimeInfo->info << " Climbinfo" << std::endl;
-    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << m_fuel_ClimbOut << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << m_fuel_ClimbOut / climbOutTime << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << m_fuel_ClimbOut_ICAO / myEcoDatabase.climboutTime_ICAO << std::endl;
-    myRuntimeInfo->info << "   time Mission  [min]:" << climbOutTime / 60. << std::endl;
-    myRuntimeInfo->info << "   time ICAO  [min]:" << myEcoDatabase.climboutTime_ICAO / 60. << std::endl;
+    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << fuel_mass_climbout << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << fuel_mass_climbout / climbout_time << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << fuel_mass_climbout_ICAO / myEcoDatabase.climbout_time_ICAO << std::endl;
+    myRuntimeInfo->info << "   time Mission  [min]:" << climbout_time / 60. << std::endl;
+    myRuntimeInfo->info << "   time ICAO  [min]:" << myEcoDatabase.climbout_time_ICAO / 60. << std::endl;
     myRuntimeInfo->info << "   P3  [kPa]:" << P3_CL << std::endl;
     myRuntimeInfo->info << "   T3  [K]:" << T3_CL << std::endl;
     myRuntimeInfo->info << " Approach" << std::endl;
-    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << m_fuel_App << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << m_fuel_App / approachTime << std::endl;
-    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << m_fuel_App_ICAO / myEcoDatabase.appTime_ICAO << std::endl;
-    myRuntimeInfo->info << "   time Mission  [min]:" << approachTime / 60. << std::endl;
+    myRuntimeInfo->info << "   Fuel (total) Mission [kg]:" << fuel_mass_approach << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) Mission [kg/s]:" << fuel_mass_approach / approach_time << std::endl;
+    myRuntimeInfo->info << "   Fuel Flow (total) ICAO  [kg/s]:" << fuel_mass_approach_ICAO / myEcoDatabase.appTime_ICAO << std::endl;
+    myRuntimeInfo->info << "   time Mission  [min]:" << approach_time / 60. << std::endl;
     myRuntimeInfo->info << "   time ICAO  [min]:" << myEcoDatabase.appTime_ICAO / 60. << std::endl;
     myRuntimeInfo->info << "   P3  [kPa]:" << P3_AP << std::endl;
     myRuntimeInfo->info << "   T3  [K]:" << T3_AP << std::endl;
 }
 
 void Mission::get_engine_thermodynamics_LTO() {
-    missionIOData_->myEngine.calculate_N1_with_penalties(0., 0., myAtm, 1., "takeoff", 0., 0.);
+    missionIOData->myEngine.calculate_N1_with_penalties(0., 0., myAtmosphere, 1., "takeoff", 0., 0.);
     //for all engines together; max. takeoff Thrust SL and ISA (not ISA+15!)(see Ruijgrok, p. 298 and ICAO 2008 p. III-2-2
-    double maxTakeOffThrustSL = missionIOData_->myEngine.get_thrust_aircraft();
+    double maximum_takeoff_thrust_sealevel = missionIOData->myEngine.get_thrust_aircraft();
     //Taxi
-    thrustTaxi = 0.07 * maxTakeOffThrustSL;//for all engines together!
+    thrust_taxi = 0.07 * maximum_takeoff_thrust_sealevel;//for all engines together!
     //Takeoff
-    thrustTakeoff = 1. * maxTakeOffThrustSL;//for all engines together!
+    thrust_takeoff = 1. * maximum_takeoff_thrust_sealevel;//for all engines together!
     //ClimbOut
-    thrustClimbOut = 0.85 * maxTakeOffThrustSL;//for all engines together!
+    thrust_climbout = 0.85 * maximum_takeoff_thrust_sealevel;//for all engines together!
     //Approach
-    thrustApproach = 0.3 * maxTakeOffThrustSL;//for all engines!
+    thrust_approach = 0.3 * maximum_takeoff_thrust_sealevel;//for all engines!
 
     /* Set engine parameter for ICAO database measurements*/
     // Taxi (Idle)
     enum thrustLimit{DERATED = 2, LOWERBOUNDLIMITED, UPPERBOUNDLIMITED};
     try {
-        missionIOData_->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtm, 1., "takeoff", 0., 0., thrustTaxi); // SI unit
+        missionIOData->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtmosphere, 1., "takeoff", 0., 0., thrust_taxi); // SI unit
     } catch (const int& engineStatus) {
         switch (engineStatus) {
         case DERATED:
-            myRuntimeInfo->warn << "required \"thrustTaxi\" violates thrustLimit from engine deck!" << std::endl;
+            myRuntimeInfo->warn << "required \"thrust_taxi\" violates thrustLimit from engine deck!" << std::endl;
             myRuntimeInfo->warn << "Engine is derated." << std::endl;
-            myRuntimeInfo->warn << "thrustTaxi        = " << thrustTaxi << " N" << std::endl;
-            myRuntimeInfo->warn << "engineThrustLimit = " << missionIOData_->myEngine.get_thrust_aircraft() << " N" << std::endl;
+            myRuntimeInfo->warn << "thrust_taxi        = " << thrust_taxi << " N" << std::endl;
+            myRuntimeInfo->warn << "engineThrustLimit = " << missionIOData->myEngine.get_thrust_aircraft() << " N" << std::endl;
             myRuntimeInfo->warn << "Engine rating set to idle." << std::endl;
-            missionIOData_->myEngine.calculate_N1_with_penalties(0., 0., myAtm, 1., "idle", 0., 0.);
+            missionIOData->myEngine.calculate_N1_with_penalties(0., 0., myAtmosphere, 1., "idle", 0., 0.);
         case LOWERBOUNDLIMITED:
-            myRuntimeInfo->warn << "required \"thrustTaxi\" violates thrustLimit from engine deck!" << std::endl;
+            myRuntimeInfo->warn << "required \"thrust_taxi\" violates thrustLimit from engine deck!" << std::endl;
             myRuntimeInfo->warn << "Reached lower speed limit." << std::endl;
-            myRuntimeInfo->warn << "thrustTaxi        = " << thrustTaxi << " N" << std::endl;
-            myRuntimeInfo->warn << "engineThrustLimit = " << missionIOData_->myEngine.get_thrust_aircraft() << " N" << std::endl;
+            myRuntimeInfo->warn << "thrust_taxi        = " << thrust_taxi << " N" << std::endl;
+            myRuntimeInfo->warn << "engineThrustLimit = " << missionIOData->myEngine.get_thrust_aircraft() << " N" << std::endl;
             myRuntimeInfo->warn << "Engine rating set to idle." << std::endl;
-            missionIOData_->myEngine.calculate_N1_with_penalties(0., 0., myAtm, 1., "idle", 0., 0.);
+            missionIOData->myEngine.calculate_N1_with_penalties(0., 0., myAtmosphere, 1., "idle", 0., 0.);
         case UPPERBOUNDLIMITED:
-            myRuntimeInfo->warn << "required \"thrustTaxi\" violates thrustLimit from engine deck!" << std::endl;
+            myRuntimeInfo->warn << "required \"thrust_taxi\" violates thrustLimit from engine deck!" << std::endl;
             myRuntimeInfo->warn << "Reached upper speed limit." << std::endl;
-            myRuntimeInfo->warn << "thrustTaxi        = " << thrustTaxi << " N" << std::endl;
-            myRuntimeInfo->warn << "engineThrustLimit = " << missionIOData_->myEngine.get_thrust_aircraft() << " N" << std::endl;
+            myRuntimeInfo->warn << "thrust_taxi        = " << thrust_taxi << " N" << std::endl;
+            myRuntimeInfo->warn << "engineThrustLimit = " << missionIOData->myEngine.get_thrust_aircraft() << " N" << std::endl;
             myRuntimeInfo->warn << "Engine rating set to idle." << std::endl;
-            missionIOData_->myEngine.calculate_N1_with_penalties(0., 0., myAtm, 1., "idle", 0., 0.);
+            missionIOData->myEngine.calculate_N1_with_penalties(0., 0., myAtmosphere, 1., "idle", 0., 0.);
         default:
             break;
         }
     } catch (...) {
-        missionIOData_->myEngine.calculate_N1_with_penalties(0., 0., myAtm, 1., "idle", 0., 0.);
+        missionIOData->myEngine.calculate_N1_with_penalties(0., 0., myAtmosphere, 1., "idle", 0., 0.);
         myRuntimeInfo->out << "An unknown error has occured during N1 calculation." << std::endl;
     }
-    T3_ID = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
-    P3t_ID = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-    St3Mach_ID = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+    T3_ID = missionIOData->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
+    P3t_ID = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+    St3Mach_ID = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
     P3_ID = P3t_ID / (1. + 1.4 / 2.*pow(St3Mach_ID, 2));
-    St3MassFlow_ID = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
-    fuelFlow_ID = missionIOData_->myEngine.get_aircraft_fuelflow();
+    St3MassFlow_ID = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
+    fuelFlow_ID = missionIOData->myEngine.get_aircraft_fuelflow();
     // Take off
-    missionIOData_->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtm, 1., "takeoff", 0., 0., thrustTakeoff);
-    T3_TO = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
-    P3t_TO = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-    St3Mach_TO = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+    missionIOData->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtmosphere, 1., "takeoff", 0., 0., thrust_takeoff);
+    T3_TO = missionIOData->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
+    P3t_TO = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+    St3Mach_TO = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
     P3_TO = P3t_TO / (1. + 1.4 / 2.*pow(St3Mach_TO, 2));
-    St3MassFlow_TO = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
-    fuelFlow_TO = missionIOData_->myEngine.get_aircraft_fuelflow();
+    St3MassFlow_TO = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
+    fuelFlow_TO = missionIOData->myEngine.get_aircraft_fuelflow();
     // Climb
-    missionIOData_->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtm, 1., "takeoff", 0., 0., thrustClimbOut);
-    T3_CL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
-    P3t_CL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-    St3Mach_CL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+    missionIOData->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtmosphere, 1., "takeoff", 0., 0., thrust_climbout);
+    T3_CL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
+    P3t_CL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+    St3Mach_CL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
     P3_CL = P3t_CL / (1. + 1.4 / 2.*pow(St3Mach_CL, 2));
-    St3MassFlow_CL = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
-    fuelFlow_CL = missionIOData_->myEngine.get_aircraft_fuelflow();
+    St3MassFlow_CL = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
+    fuelFlow_CL = missionIOData->myEngine.get_aircraft_fuelflow();
     // Approach
-    missionIOData_->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtm, 1., "takeoff", 0., 0., thrustApproach);
-    T3_AP = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
-    P3t_AP = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-    St3Mach_AP = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+    missionIOData->myEngine.calculate_N1_with_thrustlimit(0., 0., myAtmosphere, 1., "takeoff", 0., 0., thrust_approach);
+    T3_AP = missionIOData->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
+    P3t_AP = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+    St3Mach_AP = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
     P3_AP = P3t_AP / (1. + 1.4 / 2.*pow(St3Mach_AP, 2));
-    St3MassFlow_AP = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
-    fuelFlow_AP = missionIOData_->myEngine.get_aircraft_fuelflow();
+    St3MassFlow_AP = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
+    fuelFlow_AP = missionIOData->myEngine.get_aircraft_fuelflow();
 }
 
 
@@ -274,13 +273,13 @@ void Mission::get_engine_thermodynamics_LTO() {
 
 void Mission::get_mission_data() {
     /* Read from acxml */
-    std::string missionFile = EndnodeReadOnly<std::string>("requirements_and_specifications/mission_files/" + typeOfMission + "_mission_file").read(rtIOPt->acxml).value();
-    this->deltaISA = EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/" + typeOfMission
+    std::string mission_file = EndnodeReadOnly<std::string>("requirements_and_specifications/mission_files/" + mission_type + "_mission_file").read(rtIOPt->acxml).value();
+    this->delta_isa = EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/" + mission_type
                         + "_mission/delta_ISA").read(rtIOPt->acxml).value();;
-    myAtm.setAtmosphere(0., ISA_TEMPERATURE + this->deltaISA, ISA_PRESSURE); //sets atmosphere to deltaISA conditions
+    myAtmosphere.setAtmosphere(0., ISA_TEMPERATURE + this->delta_isa, ISA_PRESSURE); //sets atmosphere to delta_isa conditions
     double cargo_fraction(1.);
     double pax_mass_fraction(1.);
-    if (typeOfMission == "study") {
+    if (mission_type == "study") {
         cargo_fraction = EndnodeReadOnly<double>(std::string("requirements_and_specifications/requirements/top_level_aircraft_requirements/")
                             + std::string("study_mission/payload_fractions/cargo_fraction")).read(rtIOPt->acxml).value();
         pax_mass_fraction = EndnodeReadOnly<double>(std::string("requirements_and_specifications/requirements/top_level_aircraft_requirements/")
@@ -296,262 +295,258 @@ void Mission::get_mission_data() {
                                 + std::string("transport_task/passenger_definition/mass_per_passenger")).read(rtIOPt->acxml).value()
                             + EndnodeReadOnly<double>(std::string("requirements_and_specifications/design_specification/")
                                 + std::string("transport_task/passenger_definition/luggage_mass_per_passenger")).read(rtIOPt->acxml).value());
-    double  missionPayload = cargo_mass + pax_mass;
-    cruiseSteps = rtIOPt->acxml.getVector("/aircraft_exchange_file/analysis/mission/" + typeOfMission + "_mission/cruise/cruise_steps/cruise_step").size();
-    for (int i = 0; i < cruiseSteps; i++) {
-        stepLength.push_back(EndnodeReadOnly<double>("analysis/mission/" + typeOfMission +
+    double  payload = cargo_mass + pax_mass;
+    cruise_number_of_steps = rtIOPt->acxml.getVector("/aircraft_exchange_file/analysis/mission/" + mission_type + "_mission/cruise/cruise_steps/cruise_step").size();
+    for (int i = 0; i < cruise_number_of_steps; i++) {
+        relative_end_of_step.push_back(EndnodeReadOnly<double>("analysis/mission/" + mission_type +
                         "_mission/cruise/cruise_steps/cruise_step@" + num2Str(i) + "/relative_end_of_cruise_step").read(rtIOPt->acxml).value());
-        flightLevel.push_back(convertUnit(METER, FOOT, (EndnodeReadOnly<double>("analysis/mission/" + typeOfMission +
+        flight_level.push_back(convertUnit(METER, FOOT, (EndnodeReadOnly<double>("analysis/mission/" + mission_type +
                         "_mission/cruise/cruise_steps/cruise_step@" + num2Str(i) + "/altitude").read(rtIOPt->acxml).value())/100));
     }
     /* Read from mission.xml */
-    const node& missionXML(aixml::openDocument(rtIOPt->getMissionDataDir() + "/" + missionFile));
-    taxiTime = EndnodeReadOnly<double>("mission/taxi_time_origin").read(missionXML).value() + EndnodeReadOnly<double>("mission/taxi_time_destination").read(missionXML).value();
-    rangeMission = convertUnit(METER, NAUTICALMILE, EndnodeReadOnly<double>("mission/range").read(missionXML).value());
+    const node& mission_xml(aixml::openDocument(rtIOPt->getMissionDataDir() + "/" + mission_file));
+    taxi_time = EndnodeReadOnly<double>("mission/taxi_time_origin").read(mission_xml).value() + EndnodeReadOnly<double>("mission/taxi_time_destination").read(mission_xml).value();
+    mission_range = convertUnit(METER, NAUTICALMILE, EndnodeReadOnly<double>("mission/range").read(mission_xml).value());
 
     /* Read from mission.csv */
     std::string outputFilename = rtIOPt->acxmlAccess.filename().string();
     outputFilename.resize(outputFilename.rfind('.')); // cut off any extension, if it exists
-    std::stringstream outputName;
-    outputName << outputFilename << "_" << missionFile.substr(missionFile.rfind(FILESEPERATOR) + 1, missionFile.rfind('.') - missionFile.rfind(FILESEPERATOR) - 1)
-               << "_R" << int(ceil(rangeMission))
-               << "_PL" << int(ceil(missionPayload)) << "_out.csv";
-    this->missionFileName = rtIOPt->getMissionDataDir() + "/" + outputName.str();
+    std::stringstream output_name;
+    output_name << outputFilename << "_" << mission_file.substr(mission_file.rfind(FILESEPERATOR) + 1, mission_file.rfind('.') - mission_file.rfind(FILESEPERATOR) - 1)
+               << "_R" << int(ceil(mission_range))
+               << "_PL" << int(ceil(payload)) << "_out.csv";
+    this->mission_csv_name = rtIOPt->getMissionDataDir() + "/" + output_name.str();
     /* Reading the mission file into a std::vector*/
-    std::ifstream missionCSV;
-    missionCSV.open(missionFileName.c_str(), std::ios::in);
-    if (!missionCSV) {
-        myRuntimeInfo->err << missionFileName << " can not be opened." << std::endl;
+    std::ifstream mission_csv;
+    mission_csv.open(mission_csv_name.c_str(), std::ios::in);
+    if (!mission_csv) {
+        myRuntimeInfo->err << mission_csv_name << " can not be opened." << std::endl;
         exit(1);
     } else {
-        /* Read file in std::vector */
-        std::vector <std::string> lineVector;
+        std::vector<std::string> header_vector;
+        std::unordered_map<std::string, std::function<void(const std::string&, MissionData&)>> fieldMapping = { // Map for header and functions
+            {"Time [s]", [](const std::string& value, MissionData& data) { data.time = std::atof(value.c_str()); }},
+            {"Range [m]", [](const std::string& value, MissionData& data) { data.range = std::atof(value.c_str()); }},
+            {"Altitude [m]", [](const std::string& value, MissionData& data) { data.altitude = std::atof(value.c_str()); }},
+            {"TAS [m/s]", [](const std::string& value, MissionData& data) { data.TAS_ms = std::atof(value.c_str()); }},
+            {"CAS [m/s]", [](const std::string& value, MissionData& data) { data.CAS_ms = std::atof(value.c_str()); }},
+            {"Total mass [kg]", [](const std::string& value, MissionData& data) { data.mass = std::atof(value.c_str()); }},
+            {"Fuel consumed", [](const std::string& value, MissionData& data) { data.fuelConsumed = std::atof(value.c_str()); }},
+            {"Thrust [N]", [](const std::string& value, MissionData& data) { data.thrust = std::fabs(std::atof(value.c_str())); }},
+            {"Fuelflow [kg/s]", [](const std::string& value, MissionData& data) { data.fuelFlow = std::atof(value.c_str()); }},
+            {"TAS [kts]", [](const std::string& value, MissionData& data) { data.TAS_kts = std::atof(value.c_str()); }},
+            {"Mach [-]", [](const std::string& value, MissionData& data) { data.Mach = std::atof(value.c_str()); }},
+            {"FL [100 ft]", [](const std::string& value, MissionData& data) { data.flight_level = std::atof(value.c_str()); }},
+            {"ROC [fpm]", [](const std::string& value, MissionData& data) { data.ROC = std::atof(value.c_str()); }},
+            {"C_L [-]", [](const std::string& value, MissionData& data) { data.C_L = std::atof(value.c_str()); }},
+            {"SAR [m/kg]", [](const std::string& value, MissionData& data) { data.SAR = std::atof(value.c_str()); }},
+            {"Aero Config [-]", [](const std::string& value, MissionData& data) {
+                std::string trimmed = value;
+                trimmed.erase(std::remove_if(trimmed.begin(), trimmed.end(), ::isspace), trimmed.end());
+                data.aeroConfig = trimmed;
+            }},
+            {"Bleed [kg/s]", [](const std::string& value, MissionData& data) { data.bleedAirOfftake = std::atof(value.c_str()); }},
+            {"Shaft power offtake [W]", [](const std::string& value, MissionData& data) { data.shaftPowerOfftake = std::atof(value.c_str()); }},
+            {"Engine Rating [-]", [](const std::string& value, MissionData& data) {
+                std::string trimmed = value;
+                trimmed.erase(std::remove_if(trimmed.begin(), trimmed.end(), ::isspace), trimmed.end());
+                data.engineRating = trimmed.empty() || trimmed == "0" ? "takeoff" : trimmed;
+            }},
+            {"Engine N1", [](const std::string& value, MissionData& data) { data.N1 = std::atof(value.c_str()); }},
+            {"Angle of attack [deg]", [](const std::string& value, MissionData& data) { data.AOA = std::atof(value.c_str()); }},
+            {"Spoiler Factor [-]", [](const std::string& value, MissionData& data) { data.spoilerFactor = std::atof(value.c_str()); }},
+            {"Mode name [-]", [](const std::string& value, MissionData& data) {
+                std::string trimmed = value;
+                trimmed.erase(std::remove_if(trimmed.begin(), trimmed.end(), ::isspace), trimmed.end());
+                data.modeName = trimmed;
+            }}
+        };
+
         std::string line;
-        std::vector <std::string> headerVector;
-        std::vector <std::string> lineData;
-        int j = 0; // line number
-        while (getline(missionCSV, line)) {
-            lineVector.push_back(line);
-            split(lineVector.back(), ';', &lineData);
-            MissionData tmpMissionData;
-            if (j == 0) {
-                headerVector = lineData;
-            } else if (j > 1) { //exclude header and first line
-                for (unsigned int i(0); i < lineData.size(); i++) { // for all columns
-                    if (headerVector.at(i).find("Time [s]") != std::string::npos) {
-                        tmpMissionData.time = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Range [m]") != std::string::npos) {
-                        tmpMissionData.range = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Altitude [m]") != std::string::npos) {
-                        tmpMissionData.alt = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("TAS [m/s]") != std::string::npos) {
-                        tmpMissionData.TAS_ms = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("CAS [m/s]") != std::string::npos) {
-                        tmpMissionData.CAS_ms = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Total mass [kg]") != std::string::npos) {
-                        tmpMissionData.mass = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Fuel consumed") != std::string::npos) {
-                        // \todo save in struct/class for different propulsors
-                        tmpMissionData.fuelConsumed = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Thrust [N]") != std::string::npos) {
-                        tmpMissionData.thrust = fabs(atof(lineData.at(i).c_str()));
-                    } else if (headerVector.at(i).find("Fuelflow [kg/s]") != std::string::npos) {
-                        tmpMissionData.fuelFlow = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("TAS [kts]") != std::string::npos) {
-                        tmpMissionData.TAS_kts = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Mach [-]") != std::string::npos) {
-                        tmpMissionData.Mach = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("FL [100 ft]") != std::string::npos) {
-                        tmpMissionData.flightLevel = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("ROC [fpm]") != std::string::npos) {
-                        tmpMissionData.ROC = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("C_L [-]") != std::string::npos) {
-                        tmpMissionData.C_L = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("SAR [m/kg]") != std::string::npos) {
-                        tmpMissionData.SAR = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Aero Config [-]") != std::string::npos) {
-                        lineData.at(i).erase(std::remove_if(lineData.at(i).begin(), lineData.at(i).end(), ::isspace), lineData.at(i).end());
-                        tmpMissionData.aeroConfig = lineData.at(i);
-                    } else if (headerVector.at(i).find("Bleed [kg/s]") != std::string::npos) {
-                        tmpMissionData.bleedAirOfftake = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Shaft power offtake [W]") != std::string::npos) {
-                        tmpMissionData.shaftPowerOfftake = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Engine Rating [-]") != std::string::npos) {
-                        lineData.at(i).erase(std::remove_if(lineData.at(i).begin(), lineData.at(i).end(), ::isspace), lineData.at(i).end());
-                        tmpMissionData.engineRating = lineData.at(i);
-                        if (tmpMissionData.engineRating == "0" || tmpMissionData.engineRating == "") tmpMissionData.engineRating = "takeoff";
-                    } else if (headerVector.at(i).find("Engine N1") != std::string::npos) {
-                        // \todo list for all engines
-                        tmpMissionData.N1 = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Angle of attack [deg]") != std::string::npos) {
-                        tmpMissionData.AOA = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Spoiler Factor [-]") != std::string::npos) {
-                        tmpMissionData.spoilerFactor = atof(lineData.at(i).c_str());
-                    } else if (headerVector.at(i).find("Mode name [-]") != std::string::npos) {
-                        lineData.at(i).erase(std::remove_if(lineData.at(i).begin(), lineData.at(i).end(), ::isspace), lineData.at(i).end());
-                        tmpMissionData.modeName = lineData.at(i);
+        int line_number = 0;
+        while (getline(mission_csv, line)) {
+            std::vector<std::string> line_data;
+            split(line, ';', &line_data);
+            if (line_number == 0) {
+                header_vector = line_data; // Save header of columns
+                for (const auto& [key, _] : fieldMapping) {
+                    bool found = std::any_of(header_vector.begin(), header_vector.end(), [&](const std::string& header) {
+                        return header.find(key) != std::string::npos;
+                    });
+                    if (!found) {
+                        throw(std::format("Corrupted mission output file {}. Entry '{}' not found: Abort program!", mission_csv_name, key));
+                    }
+                }
+            } else if (line_number > 1) { // Without header and first data line
+                MissionData tmpMissionData;
+                for (size_t i = 0; i < line_data.size(); ++i) {
+                    for (const auto& [key, func] : fieldMapping) {
+                        if (header_vector[i].find(key) != std::string::npos) {
+                            func(line_data[i], tmpMissionData); // Save csv value in temporary mission data
+                            break;
+                        }
                     }
                 }
-                missionIOData_->myEngine.set_operating_point({tmpMissionData.N1, tmpMissionData.alt, tmpMissionData.Mach});
-                tmpMissionData.Tamb = myAtm.getTemperature(tmpMissionData.alt);
-                tmpMissionData.Pamb = myAtm.getPressure(tmpMissionData.alt);
-                tmpMissionData.NOxFlow = missionIOData_->myEngine.get_engine_NOx_emission_index() * missionIOData_->myEngine.get_aircraft_fuelflow();
-                tmpMissionData.St3MassFlow = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
-                tmpMissionData.St3TotalTemperature = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalTemperature, EngineStage::St3);
-                tmpMissionData.St3StaticTemperature = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
-                tmpMissionData.St3TotalPressure = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-                tmpMissionData.St3Mach = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
-                tmpMissionData.St4FuelAir = missionIOData_->myEngine.get_physical_properties_stage(StageProperties::FuelToAirRatio, EngineStage::St4);
-                tmpMissionData.BPR = (missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St22) > 0.) ?
-                                     missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St13)
-                                     / missionIOData_->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St22) : 0.;
+                missionIOData->myEngine.set_operating_point({tmpMissionData.N1, tmpMissionData.altitude, tmpMissionData.Mach});
+                tmpMissionData.Tamb = myAtmosphere.getTemperature(tmpMissionData.altitude);
+                tmpMissionData.Pamb = myAtmosphere.getPressure(tmpMissionData.altitude);
+                tmpMissionData.NOxFlow = missionIOData->myEngine.get_engine_NOx_emission_index() * missionIOData->myEngine.get_aircraft_fuelflow();
+                tmpMissionData.St3MassFlow = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St3);
+                tmpMissionData.St3TotalTemperature = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalTemperature, EngineStage::St3);
+                tmpMissionData.St3StaticTemperature = missionIOData->myEngine.get_physical_properties_stage(StageProperties::StaticTemperature, EngineStage::St3);
+                tmpMissionData.St3TotalPressure = missionIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+                tmpMissionData.St3Mach = missionIOData->myEngine.get_physical_properties_stage(StageProperties::MachNumber, EngineStage::St3);
+                tmpMissionData.St4FuelAir = missionIOData->myEngine.get_physical_properties_stage(StageProperties::FuelToAirRatio, EngineStage::St4);
+                tmpMissionData.BPR = (missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St22) > 0.) ?
+                                     missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St13)
+                                     / missionIOData->myEngine.get_physical_properties_stage(StageProperties::MassFlow, EngineStage::St22) : 0.;
                 missionInfo.push_back(MissionData());
                 missionInfo.back() = tmpMissionData;
             }
-            lineData.clear();
-            j = j + 1;
+            ++line_number;
         }
-        missionCSV.close();
+        mission_csv.close();
     }
 }
 
 void Mission::get_mission_segment_data() {
     /* Calculate Fuel and distance lengths for different phases */
     /* Taxi (T/O and Landing)*/
-    if (typeOfMission == "design") {
-        m_fuel_Taxi = EndnodeReadOnly<double>("analysis/mission/design_mission/taxi_energy").read(rtIOPt->acxml).value()/rtIOPt->get_fuel_gravimetric_energy_density(0);
+    if (mission_type == "design") {
+        fuel_mass_taxi = (EndnodeReadOnly<double>("analysis/mission/design_mission/taxi_energy/taxi_out_energy").read(rtIOPt->acxml).value()
+                         + EndnodeReadOnly<double>("analysis/mission/design_mission/taxi_energy/taxi_in_energy").read(rtIOPt->acxml).value())
+                         /EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).gravimetric_energy_density;
     } else {
-        m_fuel_Taxi = EndnodeReadOnly<double>("analysis/mission/study_mission/taxi_energy").read(rtIOPt->acxml).value()/rtIOPt->get_fuel_gravimetric_energy_density(0);
+        fuel_mass_taxi = (EndnodeReadOnly<double>("analysis/mission/study_mission/taxi_energy/taxi_out_energy").read(rtIOPt->acxml).value()
+                         + EndnodeReadOnly<double>("analysis/mission/study_mission/taxi_energy/taxi_in_energy").read(rtIOPt->acxml).value())
+                         /EnergyCarrier(rtIOPt->get_fuel_type(0), rtIOPt->get_fuel_density(0)).gravimetric_energy_density;
     }
 
-    unsigned int tmpLine = 1;//Line 0 would be first line with description of columns, therefore start at 1
-    double tmpHeight = this->missionInfo.at(tmpLine).alt; //Height in meter as 3rd entry in csv file
+    unsigned int tmp_line = 1;//Line 0 would be first line with description of columns, therefore start at 1
+    double tmp_altitude = this->missionInfo.at(tmp_line).altitude; //Height in meter as 3rd entry in csv file
 
     /* Takeoff */
-    double TOheight = convertUnit(FOOT, METER, 35.); // T/O until 35 ft, afterwards ClimbOut, vgl. "Elements of Aircraft Pollution", von Ruijgrok, Fig. 11.4-1
-    double LTOheight = Rounding(convertUnit(FOOT, METER, 3000.), 1); // ICAO: LTO Cycle until 3000 ft.
+    double takeoff_altitude = convertUnit(FOOT, METER, 35.); // T/O until 35 ft, afterwards ClimbOut, vgl. "Elements of Aircraft Pollution", von Ruijgrok, Fig. 11.4-1
+    double LTO_altitude = Rounding(convertUnit(FOOT, METER, 3000.), 1); // ICAO: LTO Cycle until 3000 ft.
 
     /* Start until TO-Height */
-    while (tmpHeight <= TOheight) {
-        tmpLine = tmpLine + 1;
-        tmpHeight = this->missionInfo.at(tmpLine).alt; //Height in meter as 3rd entry in csv file
+    while (tmp_altitude <= takeoff_altitude) {
+        tmp_line = tmp_line + 1;
+        tmp_altitude = this->missionInfo.at(tmp_line).altitude; //Height in meter as 3rd entry in csv file
     }
-    tmpLine = tmpLine - 1;//while Schleife einmal zuviel durchgelaufen
-    m_fuel_TO = -missionInfo.at(tmpLine).fuelConsumed;//Fuel consumed als 7. in csv-Datei
-    takeOffTime = missionInfo.at(tmpLine).time - 0.;
+    tmp_line = tmp_line - 1;//while Schleife einmal zuviel durchgelaufen
+    fuel_mass_takeoff = -missionInfo.at(tmp_line).fuelConsumed;//Fuel consumed als 7. in csv-Datei
+    takeoff_time = missionInfo.at(tmp_line).time - 0.;
 
     /* ClimbOut */
-    while (tmpHeight <= LTOheight) {
-        tmpLine = tmpLine + 1;
-        tmpHeight = missionInfo.at(tmpLine).alt; //Height in meter as 3rd entry in csv file
+    while (tmp_altitude <= LTO_altitude) {
+        tmp_line = tmp_line + 1;
+        tmp_altitude = missionInfo.at(tmp_line).altitude; //Height in meter as 3rd entry in csv file
     }
-    tmpLine = tmpLine - 1;
-    tmpHeight = missionInfo.at(tmpLine).alt;//necessary for query if (tmpHeight == missionInfo.at(tmpLine).alt) below in while loop
-    m_fuel_ClimbOut = -missionInfo.at(tmpLine).fuelConsumed - m_fuel_TO; //Fuel consumed als 7. in csv-Datei
-    climbOutTime = missionInfo.at(tmpLine).time - takeOffTime;
+    tmp_line = tmp_line - 1;
+    tmp_altitude = missionInfo.at(tmp_line).altitude;//necessary for query if (tmp_altitude == missionInfo.at(tmp_line).altitude) below in while loop
+    fuel_mass_climbout = -missionInfo.at(tmp_line).fuelConsumed - fuel_mass_takeoff; //Fuel consumed als 7. in csv-Datei
+    climbout_time = missionInfo.at(tmp_line).time - takeoff_time;
 
     /* LTO to 1st Cruise Step (already counts as "Cruise" for NOx calculation) */
     //Attention, gives rounding error and initialCruiseHeight greater than the height in the csv -> below query when 2 times same height comes in a row -> 1st Step
-    double initalCruiseHeight = this->flightLevel.front() * convertUnit(FOOT, METER, 100.);
-    while (tmpHeight < initalCruiseHeight) {
-        tmpLine = tmpLine + 1;
-        if (accuracyCheck(tmpHeight, missionInfo.at(tmpLine).alt, ACCURACY_HIGH)) { //To catch the rounding error (see double initalCruiseHeight
-            initalCruiseHeight = tmpHeight;
+    double inital_cruise_altitude = this->flight_level.front() * convertUnit(FOOT, METER, 100.);
+    while (tmp_altitude < inital_cruise_altitude) {
+        tmp_line = tmp_line + 1;
+        if (accuracyCheck(tmp_altitude, missionInfo.at(tmp_line).altitude, ACCURACY_HIGH)) { //To catch the rounding error (see double inital_cruise_altitude
+            inital_cruise_altitude = tmp_altitude;
         } else {
-            if (tmpLine == missionInfo.size()-1) { //last precautionary measure, but should never come into play due to the previous query
+            if (tmp_line == missionInfo.size()-1) { //last precautionary measure, but should never come into play due to the previous query
                 myRuntimeInfo->err << "Cruise Altitude < beforeInitalCruiseAlt; check if Acft.xml and mission.xml belong together" <<
                                    std::endl; //in case of repeated occurrence of controlled termination
                 exit(1);
             }
-            tmpHeight = missionInfo.at(tmpLine).alt; //Height in meter as 3. in csv file
+            tmp_altitude = missionInfo.at(tmp_line).altitude; //Height in meter as 3. in csv file
         }
     }
-    double lastCruiseHeight = this->flightLevel.back() * convertUnit(FOOT, METER, 100.);
-    double beforeFinalCruiseAlt = floor(lastCruiseHeight);// instead of asking if height occurs 2 times in the same direction (see InitialCruise Height)
-    if (this->flightLevel.size() > 1) {
+    double last_cruise_altitude = this->flight_level.back() * convertUnit(FOOT, METER, 100.);
+    double before_final_cruise_altitude = floor(last_cruise_altitude);// instead of asking if height occurs 2 times in the same direction (see InitialCruise Height)
+    if (this->flight_level.size() > 1) {
         /* flown range from Initial Cruise to beginning of last Cruise Step*/
-        while (tmpHeight < beforeFinalCruiseAlt) { //
-            tmpLine = tmpLine + 1;
-            tmpHeight = missionInfo.at(tmpLine).alt; //Height in meter 3rd entry in csv file
+        while (tmp_altitude < before_final_cruise_altitude) { //
+            tmp_line = tmp_line + 1;
+            tmp_altitude = missionInfo.at(tmp_line).altitude; //Height in meter 3rd entry in csv file
        }
     }
     //here last Cruise Step reached, which still must be flown before height is reduced again
-    while (tmpHeight >= beforeFinalCruiseAlt) { //falls flightLevel.size()=1 finalCruiseAlt=initalCruiseAlt
-        tmpLine = tmpLine + 1;
-        tmpHeight = missionInfo.at(tmpLine).alt; //Height in meter as 3rd entry in csv file
+    while (tmp_altitude >= before_final_cruise_altitude) { //falls flight_level.size()=1 finalCruiseAlt=initalCruiseAlt
+        tmp_line = tmp_line + 1;
+        tmp_altitude = missionInfo.at(tmp_line).altitude; //Height in meter as 3rd entry in csv file
     }
-    tmpLine = tmpLine - 1;
+    tmp_line = tmp_line - 1;
 
     /*Descend until LTO Height*/
-    while (tmpHeight >= LTOheight) {
-        tmpLine = tmpLine + 1;
-        tmpHeight = missionInfo.at(tmpLine).alt; //Height in meter as 3. entry in csv file
+    while (tmp_altitude >= LTO_altitude) {
+        tmp_line = tmp_line + 1;
+        tmp_altitude = missionInfo.at(tmp_line).altitude; //Height in meter as 3. entry in csv file
     }
-    tmpLine = tmpLine - 1;//for NOx the FuelFlow up to 1st Cruise Step interesting, not for 1st Cruise Step
-    m_fuel_Cruise = -missionInfo.at(tmpLine).fuelConsumed - m_fuel_TO - m_fuel_ClimbOut;
-    double timeUntilApproach = missionInfo.at(tmpLine).time;
+    tmp_line = tmp_line - 1;//for NOx the FuelFlow up to 1st Cruise Step interesting, not for 1st Cruise Step
+    fuel_mass_cruise = -missionInfo.at(tmp_line).fuelConsumed - fuel_mass_takeoff - fuel_mass_climbout;
+    double time_until_approach = missionInfo.at(tmp_line).time;
 
     /* Approach */
-    while (tmpLine < (missionInfo.size() - 2)) { //tmpLine: 1.Linie=1, missionInfo.size: Vektor! 1.Line = 0; and then it goes through again!
-        tmpLine = tmpLine + 1;
+    while (tmp_line < (missionInfo.size() - 2)) { //tmp_line: 1.Linie=1, missionInfo.size: Vektor! 1.Line = 0; and then it goes through again!
+        tmp_line = tmp_line + 1;
     }
-    m_fuel_App = (-missionInfo.at(tmpLine).fuelConsumed + missionInfo.at(1).fuelConsumed) - m_fuel_Cruise - m_fuel_TO - m_fuel_ClimbOut;
-    m_fuel_LTO = m_fuel_Taxi + m_fuel_TO + m_fuel_ClimbOut + m_fuel_App;
-    approachTime = missionInfo.at(tmpLine).time - timeUntilApproach;
+    fuel_mass_approach = (-missionInfo.at(tmp_line).fuelConsumed + missionInfo.at(1).fuelConsumed) - fuel_mass_cruise - fuel_mass_takeoff - fuel_mass_climbout;
+    fuel_mass_LTO = fuel_mass_taxi + fuel_mass_takeoff + fuel_mass_climbout + fuel_mass_approach;
+    approach_time = missionInfo.at(tmp_line).time - time_until_approach;
 }
 
 void Mission::write_emissions_path_csv() {
-    std::ofstream of2;
-    std::stringstream outputName;
-    std::string emissionFileName;
-    emissionFileName = missionFileName.substr(0, missionFileName.rfind("_out"));
-    outputName << emissionFileName;
-    std::string fn2 = outputName.str() + "_emissionspath.csv";
-    of2.open(fn2.c_str());
-    if (!of2) {
-        myRuntimeInfo->err << "could not open " << fn2 << std::endl;
+    std::ofstream emissions_csv_stream;
+    std::string emission_csv_name;
+    emission_csv_name = mission_csv_name.substr(0, mission_csv_name.rfind("_out")) + "_emissionspath.csv";
+    emissions_csv_stream.open(emission_csv_name.c_str());
+    if (!emissions_csv_stream) {
+        myRuntimeInfo->err << "could not open " << emission_csv_name << std::endl;
         exit(1);
     }
-    of2 << "(1) Time [s];(2) Range [m];(3) Altitude [m];(4) TAS m/s];(5) Mach [-];(6) T_amb [K];(7) P_amb [N/m^2];(8) Consumed Fuel [kg];"
+    emissions_csv_stream << "(1) Time [s];(2) Range [m];(3) Altitude [m];(4) TAS m/s];(5) Mach [-];(6) T_amb [K];(7) P_amb [N/m^2];(8) Consumed Fuel [kg];"
            "(9) Fuel Flow [kg/s];(10) NOx [kg/s];(11) N_1 [-];(12) ST3MassFlow [kg/s];(13) St3TotalTemperature [K];(14) St3StaticTemperature [K];"
-           "(15) St3TotalPressure [kPa];(16) St3Mach [-];(17) St4FuelAir [-];(18) BPR;(19) modeName;";
+           "(15) St3TotalPressure [kPa];(16) St3Mach [-];(17) St4FuelAir [-];(18) BPR [-];(19) modeName;";
     for (unsigned int i = 0; i < missionInfo.size(); i++) {
-        of2 << std::endl;
-        of2 << std::setprecision(10) << missionInfo.at(i).time << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).range << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).alt << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).TAS_ms <<  ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).Mach <<  ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).Tamb <<  ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).Pamb <<  ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).fuelConsumed <<  ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).fuelFlow <<  ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).NOxFlow <<  ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).N1 << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).St3MassFlow << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).St3TotalTemperature << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).St3StaticTemperature << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).St3TotalPressure << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).St3Mach << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).St4FuelAir << ";";
-        of2 << std::setprecision(10) << missionInfo.at(i).BPR << ";";
-        of2 << missionInfo.at(i).modeName << ";";
+        emissions_csv_stream << std::endl;
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).time << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).range << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).altitude << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).TAS_ms <<  ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).Mach <<  ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).Tamb <<  ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).Pamb <<  ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).fuelConsumed <<  ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).fuelFlow <<  ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).NOxFlow <<  ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).N1 << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).St3MassFlow << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).St3TotalTemperature << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).St3StaticTemperature << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).St3TotalPressure << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).St3Mach << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).St4FuelAir << ";";
+        emissions_csv_stream << std::setprecision(10) << missionInfo.at(i).BPR << ";";
+        emissions_csv_stream << missionInfo.at(i).modeName << ";";
     }
-    of2.close();
+    emissions_csv_stream.close();
 }
 
 /* Functions for interpolation */
 
 // cppcheck-suppress unusedFunction
-double Mission::PointToPointFit(double REI_TO, double REI_CL, double REI_AP, double REI_ID,
-                                int missionPoint) { //Linear interpolation of the ICAO data from NOx, where REI is the intersection of Wff with the interpolated curve.
+double Mission::point_to_point_fit(double REI_TO, double REI_CL, double REI_AP, double REI_ID,
+                                int mission_point) { //Linear interpolation of the ICAO data from NOx, where REI is the intersection of Wff with the interpolated curve.
     //Wf values from LTO ICAO cycle corrected with Boeing's correction factor r;
     //r = 1.100 for ID; r = 1.010 for takeoff; r = 1.013 for CL; r = 1.020 for AP;
-    double Wf_ID = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * 7936 * 1.100; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double Wf_TO = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * 7936 * 1.010; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double Wf_CL = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::climb) * 7936 * 1.013; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double Wf_AP = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::approach) * 7936 * 1.020; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double tempWf = (this->myFlightPath.pathPoints.at(missionPoint).fuelFlow / this->missionIOData_->numberOfEngines) * 7936; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_ID = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * 7936 * 1.100; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_TO = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * 7936 * 1.010; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_CL = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::climb) * 7936 * 1.013; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_AP = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::approach) * 7936 * 1.020; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double tempWf = (this->myFlightPath.pathPoints.at(mission_point).fuelFlow / this->missionIOData->number_of_engines) * 7936; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
     double REI = 0;
     if (tempWf <= Wf_AP) {
         REI = pow(10., (log10(REI_AP) - log10(REI_ID)) / (log10(Wf_AP) - log10(Wf_ID)) * (log10(tempWf) - log10(Wf_ID)) + log10(REI_ID));
@@ -563,12 +558,12 @@ double Mission::PointToPointFit(double REI_TO, double REI_CL, double REI_AP, dou
     return REI;
 }
 
-double Mission::LinearLeastSquareFit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int missionPoint) {
-    double Wf_ID = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * 7936 * 1.100; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double Wf_TO = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * 7936 * 1.010; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double Wf_CL = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::climb) * 7936 * 1.013; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double Wf_AP = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::approach) * 7936 * 1.020; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double tempWf = (this->myFlightPath.pathPoints.at(missionPoint).fuelFlow / this->missionIOData_->numberOfEngines) * 7936; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+double Mission::linear_least_square_fit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int mission_point) {
+    double Wf_ID = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * 7936 * 1.100; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_TO = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::takeoff) * 7936 * 1.010; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_CL = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::climb) * 7936 * 1.013; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_AP = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::approach) * 7936 * 1.020; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double tempWf = (this->myFlightPath.pathPoints.at(mission_point).fuelFlow / this->missionIOData->number_of_engines) * 7936; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
     double p = log10(Wf_TO) + log10(Wf_CL) + log10(Wf_AP) + log10(Wf_ID);
     double q = log10(REI_TO) + log10(REI_CL) + log10(REI_AP) + log10(REI_ID);
     double r = pow(log10(Wf_TO), 2.) + pow(log10(Wf_CL), 2.) + pow(log10(Wf_AP), 2.) + pow(log10(Wf_ID), 2.);
@@ -586,12 +581,12 @@ double Mission::LinearLeastSquareFit(double REI_TO, double REI_CL, double REI_AP
 
 // Calculation of the EI at reference conditions (REI), linear least square fit
 
-double Mission::biLinearLeastSquareFit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int missionPoint) {
+double Mission::bi_linear_least_square_fit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int mission_point) {
     //Wf values from LTO ICAO cycle corrected with Boeing's correction factor r;
     //r = 1.100 for ID; r = 1.010 for takeoff; r = 1.013 for CL; r = 1.020 for AP;
-    double Wf_ID = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * 7936 * 1.100; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double Wf_AP = missionIOData_->myEngine.get_LTO_fuelflow(LTOPhases::approach) * 7936 * 1.020; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
-    double tempWf = (this->myFlightPath.pathPoints.at(missionPoint).fuelFlow / this->missionIOData_->numberOfEngines) * 7936; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_ID = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::taxi) * 7936 * 1.100; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double Wf_AP = missionIOData->myEngine.get_LTO_fuelflow(LTOPhases::approach) * 7936 * 1.020; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
+    double tempWf = (this->myFlightPath.pathPoints.at(mission_point).fuelFlow / this->missionIOData->number_of_engines) * 7936; // [lbm/h] (1 lbm/h = 1 kg/s * 7936);
     double p = log10(Wf_AP) + log10(Wf_ID);
     double q = log10(REI_AP) + log10(REI_ID);
     double r = pow(log10(Wf_AP), 2.) + pow(log10(Wf_ID), 2.);
@@ -619,9 +614,9 @@ double Mission::biLinearLeastSquareFit(double REI_TO, double REI_CL, double REI_
     }
 }
 
-//potentialFit creates a graphic in the form y=ax^b
+//potential_fit creates a graphic in the form y=ax^b
 //when Y==false "input" should be a value in "Y-axis" and the value returned will be a value from "X-axis"
-double Mission::potentialFit(double input, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
+double Mission::potential_fit(double input, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
     double x = log10(x_ID) + log10(x_TO) + log10(x_CL) + log10(x_AP);
     double x_2 = pow(log10(x_ID), 2) + pow(log10(x_TO), 2) + pow(log10(x_CL), 2) + pow(log10(x_AP), 2);
     double y = log10(y_ID) + log10(y_TO) + log10(y_CL) + log10(y_AP);
@@ -640,7 +635,7 @@ double Mission::potentialFit(double input, double x_ID, double x_TO, double x_CL
 }
 
 // cppcheck-suppress unusedFunction
-double Mission::potentialFit2(double input, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
+double Mission::potential_fit_2(double input, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
     double x = log10(x_ID) + log10(x_TO) + log10(x_CL) + log10(x_AP);
     double x_2 = pow(log10(x_ID), 2) + pow(log10(x_TO), 2) + pow(log10(x_CL), 2) + pow(log10(x_AP), 2);
     double y = log10(y_ID) + log10(y_TO) + log10(y_CL) + log10(y_AP);
@@ -659,7 +654,7 @@ double Mission::potentialFit2(double input, double x_ID, double x_TO, double x_C
 }
 
 // cppcheck-suppress unusedFunction
-double Mission::potentialFit3(double input, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
+double Mission::potential_fit_3(double input, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
     double x = log10(x_ID) + log10(x_TO) + log10(x_CL) + log10(x_AP);
     double x_2 = pow(log10(x_ID), 2) + pow(log10(x_TO), 2) + pow(log10(x_CL), 2) + pow(log10(x_AP), 2);
     double y = log10(y_ID) + log10(y_TO) + log10(y_CL) + log10(y_AP);
@@ -677,7 +672,7 @@ double Mission::potentialFit3(double input, double x_ID, double x_TO, double x_C
     }
 }
 
-double Mission::quadraticFit(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
+double Mission::quadratic_fit(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y) {
     double x = x_ID + x_TO + x_CL + x_AP;
     double x_2 = pow(x_ID, 2) + pow(x_TO, 2) + pow(x_CL, 2) + pow(x_AP, 2);
     double x_3 = pow(x_ID, 3) + pow(x_TO, 3) + pow(x_CL, 3) + pow(x_AP, 3);
@@ -702,7 +697,7 @@ double Mission::quadraticFit(double x_mom, double x_ID, double x_TO, double x_CL
     }
 }
 
-double Mission::linearInterpolation(double x, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP) {
+double Mission::linear_interpolation(double x, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP) {
     if (x < x_ID) {
         double y = y_ID * x / y_ID;
         return y;
@@ -730,7 +725,7 @@ Mission::MissionData::MissionData()
     :
     time(0.),
     range(0.),
-    alt(0.),
+    altitude(0.),
     TAS_ms(0.),
     CAS_ms(0.),
     mass(0.),
@@ -739,7 +734,7 @@ Mission::MissionData::MissionData()
     fuelFlow(0.),
     TAS_kts(0.),
     Mach(0.),
-    flightLevel(0.),
+    flight_level(0.),
     ROC(0.),
     C_L(0.),
     SAR(0.),
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.h b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.h
index 1dbf6a13a8a349a53aff39f7659015fda51df3ef..14748747e5751deb289a877d3184026cdf6e8e6a 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/mission.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@
 #include "missionIOData.h"
 #include <atmosphere/atmosphere.h>
 #include <moduleBasics/runtimeIO.h>
+#include <energyCarriers/energyCarriers.h>
 
 class MissionIOData;
 
@@ -39,7 +40,7 @@ class MissionIOData;
  */
 class Mission {
  private:
-    std::string missionFileName;/**< Name of mission csv file */
+    std::string mission_csv_name;/**< Name of mission csv file */
 
  public:
     /** \brief Constructor of class mission
@@ -49,11 +50,11 @@ class Mission {
      */
     virtual ~Mission();
 
-    std::shared_ptr<MissionIOData> missionIOData_; /**< IOData object for mission emission calculation*/; /**< Pointer to ioData */
+    std::shared_ptr<MissionIOData> missionIOData; /**< IOData object for mission emission calculation*/; /**< Pointer to ioData */
     std::shared_ptr<RuntimeIO> rtIOPt; /**< Pointer to runtime IO*/
-    atmosphere myAtm;/**< Atmosphere object */
-    std::string typeOfMission; /**< study or design  */
-    double deltaISA;/**< Temperature delta to ISA-Conditions [K] */
+    atmosphere myAtmosphere;/**< Atmosphere object */
+    std::string mission_type; /**< study or design  */
+    double delta_isa;/**< Temperature delta to ISA-Conditions [K] */
     const ecoDatabase myEcoDatabase;/**Ecodatabase object*/
 
     /** \class MissionData
@@ -63,7 +64,7 @@ class Mission {
      public:
         double time;/**< Time [s] */
         double range;/**< Range [m] */
-        double alt;/**< Altitude [m] */
+        double altitude;/**< Altitude [m] */
         double TAS_ms;/**< True airspeed [m/s] */
         double CAS_ms;/**< Calibrated airspeed [m/s] */
         double mass;/**< Mass [kg] */
@@ -72,7 +73,7 @@ class Mission {
         double fuelFlow;/**< Fuel flow [kg/s]  */
         double TAS_kts;/**< True airspeed [kts] */
         double Mach;/**<Mach number [-] */
-        double flightLevel;/**<Flight level [100ft]  */
+        double flight_level;/**<Flight level [100ft]  */
         double ROC;/**< Rate of climb [ft/min]  */
         double C_L;/**< Lift coefficient [-]  */
         double SAR;/**< Specific air range [m/kg] */
@@ -106,39 +107,35 @@ class Mission {
     std::vector<MissionData> missionInfo;/**< Mission information */
 
     flightPath myFlightPath;/**< Object of class fight path that contains flight path points information */
-    double rangeMission;/**< Range of the mission [NM]*/
-    int cruiseSteps; /**< Cruise Steps [-]**/
-    std::vector<double> stepLength; /**< Step lengths of the Cruise Steps of the mission*/
-    std::vector<double> flightLevel; /**< Flight level of the Cruise Steps of the Mission*/
-
-    double m_fuel_Taxi;/**< Taxi fuel [kg]*/
-    double m_fuel_TO;/**< Fuel for takeoff [kg]*/
-    double m_fuel_ClimbOut;/**< Fuel for climb-out [kg] */
-    double m_fuel_App;/**< Fuel for approach [kg] */
-
-    double m_fuel_Taxi_ICAO;/**< Consumed fuel for taxiing acc. to ICAO engine data [kg] */
-    double m_fuel_TO_ICAO;/**< Consumed fuel for takeoff acc. to ICAO engine data [kg] */
-    double m_fuel_ClimbOut_ICAO;/**< Consumed fuel for climb acc. to ICAO engine data [kg] */
-    double m_fuel_App_ICAO;/**< Consumed fuel for approach acc. to ICAO engine data [kg] */
-
-    double m_fuel_LTO;/**< Consumed fuel for LTO cycle [kg]*/
-    double m_fuel_Cruise;/**< Consumed fuel during cruise [kg] */
-
-    double taxiTime;/**< Taxi time [s]*/
-    double takeOffTime;/**<Takeoff time [s] */
-    double climbOutTime;/**<Climb-out time [s] */
-    double approachTime;/**< Approach time [s]*/
-    double LTOtime; /**< Time for taxi, T/O, C/O and App. (LTO) [min]*/
-
-    double NOx_TO;/**< NOx emissions for takeoff [kg] */
-    double NOx_ClimbOut;/**< NOx emissions for climb-out [kg]*/
-    double NOx_App;/**<NOx emissions for approach [kg] */
+    double mission_range;/**< Range of the mission [NM]*/
+    int cruise_number_of_steps; /**< Cruise Steps [-]**/
+    std::vector<double> relative_end_of_step; /**< Step lengths of the Cruise Steps of the mission*/
+    std::vector<double> flight_level; /**< Flight level of the Cruise Steps of the Mission*/
+
+    double fuel_mass_taxi;/**< Taxi fuel [kg]*/
+    double fuel_mass_takeoff;/**< Fuel for takeoff [kg]*/
+    double fuel_mass_climbout;/**< Fuel for climb-out [kg] */
+    double fuel_mass_approach;/**< Fuel for approach [kg] */
+
+    double fuel_mass_taxi_ICAO;/**< Consumed fuel for taxiing acc. to ICAO engine data [kg] */
+    double fuel_mass_takeoff_ICAO;/**< Consumed fuel for takeoff acc. to ICAO engine data [kg] */
+    double fuel_mass_climbout_ICAO;/**< Consumed fuel for climb acc. to ICAO engine data [kg] */
+    double fuel_mass_approach_ICAO;/**< Consumed fuel for approach acc. to ICAO engine data [kg] */
+
+    double fuel_mass_LTO;/**< Consumed fuel for LTO cycle [kg]*/
+    double fuel_mass_cruise;/**< Consumed fuel during cruise [kg] */
+
+    double taxi_time;/**< Taxi time [s]*/
+    double takeoff_time;/**<Takeoff time [s] */
+    double climbout_time;/**<Climb-out time [s] */
+    double approach_time;/**< Approach time [s]*/
+    double LTO_time; /**< Time for taxi, T/O, C/O and App. (LTO) [min]*/
     std::vector<double> EINOxKerosene;/**<Vector containing emission index for kerosene cumbustion in all mission points [kg/kg]*/
 
-    double thrustTaxi;/**< Thrust for taxi [N]*/
-    double thrustTakeoff;/**<Thrust for takeoff [N] */
-    double thrustClimbOut;/**< Thrust for climb-out [N]*/
-    double thrustApproach;/**<Thrust for approach [N] */
+    double thrust_taxi;/**< Thrust for taxi [N]*/
+    double thrust_takeoff;/**<Thrust for takeoff [N] */
+    double thrust_climbout;/**< Thrust for climb-out [N]*/
+    double thrust_approach;/**<Thrust for approach [N] */
 
     double T3_ID; /**<Temperature at engine stage 3 for idle thrust [K] */
     double T3_TO; /**<Temperature at engine stage 3 for take-off thrust [K] */
@@ -170,17 +167,17 @@ class Mission {
     double fuelFlow_CL; /**< Fuel flow in stage 3 for climb out thrust [kg/s] */
     double fuelFlow_AP; /**< Fuel flow in stage 3 for approach thrust [kg/s] */
 
-    int numberOfSteps;/**< Number of path points [-]*/
-    double timeStep;/**< Time between path points [-] */
-    double flightsPerLC;/**< Number of flights per life cycle [-] */
+    int number_of_steps;/**< Number of path points [-]*/
+    double time_step;/**< Time between path points [-] */
+    double flights_per_lifecycle;/**< Number of flights per life cycle [-] */
 
     /* Emissions */
     Emissions LTO;/**<LTO cycle emissions for one mission */
     Emissions LTO_Total;/**<LTO cycle emissions for entire operating phase over entire life cycle */
     Emissions ICAO_LTO;/**LTO cycle emissions for ICAO LTO cycle */
-    Emissions Cruise;/**<Emissions during cruise */
-    Emissions Cruise_Total;/**<Emissions during cruise for entire operating phase over entire life cycle */
-    std::vector<Emissions> emissionFlow;/** Vector contains emission flow in every mission step defined in mission.csv*/
+    Emissions cruise;/**<Emissions during cruise */
+    Emissions cruiseTotal;/**<Emissions during cruise for entire operating phase over entire life cycle */
+    std::vector<Emissions> emissionsFlow;/** Vector contains emission flow in every mission step defined in mission.csv*/
     double c_soot_LTO_max;/**< Maximum soot concentration during Landing and Takeoff [mg/kg]*/
 
     /** \brief Executes mission calculation
@@ -200,11 +197,11 @@ class Mission {
     */
     void LTO_output_comparison();
 
-    /** \brief Pulls data from missionFile.csv into tmpMissionData
+    /** \brief Pulls data from mission_file.csv into tmpMissionData
      */
     void get_mission_data();
 
-    /** \brief Calculates from missionFile.csv data the times and fuel consumption of the individual mission segments
+    /** \brief Calculates from mission_file.csv data the times and fuel consumption of the individual mission segments
      */
     void get_mission_segment_data();
 
@@ -286,32 +283,32 @@ class Mission {
      * \param REI_CL: EI for climb [kg/kg]
      * \param REI_AP: EI for approach [kg/kg]
      * \param REI_ID: EI for taxi (engine idle) [kg/kg]
-     * \param missionPoint: mission point [kg/kg]
+     * \param mission_point: mission point [kg/kg]
      * \return REI: Reference emission index [kg/kg]
      */
-    double PointToPointFit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int missionPoint);
+    double point_to_point_fit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int mission_point);
 
     /** \brief Least squares approximation of linear functions to emission index data
      * \param REI_TO: EI for takeoff [kg/kg]
      * \param REI_CL: EI for climb [kg/kg]
      * \param REI_AP: EI for approach [kg/kg]
      * \param REI_ID: EI for taxi (engine idle) [kg/kg]
-     * \param missionPoint: mission point [kg/kg]
+     * \param mission_point: mission point [kg/kg]
      * \return REI: Reference emission index [kg/kg]
      */
-    double LinearLeastSquareFit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int missionPoint);
+    double linear_least_square_fit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int mission_point);
 
     /** \brief Least squares approximation of bi-linear functions to emission index data
      * \param REI_TO: EI for takeoff [kg/kg]
      * \param REI_CL: EI for climb [kg/kg]
      * \param REI_AP: EI for approach [kg/kg]
      * \param REI_ID: EI for taxi (engine idle) [kg/kg]
-     * \param missionPoint: mission point [kg/kg]
+     * \param mission_point: mission point [kg/kg]
      * \return REI: Reference emission index [kg/kg]
      */
-    double biLinearLeastSquareFit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int missionPoint);
+    double bi_linear_least_square_fit(double REI_TO, double REI_CL, double REI_AP, double REI_ID, int mission_point);
 
-    /** \brief potentialFit creates a graphic in the form y=ax^b
+    /** \brief potential_fit creates a graphic in the form y=ax^b
      * \param x_mom: x for mission point [K] or [kPa]
      * \param x_ID: x for taxi (engine idle) [K]
      * \param x_TO: x for takeoff [K]
@@ -324,9 +321,9 @@ class Mission {
      * \param Y: when Y==false "mission point value" should be a value in "Y-axis" and the value returned will be a value from "X-axis" [-]
      * \return x_mom or y_mom: searched value [K] or [kPa]
      */
-    double potentialFit(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
+    double potential_fit(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
 
-    /** \brief potentialFit2 creates a graphic in the form y=ax^b
+    /** \brief potential_fit_2 creates a graphic in the form y=ax^b
      * \param x_mom: x for mission point [K] or [kPa]
      * \param x_ID: x for taxi (engine idle) [K]
      * \param x_TO: x for takeoff [K]
@@ -339,9 +336,9 @@ class Mission {
      * \param Y: when Y==false "mission point value" should be a value in "Y-axis" and the value returned will be a value from "X-axis" [-]
      * \return x_mom or y_mom: searched value [K] or [kPa]
      */
-    double potentialFit2(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
+    double potential_fit_2(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
 
-    /** \brief potentialFit3 creates a graphic in the form y=ax^b
+    /** \brief potential_fit_3 creates a graphic in the form y=ax^b
      * \param x_mom: x for mission point [K] or [kPa]
      * \param x_ID: x for taxi (engine idle) [K]
      * \param x_TO: x for takeoff [K]
@@ -354,9 +351,9 @@ class Mission {
      * \param Y: when Y==false "mission point value" should be a value in "Y-axis" and the value returned will be a value from "X-axis" [-]
      * \return x_mom or y_mom: searched value [K] or [kPa]
      */
-    double potentialFit3(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
+    double potential_fit_3(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
 
-    /** \brief quadraticFit creates a graphic in the form y=a+bx+cx^2
+    /** \brief quadratic_fit creates a graphic in the form y=a+bx+cx^2
      * \param x_mom: x for mission point [K] or [kg/kg]
      * \param x_ID: x for taxi (engine idle)[K]
      * \param x_TO: x for takeoff [K]
@@ -369,7 +366,7 @@ class Mission {
      * \param Y: when Y==false "mission point value" should be a value in "Y-axis" and the value returned will be a value from "X-axis"
      * \return y_mom: searched value [K] or [kg/kg]
      */
-    double quadraticFit(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
+    double quadratic_fit(double x_mom, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP, bool Y);
 
     /** \brief calculates values via linear interpolation
      * \param x: x for mission point
@@ -383,7 +380,7 @@ class Mission {
      * \param y_AP: y for approach [mg/m^3]
      * \return y_mom: searched value [mg/m^3]
      */
-    double linearInterpolation(double x, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP);
+    double linear_interpolation(double x, double x_ID, double x_TO, double x_CL, double x_AP, double y_ID, double y_TO, double y_CL, double y_AP);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_MISSION_EMISSIONS_MISSION_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.cpp
index c96c4903717e88c46815178aa3dbc708a5640ffa..43cfe479c5b5fc7ef6ba43a9d59875a615a8ed43 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,21 +26,21 @@ using std::string;
 
 MissionConfig::MissionConfig()
     :
-    keroseneMethodHC(""),
-    kersoseneMethodCO(""),
-    keroseneMethodNOx(""),
-    keroseneMethodSoot(""),
-    relativeHumidity(0.) {}
+    kerosene_method_HC(""),
+    kersosene_method_CO(""),
+    kerosene_method_NOx(""),
+    kerosene_method_soot(""),
+    relative_humidity(0.) {}
 
-void MissionConfig::readAllConfigData(const node& configXML) {
+void MissionConfig::read_all_config_data(const node& configXML) {
     const node& mission(configXML.at("program_settings/standard_strategy/emission_calculation/mission_emissions"));
 
-    keroseneMethodHC = EndnodeReadOnly<string>("emission_methods/kerosene/HC_method_selector").read(mission).value();
-    kersoseneMethodCO = EndnodeReadOnly<string>("emission_methods/kerosene/CO_method_selector").read(mission).value();
-    keroseneMethodNOx = EndnodeReadOnly<string>("emission_methods/kerosene/NOx_method_selector").read(mission).value();
-    keroseneMethodSoot = EndnodeReadOnly<string>("emission_methods/kerosene/soot_method_selector").read(mission).value();
-    hydrogenMethodNOx = EndnodeReadOnly<string>("emission_methods/hydrogen_combustion/NOx_method_selector").read(mission).value();
-    relativeHumidity = EndnodeReadOnly<double>("relative_humidity").read(mission).value();
+    kerosene_method_HC = EndnodeReadOnly<string>("emission_methods/kerosene/HC_method_selector").read(mission).value();
+    kersosene_method_CO = EndnodeReadOnly<string>("emission_methods/kerosene/CO_method_selector").read(mission).value();
+    kerosene_method_NOx = EndnodeReadOnly<string>("emission_methods/kerosene/NOx_method_selector").read(mission).value();
+    kerosene_method_soot = EndnodeReadOnly<string>("emission_methods/kerosene/soot_method_selector").read(mission).value();
+    hydrogen_method_NOx = EndnodeReadOnly<string>("emission_methods/hydrogen_combustion/NOx_method_selector").read(mission).value();
+    relative_humidity = EndnodeReadOnly<double>("relative_humidity").read(mission).value();
 }
 
 MissionConfig::~MissionConfig() {
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.h b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.h
index e478200189c7c400aed12f9e1c8d708a0266aa68..a584cf8324f5a1f551cefea0e0bf8211d7365d66 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionConfig.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,12 +35,12 @@
 */
 class MissionConfig {
  public:
-    std::string keroseneMethodHC;/**<HC Emission index calculation method for kerosene; DLR Omega: mode_0, BFM2: mode_1, ICAO Emission indices: mode_2 */
-    std::string kersoseneMethodCO;/**<CO Emission index calculation method for kerosene; DLR Omega: mode_0, BFM2: mode_1, ICAO Emission indices: mode_2 */
-    std::string keroseneMethodNOx;/**<NOx Emission index calculation method for kerosene; P3T3: mode_0, BFM2: mode_1, GasTurb: mode_2 */
-    std::string keroseneMethodSoot;/**<soot Emission index calculation method for kerosene; DLR correlation: mode_0, Whyte: mode_1, constant: mode_2 */
-    std::string hydrogenMethodNOx; /**<NOx Emission index calculation method for hydrogen; P3T3: mode_0*/
-    double relativeHumidity;/**< Relative humidity of air [-] */
+    std::string kerosene_method_HC;/**<HC Emission index calculation method for kerosene; DLR Omega: mode_0, BFM2: mode_1, ICAO Emission indices: mode_2 */
+    std::string kersosene_method_CO;/**<CO Emission index calculation method for kerosene; DLR Omega: mode_0, BFM2: mode_1, ICAO Emission indices: mode_2 */
+    std::string kerosene_method_NOx;/**<NOx Emission index calculation method for kerosene; P3T3: mode_0, BFM2: mode_1, GasTurb: mode_2 */
+    std::string kerosene_method_soot;/**<soot Emission index calculation method for kerosene; DLR correlation: mode_0, Whyte: mode_1, constant: mode_2 */
+    std::string hydrogen_method_NOx; /**<NOx Emission index calculation method for hydrogen; P3T3: mode_0*/
+    double relative_humidity;/**< Relative humidity of air [-] */
 
     /** \brief Default constructor of class missionConfig
      */
@@ -54,7 +54,7 @@ class MissionConfig {
     /** \brief Function to read mission specific data from ecological_assessment_config.xml
      * \param config Node of the data structure defined by config file
      */
-    void readAllConfigData(const node& config);
+    void read_all_config_data(const node& config);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_MISSION_EMISSIONS_MISSIONCONFIG_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.cpp
index 334379f81ed78428c60811fe1fc8be2ed591decf..d77c8afd71f7a7ce5b1b3cae6824fb64daf6c4fc 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -38,82 +38,68 @@ MissionIOData::MissionIOData(std::shared_ptr<RuntimeIO> rtIO)
     myEngine(rtIO->getEngineDataDir() + "/" +
             EndnodeReadOnly<std::string>("component_design/propulsion/specific/propulsion/engine/model").read(rtIO->acxml).value(),
             EndnodeReadOnly<double>("component_design/propulsion/specific/propulsion/engine/scale_factor").read(rtIO->acxml).value()),
-    flightsPerYear(EndnodeReadOnly<int>("assessment/cost_estimation/operating_cost/direct_operating_cost/flights_per_year_study_mission").read(rtIO->acxml).value()),
-    durationOperation(EndnodeReadOnly<int>("requirements_and_specifications/assessment_scenario/duration_operation").read(rtIO->acxml).value_xml()),
-    numberOfEngines(0) {
-        config.readAllConfigData(rtIO->moduleConfig);
-        numberOfEngines = rtIO->acxml.getVector("/aircraft_exchange_file/component_design/propulsion/specific/propulsion").size();
-        myEngine.set_same_engine_type_quantity(numberOfEngines);
+    flights_per_year(EndnodeReadOnly<int>("assessment/cost_estimation/operating_cost/direct_operating_cost/flights_per_year_study_mission").read(rtIO->acxml).value()),
+    duration_operation(EndnodeReadOnly<int>("requirements_and_specifications/assessment_scenario/duration_operation").read(rtIO->acxml).value_xml()),
+    number_of_engines(0) {
+        config.read_all_config_data(rtIO->moduleConfig);
+        number_of_engines = rtIO->acxml.getVector("/aircraft_exchange_file/component_design/propulsion/specific/propulsion").size();
+        myEngine.set_same_engine_type_quantity(number_of_engines);
     }
 
 
 /* Output data methods*/
-void MissionIOData::updateEcologicalAssessmentXml(std::shared_ptr<node> ecologicalAssessmentXML, const Mission& thisMission) {
+void MissionIOData::update_ecological_assessment_xml(std::shared_ptr<node> ecologicalAssessmentXML, const Mission& thisMission) {
     myRuntimeInfo->out << "  Update ecological_assessment_results.xml" << std::endl;
     std::string subPath;
-    subPath = "ecological_data_file/mission_emissions/" + thisMission.typeOfMission +"_mission/emissions/LTO_cycle";
-    (Endnode<double>("CO2", "LTO CO2 emissions of one " + thisMission.typeOfMission +" mission",
+    subPath = "ecological_data_file/mission_emissions/" + thisMission.mission_type +"_mission/emissions/LTO_cycle";
+    (Endnode<double>("CO2", "LTO CO2 emissions of one " + thisMission.mission_type +" mission",
                         Rounding(thisMission.LTO.CO2, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("H2O", "LTO H2O emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("H2O", "LTO H2O emissions of one " + thisMission.mission_type +" mission",
                          Rounding(thisMission.LTO.H2O, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("SO2", "LTO SO2 emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("SO2", "LTO SO2 emissions of one " + thisMission.mission_type +" mission",
                         Rounding(thisMission.LTO.SO2, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("SO4", "LTO SO4 emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("SO4", "LTO SO4 emissions of one " + thisMission.mission_type +" mission",
                         Rounding(thisMission.LTO.SO4, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("HC", "LTO HC emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("HC", "LTO HC emissions of one " + thisMission.mission_type +" mission",
                         Rounding(thisMission.LTO.HC, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("CH4", "LTO CH4 emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("CH4", "LTO CH4 emissions of one " + thisMission.mission_type +" mission",
                         Rounding(thisMission.LTO.CH4, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("CO", "LTO CO emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("CO", "LTO CO emissions of one " + thisMission.mission_type +" mission",
                          Rounding(thisMission.LTO.CO, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("NOx", "LTO NOx emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("NOx", "LTO NOx emissions of one " + thisMission.mission_type +" mission",
                         Rounding(thisMission.LTO.NOx, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("soot", "LTO Soot emissions of one " + thisMission.typeOfMission +" mission",
+    (Endnode<double>("soot", "LTO Soot emissions of one " + thisMission.mission_type +" mission",
                         Rounding(thisMission.LTO.soot, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("c_soot_LTO_max", "Maximum soot concentration during " + thisMission.typeOfMission +" mission LTO",
+    (Endnode<double>("c_soot_LTO_max", "Maximum soot concentration during " + thisMission.mission_type +" mission LTO",
                         Rounding(thisMission.c_soot_LTO_max, 3)*pow(10, -6), "1")).update((*ecologicalAssessmentXML)[subPath]);
-    subPath = "ecological_data_file/mission_emissions/" + thisMission.typeOfMission +"_mission/emissions/cruise";
-    (Endnode<double>("CO2", "Cruise CO2 emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.CO2, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("H2O", "Cruise H2O emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.H2O, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("SO2", "Cruise SO2 emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.SO2, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("SO4", "Cruise SO4 emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.SO4, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("HC", "Cruise HC emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.HC, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("CH4", "Cruise CH4 emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.CH4, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("CO", "Cruise CO emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.CO, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("NOx", "Cruise NOx emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.NOx, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    (Endnode<double>("soot", "Cruise Soot emissions of one " + thisMission.typeOfMission +" mission",
-                        Rounding(thisMission.Cruise.soot, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
-    // /*ICAO Cruise*/
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/CO2") = Rounding(thisMission.ICAO_LTO.CO2, 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/H2O") = Rounding(thisMission.ICAO_LTO.H2O, 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/SO2") = Rounding(thisMission.ICAO_LTO.SO2, 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/HC") = Rounding(thisMission.ICAO_LTO.HC, 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/CO") = Rounding(thisMission.ICAO_LTO.CO, 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/NOx") = Rounding(thisMission.ICAO_LTO.NOx, 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/ICAO_LTO/PM10") = Rounding(thisMission.ICAO_LTO.soot, 3);
-    // /*LTO Times*/
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/Total") = Rounding(thisMission.LTOtime, 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/TaxiTime") = Rounding(thisMission.taxiTime / 60., 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/TakeOffTime") = Rounding(thisMission.takeOffTime / 60., 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/ClimbOutTime") = Rounding(thisMission.climbOutTime / 60., 3);
-    // ecologicalAssessmentXML->at(subPath + "OperationComponents/Mission/LTOTimes/ApproachTime") = Rounding(thisMission.approachTime / 60., 3);
+    subPath = "ecological_data_file/mission_emissions/" + thisMission.mission_type +"_mission/emissions/cruise";
+    (Endnode<double>("CO2", "Cruise CO2 emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.CO2, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("H2O", "Cruise H2O emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.H2O, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("SO2", "Cruise SO2 emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.SO2, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("SO4", "Cruise SO4 emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.SO4, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("HC", "Cruise HC emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.HC, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("CH4", "Cruise CH4 emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.CH4, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("CO", "Cruise CO emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.CO, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("NOx", "Cruise NOx emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.NOx, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
+    (Endnode<double>("soot", "Cruise Soot emissions of one " + thisMission.mission_type +" mission",
+                        Rounding(thisMission.cruise.soot, 3), "kg")).update((*ecologicalAssessmentXML)[subPath]);
     /* Add descriptions */
     ecologicalAssessmentXML->at("ecological_data_file/mission_emissions").addAttrib("description", "Results of mission emission calculation");
-    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.typeOfMission +"_mission").addAttrib("description",
-        "Results of " + thisMission.typeOfMission +" mission calculation");
-    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.typeOfMission +"_mission/emissions").addAttrib("description",
-        "Emissions of " + thisMission.typeOfMission +" mission");
-    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.typeOfMission +"_mission/emissions/LTO_cycle").addAttrib("description",
+    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.mission_type +"_mission").addAttrib("description",
+        "Results of " + thisMission.mission_type +" mission calculation");
+    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.mission_type +"_mission/emissions").addAttrib("description",
+        "Emissions of " + thisMission.mission_type +" mission");
+    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.mission_type +"_mission/emissions/LTO_cycle").addAttrib("description",
         "Emissions of landing and takeoff cycle");
-    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.typeOfMission +"_mission/emissions/cruise").addAttrib("description",
+    ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/" + thisMission.mission_type +"_mission/emissions/cruise").addAttrib("description",
         "Emissions of cruise phase");
     ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/design_mission").addAttrib("description", "Results of design mission calculation");
     ecologicalAssessmentXML->at("ecological_data_file/mission_emissions/design_mission/emissions").addAttrib("description", "Emissions of design mission ");
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.h b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.h
index 496c75a28bec806c875ff4a9bd92399f4ceefe24..a2ff82c6bb159badf92e5cc0e847c1526ce55835 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.h
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionIOData.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -43,9 +43,9 @@ class MissionIOData {
  public:
     MissionConfig config; /**< Object of class missionConfig which contains data from configuration file*/
     Engine myEngine; /**< Object of class engine that contains engine data */
-    int flightsPerYear;/**< Number of flights per year [-]*/
-    int numberOfEngines; /**< Number of engines [-] */
-    int durationOperation; /**< Years of aircraft operation [a] */
+    int flights_per_year;/**< Number of flights per year [-]*/
+    int duration_operation; /**< Years of aircraft operation [a] */
+    int number_of_engines; /**< Number of engines [-] */
 
     /** \brief Construct a new missionIOData object     *
      * \param rtIO Access to runtime IO
@@ -60,7 +60,7 @@ class MissionIOData {
      * \param ecologicalAssessmentXML Pointer to ecological values
      * \param thisMission Access mission object data
      */
-    void updateEcologicalAssessmentXml(std::shared_ptr<node> ecologicalAssessmentXML, const Mission& thisMission);
+    void update_ecological_assessment_xml(std::shared_ptr<node> ecologicalAssessmentXML, const Mission& thisMission);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_EMISSION_CALCULATION_MISSION_EMISSIONS_MISSIONIODATA_H_
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionPlot.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionPlot.cpp
index 63c2c5aaf873d9104327086744dd1180f59b0af4..fd072be8592702a4cf5ee33031925a106f8e4011 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionPlot.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionPlot.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,8 +22,9 @@
 #include "../../standard_strategy.h"
 #include "../../../toolinfo.h"
 #include <moduleBasics/plot.h>
+#include <moduleBasics/colors.h>
 
-void StandardStrategy::generateMissionEmissionsPlot(const std::string& missionType) {
+void StandardStrategy::generate_mission_emissions_plot(const std::string& missionType) {
     Mission* theMission = nullptr;
     if (missionType == "study") {
         theMission = &theStudyMission;
@@ -33,34 +34,32 @@ void StandardStrategy::generateMissionEmissionsPlot(const std::string& missionTy
     std::vector<double> CO2_flow;
     std::vector<double> H2O_flow;
     std::vector<double> SO2_flow;
-    std::vector<double> SO4_flow;
     std::vector<double> NOx_flow;
     std::vector<double> HC_flow;
     std::vector<double> CO_flow;
     std::vector<double> soot_flow;
     std::vector<double> time;
-    for (int i(0); i < theMission->missionInfo.size(); i++) {
-        CO2_flow.push_back(theMission->emissionFlow[i].CO2);
-        H2O_flow.push_back(theMission->emissionFlow[i].H2O);
-        SO2_flow.push_back(theMission->emissionFlow[i].SO2);
-        SO4_flow.push_back(theMission->emissionFlow[i].SO4);
-        NOx_flow.push_back(theMission->emissionFlow[i].NOx);
-        HC_flow.push_back(theMission->emissionFlow[i].HC);
-        CO_flow.push_back(theMission->emissionFlow[i].CO);
-        soot_flow.push_back(theMission->emissionFlow[i].soot);
+    for (__SIZE_TYPE__ i(0); i < theMission->missionInfo.size(); i++) {
+        CO2_flow.push_back(theMission->emissionsFlow[i].CO2);
+        H2O_flow.push_back(theMission->emissionsFlow[i].H2O);
+        SO2_flow.push_back(theMission->emissionsFlow[i].SO2);
+        NOx_flow.push_back(theMission->emissionsFlow[i].NOx);
+        HC_flow.push_back(theMission->emissionsFlow[i].HC);
+        CO_flow.push_back(theMission->emissionsFlow[i].CO);
+        soot_flow.push_back(theMission->emissionsFlow[i].soot);
         time.push_back(theMission->missionInfo[i].time);
     }
     matplot::figure_handle fig = matplot::figure(true);
     matplot::axes_handle ax = fig->current_axes();
+    ax->colororder(colors::unicado_to_matplot_colororder());
     matplot::hold(matplot::on);
-    matplot::plot(time, CO2_flow);
-    matplot::plot(time, NOx_flow);
-    matplot::plot(time, H2O_flow);
-    matplot::plot(time, soot_flow);
-    matplot::plot(time, SO2_flow);
-    matplot::plot(time, SO4_flow);
-    matplot::plot(time, HC_flow);
-    matplot::plot(time, CO_flow);
+    matplot::plot(time, CO2_flow)->line_width(1.25);
+    matplot::plot(time, H2O_flow)->line_width(1.25);
+    matplot::plot(time, NOx_flow)->line_width(1.25);
+    matplot::plot(time, CO_flow)->line_width(1.25);
+    matplot::plot(time, SO2_flow)->line_width(1.25);
+    matplot::plot(time, soot_flow)->line_width(1.25);
+    matplot::plot(time, HC_flow)->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Emission Flow " + missionType + " Mission ");
     ax->xlabel("Time [s]");
@@ -69,14 +68,14 @@ void StandardStrategy::generateMissionEmissionsPlot(const std::string& missionTy
                             *std::max_element(NOx_flow.begin(), NOx_flow.end()),
                             *std::max_element(H2O_flow.begin(), H2O_flow.end()),
                             *std::max_element(soot_flow.begin(), soot_flow.end()),
-                            *std::max_element(SO4_flow.begin(), SO4_flow.end()),
                             *std::max_element(SO2_flow.begin(), SO2_flow.end()),
                             *std::max_element(HC_flow.begin(), HC_flow.end()),
                             *std::max_element(CO_flow.begin(), CO_flow.end())});
-    ax->ylim({ACCURACY_LOW, y_max*1.1+1}); // To get a plot if all emission are zero
+    ax->xlim({0, *std::max_element(time.begin(), time.end())*1.4});
+    ax->ylim({ACCURACY_LOW, y_max*3}); // To get a plot if all emission are zero
     ax->y_axis().scale(matplot::axis_type::axis_scale::log);
-    auto lgdEmissions = matplot::legend({"CO2", "NOx", "H2O", "Soot", "SO2", "SO4", "HC", "CO"});
-    std::string plotFilePath = rtIO_->getPlotDir() + "/" + std::string(TOOL_NAME) + "_mission_" + missionType + ".svg";
+    auto lgdEmissions = matplot::legend({"CO2", "H2O", "NOx", "CO", "SO2", "Soot", "HC"});
+    std::string plotFilePath = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_mission_" + missionType + ".svg";
     matplot::save(plotFilePath);
     matplot::cla();
 }
diff --git a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionReport.cpp b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionReport.cpp
index 86e93b307ab45f196770b96017401c13e237c7e4..1e79fac3e5e89309a6f35f183073cc33d6d8ed99 100644
--- a/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionReport.cpp
+++ b/ecological_assessment/src/standard_strategy/emission_calculation/mission_emissions/missionReport.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,14 +24,14 @@
 #include <vector>
 #include <unitConversion/unitConversion.h>
 
-void StandardStrategy::setHtmlBody_mission(const std::shared_ptr<RuntimeIO> &rtIO) {// cppcheck-suppress unusedFunction
-       double totalCO2(0.);
-       double totalHC(0.);
-       double totalNOx(0.);
-       double totalSO2(0.);
-       double totalCO(0.);
-       double totalH2O(0.);
-       double totalPM10(0.);
+void StandardStrategy::set_html_body_mission(const std::shared_ptr<RuntimeIO> &rtIO) {// cppcheck-suppress unusedFunction
+       double total_CO2(0.);
+       double total_HC(0.);
+       double total_NOx(0.);
+       double total_SO2(0.);
+       double total_CO(0.);
+       double total_H2O(0.);
+       double total_PM10(0.);
 
        /* Table of operating scenario */
        report_->htmlReportStream()
@@ -39,29 +39,29 @@ void StandardStrategy::setHtmlBody_mission(const std::shared_ptr<RuntimeIO> &rtI
               << "<br>" << "\n"
               << html::table_begin({"Parameter", "Comment", "Unit", "Value"})
               << html::table_row("Aircraft name", "", "-", std::string(rtIO->aircraft_type()+"-"+rtIO->aircraft_model()))
-              << html::table_row("Range", "", "NM", Rounding(theStudyMission.rangeMission, 2))
-              << html::table_row("Blockfuel", "<font size=\"-1\">Fuel from break release to end of taxiing after landing</font>", "kg", Rounding(theStudyMission.m_fuel_LTO +
-                     theStudyMission.m_fuel_Cruise, 2))
-              << html::table_row("LTO time", "<font size=\"-1\">Time for all mission segments below 3000 ft</font>", "min", Rounding(theStudyMission.LTOtime, 2))
-              << html::table_row("Taxi time", "", "min", Rounding(theStudyMission.taxiTime / 60., 2))
-              << html::table_row("Takeoff time", "<font size=\"-1\">from 35 ft to 3000 ft</font>", "min", Rounding(theStudyMission.takeOffTime / 60., 2))
-              << html::table_row("Climb out time", "<font size=\"-1\">from 35 ft to 3000 ft</font>", "min", Rounding(theStudyMission.climbOutTime / 60., 2))
-              << html::table_row("Approach time", "<font size=\"-1\">from 3000 ft to 0 ft</font>", "min", Rounding(theStudyMission.approachTime / 60., 2))
-              << html::table_row("Flights per year", "", "-", theStudyMission.missionIOData_->flightsPerYear)
-              << html::table_row("Operating years", "", "yr", theStudyMission.missionIOData_->durationOperation)
+              << html::table_row("Range", "", "NM", Rounding(theStudyMission.mission_range, 2))
+              << html::table_row("Blockfuel", "<font size=\"-1\">Fuel from break release to end of taxiing after landing</font>", "kg", Rounding(theStudyMission.fuel_mass_LTO +
+                     theStudyMission.fuel_mass_cruise, 2))
+              << html::table_row("LTO time", "<font size=\"-1\">Time for all mission segments below 3000 ft</font>", "min", Rounding(theStudyMission.LTO_time, 2))
+              << html::table_row("Taxi time", "", "min", Rounding(theStudyMission.taxi_time / 60., 2))
+              << html::table_row("Takeoff time", "<font size=\"-1\">from 35 ft to 3000 ft</font>", "min", Rounding(theStudyMission.takeoff_time / 60., 2))
+              << html::table_row("Climb out time", "<font size=\"-1\">from 35 ft to 3000 ft</font>", "min", Rounding(theStudyMission.climbout_time / 60., 2))
+              << html::table_row("Approach time", "<font size=\"-1\">from 3000 ft to 0 ft</font>", "min", Rounding(theStudyMission.approach_time / 60., 2))
+              << html::table_row("Flights per year", "", "-", theStudyMission.missionIOData->flights_per_year)
+              << html::table_row("Operating years", "", "yr", theStudyMission.missionIOData->duration_operation)
               << html::table_end;
 
        report_->htmlReportStream() << html::h2("Mission based emissions")
                                    << html::div_start("style=\"display: flex; justify-content: space-between;\"");
 
        /* Table of study mission emissions */
-       totalCO2 = theStudyMission.LTO.CO2 + theStudyMission.Cruise.CO2;
-       totalHC = theStudyMission.LTO.HC + theStudyMission.Cruise.HC;
-       totalNOx = theStudyMission.LTO.NOx + theStudyMission.Cruise.NOx;
-       totalSO2 = theStudyMission.LTO.SO2 + theStudyMission.Cruise.SO2;
-       totalCO = theStudyMission.LTO.CO + theStudyMission.Cruise.CO;
-       totalH2O = theStudyMission.LTO.H2O + theStudyMission.Cruise.H2O;
-       totalPM10 = theStudyMission.LTO.soot + theStudyMission.Cruise.soot;
+       total_CO2 = theStudyMission.LTO.CO2 + theStudyMission.cruise.CO2;
+       total_HC = theStudyMission.LTO.HC + theStudyMission.cruise.HC;
+       total_NOx = theStudyMission.LTO.NOx + theStudyMission.cruise.NOx;
+       total_SO2 = theStudyMission.LTO.SO2 + theStudyMission.cruise.SO2;
+       total_CO = theStudyMission.LTO.CO + theStudyMission.cruise.CO;
+       total_H2O = theStudyMission.LTO.H2O + theStudyMission.cruise.H2O;
+       total_PM10 = theStudyMission.LTO.soot + theStudyMission.cruise.soot;
        report_->htmlReportStream()
               << html::div_start("style=\"margin: 0 10px; width: 48%;\"")
               << html::table_begin({{"Parameter"}, {"LTO", "colspan=\"2\" style=\"text-align: center;\""}, {"Cruise", "colspan=\"2\" style=\"text-align: center;\""}},
@@ -69,39 +69,39 @@ void StandardStrategy::setHtmlBody_mission(const std::shared_ptr<RuntimeIO> &rtI
               << html::table_row("", "[kg]", "[%]", "[kg]", "[%]")
               << html::table_row("CO2",
                      Rounding(theStudyMission.LTO.CO2, 3),
-                     Rounding(theStudyMission.LTO.CO2 / totalCO2 * 100, 2),
-                     Rounding(theStudyMission.Cruise.CO2, 3),
-                     Rounding(theStudyMission.Cruise.CO2 / totalCO2 * 100, 2))
+                     Rounding(theStudyMission.LTO.CO2 / total_CO2 * 100, 2),
+                     Rounding(theStudyMission.cruise.CO2, 3),
+                     Rounding(theStudyMission.cruise.CO2 / total_CO2 * 100, 2))
               << html::table_row("H2O",
                      Rounding(theStudyMission.LTO.H2O, 3),
-                     Rounding(theStudyMission.LTO.H2O / totalH2O * 100, 2),
-                     Rounding(theStudyMission.Cruise.H2O, 3),
-                     Rounding(theStudyMission.Cruise.H2O / totalH2O * 100, 2))
+                     Rounding(theStudyMission.LTO.H2O / total_H2O * 100, 2),
+                     Rounding(theStudyMission.cruise.H2O, 3),
+                     Rounding(theStudyMission.cruise.H2O / total_H2O * 100, 2))
               << html::table_row("SO2",
                      Rounding(theStudyMission.LTO.SO2, 3),
-                     Rounding(theStudyMission.LTO.SO2 / totalSO2 * 100, 2),
-                     Rounding(theStudyMission.Cruise.SO2, 3),
-                     Rounding(theStudyMission.Cruise.SO2 / totalSO2 * 100, 2))
+                     Rounding(theStudyMission.LTO.SO2 / total_SO2 * 100, 2),
+                     Rounding(theStudyMission.cruise.SO2, 3),
+                     Rounding(theStudyMission.cruise.SO2 / total_SO2 * 100, 2))
               << html::table_row("HC",
                      Rounding(theStudyMission.LTO.HC, 3),
-                     Rounding(theStudyMission.LTO.HC / totalHC * 100, 2),
-                     Rounding(theStudyMission.Cruise.HC, 3),
-                     Rounding(theStudyMission.Cruise.HC / totalHC * 100, 2))
+                     Rounding(theStudyMission.LTO.HC / total_HC * 100, 2),
+                     Rounding(theStudyMission.cruise.HC, 3),
+                     Rounding(theStudyMission.cruise.HC / total_HC * 100, 2))
               << html::table_row("CO",
                      Rounding(theStudyMission.LTO.CO, 3),
-                     Rounding(theStudyMission.LTO.CO / totalCO * 100, 2),
-                     Rounding(theStudyMission.Cruise.CO, 3),
-                     Rounding(theStudyMission.Cruise.CO / totalCO * 100, 2))
+                     Rounding(theStudyMission.LTO.CO / total_CO * 100, 2),
+                     Rounding(theStudyMission.cruise.CO, 3),
+                     Rounding(theStudyMission.cruise.CO / total_CO * 100, 2))
               << html::table_row("NOx",
                      Rounding(theStudyMission.LTO.NOx, 3),
-                     Rounding(theStudyMission.LTO.NOx / totalNOx * 100, 2),
-                     Rounding(theStudyMission.Cruise.NOx, 3),
-                     Rounding(theStudyMission.Cruise.NOx / totalNOx * 100, 2))
+                     Rounding(theStudyMission.LTO.NOx / total_NOx * 100, 2),
+                     Rounding(theStudyMission.cruise.NOx, 3),
+                     Rounding(theStudyMission.cruise.NOx / total_NOx * 100, 2))
               << html::table_row("PM10",
                      Rounding(theStudyMission.LTO.soot, 3),
-                     Rounding(theStudyMission.LTO.soot / totalPM10 * 100, 2),
-                     Rounding(theStudyMission.Cruise.soot, 3),
-                     Rounding(theStudyMission.Cruise.soot / totalPM10 * 100, 2))
+                     Rounding(theStudyMission.LTO.soot / total_PM10 * 100, 2),
+                     Rounding(theStudyMission.cruise.soot, 3),
+                     Rounding(theStudyMission.cruise.soot / total_PM10 * 100, 2))
               << html::table_end
               << "<br>";
        if (rtIO->plotOn) {
@@ -111,13 +111,13 @@ void StandardStrategy::setHtmlBody_mission(const std::shared_ptr<RuntimeIO> &rtI
        report_->htmlReportStream() << html::div_end;
 
        /* Table of design mission emissions */
-       totalCO2 = theDesignMission.LTO.CO2 + theDesignMission.Cruise.CO2;
-       totalHC = theDesignMission.LTO.HC + theDesignMission.Cruise.HC;
-       totalNOx = theDesignMission.LTO.NOx + theDesignMission.Cruise.NOx;
-       totalSO2 = theDesignMission.LTO.SO2 + theDesignMission.Cruise.SO2;
-       totalCO = theDesignMission.LTO.CO + theDesignMission.Cruise.CO;
-       totalH2O = theDesignMission.LTO.H2O + theDesignMission.Cruise.H2O;
-       totalPM10 = theDesignMission.LTO.soot + theDesignMission.Cruise.soot;
+       total_CO2 = theDesignMission.LTO.CO2 + theDesignMission.cruise.CO2;
+       total_HC = theDesignMission.LTO.HC + theDesignMission.cruise.HC;
+       total_NOx = theDesignMission.LTO.NOx + theDesignMission.cruise.NOx;
+       total_SO2 = theDesignMission.LTO.SO2 + theDesignMission.cruise.SO2;
+       total_CO = theDesignMission.LTO.CO + theDesignMission.cruise.CO;
+       total_H2O = theDesignMission.LTO.H2O + theDesignMission.cruise.H2O;
+       total_PM10 = theDesignMission.LTO.soot + theDesignMission.cruise.soot;
        report_->htmlReportStream()
               << html::div_start("style=\"margin: 0 10px; width: 48%;\"")
               << html::table_begin({{"Parameter"}, {"LTO", "colspan=\"2\" style=\"text-align: center;\""}, {"Cruise", "colspan=\"2\" style=\"text-align: center;\""}},
@@ -125,39 +125,39 @@ void StandardStrategy::setHtmlBody_mission(const std::shared_ptr<RuntimeIO> &rtI
               << html::table_row("", "[kg]", "[%]", "[kg]", "[%]")
               << html::table_row("CO2",
                      Rounding(theDesignMission.LTO.CO2, 3),
-                     Rounding(theDesignMission.LTO.CO2 / totalCO2 * 100, 2),
-                     Rounding(theDesignMission.Cruise.CO2, 3),
-                     Rounding(theDesignMission.Cruise.CO2 / totalCO2 * 100, 2))
+                     Rounding(theDesignMission.LTO.CO2 / total_CO2 * 100, 2),
+                     Rounding(theDesignMission.cruise.CO2, 3),
+                     Rounding(theDesignMission.cruise.CO2 / total_CO2 * 100, 2))
               << html::table_row("H2O",
                      Rounding(theDesignMission.LTO.H2O, 3),
-                     Rounding(theDesignMission.LTO.H2O / totalH2O * 100, 2),
-                     Rounding(theDesignMission.Cruise.H2O, 3),
-                     Rounding(theDesignMission.Cruise.H2O / totalH2O * 100, 2))
+                     Rounding(theDesignMission.LTO.H2O / total_H2O * 100, 2),
+                     Rounding(theDesignMission.cruise.H2O, 3),
+                     Rounding(theDesignMission.cruise.H2O / total_H2O * 100, 2))
               << html::table_row("SO2",
                      Rounding(theDesignMission.LTO.SO2, 3),
-                     Rounding(theDesignMission.LTO.SO2 / totalSO2 * 100, 2),
-                     Rounding(theDesignMission.Cruise.SO2, 3),
-                     Rounding(theDesignMission.Cruise.SO2 / totalSO2 * 100, 2))
+                     Rounding(theDesignMission.LTO.SO2 / total_SO2 * 100, 2),
+                     Rounding(theDesignMission.cruise.SO2, 3),
+                     Rounding(theDesignMission.cruise.SO2 / total_SO2 * 100, 2))
               << html::table_row("HC",
                      Rounding(theDesignMission.LTO.HC, 3),
-                     Rounding(theDesignMission.LTO.HC / totalHC * 100, 2),
-                     Rounding(theDesignMission.Cruise.HC, 3),
-                     Rounding(theDesignMission.Cruise.HC / totalHC * 100, 2))
+                     Rounding(theDesignMission.LTO.HC / total_HC * 100, 2),
+                     Rounding(theDesignMission.cruise.HC, 3),
+                     Rounding(theDesignMission.cruise.HC / total_HC * 100, 2))
               << html::table_row("CO",
                      Rounding(theDesignMission.LTO.CO, 3),
-                     Rounding(theDesignMission.LTO.CO / totalCO * 100, 2),
-                     Rounding(theDesignMission.Cruise.CO, 3),
-                     Rounding(theDesignMission.Cruise.CO / totalCO * 100, 2))
+                     Rounding(theDesignMission.LTO.CO / total_CO * 100, 2),
+                     Rounding(theDesignMission.cruise.CO, 3),
+                     Rounding(theDesignMission.cruise.CO / total_CO * 100, 2))
               << html::table_row("NOx",
                      Rounding(theDesignMission.LTO.NOx, 3),
-                     Rounding(theDesignMission.LTO.NOx / totalNOx * 100, 2),
-                     Rounding(theDesignMission.Cruise.NOx, 3),
-                     Rounding(theDesignMission.Cruise.NOx / totalNOx * 100, 2))
+                     Rounding(theDesignMission.LTO.NOx / total_NOx * 100, 2),
+                     Rounding(theDesignMission.cruise.NOx, 3),
+                     Rounding(theDesignMission.cruise.NOx / total_NOx * 100, 2))
               << html::table_row("PM10",
                      Rounding(theDesignMission.LTO.soot, 3),
-                     Rounding(theDesignMission.LTO.soot / totalPM10 * 100, 2),
-                     Rounding(theDesignMission.Cruise.soot, 3),
-                     Rounding(theDesignMission.Cruise.soot / totalPM10 * 100, 2))
+                     Rounding(theDesignMission.LTO.soot / total_PM10 * 100, 2),
+                     Rounding(theDesignMission.cruise.soot, 3),
+                     Rounding(theDesignMission.cruise.soot / total_PM10 * 100, 2))
               << html::table_end
               << "<br>"
               << "<br>";
@@ -170,14 +170,14 @@ void StandardStrategy::setHtmlBody_mission(const std::shared_ptr<RuntimeIO> &rtI
               << html::div_end;
 }
 
-void StandardStrategy::setTexBody_mission() {
-    double totalCO2 = theStudyMission.LTO.CO2 + theStudyMission.Cruise.CO2;
-    double totalHC = theStudyMission.LTO.HC + theStudyMission.Cruise.HC;
-    double totalNOx = theStudyMission.LTO.NOx + theStudyMission.Cruise.NOx;
-    double totalSO2 = theStudyMission.LTO.SO2 + theStudyMission.Cruise.SO2;
-    double totalCO = theStudyMission.LTO.CO + theStudyMission.Cruise.CO;
-    double totalH2O = theStudyMission.LTO.H2O + theStudyMission.Cruise.H2O;
-    double totalPM10 = theStudyMission.LTO.soot + theStudyMission.Cruise.soot;
+void StandardStrategy::set_tex_body_mission() {
+    double total_CO2 = theStudyMission.LTO.CO2 + theStudyMission.cruise.CO2;
+    double total_HC = theStudyMission.LTO.HC + theStudyMission.cruise.HC;
+    double total_NOx = theStudyMission.LTO.NOx + theStudyMission.cruise.NOx;
+    double total_SO2 = theStudyMission.LTO.SO2 + theStudyMission.cruise.SO2;
+    double total_CO = theStudyMission.LTO.CO + theStudyMission.cruise.CO;
+    double total_H2O = theStudyMission.LTO.H2O + theStudyMission.cruise.H2O;
+    double total_PM10 = theStudyMission.LTO.soot + theStudyMission.cruise.soot;
     report_->texReportStream() << "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" << std::endl;
     report_->texReportStream() << "\\subsection{Emissions}" << std::endl;
     report_->texReportStream() << "\\begin{frame}" << std::endl;
@@ -192,19 +192,19 @@ void StandardStrategy::setTexBody_mission() {
     report_->texReportStream() << "         \\midrule[0.5pt]" << std::endl;
     report_->texReportStream() << "         \\multicolumn{4}{l}{\\textbf{Operating Scenario}}\\\\   " << std::endl;
     report_->texReportStream() << "         \\midrule[0.5pt]" << std::endl;
-    report_->texReportStream() << "             Range & & $\\nauticalmiles$ & " << Rounding(theStudyMission.rangeMission, 2) << "\\\\" << std::endl;
-    report_->texReportStream() << "             Block Fuel &  & $\\kilogram$ & " << Rounding(theStudyMission.m_fuel_LTO
-                                                                         + theStudyMission.m_fuel_Cruise, 2) << "\\\\" << std::endl;
-    report_->texReportStream() << "             LTO Time & \\tiny{all mission segments below 3000 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.LTOtime, 2)
+    report_->texReportStream() << "             Range & & $\\nauticalmiles$ & " << Rounding(theStudyMission.mission_range, 2) << "\\\\" << std::endl;
+    report_->texReportStream() << "             Block Fuel &  & $\\kilogram$ & " << Rounding(theStudyMission.fuel_mass_LTO
+                                                                         + theStudyMission.fuel_mass_cruise, 2) << "\\\\" << std::endl;
+    report_->texReportStream() << "             LTO Time & \\tiny{all mission segments below 3000 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.LTO_time, 2)
            << " \\\\" << std::endl;
-    report_->texReportStream() << "             Taxi Time &  & $\\min$ & " << Rounding(theStudyMission.taxiTime / 60., 2) << " \\\\" << std::endl;
-    report_->texReportStream() << "             Takeoff Time & \\tiny{to 35 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.takeOffTime / 60., 2) << " \\\\" << std::endl;
-    report_->texReportStream() << "             Climb Out Time & \\tiny{from 35 $\\feet$ to 3000 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.climbOutTime / 60., 2)
+    report_->texReportStream() << "             Taxi Time &  & $\\min$ & " << Rounding(theStudyMission.taxi_time / 60., 2) << " \\\\" << std::endl;
+    report_->texReportStream() << "             Takeoff Time & \\tiny{to 35 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.takeoff_time / 60., 2) << " \\\\" << std::endl;
+    report_->texReportStream() << "             Climb Out Time & \\tiny{from 35 $\\feet$ to 3000 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.climbout_time / 60., 2)
            << " \\\\" << std::endl;
-    report_->texReportStream() << "             Approach Time & \\tiny{from 3000 $\\feet$ to 0 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.approachTime / 60., 2)
+    report_->texReportStream() << "             Approach Time & \\tiny{from 3000 $\\feet$ to 0 $\\feet$} & $\\min$ & " << Rounding(theStudyMission.approach_time / 60., 2)
            << " \\\\" << std::endl;
-    report_->texReportStream() << "             Flights Per Year &  & $-$ & " << theStudyMission.missionIOData_->flightsPerYear << "\\\\" << std::endl;
-    report_->texReportStream() << "             Operating Years &  & $\\yr$ & " << theStudyMission.missionIOData_->durationOperation << "\\\\" << std::endl;
+    report_->texReportStream() << "             Flights Per Year &  & $-$ & " << theStudyMission.missionIOData->flights_per_year << "\\\\" << std::endl;
+    report_->texReportStream() << "             Operating Years &  & $\\yr$ & " << theStudyMission.missionIOData->duration_operation << "\\\\" << std::endl;
     report_->texReportStream() << "     \\bottomrule" << std::endl;
     report_->texReportStream() << "     \\end{tabularx}" << std::endl;
     report_->texReportStream() << "     \\end{table}" << std::endl;
@@ -219,32 +219,32 @@ void StandardStrategy::setTexBody_mission() {
                                                  << "\\textcolor{ilrdark}{\\% }\\\\" << std::endl;
     report_->texReportStream() << "         \\midrule[0.5pt]" << std::endl;
     report_->texReportStream() << "              $CO_2$ & " << Rounding(theStudyMission.LTO.CO2, 3) << "&"
-           << Rounding(theStudyMission.LTO.CO2 / totalCO2 * 100, 2);
-    report_->texReportStream() <<                  " & " << Rounding(theStudyMission.Cruise.CO2, 3) << "&"
-           << Rounding(theStudyMission.Cruise.CO2 / totalCO2 * 100, 2) << " \\\\" << std::endl;
+           << Rounding(theStudyMission.LTO.CO2 / total_CO2 * 100, 2);
+    report_->texReportStream() <<                  " & " << Rounding(theStudyMission.cruise.CO2, 3) << "&"
+           << Rounding(theStudyMission.cruise.CO2 / total_CO2 * 100, 2) << " \\\\" << std::endl;
     report_->texReportStream() << "              $H_2O$ & ";
-    report_->texReportStream() << Rounding(theStudyMission.LTO.H2O, 3) << "&" << Rounding(theStudyMission.LTO.H2O / totalH2O * 100, 2);
-    report_->texReportStream() << " & " << Rounding(theStudyMission.Cruise.H2O, 3) << "&" << Rounding(theStudyMission.Cruise.H2O / totalH2O * 100, 2)
+    report_->texReportStream() << Rounding(theStudyMission.LTO.H2O, 3) << "&" << Rounding(theStudyMission.LTO.H2O / total_H2O * 100, 2);
+    report_->texReportStream() << " & " << Rounding(theStudyMission.cruise.H2O, 3) << "&" << Rounding(theStudyMission.cruise.H2O / total_H2O * 100, 2)
            << " \\\\" << std::endl;
     report_->texReportStream() << "              $SO_2$ & ";
-    report_->texReportStream() << Rounding(theStudyMission.LTO.SO2, 3) << "&" << Rounding(theStudyMission.LTO.SO2 / totalSO2 * 100, 2);
-    report_->texReportStream() << " & " << Rounding(theStudyMission.Cruise.SO2, 3) << "&" << Rounding(theStudyMission.Cruise.SO2 / totalSO2 * 100, 2)
+    report_->texReportStream() << Rounding(theStudyMission.LTO.SO2, 3) << "&" << Rounding(theStudyMission.LTO.SO2 / total_SO2 * 100, 2);
+    report_->texReportStream() << " & " << Rounding(theStudyMission.cruise.SO2, 3) << "&" << Rounding(theStudyMission.cruise.SO2 / total_SO2 * 100, 2)
            << " \\\\" << std::endl;
     report_->texReportStream() << "              $HC$ & ";
-    report_->texReportStream() << Rounding(theStudyMission.LTO.HC, 3) << "&" << Rounding(theStudyMission.LTO.HC / totalHC * 100, 2);
-    report_->texReportStream() << " & " << Rounding(theStudyMission.Cruise.HC, 3) << "&" << Rounding(theStudyMission.Cruise.HC / totalHC * 100, 2)
+    report_->texReportStream() << Rounding(theStudyMission.LTO.HC, 3) << "&" << Rounding(theStudyMission.LTO.HC / total_HC * 100, 2);
+    report_->texReportStream() << " & " << Rounding(theStudyMission.cruise.HC, 3) << "&" << Rounding(theStudyMission.cruise.HC / total_HC * 100, 2)
            << " \\\\" << std::endl;
     report_->texReportStream() << "              $CO$ & ";
-    report_->texReportStream() << Rounding(theStudyMission.LTO.CO, 3) << "&" << Rounding(theStudyMission.LTO.CO / totalCO * 100, 2);
-    report_->texReportStream() << " & " << Rounding(theStudyMission.Cruise.CO, 3) << "&" << Rounding(theStudyMission.Cruise.CO / totalCO * 100, 2)
+    report_->texReportStream() << Rounding(theStudyMission.LTO.CO, 3) << "&" << Rounding(theStudyMission.LTO.CO / total_CO * 100, 2);
+    report_->texReportStream() << " & " << Rounding(theStudyMission.cruise.CO, 3) << "&" << Rounding(theStudyMission.cruise.CO / total_CO * 100, 2)
            << " \\\\" << std::endl;
     report_->texReportStream() << "              $NO_x$ & ";
-    report_->texReportStream() << Rounding(theStudyMission.LTO.NOx, 3) << "&" << Rounding(theStudyMission.LTO.NOx / totalNOx * 100, 2);
-    report_->texReportStream() << " & " << Rounding(theStudyMission.Cruise.NOx, 3) << "&" << Rounding(theStudyMission.Cruise.NOx / totalNOx * 100, 2)
+    report_->texReportStream() << Rounding(theStudyMission.LTO.NOx, 3) << "&" << Rounding(theStudyMission.LTO.NOx / total_NOx * 100, 2);
+    report_->texReportStream() << " & " << Rounding(theStudyMission.cruise.NOx, 3) << "&" << Rounding(theStudyMission.cruise.NOx / total_NOx * 100, 2)
            << " \\\\" << std::endl;
     report_->texReportStream() << "              $PM_{10}$ & ";
-    report_->texReportStream() << Rounding(theStudyMission.LTO.soot, 3) << "&" << Rounding(theStudyMission.LTO.soot / totalPM10 * 100, 2);
-    report_->texReportStream() << " & " << Rounding(theStudyMission.Cruise.soot, 3) << "&" << Rounding(theStudyMission.Cruise.soot / totalPM10 * 100,
+    report_->texReportStream() << Rounding(theStudyMission.LTO.soot, 3) << "&" << Rounding(theStudyMission.LTO.soot / total_PM10 * 100, 2);
+    report_->texReportStream() << " & " << Rounding(theStudyMission.cruise.soot, 3) << "&" << Rounding(theStudyMission.cruise.soot / total_PM10 * 100,
             2) << " \\\\" << std::endl;
     report_->texReportStream() << "     \\bottomrule" << std::endl;
     report_->texReportStream() << "     \\end{tabularx}" << std::endl;
diff --git a/ecological_assessment/src/standard_strategy/emissionsClass.cpp b/ecological_assessment/src/standard_strategy/emissionsClass.cpp
index 9a2004d4cb68a7fa138fcf74d4d8232a19a3390c..1d103736d74d111ec21c439f367c541a51150ac4 100644
--- a/ecological_assessment/src/standard_strategy/emissionsClass.cpp
+++ b/ecological_assessment/src/standard_strategy/emissionsClass.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/ecological_assessment/src/standard_strategy/emissionsClass.h b/ecological_assessment/src/standard_strategy/emissionsClass.h
index 564c1156864f3419c75ed89cbc42e0250ae307c8..1c77cc12635692f7714870a30b71a271bb7f5a79 100644
--- a/ecological_assessment/src/standard_strategy/emissionsClass.h
+++ b/ecological_assessment/src/standard_strategy/emissionsClass.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.cpp
index 959e0aa94f6d7f6ed6cbe60dea885ef6dfd667d5..12172d540d60b63035697ad581d2d4b6dd035a22 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,21 +30,21 @@ AQISchaeferIOData::AQISchaeferIOData(std::shared_ptr<RuntimeIO> rtIO, std::share
     myEngine(rtIO->getEngineDataDir() + "/" +
             EndnodeReadOnly<std::string>("component_design/propulsion/specific/propulsion/engine/model").read(rtIO->acxml).value(),
             EndnodeReadOnly<double>("component_design/propulsion/specific/propulsion/engine/scale_factor").read(rtIO->acxml).value()),
-    numberOfEngines(rtIO->acxml.getVector("aircraft_exchange_file/component_design/propulsion/specific/propulsion/").size()),
+    number_of_engines(rtIO->acxml.getVector("aircraft_exchange_file/component_design/propulsion/specific/propulsion/").size()),
     CO_LTO(0.),
     HC_LTO(0.),
     NOx_LTO(0.),
     c_soot_LTO_max(0.) {
-        readEcologicalAssessmentXML(*ecoAssXML);
+        read_ecological_assessment_xml(*ecoAssXML);
     }
 
 /* Input data methods*/
-void AQISchaeferIOData::readEcologicalAssessmentXML(const node& ecoAssXML) {
-    std::string emissionsPath("ecological_data_file/mission_emissions/study_mission/emissions/");
-    c_soot_LTO_max = EndnodeReadOnly<double>("LTO_cycle/c_soot_LTO_max").read(ecoAssXML.at(emissionsPath)).value()*pow(10, 6);
-    NOx_LTO =  EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissionsPath)).value();
-    HC_LTO =  EndnodeReadOnly<double>("LTO_cycle/HC").read(ecoAssXML.at(emissionsPath)).value();
-    CO_LTO =  EndnodeReadOnly<double>("LTO_cycle/CO").read(ecoAssXML.at(emissionsPath)).value();
+void AQISchaeferIOData::read_ecological_assessment_xml(const node& ecoAssXML) {
+    std::string emissions_path("ecological_data_file/mission_emissions/study_mission/emissions/");
+    c_soot_LTO_max = EndnodeReadOnly<double>("LTO_cycle/c_soot_LTO_max").read(ecoAssXML.at(emissions_path)).value()*pow(10, 6);
+    NOx_LTO =  EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissions_path)).value();
+    HC_LTO =  EndnodeReadOnly<double>("LTO_cycle/HC").read(ecoAssXML.at(emissions_path)).value();
+    CO_LTO =  EndnodeReadOnly<double>("LTO_cycle/CO").read(ecoAssXML.at(emissions_path)).value();
 }
 
 /* Output data methods*/
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.h b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.h
index 270119b66c0ecaa1e3fa949c213dabde739099c7..b82a4c25117a3fa0e069b55c3bd7f7a2b20d073a 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.h
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferIOData.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,8 +19,8 @@
  * This file is part of UNICADO.
  */
 
-#ifndef ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_AIR_QUALITY_INDEX_SCHAEFER_AQISCHAEFERIODATA_H_
-#define ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_AIR_QUALITY_INDEX_SCHAEFER_AQISCHAEFERIODATA_H_
+#ifndef ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_AIR_QUALITY_INDEX_SCHAEFER_AQIschaeferIODataH_
+#define ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_AIR_QUALITY_INDEX_SCHAEFER_AQIschaeferIODataH_
 
 #include <string>
 #include <vector>
@@ -36,7 +36,7 @@ class AQISchaeferIOData {
  public:
     /* Input parameter*/
     Engine myEngine; /**< Engine object */
-    double numberOfEngines; /**< Number of engines [-]*/
+    double number_of_engines; /**< Number of engines [-]*/
     double CO_LTO; /**< CO emissions mass of study mission LTO[kg]*/
     double HC_LTO; /**< HC emissions mass of study mission LTO[kg]*/
     double NOx_LTO; /**< NOx emissions mass of study mission LTO [kg]*/
@@ -55,7 +55,7 @@ class AQISchaeferIOData {
     /** \brief Funtions reads data from ecological asessment results xml
      * \param ecoAssXML Node of eco xml
      */
-    void readEcologicalAssessmentXML(const node& ecoAssXML);
+    void read_ecological_assessment_xml(const node& ecoAssXML);
 };
 
-#endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_AIR_QUALITY_INDEX_SCHAEFER_AQISCHAEFERIODATA_H_
+#endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_AIR_QUALITY_INDEX_SCHAEFER_AQIschaeferIODataH_
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferReport.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferReport.cpp
index c156b5ce4534205f5c3a9cd0fc99657749c7a331..62f57b49e997204370fcc68e6798ead488d81bea 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferReport.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQISchaeferReport.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,19 +23,19 @@
 #include "../../../toolinfo.h"
 #include <vector>
 
-void StandardStrategy::setHtmlBody_AQISchaefer() {
+void StandardStrategy::set_html_body_AQI_schaefer() {
     report_->htmlReportStream()
        << html::h2("Air Quality")
        << "<br>"
        << html::table_begin({"Parameter", "Comment", "Unit", "Value"}, "Air quality index and tolerance factors")
        << html::table_row("AQI", "<font size=\"-1\">Air quality index</font>", "1", Rounding(theAQISchaefer.AQI, 2))
-       << html::table_row("Tolerance factor CO", "<font size=\"-1\">Tolerance factor of CO emissions during LTO</font>", "1", Rounding(theAQISchaefer.Tolerance_CO, 2))
-       << html::table_row("Tolerance factor HC", "<font size=\"-1\">Tolerance factor of HC emissions during LTO</font>", "1", Rounding(theAQISchaefer.Tolerance_HC, 2))
-       << html::table_row("Tolerance factor NOx", "<font size=\"-1\">Tolerance factor of NOx emissions during LTO</font>", "1", Rounding(theAQISchaefer.Tolerance_NOx, 2))
-       << html::table_row("Tolerance factor Soot", "<font size=\"-1\">Tolerance factor of soot emissions during LTO</font>", "1", Rounding(theAQISchaefer.Tolerance_soot, 2))
+       << html::table_row("Tolerance factor CO", "<font size=\"-1\">Tolerance factor of CO emissions during LTO</font>", "1", Rounding(theAQISchaefer.tolerance_CO, 2))
+       << html::table_row("Tolerance factor HC", "<font size=\"-1\">Tolerance factor of HC emissions during LTO</font>", "1", Rounding(theAQISchaefer.tolerance_HC, 2))
+       << html::table_row("Tolerance factor NOx", "<font size=\"-1\">Tolerance factor of NOx emissions during LTO</font>", "1", Rounding(theAQISchaefer.tolerance_NOx, 2))
+       << html::table_row("Tolerance factor Soot", "<font size=\"-1\">Tolerance factor of soot emissions during LTO</font>", "1", Rounding(theAQISchaefer.tolerance_soot, 2))
        << html::table_end;
 }
 
-void StandardStrategy::setTexBody_AQISchaefer(const std::shared_ptr<RuntimeIO> &rtIO) {
-       // TODO bei Gelenheit mit Inhalt füllen
+void StandardStrategy::set_tex_body_AQI_schaefer(const std::shared_ptr<RuntimeIO> &rtIO) {
+       // TODO
 }
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.cpp
index 1e4b0868ac0370a81feef342bb088b2c2f574d8b..b79599ba06a5e5525a4b3cfbfe5f3377961c532e 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -28,16 +28,16 @@
 #include "AQI_schaefer.h"
 #include "AQISchaeferIOData.h"
 
-AQISchaefer::AQISchaefer() : Tolerance_CO(0.), Tolerance_HC(0.), Tolerance_NOx(0.), Tolerance_soot(0.), AQI(0.) {}
+AQISchaefer::AQISchaefer() : tolerance_CO(0.), tolerance_HC(0.), tolerance_NOx(0.), tolerance_soot(0.), AQI(0.) {}
 
 void AQISchaefer::run(const std::shared_ptr<RuntimeIO> &rtIO, std::shared_ptr<node> ecoAssXML) {
     myRuntimeInfo->out << "  Calculation of air quality index" << std::endl;
-    AQISchaeferIOData_ = std::make_shared<AQISchaeferIOData>(rtIO, ecoAssXML);
+    AQIschaeferIOData = std::make_shared<AQISchaeferIOData>(rtIO, ecoAssXML);
     calculateAQISchaefer(rtIO->aircraft_energy_carrier_type());
 }
 
 void AQISchaefer::calculateAQISchaefer(const std::string &fuelType) {
-    AQISchaeferIOData_->myEngine.set_same_engine_type_quantity(AQISchaeferIOData_->numberOfEngines);
+    AQIschaeferIOData->myEngine.set_same_engine_type_quantity(AQIschaeferIOData->number_of_engines);
     /*ICAO Emission Regulatory (subsonic AC), s. Annex 16 S.III-2-1*/
     /*for CO*/
     double DpF00_CO = 118.; //max. permitted output of CO [g] per kN thrust (per engine)
@@ -45,40 +45,40 @@ void AQISchaefer::calculateAQISchaefer(const std::string &fuelType) {
     double DpF00_HC = 19.6; //max. permissible output at HC [g] per kN thrust (per engine)
     /*for NOx*/
     double DpF00_NOx;
-    AQISchaeferIOData_->myEngine.calculate_N1_with_penalties(0, 0., myAtm, 1., "takeoff", 0., 0.);
-    double thrustTakeoff = AQISchaeferIOData_->myEngine.get_thrust_aircraft();
-    double P3t_TO = AQISchaeferIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
-    double P2t_TO = AQISchaeferIOData_->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St2);
-    double pressRatio = P3t_TO / P2t_TO; //s. Def. ICAO Annex 16 I-1-1 (Referencen Pressure ratio)
-    double TOThrustPerEngine = convertUnit(NEWTON, KILO, NEWTON, thrustTakeoff) / AQISchaeferIOData_->numberOfEngines; // [kN]
+    AQIschaeferIOData->myEngine.calculate_N1_with_penalties(0, 0., myAtmosphere, 1., "takeoff", 0., 0.);
+    double thrust_takeoff = AQIschaeferIOData->myEngine.get_thrust_aircraft();
+    double P3t_TO = AQIschaeferIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St3);
+    double P2t_TO = AQIschaeferIOData->myEngine.get_physical_properties_stage(StageProperties::TotalPressure, EngineStage::St2);
+    double pressure_ratio = P3t_TO / P2t_TO; //s. Def. ICAO Annex 16 I-1-1 (Referencen Pressure ratio)
+    double takeoff_thrust_per_engine = convertUnit(NEWTON, KILO, NEWTON, thrust_takeoff) / AQIschaeferIOData->number_of_engines; // [kN]
     //note: Regulatory NOx for Engines with first production model after 31 Dec. 2007 (III-2-4 d); for preliminary design based on most recent TW
-    if (pressRatio <= 30.) {
-        if (TOThrustPerEngine > 89.) {
-            DpF00_NOx = 16.72 + 1.4080 * pressRatio;
-        } else if (TOThrustPerEngine > 26.7 && TOThrustPerEngine <= 89.) {
-            DpF00_NOx = 38.5486 + 1.6823 * pressRatio - 0.2453 * TOThrustPerEngine - 0.00308 * pressRatio * TOThrustPerEngine;
+    if (pressure_ratio <= 30.) {
+        if (takeoff_thrust_per_engine > 89.) {
+            DpF00_NOx = 16.72 + 1.4080 * pressure_ratio;
+        } else if (takeoff_thrust_per_engine > 26.7 && takeoff_thrust_per_engine <= 89.) {
+            DpF00_NOx = 38.5486 + 1.6823 * pressure_ratio - 0.2453 * takeoff_thrust_per_engine - 0.00308 * pressure_ratio * takeoff_thrust_per_engine;
         } else {
             // NOTE(franz#1#): Mantis ID: 0000318 if the worst comes to the worst: just set a value!
-            myRuntimeInfo->err << "Thrust category of " << TOThrustPerEngine << " kN not in ICAO regulations" << std::endl;
+            myRuntimeInfo->err << "Thrust category of " << takeoff_thrust_per_engine << " kN not in ICAO regulations" << std::endl;
             exit(1);
         }
-    } else if (pressRatio > 30. && pressRatio < 82.6) {
-        if (TOThrustPerEngine > 89.) {
-            DpF00_NOx = -1.04 + 2.0 * pressRatio;
-        } else if (TOThrustPerEngine > 26.7 && TOThrustPerEngine <= 89.) {
-            DpF00_NOx = 46.16 + 1.4286 * pressRatio - 0.5303 * TOThrustPerEngine + 0.00642 * pressRatio * TOThrustPerEngine;
+    } else if (pressure_ratio > 30. && pressure_ratio < 82.6) {
+        if (takeoff_thrust_per_engine > 89.) {
+            DpF00_NOx = -1.04 + 2.0 * pressure_ratio;
+        } else if (takeoff_thrust_per_engine > 26.7 && takeoff_thrust_per_engine <= 89.) {
+            DpF00_NOx = 46.16 + 1.4286 * pressure_ratio - 0.5303 * takeoff_thrust_per_engine + 0.00642 * pressure_ratio * takeoff_thrust_per_engine;
         } else {
             // NOTE(franz#1#): Mantis ID: 0000319 if the worst comes to the worst: just set a value!
-            myRuntimeInfo->err << "Thrust category of " << TOThrustPerEngine << " kN not in ICAO regulations" << std::endl;
+            myRuntimeInfo->err << "Thrust category of " << takeoff_thrust_per_engine << " kN not in ICAO regulations" << std::endl;
             exit(1);
         }
     } else {
-        DpF00_NOx = 32.0 + 1.6 * pressRatio;
+        DpF00_NOx = 32.0 + 1.6 * pressure_ratio;
     }
     /*for soot*/
     double c_soot_ICAO(0.);
     if (fuelType == "kerosene") {
-        double SN_1 = 83.6 * pow(TOThrustPerEngine, -0.274);
+        double SN_1 = 83.6 * pow(takeoff_thrust_per_engine, -0.274);
         double SN_2 = 50.;
         double SN_ICAO = std::min(SN_1, SN_2);
         c_soot_ICAO = 0.0000026156 * pow(SN_ICAO, 4.) - 0.00010998 * pow(SN_ICAO, 3.) + 0.0022367 * pow(SN_ICAO, 3.) + 0.10955 * SN_ICAO + 0.0012842; //mg/kg
@@ -88,21 +88,21 @@ void AQISchaefer::calculateAQISchaefer(const std::string &fuelType) {
     }
 
     /*AQI Calculation*/
-    // TODO(franz#1#): T139 Gewichtungsfaktoren einprogrammieren
-    Tolerance_CO = AQISchaeferIOData_->CO_LTO / AQISchaeferIOData_->numberOfEngines * 1000. / (DpF00_CO * TOThrustPerEngine);
-    Tolerance_HC = AQISchaeferIOData_->HC_LTO / AQISchaeferIOData_->numberOfEngines * 1000. / (DpF00_HC * TOThrustPerEngine);
-    Tolerance_NOx = AQISchaeferIOData_->NOx_LTO / AQISchaeferIOData_->numberOfEngines * 1000. / (DpF00_NOx * TOThrustPerEngine);
+    // TODO(franz#1#): T139 add weighting factors
+    tolerance_CO = AQIschaeferIOData->CO_LTO / AQIschaeferIOData->number_of_engines * 1000. / (DpF00_CO * takeoff_thrust_per_engine);
+    tolerance_HC = AQIschaeferIOData->HC_LTO / AQIschaeferIOData->number_of_engines * 1000. / (DpF00_HC * takeoff_thrust_per_engine);
+    tolerance_NOx = AQIschaeferIOData->NOx_LTO / AQIschaeferIOData->number_of_engines * 1000. / (DpF00_NOx * takeoff_thrust_per_engine);
     if (fabs(c_soot_ICAO) > ACCURACY_HIGH) {
-     Tolerance_soot = AQISchaeferIOData_->c_soot_LTO_max / c_soot_ICAO;
+     tolerance_soot = AQIschaeferIOData->c_soot_LTO_max / c_soot_ICAO;
     } else {
-        Tolerance_soot = 0;
+        tolerance_soot = 0;
     }
 
-    AQI = (Tolerance_CO + Tolerance_HC + Tolerance_NOx + Tolerance_soot) / 4.;
-    myRuntimeInfo->info << "Tolerance Factor CO: " << Tolerance_CO << std::endl;
-    myRuntimeInfo->info << "Tolerance Factor HC: " << Tolerance_HC << std::endl;
-    myRuntimeInfo->info << "Tolerance Factor NOx: " << Tolerance_NOx << std::endl;
-    myRuntimeInfo->info << "Tolerance Factor Soot: " << Tolerance_soot << std::endl;
+    AQI = (tolerance_CO + tolerance_HC + tolerance_NOx + tolerance_soot) / 4.;
+    myRuntimeInfo->info << "Tolerance Factor CO: " << tolerance_CO << std::endl;
+    myRuntimeInfo->info << "Tolerance Factor HC: " << tolerance_HC << std::endl;
+    myRuntimeInfo->info << "Tolerance Factor NOx: " << tolerance_NOx << std::endl;
+    myRuntimeInfo->info << "Tolerance Factor Soot: " << tolerance_soot << std::endl;
     myRuntimeInfo->info << "Air Quality Index: " << AQI << std::endl;
 }
 
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.h b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.h
index 2acae0bf8fae17b82f5a9c8af9e48f15ad08a29e..d77a581bc1a2222778746507a7f117c784e11417 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.h
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/air_quality_index_schaefer/AQI_schaefer.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -51,12 +51,12 @@ class AQISchaefer {
     */
     void calculateAQISchaefer(const std::string &fuelType);
 
-    atmosphere myAtm;/**< Atmosphere object */
-    std::shared_ptr<AQISchaeferIOData> AQISchaeferIOData_; /**< Pointer to ioData */
-    double Tolerance_CO;/**< Tolerance factors of CO emissions emitted during LTO [-] */
-    double Tolerance_HC;/**< Tolerance factors of HC emissions emitted during LTO [-] */
-    double Tolerance_NOx;/**< Tolerance factors of NOx emissions emitted during LTO [-] */
-    double Tolerance_soot;/**< Tolerance factors of soot emissions emitted during LTO [-] */
+    atmosphere myAtmosphere;/**< Atmosphere object */
+    std::shared_ptr<AQISchaeferIOData> AQIschaeferIOData; /**< Pointer to ioData */
+    double tolerance_CO;/**< Tolerance factors of CO emissions emitted during LTO [-] */
+    double tolerance_HC;/**< Tolerance factors of HC emissions emitted during LTO [-] */
+    double tolerance_NOx;/**< Tolerance factors of NOx emissions emitted during LTO [-] */
+    double tolerance_soot;/**< Tolerance factors of soot emissions emitted during LTO [-] */
     double AQI;/**< AIr quality index [-] */
 };
 
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.cpp
index a3a6c0ab46529b9eea7580abd70238de5f280c91..68e8fc7f4c3ef48682e1b13e67c21d826ae06119 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,277 +31,286 @@
 
 void ClimateModelDallara::run(const std::shared_ptr<RuntimeIO> &rtIO, std::shared_ptr<node> ecoAssXML) {
     myRuntimeInfo->out << "  Calculation of climate impact" << std::endl;
-    dallaraIOData_ = std::make_shared<DallaraIOData>(rtIO->acxml, rtIO->moduleConfig, ecoAssXML);
-    calculateClimateImpact_dallara(rtIO->aircraft_energy_carrier_type());
+    dallaraIOData = std::make_shared<DallaraIOData>(rtIO->acxml, rtIO->moduleConfig, ecoAssXML);
+    calculate_climate_impact_dallara(rtIO->aircraft_energy_carrier_type());
 }
 
-void ClimateModelDallara::calculateClimateImpact_dallara(const std::string &fuelType) {
+void ClimateModelDallara::calculate_climate_impact_dallara(const std::string &fuelType) {
     /* ATR calculation s. Gl. (20) Reference Dallara*/
-    /* Fill std::vector s_i_quer:*/
-    double s_i_cruise[8]{0., 0., 0., 0., 0., 0., 0., 0.};//Cruise average forcing factors [-]
-    double s_i_climb[8]{0., 0., 0., 0., 0., 0., 0., 0.};//Climb average forcing factors [-]
-    double s_i_descent[8]{0., 0., 0., 0., 0., 0., 0., 0.};//Descent average forcing factors [-]
-    double s_i_quer[8]{0., 0., 0., 0., 0., 0., 0., 0.};// Mission average forcing factors [-] \cite Dal11 page 1607 equation(18) or modified version \cite Ste13 is used.
-    for (int i = 0; i < 8; i++) {
-        s_i_cruise[i] = 0.;
-        s_i_climb[i] = 0.;
-        s_i_descent[i] = 0.;
-        s_i_quer[i] = 0.;
-        /* s_i_cruise (summation of weighted cruise steps)*/
-        double relStepLength;
-        for (unsigned int j = 0; j < dallaraIOData_->flightLevel.size(); j++) {
-            if (j == 0) {
-                relStepLength = dallaraIOData_->endOfCruiseStep.at(j);
-            } else {
-                relStepLength = dallaraIOData_->endOfCruiseStep.at(j) - dallaraIOData_->endOfCruiseStep.at(j-1);
-            }
-            s_i_cruise[i] = s_i_cruise[i] + (relStepLength * get_s_i_height(i, dallaraIOData_->flightLevel.at(j) * 100.));
-        }
-        myRuntimeInfo->info << "s_i_cruise[i] FINAL: " << s_i_cruise[i] << std::endl;
-        /* s_i_climb und s_i_descent (integrate)*/
-        uint16_t stepSize(100);
-        double deltaHclimb = (dallaraIOData_->flightLevel.front() - 0.) * 100. / stepSize;
-        double deltaHdescent = (dallaraIOData_->flightLevel.back() - 0) * 100. / stepSize;
-        double HclimbTmp = 0.;
-        double HdescentTmp = dallaraIOData_->flightLevel.back() * 100.;
-        for (uint16_t j = 0; j <= stepSize; j++) {
-            // trapezoidal rule
-            if (j == 0 || j == stepSize) {
-                s_i_climb[i] += 0.5 * get_s_i_height(i, HclimbTmp) * deltaHclimb;
-                s_i_descent[i] += 0.5 * get_s_i_height(i, HdescentTmp) * deltaHdescent;
-                myRuntimeInfo->info << "get_s_i_height(i,HdescentTmp): " << get_s_i_height(i, HdescentTmp) << std::endl;
-                myRuntimeInfo->info << "HdescentTmp: " << HdescentTmp << std::endl;
-                myRuntimeInfo->info << "s_i_descent[i]: " << s_i_descent[i] << std::endl;
-            } else {
-                s_i_climb[i] += get_s_i_height(i, HclimbTmp) * deltaHclimb;
-                s_i_descent[i] += get_s_i_height(i, HdescentTmp) * deltaHdescent;
-                myRuntimeInfo->info << "get_s_i_height(i,HdescentTmp): " << get_s_i_height(i, HdescentTmp) << std::endl;
-                myRuntimeInfo->info << "HdescentTmp: " << HdescentTmp << std::endl;
-                myRuntimeInfo->info << "s_i_descent[i]: " << s_i_descent[i] << std::endl;
-            }
-            HclimbTmp += deltaHclimb;
-            HdescentTmp -= deltaHdescent;
+    for (int emissionNo = 0; emissionNo < 8; emissionNo++) {
+        emissions_per_year.push_back(dallaraIOData->flights_per_year * dallaraIOData->emissionMass[emissionNo]);
+        get_average_forcing_factors(emissionNo);
+        calculate_radiative_forcing(emissionNo, fuelType);
+        calculate_temperature_change(emissionNo);
+        calculate_agtp_and_agwp(emissionNo);
+        calculate_average_temperature_response(emissionNo);
+    }
+    calculate_total_impact();
+}
+
+void ClimateModelDallara::get_average_forcing_factors(int emissionNo) {
+    double forcing_factor_cruise(0.);//Cruise average forcing factors [-]
+    double forcing_factor_climb(0.);//Climb average forcing factors [-]
+    double forcing_factor_descent(0.);//Descent average forcing factors [-]
+    /* forcing_factor_cruise (summation of weighted cruise steps)*/
+    double relative_step_length;
+    for (unsigned int j = 0; j < dallaraIOData->flight_level.size(); j++) {
+        if (j == 0) {
+            relative_step_length = dallaraIOData->relative_end_of_cruise_step.at(j);
+        } else {
+            relative_step_length = dallaraIOData->relative_end_of_cruise_step.at(j) - dallaraIOData->relative_end_of_cruise_step.at(j-1);
         }
-        s_i_climb[i] = s_i_climb[i] / ((dallaraIOData_->flightLevel.front() - 0.) * 100.);
-        s_i_descent[i] = s_i_descent[i] / ((dallaraIOData_->flightLevel.back() - 0.) * 100.);
-        myRuntimeInfo->info << "s_i_climb[i] FINAL: " << s_i_climb[i] << std::endl;
-        myRuntimeInfo->info << "s_i_descent[i] FINAL: " << s_i_descent[i] << std::endl;
-        double climbRatio = dallaraIOData_->topOfClimbRange / dallaraIOData_->rangeStudy;
-        double cruiseRatio = (dallaraIOData_->topOfDescentRange - dallaraIOData_->topOfClimbRange) / dallaraIOData_->rangeStudy;
-        double descentRatio = (dallaraIOData_->rangeStudy - dallaraIOData_->topOfDescentRange) / dallaraIOData_->rangeStudy;
-        s_i_quer[i] = cruiseRatio*s_i_cruise[i] + climbRatio*s_i_climb[i] + descentRatio*s_i_descent[i];
-        myRuntimeInfo->info << "s_i_quer[i] FINAL: " << s_i_quer[i] << std::endl;
+        forcing_factor_cruise += relative_step_length * get_forcing_factor(emissionNo, dallaraIOData->flight_level.at(j) * 100.);
     }
-    for (int i = 0; i < 8; i++) {
-        int sigma;//s. Dallara eq. (17)
-        /* Calculate RF und RF_modified (s. boundary conditions eq.(19))*/
-        std::vector<double> RadForcingTmp;
-        std::vector<double> normRadForcingTmp;
-        if (i == 0 || i == 1 || i == 2) { //RF to be calculated via time integral at CO2, CH4 and O3L
-            for (uint16_t t = 0; t <= dallaraIOData_->configuration.tmax; t++) {
-                RadForcingTmp.push_back(0.);//Create std::vector entry, then calculate
-                normRadForcingTmp.push_back(0.);
-                for (int tau = 0; tau <= t; tau++) {
-                    if (tau < dallaraIOData_->durationOperation)
-                        sigma = 1;
-                    else
-                        sigma = 0;
-                    if (tau == 0 || tau == t) { //stepSize is 1 year!
-                        RadForcingTmp.back() += 0.5 * get_response_function(i, (t - tau), fuelType) * sigma;
-                        normRadForcingTmp.back() += 0.5 * f_i[i] *  get_response_function(i, (t - tau), fuelType) * sigma / RF_2CO2;
-                    } else {
-                        RadForcingTmp.back() += get_response_function(i, (t - tau), fuelType) * sigma;
-                        normRadForcingTmp.back() += f_i[i] *  get_response_function(i, (t - tau), fuelType) * sigma / RF_2CO2;
-                    }
-                }
-                myRuntimeInfo->info << "i: " << i << ", RF: " << RadForcingTmp.back() << std::endl;
-            }
+    myRuntimeInfo->info << "forcing_factor_cruise FINAL: " << forcing_factor_cruise << std::endl;
+    /* forcing_factor_climb and forcing_factor_descent (integrate)*/
+    uint16_t step_size(100);
+    double altitude_step_climb = dallaraIOData->flight_level.front() * 100. / step_size; // [ft]
+    double altitude_step_descent = dallaraIOData->flight_level.back() * 100. / step_size; // [ft]
+    double altitude_climb_tmp = 0.; // [ft]
+    double altitude_descent_tmp = dallaraIOData->flight_level.back() * 100.; // [ft]
+    for (uint16_t j = 0; j <= step_size; j++) {
+        // trapezoidal rule
+        if (j == 0 || j == step_size) {
+            forcing_factor_climb += 0.5 * get_forcing_factor(emissionNo, altitude_climb_tmp) * altitude_step_climb;
+            forcing_factor_descent += 0.5 * get_forcing_factor(emissionNo, altitude_descent_tmp) * altitude_step_descent;
+            myRuntimeInfo->info << "get_forcing_factor_height(i,altitude_descent_tmp): " << get_forcing_factor(emissionNo, altitude_descent_tmp) << std::endl;
+            myRuntimeInfo->info << "altitude_descent_tmp: " << altitude_descent_tmp << std::endl;
+            myRuntimeInfo->info << "forcing_factor_descent: " << forcing_factor_descent << std::endl;
         } else {
-            for (uint16_t t = 0; t <= dallaraIOData_->configuration.tmax; t++) {
-                RadForcingTmp.push_back(0.);//Create std::vector entry, then calculate
-                normRadForcingTmp.push_back(0.);
-                if (t < dallaraIOData_->durationOperation)
-                    sigma = 1;
-                else
-                    sigma = 0;
-                RadForcingTmp.back() += get_response_function(i, (t), fuelType) * sigma;
-                normRadForcingTmp.back() += f_i[i] *  get_response_function(i, (t), fuelType) * sigma / RF_2CO2;
-                myRuntimeInfo->info << "i: " << i << ", RF: " << RadForcingTmp.back() << std::endl;
-            }
+            forcing_factor_climb += get_forcing_factor(emissionNo, altitude_climb_tmp) * altitude_step_climb;
+            forcing_factor_descent += get_forcing_factor(emissionNo, altitude_descent_tmp) * altitude_step_descent;
+            myRuntimeInfo->info << "get_forcing_factor_height(i,altitude_descent_tmp): " << get_forcing_factor(emissionNo, altitude_descent_tmp) << std::endl;
+            myRuntimeInfo->info << "altitude_descent_tmp: " << altitude_descent_tmp << std::endl;
+            myRuntimeInfo->info << "forcing_factor_descent: " << forcing_factor_descent << std::endl;
         }
-        RadForcing.push_back(RadForcingTmp); //calculate normalized RadForcing
-        normRadForcing.push_back(normRadForcingTmp);
-        /*calculate delta T  (s. Dallara eq.(14))*/
-        std::vector<double> TempChangeTmp;
-        std::vector<double> AGWPTmp;
-        for (uint16_t t = 0; t <= dallaraIOData_->configuration.tmax; t++) {
-            TempChangeTmp.push_back(0.);//Create std::vector entry, then calculate
-            AGWPTmp.push_back(0.);
+        altitude_climb_tmp += altitude_step_climb;
+        altitude_descent_tmp -= altitude_step_descent;
+    }
+    forcing_factor_climb = forcing_factor_climb / ((dallaraIOData->flight_level.front() - 0.) * 100.);
+    forcing_factor_descent = forcing_factor_descent / ((dallaraIOData->flight_level.back() - 0.) * 100.);
+    myRuntimeInfo->info << "forcing_factor_climb FINAL: " << forcing_factor_climb << std::endl;
+    myRuntimeInfo->info << "forcing_factor_descent FINAL: " << forcing_factor_descent << std::endl;
+    double climb_ratio = dallaraIOData->top_of_climb_range / dallaraIOData->range_study;
+    double cruise_ratio = (dallaraIOData->top_of_descent_range - dallaraIOData->top_of_climb_range) / dallaraIOData->range_study;
+    double descent_ratio = (dallaraIOData->range_study - dallaraIOData->top_of_descent_range) / dallaraIOData->range_study;
+    forcing_factor_average[emissionNo] = cruise_ratio*forcing_factor_cruise + climb_ratio*forcing_factor_climb + descent_ratio*forcing_factor_descent;
+    myRuntimeInfo->info << "forcing_factor_average FINAL: " << forcing_factor_average[emissionNo] << std::endl;
+}
+
+void ClimateModelDallara::calculate_radiative_forcing(int emissionNo, const std::string &fuelType) {
+    /* Calculate RF und RF_modified (s. boundary conditions eq.(19))*/
+    std::vector<double> radiative_forcing_tmp; // Per unit emission for every year
+    std::vector<double> normalized_radiative_forcing_tmp; // Per unit emission for every year
+    std::vector<double> annual_radiative_forcing_tmp; // Absolute value of emissionNo for every year
+    std::vector<double> annual_normalized_radiative_forcing_tmp; // Absolute value of emissionNo for every year
+    for (uint16_t t = 0; t <= dallaraIOData->configuration.tmax; t++) {
+        radiative_forcing_tmp.push_back(0.);
+        normalized_radiative_forcing_tmp.push_back(0.);
+        if (emissionNo== 0 || emissionNo== 1 || emissionNo== 2) { //RF to be calculated via time integral at CO2, CH4 and O3L
             for (int tau = 0; tau <= t; tau++) {
-                double Gt = S * (alphaT / tauT1 * exp(-(t - tau) / tauT1) + (1 - alphaT) / tauT2 * exp(-(t - tau) / tauT2));//eq. (15) but with boundary conditions s. eq. (19)+(20)
-                if (tau == 0 || tau == t) { //stepSize is 1 year!
-                    TempChangeTmp.back() += 0.5 * Gt * f_i[i] * RadForcing.at(i).at(tau) / RF_2CO2; //do not summate here, since calculated via uATR (s.. eq (20))
-                    AGWPTmp.back() += 0.5 * RadForcing.at(i).at(tau); // for die AGWP calculation
+                double sigma = (tau < dallaraIOData->duration_operation) ? 1 : 0;
+                if (tau == 0 || tau == t) { //step_size is 1 year!
+                    radiative_forcing_tmp.back() += 0.5 * get_response_function(emissionNo, (t - tau), fuelType) * sigma;
+                    normalized_radiative_forcing_tmp.back() = efficacy[emissionNo] * radiative_forcing_tmp.back() / RF_2CO2;
                 } else {
-                    TempChangeTmp.back() += Gt * f_i[i] * RadForcing.at(i).at(tau) / RF_2CO2;
-                    AGWPTmp.back() += RadForcing.at(i).at(tau);
+                    radiative_forcing_tmp.back() += get_response_function(emissionNo, (t - tau), fuelType) * sigma;
+                    normalized_radiative_forcing_tmp.back() = efficacy[emissionNo] *  radiative_forcing_tmp.back() / RF_2CO2;
                 }
             }
-            myRuntimeInfo->info << "i: " << i << ", deltaT: " << TempChangeTmp.back() << std::endl;
-            myRuntimeInfo->info << "i: " << i << ", AGWP: " << AGWPTmp.back() << std::endl;
+        }  else {
+            double sigma = (t < dallaraIOData->duration_operation) ? 1 : 0;
+            radiative_forcing_tmp.back() += get_response_function(emissionNo, (t), fuelType) * sigma;
+            normalized_radiative_forcing_tmp.back() += efficacy[emissionNo] *  radiative_forcing_tmp.back() / RF_2CO2;
         }
-        TempChange.push_back(TempChangeTmp);
-        AGWP.push_back(AGWPTmp);
-        /* calculate uATR , (s.Dallara ql (19) and (1)*/
-        double weightFunc;// s. Dallara eq. (2)
-        double uATRTmp = 0.;
-        std::vector<double> absTempChangeTmp;
-        std::vector<double> absTempChangeweightedTmp;
-        std::vector<double> TotalTempChangeTmp;
-        std::vector<double> absRadForcingTmp;
-        std::vector<double> absnormRadForcingTmp;
-        std::vector<double> absAGWPTmp;
-        for (uint16_t t = 0; t <= dallaraIOData_->configuration.tmax; t++) {
-            if (t < dallaraIOData_->durationOperation)
-                weightFunc = 1;
-            else
-                weightFunc = 1.0 / (pow(1 + dallaraIOData_->configuration.devRate, (t - dallaraIOData_->durationOperation)));
-            if (t == 0 || t == dallaraIOData_->configuration.tmax) {
-                uATRTmp += 0.5 * TempChange.at(i).at(t) * weightFunc;
+        myRuntimeInfo->info << "emissionNo: " << emissionNo << ", RF: " << radiative_forcing_tmp.back() << std::endl;
+        /* Calculate annual values (resulting from total annual emission quantity) */
+        annual_radiative_forcing_tmp.push_back(radiative_forcing_tmp.back() * get_scale_factor(emissionNo));
+        annual_normalized_radiative_forcing_tmp.push_back(normalized_radiative_forcing_tmp.back() * get_scale_factor(emissionNo));
+    }
+    /* Add results of this emissionNo to vectors */
+    radiative_forcing.push_back(radiative_forcing_tmp);
+    normalized_radiative_forcing.push_back(normalized_radiative_forcing_tmp);
+    annual_radiative_forcing.push_back(annual_radiative_forcing_tmp);
+    annual_normalized_radiative_forcing.push_back(annual_normalized_radiative_forcing_tmp);
+}
+
+void ClimateModelDallara::calculate_temperature_change(int emissionNo) {
+    std::vector<double> temperature_change_tmp; // Temperature change of a unit emission for every year
+    std::vector<double> temperature_change_weighted_tmp; // Weighted temperature change of a unit emission for every year
+    std::vector<double> annual_temperature_change_tmp; // Absolute temperature change of emissionNo for every year
+    std::vector<double> annual_temperature_change_weighted_tmp; // Absolute weighted temperature change of emissionNo for every year
+    for (uint16_t t = 0; t <= dallaraIOData->configuration.tmax; t++) {
+        temperature_change_tmp.push_back(0.);
+        for (int tau = 0; tau <= t; tau++) {
+            double Gt = climate_sensitivity_parameter * (alphaT / tauT1 * exp(-(t - tau) / tauT1) + (1 - alphaT) / tauT2
+                            * exp(-(t - tau) / tauT2)); //eq. (15) but with boundary conditions s. eq. (19)+(20)
+            if (tau == 0 || tau == t) { //step size is 1 year, temperature_change s. eq. (14)
+                temperature_change_tmp.back() += 0.5 * Gt * efficacy[emissionNo] * radiative_forcing.at(emissionNo).at(tau) / RF_2CO2;
             } else {
-                uATRTmp += TempChange.at(i).at(t) * weightFunc;
+                temperature_change_tmp.back() += Gt * efficacy[emissionNo] * radiative_forcing.at(emissionNo).at(tau) / RF_2CO2;
             }
-            absTempChangeTmp.push_back(0.);
-            absTempChangeTmp.back() = TempChange.at(i).at(t)
-                                      * dallaraIOData_->flightsPerYear * s_i_quer[i] * dallaraIOData_->emissionMass[i]; //TempChange (total annual emission quantity) per emission
-            absTempChangeweightedTmp.push_back(0.);
-            absTempChangeweightedTmp.back() = TempChange.at(i).at(t) * weightFunc * dallaraIOData_->flightsPerYear * s_i_quer[i]
-                * dallaraIOData_->emissionMass[i]; //TempChange (total annual emission quantity) per emission
-            absRadForcingTmp.push_back(0.);
-            absRadForcingTmp.back() = RadForcing.at(i).at(t) * dallaraIOData_->flightsPerYear * s_i_quer[i] * dallaraIOData_->emissionMass[i];
-            absnormRadForcingTmp.push_back(0.);
-            absnormRadForcingTmp.back() = normRadForcing.at(i).at(t) * dallaraIOData_->flightsPerYear * s_i_quer[i] * dallaraIOData_->emissionMass[i];
-            absAGWPTmp.push_back(0.);
-            absAGWPTmp.back() = AGWP.at(i).at(t) * dallaraIOData_->flightsPerYear * s_i_quer[i] * dallaraIOData_->emissionMass[i];
-            TotalTempChangeTmp.push_back(0.);
-            if (t == 0) {
-                TotalTempChangeTmp.back() = TempChange.at(i).at(t) * weightFunc
-                                            * dallaraIOData_->flightsPerYear * s_i_quer[i] * dallaraIOData_->emissionMass[i]; //TotalTempChange, Added tempChange per emission
+        }
+        myRuntimeInfo->info << "emissionNo: " << emissionNo << ", year: " << t
+                                << ", deltaT: " << temperature_change_tmp.back() << std::endl;
+        temperature_change_weighted_tmp.push_back(temperature_change_tmp.back() * weighting_function(t));
+        /* Calculate annual values (resulting from total annual emission quantity) */
+        annual_temperature_change_tmp.push_back(temperature_change_tmp.back() * get_scale_factor(emissionNo));
+        annual_temperature_change_weighted_tmp.push_back(temperature_change_weighted_tmp.back() * get_scale_factor(emissionNo));
+    }
+    /* Add results of this emissionNo to vectors */
+    temperature_change.push_back(temperature_change_tmp);
+    temperature_change_weighted.push_back(temperature_change_weighted_tmp);
+    annual_temperature_change.push_back(annual_temperature_change_tmp);
+    annual_temperature_change_weighted.push_back(annual_temperature_change_weighted_tmp);
+}
+
+void ClimateModelDallara::calculate_agtp_and_agwp(int emissionNo) {
+    std::vector<double> agtp_tmp; // Sum of weighted temperature change of emissionNo per unit emission
+    std::vector<double> agwp_tmp; // Sum of radiative forcing of emissionNo per unit emission
+    std::vector<double> annual_agtp_tmp; // Annual AGTP of emissionNo
+    std::vector<double> annual_agwp_tmp; // Annual AGWP of emissionNo
+    for (uint16_t t = 0; t <= dallaraIOData->configuration.tmax; t++) {
+        agwp_tmp.push_back(0.);
+        if (t == 0) {
+            agtp_tmp.push_back(temperature_change_weighted.at(emissionNo).at(t));
+        } else {
+            agtp_tmp.push_back(agtp_tmp.back() + temperature_change_weighted.at(emissionNo).at(t));
+        }
+        for (int tau = 0; tau <= t; tau++) {
+            if (tau == 0 || tau == t) {
+                agwp_tmp.back() += 0.5 * radiative_forcing.at(emissionNo).at(tau);
             } else {
-                TotalTempChangeTmp.back() = TotalTempChangeTmp.at(t - 1) + TempChange.at(i).at(t) * weightFunc * dallaraIOData_->flightsPerYear
-                    * s_i_quer[i] * dallaraIOData_->emissionMass[i]; //TotalTempChange, Added tempChange per emission
+                agwp_tmp.back() += radiative_forcing.at(emissionNo).at(tau);
             }
         }
-        uATR[i] = uATRTmp / dallaraIOData_->durationOperation;
-        myRuntimeInfo->info << "i: " << i << ", uATR: " << uATR[i] << std::endl;
-        myRuntimeInfo->info << "i: " << i << ", s_quer: " << s_i_quer[i] << std::endl;
-        myRuntimeInfo->info << "i: " << i << ", dallaraIOData_->emissionMass: " << dallaraIOData_->emissionMass[i] << std::endl;
-        /* ATR per year for all emissions (s. Dallara eq (20))*/
-        dallaraIOData_->ATR += dallaraIOData_->flightsPerYear * s_i_quer[i] * dallaraIOData_->emissionMass[i] * uATR[i];
-        myRuntimeInfo->info << "ATRtmp: " << dallaraIOData_->ATR << std::endl;
-        /* ATR for different components*/
-        ATRyear_i.push_back(0.);
-        ATRyear_i.back() = dallaraIOData_->flightsPerYear * s_i_quer[i] * dallaraIOData_->emissionMass[i] * uATR[i];
-        myRuntimeInfo->info << "ATR_i: " << ATRyear_i.at(i) << std::endl;
-        /* annual emissions for different components*/
-        e_year_i.push_back(0.);
-        e_year_i.back() = dallaraIOData_->flightsPerYear * dallaraIOData_->emissionMass[i];
-        absTempChange.push_back(absTempChangeTmp);
-        absTempChangeweighted.push_back(absTempChangeweightedTmp);
-        TotalTempChange.push_back(TotalTempChangeTmp);
-        absRadForcing.push_back(absRadForcingTmp);
-        absnormRadForcing.push_back(absnormRadForcingTmp);
-        absAGWP.push_back(absAGWPTmp);
+        myRuntimeInfo->info << "emissionNo: " << emissionNo << ", year: " << t
+                                << ", AGTP: " << agtp_tmp.back() << ", AGWP: " << agwp_tmp.back() << std::endl;
+        /* Calculate annual values (resulting from total annual emission quantity) */
+        annual_agtp_tmp.push_back(agtp_tmp.back() * get_scale_factor(emissionNo));
+        annual_agwp_tmp.push_back(agwp_tmp.back() * get_scale_factor(emissionNo));
+    }
+    /* Add results of this emissionNo to vectors */
+    agtp.push_back(agtp_tmp);
+    agwp.push_back(agwp_tmp);
+    annual_agtp.push_back(annual_agtp_tmp);
+    annual_agwp.push_back(annual_agwp_tmp);
+}
+
+void ClimateModelDallara::calculate_average_temperature_response(int emissionNo) {
+    std::vector<double> unit_atr; // Average temperature response uATR of emissionNo per unit emission [K]
+    unit_atr.push_back(0.5 * temperature_change_weighted.at(emissionNo).at(0) / dallaraIOData->duration_operation);
+    for (uint16_t t = 1; t <= dallaraIOData->configuration.tmax; t++) {
+        if (t == dallaraIOData->configuration.tmax) {
+            unit_atr.back() += 0.5 * temperature_change_weighted.at(emissionNo).at(t) / dallaraIOData->duration_operation;
+        } else {
+            unit_atr.back() += temperature_change_weighted.at(emissionNo).at(t) / dallaraIOData->duration_operation;
+        }
     }
-    myRuntimeInfo->info << "ATR pro Jahr: " << dallaraIOData_->ATR << std::endl;
-    for (uint16_t t = 0; t <= dallaraIOData_->configuration.tmax; t++) { //Summing up the component values
-        absTempChangeTotal.push_back(0.);
-        TotalTempChangeTotal.push_back(0.);
-        absTempChangeweightedTotal.push_back(0.);
-        absTempChangeNoxCooling.push_back(0.);
-        absTempChangeH20SO4Soot.push_back(0.);
-        absRadForcingTotal.push_back(0.);
-        absnormRadForcingTotal.push_back(0.);
-        absAGWPTotal.push_back(0.);
-        for (unsigned int i = 0; i < 8; i++) {
-            absRadForcingTotal.back() += absRadForcing.at(i).at(t);
-            absnormRadForcingTotal.back() += absnormRadForcing.at(i).at(t);
-            absAGWPTotal.back() += absAGWP.at(i).at(t);
-            absTempChangeTotal.back() += absTempChange.at(i).at(t);
-            TotalTempChangeTotal.back() += TotalTempChange.at(i).at(t);
-            absTempChangeweightedTotal.back() += absTempChangeweighted.at(i).at(t);
-            if (i == 1 || i == 2) { //NOX Cooling (CH4 and O3L)
-                absTempChangeNoxCooling.back() += absTempChange.at(i).at(t);
+    myRuntimeInfo->info << "emissionNo: " << emissionNo << ", unit_atr: " << unit_atr.back() << std::endl;
+    myRuntimeInfo->info << "emissionNo: " << emissionNo << ", average forcing factor: " << forcing_factor_average[emissionNo] << std::endl;
+    myRuntimeInfo->info << "emissionNo: " << emissionNo << ", dallaraIOData->emissionMass: " << dallaraIOData->emissionMass[emissionNo] << std::endl;
+    /* ATR for different components*/
+    ATR_per_year.push_back(get_scale_factor(emissionNo) * unit_atr.back());
+    myRuntimeInfo->info << "emissionNo: " << emissionNo << "ATR: " << ATR_per_year.back() << std::endl;
+}
+
+void ClimateModelDallara::calculate_total_impact() {
+    for (uint16_t t = 0; t <= dallaraIOData->configuration.tmax; t++) {
+        total_annual_temperature_change.push_back(0.);
+        total_annual_agtp.push_back(0.);
+        total_annual_temperature_change_weighted.push_back(0.);
+        annual_cooling_NOx.push_back(0.);
+        annual_warming_H2O_SO4_Soot.push_back(0.);
+        total_annual_radiative_forcing.push_back(0.);
+        total_annual_normalized_radiative_forcing.push_back(0.);
+        total_annual_agwp.push_back(0.);
+        for (unsigned int emissionNo = 0; emissionNo < 8; emissionNo++) { //Summing up the component values
+            total_annual_radiative_forcing.back() += annual_radiative_forcing.at(emissionNo).at(t);
+            total_annual_normalized_radiative_forcing.back() += annual_normalized_radiative_forcing.at(emissionNo).at(t);
+            total_annual_temperature_change.back() += annual_temperature_change.at(emissionNo).at(t);
+            total_annual_temperature_change_weighted.back() += annual_temperature_change_weighted.at(emissionNo).at(t);
+            total_annual_agtp.back() += annual_agtp.at(emissionNo).at(t);
+            total_annual_agwp.back() += annual_agwp.at(emissionNo).at(t);
+            if (t == 0) {
+                dallaraIOData->ATR += ATR_per_year.at(emissionNo);
             }
-            if (i == 4 || i == 5 || i == 6) { //NOX Cooling (CH4 and O3L)
-                absTempChangeH20SO4Soot.back() += absTempChange.at(i).at(t);
+            if (emissionNo == 1 || emissionNo == 2) { //NOX Cooling (CH4 and O3L)
+                annual_cooling_NOx.back() += annual_temperature_change.at(emissionNo).at(t);
+            }
+            if (emissionNo == 4 || emissionNo == 5 || emissionNo == 6) { // Warming H2O, SO4, soot
+                annual_warming_H2O_SO4_Soot.back() += annual_temperature_change.at(emissionNo).at(t);
             }
         }
     }
 }
 
-double ClimateModelDallara::get_s_i_height(int emissionNo, double flightHeight) {
+double ClimateModelDallara::get_forcing_factor(int emissionNo, double flightHeight) {
     myRuntimeInfo->info << "emissionNo: " << emissionNo << " flightHeight: " << flightHeight << std::endl;
-    double forcingFac = 0.;
+    double forcing_factor = 0.;
     uint16_t i_max = 0; // index of last row in dataset
-    double s_i_height[68][5]; // size of largest dataset
-    if (dallaraIOData_->configuration.s_i_dataSet == "mode_0") {
-        std::copy(&s_i_height_Dall[0][0], &s_i_height_Dall[0][0]+13*5, &s_i_height[0][0]); // copy dallara dataset [Dal11] to s_i_height
+    double forcing_factor_height[68][5]; // size of largest dataset
+    if (dallaraIOData->configuration.forcing_factor_dataset == "mode_0") {
+        std::copy(&forcing_factor_height_Dall[0][0], &forcing_factor_height_Dall[0][0]+13*5, &forcing_factor_height[0][0]); //copy dallara dataset [Dal11] to forcing_factor_height
         i_max = 12;
-    } else if (dallaraIOData_->configuration.s_i_dataSet == "mode_1") {
-        std::copy(&s_i_height_Dahl[0][0], &s_i_height_Dahl[0][0]+68*5, &s_i_height[0][0]); // copy dahlmann dataset [Kos22] to s_i_height
+    } else if (dallaraIOData->configuration.forcing_factor_dataset == "mode_1") {
+        std::copy(&forcing_factor_height_Dahl[0][0], &forcing_factor_height_Dahl[0][0]+68*5, &forcing_factor_height[0][0]); //copy dahlmann dataset [Kos22] to forcing_factor_height
         i_max = 67;
     } else {
-        myRuntimeInfo->err << "Forcing factor data set doesn't exist. Check s_i_dataSet in config." << std::endl;
+        myRuntimeInfo->err << "Forcing factor data set doesn't exist. Check forcing_factor_dataset in config." << std::endl;
         exit(1);
     }
     for (uint16_t i = 0; i <= i_max; i++) { // for all altitudes
-        if (i < i_max && s_i_height[i][0] < flightHeight) {
+        if (i < i_max && forcing_factor_height[i][0] < flightHeight) {
         } else {
             if (emissionNo == 1 || emissionNo == 2) { //CH4 and O3L
                 if (i == 0)
-                    forcingFac = s_i_height[i][2] * dallaraIOData_->configuration.s_i_heightVariation_CH4O3L;
+                    forcing_factor = forcing_factor_height[i][2] * dallaraIOData->configuration.forcing_factor_variation_CH4O3L;
                 else if (i == i_max)
-                    forcingFac = s_i_height[i][2] * dallaraIOData_->configuration.s_i_heightVariation_CH4O3L;
+                    forcing_factor = forcing_factor_height[i][2] * dallaraIOData->configuration.forcing_factor_variation_CH4O3L;
                 else
-                    forcingFac = (s_i_height[i - 1][2] + (s_i_height[i][2] - s_i_height[i - 1][2]) / (s_i_height[i][0] - s_i_height[i - 1][0])
-                                  * (flightHeight - s_i_height[i - 1][0])) * dallaraIOData_->configuration.s_i_heightVariation_CH4O3L;
-                myRuntimeInfo->info << "i: " << i << " forcingFac: " << forcingFac << std::endl;
+                    forcing_factor = (forcing_factor_height[i - 1][2] + (forcing_factor_height[i][2] - forcing_factor_height[i - 1][2])
+                                    / (forcing_factor_height[i][0] - forcing_factor_height[i - 1][0])
+                                    * (flightHeight - forcing_factor_height[i - 1][0])) * dallaraIOData->configuration.forcing_factor_variation_CH4O3L;
+                myRuntimeInfo->info << "i: " << i << " forcing_factor: " << forcing_factor << std::endl;
             } else if (emissionNo == 3) { //O3S
                 if (i == 0)
-                    forcingFac = s_i_height[i][3] * dallaraIOData_->configuration.s_i_heightVariation_O3S;
+                    forcing_factor = forcing_factor_height[i][3] * dallaraIOData->configuration.forcing_factor_variation_O3S;
                 else if (i == i_max)
-                    forcingFac = s_i_height[i][3] * dallaraIOData_->configuration.s_i_heightVariation_O3S;
+                    forcing_factor = forcing_factor_height[i][3] * dallaraIOData->configuration.forcing_factor_variation_O3S;
                 else
-                    forcingFac = (s_i_height[i - 1][3] + (s_i_height[i][3] - s_i_height[i - 1][3]) / (s_i_height[i][0] - s_i_height[i - 1][0])
-                                  * (flightHeight - s_i_height[i - 1][0])) *  dallaraIOData_->configuration.s_i_heightVariation_O3S;
-                myRuntimeInfo->info << "i: " << i << " forcingFac: " << forcingFac << std::endl;
+                    forcing_factor = (forcing_factor_height[i - 1][3] + (forcing_factor_height[i][3] - forcing_factor_height[i - 1][3])
+                                    / (forcing_factor_height[i][0] - forcing_factor_height[i - 1][0])
+                                    * (flightHeight - forcing_factor_height[i - 1][0])) *  dallaraIOData->configuration.forcing_factor_variation_O3S;
+                myRuntimeInfo->info << "i: " << i << " forcing_factor: " << forcing_factor << std::endl;
             } else if (emissionNo == 4) { //H2O
                 if (i == 0)
-                    forcingFac = s_i_height[i][4];
+                    forcing_factor = forcing_factor_height[i][4];
                 else if (i == i_max)
-                    forcingFac = s_i_height[i][4];
+                    forcing_factor = forcing_factor_height[i][4];
                 else
-                    forcingFac = (s_i_height[i - 1][4] + (s_i_height[i][4] - s_i_height[i - 1][4]) / (s_i_height[i][0] - s_i_height[i - 1][0])
-                                  * (flightHeight - s_i_height[i - 1][0]));
-                myRuntimeInfo->info << "i: " << i << " forcingFac: " << forcingFac << std::endl;
+                    forcing_factor = (forcing_factor_height[i - 1][4] + (forcing_factor_height[i][4] - forcing_factor_height[i - 1][4])
+                                    / (forcing_factor_height[i][0] - forcing_factor_height[i - 1][0])
+                                    * (flightHeight - forcing_factor_height[i - 1][0]));
+                myRuntimeInfo->info << "i: " << i << " forcing_factor: " << forcing_factor << std::endl;
             } else if (emissionNo == 7) { //AIC
                 if (i == 0)
-                    forcingFac = s_i_height[i][1] * dallaraIOData_->configuration.s_i_heightVariation_AIC;
+                    forcing_factor = forcing_factor_height[i][1] * dallaraIOData->configuration.forcing_factor_variation_AIC;
                 else if (i == i_max)
-                    forcingFac = s_i_height[i][1] * dallaraIOData_->configuration.s_i_heightVariation_AIC;
+                    forcing_factor = forcing_factor_height[i][1] * dallaraIOData->configuration.forcing_factor_variation_AIC;
                 else
-                    forcingFac = (s_i_height[i - 1][1] + (s_i_height[i][1] - s_i_height[i - 1][1]) / (s_i_height[i][0] - s_i_height[i - 1][0])
-                                  * (flightHeight - s_i_height[i - 1][0])) * dallaraIOData_->configuration.s_i_heightVariation_AIC;
-                myRuntimeInfo->info << "i: " << i << " forcingFac: " << forcingFac << std::endl;
+                    forcing_factor = (forcing_factor_height[i - 1][1] + (forcing_factor_height[i][1] - forcing_factor_height[i - 1][1])
+                                    / (forcing_factor_height[i][0] - forcing_factor_height[i - 1][0])
+                                    * (flightHeight - forcing_factor_height[i - 1][0])) * dallaraIOData->configuration.forcing_factor_variation_AIC;
+                myRuntimeInfo->info << "i: " << i << " forcing_factor: " << forcing_factor << std::endl;
             } else {
-                forcingFac = 1.;
-                myRuntimeInfo->info << "i: " << i << " forcingFac: " << forcingFac << std::endl;
+                forcing_factor = 1.;
+                myRuntimeInfo->info << "i: " << i << " forcing_factor: " << forcing_factor << std::endl;
             }
             break;
         }
     }
-    return forcingFac;
+    return forcing_factor;
 }
 
 double ClimateModelDallara::get_response_function(int emissionNo, double time, const std::string &fuelType) {
@@ -322,10 +331,24 @@ double ClimateModelDallara::get_response_function(int emissionNo, double time, c
     } else if (emissionNo == 7) { //AIC, eq. (10)
         double AICfactor(1.);
         if (fuelType == "liquid_hydrogen")
-            AICfactor = dallaraIOData_->configuration.fuelAICfactor;
+            AICfactor = dallaraIOData->configuration.fuelAICfactor;
         return AICfactor * RFrefLref_AIC;
     } else {
-        myRuntimeInfo->err << "program error!" << std::endl;
+        myRuntimeInfo->err << "Response function of emission number does not exist!" << std::endl;
         exit(1);
     }
 }
+
+double ClimateModelDallara::weighting_function(double time) {
+    double weighting(0.);
+    if (time < dallaraIOData->duration_operation) {
+            weighting = 1;
+    } else {
+        weighting = 1.0 / (pow(1 + dallaraIOData->configuration.devRate, (time - dallaraIOData->duration_operation)));
+    }
+    return weighting;
+}
+
+double ClimateModelDallara::get_scale_factor(int emissionNo) {
+    return forcing_factor_average[emissionNo] * emissions_per_year[emissionNo];
+}
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.h b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.h
index a867124b065bed8fad43b85671c8769855689abe..9f6d15d951d644213bce1b75a2c964d937f02c30 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.h
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallara.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -40,62 +40,110 @@ class ClimateModelDallara {
     /** \brief Destructor of class ClimateModelDallara */
     ~ClimateModelDallara() = default;
 
-    /** \brief Function to run Dallara method (2011)
+    /** \brief Function to run Dallara method
      * \param rtIO Access to rtIO
      * \param ecoAssXML Pointer to node of ecological assessment results
      */
     void run(const std::shared_ptr<RuntimeIO> &rtIO, std::shared_ptr<node> ecoAssXML);
 
-    /** \brief Function to calculate the climate impact (AGWP, AGTP, ATR) according to Dallara (2011)
-    */
-    void calculateClimateImpact_dallara(const std::string &fuelType);
+    /** \brief Function to calculate the climate impact (AGWP, AGTP, ATR)
+     * \param fuelType Type of energy carrier
+     */
+    void calculate_climate_impact_dallara(const std::string &fuelType);
+
+    /** \brief Function to calculate the avarage forcing factors for of the mission
+     * \param emissionNo Index of emission species
+     */
+    void get_average_forcing_factors(int emissionNo);
+
+    /** \brief Function to calculate the (normalized) radiative forcing of all emission species
+     * \param emissionNo Index of emission species
+     * \param fuelType Type of energy carrier
+     */
+    void calculate_radiative_forcing(int emissionNo, const std::string &fuelType);
 
-   /** \brief Function to calculate the altitude dependent forcing factors according to Dallara (2011)
+    /** \brief Function to calculate the temperature change of emission species for every year
+     * \param emissionNo Index of emission species
+     */
+    void calculate_temperature_change(int emissionNo);
+
+    /** \brief Function to calculate the absolute global temperature potential (AGTP) and absolute global warming potential (AGWP)
+     *  of emission species for every year
+     * \param emissionNo Index of emission species
+     */
+    void calculate_agtp_and_agwp(int emissionNo);
+
+    /** \brief Function to calculate the average temperature response of all emission species
+     * \param emissionNo Index of emission species
+     */
+    void calculate_average_temperature_response(int emissionNo);
+
+    /** \brief Function to sum up results of all emission species ("total")
+     */
+    void calculate_total_impact();
+
+    /** \brief Function to calculate the altitude dependent forcing factors
     * \param emissionNo Index of emission species
     * \param flightHeight Flight altitude [ft]
+    * \return Forcing factor [-]
     */
-    double get_s_i_height(int emissionNo, double flightHeight);
+    double get_forcing_factor(int emissionNo, double flightHeight);
 
-   /** \brief Function to calculate the response function according to Dallara (2011)
+    /** \brief Function to calculate the response function
     * \param emissionNo Index of emission species [-]
-    * \param time Time [yrs]
+    * \param time Time between current year in outer and inner loop [yrs]
     * \param fuelType Energy carrier [-]
+    * \return Response function result [(W/m^2)/kg]
     */
     double get_response_function(int emissionNo, double time, const std::string &fuelType);
 
-    std::shared_ptr<DallaraIOData> dallaraIOData_; /**< IOData object for climate impact calculation according to dallara */
-    /* Climate metrics; abs. Values are multiplied by flightsPerYear, s_i_quer and e_i; */
-    std::vector<std::vector<double> > RadForcing;/**< Radiative Forcing for a unit emission (cf. \cite Dal11 eq. (5),(8),(10),(11)) [W/m^2]*/
-    std::vector<std::vector<double> > normRadForcing;/**< Normalized RadForcing [-]*/
-    std::vector<std::vector<double> > AGWP; /**< Average Global Warming Potential for a unit Emission [(W/m2)*year]*/
-    std::vector<std::vector<double> > TempChange;/**<Temperature Change for a unit of the different emission types at different times (yrs) \cite Dal11 eq.(14) [kg/year,NM/year]*/
-    std::vector<std::vector<double> > absTempChange; /**< Absolute Temperature Change [K]*/
-    std::vector<std::vector<double> > absTempChangeweighted; /**< Absolute Temperature Change weighted [K]*/
-    std::vector<std::vector<double> > absRadForcing; /**< Absolute radiative forcing [W/m^2]*/
-    std::vector<std::vector<double> > absnormRadForcing; /**< Absolute normalized radiative forcing [-] */
-    std::vector<std::vector<double> > absAGWP;/**< Absolute Global Warming Potential [(W/m2)*year]*/
-    std::vector<std::vector<double> > TotalTempChange;/**< Absolute Global Temperature Potential after final year of operation [K] */
+    /** \brief Function calculates a weighting factor for temperature change (s. eq. (2)). It assigns unity weighting to temperature change during the operating lifetime
+    * of the aircraft and an exponential devaluation rate after the aircraft has ceased operation
+    * \param time Time [yrs]
+    * \return Weighting factor [-]
+    */
+    double weighting_function(double time);
+
+    /** \brief Function calculates factor to scale values per emission unit to annual values
+    * \param emissionNo Index of emission species
+    * \return Scale factor [-]
+    */
+    double get_scale_factor(int emissionNo);
+
+    std::shared_ptr<DallaraIOData> dallaraIOData; /**< IOData object for climate impact calculation according to dallara */
+    double forcing_factor_average[8]{0., 0., 0., 0., 0., 0., 0., 0.};/**< Mission average forcing factors [-] \cite Dal11 page 1607 equation(18) or modified version \cite Ste13 is used.*/
+    /* Climate metrics per emission species */
+    std::vector<std::vector<double>> radiative_forcing;/**< Radiative Forcing for a unit emission (cf. \cite Dal11 eq. (5),(8),(10),(11)) [W/m^2]*/
+    std::vector<std::vector<double>> normalized_radiative_forcing;/**< Normalized radiative_forcing [-]*/
+    std::vector<std::vector<double>> annual_radiative_forcing; /**< Absolute radiative forcing [W/m^2]*/
+    std::vector<std::vector<double>> annual_normalized_radiative_forcing; /**< Absolute normalized radiative forcing [-] */
+    std::vector<std::vector<double>> temperature_change;/**<Temperature Change for a unit of the different emission types at different times (yrs) \cite Dal11 eq.(14) [kg/year,NM/year]*/
+    std::vector<std::vector<double>> temperature_change_weighted;/**<Weighted Temperature Change for a unit of the different emission types at different times (yrs) \cite Dal11 eq.(14) [kg/year,NM/year]*/
+    std::vector<std::vector<double>> annual_temperature_change; /**< Absolute Temperature Change [K]*/
+    std::vector<std::vector<double>> annual_temperature_change_weighted; /**< Absolute Temperature Change weighted [K]*/
+    std::vector<std::vector<double>> agtp; /**< Absolute Global Temperature Potential for a unit Emission [K]*/
+    std::vector<std::vector<double>> agwp; /**< Absolute Global Warming Potential for a unit Emission [(W/m2)*year]*/
+    std::vector<std::vector<double>> annual_agwp;/**< Absolute Global Warming Potential [(W/m2)*year]*/
+    std::vector<std::vector<double>> annual_agtp;/**< Absolute Global Temperature Potential after final year of operation [K] */
 
     /* Adding up the values of the individual components*/
-    std::vector<double> absTempChangeTotal; /**< Calculate Total Temperature Changes resulting from all emissions [K]*/
-    std::vector<double> absTempChangeweightedTotal; /**< Calculate Total Temperature Changes weighted resulting from all emissions [K]*/
-    std::vector<double> TotalTempChangeTotal; /**< Calculate AGTP, integrated Temp change resulting from all emissions [K]*/
-    std::vector<double> absTempChangeNoxCooling; /**< Calculate NOX Cooling Temperature Changes [K]*/
-    std::vector<double> absTempChangeH20SO4Soot;/**< Calculate Temperature Changes resulting from H2O, SO4 and soot [K]*/
-    std::vector<double> absRadForcingTotal;/**< Absolute RadForcing resulting from all emissions [W/m^2]*/
-    std::vector<double> absnormRadForcingTotal;/**< Absolute normalized RadForcing resulting from all emissions [-]*/
-    std::vector<double> absAGWPTotal; /**< Calculate AGWP resulting from all emissions [(W/m2)*year]*/
-
-    double uATR[8]{0., 0., 0., 0., 0., 0., 0., 0.}; /**< unit ATR, s. \cite Dal11 eq. (19) and (1) [K]*/
-    std::vector<double> ATRyear_i;/**< Average Temperature Response for one year per emission [K]*/
-    std::vector<double> e_year_i; /**< Emission per emission for one year [kg] */
+    std::vector<double> total_annual_temperature_change; /**< Calculate Total Temperature Changes resulting from all emissions [K]*/
+    std::vector<double> total_annual_temperature_change_weighted; /**< Calculate Total Temperature Changes weighted resulting from all emissions [K]*/
+    std::vector<double> total_annual_agtp; /**< Calculate AGTP, integrated Temp change resulting from all emissions [K]*/
+    std::vector<double> annual_cooling_NOx; /**< Calculate NOX Cooling Temperature Changes [K]*/
+    std::vector<double> annual_warming_H2O_SO4_Soot;/**< Calculate Temperature Changes resulting from H2O, SO4 and soot [K]*/
+    std::vector<double> total_annual_radiative_forcing;/**< Absolute radiative_forcing resulting from all emissions [W/m^2]*/
+    std::vector<double> total_annual_normalized_radiative_forcing;/**< Absolute normalized radiative_forcing resulting from all emissions [-]*/
+    std::vector<double> total_annual_agwp; /**< Calculate AGWP resulting from all emissions [(W/m2)*year]*/
+    std::vector<double> ATR_per_year;/**< Average Temperature Response for one year per emission [K]*/
+    std::vector<double> emissions_per_year; /**< Emission per emission for one year [kg] */
 
     /* Constants for climate model*/
 
     //For ATR calculation: \cite Dall11
     //For 13 height steps (column 1) the forcing factors (s) for CH4&O3L (column 2), O3S (column 3),
     //AIC (column 4) (see \cite Dal11 Fig.3) and ExcelTab: std::vectorsForcingFactors */
-    const double s_i_height_Dall[13][5] = { /**< Table of forcing factors s_i [-] for AIC, CH4/O3L, O3S, H2O (column 2-5) depending on flight height [ft] (column 1) \cite Dal11 */
+    const double forcing_factor_height_Dall[13][5] = { /**< Table of forcing factors s_i [-] for AIC, CH4/O3L, O3S, H2O (column 2-5) depending on flight height [ft] (column 1) \cite Dal11 */
         {17500., 0.0278, 0.8814, 0.4885, 1.},//height: 17500 ft, s_AIC: 0.0278, s_CH4O3L: 0.8814, s_O3S: 0.4885, s_H20: 1
         {19500., 0.0007, 0.9424, 0.5766, 1.},//height: 19500 ft,...
         {21500., 0.0075, 0.9695, 0.6443, 1.},
@@ -111,7 +159,7 @@ class ClimateModelDallara {
         {41500., 0.8001, 1.2134, 1.9519, 1.}
     };
 
-    const double s_i_height_Dahl[68][5] = {/**< Table of forcing factors s_i [-] for AIC, CH4/O3L, O3S, H2O (column 2-5) depending on flight height [ft] (column 1) \cite Koss22 */
+    const double forcing_factor_height_Dahl[68][5] = {/**< Table of forcing factors s_i [-] for AIC, CH4/O3L, O3S, H2O (column 2-5) depending on flight height [ft] (column 1) \cite Koss22 */
         {0., 0.250952189, 1.343876525, 0.657057175, 0.},//height: 0 ft, s_AIC: 0.250952189, s_CH4O3L: 1.343876525, s_O3S: 0.657057175, s_H20: 0
         {16500., 0.250952189, 1.343876525, 0.657057175, 0.},//height: 16500 ft,...
         {17000., 0.295101185, 1.327572997, 0.672735470, 0.},
@@ -182,7 +230,7 @@ class ClimateModelDallara {
         {49500., 0.269541240, 0.016885797, 4.444438820, 3.649449497}
     };
 
-    const double f_i[8] = {1., 1.18, 1.37, 1.37, 1.14, 0.7, 0.9, 0.59}; /**< Efficacy of CO2, CH4, O3L, O3S, H2O, soot, SO4, AIC \cite Dal11 Table A2 and A3 [-]*/
+    const double efficacy[8] = {1., 1.18, 1.37, 1.37, 1.14, 0.7, 0.9, 0.59}; /**< Efficacy f_i of CO2, CH4, O3L, O3S, H2O, soot, SO4, AIC \cite Dal11 Table A2 and A3 [-]*/
 
     // Parameter necessary to calculate the transfer functions G or, if no transfer function is required, the RFref/Eref values (see calculateEmissions.cpp)
     /* CO2 parameter values and distribution, s. \cite Dal11 Table A1, for equation (6)*/
@@ -205,7 +253,7 @@ class ClimateModelDallara {
     const double RFrefLref_AIC = 2.21E-12; /**< Radiative forcing per flight length for AIC according to \cite Dal11 Table A3 [W/m^2/NM] */
     /*Temperature changes model parameters values, s. \cite Dal11 Table A4*/
     const double RF_2CO2 = 3.7; /**< Parameter for temperature change model according to \cite Dal11 Table A4 [W/m^2] */
-    const double S = 3.; /**< Climate sensitivity parameter according to \cite Dal11 Table A4 [K]*/
+    const double climate_sensitivity_parameter = 3.; /**< Climate sensitivity parameter S according to \cite Dal11 Table A4 [K]*/
     const double alphaT = 0.595; /**< Parameter for temperature change model according to \cite Dal11 Table A4 [-] */
     const double tauT1 = 8.4;  /**< Parameter for temperature change model according to \cite Dal11 Table A4 [yr] */
     const double tauT2 = 409.5;  /**< Parameter for temperature change model according to \cite Dal11 Table A4 [yr] */
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.cpp
index 6dec71f39bac9a5e402ae5b9c38cd722fbb2e9af..dcf7a1fddabc0a2eb4918f3eb5ff29873877b4f1 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,30 +25,30 @@
 
 DallaraConfig::DallaraConfig()
     :
-    s_i_heightVariation_AIC(0.),
-    s_i_heightVariation_O3S(0.),
-    s_i_heightVariation_CH4O3L(0.),
+    forcing_factor_variation_AIC(0.),
+    forcing_factor_variation_O3S(0.),
+    forcing_factor_variation_CH4O3L(0.),
     fuelAICfactor(0.),
-    s_i_dataSet(""),
+    forcing_factor_dataset(""),
     tmax(0),
     devRate(0.) {
     }
 
-void DallaraConfig::readAllConfigData(const node& configXML) {
+void DallaraConfig::read_all_config_data(const node& configXML) {
     fuelAICfactor = EndnodeReadOnly<double>(std::string("program_settings/standard_strategy/impact_calculation/")
                     + std::string("climate_model_methods/dallara/fuel_factor_AIC")).read(configXML).value();
     tmax = EndnodeReadOnly<int>(std::string("program_settings/standard_strategy/impact_calculation/")
             + std::string("climate_model_methods/dallara/max_integration_period")).read(configXML).value_xml();
     devRate = EndnodeReadOnly<double>(std::string("program_settings/standard_strategy/impact_calculation/")
                 + std::string("climate_model_methods/dallara/devaluation_rate")).read(configXML).value();
-    readForcingFactorConfigData(configXML.at("program_settings/standard_strategy/impact_calculation/climate_model_methods/dallara/forcing_factors"));
+    read_forcing_factor_config_data(configXML.at("program_settings/standard_strategy/impact_calculation/climate_model_methods/dallara/forcing_factors"));
 }
 
-void DallaraConfig::readForcingFactorConfigData(const node& forcingFactor) {
-    s_i_heightVariation_AIC = EndnodeReadOnly<double>("/variations/aircraft_induced_cloudiness").read(forcingFactor).value();
-    s_i_heightVariation_O3S = EndnodeReadOnly<double>("/variations/short_lived_ozone").read(forcingFactor).value();
-    s_i_heightVariation_CH4O3L = EndnodeReadOnly<double>("/variations/methan_and_long_lived_ozone").read(forcingFactor).value();
-    s_i_dataSet = EndnodeReadOnly<std::string>("/data_set_selector").read(forcingFactor).value();
+void DallaraConfig::read_forcing_factor_config_data(const node& forcingFactor) {
+    forcing_factor_variation_AIC = EndnodeReadOnly<double>("/variations/aircraft_induced_cloudiness").read(forcingFactor).value();
+    forcing_factor_variation_O3S = EndnodeReadOnly<double>("/variations/short_lived_ozone").read(forcingFactor).value();
+    forcing_factor_variation_CH4O3L = EndnodeReadOnly<double>("/variations/methane_and_long_lived_ozone").read(forcingFactor).value();
+    forcing_factor_dataset = EndnodeReadOnly<std::string>("/data_set_selector").read(forcingFactor).value();
 }
 
 DallaraConfig::~DallaraConfig() {
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.h b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.h
index d5eab5ef8d250de24a604afb9c61bfdde0acb4df..2004592aef02bd7ed6172046174eec980a719408 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.h
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraConfig.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,17 +31,17 @@
 */
 class DallaraConfig {
  public:
-    //aigner: New Factors to account for variations in s_i_height
-    //(Reference Dallara --> forcing factors (s_i_height) have a 66% likelihood range
-    double s_i_heightVariation_AIC;/**< Variable for variation of AIC forcing factor [-]*/
-    double s_i_heightVariation_O3S;/**< Variable for variation of O3S forcing factor [-]*/
-    double s_i_heightVariation_CH4O3L;/**< Variable for variation of CH4O3L forcing factor [-]*/
+    //aigner: New Factors to account for variations in forcing_factor_height
+    //(Reference Dallara --> forcing factors (forcing_factor_height) have a 66% likelihood range
+    double forcing_factor_variation_AIC;/**< Variable for variation of AIC forcing factor [-]*/
+    double forcing_factor_variation_O3S;/**< Variable for variation of O3S forcing factor [-]*/
+    double forcing_factor_variation_CH4O3L;/**< Variable for variation of CH4O3L forcing factor [-]*/
     /*Climate effect input parameters*/
     double fuelAICfactor;/**<Factor to vary the impact of aircraft induced cloudiness (min: 0.3, max 0.8) [-]*/
-    std::string s_i_dataSet;/**<Data set for forcing factor calculation. 'mode_0': Dallara 2011, 'mode_1': Dahlmann 2011*/
+    std::string forcing_factor_dataset;/**<Data set for forcing factor calculation. 'mode_0': Dallara 2011, 'mode_1': Dahlmann 2011*/
     int tmax;/**<Considered timeframe [yr] */
     double devRate;/**<Devaluation rate of the temperature response [-]*/
-    int durationOperation; /**< Duration of the operating phase [yr] */
+    int duration_operation; /**< Duration of the operating phase [yr] */
 
     /** \brief Default constructor of class DallaraConfig
      */
@@ -54,13 +54,13 @@ class DallaraConfig {
     /** \brief Function to read schaefer specific data from ecological_assessment.xml
      * \param config node of the data structure defined by config file
      */
-    void readAllConfigData(const node& config);
+    void read_all_config_data(const node& config);
 
  private:
-    /** \brief Function to read devlopment data from conig.xml
-     * \param forcingFactor node of the forcingFactor in config file
+    /** \brief Function to read forcing factor data from config.xml
+     * \param forcingFactor node of the forcing_factors in config file
      */
-    void readForcingFactorConfigData(const node& forcingFactor);
+    void read_forcing_factor_config_data(const node& forcingFactor);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_CLIMATE_MODEL_DALLARA_DALLARACONFIG_H_
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.cpp
index 89ef43a06c265414d0822032cbefe8cfb7605785..71637646fb341a81b6f2db62fd03ba33726ec9b5 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,56 +31,56 @@
 DallaraIOData::DallaraIOData(const node& acXML, const node& config, std::shared_ptr<node> ecoAssXML)
     :
     configuration(DallaraConfig()),
-    rangeStudy(0.),
-    topOfClimbRange(0.),
-    topOfDescentRange(0.),
-    flightsPerYear(0),
-    endOfCruiseStep(),
-    flightLevel(),
+    range_study(0.),
+    top_of_climb_range(0.),
+    top_of_descent_range(0.),
+    flights_per_year(0),
+    relative_end_of_cruise_step(),
+    flight_level(),
     ATR(0.) {
-        configuration.readAllConfigData(config);
-        readAircraft(acXML);
-        readEcologicalAssessmentXML(*ecoAssXML);
+        configuration.read_all_config_data(config);
+        read_aircraft(acXML);
+        read_ecological_assessment_xml(*ecoAssXML);
     }
 
 /* Input data methods*/
-void DallaraIOData::readAircraft(const node& acXML) {
-    rangeStudy = EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/range").read(acXML).value();
-    topOfClimbRange = EndnodeReadOnly<double>("analysis/mission/study_mission/cruise/top_of_climb_range").read(acXML).value();
-    topOfDescentRange = EndnodeReadOnly<double>("analysis/mission/study_mission/cruise/top_of_descent_range").read(acXML).value();
-    flightsPerYear = EndnodeReadOnly<int>("assessment/cost_estimation/operating_cost/direct_operating_cost/flights_per_year_study_mission").read(acXML).value();
-    durationOperation = EndnodeReadOnly<int>("requirements_and_specifications/assessment_scenario/duration_operation").read(acXML).value_xml();
-    emissionMass[7] = convertUnit(METER, NAUTICALMILE, rangeStudy); //AIC; Climateimpact over flown length [nm] not over emitted emissions
-    int numberOfCruiseSteps = acXML.getVector("aircraft_exchange_file/analysis/mission/study_mission/cruise/cruise_steps/cruise_step").size();
-    for (int i = 0; i < numberOfCruiseSteps; i++) {
-        EndnodeReadOnly<double> cruiseStepEnd("analysis/mission/study_mission/cruise/cruise_steps/cruise_step@" + num2Str(i) + "/relative_end_of_cruise_step");
-        endOfCruiseStep.push_back(cruiseStepEnd.read(acXML).value());
-        EndnodeReadOnly<double> cruiseStepAlt("analysis/mission/study_mission/cruise/cruise_steps/cruise_step@" + num2Str(i) + "/altitude");
-        flightLevel.push_back(convertUnit(METER, FOOT, cruiseStepAlt.read(acXML).value())/100.);
+void DallaraIOData::read_aircraft(const node& acXML) {
+    range_study = EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/range").read(acXML).value();
+    top_of_climb_range = EndnodeReadOnly<double>("analysis/mission/study_mission/cruise/top_of_climb_range").read(acXML).value();
+    top_of_descent_range = EndnodeReadOnly<double>("analysis/mission/study_mission/cruise/top_of_descent_range").read(acXML).value();
+    flights_per_year = EndnodeReadOnly<int>("assessment/cost_estimation/operating_cost/direct_operating_cost/flights_per_year_study_mission").read(acXML).value();
+    duration_operation = EndnodeReadOnly<int>("requirements_and_specifications/assessment_scenario/duration_operation").read(acXML).value_xml();
+    emissionMass[7] = convertUnit(METER, NAUTICALMILE, range_study); //AIC; Climateimpact over flown length [nm] not over emitted emissions
+    int number_of_cruise_steps = acXML.getVector("aircraft_exchange_file/analysis/mission/study_mission/cruise/cruise_steps/cruise_step").size();
+    for (int i = 0; i < number_of_cruise_steps; i++) {
+        EndnodeReadOnly<double> cruise_step_end("analysis/mission/study_mission/cruise/cruise_steps/cruise_step@" + num2Str(i) + "/relative_end_of_cruise_step");
+        relative_end_of_cruise_step.push_back(cruise_step_end.read(acXML).value());
+        EndnodeReadOnly<double> cruise_step_altitude("analysis/mission/study_mission/cruise/cruise_steps/cruise_step@" + num2Str(i) + "/altitude");
+        flight_level.push_back(convertUnit(METER, FOOT, cruise_step_altitude.read(acXML).value())/100.);
     }
 }
 
-void DallaraIOData::readEcologicalAssessmentXML(const node& ecoAssXML) {
+void DallaraIOData::read_ecological_assessment_xml(const node& ecoAssXML) {
     /* Fill std::vector emissionMass: emitted emissions per mission or for AIC only route length*/ //
-    std::string emissionsPath("ecological_data_file/mission_emissions/study_mission/emissions/");
-    emissionMass[0] = EndnodeReadOnly<double>("LTO_cycle/CO2").read(ecoAssXML.at(emissionsPath)).value() //CO2
-                        + EndnodeReadOnly<double>("cruise/CO2").read(ecoAssXML.at(emissionsPath)).value();
-    emissionMass[1] = EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissionsPath)).value() //CH4 (via NOx)
-                        + EndnodeReadOnly<double>("cruise/NOx").read(ecoAssXML.at(emissionsPath)).value();
-    emissionMass[2] = EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissionsPath)).value() //O3L (via NOx)
-                        + EndnodeReadOnly<double>("cruise/NOx").read(ecoAssXML.at(emissionsPath)).value();
-    emissionMass[3] = EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissionsPath)).value() //O3S (via NOx)
-                        + EndnodeReadOnly<double>("cruise/NOx").read(ecoAssXML.at(emissionsPath)).value();
-    emissionMass[4] = EndnodeReadOnly<double>("LTO_cycle/H2O").read(ecoAssXML.at(emissionsPath)).value() //H2O
-                        + EndnodeReadOnly<double>("cruise/H2O").read(ecoAssXML.at(emissionsPath)).value();
-    emissionMass[5] = EndnodeReadOnly<double>("LTO_cycle/soot").read(ecoAssXML.at(emissionsPath)).value() //Soot
-                        + EndnodeReadOnly<double>("cruise/soot").read(ecoAssXML.at(emissionsPath)).value();
-    emissionMass[6] = EndnodeReadOnly<double>("LTO_cycle/SO4").read(ecoAssXML.at(emissionsPath)).value() //SO4
-                        + EndnodeReadOnly<double>("cruise/SO4").read(ecoAssXML.at(emissionsPath)).value();
+    std::string emissions_path("ecological_data_file/mission_emissions/study_mission/emissions/");
+    emissionMass[0] = EndnodeReadOnly<double>("LTO_cycle/CO2").read(ecoAssXML.at(emissions_path)).value() //CO2
+                        + EndnodeReadOnly<double>("cruise/CO2").read(ecoAssXML.at(emissions_path)).value();
+    emissionMass[1] = EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissions_path)).value() //CH4 (via NOx)
+                        + EndnodeReadOnly<double>("cruise/NOx").read(ecoAssXML.at(emissions_path)).value();
+    emissionMass[2] = EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissions_path)).value() //O3L (via NOx)
+                        + EndnodeReadOnly<double>("cruise/NOx").read(ecoAssXML.at(emissions_path)).value();
+    emissionMass[3] = EndnodeReadOnly<double>("LTO_cycle/NOx").read(ecoAssXML.at(emissions_path)).value() //O3S (via NOx)
+                        + EndnodeReadOnly<double>("cruise/NOx").read(ecoAssXML.at(emissions_path)).value();
+    emissionMass[4] = EndnodeReadOnly<double>("LTO_cycle/H2O").read(ecoAssXML.at(emissions_path)).value() //H2O
+                        + EndnodeReadOnly<double>("cruise/H2O").read(ecoAssXML.at(emissions_path)).value();
+    emissionMass[5] = EndnodeReadOnly<double>("LTO_cycle/soot").read(ecoAssXML.at(emissions_path)).value() //Soot
+                        + EndnodeReadOnly<double>("cruise/soot").read(ecoAssXML.at(emissions_path)).value();
+    emissionMass[6] = EndnodeReadOnly<double>("LTO_cycle/SO4").read(ecoAssXML.at(emissions_path)).value() //SO4
+                        + EndnodeReadOnly<double>("cruise/SO4").read(ecoAssXML.at(emissions_path)).value();
 }
 
 /* Output data methods*/
-void DallaraIOData::updateAircraftXML(std::shared_ptr<RuntimeIO> rtIO) {
+void DallaraIOData::update_aircraft_xml(std::shared_ptr<RuntimeIO> rtIO) {
     Endnode<double> ATRnode("average_temperature_response",
                             "Integrated temperature change per year caused by aircraft operation divided by operating lifetime",
                             ATR, "K", 0, 1e-5);
@@ -89,7 +89,7 @@ void DallaraIOData::updateAircraftXML(std::shared_ptr<RuntimeIO> rtIO) {
         rtIO->acxml[subpath];
         rtIO->acxml.at(subpath).addAttrib("description", "Ecological assessment data");
     }
-    ATRnode.update(rtIO->acxml.at("aircraft_exchange_file/assessment/ecological_assessment/"));
+    //ATRnode.update(rtIO->acxml.at("aircraft_exchange_file/assessment/ecological_assessment/"));
     rtIO->saveAcXML();
 }
 
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.h b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.h
index 99d283d50e9d4c782ced8777da2fd3aefde2ec43..5d51a2c229be2fade180e28f41e5aefaff078f3d 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.h
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraIOData.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -38,14 +38,14 @@ class DallaraIOData {
  public:
     DallaraConfig configuration; /**< Data from configuration file*/
     /* Input parameter*/
-    double rangeStudy; /**< Range Study Mission [m] */
-    double topOfClimbRange; /**< Climb range of study mission [m]*/
-    double topOfDescentRange; /**< Cruise range of study mission [m]*/
-    int flightsPerYear;/**< Number of flights per year [-]*/
-    int durationOperation;/**< Years of aircraft operation [a]*/
+    double range_study; /**< Range Study Mission [m] */
+    double top_of_climb_range; /**< Climb range of study mission [m]*/
+    double top_of_descent_range; /**< Cruise range of study mission [m]*/
+    int flights_per_year;/**< Number of flights per year [-]*/
+    int duration_operation;/**< Years of aircraft operation [a]*/
     double emissionMass[8]{0., 0., 0., 0., 0., 0., 0., 0.};/**< Emissions emitted during one mission [kg] or mission range for aviation cloudiness produced during mission*/
-    std::vector<double> endOfCruiseStep; /**< Cruise step length relative to mission length [-]*/
-    std::vector<double> flightLevel; /**< Flight level of cruise step*/
+    std::vector<double> relative_end_of_cruise_step; /**< Cruise step length relative to mission length [-]*/
+    std::vector<double> flight_level; /**< Flight level of cruise step*/
     /* Output parameter*/
     double ATR; /**< Average temperature response: Integrated temperature change per year caused by aircraft operation divided by operating lifetime [K]*/
 
@@ -63,18 +63,18 @@ class DallaraIOData {
     /** \brief Funtions reads data from aircraft xml
      * \param acXML Node of aircraft xml
      */
-    void readAircraft(const node& acXML);
+    void read_aircraft(const node& acXML);
 
     /** \brief Funtions reads data from ecological asessment results xml
      * \param ecoAssXML Node of eco xml
      */
-    void readEcologicalAssessmentXML(const node& ecoAssXML);
+    void read_ecological_assessment_xml(const node& ecoAssXML);
 
 
     /** \brief Funtions updates data from aircraft
      * \param rtIO Access to runtime IO
      */
-    void updateAircraftXML(std::shared_ptr<RuntimeIO> rtIO);
+    void update_aircraft_xml(std::shared_ptr<RuntimeIO> rtIO);
 };
 
 #endif // ECOLOGICAL_ASSESSMENT_SRC_STANDARD_STRATEGY_IMPACT_CALCULATION_CLIMATE_MODEL_DALLARA_DALLARAIODATA_H_
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraPlot.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraPlot.cpp
index 248d82812281f25ad04d6c5127792ba5fa059fc4..f409af5f5efade3737c7dcd1c1fa5d57f7c1075e 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraPlot.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraPlot.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,15 +23,16 @@
 #include "../../standard_strategy.h"
 #include "../../../toolinfo.h"
 #include <moduleBasics/plot.h>
+#include <moduleBasics/colors.h>
 
-void StandardStrategy::generatePlots_dallara() {
-    std::string pltDataFileName(rtIO_->getCsvFilesDir() + "/ecological_assessment_climate_impact.csv");
-    this->generatePlotData_dallara(pltDataFileName);
+void StandardStrategy::generate_plots_dallara() {
+    std::string pltDataFileName(rtIO->getCsvFilesDir() + "/ecological_assessment_climate_impact.csv");
+    this->generate_plot_data_dallara(pltDataFileName);
     auto fig = matplot::figure(true);
     fig->size(1200, 1600);
     /* Define x axis */
     std::vector<uint16_t> time;
-    for (uint16_t i = 0; i <= theClimateModelDallara.dallaraIOData_->configuration.tmax; ++i) {
+    for (uint16_t i = 0; i <= theClimateModelDallara.dallaraIOData->configuration.tmax; ++i) {
         time.push_back(i);
     }
     /* Read csv data */
@@ -53,59 +54,60 @@ void StandardStrategy::generatePlots_dallara() {
     if (!plotDataFile) {
         myRuntimeInfo->err << "File " << pltDataFileName << " can not be opened!" << std::endl;
     }
-    std::vector<std::string> lineVector;
+    std::vector<std::string> line_vector;
     std::string line;
-    std::vector<std::string> lineData;
+    std::vector<std::string> line_data;
     int row = 0;
     while (std::getline(plotDataFile, line)) {
-        lineVector.push_back(line);
-        split(lineVector.back(), ';', &lineData);
+        line_vector.push_back(line);
+        split(line_vector.back(), ';', &line_data);
         if (row > 1) {
-            for (unsigned int column= 0; column < lineData.size(); column++) {
+            for (unsigned int column= 0; column < line_data.size(); column++) {
                 if (column == 64) {
-                        emissions_CO2.push_back(atof(lineData.at(column).c_str()));
+                        emissions_CO2.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 65) {
-                        emissions_NOx.push_back(atof(lineData.at(column).c_str()));
+                        emissions_NOx.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 66) {
-                        emissions_H2O.push_back(atof(lineData.at(column).c_str()));
+                        emissions_H2O.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 67) {
-                        emissions_soot.push_back(atof(lineData.at(column).c_str()));
+                        emissions_soot.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 68) {
-                        emissions_SO4.push_back(atof(lineData.at(column).c_str()));
+                        emissions_SO4.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 2) {
-                        ATR_CO2.push_back(atof(lineData.at(column).c_str()));
+                        ATR_CO2.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 3) {
-                        ATR_CH4.push_back(atof(lineData.at(column).c_str()));
+                        ATR_CH4.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 4) {
-                        ATR_O3L.push_back(atof(lineData.at(column).c_str()));
+                        ATR_O3L.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 5) {
-                        ATR_O3S.push_back(atof(lineData.at(column).c_str()));
+                        ATR_O3S.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 6) {
-                        ATR_H2O.push_back(atof(lineData.at(column).c_str()));
+                        ATR_H2O.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 7) {
-                        ATR_soot.push_back(atof(lineData.at(column).c_str()));
+                        ATR_soot.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 8) {
-                        ATR_SO4.push_back(atof(lineData.at(column).c_str()));
+                        ATR_SO4.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 9) {
-                        ATR_AIC.push_back(atof(lineData.at(column).c_str()));
+                        ATR_AIC.push_back(atof(line_data.at(column).c_str()));
                 } else if (column == 1) {
-                        ATR_total.push_back(atof(lineData.at(column).c_str()));
+                        ATR_total.push_back(atof(line_data.at(column).c_str()));
                 }
             }
         }
-        lineData.clear();
+        line_data.clear();
         row++;
     }
     plotDataFile.close();
 
     /* Subplot Emissions */
     auto ax1 = matplot::subplot(4, 2, 0);
-    matplot::plot(time, emissions_CO2);
+    ax1->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, emissions_CO2)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, emissions_NOx);
-    matplot::plot(time, emissions_H2O);
-    matplot::plot(time, emissions_soot);
-    matplot::plot(time, emissions_SO4);
+    matplot::plot(time, emissions_NOx)->line_width(1.25);
+    matplot::plot(time, emissions_H2O)->line_width(1.25);
+    matplot::plot(time, emissions_soot)->line_width(1.25);
+    matplot::plot(time, emissions_SO4)->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Emissions");
     ax1->xlabel("Time [yr]");
@@ -115,43 +117,47 @@ void StandardStrategy::generatePlots_dallara() {
                             *std::max_element(emissions_H2O.begin(), emissions_H2O.end()),
                             *std::max_element(emissions_soot.begin(), emissions_soot.end()),
                             *std::max_element(emissions_SO4.begin(), emissions_SO4.end())});
-    ax1->ylim({ACCURACY_LOW, y_max*1.1+1});
+    ax1->ylim({ACCURACY_LOW, y_max*5.});
     ax1->y_axis().scale(matplot::axis_type::axis_scale::log);
     auto lgdEmissions = matplot::legend({"CO2", "NOx", "H2O", "Soot", "SO4"});
 
+    /* Legend entries */
+    std::vector<std::string> legend_labels = {"Total", "CO2", "CH4", "O3L", "O3S", "H2O", "Soot", "SO4", "AIC"};
+
     /* Subplot ATR*/
     auto ax2 = matplot::subplot(4, 2, 1);
-    matplot::plot(time, ATR_CO2);
+    ax2->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, ATR_total)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, ATR_CH4);
-    matplot::plot(time, ATR_O3L);
-    matplot::plot(time, ATR_O3S);
-    matplot::plot(time, ATR_H2O);
-    matplot::plot(time, ATR_soot);
-    matplot::plot(time, ATR_SO4);
-    matplot::plot(time, ATR_AIC);
-    matplot::plot(time, ATR_total);
+    matplot::plot(time, ATR_CO2)->line_width(1.25);
+    matplot::plot(time, ATR_CH4)->line_width(1.25);
+    matplot::plot(time, ATR_O3L)->line_width(1.25);
+    matplot::plot(time, ATR_O3S)->line_width(1.25);
+    matplot::plot(time, ATR_H2O)->line_width(1.25);
+    matplot::plot(time, ATR_soot)->line_width(1.25);
+    matplot::plot(time, ATR_SO4)->line_width(1.25);
+    matplot::plot(time, ATR_AIC)->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Average Temperature Response");
     ax2->xlabel("Time [yr]");
     ax2->ylabel("ATR [K]");
-    std::vector<std::string> legend_labels = {"CO2", "CH4", "O3L", "O3S", "H2O", "Soot", "SO4", "AIC", "Total"};
     auto lgd_ATR = matplot::legend(legend_labels);
     lgd_ATR->num_columns(2);
     lgd_ATR->location(matplot::legend::general_alignment::topright);
 
     /* Subplot RF */
     auto ax3 = matplot::subplot(4, 2, 2);
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(0));
+    ax3->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, theClimateModelDallara.total_annual_radiative_forcing)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(1));
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(2));
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(3));
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(4));
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(5));
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(6));
-    matplot::plot(time, theClimateModelDallara.absRadForcing.at(6));
-    matplot::plot(time, theClimateModelDallara.absRadForcingTotal);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(0))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(1))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(2))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(3))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(4))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(5))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(6))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_radiative_forcing.at(7))->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Radiative Forcing");
     ax3->xlabel("Time [yr]");
@@ -162,16 +168,17 @@ void StandardStrategy::generatePlots_dallara() {
 
     /* Subplot RF modified */
     auto ax4 = matplot::subplot(4, 2, 3);
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(0));
+    ax4->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, theClimateModelDallara.total_annual_normalized_radiative_forcing)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(1));
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(2));
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(3));
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(4));
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(5));
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(6));
-    matplot::plot(time, theClimateModelDallara.absnormRadForcing.at(6));
-    matplot::plot(time, theClimateModelDallara.absnormRadForcingTotal);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(0))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(1))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(2))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(3))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(4))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(5))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(6))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_normalized_radiative_forcing.at(7))->line_width(1.25);
     matplot::title("Normalized Radiative Forcing");
     matplot::hold(matplot::off);
     ax4->xlabel("Time [yr]");
@@ -182,16 +189,17 @@ void StandardStrategy::generatePlots_dallara() {
 
     /* Subplot temperature change */
     auto ax5 = matplot::subplot(4, 2, 4);
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(0));
+    ax5->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, theClimateModelDallara.total_annual_temperature_change)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(1));
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(2));
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(3));
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(4));
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(5));
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(6));
-    matplot::plot(time, theClimateModelDallara.absTempChange.at(6));
-    matplot::plot(time, theClimateModelDallara.absTempChangeTotal);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(0))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(1))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(2))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(3))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(4))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(5))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(6))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change.at(7))->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Temperature Change");
     ax5->xlabel("Time [yr]");
@@ -202,16 +210,17 @@ void StandardStrategy::generatePlots_dallara() {
 
     /* Subplot temperature change weighted*/
     auto ax6 = matplot::subplot(4, 2, 5);
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(0));
+    ax6->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, theClimateModelDallara.total_annual_temperature_change_weighted)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(1));
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(2));
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(3));
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(4));
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(5));
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(6));
-    matplot::plot(time, theClimateModelDallara.absTempChangeweighted.at(6));
-    matplot::plot(time, theClimateModelDallara.absTempChangeweightedTotal);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(0))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(1))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(2))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(3))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(4))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(5))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(6))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_temperature_change_weighted.at(7))->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Weighted Temperature Change");
     ax6->xlabel("Time [yr]");
@@ -222,16 +231,17 @@ void StandardStrategy::generatePlots_dallara() {
 
     /* Subplot AGWP */
     auto ax7 = matplot::subplot(4, 2, 6);
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(0));
+    ax7->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, theClimateModelDallara.total_annual_agwp)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(1));
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(2));
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(3));
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(4));
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(5));
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(6));
-    matplot::plot(time, theClimateModelDallara.absAGWP.at(6));
-    matplot::plot(time, theClimateModelDallara.absAGWP);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(0))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(1))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(2))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(3))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(4))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(5))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(6))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agwp.at(7))->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Absolute Global Warming Potential");
     ax7->xlabel("Time [yr]");
@@ -242,16 +252,17 @@ void StandardStrategy::generatePlots_dallara() {
 
     /* Subplot AGTP */
     auto ax8 = matplot::subplot(4, 2, 7);
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(0));
+    ax8->colororder(colors::unicado_to_matplot_colororder());
+    matplot::plot(time, theClimateModelDallara.total_annual_agtp)->line_width(1.25);
     matplot::hold(matplot::on);
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(1));
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(2));
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(3));
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(4));
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(5));
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(6));
-    matplot::plot(time, theClimateModelDallara.TotalTempChange.at(6));
-    matplot::plot(time, theClimateModelDallara.TotalTempChangeTotal);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(0))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(1))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(2))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(3))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(4))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(5))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(6))->line_width(1.25);
+    matplot::plot(time, theClimateModelDallara.annual_agtp.at(7))->line_width(1.25);
     matplot::hold(matplot::off);
     matplot::title("Absolute Global Temperature Potential");
     ax8->xlabel("Time [yr]");
@@ -260,11 +271,11 @@ void StandardStrategy::generatePlots_dallara() {
     lgd_AGTP->num_columns(2);
     lgd_AGTP->location(matplot::legend::general_alignment::topright);
     /* Save plot */
-    std::string plotFilePath = rtIO_->getPlotDir() + "/" + std::string(TOOL_NAME) + "_climate_impact.svg";
+    std::string plotFilePath = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_climate_impact.svg";
     matplot::save(plotFilePath);
 }
 
-void StandardStrategy::generatePlotData_dallara(const std::string& pltDataFile) {
+void StandardStrategy::generate_plot_data_dallara(const std::string& pltDataFile) {
     std::ofstream plot;
     plot.open(pltDataFile.c_str());
     if (!plot) {
@@ -273,20 +284,23 @@ void StandardStrategy::generatePlotData_dallara(const std::string& pltDataFile)
     } else {
         plot << "# " + pltDataFile << std::endl;
         /*Adjust data structure: **/
-        plot << "# (1)Year; (2)ATR_Total; (3)ATR_CO2; (4)ATR_CH4; (5)ATR_O3L; (6)ATR_O3S; (7)ATR_H2O; (8)ATR_Soot; (9)ATR_SO4; (10)ATR_AIC;"
-                " (11)RadiativeForcing_Total[W/m^2]; (12)RadiativeForcing_CO2[W/m^2]; (13)RadiativeForcing_CH4[W/m^2]; (14)RadiativeForcing_O3L[W/m^2];"
-                " (15)RadiativeForcing_O3S[W/m^2]; (16)RadiativeForcing_H2O[W/m^2]; (17)RadiativeForcing_Soot[W/m^2]; (18)RadiativeForcing_SO4[W/m^2];"
-                " (19)RadiativeForcing_AIC[W/m^2]; (20)normRadiativeForcing_Total[]; (21)normRadiativeForcing_CO2[]; (22)normRadiativeForcing_CH4[];"
-                " (23)normRadiativeForcing_O3L[]; (24)normRadiativeForcing_O3S[]; (25)normRadiativeForcing_H2O[]; (26)normRadiativeForcing_Soot[];"
-                " (27)normRadiativeForcing_SO4[]; (28)normRadiativeForcing_AIC[]; (29)AGWP_Total[W/m^2]; (30)AGWP_CO2[W/m^2]; (31)AGWP_CH4[W/m^2];"
-                " (32)AGWP_O3L[W/m^2]; (33)AGWP_O3S[W/m^2]; (34)AGWP_H2O[W/m^2]; (35)AGWP_Soot[W/m^2]; (36)AGWP_SO4[W/m^2]; (37)AGWP_AIC[W/m^2];"
-                " (38)TempChange_Total[K]; (39)TempChange_CO2[K]; (40)TempChange_CH4[K]; (41)TempChange_O3L[K]; (42)TempChange_O3S[K]; (43)TempChange_H2O[K];"
-                " (44)TempChange_Soot[K]; (45)TempChange_SO4[K]; (46)TempChange_AIC[K]; (47)TempChangeweighted_Total[K]; (48)TempChangeweighted_CO2[K];"
-                " (49)TempChangeweighted_CH4[K]; (50)TempChangeweighted_O3L[K]; (51)TempChangeweighted_O3S[K]; (52)TempChangeweighted_H2O[K];"
-                " (53)TempChangeweighted_Soot[K]; (54)TempChangeweighted_SO4[K]; (55)TempChangeweighted_AIC[K]; (56)AbsoluteGTP_Total[K]; (57)AbsoluteGTP_CO2[K];"
-                " (58)AbsoluteGTP_CH4[K]; (59)AbsoluteGTP_O3L[K]; (60)AbsoluteGTP_O3S[K]; (61)AbsoluteGTP_H2O[K]; (62)AbsoluteGTP_Soot[K]; (63)AbsoluteGTP_SO4[K];"
-                " (64)AbsoluteGTP_SO4[K]; (65)EmissionsPerYear_CO2[kg]; (66)EmissionsPerYear_NOx[kg]; (67)EmissionsPerYear_H2O[kg]; (68)EmissionsPerYear_Soot[kg];"
-                " (69)EmissionsPerYear_SO4[kg]; (70)NauticalMilesPerYear_forAIC[nm];  " << std::endl;
+        plot << "# (1) Year; (2) ATR Total [K]; (3) ATR CO2 [K]; (4) ATR CH4 [K]; (5) ATR O3L [K]; (6) ATR O3S [K]; (7) ATR H2O [K]; "
+                " (8) ATR Soot [K]; (9) ATR SO4 [K]; (10) ATR AIC [K]; (11) Radiative Forcing Total [W/m^2]; (12) Radiative Forcing CO2 [W/m^2];"
+                " (13) Radiative Forcing CH4 [W/m^2]; (14) Radiative Forcing O3L [W/m^2]; (15) Radiative Forcing O3S [W/m^2]; (16) Radiative Forcing H2O [W/m^2];"
+                " (17) Radiative Forcing Soot [W/m^2]; (18) Radiative Forcing SO4 [W/m^2]; (19) Radiative Forcing AIC [W/m^2]; "
+                " (20) Normalized Radiative Forcing Total [-]; (21) Normalized Radiative Forcing CO2 [-]; (22) Normalized Radiative Forcing CH4 [-];"
+                " (23) Normalized Radiative Forcing O3L [-]; (24) Normalized Radiative Forcing O3S [-]; (25)Normalized Radiative Forcing H2O [-];"
+                " (26) Normalized Radiative Forcing Soot [-]; (27) Normalized Radiative Forcing SO4 [-]; (28)Normalized Radiative Forcing AIC [-];"
+                " (29) AGWP Total [W/m^2]; (30) AGWP CO2 [W/m^2]; (31) AGWP CH4 [W/m^2]; (32) AGWP O3L [W/m^2]; (33) AGWP O3S [W/m^2]; (34) AGWP H2O [W/m^2];"
+                " (35) AGWP Soot [W/m^2]; (36) AGWP SO4 [W/m^2]; (37) AGWP AIC [W/m^2]; (38) Temperature Change Total [K]; (39) Temperature Change CO2 [K];"
+                " (40) Temperature Change CH4 [K]; (41) Temperature Change O3L [K]; (42) Temperature Change O3S [K]; (43) Temperature Change H2O [K];"
+                " (44) Temperature Change Soot [K]; (45) Temperature Change SO4 [K]; (46) Temperature Change AIC [K]; (47) Temperature Change Weighted Total [K];"
+                " (48) Temperature Change Weighted CO2 [K]; (49) Temperature Change Weighted CH4 [K]; (50) Temperature Change Weighted O3L[K];"
+                " (51) Temperature Change Weighted O3S [K]; (52) Temperature Change Weighted_H2O [K]; (53) Temperature Change Weighted Soot [K]; "
+                " (54) Temperature Change Weighted SO4 [K]; (55) Temperature Change Weighted AIC [K]; (56) AGTP Total [K]; (57) AGTP CO2 [K];"
+                " (58) AGTP CH4 [K]; (59) AGTP O3L [K]; (60) AGTP O3S [K]; (61) AGTP H2O [K]; (62) AGTP Soot [K]; (63) AGTP SO4 [K];"
+                " (64) AGTP SO4 [K]; (65) Emissions per Year CO2 [kg]; (66) Emissions per Year NOx [kg]; (67) Emissions per Year H2O [kg]; (68) Emissions per Year Soot [kg];"
+                " (69) Emissions per Year SO4 [kg]; (70) Nautical Miles per Year for AIC [NMi];  " << std::endl;
         std::vector<double> ATRyearTmp;
         std::vector<double> ATRyear_CO2Tmp;
         std::vector<double> ATRyear_CH4Tmp;
@@ -302,9 +316,9 @@ void StandardStrategy::generatePlotData_dallara(const std::string& pltDataFile)
         std::vector<double> e_year_sootTmp;
         std::vector<double> e_year_SO4Tmp;
         std::vector<double> e_year_AICTmp;
-        for (uint16_t t = 0; t <= theClimateModelDallara.dallaraIOData_->configuration.tmax; t++) {
+        for (uint16_t t = 0; t <= theClimateModelDallara.dallaraIOData->configuration.tmax; t++) {
             double sigma = 0;
-            if (t < theClimateModelDallara.dallaraIOData_->durationOperation) {
+            if (t < theClimateModelDallara.dallaraIOData->duration_operation) {
                 sigma = 1;
             } else {
                 sigma = 0;
@@ -319,15 +333,15 @@ void StandardStrategy::generatePlotData_dallara(const std::string& pltDataFile)
             ATRyear_sootTmp.push_back(0.);
             ATRyear_SO4Tmp.push_back(0.);
             ATRyear_AICTmp.push_back(0.);
-            ATRyearTmp.back() = sigma * theClimateModelDallara.dallaraIOData_->ATR;
-            ATRyear_CO2Tmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(0);
-            ATRyear_CH4Tmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(1);
-            ATRyear_O3LTmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(2);
-            ATRyear_O3STmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(3);
-            ATRyear_H2OTmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(4);
-            ATRyear_sootTmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(5);
-            ATRyear_SO4Tmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(6);
-            ATRyear_AICTmp.back() = sigma * theClimateModelDallara.ATRyear_i.at(7);
+            ATRyearTmp.back() = sigma * theClimateModelDallara.dallaraIOData->ATR;
+            ATRyear_CO2Tmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(0);
+            ATRyear_CH4Tmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(1);
+            ATRyear_O3LTmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(2);
+            ATRyear_O3STmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(3);
+            ATRyear_H2OTmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(4);
+            ATRyear_sootTmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(5);
+            ATRyear_SO4Tmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(6);
+            ATRyear_AICTmp.back() = sigma * theClimateModelDallara.ATR_per_year.at(7);
             /* Write out the annual emission values */
             e_year_CO2Tmp.push_back(0.);
             e_year_NOxTmp.push_back(0.);
@@ -335,12 +349,12 @@ void StandardStrategy::generatePlotData_dallara(const std::string& pltDataFile)
             e_year_sootTmp.push_back(0.);
             e_year_SO4Tmp.push_back(0.);
             e_year_AICTmp.push_back(0.);
-            e_year_CO2Tmp.back() = sigma * theClimateModelDallara.e_year_i.at(0);
-            e_year_NOxTmp.back() = sigma * theClimateModelDallara.e_year_i.at(1);
-            e_year_H2OTmp.back() = sigma * theClimateModelDallara.e_year_i.at(4);
-            e_year_sootTmp.back() = sigma * theClimateModelDallara.e_year_i.at(5);
-            e_year_SO4Tmp.back() = sigma * theClimateModelDallara.e_year_i.at(6);
-            e_year_AICTmp.back() = sigma * theClimateModelDallara.e_year_i.at(7);
+            e_year_CO2Tmp.back() = sigma * theClimateModelDallara.emissions_per_year.at(0);
+            e_year_NOxTmp.back() = sigma * theClimateModelDallara.emissions_per_year.at(1);
+            e_year_H2OTmp.back() = sigma * theClimateModelDallara.emissions_per_year.at(4);
+            e_year_sootTmp.back() = sigma * theClimateModelDallara.emissions_per_year.at(5);
+            e_year_SO4Tmp.back() = sigma * theClimateModelDallara.emissions_per_year.at(6);
+            e_year_AICTmp.back() = sigma * theClimateModelDallara.emissions_per_year.at(7);
             plot << t << "; " <<
                  ATRyearTmp.at(t) << ";" <<
                  ATRyear_CO2Tmp.at(t) << ";" <<
@@ -351,29 +365,29 @@ void StandardStrategy::generatePlotData_dallara(const std::string& pltDataFile)
                  ATRyear_sootTmp.at(t) << ";" <<
                  ATRyear_SO4Tmp.at(t) << ";" <<
                  ATRyear_AICTmp.at(t) << ";" <<
-                 theClimateModelDallara.absRadForcingTotal.at(t) << ";";
+                 theClimateModelDallara.total_annual_radiative_forcing.at(t) << ";";
             for (unsigned int i = 0; i <= 7; i++) {
-                plot << theClimateModelDallara.absRadForcing.at(i).at(t) << ";";
+                plot << theClimateModelDallara.annual_radiative_forcing.at(i).at(t) << ";";
             }
-            plot << theClimateModelDallara.absnormRadForcingTotal.at(t) << ";";
+            plot << theClimateModelDallara.total_annual_normalized_radiative_forcing.at(t) << ";";
             for (unsigned int i = 0; i <= 7; i++) {
-                plot << theClimateModelDallara.absnormRadForcing.at(i).at(t) << ";";
+                plot << theClimateModelDallara.annual_normalized_radiative_forcing.at(i).at(t) << ";";
             }
-            plot << theClimateModelDallara.absAGWPTotal.at(t) << ";";
+            plot << theClimateModelDallara.total_annual_agwp.at(t) << ";";
             for (unsigned int i = 0; i <= 7; i++) {
-                plot << theClimateModelDallara.absAGWP.at(i).at(t) << ";";
+                plot << theClimateModelDallara.annual_agwp.at(i).at(t) << ";";
             }
-            plot << theClimateModelDallara.absTempChangeTotal.at(t) << ";";
+            plot << theClimateModelDallara.total_annual_temperature_change.at(t) << ";";
             for (unsigned int i = 0; i <= 7; i++) {
-                plot << theClimateModelDallara.absTempChange.at(i).at(t) << ";";
+                plot << theClimateModelDallara.annual_temperature_change.at(i).at(t) << ";";
             }
-            plot << theClimateModelDallara.absTempChangeweightedTotal.at(t) << ";";
+            plot << theClimateModelDallara.total_annual_temperature_change_weighted.at(t) << ";";
             for (unsigned int i = 0; i <= 7; i++) {
-                plot << theClimateModelDallara.absTempChangeweighted.at(i).at(t) << ";";
+                plot << theClimateModelDallara.annual_temperature_change_weighted.at(i).at(t) << ";";
             }
-            plot << theClimateModelDallara.TotalTempChangeTotal.at(t) << ";";
+            plot << theClimateModelDallara.total_annual_agtp.at(t) << ";";
             for (unsigned int i = 0; i <= 7; i++) {
-                plot << theClimateModelDallara.TotalTempChange.at(i).at(t) << ";";
+                plot << theClimateModelDallara.annual_agtp.at(i).at(t) << ";";
             }
             plot << e_year_CO2Tmp.at(t) << ";" <<
                  e_year_NOxTmp.at(t) << ";" <<
diff --git a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraReport.cpp b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraReport.cpp
index badd0ec0abc77b6bde90ca5c44f4c3d88e8b42a1..cceb1533e0419294373b08b95ea2ad7ca5c1f675 100644
--- a/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraReport.cpp
+++ b/ecological_assessment/src/standard_strategy/impact_calculation/climate_model_dallara/dallaraReport.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,23 +24,23 @@
 #include <vector>
 
 
-void StandardStrategy::setHtmlBody_dallara(const std::shared_ptr<RuntimeIO> &rtIO) {// cppcheck-suppress unusedFunction
+void StandardStrategy::set_html_body_dallara(const std::shared_ptr<RuntimeIO> &rtIO) {// cppcheck-suppress unusedFunction
     /* Adjust the text part of the report: **/
     //table ATR
     report_->htmlReportStream()
        << html::h2("Climate Impact")
        << "<br>"
        << html::table_begin({"Parameter", "Comment", "Unit", "Value"}, "Climate metrics")
-       << html::table_row("ATR", "<font size=\"-1\">Average Temperature Response per year for operating phase</font>", "10-2 mK",
-                            Rounding(theClimateModelDallara.dallaraIOData_->ATR * 100000, 2))
-       << html::table_row("AGTP", "<font size=\"-1\">Absolute Global Temperature Potential after final year of operation", "10-2 mK",
-                            Rounding(theClimateModelDallara.TotalTempChangeTotal.at(theClimateModelDallara.dallaraIOData_->durationOperation) * 100000., 2))
-       << html::table_row("AGTP100", "<font size=\"-1\">Absolute Global Temperature Potential after 100 years</font>", "10-2 mK",
-                            Rounding(theClimateModelDallara.TotalTempChangeTotal.at(100) * 100000., 2))
-       << html::table_row("AGWP", "<font size=\"-1\">Absolute Global Warming Potential after final year of operation</font>", "10<sup>-5</sup> W&sdot;yr/m<sup>2</sup>",
-                            Rounding(theClimateModelDallara.absAGWPTotal.at(theClimateModelDallara.dallaraIOData_->durationOperation) * 100000., 2))
-       << html::table_row("AGWP100", "<font size=\"-1\">Absolute Global Warming Potential after 100 years</font>", "10<sup>-5</sup> W&sdot;yr/m<sup>2</sup>",
-                            Rounding(theClimateModelDallara.absAGWPTotal.at(100) * 100000., 2))
+       << html::table_row("ATR", "<font size=\"-1\">Average Temperature Response per year for operating phase</font>", "&micro;K",
+                            Rounding(theClimateModelDallara.dallaraIOData->ATR * 1000000., 2))
+       << html::table_row("AGTP", "<font size=\"-1\">Absolute Global Temperature Potential after final year of operation", "&micro;K",
+                            Rounding(theClimateModelDallara.total_annual_agtp.at(theClimateModelDallara.dallaraIOData->duration_operation) * 1000000., 2))
+       << html::table_row("AGTP100", "<font size=\"-1\">Absolute Global Temperature Potential after 100 years</font>", "&micro;K",
+                            Rounding(theClimateModelDallara.total_annual_agtp.at(100) * 1000000., 2))
+       << html::table_row("AGWP", "<font size=\"-1\">Absolute Global Warming Potential after final year of operation</font>", "&micro;W&sdot;yr/m<sup>2</sup>",
+                            Rounding(theClimateModelDallara.total_annual_agwp.at(theClimateModelDallara.dallaraIOData->duration_operation) * 1000000., 2))
+       << html::table_row("AGWP100", "<font size=\"-1\">Absolute Global Warming Potential after 100 years</font>", "&micro;W&sdot;yr/m<sup>2</sup>",
+                            Rounding(theClimateModelDallara.total_annual_agwp.at(100) * 1000000., 2))
        << html::table_end;
        if (rtIO->plotOn) {
           report_->htmlReportStream()
@@ -48,7 +48,7 @@ void StandardStrategy::setHtmlBody_dallara(const std::shared_ptr<RuntimeIO> &rtI
        }
 }
 
-void StandardStrategy::setTexBody_dallara() {
+void StandardStrategy::set_tex_body_dallara() {
     report_->texReportStream() << "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" << std::endl;
     report_->texReportStream() << "\\begin{frame}" << std::endl;
     report_->texReportStream() << "\\frametitle{Climate Impact}" << std::endl;
@@ -61,18 +61,18 @@ void StandardStrategy::setTexBody_dallara() {
                                                  << "\\textcolor{ilrdark}{Value} \\\\" << std::endl;
     report_->texReportStream() << "             \\midrule[0.5pt]" << std::endl;
     report_->texReportStream() << "             ATR & \\tiny{Avg. Temp. Resp. per year for operating years} & $10^{-2} \\milli\\kelvin$ & "
-                                                 << Rounding(theClimateModelDallara.dallaraIOData_->ATR * 100000, 2) << " \\\\"
+                                                 << Rounding(theClimateModelDallara.dallaraIOData->ATR * 100000, 2) << " \\\\"
                                                  << std::endl;
     report_->texReportStream() << "             AGTP & \\tiny{Abs. Global Warming Pot. after final year of operation} & $10^{-2} \\milli\\kelvin$ & "
-                                                 << Rounding(theClimateModelDallara.TotalTempChangeTotal.at(theClimateModelDallara.dallaraIOData_->durationOperation)
+                                                 << Rounding(theClimateModelDallara.total_annual_agtp.at(theClimateModelDallara.dallaraIOData->duration_operation)
                                                                * 100000., 2)
                                                  << " \\\\" << std::endl;
     report_->texReportStream() << "             AGTP100 & \\tiny{Abs. Global Warming Pot. after 100 years} &$10^{-2} \\milli\\kelvin$ & "
-           << Rounding(theClimateModelDallara.TotalTempChangeTotal.at(100) * 100000., 2) << " \\\\" << std::endl;
+           << Rounding(theClimateModelDallara.total_annual_agtp.at(100) * 100000., 2) << " \\\\" << std::endl;
     report_->texReportStream() << "             AGWP & \\tiny{Abs. Global Temp. Pot. after final year of operation} & $10^{-5} \\frac{\\watt ~\\yr}{\\square\\meter}$ & "
-           << Rounding(theClimateModelDallara.absAGWPTotal.at(theClimateModelDallara.dallaraIOData_->durationOperation) * 100000., 2) << " \\\\" << std::endl;
+           << Rounding(theClimateModelDallara.total_annual_agwp.at(theClimateModelDallara.dallaraIOData->duration_operation) * 100000., 2) << " \\\\" << std::endl;
     report_->texReportStream() << "             AGWP100 & \\tiny{Abs. Global Temp. Pot. after 100 years} & $10^{- 5} \\frac{\\watt ~\\yr}{\\square\\meter} $ & "
-           << Rounding(theClimateModelDallara.absAGWPTotal.at(100) * 100000., 2) << " \\\\" << std::endl;
+           << Rounding(theClimateModelDallara.total_annual_agwp.at(100) * 100000., 2) << " \\\\" << std::endl;
     report_->texReportStream() << "          \\bottomrule" << std::endl;
     report_->texReportStream() << "        \\end{tabularx}" << std::endl;
     report_->texReportStream() << "     \\end{table}" << std::endl;
diff --git a/ecological_assessment/src/standard_strategy/standard_strategy.cpp b/ecological_assessment/src/standard_strategy/standard_strategy.cpp
index 93e801aaed83df9e389e9427c22138c6f581c674..3340c208ff350500d5b0a8f35795e8e12402b23b 100644
--- a/ecological_assessment/src/standard_strategy/standard_strategy.cpp
+++ b/ecological_assessment/src/standard_strategy/standard_strategy.cpp
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,86 +33,86 @@
 void StandardStrategy::initialize() {
     myRuntimeInfo->out << "Initialize standard strategy" << std::endl;
     /* Read calculation methods from config */
-    lifeCycleEmissionsMethod = EndnodeReadOnly<std::string>("method").read(rtIO_->moduleConfig.at("program_settings/"
+    life_cycle_emissions_method = EndnodeReadOnly<std::string>("method").read(rtIO->moduleConfig.at("program_settings/"
                                 + std::string("standard_strategy/emission_calculation/life_cycle_emissions_methods/"))).value();
-    myRuntimeInfo->out << "  Method " << lifeCycleEmissionsMethod << " will be used for life cycle emission calculation" << std::endl;
-    climateModelMethod = EndnodeReadOnly<std::string>("method").read(rtIO_->moduleConfig.at("program_settings/"
+    myRuntimeInfo->out << "  Method " << life_cycle_emissions_method << " will be used for life cycle emission calculation" << std::endl;
+    climate_model_method = EndnodeReadOnly<std::string>("method").read(rtIO->moduleConfig.at("program_settings/"
                                 + std::string("standard_strategy/impact_calculation/climate_model_methods/"))).value();
-    myRuntimeInfo->out << "  Method " << climateModelMethod << " will be used for climate model" << std::endl;
-    airQualityMethod = EndnodeReadOnly<std::string>("method").read(rtIO_->moduleConfig.at("program_settings/"
+    myRuntimeInfo->out << "  Method " << climate_model_method << " will be used for climate model" << std::endl;
+    air_quality_method = EndnodeReadOnly<std::string>("method").read(rtIO->moduleConfig.at("program_settings/"
                                 + std::string("standard_strategy/impact_calculation/air_quality_methods/"))).value();
-    myRuntimeInfo->out << "  Method " << airQualityMethod << " will be used for air quality calculation" << std::endl;
+    myRuntimeInfo->out << "  Method " << air_quality_method << " will be used for air quality calculation" << std::endl;
 
     /* Prepare ecological_assessment.xml */
-    if (!std::filesystem::exists(rtIO_->getXmlDir())) std::filesystem::create_directory(rtIO_->getXmlDir());
-    std::string filepath = rtIO_->getXmlDir() + FILESEPERATOR + TOOL_NAME + "_results.xml";
+    if (!std::filesystem::exists(rtIO->getXmlDir())) std::filesystem::create_directory(rtIO->getXmlDir());
+    std::string filepath = rtIO->getXmlDir() + FILESEPERATOR + TOOL_NAME + "_results.xml";
     if (fileExists(filepath)) { // Delete old calculation results of this phase
-        ecologicalAssessmentXML_ = aixml::openDocument(std::filesystem::path(filepath));
-        node* node = ecologicalAssessmentXML_->find("/ecological_data_file");
+        ecological_assessment_xml = aixml::openDocument(std::filesystem::path(filepath));
+        node* node = ecological_assessment_xml->find("/ecological_data_file");
         if (node != nullptr) {
             node->deleteChildren();
         }
     } else {
-        ecologicalAssessmentXML_ = std::make_shared<node>(filepath);
-        ecologicalAssessmentXML_->appendChild("ecological_data_file");
+        ecological_assessment_xml = std::make_shared<node>(filepath);
+        ecological_assessment_xml->appendChild("ecological_data_file");
     }
 
     /* Initialize Report */
-    report_ = std::shared_ptr<Report>(new Report(rtIO_));
+    report_ = std::shared_ptr<Report>(new Report(rtIO));
 }
 
 void StandardStrategy::run() {
     myRuntimeInfo->out << "Run standard strategy" << std::endl;
 
     /* Mission emission calculation */
-    theDesignMission.run("design", rtIO_, ecologicalAssessmentXML_);
-    theStudyMission.run("study", rtIO_, ecologicalAssessmentXML_);
+    theDesignMission.run("design", rtIO, ecological_assessment_xml);
+    theStudyMission.run("study", rtIO, ecological_assessment_xml);
 
     /* Life cycle emission calculation */
-    if (lifeCycleEmissionsMethod == "NO") {
-    } else if (lifeCycleEmissionsMethod == "SCHAEFER") {
-        theLifeCycleEmissionsSchaefer.run(rtIO_, ecologicalAssessmentXML_);
+    if (life_cycle_emissions_method == "NO") {
+    } else if (life_cycle_emissions_method == "SCHAEFER") {
+        theLifeCycleEmissionsSchaefer.run(rtIO, ecological_assessment_xml);
     } else {
-        myRuntimeInfo->warn << "Life cycle emission method" << lifeCycleEmissionsMethod << " unknow. Please check settings in config file!" << std::endl;
+        myRuntimeInfo->warn << "Life cycle emission method" << life_cycle_emissions_method << " unknow. Please check settings in config file!" << std::endl;
     }
 
     /* Climate model */
-    if (climateModelMethod == "NO") {
-    } else if (climateModelMethod == "DALLARA") {
-        theClimateModelDallara.run(rtIO_, ecologicalAssessmentXML_);
+    if (climate_model_method == "NO") {
+    } else if (climate_model_method == "DALLARA") {
+        theClimateModelDallara.run(rtIO, ecological_assessment_xml);
     } else {
-        myRuntimeInfo->warn << "Climate model method" << climateModelMethod << " unknow. Please check settings in config file!" << std::endl;
+        myRuntimeInfo->warn << "Climate model method" << climate_model_method << " unknown. Please check settings in config file!" << std::endl;
     }
 
     /* Air quality */
-    if (airQualityMethod == "NO") {
-    } else if (airQualityMethod == "SCHAEFER") {
-        theAQISchaefer.run(rtIO_, ecologicalAssessmentXML_);
+    if (air_quality_method == "NO") {
+    } else if (air_quality_method == "SCHAEFER") {
+        theAQISchaefer.run(rtIO, ecological_assessment_xml);
     } else {
-        myRuntimeInfo->warn << "Air quality calculation method " << airQualityMethod << " unknow. Please check settings in config file!" << std::endl;
+        myRuntimeInfo->warn << "Air quality calculation method " << air_quality_method << " unknown. Please check settings in config file!" << std::endl;
     }
 }
 
 void StandardStrategy::update() {
-    myRuntimeInfo->out << "Update " + rtIO_->acxmlAccess.filename().string() << std::endl;
-    theClimateModelDallara.dallaraIOData_->updateAircraftXML(rtIO_);
+    myRuntimeInfo->out << "Update " + rtIO->acxmlAccess.filename().string() << std::endl;
+    theClimateModelDallara.dallaraIOData->update_aircraft_xml(rtIO);
 }
 
 void StandardStrategy::report() {
     /* Plots */
-    if (rtIO_->plotOn) {
+    if (rtIO->plotOn) {
         myRuntimeInfo->out << "Generate plots" << std::endl;
         myRuntimeInfo->out << "  Generate study mission plots" << std::endl;
-        generateMissionEmissionsPlot("study");
+        generate_mission_emissions_plot("study");
         myRuntimeInfo->out << "  Generate design mission plots" << std::endl;
-        generateMissionEmissionsPlot("design");
-        if (lifeCycleEmissionsMethod == "SCHAEFER" && rtIO_->aircraft_energy_carrier_type() == "kerosene" && rtIO_->aircraft_configuration_type() == "tube_and_wing") {
-            myRuntimeInfo->out << "  Generate " << lifeCycleEmissionsMethod << " emissions plots" << std::endl;
-            generatePlots_schaefer();
+        generate_mission_emissions_plot("design");
+        if (life_cycle_emissions_method == "SCHAEFER" && rtIO->aircraft_energy_carrier_type() == "kerosene" && rtIO->aircraft_configuration_type() == "tube_and_wing") {
+            myRuntimeInfo->out << "  Generate " << life_cycle_emissions_method << " emissions plots" << std::endl;
+            generate_plots_schaefer();
         }
-        if (climateModelMethod == "DALLARA") {
-            myRuntimeInfo->out << "  Generate " << climateModelMethod << " plots " << std::endl;
-            generatePlots_dallara();
+        if (climate_model_method == "DALLARA") {
+            myRuntimeInfo->out << "  Generate " << climate_model_method << " plots " << std::endl;
+            generate_plots_dallara();
         }
     }
 
@@ -120,30 +120,30 @@ void StandardStrategy::report() {
     myRuntimeInfo->out << "Write reports" << std::endl;
     report_->htmlReportStream() << html::div_start("class=\"box\""); // start html box
     myRuntimeInfo->out << "  Write mission report body" << std::endl;
-    setHtmlBody_mission(rtIO_);
-    setTexBody_mission();
-    if (lifeCycleEmissionsMethod == "SCHAEFER" && rtIO_->aircraft_energy_carrier_type() == "kerosene" && rtIO_->aircraft_configuration_type() == "tube_and_wing") {
-        myRuntimeInfo->out << "  Write " << lifeCycleEmissionsMethod << " emissions report body" << std::endl;
-        setHtmlBody_LCA_schaefer(rtIO_);
-        setTexBody_LCA_schaefer(rtIO_);
-        generateInflightEmissionsCSV_schaefer();
-        generateLifeCycleEmissionsCSV_schaefer();
+    set_html_body_mission(rtIO);
+    set_tex_body_mission();
+    if (life_cycle_emissions_method == "SCHAEFER" && rtIO->aircraft_energy_carrier_type() == "kerosene" && rtIO->aircraft_configuration_type() == "tube_and_wing") {
+        myRuntimeInfo->out << "  Write " << life_cycle_emissions_method << " emissions report body" << std::endl;
+        set_html_body_LCA_schaefer(rtIO);
+        set_tex_body_LCA_schaefer(rtIO);
+
+        generate_life_cycle_emissions_csv_schaefer();
     }
-    if (climateModelMethod == "DALLARA") {
-        myRuntimeInfo->out << "  Write " << climateModelMethod << " climate report body" << std::endl;
-        setHtmlBody_dallara(rtIO_);
-        setTexBody_dallara();
+    if (climate_model_method == "DALLARA") {
+        myRuntimeInfo->out << "  Write " << climate_model_method << " climate report body" << std::endl;
+        set_html_body_dallara(rtIO);
+        set_tex_body_dallara();
     }
-    if (airQualityMethod == "SCHAEFER") {
-        myRuntimeInfo->out << "  Write " << airQualityMethod << " air quality report body" << std::endl;
-        setHtmlBody_AQISchaefer();
-        setTexBody_AQISchaefer(rtIO_);
+    if (air_quality_method == "SCHAEFER") {
+        myRuntimeInfo->out << "  Write " << air_quality_method << " air quality report body" << std::endl;
+        set_html_body_AQI_schaefer();
+        set_tex_body_AQI_schaefer(rtIO);
     }
     report_->htmlReportStream() << html::div_end; // end html box
     report_->generateReports();
 }
 
 void StandardStrategy::save() {
-    aixml::saveDocument(*ecologicalAssessmentXML_);
+    aixml::saveDocument(*ecological_assessment_xml);
 }
 
diff --git a/ecological_assessment/src/standard_strategy/standard_strategy.h b/ecological_assessment/src/standard_strategy/standard_strategy.h
index d214b6b8c1db799a4de64a3545ab5c5460dad913..b6c2b0200751ec512dbe7d677bf10aaa2a97e14c 100644
--- a/ecological_assessment/src/standard_strategy/standard_strategy.h
+++ b/ecological_assessment/src/standard_strategy/standard_strategy.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ class StandardStrategy : public Strategy {
   /** \brief Constructor of class StandardStrategy
   * \param rtIO Access to runtimeIO
   */
-  explicit StandardStrategy(std::shared_ptr<RuntimeIO> rtIO): rtIO_(rtIO) {}
+  explicit StandardStrategy(std::shared_ptr<RuntimeIO> rtIO): rtIO(rtIO) {}
   /** \brief Destructor of class StandardStrategy */
   ~StandardStrategy() = default;
 
@@ -61,83 +61,76 @@ class StandardStrategy : public Strategy {
   /* Reporting functions mission emission*/
   /** \brief Define the content of the HTML Report body
    */
-  void setHtmlBody_mission(const std::shared_ptr<RuntimeIO> &rtIO);
+  void set_html_body_mission(const std::shared_ptr<RuntimeIO> &rtIO);
   /** \brief Define the content of the Tex Report body
    */
-  void setTexBody_mission();
+  void set_tex_body_mission();
 
   /* Plotting function for mission*/
   /** \brief Plots emission flows over mission
    * \param missionType Type of the mission (study or design)
    */
-  void generateMissionEmissionsPlot(const std::string& missionType);
+  void generate_mission_emissions_plot(const std::string& missionType);
 
   /* Reporting functions LCA_Schaefer*/
   /** \brief Define the content of the HTML Report body
    * \param rtIO Access to runtime IO
    */
-  void setHtmlBody_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO);
+  void set_html_body_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO);
   /** \brief Define the content of the Tex Report body
    * \param rtIO Access to runtime IO
    */
-  void setTexBody_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO);
+  void set_tex_body_LCA_schaefer(const std::shared_ptr<RuntimeIO> &rtIO);
 
   /* Plotting functions LCA_Schaefer*/
   /** \brief Generates plot of inflight emissions
    */
-  void generatePlots_schaefer();
-  /** \brief Generates csv file for inflight emissions
-   * \param pltName Name of the plot
-   */
-  void generateInflightEmissionsCSV_schaefer();
-  /** \brief Generates inflight emissions csv
-   */
-  void generateInflightEmissionsPlot_schaefer(const std::string& pltName);
+  void generate_plots_schaefer();
   /** \brief Generates plots of life cycle emissions
    */
-  void generateLifeCycleEmissionsPlot_schaefer(const std::string& pltName);
+  void generate_life_cycle_emissions_plot_schaefer(const std::string& pltName);
   /** \brief Generates csv file for life cycle emissions
    */
-  void generateLifeCycleEmissionsCSV_schaefer();
+  void generate_life_cycle_emissions_csv_schaefer();
 
   /* Reporting functions dallara climate model*/
   /** \brief Define the content of the HTML Report body
    * \param rtIO Access to runtime IO
    */
-  void setHtmlBody_dallara(const std::shared_ptr<RuntimeIO> &rtIO);
+  void set_html_body_dallara(const std::shared_ptr<RuntimeIO> &rtIO);
   /** \brief Define the content of the Tex Report body
    */
-  void setTexBody_dallara();
+  void set_tex_body_dallara();
 
   /* Plotting functions climate model dallara */
   /** \brief Generated plots for dallara climate model
    */
-  void generatePlots_dallara();
+  void generate_plots_dallara();
   /** \brief Writes csv with plot data of dallara climate model
    * \param pltDataFile Name of plot data csv
    */
-  void generatePlotData_dallara(const std::string& pltDataFile);
+  void generate_plot_data_dallara(const std::string& pltDataFile);
 
   /* Reporting functions schaefer AQI */
   /** \brief Define the content of the HTML Report body
    */
-  void setHtmlBody_AQISchaefer();
+  void set_html_body_AQI_schaefer();
   /** \brief Define the content of the Tex Report body
    * \param rtIO Access to runtime IO
    */
-  void setTexBody_AQISchaefer(const std::shared_ptr<RuntimeIO> &rtIO);
+  void set_tex_body_AQI_schaefer(const std::shared_ptr<RuntimeIO> &rtIO);
 
 
 
  private:
-  std::shared_ptr<RuntimeIO> rtIO_; /**< RuntimeIO object*/
+  std::shared_ptr<RuntimeIO> rtIO; /**< RuntimeIO object*/
   std::shared_ptr<Report> report_; /**< Pointer to report object*/
-  std::shared_ptr<node> ecologicalAssessmentXML_; /**< Pointer to ecological values node*/
+  std::shared_ptr<node> ecological_assessment_xml; /**< Pointer to ecological values node*/
 
   /* Methods */
-  std::string lifeCycleEmissionsMethod; /**< Chosen method for life cycle emission calulation (NO, SCHAEFER)*/
-  std::string climateModelMethod; /**< Chosen method for climate model (NO, DALLARA)*/
-  std::string airQualityMethod; /**< Chosen method for air quality calculation (NO, SCHAEFER)*/
+  std::string life_cycle_emissions_method; /**< Chosen method for life cycle emission calulation (NO, SCHAEFER)*/
+  std::string climate_model_method; /**< Chosen method for climate model (NO, DALLARA)*/
+  std::string air_quality_method; /**< Chosen method for air quality calculation (NO, SCHAEFER)*/
 
   /* Method objects*/
   Mission theStudyMission;/**< Object contains data of one study mission */
diff --git a/ecological_assessment/src/toolinfo.h b/ecological_assessment/src/toolinfo.h
index 1eddc02ba5908985169c9bff72f7a1792177b1ca..4e0bbae73f806d49cfdc8ac04afc51475a52513d 100644
--- a/ecological_assessment/src/toolinfo.h
+++ b/ecological_assessment/src/toolinfo.h
@@ -1,6 +1,6 @@
 /* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/ecological_assessment/test/CMakeLists.txt b/ecological_assessment/test/CMakeLists.txt
index ec986f28d7e4712b5b2b7f32a726b00b211afb63..53ac2c8a2d66cfb85c5cb5220b94772efe174983 100644
--- a/ecological_assessment/test/CMakeLists.txt
+++ b/ecological_assessment/test/CMakeLists.txt
@@ -20,6 +20,7 @@ if (BUILD_BLACKBOXTESTS)
             UnicadoLibs::engine
             UnicadoLibs::moduleBasics
             UnicadoLibs::atmosphere
+            UnicadoLibs::energyCarriers
             Matplot++::matplot
             GTest::gtest
             UnicadoLibs::blackboxTest
diff --git a/ecological_assessment/test/blackbox_ecological_assessment.cpp b/ecological_assessment/test/blackbox_ecological_assessment.cpp
index ba84fb1630ba6aa3c939c512404981f055e5fabd..34dff4f4629c47e8194067e01efbeee2a4abc2b7 100644
--- a/ecological_assessment/test/blackbox_ecological_assessment.cpp
+++ b/ecological_assessment/test/blackbox_ecological_assessment.cpp
@@ -1,24 +1,22 @@
-/*  Copyright (C) 2024 Chair of Aircraft Design, Technical University Munich
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * @file blackbox_ecological_assessment.cpp
- * @brief The blackbox test for the ecological assessment module.
- * @version 1.0.0
- * @date 2024-08-08
+/* UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 /* === Includes === */
diff --git a/empennage_design/CMakeLists.txt b/empennage_design/CMakeLists.txt
index eab95625bdb4ebf45b0cf768909fddab3a29d1ad..61496a00d588f4bec2dc9077517f3d4e88ec6feb 100644
--- a/empennage_design/CMakeLists.txt
+++ b/empennage_design/CMakeLists.txt
@@ -27,17 +27,23 @@ set(MODULE_SOURCES_TAW_CONVENTIONAL
 )
 
 # V-tail files
-set(MODULE_SOURCES_VTAIL
+set(MODULE_SOURCES_TAW_T_TAIL
+    src/taw/t_tail/low/low_t_tail_empennage_design.cpp
+    src/taw/t_tail/low/low_t_tail_empennage_design_report.cpp
+    src/taw/t_tail/low/low_t_tail_empennage_design_plot.cpp
+    src/taw/t_tail/t_tail_empennage_design_data.cpp
+    src/taw/t_tail/t_tail_empennage_design_config.cpp
 )
 
 set(MODULE_SOURCES_LIB
     src/lib/design_methods/volumeCoefficientMethod.cpp
     src/lib/mass_methods/flopsMassMethod.cpp
+    src/lib/plot_methods/plot_utility.cpp
 )
 
 set(MODULE_SOURCES
     ${MODULE_SOURCES_TAW_CONVENTIONAL}
-    ${MODULE_SOURCES_VTAIL}
+    ${MODULE_SOURCES_TAW_T_TAIL}
     ${MODULE_SOURCES_BWB_VERTICAL_TAILS}
     ${MODULE_SOURCES_LIB}
     src/empennageDesign.cpp
@@ -63,11 +69,14 @@ target_link_libraries(${MODULE_NAME}
 
 # Add the include directories
 target_include_directories(${MODULE_NAME}
-    PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/.. # <- This is due to the includes in the main file # <- This is due to the absolute import in svl/svl/Basics.h
-    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/ # <- This is due to the includes in empennage
-    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/bwb/vertical_tails/low
-    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/conventional
-    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/conventional/low # <- This is due to the includes in the conventional tail
+    PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/..                          # <- This is due to the includes in the main file # <- This is due to the absolute import in svl/svl/Basics.h
+    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/                         # <- This is due to the includes in empennage
+    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/bwb/vertical_tails/low   # <- This is due to the include on fidelity level vertical tails low
+    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/conventional         # <- This is due to the includes in the conventional tail
+    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/conventional/low     # <- This is due to the includes on fidelity level conventional tail low
+    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/t_tail               # <- This is due to the includes in the t tail
+    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/t_tail/low           # <- This is due to the includes on fidelity level t tail low
+    PUBLIC ${CMKA_CURRENT_SOURCE_DIR}/src/lib/plot_methods          # <- This is due to the includes in plot generation
 )
 
 # Set the location where the executable will be placed to the current source directory
@@ -82,11 +91,17 @@ endif()
 
 # Add the installation rules
 install (TARGETS ${MODULE_NAME} DESTINATION ${MODULE_NAME})
-install (FILES 
+if(WIN32)
+    install(FILES
             ${MODULE_NAME}_conf.xml 
             gmp-10.dll
             mpfr-6.dll
          DESTINATION ${MODULE_NAME})
+else()
+    install(FILES
+        ${MODULE_NAME}_conf.xml 
+        DESTINATION ${MODULE_NAME})
+endif()
 
 # Find and include all dependet libraries if dynamically linked
 if(BUILD_SHARED_LIBS)
diff --git a/empennage_design/empennage_design_conf.xml b/empennage_design/empennage_design_conf.xml
index 2935449b81c4dfd78f0848609ab8b1b70e58759b..69bd9bee8aee78fa66f79dd038439fdcc7561b62 100644
--- a/empennage_design/empennage_design_conf.xml
+++ b/empennage_design/empennage_design_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file name="empennage_design_conf.xml">
 	<control_settings description="General control settings for this tool">
 		<aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
+			<value>CSMR-2020.xml</value>
 		</aircraft_exchange_file_name>
 		<aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
 		<own_tool_level description="Specify the tool level of this tool">
 			<value>1</value>
@@ -40,10 +40,10 @@
 			<value>empennage_design.log</value>
 		</log_file>
 		<inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
 		<gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
 	</control_settings>
 	<program_settings>
@@ -545,6 +545,476 @@
 						</control_devices>
 					</tail_element>
 				</conventional>
+				<t_tail>
+					<tail_element description="tail element" ID="0">
+						<name description="element name - do not change">
+							<value>vertical_stabiliser</value>
+						</name>
+						<parameter description="parameters for sizing/resizing">
+							<offset>
+								<rear_x_offset description="x offset from rear of fuselage sizing/resizing parameter">
+									<value>1.5</value>
+									<unit>m</unit>
+									<lower_boundary>1.0</lower_boundary>
+									<upper_boundary>3</upper_boundary>
+								</rear_x_offset>
+								<centerline_y_offset description="y offset from centerline of fuselage">
+									<value>0.0</value>
+									<unit>m</unit>
+									<lower_boundary>-40.0</lower_boundary>
+									<upper_boundary>40.0</upper_boundary>
+								</centerline_y_offset>
+								<centerline_z_offset description="z offset from centerline of fuselage">
+									<value>0.0</value>
+									<unit>m</unit>
+									<lower_boundary>-5.0</lower_boundary>
+									<upper_boundary>5.0</upper_boundary>
+								</centerline_z_offset>
+							</offset>
+							<volume_coefficient description="volumecoefficient sizing/resizing parameter - if 0.0 -> automatic values will be generated">
+								<value>0.0</value> <!--0.0855-->
+								<unit>1</unit>
+								<lower_boundary>0.0</lower_boundary>
+								<upper_boundary>2.0</upper_boundary>
+							</volume_coefficient>
+							<factor_aspect_ratio description= "factor to wing aspect ratio">
+								<value>0.1</value>
+								<unit>1</unit>
+								<lower_boundary>0.001</lower_boundary>
+								<upper_boundary>2</upper_boundary>
+							</factor_aspect_ratio>
+							<factor_taper_ratio description="factor to wing taper ratio">
+								<value>1.6</value>
+								<unit>1</unit>
+								<lower_boundary>0</lower_boundary>
+								<upper_boundary>5</upper_boundary>
+							</factor_taper_ratio>
+							<delta_sweep description="additional sweep to wing sweep">
+								<value>25</value>
+								<unit>deg</unit>
+								<lower_boundary>-90</lower_boundary>
+								<upper_boundary>90</upper_boundary>
+							</delta_sweep>
+						</parameter>
+						<profiles description="tail profile for both inner and outer section">
+							<profile description="tail profile at section 0" ID="0">
+								<name description="profile name">
+									<value>n0012</value>
+								</name>
+							</profile>
+							<profile description="tail profile at section 0" ID="1">
+								<name description="profile name">
+									<value>n0012</value>
+								</name>
+							</profile>
+						</profiles>
+						<spars description="spars">
+							<spar description="spar element" ID="0">
+								<name description="name of spar">
+									<value>front_spar</value>
+								</name>
+								<position description="chord relative position of control device">
+									<inner_position description="relative inner position">
+										<spanwise description="relative spanwise position">
+											<value>0.0</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</inner_position>
+									<outer_position description="relative outer position">
+										<spanwise description="relative spanwise position">
+											<value>1.0</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</outer_position>
+								</position>
+							</spar>
+							<spar description="spar element" ID="1">
+								<name description="name of spar">
+									<value>rear_spar</value>
+								</name>
+								<position description="chord relative position of control device">
+									<inner_position description="relative inner position">
+										<spanwise description="relative spanwise position">
+											<value>0.</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</inner_position>
+									<outer_position description="relative outer position">
+										<spanwise description="relative spanwise position">
+											<value>1</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</outer_position>
+								</position>
+							</spar>
+						</spars>
+						<control_devices description="control devices">
+							<control_device description="control device" ID="0">
+								<type description="type of control surface">
+									<value>rudder</value>
+								</type>
+								<deflection description="maximum positive and negative deflection of control device">
+									<full_negative_deflection description="full negative deflection">
+										<value>-25.0</value>
+										<unit>deg</unit>
+										<lower_boundary>-90</lower_boundary>
+										<upper_boundary>0</upper_boundary>
+									</full_negative_deflection>
+									<full_positive_deflection description="full positive deflection">
+										<value>25.0</value>
+										<unit>deg</unit>
+										<lower_boundary>0</lower_boundary>
+										<upper_boundary>90</upper_boundary>
+									</full_positive_deflection>
+								</deflection>
+								<position description="chord relative position of control device">
+									<inner_position description="relative inner position">
+										<spanwise description="relative spanwise position">
+											<value>0.1</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="control device chord position">
+											<from description="relative chord position">
+												<value>0.7</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>1.0</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</to>
+										</chord>
+									</inner_position>
+									<outer_position description="relative outer position">
+										<spanwise description="relative spanwise position">
+											<value>0.9</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="control device chord position">
+											<from description="relative chord position">
+												<value>0.7</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>1.0</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</to>
+										</chord>
+									</outer_position>
+								</position>
+							</control_device>
+						</control_devices>
+					</tail_element>
+					<tail_element description="tail element" ID="1">
+						<name description="element name - do not change">
+							<value>horizontal_stabiliser</value>
+						</name>
+						<parameter description="parameters for sizing/resizing">
+							<offset>
+								<rear_x_offset description="x offset from vertical stabilizer trailing edge sizing/resizing parameter">
+									<value>-1.3</value>
+									<unit>m</unit>
+									<lower_boundary>-3.0</lower_boundary>
+									<upper_boundary>0</upper_boundary>
+								</rear_x_offset>
+								<centerline_y_offset description="y offset from centerline of fuselage (not used)">
+									<value>0.0</value>
+									<unit>m</unit>
+									<lower_boundary>-40.0</lower_boundary>
+									<upper_boundary>40.0</upper_boundary>
+								</centerline_y_offset>
+								<centerline_z_offset description="z offset from centerline of fuselage (not used)">
+									<value>0.0</value>
+									<unit>m</unit>
+									<lower_boundary>-5.0</lower_boundary>
+									<upper_boundary>5.0</upper_boundary>
+								</centerline_z_offset>
+							</offset>
+							<volume_coefficient description="VolumeCoefficient - if 0.0 -> automatic values will be generated">
+								<value>0.0</value> <!-- 0.95-->
+								<unit>1</unit>
+								<lower_boundary>0.0</lower_boundary>
+								<upper_boundary>2</upper_boundary>
+							</volume_coefficient>
+							<factor_aspect_ratio description= "factor to wing aspect ratio">
+								<value>0.5</value>
+								<unit>1</unit>
+								<lower_boundary>0.02</lower_boundary>
+								<upper_boundary>2</upper_boundary>
+							</factor_aspect_ratio>
+							<factor_taper_ratio description="factor to wing taper ratio">
+								<value>1.3</value>
+								<unit>1</unit>
+								<lower_boundary>0.02</lower_boundary>
+								<upper_boundary>2</upper_boundary>
+							</factor_taper_ratio>
+							<delta_sweep description="additional sweep to wing sweep">
+								<value>5.0</value>
+								<unit>deg</unit>
+								<lower_boundary>-45</lower_boundary>
+								<upper_boundary>45</upper_boundary>
+							</delta_sweep>
+						</parameter>
+						<profiles description="tail profile for both inner and outer section">
+							<profile description="tail profile at section 0" ID="0">
+								<name description="profile name">
+									<value>n0012</value>
+								</name>
+							</profile>
+							<profile description="tail profile at section 0" ID="1">
+								<name description="profile name">
+									<value>n0012</value>
+								</name>
+							</profile>
+						</profiles>
+						<spars description="spars">
+							<spar description="spar element" ID="0">
+								<name description="name of spar">
+									<value>front_spar</value>
+								</name>
+								<position description="chord relative position of control device">
+									<inner_position description="relative inner position">
+										<spanwise description="relative spanwise position">
+											<value>0.0</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</inner_position>
+									<outer_position description="relative outer position">
+										<spanwise description="relative spanwise position">
+											<value>1</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.2</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</outer_position>
+								</position>
+							</spar>
+							<spar description="spar element" ID="1">
+								<name description="name of spar">
+									<value>rear_spar</value>
+								</name>
+								<position description="chord relative position of control device">
+									<inner_position description="relative inner position">
+										<spanwise description="relative spanwise position">
+											<value>0.0</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</inner_position>
+									<outer_position description="relative outer position">
+										<spanwise description="relative spanwise position">
+											<value>1.0</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="relative chord position">
+											<from description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>0.6</value>
+												<unit>1</unit>
+												<lower_boundary>0</lower_boundary>
+												<upper_boundary>1</upper_boundary>
+											</to>
+										</chord>
+									</outer_position>
+								</position>
+							</spar>
+						</spars>
+						<control_devices description="control devices">
+							<control_device description="control device" ID="0">
+								<type description="type of control surface">
+									<value>elevator</value>
+								</type>
+								<deflection description="maximum positive and negative deflection of control device">
+									<full_negative_deflection description="full negative deflection">
+										<value>-25.0</value>
+										<unit>deg</unit>
+										<lower_boundary>-90</lower_boundary>
+										<upper_boundary>0</upper_boundary>
+									</full_negative_deflection>
+									<full_positive_deflection description="full positive deflection">
+										<value>25.0</value>
+										<unit>deg</unit>
+										<lower_boundary>0</lower_boundary>
+										<upper_boundary>90</upper_boundary>
+									</full_positive_deflection>
+								</deflection>
+								<position description="chord relative position of control device">
+									<inner_position description="relative inner position">
+										<spanwise description="relative spanwise position">
+											<value>0.2</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="control device chord position">
+											<from description="relative chord position">
+												<value>0.7</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>1.0</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</to>
+										</chord>
+									</inner_position>
+									<outer_position description="relative outer position">
+										<spanwise description="relative spanwise position">
+											<value>0.9</value>
+											<unit>1</unit>
+											<lower_boundary>0</lower_boundary>
+											<upper_boundary>1.0</upper_boundary>
+										</spanwise>
+										<chord description="control device chord position">
+											<from description="relative chord position">
+												<value>0.7</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</from>
+											<to description="relative chord position">
+												<value>1.0</value>
+												<unit>1</unit>
+												<lower_boundary>0.0</lower_boundary>
+												<upper_boundary>1.0</upper_boundary>
+											</to>
+										</chord>
+									</outer_position>
+								</position>
+							</control_device>
+						</control_devices>
+					</tail_element>
+				</t_tail>
 			</low_fidelity>
 		</tube_and_wing>
 		<blended_wing_body>
diff --git a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.cpp b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.cpp
index dec3e6df5f2754fe80d016cf69df1db4d6d493b3..0e9b882ac0ce14f9f6ebce3606aa7ac90f6ba4b4 100644
--- a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.cpp
+++ b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.h b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.h
index 66f6056dd69a1235bdbaa54a8e34c98932bd9b5a..07bdaa82835017642a431580fc011684f9e233e4 100644
--- a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.h
+++ b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsConfig.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 
 #include <vector>
 
-#include "lib/IO_methods/io.h"
+#include "lib/io_methods/io.h"
 
 namespace bwb {
 namespace low {
diff --git a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.cpp b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.cpp
index 2a69192205cd0b500d616bafea1f3dc6d78aa7f9..1542fd075f96a49928d2f2de14f34a588eb8dc66 100644
--- a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.cpp
+++ b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.h b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.h
index 60bfc205a47ecffb9430996445b93dc00ad35e02..bd8b6a52d0d18a62a1b598368593da40eb2d6dd2 100644
--- a/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.h
+++ b/empennage_design/src/bwb/vertical_tails/bwbVerticalTailsData.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,8 +26,8 @@
 #include <aircraftGeometry2/geometry/factory.h>
 #include <aircraftGeometry2/io/convert.h>
 
-#include "lib/IO_methods/massPropertiesIO.h"
-#include "lib/IO_methods/positionIO.h"
+#include "lib/io_methods/massPropertiesIO.h"
+#include "lib/io_methods/positionIO.h"
 
 namespace bwb {
 namespace low {
diff --git a/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.cpp b/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.cpp
index 94640f0fbf32aea20f40ae98112c353d58d1d1c2..c0b18e13e0af93096b59544ea39f981d1d918b56 100644
--- a/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.cpp
+++ b/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.h b/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.h
index bc55503391e822c37ce33191ff796f7d0214f4a9..0909dd6bc9d8620ee5d3f996b5a8dd528a165f37 100644
--- a/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.h
+++ b/empennage_design/src/bwb/vertical_tails/low/LowVerticalTailsBwb.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/empennageDesign.cpp b/empennage_design/src/empennageDesign.cpp
index 28d30a16cd0920cf64bd8ac514b63cecccf2f9fb..295c936bd96d4ed30e78756b7156e9b28d145f37 100644
--- a/empennage_design/src/empennageDesign.cpp
+++ b/empennage_design/src/empennageDesign.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@
 
 #include "bwb/vertical_tails/low/LowVerticalTailsBwb.h"
 #include "taw/conventional/low/lowConventionalEmpennageDesign.h"
+#include "taw/t_tail/low/low_t_tail_empennage_design.h"
 
 EmpennageDesign::EmpennageDesign(const int argc, char *argv[], const std::string &toolName,
                                  const std::string &toolVersion)
@@ -42,6 +43,7 @@ EmpennageDesign::EmpennageDesign(const int argc, char *argv[], const std::string
   /* Register existing strategies */
   /* tube and wing strategies */
   strategy.registerStrategy<taw::low::Conventional>({"tube_and_wing", "conventional", "low"});
+  strategy.registerStrategy<taw::low::T_Tail>({"tube_and_wing", "t_tail", "low"});
 
   /* blended wing body strategies*/
   strategy.registerStrategy<bwb::low::VerticalTails>({"blended_wing_body", "vertical_tails", "low"});
diff --git a/empennage_design/src/empennageDesign.h b/empennage_design/src/empennageDesign.h
index e850941c1e5abe7de6801dfc921d614398128055..f1bd3473e5908cf1ac318a9a47cf1a2d2cac6298 100644
--- a/empennage_design/src/empennageDesign.h
+++ b/empennage_design/src/empennageDesign.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/design_methods/volumeCoefficientMethod.cpp b/empennage_design/src/lib/design_methods/volumeCoefficientMethod.cpp
index de752021eb73dd837a649bc2ca64552c5787fc74..87f1690c589724301b05ecc32e99e9be5cf9458c 100644
--- a/empennage_design/src/lib/design_methods/volumeCoefficientMethod.cpp
+++ b/empennage_design/src/lib/design_methods/volumeCoefficientMethod.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/design_methods/volumeCoefficientMethod.h b/empennage_design/src/lib/design_methods/volumeCoefficientMethod.h
index 1659f5bf34263f3f3fb6b09638d1c34976983752..a23c7cd8d1ad715033eba818bd344f213c058742 100644
--- a/empennage_design/src/lib/design_methods/volumeCoefficientMethod.h
+++ b/empennage_design/src/lib/design_methods/volumeCoefficientMethod.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/general_methods/newtonAlgorithm.h b/empennage_design/src/lib/general_methods/newtonAlgorithm.h
index b301b1747d29e615809c726205bcfd97fdbd3dda..e3031a9889bffb0c6d0c2fc132a0feeaa19b044b 100644
--- a/empennage_design/src/lib/general_methods/newtonAlgorithm.h
+++ b/empennage_design/src/lib/general_methods/newtonAlgorithm.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,6 +26,7 @@
 #include <functional>
 #include <iostream>
 #include <limits>
+#include <unitConversion/constants.h>
 
 double newton_algorithm(auto& fun, double x0) {
   double fx, fxh, fx_;
@@ -36,7 +37,7 @@ double newton_algorithm(auto& fun, double x0) {
     fxh = fun(x + h);
     fx_ = (fxh - fx) / h;
     x -= fx / fx_;
-  } while (abs(fx) > 1e-10 && abs(fx - fxh) > 1e-10);
+  } while (abs(fx) > ACCURACY_MEDIUM && abs(fx - fxh) > ACCURACY_MEDIUM);
 
   return x;
 }
@@ -47,7 +48,7 @@ double newton_algorithm(auto& fun, auto& fun_, double x0) {
     fx = fun(x);
     fx_ = fun_(x);
     x -= fx / fx_;
-  } while (abs(fx) > 1e-10);
+  } while (abs(fx) > ACCURACY_MEDIUM);
 
   return x;
 }
diff --git a/empennage_design/src/lib/IO_methods/io.h b/empennage_design/src/lib/io_methods/io.h
similarity index 99%
rename from empennage_design/src/lib/IO_methods/io.h
rename to empennage_design/src/lib/io_methods/io.h
index 0807df10c760ef156cea1a3c7d78399ee0cbf04b..420c146f6a6b6ee4e09eae9fb7bb98e5a0b53eea 100644
--- a/empennage_design/src/lib/IO_methods/io.h
+++ b/empennage_design/src/lib/io_methods/io.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/IO_methods/massPropertiesIO.h b/empennage_design/src/lib/io_methods/massPropertiesIO.h
similarity index 99%
rename from empennage_design/src/lib/IO_methods/massPropertiesIO.h
rename to empennage_design/src/lib/io_methods/massPropertiesIO.h
index c1b289c7a7751b12ad6447e8d379f2ef316471d1..c3a1419260a1d9341ddfabcd47e09a20934920e7 100644
--- a/empennage_design/src/lib/IO_methods/massPropertiesIO.h
+++ b/empennage_design/src/lib/io_methods/massPropertiesIO.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/IO_methods/positionIO.h b/empennage_design/src/lib/io_methods/positionIO.h
similarity index 98%
rename from empennage_design/src/lib/IO_methods/positionIO.h
rename to empennage_design/src/lib/io_methods/positionIO.h
index f92bd7b1af8ba22ca16a2347cf44c1cc4c83ec6c..168f049d21b4d7c5ab467e40ccbaed07b6f248c5 100644
--- a/empennage_design/src/lib/IO_methods/positionIO.h
+++ b/empennage_design/src/lib/io_methods/positionIO.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/mass_methods/flopsMassMethod.cpp b/empennage_design/src/lib/mass_methods/flopsMassMethod.cpp
index 6a33c480c8a16f39f507f42da6e08b1561b568aa..719822587dc98af2701b44199174980125c3a801 100644
--- a/empennage_design/src/lib/mass_methods/flopsMassMethod.cpp
+++ b/empennage_design/src/lib/mass_methods/flopsMassMethod.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/mass_methods/flopsMassMethod.h b/empennage_design/src/lib/mass_methods/flopsMassMethod.h
index 9e7f16e1aefc0b2b04bed5c7083efc6c5ca4145c..00f060c26b496c9a33f655fbc47ac027b33ab2e8 100644
--- a/empennage_design/src/lib/mass_methods/flopsMassMethod.h
+++ b/empennage_design/src/lib/mass_methods/flopsMassMethod.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/lib/plot_methods/plot_utility.cpp b/empennage_design/src/lib/plot_methods/plot_utility.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..6e03339ee78d21754d9b109358d55d786486deb3
--- /dev/null
+++ b/empennage_design/src/lib/plot_methods/plot_utility.cpp
@@ -0,0 +1,93 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include <moduleBasics/colors.h>
+#include "plot_utility.h"
+
+std::tuple<std::vector<double>, std::vector<double>, std::string> gen_polygon(
+    const geom2::MultisectionSurface<geom2::AirfoilSection>& surface,
+    const geom2::MultisectionSurface<geom2::PolygonSection>& object) {
+  double half_span = surface.is_symmetric ? 0.5 * geom2::measure::span(surface) : geom2::measure::span(surface);
+  /* Spar coordinates positive values normally*/
+  double from = object.sections.at(0).origin.z() * half_span;
+  double to = object.sections.at(1).origin.z() * half_span;
+
+  /* Chordwise coordinates */
+  double chord_from_fwd = object.sections.at(0).get_contour().vertex(0).x();
+  double chord_from_aft = object.sections.at(0).get_contour().vertex(1).x();
+  double chord_to_fwd = object.sections.at(1).get_contour().vertex(0).x();
+  double chord_to_aft = object.sections.at(1).get_contour().vertex(1).x();
+
+  auto f_chord_fwd = [chord_from_fwd, chord_to_fwd, half_span](double span_position) {
+    return std::lerp(chord_from_fwd, chord_to_fwd, fabs(span_position) / half_span);
+  };
+  auto f_chord_aft = [chord_from_aft, chord_to_aft, half_span](double span_position) {
+    return std::lerp(chord_from_aft, chord_to_aft, fabs(span_position) / half_span);
+  };
+  /* Add object from */
+  std::vector<double> spanwise_coordinates{-fabs(from)};
+
+  /* Add intermediate sections */
+  for (auto& section : surface.sections) {
+    if (fabs(section.origin.z()) > fabs(from) && fabs(section.origin.z()) < fabs(to)) {
+      spanwise_coordinates.push_back(section.origin.z());
+    }
+  }
+  /* Add object to */
+  spanwise_coordinates.push_back(-fabs(to));
+
+  /**/
+  std::vector<double> x;
+  std::vector<double> y;
+  /* From in to out*/
+  for (auto it = spanwise_coordinates.begin(); it != spanwise_coordinates.end(); ++it) {
+    y.push_back(fabs(*it));
+    x.push_back(geom2::measure::offset_LE(surface, *it).x() + f_chord_fwd(*it) * geom2::measure::chord(surface, *it));
+  }
+  /* From out to in*/
+  for (auto rit = spanwise_coordinates.rbegin(); rit != spanwise_coordinates.rend(); ++rit) {
+    y.push_back(fabs(*rit));
+    x.push_back(geom2::measure::offset_LE(surface, *rit).x() +
+                f_chord_aft(*rit) * geom2::measure::chord(surface, *rit));
+  }
+
+  /* Close loop */
+  y.push_back(y.front());
+  x.push_back(x.front());
+
+  return {x, y, object.name};
+}
+
+
+std::array<float,4UL> get_spar_colors()
+{
+  return colors::to_matplot_color({99, 110, 114}, 0.0);
+}
+
+std::array<float, 4UL> get_control_device_colors(const std::string& control_device)
+{
+  std::map<std::string, std::array<float, 4UL>> control_device_colors;
+  control_device_colors.insert({"elevator",colors::to_matplot_color({108, 92, 231}, 0.0)});
+  control_device_colors.insert({"rudder",colors::to_matplot_color({232, 67, 147}, 0.0)});
+
+  return control_device_colors.at(control_device);
+}
diff --git a/empennage_design/src/lib/plot_methods/plot_utility.h b/empennage_design/src/lib/plot_methods/plot_utility.h
new file mode 100644
index 0000000000000000000000000000000000000000..7389b89f9a823e9a9c15f0936c9eee6cd7ee97da
--- /dev/null
+++ b/empennage_design/src/lib/plot_methods/plot_utility.h
@@ -0,0 +1,50 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef PLOT_UTILITY_H_
+#define PLOT_UTILITY_H_
+
+#include <aircraftGeometry2/processing/measure.h>
+#include <aircraftGeometry2/processing/transform.h>
+
+#include <algorithm>
+#include <map>
+#include <array>
+#include <utility>
+#include <cmath>
+
+/**
+ * \brief Generate polygon from spar or controldevice
+ *
+ * \param surface aerodynamic surface object
+ * \param object spar or control device object
+ * \return std::tuple<std::vector<double>,std::vector<double>,std::string> coordinates and object name
+ */
+std::tuple<std::vector<double>, std::vector<double>, std::string> gen_polygon(
+    const geom2::MultisectionSurface<geom2::AirfoilSection>& surface,
+    const geom2::MultisectionSurface<geom2::PolygonSection>& object);
+
+std::array<float, 4UL> get_spar_colors();
+
+std::array<float, 4UL> get_control_device_colors(const std::string& control_device);
+
+#endif // PLOT_UTILITY_H_
diff --git a/empennage_design/src/mainEmpennageDesign.cpp b/empennage_design/src/mainEmpennageDesign.cpp
index 294b8416b5e0d0966668c0282f20295f76449744..b5fdb16e35d887101b8cb32f9bde918840584ab7 100644
--- a/empennage_design/src/mainEmpennageDesign.cpp
+++ b/empennage_design/src/mainEmpennageDesign.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.cpp b/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.cpp
index cd7fa531528056d509a2d02e3405fa96f5de619a..d659ebb6e31f4ddbd9fc9d5812a33bfdac5c2612 100644
--- a/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.cpp
+++ b/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.h b/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.h
index bfb49ad0ad1b795aa080df800614f38bc0a3d5b1..e79d36d0fc2e653810371ba7d99594551f5c4ba7 100644
--- a/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.h
+++ b/empennage_design/src/taw/conventional/conventionalEmpennageDesignConfig.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 
 #include <aixml/endnode.h>
 
-#include "lib/IO_methods/io.h"
+#include "lib/io_methods/io.h"
 
 namespace taw {
 namespace low {
diff --git a/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.cpp b/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.cpp
index 334abf18bb81ba2e8e0f2b4b6be9380183593258..6c1eb1b9d58c6a5012a42a6cf20ceeb789a673ae 100644
--- a/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.cpp
+++ b/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.h b/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.h
index 25519cd52bcd407f88c36a3cc425992884c87c3f..60146fd7deb6f4f0c670f67f9b09ac66621411fc 100644
--- a/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.h
+++ b/empennage_design/src/taw/conventional/conventionalEmpennageDesignData.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,8 +26,8 @@
 #include <aircraftGeometry2/geometry/factory.h>
 #include <aircraftGeometry2/io/convert.h>
 
-#include "lib/IO_methods/massPropertiesIO.h"
-#include "lib/IO_methods/positionIO.h"
+#include "lib/io_methods/massPropertiesIO.h"
+#include "lib/io_methods/positionIO.h"
 namespace taw
 {
   namespace low
diff --git a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.cpp b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.cpp
index ca09adc2d4386801069ccfbfc990cc3cb2ff5a1a..c4a031e0962b2bf2e33904bd646a3a9b39db7f26 100644
--- a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.cpp
+++ b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.h b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.h
index 7f1c1ab8286932ff57edcd58a453dff8931d6eeb..31280df4015d4a4bfa844df3335701a5381d637b 100644
--- a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.h
+++ b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesign.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignPlot.cpp b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignPlot.cpp
index 8a4832d15acf14fc360287260b75a82505c9be97..f34d7c97ad8e3c7ae7915ecb0b1c3f6d8fffa8d4 100644
--- a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignPlot.cpp
+++ b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignPlot.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,88 +32,7 @@
 #include <algorithm>
 
 #include "lowConventionalEmpennageDesign.h"
-
-/**
- * \brief Generate polygon from spar or controldevice
- *
- * \param surface aerodynamic surface object
- * \param object spar or control device object
- * \return std::tuple<std::vector<double>,std::vector<double>,std::string> coordinates and object name
- */
-std::tuple<std::vector<double>, std::vector<double>, std::string> gen_polygon(
-    const geom2::MultisectionSurface<geom2::AirfoilSection>& surface,
-    const geom2::MultisectionSurface<geom2::PolygonSection>& object);
-
-/**
- * \brief RGB and alpha values to Matplot++ format
- *
- * \param r red value between 0 - 255
- * \param b blue value between 0 - 255
- * \param g green alue between 0 - 255
- * \param a alpha value between 0 (invisible) - 1 (solid)
- * \return std::array<float,4UL> matplot++ conform color format
- */
-std::array<float, 4UL> rgba(float r, float b, float g, float a) { return {1 - a, r / 255, b / 255, g / 255}; }
-
-/* */
-std::array<float, 4UL> spar_color = rgba(99, 110, 114, 1.0);
-
-std::map<std::string, std::array<float, 4UL>> control_device_colormap = {{"elevator", rgba(108, 92, 231, 1.0)},
-                                                                         {"rudder", rgba(232, 67, 147, 1.0)}};
-
-std::tuple<std::vector<double>, std::vector<double>, std::string> gen_polygon(
-    const geom2::MultisectionSurface<geom2::AirfoilSection>& surface,
-    const geom2::MultisectionSurface<geom2::PolygonSection>& object) {
-  double half_span = surface.is_symmetric ? 0.5 * geom2::measure::span(surface) : geom2::measure::span(surface);
-  /* Spar coordinates positive values normally*/
-  double from = object.sections.at(0).origin.z() * half_span;
-  double to = object.sections.at(1).origin.z() * half_span;
-
-  /* Chordwise coordinates */
-  double chord_from_fwd = object.sections.at(0).get_contour().vertex(0).x();
-  double chord_from_aft = object.sections.at(0).get_contour().vertex(1).x();
-  double chord_to_fwd = object.sections.at(1).get_contour().vertex(0).x();
-  double chord_to_aft = object.sections.at(1).get_contour().vertex(1).x();
-
-  auto f_chord_fwd = [chord_from_fwd, chord_to_fwd, half_span](double span_position) {
-    return std::lerp(chord_from_fwd, chord_to_fwd, fabs(span_position) / half_span);
-  };
-  auto f_chord_aft = [chord_from_aft, chord_to_aft, half_span](double span_position) {
-    return std::lerp(chord_from_aft, chord_to_aft, fabs(span_position) / half_span);
-  };
-  /* Add object from */
-  std::vector<double> spanwise_coordinates{-fabs(from)};
-
-  /* Add intermediate sections */
-  for (auto& section : surface.sections) {
-    if (fabs(section.origin.z()) > fabs(from) && fabs(section.origin.z()) < fabs(to)) {
-      spanwise_coordinates.push_back(section.origin.z());
-    }
-  }
-  /* Add object to */
-  spanwise_coordinates.push_back(-fabs(to));
-
-  /**/
-  std::vector<double> x;
-  std::vector<double> y;
-  /* From in to out*/
-  for (auto it = spanwise_coordinates.begin(); it != spanwise_coordinates.end(); ++it) {
-    y.push_back(fabs(*it));
-    x.push_back(geom2::measure::offset_LE(surface, *it).x() + f_chord_fwd(*it) * geom2::measure::chord(surface, *it));
-  }
-  /* From out to in*/
-  for (auto rit = spanwise_coordinates.rbegin(); rit != spanwise_coordinates.rend(); ++rit) {
-    y.push_back(fabs(*rit));
-    x.push_back(geom2::measure::offset_LE(surface, *rit).x() +
-                f_chord_aft(*rit) * geom2::measure::chord(surface, *rit));
-  }
-
-  /* Close loop */
-  y.push_back(y.front());
-  x.push_back(x.front());
-
-  return {x, y, object.name};
-}
+#include "lib/plot_methods/plot_utility.h"
 namespace taw {
 namespace low {
 
@@ -171,18 +90,18 @@ fs::path Conventional::plot_stabilizer_planform(
     const auto [x, y, _] = gen_polygon(surface, spar);
     (void)_;
     if (is_vertical) {
-      ax->plot(x, y)->color(spar_color).line_width(1).line_style("--");
+      ax->plot(x, y)->color(get_spar_colors()).line_width(1).line_style("--");
     } else {
-      ax->plot(y, x)->color(spar_color).line_width(1).line_style("--");
+      ax->plot(y, x)->color(get_spar_colors()).line_width(1).line_style("--");
     }
     legend_strings.push_back("spar");
   }
   for (auto& device : devices) {
     const auto [x, y, name] = gen_polygon(surface, device);
     if (is_vertical) {
-      ax->plot(x, y)->color(control_device_colormap[name]).line_width(1.5);
+      ax->plot(x, y)->color(get_control_device_colors(name)).line_width(1.5);
     } else {
-      ax->plot(y, x)->color(control_device_colormap[name]).line_width(1.5);
+      ax->plot(y, x)->color(get_control_device_colors(name)).line_width(1.5);
     }
     legend_strings.push_back(device.name);
   }
diff --git a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignReport.cpp b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignReport.cpp
index 67eca52db562134272713a7f359bb888c40556a5..83c78bafd68ceb27885225a99147de9f4aacfb92 100644
--- a/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignReport.cpp
+++ b/empennage_design/src/taw/conventional/low/lowConventionalEmpennageDesignReport.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,6 +35,12 @@ void Conventional::set_html_body() {
   reporter.htmlReportStream() << "<h2>Data</h2>\n";
   /* Table 1 - General parameters */
   reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Configuration</caption>\n"
+      << "<thead>\n<th>Type</th><th>Conventional</th></thead>"
+      << "<tbody>\n"
+      << "</tbody>\n"
+      << "</table>"
       << "<table class=\"content-table\">\n"
       << "<caption>Vertical Stabilizer</caption>\n"
       << "<thead>\n"
diff --git a/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design.cpp b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design.cpp
new file mode 100755
index 0000000000000000000000000000000000000000..10664758599b78760551db494bb2d0413eea657a
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design.cpp
@@ -0,0 +1,474 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include "low_t_tail_empennage_design.h"
+
+#include <CGAL/Surface_mesh/IO/PLY.h>
+#include <aircraftGeometry2/geometry/factory.h>
+#include <aircraftGeometry2/io/convert.h>
+#include <aircraftGeometry2/io/dat.h>
+#include <aircraftGeometry2/processing/measure.h>
+#include <aircraftGeometry2/processing/transform.h>
+
+#include <format>
+#include <numbers>
+
+#include "t_tail_empennage_design_config.h"
+#include "t_tail_empennage_design_data.h"
+#include "lib/design_methods/volumeCoefficientMethod.h"
+#include "lib/mass_methods/flopsMassMethod.h"
+
+static std::string to_filename(std::string s) {
+  std::replace(s.begin(), s.end(), ' ', '_');
+  return s;
+}
+
+namespace taw {
+namespace low {
+
+T_Tail::T_Tail(const std::shared_ptr<RuntimeIO> &rtIO)
+    : rtIO(rtIO),
+      config(std::make_shared<taw::low::T_Tail_Config>()),
+      data(std::make_shared<taw::low::T_Tail_Data>()),
+      design_mode_runner({{"mode_0", [this]() { design(); }}, {"mode_1", [this]() { redesign(); }}}),
+      mass_mode_runner({{"mode_0", [this]() { flops_mass(); }}, {"mode_1", [this]() { raymer_mass(); }}}),
+      reporter(rtIO) {};
+
+void T_Tail::initialize() {
+  // Setup methods for mode
+  myRuntimeInfo->out << "Initializing empennage" << std::endl;
+  myRuntimeInfo->out << "Empennage type -> T-Tail (vertical_stabilizer/horizontal_stabilizer)" << std::endl;
+
+  /* Read configuration data */
+  config->read(rtIO->moduleConfig);
+
+  /* Create airfoils directory in project path (only if non-existing -> e.g. if standalone usage)*/
+  rtIO->createAirfoilDataDir();
+
+  /* Read acxml data - non aircraftgeometry2 */
+  data->read(rtIO->acxml);
+
+  /* Read acxml data - aircraftgeometry2 */
+  data->read_wing(rtIO->acxmlAccess, rtIO->getAirfoilDataDir());
+  data->read_fuselage(rtIO->acxmlAccess, rtIO->getGeometryDir());
+
+  /* Select modes */
+  selected_design_mode = config->design_mode.value();
+  selected_mass_mode = config->mass_mode.value();
+
+  /* Create airfoils library */
+  airfoils_library =
+      std::make_shared<Airfoils>(static_cast<std::filesystem::path>(config->common_airfoil_data_path.value()));
+
+  /* Append runtimeIO airfoils data directory */
+  airfoils_library->add_directory_airfoils(rtIO->getAirfoilDataDir());
+
+
+}
+
+void T_Tail::run() {
+  /* Run methods */
+  myRuntimeInfo->out << "Running empennage -> T-tail" << std::endl;
+  /* Run design method */
+  design_mode_runner[selected_design_mode]();
+
+  /* Run mass method */
+  mass_mode_runner[selected_mass_mode]();
+}
+
+void T_Tail::update() {
+  myRuntimeInfo->out << "Updating empennage -> T-tail" << std::endl;
+  /* Update aircraft exchange file */
+  data->update(rtIO->acxml);
+}
+
+void T_Tail::report() {
+  /* Create reports */
+  myRuntimeInfo->out << "Reporting empennage -> T-tail" << std::endl;
+
+  /* Set html report data and plots */
+  set_html_body();
+
+  /* Generate reports */
+  reporter.generateReports();
+
+  /* Create STL file (only for debugging reasons) */
+  data->vertical_stabilizer.origin =
+      geom2::Point_3(data->empennage_position.x.value() + data->vertical_stabilizer.origin.x(),
+                     data->empennage_position.y.value() + data->vertical_stabilizer.origin.y(),
+                     data->empennage_position.z.value() + data->vertical_stabilizer.origin.z());
+  geom2::Mesh vertical_stabilizer_mesh = geom2::transform::to_mesh(data->vertical_stabilizer);
+  /* Create STL file (vertical stabilizer) */
+  CGAL::IO::write_STL(to_filename(data->vertical_stabilizer.name) + ".stl", vertical_stabilizer_mesh);
+  data->horizontal_stabilizer.origin =
+      geom2::Point_3(data->empennage_position.x.value() + data->horizontal_stabilizer.origin.x(),
+                     data->empennage_position.y.value() + data->horizontal_stabilizer.origin.y(),
+                     data->empennage_position.z.value() + data->horizontal_stabilizer.origin.z());
+  geom2::Mesh horizontal_stabilizer_mesh = geom2::transform::to_mesh(data->horizontal_stabilizer);
+
+  /* Create STL File (horizontal stabilizer (one sided)) */
+  CGAL::IO::write_STL(to_filename(data->horizontal_stabilizer.name) + ".stl", horizontal_stabilizer_mesh);
+}
+
+void T_Tail::save() {
+  // save data if necessary
+}
+
+void T_Tail::design() {
+  myRuntimeInfo->out << "Mode active -> Design" << std::endl;
+
+  double wing_reference_area = geom2::measure::reference_area(data->wing);
+  double wing_span = geom2::measure::span(data->wing);
+  double wing_sweep = fabs(geom2::measure::sweep(data->wing, -0.25 * wing_span, 0.25));
+  double wing_taper_ratio = geom2::measure::taper_ratio(data->wing);
+  double wing_aspect_ratio = geom2::measure::aspect_ratio(data->wing);
+  double span_position_mac = geom2::measure::mean_aerodynamic_chord_position(data->wing);
+  double wing_mac = geom2::measure::chord(data->wing, span_position_mac);
+  geom2::Point_3 wing_neutral_position = geom2::Point_3(
+      data->wing_position_x.value() + geom2::measure::offset_LE(data->wing, span_position_mac).x() + 0.25 * wing_mac,
+      0., 0.);
+  double fuselage_length = geom2::measure::length(data->fuselage);
+
+  // Vertical stabilizer (vs) computation - data from configuration
+  design_vertical_stabilizer(wing_sweep, wing_reference_area, wing_span, wing_taper_ratio, wing_aspect_ratio,
+                             wing_neutral_position, fuselage_length);
+
+  for (auto device : config->vertical_stabilizer.control_devices) {
+    data->vertical_stabilizer_control_devices.push_back(control_device(
+        device.type.value(), device.position.inner_position_chord_from.value(),
+        device.position.inner_position_chord_to.value(), device.position.inner_position_spanwise.value(),
+        device.position.outer_position_chord_from.value(), device.position.outer_position_chord_to.value(),
+        device.position.outer_position_spanwise.value()));
+    data->vertical_stabilizer_control_devices_deflections.push_back(
+        {device.deflection_full_negative.value(), device.deflection_full_positive.value()});
+  }
+  for (auto spar_element : config->vertical_stabilizer.spars) {
+    data->vertical_stabilizer_spars.push_back(spar(
+        spar_element.name.value(), spar_element.position.inner_position_chord_from.value(),
+        spar_element.position.inner_position_chord_to.value(), spar_element.position.inner_position_spanwise.value(),
+        spar_element.position.outer_position_chord_from.value(), spar_element.position.outer_position_chord_to.value(),
+        spar_element.position.outer_position_spanwise.value()));
+  }
+
+  // Horizontal stabilizer (hs) computation - data from configuration
+  design_horizontal_stabilizer(wing_sweep, wing_reference_area, wing_mac, wing_taper_ratio, wing_aspect_ratio,
+                               wing_neutral_position, fuselage_length);
+  for (auto device : config->horizontal_stabilizer.control_devices) {
+    data->horizontal_stabilizer_control_devices.push_back(control_device(
+        device.type.value(), device.position.inner_position_chord_from.value(),
+        device.position.inner_position_chord_to.value(), device.position.inner_position_spanwise.value(),
+        device.position.outer_position_chord_from.value(), device.position.outer_position_chord_to.value(),
+        device.position.outer_position_spanwise.value()));
+    data->horizontal_stabilizer_control_devices_deflections.push_back(
+        {device.deflection_full_negative.value(), device.deflection_full_positive.value()});
+  }
+  for (auto spar_element : config->horizontal_stabilizer.spars) {
+    data->horizontal_stabilizer_spars.push_back(spar(
+        spar_element.name.value(), spar_element.position.inner_position_chord_from.value(),
+        spar_element.position.inner_position_chord_to.value(), spar_element.position.inner_position_spanwise.value(),
+        spar_element.position.outer_position_chord_from.value(), spar_element.position.outer_position_chord_to.value(),
+        spar_element.position.outer_position_spanwise.value()));
+  }
+
+  /* Set empennage position -> vertical and horizontal stabilizer */
+  set_empennage_position();
+}
+
+void T_Tail::redesign() {
+  myRuntimeInfo->out << "Redesign mode active Conventional Tail" << std::endl;
+  double wing_sweep = 0.0;                                               // data...;
+  double wing_reference_area = 0.0;                                      // data...;
+  double wing_span = 0.0;                                                // data...;
+  double wing_mac = 0.0;                                                 // data...;
+  double wing_taper_ratio = 0.0;                                         // data...;
+  double wing_aspect_ratio = 0.0;                                        // data...;
+  geom2::Point_3 wing_neutral_position = geom2::Point_3(0.0, 0.0, 0.0);  //...;
+  double fuselage_length = 0.0;                                          // data...;
+}
+
+void T_Tail::design_vertical_stabilizer(const double wing_sweep, const double wing_reference_area,
+                                              const double wing_span, const double wing_taper_ratio,
+                                              const double wing_aspect_ratio, geom2::Point_3 &wing_neutral_position,
+                                              const double fuselage_length) {
+  geom2::Direction_3 orientation = geom2::Direction_3(0.0, 0.0, -1.0);
+  data->vertical_stabilizer =
+      design_stabilizer(wing_sweep, wing_reference_area, wing_span, wing_taper_ratio, wing_aspect_ratio,
+                        wing_neutral_position, fuselage_length, config->vertical_stabilizer, orientation, false);
+  data->vertical_stabilizer.name = config->vertical_stabilizer.name.value();
+  data->vertical_stabilizer.sections.at(0).name = config->vertical_stabilizer.inner_profile.value();
+  data->vertical_stabilizer.sections.at(1).name = config->vertical_stabilizer.outer_profile.value();
+  data->vertical_stabilizer.is_symmetric = false;
+}
+
+void T_Tail::design_horizontal_stabilizer(const double wing_sweep, const double wing_reference_area,
+                                                const double wing_mac, const double wing_taper_ratio,
+                                                const double wing_aspect_ratio, geom2::Point_3 &wing_neutral_position,
+                                                const double fuselage_length) {
+  geom2::Direction_3 orientation = geom2::Direction_3(0.0, -1.0, 0.0);
+  double vertical_stabilizer_tip_height = geom2::measure::span(data->vertical_stabilizer);
+  geom2::Point_3 vertical_stabilizer_leading_edge_position_tip = geom2::measure::offset_LE(data->vertical_stabilizer,-vertical_stabilizer_tip_height);
+  double vertical_stabilizer_chord_chord_at_tip = geom2::measure::chord(data->vertical_stabilizer,-vertical_stabilizer_tip_height);
+  double reference_length_for_T_tail = data->vertical_stabilizer.origin.x() + vertical_stabilizer_leading_edge_position_tip.x() + vertical_stabilizer_chord_chord_at_tip;
+  std::cout << "Ref len T_tail: " << reference_length_for_T_tail << ", len fuselage: " << geom2::measure::length(data->fuselage) << std::endl;
+  data->horizontal_stabilizer =
+      design_stabilizer(wing_sweep, wing_reference_area, wing_mac, wing_taper_ratio, wing_aspect_ratio,
+                        wing_neutral_position, reference_length_for_T_tail, config->horizontal_stabilizer, orientation, true);
+  //data->horizontal_stabilizer.origin = geom2::Point_3(data->horizontal_stabilizer.origin.x(), data->horizontal_stabilizer.origin.y(), data->horizontal_stabilizer.origin.z() - vertical_stabilizer_tip_height);
+  data->horizontal_stabilizer.name = config->horizontal_stabilizer.name.value();
+  data->horizontal_stabilizer.sections.at(0).name = config->horizontal_stabilizer.inner_profile.value();
+  data->horizontal_stabilizer.sections.at(1).name = config->horizontal_stabilizer.outer_profile.value();
+  data->horizontal_stabilizer.is_symmetric = true;
+}
+
+void T_Tail::redesign_vertical_stabilizer(const double wing_sweep, const double wing_reference_area,
+                                                const double wing_span, geom2::Point_3 &wing_neutral_position,
+                                                const double fuselage_length) {
+  // const double aspect_ratio = geom2::measure:: ...
+  // const double taper_ratio = geom2::measure:: ...
+  // geom2::Polygon_2 profile_root = factory.sections.front().shape
+  // geom2::Polygon_2 profile_tip = factory.sections.back().shape
+}
+
+void T_Tail::redesign_horizontal_stabilizer(const double wing_sweep, const double wing_reference_area,
+                                                  const double wing_span, geom2::Point_3 &wing_neutral_position,
+                                                  const double fuselage_length) {
+  // const double aspect_ratio = geom2::measure:: ...
+  // const double taper_ratio = geom2::measure:: ...
+  // geom2::Polygon_2 profile_root = factory.sections.front().shape
+  // geom2::Polygon_2 profile_tip = factory.sections.back().shape
+}
+
+geom2::MultisectionSurface<geom2::AirfoilSection> T_Tail::design_stabilizer(
+    const double wing_sweep_rad, const double wing_reference_area, const double reference_length,
+    geom2::Point_3 &wing_neutral_position, const double fuselage_length, geom2::Direction_3 &orientation,
+    const double volume_coefficient, const double delta_sweep_rad, const double stabilizer_taper_ratio,
+    const double stabilizer_aspect_ratio, geom2::Point_3 &offset_position, const std::string &inner_profile_name,
+    const std::string &outer_profile_name, bool symmetric, int number_of_stabilizers) {
+  /* Read inner profile */
+  geom2::AirfoilSection profile_root(airfoils_library->get_airfoil(inner_profile_name));
+  airfoils_library->copy_available_airfoil(inner_profile_name, rtIO->getAirfoilDataDir());
+  profile_root.name = inner_profile_name;
+
+  /* Read outer profile */
+  geom2::AirfoilSection profile_tip(airfoils_library->get_airfoil(inner_profile_name));
+  airfoils_library->copy_available_airfoil(inner_profile_name, rtIO->getAirfoilDataDir());
+  profile_tip.name = outer_profile_name;
+
+  /* Create volume coefficient method */
+  VolumeCoefficientMethod volume_coefficient_method;
+
+  /* Compute geometry by volume coefficient method */
+  volume_coefficient_method.compute_geometry(
+      number_of_stabilizers, volume_coefficient, wing_sweep_rad + delta_sweep_rad, stabilizer_taper_ratio,
+      stabilizer_aspect_ratio, wing_reference_area, reference_length, fuselage_length, wing_neutral_position,
+      offset_position, orientation, symmetric);
+
+  /* Set dihedral to 0 */
+  double dihedral = 0.0;
+  /* check if not direction is in horizontal axis */
+  if (orientation.dy() < -0.5) {
+    dihedral = geom2::measure::dihedral(data->wing, -0.25 * geom2::measure::span(data->wing));
+  }
+  return volume_coefficient_method.get_design(profile_root, profile_tip, dihedral);
+}
+
+geom2::MultisectionSurface<geom2::AirfoilSection> T_Tail::design_stabilizer(
+    const double wing_sweep_rad, const double wing_reference_area, const double reference_length,
+    const double wing_taper_ratio, const double wing_aspect_ratio, geom2::Point_3 &wing_neutral_position,
+    const double fuselage_length, TailElement &tail, geom2::Direction_3 &orientation, bool symmetric) {
+  geom2::Point_3 offset_position(tail.rear_x_offset.value(), tail.centerline_y_offset.value(),
+                                 tail.centerline_z_offset.value());
+  double volume_coefficient = tail.volume_coefficient.value();
+
+  /* Set values if volume_coefficient is set to small */
+  if (fabs(volume_coefficient) < 1E-4) {
+    /* Compute values dependend on orientation - threshold at 0.95 -> empirical */
+    if (std::fabs(orientation.dz()) > 0.95) {
+      /* Vertical stabilizer - Raymer -> P.112 Table 6.4 */
+      volume_coefficient = 0.0855;
+    } else {
+      /* Horizontal stabilizer - Raymer -> P.112 Table 6.4 */
+      volume_coefficient = 0.95;
+    }
+  }
+  return design_stabilizer(wing_sweep_rad, wing_reference_area, reference_length, wing_neutral_position,
+                           fuselage_length, orientation, volume_coefficient, tail.delta_sweep.value(),
+                           wing_taper_ratio * tail.factor_taper_ratio.value(),
+                           wing_aspect_ratio * tail.factor_aspect_ratio.value(), offset_position,
+                           tail.inner_profile.value(), tail.outer_profile.value(), symmetric, 1);
+}
+
+void T_Tail::set_empennage_position(void) {
+  // Vertical stabilizer and horizontal stabilizer set both to equal vertical position
+
+  data->horizontal_stabilizer.origin =
+      geom2::Point_3(data->horizontal_stabilizer.origin.x(), data->horizontal_stabilizer.origin.y(),
+                     -data->vertical_stabilizer.sections.back().origin.z());
+
+  data->vertical_stabilizer.origin =
+      geom2::Point_3(data->vertical_stabilizer.origin.x(), data->vertical_stabilizer.origin.y(),
+                     data->vertical_stabilizer.origin.z() );
+  if (data->vertical_stabilizer.origin.x() < data->horizontal_stabilizer.origin.x()) {
+    data->empennage_position.set_xyz(data->vertical_stabilizer.origin.x(), data->vertical_stabilizer.origin.y(),
+                                     data->vertical_stabilizer.origin.z());
+    data->horizontal_stabilizer.origin =
+        geom2::Point_3(data->horizontal_stabilizer.origin.x() - data->empennage_position.x.value(),
+                       data->horizontal_stabilizer.origin.y() - data->empennage_position.y.value(),
+                       data->horizontal_stabilizer.origin.z() - data->empennage_position.z.value());
+    data->vertical_stabilizer.origin = geom2::Point_3(0.0, 0.0, 0.0);
+  } else {
+    data->empennage_position.set_xyz(data->horizontal_stabilizer.origin.x(), data->horizontal_stabilizer.origin.y(),
+                                     data->horizontal_stabilizer.origin.z());
+    data->vertical_stabilizer.origin =
+        geom2::Point_3(data->vertical_stabilizer.origin.x() - data->empennage_position.x.value(),
+                       data->vertical_stabilizer.origin.y() - data->empennage_position.y.value(),
+                       data->vertical_stabilizer.origin.z() - data->empennage_position.z.value());
+    data->horizontal_stabilizer.origin = geom2::Point_3(0.0, 0.0, 0.0);
+  }
+
+  myRuntimeInfo->out << "Empennage position (x y z) -> " << data->empennage_position.xyz() << std::endl;
+}
+
+// == Spars and Controls ==============================================================================================
+
+geom2::MultisectionSurface<geom2::PolygonSection> T_Tail::control_device(
+    const std::string &name, double inner_chord_rel_pos_from, double inner_chord_rel_pos_to,
+    double inner_spanwise_rel_pos, double outer_chord_rel_pos_from, double outer_chord_rel_pos_to,
+    double outer_spanwise_rel_pos) {
+  geom2::MultisectionSurface<geom2::PolygonSection> control_surface;
+  geom2::Polygon_2 inner_chord;
+  inner_chord.push_back(geom2::Point_2(inner_chord_rel_pos_from, 0.0));
+  inner_chord.push_back(geom2::Point_2(inner_chord_rel_pos_to, 0.0));
+
+  geom2::Polygon_2 outer_chord;
+  outer_chord.push_back(geom2::Point_2(outer_chord_rel_pos_from, 0.0));
+  outer_chord.push_back(geom2::Point_2(outer_chord_rel_pos_to, 0.0));
+
+  control_surface.sections.emplace_back(inner_chord);
+  control_surface.sections.emplace_back(outer_chord);
+
+  control_surface.sections.front().origin = geom2::Point_3(0.0, 0.0, inner_spanwise_rel_pos);
+  control_surface.sections.back().origin = geom2::Point_3(0.0, 0.0, outer_spanwise_rel_pos);
+
+  control_surface.name = name;
+  return control_surface;
+}
+
+geom2::MultisectionSurface<geom2::PolygonSection> T_Tail::spar(
+    const std::string &name, double inner_chord_rel_pos_from, double inner_chord_rel_pos_to,
+    double inner_spanwise_rel_pos, double outer_chord_rel_pos_from, double outer_chord_rel_pos_to,
+    double outer_spanwise_rel_pos) {
+  geom2::MultisectionSurface<geom2::PolygonSection> spar;
+  geom2::Polygon_2 inner_chord;
+  inner_chord.push_back(geom2::Point_2(inner_chord_rel_pos_from, 0.0));
+  inner_chord.push_back(geom2::Point_2(inner_chord_rel_pos_to, 0.0));
+
+  geom2::Polygon_2 outer_chord;
+  outer_chord.push_back(geom2::Point_2(outer_chord_rel_pos_from, 0.0));
+  outer_chord.push_back(geom2::Point_2(outer_chord_rel_pos_to, 0.0));
+
+  spar.sections.emplace_back(inner_chord);
+  spar.sections.emplace_back(outer_chord);
+
+  spar.sections.front().origin = geom2::Point_3(0.0, 0.0, inner_spanwise_rel_pos);
+  spar.sections.back().origin = geom2::Point_3(0.0, 0.0, outer_spanwise_rel_pos);
+  spar.name = name;
+
+  return spar;
+}
+
+// == Mass ============================================================================================================
+void T_Tail::flops_mass() {
+  myRuntimeInfo->out << "Mode active -> Mass computation - FLOPS" << std::endl;
+  const double maximum_takeoff_mass = data->maximum_takeoff_mass.value();
+
+  data->vertical_stabilizer_mass.data["mass"] =
+      flops::vertical_stabilizer_mass(config->mass_mode_flops_technology_factor.value(), 1, geom2::measure::reference_area(data->vertical_stabilizer),
+                                      geom2::measure::taper_ratio(data->vertical_stabilizer), maximum_takeoff_mass);
+  myRuntimeInfo->out << std::format("Vertical stabilizer mass ... {}",
+                                    data->vertical_stabilizer_mass.data["mass"].value())
+                     << std::endl;
+  geom2::Point_3 vs_position_mac = geom2::measure::offset_LE(
+      data->vertical_stabilizer, geom2::measure::mean_aerodynamic_chord_position(data->vertical_stabilizer));
+  data->vertical_stabilizer_mass.data["x"] =
+      data->empennage_position.x.value() + data->vertical_stabilizer.origin.x() + vs_position_mac.x() +
+      0.25 * geom2::measure::chord(data->vertical_stabilizer, vs_position_mac.z()) +
+      0.1 * geom2::measure::mean_aerodynamic_chord(data->vertical_stabilizer);
+  data->vertical_stabilizer_mass.data["y"] = data->vertical_stabilizer.origin.y(); /* Assume symmetric mass */
+  data->vertical_stabilizer_mass.data["z"] =
+      data->empennage_position.z.value() + data->vertical_stabilizer.origin.z() +
+      std::fabs(geom2::measure::mean_aerodynamic_chord_position(data->vertical_stabilizer));
+
+  /* Horizontal stabilizer mass and cog */
+  data->horizontal_stabilizer_mass.data["mass"] =
+      flops::horizontal_stabilizer_mass(config->mass_mode_flops_technology_factor.value(), geom2::measure::reference_area(data->horizontal_stabilizer),
+                                        geom2::measure::taper_ratio(data->horizontal_stabilizer), maximum_takeoff_mass);
+  myRuntimeInfo->out << std::format("Horizontal stabilizer mass ... {:.2f}",
+                                    data->horizontal_stabilizer_mass.data["mass"].value())
+                     << std::endl;
+
+  /* Cog calculation */
+  geom2::Point_3 hs_position_mac = geom2::measure::offset_LE(
+      data->horizontal_stabilizer, geom2::measure::mean_aerodynamic_chord_position(data->horizontal_stabilizer));
+
+  data->horizontal_stabilizer_mass.data["x"] =
+      data->empennage_position.x.value() + data->horizontal_stabilizer.origin.x() + hs_position_mac.x() +
+      0.25 * geom2::measure::chord(data->horizontal_stabilizer, hs_position_mac.z()) +
+      0.1 * geom2::measure::mean_aerodynamic_chord(data->vertical_stabilizer);
+
+  data->horizontal_stabilizer_mass.data["y"] = data->horizontal_stabilizer.origin.y(); /* Assume symmetric mass */
+
+  data->horizontal_stabilizer_mass.data["z"] =
+      data->empennage_position.z.value() + data->horizontal_stabilizer.origin.z() + -hs_position_mac.z();
+  data->empennage_mass.data["mass"] =
+      data->horizontal_stabilizer_mass.data["mass"].value() + data->vertical_stabilizer_mass.data["mass"].value();
+
+  /* Compute x direction overall COG_x */
+  data->empennage_mass.data["x"] =
+      (data->vertical_stabilizer_mass.data["mass"].value() * data->vertical_stabilizer_mass.data["x"].value() +
+       data->horizontal_stabilizer_mass.data["mass"].value() * data->horizontal_stabilizer_mass.data["x"].value()) /
+      data->empennage_mass.data["mass"].value();
+
+  /* Compute y direction overall COG_y */
+  data->empennage_mass.data["y"] =
+      (data->vertical_stabilizer_mass.data["mass"].value() * data->vertical_stabilizer_mass.data["y"].value() +
+       data->horizontal_stabilizer_mass.data["mass"].value() * data->horizontal_stabilizer_mass.data["y"].value()) /
+      data->empennage_mass.data["mass"].value();
+
+  /* Compute z direction overall COG_z */
+  data->empennage_mass.data["z"] =
+      (data->vertical_stabilizer_mass.data["mass"].value() * data->vertical_stabilizer_mass.data["z"].value() +
+       data->horizontal_stabilizer_mass.data["mass"].value() * data->horizontal_stabilizer_mass.data["z"].value()) /
+      data->empennage_mass.data["mass"].value();
+  myRuntimeInfo->out << std::format("Empennage mass ... {}", data->empennage_mass.data["mass"].value()) << std::endl;
+  myRuntimeInfo->out << std::format("Empennage cog  ... {:.2f}, {:.2f}, {:.2f}", data->empennage_mass.data["x"].value(),
+                                    data->empennage_mass.data["y"].value(), data->empennage_mass.data["z"].value())
+                     << std::endl;
+}
+
+void T_Tail::raymer_mass() {
+  /* ToDo */
+  myRuntimeInfo->err << "Method not implemented yet .... -> no output generated";
+}
+
+}  // namespace low
+}  // namespace taw
diff --git a/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design.h b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design.h
new file mode 100755
index 0000000000000000000000000000000000000000..7aa8f6c489da9c4c3541c7fca318091b68a3dcef
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design.h
@@ -0,0 +1,299 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef LOW_T_Tail_TAW_H_
+#define LOW_T_Tail_TAW_H_
+
+#include <aircraftGeometry2/airfoil_surface.h>
+#include <airfoils/airfoils.h>
+#include <moduleBasics/module.h>
+#include <moduleBasics/report.h>
+#include <moduleBasics/strategySelector.h>
+
+#include <functional>
+#include <map>
+#include <vector>
+
+#include "t_tail_empennage_design_config.h"
+#include "t_tail_empennage_design_data.h"
+
+namespace taw {
+namespace low {
+class T_Tail : public Strategy {
+ public:
+  T_Tail(const std::shared_ptr<RuntimeIO>& rtIO);
+  ~T_Tail() = default;
+  /**
+   * \brief Initialize T-Tail method
+   *
+   */
+  void initialize();
+
+  /**
+   * \brief Run T-Tail method
+   *
+   */
+  void run();
+
+  /**
+   * \brief Update T-Tail method
+   *
+   */
+  void update();
+
+  /**
+   * \brief Report generation for T-Tail method
+   *
+   */
+  void report();
+
+  /**
+   * \brief Save results for T-Tail method
+   *
+   */
+  void save();
+
+  /**
+   * \brief Design method for T-Tail empennage
+   *
+   */
+  void design(void);
+
+  /**
+   * \brief Redesign method for T-Tail empennage
+   *
+   */
+  void redesign(void);
+
+  /**
+   * \brief Design of a vertical stabilizer
+   *
+   * \param wing_sweep
+   * \param wing_reference_area
+   * \param wing_span
+   * \param wing_taper_ratio
+   * \param wing_aspect_ratio
+   * \param wing_neutral_position
+   * \param fuselage_length
+   */
+  void design_vertical_stabilizer(const double wing_sweep, const double wing_reference_area, const double wing_span,
+                                  const double wing_taper_ratio, const double wing_aspect_ratio,
+                                  geom2::Point_3& wing_neutral_position, const double fuselage_length);
+
+  /**
+   * \brief Design of a horizontal stabilizer
+   *
+   * \param wing_sweep
+   * \param wing_reference_area
+   * \param wing_mac
+   * \param wing_taper_ratio
+   * \param wing_aspect_ratio
+   * \param wing_neutral_position
+   * \param fuselage_length
+   */
+  void design_horizontal_stabilizer(const double wing_sweep, const double wing_reference_area, const double wing_mac,
+                                    const double wing_taper_ratio, const double wing_aspect_ratio,
+                                    geom2::Point_3& wing_neutral_position, const double fuselage_length);
+
+  /**
+   * \brief Redesign of a vertical stabilizer
+   *
+   * \param wing_sweep
+   * \param wing_reference_area
+   * \param wing_span
+   * \param wing_neutral_position
+   * \param fuselage_length
+   */
+  void redesign_vertical_stabilizer(const double wing_sweep, const double wing_reference_area, const double wing_span,
+                                    geom2::Point_3& wing_neutral_position, const double fuselage_length);
+
+  /**
+   * \brief Redesign of a horizontal stabilizer
+   *
+   * \param wing_sweep
+   * \param wing_reference_area
+   * \param wing_span
+   * \param wing_neutral_position
+   * \param fuselage_length
+   */
+  void redesign_horizontal_stabilizer(const double wing_sweep, const double wing_reference_area, const double wing_span,
+                                      geom2::Point_3& wing_neutral_position, const double fuselage_length);
+
+  /**
+   * \brief Design of a stabilizer
+   *
+   * \param wing_sweep_rad
+   * \param wing_reference_area
+   * \param reference_length
+   * \param wing_neutral_position
+   * \param fuselage_length
+   * \param orientation
+   * \param volume_coefficient
+   * \param delta_sweep_rad
+   * \param stabilizer_taper_ratio
+   * \param stabilizer_aspect_ratio
+   * \param offset_position
+   * \param inner_profile_name
+   * \param outer_profile_name
+   * \param symmetric
+   * \param number_of_stabilizers
+   * \return geom2::MultisectionSurface<geom2::AirfoilSection>
+   */
+  geom2::MultisectionSurface<geom2::AirfoilSection> design_stabilizer(
+      const double wing_sweep_rad, const double wing_reference_area, const double reference_length,
+      geom2::Point_3& wing_neutral_position, const double fuselage_length, geom2::Direction_3& orientation,
+      const double volume_coefficient, const double delta_sweep_rad, const double stabilizer_taper_ratio,
+      const double stabilizer_aspect_ratio, geom2::Point_3& offset_position, const std::string& inner_profile_name,
+      const std::string& outer_profile_name, bool symmetric, int number_of_stabilizers);
+
+  /**
+   * \brief Design of a stabilizer
+   *
+   * \param wing_sweep_rad
+   * \param wing_reference_area
+   * \param reference_length
+   * \param wing_taper_ratio
+   * \param wing_aspect_ratio
+   * \param wing_neutral_position
+   * \param fuselage_length
+   * \param tail
+   * \param align
+   * \param symmetric
+   * \return geom2::MultisectionSurface<geom2::AirfoilSection>
+   */
+  geom2::MultisectionSurface<geom2::AirfoilSection> design_stabilizer(
+      const double wing_sweep_rad, const double wing_reference_area, const double reference_length,
+      const double wing_taper_ratio, const double wing_aspect_ratio, geom2::Point_3& wing_neutral_position,
+      const double fuselage_length, TailElement& tail, geom2::Direction_3& align, bool symmetric);
+
+  /**
+   * \brief Set the empennage position
+   *
+   */
+  void set_empennage_position(void);
+
+  /**
+   * \brief Method to create shape of a control surface
+   *
+   * \param name name of the control surface
+   * \param inner_chord_rel_pos_from
+   * \param inner_chord_rel_pos_to
+   * \param inner_spanwise_rel_pos
+   * \param outer_chord_rel_pos_from
+   * \param outer_chord_rel_pos_to
+   * \param outer_spanwise_rel_pos
+   * \return geom2::MultisectionSurface<geom2::PolygonSection>
+   */
+  geom2::MultisectionSurface<geom2::PolygonSection> control_device(
+      const std::string& name, double inner_chord_rel_pos_from, double inner_chord_rel_pos_to,
+      double inner_spanwise_rel_pos, double outer_chord_rel_pos_from, double outer_chord_rel_pos_to,
+      double outer_spanwise_rel_pos);
+
+  /**
+   * \brief Method to create shape of a predefined spar
+   *
+   * \param name Name of the spar
+   * \param inner_chord_rel_pos_from
+   * \param inner_chord_rel_pos_to
+   * \param inner_spanwise_rel_pos
+   * \param outer_chord_rel_pos_from
+   * \param outer_chord_rel_pos_to
+   * \param outer_spanwise_rel_pos
+   * \return geom2::MultisectionSurface<geom2::PolygonSection> spar element as a polygonsection
+   */
+  geom2::MultisectionSurface<geom2::PolygonSection> spar(const std::string& name, double inner_chord_rel_pos_from,
+                                                             double inner_chord_rel_pos_to,
+                                                             double inner_spanwise_rel_pos,
+                                                             double outer_chord_rel_pos_from,
+                                                             double outer_chord_rel_pos_to,
+                                                             double outer_spanwise_rel_pos);
+  /**
+   * \brief Add spars method
+   *
+   */
+  void add_spars();
+
+  /**
+   * \brief Calculate empennage mass (vertical stabilizer / horizontal stabilizer) and associated center of gravity by
+   *        Flops method
+   *
+   */
+  void flops_mass();
+
+  /**
+   * \brief Calculate empennage mass by raymer method - not implemented yet
+   *
+   */
+  void raymer_mass();
+
+  /**
+   * \brief Set the html body report
+   *
+   */
+  void set_html_body();
+
+  /**
+   * \brief Generates plots for stabilizer planform and returns relative path to plot (svg)
+   *
+   * \param surface stabilizer
+   * \param spars spars vector
+   * \param devices control devices vector
+   * \return fs::path relative path between report and plot
+   */
+  fs::path plot_stabilizer_planform(const geom2::MultisectionSurface<geom2::AirfoilSection>& surface,
+                                    const std::vector<geom2::MultisectionSurface<geom2::PolygonSection>>& spars,
+                                    const std::vector<geom2::MultisectionSurface<geom2::PolygonSection>>& devices);
+
+  /**
+   * \brief Generate unique plots of airfoils
+   *
+   * \param surface stabilizer
+   * \return std::vector<fs::path> vector of relative paths between report and plots
+   */
+  std::vector<fs::path> plot_airfoils(const geom2::MultisectionSurface<geom2::AirfoilSection>& surface);
+
+  /**
+   * \brief Generate plot of thickness and twist distribution
+   *
+   * \param surface stabilizer
+   * \return fs::path relative path between report and plot
+   */
+  fs::path plot_thickness_and_twist_distribution(const geom2::MultisectionSurface<geom2::AirfoilSection>& surface);
+
+public:
+  std::string selected_design_mode;
+  std::string selected_mass_mode;
+  std::map<std::string, std::function<void(void)>> design_mode_runner;
+  std::map<std::string, std::function<void(void)>> mass_mode_runner;
+  std::shared_ptr<Airfoils> airfoils_library;
+
+
+  const std::shared_ptr<RuntimeIO>& rtIO;
+  const std::shared_ptr<taw::low::T_Tail_Config> config;
+  const std::shared_ptr<taw::low::T_Tail_Data> data;
+  Report reporter;
+};
+
+}  // namespace low
+}  // namespace taw
+
+#endif  // LOW_T_TAIL_TAW_H_
diff --git a/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design_plot.cpp b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design_plot.cpp
new file mode 100755
index 0000000000000000000000000000000000000000..882074bcc5f95af13003ee4bebdf504578ec4415
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design_plot.cpp
@@ -0,0 +1,238 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include <aircraftGeometry2/processing/measure.h>
+#include <aircraftGeometry2/processing/transform.h>
+#include <matplot/matplot.h>
+
+#include <algorithm>
+#include <array>
+#include <cstdlib>
+#include <deque>
+#include <map>
+#include <utility>
+
+#include "low_t_tail_empennage_design.h"
+#include "lib/plot_methods/plot_utility.h"
+
+namespace taw {
+namespace low {
+
+fs::path T_Tail::plot_stabilizer_planform(
+    const geom2::MultisectionSurface<geom2::AirfoilSection>& surface,
+    const std::vector<geom2::MultisectionSurface<geom2::PolygonSection>>& spars,
+    const std::vector<geom2::MultisectionSurface<geom2::PolygonSection>>& devices) {
+  /* Plot active */
+  if (!rtIO->plotOn) {
+    return "";
+  }
+  auto coordinates_xy = geom2::transform::outline_2d(surface, geom2::Direction_3(0, 0, 1));
+  std::deque<double> spanwise;
+  std::deque<double> chordwise;
+  auto span = geom2::measure::span(surface);
+  auto half_span = surface.is_symmetric ? span * 0.5 : span;
+  auto sections = surface.sections;
+  auto fuselage_max_half = geom2::measure::width_max(data->fuselage) * 0.5;
+
+  /* Check if control surface is oriented vertical */
+  bool is_vertical = std::fabs(surface.normal.dz()) > 0.95;
+
+  /* Loop coordinates from out to inside for LE and TE */
+  for (auto it = sections.rbegin(); it != sections.rend(); ++it) {
+    spanwise.push_front(-it->origin.z());
+    spanwise.push_back(-it->origin.z());
+    chordwise.push_front(it->origin.x());
+    chordwise.push_back(it->origin.x() + it->get_chord_length());
+  }
+
+  // /* Get mac coordinates */
+  // auto mac_position_y = geom2::measure::mean_aerodynamic_chord_position(data->wing);
+  // auto mac_position = geom2::measure::offset_LE(data->wing,mac_position_y);
+  // auto mac = geom2::measure::chord(data->wing,mac_position_y);
+
+  /* Generate plot */
+  std::string name = surface.name;
+  std::replace(name.begin(), name.end(), '_', ' ');
+  std::vector<std::string> legend_strings;
+  auto f = matplot::figure(true);
+  f->title(std::format("{} planform", name));
+  auto ax = f->add_axes(false);
+  if (is_vertical) {
+    ax->plot(std::vector<double>(chordwise.begin(), chordwise.end()),
+             std::vector<double>(spanwise.begin(), spanwise.end()))
+        ->color("black")
+        .line_width(1.5);
+  } else {
+    ax->plot(std::vector<double>(spanwise.begin(), spanwise.end()),
+             std::vector<double>(chordwise.begin(), chordwise.end()))
+        ->color("black")
+        .line_width(1.5);
+  }
+
+  legend_strings.push_back("contour");
+  matplot::hold(true);
+
+  /* Plot spars */
+  for (auto& spar : spars) {
+    const auto [x, y, _] = gen_polygon(surface, spar);
+    (void)_;
+    if (is_vertical) {
+      ax->plot(x, y)->color(get_spar_colors()).line_width(1).line_style("--");
+    } else {
+      ax->plot(y, x)->color(get_spar_colors()).line_width(1).line_style("--");
+    }
+    legend_strings.push_back("spar");
+  }
+  for (auto& device : devices) {
+    const auto [x, y, name] = gen_polygon(surface, device);
+    if (is_vertical) {
+      ax->plot(x, y)->color(get_control_device_colors(name)).line_width(1.5);
+    } else {
+      ax->plot(y, x)->color(get_control_device_colors(name)).line_width(1.5);
+    }
+    legend_strings.push_back(device.name);
+  }
+
+  /* Select if vertical or horizontal element */
+  if (std::fabs(surface.normal.dz()) > 0.7) {
+    ax->xlabel("x [m]");
+    ax->ylabel("z [m]");
+  } else {
+    ax->xlabel("y [m]");
+    ax->ylabel("x [m]");
+  }
+
+  ax->limits_mode(matplot::manual);
+  ax->axis(matplot::equal);
+  if (is_vertical) {
+    ax->ylim({0, *std::max_element(spanwise.begin(), spanwise.end()) * 1.1});
+  } else {
+    ax->xlim({0, *std::max_element(spanwise.begin(), spanwise.end()) * 1.1});
+  }
+  ax->legend(legend_strings);
+  ax->legend()->location(matplot::legend::general_alignment::bottomright);
+  ax->legend()->inside(true);
+  ax->legend()->box(true);
+  ax->legend()->font_size(8);
+
+  fs::path plot_path = rtIO->getPlotDir() + "/" + surface.name + "_planfrom.svg";
+  matplot::save(f, plot_path.string(), "svg");
+  std::this_thread::sleep_for(std::chrono::milliseconds(500));
+  return fs::relative(plot_path, fs::path(rtIO->getHtmlDir()));
+}
+
+fs::path T_Tail::plot_thickness_and_twist_distribution(
+    const geom2::MultisectionSurface<geom2::AirfoilSection>& surface) {
+  /* Plot active */
+  if (!rtIO->plotOn) {
+    return "";
+  }
+  std::vector<double> eta;
+  std::vector<double> thickness_to_chord_ratio;
+  std::vector<double> twist;
+  double half_span = surface.is_symmetric ? geom2::measure::span(surface) * 0.5 : geom2::measure::span(surface);
+  for (auto section : surface.sections) {
+    eta.push_back(-section.origin.z() / half_span);
+    thickness_to_chord_ratio.push_back(geom2::measure::thickness_max(section) / section.get_chord_length());
+    twist.push_back(section.get_twist_angle());
+  }
+  const auto [t_to_c_min, t_to_c_max] = std::ranges::minmax_element(thickness_to_chord_ratio);
+  const auto [twist_min, twist_max] = std::ranges::minmax_element(twist);
+
+  auto f = matplot::figure(true);
+
+  auto ax1 = f->add_subplot(2, 1, 0);
+  ax1->plot(eta, thickness_to_chord_ratio, "g-")->color("black").line_width(1.5);
+  // ax1->xlabel("\u03B7");
+  ax1->x_axis().visible(true);
+  ax1->grid(true);
+  ax1->ylabel("t / c [1]");
+  ax1->ylim({*t_to_c_min - 0.01, *t_to_c_max + 0.01});
+
+  auto ax2 = f->add_subplot(2, 1, 1);
+  ax2->plot(eta, twist, "b-")->color("black").line_style("--").line_width(1.5);
+  ax2->ylabel("\u03F5 [\u00b0]");
+  ax2->xlabel("\u03B7 [1]");
+  ax2->grid(true);
+  ax2->ylim({*twist_min - 0.01, *twist_max + 0.01});
+
+  fs::path plot_path = rtIO->getPlotDir() + "/" + surface.name + "_thickness_and_twist_distribution.svg";
+  matplot::save(f, plot_path.string(), "svg");
+  std::this_thread::sleep_for(std::chrono::milliseconds(500));
+  return fs::relative(plot_path, fs::path(rtIO->getHtmlDir()));
+}
+
+/**
+ * \brief Plot airfoils
+ *
+ * \return fs::path
+ */
+std::vector<fs::path> T_Tail::plot_airfoils(const geom2::MultisectionSurface<geom2::AirfoilSection>& surface) {
+  /* Plot active */
+  if (!rtIO->plotOn) {
+    return {""};
+  }
+  std::map<std::string, std::vector<geom2::Point_2>> airfoils_data{};
+  std::vector<fs::path> airfoil_plots_path;
+
+  for (auto section : surface.sections) {
+    if (airfoils_data.find(section.name) != airfoils_data.end()) {
+      continue;
+    } else {
+      airfoils_data.insert({section.name, section.get_contour().vertices()});
+    }
+  }
+  /* loop over airfoils */
+
+  for (const auto& airfoil_data : airfoils_data) {
+    std::vector<double> x{}, y{};
+    for (auto coord : airfoil_data.second) {
+      x.push_back(coord.x());
+      y.push_back(coord.y());
+    }
+
+    {
+      auto f = matplot::figure(true);
+      auto h = f->current_axes()->plot(x, y);
+      h->line_width(1.5).color("black");
+
+      auto ax = f->current_axes();
+      ax->title(std::format("Airfoil - {}", airfoil_data.first));
+      matplot::xlabel("\u03B7");
+      ax->ylabel("z/c");
+      ax->xlabel("\u03B7 [1]");
+      ax->grid(true);
+      ax->ylim({-0.2, 0.2});
+      ax->xlim({0, 1});
+      ax->axis(matplot::equal);
+
+      fs::path plot_path = rtIO->getPlotDir() + "/" + surface.name + "_" + airfoil_data.first + "_airfoil.svg";
+      matplot::save(f, plot_path.string(), "svg");
+      airfoil_plots_path.push_back(fs::relative(plot_path, fs::path(rtIO->getHtmlDir())));
+      std::this_thread::sleep_for(std::chrono::milliseconds(500));
+    }
+  }
+  return airfoil_plots_path;
+}
+
+}  // namespace low
+}  // namespace taw
diff --git a/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design_report.cpp b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design_report.cpp
new file mode 100755
index 0000000000000000000000000000000000000000..742b123a2c3a9473a48f491fc6fbae7e7f240af7
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/low/low_t_tail_empennage_design_report.cpp
@@ -0,0 +1,569 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include <aircraftGeometry2/processing/measure.h>
+#include <aircraftGeometry2/processing/transform.h>
+#include <moduleBasics/html.h>
+
+#include "low_t_tail_empennage_design.h"
+
+namespace taw {
+namespace low {
+void T_Tail::set_html_body() {
+  /* Add box data */
+  reporter.htmlReportStream() << "<div class=\"box data\">\n";
+  /* Add headline Data*/
+  reporter.htmlReportStream() << "<h2>Data</h2>\n";
+  /* Table 1 - General parameters */
+  reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Configuration</caption>\n"
+      << "<thead>\n<th>Type</th><th>T-Tail</th></thead>"
+      << "<tbody>\n"
+      << "</tbody>\n"
+      << "</table>"
+      << "<table class=\"content-table\">\n"
+      << "<caption>Vertical Stabilizer</caption>\n"
+      << "<thead>\n"
+      << "<tr>\n"
+      << "<th>parameter</th><th>symbol</th><th>unit</th><th>value</th>\n"
+      << "</tr>\n"
+      << "</thead>\n"
+      << "<tbody>\n"
+      << "<tr>\n"
+      << std::format("<td>Reference area</td><td>S<sub>ref</sub></td><td>m<sup>2</sup></td><td>{:.2f}</td>\n",
+                     geom2::measure::reference_area(data->vertical_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Mean aero. chord</td><td>MAC</td><td>m</td><td>{:.2f}</td>\n",
+                     geom2::measure::mean_aerodynamic_chord(data->vertical_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Span</td><td>b</td><td>m</td><td>{:.2f}</td>\n",
+                     geom2::measure::span(data->vertical_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Aspect ratio</td><td>AR</td><td>1</td><td>{:.2f}</td>\n",
+                     geom2::measure::aspect_ratio(data->vertical_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Taper ratio</td><td>&lambda;</td><td>1</td><td>{:.2f}</td>\n",
+                     geom2::measure::taper_ratio(data->vertical_stabilizer))
+      << "</tr>\n"
+      << std::format("<td>Ref. position</td><td>x<sub>ref</sub></td><td>m</td><td>{:.2f}</td>\n",
+                     data->empennage_position.x.value() + data->vertical_stabilizer.origin.x())
+      << "</tr>\n"
+      << std::format("<td></td><td>y<sub>ref</sub></td><td>m</td><td>{:.2f}</td>\n",
+                     data->empennage_position.y.value() + data->vertical_stabilizer.origin.y())
+      << "</tr>\n"
+      << std::format("<td></td><td>z<sub>ref</sub></td><td>m</td><td>{:.2f}</td>\n",
+                     data->empennage_position.z.value() + -data->vertical_stabilizer.origin.z())
+      << "</tr>\n"
+      << "</tbody>\n"
+      << "</table>\n";
+
+  /* Table 2 - Section parameters*/
+  reporter.htmlReportStream() << "<table class=\"content-table\">\n"
+                              << "<caption>Section Parameter - Vertical Stabilizer</caption>\n"
+                              << "<thead>\n"
+                              << "<tr>\n"
+                              << "<th>parameter</th><th>symbol</th><th>unit</th>";
+  for (int i = 0; i < data->vertical_stabilizer.sections.size(); ++i) {
+    reporter.htmlReportStream() << std::format("<th>S<sub>{:02d}</sub></th>", i);
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              << "</thead>\n"
+                              << "<tbody>\n"
+                              /* Dimensionless half span - eta*/
+                              << "<tr>\n"
+                              << "<td>Dimensionless half span</td><td>&eta;</td><td>1</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>", std::fabs(section.origin.z() / geom2::measure::span(data->vertical_stabilizer)));
+  }
+  /* Spanwise coordinate - y*/
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              << "<td>Spanwise coordinate</td><td>y</td><td>m</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{:.2f}</td>", std::fabs(section.origin.z()));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Chord - c*/
+                              << "<tr>\n"
+                              << "<td>Chord</td><td>c</td><td>m</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{:.2f}</td>", section.get_chord_length());
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Sweep - Leading edge - phi_LE*/
+                              << "<tr>\n"
+                              << "<td>Sweep leading edge</td><td>&phi;<sub>LE</sub></td><td>&deg;</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        -geom2::detail::to_degrees * geom2::measure::sweep(data->vertical_stabilizer, section.origin.z(), 0.0));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Sweep - 25 percent - phi_25%*/
+                              << "<tr>\n"
+                              << "<td>Sweep quarter chord</td><td>&phi;<sub>25</sub></td><td>&deg;</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        -geom2::detail::to_degrees * geom2::measure::sweep(data->vertical_stabilizer, section.origin.z(), 0.25));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Sweep - Trailing edge percent - phi_TE*/
+                              << "<tr>\n"
+                              << "<td>Sweep Trailing edge</td><td>&phi;<sub>TE</sub></td><td>&deg;</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        -geom2::detail::to_degrees * geom2::measure::sweep(data->vertical_stabilizer, section.origin.z(), 1.0));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Dihedral - nu*/
+                              << "<tr>\n"
+                              << "<td>Dihedral</td><td>&nu;</td><td>&deg;</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        geom2::detail::to_degrees * geom2::measure::dihedral(data->vertical_stabilizer, section.origin.z()));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Twist - epsilon*/
+                              << "<tr>\n"
+                              << "<td>Twist angle</td><td>&epsilon;</td><td>&deg;</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{:.2f}</td>", geom2::detail::to_degrees * section.rotation_z);
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Thickness to chord - epsilon*/
+                              << "<tr>\n"
+                              << "<td>Thickness ratio</td><td>t/c</td><td>%</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    /* Remove when thickness max is working */
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>", 100 * geom2::measure::thickness_max(section) / section.get_chord_length());
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Airfoil - none */
+                              << "<tr>\n"
+                              << "<td>Airfoil</td><td>-</td><td>-</td>";
+  for (auto section : data->vertical_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{}</td>", section.name);
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              << "</tbody>\n"
+                              << "</table>\n";
+
+  /* Table 3 - Spar parameters*/
+  std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> vertical_stabilizer_spars =
+      data->vertical_stabilizer_spars;
+  for (int spar_id = 0; spar_id < vertical_stabilizer_spars.size(); ++spar_id) {
+    reporter.htmlReportStream() << "<table class=\"content-table\">\n";
+    if (spar_id == 0) {
+      reporter.htmlReportStream() << "<caption>Spar parameters</caption>\n";
+    }
+    reporter.htmlReportStream() << "<thead>\n"
+                                << "<tr>\n"
+                                << std::format("<th>{:<10}</th><th>&eta; [1]<th>x/c [%]</th>",
+                                               vertical_stabilizer_spars.at(spar_id).name)
+                                << "\n</tr>\n"
+                                << "</thead>\n"
+                                << "<tbody>\n";
+    /* Spar name - eta, x/c*/
+    for (int i = 0; i < vertical_stabilizer_spars.at(spar_id).sections.size(); ++i) {
+      reporter.htmlReportStream() << "<tr>\n";
+      std::string tag = "";
+      if (i == 0) {
+        tag = "from";
+      } else if (i == vertical_stabilizer_spars.at(spar_id).sections.size() - 1) {
+        tag = "to";
+      }
+      reporter.htmlReportStream() << std::format(
+          "<td>{}</td><td>{:.2f}</td><td>{:.2f}</td>\n", tag,
+          vertical_stabilizer_spars.at(spar_id).sections.at(i).origin.z(),
+          vertical_stabilizer_spars.at(spar_id).sections.at(i).get_contour().vertex(0).x());
+      reporter.htmlReportStream() << "\n</tr>\n";
+    }
+    /* Spanwise coordinate - y*/
+    reporter.htmlReportStream() << "</tbody>\n"
+                                << "</table>\n";
+  }
+
+  /* Sort devices to leading, trailing and other devices*/
+  /* device data - name, eta_from, rel_chord_from_start, rel_chord_from_end, eta_to, rel_chord_to_start,
+   * rel_chord_to_end */
+  using device_data = std::tuple<std::string, double, double, double, double, double, double>;
+  std::vector<device_data> vertical_stabilizer_devices;
+  std::vector<device_data> horizontal_stabilizer_devices;
+  std::vector<device_data> other_devices;
+  std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> elevators =
+      data->horizontal_stabilizer_control_devices;
+  std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> rudders = data->vertical_stabilizer_control_devices;
+
+  for (auto device : rudders) {
+    /* Device has only two sections (from + to) spanwise */
+    double eta_from = device.sections.at(0).origin.z();
+    double rel_chord_from_start = device.sections.at(0).get_contour().vertex(0).x(),
+           rel_chord_from_end = device.sections.at(0).get_contour().vertex(1).x();
+    double eta_to = device.sections.at(1).origin.z();
+    double rel_chord_to_start = device.sections.at(1).get_contour().vertex(0).x(),
+           rel_chord_to_end = device.sections.at(1).get_contour().vertex(1).x();
+    vertical_stabilizer_devices.push_back({device.name, eta_from, rel_chord_from_start, rel_chord_from_end, eta_to,
+                                           rel_chord_to_start, rel_chord_to_end});
+  }
+
+  for (auto device : elevators) {
+    /* Device has only two sections (from + to) spanwise */
+    double eta_from = device.sections.at(0).origin.z();
+    double rel_chord_from_start = device.sections.at(0).get_contour().vertex(0).x(),
+           rel_chord_from_end = device.sections.at(0).get_contour().vertex(1).x();
+    double eta_to = device.sections.at(1).origin.z();
+    double rel_chord_to_start = device.sections.at(1).get_contour().vertex(0).x(),
+           rel_chord_to_end = device.sections.at(1).get_contour().vertex(1).x();
+    horizontal_stabilizer_devices.push_back({device.name, eta_from, rel_chord_from_start, rel_chord_from_end, eta_to,
+                                             rel_chord_to_start, rel_chord_to_end});
+  }
+  reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Vertical stabilizer control devices</caption>\n"
+      << "<thead>\n"
+      << "<tr>\n"
+      << "<th>Device</th><th>&eta;<sub>from</sub></th><th>x/c<sub>from,start</sub></th><th>x/c<sub>from,end</sub></"
+         "th><th>&eta;<sub>to</sub></th><th>x/c<sub>to,start</sub></th><th>x/c<sub>to,end</sub></th>\n"
+      << "</tr>\n"
+      << "</thead>\n"
+      << "<tbody>\n";
+  for (auto device : vertical_stabilizer_devices) {
+    const auto [name, eta_from, rel_chord_from_start, rel_chord_from_end, eta_to, rel_chord_to_start,
+                rel_chord_to_end] = device;
+    reporter.htmlReportStream() << "<tr>\n";
+    reporter.htmlReportStream() << std::format(
+        "<td>{}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td>\n", name,
+        eta_from, rel_chord_from_start, rel_chord_from_end, eta_to, rel_chord_to_start, rel_chord_to_end);
+    reporter.htmlReportStream() << "\n</tr>\n";
+  }
+  reporter.htmlReportStream() << "</tbody>\n"
+                              << "</table>\n";
+
+  reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Mass and CoG - Vertical stabilizer</caption>\n"
+      << "<thead>\n"
+      << "<tr>\n"
+      << "<th>Mass</th><th>CoG<sub>x</sub></th><th>CoG<sub>y</sub></th><th>CoG<sub>z</sub></th>\n"
+      << "</tr>\n"
+      << "</thead>\n"
+      << "<tbody>\n"
+      << "<tr>\n"
+      << std::format("<td>{:.2f}kg</td><td>{:.2f}m</td><td>{:.2f}m</td><td>{:.2f}m</td>",
+                     data->vertical_stabilizer_mass.data["mass"].value(),
+                     data->vertical_stabilizer_mass.data["x"].value(), data->vertical_stabilizer_mass.data["y"].value(),
+                     data->vertical_stabilizer_mass.data["z"].value())
+      << "\n<tr>\n"
+      << "</tbody>\n"
+      << "</table>\n";
+
+  /* Horizontal stabilizer */
+  reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Horizontal Stabilizer</caption>\n"
+      << "<thead>\n"
+      << "<tr>\n"
+      << "<th>parameter</th><th>symbol</th><th>unit</th><th>value</th>\n"
+      << "</tr>\n"
+      << "</thead>\n"
+      << "<tbody>\n"
+      << "<tr>\n"
+      << std::format("<td>Reference area</td><td>S<sub>ref</sub></td><td>m<sup>2</sup></td><td>{:.2f}</td>\n",
+                     geom2::measure::reference_area(data->horizontal_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Mean aero. chord</td><td>MAC</td><td>m</td><td>{:.2f}</td>\n",
+                     geom2::measure::mean_aerodynamic_chord(data->horizontal_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Span</td><td>b</td><td>m</td><td>{:.2f}</td>\n",
+                     geom2::measure::span(data->horizontal_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Aspect ratio</td><td>AR</td><td>1</td><td>{:.2f}</td>\n",
+                     geom2::measure::aspect_ratio(data->horizontal_stabilizer))
+      << "</tr>\n"
+      << "<tr>\n"
+      << std::format("<td>Taper ratio</td><td>&lambda;</td><td>1</td><td>{:.2f}</td>\n",
+                     geom2::measure::taper_ratio(data->horizontal_stabilizer))
+      << "</tr>\n"
+      << std::format("<td>Ref. position</td><td>x<sub>ref</sub></td><td>m</td><td>{:.2f}</td>\n",
+                     data->empennage_position.x.value() + data->horizontal_stabilizer.origin.x())
+      << "</tr>\n"
+      << std::format("<td></td><td>y<sub>ref</sub></td><td>m</td><td>{:.2f}</td>\n",
+                     data->empennage_position.y.value() + data->horizontal_stabilizer.origin.y())
+      << "</tr>\n"
+      << std::format("<td></td><td>z<sub>ref</sub></td><td>m</td><td>{:.2f}</td>\n",
+                     data->empennage_position.z.value() + -data->horizontal_stabilizer.origin.z())
+      << "</tr>\n"
+      << "</tbody>\n"
+      << "</table>\n";
+
+  /* Table 2 - Section parameters*/
+  reporter.htmlReportStream() << "<table class=\"content-table\">\n"
+                              << "<caption>Section Parameter - Horizontal Stabilizer</caption>\n"
+                              << "<thead>\n"
+                              << "<tr>\n"
+                              << "<th>parameter</th><th>symbol</th><th>unit</th>";
+  for (int i = 0; i < data->horizontal_stabilizer.sections.size(); ++i) {
+    reporter.htmlReportStream() << std::format("<th>S<sub>{:02d}</sub></th>", i);
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              << "</thead>\n"
+                              << "<tbody>\n"
+                              /* Dimensionless half span - eta*/
+                              << "<tr>\n"
+                              << "<td>Dimensionless half span</td><td>&eta;</td><td>1</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>", std::fabs(2 * section.origin.z() / geom2::measure::span(data->horizontal_stabilizer)));
+  }
+  /* Spanwise coordinate - y*/
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              << "<td>Spanwise coordinate</td><td>y</td><td>m</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{:.2f}</td>", std::fabs(section.origin.z()));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Chord - c*/
+                              << "<tr>\n"
+                              << "<td>Chord</td><td>c</td><td>m</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{:.2f}</td>", section.get_chord_length());
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Sweep - Leading edge - phi_LE*/
+                              << "<tr>\n"
+                              << "<td>Sweep leading edge</td><td>&phi;<sub>LE</sub></td><td>&deg;</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        -geom2::detail::to_degrees * geom2::measure::sweep(data->horizontal_stabilizer, section.origin.z(), 0.0));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Sweep - 25 percent - phi_25%*/
+                              << "<tr>\n"
+                              << "<td>Sweep quarter chord</td><td>&phi;<sub>25</sub></td><td>&deg;</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        -geom2::detail::to_degrees * geom2::measure::sweep(data->horizontal_stabilizer, section.origin.z(), 0.25));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Sweep - Trailing edge percent - phi_TE*/
+                              << "<tr>\n"
+                              << "<td>Sweep Trailing edge</td><td>&phi;<sub>TE</sub></td><td>&deg;</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        -geom2::detail::to_degrees * geom2::measure::sweep(data->horizontal_stabilizer, section.origin.z(), 1.0));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Dihedral - nu*/
+                              << "<tr>\n"
+                              << "<td>Dihedral</td><td>&nu;</td><td>&deg;</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>",
+        geom2::detail::to_degrees * geom2::measure::dihedral(data->horizontal_stabilizer, section.origin.z()));
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Twist - epsilon*/
+                              << "<tr>\n"
+                              << "<td>Twist angle</td><td>&epsilon;</td><td>&deg;</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{:.2f}</td>", geom2::detail::to_degrees * section.rotation_z);
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Thickness to chord - epsilon*/
+                              << "<tr>\n"
+                              << "<td>Thickness ratio</td><td>t/c</td><td>%</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format(
+        "<td>{:.2f}</td>", 100 * geom2::measure::thickness_max(section) / section.get_chord_length());
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              /* Airfoil - none */
+                              << "<tr>\n"
+                              << "<td>Airfoil</td><td>-</td><td>-</td>";
+  for (auto section : data->horizontal_stabilizer.sections) {
+    reporter.htmlReportStream() << std::format("<td>{}</td>", section.name);
+  }
+  reporter.htmlReportStream() << "\n</tr>\n"
+                              << "</tbody>\n"
+                              << "</table>\n";
+
+  /* Table 3 - Spar parameters*/
+  std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> horizontal_stabilizer_spars =
+      data->horizontal_stabilizer_spars;
+  for (int spar_id = 0; spar_id < horizontal_stabilizer_spars.size(); ++spar_id) {
+    reporter.htmlReportStream() << "<table class=\"content-table\">\n";
+    if (spar_id == 0) {
+      reporter.htmlReportStream() << "<caption>Spar parameters</caption>\n";
+    }
+    reporter.htmlReportStream() << "<thead>\n"
+                                << "<tr>\n"
+                                << std::format("<th>{:<10}</th><th>&eta; [1]<th>x/c [%]</th>",
+                                               horizontal_stabilizer_spars.at(spar_id).name)
+                                << "\n</tr>\n"
+                                << "</thead>\n"
+                                << "<tbody>\n";
+    /* Spar name - eta, x/c*/
+    for (int i = 0; i < horizontal_stabilizer_spars.at(spar_id).sections.size(); ++i) {
+      reporter.htmlReportStream() << "<tr>\n";
+      std::string tag = "";
+      if (i == 0) {
+        tag = "from";
+      } else if (i == horizontal_stabilizer_spars.at(spar_id).sections.size() - 1) {
+        tag = "to";
+      }
+      reporter.htmlReportStream() << std::format(
+          "<td>{}</td><td>{:.2f}</td><td>{:.2f}</td>\n", tag,
+          horizontal_stabilizer_spars.at(spar_id).sections.at(i).origin.z(),
+          horizontal_stabilizer_spars.at(spar_id).sections.at(i).get_contour().vertex(0).x());
+      reporter.htmlReportStream() << "\n</tr>\n";
+    }
+    /* Spanwise coordinate - y*/
+    reporter.htmlReportStream() << "</tbody>\n"
+                                << "</table>\n";
+  }
+
+  reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Horizontal stabilizer control devices</caption>\n"
+      << "<thead>\n"
+      << "<tr>\n"
+      << "<th>Device</th><th>&eta;<sub>from</sub></th><th>x/c<sub>from,start</sub></th><th>x/c<sub>from,end</sub></"
+         "th><th>&eta;<sub>to</sub></th><th>x/c<sub>to,start</sub></th><th>x/c<sub>to,end</sub></th>\n"
+      << "</tr>\n"
+      << "</thead>\n"
+      << "<tbody>\n";
+  for (auto device : horizontal_stabilizer_devices) {
+    const auto [name, eta_from, rel_chord_from_start, rel_chord_from_end, eta_to, rel_chord_to_start,
+                rel_chord_to_end] = device;
+    reporter.htmlReportStream() << "<tr>\n";
+    reporter.htmlReportStream() << std::format(
+        "<td>{}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td><td>{:.2f}</td>\n", name,
+        eta_from, rel_chord_from_start, rel_chord_from_end, eta_to, rel_chord_to_start, rel_chord_to_end);
+    reporter.htmlReportStream() << "\n</tr>\n";
+  }
+  reporter.htmlReportStream() << "</tbody>\n"
+                              << "</table>\n";
+
+  reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Mass and CoG - Horizontal stabilizer</caption>\n"
+      << "<thead>\n"
+      << "<tr>\n"
+      << "<th>Mass</th><th>CoG<sub>x</sub></th><th>CoG<sub>y</sub></th><th>CoG<sub>z</sub></th>\n"
+      << "</tr>\n"
+      << "</thead>\n"
+      << "<tbody>\n"
+      << "<tr>\n"
+      << std::format(
+             "<td>{:.2f}kg</td><td>{:.2f}m</td><td>{:.2f}m</td><td>{:.2f}m</td>",
+             data->horizontal_stabilizer_mass.data["mass"].value(), data->horizontal_stabilizer_mass.data["x"].value(),
+             data->horizontal_stabilizer_mass.data["y"].value(), data->horizontal_stabilizer_mass.data["z"].value())
+      << "\n<tr>\n"
+      << "</tbody>\n"
+      << "</table>\n";
+
+  reporter.htmlReportStream()
+      << "<table class=\"content-table\">\n"
+      << "<caption>Mass and CoG - Empennage</caption>\n"
+      << "<thead>\n"
+      << "<tr>\n"
+      << "<th>Mass</th><th>CoG<sub>x</sub></th><th>CoG<sub>y</sub></th><th>CoG<sub>z</sub></th>\n"
+      << "</tr>\n"
+      << "</thead>\n"
+      << "<tbody>\n"
+      << "<tr>\n"
+      << std::format("<td>{:.2f}kg</td><td>{:.2f}m</td><td>{:.2f}m</td><td>{:.2f}m</td>",
+                     data->empennage_mass.data["mass"].value(), data->empennage_mass.data["x"].value(),
+                     data->empennage_mass.data["y"].value(), data->empennage_mass.data["z"].value())
+      << "\n<tr>\n"
+      << "</tbody>\n"
+      << "</table>\n";
+
+
+  /* close box data div */
+  reporter.htmlReportStream() << "</div>\n";
+
+  if (rtIO->plotOn) {
+    /* open box plot div */
+    reporter.htmlReportStream() << "<div class=\"box plot\">\n";
+    /* Add headline Data*/
+    reporter.htmlReportStream() << "<h2>Plots</h2>\n";
+
+    /* Add Geometry Headline */
+    reporter.htmlReportStream() << "<h3>Geometry</h3>\n";
+
+
+    /* Vertical stabilizer planform plot */
+    auto planform_vertical_stabilizer_plot_path = plot_stabilizer_planform(
+        data->vertical_stabilizer, data->vertical_stabilizer_spars, data->vertical_stabilizer_control_devices);
+    reporter.htmlReportStream() << std::format("<img class=\"image-plot\" src=\"{}\"/>\n",
+                                               planform_vertical_stabilizer_plot_path.string());
+    /* Vertical stabilizer airfoil */
+    auto vertical_stabilizer_airfoil_plot_paths = plot_airfoils(data->vertical_stabilizer);
+    reporter.htmlReportStream() << "<h3>Vertical Stabilizer Airfoils</h3>\n";
+    for( auto airfoil_path : vertical_stabilizer_airfoil_plot_paths) {
+      reporter.htmlReportStream() << std::format("<img class=\"image-plot\" src=\"{}\"/>\n", airfoil_path.string());
+    }
+    reporter.htmlReportStream() << "<h3>Horizontal Stabilizer Thickness & Geometric Twist</h3>\n";
+    auto vertical_stabilizer_thickness_and_twist_plot_path = plot_thickness_and_twist_distribution(data->vertical_stabilizer);
+    reporter.htmlReportStream() << std::format("<img class=\"image-plot\" src=\"{}\"/>\n",
+    vertical_stabilizer_thickness_and_twist_plot_path.string());
+
+
+    /* Horizontal Stabilizer planform plot */
+    auto planform_horizontal_stabilizer_plot_path = plot_stabilizer_planform(
+        data->horizontal_stabilizer, data->horizontal_stabilizer_spars, data->horizontal_stabilizer_control_devices);
+    reporter.htmlReportStream() << std::format("<img class=\"image-plot\" src=\"{}\"/>\n",
+                                               planform_horizontal_stabilizer_plot_path.string());
+
+    /* Horizontal stabilizer airfoil */
+    auto horizontal_stabilizer_airfoil_plot_paths = plot_airfoils(data->horizontal_stabilizer);
+    reporter.htmlReportStream() << "<h3>Horizontal Stabilizer Airfoils</h3>\n";
+    for( auto airfoil_path : horizontal_stabilizer_airfoil_plot_paths) {
+      reporter.htmlReportStream() << std::format("<img class=\"image-plot\" src=\"{}\"/>\n", airfoil_path.string());
+    }
+    reporter.htmlReportStream() << "<h3>Horizontal Stabilizer Thickness & Geometric Twist</h3>\n";
+    auto horizontal_stabilizer_thickness_and_twist_plot_path = plot_thickness_and_twist_distribution(data->horizontal_stabilizer);
+    reporter.htmlReportStream() << std::format("<img class=\"image-plot\" src=\"{}\"/>\n",
+    horizontal_stabilizer_thickness_and_twist_plot_path.string());
+
+    // /* close box plot */
+    reporter.htmlReportStream() << "</div>\n";
+  }
+}
+}  // namespace low
+}  // namespace taw
diff --git a/empennage_design/src/taw/t_tail/t_tail_empennage_design_config.cpp b/empennage_design/src/taw/t_tail/t_tail_empennage_design_config.cpp
new file mode 100755
index 0000000000000000000000000000000000000000..1e1255d86ca6aba379211f82da44262ae5ac6254
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/t_tail_empennage_design_config.cpp
@@ -0,0 +1,48 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include "t_tail_empennage_design_config.h"
+
+namespace taw {
+namespace low {
+
+T_Tail_Config::T_Tail_Config()
+    : design_mode(EndnodeReadOnly<std::string>("module_configuration_file/program_settings/modes/design_mode")),
+      mass_mode(EndnodeReadOnly<std::string>("module_configuration_file/program_settings/modes/mass_mode")),
+      mass_mode_flops_technology_factor(EndnodeReadOnly<double>("module_configuration_file/program_settings/modes/mass_mode/parameters/mode_0/technology_factor")),
+      vertical_stabilizer(TailElement(
+          "module_configuration_file/program_settings/tube_and_wing/low_fidelity/t_tail/tail_element@0/")),
+      horizontal_stabilizer(TailElement(
+          "module_configuration_file/program_settings/tube_and_wing/low_fidelity/t_tail/tail_element@1/")),
+      common_airfoil_data_path(EndnodeReadOnly<std::string>("module_configuration_file/program_settings/common_airfoil_data_path")) {}
+
+void T_Tail_Config::read(const node& xml) {
+  design_mode.read(xml);
+  mass_mode.read(xml);
+  mass_mode_flops_technology_factor.read(xml);
+  common_airfoil_data_path.read(xml);
+  vertical_stabilizer.read(xml);
+  horizontal_stabilizer.read(xml);
+}
+
+}  // namespace low
+}  // namespace taw
diff --git a/empennage_design/src/taw/t_tail/t_tail_empennage_design_config.h b/empennage_design/src/taw/t_tail/t_tail_empennage_design_config.h
new file mode 100755
index 0000000000000000000000000000000000000000..a09da17ea182128ce11ccf04a12802cf192048a0
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/t_tail_empennage_design_config.h
@@ -0,0 +1,49 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef EMPENNAGEDESIGN_SRC_TAW_T_TAIL_TAWT_TAILCONFIG_H_
+#define EMPENNAGEDESIGN_SRC_TAW_T_TAIL_TAWT_TAILCONFIG_H_
+
+#include <aixml/endnode.h>
+
+#include "lib/io_methods/io.h"
+
+namespace taw {
+namespace low {
+
+class T_Tail_Config {
+ public:
+  T_Tail_Config();
+  ~T_Tail_Config() = default;
+  void read(const node& xml);
+
+  EndnodeReadOnly<std::string> common_airfoil_data_path;
+  EndnodeReadOnly<std::string> design_mode;
+  EndnodeReadOnly<std::string> mass_mode;
+  EndnodeReadOnly<double> mass_mode_flops_technology_factor;
+  TailElement vertical_stabilizer;
+  TailElement horizontal_stabilizer;
+};
+
+}  // namespace low
+}  // namespace taw
+#endif  // EMPENNAGEDESIGN_SRC_TAW_T_TAIL_TAWT_TAILCONFIG_H_
diff --git a/empennage_design/src/taw/t_tail/t_tail_empennage_design_data.cpp b/empennage_design/src/taw/t_tail/t_tail_empennage_design_data.cpp
new file mode 100755
index 0000000000000000000000000000000000000000..cc26a3c7e7d019f08ddd5d554aafa966e75cb65f
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/t_tail_empennage_design_data.cpp
@@ -0,0 +1,164 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#include "t_tail_empennage_design_data.h"
+
+#include <aircraftGeometry2/airfoil_surface.h>
+#include <aircraftGeometry2/fuselage.h>
+#include <aircraftGeometry2/geometry/surface.h>
+
+namespace taw {
+namespace low {
+
+T_Tail_Data::T_Tail_Data()
+    : maximum_takeoff_mass(
+          EndnodeReadOnly<double>("analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass")),
+      empennage_mass(MassPropertiesIO("component_design/empennage/", "T_TAIL tail overall mass")),
+      vertical_stabilizer_mass(MassPropertiesIO("component_design/empennage/specific/geometry/aerodynamic_surface@0/",
+                                                "vertical stabiliser mass")),
+      horizontal_stabilizer_mass(MassPropertiesIO("component_design/empennage/specific/geometry/aerodynamic_surface@1/",
+                                                  "horizontal stabiliser mass")),
+      wing_position_x(EndnodeReadOnly<double>("component_design/wing/position/x")),
+      empennage_position(PositionIO("component_design/empennage/position", "empennage")) {}
+
+void T_Tail_Data::read(const node &xml) {
+  wing_position_x.read(xml);
+  maximum_takeoff_mass.read(xml);
+}
+
+void T_Tail_Data::read_fuselage(std::filesystem::path path, std::filesystem::path geometry_data_dir) {
+  std::shared_ptr<node> acxml = aixml::openDocument(path);
+  geom2::FuselageFactory fuselage_factory{acxml, geometry_data_dir};
+  fuselage = fuselage_factory.create("fuselage/specific/geometry/fuselage@0");
+}
+
+void T_Tail_Data::read_wing(std::filesystem::path path, std::filesystem::path airfoil_data_dir) {
+  std::shared_ptr<node> acxml = aixml::openDocument(path);
+  geom2::WingFactory wing_factory{acxml, airfoil_data_dir};
+  wing = wing_factory.create("wing/specific/geometry/aerodynamic_surface@0");
+}
+
+void T_Tail_Data::update_vertical_stabilizer(node &xml) {
+  geom2::io::SurfaceType io = geom2::io::Wing(vertical_stabilizer);
+  const std::string path_to_geometry = "component_design/empennage/specific/geometry";
+  std::visit(geom2::io::AixmlConverter(xml[path_to_geometry], {"aerodynamic_surface", "0", vertical_stabilizer.name}),
+             io);
+}
+
+void T_Tail_Data::update_vertical_stabilizer_spars(node &xml) {
+  int i = 0;
+  for (auto &spar : vertical_stabilizer_spars) {
+    geom2::io::SurfaceType io_spar = geom2::io::Spar(spar);
+    const std::string path_to_spars =
+        "component_design/empennage/specific/geometry/aerodynamic_surface@0/parameters/spars";
+    std::visit(geom2::io::AixmlConverter(xml[path_to_spars], {"spar", std::to_string(i++), spar.name}), io_spar);
+  }
+}
+
+void T_Tail_Data::update_vertical_stabilizer_control_devices(node &xml) {
+  int i = 0;
+  for (auto control_device : vertical_stabilizer_control_devices) {
+    geom2::io::SurfaceType io_control_device = geom2::io::ControlDevice(control_device);
+    std::string path_to_device =
+        "component_design/empennage/specific/geometry/aerodynamic_surface@0/parameters/control_devices";
+    std::visit(
+        geom2::io::AixmlConverter(xml[path_to_device], {"control_device", std::to_string(i), control_device.name}),
+        io_control_device);
+    Endnode<double> min_deflection(
+        path_to_device + "/control_device@" + std::to_string(i) + "/deflection/full_negative_deflection",
+        "full negative deflection");
+    Endnode<double> max_deflection(
+        path_to_device + "/control_device@" + std::to_string(i) + "/deflection/full_positive_deflection",
+        "full positive deflection");
+    const auto [min, max] = vertical_stabilizer_control_devices_deflections[i];
+    min_deflection.set_unit("rad");
+    min_deflection.set_value(min);
+    min_deflection.update(xml);
+    max_deflection.set_unit("rad");
+    max_deflection.set_value(max);
+    max_deflection.update(xml);
+    i++;
+  }
+}
+
+void T_Tail_Data::update_horizontal_stabilizer(node &xml) {
+  geom2::io::SurfaceType io = geom2::io::Wing(horizontal_stabilizer);
+  const std::string path_to_geometry = "component_design/empennage/specific/geometry";
+  std::visit(geom2::io::AixmlConverter(xml[path_to_geometry], {"aerodynamic_surface", "1", horizontal_stabilizer.name}),
+             io);
+}
+
+void T_Tail_Data::update_horizontal_stabilizer_spars(node &xml) {
+  int i = 0;
+  for (auto &spar : horizontal_stabilizer_spars) {
+    geom2::io::SurfaceType io_spar = geom2::io::Spar(spar);
+    const std::string path_to_spars =
+        "component_design/empennage/specific/geometry/aerodynamic_surface@1/parameters/spars";
+    std::visit(geom2::io::AixmlConverter(xml[path_to_spars], {"spar", std::to_string(i++), spar.name}), io_spar);
+  }
+}
+
+void T_Tail_Data::update_horizontal_stabilizer_control_devices(node &xml) {
+  int i = 0;
+  for (auto &control_device : horizontal_stabilizer_control_devices) {
+    geom2::io::SurfaceType io_control_device = geom2::io::ControlDevice(control_device);
+    const std::string path_to_device =
+        "component_design/empennage/specific/geometry/aerodynamic_surface@1/parameters/control_devices";
+    std::visit(
+        geom2::io::AixmlConverter(xml[path_to_device], {"control_device", std::to_string(i), control_device.name}),
+        io_control_device);
+    Endnode<double> min_deflection(
+        path_to_device + "/control_device@" + std::to_string(i) + "/deflection/full_negative_deflection",
+        "full negative deflection");
+    Endnode<double> max_deflection(
+        path_to_device + "/control_device@" + std::to_string(i) + "/deflection/full_positive_deflection",
+        "full positive deflection");
+    const auto [min, max] = horizontal_stabilizer_control_devices_deflections[i];
+    min_deflection.set_unit("rad");
+    min_deflection.set_value(min);
+    min_deflection.update(xml);
+    max_deflection.set_unit("rad");
+    max_deflection.set_value(max);
+    max_deflection.update(xml);
+    i++;
+  }
+}
+
+void T_Tail_Data::update(node &xml) {
+  auto tmp = xml.find("component_design/empennage");
+  if (tmp != nullptr) {
+    tmp->deleteChildren();
+  }
+  empennage_position.update(xml);
+  empennage_mass.update(xml);
+  update_vertical_stabilizer(xml);
+  update_vertical_stabilizer_spars(xml);
+  update_vertical_stabilizer_control_devices(xml);
+  vertical_stabilizer_mass.update(xml);
+  update_horizontal_stabilizer(xml);
+  update_horizontal_stabilizer_spars(xml);
+  update_horizontal_stabilizer_control_devices(xml);
+  horizontal_stabilizer_mass.update(xml);
+}
+
+}  // namespace low
+}  // namespace taw
diff --git a/empennage_design/src/taw/t_tail/t_tail_empennage_design_data.h b/empennage_design/src/taw/t_tail/t_tail_empennage_design_data.h
new file mode 100755
index 0000000000000000000000000000000000000000..1ef746a0a7aa52977ef4c701935bd569c55eccda
--- /dev/null
+++ b/empennage_design/src/taw/t_tail/t_tail_empennage_design_data.h
@@ -0,0 +1,77 @@
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef EMPENNAGEDESIGN_SRC_TAW_T_TAIL_T_TAILEMPENNAGEDESIGNDATA_H_
+#define EMPENNAGEDESIGN_SRC_TAW_T_TAIL_T_TAILEMPENNAGEDESIGNDATA_H_
+
+#include <aircraftGeometry2/geometry/factory.h>
+#include <aircraftGeometry2/io/convert.h>
+
+#include "lib/io_methods/massPropertiesIO.h"
+#include "lib/io_methods/positionIO.h"
+namespace taw
+{
+  namespace low
+  {
+
+    class T_Tail_Data
+    {
+    public:
+      T_Tail_Data();
+
+      void read(const node &xml);
+      void read_wing(std::filesystem::path path, std::filesystem::path airfoil_data_dir);
+      void read_fuselage(std::filesystem::path path, std::filesystem::path geometry_data_dir);
+
+      void update(node &xml);
+      void update_vertical_stabilizer(node &xml);
+      void update_vertical_stabilizer_spars(node &xml);
+      void update_vertical_stabilizer_control_devices(node &xml);
+
+      void update_horizontal_stabilizer(node &xml);
+      void update_horizontal_stabilizer_spars(node &xml);
+      void update_horizontal_stabilizer_control_devices(node &xml);
+
+      EndnodeReadOnly<double> maximum_takeoff_mass;
+      EndnodeReadOnly<double> wing_position_x;
+
+      geom2::MultisectionSurface<geom2::PolygonSection> fuselage;
+      geom2::MultisectionSurface<geom2::AirfoilSection> wing;
+      geom2::MultisectionSurface<geom2::AirfoilSection> vertical_stabilizer;
+      std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> vertical_stabilizer_spars;
+      std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> vertical_stabilizer_control_devices;
+      std::vector<std::tuple<double,double>> vertical_stabilizer_control_devices_deflections;
+
+      geom2::MultisectionSurface<geom2::AirfoilSection> horizontal_stabilizer;
+      std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> horizontal_stabilizer_spars;
+      std::vector<geom2::MultisectionSurface<geom2::PolygonSection>> horizontal_stabilizer_control_devices;
+      std::vector<std::tuple<double,double>> horizontal_stabilizer_control_devices_deflections;
+
+      MassPropertiesIO vertical_stabilizer_mass;
+      MassPropertiesIO horizontal_stabilizer_mass;
+      MassPropertiesIO empennage_mass;
+      PositionIO empennage_position;
+    };
+
+  } // namespace low
+} // namespace taw
+#endif // EMPENNAGEDESIGN_SRC_TAW_T_TAIL_T_TAILEMPENNAGEDESIGNDATA_H_
diff --git a/empennage_design/src/toolinfo.h b/empennage_design/src/toolinfo.h
index a2bb03d62aa71da294acc4aa362c102729a4afe7..a22085f876ef1162dd1d34c7e4745ffde6848738 100644
--- a/empennage_design/src/toolinfo.h
+++ b/empennage_design/src/toolinfo.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/CMakeLists.txt b/fuselage_design/CMakeLists.txt
index c81e714b9f4f4dd276ec7eeda91000a3439297e3..199727d84584eadc004a3a4196078dba7280c852 100644
--- a/fuselage_design/CMakeLists.txt
+++ b/fuselage_design/CMakeLists.txt
@@ -1,65 +1,72 @@
 # Set name of executable
 set(MODULE_NAME fuselage_design)
 
-# ==============================================
-# Add the module executable
-#
-# -> The main.py is enough for pyinstaller
-# ==============================================
-set(MODULE_SCRIPT main.py)
+if (BUILD_PYTHON_MODULES)
+    # ==============================================
+    # Add the module executable
+    #
+    # -> The ${MODULE_NAME}.py is enough for pyinstaller
+    # ==============================================
+    set(MODULE_SCRIPT ${MODULE_NAME}.py)
 
-# Get the executable name
-if (WIN32)
-    set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
-else()
-    set(MODULE_EXECUTABLE ${MODULE_NAME})
-endif()
+    # Get the executable name
+    if (WIN32)
+        set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
+    else()
+        set(MODULE_EXECUTABLE ${MODULE_NAME})
+    endif()
 
-# Check if pipenv is available
-if( NOT PIPENV )
-    MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
-    return()
-endif()
+    # Check if pipenv is available
+    if( NOT PIPENV )
+        MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
+        return()
+    endif()
 
-# Set the pyinstaller options
-set(PYINSTALLER_OPTIONS
-    --noconfirm
-    --onefile
-    --distpath ${CMAKE_CURRENT_LIST_DIR}
-    --specpath ${CMAKE_CURRENT_LIST_DIR}
-    --name ${MODULE_NAME}
-    --paths ${CMAKE_CURRENT_LIST_DIR}/src
-)
+    # Set the pyinstaller options
+    set(PYINSTALLER_OPTIONS
+        --noconfirm
+        --onefile
+        --distpath ${CMAKE_CURRENT_LIST_DIR}
+        --specpath ${CMAKE_CURRENT_LIST_DIR}
+        --name ${MODULE_NAME}
+        --paths ${CMAKE_CURRENT_LIST_DIR}/src
+    )
 
-# Determine the data separator based on the platform
-if (WIN32)
-    set(DATA_SEP "\\;")
-else()
-    set(DATA_SEP ":")
-endif()
+    # Determine the data separator based on the platform
+    if (WIN32)
+        set(DATA_SEP "\\;")
+    else()
+        set(DATA_SEP ":")
+    endif()
 
-# Add the --add-data option with the correct separator and escaped semicolon
-list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
-list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/fuselage_design_lib${DATA_SEP}fuselage_design_lib")
+    # Add the --add-data option with the correct separator and escaped semicolon
+    list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
+    list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/fuselage_design_lib${DATA_SEP}fuselage_design_lib")
 
-# Include numpy and other packages
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=numpy")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
+    # Include numpy and other packages
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=numpy")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=yattag")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=bs4")
 
-# Add the target which compiles the executable using pyinstaller
-add_custom_target(${MODULE_NAME} ALL
-    COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
-    BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
-    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
-    COMMENT "Building ${MODULE_NAME} with pyinstaller"
-)
+    # Add the target which compiles the executable using pyinstaller
+    add_custom_target(${MODULE_NAME} ALL
+        COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
+        BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
+        WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
+        COMMENT "Building ${MODULE_NAME} with pyinstaller"
+    )
+else()
+    add_custom_target(${MODULE_NAME} ALL)
+endif()
 
 # Add install rules
 install(
     FILES 
-        ${MODULE_EXECUTABLE}
+        ${MODULE_NAME}.py
         ${MODULE_NAME}_conf.xml
     DESTINATION ${MODULE_NAME}
 )
+install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/src DESTINATION ${MODULE_NAME})
 install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/fuselage_design_lib DESTINATION ${MODULE_NAME})
diff --git a/fuselage_design/main.py b/fuselage_design/fuselage_design.py
similarity index 99%
rename from fuselage_design/main.py
rename to fuselage_design/fuselage_design.py
index e2a15a84b481da39059affe15f07878eb163d6c1..88d27d3da6d86bab8d7d76e64451a702e7881352 100644
--- a/fuselage_design/main.py
+++ b/fuselage_design/fuselage_design.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/fuselage_design_conf.xml b/fuselage_design/fuselage_design_conf.xml
index 732da062b96de87e3d667b801fb6f5e1a1e9668b..2e312ff6cbfb9d3fc6d0c90513bca49a64891d1d 100644
--- a/fuselage_design/fuselage_design_conf.xml
+++ b/fuselage_design/fuselage_design_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file Name="Fuselage Design Runtime Configuration.">
 	<control_settings description="General control settings for this tool">
 		<aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
+			<value>CSMR-2020.xml</value>
 		</aircraft_exchange_file_name>
 		<aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
 		<own_tool_level description="Specify the tool level of this tool">
 			<value>1</value>
@@ -43,10 +43,10 @@
 			<value>fuselage_design.log</value>
 		</log_file>
 		<inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
 		<gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
     </control_settings>
 	<program_settings description="Program settings.">
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/blendedwingbodydesign.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/blendedwingbodydesign.py
index bface5d6cbc4f83c36336a89873d760d0971e34a..2661fe311bc6de4bbd09755027eb773ba585e932 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/blendedwingbodydesign.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/blendedwingbodydesign.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/_00_generatetubes.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/_00_generatetubes.py
index 510f491943797edc297b338b35b2559fdb6e2c48..dd1fa5126c3071efac91680d7e7fd7211b47454b 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/_00_generatetubes.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/_00_generatetubes.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatemasses.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatemasses.py
index 599e9f071f7ba98fa4551bf9e5207494bc7a996f..6d0b2b08a50c6f92a0fb13a31427d64d12b30275 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatemasses.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatemasses.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatepositionsandcog.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatepositionsandcog.py
index 14d62644f66956e78fe38b4c4a9b2dbd2478672a..9b8b02f9eb90879da55f20ab63389b71a077237e 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatepositionsandcog.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/estimatepositionsandcog.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/prepareexternaldata.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/prepareexternaldata.py
index a1b2767f8a85a295364f87524cd88a79377dc52c..9dae1b4e236de7e58b8a66aabd889e8f487fb7a1 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/prepareexternaldata.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/prepareexternaldata.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinlengthcalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinlengthcalculation.py
index 12a799e804326e4730618145c63afc0e786464c9..214a97c7b94a987a37b31c7d4d1df0da191c7fea 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinlengthcalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinlengthcalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinwidthcalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinwidthcalculation.py
index 628ebd7b52a48f25a3fec8f90f767eccc98d15d4..c9ecd1aa791b3daa2748d2b3b411fb42f942993d 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinwidthcalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/cabinwidthcalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubefloorthicknesscalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubefloorthicknesscalculation.py
index f4e4166070f92ad2716ca483e9a561e031a5083c..f2ad65f5280b60c50a74c78d780accf969bd247d 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubefloorthicknesscalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubefloorthicknesscalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubereferencepointcalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubereferencepointcalculation.py
index 5349e4eadfb257d6f475b77b6edb5bf5022d8452..d162531b7d6b81450f5622f2bfba4d808a619ad5 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubereferencepointcalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubereferencepointcalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewallthicknesscalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewallthicknesscalculation.py
index 9f2a4b6a825ba4ea88bdacc9dca49e7247716232..89006e4e4ae63c1ddbdc3fe2d54ce114848b114e 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewallthicknesscalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewallthicknesscalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewatervolumecalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewatervolumecalculation.py
index 7d8abcebb434afbd5883092f608add0037f84dc3..716b186cb3033c1da34ddaece5ef4b3b5f69e989 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewatervolumecalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewatervolumecalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewidthcalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewidthcalculation.py
index b13cb72bc17d53170e18b4b4783819ab5f0aad8f..3fa1a0b08a1d766ef3cc853be651c0e5f2ecbf7b 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewidthcalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/call_functions/tube_geometry/payloadtubewidthcalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodhtmlreport.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodhtmlreport.py
index 06752f72b38a57061b99c3c916acdf216d4a4401..40a6beb1640c2193bdc4de5731932de80a366656 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodhtmlreport.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodhtmlreport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodplot.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodplot.py
index 7a4a356b4bd374e02e8f9db21f6671e357ea957b..b66f7f0e394998761269b14434edb6052ded4988 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodplot.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodplot.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodtexoutput.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodtexoutput.py
index 05e9a70892fca8bf459b1b1bbacf81692e4830a6..ffd9e38c9cd7479e1e88fd7eaed90ffcf19c2218 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodtexoutput.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodtexoutput.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodxmlexport.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodxmlexport.py
index 123c155112c7b2499c740fa5103682e5c73b394f..d94f41ea518f14928318d930b0180083e298b905 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodxmlexport.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/methodxmlexport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/constantsectioncalculation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/constantsectioncalculation.py
index a36ec552933e73022458092aaa0cb5c7f2598de2..e081786040d3077e07df8688897e2a7fd33e4099 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/constantsectioncalculation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/constantsectioncalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/plotpayloadtubes.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/plotpayloadtubes.py
index 2a86def09ac30f43cb11b7297de26d9191087758..348a2e456959e5e70d312d12c97d1df62cdc4a19 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/plotpayloadtubes.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/plot_functions/plotpayloadtubes.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/useexistinggeometry.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/useexistinggeometry.py
index 625a9ea9934384beeb30ec0d4911e45fc0f1fdd2..db93672fec1246adece108b0e2d64f5f322aefcc 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/useexistinggeometry.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/general/useexistinggeometry.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/kerosene/methodkerosene.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/kerosene/methodkerosene.py
index a5597a0f4329ceef980809288746ab0c90fab86f..f0865ecd2bbbbd4cd2a87af672c146fec4c0394b 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/kerosene/methodkerosene.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/kerosene/methodkerosene.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
index a8f049776689a430c3f80870c7fe5481c3cc8f22..650a9c40bd44a98d1b1c69726369b9e19c1241dd 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/usermethoddatapreparation.py b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/usermethoddatapreparation.py
index 85a99efa74418c295b968d691e404aab0098c365..02a5d25c9486a8c1a131912f9052e58955d1e9bc 100644
--- a/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/usermethoddatapreparation.py
+++ b/fuselage_design/src/blended_wing_body/empirical/blended_wing_body_design_tu_berlin/usermethoddatapreparation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/datapostprocessing.py b/fuselage_design/src/datapostprocessing.py
index c4cb3eeee92f13d3547b0f5edb15b756977d1855..52e8e6ce4d80e3a69e920daacca4ed613a72738b 100644
--- a/fuselage_design/src/datapostprocessing.py
+++ b/fuselage_design/src/datapostprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/datapreprocessing.py b/fuselage_design/src/datapreprocessing.py
index d97dd7281caf5291abec3b7fcfd4587f5e5ff526..f260413c531c0640f36b7a27fdbfe61046b03ecb 100644
--- a/fuselage_design/src/datapreprocessing.py
+++ b/fuselage_design/src/datapreprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/readlayertext.py b/fuselage_design/src/readlayertext.py
index 8ed6379da82d1a84ecf5f7122af91165decfa8f9..0e3aa8b03628b531f91dd7631f5018fca46a099a 100644
--- a/fuselage_design/src/readlayertext.py
+++ b/fuselage_design/src/readlayertext.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/_00_generategeometry.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/_00_generategeometry.py
index 04dac41e80a5855ff738234f6a79a7ba007befdd..b513387e8b4b8d842e3f585e537624ad9bda7e80 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/_00_generategeometry.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/_00_generategeometry.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatemasses.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatemasses.py
index 953d7d9e039c43a751370bea106c2b86ffa777fb..3924ff551dd6038f54062bc2cd0e8dc78b526123 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatemasses.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatemasses.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatepositionsandcog.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatepositionsandcog.py
index dd4ab9f99c3d527e528a570aec2be7f34f2dc874..8b93eb744d43e3d4217294053346b729d590b915 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatepositionsandcog.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/estimatepositionsandcog.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinfloorthicknesscalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinfloorthicknesscalculation.py
index 131c32cbc42fed2fa41bc87f810548e9fa0fe30b..55dece7e0a072082d7f3f10a485cf44dfbf65328 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinfloorthicknesscalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinfloorthicknesscalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinlengthcalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinlengthcalculation.py
index b4824e84c7899976a0eb3dae199b76607b44dd49..c1309478cbab1129189adc494c09b307d4a9a9a2 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinlengthcalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinlengthcalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinslendernessratiocalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinslendernessratiocalculation.py
index ee65d0f331d9b74fc9484dfc6e677784a049cced..36a02675143b75bb9c61334adaf3761e14658242 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinslendernessratiocalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinslendernessratiocalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinwallthicknesscalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinwallthicknesscalculation.py
index 6222935ead9993491e248d93bd17aa6b493f9637..e133f6f9fc4a43f7a379518354fcae3afc9dff09 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinwallthicknesscalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/cabinwallthicknesscalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/estimatecabinwidth.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/estimatecabinwidth.py
index f4e3cb1b08e2cd310837374d3fe4b93856761903..16a4fced68dc72a543b733fd5f83b03b062d8691 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/estimatecabinwidth.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/estimatecabinwidth.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -100,9 +100,11 @@ def estimate_cabin_width(dict_ac_exchange, dict_mod_config, geometry_description
     if dict_ac_exchange['fuselage_type'] == 'wide_body':
         if len(lowest_class_abreast) < 3:
             runtime_output.critical('Error: The selected fuselage type is a wide-body aircraft, but the selected number'
-                                    ' of seats abreast in the lowest passenger class is for a single-aisle aircraft.\n'
+                                    ' of seats abreast in the lowest selected passenger class is for a single-aisle aircraft.\n'
+                                    '       Please check the passenger accommodation settings of ' + lowest_passenger_class + 
+                                    ' class in the module configuration file!\n'
                                     '                                     Program aborted!')
-            sys.exit('Selected number of seat abreast does not match the selected fuselage type.')
+            sys.exit('The Number of seat abreast of selected lowest seat class does not match the fuselage type.')
 
         # Get passenger seat parameter from right side.
         lowest_class_seat_width_in_the_center = \
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/fuselagedimensioncalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/fuselagedimensioncalculation.py
index c3ddf49ec7cc93ceb118cb1d6806235a636d5996..9bcac09e8361974b4b0fd595e1f41b7638452c6a 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/fuselagedimensioncalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/fuselagedimensioncalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/plotfuselagedesign.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/plotfuselagedesign.py
index ba9c05c44317918d8a99f92ea42740a88988221e..c3278a7250c50e8def8ee7be78a50aefd09f4bda 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/plotfuselagedesign.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/plotfuselagedesign.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/readreferenceellipses.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/readreferenceellipses.py
index bc1a5ab2801b9bfa03f2928541d2a6e62fd3e9b6..d36accd9d0c90cd528159c15f56d50d6dc25d736 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/readreferenceellipses.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/fuselage_geometry/readreferenceellipses.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/prepareexternaldata.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/prepareexternaldata.py
index a1ee4a44dc255a07fcbd2c26d2fd914f27b1e8cf..122cf7bbb25b9f5eec91d1b0c54ef0ea46a1b769 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/prepareexternaldata.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/call_functions/prepareexternaldata.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -44,7 +44,13 @@ def prepare_external_data(paths_and_names, routing_dict, dict_ac_exchange, dict_
     lavatory_details = {}
     relevant_classes = {}
     relevant_cargo_accommodation = {'uld_type': None}
+    if dict_ac_exchange['class_distribution'][-1] == '/':
+        dict_ac_exchange['class_distribution'] = dict_ac_exchange['class_distribution'][:-1]
     class_distribution = dict_ac_exchange['class_distribution'].split('/')
+    if len(class_distribution) < 5:
+        runtime_output.critical('Error: The specified class distribution in the Design specification block of the Aircraft Exchange file is incorrect. '
+                                'Please change the format as described in the file.')
+        sys.exit('Incorrect class destribution definition in the aircrat exchange file.')
     # Todo ersetzen durch constants from lib
     meter_to_nautical_mile = 1852
 
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/fuselagedesign.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/fuselagedesign.py
index 4b13e0e78835ce830778e0f26c55beff9cc2de30..2a3dd81eca51b5f42b5fa0b0f7e9e2b2151883b1 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/fuselagedesign.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/fuselagedesign.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -70,14 +70,26 @@ def fuselage_design(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_co
         call_function_list = [entry for entry in all_entries
                             if os.path.isfile(sys._MEIPASS + '/' + routing_dict['module_import_name'].replace('.', '/')
                                               + '/general/call_functions' + '/' + entry)]
-    # If running as a regular Python script, use the current directory.
-    else:
+    
+    # Check if the system prefix is different from the base prefix -> code is runnig in a vitual environment
+    elif hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix:
         # List all entries in the directory.
         all_entries = os.listdir(paths_and_names['working_directory'] + '/' +
                                 routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
         # Filter out only files (ignore directories).
         call_function_list = [entry for entry in all_entries
                             if os.path.isfile(paths_and_names['working_directory'] + '/' +
+                                                routing_dict['module_import_name'].replace('.', '/')
+                                                + '/general/call_functions' + '/' + entry)] 
+        
+    # If running as a regular Python script, use the current directory.
+    else:
+        # List all entries in the directory.
+        all_entries = os.listdir(os.getcwd() + '/' +
+                                routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+        # Filter out only files (ignore directories).
+        call_function_list = [entry for entry in all_entries
+                            if os.path.isfile(os.getcwd() + '/' +
                                                 routing_dict['module_import_name'].replace('.', '/')
                                                 + '/general/call_functions' + '/' + entry)]
 
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodhtmlreport.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodhtmlreport.py
index 06752f72b38a57061b99c3c916acdf216d4a4401..92835ef9dd532eedd2ce2297d5edc9399d77c290 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodhtmlreport.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodhtmlreport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,24 +19,378 @@
 # This file is part of UNICADO.
 
 """Module providing report functionalities for current calculation method."""
+from yattag import Doc
+from bs4 import BeautifulSoup
+import os
 
 
 def method_html_report(paths_and_names, routing_dict, data_dict, method_specific_output_dict, runtime_output):
-    """Report function.
+    """HTML report function.
 
     This function is responsible for creating reports.
-    [Add further information here...]
+    Note: Please ensure to format the data in the preparation part of the code (e.g., round floats)!
 
     :param dict paths_and_names: Dictionary containing system paths and ElementTrees
-    :param dict routing_dict: Dictionary containing routing parameters
+    :param dict routing_dict: Dictionary containing routing parameter
     :param dict data_dict: Dictionary containing results of module execution
-    :param dict method_specific_output_dict: Dictionary containing method specific output data
-    :param logging.Logger runtime_output: Logging object used for capturing log messages in the module
     :return: None
     """
+    runtime_output.print(f'HTML report is generated and saved...')
 
-    # This is just a dummy code snippet. Insert your code here.
+    """ Preparation and data extraction."""
+    # Extract tool and project name.
     tool_name = paths_and_names['tool_name']
-    runtime_output.print(
-        'Moin! This is the "method_html_report" function from the ' + tool_name + ' tool speaking... '
-        + '[Imagine fancy reports are generated here (you can find me in the "methodhtmlreport.py" file).]')
+    report_title = (tool_name.replace('_', ' ')).capitalize()
+    project_name = paths_and_names['name_of_project']
+    root_of_module_config_tree = paths_and_names['root_of_module_config_tree']
+    plot_switch = (eval(root_of_module_config_tree.find('.//plot_output/enable/value').text.capitalize()))
+    conv_inch_to_m = 0.0254
+    
+    # Fuselage general data.
+    general = [
+        ("Number of fuselages", data_dict['geometry_description']['number_of_fuselages']),
+        ("Number of payload tubes", data_dict['geometry_description']['number_of_payload_tubes']),
+        ("Required number of flight crew members",
+         data_dict['geometry_description']['required_number_of_flight_crew_member']),
+        ("Required number of cabin crew members",
+         data_dict['geometry_description']['required_number_of_flight_attendants'])
+    ]
+    general_title = "General"
+    general_column_titles = ["Parameter", "Value"]
+    general_column_alignment = ["l", "r"]
+
+    # Fuselage geometry description.
+    fuselage_geometry = []
+    for key, value in data_dict['geometry_description']['fuselage_dimension'].items():
+        formatted_key = key.replace('_', ' ').capitalize()
+        # Format values.
+        if isinstance(value, (int, float)):
+            if 'volume' in key:
+                formatted_value = f"{value:,.2f} L"
+            elif 'area' in key:
+                formatted_value = f"{value:,.2f} sqm"
+            else:
+                formatted_value = f"{value*conv_inch_to_m:,.2f} m"
+        else:
+            formatted_value = value
+        fuselage_geometry.append((formatted_key, formatted_value))
+    fuselage_geometry_title = "Fuselage geometry"
+    fuselage_geometry_column_titles = ["Parameter", "Value"]
+    fuselage_geometry_column_alignment = ["l", "r"]
+    # Cabin geometry description.
+    cabin_geometry = []
+    exclude_list = ['number_of_fuselages', 'number_of_payload_tubes', 'fuselage_dimension', 'geometry_flag',
+                    'required_number_of_flight_attendants', 'required_number_of_flight_crew_member']
+    for key, value in data_dict['geometry_description'].items():
+        if key not in exclude_list:
+            formatted_key = key.replace('_', ' ').capitalize()
+            # Format values.
+            if isinstance(value, (int, float)):
+                if 'ratio' in key:
+                    formatted_value = f"{value:,.2f}"
+                else:
+                    formatted_value = f"{value*conv_inch_to_m:,.2f} m"
+            else:
+                formatted_value = value
+            cabin_geometry.append((formatted_key, formatted_value))
+    cabin_geometry_title = "Fuselage geometry"
+    cabin_geometry_column_titles = ["Parameter", "Value"]
+    cabin_geometry_column_alignment = ["l", "r"]
+
+    # Fuselage overall masses.
+    structural_mass = sum(data_dict['fuselage_design_masses']['fuselage_structural_masses'].values())
+    furnishing_mass = data_dict['fuselage_design_masses']['fuselage_furnishing_masses']['total_furnishing_group_mass']
+    operator_item_mass = data_dict['fuselage_design_masses']['fuselage_operator_item_masses']['total_group_mass']
+    overall_mass = [
+        ("Structural mass", f"{structural_mass:,.2f} kg"),
+        ("Furnishing mass", f"{furnishing_mass:,.2f} kg"),
+        ("Operator item mass", f"{operator_item_mass:,.2f} kg"),
+        ("Overall fuselage mass", f"{data_dict['fuselage_design_masses']['total_fuselage_mass']:,.2f} kg")
+    ]
+    overall_mass_title = "Fuselage group masses"
+    overall_mass_column_titles = ["Group", "Mass"]
+    overall_mass_column_alignment = ["l", "r"]
+    # Fuselage structural masses breakdown.
+    structural_mass_breakdown = [
+        (key.replace("_", " ").capitalize(), f"{value:,.2f} kg")
+        for key, value in data_dict['fuselage_design_masses']['fuselage_structural_masses'].items()
+    ]
+    structural_mass_breakdown.append(("Fuselage structural mass total", f"{structural_mass:,.2f} kg"))
+    structural_mass_breakdown_title = "Fuselage structural masses"
+    structural_mass_breakdown_column_titles = ["Component", "Mass"]
+    structural_mass_breakdown_alignment = ["l", "r"]
+    # Fuselage furnishing masses breakdown.
+    furnishing_mass_breakdown = [
+        (key.replace("_", " ").capitalize(), f"{value:,.2f} kg")
+        for key, value in data_dict['fuselage_design_masses']['fuselage_furnishing_masses'].items()
+        if key != 'total_furnishing_group_mass'
+    ]
+    furnishing_mass_breakdown.append(("Fuselage furnishing mass total", f"{furnishing_mass:,.2f} kg"))
+    furnishing_mass_breakdown_title = "Fuselage furnishing masses"
+    furnishing_mass_breakdown_column_titles = ["Component", "Mass"]
+    furnishing_mass_breakdown_alignment = ["l", "r"]
+    # Fuselage operator item group masses.
+    operator_item_mass_breakdown = [
+        (key.replace("_", " ").capitalize(), f"{value:,.2f} kg")
+        for key, value in data_dict['fuselage_design_masses']['fuselage_operator_item_masses']['group_masses'].items()
+        if key != 'total_furnishing_group_mass'
+    ]
+    operator_item_mass_breakdown.append(("Fuselage operator item group total", f"{operator_item_mass:,.2f} kg"))
+    operator_item_mass_breakdown_title = "Fuselage operator item masses"
+    operator_item_mass_breakdown_column_titles = ["Component", "Mass"]
+    operator_item_mass_breakdown_alignment = ["l", "r"]
+    # Fuselage positions.
+    positions = []
+    for key, value in data_dict['positions'].items():
+        if isinstance(value, dict):
+            if any(isinstance(sub_value, dict) for sub_value in value.values()):
+                for sub_key, sub_value in value.items():
+                    positions.append((sub_key.replace("_", " ").capitalize(), 
+                                *[f"{v:,.2f} m" for v in sub_value.values()]))
+            else:
+                positions.append((key.replace("_", " ").capitalize(), 
+                            *[f"{v:,.2f} m" for v in value.values()]))
+        else:
+            positions.append((key.replace("_", " ").capitalize(), 
+                        f"{value:,.2f} m"))
+    positions_title = "Positions"
+    positions_column_titles = ["Component", "x", "y", "z"]
+    positions_alignments = ["l", "m", "m", "m"]
+
+    # Fuselage interior.
+    interior = []
+    class_keys = list(data_dict['interior_description'].keys())
+    seat_abreast = ["Seat abreast"]
+    width_of_seat_rows_per_class = ["Width of seat rows per class in inch"]
+    cabin_length_per_class = ["Cabin length per class in m"]
+    for classes in class_keys:
+        seat_abreast.append('-'.join(data_dict['interior_description'][classes]['seat_abreast']))
+        width_of_seat_rows_per_class.append(
+            '-'.join(
+                map(str, data_dict['interior_description'][classes]['width_of_seat_rows_per_class'])))
+        cabin_length_per_class.append(
+            f"{data_dict['interior_description'][classes]['cabin_length_per_class'][0]*conv_inch_to_m:,.2f}")
+    exclude_list = ['seat_abreast', 'cabin_length_per_class', 'width_of_seat_rows_per_class']
+
+    for key in data_dict['interior_description'][class_keys[0]].keys():
+        if key not in exclude_list:
+            # values = [data_dict['interior_description'][class_key][key] for class_key in class_keys]
+            values = [
+                ('-'.join(map(str, value)) if isinstance(value, list) and len(value) > 1 else f"{value[0]:,.2f}" if isinstance(value, list) else value)
+                for class_key in class_keys
+                for value in [data_dict['interior_description'][class_key][key]]
+            ]
+            interior.append((key.replace("_", " ").capitalize(), *values))
+    
+    interior.append(tuple(seat_abreast))
+    interior.append(tuple(cabin_length_per_class))
+    interior.append(tuple(width_of_seat_rows_per_class))
+    interior_title = "Interior data"
+    interior_column_titles = ["Parameter"]
+    interior_column_titles.extend(class_keys)
+    additional_alignments = len(class_keys)
+    interior_alignments = ["l"]
+    interior_alignments.extend(["r"] * additional_alignments)
+    
+    """Generate report."""
+    # Start Yattag document.
+    doc, tag, text = Doc().tagtext()
+
+    # Generate header (without creating a new <html>).
+    with tag('html', lang="en"):
+        # Generate report header (adds <head>).
+        generate_report_header(doc, report_title)
+
+        # Generate body.
+        with tag('body'):
+            with tag('div', klass="logo"):
+                text("")
+            with tag('div', klass="content"):
+                with tag('h1'):
+                    text(f"Report - {report_title} of {project_name}")
+                with tag('div', klass="container"):
+
+                    # Data on the left side.
+                    with tag('div', klass="box data"):
+                        
+                        # General fuselage data.
+                        with tag('h2'):
+                            text("General")
+                        # Add table for general data.
+                        generate_table(doc, tag, text, general, general_title,
+                                       general_column_titles, general_column_alignment)
+
+                        # General fuselage data.
+                        with tag('h2'):
+                            text("Geometry")
+                        # Add table for general data.
+                        generate_table(doc, tag, text, fuselage_geometry, fuselage_geometry_title,
+                                       fuselage_geometry_column_titles, fuselage_geometry_column_alignment)
+                        # Add table for general data.
+                        generate_table(doc, tag, text, cabin_geometry, cabin_geometry_title,
+                                       cabin_geometry_column_titles, cabin_geometry_column_alignment)
+
+                        # Mass data.
+                        with tag('h2'):
+                            text("Masses")
+                        # Add table for fuselage group masses.
+                        generate_table(doc, tag, text, overall_mass, overall_mass_title,
+                                       overall_mass_column_titles, overall_mass_column_alignment, last_line_bold=True)
+                        # Add table for structural mass breakdown.
+                        generate_table(doc, tag, text, structural_mass_breakdown, structural_mass_breakdown_title,
+                                       structural_mass_breakdown_column_titles, structural_mass_breakdown_alignment,
+                                       last_line_bold=True)
+                        # Add table for furnishing mass breakdown.
+                        generate_table(doc, tag, text, furnishing_mass_breakdown, furnishing_mass_breakdown_title,
+                                       furnishing_mass_breakdown_column_titles, furnishing_mass_breakdown_alignment,
+                                       last_line_bold=True)
+                        # Add table for operator item mass breakdown.
+                        generate_table(doc, tag, text, operator_item_mass_breakdown,
+                                       operator_item_mass_breakdown_title, operator_item_mass_breakdown_column_titles,
+                                       operator_item_mass_breakdown_alignment, last_line_bold=True)
+
+                        # Position data.
+                        with tag('h2'):
+                            text("Positions")
+                        # Add table for fuselage positions.
+                        generate_table(doc, tag, text, positions, positions_title, positions_column_titles,
+                                       positions_alignments)
+
+                        # Interior data.
+                        with tag('h2'):
+                            text("Interior")
+                        # Add table for fuselage positions.
+                        generate_table(doc, tag, text, interior, interior_title, interior_column_titles,
+                                       interior_alignments)
+                    # Plots on the right side.
+                    # Ensure that plots are enabled before displaying them on report.
+                    if plot_switch:
+                        with tag('div', klass="box plot"):
+                            with tag('h2'):
+                                text("Plots")
+                                # 3D shape.
+                                with tag('h3'):
+                                    text('Fuselage 3D shape')
+                                    src_name = "../plots/fuselage_design_3D_shape.svg"
+                                with tag('img',src=src_name, klass="image-plot", style="margin-bottom: 20px;"):
+                                    pass
+                                # 3D shape.
+                                with tag('h3'):
+                                    text('Fuselage isometric view')
+                                    src_name = "../plots/fuselage_design_Isometric view of fuselage shape.svg"
+                                with tag('img',src=src_name, klass="image-plot", style="margin-bottom: 20px;"):
+                                    pass
+
+    # Convert the document to HTML string.
+    html_output = doc.getvalue()
+
+    # Pretty HTML output with BeautifulSoup.
+    soup = BeautifulSoup(html_output, 'html.parser')
+    pretty_html = soup.prettify()
+
+    """ Save report to current aircraft project directory. """
+    # Save the report.
+    project_directory = paths_and_names["project_directory"]
+    report_directory = os.path.join(project_directory, 'reporting', 'report_html')
+    os.makedirs(report_directory, exist_ok=True)
+    output_path = os.path.join(report_directory, f"{tool_name}_report.html")
+
+    # Write the HTML to the file.
+    with open(output_path, "w", encoding="utf-8") as report:
+        report.write(pretty_html)
+    
+    return
+
+
+def generate_table(doc, tag, text, data, caption, column_titles, alignment=None, last_line_bold=False,
+                   table_without_head=False):
+    """Generate an HTML table.
+
+    This function creates an HTML table from the provided data.
+    Note: Options for the alignment types are "l" for left, "r" for right, and "m" for center. If not provided, columns
+    are left-aligned by default.
+
+    :param doc: Yattag Doc instance
+    :param tag: Yattag tag function
+    :param text: Yattag text function
+    :param str caption: Table caption
+    :param list column_titles: Titles of table columns
+    :param list alignment: List of alignment types for ech column (defaults to None)
+    :param bool last_line_bold: Flag if last table line should be printed bold
+    :param bool table_without_head: Flag if table has no table head
+    :param list data: List of tuples containing table data
+    """
+    with tag('table', klass="content-table"):
+        with tag('caption'):
+            text(caption)
+        if table_without_head:
+            pass
+        else:
+            with tag('thead'):
+                with tag('tr'):
+                    for col_num, col in enumerate(column_titles):
+                        if alignment:
+                            if alignment[col_num] == "m":
+                                with tag('th', style="text-align: center;"):
+                                    text(f"{col}")
+                            elif alignment[col_num] == "r":
+                                with tag('th', style="text-align: right;"):
+                                    text(f"{col}")
+                            elif alignment[col_num] == "l":
+                                with tag('th', style="text-align: left;"):
+                                    text(f"{col}")
+                        else:                       
+                            with tag('th'):
+                                text(f"{col}")
+        with tag('tbody'):
+            row_number = 0
+            for row in data:
+                if last_line_bold:
+                    is_last_row = (row_number == len(data) - 1)
+                else:
+                    is_last_row = False
+                with tag('tr', style="font-weight: normal;" if is_last_row else ""):
+                    column_number = 0
+                    for col in row:
+                        if col is None:
+                            with tag('td'):
+                                text('N.A.')
+                        else:
+                            if alignment is not None:
+                                if alignment[column_number] == "m":
+                                    with tag('td', style="text-align: center;"):
+                                        text(col)
+                                elif alignment[column_number] == "r":
+                                    with tag('td', style="text-align: right;"):
+                                        text(col)
+                                elif alignment[column_number] == "l":
+                                    with tag('td', style="text-align: left;"):
+                                        text(col)
+                                else:
+                                    with tag('td'):
+                                        text(col)
+                            else:
+                                with tag('td'):
+                                    text(col)
+                        column_number += 1
+                row_number += 1
+    
+    return
+
+
+def generate_report_header(doc, tool_name):
+    """Generate HTML header.
+    
+    This function generates an HTML header with meta information, style sheets, and title.
+
+    :param doc: Yattag Doc instance
+    :param str tool_name: Name of the tool
+    """
+    with doc.tag('head'):
+        doc.stag('meta', name="viewport", content="width=device-width, initial-scale=1.0")
+        doc.stag('meta', charset="UTF-8")
+        with doc.tag('title'):
+            doc.text(tool_name)
+        doc.stag('link', rel="stylesheet", href="style.css")
+    
+    return
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodplot.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodplot.py
index 7a4a356b4bd374e02e8f9db21f6671e357ea957b..b66f7f0e394998761269b14434edb6052ded4988 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodplot.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodplot.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodtexoutput.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodtexoutput.py
index 05e9a70892fca8bf459b1b1bbacf81692e4830a6..ffd9e38c9cd7479e1e88fd7eaed90ffcf19c2218 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodtexoutput.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodtexoutput.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodxmlexport.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodxmlexport.py
index 123c155112c7b2499c740fa5103682e5c73b394f..d94f41ea518f14928318d930b0180083e298b905 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodxmlexport.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/methodxmlexport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/cockpitsectioncalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/cockpitsectioncalculation.py
index 10b6bafdd41c9a2279fb2410840628d930228be9..bbd4ceb3d7d30ac227f080a910a5b945f59de11f 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/cockpitsectioncalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/cockpitsectioncalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/constantsectioncalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/constantsectioncalculation.py
index a36ec552933e73022458092aaa0cb5c7f2598de2..e081786040d3077e07df8688897e2a7fd33e4099 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/constantsectioncalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/constantsectioncalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/tailsectioncalculation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/tailsectioncalculation.py
index 57ec772f7ac873bce96b4f8b8ce0c386bf62c449..95f30ca96708d8553e646bcf5e401f43c95c834a 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/tailsectioncalculation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/plot_functions/tailsectioncalculation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/useexistinggeometry.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/useexistinggeometry.py
index 625a9ea9934384beeb30ec0d4911e45fc0f1fdd2..db93672fec1246adece108b0e2d64f5f322aefcc 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/useexistinggeometry.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/general/useexistinggeometry.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/kerosene/methodkerosene.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/kerosene/methodkerosene.py
index ca70d7a8f0314ca8f8d6585c57c9f47ea5334d0a..14c54400ad37c6edbb955a4a70f3b13faa48c33c 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/kerosene/methodkerosene.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/kerosene/methodkerosene.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
index 8190dd8b8da6dc9236cc36e0b540a1e609f99af8..cf10c6ff650586f42a9a5462fb83d01810061967 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/usermethoddatapreparation.py b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/usermethoddatapreparation.py
index f8cc244d5c79b50e03169fb6f4614b27be43dc89..5f39da5c6488631bde51ee2d53c7384c0756c0e6 100644
--- a/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/usermethoddatapreparation.py
+++ b/fuselage_design/src/tube_and_wing/empirical/fuselage_design_tu_berlin/usermethoddatapreparation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/initial_sizing/initial_sizing_conf.xml b/initial_sizing/initial_sizing_conf.xml
index 678f3033cdd6485cf7289c215af780d57cc440b1..a24e1993b985e45358b4d04aa2042734ef6fcb5d 100644
--- a/initial_sizing/initial_sizing_conf.xml
+++ b/initial_sizing/initial_sizing_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file name="initial_sizing_conf.xml">
     <control_settings description="General control settings for this tool">
 		<aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
+			<value>CSMR-2020.xml</value>
 		</aircraft_exchange_file_name>
 		<aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
 		<own_tool_level description="Specify the tool level of this tool">
 			<value>1</value>
diff --git a/initial_sizing/src/initialSizing.cpp b/initial_sizing/src/initialSizing.cpp
index 2590e157e40b4f099e2235fefd630800388a556c..9d72d9fba7c3349285e99fb3debdb269e0b32881 100644
--- a/initial_sizing/src/initialSizing.cpp
+++ b/initial_sizing/src/initialSizing.cpp
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file initialSizing.cpp
- * \author Sara Hijazi
- * \brief Base module for initial sizing
- * \version 0.1
- * \date 2024-02-28
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2023
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include <string>
 #include <vector>
 #include <memory>
diff --git a/initial_sizing/src/initialSizing.h b/initial_sizing/src/initialSizing.h
index 7b54839daedf99eda383015597f13f8b7e158797..ccaccf47f615d08d5c0f17f07277099a03d01a4f 100644
--- a/initial_sizing/src/initialSizing.h
+++ b/initial_sizing/src/initialSizing.h
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file initialSizing.h
- * \author Sara Hijazi
- * \brief Base module for initial sizing
- * \version 0.1
- * \date 2024-02-28
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * @copyright Copyright (c) 2023
+ * Copyright (C) 2024 UNICADO consortium
  *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef INITIALSIZING_SRC_INITIALSIZING_H_
 #define INITIALSIZING_SRC_INITIALSIZING_H_
 
diff --git a/initial_sizing/src/initialSizingDefines.h b/initial_sizing/src/initialSizingDefines.h
index c94c4a9c61f614252246bfb6334182bf2f956291..ff535ac678d72b2b253badb3588389282aadf0b8 100644
--- a/initial_sizing/src/initialSizingDefines.h
+++ b/initial_sizing/src/initialSizingDefines.h
@@ -1,28 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file mainInitialSizing.cpp
- * \author Sara Hijazi
- * \brief main file for initial sizing
- * \version 0.1
- * \date 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2023
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef INITIALSIZING_SRC_INITIALSIZINGDEFINES_H_
 #define INITIALSIZING_SRC_INITIALSIZINGDEFINES_H_
 
diff --git a/initial_sizing/src/main.cpp b/initial_sizing/src/main.cpp
index c6e9c6d58a802f84f6acf2b72efa83317977c35b..6b08342f58c5d6609d2afb1db72b20d343048a6a 100644
--- a/initial_sizing/src/main.cpp
+++ b/initial_sizing/src/main.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2008-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary libraries */
 #include <cstdlib> //system()/exit()                                           // Import c++ standard library for using cstdlib
diff --git a/initial_sizing/src/maininitialSizing.cpp b/initial_sizing/src/maininitialSizing.cpp
index 003a200b1313730a84a44ed3befebf08c4eec3fb..95518ebc4e8dd8b35b9bc4d21262de07af457e15 100644
--- a/initial_sizing/src/maininitialSizing.cpp
+++ b/initial_sizing/src/maininitialSizing.cpp
@@ -1,11 +1,23 @@
-/**
- * \file mainInitialSizing.cpp
- * \author Sara Hijazi
- * \brief main file for initial sizing
- * \version 0.1
- * \date 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * @copyright Copyright (c) 2023
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include "toolinfo.h"
diff --git a/initial_sizing/src/taw/TawInitialSizingConfig.cpp b/initial_sizing/src/taw/TawInitialSizingConfig.cpp
index a4c9f9feb8dd2ee7b3fd0fec490fb0e00191b0ee..036cf577698c2c4368e5ad801e4ed5335fcd8154 100644
--- a/initial_sizing/src/taw/TawInitialSizingConfig.cpp
+++ b/initial_sizing/src/taw/TawInitialSizingConfig.cpp
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file TawInitialSizingConfig.cpp
- * \author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
- * \brief initial sizing class for reading from initialSizing_conf.xml 
- * \version 0.1
- * \date 2024-02-28
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "TawInitialSizingConfig.h"
 #include <algorithm>
 #include <aixml/node.h>
diff --git a/initial_sizing/src/taw/TawInitialSizingConfig.h b/initial_sizing/src/taw/TawInitialSizingConfig.h
index 1a275996db98c20fc68d4055b20e95b89062dd4f..ec1f3b9370c3368d1664c2eac1b96e06cb6ac9fc 100644
--- a/initial_sizing/src/taw/TawInitialSizingConfig.h
+++ b/initial_sizing/src/taw/TawInitialSizingConfig.h
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file awInitialSizingConfig.h
- * \author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
- * \brief initial sizing class for reading from initialSizing_conf.xml 
- * \version 0.1
- * \date 2024-02-28
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef INITIALSIZING_SRC_TAW_TAWINITIALSIZINGCONFIG_H_
 #define INITIALSIZING_SRC_TAW_TAWINITIALSIZINGCONFIG_H_
 
diff --git a/initial_sizing/src/taw/TawInitialSizingData.h b/initial_sizing/src/taw/TawInitialSizingData.h
index d8676b470effdeea38797b049d781e0e8e51505f..d885611a67a903193520ad7d5ef8099bce0bc997 100644
--- a/initial_sizing/src/taw/TawInitialSizingData.h
+++ b/initial_sizing/src/taw/TawInitialSizingData.h
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file TawInitialSizingdData.h
- * \author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
- * \brief Mandatory Data to write to acxml
- * \version 0.1
- * \date 2024-02-28
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef INITIALSIZING_SRC_TAWINITIALSIZINGDATA_H_  // NOLINT
 #define INITIALSIZING_SRC_TAWINITIALSIZINGDATA_H_
 
diff --git a/initial_sizing/src/taw/TawInitialSizingIOData.cpp b/initial_sizing/src/taw/TawInitialSizingIOData.cpp
index 54f5ac5d89ff5d6c9f9320987fecd9ff7bd5cc3c..524fbd4a93fca83dbf35ce5c9d7a33271853a6d8 100644
--- a/initial_sizing/src/taw/TawInitialSizingIOData.cpp
+++ b/initial_sizing/src/taw/TawInitialSizingIOData.cpp
@@ -1,31 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file TawInitialSizingIOData.cpp
- * \author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
- * \brief IO Data (data + configuration) for TAW intial sizing 
- * \version 0.1
- * \date 2024-02-28
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
-
 #include <string>
 #include <memory>
 #include <utility>
@@ -69,7 +63,7 @@ void TawInitialSizingIOData::readMissionInfo(const node& acxml) {
   data.MissionInfo.sTOFL = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/takeoff_distance").read(acxml).value();
   data.MissionInfo.machNumber = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/design_mission/initial_cruise_mach_number").read(acxml).value();
   data.MissionInfo.altitude = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/design_mission/initial_cruise_altitude").read(acxml).value();
-  data.MissionInfo.Gamma = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/climb_or_descend_segment_gradient").read(acxml).value();
+  data.MissionInfo.Gamma = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/climb_or_descent_segment_gradient").read(acxml).value();
 }
 
 
diff --git a/initial_sizing/src/taw/TawInitialSizingIOData.h b/initial_sizing/src/taw/TawInitialSizingIOData.h
index a438579f966b429b7b8b92cf8a9031daf2ee16f4..bdb1aa251f1b0ea4be2117a881f4a67d335b336e 100644
--- a/initial_sizing/src/taw/TawInitialSizingIOData.h
+++ b/initial_sizing/src/taw/TawInitialSizingIOData.h
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file TawInitialSizingIOData.h
- * \author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
- * \brief IO Data (data + configuration) for TAW initial sizing 
- * \version 0.1
- * \date 2024-02-28
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef INITIALSIZING_SRC_TAW_TAWINITIALSIZINGIODATA_H_
 #define INITIALSIZING_SRC_TAW_TAWINITIALSIZINGIODATA_H_
 
diff --git a/initial_sizing/src/taw/analytical/TawAnalytical.cpp b/initial_sizing/src/taw/analytical/TawAnalytical.cpp
index 724a5263821d97c4c34e982d2b1c3adfc3c1d20e..fad07df21e0ae2ea71880db6a18b33abf04c191b 100644
--- a/initial_sizing/src/taw/analytical/TawAnalytical.cpp
+++ b/initial_sizing/src/taw/analytical/TawAnalytical.cpp
@@ -1,28 +1,23 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * \file TawAnalytical.cpp
- * \author Sara Hijazi
- * \brief Tube and Wing Analytical Strategy
- * \version 0.1
- * \date 2024-02-28
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include <iostream>
diff --git a/initial_sizing/src/taw/analytical/TawAnalytical.h b/initial_sizing/src/taw/analytical/TawAnalytical.h
index 32cab8c1494421d4bff88b7abd61c401adfeecb0..3c2bc5e872e7f2275abe0a44a07b664266cf50f1 100644
--- a/initial_sizing/src/taw/analytical/TawAnalytical.h
+++ b/initial_sizing/src/taw/analytical/TawAnalytical.h
@@ -1,28 +1,23 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * @file TawAnalytical.h
- * @author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
- * @brief Tube and Wing Analytical Strategy
- * @version 0.1
- * @date 2024-02-28
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #ifndef INITIALSIZING_SRC_TAW_ANALYTICAL_TAWANALYTICAL_H_  
diff --git a/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp b/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp
index 13f0f4245285f9bf6acb068b4622c9ab41458970..16500668a38f2bba423d846a9616dc263c6f8ec4 100644
--- a/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp
+++ b/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp
@@ -1,13 +1,25 @@
-/**
- * \file TawAnalyticalReport.cpp
- * \author Sara Hijazi
- * \brief Initial sizing report implementation (html and tex)
- * \version 0.1
- * \date 2023-05-19
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "TawAnalytical.h"
 #include "../../toolinfo.h"
 #include <vector>
diff --git a/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp b/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp
index 59669f38a23d1e2af958af2d24f02447b0decea2..d8b1bee039a6901c91c30f06842e1d3b0d1b3f3d 100644
--- a/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp
+++ b/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp
@@ -1,13 +1,25 @@
-/**
- * \file TawAnalyticalReport.cpp
- * \author Sara Hijazi
- * \brief Initial sizing report implementation (html and tex)
- * \version 0.1
- * \date 2023-05-19
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "TawAnalytical.h"
 #include "../../toolinfo.h"
 #include <vector>
diff --git a/initial_sizing/src/toolinfo.h b/initial_sizing/src/toolinfo.h
index f02333ae51003374276e7472b07e86064c2638fb..9bcd281ab50114d89d13d71a3c946ce9ec5802ea 100644
--- a/initial_sizing/src/toolinfo.h
+++ b/initial_sizing/src/toolinfo.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef INITIALSIZING_SRC_TOOLINFO_H_
 #define INITIALSIZING_SRC_TOOLINFO_H_
 
diff --git a/landing_gear_design/CMakeLists.txt b/landing_gear_design/CMakeLists.txt
index c58d4f4e7144f400112ea2f9d2b21a6aa4e9d371..bd134c9e79f3ebc4c9d09e3a09c92929e1e19fb3 100644
--- a/landing_gear_design/CMakeLists.txt
+++ b/landing_gear_design/CMakeLists.txt
@@ -1,68 +1,75 @@
 # Set name of executable
 set(MODULE_NAME landing_gear_design)
 
-# ==============================================
-# Add the module executable
-#
-# -> The main.py is enough for pyinstaller
-# ==============================================
-set(MODULE_SCRIPT main.py)
+if (BUILD_PYTHON_MODULES)
+    # ==============================================
+    # Add the module executable
+    #
+    # -> The ${MODULE_NAME}.py is enough for pyinstaller
+    # ==============================================
+    set(MODULE_SCRIPT ${MODULE_NAME}.py)
 
-# Get the executable name
-if (WIN32)
-    set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
-else()
-    set(MODULE_EXECUTABLE ${MODULE_NAME})
-endif()
+    # Get the executable name
+    if (WIN32)
+        set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
+    else()
+        set(MODULE_EXECUTABLE ${MODULE_NAME})
+    endif()
 
-# Check if pipenv is available
-if( NOT PIPENV )
-    MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
-    return()
-endif()
+    # Check if pipenv is available
+    if( NOT PIPENV )
+        MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
+        return()
+    endif()
 
-# Set the pyinstaller options
-set(PYINSTALLER_OPTIONS
-    --noconfirm
-    --onefile
-    --distpath ${CMAKE_CURRENT_LIST_DIR}
-    --specpath ${CMAKE_CURRENT_LIST_DIR}
-    --name ${MODULE_NAME}
-    --paths ${CMAKE_CURRENT_LIST_DIR}/src
+    # Set the pyinstaller options
+    set(PYINSTALLER_OPTIONS
+        --noconfirm
+        --onefile
+        --distpath ${CMAKE_CURRENT_LIST_DIR}
+        --specpath ${CMAKE_CURRENT_LIST_DIR}
+        --name ${MODULE_NAME}
+        --paths ${CMAKE_CURRENT_LIST_DIR}/src
 
-)
+    )
 
-# Determine the data separator based on the platform
-if (WIN32)
-    set(DATA_SEP "\\;")
-else()
-    set(DATA_SEP ":")
-endif()
+    # Determine the data separator based on the platform
+    if (WIN32)
+        set(DATA_SEP "\\;")
+    else()
+        set(DATA_SEP ":")
+    endif()
 
-# Add the --add-data option with the correct separator and escaped semicolon
-list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
-list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/landing_gear_lib${DATA_SEP}landing_gear_lib")
+    # Add the --add-data option with the correct separator and escaped semicolon
+    list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
+    list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/landing_gear_lib${DATA_SEP}landing_gear_lib")
 
-# Include numpy and other packages
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
-list(APPEND PYINSTALLER_OPTIONS "--collect-submodules=matplotlib")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaixml")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaircraftgeometry2")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
+    # Include numpy and other packages
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-submodules=matplotlib")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaixml")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaircraftgeometry2")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=yattag")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=bs4")
 
-# Add the target which compiles the executable using pyinstaller
-add_custom_target(${MODULE_NAME} ALL
-    COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
-    BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
-    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
-    COMMENT "Building ${MODULE_NAME} with pyinstaller"
-)
+    # Add the target which compiles the executable using pyinstaller
+    add_custom_target(${MODULE_NAME} ALL
+        COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
+        BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
+        WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
+        COMMENT "Building ${MODULE_NAME} with pyinstaller"
+    )
+else()
+    add_custom_target(${MODULE_NAME} ALL)
+endif()
 
 # Add install rules
 install(
     FILES 
-        ${MODULE_EXECUTABLE}
+        ${MODULE_NAME}.py
         ${MODULE_NAME}_conf.xml
     DESTINATION ${MODULE_NAME}
 )
+install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/src DESTINATION ${MODULE_NAME})
 install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/landing_gear_lib DESTINATION ${MODULE_NAME})
diff --git a/landing_gear_design/main.py b/landing_gear_design/landing_gear_design.py
similarity index 99%
rename from landing_gear_design/main.py
rename to landing_gear_design/landing_gear_design.py
index 2deba33d8815dc37a07ba5123eead33a088a11fd..f3a50e4cb5535d2a96315322a5c051852a8e42ea 100644
--- a/landing_gear_design/main.py
+++ b/landing_gear_design/landing_gear_design.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/landing_gear_design_conf.xml b/landing_gear_design/landing_gear_design_conf.xml
index 8add8c37484f96792c0b93fd61520cbb484612a6..b977c19a8435f96bc446425f6d06837920333fbf 100644
--- a/landing_gear_design/landing_gear_design_conf.xml
+++ b/landing_gear_design/landing_gear_design_conf.xml
@@ -2,10 +2,10 @@
 	<module_configuration_file Name="Landing Gear Design Runtime Configuration"> <!-- Change naming according to module name -->
         <control_settings description="General control settings for this tool">
 			<aircraft_exchange_file_name description="Specify the name of the exchange file">
-				<value>csmr-2020.xml</value>
+				<value>CSMR-2020.xml</value>
 			</aircraft_exchange_file_name>
 			<aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-				<value>../projects/</value>
+				<value>../projects/CSMR/CSMR-2020/</value>
 			</aircraft_exchange_file_directory>
 			<own_tool_level description="Specify the tool level of this tool">
 				<value>3</value>
@@ -43,13 +43,27 @@
                 <value>landing_gear_design.log</value>
             </log_file>
             <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-                <value>DEFAULT</value>
+                <value>../inkscape/</value>
             </inkscape_path>
             <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-                <value>DEFAULT</value>
+                <value>../gnuplot/</value>
             </gnuplot_path>
         </control_settings>
 		<program_settings description="Program settings">
+			<program_mode description="Select the landing gear program mode. Selector: mode_0: (Initial sizing) / mode_1: (Use existing fuselage)">
+				<value>mode_0</value>
+				<default>mode_0</default>
+				<setting_use_existing_geometry description="Specific settings for use existing geometry mode.">
+					<path_to_existing_geometry_file description="Name of the xml file containing an existing fuselage geometry.">
+						<value>./geometry_data/existing_component_geometries/existing_landing_gear_geometry.xml</value>
+						<default>./geometry_data/existing_component_geometries/existing_landing_gear_geometry.xml</default>
+					</path_to_existing_geometry_file>
+					<use_as_starting_point description="Switch to select if the existing geometry should be used as an starting point for calculation or use the geometry without further calculation. Switch: false (no further calculation) / true (use as starting point)">
+						<value>false</value>
+						<default>false</default>
+					</use_as_starting_point>
+				</setting_use_existing_geometry>
+			</program_mode>
 			<configuration ID="wing_mounted">
                 <fidelity_name description="Select fidelity name (options: empirical, numerical,...)">
                     <value>empirical</value>
@@ -61,20 +75,6 @@
                 <fidelity ID="empirical">
 					<landing_gear_design_tu_berlin description="Empirical method for landing gear design and load estimation.">
 						<general description="General parameter setting for landing gear design">
-							<sizing_mode description="Select the landing gear sizing mode. (mode_0: Initial Sizing, mode_1: Use existing landing gear)">
-								<value>mode_0</value>
-								<default>mode_0</default>
-								<setting_use_existing_landing_gear description="Specific settings for use existing geometry mode.">
-									<name_of_existing_geometry_file description="Name of the xml file containing an existing landing gear geometry.">
-										<value>existing_landing_gear_geometry.xml</value>
-										<default>existing_landing_gear_geometry.xml</default>
-									</name_of_existing_geometry_file>
-									<use_as_starting_point description="Switch to select if the existing geometry should be used as an starting point for calculation or use the geometry without further calculation. (false: no further calculation; true: use as starting point)">
-										<value>false</value>
-										<default>true</default>
-									</use_as_starting_point>
-								</setting_use_existing_landing_gear>
-							</sizing_mode>
 							<ground_strike_limitations>
 								<tail_strike_limit description="Minimum angle for tail strike limitation during take-off and landing">
 									<value>10.5</value>
diff --git a/landing_gear_design/required_python_imports.txt b/landing_gear_design/required_python_imports.txt
deleted file mode 100644
index bb8898d7e51a55986ed6b3e3d2119178669b4b33..0000000000000000000000000000000000000000
--- a/landing_gear_design/required_python_imports.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-numpy
-matplotlib
-matplotlib.backends.backend_svg
-matplotlib.backends.backend_pdf
\ No newline at end of file
diff --git a/landing_gear_design/src/datapostprocessing.py b/landing_gear_design/src/datapostprocessing.py
index 45613b7e804027fc328b87e3775f8335e2743de4..eb56dd7bbb7f3f5fb5ff5183c913e65a358f42ac 100644
--- a/landing_gear_design/src/datapostprocessing.py
+++ b/landing_gear_design/src/datapostprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/datapreprocessing.py b/landing_gear_design/src/datapreprocessing.py
index de8078f0dd13c6c8b3d36b71c956a9a7403e8365..805a72aa2f4f5e55072f0a98d2d54d41ab43617e 100644
--- a/landing_gear_design/src/datapreprocessing.py
+++ b/landing_gear_design/src/datapreprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/readlayertext.py b/landing_gear_design/src/readlayertext.py
index a334aa21805022d29f623e39911deef7b5e886ce..64bc55c9bea04db70982229e67adfa235c102f9e 100644
--- a/landing_gear_design/src/readlayertext.py
+++ b/landing_gear_design/src/readlayertext.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/estimateaircraftclassificationnumber.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/estimateaircraftclassificationnumber.py
index 27ba034d8f93d9b6659f5ec56b4dc8cb3493f69d..d227fa2ceab573df0915c8c3c573efa5245bf55d 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/estimateaircraftclassificationnumber.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/estimateaircraftclassificationnumber.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/acnflexcomp.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/acnflexcomp.py
index 5af142badd097cd6abc7e7377c75f662f6903492..9a508e073bb866df3fe92d2df2c772113457f57e 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/acnflexcomp.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/acnflexcomp.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/alpha_factor_from_curve.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/alpha_factor_from_curve.py
index 852d9d03672a032cbbe70c3ac9aa82ec0723bc1d..a9285fd7fd93c485db7568e59881e261282cb982 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/alpha_factor_from_curve.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/alpha_factor_from_curve.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/cvrg.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/cvrg.py
index f2efa92aebcd8d1d9fe31cf2e75adb2c226ba873..4c07e84f7ed16a51b246ec5e851fc4de500e571c 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/cvrg.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/cvrg.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/initializeacnflexparameter.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/initializeacnflexparameter.py
index f6a89f42973726285b78082dc4a6c90bf34f25e9..e0b4ab52a71394228e0ffec7dc696278b3897311 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/initializeacnflexparameter.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/initializeacnflexparameter.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/setacnflexinputparameter.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/setacnflexinputparameter.py
index e27d489034b24fdfac292af870157eaac6b4c0f9..e6555d22f5165b231c4599c8f2a0e537f8df8d45 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/setacnflexinputparameter.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/setacnflexinputparameter.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/storeflexcurvefits.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/storeflexcurvefits.py
index 1b6d3e62e6ba542b29447174cbf1a17e17416515..e0193f8ce67843d6ed3ecfda48b975cf08db401b 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/storeflexcurvefits.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/aicraft_classification_number/flexible_pavement/storeflexcurvefits.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_00_estimatepositions.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_00_estimatepositions.py
index f39d7af51ed81d5f8bb3a144be3dbf41656f98e0..38fad55dfcc32e3eb936dc0ea0292e871e6f74ae 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_00_estimatepositions.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_00_estimatepositions.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_01_estimatedistances.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_01_estimatedistances.py
index 33f5f5d1ccadb26ab39ac36dc548727aac149f06..c912bbdbd813589073adc2af110bc3cdc9d6593a 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_01_estimatedistances.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_01_estimatedistances.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_02_estimateloads.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_02_estimateloads.py
index 7752d6de97ef21913a9bab51d6c46779320ce461..2890d7bcb1c4607f481a7026969064243b5683e3 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_02_estimateloads.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_02_estimateloads.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_03_estimatetires.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_03_estimatetires.py
index 2826fa3cadfcf457ffa9e5f0049fe8a8289a385f..50a3b4a8ef10b35f30f7154fb346d14abeba8093 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_03_estimatetires.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_03_estimatetires.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_04_estimatelimitations.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_04_estimatelimitations.py
index 9fb94f4e524fb1095e7aa237ecc9ab190381e617..eef062676bd627562b207c29e0a5aaeeae1ebc70 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_04_estimatelimitations.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_04_estimatelimitations.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_05_estimatemasses.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_05_estimatemasses.py
index a76079b3a4f0e8839105f6b513f744fb3afc3662..3aa125f6cce07ff2064019aad479b8ea3e4c850c 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_05_estimatemasses.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_05_estimatemasses.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_06_estimatecog.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_06_estimatecog.py
index 3753f21e341d3d5b7ab7dc4e3c06ee3a80e4ec2b..a0a4de6252aaf9ffb9d4f576269e87a489361714 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_06_estimatecog.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_06_estimatecog.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_07_setexistinggeometry.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_07_setexistinggeometry.py
index 120dad4e8025e477822c5cccf25fe8fe9fa48732..7c5c4a88e28dbf84f3e3353d3185d85697cc40aa 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_07_setexistinggeometry.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/_07_setexistinggeometry.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,13 +19,14 @@
 # This file is part of UNICADO.
 
 # Import standard modules.
-import os
 import sys
 import math
+import pyaixml as aixml
+import pyaircraftgeometry2 as geom2
 import xml.etree.ElementTree as ET
 
 
-def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_geometry_tree, runtime_output):
+def set_existing_geometry(paths_and_names, dict_ac_exchange, dict_mod_config, root_of_existing_geometry_tree, runtime_output):
     """ Set existing geometry parameter for the landing gear design module to use a landing gear geometry from an
          external file.
 
@@ -65,6 +66,18 @@ def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_ge
         root_of_existing_geometry_tree.findall(
             './landing_gear/specific/geometry/landing_gear_assembly/assembly_components/'
             'tire_description/name/value')
+        
+    ''' read required parameter from external c++ libraries '''
+    dict_ac_exchange['dihedral_angle_wing'] = 4.5  # angle in degree
+    if dict_ac_exchange['wing_reference_point_global_in_x'] is not None:
+        # Create the factory
+        airfoil_data_dir = f'{paths_and_names["project_directory"]}/geometry_data/airfoil_data'
+        aircraft_exchange_file = aixml.openDocument(paths_and_names['path_to_aircraft_exchange_file'])
+        factory = geom2.factory.WingFactory(aircraft_exchange_file, airfoil_data_dir)
+        # Create the surface
+        wing = factory.create("wing/specific/geometry/aerodynamic_surface@0")
+        dict_ac_exchange['dihedral_angle_wing'] = round(math.degrees(geom2.measure.dihedral(
+            wing, dict_ac_exchange['wing_section_position_in_y']['wing_section_position_in_y_ID0_ID2'])), 9)
 
     ''' set main and nose gear tires '''
     if tire_names is not None:
@@ -73,12 +86,12 @@ def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_ge
             tire_list.append(tire.text)
 
         # try to open easa etso tire list
-        for index, assembly_name in enumerate(assembly_names):
+        for index, _ in enumerate(assembly_names):
             if 'nose_gear' in root_of_existing_geometry_tree.find(
                     './landing_gear/specific/geometry/landing_gear_assembly[@ID="' + str(index) + '"]/name/value').text:
                 nose_gear_tire_dict['name'] = tire_names[index].text
                 break
-        for index, assembly_name in enumerate(assembly_names):
+        for index, _ in enumerate(assembly_names):
             if 'main_gear' in root_of_existing_geometry_tree.find(
                     './landing_gear/specific/geometry/landing_gear_assembly[@ID="' + str(index) + '"]/name/value').text:
                 main_gear_tire_dict['name'] = tire_names[len(tire_list) - 1].text
@@ -99,7 +112,7 @@ def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_ge
 
         # Try to open easa etso tire list from xml file.
         try:
-            path = os.getcwd() + '/landing_gear_lib/EASA_ETSO_tire_list_2022.xml'
+            path = dict_mod_config['path_to_landing_lib']
             xml_tree = ET.ElementTree(file=path)
             root_of_aircraft_tire_tree = xml_tree.getroot()
 
@@ -128,7 +141,7 @@ def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_ge
         # Set landing gear arrangement.
         nose_gear_count = 0
         main_gear_count = 0
-        for index, assembly_name in enumerate(assembly_names):
+        for index, _ in enumerate(assembly_names):
             if 'nose_gear' in root_of_existing_geometry_tree.find(
                     './landing_gear/specific/geometry/landing_gear_assembly[@ID="' + str(index) + '"]/name/value').text:
                 nose_gear_count += 1
@@ -318,7 +331,7 @@ def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_ge
         {key.replace('upper', 'total'): value for key, value in result_dict.items()}
 
     # Set fuselage height
-    fuselage_height_key, fuselage_height_value = \
+    _, fuselage_height_value = \
         next(iter(dict_ac_exchange['fuselage_section_total_height'].items()), (None, None))
     if fuselage_height_value is None and dict_ac_exchange['fuselage_type'] == 'single_aisle':
         fuselage_parameter['fuselage_height'] = 3.8
@@ -329,7 +342,7 @@ def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_ge
 
     ''' set wing mounting position in z direction '''
     # Estimate rear spar position of center wing.
-    wing_reference_point_on_center_line_in_z_key, wing_reference_point_on_center_line_in_z_value = \
+    _, wing_reference_point_on_center_line_in_z_value = \
         next(iter(dict_ac_exchange['wing_section_position_in_z'].items()), (None, None))
     if wing_reference_point_on_center_line_in_z_value is None:
         dict_ac_exchange['rear_spar_position_center_wing_box_in_z_direction'] = -0.8
@@ -338,7 +351,7 @@ def set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_ge
             wing_reference_point_on_center_line_in_z_value
 
     # Estimate main landing gear wing mounting position.
-    fuselage_section_width_key, fuselage_section_width_value = \
+    _, fuselage_section_width_value = \
         next(iter(dict_ac_exchange['fuselage_section_width'].items()), (None, None))
     if dict_ac_exchange['dihedral_angle_wing'] is not None \
             and dict_ac_exchange['rear_spar_position_center_wing_box_in_z_direction'] is not None \
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/convergencecheck.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/convergencecheck.py
index 81410f466a6638b740f0b9772331a8e62e09a5aa..01389dbccf5c9a42c5d56a94fb3a5ae7e36e7265 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/convergencecheck.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/convergencecheck.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/nacellegroundclearance.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/nacellegroundclearance.py
index 54617ff04258838768b88e600404c263ecaf2dd7..ea5ab4b1a6e8667e1186bc1f273626eb43d51db3 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/nacellegroundclearance.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/nacellegroundclearance.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/prepareexternaldata.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/prepareexternaldata.py
index 1ed7ed68bcb3d29aae6d6d6ed9414ede6620892f..a3ca6556bb7f020a2b680ff627c8b4fac8aa2d1d 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/prepareexternaldata.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/prepareexternaldata.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/wingtipclearance.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/wingtipclearance.py
index 626285831300b496bb65d0664a62fdbc30efea9b..86fda8cac6fdbff3780635541d2288b5a5aa7f15 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/wingtipclearance.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/call_functions/sub_function/wingtipclearance.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/landinggeardesign.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/landinggeardesign.py
index 5edb3eb9ef841bbff8c393d0dded691fa6cb610a..cb8ac1200097d1f2b11a3b8102822e5934e8449e 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/landinggeardesign.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/landinggeardesign.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -63,14 +63,26 @@ def landing_gear_design(paths_and_names, routing_dict, dict_ac_exchange, dict_mo
         call_function_list = [entry for entry in all_entries
                             if os.path.isfile(sys._MEIPASS + '/' + routing_dict['module_import_name'].replace('.', '/')
                                               + '/general/call_functions' + '/' + entry)]
-    # If running as a regular Python script, use the current directory.
-    else:
+    
+    # Check if the system prefix is different from the base prefix -> code is runnig in a vitual environment
+    elif hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix:
         # List all entries in the directory.
         all_entries = os.listdir(paths_and_names['working_directory'] + '/' +
                                 routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
         # Filter out only files (ignore directories).
         call_function_list = [entry for entry in all_entries
                             if os.path.isfile(paths_and_names['working_directory'] + '/' +
+                                                routing_dict['module_import_name'].replace('.', '/')
+                                                + '/general/call_functions' + '/' + entry)] 
+        
+    # If running as a regular Python script, use the current directory.
+    else:
+        # List all entries in the directory.
+        all_entries = os.listdir(os.getcwd() + '/' +
+                                routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+        # Filter out only files (ignore directories).
+        call_function_list = [entry for entry in all_entries
+                            if os.path.isfile(os.getcwd() + '/' +
                                                 routing_dict['module_import_name'].replace('.', '/')
                                                 + '/general/call_functions' + '/' + entry)]
 
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodhtmlreport.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodhtmlreport.py
index 06752f72b38a57061b99c3c916acdf216d4a4401..650f944b78b4186d220753267bfce4d56f0fcedf 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodhtmlreport.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodhtmlreport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,24 +19,382 @@
 # This file is part of UNICADO.
 
 """Module providing report functionalities for current calculation method."""
+from yattag import Doc
+from bs4 import BeautifulSoup
+import os
 
 
 def method_html_report(paths_and_names, routing_dict, data_dict, method_specific_output_dict, runtime_output):
-    """Report function.
+    """HTML report function.
 
     This function is responsible for creating reports.
-    [Add further information here...]
+    Note: Please ensure to format the data in the preparation part of the code (e.g., round floats)!
 
     :param dict paths_and_names: Dictionary containing system paths and ElementTrees
-    :param dict routing_dict: Dictionary containing routing parameters
+    :param dict routing_dict: Dictionary containing routing parameter
     :param dict data_dict: Dictionary containing results of module execution
-    :param dict method_specific_output_dict: Dictionary containing method specific output data
-    :param logging.Logger runtime_output: Logging object used for capturing log messages in the module
     :return: None
     """
+    runtime_output.print(f'HTML report is generated and saved...')
 
-    # This is just a dummy code snippet. Insert your code here.
+    """ Preparation and data extraction."""
+    # Extract tool and project name.
     tool_name = paths_and_names['tool_name']
-    runtime_output.print(
-        'Moin! This is the "method_html_report" function from the ' + tool_name + ' tool speaking... '
-        + '[Imagine fancy reports are generated here (you can find me in the "methodhtmlreport.py" file).]')
+    report_title = (tool_name.replace('_', ' ')).capitalize()
+    project_name = paths_and_names['name_of_project']
+    root_of_module_config_tree = paths_and_names['root_of_module_config_tree']
+    plot_switch = (eval(root_of_module_config_tree.find('.//plot_output/enable/value').text.capitalize()))
+
+    # Aircraft classification numbers.
+    acn_data = [
+        ("CBR", *data_dict['acn_estimation']['PCBR']),
+        ("ACN", *data_dict['acn_estimation']['PACN'])
+    ]
+    acn_title = "Aircraft classification numbers"
+    acn_column_titles = []  # table has no head -> no column titles necessary
+    acn_column_alignment = ["l"]
+    acn_column_alignment.extend(["r"] * len(data_dict['acn_estimation']['PCBR']))
+    
+    # Landing gear positions.
+    positions_data = []
+    for key, value in data_dict['landing_gear_positions'].items():
+        formatted_key = key.replace('_', ' ').capitalize()
+        if isinstance(value, (int, float)):
+            formatted_value = f"{value:,.2f} m"
+        else:
+            formatted_value = value
+        positions_data.append((formatted_key, formatted_value))
+    
+    positions_title = "Positions"
+    positions_column_titles = ["Parameter", "Value"]
+    positions_column_alignment = ["l", "r"]
+
+    # Landing gear masses.
+    nlg_masses = [
+        (key.replace("_", " ").capitalize(), f"{value:,.2f} kg")
+        for key, value in data_dict['landing_gear_masses']['nose_landing_gear_masses'].items()
+    ]
+    nlg_masses.sort(key=lambda x: "per strut" not in x[0])
+    mlg_masses = [
+        (key.replace("_", " ").capitalize(), f"{value:,.2f} kg")
+        for key, value in data_dict['landing_gear_masses']['main_landing_gear_masses'].items()
+    ]
+    mlg_masses.sort(key=lambda x: "per strut" not in x[0])
+    total_mass = [("Landing gear total mass", f"{data_dict['landing_gear_masses']['landing_gear_total_mass']:,.2f} kg")]
+    masses = nlg_masses + mlg_masses + total_mass
+    masses_title = "Masses"
+    masses_column_titles = ["Component", "Mass"]
+    masses_column_alignment = ["l", "r"]
+    
+    # Limitations.
+    if data_dict['program_mode'] == 'mode_0':    
+        limitations = [
+            ("Tail tipping angle", f"{data_dict['landing_gear_limitations']['maximum_tail_tipping_angle']:,.2f} deg"),
+            ("Turnover angle", f"{data_dict['landing_gear_limitations']['current_turn_over_angle']:,.2f} deg"),
+            ("Wing tip clearance", f"{data_dict['landing_gear_limitations']['wing_tip_clearance_angles']:,.2f} deg"),
+            ("Minimum forward position of nose gear",
+            f"{data_dict['landing_gear_limitations']['minimum_forward_position_of_nose_gear']:,.2f} m"),
+            ("Maximum aft position of nose gear",
+            f"{data_dict['landing_gear_limitations']['maximum_aft_position_of_nose_gear']:,.2f} m"),
+            ("Minimum forward position of main gear",
+            f"{data_dict['landing_gear_limitations']['minimum_forward_position_of_main_gear']:,.2f} m")
+        ]
+    elif data_dict['program_mode'] == 'mode_1':
+        limitations = [
+            ("Tail tipping angle", f"{data_dict['landing_gear_limitations']['maximum_tail_tipping_angle']:,.2f} deg"),
+            ("Turnover angle", "Not checked in use existing geometry mode."),
+            ("Wing tip clearance", "Not checked in use existing geometry mode."),
+            ("Minimum forward position of nose gear", "Not checked in use existing geometry mode."),
+            ("Maximum aft position of nose gear", "Not checked in use existing geometry mode."),
+            ("Minimum forward position of main gear", "Not checked in use existing geometry mode.")
+        ]
+    limitations_title = "Limitations"
+    limitations_column_titles = ["Parameter", "Value"]
+    limitations_column_alignment = ["l", "r"]
+
+    # Nose gear assembly.
+    if data_dict['program_mode'] == 'mode_0':
+        nose_gear_data = [
+            ("Nose gear tire design load",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['nose_gear_tire_design_load']:,.0f} lbs"),
+            ("Number of nose gear struts",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['number_of_nose_gear_struts']:,.0f}"),
+            ("Number of nose gear axis per strut",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['number_of_nose_gear_axis_per_strut']:,.0f}"),
+            ("Number of nose gear tires per strut",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['number_of_nose_gear_tires_per_strut']:,.0f}"),
+            ("Number of nose gear tires per strut",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['nose_gear_strut_length']:,.2f} m"),
+        ]
+    elif data_dict['program_mode'] == 'mode_1':
+        nose_gear_data = [
+            ("Nose gear tire design load", "Not calculated in use existing geometry mode."),
+            ("Number of nose gear struts",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['number_of_nose_gear_struts']:,.0f}"),
+            ("Number of nose gear axis per strut",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['number_of_nose_gear_axis_per_strut']:,.0f}"),
+            ("Number of nose gear tires per strut",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['number_of_nose_gear_tires_per_strut']:,.0f}"),
+            ("Number of nose gear tires per strut",
+            f"{data_dict['nose_gear_description']['nose_gear_arrangement']['nose_gear_strut_length']:,.2f} m"),
+        ]     
+    nose_gear_title = "Nose gear data"
+    nose_gear_column_titles = ["Parameter", "Value"]
+    nose_gear_column_alignment = ["l", "r"]
+
+    # Nose gear tires.
+    nose_gear_tires = []
+
+    for key in data_dict['nose_gear_description']['nose_gear_tires'][next(iter(data_dict['nose_gear_description']['nose_gear_tires']))]:
+        values = [
+            value if key == "tire_size" or value == "not_available"
+            else f"{round(float(value), 2):,.2f}"
+            for value in (
+                data_dict['nose_gear_description']['nose_gear_tires'][identifier][key]
+                for identifier in data_dict['nose_gear_description']['nose_gear_tires']
+            )
+        ]
+        nose_gear_tires.append((key.replace("_", " ").capitalize(), *values))
+
+    nose_gear_tires_title = "Nose gear tire data"
+    nose_gear_tires_column_titles = ["Parameter"] + list(data_dict['nose_gear_description']['nose_gear_tires'].keys())
+    nose_gear_tires_column_alignment = ["l"]
+    additional_alignments = len(data_dict['nose_gear_description']['nose_gear_tires'])
+    nose_gear_tires_column_alignment.extend(["r"] * additional_alignments)
+
+    # Main gear assembly.
+    main_gear_data = []
+    delete_list = ['local_tire_position_in_x_for_acn', 'local_tire_position_in_y_for_acn']
+
+    for key, value in data_dict['main_gear_description']['main_gear_arrangement'].items():
+        if key not in delete_list:
+            formatted_key = key.replace('_', ' ').capitalize()
+        else:
+            continue
+        
+        if isinstance(value, (int, float)):
+            if 'load' in key or any(word in key for word in ['position', 'track', 'length']):
+                formatted_value = f"{value:,.2f}"
+            else:
+                formatted_value = f"{value:,.0f}"
+        else:
+            formatted_value = value
+
+        if 'load' in key:
+            formatted_value = f"{formatted_value} lbs"
+        elif any(word in key for word in ['position', 'track', 'base', 'length']):
+            formatted_value = f"{formatted_value} m"
+
+        main_gear_data.append((formatted_key, formatted_value))
+    main_gear_data = [item for item in main_gear_data if item not in delete_list]
+    main_gear_title = "Main gear data"
+    main_gear_column_titles = ["Parameter", "Value"]
+    main_gear_column_alignment = ["l", "r"]
+
+    # Main gear tires.
+    main_gear_tires = []
+    # for key in data_dict['main_gear_description']['main_gear_tires'][next(iter(data_dict['main_gear_description']['main_gear_tires']))]:
+    #     values = [data_dict['main_gear_description']['main_gear_tires'][identifier][key] for identifier in data_dict['main_gear_description']['main_gear_tires']]
+    #     main_gear_tires.append((key.replace("_", " ").capitalize(), *values))
+
+    for key in data_dict['main_gear_description']['main_gear_tires'][next(iter(data_dict['main_gear_description']['main_gear_tires']))]:
+        values = [
+            value if key == "tire_size" or value == "not_available"
+            else f"{round(float(value), 2):,.2f}"
+            for value in (
+                data_dict['main_gear_description']['main_gear_tires'][identifier][key]
+                for identifier in data_dict['main_gear_description']['main_gear_tires']
+            )
+        ]
+        main_gear_tires.append((key.replace("_", " ").capitalize(), *values))
+
+    main_gear_tires_title = "Main gear tire data"
+    main_gear_tires_column_titles = ["Parameter"] + list(data_dict['main_gear_description']['main_gear_tires'].keys())
+    main_gear_tires_column_alignment = ["l"]
+    additional_alignments = len(data_dict['main_gear_description']['main_gear_tires'])
+    main_gear_tires_column_alignment.extend(["r"] * additional_alignments)
+        
+    """Generate report."""
+    # Start Yattag document.
+    doc, tag, text = Doc().tagtext()
+
+    # Generate header (without creating a new <html>).
+    with tag('html', lang="en"):
+        # Generate report header (adds <head>).
+        generate_report_header(doc, report_title)
+
+        # Generate body.
+        with tag('body'):
+            with tag('div', klass="logo"):
+                text("")
+            with tag('div', klass="content"):
+                with tag('h1'):
+                    text(f"Report - {report_title} of {project_name}")
+                with tag('div', klass="container"):
+
+                    # Data on the left side.
+                    with tag('div', klass="box data"):
+                        
+                        # General landing gear data.
+                        with tag('h2'):
+                            text("General landing gear data")
+                        # Add table for ACN.
+                        generate_table(doc, tag, text, acn_data, acn_title,
+                                       acn_column_titles, acn_column_alignment, table_without_head=True)
+                        # Add table for landing gear positions.
+                        generate_table(doc, tag, text, positions_data, positions_title,
+                                       positions_column_titles, positions_column_alignment)
+                        # Add table for landing gear masses.
+                        generate_table(doc, tag, text, masses, masses_title,
+                                       masses_column_titles, masses_column_alignment, last_line_bold=True)
+                        # Add table for landing gear limitations.
+                        generate_table(doc, tag, text, limitations, limitations_title,
+                                       limitations_column_titles, limitations_column_alignment)
+
+                        # Nose landing gear data.
+                        with tag('h2'):
+                            text("Nose landing gear data")
+                        # Add table for nose landing gear.
+                        generate_table(doc, tag, text, nose_gear_data, nose_gear_title,
+                                       nose_gear_column_titles, nose_gear_column_alignment)
+                        # Add table for nose gear tires.
+                        generate_table(doc, tag, text, nose_gear_tires, nose_gear_tires_title,
+                                       nose_gear_tires_column_titles, nose_gear_tires_column_alignment)
+
+                        # Main landing gear data.
+                        with tag('h2'):
+                            text("Main landing gear data")
+                        # Add table for main landing gear.
+                        generate_table(doc, tag, text, main_gear_data, main_gear_title,
+                                       main_gear_column_titles, main_gear_column_alignment)
+                        # Add table for main landing gear tires.
+                        generate_table(doc, tag, text, main_gear_tires, main_gear_tires_title,
+                                       main_gear_tires_column_titles, main_gear_tires_column_alignment)
+
+                    # Plots on the right side.
+                    # Ensure that plots are enabled before displaying them on report.
+                    if plot_switch:
+                        with tag('div', klass="box plot"):
+                            with tag('h2'):
+                                text("Plots")
+                                # Arrangement.
+                                with tag('h3'):
+                                    plot_name = "Front view of landing gear arrangement"
+                                    text(plot_name)
+                                    src_name = "../plots/landing_gear_design_" + plot_name + ".svg"
+                                with tag('img',src=src_name, klass="image-plot", style="margin-bottom: 20px;"):
+                                    pass
+
+    # Convert the document to HTML string.
+    html_output = doc.getvalue()
+
+    # Pretty HTML output with BeautifulSoup.
+    soup = BeautifulSoup(html_output, 'html.parser')
+    pretty_html = soup.prettify()
+
+    """ Save report to current aircraft project directory. """
+    # Save the report.
+    project_directory = paths_and_names["project_directory"]
+    report_directory = os.path.join(project_directory, 'reporting', 'report_html')
+    os.makedirs(report_directory, exist_ok=True)
+    output_path = os.path.join(report_directory, f"{tool_name}_report.html")
+
+    # Write the HTML to the file.
+    with open(output_path, "w", encoding="utf-8") as report:
+        report.write(pretty_html)
+    
+    return
+
+
+def generate_table(doc, tag, text, data, caption, column_titles, alignment=None, last_line_bold=False,
+                   table_without_head=False):
+    """Generate an HTML table.
+
+    This function creates an HTML table from the provided data.
+    Note: Options for the alignment types are "l" for left, "r" for right, and "m" for center. If not provided, columns
+    are left-aligned by default.
+
+    :param doc: Yattag Doc instance
+    :param tag: Yattag tag function
+    :param text: Yattag text function
+    :param str caption: Table caption
+    :param list column_titles: Titles of table columns
+    :param list alignment: List of alignment types for ech column (defaults to None)
+    :param bool last_line_bold: Flag if last table line should be printed bold
+    :param bool table_without_head: Flag if table has no table head
+    :param list data: List of tuples containing table data
+    """
+    with tag('table', klass="content-table"):
+        with tag('caption'):
+            text(caption)
+        if table_without_head:
+            pass
+        else:
+            with tag('thead'):
+                with tag('tr'):
+                    for col_num, col in enumerate(column_titles):
+                        if alignment:
+                            if alignment[col_num] == "m":
+                                with tag('th', style="text-align: center;"):
+                                    text(f"{col}")
+                            elif alignment[col_num] == "r":
+                                with tag('th', style="text-align: right;"):
+                                    text(f"{col}")
+                            elif alignment[col_num] == "l":
+                                with tag('th', style="text-align: left;"):
+                                    text(f"{col}")
+                        else:                       
+                            with tag('th'):
+                                text(f"{col}")
+        with tag('tbody'):
+            row_number = 0
+            for row in data:
+                if last_line_bold:
+                    is_last_row = (row_number == len(data) - 1)
+                else:
+                    is_last_row = False
+                with tag('tr', style="font-weight: normal;" if is_last_row else ""):
+                    column_number = 0
+                    for col in row:
+                        if col is None:
+                            with tag('td'):
+                                text('N.A.')
+                        else:
+                            if alignment is not None:
+                                if alignment[column_number] == "m":
+                                    with tag('td', style="text-align: center;"):
+                                        text(col)
+                                elif alignment[column_number] == "r":
+                                    with tag('td', style="text-align: right;"):
+                                        text(col)
+                                elif alignment[column_number] == "l":
+                                    with tag('td', style="text-align: left;"):
+                                        text(col)
+                                else:
+                                    with tag('td'):
+                                        text(col)
+                            else:
+                                with tag('td'):
+                                    text(col)
+                        column_number += 1
+                row_number += 1
+    
+    return
+
+
+def generate_report_header(doc, tool_name):
+    """Generate HTML header.
+    
+    This function generates an HTML header with meta information, style sheets, and title.
+
+    :param doc: Yattag Doc instance
+    :param str tool_name: Name of the tool
+    """
+    with doc.tag('head'):
+        doc.stag('meta', name="viewport", content="width=device-width, initial-scale=1.0")
+        doc.stag('meta', charset="UTF-8")
+        with doc.tag('title'):
+            doc.text(tool_name)
+        doc.stag('link', rel="stylesheet", href="style.css")
+    
+    return
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodplot.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodplot.py
index 9cf6f9d3824fd52793447a433defe6b1d6013c9c..30c41d12c41b62adb69fe6f1ee4fbf6544f13672 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodplot.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodplot.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodtexoutput.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodtexoutput.py
index 05e9a70892fca8bf459b1b1bbacf81692e4830a6..ffd9e38c9cd7479e1e88fd7eaed90ffcf19c2218 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodtexoutput.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodtexoutput.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodxmlexport.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodxmlexport.py
index adf8c4ae8f6a7ca45131f0361b2697f384b802fb..a221dbefc10684dffe9e1709e6bc9f938f089c29 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodxmlexport.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/methodxmlexport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generateacnplots.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generateacnplots.py
index d5c0fb759d466f4d6fa5cbc94c8e21b649635628..fb69cdc96cd81a994b6d57c10f55b1e8ad7c4626 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generateacnplots.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generateacnplots.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generatelandinggearplots.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generatelandinggearplots.py
index 6bd72cfef4a914d60dcceff29936e9cfac7e93db..a4832d23d56f0b06db2ca0507174579b869bacb3 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generatelandinggearplots.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/plot_functions/generatelandinggearplots.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/useexistinggeometry.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/useexistinggeometry.py
index 603881c6e490415566ac305652d602eeae3a784a..4480e600308fe22ec4ccc1b44359992886459a3e 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/useexistinggeometry.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/general/useexistinggeometry.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -50,8 +50,7 @@ def use_existing_geometry(paths_and_names, routing_dict, dict_ac_exchange, dict_
     # Try to read the existing geometry xml file of landing gear design.
     try:
         # Attempt to create an ElementTree and get the root element from the XML file.
-        existing_geometry_tree = ET.ElementTree(file=paths_and_names['working_directory'] + '/'
-                                                + dict_mod_config['name_of_existing_geometry_file'])
+        existing_geometry_tree = ET.ElementTree(file=dict_mod_config['path_to_existing_geometry_file'])
         root_of_existing_geometry_tree = existing_geometry_tree.getroot()
 
     # Exception handling for operating system (OS) error.
@@ -59,7 +58,7 @@ def use_existing_geometry(paths_and_names, routing_dict, dict_ac_exchange, dict_
         runtime_output.critical('Error: The file: "' + dict_mod_config['name_of_existing_geometry_file']
                                 + '" was found but could not be read. \n'
                                 '                                            Program aborted!')
-        sys.exit('Exit information: Existing landing gear geometry file could not be read!')
+        sys.exit('Exit information: Existing landing geometry file could not be read!')
 
     # Get landing gear assembly x-positions from existing geometry
     existing_elements = root_of_existing_geometry_tree.findall(
@@ -127,8 +126,8 @@ def use_existing_geometry(paths_and_names, routing_dict, dict_ac_exchange, dict_
                                'In this mode, clearances and limitations are not checked.')
 
         # Call function to set all necessary landing gear parameter from existing geometry file.
-        kerosene_output_dict = set_existing_geometry(dict_ac_exchange, dict_mod_config, root_of_existing_geometry_tree,
-                                                     runtime_output)
+        kerosene_output_dict = set_existing_geometry(paths_and_names, dict_ac_exchange, dict_mod_config, 
+                                                     root_of_existing_geometry_tree, runtime_output)
 
         # Call function to estimate existing geometry dependent landing gear masses.
         kerosene_output_dict = estimate_masses(dict_ac_exchange, dict_mod_config, kerosene_output_dict, runtime_output)
@@ -153,7 +152,11 @@ def use_existing_geometry(paths_and_names, routing_dict, dict_ac_exchange, dict_
 
         kerosene_output_dict['acn_estimation'] = dict_acn_flex_parameter
         kerosene_output_dict['dict_landing_gear_output'] = dict_landing_gear_output
+        
+        # set tool_level
+        kerosene_output_dict['current_tool_level'] = dict_ac_exchange['tool_level']
 
+        # debug print
         runtime_output.debug('landing_gear_design with existing geometry successfully executed!')
 
     return kerosene_output_dict
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/kerosene/methodkerosene.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/kerosene/methodkerosene.py
index 98cdf4525808a2d195f352aa26204387b4501cf6..e4682119655b5b975fde80e3890006d2d8346818 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/kerosene/methodkerosene.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/kerosene/methodkerosene.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -61,35 +61,59 @@ def method_kerosene(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_co
     dict_ac_exchange['maximum_take_off_stall_speed'] = 75  # m/s
 
     # check which sizing mode is selected -> if no valid mode is selected -> raise an error and abort program
-    if dict_mod_config['sizing_mode'] == 'mode_0' or dict_mod_config['sizing_mode'] == 'mode_1':
+    if dict_mod_config['program_mode'] == 'mode_0' or dict_mod_config['program_mode'] == 'mode_1':
         # check if sizing mode "mode_0" is selected -> if true: -> perform landing gear design estimation
-        if dict_mod_config['sizing_mode'] == 'mode_0':
+        if dict_mod_config['program_mode'] == 'mode_0':
             kerosene_output_dict = landing_gear_design(paths_and_names, routing_dict, dict_ac_exchange,
                                                        dict_mod_config, runtime_output)
 
         # Check if sizing mode "mode_1" is selected
         #  -> if true: -> perform retrofit landing gear design from existing geometry
-        if dict_mod_config['sizing_mode'] == 'mode_1':
+        if dict_mod_config['program_mode'] == 'mode_1':
             runtime_output.print('Start reading of existing geometry from file.')
+            # If the script is compiled, sys._MEIPASS gives the temp directory for PyInstaller.
+            if getattr(sys, 'frozen', False):    
+                # ToDo Pfad anpassen, wenn als exe ausgeführt
+                path_to_existing_geometry_file = \
+                    sys._MEIPASS + '/' + dict_mod_config['path_to_existing_geometry_file']
+                print(paths_and_names['project_directory'] + os.path.realpath(dict_mod_config['path_to_existing_geometry_file']))
+            # Check if the system prefix is different from the base prefix -> code is runnig in a vitual environment
+            elif hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix:
+                # ToDo Pfad anpassen, wenn als exe ausgeführt
+                path_to_existing_geometry_file = \
+                    os.path.join(paths_and_names['working_directory'], 
+                                 os.path.relpath(dict_mod_config['path_to_existing_geometry_file']).replace(os.sep, '/'))
+                print(path_to_existing_geometry_file)
+            # If running as a regular Python script, use the current directory.
+            else:
+                path_to_existing_geometry_file = \
+                    os.path.join(paths_and_names['project_directory'], 
+                                 os.path.relpath(dict_mod_config['path_to_existing_geometry_file'])).replace(os.sep, '/')
+            
             # Check if the file containing the geometrical description of the landing gear is existing
             #  -> if true: -> perform landing gear design with existing geometry
-            if os.path.isfile(paths_and_names['working_directory'] + '/'
-                              + dict_mod_config['name_of_existing_geometry_file']):
+            if os.path.isfile(path_to_existing_geometry_file):
+                dict_mod_config['path_to_landing_lib'] = \
+                    (paths_and_names['working_directory'] + '/landing_gear_lib/EASA_ETSO_tire_list_2022.xml')
+                dict_mod_config['path_to_existing_geometry_file'] = path_to_existing_geometry_file
                 # Call function to perform landing gear design from existing geometry.
                 kerosene_output_dict = use_existing_geometry(paths_and_names, routing_dict, dict_ac_exchange,
                                                              dict_mod_config, runtime_output)
             # Else condition: File containing the geometrical description of landing gear does not exist
             #  -> abort program.
             else:
-                runtime_output.critical('Error: Sizing mode "use existing geometry" is selected but the file: "'
-                                        + dict_mod_config['name_of_existing_geometry_file'] + '" could not be found. \n'
+                runtime_output.critical('Error: Program mode "use existing geometry" is selected but the file: "'
+                                        + dict_mod_config['path_to_existing_geometry_file'] + '" could not be found. \n'
                                         '                                            Program aborted!')
                 sys.exit('Exit information: Missing existing landing gear geometry file!')
+        
+        # Set program mode die output dict
+        kerosene_output_dict['program_mode'] = dict_mod_config['program_mode']
 
     # else condition: no valid sizing mode is selected -> program aborted.
     else:
-        runtime_output.critical('Error: No valid sizing mode for landing gear design selected! '
+        runtime_output.critical('Error: No valid program mode for landing gear design selected! '
                                 '\nPlease check the module configuration file. Program Aborted!')
-        sys.exit('Exit information: No valid sizing mode is selected!')
+        sys.exit('Exit information: No valid program mode is selected!')
 
     return kerosene_output_dict
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
index a61682554dca8d5074134e8f29c7ed3501ccbc0d..4a00b8361fe972e3dc8216a40518ffc5b4f69906 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -61,36 +61,57 @@ def method_liquid_hydrogen(paths_and_names, routing_dict, dict_ac_exchange, dict
     dict_ac_exchange['lift_curve_slope_take_off'] = 4.5  # 1/radians
     dict_ac_exchange['maximum_take_off_stall_speed'] = 75  # m/s
 
-    # check which sizing mode is selected -> if no valid mode is selected -> raise an error and abort program
-    if dict_mod_config['sizing_mode'] == 'mode_0' or dict_mod_config['sizing_mode'] == 'mode_1':
+       # check which sizing mode is selected -> if no valid mode is selected -> raise an error and abort program
+    if dict_mod_config['program_mode'] == 'mode_0' or dict_mod_config['program_mode'] == 'mode_1':
         # check if sizing mode "mode_0" is selected -> if true: -> perform landing gear design estimation
-        if dict_mod_config['sizing_mode'] == 'mode_0':
+        if dict_mod_config['program_mode'] == 'mode_0':
             liquid_hydrogen_output_dict = landing_gear_design(paths_and_names, routing_dict, dict_ac_exchange,
-                                                              dict_mod_config, runtime_output)
+                                                       dict_mod_config, runtime_output)
 
         # Check if sizing mode "mode_1" is selected
         #  -> if true: -> perform retrofit landing gear design from existing geometry
-        if dict_mod_config['sizing_mode'] == 'mode_1':
+        if dict_mod_config['program_mode'] == 'mode_1':
             runtime_output.print('Start reading of existing geometry from file.')
+            # If the script is compiled, sys._MEIPASS gives the temp directory for PyInstaller.
+            if getattr(sys, 'frozen', False):    
+                # ToDo Pfad anpassen, wenn als exe ausgeführt
+                path_to_existing_geometry_file = \
+                    sys._MEIPASS + '/' + dict_mod_config['path_to_existing_geometry_file']
+                print(paths_and_names['project_directory'] + os.path.realpath(dict_mod_config['path_to_existing_geometry_file']))
+            # Check if the system prefix is different from the base prefix -> code is runnig in a vitual environment
+            elif hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix:
+                # ToDo Pfad anpassen, wenn als exe ausgeführt
+                path_to_existing_geometry_file = \
+                    os.path.join(paths_and_names['working_directory'], 
+                                 os.path.relpath(dict_mod_config['path_to_existing_geometry_file']).replace(os.sep, '/'))
+                print(path_to_existing_geometry_file)
+            # If running as a regular Python script, use the current directory.
+            else:
+                path_to_existing_geometry_file = \
+                    os.path.join(paths_and_names['project_directory'], 
+                                 os.path.relpath(dict_mod_config['path_to_existing_geometry_file'])).replace(os.sep, '/')
+            
             # Check if the file containing the geometrical description of the landing gear is existing
             #  -> if true: -> perform landing gear design with existing geometry
-            if os.path.isfile(paths_and_names['working_directory'] + '/'
-                              + dict_mod_config['name_of_existing_geometry_file']):
+            if os.path.isfile(path_to_existing_geometry_file):
+                dict_mod_config['path_to_landing_lib'] = \
+                    (paths_and_names['working_directory'] + '/landing_gear_lib/EASA_ETSO_tire_list_2022.xml')
+                dict_mod_config['path_to_existing_geometry_file'] = path_to_existing_geometry_file
                 # Call function to perform landing gear design from existing geometry.
                 liquid_hydrogen_output_dict = use_existing_geometry(paths_and_names, routing_dict, dict_ac_exchange,
-                                                                    dict_mod_config, runtime_output)
+                                                             dict_mod_config, runtime_output)
             # Else condition: File containing the geometrical description of landing gear does not exist
             #  -> abort program.
             else:
-                runtime_output.critical('Error: Sizing mode "use existing geometry" is selected but the file: "'
-                                        + dict_mod_config['name_of_existing_geometry_file'] + '" could not be found. \n'
+                runtime_output.critical('Error: Program mode "use existing geometry" is selected but the file: "'
+                                        + dict_mod_config['path_to_existing_geometry_file'] + '" could not be found. \n'
                                         '                                            Program aborted!')
                 sys.exit('Exit information: Missing existing landing gear geometry file!')
 
     # else condition: no valid sizing mode is selected -> program aborted.
     else:
-        runtime_output.critical('Error: No valid sizing mode for landing gear design selected! '
+        runtime_output.critical('Error: No valid program mode for landing gear design selected! '
                                 '\nPlease check the module configuration file. Program Aborted!')
-        sys.exit('Exit information: No valid sizing mode is selected!')
+        sys.exit('Exit information: No valid program mode is selected!')
 
     return liquid_hydrogen_output_dict
diff --git a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/usermethoddatapreparation.py b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/usermethoddatapreparation.py
index 774f93581036d3ad969a7a470b632d354e9a01b5..ec5acbf8d49f26219f7b519ebe250defd182d398 100644
--- a/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/usermethoddatapreparation.py
+++ b/landing_gear_design/src/wing_mounted/empirical/landing_gear_design_tu_berlin/usermethoddatapreparation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -152,15 +152,19 @@ def user_method_data_input_preparation(routing_dict):
     # Enter all general parameters to be extracted from the module configuration file. 'general parameters' means
     # parameters that do not differ according to the user layer. It should be noted that 'tmp_general' is only used to
     # shorten the path information in the 'general_data_to_extract_from_module_configuration_dict'.
+    tmp_program_mode = ('./program_settings/program_mode')
+    program_mode_dict = {
+        'path_to_existing_geometry_file':
+        [tmp_program_mode + '/setting_use_existing_geometry/path_to_existing_geometry_file', str],
+        'program_mode':
+        [tmp_program_mode, str], 
+        'use_as_starting_point':
+        [tmp_program_mode + '/setting_use_existing_geometry/use_as_starting_point', bool]              
+        }
+    
     tmp_general = ('./program_settings/configuration[@ID="wing_mounted"]/fidelity[@ID="empirical"]/'
                    + 'landing_gear_design_tu_berlin/general')
     general_data_to_extract_from_module_configuration_dict = {
-        'sizing_mode':
-            [tmp_general + '/sizing_mode', str],
-        'name_of_existing_geometry_file':
-            [tmp_general + '/sizing_mode/setting_use_existing_landing_gear/name_of_existing_geometry_file', str],
-        'use_as_starting_point':
-            [tmp_general + '/sizing_mode/setting_use_existing_landing_gear/use_as_starting_point', bool],
         'tail_strike_limit':
             [tmp_general + '/ground_strike_limitations/tail_strike_limit', float],
         'turnover_limit':
@@ -178,6 +182,9 @@ def user_method_data_input_preparation(routing_dict):
         'landing_gear_mass_correction_factor':
             [tmp_general + '/landing_gear_mass_correction_factor', float]
         }
+    
+    general_data_to_extract_from_module_configuration_dict = \
+        general_data_to_extract_from_module_configuration_dict | program_mode_dict
 
     # Enter all specific parameters to be extracted from the module configuration file. 'specific parameters' means
     # parameters that differ according to the user layer. It should be noted that 'tmp_specific' is only used to
diff --git a/libs b/libs
index fad1dce918042cb1e678ec1e332e182fadea3243..47e224dd8c3e17185ff61f0916a7a637a72125c5 160000
--- a/libs
+++ b/libs
@@ -1 +1 @@
-Subproject commit fad1dce918042cb1e678ec1e332e182fadea3243
+Subproject commit 47e224dd8c3e17185ff61f0916a7a637a72125c5
diff --git a/mission_analysis/CMakeLists.txt b/mission_analysis/CMakeLists.txt
index c957d3d9a85f75b7667293f822f84fba5056ba1d..75283aac03148ff493ee83f8aa6aa58364164ba5 100644
--- a/mission_analysis/CMakeLists.txt
+++ b/mission_analysis/CMakeLists.txt
@@ -38,6 +38,7 @@ target_link_libraries(${MODULE_NAME}
 		UnicadoLibs::atmosphere
 		UnicadoLibs::aerodynamics
 		UnicadoLibs::engine
+        UnicadoLibs::energyCarriers
         UnicadoLibs::moduleBasics
 		Matplot++::matplot
 )
diff --git a/mission_analysis/mission_analysis_conf.xml b/mission_analysis/mission_analysis_conf.xml
index f26e4b049bf2682e3240d28626a9baf7b3c62af8..0fcc0bdbdba0a3943b4013f6e6281871eaaf6055 100644
--- a/mission_analysis/mission_analysis_conf.xml
+++ b/mission_analysis/mission_analysis_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file name="mission_analysis_conf.xml">
     <control_settings description="General control settings for this tool">
         <aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
+			<value>CSMR-2020.xml</value>
 		</aircraft_exchange_file_name>
         <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
         <own_tool_level description="Specify the tool level of this tool">
 			<value>3</value>
@@ -40,10 +40,10 @@
 			<value>mission_analysis.log</value>
 		</log_file>
         <inkscape_path description="Path to inkscape (only needed if your executable is not part of system paths - otherwise unused)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
         <gnuplot_path description="Path to gnuplot (only needed if your executable is not part of system paths - otherwise unused)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
     </control_settings>
     <program_settings description="Program settings">
@@ -51,8 +51,8 @@
             <specific_air_range_plot description="Switch to generate plots for the specific air range. Switch: true (On) / false (Off)">
 				<value>true</value>
 			</specific_air_range_plot>
-            <exit_if_fuel_limit_reached description="Switch to abort program if estimated fuel reaches maximum fuel mass. Switch: true (On) / false (Off)">
-				<enable description="'true': On, 'false': Off">
+            <exit_if_fuel_limit_reached description="Switch to abort program if estimated fuel reaches maximum fuel mass.">
+				<enable description="Switch: true (On) / false (Off)">
 					<value>false</value>
 				</enable>
 				<allowed_relative_overshoot description="Relative overshoot that shall be allowed">
@@ -62,8 +62,8 @@
 					<upper_boundary>1.0</upper_boundary>
 				</allowed_relative_overshoot>
 			</exit_if_fuel_limit_reached>
-            <exit_if_maximum_takeoff_mass_limit_reached description="Switch to abort program in study mode if takeoff mass (TOM) is greater than/equal to maximum takoff mass (MTOM). Switch: true (On) / false (Off)">
-				<enable description="'true': On, 'false': Off">
+            <exit_if_maximum_takeoff_mass_limit_reached description="Switch to abort program in study mode if takeoff mass (TOM) is greater than/equal to maximum takoff mass (MTOM).">
+				<enable description="Switch: true (On) / false (Off)">
 					<value>false</value>
 				</enable>
 				<allowed_relative_overshoot description="Relative overshoot that shall be allowed">
@@ -127,20 +127,6 @@
 					</use_economical_speed>
 				</holding>
             </fuel_planning>
-            <landing_gear description="Design specifications for the landing gear">
-                <friction_coefficient description="Friction coefficient of tyres and pavement: Raymer p.486 - Table 17.1: 0.03 - 0.05">
-                    <value>0.03</value>
-                    <unit>1</unit>
-                    <lower_boundary>0.02</lower_boundary>
-                    <upper_boundary>0.08</upper_boundary>
-                </friction_coefficient>
-                <braking_coefficient description="Brake coefficient: Raymer p.486 - Table 17.1: 0.3 - 0.5; Torenbeek: jet 0.4-0.5; prop 0.35-0.45; Airbus: Medium Deceleration = 11 ft/s^2 = 0.34189">
-                    <value>0.34189</value>
-                    <unit>1</unit>
-                    <lower_boundary>0.06</lower_boundary>
-                    <upper_boundary>0.5</upper_boundary>
-                </braking_coefficient>
-            </landing_gear>
             <increase_engine_rating_during_climb description="Switch to set engine rating to maximum continuous during climb if climb rating is not sufficient. Switch: true (On) / false (Off)">
 				<value>false</value>
 			</increase_engine_rating_during_climb>
@@ -173,13 +159,13 @@
 					<upper_boundary>1.0</upper_boundary>
 				</relative_time_passed>
 			</polar_switch_mission_point>
-            <glideslope_interception_distance description="Buffer distance to hit the glideslope exactly">
+            <glide_slope_interception_distance description="Buffer distance to hit the glide slope exactly">
 				<value>1000.</value>
 				<unit>m</unit>
 				<lower_boundary>0.0</lower_boundary>
 				<upper_boundary>1000000</upper_boundary>
-			</glideslope_interception_distance>
-            <use_breguet_estimation_in_cruise description="Switch to activate fuel estimation using Breguet equation ('true': On, 'false': Off -> fuel mass is calculated from fuel flow of current engine setting">
+			</glide_slope_interception_distance>
+            <use_breguet_estimation_in_cruise description="Switch to activate fuel estimation using Breguet range equation in mid fidelity methods. Switch: true (On) / false (Off)">
 				<value>false</value>
 			</use_breguet_estimation_in_cruise>
             <iterate_top_of_descent_mass description="Switch for iteration of mass at top of descent. Switch: true (On) / false (Off)">
@@ -219,39 +205,19 @@
         </general>
         <mode description="Program mode">
 			<mission_methods>
-				<fidelity_level description="Selector to set a standard 3D or 4D trajectory (not implemted yet). Selector: low (3D) / high (4D)">
-					<value>low</value>
+				<fidelity_level description="Selector to set a standard 3D or 4D trajectory (not implemted yet). Selector: low (Breguet-based estimation for fuel consumption only) / mid (3D high resolution mission profile) / high (4D high resolution mission profile)">
+					<value>mid</value>
 				</fidelity_level>
                 <mission_type description="Selector to set the mission type. Selector: design_mission / study_mission / requirements_mission)">
                     <value>design_mission</value>
                 </mission_type>
 				<center_of_gravity_method description="Selector to shift the center of gravity: mode_0 (Off) / mode_1 (half-sophisticated with howe for lifting surface tank) / mode_2 (sophisticated method for center of gravity (only payload and fuel) calculation)">
 					<value>mode_0</value>
-				</center_of_gravity_method>	
-                <use_fuel_estimation_method description="(Design mission only!) If the design needs more than 1 loop to reach a sensible configuration, keep estimating the whole mission fuel (Breguet) without calculating the mission itself. Switch: true (on) / false (off)">
-                    <value>false</value>
-                </use_fuel_estimation_method>		
+				</center_of_gravity_method>			
 			</mission_methods>
 			<rate_of_climb_switch description="Switch THAT ONLY AFFECTS THE REQUIREMENTS MISSION. Calculate an optimum for the rate of climb. Switch: true (calculate optimum) / false (skip)">
 				<value>false</value>
 			</rate_of_climb_switch>
-            <requirement_check description="Settings for the requirement check">
-				<enable description="Switch to check the requirements 'time to climb' and 'flight levels'. Switch: true (On) / false (Off)">
-					<value>true</value>
-				</enable>
-				<force_requirement_check description="Switch to force this check. Switch: true (On) / false (Off)">
-					<value>true</value>
-				</force_requirement_check>
-				<auto_climb_ratings_for_time_to_climb description="Switch to use automated climb ratings for the time to climb (TTC). Switch: true (On) / false (Off)">
-					<value>true</value>
-				</auto_climb_ratings_for_time_to_climb>
-			</requirement_check>
-            <calculate_emissions_parameters description="Switch if input for detailed emission calculation shall be generated. Switch: true (On) / false (Off)">
-				<value>true</value>
-			</calculate_emissions_parameters>
-            <calculate_noise_parameters description="Switch if input for noise calculation shall be generated. Switch: true (On) / false (Off)">
-				<value>true</value>
-			</calculate_noise_parameters>
         </mode>
         <precision description="Specify the calculation accuracy">           
             <acceleration_increment description="Step size regarding acceleration or deceleration">
diff --git a/mission_analysis/src/libs/condition_methods/flight_conditions.cpp b/mission_analysis/src/libs/condition_methods/flight_conditions.cpp
index d7fd5acdd9167b9fe8cab4d0851b2b316929758a..c639ce4997337a01fc94b5f897907d904ac976c2 100644
--- a/mission_analysis/src/libs/condition_methods/flight_conditions.cpp
+++ b/mission_analysis/src/libs/condition_methods/flight_conditions.cpp
@@ -1,21 +1,33 @@
-/**
- * \file Flight_conditions.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include <algorithm>
 
 #include "flight_conditions.h"
 
-/* Initialization of attributes of the Flight_conditions object with the constructor */
-Flight_conditions::Flight_conditions(std::vector<mission_file_data_handler::mission_data_set>* mission_data,
-                                    Operating_conditions* oc, aerodynamics* aero,
-                                    atmosphere* atm, Multi_engine_propulsion* engine, const size_t& variable_camber_segment_quantity)
+/* Initialization of attributes of the FlightConditions object with the constructor */
+FlightConditions::FlightConditions(std::vector<MissionFileDataHandler::MissionDataSet>* mission_data,
+                                    OperatingConditions* oc, aerodynamics* aero,
+                                    atmosphere* atm, MultiEnginePropulsion* engine, const size_t& variable_camber_segment_quantity)
     :
     /* Initialization of mission and operating condition pointer */
     mission_data(mission_data),
@@ -58,9 +70,9 @@ Flight_conditions::Flight_conditions(std::vector<mission_file_data_handler::miss
     /* Initialization of rate of climb */
     ROC(0.),
     /* Initialization of path angle parameters */
-    glidepath_angle(0.),
-    mean_glidepath_angle(0.),
-    end_glidepath_angle(0.),
+    glide_path_angle(0.),
+    mean_glide_path_angle(0.),
+    end_glide_path_angle(0.),
     /* Initialization of acceleration factors */
     acceleration(0.),
     mean_acceleration(0.),
@@ -92,51 +104,52 @@ Flight_conditions::Flight_conditions(std::vector<mission_file_data_handler::miss
 }
 
 /* Destructor of the flight conditions object */
-Flight_conditions::~Flight_conditions() {
+FlightConditions::~FlightConditions() {
 }
 
-void Flight_conditions::update_operating_condition(const Operating_conditions& oc) {
+void FlightConditions::update_operating_condition(const OperatingConditions& oc) {
     this->operating_condition = &oc;
 }
 
 /* Set Initial flight conditions */
-void Flight_conditions::set_initial_flight_track() {
+void FlightConditions::set_initial_flight_track() {
     switch (this->mission_data->at(this->operating_condition->mission_step).mode) {
-        case ACCELERATE:
-        case FLCHANGE:
-        case FLCHANGESIMULATION: {
+        case ACCELERATE: {
             this->ROC = this->mission_data->at(this->operating_condition->mission_step).ROC;
-            this->glidepath_angle = fabs(this->ROC) < 1.e-3 ? 0. : asin(this->ROC / this->TAS);
+            this->glide_path_angle = fabs(this->ROC) < 1.e-3 ? 0. : asin(this->ROC / this->TAS);
             break;
         }
         case CLIMBCONSTCAS:
         case CLIMBTOCRUISE:
         case CLIMBTOSERVICECEILING:
-        case Flight_conditions::DESCENT:
-        case FREEFLIGHT: { // use kinetic energy to climb/descent
-            this->glidepath_angle = asin((std::min(1., (this->thrust - this->drag) / this->aircraft_mass / G_FORCE)));
-            this->ROC = sin(this->glidepath_angle) * this->TAS;
+        case DESCENT:
+        case FLCHANGE:
+        case FLCHANGESIMULATION:
+        case FREEFLIGHT: { // use kinetic energy to climb/descend
+            this->glide_path_angle = asin((std::min(1., (this->thrust - this->drag) / this->aircraft_mass / G_FORCE)));
+            this->ROC = sin(this->glide_path_angle) * this->TAS;
+            // If highest possible ROC (all thrust used) is above maximum ROC, set to maximum ROC
             if (this->mission_data->at(this->operating_condition->mission_step).ROC > 0.
                     && this->ROC > this->mission_data->at(this->operating_condition->mission_step).ROC) {
                 this->ROC = this->mission_data->at(this->operating_condition->mission_step).ROC; //fix ROC for climb to maximum given climb rate
-                this->glidepath_angle = asin(this->ROC / this->TAS);
+                this->glide_path_angle = asin(this->ROC / this->TAS);
             }
             break;
         }
         case DECELERATE:
         case APPROACH:
         case LANDING: {
-            this->glidepath_angle = this->mission_data->at(this->operating_condition->mission_step).glidepath;
-            this->ROC = sin(this->glidepath_angle) * this->TAS;
+            this->glide_path_angle = this->mission_data->at(this->operating_condition->mission_step).glide_path;
+            this->ROC = sin(this->glide_path_angle) * this->TAS;
             break;
         }
         default: //use kinetic energy to accelerate/decelerate
-            this->glidepath_angle = 0.;
-            this->ROC = sin(this->glidepath_angle) * this->TAS;
+            this->glide_path_angle = 0.;
+            this->ROC = sin(this->glide_path_angle) * this->TAS;
     }
 }
 
-void Flight_conditions::set_initial_acceleration_factors(const double& braking_coefficient, const double& friction_coefficient, const double& wing_surface_area) {
+void FlightConditions::set_initial_acceleration_factors(const double& braking_coefficient, const double& friction_coefficient, const double& wing_surface_area) {
     switch (this->mission_data->at(this->operating_condition->mission_step).mode) {
         case TAKEOFF:
         case LANDING: {
@@ -155,12 +168,12 @@ void Flight_conditions::set_initial_acceleration_factors(const double& braking_c
             this->acceleration = 0.;
             break;
         default:
-            //according to Newton's law F = m * a. Acceleration force F_a = (Thrust - drag - m * sin(glidepath_angle) * g) = m * a
-            this->acceleration = (this->thrust - this->drag - this->aircraft_mass * sin(this->glidepath_angle) * G_FORCE) / this->aircraft_mass;
+            //according to Newton's law F = m * a. Acceleration force F_a = (Thrust - drag - m * sin(glide_path_angle) * g) = m * a
+            this->acceleration = (this->thrust - this->drag - this->aircraft_mass * sin(this->glide_path_angle) * G_FORCE) / this->aircraft_mass;
     }
 }
 
-double Flight_conditions::get_ground_run_acceleration(const double& thrust, const double& drag, const double& lift,
+double FlightConditions::get_ground_run_acceleration(const double& thrust, const double& drag, const double& lift,
                                                     const double& weight, const double& minimum_acceleration, const double& friction_coefficient) {
     double acceleration_tmp(G_FORCE * ((thrust / weight - friction_coefficient) + (lift * friction_coefficient - drag) / weight));
     if (!std::isnan(minimum_acceleration) && fabs(acceleration_tmp) < fabs(minimum_acceleration)) {
@@ -169,13 +182,13 @@ double Flight_conditions::get_ground_run_acceleration(const double& thrust, cons
     return acceleration_tmp;
 }
 
-void Flight_conditions::set_initial_thrust() {
+void FlightConditions::set_initial_thrust() {
     switch (this->mission_data->at(this->operating_condition->mission_step).mode) {
         case CRUISE:
         case CRUISECI:
         case APPROACH:
         case GSINTERCEPTION: {
-            double required_thrust(sin(this->glidepath_angle) * this->aircraft_mass * G_FORCE + this->aircraft_mass * this->acceleration + this->drag);
+            double required_thrust(sin(this->glide_path_angle) * this->aircraft_mass * G_FORCE + this->aircraft_mass * this->acceleration + this->drag);
             /* Set engine rating to required thrust:
              * if required thrust is smaller than idle thrust, the engine library throws engine_status = 3, which is caught here and the rating is then set to idle
              * in the almost impossible case that in descent or cruise the required thrust exceeds maximum available thrust, the engine library throws engine_status = 2
@@ -198,8 +211,8 @@ void Flight_conditions::set_initial_thrust() {
                             error_message << "Reduce drag.";
                             throwError(__FILE__, __func__, __LINE__, error_message.str());
                         } else {}
-                        const Operating_conditions* oc_backup(this->operating_condition);
-                        Operating_conditions oc_tmp(*(this->operating_condition));
+                        const OperatingConditions* oc_backup(this->operating_condition);
+                        OperatingConditions oc_tmp(*(this->operating_condition));
                         oc_tmp.rating = new_rating;
                         this->update_operating_condition(oc_tmp);
                         this->set_initial_thrust();
@@ -229,49 +242,49 @@ void Flight_conditions::set_initial_thrust() {
                         this->rel_engine_availability * this->thrust_efficiency;
 }
 
-void Flight_conditions::set_flight_track() {
+void FlightConditions::set_flight_track() {
     switch (this->mission_data->at(this->operating_condition->mission_step).mode) {
         case ACCELERATE:
         case FLCHANGE:
         case FLCHANGESIMULATION: { //constant ROC
             this->ROC = this->mission_data->at(this->operating_condition->mission_step).ROC;
-            this->end_glidepath_angle = fabs(this->ROC) < 1.e-3 ? 0. : asin(this->ROC / this->end_TAS);
-            this->mean_glidepath_angle = (this->glidepath_angle + this->end_glidepath_angle) / 2.;
-            this->ROC = sin(this->mean_glidepath_angle) * (this->TAS + this->end_TAS) / 2.;
+            this->end_glide_path_angle = fabs(this->ROC) < 1.e-3 ? 0. : asin(this->ROC / this->end_TAS);
+            this->mean_glide_path_angle = (this->glide_path_angle + this->end_glide_path_angle) / 2.;
+            this->ROC = sin(this->mean_glide_path_angle) * (this->TAS + this->end_TAS) / 2.;
             break;
         }
         case CLIMBCONSTCAS:
         case CLIMBTOCRUISE:
         case CLIMBTOSERVICECEILING:
         case DESCENT:
-        case FREEFLIGHT: { // use kinetic energy to climb/descent
-            this->end_glidepath_angle = asin((std::min(1., (this->end_thrust - this->end_drag) / this->end_aircraft_mass / G_FORCE)));
-            this->ROC = sin(this->end_glidepath_angle) * this->end_TAS;
+        case FREEFLIGHT: { // use kinetic energy to climb/descend
+            this->end_glide_path_angle = asin((std::min(1., (this->end_thrust - this->end_drag) / this->end_aircraft_mass / G_FORCE)));
+            this->ROC = sin(this->end_glide_path_angle) * this->end_TAS;
             if (this->mission_data->at(this->operating_condition->mission_step).ROC > 0.
                     && this->ROC > this->mission_data->at(this->operating_condition->mission_step).ROC) {
                 this->ROC = this->mission_data->at(this->operating_condition->mission_step).ROC; //fix ROC for climb to maximum given climb rate
-                this->end_glidepath_angle = asin(this->ROC / this->end_TAS);
+                this->end_glide_path_angle = asin(this->ROC / this->end_TAS);
             }
-            this->mean_glidepath_angle = (this->glidepath_angle + this->end_glidepath_angle) / 2.;
-            this->ROC = sin(this->mean_glidepath_angle) * (this->TAS + this->end_TAS) / 2.;
+            this->mean_glide_path_angle = (this->glide_path_angle + this->end_glide_path_angle) / 2.;
+            this->ROC = sin(this->mean_glide_path_angle) * (this->TAS + this->end_TAS) / 2.;
             break;
         }
         case DECELERATE:
         case APPROACH:
         case LANDING: {
-            this->end_glidepath_angle = this->mission_data->at(this->operating_condition->mission_step).glidepath;
-            this->mean_glidepath_angle = (this->glidepath_angle + this->end_glidepath_angle) / 2.;
-            this->ROC = sin(this->mean_glidepath_angle) * (this->TAS + this->end_TAS) / 2.;
+            this->end_glide_path_angle = this->mission_data->at(this->operating_condition->mission_step).glide_path;
+            this->mean_glide_path_angle = (this->glide_path_angle + this->end_glide_path_angle) / 2.;
+            this->ROC = sin(this->mean_glide_path_angle) * (this->TAS + this->end_TAS) / 2.;
             break;
         }
         default:
-            this->mean_glidepath_angle = (this->glidepath_angle + this->end_glidepath_angle) / 2.;
-            this->ROC = sin(this->mean_glidepath_angle) * (this->TAS + this->end_TAS) / 2.;
+            this->mean_glide_path_angle = (this->glide_path_angle + this->end_glide_path_angle) / 2.;
+            this->ROC = sin(this->mean_glide_path_angle) * (this->TAS + this->end_TAS) / 2.;
     }
 }
 
 /* Update fligh conditions */
-void Flight_conditions::set_acceleration_factors(const double& braking_coefficient, const double& friction_coefficient, const double& wing_surface_area) {
+void FlightConditions::set_acceleration_factors(const double& braking_coefficient, const double& friction_coefficient, const double& wing_surface_area) {
     if ((this->mission_data->at(this->operating_condition->mission_step).mode == TAKEOFF ||
          this->mission_data->at(this->operating_condition->mission_step).mode == LANDING) &&
                 (accuracyCheck(this->delta_h, 0., ACCURACY_HIGH))) { //ground run
@@ -282,21 +295,21 @@ void Flight_conditions::set_acceleration_factors(const double& braking_coefficie
             this->end_acceleration = this->get_ground_run_acceleration(this->end_thrust, this->end_drag, lift_force, this->end_aircraft_mass * G_FORCE,
                                                                         minimum_acceleration, friction_coefficient);
     } else {
-        // Acceleration according to Newton's law F = m * a. Acceleration force F_a = (Thrust - drag - m * sin(glidepath_angle) * g) = m * a
-        this->end_acceleration = (this->end_thrust - this->end_drag - this->end_aircraft_mass * sin(this->end_glidepath_angle) * G_FORCE) / this->end_aircraft_mass;
+        // Acceleration according to Newton's law F = m * a. Acceleration force F_a = (Thrust - drag - m * sin(glide_path_angle) * g) = m * a
+        this->end_acceleration = (this->end_thrust - this->end_drag - this->end_aircraft_mass * sin(this->end_glide_path_angle) * G_FORCE) / this->end_aircraft_mass;
     }
-    if (accuracyCheck(this->mean_glidepath_angle, 0., ACCURACY_HIGH) || accuracyCheck(this->delta_h, 0., ACCURACY_HIGH)) {
+    if (accuracyCheck(this->mean_glide_path_angle, 0., ACCURACY_HIGH) || accuracyCheck(this->delta_h, 0., ACCURACY_HIGH)) {
         this->mean_acceleration = (this->acceleration + this->end_acceleration) / 2.;
     } else {
-        this->mean_acceleration = (pow(this->end_TAS, 2.) - pow(this->TAS, 2.)) / (2. * this->delta_h / sin(this->mean_glidepath_angle));
+        this->mean_acceleration = (pow(this->end_TAS, 2.) - pow(this->TAS, 2.)) / (2. * this->delta_h / sin(this->mean_glide_path_angle));
     }
     if (accuracyCheck(this->mean_acceleration, 0., ACCURACY_LOW)) { //set numerical instability to zero
         this->mean_acceleration = 0.;
     }
 }
 
-void Flight_conditions::set_thrust() {
-    double required_thrust(sin(this->mean_glidepath_angle) * this->end_aircraft_mass * G_FORCE + this->end_aircraft_mass * this->mean_acceleration + this->end_drag);
+void FlightConditions::set_thrust() {
+    double required_thrust(sin(this->mean_glide_path_angle) * this->end_aircraft_mass * G_FORCE + this->end_aircraft_mass * this->mean_acceleration + this->end_drag);
     switch (this->mission_data->at(this->operating_condition->mission_step).mode) {
         case CRUISE:
         case CRUISECI:
@@ -324,8 +337,8 @@ void Flight_conditions::set_thrust() {
                             error_message << "Reduce drag.";
                             throwError(__FILE__, __func__, __LINE__, error_message.str());
                         } else {}
-                        const Operating_conditions* oc_backup(this->operating_condition);
-                        Operating_conditions oc_tmp(*(this->operating_condition));
+                        const OperatingConditions* oc_backup(this->operating_condition);
+                        OperatingConditions oc_tmp(*(this->operating_condition));
                         oc_tmp.rating = new_rating;
                         this->update_operating_condition(oc_tmp);
                         this->set_thrust();
@@ -355,13 +368,13 @@ void Flight_conditions::set_thrust() {
                             this->rel_engine_availability * this->thrust_efficiency;
 }
 
-void Flight_conditions::activate_spoilers() {
+void FlightConditions::activate_spoilers() {
     switch (this->mission_data->at(this->operating_condition->mission_step).mode) {
         case CRUISE:
         case CRUISECI:
         case APPROACH:
         case GSINTERCEPTION: {
-            if (!this->aero->useSpoiler((this->end_thrust - sin(this->mean_glidepath_angle) * this->end_aircraft_mass * G_FORCE -
+            if (!this->aero->useSpoiler((this->end_thrust - sin(this->mean_glide_path_angle) * this->end_aircraft_mass * G_FORCE -
                                             this->end_aircraft_mass * this->mean_acceleration), &this->end_drag))
                 throwError(__FILE__, __func__, __LINE__, "drag too low to maintain requested flight state.");
             myRuntimeInfo->info << "end_drag after spoiler: " << this->end_drag << std::endl;
@@ -375,7 +388,7 @@ void Flight_conditions::activate_spoilers() {
     }
 }
 
-void Flight_conditions::update_end_mass(const bool& use_breguet) {
+void FlightConditions::update_end_mass(const bool& use_breguet) {
     this->end_fuel_mass_flow =
         this->engine->get_aircraft_fuelflow(this->mission_data->at(this->operating_condition->mission_step).energy_carrier_id) * this->rel_engine_availability;
     this->mean_fuel_mass_flow = (this->fuel_mass_flow + this->end_fuel_mass_flow) / 2.;
@@ -389,41 +402,41 @@ void Flight_conditions::update_end_mass(const bool& use_breguet) {
     this->end_aircraft_mass = this->aircraft_mass - this->step_fuel_mass;
 }
 
-void Flight_conditions::set_way_and_time() {
+void FlightConditions::set_way_and_time() {
     /* Accelerated motion:
      * NOTE: all velocity vectors are directed in flight direction (and with this also the final flight path vector)
      *       --> in the end the flight path vector must be corrected by track angle to get the range back
      * in general (from standstill): v = a * t; s = 1/2 * a * t^2
      * here: end_TAS = TAS + mean_acceleration * delta_t; delta_x = TAS * delta_t + 1/2 * mean_acceleration * delta_t^2 (constant motion + accelerated motion)
-     * Climb/Descent: delta_x = delta_h / sin(mean_glidepath_angle) --> delta_t^2 + 2 * TAS / mean_acceleration - 2 * delta_h / sin(mean_glidepath_angle) / mean_acceleration = 0
-     *  delta_t = -TAS / mean_acceleration +/- sqrt((TAS/mean_acceleration)^2 + 2 * delta_h / sin(mean_glidepath_angle) / mean_acceleration)
-     *  mean_acceleration = (TAS_end^2 - TAS^2) / (2 * delta_h / sin(mean_glidepath_angle))
+     * Climb/Descent: delta_x = delta_h / sin(mean_glide_path_angle) --> delta_t^2 + 2 * TAS / mean_acceleration - 2 * delta_h / sin(mean_glide_path_angle) / mean_acceleration = 0
+     *  delta_t = -TAS / mean_acceleration +/- sqrt((TAS/mean_acceleration)^2 + 2 * delta_h / sin(mean_glide_path_angle) / mean_acceleration)
+     *  mean_acceleration = (TAS_end^2 - TAS^2) / (2 * delta_h / sin(mean_glide_path_angle))
      */
     if (accuracyCheck(this->mean_acceleration, 0., 0.01)) { //constant motion
-        if (!accuracyCheck(this->TAS, 0., ACCURACY_LOW) && !accuracyCheck(this->mean_glidepath_angle, 0., ACCURACY_LOW)) {
-            this->delta_t = this->delta_h / sin(this->mean_glidepath_angle) / this->TAS;
+        if (!accuracyCheck(this->TAS, 0., ACCURACY_LOW) && !accuracyCheck(this->mean_glide_path_angle, 0., ACCURACY_LOW)) {
+            this->delta_t = this->delta_h / sin(this->mean_glide_path_angle) / this->TAS;
         } else { // this condition is only met if CRUISE and, there, delta_x is preset
             this->delta_t = this->delta_x / this->TAS;
         }
     } else if (!accuracyCheck(this->mean_acceleration, 0., ACCURACY_LOW)) {
-        if (accuracyCheck(this->mean_glidepath_angle, 0., ACCURACY_LOW)) { // horizontal acceleration
+        if (accuracyCheck(this->mean_glide_path_angle, 0., ACCURACY_LOW)) { // horizontal acceleration
             this->delta_t = (this->end_TAS - this->TAS) / this->mean_acceleration;
         } else if (this->mean_acceleration < 0.) { // deceleration in climb/descent
             this->delta_t = -sqrt(pow(this->TAS / this->mean_acceleration, 2.) +
-                            2. * this->delta_h / sin(this->mean_glidepath_angle) / this->mean_acceleration) - this->TAS / this->mean_acceleration;
+                            2. * this->delta_h / sin(this->mean_glide_path_angle) / this->mean_acceleration) - this->TAS / this->mean_acceleration;
         } else { // acceleration in climb/descent
             this->delta_t = sqrt(pow(this->TAS / this->mean_acceleration, 2.) +
-                            2. * this->delta_h / sin(this->mean_glidepath_angle) / this->mean_acceleration) - this->TAS / this->mean_acceleration;
+                            2. * this->delta_h / sin(this->mean_glide_path_angle) / this->mean_acceleration) - this->TAS / this->mean_acceleration;
         }
     } else {
         myRuntimeInfo->err << "TAS: " << this->TAS << std::endl;
         myRuntimeInfo->err << "end_TAS: " << this->end_TAS << std::endl;
         myRuntimeInfo->err << "mean_acceleration: " << this->mean_acceleration << std::endl;
-        myRuntimeInfo->err << "mean_glidepath_angle: " << this->mean_glidepath_angle << std::endl;
+        myRuntimeInfo->err << "mean_glide_path_angle: " << this->mean_glide_path_angle << std::endl;
         myRuntimeInfo->err << "delta_h: " << this->delta_h << std::endl;
         throwError(__FILE__, __func__, __LINE__, "BUG in program. Abort program.");
     }
     this->delta_x = this->TAS * this->delta_t + 0.5 * this->mean_acceleration * pow(this->delta_t, 2.); // s = v*t + 1/2*a*t^2 = constant motion + accelerated motion
     /* Shift vector in ground distance direction */
-    this->delta_x *= cos(this->mean_glidepath_angle);
+    this->delta_x *= cos(this->mean_glide_path_angle);
 }
diff --git a/mission_analysis/src/libs/condition_methods/flight_conditions.h b/mission_analysis/src/libs/condition_methods/flight_conditions.h
index 8226aa04ef00af24be2da3c6a3ceef386e720e0e..ad9bf7bf215d8f4e371bb148e520615d4564b2be 100644
--- a/mission_analysis/src/libs/condition_methods/flight_conditions.h
+++ b/mission_analysis/src/libs/condition_methods/flight_conditions.h
@@ -1,12 +1,23 @@
-/**
- * \file flight_conditions.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #ifndef MISSION_ANALYSIS_SRC_LIBS_CONDITION_METHODS_FLIGHT_CONDITIONS_H_
@@ -25,12 +36,12 @@
 #include "../mission_file_data_handler/mission_file_data_handler.h"
 #include "../multi_engine_propulsion/multi_engine_propulsion.h"
 
-class Operating_conditions;
-class centerOfGravityShift;
+class OperatingConditions;
 
-/** \brief Class for flight conditions
+/** \class FlightConditions
+ *  \brief Class to gather all parameters characterizing the flight conditions
  */
-class Flight_conditions {
+class FlightConditions {
  public:
     /* Typedefs and Enums */
     enum missionMode {TAKEOFF = 1, ACCELERATE, CLIMBCONSTCAS, CLIMBTOCRUISE, CRUISE, DESCENT, APPROACH, DECELERATE, LANDING,
@@ -40,11 +51,11 @@ class Flight_conditions {
                      };
 
     /* Objects */
-    std::vector<mission_file_data_handler::mission_data_set>* mission_data; /**< reference to the mission data from mission XML */
-    const Operating_conditions* operating_condition; /**< Constant pointer to an operating condition */
+    std::vector<MissionFileDataHandler::MissionDataSet>* mission_data; /**< reference to the mission data from mission XML */
+    const OperatingConditions* operating_condition; /**< Constant pointer to an operating condition */
 
     atmosphere* atm;    /* pointer to given atmosphere */
-    Multi_engine_propulsion* engine;     /* pointer to given engine */
+    MultiEnginePropulsion* engine;     /* pointer to given engine */
     aerodynamics* aero; /* pointer to given aerodynamics object */
 
     /* Variables */
@@ -80,9 +91,9 @@ class Flight_conditions {
 
     double ROC; /**< Rate of climb [m/s] */
 
-    double glidepath_angle;      /**< Path angle at the beginning of the segment [rad] */
-    double mean_glidepath_angle; /**< Mean path angle of the segment [rad] */
-    double end_glidepath_angle;  /**< Path angle at the end of the segment [rad] */
+    double glide_path_angle;      /**< Path angle at the beginning of the segment [rad] */
+    double mean_glide_path_angle; /**< Mean path angle of the segment [rad] */
+    double end_glide_path_angle;  /**< Path angle at the end of the segment [rad] */
 
     double acceleration;      /**< Acceleration at the beginning of the segment [m/s^2] */
     double mean_acceleration; /**< Mean acceleration of the segment [m/s^2] */
@@ -115,7 +126,7 @@ class Flight_conditions {
     bool engine_limit_reached; /**< Switch if the engine upper or lower operation limit is reached [-] */
 
     /* Constructor and destructor */
-    /** \brief Constructor for class Flight_conditions
+    /** \brief Constructor for class FlightConditions
      * \param mission_data: reference to the mission object
      * \param oc: const reference to a certain operating condition
      * \param aero: reference to an aerodnymic object
@@ -123,22 +134,22 @@ class Flight_conditions {
      * \param eng: reference to an engine object
      * \param variable_camber_segment_quantity: const reference to the number of segments with variable camber [-]
      */
-    Flight_conditions(std::vector<mission_file_data_handler::mission_data_set>* mission_data, Operating_conditions* oc,
-                        aerodynamics* aero, atmosphere* atm, Multi_engine_propulsion* eng, const size_t& variable_camber_segment_quantity);
-    /** \brief Destructor for class Flight_conditions
+    FlightConditions(std::vector<MissionFileDataHandler::MissionDataSet>* mission_data, OperatingConditions* oc,
+                        aerodynamics* aero, atmosphere* atm, MultiEnginePropulsion* eng, const size_t& variable_camber_segment_quantity);
+    /** \brief Destructor for class FlightConditions
      */
-    virtual ~Flight_conditions();
+    virtual ~FlightConditions();
 
     /* Methods */
     /** \brief Function allows to adapt the engine rating from outside the flightCondition class
-     *  \param oc Operating_conditions: const reference to a certain operating condition
+     *  \param oc OperatingConditions: const reference to a certain operating condition
      */
-    void update_operating_condition(const Operating_conditions& oc);
+    void update_operating_condition(const OperatingConditions& oc);
     /** \brief Function calculates delta_x and delta_t
      *  \details the equations of constant and accelerated motion are used to get way and time values for the segment
      */
     void set_way_and_time();
-    /** \brief Function sets initial segment values for glidepath_angle and ROC
+    /** \brief Function sets initial segment values for glide_path_angle and ROC
      */
     void set_initial_flight_track();
     /** \brief Function sets initial segment values for the acceleration factor
@@ -170,7 +181,7 @@ class Flight_conditions {
      *  \details the engine is set to a rating/spool speed
      */
     void set_initial_thrust();
-    /** \brief Function sets values for end_glidepath_angle, mean_glidepath_angle, and ROC
+    /** \brief Function sets values for end_glide_path_angle, mean_glide_path_angle, and ROC
      */
     void set_flight_track();
     /** \brief Function sets a value for end_thrust
diff --git a/mission_analysis/src/libs/condition_methods/operating_conditions.cpp b/mission_analysis/src/libs/condition_methods/operating_conditions.cpp
index 44b3a2c215c2c49f39236e82c5fb5c8ab976575d..ecc4c1d5957b2f238583e68b4ef8bddfd7e9bcf0 100644
--- a/mission_analysis/src/libs/condition_methods/operating_conditions.cpp
+++ b/mission_analysis/src/libs/condition_methods/operating_conditions.cpp
@@ -1,20 +1,31 @@
-/**
- * \file Operating_conditions.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include "operating_conditions.h"
 
 #include "../mission_file_data_handler/mission_file_data_handler.h"
 
-/* Initialization of attributes for the Operating_conditions object with the constructor */
-Operating_conditions::Operating_conditions(std::vector<mission_file_data_handler::mission_data_set>* mission_data)
+/* Initialization of attributes for the OperatingConditions object with the constructor */
+OperatingConditions::OperatingConditions(std::vector<MissionFileDataHandler::MissionDataSet>* mission_data)
     :
     mission_step(0),
     rating(""),
@@ -30,11 +41,11 @@ Operating_conditions::Operating_conditions(std::vector<mission_file_data_handler
     mission_data(mission_data) {
 }
 
-/* Destructor of the Operating_conditions object */
-Operating_conditions::~Operating_conditions() {
+/* Destructor of the OperatingConditions object */
+OperatingConditions::~OperatingConditions() {
 }
 
-void Operating_conditions::set_segment_operating_conditions(const uint16_t &i) {
+void OperatingConditions::set_segment_operating_conditions(const uint16_t &i) {
     this->mission_step = i;
     this->config = (*mission_data).at(i).config;
     this->rating = (*mission_data).at(i).rating;
@@ -56,7 +67,7 @@ void Operating_conditions::set_segment_operating_conditions(const uint16_t &i) {
     this->background_shaft_power = (*mission_data).at(i).background_shaft_power;
 }
 
-void Operating_conditions::delete_used_bleed_and_shaft_power_offtakes(const double& time_step) {
+void OperatingConditions::delete_used_bleed_and_shaft_power_offtakes(const double& time_step) {
     if (!this->bleed_times.empty()) {
         double time_sum(0.);
         while (!this->bleed_times.empty() && time_sum < time_step) {
diff --git a/mission_analysis/src/libs/condition_methods/operating_conditions.h b/mission_analysis/src/libs/condition_methods/operating_conditions.h
index c17893ecd899e1a185c9ec9cfb7f41102e50c916..2b670dd44e53eba4dfd8593dc4004e3734949110 100644
--- a/mission_analysis/src/libs/condition_methods/operating_conditions.h
+++ b/mission_analysis/src/libs/condition_methods/operating_conditions.h
@@ -1,12 +1,23 @@
-/**
- * \file operating_conditions.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 /* List of references
@@ -20,9 +31,10 @@
 
 #include "../mission_file_data_handler/mission_file_data_handler.h"
 
-/** \brief Class for operating conditions
+/** \class OperatingConditions
+ *  \brief Class to gather all parameters characterizing the operation
  */
-class Operating_conditions {
+class OperatingConditions {
  public:
     uint16_t mission_step;                  /**< Index of current mission step [-] */
     std::string rating;                     /**< Rating */
@@ -36,16 +48,16 @@ class Operating_conditions {
     double background_bleed;                /**< Background bleed [kg/s] */
     double background_shaft_power;          /**< Background shaft power [W] */
 
-    std::vector<mission_file_data_handler::mission_data_set>* mission_data; /**< reference to the mission data from mission XML */
+    std::vector<MissionFileDataHandler::MissionDataSet>* mission_data; /**< reference to the mission data from mission XML */
 
     /* Constructor and destructor */
-    /** \brief Constructor for the class Operating_conditions
+    /** \brief Constructor for the class OperatingConditions
      * \param mission_data: reference to the mission data set
      */
-    explicit Operating_conditions(std::vector<mission_file_data_handler::mission_data_set>* mission_data);
-    /** \brief Destructor for the class Operating_conditions
+    explicit OperatingConditions(std::vector<MissionFileDataHandler::MissionDataSet>* mission_data);
+    /** \brief Destructor for the class OperatingConditions
      */
-    virtual ~Operating_conditions();
+    virtual ~OperatingConditions();
 
     /* Methods */
     /** \brief Function sets segment operating conditions
diff --git a/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.cpp b/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.cpp
index 3c97066e04a7dd058b93c1b109209d44c69d5a6a..200f1fc1d8625d49e8175be50a2507d1cdb703f9 100644
--- a/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.cpp
+++ b/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.cpp
@@ -1,12 +1,23 @@
-/**
- * \file mission_file_data_handler.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include <aixml/endnode.h>
@@ -14,8 +25,8 @@
 #include "mission_file_data_handler.h"
 #include "../condition_methods/flight_conditions.h"
 
-/* Initialization of attributes of the mission_file_data_handler object with the constructor */
-mission_file_data_handler::mission_file_data_handler(const std::string& path_to_mission_xml)
+/* Initialization of attributes of the MissionFileDataHandler object with the constructor */
+MissionFileDataHandler::MissionFileDataHandler(const std::string& path_to_mission_xml)
     :
     mission_data{},
     mission_xml(aixml::openDocument(path_to_mission_xml)),
@@ -43,15 +54,15 @@ mission_file_data_handler::mission_file_data_handler(const std::string& path_to_
 }
 
 /* Destructor of the flight conditions object */
-mission_file_data_handler::~mission_file_data_handler() {
+MissionFileDataHandler::~MissionFileDataHandler() {
 }
 
 
 /* Third Level Functions */
-void mission_file_data_handler::read_departure_steps(const double& max_operating_speed, const node& energy_provider) {
+void MissionFileDataHandler::read_departure_steps(const double& max_operating_speed, const node& energy_provider) {
     std::string subpath("mission/departure/departure_step");
     uint16_t steps = mission_xml.getVector(subpath).size();
-    mission_data_set data;
+    MissionDataSet data;
     EndnodeReadOnly<int>energy_carrier_node("energy_carrier_ID");
     int takeoff_id = energy_carrier_node.read(energy_provider.at("ground")).value();
     int climb_id   = energy_carrier_node.read(energy_provider.at("ground")).value();
@@ -62,10 +73,10 @@ void mission_file_data_handler::read_departure_steps(const double& max_operating
     data.CAS = 0.; // End CAS [m/s]
     data.mach = 0.; // Mach number
     data.mach_switch = false;
-    data.glidepath = 0.; // Glide angle [rad]
+    data.glide_path = 0.; // Glide angle [rad]
     data.rel_segment_length = 0.; // Flight route for cruise
     data.auto_altitude_steps = 0.;
-    data.ground_distance = 0.;
+    
     data.auto_FL_optimum = false;
     data.round_to_regular_FL = false;
     data.CI = 0.; // Cost index [kg/min], scaled 0 to 999 according to Sperry/Honeywell [1]
@@ -84,7 +95,7 @@ void mission_file_data_handler::read_departure_steps(const double& max_operating
         if (mission_xml.find(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step")) {
             uint16_t shaft_power_scheduleSteps(mission_xml.getVector(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step").size());
             for (uint16_t j(0); j < shaft_power_scheduleSteps; ++j) {
-                data.shaft_power_schedule.push_back(offtake_schedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
+                data.shaft_power_schedule.push_back(OfftakeSchedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
                                                                                             num2Str(j) + "/time").read(mission_xml).value(),
                                                                   EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
                                                                                             num2Str(j) + "/power").read(mission_xml).value())); // kg/s
@@ -93,7 +104,7 @@ void mission_file_data_handler::read_departure_steps(const double& max_operating
         if (mission_xml.find(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/bleed_air_takeoff_schedule_step")) {
             uint16_t bleed_scheduleSteps(mission_xml.getVector(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step").size());
             for (uint16_t j(0); j < bleed_scheduleSteps; ++j) {
-                data.bleed_schedule.push_back(offtake_schedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
+                data.bleed_schedule.push_back(OfftakeSchedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
                                                                                         num2Str(j) + "/time").read(mission_xml).value(),
                                                              EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
                                                                                         num2Str(j) + "/massflow").read(mission_xml).value())); // kg/s
@@ -113,10 +124,10 @@ void mission_file_data_handler::read_departure_steps(const double& max_operating
         }
         /* Mode specific mission parameters */
         if (data.mode_name == "takeoff") {
-            data.mode = Flight_conditions::TAKEOFF;
+            data.mode = FlightConditions::TAKEOFF;
             data.energy_carrier_id = takeoff_id;
         } else if (data.mode_name == "accelerate") {
-            data.mode = Flight_conditions::ACCELERATE;
+            data.mode = FlightConditions::ACCELERATE;
             data.mach_switch = false;
             data.energy_carrier_id = climb_id;
             data.CAS = EndnodeReadOnly<double>(subpath + num2Str(i) + "/calibrated_airspeed").read(mission_xml).value();
@@ -126,7 +137,7 @@ void mission_file_data_handler::read_departure_steps(const double& max_operating
                         subpath + num2Str(i), ceil(data.CAS - max_operating_speed)));
             }
         } else if (data.mode_name == "climb") { // Mode: climb at a constant calibrated airspeed
-            data.mode = Flight_conditions::CLIMBCONSTCAS;
+            data.mode = FlightConditions::CLIMBCONSTCAS;
             data.mach_switch = false;
             data.altitude = EndnodeReadOnly<double>(subpath + num2Str(i) + "/altitude").read(mission_xml).value();
             data.auto_FL_optimum = false;
@@ -143,12 +154,12 @@ void mission_file_data_handler::read_departure_steps(const double& max_operating
     }
 }
 
-void mission_file_data_handler::read_flight_steps(double* average_shaft_bleed, double* average_cruise_bleed, bool* auto_climb_switch, double* step_height_cruise,
+void MissionFileDataHandler::read_flight_steps(double* average_shaft_bleed, double* average_cruise_bleed, bool* auto_climb_switch, double* step_height_cruise,
                                                 const double& max_operating_mach, const double& max_operating_speed, const node& energy_provider) {
     /* Read in mission data above 10.000 ft */
     std::string subpath("/mission/cruise/cruise_step");
     uint16_t steps = mission_xml.getVector(subpath).size();
-    mission_data_set data;
+    MissionDataSet data;
     subpath += "@";
 
     /* Initialize optional values of the struct */
@@ -156,10 +167,9 @@ void mission_file_data_handler::read_flight_steps(double* average_shaft_bleed, d
     data.CAS = 0.; // End CAS [m/s]
     data.mach = 0.; // Mach number
     data.mach_switch = false;
-    data.glidepath = 0.; // Glide angle [rad]
+    data.glide_path = 0.; // Glide angle [rad]
     data.rel_segment_length = 0.; // Flight route for cruise
     data.auto_altitude_steps = 0.;
-    data.ground_distance = 0.;
     data.CI = 0.; // Cost index [kg/min], scaled 0 to 999 according to Sperry/Honeywell [1]
     data.transfer_time = 0.;
     data.transfer_rate = 0.;
@@ -195,7 +205,7 @@ void mission_file_data_handler::read_flight_steps(double* average_shaft_bleed, d
         if (mission_xml.find(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step")) {
             uint16_t shaft_power_scheduleSteps(mission_xml.getVector(subpath + num2Str(i) + "/shaft_power_takeoff_schedule").size());
             for (uint16_t j(0); j < shaft_power_scheduleSteps; ++j) {
-                data.shaft_power_schedule.push_back(offtake_schedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
+                data.shaft_power_schedule.push_back(OfftakeSchedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
                                                                                             num2Str(j) + "/time").read(mission_xml).value(),
                                                                   EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
                                                                                             num2Str(j) + "/power").read(mission_xml).value())); // kg/s
@@ -204,7 +214,7 @@ void mission_file_data_handler::read_flight_steps(double* average_shaft_bleed, d
         if (mission_xml.find(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/bleed_air_takeoff_schedule_step")) {
             uint16_t bleed_scheduleSteps(mission_xml.getVector(subpath + num2Str(i) + "/bleed_air_takeoff_schedule").size());
             for (uint16_t j(0); j < bleed_scheduleSteps; ++j) {
-                data.bleed_schedule.push_back(offtake_schedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
+                data.bleed_schedule.push_back(OfftakeSchedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
                                                                                         num2Str(j) + "/time").read(mission_xml).value(),
                                                             EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
                                                                                         num2Str(j) + "/massflow").read(mission_xml).value())); // kg/s
@@ -243,23 +253,23 @@ void mission_file_data_handler::read_flight_steps(double* average_shaft_bleed, d
 
         /* Identify step mode and adapt data accordingly */
         if (data.mode_name == "change_speed_to_CAS") { // Mode: accelerate, i.e. change speed to calibrated airspeed
-            data.mode = Flight_conditions::ACCELERATE;
+            data.mode = FlightConditions::ACCELERATE;
         } else if (data.mode_name == "climb_to_cruise") { // Mode: climb to cruise altitude
-            data.mode = (data.CI_via_speed_switch) ? Flight_conditions::CLIMBTOCRUISECI : Flight_conditions::CLIMBTOCRUISE;
+            data.mode = (data.CI_via_speed_switch) ? FlightConditions::CLIMBTOCRUISECI : FlightConditions::CLIMBTOCRUISE;
         } else if (data.mode_name == "climb_to_ceiling") { // Mode: climb to ceiling altitude
-            data.mode = Flight_conditions::CLIMBTOSERVICECEILING;
+            data.mode = FlightConditions::CLIMBTOSERVICECEILING;
             if (data.CI_via_speed_switch) { //is flight management system switched on?
                 data.CI = EndnodeReadOnly<bool>(subpath + num2Str(i) + "/flight_management_system/cost_index").read(mission_xml).value();
             }
         } else if (data.mode_name == "change_flight_level" &&
                    !(EndnodeReadOnly<bool>(subpath + num2Str(i) + "/auto_select_optimum_flight_level/enabled").read(mission_xml).value())) { // Mode: change flight level
-            data.mode = (data.CI_via_speed_switch) ? Flight_conditions::CLIMBVARCAS : Flight_conditions::CLIMBCONSTCAS;
+            data.mode = (data.CI_via_speed_switch) ? FlightConditions::CLIMBVARCAS : FlightConditions::CLIMBCONSTCAS;
             data.mach_switch = true;
         } else if (data.mode_name == "change_flight_level_constant_ROC" && // Mode: change flight level while maintaining a constant rate of climb
                   !(EndnodeReadOnly<bool>(subpath + num2Str(i) + "/auto_select_optimum_flight_level/enabled").read(mission_xml).value())) {
-            data.mode = Flight_conditions::FLCHANGE;
+            data.mode = FlightConditions::FLCHANGE;
         } else if (data.mode_name == "cruise") {
-            data.mode = (data.CI_via_speed_switch) ? Flight_conditions::CRUISECI : Flight_conditions::CRUISE;
+            data.mode = (data.CI_via_speed_switch) ? FlightConditions::CRUISECI : FlightConditions::CRUISE;
             if (data.auto_FL_optimum)
                 *auto_climb_switch = data.auto_FL_optimum;
             if (accuracyCheck(data.auto_altitude_steps, 0., ACCURACY_HIGH)) {
@@ -267,18 +277,18 @@ void mission_file_data_handler::read_flight_steps(double* average_shaft_bleed, d
             }
             *step_height_cruise = convertUnit(METER, FOOT, data.auto_altitude_steps);
         } else if (data.mode_name == "change_speed_to_Mach") { // Mode: change speed to Mach number
-            data.mode = Flight_conditions::ACCELERATE;
+            data.mode = FlightConditions::ACCELERATE;
             data.mach_switch = true;
         } else if (data.mode_name == "descend_to_approach") { // Mode: descend to approach
-            data.mode = (data.CI_via_speed_switch) ? Flight_conditions::DESCENTCI : Flight_conditions::DESCENT;
+            data.mode = (data.CI_via_speed_switch) ? FlightConditions::DESCENTCI : FlightConditions::DESCENT;
         } else if (data.mode_name == "air_to_air_fuelling") { // Mode: air to air fueling (UNUSED BY NOW)
-            data.mode = Flight_conditions::AIRTOAIRFUELLING;
+            data.mode = FlightConditions::AIRTOAIRFUELLING;
             data.transfer_time = mission_xml.at(subpath + num2Str(i) + "/transfer_time");
             data.transfer_rate = mission_xml.at(subpath + num2Str(i) + "/transfer_rate");
             data.rel_delta_fuel_mass = mission_xml.at(subpath + num2Str(i) + "/rel_delta_fuel_mass");
             data.delta_payload_mass = mission_xml.at(subpath + num2Str(i) + "/delta_payload_mass");
         } else if (data.mode_name == "free_flight_minimum_fuel") { // Mode: free flight with minimum fuel
-            data.mode = Flight_conditions::FREEFLIGHT;
+            data.mode = FlightConditions::FREEFLIGHT;
             data.rel_segment_length = checkBoundaries(mission_xml.at(subpath + num2Str(i) + "/relSegmentLength"), 0., true, 1., true);
         } else {
             data.mode = 0;
@@ -296,11 +306,11 @@ void mission_file_data_handler::read_flight_steps(double* average_shaft_bleed, d
     *average_cruise_bleed /= steps; // kg/s for tank calculation
 }
 
-void mission_file_data_handler::read_approach_steps(const double& max_operating_speed, const node& energy_provider) {
+void MissionFileDataHandler::read_approach_steps(const double& max_operating_speed, const node& energy_provider) {
     /* Read in landing procedure */
     std::string subpath("/mission/approach/approach_step");
     uint16_t steps = mission_xml.getVector(subpath).size();
-    mission_data_set data;
+    MissionDataSet data;
     subpath += "@";
     EndnodeReadOnly<int>energy_carrier_node("energy_carrier_ID");
     int descent_id = energy_carrier_node.read(energy_provider.at("descent")).value();
@@ -313,10 +323,9 @@ void mission_file_data_handler::read_approach_steps(const double& max_operating_
     data.CAS = 0.; // End CAS [m/s]
     data.mach = 0.; // Mach number
     data.mach_switch = false;
-    data.glidepath = 0.; // Glide angle [rad]
+    data.glide_path = 0.; // Glide angle [rad]
     data.rel_segment_length = 0.; // Flight route for cruise
     data.auto_altitude_steps = 0.;
-    data.ground_distance = 0.;
     data.auto_FL_optimum = false;
     data.round_to_regular_FL = false;
     data.CI = 0.; // Cost index [kg/min], scaled 0 to 999 according to Sperry/Honeywell [1]
@@ -336,7 +345,7 @@ void mission_file_data_handler::read_approach_steps(const double& max_operating_
         if (mission_xml.find(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step")) {
             uint16_t shaft_power_scheduleSteps(mission_xml.getVector(subpath + num2Str(i) + "/shaft_power_takeoff_schedule").size());
             for (uint16_t j(0); j < shaft_power_scheduleSteps; ++j) {
-                data.shaft_power_schedule.push_back(offtake_schedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
+                data.shaft_power_schedule.push_back(OfftakeSchedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
                                                                                             num2Str(j) + "/time").read(mission_xml).value(),
                                                                   EndnodeReadOnly<double>(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/takeoff_schedule_step@" +
                                                                                             num2Str(j) + "/power").read(mission_xml).value())); // kg/s
@@ -345,7 +354,7 @@ void mission_file_data_handler::read_approach_steps(const double& max_operating_
         if (mission_xml.find(subpath + num2Str(i) + "/shaft_power_takeoff_schedule/bleed_air_takeoff_schedule_step")) {
             uint16_t bleed_scheduleSteps(mission_xml.getVector(subpath + num2Str(i) + "/bleed_air_takeoff_schedule").size());
             for (uint16_t j(0); j < bleed_scheduleSteps; ++j) {
-                data.bleed_schedule.push_back(offtake_schedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
+                data.bleed_schedule.push_back(OfftakeSchedule(EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
                                                                                         num2Str(j) + "/time").read(mission_xml).value(),
                                                              EndnodeReadOnly<double>(subpath + num2Str(i) + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" +
                                                                                         num2Str(j) + "/massflow").read(mission_xml).value())); // kg/s
@@ -357,14 +366,13 @@ void mission_file_data_handler::read_approach_steps(const double& max_operating_
         data.derate = EndnodeReadOnly<double>(subpath + num2Str(i) + "/derate").read(mission_xml).value();
         data.config = EndnodeReadOnly<std::string>(subpath + num2Str(i) + "/configuration").read(mission_xml).value();
         if (data.mode_name == "descend") { // Mode: descend
-            data.mode = Flight_conditions::APPROACH;
+            data.mode = FlightConditions::APPROACH;
             data.altitude = EndnodeReadOnly<double>(subpath + num2Str(i) + "/altitude").read(mission_xml).value();
-            data.glidepath = EndnodeReadOnly<double>(subpath + num2Str(i) + "/glide_path").read(mission_xml).value();
+            data.glide_path = EndnodeReadOnly<double>(subpath + num2Str(i) + "/glide_path").read(mission_xml).value();
             data.energy_carrier_id = descent_id;
         } else if (data.mode_name == "change_speed") { // Mode: change speed
-            data.mode = Flight_conditions::DECELERATE;
-            data.ground_distance = EndnodeReadOnly<double>(subpath + num2Str(i) + "/ground_distance").read(mission_xml).value();
-            data.glidepath = EndnodeReadOnly<double>(subpath + num2Str(i) + "/glide_path").read(mission_xml).value();
+            data.mode = FlightConditions::DECELERATE;
+            data.glide_path = EndnodeReadOnly<double>(subpath + num2Str(i) + "/glide_path").read(mission_xml).value();
             data.CAS = EndnodeReadOnly<double>(subpath + num2Str(i) + "/calibrated_airspeed").read(mission_xml).value();
             if (data.CAS > max_operating_speed) {
                 throwError(__FILE__, __func__, __LINE__,
@@ -373,12 +381,12 @@ void mission_file_data_handler::read_approach_steps(const double& max_operating_
             }
             data.energy_carrier_id = descent_id;
         } else if (data.mode_name == "landing") { // Mode: landing
-            data.mode = Flight_conditions::LANDING;
+            data.mode = FlightConditions::LANDING;
             data.altitude = EndnodeReadOnly<double>(subpath + num2Str(i) + "/altitude").read(mission_xml).value();
-            data.glidepath = EndnodeReadOnly<double>(subpath + num2Str(i) + "/glide_path").read(mission_xml).value();
+            data.glide_path = EndnodeReadOnly<double>(subpath + num2Str(i) + "/glide_path").read(mission_xml).value();
             data.energy_carrier_id = landing_id;
         } else if (data.mode_name == "level_glide_slope_interception") { // Mode: level glide slope interception
-            data.mode = Flight_conditions::GSINTERCEPTION;
+            data.mode = FlightConditions::GSINTERCEPTION;
             data.energy_carrier_id = descent_id;
         } else {
             continue; //no data available
@@ -392,13 +400,13 @@ void mission_file_data_handler::read_approach_steps(const double& max_operating_
 }
 
 
-/* Initialization of attributes of the offtake_schedule object with the constructor */
-mission_file_data_handler::offtake_schedule::offtake_schedule(double a_time, double a_Value)
+/* Initialization of attributes of the OfftakeSchedule object with the constructor */
+MissionFileDataHandler::OfftakeSchedule::OfftakeSchedule(double a_time, double a_Value)
     :
     time(a_time),
     value(a_Value) {
 }
 
-/* Destructor of the offtake_schedule object */
-mission_file_data_handler::offtake_schedule::~offtake_schedule() {
+/* Destructor of the OfftakeSchedule object */
+MissionFileDataHandler::OfftakeSchedule::~OfftakeSchedule() {
 }
diff --git a/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.h b/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.h
index 3cb0cc570bba9de3629086a26b682c4e2bf62f45..bebc34e7b0c56fc41ee8e0360dca7135302b0bb3 100644
--- a/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.h
+++ b/mission_analysis/src/libs/mission_file_data_handler/mission_file_data_handler.h
@@ -1,12 +1,23 @@
-/**
- * \file mission_file_data_handler.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 /* List of references
@@ -21,29 +32,34 @@
 #include <aixml/node.h>
 #include <moduleBasics/module.h>
 
-/** \brief Class for flight conditions
+/** \class MissionFileDataHandler
+ *  \brief Exraction of data from the mission file
  */
-class mission_file_data_handler {
+class MissionFileDataHandler {
  public:
-    /** \brief Class for the offtake schedule
+    /** \class OfftakeSchedule
+     *  \brief Schedule for the offtakes during the mission
      */
-    class offtake_schedule {
+    class OfftakeSchedule {
      public:
         double time; /**< Flight time [s] */
         double value; /**< Value of the offtake: power offtake [W], bleed offtake [kg/s] */
         /* Constructor and destructor */
-        /** \brief Constructor for class offtake_schedule
+        /** \brief Constructor for class OfftakeSchedule
          * \param a_time: a specific flight time [s]
          * \param a_Value: power offtake [W], bleed offtake [kg/s]
          */
-        offtake_schedule(double a_time, double a_Value);
-        /** \brief Destructor for class offtake_schedule
+        OfftakeSchedule(double a_time, double a_Value);
+        /** \brief Destructor for class OfftakeSchedule
          */
-        virtual ~offtake_schedule();
+        virtual ~OfftakeSchedule();
     };
-    std::vector<offtake_schedule> bleed_schedule;       /**< Bleed schedule [s], [kg/s] */
-    std::vector<offtake_schedule> shaft_power_schedule; /**< Shaft power schedule [s], [W] */
-    struct mission_data_set {
+    std::vector<OfftakeSchedule> bleed_schedule;       /**< Bleed schedule [s], [kg/s] */
+    std::vector<OfftakeSchedule> shaft_power_schedule; /**< Shaft power schedule [s], [W] */
+    /** \struct MissionDataSet
+     *  \brief A struct that contains all the information which was exracted from the mission file
+     */
+    struct MissionDataSet {
         int mission_file_index;     /**< Index in mission file [-] */
         int mode;                   /**< Flight mode [-]: 1 = Takeoff; 2 = Accelerate; 3 = Climb; 4 = CruiseFL; 5 = CruiseMach; 6 = Descend; 7 = Land; 8 = Decelerate */
         std::string mode_name;      /**< Mode name */
@@ -55,9 +71,8 @@ class mission_file_data_handler {
         double CAS;                 /**< End CAS [m/s] */
         double mach;                /**< Mach number [-] */
         bool mach_switch;           /**< Switch for using Mach */
-        double glidepath;           /**< Glide angle [rad] */
+        double glide_path;           /**< Glide angle [rad] */
         double rel_segment_length;  /**< Relative segment length in cruise */
-        double ground_distance;     /**< Ground distance [m] */
         bool auto_FL_optimum;       /**< Switch to auto select optimum flight level */
         bool round_to_regular_FL;   /**< Switch for rounding to regular flight level */
         double auto_altitude_steps; /**< Altitude change for optimum altitude in cruise [ft] */
@@ -67,13 +82,13 @@ class mission_file_data_handler {
         double transfer_rate;       /**< Transfer rate [kg/min] */
         double rel_delta_fuel_mass; /**< Relative delta fuel mass [kg] */
         double delta_payload_mass;  /**< Delta payload mass [kg] */
-        std::vector<offtake_schedule> bleed_schedule;       /**< Bleed schedule [s], [kg/s] */
-        std::vector<offtake_schedule> shaft_power_schedule; /**< Shaft power schedule [s], [W] */
+        std::vector<OfftakeSchedule> bleed_schedule;       /**< Bleed schedule [s], [kg/s] */
+        std::vector<OfftakeSchedule> shaft_power_schedule; /**< Shaft power schedule [s], [W] */
         double background_bleed;       /**< Background bleed [kg/s] */
         double background_shaft_power; /**< Background shaft power [W] */
         int energy_carrier_id;       /**< Energy carrier id for mission the segment */
     };
-    std::vector<mission_data_set> mission_data; /* Vector to gather the data from the mission XML steps */
+    std::vector<MissionDataSet> mission_data; /* Vector to gather the data from the mission XML steps */
     const node& mission_xml;         /* Reference to the mission XML */
     double Range;                    /**< Range [m] */
     double alternate_distance;       /**< Alternate distance [m] */
@@ -89,13 +104,13 @@ class mission_file_data_handler {
     double cargo_mass;               /**< Air cargo on board [kg] */
 
     /* Constructor and destructor */
-    /** \brief Constructor for class Flight_conditions
+    /** \brief Constructor for class FlightConditions
      * \param path_to_mission_xml: reference to the mission XML
      */
-    explicit mission_file_data_handler(const std::string& path_to_mission_xml);
-    /** \brief Destructor for class Flight_conditions
+    explicit MissionFileDataHandler(const std::string& path_to_mission_xml);
+    /** \brief Destructor for class FlightConditions
      */
-    virtual ~mission_file_data_handler();
+    virtual ~MissionFileDataHandler();
 
     /* Member methods */
     /** \brief Function reads the departure block in current mission_xml file
diff --git a/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.cpp b/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.cpp
index 88e28c21c56839bc1cf3a960d8769031dd8f1daf..7e29bbf2243a94ec6c51b16bb91f58f91b045646 100644
--- a/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.cpp
+++ b/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.cpp
@@ -1,19 +1,30 @@
-/**
- * \file multi_engine_propulsion.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include "multi_engine_propulsion.h"
 #include <algorithm>
 
-/* Initialization of attributes of the Multi_engine_propulsion object with the constructor */
-Multi_engine_propulsion::Multi_engine_propulsion(const std::shared_ptr<RuntimeIO>& rtIO) {
+/* Initialization of attributes of the MultiEnginePropulsion object with the constructor */
+MultiEnginePropulsion::MultiEnginePropulsion(const std::shared_ptr<RuntimeIO>& rtIO) {
     // Set up needed nodes
     const node& propulsor_requirements = rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion");
     const node& propulsor_design = rtIO->acxml.at("component_design/propulsion/specific");
@@ -25,7 +36,7 @@ Multi_engine_propulsion::Multi_engine_propulsion(const std::shared_ptr<RuntimeIO
     std::vector<int> tank_energy_carriers(tank_definition.getIntVector("tank/energy_carrier_ID/value"));
     std::vector<int> available_energy_carriers;
     std::transform(rtIO->aircraft_energy_carriers().begin(), rtIO->aircraft_energy_carriers().end(),
-                    std::back_inserter(available_energy_carriers), [](const std::pair<const int, std::tuple<std::string, double, double, double>>& energy_carrier)
+                    std::back_inserter(available_energy_carriers), [](const std::pair<const int, std::tuple<std::string, double>>& energy_carrier)
                     { return energy_carrier.first; });
     if (!vector_check(propulsor_energy_carriers, tank_energy_carriers)) {
         throwError(__FILE__, __func__, __LINE__,
@@ -48,10 +59,8 @@ Multi_engine_propulsion::Multi_engine_propulsion(const std::shared_ptr<RuntimeIO
 
         // Check if the energy_carrier_id is already used. If not, setup new propulsion system for it
         if (this->propulsors.find(id_tmp) == this->propulsors.end()) {
-            Energy_consumption energy_tmp(rtIO->get_fuel_density(id_tmp), // initialize new energy carrier
-                                            rtIO->get_fuel_gravimetric_energy_density(id_tmp),
-                                            rtIO->get_fuel_volumetric_energy_density(id_tmp));
-            this->energy_consumption[id_tmp] = energy_tmp;
+            this->energy_map.emplace(id_tmp,
+                EnergyConsumption(EnergyCarrier(rtIO->get_fuel_type(id_tmp), rtIO->get_fuel_density(id_tmp))));
             Propulsor propulsor_tmp(name_tmp, Engine(rtIO->getEngineDataDir() + "/" + name_tmp, scale_tmp), i, thrust_share_tmp);
             this->propulsors[id_tmp].push_back(propulsor_tmp);
         } else { // If it already exists, add a new one or update ID vector for equal engines
@@ -76,57 +85,35 @@ Multi_engine_propulsion::Multi_engine_propulsion(const std::shared_ptr<RuntimeIO
             int energy_carrier_id(EndnodeReadOnly<int>("energy_carrier_ID").read(tank_definition.at("tank@" + num2Str(tank_id))).value());
             double tank_capacity(EndnodeReadOnly<double>("maximum_energy_capacity").read(tank_design.at("tank@" + num2Str(tank_id))).value());
             Tank tmp_tank(tank_id, tank_capacity);
-            this->energy_consumption.at(energy_carrier_id).tanks.push_back(tmp_tank);
+            this->energy_map.at(energy_carrier_id).tanks.push_back(tmp_tank);
             total_capacity_per_id[energy_carrier_id] += tank_capacity; // sum capacity of this energy carrier
         }
     }
     // Get the relative maximum capacity of each tank in comparison to other tanks using the same energy carrier ID
-    for (std::pair<const int, Multi_engine_propulsion::Energy_consumption> energy_carrier : this->energy_consumption) {
-        for (uint16_t i(0); i < energy_carrier.second.tanks.size(); i++) {
-            this->energy_consumption.at(energy_carrier.first).tanks[i].relative_capacity =
-                energy_carrier.second.tanks[i].capacity/total_capacity_per_id[energy_carrier.first];
+    for (const auto& [energy_carrier_id, energy_consumtion] : this->energy_map) {
+        for (uint16_t i(0); i < energy_consumtion.tanks.size(); i++) {
+            this->energy_map.at(energy_carrier_id).tanks[i].relative_capacity =
+                energy_consumtion.tanks[i].capacity/total_capacity_per_id[energy_carrier_id];
         }
     }
 }
 
 /* Destructor of the flight conditions object */
-Multi_engine_propulsion::~Multi_engine_propulsion() {
+MultiEnginePropulsion::~MultiEnginePropulsion() {
 }
 
-size_t Multi_engine_propulsion::unique_engines_per_id(const int& energy_carrier_id) {
+size_t MultiEnginePropulsion::unique_engines_per_id(const int& energy_carrier_id) {
     return this->propulsors[energy_carrier_id].size();
 }
 
-// std::vector<std::string> Multi_engine_propulsion::get_engine_names(const int& energy_carrier_id) {
-//     std::vector<std::string> names;
-//     std::transform(this->propulsors[energy_carrier_id].begin(), this->propulsors[energy_carrier_id].end(), std::back_inserter(names),
-//                     [](const auto& engines) { return engines.name; });
-//     return names;
-// }
-
-uint16_t Multi_engine_propulsion::get_number_of_engines(const int& energy_carrier_id) {
-    uint16_t sum(0);
-    for (Multi_engine_propulsion::Propulsor propulsor : this->propulsors.at(energy_carrier_id)) {
-        sum += propulsor.engine_id.size();
-    }
-    return sum;
+uint16_t MultiEnginePropulsion::get_number_of_engines(const int& energy_carrier_id) {
+    const std::vector<MultiEnginePropulsion::Propulsor>& propulsor_vec = this->propulsors.at(energy_carrier_id);
+    return std::accumulate(
+        propulsor_vec.begin(), propulsor_vec.end(), 0, [](uint16_t sum, const MultiEnginePropulsion::Propulsor& propulsor) {
+            return sum + propulsor.engine_id.size();});
 }
 
-// std::vector<Engine> Multi_engine_propulsion::get_engines(const int& energy_carrier_id) {
-//     std::vector<Engine> engines_objects;
-//     std::transform(this->propulsors[energy_carrier_id].begin(), this->propulsors[energy_carrier_id].end(), std::back_inserter(engines_objects),
-//                     [](const auto& engines) { return engines.engine; });
-//     return engines_objects;
-// }
-
-// std::vector<double> Multi_engine_propulsion::get_thrust_shares(const int& energy_carrier_id) {
-//     std::vector<double> thrust_shares;
-//     std::transform(this->propulsors[energy_carrier_id].begin(), this->propulsors[energy_carrier_id].end(), std::back_inserter(thrust_shares),
-//                     [](const auto& engines) { return engines.thrust_share; });
-//     return thrust_shares;
-// }
-
-std::vector<OperatingPoint> Multi_engine_propulsion::get_operating_points(const int& energy_carrier_id) {
+std::vector<OperatingPoint> MultiEnginePropulsion::get_operating_points(const int& energy_carrier_id) {
     std::vector<OperatingPoint> operating_points;
     for (uint16_t i(0); i < this->propulsors[energy_carrier_id].size(); i++) {
         operating_points.push_back(this->propulsors[energy_carrier_id][i].engine.get_operating_point());
@@ -134,44 +121,45 @@ std::vector<OperatingPoint> Multi_engine_propulsion::get_operating_points(const
     return operating_points;
 }
 
-std::vector<Multi_engine_propulsion::Propulsor> Multi_engine_propulsion::get_propulsors(const int& energy_carrier_id) {
+std::vector<MultiEnginePropulsion::Propulsor> MultiEnginePropulsion::get_propulsors(const int& energy_carrier_id) {
     std::vector<Propulsor> propulsors_vector;
     std::copy(this->propulsors[energy_carrier_id].begin(), this->propulsors[energy_carrier_id].end(), std::back_inserter(propulsors_vector));
     return propulsors_vector;
 }
 
-void Multi_engine_propulsion::set_operating_points(const int& energy_carrier_id, std::vector<OperatingPoint> operating_points) {
-    for (std::pair<const int, std::vector<Multi_engine_propulsion::Propulsor>> energy_carrier : this->propulsors) {
-        for (uint16_t i(0); i < this->propulsors[energy_carrier.first].size(); i++) {
-            this->propulsors[energy_carrier_id][i].engine.set_operating_point(operating_points[i]);
-            if (energy_carrier.first != energy_carrier_id) {
+void MultiEnginePropulsion::set_operating_points(const int& energy_carrier_id, std::vector<OperatingPoint> operating_points) {
+    for (const auto& [propulsor_energy_carrier_id, propulsor] : this->propulsors) {
+        for (uint16_t i(0); i < propulsor.size(); i++) {
+            if (propulsor_energy_carrier_id != energy_carrier_id) {
                 OperatingPoint n0_operating_point(operating_points[i]); // Copy operating point since Mach number and altitude are euqal for all
                 n0_operating_point.N = 0.;                              // Set N1 for engines which are not running to 0
                 this->propulsors[energy_carrier_id][i].engine.set_operating_point(n0_operating_point);
+            } else {
+                this->propulsors[energy_carrier_id][i].engine.set_operating_point(operating_points[i]);
             }
         }
     }
 }
 
-double Multi_engine_propulsion::get_aircraft_fuelflow(const int& energy_carrier_id) {
+double MultiEnginePropulsion::get_aircraft_fuelflow(const int& energy_carrier_id) {
     double total_fuel_flow(0);
     // Loop through all propulsors running on that energy carrier
     for (uint16_t i(0); i < this->propulsors[energy_carrier_id].size(); i++) {
         // Trick: Propulsors with same engines have multiple IDs -> size() scales overall fuelflow acordingly
-        total_fuel_flow += this->propulsors[energy_carrier_id][i].engine.get_aircraft_fuelflow() * this->propulsors[energy_carrier_id][i].engine_id.size();
+        total_fuel_flow += this->propulsors[energy_carrier_id][i].engine.get_fuelflow() * this->propulsors[energy_carrier_id][i].engine_id.size();
     }
     return total_fuel_flow;
 }
 
-double Multi_engine_propulsion::get_aircraft_energyflow(const int& energy_carrier_id) {
-    return this->get_aircraft_fuelflow(energy_carrier_id) * this->energy_consumption.at(energy_carrier_id).gravimetric_density;
+double MultiEnginePropulsion::get_aircraft_energyflow(const int& energy_carrier_id) {
+    return this->get_aircraft_fuelflow(energy_carrier_id) * this->energy_map.at(energy_carrier_id).energy_carrier.gravimetric_energy_density;
 }
 
-double Multi_engine_propulsion::get_aircraft_energyflow(const int& energy_carrier_id, const double& aircraft_fuelflow) {
-    return aircraft_fuelflow * this->energy_consumption.at(energy_carrier_id).gravimetric_density;
+double MultiEnginePropulsion::get_aircraft_energyflow(const int& energy_carrier_id, const double& aircraft_fuelflow) {
+    return aircraft_fuelflow * this->energy_map.at(energy_carrier_id).energy_carrier.gravimetric_energy_density;
 }
 
-double Multi_engine_propulsion::get_thrust_aircraft(const int& energy_carrier_id) {
+double MultiEnginePropulsion::get_thrust_aircraft(const int& energy_carrier_id) {
     double total_thrust(0);
     for (uint16_t i(0); i < this->propulsors[energy_carrier_id].size(); i++) {
         // Trick: Propulsors with same engines have multiple IDs -> size() scales overall thrust acordingly
@@ -180,11 +168,13 @@ double Multi_engine_propulsion::get_thrust_aircraft(const int& energy_carrier_id
     return total_thrust;
 }
 
-void Multi_engine_propulsion::calculate_N1_with_penalties(const int& energy_carrier_id, const double& altitude,
+void MultiEnginePropulsion::calculate_N1_with_penalties(const int& energy_carrier_id, const double& altitude,
                                              const double& mach_number, const atmosphere& atm,
                                              const double& derate, const std::string& thrust_rating,
                                              double bleed_air_offtake, double shaft_power_offtake) {
+    /* Loop through all engines using the energy carrier ID and set it to its N1 */
     for (uint16_t i(0); i < this->propulsors[energy_carrier_id].size(); i++) {
+        // Assume power and bleed offtakes are equal to thrust share as long as nothing is specified
         double shaft_power_offtake_share = this->propulsors[energy_carrier_id][i].thrust_share*shaft_power_offtake;
         double bleed_air_offtake_share = this->propulsors[energy_carrier_id][i].thrust_share*bleed_air_offtake;
         this->propulsors[energy_carrier_id][i].engine.calculate_N1_with_penalties(
@@ -193,11 +183,13 @@ void Multi_engine_propulsion::calculate_N1_with_penalties(const int& energy_carr
     }
 }
 
-void Multi_engine_propulsion::calculate_N1_with_thrustlimit(const int& energy_carrier_id, const double& altitude,
+void MultiEnginePropulsion::calculate_N1_with_thrustlimit(const int& energy_carrier_id, const double& altitude,
                                              const double& mach_number, const atmosphere& atm,
                                              const double& derate, const std::string& thrust_rating,
                                              double bleed_air_offtake, double shaft_power_offtake, double thrust_limit) {
+    /* Loop through all engines using the energy carrier ID and set it to its N1 using a thrust limit */
     for (uint16_t i(0); i < this->propulsors[energy_carrier_id].size(); i++) {
+        // Assume power and bleed offtakes are equal to thrust share as long as nothing is specified
         double thrust_limit_share = this->propulsors[energy_carrier_id][i].thrust_share*thrust_limit;
         double shaft_power_offtake_share = this->propulsors[energy_carrier_id][i].thrust_share*shaft_power_offtake;
         double bleed_air_offtake_share = this->propulsors[energy_carrier_id][i].thrust_share*bleed_air_offtake;
@@ -207,67 +199,62 @@ void Multi_engine_propulsion::calculate_N1_with_thrustlimit(const int& energy_ca
     }
 }
 
-std::vector<Multi_engine_propulsion::Tank> Multi_engine_propulsion::get_tanks_by_id(const int& energy_carrier_id) {
-    return this->energy_consumption.at(energy_carrier_id).tanks;
-}
-
-std::map<int, double> Multi_engine_propulsion::get_consumed_energy_map() {
+std::map<int, double> MultiEnginePropulsion::get_consumed_energy_map() {
     std::map<int, double> consumed_energy_map;
-    // energy_carrier.first = energy_carrier_id; energy_carrier.second = Energy_consumption class
-    for (std::pair<const int, Multi_engine_propulsion::Energy_consumption> energy_carrier : this->energy_consumption) {
-        consumed_energy_map[energy_carrier.first] = get_consumed_energy(energy_carrier.first);
+    for (const auto& [energy_carrier_id, map] : this->energy_map) {
+        consumed_energy_map[energy_carrier_id] = get_consumed_energy(energy_carrier_id);
     }
     return consumed_energy_map;
 }
 
-double Multi_engine_propulsion::get_consumed_energy(const int& energy_carrier_id) {
-    double total_consumed_energy = std::accumulate(this->energy_consumption.at(energy_carrier_id).tanks.begin(), this->energy_consumption.at(energy_carrier_id).tanks.end(), 0.0,
+double MultiEnginePropulsion::get_consumed_energy(const int& energy_carrier_id) {
+    double total_consumed_energy = std::accumulate(this->energy_map.at(energy_carrier_id).tanks.begin(), this->energy_map.at(energy_carrier_id).tanks.end(), 0.0,
             [](double sum, const Tank& tank) {return sum + tank.consumed_energy;});
     return total_consumed_energy;
 }
 
-std::map<int, double> Multi_engine_propulsion::get_energyflow_map() {
+std::map<int, double> MultiEnginePropulsion::get_energyflow_map() {
     std::map<int, double> energyflow_map;
-    // energy_carrier.first = energy_carrier_id; energy_carrier.second = Energy_consumption class
-    for (std::pair<const int, Multi_engine_propulsion::Energy_consumption> energy_carrier : this->energy_consumption) {
-        energyflow_map[energy_carrier.first] =
-            this->get_aircraft_fuelflow(energy_carrier.first) * this->energy_consumption.at(energy_carrier.first).gravimetric_density;
+    for (const auto& [energy_carrier_id, map] : this->energy_map) {
+        energyflow_map[energy_carrier_id] =
+            this->get_aircraft_fuelflow(energy_carrier_id) * map.energy_carrier.gravimetric_energy_density;
     }
     return energyflow_map;
 }
 
-void Multi_engine_propulsion::drain_tanks(const int& energy_carrier_id, const double& delta_t, const double& fuel_mass) {
-    // TODO(GErrit): lediglich anteilig an der Gesamtenergie wir die Energie abgefuehrt. Ggf. anderes Defueling vorsehen!
+void MultiEnginePropulsion::drain_tanks(const int& energy_carrier_id, const double& delta_t, const double& fuel_mass) {
+    // TODO(Gerrit): Only share on overall energy is defueled. Other methods could be implemented
     if (std::isnan(fuel_mass)) {
-        for (uint16_t i(0); i < this->energy_consumption.at(energy_carrier_id).tanks.size(); i++) {
-            this->energy_consumption.at(energy_carrier_id).tanks[i].consumed_energy -=  delta_t *
-                get_aircraft_energyflow(energy_carrier_id) * this->energy_consumption.at(energy_carrier_id).tanks[i].relative_capacity;
+        for (uint16_t i(0); i < this->energy_map.at(energy_carrier_id).tanks.size(); i++) {
+            this->energy_map.at(energy_carrier_id).tanks[i].consumed_energy -=  delta_t *
+                get_aircraft_energyflow(energy_carrier_id) * this->energy_map.at(energy_carrier_id).tanks[i].relative_capacity;
         }
     } else { // If a given fuel mass is taken away, just use that one
-        for (uint16_t i(0); i < this->energy_consumption.at(energy_carrier_id).tanks.size(); i++) {
-            this->energy_consumption.at(energy_carrier_id).tanks[i].consumed_energy -=  fuel_mass *
-                this->energy_consumption.at(energy_carrier_id).gravimetric_density * this->energy_consumption.at(energy_carrier_id).tanks[i].relative_capacity;
+        for (uint16_t i(0); i < this->energy_map.at(energy_carrier_id).tanks.size(); i++) {
+            this->energy_map.at(energy_carrier_id).tanks[i].consumed_energy -=  fuel_mass *
+                this->energy_map.at(energy_carrier_id).energy_carrier.gravimetric_energy_density *
+                this->energy_map.at(energy_carrier_id).tanks[i].relative_capacity;
         }
     }
 }
 
-double Multi_engine_propulsion::get_consumed_fuel_mass() {
+double MultiEnginePropulsion::get_consumed_fuel_mass() {
     std::map<int, double> consumed_energy_map(this->get_consumed_energy_map());
-    double total_fuel_mass = std::accumulate(this->energy_consumption.begin(), this->energy_consumption.end(), 0.0,
-        [&consumed_energy_map](double sum, const std::pair<const int, Multi_engine_propulsion::Energy_consumption>& energy_carrier) {
-            return sum + consumed_energy_map.at(energy_carrier.first) / energy_carrier.second.gravimetric_density;
+    double total_fuel_mass = std::accumulate(this->energy_map.begin(), this->energy_map.end(), 0.0,
+        [&consumed_energy_map](double sum, const std::pair<const int, MultiEnginePropulsion::EnergyConsumption>& energy_map_tmp) {
+            return sum + consumed_energy_map.at(energy_map_tmp.first) / energy_map_tmp.second.energy_carrier.gravimetric_energy_density;
     });
     return total_fuel_mass;
 }
 
-double Multi_engine_propulsion::get_energy_carrier_capacity(const int& energy_carrier_id) {
-    double total_capacity = std::accumulate(this->energy_consumption.at(energy_carrier_id).tanks.begin(), this->energy_consumption.at(energy_carrier_id).tanks.end(), 0.0,
+double MultiEnginePropulsion::get_energy_carrier_capacity(const int& energy_carrier_id) {
+    double total_capacity = std::accumulate(this->energy_map.at(energy_carrier_id).tanks.begin(), this->energy_map.at(energy_carrier_id).tanks.end(), 0.0,
             [](double sum, const Tank& tank) {return sum + tank.capacity;});
     return total_capacity;
 }
 
 /* Initialization of attributes of the Propulsor object with the constructor */
-Multi_engine_propulsion::Propulsor::Propulsor(const std::string& a_name, Engine an_engine, const uint16_t& an_id, const double& a_thrust_share) :
+MultiEnginePropulsion::Propulsor::Propulsor(const std::string& a_name, Engine an_engine, const uint16_t& an_id, const double& a_thrust_share) :
     name(a_name),
     engine(an_engine),
     engine_id({an_id}),
@@ -275,11 +262,11 @@ Multi_engine_propulsion::Propulsor::Propulsor(const std::string& a_name, Engine
 }
 
 /* Destructor of the Propulsor object */
-Multi_engine_propulsion::Propulsor::~Propulsor() {
+MultiEnginePropulsion::Propulsor::~Propulsor() {
 }
 
 /* Initialization of attributes of the Tank object with the constructor */
-Multi_engine_propulsion::Tank::Tank(uint16_t a_tank_id, double a_capacity) :
+MultiEnginePropulsion::Tank::Tank(uint16_t a_tank_id, double a_capacity) :
     tank_id(a_tank_id),
     capacity(a_capacity),
     relative_capacity(0.),
@@ -287,30 +274,20 @@ Multi_engine_propulsion::Tank::Tank(uint16_t a_tank_id, double a_capacity) :
 }
 
 /* Destructor of the Tank object */
-Multi_engine_propulsion::Tank::~Tank() {
-}
-
-/* Initialization of attributes of the Energy_consumption object with the constructor */
-Multi_engine_propulsion::Energy_consumption::Energy_consumption(double a_density, double a_gravimetric_density, double a_volumetric_density) :
-    density(a_density),
-    gravimetric_density(a_gravimetric_density),
-    volumetric_density(a_volumetric_density),
-    tanks() {
+MultiEnginePropulsion::Tank::~Tank() {
 }
 
-/* Initialization of attributes of the Energy_consumption object with the constructor */
-Multi_engine_propulsion::Energy_consumption::Energy_consumption() :
-    density(0.),
-    gravimetric_density(0.),
-    volumetric_density(0.),
+/* Initialization of attributes of the EnergyConsumption object with the constructor */
+MultiEnginePropulsion::EnergyConsumption::EnergyConsumption(const EnergyCarrier& an_energy_carrier) :
+    energy_carrier(an_energy_carrier),
     tanks() {
 }
 
-/* Destructor of the Energy_consumption object */
-Multi_engine_propulsion::Energy_consumption::~Energy_consumption() {
+/* Destructor of the EnergyCarrier object */
+MultiEnginePropulsion::EnergyConsumption::~EnergyConsumption() {
 }
 
-bool Multi_engine_propulsion::vector_check(const std::vector<int>& v1, const std::vector<int>& v2) {
+bool MultiEnginePropulsion::vector_check(const std::vector<int>& v1, const std::vector<int>& v2) {
     std::set<int> set1(v1.begin(), v1.end());
     std::set<int> set2(v2.begin(), v2.end());
 
diff --git a/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.h b/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.h
index 8c5cb7098e682a938247b0bd742f7050bee8db48..000375ae8c51a021db303b39c0c4f774fe23be24 100644
--- a/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.h
+++ b/mission_analysis/src/libs/multi_engine_propulsion/multi_engine_propulsion.h
@@ -1,12 +1,23 @@
-/**
- * \file multi_engine_propulsion.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #ifndef MISSION_ANALYSIS_SRC_LIBS_MULTI_ENGINE_PROPULSION_MULTI_ENGINE_PROPULSION_H_
@@ -21,35 +32,75 @@
 #include <vector>
 
 #include <aixml/endnode.h>
+#include <energyCarriers/energyCarriers.h>
 #include <engine/engine.h>
 #include <moduleBasics/module.h>
 
-/** \brief Class for flight conditions
+/** \class MultiEnginePropulsion
+ *  \brief Multi engine propulsion handels all engines including energy carriers and tanks
  */
-class Multi_engine_propulsion {
+class MultiEnginePropulsion {
  public:
     /* Constructor and destructor */
-    /** \brief Constructor for class Multi_engine_propulsion
+    /** \brief Constructor for class MultiEnginePropulsion
      */
-    explicit Multi_engine_propulsion(const std::shared_ptr<RuntimeIO>& rtIO);
-    /** \brief Destructor for class Multi_engine_propulsion
+    explicit MultiEnginePropulsion(const std::shared_ptr<RuntimeIO>& rtIO);
+    /** \brief Destructor for class MultiEnginePropulsion
      */
-    virtual ~Multi_engine_propulsion();
+    virtual ~MultiEnginePropulsion();
 
+    /** \brief Function to get the number of unique engines using the specified energy carrier ID
+     *  \details Same engines are counted as one. To get ALL engines use 'get_number_of_engines'
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return number of unique engines
+     */
     size_t unique_engines_per_id(const int& energy_carrier_id);
-    std::vector<std::string> get_engine_names(const int& energy_carrier_id);
-    std::vector<Engine> get_engines(const int& energy_carrier_id);
-    std::vector<double> get_thrust_shares(const int& energy_carrier_id);
+    /** \brief Function to get the number of engines using the specified energy carrier ID
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return number of all engines
+     */
     uint16_t get_number_of_engines(const int& energy_carrier_id);
-
+    /** \brief Function to get the operating points of all engines using the specified energy carrier ID
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return vector containing operating points (N [-], Mach [-], Altitude [m])
+     */
     std::vector<OperatingPoint> get_operating_points(const int& energy_carrier_id);
+    /** \brief Function to set the operating points of all engines using the specified energy carrier ID
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \param operating_points: vector containing operating points (N [-], Mach [-], Altitude [m])
+     */
     void set_operating_points(const int& energy_carrier_id, std::vector<OperatingPoint> operating_points);
-
+    /** \brief Function to get the total fuel flow of the aircraft using the specified energy carrier ID
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return double: fuelflow [kg/s]
+     */
     double get_aircraft_fuelflow(const int& energy_carrier_id);
+    /** \brief Function to get the total energy flow of the aircraft using the specified energy carrier ID
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return double: energyflow [J/s]
+     */
     double get_aircraft_energyflow(const int& energy_carrier_id);
+    /** \brief Function to get the total energy flow of the aircraft using the specified energy carrier ID at a given fuelflow
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \param aircraft_fuelflow double&: Pointer to a given aircraft fuelflow [kg/s]
+     *  \return double: energyflow [J/s]
+     */
     double get_aircraft_energyflow(const int& energy_carrier_id, const double& aircraft_fuelflow);
+    /** \brief Function to get the total thrust of the aircraft using the specified energy carrier ID
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return double: thrust [N]
+     */
     double get_thrust_aircraft(const int& energy_carrier_id);
-
+    /** \brief Function to set the engines (using a given energy carrier) to their operating N1
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \param altitude double&: Pointer to a given altitude [m]
+     *  \param mach_number double&: Pointer to a given Mach number [m]
+     *  \param atm: Pointer to a given atmosphere object
+     *  \param derate double&: Pointer to a given derate of the engine
+     *  \param thrust_rating string&: Pointer to a given thrust rating ('climb', 'cruise', 'idle', 'maximum_continuous', 'takeoff')
+     *  \param bleed_air_offtake double: bleed offtake during the engine operation
+     *  \param shaft_power_offtake double: shaft power offtake during the engine operation
+     */
     void calculate_N1_with_penalties(const int& energy_carrier_id,
                                      const double& altitude,
                                      const double& mach_number,
@@ -58,6 +109,17 @@ class Multi_engine_propulsion {
                                      const std::string& thrust_rating,
                                      double bleed_air_offtake,
                                      double shaft_power_offtake);
+    /** \brief Function to set the engines (using a given energy carrier) to their operating N1 with a overall target thrust
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \param altitude double&: Pointer to a given altitude [m]
+     *  \param mach_number double&: Pointer to a given Mach number [m]
+     *  \param atm: Pointer to a given atmosphere object
+     *  \param derate double&: Pointer to a given derate of the engine
+     *  \param thrust_rating string&: Pointer to a given thrust rating ('climb', 'cruise', 'idle', 'maximum_continuous', 'takeoff')
+     *  \param bleed_air_offtake double: bleed offtake during the engine operation (all engines together)
+     *  \param shaft_power_offtake double: shaft power offtake during the engine operation (all engines together)
+     *  \param thrust_limit double: thrust limit that shall be reached by the engines (all engines together)
+     */
     void calculate_N1_with_thrustlimit(const int& energy_carrier_id,
                                        const double& altitude,
                                        const double& mach_number,
@@ -68,74 +130,113 @@ class Multi_engine_propulsion {
                                        double shaft_power_offtake,
                                        double thrust_limit);
 
+    /** \class Propulsor
+     *  \details A propulsor contains the engine including fruther information e.g. about the quantity of equal engines
+     */
     class Propulsor {
      public:
-        std::string name;
-        Engine engine;
-        std::vector<uint16_t> engine_id;
-        double thrust_share;
-
-        /** \brief Constructor of used_components.
+        std::string name;                   /**< Name within the aircraft xml of the engine */
+        Engine engine;                      /**< Engine lib object */
+        std::vector<uint16_t> engine_id;    /**< IDs within the aircraft xml of equal engines */
+        double thrust_share;                /**< Thrust share [-] */
+
+        /** \brief Constructor of Propulsor.
+         *  \param a_name string: Name within the aircraft xml of the engine
+         *  \param an_engine Engine: Engine lib object
+         *  \param an_id uint16_t&: IDs within the aircraft xml of equal engines
+         *  \param a_thrust_share double&: Thrust share [-]
          */
         Propulsor(const std::string& a_name, Engine an_engine, const uint16_t& an_id, const double& a_thrust_share);
 
-        /** \brief Destructor of used_components
+        /** \brief Destructor of Propulsor
          */
         virtual ~Propulsor();
     };
 
+    /** \class Tank
+     *  \details A Tank contains and limits the energy amount which can be consumed
+     */
     class Tank {
      public:
-        uint16_t tank_id;
-        double capacity;
-        double relative_capacity;
-        double consumed_energy;
-
-        /** \brief Constructor of used_components.
+        uint16_t tank_id;           /**< ID within the aircraft xml */
+        double capacity;            /**< Energy capacity of the tank [J] */
+        double relative_capacity;   /**< Energy capacity of the tank in relation to the total energy capacity [-] */
+        double consumed_energy;     /**< Consumed energy of the tank [J] */
+
+        /** \brief Constructor of Tank.
+         *  \param a_name uint16_t: ID within the aircraft xml
+         *  \param a_capacity double: Energy capacity of the tank [J]
          */
         Tank(uint16_t a_tank_id, double a_capacity);
 
-        /** \brief Destructor of used_components
+        /** \brief Destructor of Tank
          */
         virtual ~Tank();
     };
 
-    class Energy_consumption {
+    /** \class EnergyConsumption
+     *  \details An energy consumption class contains all tanks needed for the specific energy carrier that shall be consumed
+     */
+    class EnergyConsumption {
      public:
-        double density;
-        double gravimetric_density;
-        double volumetric_density;
-        std::vector<Tank> tanks;
-
-        /** \brief Constructor of used_components.
-         */
-        Energy_consumption();
+        const EnergyCarrier& energy_carrier;
+        std::vector<Tank> tanks;    /**< Vector of tank objects containing this energy carrier */
 
-        /** \brief Constructor of used_components.
+        /** \brief Constructor of EnergyConsumption.
+         *  \param an_energy_carrier EnergyCarrier: The energy carrier that shall be consumed
          */
-        Energy_consumption(double a_density, double a_gravimetric_density, double a_volumetric_density);
+        explicit EnergyConsumption(const EnergyCarrier& an_energy_carrier);
 
-        /** \brief Destructor of used_components
+        /** \brief Destructor of EnergyCarrier
          */
-        virtual ~Energy_consumption();
+        virtual ~EnergyConsumption();
     };
 
+    /** \brief Function to get the energy consumption of all energy carriers
+     *  \return map of energy amount [J] consumed for each energy carrier ID
+     */
     std::map<int, double> get_consumed_energy_map();
+    /** \brief Function to get the energy consumption of a specified energy carrier
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return double value of the total energy amount [J] consumed for a given energy carrier ID
+     */
     double get_consumed_energy(const int& energy_carrier_id);
+    /** \brief Function to get the energy flow of all energy carriers
+     *  \return map of the total energy flow [J/s] for each energy carrier ID
+     */
     std::map<int, double> get_energyflow_map();
-    std::vector<Tank> get_tanks_by_id(const int& energy_carrier_id);
-    void tank_setup(const node& tank_definition, const node& tank_design);
+    /** \brief Function to consume the fuel from the tanks
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \param delta_t double&: Pointer to a given time in which the energy shall be consumed [t]
+     *  \param fuelflow double&: Pointer to a given fuelflow if that is already known
+     */
     void drain_tanks(const int& energy_carrier_id, const double& delta_t, const double& fuelflow = NAN);
+    /** \brief Function to get the total fuel consumption of all energy carriers
+     *  \return double value of the total fuel mass amount [kg]
+     */
     double get_consumed_fuel_mass();
+    /** \brief Function to get the total energy capacity of the given energy carrier ID
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return double total energy capacity [J]
+     */
     double get_energy_carrier_capacity(const int& energy_carrier_id);
+    /** \brief Function to get the propulsors using a given energy carrier
+     *  \param energy_carrier_id int&: Pointer to a given energy carrier ID
+     *  \return vector containing Propulsor objects using the given energy carrier ID
+     */
     std::vector<Propulsor> get_propulsors(const int& energy_carrier_id);
 
  private:
     /* variables */
-    std::map<int, std::vector<Propulsor>> propulsors;
-    std::map<int, Energy_consumption> energy_consumption;
+    std::map<int, std::vector<Propulsor>> propulsors;   /* Map to gather all propulsors used for the mission. Int key = energy carrier ID */
+    std::map<int, EnergyConsumption> energy_map;   /* Map to gather all energy carriers which are consumed during the mission. Int key = energy carrier ID */
 
     /* functions */
+    /** \brief Function to check if vectors have matching energy carrier ID entries
+     *  \param v1 vector<int>&: Pointer containing energy carrier IDs
+     *  \param v2 vector<int>&: vector pointer containing energy carrier IDs
+     *  \return boolean check result
+     */
     bool vector_check(const std::vector<int>& v1, const std::vector<int>& v2);
 };
 
diff --git a/mission_analysis/src/main.cpp b/mission_analysis/src/main.cpp
index b981f2f95420f3bc8494911117fc658de251fa7f..89a45820e202726d512879c2e5aeae8f8f038366 100644
--- a/mission_analysis/src/main.cpp
+++ b/mission_analysis/src/main.cpp
@@ -1,60 +1,29 @@
-/**
- * @file main.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
-/* The following statements import necessary specific header files*/
+
 #include "toolinfo.h"
 #include "mission_analysis.h"
 
 int main(int argc, char *argv[]) {
-    try {
-        mission_analysis mission_analysis(argc, argv, TOOL_NAME, TOOL_VERSION);
-        return mission_analysis.execute();
-
-     /* Catch: Trigger: if a C++ code specific error occurs */
-    } catch (const char * text) {
-        if (myRuntimeInfo == nullptr) {
-            std::cerr << text << std::endl;
-        } else {
-            myRuntimeInfo->err << text << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-
-    /* Catch: Trigger: if a C++ code specific error occurs */
-    } catch (const std::string& text) {
-        if (myRuntimeInfo == nullptr) {
-            std::cerr << text << std::endl;
-        } else {
-            myRuntimeInfo->err << text << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-
-    /* Catch: Trigger: if an error in c++ standard libraries occurs -> C++ standard error will occurred */
-    } catch (const std::exception& e) {
-        if (myRuntimeInfo == nullptr) {
-            std::cerr << "The following C++ standard error has occurred: " << e.what() << std::endl;
-        } else {
-            myRuntimeInfo->err << "The following C++ standard error has occurred: " << e.what() << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-
-    /* Catch: Trigger: if any other error occurs */
-    } catch (...) {
-         if (myRuntimeInfo == nullptr) {
-            std::cerr << "An uncaught error has occurred - Exit." << std::endl;
-        } else {
-            myRuntimeInfo->err << "An uncaught error has occurred - Exit." << std::endl;
-            delete myRuntimeInfo;
-        }
-        exit(1);
-    }
+    MissionAnalysis mission_analysis(argc, argv, TOOL_NAME, TOOL_VERSION);
+    return mission_analysis.execute();
 }
diff --git a/mission_analysis/src/mission_analysis.cpp b/mission_analysis/src/mission_analysis.cpp
index fc7eb5dda885029a3e98681c7a8b643c3b43cd2b..ee1eee96e3f80eaae09a1e709d3c56d41736ac88 100644
--- a/mission_analysis/src/mission_analysis.cpp
+++ b/mission_analysis/src/mission_analysis.cpp
@@ -1,13 +1,25 @@
-/**
- * \file mission_analysis.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
- * @copyright Copyright (c) 2024
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
  *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include <memory>
 #include <map>
 #include <string>
@@ -21,36 +33,30 @@
  * 
  * @param argc argument count
  * @param argv vector of C++ style argument strings
- * @param toolName entry from toolinfo.h
- * @param toolVersion entry from toolinfo.h
+ * @param tool_name entry from toolinfo.h
+ * @param tool_version entry from toolinfo.h
  */
-mission_analysis::mission_analysis(const int argc, char *argv[], const std::string &toolName, const std::string &toolVersion)
-        : Module(argc, argv, toolName, toolVersion) {
+MissionAnalysis::MissionAnalysis(const int argc, char *argv[], const std::string &tool_name, const std::string &tool_version)
+        : Module(argc, argv, tool_name, tool_version) {
     std::string method = (EndnodeReadOnly<std::string>("program_settings/mode/mission_methods/fidelity_level").read(rtIO_->moduleConfig).value());
     std::string mission_type(EndnodeReadOnly<std::string>("program_settings/mode/mission_methods/mission_type").read(rtIO_->moduleConfig).value());
-    if (mission_type != "design_mission" && mission_type != "study_mission" && mission_type != "requirements_mission") {
-        throwError(__FILE__, __func__, __LINE__, "Specified mission '" + mission_type +
-                    "' is unkown! Only use 'design_mission', 'study_mission' or 'requirements_mission'. Abort program!");
-    }
-    if (mission_type == "design_mission" && (!rtIO_->acxml.find("analysis/mission/design_mission") || // Catch if we are in the first loop...
-            EndnodeReadOnly<bool>("program_settings/mode/mission_methods/use_fuel_estimation_method").read(rtIO_->moduleConfig).value())) { // or want to stay in that mode
-        myRuntimeInfo->out << "Low-fidelity Breguet mission analysis for design mission runs because we are in the first loop or the is set in the config file!" << std::endl;
-        mission_type += "_1st_loop";
-    }
-    route_ = {method, mission_type};
-    missionStrategy_.setStrategy(missionSelection_(route_)(rtIO_));
-}
 
-strategyaccess mission_analysis::missionSelection_(const std::vector<std::string> &route) {
-    /* Routing table */
-    std::map<std::string, std::map<std::string, strategyaccess>> table = {
-    {"low", std::map<std::string, strategyaccess>{
-            {"design_mission",          [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<design_mission::standard_mission>(arg); }},
-            {"design_mission_1st_loop", [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<design_mission::first_loop::standard_mission>(arg); }},
-            {"study_mission",           [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<study_mission::standard_mission>(arg); }},
-            {"requirements_mission",    [](const std::shared_ptr<RuntimeIO>& arg) { return std::make_unique<requirements_mission::standard_mission>(arg); }}
-        }
+    if (mission_type == "design_mission" && (!rtIO_->acxml.find("analysis/mission/design_mission"))) { // Catch if we are in the first loop...
+        myRuntimeInfo->out << "First iteration for this design mission: Low-fidelity Breguet method was set automatically!" << std::endl;
+        myRuntimeInfo->out << "Mid-fidelity methods will be applied in the next iteration..." << std::endl;
+        method = "low";
     }
-  };
-  return table[route.at(0)][route.at(1)];
+    /* Register low fidelity method (by now, no use-case for other missions than design mission)*/
+    missionStrategy_.registerStrategy<breguet::StandardMission>             ({"low", "design_mission"});
+
+    /* Register mid fidelity method */
+    missionStrategy_.registerStrategy<design_mission::StandardMission>      ({"mid", "design_mission"      });
+    missionStrategy_.registerStrategy<study_mission::StandardMission>       ({"mid", "study_mission"       });
+    missionStrategy_.registerStrategy<requirements_mission::StandardMission>({"mid", "requirements_mission"});
+
+    /* Register mid fidelity method */
+    // 4D once ready
+
+    /* Start method */
+    missionStrategy_.setStrategy({method, mission_type}, rtIO_);
 }
diff --git a/mission_analysis/src/mission_analysis.h b/mission_analysis/src/mission_analysis.h
index 8c2e1572046c41d86cd6e3bbf3a8283d6a67c89d..2120e305c501b13578b13e6130bd04e44bebe5e7 100644
--- a/mission_analysis/src/mission_analysis.h
+++ b/mission_analysis/src/mission_analysis.h
@@ -1,13 +1,25 @@
-/**
- * \file mission_analysis.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef MISSION_ANALYSIS_SRC_MISSION_ANALYSIS_H_
 #define MISSION_ANALYSIS_SRC_MISSION_ANALYSIS_H_
 
@@ -16,12 +28,13 @@
 #include <moduleBasics/module.h>
 #include <moduleBasics/strategySelector.h>
 
-class mission;
-
-class mission_analysis : public Module {
+/** \class MissionAnalysis
+ *  \brief This class contains the whole tool and its methods
+ */
+class MissionAnalysis : public Module {
  public:
-    mission_analysis(const int argc, char *argv[], const std::string &toolName, const std::string &toolVersion);
-    ~mission_analysis() = default;
+    MissionAnalysis(const int argc, char *argv[], const std::string &toolName, const std::string &toolVersion);
+    ~MissionAnalysis() = default;
 
     void initialize() override { missionStrategy_.initializeStrategy(); };
     void run() override { missionStrategy_.runStrategy(); };
@@ -33,13 +46,6 @@ class mission_analysis : public Module {
     };
 
  private:
-    /** \brief Function check if the requirement mission has to be performed
-     *  \return runRequirementCheck true if requirement mission has to be calculated
-     *  \param mission_type: Identifier if it's a study or a design mession
-     */
-    bool has_requirements_to_be_checked(const std::string& mission_type);
-    std::vector<std::string> route_;
-    strategyaccess missionSelection_(const std::vector<std::string> &route);
     StrategySelector missionStrategy_;
 };
 
diff --git a/mission_analysis/src/standard_mission/flight_segments/flight_segments.cpp b/mission_analysis/src/standard_mission/flight_segments/flight_segments.cpp
index 8d8b5b50e95b09b1bd2e3e454ac1988cdc6ff521..09bdf22a56eb932362ea6a65819e9ff1dc08c83a 100644
--- a/mission_analysis/src/standard_mission/flight_segments/flight_segments.cpp
+++ b/mission_analysis/src/standard_mission/flight_segments/flight_segments.cpp
@@ -1,15 +1,25 @@
-/**
- * \file flight_segments.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
-
 /* List of references
 
     [1] Airbus customer services, Flight Operations Support & Line Assistance: Getting to grips with the cost index, Issue II, May 1998, p.7
@@ -21,73 +31,81 @@
 #include "../standard_mission/standard_mission.h"
 #include <algorithm>
 
-/* Initialization of attributes for the mission_segment object with the constructor */
-standard_mission::mission_segment::mission_segment(const std::map<int, double>& an_end_total_fuel_mass,
-                                                    double an_end_fuel_flow,
-                                                    double an_end_time,
-                                                    double an_end_range,
-                                                    double an_end_altitude,
-                                                    double an_end_total_mass,
-                                                    double an_end_CL,
-                                                    double an_end_L_over_D,
-                                                    double an_end_specific_air_range,
-                                                    const std::string& an_end_aero_config,
-                                                    double an_end_glidepath_angle,
-                                                    double an_end_TAS,
-                                                    double an_end_mach,
-                                                    double an_end_CAS,
-                                                    double an_end_ground_speed,
-                                                    double an_end_thrust,
-                                                    double an_end_bleed,
-                                                    double an_end_shaft_power,
-                                                    const std::string& an_engine_rating,
-                                                    const std::map<uint16_t, double>& an_end_n1,
-                                                    double an_end_angle_of_attack,
-                                                    double an_end_spoiler_factor,
-                                                    const std::string& an_end_mode_name,
-                                                    double an_end_reynolds_number,
-                                                    double an_end_aircraft_cg,
-                                                    double an_end_fuel_cg,
-                                                    double an_end_stabilizer_incidence,
-                                                    const std::vector<std::vector<double>>& an_end_origin_polar,
-                                                    int an_energy_carrier_id)
+/* Initialization of attributes for the MissionSegment object with the constructor */
+StandardMission::MissionSegment::MissionSegment(const FlightConditions& fc, const OperatingConditions& oc,
+                                                    const MissionSegment& previous_segment, const std::map<uint16_t, double>& an_end_n1)
     :
-    end_total_fuel_mass(an_end_total_fuel_mass),
-    end_fuel_flow(an_end_fuel_flow),
-    end_time(an_end_time),
-    end_range(an_end_range),
-    end_altitude(an_end_altitude),
-    end_total_mass(an_end_total_mass),
-    end_CL(an_end_CL),
-    end_L_over_D(an_end_L_over_D),
-    end_specific_air_range(an_end_specific_air_range),
-    end_aero_config(an_end_aero_config),
-    end_glidepath_angle(an_end_glidepath_angle),
-    end_TAS(an_end_TAS),
-    end_mach(an_end_mach),
-    end_CAS(an_end_CAS),
-    end_ground_speed(an_end_ground_speed),
-    end_thrust(an_end_thrust),
-    end_bleed(an_end_bleed),
-    end_shaft_power(an_end_shaft_power),
-    end_engine_rating(an_engine_rating),
+    end_total_fuel_mass(previous_segment.end_total_fuel_mass), // Get previous fuel mass to subtract the step fuel later
+    end_fuel_flow(fc.mean_fuel_mass_flow),
+    end_time(previous_segment.end_time + fc.delta_t),
+    end_range(previous_segment.end_range + fc.delta_x),
+    end_altitude(previous_segment.end_altitude + fc.delta_h),
+    end_total_mass(previous_segment.end_total_mass - fc.step_fuel_mass),
+    end_CL(fc.end_CL),
+    end_L_over_D(fc.end_L_over_D),
+    end_specific_air_range(fc.end_specific_air_range),
+    end_aero_config(oc.config),
+    end_glide_path_angle(fc.mean_glide_path_angle),
+    end_TAS(fc.end_TAS),
+    end_mach(convertUnit(TRUEAIRSPEED, MACH, previous_segment.end_altitude + fc.delta_h, *(fc.atm), fc.end_TAS)),
+    end_CAS(convertUnit(TRUEAIRSPEED, CALIBRATEDAIRSPEED, previous_segment.end_altitude + fc.delta_h, *(fc.atm), fc.end_TAS)),
+    end_ground_speed(fc.end_TAS * cos(fc.mean_glide_path_angle)),
+    end_thrust(fc.end_thrust),
+    end_bleed(fc.bleed),
+    end_shaft_power(fc.shaft_power),
+    end_engine_rating(oc.rating),
     end_n1(an_end_n1),
-    end_angle_of_attack(an_end_angle_of_attack),
-    end_spoiler_factor(an_end_spoiler_factor),
-    end_mode_name(an_end_mode_name),
-    end_reynolds_number(an_end_reynolds_number),
-    end_aircraft_cg(an_end_aircraft_cg),
-    end_fuel_cg(an_end_fuel_cg),
-    end_stabilizer_incidence(an_end_stabilizer_incidence),
-    end_origin_polar(an_end_origin_polar),
-    energy_carrier_id(an_energy_carrier_id) {
+    end_angle_of_attack(fc.end_angle_of_attack),
+    end_spoiler_factor(fc.end_spoiler_factor),
+    end_mode_name(oc.mission_data->at(oc.mission_step).mode_name),
+    end_reynolds_number(fc.end_reynolds),
+    end_aircraft_cg(fc.new_aircraft_cg),
+    end_fuel_cg(fc.new_fuel_cg),
+    end_stabilizer_incidence(fc.stabilizer_incidence),
+    end_origin_polar(fc.origin_polar),
+    energy_carrier_id(oc.mission_data->at(oc.mission_step).energy_carrier_id) {
+        end_total_fuel_mass[energy_carrier_id] -= fc.step_fuel_mass; // only subtract mass from the used energy carrier
 }
 
-/* Destructor of the mission_segment object */
-standard_mission::mission_segment::~mission_segment() {
+/* Initialization of attributes for the MissionSegment object with the constructor (only first segment for takeoff) */
+StandardMission::MissionSegment::MissionSegment(const FlightConditions& fc, const OperatingConditions& oc, const std::map<uint16_t, double>& an_end_n1,
+                                                 const std::map<int, double>& fuel_mass_map, double takeoff_mass, double cg_design, double cg_wing)
+    :
+    end_total_fuel_mass(fuel_mass_map), // Get initial fuel
+    end_fuel_flow(0.),
+    end_time(0.),
+    end_range(0.),
+    end_altitude(0.),
+    end_total_mass(takeoff_mass),
+    end_CL(0.),
+    end_L_over_D(0.),
+    end_specific_air_range(0.),
+    end_aero_config(oc.config),
+    end_glide_path_angle(0.),
+    end_TAS(0.),
+    end_mach(0.),
+    end_CAS(0.),
+    end_ground_speed(0.),
+    end_thrust(0.),
+    end_bleed(0.),
+    end_shaft_power(0.),
+    end_engine_rating(oc.rating),
+    end_n1(an_end_n1),
+    end_angle_of_attack(0.),
+    end_spoiler_factor(1.),
+    end_mode_name("takeoff"),
+    end_reynolds_number(0.),
+    end_aircraft_cg(cg_design),
+    end_fuel_cg(cg_wing),
+    end_stabilizer_incidence(fc.stabilizer_incidence),
+    end_origin_polar(fc.origin_polar),
+    energy_carrier_id(oc.mission_data->at(oc.mission_step).energy_carrier_id) {
+}
+/* Destructor of the MissionSegment object */
+StandardMission::MissionSegment::~MissionSegment() {
 }
 
-void standard_mission::calculate_ground_run(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step) {
+void StandardMission::calculate_ground_run(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step) {
     /* Calculate the number of steps */
     uint16_t steps = static_cast<uint16_t>(ceil(fabs((fc->end_TAS - fc->TAS) /
         EndnodeReadOnly<double>("program_settings/precision/acceleration_increment").read(this->rtIO->moduleConfig).value())));
@@ -96,7 +114,7 @@ void standard_mission::calculate_ground_run(Operating_conditions* oc, Flight_con
     for (uint16_t step_number(0); step_number < steps; ++step_number) {
         this->set_segment_initial_conditions(fc, true, this->aero.CLgroundRoll);
         fc->end_TAS = fc->TAS + delta_TAS;
-        if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::LANDING) { //Activation of thrust reverser right after touchdown if desired
+        if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::LANDING) { //Activation of thrust reverser right after touchdown if desired
             if (EndnodeReadOnly<bool>("program_settings/general/landing/thrust_reverser/enable").read(this->rtIO->moduleConfig).value() &&
                 fc->end_TAS > convertUnit(CALIBRATEDAIRSPEED, TRUEAIRSPEED, fc->altitude, this->atm,
                 EndnodeReadOnly<double>("program_settings/general/landing/thrust_reverser/deactivation_speed").read(this->rtIO->moduleConfig).value())) {
@@ -124,7 +142,7 @@ void standard_mission::calculate_ground_run(Operating_conditions* oc, Flight_con
     }
 }
 
-void standard_mission::takeoff_calculation(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step) {
+void StandardMission::takeoff_calculation(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step) {
     myRuntimeInfo->out << "Take-off calculation ..." << std::endl;
     oc->set_segment_operating_conditions(a_mission_step);
     /* Set the initial conditions of the segment */
@@ -152,7 +170,7 @@ void standard_mission::takeoff_calculation(Operating_conditions* oc, Flight_cond
     myRuntimeInfo->out << "Takeoff distance total: " << this->takeoff_distance.value() << " m." << std::endl;
 }
 
-void standard_mission::climb_to_cruise_altitude(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step) {
+void StandardMission::climb_to_cruise_altitude(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step) {
     myRuntimeInfo->out << "Climb to cruise altitude ... " << std::endl;
     this->change_altitude_at_constant_speed(oc, fc, a_mission_step);
     if (this->cruise_profile_start == 0 && this->mission_profile.size()) {
@@ -165,8 +183,8 @@ void standard_mission::climb_to_cruise_altitude(Operating_conditions* oc, Flight
             if (std::isnan(this->range_start_to_ICA)) this->range_start_to_ICA =  this->mission_profile.back().end_range;
             if (std::isnan(this->fuel_start_to_ICA)) { // Sum all used fuel masses
                 this->fuel_start_to_ICA = 0; // Initialize 0 kg perfore summing up
-                for (std::pair<int, double> fuel_mass : this->mission_profile.back().end_total_fuel_mass) {
-                    this->fuel_start_to_ICA -= fuel_mass.second; // Since consumed fuel is negative, subtract those masses
+                for (const auto& [energy_carrier_id, fuel_mass] : this->mission_profile.back().end_total_fuel_mass) {
+                    this->fuel_start_to_ICA -= fuel_mass; // Since consumed fuel is negative, subtract those masses
                 }
             }
             this->initial_cruise_altitude_check = true;
@@ -175,9 +193,9 @@ void standard_mission::climb_to_cruise_altitude(Operating_conditions* oc, Flight
     }
 }
 
-void standard_mission::climb_to_service_ceiling(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step) {
-    Flight_conditions start_of_climb_fc = *fc;
-    mission_segment start_of_climb_segment = this->mission_profile.back();
+void StandardMission::climb_to_service_ceiling(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step) {
+    FlightConditions start_of_climb_fc = *fc;
+    MissionSegment start_of_climb_segment = this->mission_profile.back();
     double CAS = convertUnit(TRUEAIRSPEED, CALIBRATEDAIRSPEED, fc->altitude, this->atm, fc->TAS); // Stays constant below transition altitude!
     double transition_mach = this->mission_file->mission_data.at(a_mission_step).mach; // Constant climb speed (Mach number) above transition altitude
     double altitude_increment(EndnodeReadOnly<double>("program_settings/precision/altitude_increment").read(this->rtIO->moduleConfig).value());
@@ -209,7 +227,7 @@ void standard_mission::climb_to_service_ceiling(Operating_conditions* oc, Flight
         fc->delta_h = (steps <= 0.) ? 0. : fc->delta_h / steps;
         try {
             myRuntimeInfo->out << std::endl << "Flying maximum operating altitude ..." << std::endl;
-            myRuntimeInfo->out << "Climb Step:          " << convertUnit(METER, FOOT, fc->delta_h) << " ft."
+            myRuntimeInfo->out << "Climb Step:          " << convertUnit(METER, FOOT, fc->delta_h) << " ft." << std::endl
                                << "Total:               " << convertUnit(METER, FOOT, fc->delta_h * steps) << " ft." << std::endl;
             myRuntimeInfo->out << "Start altitude:      " << convertUnit(METER, FOOT, fc->altitude) << " ft." << std::endl;
             myRuntimeInfo->out << "End altitude:        " << convertUnit(METER, FOOT, (fc->delta_h * steps + fc->altitude)) << " ft." << std::endl;
@@ -240,7 +258,7 @@ void standard_mission::climb_to_service_ceiling(Operating_conditions* oc, Flight
         fc->delta_h = (steps <= 0.) ? 0. : fc->delta_h / steps;
         try {
             myRuntimeInfo->out << std::endl << "Flying absolute ceiling altitude ..." << std::endl;
-            myRuntimeInfo->out << "Climb Step:         " << convertUnit(METER, FOOT, fc->delta_h) << " ft."
+            myRuntimeInfo->out << "Climb Step:         " << convertUnit(METER, FOOT, fc->delta_h) << " ft." << std::endl
                                << "Total:               " << convertUnit(METER, FOOT, fc->delta_h * steps) << " ft." << std::endl;
             myRuntimeInfo->out << "Start altitude:      " << convertUnit(METER, FOOT, fc->altitude) << " ft." << std::endl;
             myRuntimeInfo->out << "End altitude:        " << convertUnit(METER, FOOT, (fc->delta_h * steps + fc->altitude)) << " ft." << std::endl;
@@ -304,25 +322,25 @@ void standard_mission::climb_to_service_ceiling(Operating_conditions* oc, Flight
     }
 }
 
-void standard_mission::climb_iteration(Operating_conditions* oc, Flight_conditions* fc, const uint16_t &mission_step, const double& minimum_ROC,
+void StandardMission::climb_iteration(OperatingConditions* oc, FlightConditions* fc, const uint16_t &mission_step, const double& minimum_ROC,
                             const bool& save_data) {
-    /* Climb Iteration until convergence of average climb angle mean_glidepath_angle */
+    /* Climb Iteration until convergence of average climb angle mean_glide_path_angle */
     double residuum(0.);
     uint16_t counter(0);
     //Set start value of segment end conditions for iteration
     this->set_segment_end_conditions(fc, fc->end_TAS, fc->altitude + fc->delta_h,
-                                        fc->glidepath_angle, fc->acceleration);
+                                        fc->glide_path_angle, fc->acceleration);
     do {
         /* Set iteration values */
-        double old_mean_glidepath_angle(fc->mean_glidepath_angle);
-        this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glidepath_angle, fc->end_acceleration);
+        double old_mean_glide_path_angle(fc->mean_glide_path_angle);
+        this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glide_path_angle, fc->end_acceleration);
         /* Check conditions */
         this->check_iteration_conditions(oc, fc, mission_step, minimum_ROC);
         if (counter == 500) { // Maximum number of iterations (500 iterations) is reached, error message
             throwError(__FILE__, __func__, __LINE__, "Maximum number of iterations reached. Abort program!");
         }
-        /* Calculate residuum in mean_glidepath_angle */
-        residuum = fabs(old_mean_glidepath_angle - fc->mean_glidepath_angle) / fabs(old_mean_glidepath_angle);
+        /* Calculate residuum in mean_glide_path_angle */
+        residuum = fabs(old_mean_glide_path_angle - fc->mean_glide_path_angle) / fabs(old_mean_glide_path_angle);
         counter++;
     } while (residuum > ACCURACY_LOW);
     if (save_data) this->save_segment_data(fc, *oc, mission_step);
@@ -332,7 +350,7 @@ void standard_mission::climb_iteration(Operating_conditions* oc, Flight_conditio
     oc->delete_used_bleed_and_shaft_power_offtakes(fc->delta_t);
 }
 
-double standard_mission::calculate_top_of_descent_aircraft_mass(const double& current_aircraft_mass, const double& current_specific_air_range, const double& range_until_descent) {
+double StandardMission::calculate_top_of_descent_aircraft_mass(const double& current_aircraft_mass, const double& current_specific_air_range, const double& range_until_descent) {
     double top_of_descent_aircraft_mass(0.);
     /* Calculate the Breguet factor for level cruise */
     double breguet_factor_level_cruise = current_specific_air_range * current_aircraft_mass;
@@ -341,7 +359,7 @@ double standard_mission::calculate_top_of_descent_aircraft_mass(const double& cu
     return top_of_descent_aircraft_mass;
 }
 
-double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step,
+double StandardMission::calculate_climb_or_descent(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step,
                                         const bool& simulation_mode) {
     double range_for_descent(0.);
     /* Set delta_h for climb/descent */
@@ -354,26 +372,27 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
      * Case 1: climb to cruise (possible modes: CLIMBTOCRUISE, CLIMBTOCRUISECI, CLIMBTOSERVICECEILING) - Mach needs to be fixed
      *          -> first climb with constant CAS until transition_mach is reached
      *              the transition_mach is set to endMach at cruise altitude and maintained once it is reached for further climb segments
-     * Case 2: descent from cruise (possible modes: DESCENT, DESCENTCI) - CAS needs to be fixed
+     * Case 2: descend from cruise (possible modes: DESCENT, DESCENTCI) - CAS needs to be fixed
      *          -> the descent is performed with current Mach number until target CAS is reached and then CAS is maintained for further descent
      * default: for CLIMBCONSTCAS, APPROACH, FLCHANGE, FLCHANGESIMULATION, and LANDING, the CAS and Mach equals in every altitude
      */
     switch (this->mission_file->mission_data.at(a_mission_step).mode) {
-        case Flight_conditions::CLIMBTOCRUISE:
-        case Flight_conditions::CLIMBTOCRUISECI:
-        case Flight_conditions::CLIMBTOSERVICECEILING: {
+        case FlightConditions::CLIMBTOCRUISE:
+        case FlightConditions::CLIMBTOCRUISECI:
+        case FlightConditions::CLIMBTOSERVICECEILING: {
             CAS = convertUnit(TRUEAIRSPEED, CALIBRATEDAIRSPEED, fc->altitude, this->atm, fc->TAS);
             mach = this->mission_file->mission_data.at(a_mission_step).mach;
             transition_mach = this->mission_file->desired_cruise_speed +
                 this->delta_mach_above_crossover; //Normally, transition Mach Number is equal to initial cruise Mach number + delta
             break;
         }
-        case Flight_conditions::DESCENT:
-        case Flight_conditions::DESCENTCI: {
+        case FlightConditions::DESCENT:
+        case FlightConditions::DESCENTCI: {
             mach = convertUnit(TRUEAIRSPEED, MACH, fc->altitude, this->atm, fc->TAS);
             CAS = this->mission_file->mission_data.at(a_mission_step).CAS;
-            transition_mach = //Normally, transition_mach is equal to initial cruise Mach number + delta, but descent is defined different
-                                    this->mission_file->desired_cruise_speed;
+            // Normally, transition_mach is equal to initial cruise Mach number + delta, but descent is defined different,
+            // but after climbing with mach - delta_mach_above_crossover, the aircraft accelerates to the desired_cruise_speed before descent starts
+            transition_mach = this->mission_file->desired_cruise_speed;
             break;
         }
         default:
@@ -396,8 +415,8 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
          * (this is not needed for climb since after climb to cruise segment there is a dedicated acceleration segment)
          */
         if (fc->delta_h < 0. && fc->altitude < transitionAltitude &&
-            (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::DESCENT ||
-                this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::DESCENTCI)) {
+            (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::DESCENT ||
+                this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::DESCENTCI)) {
              //Descent and current speed above upper boundary for descent speed endCAS
             myRuntimeInfo->out << "Current speed ("
                         << convertUnit(METERPERSECOND, KNOTS, convertUnit(TRUEAIRSPEED, CALIBRATEDAIRSPEED, fc->altitude, this->atm, fc->TAS))
@@ -407,7 +426,7 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
              * because it is set to 0 for speed change at constant altitude
              */
             uint16_t mode_backup(this->mission_file->mission_data.at(a_mission_step).mode);
-            this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::DECELERATE;
+            this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::DECELERATE;
             double delta_h_backup = fc->delta_h;
             /* To decelerate to a constant CAS (first CAS in Descent-Speed-Schedule), the true airspeed has to be used as reference, not the Mach number */
             this->mission_file->mission_data.at(a_mission_step).mach_switch = false;
@@ -421,15 +440,15 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
     uint16_t steps(0);
     double altitude_increment(EndnodeReadOnly<double>("program_settings/precision/altitude_increment").read(this->rtIO->moduleConfig).value());
     if (simulation_mode) {
-        if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::DESCENT ||
-            this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::DESCENTCI) {
+        if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::DESCENT ||
+            this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::DESCENTCI) {
             altitude_increment = 500.;
         } else {
             altitude_increment = 20.;
         }
     }
     steps = static_cast<uint16_t>(ceil(fabs(fc->delta_h / altitude_increment)));
-    Flight_conditions fc_tmp(*fc);
+    FlightConditions fc_tmp(*fc);
     fc_tmp.delta_h /= steps;
     if (!simulation_mode) {
         myRuntimeInfo->out << ((fc_tmp.delta_h > 0.) ? "Climb step:           " : "Descent step:         ")
@@ -441,7 +460,7 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
     }
     for (uint16_t step_number(0); step_number < steps; ++step_number) {
         this->set_segment_initial_conditions(&fc_tmp, !simulation_mode);
-        if (optimum_ROC && this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::CLIMBTOSERVICECEILING) {
+        if (optimum_ROC && this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::CLIMBTOSERVICECEILING) {
             this->calculate_max_ROC_speed(&mach, fc_tmp, 1.);
             fc_tmp.TAS = fc_tmp.end_TAS;
             /* Convert Mach number into true airspeed */
@@ -453,17 +472,17 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
             /* Convert calibrated airspeed into true airspeed */
             fc_tmp.end_TAS = convertUnit(CALIBRATEDAIRSPEED, TRUEAIRSPEED, fc_tmp.altitude + fc_tmp.delta_h, this->atm, CAS);
         }
-        if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::FLCHANGE) {
+        if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::FLCHANGE) {
             this->climb_iteration(oc, &fc_tmp, a_mission_step, this->mission_file->mission_data.at(a_mission_step).ROC);
-        } else if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::FLCHANGESIMULATION) {
+        } else if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::FLCHANGESIMULATION) {
             this->climb_iteration(oc, &fc_tmp, a_mission_step, this->mission_file->mission_data.at(a_mission_step).ROC, !simulation_mode);
-        } else if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::DESCENT ||
-                    this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::DESCENTCI ||
-                    this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::APPROACH ||
-                    this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::LANDING) {
+        } else if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::DESCENT ||
+                    this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::DESCENTCI ||
+                    this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::APPROACH ||
+                    this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::LANDING) {
             this->climb_iteration(oc, &fc_tmp, a_mission_step, 0., !simulation_mode);
         } else {
-            Flight_conditions backup_fc(fc_tmp);
+            FlightConditions backup_fc(fc_tmp);
             try {
                 this->climb_iteration(oc, &fc_tmp, a_mission_step);
             } catch (const std::string& error_message) {
@@ -478,7 +497,7 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
                 }
             }
             /* Iterate optimum ICA-FlightLevel */
-            if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::CLIMBTOCRUISE &&
+            if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::CLIMBTOCRUISE &&
                                                                     this->mission_file->mission_data.at(a_mission_step).auto_FL_optimum &&
                                                                     step_number == (steps - 2)) {
                 myRuntimeInfo->out << "Check optimum ICA ..." << std::endl;
@@ -493,7 +512,7 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
                     fc_tmp.delta_x = this->calculate_climb_or_descent(oc, &fc_tmp, a_mission_step, simulation_mode);
                     ++step_number;
                 } else {
-                    myRuntimeInfo->out << "    - ICA reached at " << convertUnit(METER, FOOT, fc_tmp.end_altitude) << "." << std::endl;
+                    myRuntimeInfo->out << "    - ICA reached at " << convertUnit(METER, FOOT, fc_tmp.end_altitude) << " ft." << std::endl;
                 }
             }
         }
@@ -521,21 +540,21 @@ double standard_mission::calculate_climb_or_descent(Operating_conditions* oc, Fl
     if (simulation_mode) {
         *fc = fc_tmp;
     } else {
-        this->set_segment_end_conditions(fc, fc_tmp.end_TAS, fc_tmp.end_altitude, fc_tmp.end_glidepath_angle, fc_tmp.end_acceleration);
+        this->set_segment_end_conditions(fc, fc_tmp.end_TAS, fc_tmp.end_altitude, fc_tmp.end_glide_path_angle, fc_tmp.end_acceleration);
     }
     return range_for_descent;
 }
 
-void standard_mission::estimate_descent(const bool& last_segment_free_flight_switch) {
-    /* Estimate distance for the descend */
+void StandardMission::estimate_descent(const bool& last_segment_free_flight_switch) {
+    /* Estimate distance for the descent */
     /* Initialize operating conditions object */
-    Operating_conditions descent_oc(&(this->mission_file->mission_data));
+    OperatingConditions descent_oc(&(this->mission_file->mission_data));
     /* Set the operating conditions of the segment */
     descent_oc.set_segment_operating_conditions(this->top_of_descent_index);
     /* Initialize flight conditions object */
-    Flight_conditions descent_fc(&(this->mission_file->mission_data), &descent_oc,
+    FlightConditions descent_fc(&(this->mission_file->mission_data), &descent_oc,
                                                 &this->aero, &this->atm, &this->engine, this->variable_camber_segment_quantity);
-    Flight_conditions descent_fc_next_FL(descent_fc);
+    FlightConditions descent_fc_next_FL(descent_fc);
     /* Get height at top of descent (TOD) and bottom of descent (BOD) */
     if (last_segment_free_flight_switch) { // Determine FF height and speed
         this->mission_file->mission_data.at(this->top_of_descent_index).mach = this->mission_file->desired_cruise_speed;
@@ -557,14 +576,14 @@ void standard_mission::estimate_descent(const bool& last_segment_free_flight_swi
                         this->mission_file->mission_data.at(this->top_of_descent_index).mach); // Convert Mach number into true airspeed
     descent_fc_next_FL.end_TAS = convertUnit(MACH, TRUEAIRSPEED, descent_fc_next_FL.end_altitude, this->atm,
                         this->mission_file->mission_data.at(this->top_of_descent_index).mach);
-    std::pair<double, double> the_descend;
-    the_descend = this->calculate_descent(descent_oc, descent_fc, this->top_of_descent_mass.value()); // Calculation of descend distance (range descent) and fuel
-    this->descent_range = the_descend.first;
-    this->touchdown_mass = this->top_of_descent_mass.value() - the_descend.second;
-    the_descend = this->calculate_descent(descent_oc, descent_fc_next_FL,
-                    this->top_of_descent_mass_next_FL); // Calculation of descend distance for FL above top_of_descent_altitude and its fuel consumption
-    this->descent_range_next_FL = the_descend.first;
-    this->touchdown_mass_next_FL = this->top_of_descent_mass_next_FL - the_descend.second;
+    std::pair<double, double> the_descent;
+    the_descent = this->calculate_descent(descent_oc, descent_fc, this->top_of_descent_mass.value()); // Calculation of descent distance (range descent) and fuel
+    this->descent_range = the_descent.first;
+    this->touchdown_mass = this->top_of_descent_mass.value() - the_descent.second;
+    the_descent = this->calculate_descent(descent_oc, descent_fc_next_FL,
+                    this->top_of_descent_mass_next_FL); // Calculation of descent distance for FL above top_of_descent_altitude and its fuel consumption
+    this->descent_range_next_FL = the_descent.first;
+    this->touchdown_mass_next_FL = this->top_of_descent_mass_next_FL - the_descent.second;
     double cruise_range = this->mission_file->Range - this->descent_range; // Calculation of range in cruise mode
     /* Output of descent values */
     myRuntimeInfo->out << "Range Descent: " << convertUnit(METER, NAUTICALMILE, this->descent_range) <<
@@ -574,30 +593,30 @@ void standard_mission::estimate_descent(const bool& last_segment_free_flight_swi
     myRuntimeInfo->info << "Top of descent mass: " << this->top_of_descent_mass.value() << std::endl;
 }
 
-std::pair<double, double> standard_mission::calculate_descent(const Operating_conditions& oc,
-                                                            const Flight_conditions& fc, double top_of_descent_mass_tmp) {
+std::pair<double, double> StandardMission::calculate_descent(const OperatingConditions& oc,
+                                                            const FlightConditions& fc, double top_of_descent_mass_tmp) {
     //Save engine operating conditions for normal cruise before changes from flight level change simulation occur
     int energy_carrier_id(fc.mission_data->at(fc.operating_condition->mission_step).energy_carrier_id);
     std::vector<OperatingPoint> backup_operating_points = this->engine.get_operating_points(energy_carrier_id);
-    Operating_conditions descent_oc = oc;
-    Flight_conditions descent_fc(&this->mission_file->mission_data, &descent_oc, &this->aero, &this->atm, &this->engine, this->variable_camber_segment_quantity);
+    OperatingConditions descent_oc = oc;
+    FlightConditions descent_fc(&this->mission_file->mission_data, &descent_oc, &this->aero, &this->atm, &this->engine, this->variable_camber_segment_quantity);
     double descent_range_tmp(0.);
     double aircraft_mass_before_descent(top_of_descent_mass_tmp);
     /* Set initial flight condition */
     descent_fc.aircraft_mass = top_of_descent_mass_tmp;
     descent_fc.altitude = std::max(this->top_of_descent_altitude, fc.end_altitude);
     descent_fc.TAS = convertUnit(MACH, TRUEAIRSPEED, descent_fc.altitude, this->atm, this->mission_file->mission_data.at(this->top_of_descent_index).mach);
-    /* Calculate descend range */
+    /* Calculate descent range */
     for (size_t i(this->end_of_descent_index); i < this->mission_file->mission_data.size(); ++i) {
-        if (this->mission_file->mission_data.at(i).mode == Flight_conditions::DESCENT) { // Descend_to_Approach
+        if (this->mission_file->mission_data.at(i).mode == FlightConditions::DESCENT) { // Descend_to_Approach
             descent_range_tmp += this->change_altitude_at_constant_speed(&descent_oc, &descent_fc, i, true);
-        } else if (this->mission_file->mission_data.at(i).mode == Flight_conditions::APPROACH) { // Descend
+        } else if (this->mission_file->mission_data.at(i).mode == FlightConditions::APPROACH) { // Descend
             descent_range_tmp += this->change_altitude_at_constant_speed(&descent_oc, &descent_fc, i, true);
-        } else if (this->mission_file->mission_data.at(i).mode == Flight_conditions::DECELERATE) { // Change speed
+        } else if (this->mission_file->mission_data.at(i).mode == FlightConditions::DECELERATE) { // Change speed
             descent_range_tmp += this->change_speed_at_constant_ROC(&descent_oc, &descent_fc, i, true);
-        }  else if (this->mission_file->mission_data.at(i).mode == Flight_conditions::GSINTERCEPTION) { // GlideslopeInterception
-            descent_range_tmp += this->glideslope_interception(&descent_oc, &descent_fc, i, true);
-        }  else if (this->mission_file->mission_data.at(i).mode == Flight_conditions::LANDING) { // Flare to touch down
+        }  else if (this->mission_file->mission_data.at(i).mode == FlightConditions::GSINTERCEPTION) { // GlideslopeInterception
+            descent_range_tmp += this->glide_slope_interception(&descent_oc, &descent_fc, i, true);
+        }  else if (this->mission_file->mission_data.at(i).mode == FlightConditions::LANDING) { // Flare to touch down
             descent_range_tmp += this->landing(&descent_oc, &descent_fc, i, true);
         }
     }
@@ -605,29 +624,29 @@ std::pair<double, double> standard_mission::calculate_descent(const Operating_co
     return std::make_pair(descent_range_tmp, aircraft_mass_before_descent - descent_fc.end_aircraft_mass);
 }
 
-std::pair<double, double> standard_mission::iterate_descent(double* segmend_end_range, double* top_of_descent_aircraft_mass,
-                                                            const double& current_descent_distance, const Operating_conditions& oc,
-                                                            const Flight_conditions& fc, const uint16_t& a_mission_step) {
-    std::pair<double, double> the_descend;
-    double descend_distance(current_descent_distance);
+std::pair<double, double> StandardMission::iterate_descent(double* segmend_end_range, double* top_of_descent_aircraft_mass,
+                                                            const double& current_descent_distance, const OperatingConditions& oc,
+                                                            const FlightConditions& fc, const uint16_t& a_mission_step) {
+    std::pair<double, double> the_descent;
+    double descent_distance(current_descent_distance);
     double iteration_accuracy(1.); //Iteration accuracy is 1NM
     double residuum(iteration_accuracy); //Initialization of residuum with the iteration accuracy
     do {
-        double current_ange_until_descent(this->mission_file->Range - this->mission_profile.back().end_range - descend_distance);
+        double current_ange_until_descent(this->mission_file->Range - this->mission_profile.back().end_range - descent_distance);
         /* Calculate the new aircraft mass at top of descent */
         *top_of_descent_aircraft_mass = this->calculate_top_of_descent_aircraft_mass(fc.end_aircraft_mass, fc.end_specific_air_range, current_ange_until_descent);
         /* Calculate the new descent range */
-        the_descend = this->calculate_descent(oc, fc, *top_of_descent_aircraft_mass);
-        double new_descend_distance(the_descend.first);
-        residuum = (new_descend_distance - descend_distance) / descend_distance;
+        the_descent = this->calculate_descent(oc, fc, *top_of_descent_aircraft_mass);
+        double new_descent_distance(the_descent.first);
+        residuum = (new_descent_distance - descent_distance) / descent_distance;
         /* Update segment information and descent distance */
-        *segmend_end_range += (descend_distance - new_descend_distance);
-        descend_distance = new_descend_distance;
+        *segmend_end_range += (descent_distance - new_descent_distance);
+        descent_distance = new_descent_distance;
     } while (residuum > iteration_accuracy);
-    return std::make_pair(the_descend.first, the_descend.second);
+    return std::make_pair(the_descent.first, the_descent.second);
 }
 
-double standard_mission::glideslope_interception(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step,
+double StandardMission::glide_slope_interception(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step,
                                        const bool& simulation_mode) {
     double range_for_descent(0.);
     if (!simulation_mode) myRuntimeInfo->out << "Glideslope Interception ... " << std::endl;
@@ -639,18 +658,18 @@ double standard_mission::glideslope_interception(Operating_conditions* oc, Fligh
     if (this->mission_file->mission_data.size() < a_mission_step) {
         throwError(__FILE__, __func__, __LINE__, "No mission data for landing after Glide Slope Interception! Abort program!");
     }
-    double final_glideslope(this->mission_file->mission_data.at(a_mission_step + 1).glidepath);
+    double final_glide_slope(this->mission_file->mission_data.at(a_mission_step + 1).glide_path);
     if (!simulation_mode) {
-        fc->delta_x = this->mission_file->Range - fc->altitude / tan(-final_glideslope) - this->mission_profile.back().end_range;
+        fc->delta_x = this->mission_file->Range - fc->altitude / tan(-final_glide_slope) - this->mission_profile.back().end_range;
     } else {
-        fc->delta_x =  EndnodeReadOnly<double>("program_settings/general/glideslope_interception_distance").read(this->rtIO->moduleConfig).value();
+        fc->delta_x =  EndnodeReadOnly<double>("program_settings/general/glide_slope_interception_distance").read(this->rtIO->moduleConfig).value();
     }
-    myRuntimeInfo->debug << " delta_x: " << fc->delta_x << " dxGS: " << fc->altitude / tan(-final_glideslope) << std::endl;
+    myRuntimeInfo->debug << " delta_x: " << fc->delta_x << " dxGS: " << fc->altitude / tan(-final_glide_slope) << std::endl;
     /* Calculate the number of steps 1 km */
     if (fc->delta_x < 0) {
-        myRuntimeInfo->out << "Glide slope interception overflown!" << std::endl;
+        myRuntimeInfo->out << "Glide slope interception overflown! " << std::endl;
     } else {
-        uint16_t steps = static_cast<uint16_t>(ceil((fc->delta_x / 500.))); // 10 m accuracy
+        uint16_t steps = static_cast<uint16_t>(ceil((fc->delta_x / 500.)));
         fc->delta_x = fc->delta_x / steps;
         myRuntimeInfo->debug << "fc->delta_x: " << fc->delta_x << std::endl;
         for (uint16_t step_number(0); step_number < steps; ++step_number) {
@@ -669,7 +688,7 @@ double standard_mission::glideslope_interception(Operating_conditions* oc, Fligh
     return range_for_descent;
 }
 
-double standard_mission::landing(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step, const bool& simulation_mode) {
+double StandardMission::landing(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step, const bool& simulation_mode) {
     /**< \todo [T148] (https://unicado.ilr.rwth-aachen.de/T148): Consider using this method - http://walter.bislins.ch/aviatik/index.asp?page=Bremsweg+eines+Verkehrsflugzeugs
      */
     if (!simulation_mode) myRuntimeInfo->out << "Landing ... " << std::endl;
@@ -686,23 +705,23 @@ double standard_mission::landing(Operating_conditions* oc, Flight_conditions* fc
         myRuntimeInfo->out << "Touchdown after " << convertUnit(METER, NAUTICALMILE, this->mission_profile.back().end_range) << " NM" << std::endl;
         //Ground run
         myRuntimeInfo->out << "Rolling on the runway during the reaction time ..." << std::endl;
-        this->mission_file->mission_data.at(a_mission_step).glidepath = 0.; // set track angle of last segment to zero for ground run
-        this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::TAKEOFF;
+        this->mission_file->mission_data.at(a_mission_step).glide_path = 0.; // set track angle of last segment to zero for ground run
+        this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::TAKEOFF;
         this->set_segment_initial_conditions(fc, true, this->aero.CLgroundRoll);
         fc->end_altitude = 0.;
-        fc->end_glidepath_angle = 0.;
+        fc->end_glide_path_angle = 0.;
         fc->end_acceleration = fc->acceleration;
         fc->delta_t = EndnodeReadOnly<double>("program_settings/general/landing/rotation_time").read(this->rtIO->moduleConfig).value();
         fc->end_TAS = fc->TAS + fc->end_acceleration * fc->delta_t;
         this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude,
-                                        fc->end_glidepath_angle, fc->end_acceleration, fc->end_CL);
+                                        fc->end_glide_path_angle, fc->end_acceleration, fc->end_CL);
         /* Set new speed and way for ground run during reaction/rotation time after touchdown */
         double residuum(0.);
         do {
             double oldTAS(fc->end_TAS);
             fc->delta_t = EndnodeReadOnly<double>("program_settings/general/landing/rotation_time").read(this->rtIO->moduleConfig).value();
             fc->end_TAS = fc->TAS + fc->mean_acceleration * fc->delta_t;
-            this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glidepath_angle, fc->end_acceleration,
+            this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glide_path_angle, fc->end_acceleration,
                                                       fc->end_CL);
             /* Calculate residuum in end_TAS */
             residuum = fabs(oldTAS - fc->end_TAS) / fabs(oldTAS);
@@ -711,7 +730,7 @@ double standard_mission::landing(Operating_conditions* oc, Flight_conditions* fc
         fc->end_L_over_D = this->aero.getCLLoverD(convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS), fc->end_CL, fc->operating_condition->config);
         fc->end_angle_of_attack = 0.;
         fc->end_specific_air_range = 0.;
-        this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::LANDING;
+        this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::LANDING;
         this->save_segment_data(fc, *oc, a_mission_step);
         /* Clear origin vector */
         fc->origin_polar.clear();
@@ -731,7 +750,7 @@ double standard_mission::landing(Operating_conditions* oc, Flight_conditions* fc
     return descent_to_touchdown_range;
 }
 
-double standard_mission::change_speed_at_constant_ROC(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step,
+double StandardMission::change_speed_at_constant_ROC(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step,
                                          const bool& simulation_mode) {
     if (!simulation_mode) myRuntimeInfo->out << "Change speed with constant ROC ... " << std::endl;
     double speed_change_range(0.);
@@ -795,14 +814,14 @@ double standard_mission::change_speed_at_constant_ROC(Operating_conditions* oc,
             /* Convert calibrated airspeed into true airspeed */
             fc->end_TAS = convertUnit(CALIBRATEDAIRSPEED, TRUEAIRSPEED, fc->altitude, this->atm, speed);
         }
-        Flight_conditions backup_fc(*fc);
+        FlightConditions backup_fc(*fc);
         try {
             this->fixed_ROC_acceleration_iteration(oc, fc, minimum_acceleration, a_mission_step, !simulation_mode);
         } catch (const std::string& error_message) {
             myRuntimeInfo->warn << "Current engine rating '" << oc->rating << "' not sufficient to climb further." << std::endl;
             if (EndnodeReadOnly<bool>("program_settings/general/increase_engine_rating_during_climb").read(this->rtIO->moduleConfig).value() &&
                 oc->rating == "climb") {
-                    myRuntimeInfo->out << "  - set rating to 'MaxCont'" << std::endl;
+                    myRuntimeInfo->out << "  - set rating to 'maximum_continuous'" << std::endl;
                     oc->rating = "maximum_continuous";
                     *fc = backup_fc;
                     this->fixed_ROC_acceleration_iteration(oc, fc, minimum_acceleration, a_mission_step, !simulation_mode);
@@ -821,22 +840,22 @@ double standard_mission::change_speed_at_constant_ROC(Operating_conditions* oc,
     return speed_change_range;
 }
 
-double standard_mission::change_altitude_at_constant_speed(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step,
+double StandardMission::change_altitude_at_constant_speed(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step,
                                               const bool& simulation_mode) {
     if (!simulation_mode) {
-        myRuntimeInfo->out << "Climb or descent with constant CAS or Mach number "
-                           << ((this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::FLCHANGE) ? "(with constant ROC) ..." : "...")
+        myRuntimeInfo->out << "Climb or descend with constant CAS or Mach number "
+                           << ((this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::FLCHANGE) ? "(with constant ROC) ..." : "...")
                            << std::endl;
     }
     /* Set the operating conditions of the segment */
     oc->set_segment_operating_conditions(a_mission_step);
     if (this->mission_file->mission_data.at(a_mission_step).mode ==
-            Flight_conditions::FLCHANGESIMULATION ||
-            this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::FLCHANGE) {
+            FlightConditions::FLCHANGESIMULATION ||
+            this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::FLCHANGE) {
         /* Set engine rating for flight level change to that preset in the mission.xml; if no flight level change segment is available, the rating Climb is used */
-        std::vector<mission_file_data_handler::mission_data_set>::iterator theFLchangeMode(find_if(this->mission_file->mission_data.begin(),
-                                                    this->mission_file->mission_data.end(),
-                                                    [](const mission_file_data_handler::mission_data_set& a_mission_step){return a_mission_step.mode_name == "ChangeFLconstROC";}));
+        std::vector<MissionFileDataHandler::MissionDataSet>::iterator theFLchangeMode(find_if(this->mission_file->mission_data.begin(),
+            this->mission_file->mission_data.end(),
+            [](const MissionFileDataHandler::MissionDataSet& a_mission_step){return a_mission_step.mode_name == "change_flight_level_constant_ROC";}));
         if (theFLchangeMode != this->mission_file->mission_data.end()) {
             oc->rating = (*theFLchangeMode).rating;
         } else {
@@ -847,14 +866,14 @@ double standard_mission::change_altitude_at_constant_speed(Operating_conditions*
     /* Set the initial conditions of the segment */
     this->set_segment_initial_conditions(fc, !simulation_mode);
     uint16_t mode_backup(this->mission_file->mission_data.at(a_mission_step).mode);
-    if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::TAKEOFF) {
+    if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::TAKEOFF) {
         /* Climb from LOF to Screen Height (35 ft) with constant CAS */
         fc->end_altitude = convertUnit(FOOT, METER, 35.); // Conversion of end_altitude from [ft] to [m]
-        this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::CLIMBCONSTCAS;
-    } else if (this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::LANDING) {
+        this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::CLIMBCONSTCAS;
+    } else if (this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::LANDING) {
         fc->end_altitude = convertUnit(FOOT, METER, 0.); // Conversion of end_altitude from [ft] to [m] (kept in with conversion to mark the Unit)
     } else if (this->mission_file->mission_data.at(a_mission_step).mode ==
-                        Flight_conditions::CLIMBTOCRUISE && this->mission_file->mission_data.at(a_mission_step).auto_FL_optimum) {
+                        FlightConditions::CLIMBTOCRUISE && this->mission_file->mission_data.at(a_mission_step).auto_FL_optimum) {
         this->calculate_optimum_FL(&fc->end_altitude, this->mission_file->desired_cruise_speed, 0., fc->aircraft_mass, oc->config,
                             1., oc->rating, this->mission_file->mission_data.at(a_mission_step).round_to_regular_FL);
     } else {
@@ -863,7 +882,7 @@ double standard_mission::change_altitude_at_constant_speed(Operating_conditions*
     double delta_range(this->calculate_climb_or_descent(oc, fc, a_mission_step, simulation_mode));
     /* Reset mode */
     this->mission_file->mission_data.at(a_mission_step).mode = mode_backup;
-    if (this->requirement_switch && this->mission_file->mission_data.at(a_mission_step).mode == Flight_conditions::CLIMBCONSTCAS) { // save TTC
+    if (this->requirement_switch && this->mission_file->mission_data.at(a_mission_step).mode == FlightConditions::CLIMBCONSTCAS) { // save TTC
         // Save time up to 1500 ft
         if (fabs(this->mission_profile.back().end_altitude - convertUnit(FOOT, METER, 1500.)) < ACCURACY_LOW &&
             accuracyCheck(this->atm.getTemperature(0.), ISA_TEMPERATURE + this->delta_ISA, ACCURACY_HIGH) &&
@@ -874,7 +893,7 @@ double standard_mission::change_altitude_at_constant_speed(Operating_conditions*
     return delta_range;
 }
 
-void standard_mission::cruise_at_constant_mach(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step) {
+void StandardMission::cruise_at_constant_mach(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step) {
     myRuntimeInfo->out << "Cruise at constant Mach number ... " << std::endl;
     bool iterate_top_of_descent_mass(EndnodeReadOnly<bool>("program_settings/general/iterate_top_of_descent_mass").read(this->rtIO->moduleConfig).value());
     int energy_carrier_id(fc->mission_data->at(fc->operating_condition->mission_step).energy_carrier_id);
@@ -889,6 +908,10 @@ void standard_mission::cruise_at_constant_mach(Operating_conditions* oc, Flight_
                     // this->mission_profile.at(this->cruise_profile_start).end_range is range at ICA (before acceleration)
     /* Calculate the number of steps 1 km */
     fc->delta_x = x_end - this->mission_profile.back().end_range;
+    double way_increment(EndnodeReadOnly<double>("program_settings/precision/way_increment").read(this->rtIO->moduleConfig).value());
+    double range_share(this->mission_file->Range * // How long must the aircraft cruise (relative to total range) before a FL change is allowed
+        EndnodeReadOnly<double>("program_settings/precision/specific_air_range_check_increment").read(this->rtIO->moduleConfig).value());
+
     if (fc->delta_x < 0. || (this->mission_file->Range - this->descent_range) - this->mission_profile.back().end_range < 0.) {
         myRuntimeInfo->out << "Cruise distance already covered!" << std::endl;
     } else {
@@ -897,73 +920,74 @@ void standard_mission::cruise_at_constant_mach(Operating_conditions* oc, Flight_
             /* Iterate descent distance */
             if (iterate_top_of_descent_mass) {
                 double tmp_TOD = this->top_of_descent_mass.value();
-                std::pair<double, double> the_descend(this->iterate_descent(
+                std::pair<double, double> the_descent(this->iterate_descent(
                     &x_end, &tmp_TOD, this->descent_range, *oc, *fc, a_mission_step));
                 this->top_of_descent_mass = tmp_TOD;
-                this->descent_range = the_descend.first;
-                this->touchdown_mass = this->top_of_descent_mass.value() - the_descend.second;
+                this->descent_range = the_descent.first;
+                this->touchdown_mass = this->top_of_descent_mass.value() - the_descent.second;
             }
             fc->delta_x = x_end - this->mission_profile.back().end_range;
-            uint16_t rangeSteps =
-                static_cast<uint16_t>(ceil((fc->delta_x /
-                EndnodeReadOnly<double>("program_settings/precision/way_increment").read(this->rtIO->moduleConfig).value())));
-            uint16_t rangeStepsFLchange = static_cast<uint16_t>(ceil(fc->delta_x /
-                (EndnodeReadOnly<double>("program_settings/precision/specific_air_range_check_increment").read(this->rtIO->moduleConfig).value() *
-                                            this->mission_file->Range)));
-            fc->delta_x /= rangeSteps;
-            for (uint16_t step_number(0); step_number < rangeSteps; ++step_number) {
+            uint16_t range_steps = // Total steps to reach the range of this cruise segment
+                static_cast<uint16_t>(ceil((fc->delta_x / way_increment)));
+            uint16_t range_steps_FL_change = static_cast<uint16_t>(ceil(fc->delta_x / range_share)); // Steps until a FL change can be done
+            fc->delta_x /= range_steps;
+            for (uint16_t step_number(0); step_number < range_steps; ++step_number) {
                 /* Set the initial conditions of the segment */
                 this->set_segment_initial_conditions(fc);
                 fc->end_TAS = fc->TAS;
                 if (this->mission_file->mission_data.at(a_mission_step).auto_FL_optimum &&
-                    ((step_number % static_cast<uint16_t>(rangeSteps / rangeStepsFLchange)) == 0 || step_number == 0)) {
+                    ((step_number % static_cast<unsigned int>(range_steps / range_steps_FL_change)) == 0 || step_number == 0)) {
                     /*******FLIGHT LEVEL CHANGE SIMULATION ***************/
                     /* Calculate conditions with flight level change */
-                    Operating_conditions backup_oc(*oc);
-                    Flight_conditions backup_fc(*fc);
-                    Flight_conditions FL_change_fc(*fc);
+                    OperatingConditions backup_oc(*oc);
+                    FlightConditions backup_fc(*fc);
+                    FlightConditions FL_change_fc(*fc);
                     //Save engine operating conditions for normal cruise before changes from flight level change simulation occur
                     std::vector<OperatingPoint> backup_operating_points = this->engine.get_operating_points(energy_carrier_id);
                     try {
                         this->simulate_FL_change(&FL_change_fc, *oc, this->mission_file->mission_data.at(a_mission_step).auto_altitude_steps, a_mission_step);
                     } catch (const std::string& error_message) {
+                        myRuntimeInfo->warn << "Simulation for automatic flight level change failed: No valid operation point found. Continue with cruise!" << std::endl;
                         /* Reset all values to backup */
                         this->engine.set_operating_points(energy_carrier_id, backup_operating_points); //Reset engine operating conditions to normal cruise conditions
                         *oc = backup_oc;
                         *fc = backup_fc;
-                        this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::CRUISE;
+                        this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::CRUISE;
                         /* Perform cruise iteration */
                         this->cruise_iteration(oc, fc, a_mission_step, true);
                         continue;
                     }
                     /* Update descent distance from higher flight level after first check */
-                    if (iterate_top_of_descent_mass && (step_number / static_cast<uint16_t>(rangeSteps / rangeStepsFLchange) == 1)) {
+                    if (iterate_top_of_descent_mass && (step_number / static_cast<uint16_t>(range_steps / range_steps_FL_change) == 1)) {
+                            FlightConditions descent_fc(FL_change_fc); // New FlightConditions; otherwise the FL change would be overwritten
                             double currentEndCruiseSegment(x_end);
-                            std::pair<double, double> the_descend;
-                            the_descend = this->iterate_descent(&currentEndCruiseSegment, &this->top_of_descent_mass_next_FL, this->descent_range_next_FL,
-                                            *oc, FL_change_fc, a_mission_step);
-                            this->descent_range_next_FL = the_descend.first;
-                            this->touchdown_mass_next_FL = this->top_of_descent_mass_next_FL - the_descend.second;
+                            std::pair<double, double> the_descent;
+                            the_descent = this->iterate_descent(&currentEndCruiseSegment, &this->top_of_descent_mass_next_FL, this->descent_range_next_FL,
+                                            *oc, descent_fc, a_mission_step);
+                            this->descent_range_next_FL = the_descent.first;
+                            this->touchdown_mass_next_FL = this->top_of_descent_mass_next_FL - the_descent.second;
                     }
                     this->engine.set_operating_points(energy_carrier_id, backup_operating_points); //Reset engine operating conditions to normal cruise conditions
                     /*******CONTINUOUS CRUISE SIMULATION ***************/
                     /* Calculate conditions for level cruise without flight level change */
-                    double cruise_range(0.);
-                    double cruise_fuel(0.);
-                    while ((this->mission_profile.back().end_range + cruise_range) <= (this->mission_profile.back().end_range + FL_change_fc.delta_x)) {
-                        this->cruise_iteration(oc, fc, a_mission_step, false);
-                        fc->aircraft_mass = fc->end_aircraft_mass;
-                        fc->TAS = fc->end_TAS;
-                        fc->altitude = fc->end_altitude;
-                        this->set_segment_initial_conditions(fc, false);
-                        cruise_range += fc->delta_x;
-                        cruise_fuel += fc->step_fuel_mass;
+                    bool do_FL_change(false);
+                    if (fc->end_specific_air_range < FL_change_fc.end_specific_air_range) { // Only initiate the while loop if SAR at new FL is better
+                        double cruise_range(0.); // Save cruise range, since the steps underneath won't be saved
+                        /* Cruise until the aircraft has travelled as much as it would do while changing the FL */
+                        while ((this->mission_profile.back().end_range + cruise_range) <= (this->mission_profile.back().end_range + FL_change_fc.delta_x)) {
+                            this->cruise_iteration(oc, fc, a_mission_step, false);
+                            fc->aircraft_mass = fc->end_aircraft_mass;
+                            fc->TAS = fc->end_TAS;
+                            fc->altitude = fc->end_altitude;
+                            this->set_segment_initial_conditions(fc, false);
+                            cruise_range += fc->delta_x;
+                        }
+                        /* Burning fuel increases the cruise's SAR (by lowering the total mass). If FL change SAR is still better, check if an FL change would reduce emissions */
+                        if (fc->end_specific_air_range < FL_change_fc.end_specific_air_range) {
+                            do_FL_change = this->decide_FL_change(*fc, FL_change_fc, cruise_range);
+                        }
                     }
-                    /*******STATE COMPARISON ***************/
-                    /* Compare conditions and decide for doing a flight level change or not */
-                    bool doFLChange(this->decide_FL_change(*fc, FL_change_fc,
-                                        this->mission_file->mission_data.at(a_mission_step).CI, cruise_range, cruise_fuel));
-                    if (doFLChange) {
+                    if (do_FL_change) {
                         // Check for max_operating_altitude with ACCURACY_LOW to avoid not allowing step due to numerical uncertainties
                         if (fc->altitude + this->mission_file->mission_data.at(a_mission_step).auto_altitude_steps
                                 > this->max_operating_altitude_required + ACCURACY_LOW) {
@@ -977,16 +1001,18 @@ void standard_mission::cruise_at_constant_mach(Operating_conditions* oc, Flight_
                             *oc = backup_oc;
                             *fc = backup_fc;
                             /* Set new mission data */
-                            this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::FLCHANGE;
+                            this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::FLCHANGE;
+                            oc->mission_data->at(oc->mission_step).mode_name = "change_flight_level_constant_ROC";
                             this->mission_file->mission_data.at(a_mission_step).altitude =
                                 fc->altitude + this->mission_file->mission_data.at(a_mission_step).auto_altitude_steps;
                             /* Change FL */
                             this->set_segment_initial_conditions(fc);
                             this->change_altitude_at_constant_speed(oc, fc, a_mission_step);
-                            Flight_conditions finalSegmentFLchangeReal(*fc);
+                            FlightConditions finalSegmentFLchangeReal(*fc);
                             /* Reset values */
                             myRuntimeInfo->out << "<--- continue cruising..." << std::endl;
-                            this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::CRUISE;
+                            this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::CRUISE;
+                            oc->mission_data->at(oc->mission_step).mode_name = "cruise";
                             oc->rating = "cruise";
                             fc->update_operating_condition(*oc);
                             this->set_segment_initial_conditions(fc);
@@ -1007,17 +1033,17 @@ void standard_mission::cruise_at_constant_mach(Operating_conditions* oc, Flight_
             /* Iterate descent distance */
             if (iterate_top_of_descent_mass) {
                 double tmp_TOD = this->top_of_descent_mass.value();
-                std::pair<double, double> the_descend(this->iterate_descent(&x_end, &tmp_TOD, this->descent_range,
+                std::pair<double, double> the_descent(this->iterate_descent(&x_end, &tmp_TOD, this->descent_range,
                                                         *oc, *fc, a_mission_step));
                 this->top_of_descent_mass = tmp_TOD;
-                this->descent_range = the_descend.first;
-                this->touchdown_mass = this->top_of_descent_mass.value() - the_descend.second;
+                this->descent_range = the_descent.first;
+                this->touchdown_mass = this->top_of_descent_mass.value() - the_descent.second;
             }
         }
     }
 }
 
-void standard_mission::air_to_air_fuelling(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step) {
+void StandardMission::air_to_air_fuelling(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step) {
     myRuntimeInfo->out << "Air-to-air Fueling ... " << std::endl;
     oc->set_segment_operating_conditions(a_mission_step);
     /* Set the initial conditions of the segment */
@@ -1055,7 +1081,7 @@ void standard_mission::air_to_air_fuelling(Operating_conditions* oc, Flight_cond
     }
 }
 
-void standard_mission::free_flight(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step) {
+void StandardMission::free_flight(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step) {
     myRuntimeInfo->out << "Climbing to Free-Flight-Optimum ... " << std::endl;
     /* Set the operating conditions of the segment */
     oc->set_segment_operating_conditions(a_mission_step);
@@ -1090,7 +1116,7 @@ void standard_mission::free_flight(Operating_conditions* oc, Flight_conditions*
             /* Convert Mach number into true airspeed */
             fc->end_TAS = convertUnit(MACH, TRUEAIRSPEED, fc->altitude + fc->delta_h, this->atm, transition_mach);
         }
-        Flight_conditions backup_fc(*fc);
+        FlightConditions backup_fc(*fc);
         try {
             this->climb_iteration(oc, fc, a_mission_step);
         } catch (const std::string& error_message) {
@@ -1124,11 +1150,11 @@ void standard_mission::free_flight(Operating_conditions* oc, Flight_conditions*
     if (fc->delta_x < 0) {
         myRuntimeInfo->out << "Cruise distance already covered!" << std::endl;
     } else {
-        uint16_t rangeSteps =
+        uint16_t range_steps =
             static_cast<uint16_t>(ceil((fc->delta_x /
                 EndnodeReadOnly<double>("program_settings/precision/way_increment").read(this->rtIO->moduleConfig).value())));
-        fc->delta_x = fc->delta_x / rangeSteps;
-        for (uint16_t step_number(0); step_number < rangeSteps; ++step_number) {
+        fc->delta_x = fc->delta_x / range_steps;
+        for (uint16_t step_number(0); step_number < range_steps; ++step_number) {
             /* Set the initial conditions of the segment */
             this->set_segment_initial_conditions(fc);
             free_flight_iteration(oc, fc, a_mission_step, true);
@@ -1136,7 +1162,7 @@ void standard_mission::free_flight(Operating_conditions* oc, Flight_conditions*
     }
 }
 
-void standard_mission::calculate_econ_cruise_speed(double* econ_mach_number, const double& altitude, const double CI, const double& aircraft_mass,
+void StandardMission::calculate_econ_cruise_speed(double* econ_mach_number, const double& altitude, const double CI, const double& aircraft_mass,
                                                 const std::string& config, const std::string& rating) {
     double rel_step_size(1.e-2); // Relative step size
     double lowerComparisonMachNumber(0.);
@@ -1186,56 +1212,56 @@ void standard_mission::calculate_econ_cruise_speed(double* econ_mach_number, con
     return;
 }
 
-void standard_mission::simulate_FL_change(Flight_conditions* fc, const Operating_conditions& oc, const double& altitude_change_step,
+void StandardMission::simulate_FL_change(FlightConditions* fc, const OperatingConditions& oc, const double& altitude_change_step,
                                         const uint16_t& a_mission_step) {
     /* Backup */
-    double aircraft_massBeforeClimb(fc->end_aircraft_mass);
-    double delta_xClimb(0.);
-    Operating_conditions theFLchangeOC(oc); //OperatingCondition
+    double aircraft_mass_before_climb(fc->end_aircraft_mass);
+    double delta_x_climb(0.);
+    OperatingConditions FL_change_oc(oc); //OperatingCondition
     /* Simulate flight level change */
-    this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::FLCHANGESIMULATION;
+    this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::FLCHANGESIMULATION;
     this->mission_file->mission_data.at(a_mission_step).altitude = fc->altitude + altitude_change_step;
     this->set_segment_initial_conditions(fc, false);
-    delta_xClimb = (this->change_altitude_at_constant_speed(&theFLchangeOC, fc, a_mission_step, true));
-    double step_fuel_massClimb(aircraft_massBeforeClimb - fc->end_aircraft_mass);
+    delta_x_climb = (this->change_altitude_at_constant_speed(&FL_change_oc, fc, a_mission_step, true));
+    double step_fuel_mass_climb(aircraft_mass_before_climb - fc->end_aircraft_mass);
     /* Set new initial conditions in new altitude */
     fc->aircraft_mass = fc->end_aircraft_mass;
     fc->TAS = fc->end_TAS;
     fc->altitude = fc->end_altitude;
-    this->mission_file->mission_data.at(a_mission_step).mode = Flight_conditions::CRUISE;
-    theFLchangeOC.rating = "cruise";
-    fc->update_operating_condition(theFLchangeOC);
+    this->mission_file->mission_data.at(a_mission_step).mode = FlightConditions::CRUISE;
+    FL_change_oc.rating = "cruise";
+    fc->update_operating_condition(FL_change_oc);
     this->set_segment_initial_conditions(fc, false);
-    this->cruise_iteration(&theFLchangeOC, fc, a_mission_step, false);
+    this->cruise_iteration(&FL_change_oc, fc, a_mission_step, false);
     /* Add climb way and fuel to current flight condition */
-    fc->delta_x += delta_xClimb;
-    fc->step_fuel_mass += step_fuel_massClimb;
+    fc->delta_x += delta_x_climb;
+    fc->step_fuel_mass += step_fuel_mass_climb;
     /* Reset values */
     this->mission_file->mission_data.at(a_mission_step).altitude = fc->altitude - altitude_change_step;
 }
 
-void standard_mission::fixed_ROC_acceleration_iteration(Operating_conditions* oc, Flight_conditions* fc, const double& min_acceleration,
+void StandardMission::fixed_ROC_acceleration_iteration(OperatingConditions* oc, FlightConditions* fc, const double& min_acceleration,
                                             const uint16_t &mission_step, const bool& save_data) {
     /* Fixed ROC Iteration until convergence of delta_h */
     double residuum(0.);
     uint16_t counter(0);
     //Set start value of segment end conditions for iteration
-    this->set_segment_end_conditions(fc, fc->end_TAS, fc->altitude, fc->glidepath_angle, fc->acceleration);
+    this->set_segment_end_conditions(fc, fc->end_TAS, fc->altitude, fc->glide_path_angle, fc->acceleration);
     do {
         double oldend_altitudeeight(fc->end_altitude);
         /* set new values for delta_h and with this for end_TAS */
-        fc->delta_h = sin(fc->mean_glidepath_angle) / 2. / fc->mean_acceleration * (pow(fc->end_TAS, 2.)
+        fc->delta_h = sin(fc->mean_glide_path_angle) / 2. / fc->mean_acceleration * (pow(fc->end_TAS, 2.)
                                         - pow(fc->TAS, 2.));
         fc->end_altitude = fc->altitude + fc->delta_h;
         double CAS(convertUnit(TRUEAIRSPEED, CALIBRATEDAIRSPEED, oldend_altitudeeight, this->atm, fc->end_TAS));
         fc->end_TAS = convertUnit(CALIBRATEDAIRSPEED, TRUEAIRSPEED, fc->end_altitude, this->atm, CAS);
-        this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glidepath_angle, fc->end_acceleration);
+        this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glide_path_angle, fc->end_acceleration);
         /* Check acceleration potential */
         this->check_iteration_conditions(oc, fc, mission_step, 0.);
         if (counter == 500) { // Maximum number of iterations (500 iterations) is reached, error message
             throwError(__FILE__, __func__, __LINE__, "Maximum number of iterations reached. Abort program!");
         }
-        /* Calculate residuum in mean_glidepath_angle */
+        /* Calculate residuum in mean_glide_path_angle */
         residuum = fabs(oldend_altitudeeight - fc->end_altitude) / fabs(oldend_altitudeeight);
         counter++;
     } while (residuum > ACCURACY_LOW);
@@ -1246,7 +1272,7 @@ void standard_mission::fixed_ROC_acceleration_iteration(Operating_conditions* oc
     oc->delete_used_bleed_and_shaft_power_offtakes(fc->delta_t);
 }
 
-void standard_mission::check_iteration_conditions(Operating_conditions* oc, Flight_conditions* fc,
+void StandardMission::check_iteration_conditions(OperatingConditions* oc, FlightConditions* fc,
                                                     const uint16_t &mission_step, const double& minimum_ROC) {
     /* Check if flight direction is forward */
     if (fc->delta_x < 0.) {
@@ -1257,7 +1283,7 @@ void standard_mission::check_iteration_conditions(Operating_conditions* oc, Flig
         error_message << "fc->drag " << fc->end_drag << std::endl;
         error_message << "fc->Thrust " << fc->end_thrust << std::endl;
         error_message << "fc->mean_acceleration " << fc->mean_acceleration << std::endl;
-        error_message << "fc->mean_glidepath_angle " << fc->mean_glidepath_angle << std::endl;
+        error_message << "fc->mean_glide_path_angle " << fc->mean_glide_path_angle << std::endl;
         error_message << "fc->end_altitude " << fc->end_altitude << std::endl;
         // error_message << "N1: " << this->engine.get_operating_point().N << std::endl; //TODO(Gerrit): Splitten und rein
         throwError(__FILE__, __func__, __LINE__,  error_message.str());
@@ -1279,12 +1305,12 @@ void standard_mission::check_iteration_conditions(Operating_conditions* oc, Flig
     /* Check climb/descent angle:
      * The problem is badly conditioned at values close to zero, it can lead to divergence.
      */
-    if (!accuracyCheck(fc->delta_h, 0., ACCURACY_HIGH) && fabs(fc->mean_glidepath_angle) < ACCURACY_LOW) {
+    if (!accuracyCheck(fc->delta_h, 0., ACCURACY_HIGH) && fabs(fc->mean_glide_path_angle) < ACCURACY_LOW) {
         throw_mission_error(6, mission_step);
     }
 }
 
-void standard_mission::cruise_iteration(Operating_conditions* oc, Flight_conditions* fc, const uint16_t &mission_step, bool save_data) {
+void StandardMission::cruise_iteration(OperatingConditions* oc, FlightConditions* fc, const uint16_t &mission_step, bool save_data) {
     /* Cruise Iteration until convergence of average fuel flow mean_fuel_mass_flow */
     double residuum(0.);
     uint16_t counter(0);
@@ -1292,12 +1318,12 @@ void standard_mission::cruise_iteration(Operating_conditions* oc, Flight_conditi
     fc->end_TAS = fc->TAS;
     fc->delta_h = 0.;
     this->set_segment_end_conditions(fc, fc->end_TAS, fc->altitude + fc->delta_h,
-                                        fc->glidepath_angle, fc->acceleration, NAN,
+                                        fc->glide_path_angle, fc->acceleration, NAN,
                                         EndnodeReadOnly<bool>("program_settings/general/use_breguet_estimation_in_cruise").read(this->rtIO->moduleConfig).value());
     do {
         /* Set iteration values */
         double previous_fuel_mass_flow(fc->mean_fuel_mass_flow);
-        this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glidepath_angle, fc->end_acceleration, NAN,
+        this->set_segment_end_conditions(fc, fc->end_TAS, fc->end_altitude, fc->end_glide_path_angle, fc->end_acceleration, NAN,
                                              EndnodeReadOnly<bool>("program_settings/general/use_breguet_estimation_in_cruise").read(this->rtIO->moduleConfig).value());
         /* Check conditions */
         this->check_iteration_conditions(oc, fc, mission_step, 0.);
@@ -1313,7 +1339,7 @@ void standard_mission::cruise_iteration(Operating_conditions* oc, Flight_conditi
     oc->delete_used_bleed_and_shaft_power_offtakes(fc->delta_t);
 }
 
-void standard_mission::free_flight_iteration(Operating_conditions* oc, Flight_conditions* fc, const uint16_t &mission_step, bool save_data) {
+void StandardMission::free_flight_iteration(OperatingConditions* oc, FlightConditions* fc, const uint16_t &mission_step, bool save_data) {
     int energy_carrier_id(fc->mission_data->at(fc->operating_condition->mission_step).energy_carrier_id);
     /* Add bleed and ShaftPower-Offtakes */
     fc->bleed = oc->background_bleed;
@@ -1352,17 +1378,17 @@ void standard_mission::free_flight_iteration(Operating_conditions* oc, Flight_co
     /* Convert Mach number into true airspeed */
     fc->end_TAS = convertUnit(MACH, TRUEAIRSPEED, fc->end_altitude, this->atm, mach);
     fc->delta_h = fc->end_altitude - fc->altitude;
-    fc->glidepath_angle = atan(fc->delta_h / fc->delta_x);
+    fc->glide_path_angle = atan(fc->delta_h / fc->delta_x);
     fc->acceleration = (fc->thrust - fc->drag -
-                fc->aircraft_mass * sin(fc->glidepath_angle) * G_FORCE) /
-                fc->aircraft_mass; // Acceleration according to Newton's law. Acceleration force F_a = (thrust.netThrust - Drag - m*cos(glidepath_angle)*g)
+                fc->aircraft_mass * sin(fc->glide_path_angle) * G_FORCE) /
+                fc->aircraft_mass; // Acceleration according to Newton's law. Acceleration force F_a = (thrust.netThrust - Drag - m*cos(glide_path_angle)*g)
     // Drag in path direction
     fc->mean_acceleration = fc->acceleration;
     fc->end_acceleration = fc->acceleration;
     double err(0.);
     unsigned int counter(0); //iteration counter
     do {
-        fc->delta_t = fc->delta_x / cos(fc->glidepath_angle) / (fc->TAS + fc->end_TAS) * 2.;
+        fc->delta_t = fc->delta_x / cos(fc->glide_path_angle) / (fc->TAS + fc->end_TAS) * 2.;
         this->engine.calculate_N1_with_thrustlimit(energy_carrier_id, fc->end_altitude, convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS),
                                                     this->atm, oc->derate, oc->rating, fc->bleed,
                                                     fc->shaft_power, fc->end_drag);
@@ -1373,17 +1399,17 @@ void standard_mission::free_flight_iteration(Operating_conditions* oc, Flight_co
         fc->step_fuel_mass = fc->delta_t * fc->mean_fuel_mass_flow;
         fc->end_drag = this->aero.getCruiseDrag(convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS),
                                                                 fc->end_altitude, 0.,
-                                                                (fc->aircraft_mass - fc->step_fuel_mass) * cos(fc->glidepath_angle),
+                                                                (fc->aircraft_mass - fc->step_fuel_mass) * cos(fc->glide_path_angle),
                                                                 oc->config, this->atm);
 
         if (sophistication_level != UNSOPHISTICATED) {
             double current_cg(get_current_cg());
             fc->end_drag = this->interpolateViaCoG(current_cg, fc->end_drag,
                 getAlternativeAero(current_cg)->getCruiseDrag(convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS),
-                        fc->end_altitude, 0., (fc->aircraft_mass - fc->step_fuel_mass) * cos(fc->glidepath_angle),
+                        fc->end_altitude, 0., (fc->aircraft_mass - fc->step_fuel_mass) * cos(fc->glide_path_angle),
                         oc->config, this->atm));
         }
-        double required_thrust(sin(fc->glidepath_angle) * (fc->aircraft_mass - fc->step_fuel_mass) * G_FORCE +
+        double required_thrust(sin(fc->glide_path_angle) * (fc->aircraft_mass - fc->step_fuel_mass) * G_FORCE +
                               (fc->aircraft_mass - fc->step_fuel_mass) * fc->end_acceleration + fc->end_drag);
         this->engine.calculate_N1_with_thrustlimit(energy_carrier_id, fc->end_altitude,
                             convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS),
@@ -1392,9 +1418,9 @@ void standard_mission::free_flight_iteration(Operating_conditions* oc, Flight_co
         fc->end_thrust = this->engine.get_thrust_aircraft(energy_carrier_id);
         fc->end_acceleration = (fc->end_thrust - fc->end_drag -
                                 (fc->aircraft_mass - fc->step_fuel_mass) *
-                                sin(fc->glidepath_angle) * G_FORCE) / (fc->aircraft_mass - fc->step_fuel_mass);
+                                sin(fc->glide_path_angle) * G_FORCE) / (fc->aircraft_mass - fc->step_fuel_mass);
         /* Check drag */
-        if (fabs(fc->end_thrust - sin(fc->glidepath_angle) * (fc->aircraft_mass - fc->step_fuel_mass)*G_FORCE -
+        if (fabs(fc->end_thrust - sin(fc->glide_path_angle) * (fc->aircraft_mass - fc->step_fuel_mass)*G_FORCE -
                 fc->end_drag - (fc->aircraft_mass - fc->step_fuel_mass)*fc->end_acceleration) > 1e-6) {
             throw_mission_error(2, mission_step);
         }
@@ -1471,7 +1497,7 @@ void standard_mission::free_flight_iteration(Operating_conditions* oc, Flight_co
     oc->delete_used_bleed_and_shaft_power_offtakes(fc->delta_t);
 }
 
-void standard_mission::set_segment_initial_conditions(Flight_conditions* fc, const bool& use_mission_condition, const double& an_end_CL) {
+void StandardMission::set_segment_initial_conditions(FlightConditions* fc, const bool& use_mission_condition, const double& an_end_CL) {
     /* Segment initial conditions have to be iterated until convergence due to internal dependencies
      * iteration values are: CL, Drag, and thrust
      * note: the weight (mass) as fourth force has not to be integrated here because it is fixed as segment start value as well as the true airspeed (TAS) and flight altitude (h)
@@ -1503,7 +1529,7 @@ void standard_mission::set_segment_initial_conditions(Flight_conditions* fc, con
         double oldLift(fc->CL);
         double oldDrag(fc->drag);
         double oldThrust(fc->thrust);
-        /* Set glidepath_angle and ROC */
+        /* Set glide_path_angle and ROC */
         fc->set_initial_flight_track();
         /* Acceleration */
         fc->set_initial_acceleration_factors(this->braking_coefficient, this->friction_coefficient, this->wing_surface_area);
@@ -1532,11 +1558,20 @@ void standard_mission::set_segment_initial_conditions(Flight_conditions* fc, con
     fc->energyflow = {energy_carrier_id, this->engine.get_aircraft_energyflow(energy_carrier_id, fc->fuel_mass_flow)};
 }
 
-void standard_mission::set_initial_iteration_start_values(Flight_conditions* fc, const double& an_end_CL) {
-    /* Flight track values */
-    fc->glidepath_angle = fc->end_glidepath_angle;
+void StandardMission::set_initial_iteration_start_values(FlightConditions* fc, const double& an_end_CL) {
+    uint16_t step_mode(fc->operating_condition->mission_data->at(fc->operating_condition->mission_step).mode);
     /* Acceleration */
-    fc->acceleration = fc->end_acceleration;
+    if (step_mode == FlightConditions::CLIMBCONSTCAS || step_mode == FlightConditions::CRUISE) { // By definition, acceleration must stay at 0 m/s^2
+        fc->acceleration = 0.;
+    } else {
+        fc->acceleration = fc->end_acceleration;
+    }
+    /* Flight track values */
+    if (step_mode == FlightConditions::CRUISE) { // Cruise flies horizontally
+        fc->glide_path_angle = 0.;
+    } else {
+        fc->glide_path_angle = fc->end_glide_path_angle;
+    }
     /* Lift and Drag */
     this->set_initial_aerodynamic_values(fc, an_end_CL);
 	/* Thrust
@@ -1547,17 +1582,17 @@ void standard_mission::set_initial_iteration_start_values(Flight_conditions* fc,
     fc->set_initial_thrust();
 }
 
-void standard_mission::set_initial_aerodynamic_values(Flight_conditions* fc, const double& an_end_CL) {
+void StandardMission::set_initial_aerodynamic_values(FlightConditions* fc, const double& an_end_CL) {
     if (std::isnan(an_end_CL)) {
         fc->CL = this->aero.getCL(fc->altitude,
                                                                 convertUnit(TRUEAIRSPEED, MACH, fc->altitude, this->atm, fc->TAS),
-                                                                0., fc->aircraft_mass * cos(fc->glidepath_angle), atm);
+                                                                0., fc->aircraft_mass * cos(fc->glide_path_angle), atm);
         if (sophistication_level != UNSOPHISTICATED) {
             double current_cg(get_current_cg());
             fc->CL = this->interpolateViaCoG(current_cg, fc->CL,
                 getAlternativeAero(current_cg)->getCL(fc->altitude,
                     convertUnit(TRUEAIRSPEED, MACH, fc->altitude, this->atm, fc->TAS), 0.,
-                                    fc->aircraft_mass * cos(fc->glidepath_angle), atm));
+                                    fc->aircraft_mass * cos(fc->glide_path_angle), atm));
         }
     } else {
         fc->CL = an_end_CL;
@@ -1572,27 +1607,27 @@ void standard_mission::set_initial_aerodynamic_values(Flight_conditions* fc, con
                                                         fc->altitude, fc->CL,
                                                         fc->operating_condition->config, atm));
     }
-    if (this->mission_file->mission_data.at(fc->operating_condition->mission_step).mode == Flight_conditions::LANDING) {
+    if (this->mission_file->mission_data.at(fc->operating_condition->mission_step).mode == FlightConditions::LANDING) {
         fc->drag *= this->aero.maxSpoilerFactor; //activate ground spoilers
     }
 }
 
-void standard_mission::set_iteration_start_values(Flight_conditions* fc, const double& end_track_angle, const double& end_acceleration, const double& an_end_CL) {
+void StandardMission::set_iteration_start_values(FlightConditions* fc, const double& end_track_angle, const double& end_acceleration, const double& an_end_CL) {
     /* Flight track values */
-    fc->end_glidepath_angle = end_track_angle;
-    fc->mean_glidepath_angle = (fc->glidepath_angle + fc->end_glidepath_angle) / 2.;
-    fc->ROC = sin(fc->mean_glidepath_angle) * (fc->TAS + fc->end_TAS) / 2.;
+    fc->end_glide_path_angle = end_track_angle;
+    fc->mean_glide_path_angle = (fc->glide_path_angle + fc->end_glide_path_angle) / 2.;
+    fc->ROC = sin(fc->mean_glide_path_angle) * (fc->TAS + fc->end_TAS) / 2.;
     /* Acceleration */
     fc->end_acceleration = end_acceleration;
     fc->mean_acceleration = (fc->acceleration + fc->end_acceleration) / 2.;
     /* Lift and Drag */
     double mach(convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS));
     if (std::isnan(an_end_CL)) {
-        fc->end_CL = this->aero.getCL(fc->end_altitude, mach, 0., fc->aircraft_mass * cos(fc->end_glidepath_angle), atm);
+        fc->end_CL = this->aero.getCL(fc->end_altitude, mach, 0., fc->aircraft_mass * cos(fc->end_glide_path_angle), atm);
         if (sophistication_level != UNSOPHISTICATED) {
             double current_cg(get_current_cg());
             fc->end_CL = this->interpolateViaCoG(current_cg, fc->end_CL,
-                this->getAlternativeAero(current_cg)->getCL(fc->end_altitude, mach, 0., fc->aircraft_mass * cos(fc->end_glidepath_angle), atm));
+                this->getAlternativeAero(current_cg)->getCL(fc->end_altitude, mach, 0., fc->aircraft_mass * cos(fc->end_glide_path_angle), atm));
         }
     } else {
         fc->end_CL = an_end_CL;
@@ -1623,7 +1658,7 @@ void standard_mission::set_iteration_start_values(Flight_conditions* fc, const d
     fc->set_thrust();
 }
 
-void standard_mission::set_aerodynamic_values(Flight_conditions* fc, const double& an_end_CL) {
+void StandardMission::set_aerodynamic_values(FlightConditions* fc, const double& an_end_CL) {
     double mach(convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS));
     fc->end_reynolds = atm.getDensity(fc->end_altitude) *
                                         this->MAC * fc->end_TAS / atm.getViscosity(fc->end_altitude);
@@ -1640,12 +1675,12 @@ void standard_mission::set_aerodynamic_values(Flight_conditions* fc, const doubl
     // Lift coefficient
     if (std::isnan(an_end_CL)) { //only update lift if not preset
         fc->end_CL = this->aero.getCL(fc->end_altitude, mach, 0.,
-                                        fc->end_aircraft_mass * cos(fc->end_glidepath_angle), this->atm);
+                                        fc->end_aircraft_mass * cos(fc->end_glide_path_angle), this->atm);
         if (sophistication_level != UNSOPHISTICATED) {
             double current_cg(get_current_cg());
             fc->end_CL = this->interpolateViaCoG(current_cg, fc->end_CL,
                 this->getAlternativeAero(current_cg)->getCL(fc->end_altitude, mach, 0.,
-                                                            fc->end_aircraft_mass * cos(fc->end_glidepath_angle), this->atm));
+                                                            fc->end_aircraft_mass * cos(fc->end_glide_path_angle), this->atm));
         }
     }
 
@@ -1671,16 +1706,16 @@ void standard_mission::set_aerodynamic_values(Flight_conditions* fc, const doubl
         throwError(__FILE__, __func__, __LINE__, "Drag NaN.");
     }
     /* Activate spoilers during Landing or if thrust is larger than required thrust for stationary flight */
-    if (this->mission_file->mission_data.at(fc->operating_condition->mission_step).mode == Flight_conditions::LANDING ||
+    if (this->mission_file->mission_data.at(fc->operating_condition->mission_step).mode == FlightConditions::LANDING ||
         (fc->engine_limit_reached &&
-            (fc->end_thrust - (sin(fc->mean_glidepath_angle) * fc->end_aircraft_mass * G_FORCE +
+            (fc->end_thrust - (sin(fc->mean_glide_path_angle) * fc->end_aircraft_mass * G_FORCE +
                 fc->end_drag + fc->end_aircraft_mass * fc->mean_acceleration)) / fc->end_thrust > ACCURACY_HIGH)) {
         myRuntimeInfo->info << "Activate spoiler ..." << std::endl;
         fc->activate_spoilers();
     }
 }
 
-void standard_mission::set_specific_air_range(Flight_conditions* fc) {
+void StandardMission::set_specific_air_range(FlightConditions* fc) {
     double mach(convertUnit(TRUEAIRSPEED, MACH, fc->end_altitude, this->atm, fc->end_TAS));
     double LoD(this->aero.getCLLoverD(mach, fc->end_CL, fc->operating_condition->config));
     if (sophistication_level != UNSOPHISTICATED) {
@@ -1693,12 +1728,12 @@ void standard_mission::set_specific_air_range(Flight_conditions* fc) {
     fc->end_specific_air_range = LoD * fc->end_TAS / (TSFC * fc->end_aircraft_mass * G_FORCE);
 }
 
-void standard_mission::set_segment_end_conditions(Flight_conditions* fc, const double& end_TAS, const double& end_altitude,
+void StandardMission::set_segment_end_conditions(FlightConditions* fc, const double& end_TAS, const double& end_altitude,
                                                     const double& end_track_angle, const double& end_acceleration,
                                                     const double& an_end_CL, const bool& use_breguet) {
     /* Segment end conditions have to be iterated until convergence due to internal dependencies
      * iteration values are: end_aircraft_mass, CLend, DragEnd, end_thrust to consider all four forces
-     * mean values: delta_x, delta_t, mean_acceleration, mean_glidepath_angle, ROC, mean_fuel_mass_flow, step_fuel_mass
+     * mean values: delta_x, delta_t, mean_acceleration, mean_glide_path_angle, ROC, mean_fuel_mass_flow, step_fuel_mass
      */
     double residuumMass(0.), residuumLift(0.), residuumDrag(0.), residuumThrust(0.);
     uint16_t counter(0);
@@ -1717,7 +1752,7 @@ void standard_mission::set_segment_end_conditions(Flight_conditions* fc, const d
         double oldEndLift(fc->end_CL);
         double oldEndDrag(fc->end_drag);
         double oldthrust(fc->end_thrust);
-        /* Set glidepath_angle and ROC */
+        /* Set glide_path_angle and ROC */
         fc->set_flight_track();
         /* Acceleration */
         fc->set_acceleration_factors(this->braking_coefficient, this->friction_coefficient, this->wing_surface_area);
@@ -1755,7 +1790,7 @@ void standard_mission::set_segment_end_conditions(Flight_conditions* fc, const d
     fc->stabilizer_incidence = aero.getIStabPolar(mach, fc->end_CL, fc->operating_condition->config);
 }
 
-void standard_mission::set_segment_end_cg(Flight_conditions *fc) {
+void StandardMission::set_segment_end_cg(FlightConditions *fc) {
     if (sophistication_level != UNSOPHISTICATED) { // TODO(Gerrit): end_total_fuel_mass und previous_loaded_fuel_mass anpassen!
         double new_fuel_mass = this->previous_loaded_fuel_mass[0] + (this->mission_profile.back().end_total_fuel_mass[0] - fc->step_fuel_mass);
         if (fc->first_run_switch) {
@@ -1780,7 +1815,7 @@ void standard_mission::set_segment_end_cg(Flight_conditions *fc) {
     }
 }
 
-void standard_mission::save_segment_data(Flight_conditions* fc, const Operating_conditions &oc, unsigned int mission_step) {
+void StandardMission::save_segment_data(FlightConditions* fc, const OperatingConditions &oc, unsigned int mission_step) {
     double aircraft_mass_tmp = this->mission_profile.back().end_total_mass - fc->step_fuel_mass;
     int energy_carrier_id(fc->mission_data->at(fc->operating_condition->mission_step).energy_carrier_id);
     if (aircraft_mass_tmp <= 0. || std::isnan(aircraft_mass_tmp) || std::isinf(aircraft_mass_tmp)) {
@@ -1812,7 +1847,7 @@ void standard_mission::save_segment_data(Flight_conditions* fc, const Operating_
                     error_message << "Reduce drag.";
                     throwError(__FILE__, __func__, __LINE__, error_message.str());
                 } else {}
-                Operating_conditions oc_tmp(oc);
+                OperatingConditions oc_tmp(oc);
                 oc_tmp.rating = newRating;
                 myRuntimeInfo->info << error_message.str() << "Automatically increasing thrust rating tmporarily from '" << oc.rating << "' to '"
                                     << oc_tmp.rating << "'" << std::endl;
@@ -1826,17 +1861,15 @@ void standard_mission::save_segment_data(Flight_conditions* fc, const Operating_
     this->set_segment_end_cg(fc);
     int energy_carrier_id_tmp = oc.mission_data->at(oc.mission_step).energy_carrier_id;
     // engine.drain_tanks(energy_carrier_id_tmp, fc->delta_t, fc->step_fuel_mass); // TODO(Gerrit): ggf. fuer CoG
-    std::map<int, double> fuel_mass_map_tmp = this->mission_profile.back().end_total_fuel_mass;
-    fuel_mass_map_tmp[energy_carrier_id_tmp] -= fc->step_fuel_mass; // only subtract mass from the used energy carrier
 
     /* Create a map to push N1 values for all propulsors */
     std::map<uint16_t, double> n1_map; // Fill map with N1 for each used propulsor and its ID
-    for (node* propulsor : rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion").getVector("propulsor")) {
+    for (const node* propulsor : rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion").getVector("propulsor")) {
         n1_map[propulsor->getIntAttrib("ID")] = 0.;
     }
-    for (auto prop : engine.get_propulsors(energy_carrier_id_tmp)) {
+    for (MultiEnginePropulsion::Propulsor prop : engine.get_propulsors(energy_carrier_id_tmp)) { // Non-const iterator, because otherwise get_operating_point would not work
         double n1_temp = prop.engine.get_operating_point().N;
-        for (uint16_t id : prop.engine_id) {
+        for (const uint16_t& id : prop.engine_id) {
             n1_map.at(id) = n1_temp;
         }
     }
@@ -1851,45 +1884,13 @@ void standard_mission::save_segment_data(Flight_conditions* fc, const Operating_
     }
 
     // Push the result
-    this->mission_profile.push_back(mission_segment(fuel_mass_map_tmp,
-                                   fc->mean_fuel_mass_flow,
-                                   this->mission_profile.back().end_time + fc->delta_t,
-                                   this->mission_profile.back().end_range + fc->delta_x,
-                                   this->mission_profile.back().end_altitude + fc->delta_h,
-                                   this->mission_profile.back().end_total_mass - fc->step_fuel_mass,
-                                   fc->end_CL,
-                                   fc->end_L_over_D,
-                                   fc->end_specific_air_range,
-                                   oc.config,
-                                   fc->mean_glidepath_angle,
-                                   fc->end_TAS,
-                                   convertUnit(TRUEAIRSPEED, MACH, this->mission_profile.back().end_altitude + fc->delta_h, this->atm, fc->end_TAS),
-                                   convertUnit(TRUEAIRSPEED, CALIBRATEDAIRSPEED, this->mission_profile.back().end_altitude +
-                                                fc->delta_h, this->atm, fc->end_TAS),
-                                   fc->end_TAS * cos(fc->mean_glidepath_angle),
-                                   fc->end_thrust,
-                                   fc->bleed,
-                                   fc->shaft_power,
-                                   oc.rating,
-                                   n1_map,
-                                   fc->end_angle_of_attack,
-                                   fc->end_spoiler_factor,
-                                   this->mission_file->mission_data.at(mission_step).mode_name,
-                                   fc->end_reynolds,
-                                   fc->new_aircraft_cg,
-                                   fc->new_fuel_cg,
-                                   fc->stabilizer_incidence,
-                                   fc->origin_polar,
-                                   energy_carrier_id_tmp));
+    this->mission_profile.push_back(MissionSegment(*(fc), oc, mission_profile.back(), n1_map));
     Modeselector mode_selector(EndnodeReadOnly<std::string>(
         "/module_configuration_file/program_settings/general/polar_switch_mission_point/polar_switch_selector").read(this->rtIO->moduleConfig).value());
     if (mode_selector.get_mode_numeric() != 0 && !this->aero.altPolarsInUse && oc.config == "clean") {
         bool polars_just_switched(false);
         double total_mission_time(this->previous_flight_time); // [sec]
-        if (total_mission_time < 0.001) {
-            /* */
-            /**< \todo [T1100] (https://unicado.ilr.rwth-aachen.de/T1100): Maybe replace estimation according to t=s/v by Breguet [s]
-             */
+        if (total_mission_time < 0.001) { // If none is set, roughly estimate using Breguet
             total_mission_time = this->mission_file->Range /
                                 convertUnit(MACH, TRUEAIRSPEED, this->initial_cruise_altitude_required, this->atm, this->initial_cruise_mach_required);
         }
@@ -1940,7 +1941,7 @@ void standard_mission::save_segment_data(Flight_conditions* fc, const Operating_
     }
 }
 
-void standard_mission::interpolate_stabilizer_incidence(Flight_conditions *fc) {
+void StandardMission::interpolate_stabilizer_incidence(FlightConditions *fc) {
     double current_cg;
     double design_value = fc->stabilizer_incidence;
     if (fc->new_aircraft_cg != 0) {
@@ -1959,33 +1960,42 @@ void standard_mission::interpolate_stabilizer_incidence(Flight_conditions *fc) {
     fc->stabilizer_incidence = this->interpolateViaCoG(current_cg, design_value, partner_value);
 }
 
-bool standard_mission::decide_FL_change(const Flight_conditions& cruise_fc, const Flight_conditions& next_FL_fc,
-                                        const double& cost_index, const double& cruise_range, const double& cruise_fuel) {
+bool StandardMission::decide_FL_change(const FlightConditions& cruise_fc, const FlightConditions& next_FL_fc, const double& cruise_range) {
     /* Calculate ranges until descent for constant flight level (rest_range_cruise) and for flight level change (rest_range_climb) using the same starting point x */
-    double rest_range(this->mission_file->Range - this->mission_profile.back().end_range);
-    double rest_range_cruise(rest_range - cruise_range - this->descent_range);
-    double rest_range_climb(rest_range - next_FL_fc.delta_x - this->descent_range_next_FL);
+    double rest_range_cruise(this->mission_file->Range - this->mission_profile.back().end_range - cruise_range - this->descent_range);
+    double rest_range_climb(this->mission_file->Range - this->mission_profile.back().end_range - next_FL_fc.delta_x - this->descent_range_next_FL);
     double breguet_factor_level_cruise(cruise_fc.end_specific_air_range * cruise_fc.end_aircraft_mass);
     double breguet_factor_climb_step(next_FL_fc.end_specific_air_range * next_FL_fc.end_aircraft_mass);
-    double cost_function_level_cruise((cruise_fc.end_aircraft_mass * (1 - exp(- rest_range_cruise / breguet_factor_level_cruise)) + cruise_fuel) / rest_range_cruise +
-                                   (this->top_of_descent_mass.value() - this->touchdown_mass) / this->descent_range +
-                                   (cost_index / convertUnit(MINUTE, SECOND, 1.) / cruise_fc.end_TAS));
-    double cost_function_level_change((next_FL_fc.end_aircraft_mass * (1 - exp(- rest_range_climb / breguet_factor_climb_step))
-                                            + next_FL_fc.step_fuel_mass) / rest_range_climb
-                                            + (this->top_of_descent_mass_next_FL - this->touchdown_mass_next_FL) / this->descent_range_next_FL
-                                            + (cost_index / convertUnit(MINUTE, SECOND, 1.) / next_FL_fc.end_TAS));
-    if (cost_function_level_cruise > cost_function_level_change) {
-        if (next_FL_fc.end_specific_air_range > cruise_fc.end_specific_air_range) {
-            return true;
-        } else {
-            return false;
-        }
+    double total_mass_cruise(cruise_fc.end_aircraft_mass);
+    double total_mass_FL_change(next_FL_fc.end_aircraft_mass);
+    int energy_carrier_id =
+        EndnodeReadOnly<int>("energy_carrier_ID").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/cruise")).value();
+
+    /* Since the SAR rises with falling total mass, but the effect differs on different altitudes, estimate it for multiple flight steps instead of one big range step */
+    size_t steps(10);
+    for (size_t i(0); i < steps; i++) {
+        /* Aircraft mass estimation for cruise only */
+        total_mass_cruise = total_mass_cruise * exp(- rest_range_cruise/static_cast<double>(steps) / breguet_factor_level_cruise);
+        double SAR_cruise_tmp = this->static_flight_specific_air_range(energy_carrier_id, this->mission_profile.back().end_mach, cruise_fc.altitude,
+                                                                    total_mass_cruise, "clean", "cruise");
+        breguet_factor_level_cruise = SAR_cruise_tmp * total_mass_cruise;
+
+        /* Aircraft mass estimation after FL change */
+        total_mass_FL_change = total_mass_FL_change * exp(- rest_range_climb/static_cast<double>(steps) / breguet_factor_climb_step);
+        double SAR_FL_change_tmp = this->static_flight_specific_air_range(energy_carrier_id, this->mission_profile.back().end_mach, next_FL_fc.altitude,
+                                                                total_mass_FL_change, "clean", "cruise");
+        breguet_factor_climb_step = SAR_FL_change_tmp * total_mass_FL_change;
+    }
+
+    /* If the cruise mass is less than the FL change mass, it must have consumed more fuel -> do a FL change */
+    if (total_mass_cruise < total_mass_FL_change && total_mass_cruise > 0. && total_mass_FL_change > 0.) {
+        return true;
     } else {
         return false;
     }
 }
 
-void standard_mission::calculate_optimum_FL(double* optimum_altitude, const double& mach, const double& CI,
+void StandardMission::calculate_optimum_FL(double* optimum_altitude, const double& mach, const double& CI,
                                             const double& aircraft_mass, const std::string& config, const double& derate,
                                             const std::string& rating, const bool& rounding_switch) {
     double rel_step_size(2.e-2); // Relative step size
@@ -1999,8 +2009,8 @@ void standard_mission::calculate_optimum_FL(double* optimum_altitude, const doub
     //Save engine operating conditions for normal cruise before changes from flight level change simulation occur
     std::vector<OperatingPoint> backup_operating_points = this->engine.get_operating_points(energy_carrier_id);
     while (*optimum_altitude < this->max_operating_altitude_required + ACCURACY_LOW && *optimum_altitude >= 0.) {
-        lower_altitude = *optimum_altitude * (1 - rel_step_size);
-        upper_altitude = *optimum_altitude * (1 + rel_step_size);
+        lower_altitude = *optimum_altitude * (1. - rel_step_size);
+        upper_altitude = *optimum_altitude * (1. + rel_step_size);
         double econ_altitude_cost_function = this->calculate_cost_function(energy_carrier_id, mach, *optimum_altitude, aircraft_mass, config, rating, 0., 0., CI);
         lower_cost_function = this->calculate_cost_function(energy_carrier_id, mach, lower_altitude, aircraft_mass, config, rating, 0., 0., CI);
         upper_cost_function = this->calculate_cost_function(energy_carrier_id, mach, upper_altitude, aircraft_mass, config, rating, 0., 0., CI);
@@ -2026,8 +2036,7 @@ void standard_mission::calculate_optimum_FL(double* optimum_altitude, const doub
     }
     /* Round to regular flight level */
     if (rounding_switch) {
-        double optiumum_FL;
-        uint16_t round_down_FL, round_up_FL;
+        double optiumum_FL, round_down_FL, round_up_FL;
         optiumum_FL = convertUnit(NOPREFIX, METER, HECTO, FOOT, *optimum_altitude);
         round_down_FL = RoundDown(optiumum_FL / 10., 0) * 10.;
         round_up_FL = RoundUp(optiumum_FL / 10., 0) * 10.;
@@ -2049,7 +2058,7 @@ void standard_mission::calculate_optimum_FL(double* optimum_altitude, const doub
     return;
 }
 
-void standard_mission::calculate_max_ROC_speed(double* mach, const Flight_conditions& fc, const double& derate) {
+void StandardMission::calculate_max_ROC_speed(double* mach, const FlightConditions& fc, const double& derate) {
     double rel_step_size(1.e-2); // Relative step size
     double mach_1(0.);
     double mach_2(0.);
@@ -2178,7 +2187,7 @@ void standard_mission::calculate_max_ROC_speed(double* mach, const Flight_condit
     return;
 }
 
-void standard_mission::calcOptSpeedAndFL(double* econ_mach_number, double* altitude, const double CI, const double& aircraft_mass, const std::string& config, const double& derate,
+void StandardMission::calcOptSpeedAndFL(double* econ_mach_number, double* altitude, const double CI, const double& aircraft_mass, const std::string& config, const double& derate,
                                 const std::string& rating, const int& energy_carrier_id) {
     double rel_step_size(2.e-2); // Relative step size
     double tolerance(1.e-7);
diff --git a/mission_analysis/src/standard_mission/fuel_handling/fuel_handling.cpp b/mission_analysis/src/standard_mission/fuel_handling/fuel_handling.cpp
index c25375e9a9d92192252f6928126412e83e0684e7..6fe4b7d1a8f11477ded8dcb6aad6e6b244c6f086 100644
--- a/mission_analysis/src/standard_mission/fuel_handling/fuel_handling.cpp
+++ b/mission_analysis/src/standard_mission/fuel_handling/fuel_handling.cpp
@@ -1,28 +1,38 @@
-/**
- * \file fuel_handling.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "../standard_mission/standard_mission.h"
 
-void standard_mission::tanking_and_load_control() {
+void StandardMission::tanking_and_load_control() {
     this->zero_fuel_mass = this->OME + this->payload_mass.value(); // Initialization of the zero fuel mass
     this->loaded_fuel_mass = this->previous_loaded_fuel_mass; // Get loaded fuel
+    double aircraft_mass(this->zero_fuel_mass + this->extra_fuel_mass.second); // Set start value for aircraft mass
     this->set_taxi_fuel(); //Taxi fuel
-    if (fabs(this->get_fuel_sum(this->loaded_fuel_mass)) < ACCURACY_HIGH || //no fuel loaded or estimate fuel switch on
-        EndnodeReadOnly<bool>("program_settings/mode/mission_methods/use_fuel_estimation_method").read(rtIO->moduleConfig).value()) {
-        /* Set start value for aircraft mass */
-        double aircraft_mass(this->zero_fuel_mass);
+    this->set_extra_fuel(&aircraft_mass); // Extra fuel on pilot's discretion
+    if (fabs(this->get_fuel_sum(this->loaded_fuel_mass)) < ACCURACY_HIGH || low_fidelity) { //no fuel loaded or low fidelity switch on
         if (this->mission_file->air_to_air_fuel_mass < 0.) { // The air to air fuel mass is smaller than 0
             aircraft_mass -= // AirToAir Fuel is only subtracted as a conservative estimation since hereby more fuel consumption will be calculated
                 this->mission_file->air_to_air_fuel_mass;
         }
-        this->set_extra_fuel(&aircraft_mass);
         this->set_trip_fuel(&aircraft_mass);
         this->calculate_reserve_fuel();
         this->update_loaded_fuel();
@@ -31,7 +41,7 @@ void standard_mission::tanking_and_load_control() {
     this->load_control();
 }
 
-void standard_mission::set_taxi_fuel() {
+void StandardMission::set_taxi_fuel() {
     int energy_carrier_id = EndnodeReadOnly<int>("energy_carrier_ID").read(
                                 rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/taxi")).value();
     /* Taxi fuel */
@@ -62,14 +72,14 @@ void standard_mission::set_taxi_fuel() {
     }
 }
 
-void standard_mission::set_extra_fuel(double *aircraft_mass) {
+void StandardMission::set_extra_fuel(double *aircraft_mass) {
     /* Set the extra fuel mass: Captain Discretion Fuel - "at the captain's discretion" - according to the pilot's "good feeling" - e.g. weather forecast, ... */
     switch (this->fuel_planning) {
         case this->JAR: {
             this->extra_fuel_mass.first = // TODO(Gerrit): Check if it makes sense: Most fuel needed for cruise -> extra fuel added to that
                 EndnodeReadOnly<int>("energy_carrier_ID").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/cruise")).value();
-            this->extra_fuel_mass.second = this->rtIO->moduleConfig.at(
-                "program_settings/general/fuel_planning/fuel_estimation/joint_aviation_requirements_parameters/extra_fuel/value");
+            this->extra_fuel_mass.second = EndnodeReadOnly<double>(
+                "program_settings/general/fuel_planning/fuel_estimation/joint_aviation_requirements_parameters/extra_fuel").read(rtIO->moduleConfig).value();
             break;
         }
         default: {
@@ -82,26 +92,27 @@ void standard_mission::set_extra_fuel(double *aircraft_mass) {
     *aircraft_mass += this->extra_fuel_mass.second;
 }
 
-void standard_mission::set_trip_fuel(double *aircraft_mass) {
+void StandardMission::set_trip_fuel(double* aircraft_mass) {
     /* Setup takeoff and landing fuel mass maps */
-    for (std::pair<const int, std::tuple<std::string, double, double, double>> energy_carrier : rtIO->aircraft_energy_carriers()) {
-        this->takeoff_fuel_mass[energy_carrier.first] = 0.;
-        this->landing_fuel_mass[energy_carrier.first] = 0.;
-    }
-    /* If possible, use the trip fuel from the previous run */
-    if (!(EndnodeReadOnly<bool>("program_settings/general/fuel_planning/fuel_estimation/fuel_estimation_switch").read(this->rtIO->moduleConfig).value()) &&
-            this->get_fuel_sum(this->previous_trip_fuel_mass) > 10. && // If global use_fuel_estimation_method is turned on, skip this
-            !EndnodeReadOnly<bool>("program_settings/mode/mission_methods/use_fuel_estimation_method").read(rtIO->moduleConfig).value()) {
-        this->trip_fuel_mass = this->previous_trip_fuel_mass;
-    } else {
+    for (const auto& [energy_carrier_id, energy_carrier_map] : rtIO->aircraft_energy_carriers()) {
+        this->takeoff_fuel_mass[energy_carrier_id] = 0.;
+        this->landing_fuel_mass[energy_carrier_id] = 0.;
+    }
+    /* If possible, use the trip fuel from the previous run; if not, use a Breguet-based estimation */
+    if (this->get_fuel_sum(this->previous_trip_fuel_mass) < 10. || // If no pre-calculated fuel is available, estimate trip fuel for the later used takeoff mass;
+        low_fidelity || // if global low fidelity method is turned on, always proceed with estimate_trip_fuel;
+        (EndnodeReadOnly<bool>( // if each iteration shall pre-calculate/estimate its own trip fuel, also use estimate_trip_fuel
+            "program_settings/general/fuel_planning/fuel_estimation/fuel_estimation_switch").read(this->rtIO->moduleConfig).value())) {
         this->estimate_trip_fuel(*aircraft_mass);
+    } else {
+        this->trip_fuel_mass = this->previous_trip_fuel_mass;
     }
     /* Output: estimated trip fuel mass rounded to the first decimal place */
     myRuntimeInfo->out << "Trip fuel: " << Rounding(this->get_fuel_sum(this->trip_fuel_mass), 1) << " kg" << std::endl;
     *aircraft_mass += this->get_fuel_sum(this->trip_fuel_mass);
 }
 
-void standard_mission::set_contingency_fuel(double *aircraft_mass) {
+void StandardMission::set_contingency_fuel(double *aircraft_mass) {
     /* Contingency Fuel  is defined:
      * JAR:             maximum of the following quantities:
      *                      - 5 min holding at 1500 ft above destination airport at holding speed and ISA-Conditions
@@ -123,6 +134,7 @@ void standard_mission::set_contingency_fuel(double *aircraft_mass) {
             double en_route_allowence(EndnodeReadOnly<double>(
                 "program_settings/general/fuel_planning/fuel_estimation/joint_aviation_requirements_parameters/contingency_fuel").read(this->rtIO->moduleConfig).value() *
                 this->get_fuel_sum(this->trip_fuel_mass));
+
             this->contingency_fuel_mass.second = std::max(holding_fuel, en_route_allowence);
             break;
         }
@@ -145,7 +157,7 @@ void standard_mission::set_contingency_fuel(double *aircraft_mass) {
     *aircraft_mass += this->contingency_fuel_mass.second;
 }
 
-void standard_mission::set_additional_fuel(double *aircraft_mass) {
+void StandardMission::set_additional_fuel(double *aircraft_mass) {
     /* Additional Fuel - Holding for 15 Min - 1500 ft */
     additional_fuel_mass.first  = // TODO(Gerrit): Check if it makes senese: Assuming descent energy carrier used since we are 'holding at 1500 ft'
             EndnodeReadOnly<int>("energy_carrier_ID").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/descent")).value();
@@ -178,7 +190,7 @@ void standard_mission::set_additional_fuel(double *aircraft_mass) {
     *aircraft_mass += this->additional_fuel_mass.second;
 }
 
-void standard_mission::set_final_reserve_fuel(double *aircraft_mass) {
+void StandardMission::set_final_reserve_fuel(double *aircraft_mass) {
     /* Final Reserve Fuel is defined:
      * JAR:             30 min holding at 1500 ft above destination airport at holding speed and ISA-Conditions
      * FAR_DOMESTIC:    45 min at normal cruise consumption
@@ -206,7 +218,7 @@ void standard_mission::set_final_reserve_fuel(double *aircraft_mass) {
     *aircraft_mass += this->final_reserve_fuel_mass.second;
 }
 
-void standard_mission::set_alternate_fuel(double* aircraft_mass) {
+void StandardMission::set_alternate_fuel(double* aircraft_mass) {
     int energy_carrier_id = // TODO(Gerrit): Check if it makes sense: Assuming cruise energy carrier used for alternate fuel reserves (derived from cruise conditions)
         EndnodeReadOnly<int>("energy_carrier_ID").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/cruise")).value();
     /* Alternate fuel: Calculation of the flight altitude from alternate. Climb gradient (2.5°) and decent (1.5°) estimated based on typical ROC and TAS */
@@ -271,7 +283,7 @@ void standard_mission::set_alternate_fuel(double* aircraft_mass) {
     *aircraft_mass += this->alternate_fuel_mass.second;
 }
 
-void standard_mission::calculate_reserve_fuel() {
+void StandardMission::calculate_reserve_fuel() {
     /* reserve_fuel (EASA) : JAR             := Alternate Fuel + Final Reserve Fuel + Additional Fuel + Contingency Fuel
      * reserve_fuel (FAA)  : FAR_DOMESTIC    := Alternate Fuel + Final Reserve Fuel
      *                      FAR_FLAG        := Alternate Fuel + Final Reserve Fuel + Additional Fuel + Contingency Fuel
@@ -296,7 +308,7 @@ void standard_mission::calculate_reserve_fuel() {
     myRuntimeInfo->out << "----------------------------------" << std::endl;
 }
 
-double standard_mission::calculate_holding_fuel(const double& aircraft_mass, const double& holding_time) {
+double StandardMission::calculate_holding_fuel(const double& aircraft_mass, const double& holding_time) {
     int energy_carrier_id = // TODO(Gerrit): Check if it makes sense: Assuming descent energy carrier used for reserves
         EndnodeReadOnly<int>("energy_carrier_ID").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/descent")).value();
     atmosphere holding_atm; //Airbus defines to calculate holding pattern at ISA-Conditions
@@ -339,7 +351,7 @@ double standard_mission::calculate_holding_fuel(const double& aircraft_mass, con
     return aircraft_mass * expm1(holding_time * SFC * G_FORCE / holding_L_over_D);
 }
 
-void standard_mission::estimate_trip_fuel(const double& aircraft_mass) {
+void StandardMission::estimate_trip_fuel(const double& aircraft_mass) {
     myRuntimeInfo->out << "******************* Estimate initial trip fuel mass *************************" << std::endl;
     int energy_carrier_id = // Assuming cruise energy carrier has highest impact; TODO(Gerrit): Ggf. anhand energy anteilig berechnen
         EndnodeReadOnly<int>("energy_carrier_ID").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/cruise")).value();
@@ -433,24 +445,24 @@ void standard_mission::estimate_trip_fuel(const double& aircraft_mass) {
     this->trip_fuel_mass[energy_carrier_id] = current_trip_fuel_mass;
 }
 
-void standard_mission::update_mass_values() {
+void StandardMission::update_mass_values() {
     /* Loaded fuel is the summation of taxiFuelOrigin + trip fuel + reserve fuel + extra fuel
      * taxi fuel and extra fuel are independent of mission and do not have to be updated here
      */
-    for (std::pair<int, double> fuel_mass : this->mission_profile.back().end_total_fuel_mass) { // Sum all used fuel masses
-        this->trip_fuel_mass[fuel_mass.first] = -fuel_mass.second; // Since consumed fuel is negative, subtract those (negative) masses
+    for (const auto& [energy_carrier_id, fuel_mass] : this->mission_profile.back().end_total_fuel_mass) { // Sum all used fuel masses
+        this->trip_fuel_mass[energy_carrier_id] = -fuel_mass; // Since consumed fuel is negative, subtract those (negative) masses
     }
     this->calculate_reserve_fuel();
     this->update_loaded_fuel();
     this->takeoff_mass = this->zero_fuel_mass + this->get_fuel_sum(this->loaded_fuel_mass) - this->taxi_fuel_mass_origin.second;
 }
 
-void standard_mission::update_loaded_fuel() {
+void StandardMission::update_loaded_fuel() {
     // Reset loaded fuel masses and start filling them with trip fuel
-    for (std::pair<const int, std::tuple<std::string, double, double, double>> energy_carrier : rtIO->aircraft_energy_carriers()) {
-        this->loaded_fuel_mass[energy_carrier.first] = 0; // Reset loaded fuel mass of this energy carrier
-        if (trip_fuel_mass.find(energy_carrier.first) != trip_fuel_mass.end()) {
-            this->loaded_fuel_mass[energy_carrier.first] += trip_fuel_mass.at(energy_carrier.first);
+    for (const auto& [energy_carrier_id, energy_carrier_map] : rtIO->aircraft_energy_carriers()) {
+        this->loaded_fuel_mass[energy_carrier_id] = 0; // Reset loaded fuel mass of this energy carrier
+        if (trip_fuel_mass.find(energy_carrier_id) != trip_fuel_mass.end()) {
+            this->loaded_fuel_mass[energy_carrier_id] += trip_fuel_mass.at(energy_carrier_id);
         }
     }
 
@@ -467,7 +479,7 @@ void standard_mission::update_loaded_fuel() {
     this->loaded_fuel_mass[taxi_fuel_mass_origin.first] += this->taxi_fuel_mass_origin.second;
 }
 
-void standard_mission::load_control() {
+void StandardMission::load_control() {
     /* Check if the air to air fuel mass is greater than the half of the mission fuel mass. If so, error message */
     if (this->get_fuel_sum(this->loaded_fuel_mass) / 2. < this->mission_file->air_to_air_fuel_mass) {
         myRuntimeInfo->err << "AirToAir fuel amount " <<  this->mission_file->air_to_air_fuel_mass <<
@@ -505,7 +517,7 @@ void standard_mission::load_control() {
     }
 }
 
-double standard_mission::get_mean_cruise_fuel_flow() {
+double StandardMission::get_mean_cruise_fuel_flow() {
     int energy_carrier_id =
         EndnodeReadOnly<int>("energy_carrier_ID").read(rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion/energy_provider/cruise")).value();
     std::string subpath("analysis/mission/" + this->mission_type+ "/cruise");
@@ -551,7 +563,7 @@ double standard_mission::get_mean_cruise_fuel_flow() {
 }
 
 // Methods to calculate the CoG of total fuel mass
-double standard_mission::calculate_fuel_cg(const double& fuel_mass) {
+double StandardMission::calculate_fuel_cg(const double& fuel_mass) {
     double cg_tmp(0.);
         myRuntimeInfo->info << "Calculate fuel CoG based on fuel distribution." << std::endl;
         double wing_tank_cg(0), center_tank_cg(0), trim_tank_cg(0);
@@ -563,7 +575,7 @@ double standard_mission::calculate_fuel_cg(const double& fuel_mass) {
             throwError(__FILE__, __func__, __LINE__, "Invalid wing tank count: 1 or more than 2 specified, but only 0 or 2 are allowed. Abort program.");
         } else if (this->number_wing_tanks > 0) {
             uint8_t mode(Modeselector(EndnodeReadOnly<std::string>
-                ("program_settings/mode/mission_methods/center_of_gravity_method/value").read(rtIO->moduleConfig).value()).get_mode_numeric());
+                ("program_settings/mode/mission_methods/center_of_gravity_method").read(rtIO->moduleConfig).value()).get_mode_numeric());
             if (mode == SEMISOPHISTICATED) {
                 wing_tank_cg = this->calculate_lifting_surface_tank_cg(&rest_fuel_volume, &this->wing_surface_vector.at(0));
             } else if (mode == SOPHISTICATED) {
@@ -602,7 +614,7 @@ double standard_mission::calculate_fuel_cg(const double& fuel_mass) {
     return cg_tmp;
 }
 
-double standard_mission::calculate_center_tank_cg(double* rest_fuel_volume) { // TODO(Gerrit): Update to geom2
+double StandardMission::calculate_center_tank_cg(double* rest_fuel_volume) { // TODO(Gerrit): Update to geom2
     /* Assumption: fuel is always distributed equally in the center tank, hence, the CoG is in the center */
     // Vec3 local_ref_point = this->wing_surface_vector.at(0).getLocalRefPoint(this->wing_surface_vector.at(0).referencePty, "right");
     Vec3 center_tank_fuel_cg(0, 0, 0);
@@ -617,7 +629,7 @@ double standard_mission::calculate_center_tank_cg(double* rest_fuel_volume) { //
     return center_tank_fuel_cg[0];
 }
 
-double standard_mission::calculate_lifting_surface_tank_cg(double* rest_fuel_volume, geom2::MultisectionSurface<geom2::AirfoilSection>* a_lifting_surface) {
+double StandardMission::calculate_lifting_surface_tank_cg(double* rest_fuel_volume, geom2::MultisectionSurface<geom2::AirfoilSection>* a_lifting_surface) {
     double fuel_cg(0.), right_side_fuel_cg(0.), left_side_fuel_cg(0.), nominator_cg_right_wing(0.); // TODO(Gerrit): Update to geom2
     // double right_side_tank_volume(0.), left_side_tank_volume(0.), step_length(0.), max_half_span_width(0.), fuselage_radius(0.), wing_tank_fuel_volume(0.);
     // uint8_t number_of_steps(25);
@@ -682,23 +694,23 @@ double standard_mission::calculate_lifting_surface_tank_cg(double* rest_fuel_vol
     return fuel_cg;
 }
 
-double standard_mission::get_Howe_lifting_surface_tank_cg(double* rest_fuel_volume) {
+double StandardMission::get_Howe_lifting_surface_tank_cg(double* rest_fuel_volume) {
     this->calculate_rest_fuel_volume(rest_fuel_volume, "wing");
     return this->cg_wing;
 }
 
-void standard_mission::calculate_rest_fuel_volume(double* rest_fuel_volume, const std::string& tank_type) {
+void StandardMission::calculate_rest_fuel_volume(double* rest_fuel_volume, const std::string& tank_type) {
     double tank_volume(0.);
     if (tank_type == "center") {
         std::vector<uint16_t> centerTankIDs = this->find_elements_ID(rtIO->acxml, "aircraft_exchange_file/component_design/tank/specific/tank",
         this->centerTankTypes, "/name/value");
-        for (uint16_t i : centerTankIDs) {
+        for (const uint16_t& i : centerTankIDs) {
             tank_volume += EndnodeReadOnly<double>("component_design/tank/specific/tank@" + num2Str(i) + "/volume").read(rtIO->acxml).value();
         }
     } else if (tank_type == "wing") {
         std::vector<uint16_t> wing_tank_IDs = this->find_elements_ID(rtIO->acxml,  "aircraft_exchange_file/component_design/tank/specific/tank",
         this->wingTankTypes, "/name/value");
-        for (int i : wing_tank_IDs) {
+        for (const uint16_t& i : wing_tank_IDs) {
             tank_volume += EndnodeReadOnly<double>("component_design/tank/specific/tank@" + num2Str(i) + "/volume").read(rtIO->acxml).value();
         }
     } else {
@@ -711,38 +723,38 @@ void standard_mission::calculate_rest_fuel_volume(double* rest_fuel_volume, cons
     }
 }
 
-double standard_mission::get_fuel_sum(std::map<int, double> fuel_map) {
+double StandardMission::get_fuel_sum(std::map<int, double> fuel_map) {
     return (std::accumulate(fuel_map.begin(), fuel_map.end(), 0.,
             [](double total, const std::pair<int, double>& fuel_mass) { return total + fuel_mass.second; }));
 }
 
-std::map<int, double> standard_mission::fuel_map_setup(const std::string& subpath, const std::string& energy_nodes) {
+std::map<int, double> StandardMission::fuel_map_setup(const std::string& subpath, const std::string& energy_nodes) {
     std::map<int, double> energy_map;
     if (rtIO->acxml.find(subpath + "/" + energy_nodes)) { // if energy from previous run is available, loop through all energy carriers
         for (node* energy_node : rtIO->acxml.at(subpath).getVector(energy_nodes)) {
             int energy_carrier_id = EndnodeReadOnly<int>("energy_carrier_ID").read(*(energy_node)).value();
-            energy_map[energy_carrier_id] =
-                EndnodeReadOnly<double>("consumed_energy").read(*(energy_node)).value() / rtIO->get_fuel_gravimetric_energy_density(energy_carrier_id);
+            energy_map[energy_carrier_id] = EndnodeReadOnly<double>("consumed_energy").read(*(energy_node)).value() /
+                EnergyCarrier(rtIO->get_fuel_type(energy_carrier_id), rtIO->get_fuel_density(energy_carrier_id)).gravimetric_energy_density;
         }
     }
     return energy_map;
 }
 
-void standard_mission::update_energy_nodes(const std::map<int, double>& fuel_map, const std::string& subpath,
+void StandardMission::update_energy_nodes(const std::map<int, double>& fuel_map, const std::string& subpath,
                                             const std::string& description, Endnode<int>* energy_carrier_id,
                                             Endnode<double>* consumed_energy) {
-    uint16_t id(0);
-    for (std::pair<const int, double> fuel_mass : fuel_map) { // loop through all used energy carriers
-        consumed_energy->set_value(fuel_mass.second * rtIO->get_fuel_gravimetric_energy_density(fuel_mass.first));
-        energy_carrier_id->set_value(fuel_mass.first);
-        this->check_and_add_nodes(subpath, description, id); // if nodes where added yet, do so
-        consumed_energy->update(rtIO->acxml.at(subpath + "@" + num2Str(id)));
-        energy_carrier_id->update(rtIO->acxml.at(subpath + "@" + num2Str(id)));
-        id++;
+    uint16_t xml_id(0);
+    for (const auto& [key, fuel_mass] : fuel_map) { // loop through all used energy carriers
+        consumed_energy->set_value(fuel_mass * EnergyCarrier(rtIO->get_fuel_type(key), rtIO->get_fuel_density(key)).gravimetric_energy_density);
+        energy_carrier_id->set_value(key);
+        this->check_and_add_nodes(subpath, description, xml_id); // if no nodes where added yet, do so
+        consumed_energy->update(rtIO->acxml.at(subpath + "@" + num2Str(xml_id)));
+        energy_carrier_id->update(rtIO->acxml.at(subpath + "@" + num2Str(xml_id)));
+        xml_id++;
     }
 }
 
-std::vector<uint16_t> standard_mission::find_elements_ID(const node& xml, const std::string& path_to_node,
+std::vector<uint16_t> StandardMission::find_elements_ID(const node& xml, const std::string& path_to_node,
                                                                 const std::vector<std::string>& keywords, const std::string& subpath) {
   std::vector<uint16_t> IDs;
   for (int i = 0; i < xml.getVector(path_to_node).size(); i++) {
diff --git a/mission_analysis/src/standard_mission/geometry_handling/geometry_handling.cpp b/mission_analysis/src/standard_mission/geometry_handling/geometry_handling.cpp
index 823c6fab5df05eeddd593de7b9e6ab34e7572276..cb5962b065aafe39239f5c620289843813e4118b 100644
--- a/mission_analysis/src/standard_mission/geometry_handling/geometry_handling.cpp
+++ b/mission_analysis/src/standard_mission/geometry_handling/geometry_handling.cpp
@@ -1,17 +1,29 @@
-/**
- * \file geometry_handling.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "../standard_mission/standard_mission.h"
 #include <aircraftGeometry2/io/convert.h>
 
-standard_mission::used_components::used_components()
+StandardMission::UsedComponents::UsedComponents()
     :
     /* Initialize the number of lifting surfaces with zero [dimensionless] */
     lifting_surfaces_quantity(0),
@@ -19,11 +31,11 @@ standard_mission::used_components::used_components()
     fuselages_quantity(0) {
 }
 
-/* Destructor of used_components */
-standard_mission::used_components::~used_components() {
+/* Destructor of UsedComponents */
+StandardMission::UsedComponents::~UsedComponents() {
 }
 
-void standard_mission::initialize_geometry() {
+void StandardMission::initialize_geometry() {
     /* Variable Chamber */
     this->variable_camber_switch = EndnodeReadOnly<bool>("requirements_and_specifications/design_specification/technology/variable_camber").read(rtIO->acxml).value();
     /* Get number of variable camber segments */
@@ -114,7 +126,6 @@ void standard_mission::initialize_geometry() {
 
 //     // myRuntimeInfo->out << fuselage_vector.at(0).getLocalWidth(this->wing_surface_vector.at(0).referencePtx) / 2.0 << std::endl;
 //     // myRuntimeInfo->out << this->wing_surface_vector.at(0).RightWing.back().segReference[1] << std::endl;
-//     // myRuntimeInfo->out << bla << std::endl;
 
 //     ////// LIB
 //     node& wing_ref(rtIO->acxml.at("component_design/wing/position"));
@@ -134,7 +145,7 @@ void standard_mission::initialize_geometry() {
 //     uint8_t number_of_steps(25);
 //     wing_tank_fuel_volume += EndnodeReadOnly<double>("component_design/tank/specific/tank@0/energy").read(rtIO->acxml).value() / KEROSENE_VOLUMETRIC_ENERGY_DENSITY;
 //     wing_tank_fuel_volume += EndnodeReadOnly<double>("component_design/tank/specific/tank@1/energy").read(rtIO->acxml).value() / KEROSENE_VOLUMETRIC_ENERGY_DENSITY;
-//     myRuntimeInfo->out << wing_tank_fuel_volume << std::endl;
+
 //     max_half_span_width = this->wing_surface_vector.at(0).RightWing.back().segReference[1] - this->wing_surface_vector.at(0).referencePty;
 //     fuselage_radius = fuselage_vector.at(0).getLocalWidth(this->wing_surface_vector.at(0).referencePtx) / 2.0;
 //     step_length = (max_half_span_width - fuselage_radius) / number_of_steps;
diff --git a/mission_analysis/src/standard_mission/output/standard_mission_output.cpp b/mission_analysis/src/standard_mission/output/standard_mission_output.cpp
index 5c02063c8d209eee8170eff2f284117a9ece25b5..1cb359f205a6996c578a42ea1499dd857852cebc 100644
--- a/mission_analysis/src/standard_mission/output/standard_mission_output.cpp
+++ b/mission_analysis/src/standard_mission/output/standard_mission_output.cpp
@@ -1,13 +1,25 @@
-/**
- * \file standard_mission_output.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include <algorithm>
 #include <iomanip>
 #include <utility>
@@ -25,8 +37,8 @@
     #include <fileapi.h>
 #endif // _WIN32
 
-/* Initialization of attributes for the standard_mission_output object with the constructor */
-standard_mission_output::standard_mission_output(standard_mission* mission_ptr)
+/* Initialization of attributes for the StandardMissionOutput object with the constructor */
+StandardMissionOutput::StandardMissionOutput(StandardMission* mission_ptr)
     :
     /* Initialization of pointers */
     my_mission_ptr(mission_ptr),
@@ -68,13 +80,13 @@ standard_mission_output::standard_mission_output(standard_mission* mission_ptr)
     }
 }
 
-/* Destructor of the standard_mission_output object */
-standard_mission_output::~standard_mission_output() {
+/* Destructor of the StandardMissionOutput object */
+StandardMissionOutput::~StandardMissionOutput() {
 }
 
-void standard_mission_output::initialize() {
+void StandardMissionOutput::initialize() {
     /* Set file names */
-    std::string outputFilename = "/" + std::string(rtIO->moduleConfig.at("control_settings/aircraft_exchange_file_name/value"));
+    std::string outputFilename = "/" + EndnodeReadOnly<std::string>("control_settings/aircraft_exchange_file_name").read(rtIO->moduleConfig).value();
     outputFilename.resize(outputFilename.rfind('.')); // Cut off any extension, if it exists
     this->output_name << outputFilename << "_" << this->my_mission_ptr->mission_type
         << "_R" << static_cast<int>(ceil(convertUnit(METER, NAUTICALMILE, this->my_mission_ptr->mission_file->Range)))
@@ -84,7 +96,7 @@ void standard_mission_output::initialize() {
     this->csv_file_name = rtIO->getMissionDataDir() + this->output_name.str() + "_out.csv";
     if (!fileExists(rtIO->getMissionDataDir())) {
         myRuntimeInfo->out << "Create directory for mission data output in project folder: " << rtIO->getMissionDataDir() << std::endl;
-        CreateDirectory(rtIO->getMissionDataDir().c_str(), NULL);
+        createFolder(rtIO->getMissionDataDir().c_str());
     }
     this->base_name_output_files = rtIO->programname + "_" + this->my_mission_ptr->mission_type;
     /* Check if the calculated reserve fuel + extra fuel is negative after taxiing at destination airport. If so, warning message */
@@ -114,7 +126,7 @@ void standard_mission_output::initialize() {
     }
 }
 
-void standard_mission_output::generate_mission_profile_data() {
+void StandardMissionOutput::generate_mission_profile_data() {
     std::ofstream csvStream;
     csvStream.open(this->csv_file_name.c_str());
     if (!csvStream) {
@@ -142,14 +154,14 @@ void standard_mission_output::generate_mission_profile_data() {
     // Define header
     csvStream << "Time [s]; " << "Range [m]; " << "Altitude [m]; " << "FL [100 ft]; " << "Mode name [-]; "
                 << "Total mass [kg]; " << "Energy carrier (ID); " << "Thrust [N]; " << "Fuelflow [kg/s]; ";
-    for (std::pair<const int, std::tuple<std::string, double, double, double>> energy_carrier : this->rtIO->aircraft_energy_carriers()) {
-       csvStream << (std::format("Fuel consumed ({}, ID = {}) [kg]; ", rtIO->get_fuel_type(energy_carrier.first), energy_carrier.first))
-                    << (std::format("Energy consumed ({}, ID = {}) [J]; ", rtIO->get_fuel_type(energy_carrier.first), energy_carrier.first));
+    for (const auto& [energy_carrier_id, energy_carrier_map] : this->rtIO->aircraft_energy_carriers()) {
+       csvStream << (std::format("Fuel consumed ({} | ID = {}) [kg]; ", rtIO->get_fuel_type(energy_carrier_id), energy_carrier_id))
+                    << (std::format("Energy consumed ({} | ID = {}) [J]; ", rtIO->get_fuel_type(energy_carrier_id), energy_carrier_id));
     }
     csvStream << "Mach [-]; " << "CAS [m/s]; " << "TAS [m/s]; " << "TAS [kts]; " << "ROC [fpm]; " << "SAR [m/kg]; " << "Aero Config [-]; " << "C_L [-]; "
                  << "L over D [-]; " << "Spoiler Factor [-]; " << "Reynolds Number [-]; " <<  "Engine Rating [-]; ";
     for (node* propulsor : rtIO->acxml.at("component_design/propulsion/specific").getVector("propulsion")) {
-        csvStream << "Engine N1 (" << propulsor->at("engine/model/value") << ", ID = " << propulsor->getIntAttrib("ID") << ") [-]; ";
+        csvStream << "Engine N1 (" << propulsor->at("engine/model/value") << " | ID = " << propulsor->getIntAttrib("ID") << ") [-]; ";
     }
     csvStream << "Shaft power offtake [W]; " << "Bleed [kg/s]; ";
     if (this->my_mission_ptr->sophistication_level != this->my_mission_ptr->UNSOPHISTICATED) { // Center of Gravity shift not needed if not calculated
@@ -160,7 +172,7 @@ void standard_mission_output::generate_mission_profile_data() {
         std::string flap_setting_name("segment ID " + num2Str(this->my_mission_ptr->mission_profile.at(first_filled_position).end_origin_polar[0].at(k)) + " flap setting");
         csvStream << ";(" << 32+k << ") " << flap_setting_name << " [deg]; ";
         if (rtIO->plotOn && this->my_mission_ptr->variable_camber_switch) { // Collect names for plot data
-            matplot_axis_data tmp;
+            MatplotAxisData tmp;
             tmp.name = flap_setting_name;
             this->flap_settings.push_back(tmp);
         }
@@ -180,9 +192,9 @@ void standard_mission_output::generate_mission_profile_data() {
             << " (ID = " << my_mission_ptr->mission_profile.at(i).energy_carrier_id << "); "
         << my_mission_ptr->mission_profile.at(i).end_thrust << "; "
         << my_mission_ptr->mission_profile.at(i).end_fuel_flow << "; ";
-        for (const std::pair<const int, double>& fuel_mass : my_mission_ptr->mission_profile.at(i).end_total_fuel_mass) {
-            csvStream << fuel_mass.second << "; "
-                << fuel_mass.second * rtIO->get_fuel_gravimetric_energy_density(fuel_mass.first) << "; ";
+        for (auto& [energy_carrier_id, fuel_mass] : my_mission_ptr->mission_profile.at(i).end_total_fuel_mass) {
+            csvStream << fuel_mass << "; "
+                << fuel_mass * EnergyCarrier(rtIO->get_fuel_type(energy_carrier_id), rtIO->get_fuel_density(energy_carrier_id)).gravimetric_energy_density << "; ";
         }
         csvStream << my_mission_ptr->mission_profile.at(i).end_mach << "; "
         << my_mission_ptr->mission_profile.at(i).end_CAS << "; "
@@ -212,7 +224,7 @@ void standard_mission_output::generate_mission_profile_data() {
                         << my_mission_ptr->mission_profile.at(i).end_fuel_cg << "; ";
         }
         csvStream << my_mission_ptr->mission_profile.at(i).end_angle_of_attack << "; "
-        << convertUnit(RADIAN, DEGREE, my_mission_ptr->mission_profile.at(i).end_glidepath_angle) << "; "
+        << convertUnit(RADIAN, DEGREE, my_mission_ptr->mission_profile.at(i).end_glide_path_angle) << "; "
         << my_mission_ptr->mission_profile.at(i).end_stabilizer_incidence;
         for (uint8_t k(0); k < my_mission_ptr->mission_profile.at(i).end_origin_polar[1].size(); ++k) {
             csvStream << "; " << my_mission_ptr->mission_profile.at(i).end_origin_polar[1].at(k);
@@ -244,7 +256,7 @@ void standard_mission_output::generate_mission_profile_data() {
     csvStream.close();
 }
 
-void standard_mission_output::generate_SAR_plot_data() {
+void StandardMissionOutput::generate_SAR_plot_data() {
     /* Open SAR plot of the CSV file */
     std::ofstream plot;
     std::string csvFile = rtIO->getCsvFilesDir() + "/" + this->base_name_output_files + "_SAR.csv";
@@ -307,7 +319,7 @@ void standard_mission_output::generate_SAR_plot_data() {
     my_mission_ptr->aero.switchOffReqSwitch();
 }
 
-void standard_mission_output::generate_mission_plots() {
+void StandardMissionOutput::generate_mission_plots() {
     this->range_profile.name = "Range";
     this->altitude_profile.name = "Altitude";
     this->C_L_profile.name = "C_L";
@@ -368,7 +380,7 @@ void standard_mission_output::generate_mission_plots() {
         fig->quiet_mode(true);
         fig->size(600, 300);
 
-        std::vector<std::vector<double>> tmp_flap_data; // get data vector from matplot_axis_data vector
+        std::vector<std::vector<double>> tmp_flap_data; // get data vector from MatplotAxisData vector
         for (uint8_t i(0); i < this->flap_settings.size(); i++) {
             tmp_flap_data.push_back(flap_settings[i].data);
         }
@@ -451,7 +463,7 @@ void standard_mission_output::generate_mission_plots() {
     matplot::cla();
 }
 
-void standard_mission_output::generate_SAR_plots() {
+void StandardMissionOutput::generate_SAR_plots() {
     /* Plot with matplot++ */
     matplot::figure_handle fig = matplot::figure(true);
     fig->quiet_mode(true);
@@ -519,7 +531,7 @@ void standard_mission_output::generate_SAR_plots() {
     }
 }
 
-void standard_mission_output::generate_html_report() { // cppcheck-suppress unusedFunction
+void StandardMissionOutput::generate_html_report() { // cppcheck-suppress unusedFunction
     std::string fuelPlanning;
     switch (my_mission_ptr->fuel_planning) {
         case my_mission_ptr->JAR: fuelPlanning = "JAR-OPS 1.255 Subpart D + AMC-OPS 1.255"; break;
@@ -606,7 +618,7 @@ void standard_mission_output::generate_html_report() { // cppcheck-suppress unus
             << html::image("../plots/" + this->base_name_output_files + "_speed.svg", "alt=\"Broken Path\"")
             << "<hr>" << std::endl
             << html::image("../plots/" + this->base_name_output_files + "_offtake.svg", "alt=\"Broken Path\"");
-        if (std::string(rtIO->moduleConfig.at("program_settings/mode/mission_methods/center_of_gravity_method/value")) != "mode_0") {
+        if ((EndnodeReadOnly<std::string>("program_settings/mode/mission_methods/center_of_gravity_method").read(rtIO->moduleConfig).value()) != "mode_0") {
             report_.htmlReportStream() << "<hr>" << std::endl
                 << html::image("../plots/" + this->base_name_output_files + "_trim_setting.svg", "alt=\"Broken Path\"");
         }
@@ -627,7 +639,7 @@ void standard_mission_output::generate_html_report() { // cppcheck-suppress unus
     }
 }
 
-void standard_mission_output::generate_tex_report_body() { // cppcheck-suppress unusedFunction
+void StandardMissionOutput::generate_tex_report_body() { // cppcheck-suppress unusedFunction
     std::string missionString;
     if (this->my_mission_ptr->mission_type == "design_mission") {
         missionString = "Design Mission";
@@ -799,7 +811,7 @@ void standard_mission_output::generate_tex_report_body() { // cppcheck-suppress
     }
 }
 
-void standard_mission_output::generate_requirements_html_report() {
+void StandardMissionOutput::generate_requirements_html_report() {
     report_.htmlReportStream() << html::div_start("class=\"box\"");
     /* Fill HTML */
         if (requirements_checked) { // If-catch whether requirements were really checked
@@ -854,14 +866,14 @@ void standard_mission_output::generate_requirements_html_report() {
     report_.htmlReportStream() << html::div_end;
 }
 
-std::string standard_mission_output::timeFormater(double time) {
+std::string StandardMissionOutput::timeFormater(double time) {
     double double_hours = convertUnit(SECOND, HOUR, time);
     int int_hours = double_hours;
     int minutesRemainder = (double_hours - int_hours) * 60;
     return (num2Str(int_hours) + ":" + num2Str(minutesRemainder));
 }
 
-void standard_mission_output::set_matplot_axes(std::shared_ptr<matplot::axes_type> axes, const std::vector<std::vector<double>>& y_data,
+void StandardMissionOutput::set_matplot_axes(std::shared_ptr<matplot::axes_type> axes, const std::vector<std::vector<double>>& y_data,
                                                 const std::string& y_label, bool y2_switch, const std::vector<double>& x_data, const std::string& x_label) {
     try {
         /* Get y axis limits */
@@ -904,9 +916,9 @@ void standard_mission_output::set_matplot_axes(std::shared_ptr<matplot::axes_typ
     }
 }
 
-void standard_mission_output::add_matplot_to_axes(std::shared_ptr<matplot::axes_type> axes, matplot_axis_data x_data,
-                                        std::vector<matplot_axis_data> y1_data, bool legend_switch,
-                                        std::vector<matplot_axis_data> y2_data) {
+void StandardMissionOutput::add_matplot_to_axes(std::shared_ptr<matplot::axes_type> axes, MatplotAxisData x_data,
+                                        std::vector<MatplotAxisData> y1_data, bool legend_switch,
+                                        std::vector<MatplotAxisData> y2_data) {
     try {
         axes->font_size(14);
         axes->colororder(colors::unicado_to_matplot_colororder());
@@ -952,7 +964,7 @@ void standard_mission_output::add_matplot_to_axes(std::shared_ptr<matplot::axes_
     }
 }
 
-double standard_mission_output::get_min_max_value(const std::vector<double>& data, bool min_max_switch) {
+double StandardMissionOutput::get_min_max_value(const std::vector<double>& data, bool min_max_switch) {
     std::vector<double>::const_iterator vec_iterator;
     if (min_max_switch) {
         vec_iterator = std::min_element(data.begin(), data.end());
diff --git a/mission_analysis/src/standard_mission/output/standard_mission_output.h b/mission_analysis/src/standard_mission/output/standard_mission_output.h
index e6e972ae0f321c0242af5d6ca9394bd89ca9923b..82b9a33fb4ce37de36d15c4607c4528844ce53b5 100644
--- a/mission_analysis/src/standard_mission/output/standard_mission_output.h
+++ b/mission_analysis/src/standard_mission/output/standard_mission_output.h
@@ -1,13 +1,25 @@
-/**
- * \file standard_mission_output.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef MISSION_ANALYSIS_SRC_STANDARD_MISSION_OUTPUT_STANDARD_MISSION_OUTPUT_H_
 #define MISSION_ANALYSIS_SRC_STANDARD_MISSION_OUTPUT_STANDARD_MISSION_OUTPUT_H_
 
@@ -20,25 +32,26 @@
 
 #include "../standard_mission/standard_mission.h"
 
-/** \brief Class for creating program outputs and managing output data
+/** \class StandardMissionOutput
+ *  \brief Class for creating program outputs and managing output data
  */
-class standard_mission_output {
+class StandardMissionOutput {
  public:
     /* Constructor and destructor */
-    /** \brief Constructor for class standard_mission_output
+    /** \brief Constructor for class StandardMissionOutput
      * \param mission_ptr: reference to calculated mission
      */
-    explicit standard_mission_output(standard_mission* mission_ptr);
-    /** \brief Destructor for class standard_mission_output
+    explicit StandardMissionOutput(StandardMission* mission_ptr);
+    /** \brief Destructor for class StandardMissionOutput
      */
-    virtual ~standard_mission_output();
+    virtual ~StandardMissionOutput();
 
     /** \brief Function to initialize all required pointers, objects and member variables to run the tool
      */
     void initialize();
 
  private:
-    standard_mission* my_mission_ptr; /**< Pointer to global mission data */
+    StandardMission* my_mission_ptr; /**< Pointer to global mission data */
     const std::shared_ptr<RuntimeIO>& rtIO; /**< Pointer to global mission analysis settings data */
     Report report_; /* Report object */
 
@@ -62,13 +75,16 @@ class standard_mission_output {
     size_t first_filled_position; /**< First position in mission_profile holding variable camber data */
 
     /* Plot data */
-    struct matplot_axis_data {
+    /** \struct MatplotAxisData
+     *  \brief Struct to gather plotting data
+     */
+    struct MatplotAxisData {
         std::vector<double> data; // Vector filled with data points
         std::string name; // Name of the parameter
     };
-    matplot_axis_data altitude_profile, bleed_air_profile, CAS_profile, C_L_profile, CoG_pos_profile, fuel_consumption_profile, i_stab_profile,
+    MatplotAxisData altitude_profile, bleed_air_profile, CAS_profile, C_L_profile, CoG_pos_profile, fuel_consumption_profile, i_stab_profile,
                         mach_profile, range_profile, shaft_power_profile, thrust_profile, TAS_profile; /**< plot profiles */
-    std::vector<matplot_axis_data> flap_settings; // multiple flap settings possible -> vector needed
+    std::vector<MatplotAxisData> flap_settings; // multiple flap settings possible -> vector needed
 
     /* Functions */
     /** \brief Function for generating the mission data in csv format
@@ -93,17 +109,34 @@ class standard_mission_output {
      */
     void generate_tex_report_body();
     /** \brief converts decimal hours into the hh:mm format
-     *  \param time: Time that shall be converted [s] 
+     *  \param time double: Time that shall be converted [s] 
      *  \return report std::string containing the new format
      */
     std::string timeFormater(double time);
-
+    /** \brief setup for the matplot axes
+     *  \param axes std::shared_ptr<matplot::axes_type>: to matplot axis element
+     *  \param y_data const std::vector<std::vector<double>>&: Vector containing data vectors for the y axis
+     *  \param y_label const std::string&: Label which shall be displayed on the y axis
+     *  \param y2_switch bool: Switch to fill the y2 axis instead of y1 (true = y2 axis, false = y1 axis)
+     *  \param x_data const std::vector<double>&: x axis data
+     *  \param x_label const std::string&: Label which shall be displayed on the x axis
+     */
     void set_matplot_axes(std::shared_ptr<matplot::axes_type> axes, const std::vector<std::vector<double>>& y_data, const std::string& y_label,
                                 bool y2_switch = false, const std::vector<double>& x_data = {}, const std::string& x_label = std::string());
-
-    void add_matplot_to_axes(std::shared_ptr<matplot::axes_type> axes, matplot_axis_data x_data, std::vector<matplot_axis_data> y1_data,
-                                                bool legend_switch, std::vector<matplot_axis_data> y2_data = {});
-
+    /** \brief adding plots into matplot axes
+     *  \param axes std::shared_ptr<matplot::axes_type>: to matplot axis element
+     *  \param x_data MatplotAxisData: x axis data
+     *  \param y1_data std::vector<MatplotAxisData>: Vector containing data vectors for the y1 axis
+     *  \param legend_switch bool: Switch to fill a legend with the data entries
+     *  \param y2_data std::vector<MatplotAxisData>: Vector containing data vectors for the y2 axis
+     */
+    void add_matplot_to_axes(std::shared_ptr<matplot::axes_type> axes, MatplotAxisData x_data, std::vector<MatplotAxisData> y1_data,
+                                                bool legend_switch, std::vector<MatplotAxisData> y2_data = {});
+    /** \brief gets the minimum or maximum value from a given vector
+     *  \param data std::vector<double>&: Time that shall be converted
+     *  \param min_max_switch bool: true = min, false = max
+     *  \return double min/max value
+     */
     double get_min_max_value(const std::vector<double>& data, bool min_max_switch);
 };
 
diff --git a/mission_analysis/src/standard_mission/standard_mission/standard_mission.cpp b/mission_analysis/src/standard_mission/standard_mission/standard_mission.cpp
index 0a56d150fbefeaae9f7f140e514641ecedda45e8..ad82d3980eb30e9753569b1ac79f0a0c8a24520e 100644
--- a/mission_analysis/src/standard_mission/standard_mission/standard_mission.cpp
+++ b/mission_analysis/src/standard_mission/standard_mission/standard_mission.cpp
@@ -1,12 +1,23 @@
-/**
- * \file standard_mission.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
- * @copyright Copyright (c) 2024
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
  *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include <algorithm>
@@ -16,21 +27,22 @@
 #include "../output/standard_mission_output.h"
 
 /**
- * @brief Construct a new standard_mission:: standard_mission object
+ * @brief Construct a new StandardMission:: StandardMission object
  * 
  * @param rtIO pointer to the configuration file and the aircraft xml data
  */
-standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
+StandardMission::StandardMission(const std::shared_ptr<RuntimeIO>& rtIO) :
     rtIO(rtIO),
     mission_file(nullptr),
     /* Constants */
-    sophistication_level(cog_method(Modeselector(EndnodeReadOnly<std::string>
-        ("program_settings/mode/mission_methods/center_of_gravity_method").read(rtIO->moduleConfig).value()).get_mode_numeric())),
+    sophistication_level(UNSOPHISTICATED),//cog_method(Modeselector(EndnodeReadOnly<std::string> // TODO(Gerrit): Not implemented yet
+        // ("program_settings/mode/mission_methods/center_of_gravity_method").read(rtIO->moduleConfig).value()).get_mode_numeric())),
     wingTankTypes({"left hand inner wing tank", "left hand outer wing tank", "right hand inner wing tank", "right hand outer wing tank"}),
     centerTankTypes({"center tank"}),
     trimTankTypes({"trim tank"}),
     /* Variables */
     mission_type(EndnodeReadOnly<std::string>("program_settings/mode/mission_methods/mission_type").read(rtIO->moduleConfig).value()),
+    low_fidelity(false),
     /* Relative mass values */
     rel_fuel_overshoot(EndnodeReadOnly<bool>("program_settings/program_specific/exit_if_fuel_limit_reached/enable").read(rtIO->moduleConfig).value() ?
         (EndnodeReadOnly<double>("program_settings/program_specific/exit_if_fuel_limit_reached/allowed_relative_overshoot").read(rtIO->moduleConfig).value())
@@ -53,9 +65,9 @@ standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
         :
         Endnode<double>("mission/" + this->mission_type + "/takeoff_mass", "Takeoff mass", 0, "kg", 0, 300000)),
     trip_fuel_mass(),
-    previous_trip_fuel_mass(this->fuel_map_setup("analysis/mission/" + this->mission_type + "/in_flight_energy", "trip_energy")),
+    previous_trip_fuel_mass(),
     loaded_fuel_mass(),
-    previous_loaded_fuel_mass(this->fuel_map_setup("analysis/mission/" + this->mission_type + "/loaded_mission_energy", "mission_energy")),
+    previous_loaded_fuel_mass(),
     takeoff_fuel_mass(),
     landing_fuel_mass(),
     zero_fuel_mass(0.),
@@ -134,8 +146,6 @@ standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
         EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/" +
             std::string("design_mission/descent_speed_schedule/descent_speed_above_FL100")).read(rtIO->acxml).value()),
     /* Propulsion */
-    /**< \todo [T1099] (https://unicado.ilr.rwth-aachen.de/T1099): Adapt possibility to use different EngineTypes
-     */
     engine(rtIO),
     /* Aerodynamic - Polar calculation */
     atm(),
@@ -149,10 +159,10 @@ standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
     cg_design(EndnodeReadOnly<double>("analysis/masses_cg_inertia/design_mass/mass_properties/center_of_gravity/x").read(rtIO->acxml).value()),
     cg_aft(EndnodeReadOnly<double>("analysis/masses_cg_inertia/most_afterward_mass/mass_properties/center_of_gravity/x").read(rtIO->acxml).value()),
     /* Landing Gear Properties */
-    friction_coefficient(
-        EndnodeReadOnly<double>("program_settings/general/landing_gear/friction_coefficient").read(rtIO->moduleConfig).value()),
-    braking_coefficient(
-        EndnodeReadOnly<double>("program_settings/general/landing_gear/braking_coefficient").read(rtIO->moduleConfig).value()),
+    friction_coefficient(EndnodeReadOnly<double>(
+        "requirements_and_specifications/requirements/additional_requirements/landing_gear/friction_coefficient").read(rtIO->acxml).value()),
+    braking_coefficient(EndnodeReadOnly<double>(
+        "requirements_and_specifications/requirements/additional_requirements/landing_gear/braking_coefficient").read(rtIO->acxml).value()),
     /* Geometry */
     MAC(EndnodeReadOnly<double>("analysis/aerodynamics/reference_values/MAC").read(rtIO->acxml).value()), // Wing MAC
     wing_surface_area(EndnodeReadOnly<double>("analysis/aerodynamics/reference_values/S_ref").read(rtIO->acxml).value()),
@@ -169,10 +179,8 @@ standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
         EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/" + this->mission_type + "/delta_ISA").read(rtIO->acxml).value()
         :
         EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/delta_ISA").read(rtIO->acxml).value()),
-    previous_block_time(rtIO->acxml.find("analysis/mission/" + this->mission_type + "/block_time") ? // If previous loop is available, read it or initialize 0
-                            EndnodeReadOnly<double>("analysis/mission/" + this->mission_type + "/block_time").read(rtIO->acxml).value() : 0.),
-    previous_flight_time(rtIO->acxml.find("analysis/mission/" + this->mission_type + "/flight_time") ? // If previous loop is available, read it or initialize 0
-                            EndnodeReadOnly<double>("analysis/mission/" + this->mission_type + "/flight_time").read(rtIO->acxml).value() : 0.),
+    previous_block_time(),
+    previous_flight_time(),
     average_cruise_bleed(0.),
     average_shaft_bleed(0.),
     payload_mass("payload_mass", "Total payload carried by the aircraft", 0, "kg", 0, 150000),
@@ -182,8 +190,8 @@ standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
     step_height_cruise(0.),
     cruise_profile_start(0),
     cruise_profile_end(0),
-    top_of_climb_range("top_of_climb_range", "Flown range from takeoff to top of climb (= start of initial cruise altitude (ICA))", 0, "kg", 0, 500000),
-    top_of_descent_range("top_of_descent_range", "Flown range from takeoff to top of descent", 0, "kg", 0, 5000000),
+    top_of_climb_range("top_of_climb_range", "Flown range from takeoff to top of climb (= start of initial cruise altitude (ICA))", 0, "m", 0, 500000),
+    top_of_descent_range("top_of_descent_range", "Flown range from takeoff to top of descent", 0, "m", 0, 5000000),
     descent_range(0.),
     descent_range_next_FL(0.),
     top_of_descent_altitude(0.),
@@ -202,8 +210,10 @@ standard_mission::standard_mission(const std::shared_ptr<RuntimeIO>& rtIO) :
     CL_cruise_min("minimum_lift_coefficient", "Minimum cruise flight lift coefficient CL_min", 1, "1", -0.01, 1) { // Minimum (Don't initilize with 0 -> Min would stick to it)
 }
 
-void standard_mission::initialize() {
-    mission_file = new mission_file_data_handler(rtIO->getMissionDataDir() + "/" +
+void StandardMission::initialize() {
+    /* Set mission's atmosphere and get its data from the mission file */
+    atm.setAtmosphere(0., ISA_TEMPERATURE + delta_ISA, ISA_PRESSURE);
+    mission_file = new MissionFileDataHandler(rtIO->getMissionDataDir() + "/" +
                             EndnodeReadOnly<std::string>("requirements_and_specifications/mission_files/" + mission_type + "_file").read(rtIO->acxml).value());
 
     /* Check if trimmed polars were calculated */
@@ -238,14 +248,14 @@ void standard_mission::initialize() {
     for (uint16_t tank_id(0); tank_id < tank_design.getVector("tank").size(); tank_id++) {
         uint16_t energy_carrier_id(EndnodeReadOnly<int>("energy_carrier_ID").read(tank_definition.at("tank@" + num2Str(tank_id))).value());
         max_fuel_mass += EndnodeReadOnly<double>("maximum_energy_capacity").read(tank_design.at("tank@" + num2Str(tank_id))).value() /
-                            rtIO->get_fuel_gravimetric_energy_density(energy_carrier_id);
+                           EnergyCarrier(rtIO->get_fuel_type(energy_carrier_id), rtIO->get_fuel_density(energy_carrier_id)).gravimetric_energy_density;
     }
 
-    for (std::pair<const int, std::tuple<std::string, double, double, double>> energy_carrier : rtIO->aircraft_energy_carriers()) {
+    for (const auto& [energy_carrier_id, energy_carrier] : rtIO->aircraft_energy_carriers()) {
         try {
-            engine.get_energy_carrier_capacity(energy_carrier.first);
+            engine.get_energy_carrier_capacity(energy_carrier_id);
         } catch (...) {
-            myRuntimeInfo->warn << "Energy carrier with ID = " << energy_carrier.first
+            myRuntimeInfo->warn << "Energy carrier with ID = " << energy_carrier_id
                                 << " @ requirements_and_specifications/design_specification/energy_carriers/energy_carrier is unused!" << std::endl;
         }
     }
@@ -317,8 +327,7 @@ void standard_mission::initialize() {
         this->top_of_descent_mass = (this->MTOM * 0.15 + this->payload_mass.value() * .85 + this->OME * .85);
         this->top_of_descent_mass_next_FL = this->top_of_descent_mass.value();
     }
-    if (this->get_fuel_sum(this->previous_trip_fuel_mass) > 10. || // Estimation is very sensitive, catch to stop using it in 1st loop (or manually)
-        EndnodeReadOnly<bool>("program_settings/mode/mission_methods/use_fuel_estimation_method").read(this->rtIO->moduleConfig).value()) {
+    if (!low_fidelity) { // Not needed in low fidelity method
         this->estimate_descent(last_segment_free_flight_switch); // Estimate descent distance and top of descent altitude
     }
     this->tanking_and_load_control(); // Control tanking and load masses
@@ -329,55 +338,30 @@ void standard_mission::initialize() {
     myRuntimeInfo->info << "MTOM: " << this->MTOM << std::endl;
 }
 
-void standard_mission::run() {
+void StandardMission::run() {
     /* Set conditions and descent step values */
-    Operating_conditions oc(&this->mission_file->mission_data); // Initialization of operating conditions object
+    OperatingConditions oc(&this->mission_file->mission_data); // Initialization of operating conditions object
     oc.config = this->mission_file->mission_data.at(0).config;
     oc.rating = this->mission_file->mission_data.at(0).rating;
-    Flight_conditions fc(&this->mission_file->mission_data, &oc,
+    FlightConditions fc(&this->mission_file->mission_data, &oc,
                                         &this->aero, &this->atm, &this->engine, this->variable_camber_segment_quantity); // Initialization of flight conditions object
     // fill an empty map with needed energy carrier IDs and initialize them with 0 J consumed energy
     std::map<int, double> initial_energy;
-    for (std::pair<const int, std::tuple<std::string, double, double, double>> energy_carrier : rtIO->aircraft_energy_carriers()) {
-        initial_energy[energy_carrier.first] = 0.;
+    for (const auto& [energy_carrier_id, energy_carrier] : rtIO->aircraft_energy_carriers()) {
+        initial_energy[energy_carrier_id] = 0.;
     }
     std::map<int, double> fuel_mass_map; // initiliaze fuel map with all used energy carriers
-    for (std::pair<const int, std::tuple<std::string, double, double, double>> energy_carrier : rtIO->aircraft_energy_carriers()) {
-        fuel_mass_map[energy_carrier.first] = 0.;
+    for (const auto& [energy_carrier_id, energy_carrier] : rtIO->aircraft_energy_carriers()) {
+        fuel_mass_map[energy_carrier_id] = 0.;
     }
     std::map<uint16_t, double> n1_map; // Fill map with N1 for each used propulsor and its ID
     for (node* propulsor : rtIO->acxml.at("requirements_and_specifications/design_specification/propulsion").getVector("propulsor")) {
         n1_map[propulsor->getIntAttrib("ID")] = 0.;
     }
-    this->mission_profile.push_back(mission_segment(fuel_mass_map,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    this->takeoff_mass.value(),
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    oc.config,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    0.,
-                                                    oc.rating,
-                                                    n1_map,
-                                                    0.,
-                                                    1.0,
-                                                    "takeoff",
-                                                    0.,
-                                                    this->cg_design,
-                                                    this->cg_wing,
-                                                    fc.end_stabilizer_incidence,
-                                                    fc.end_origin_polar,
-                                                    oc.mission_data->at(oc.mission_step).energy_carrier_id));
+
+    // Push back first mission profile using additional input values (trigger alternative constructor for first segment of takeoff)
+    this->mission_profile.push_back(MissionSegment(fc, oc, n1_map, fuel_mass_map, this->takeoff_mass.value(), this->cg_design, this->cg_wing));
+
     /* Starting calculations */
     myRuntimeInfo->out << "Starting mission calculation with a TOM = " << this->mission_profile.back().end_total_mass << " kg." << std::endl;
     fc.first_run_switch = true;
@@ -394,33 +378,33 @@ void standard_mission::run() {
         myRuntimeInfo->out << "Current L/D:          " << this->mission_profile.back().end_L_over_D << std::endl;
         switch (this->mission_file->mission_data.at(i).mode) {
             /* Mode: take off */
-            case Flight_conditions::TAKEOFF:
+            case FlightConditions::TAKEOFF:
                 this->takeoff_calculation(&oc, &fc, i);
                 break;
             /* Mode: accelerate while maintaining a constant rate of climb */
-            case Flight_conditions::ACCELERATE:
+            case FlightConditions::ACCELERATE:
                 this->change_speed_at_constant_ROC(&oc, &fc, i);
                 break;
             /* Mode: climb while maintaining a constant calibrated airspeed */
-            case Flight_conditions::CLIMBCONSTCAS:
+            case FlightConditions::CLIMBCONSTCAS:
                 this->change_altitude_at_constant_speed(&oc, &fc, i);
                 break;
             /* Mode: climb to cruise altitude */
-            case Flight_conditions::CLIMBTOCRUISE:
+            case FlightConditions::CLIMBTOCRUISE:
                 this->climb_to_cruise_altitude(&oc, &fc, i);
                 break;
             /* Mode: cruise with a constant Mach number */
-            case Flight_conditions::CRUISE:
+            case FlightConditions::CRUISE:
                 this->cruise_at_constant_mach(&oc, &fc, i);
                 break;
             /* Mode: descend to approach */
-            case Flight_conditions::DESCENT:
-                myRuntimeInfo->out << "Descent to 10.000 ft ... " << std::endl;
+            case FlightConditions::DESCENT:
+                myRuntimeInfo->out << "Descend to 10.000 ft ... " << std::endl;
                 this->cruise_profile_end = this->mission_profile.size() - 1; // Set index
                 this->change_altitude_at_constant_speed(&oc, &fc, i);
                 break;
             /* Mode: approach to landing */
-            case Flight_conditions::APPROACH:
+            case FlightConditions::APPROACH:
                 myRuntimeInfo->out << "Approach to landing ... " << std::endl;
                 this->change_altitude_at_constant_speed(&oc, &fc, i);
                 /* Set the approach speed if it was not set yet and the plane reaches FL15.
@@ -431,32 +415,32 @@ void standard_mission::run() {
                     }
                 break;
             /* Mode: decelerate during approach */
-            case Flight_conditions::DECELERATE:
+            case FlightConditions::DECELERATE:
                 this->change_speed_at_constant_ROC(&oc, &fc, i);
                 break;
             /* Mode: landing */
-            case Flight_conditions::LANDING:
+            case FlightConditions::LANDING:
                 this->landing(&oc, &fc, i);
                 break;
             /* Mode: glide slope interception */
-            case Flight_conditions::GSINTERCEPTION:
-                this->glideslope_interception(&oc, &fc, i);
+            case FlightConditions::GSINTERCEPTION:
+                this->glide_slope_interception(&oc, &fc, i);
                 break;
             /* Mode: climb (change flight level) with a constant calibrated airspeed or Mach number at a fixed rate of climb */
-            case Flight_conditions::FLCHANGE:
+            case FlightConditions::FLCHANGE:
                 this->change_altitude_at_constant_speed(&oc, &fc, i);
                 break;
             /* Mode: climb to service ceiling */
-            case Flight_conditions::CLIMBTOSERVICECEILING:
+            case FlightConditions::CLIMBTOSERVICECEILING:
                 this->climb_to_service_ceiling(&oc, &fc, i);
                 i = INT_MAX; // Break for loop after service ceiling (requirement check). Other steps are not needed anymore
                 break;
             /* Mode: air to air fueling */
-            case Flight_conditions::AIRTOAIRFUELLING:
+            case FlightConditions::AIRTOAIRFUELLING:
                 this->air_to_air_fuelling(&oc, &fc, i);
                 break;
             /* Mode: free flight */
-            case Flight_conditions::FREEFLIGHT:
+            case FlightConditions::FREEFLIGHT:
                 this->free_flight(&oc, &fc, i);
                 break;
             /* No valid mission mode, error message */
@@ -478,7 +462,7 @@ void standard_mission::run() {
     }
 }
 
-void standard_mission::update() {
+void StandardMission::update() {
     /* Create path to mission and build node if none exists yet */
     std::string subpath("analysis/mission");
     check_and_add_nodes(subpath, "Mission data", -1, 0);
@@ -486,7 +470,7 @@ void standard_mission::update() {
     check_and_add_nodes(subpath, "Data of " + replaceAll(this->mission_type, "_", " "));
 
     /* Non-global endnode initialization */
-    EndnodeReadOnly<double> energy_carreir_tmp(EndnodeReadOnly<double>("consumed_energy"));
+    EndnodeReadOnly<double> energy_carrier_tmp(EndnodeReadOnly<double>("consumed_energy"));
     Endnode<double> relative_cruise_step_end("relative_end_of_cruise_step", "End of cruise step relative to total cruise length", 0 , "1", 0, 1);
     Endnode<double> altitude("altitude", "Altitude of cruise step", 0 , "m", 0, 15000);
     Endnode<double> block_time("block_time", "Block time for the whole mission: Time from break release to end of taxiing after landing",
@@ -530,13 +514,15 @@ void standard_mission::update() {
 
     description = "Amount of energy needed for taxiing at origin for specified energy carrier";
     this->check_and_add_nodes(subpath + "/taxi_energy/taxi_out_energy", description, 0);
-    consumed_energy = this->taxi_fuel_mass_origin.second * rtIO->get_fuel_gravimetric_energy_density(energy_carrier_id.value());
+    consumed_energy = this->taxi_fuel_mass_origin.second *
+        EnergyCarrier(rtIO->get_fuel_type(energy_carrier_id.value()), rtIO->get_fuel_density(energy_carrier_id.value())).gravimetric_energy_density;
     consumed_energy.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_out_energy@0"));
     energy_carrier_id.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_out_energy@0"));
 
     description = "Amount of energy needed for taxiing at destination for specified energy carrier";
     this->check_and_add_nodes(subpath + "/taxi_energy/taxi_in_energy", description, 0);
-    consumed_energy =  this->taxi_fuel_mass_destination.second * rtIO->get_fuel_gravimetric_energy_density(energy_carrier_id.value());
+    consumed_energy =  this->taxi_fuel_mass_destination.second *
+        EnergyCarrier(rtIO->get_fuel_type(energy_carrier_id.value()), rtIO->get_fuel_density(energy_carrier_id.value())).gravimetric_energy_density;
     consumed_energy.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_in_energy@0"));
     energy_carrier_id.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_in_energy@0"));
 
@@ -588,18 +574,18 @@ void standard_mission::update() {
     this->check_requirements();
 }
 
-void standard_mission::report() {
-    standard_mission_output standard_mission_output(this);
+void StandardMission::report() {
+    StandardMissionOutput StandardMissionOutput(this);
 }
 
-void standard_mission::save() {
+void StandardMission::save() {
 }
 
 // Analysis methods
-void standard_mission::analyze_cruise_profile() {
+void StandardMission::analyze_cruise_profile() {
     bool FL_change(false);
     /* Initialization of a cruise step object */
-    cruiseStep step;
+    CruiseStep step;
     /* Initialization of cruise step parameters */
     step.rel_step_length = 0.; // Relative step length
     step.FL = 0.; // Flight level
@@ -659,7 +645,7 @@ void standard_mission::analyze_cruise_profile() {
                             convertUnit(METER, NAUTICALMILE, this->top_of_descent_range.value())  << " NM)" << std::endl;
 }
 
-void standard_mission::analyze_mission_profile(bool* last_segment_free_flight_switch) {
+void StandardMission::analyze_mission_profile(bool* last_segment_free_flight_switch) {
     /* Evaluate mission data */
     std::vector<int> modes;
     uint16_t position(0);
@@ -670,12 +656,12 @@ void standard_mission::analyze_mission_profile(bool* last_segment_free_flight_sw
         modes.push_back(mission_file->mission_data.at(i).mode);
     }
     /* Iterators to find the configuration entries */
-    std::vector<int>::iterator entryCruise = find(modes.begin(), modes.end(), Flight_conditions::CRUISE); // Iterator to find the configuration entry
-    std::vector<int>::iterator entryFF = find(modes.begin(), modes.end(), Flight_conditions::FREEFLIGHT); // Iterator to find the configuration entry
-    std::vector<int>::iterator descent_entry = find(modes.begin(), modes.end(), Flight_conditions::DESCENT); // Iterator to find the configuration entry
+    std::vector<int>::iterator entryCruise = find(modes.begin(), modes.end(), FlightConditions::CRUISE); // Iterator to find the configuration entry
+    std::vector<int>::iterator entryFF = find(modes.begin(), modes.end(), FlightConditions::FREEFLIGHT); // Iterator to find the configuration entry
+    std::vector<int>::iterator descent_entry = find(modes.begin(), modes.end(), FlightConditions::DESCENT); // Iterator to find the configuration entry
 
     if (entryCruise == modes.end() && this->requirement_switch) { // No cruise phase given? Check whether the requirements missions works (if turned on)
-        entryCruise = find(modes.begin(), modes.end(), Flight_conditions::CLIMBTOSERVICECEILING); // CLIMTOSERVICECEILING is only used in requirement mission
+        entryCruise = find(modes.begin(), modes.end(), FlightConditions::CLIMBTOSERVICECEILING); // CLIMTOSERVICECEILING is only used in requirement mission
         if (entryCruise == modes.end()) { // Undefined mission type
             /* Error message */
             throwError(__FILE__, __func__, __LINE__, "Undefined mission type. No Cruise phase for normal mission or climb_to_service_ceiling phase for requirement mission given.");
@@ -687,12 +673,12 @@ void standard_mission::analyze_mission_profile(bool* last_segment_free_flight_sw
         if (entryCruise != modes.end()) { // Already at the end?
             position = static_cast<uint16_t>(entryCruise - modes.begin());
             positions.push_back(position); // Save positions with cruise entries
-            entryCruise = find(entryCruise + 1, modes.end(), Flight_conditions::CRUISE); // Let the iterator search further
+            entryCruise = find(entryCruise + 1, modes.end(), FlightConditions::CRUISE); // Let the iterator search further
         }
         if (entryFF != modes.end()) { // Already at the end?
             position = static_cast<uint16_t>(entryFF - modes.begin());
             positions.push_back(position); // Save positions with cruise entries
-            entryFF = find(entryFF + 1, modes.end(), Flight_conditions::FREEFLIGHT); // Let the iterator search further
+            entryFF = find(entryFF + 1, modes.end(), FlightConditions::FREEFLIGHT); // Let the iterator search further
             *last_segment_free_flight_switch = true;
         }
     }
@@ -700,7 +686,7 @@ void standard_mission::analyze_mission_profile(bool* last_segment_free_flight_sw
     this->top_of_descent_index = position; // Top of descent
     while (descent_entry != modes.end()) { // Until the search iterator reaches its end
         this->end_of_descent_index = static_cast<uint16_t>(descent_entry - modes.begin());
-        descent_entry = find(descent_entry + 1, modes.end(), Flight_conditions::DESCENT); // Let the iterator search further
+        descent_entry = find(descent_entry + 1, modes.end(), FlightConditions::DESCENT); // Let the iterator search further
     }
     /* Output of segment distances */
     for (size_t i(0); i < positions.size(); i++) {
@@ -713,7 +699,7 @@ void standard_mission::analyze_mission_profile(bool* last_segment_free_flight_sw
     if (this->top_of_descent_index >= this->mission_file->mission_data.size()) throwError(__FILE__, __func__, __LINE__, "Top of descent point is out of mission data.");
 }
 
-void standard_mission::check_requirements() {
+void StandardMission::check_requirements() {
     std::string performance_path      = "assessment/performance";
     std::string requirements_check_path = "requirement_compliance/top_level_aircraft_requirements";
     /* If performance requirements are checked, save them for the output plots */
@@ -737,7 +723,7 @@ void standard_mission::check_requirements() {
 }
 
 // Error handling
-void standard_mission::throw_mission_error(int error_code, const uint16_t &mission_step) {
+void StandardMission::throw_mission_error(int error_code, const uint16_t &mission_step) {
     std::stringstream error_message;
     switch (error_code) {
         /* Error: negative flight route leading to an insufficient thrust */
@@ -776,7 +762,7 @@ void standard_mission::throw_mission_error(int error_code, const uint16_t &missi
 }
 
 // Add new nodes
-void standard_mission::check_and_add_nodes(std::string nodepath, const std::string& description, const int& id, const int& tool_level) {
+void StandardMission::check_and_add_nodes(std::string nodepath, const std::string& description, const int& id, const int& tool_level) {
     /* If a nodepath is given without 'aircraft_exchange_file' at front, add it to avoid bugs */
     std::string::size_type i = nodepath.rfind("aircraft_exchange_file/");
     if (i == std::string::npos) {
@@ -809,7 +795,7 @@ void standard_mission::check_and_add_nodes(std::string nodepath, const std::stri
 
 // Adapted methods for requirements mission
 namespace requirements_mission {
-void standard_mission::requirements_mission_update() {
+void StandardMission::requirements_mission_update() {
     /* Outputs */
     myRuntimeInfo->out << std::endl;
     myRuntimeInfo->out << "******************* Requirement Mission Results ********************" << std::endl;
@@ -863,9 +849,9 @@ void standard_mission::requirements_mission_update() {
         "design_approach_speed"
     };
 
-    bool takeoff_check(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/landing_field_length").read(rtIO->acxml).value() >
+    bool takeoff_check(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/takeoff_distance").read(rtIO->acxml).value() >
                         EndnodeReadOnly<double>("assessment/takeoff/takeoff_distance_normal_safety").read(rtIO->acxml).value());
-    bool landing_check(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/takeoff_distance").read(rtIO->acxml).value() >
+    bool landing_check(EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/landing_field_length").read(rtIO->acxml).value() >
                         EndnodeReadOnly<double>("assessment/landing/needed_runway_length").read(rtIO->acxml).value());
     bool approach_check(approach_speed_required + ACCURACY_LOW >= // ACCURACY_LOW added to avoid floating point issues for equal values
         EndnodeReadOnly<double>("assessment/performance/approach/approach_speed").read(rtIO->acxml).value());
@@ -913,16 +899,15 @@ void standard_mission::requirements_mission_update() {
 }
 } // namespace requirements_mission
 
-namespace design_mission {
-namespace first_loop {
-void  standard_mission::first_loop_update() {/* Create path to mission and build node if none exists yet */
+namespace breguet {
+void  StandardMission::breguet_update() {/* Create path to mission and build node if none exists yet */
     std::string subpath("analysis/mission");
     check_and_add_nodes(subpath, "Mission data", -1, 0);
     subpath += "/" + this->mission_type;
     check_and_add_nodes(subpath, "Data of " + replaceAll(this->mission_type, "_", " "));
 
     /* Non-global endnode initialization */
-    EndnodeReadOnly<double> energy_carreir_tmp(EndnodeReadOnly<double>("consumed_energy"));
+    EndnodeReadOnly<double> energy_carrier_tmp(EndnodeReadOnly<double>("consumed_energy"));
     Endnode<double> total_range("range", "Traveled range from break release to end of taxi at destination", // take required range for 1st assumption
         EndnodeReadOnly<double>("requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/range").read(rtIO->acxml).value(), "m", 0, 5000000);
     Endnode<int> energy_carrier_id("energy_carrier_ID", "See energy carrier specification node", 0, "1", 0, 5); // TODO(GErrit): Auf Multifuel anpassen hier und drunter
@@ -954,15 +939,16 @@ void  standard_mission::first_loop_update() {/* Create path to mission and build
 
     description = "Amount of energy needed for taxiing at origin for specified energy carrier";
     this->check_and_add_nodes(subpath + "/taxi_energy/taxi_out_energy", description, 0);
-    consumed_energy = this->taxi_fuel_mass_origin.second * rtIO->get_fuel_gravimetric_energy_density(energy_carrier_id.value());
+    consumed_energy = this->taxi_fuel_mass_origin.second *
+        EnergyCarrier(rtIO->get_fuel_type(energy_carrier_id.value()), rtIO->get_fuel_density(energy_carrier_id.value())).gravimetric_energy_density;
     consumed_energy.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_out_energy@0"));
     energy_carrier_id.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_out_energy@0"));
 
     description = "Amount of energy needed for taxiing at destination for specified energy carrier";
     this->check_and_add_nodes(subpath + "/taxi_energy/taxi_in_energy", description, 0);
-    consumed_energy =  this->taxi_fuel_mass_destination.second * rtIO->get_fuel_gravimetric_energy_density(energy_carrier_id.value());
+    consumed_energy =  this->taxi_fuel_mass_destination.second *
+        EnergyCarrier(rtIO->get_fuel_type(energy_carrier_id.value()), rtIO->get_fuel_density(energy_carrier_id.value())).gravimetric_energy_density;
     consumed_energy.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_in_energy@0"));
     energy_carrier_id.update(rtIO->acxml.at(subpath + "/taxi_energy/taxi_in_energy@0"));
 }
-} // namespace first_loop
-} // namespace design_mission
+} // namespace breguet
diff --git a/mission_analysis/src/standard_mission/standard_mission/standard_mission.h b/mission_analysis/src/standard_mission/standard_mission/standard_mission.h
index 19726a6db2e09d11cef246cc29d83632accd0d23..e0a2cd7cc552d116b779fdf14996667492f8f38d 100644
--- a/mission_analysis/src/standard_mission/standard_mission/standard_mission.h
+++ b/mission_analysis/src/standard_mission/standard_mission/standard_mission.h
@@ -1,15 +1,25 @@
-/**
- * \file standard_mission.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
-
 /* List of references
     [1] Airbus customer services, Flight Operations Support & Line Assistance: Getting to grips with the cost index, Issue II, May 1998, p.7
 */
@@ -38,10 +48,13 @@
 #include "../../libs/mission_file_data_handler/mission_file_data_handler.h"
 
 
-class standard_mission : public Strategy {
+/** \class StandardMission
+ *  \brief Standard method to calculate a mission
+ */
+class StandardMission : public Strategy {
  public:
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO);
-    ~standard_mission() = default;
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO);
+    ~StandardMission() = default;
 
     void initialize();
     void run();
@@ -51,7 +64,7 @@ class standard_mission : public Strategy {
 
     /* Pointer to external objects */
     const std::shared_ptr<RuntimeIO>& rtIO;
-    mission_file_data_handler* mission_file;
+    MissionFileDataHandler* mission_file;
 
     /* Constants */
     enum fuel_planning_method {JAR, FAR_DOMESTIC, FAR_FLAG};
@@ -63,6 +76,7 @@ class standard_mission : public Strategy {
 
     /* Variables */
     std::string mission_type; /**< Type of mission */
+    bool low_fidelity;        /**< Switch to use low fidelity Breguet-based estimations for the trip fuel consumption */
 
     /* Relative mass values */
     double rel_fuel_overshoot; /**< Relative overshoot when maximum fuel mass is reached*/
@@ -127,7 +141,7 @@ class standard_mission : public Strategy {
 
 
     /* Propulsion */
-    Multi_engine_propulsion engine;          /**< Engine object */
+    MultiEnginePropulsion engine;          /**< Engine object */
 
     /* Aerodynamic - Polar calculation */
     atmosphere atm;             /**< Standard atmosphere */
@@ -155,32 +169,38 @@ class standard_mission : public Strategy {
     bool variable_camber_switch;             /**< variable camber switch */
     double skin_thickness;                   /**< Thickness of skinning [m]*/
 
-    class used_components {
+    /** \class UsedComponents
+     *  \brief class to gather used geometric components
+     */
+    class UsedComponents {
      public:
-         /* Initialize used_components variables */
+         /* Initialize UsedComponents variables */
          uint8_t lifting_surfaces_quantity;                               /**< Total number of lifting surfaces */
          uint8_t fuselages_quantity;                                     /**< Total number of fuselages */
 
-         /* Initialize used_components strings */
+         /* Initialize UsedComponents strings */
          std::vector<std::string> lifting_surfaces_vector;           /**< vector holding the names of the lifting surfaces */
          std::vector<std::string> lifting_fuselage_vector;                 /**< Vector holding the names of the fuselages */
 
-         /** \brief Constructor of used_components.
+         /** \brief Constructor of UsedComponents.
           */
-         used_components();
+         UsedComponents();
 
-         /** \brief Destructor of used_components
+         /** \brief Destructor of UsedComponents
           */
-         virtual ~used_components();
+         virtual ~UsedComponents();
     };
-    used_components usedElements;
+    UsedComponents usedElements;
 
     /* Requirement check */
     bool requirement_switch;            /**< Switch for turning the requirement check on */
     bool initial_cruise_altitude_check; /**< Switch for ICA was achieved */
 
     /* Mission data */
-    struct cruiseStep {
+    /** \struct CruiseStep
+     *  \brief Definition of cruise steps within the mission
+     */
+    struct CruiseStep {
         double rel_step_length; /**< Relative step length [-] */
         double FL;              /**< Flight level [100 ft] */
         double mass;            /**< Mass [kg] */
@@ -198,7 +218,7 @@ class standard_mission : public Strategy {
     uint16_t top_of_descent_index;          /**< Mission data index at the top of descent [-] */
     uint16_t end_of_descent_index;          /**< Mission data index at the end of descent [-] */
     double step_height_cruise;              /**< Step climb cruise [ft] */
-    std::vector<cruiseStep> cruise_profile; /**< Cruise profile */
+    std::vector<CruiseStep> cruise_profile; /**< Cruise profile */
     unsigned int cruise_profile_start;      /**< Start of cruise TOC */
     unsigned int cruise_profile_end;        /**< End of cruise TOD */
     Endnode<double> top_of_climb_range;     /**< Range at top of climb [m] */
@@ -218,9 +238,10 @@ class standard_mission : public Strategy {
     Endnode<double> CL_cruise_max;          /**< Maximum cruise lift coefficient [-] */
     Endnode<double> CL_cruise_min;          /**< Minimum cruise lift coefficient [-] */
 
-    /** \brief Class in which the calculated mission segments are saved
+    /** \class MissionSegment
+     *  \brief A mission segment saves all relevant values of a point within the flown trajectory
      */
-    class mission_segment {
+    class MissionSegment {
      public:
         std::map<int, double> end_total_fuel_mass;     /**< Cumulative consumption at the end of the segment [kg] */
         double end_fuel_flow;           /**< Fuel flow at the end of the segment [kg/s] */
@@ -232,7 +253,7 @@ class standard_mission : public Strategy {
         double end_L_over_D;            /**< Lift over drag coefficient at the end of the segment [-] */
         double end_specific_air_range;  /**< Specific air range at the end of the segment [m/kg] */
         std::string end_aero_config;    /**< Aerodynamic configuration at the end of the segment */
-        double end_glidepath_angle;     /**< Path angle at the end of the segment [deg] */
+        double end_glide_path_angle;     /**< Path angle at the end of the segment [deg] */
         double end_TAS;                 /**< True airspeed at the end of the segment [m/s] */
         double end_mach;                /**< Mach number at the end of the segment [-] */
         double end_CAS;                 /**< Calibrated airspeed at the end of the segment [m/s] */
@@ -252,71 +273,30 @@ class standard_mission : public Strategy {
         std::vector<std::vector<double>> end_origin_polar; /**< Origin polar with variable camber infos at the end of the segment */
         int energy_carrier_id;          /* Energy carrier used for the profile step */
         /* Constructor and destructor */
-        /** \brief Constructor for the class mission_segment
-         * \param an_end_total_fuel_mass: cumulative consumption at the end of the segment [kg]
-         * \param an_end_fuel_flow: fuel flow at the end of the segment [kg/s]
-         * \param an_end_time: covered time at the end of the segment [s]
-         * \param an_end_range: covered range at the end of the segment [m]
-         * \param an_end_altitude: altitude at the end of the segment [m]
-         * \param an_end_total_mass: weight at the end of the segment [kg]
-         * \param an_end_CL: lift coefficient at the end of the segment [-]
-         * \param an_end_L_over_D: lift over drag coefficient at the end of the segment [-]
-         * \param an_end_specific_air_range: specific air range at the end of the segment [m/kg]
-         * \param an_end_aero_config: aerodynamic configuration at the end of the segment
-         * \param an_end_glidepath_angle: glidepath angle at the end of the segment [deg]
-         * \param an_end_TAS: true airspeed at the end of the segment [KTAS]
-         * \param an_end_mach: Mach number at the end of the segment [-]
-         * \param an_end_CAS: calibrated airspeed at the end of the segment [m/s]
-         * \param an_end_ground_speed: ground speed at the end of the segment [m/s]
-         * \param an_end_thrust: thrust at the end of the segment [N]
-         * \param an_end_bleed: bleed at the end of the segment [kg/s]
-         * \param an_end_shaft_power: shaft power at the end of the segment [W]
-         * \param an_engine_rating: engine rating at the end of the segment
+        /** \brief Constructor for the class MissionSegment
+         * \param fc const FlightConditions&: Pointer to the flight conditions of the segment
+         * \param oc const OperatingConditions& oc: Pointer to the operating conditions of the segment
+         * \param previous_segment const MissionSegment&: pointer to the previous mission segment
          * \param an_end_n1: rotational speed of the engine (N1) at the end of the segment [-]
-         * \param an_end_angle_of_attack: current angle of attack (AOA) at the end of the segment [deg]
-         * \param an_end_spoiler_factor: spoiler factor at the end of the segment [-]
-         * \param an_end_mode_name: mode name at the end of the segment
-         * \param an_end_reynolds_number: Reynolds number at MAC at the end of the segment [-]
-         * \param an_end_aircraft_cg: Aircraft center of gravity at the end of the segment [m]
-         * \param an_end_fuel_cg: Fuel center of gravity at the end of the segment [m]
-         * \param an_end_stabilizer_incidence: incidence angle of stabilizer at the end of the segment [deg]
-         * \param an_end_origin_polar: Origin polar with variable camber infos at the end of the segment
-         * \param an_energy_carrier_id: Energy carrier used for the profile step
          */
-        mission_segment(const std::map<int, double>& an_end_total_fuel_mass,
-                    double an_end_fuel_flow,
-                    double an_end_time,
-                    double an_end_range,
-                    double an_end_altitude,
-                    double an_end_total_mass,
-                    double an_end_CL,
-                    double an_end_L_over_D,
-                    double an_end_specific_air_range,
-                    const std::string& an_end_aero_config,
-                    double an_end_glidepath_angle,
-                    double an_end_TAS,
-                    double an_end_mach,
-                    double an_end_CAS,
-                    double an_end_ground_speed,
-                    double an_end_thrust,
-                    double an_end_bleed,
-                    double an_end_shaft_power,
-                    const std::string& an_engine_rating,
-                    const std::map<uint16_t, double>& an_end_n1,
-                    double an_end_angle_of_attack,
-                    double an_end_spoiler_factor,
-                    const std::string& an_end_mode_name,
-                    double an_end_reynolds_number,
-                    double an_end_aircraft_cg,
-                    double an_end_fuel_cg,
-                    double an_end_stabilizer_incidence,
-                    const std::vector<std::vector<double>>& an_end_origin_polar,
-                    int an_energy_carrier_id);
-        /** \brief Destructor for the class mission_segment
+        MissionSegment(const FlightConditions& fc, const OperatingConditions& oc, const MissionSegment& previous_segment, const std::map<uint16_t, double>& an_end_n1);
+        /** \brief Constructor for the first segment (takeoff) using the class MissionSegment
+         * \param fc const FlightConditions&: Pointer to the flight conditions of the segment
+         * \param oc const OperatingConditions& oc: Pointer to the operating conditions of the segment
+         * \param previous_segment const MissionSegment&: pointer to the previous mission segment
+         * \param an_end_n1 const std::map<uint16_t, double>&: rotational speed of the engine (N1) at the end of the segment [-]
+         * \param fuel_mass_map const std::map<int, double>&: map of all fuels used during the mission [kg]
+         * \param takeoff_mass double: takeoff mass [kg]
+         * \param cg_design double: center of gravity at takeoff [m]
+         * \param cg_wing double: center of gravity of the wing to initialize the fuel's center of gravity at takeoff [m]
+         */
+        MissionSegment(const FlightConditions& fc, const OperatingConditions& oc, const std::map<uint16_t, double>& an_end_n1,
+                        const std::map<int, double>& fuel_mass_map, double takeoff_mass, double cg_design, double cg_wing);
+        /** \brief Destructor for the class MissionSegment
          */
-        virtual ~mission_segment();
+        virtual ~MissionSegment();
     };
-    std::vector<mission_segment> mission_profile; /**< Profile of the mission */
+    std::vector<MissionSegment> mission_profile; /**< Profile of the mission */
 
     /* Auxillary functions */
     /** \brief Function checks if the needed node is existing. If not, it's created
@@ -413,7 +393,7 @@ class standard_mission : public Strategy {
 
  private:
     /* Methods */
-    /* standard_mission.cpp */
+    /* StandardMission.cpp */
     /** \brief Function analyzes the cruise profile to write relevant values into Aircraft Exchange file
      */
     void analyze_cruise_profile();
@@ -437,33 +417,33 @@ class standard_mission : public Strategy {
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      */
-    void calculate_ground_run(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step);
+    void calculate_ground_run(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step);
     /** \brief Function calculates take off
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      */
-    void takeoff_calculation(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step);
+    void takeoff_calculation(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step);
     /** \brief Function climbs to cruise altitude
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      */
-    void climb_to_cruise_altitude(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step);
+    void climb_to_cruise_altitude(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step);
     /** \brief Function to climb to service ceiling
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      */
-    void climb_to_service_ceiling(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step);
+    void climb_to_service_ceiling(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step);
     /** \brief Function for climb iteration
-     * \param oc Operating_conditions*: pointer to an operating condition object
-     * \param fc Flight_conditions*: pointer to a flight condition object
+     * \param oc OperatingConditions*: pointer to an operating condition object
+     * \param fc FlightConditions*: pointer to a flight condition object
      * \param mission_step uint16_t: constant reference to a mission step [-]
      * \param minimum_ROC constant reference to a minimum rate of climb value that should be maintained during climb iteration [m/s]
      * \param save_data constant reference for a switch if the calculated flight condition data should be saved to the mission_profile vector [-]
      */
-    void climb_iteration(Operating_conditions* oc, Flight_conditions* fc, const uint16_t &mission_step,
+    void climb_iteration(OperatingConditions* oc, FlightConditions* fc, const uint16_t &mission_step,
                         const double& minimum_ROC = convertUnit(FOOTPERMINUTE, METERPERSECOND, 100.), const bool& save_data = true);
     /** \brief Function estimates the aircraft mass at top of descent using Breguet Range equation with current aircraft mass and current SAR
      * \param current_aircraft_mass const double&: Mass of aircraft at begin of cruise range until start of descent [kg]
@@ -479,57 +459,57 @@ class standard_mission : public Strategy {
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      * \param simulation_mode Constant reference to a switch if the function should run the estimation mode or the real mode; default is the real mode
-     * \return range_for_descent if simulation_mode is active, the needed range to descent to approach is returned [m]
+     * \return range_for_descent if simulation_mode is active, the needed range to descend to approach is returned [m]
      */
-    double calculate_climb_or_descent(Operating_conditions* oc, Flight_conditions* fc,
+    double calculate_climb_or_descent(OperatingConditions* oc, FlightConditions* fc,
                                     const uint16_t& a_mission_step, const bool& simulation_mode = false);
     /** \brief Function estimates the values for top of descent, bottom of descent and with this the range for descent
      *  \param last_segment_free_flight_switch Constant reference to a switch if the last mission segment is a free_flight segment
      */
     void estimate_descent(const bool& last_segment_free_flight_switch);
-    /** \brief Function estimates the descend distance of the approach route
+    /** \brief Function estimates the descent distance of the approach route
      * \param oc: reference to an operating condition object
      * \param fc: reference to a flight condition object
      * \param top_of_descent_mass: mass at top of descent [kg]
      * \return (Range, Fuel) pair<double, double>: Returns the descent distance of the approach route [m] and the consumed fuel [kg]
      */
-    std::pair<double, double> calculate_descent(const Operating_conditions& oc, const Flight_conditions& fc, double top_of_descent_mass);
+    std::pair<double, double> calculate_descent(const OperatingConditions& oc, const FlightConditions& fc, double top_of_descent_mass);
     /** \brief Function updates the descent range current_descent_distance and with this also the end of current cruise segment as well as the aircraft mass at top of descent
      * \param segmend_end_range double*: pointer to the cruise end of current segment
      * \param top_of_descent_aircraft_mass double*: pointer to the current aircraft mass at top of descent
      * \param current_descent_distance const double&: constant reference to the current descent distance
      * \param oc const operatingCondition&: constant reference to an operating condition object
-     * \param fc const Flight_conditions&: constant reference to a flight condition object
+     * \param fc const FlightConditions&: constant reference to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      * \return (Range, Fuel) pair<double, double>: Returns the descent distance of the approach route [m] and the consumed fuel [kg]
      */
     std::pair<double, double> iterate_descent(double* segmend_end_range, double* top_of_descent_aircraft_mass, const double& current_descent_distance,
-                                const Operating_conditions& oc, const Flight_conditions& fc, const uint16_t& a_mission_step);
-    /** \brief Function to calculate glideslope interception
+                                const OperatingConditions& oc, const FlightConditions& fc, const uint16_t& a_mission_step);
+    /** \brief Function to calculate glide_slope interception
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      * \param simulation_mode Constant reference to a switch if the function should run the estimation mode or the real mode; default is the real mode
-     * \return range_for_descent Needed range to descent to perform a glide slope landing [m]
+     * \return range_for_descent Needed range to descend to perform a glide slope landing [m]
      */
-    double glideslope_interception(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step,
+    double glide_slope_interception(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step,
                                     const bool& simulation_mode = false);
     /** \brief Function for landing
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      * \param simulation_mode Constant reference to a switch if the function should run the estimation mode or the real mode; default is the real mode
-     * \return range_for_descentToTouchdown the needed range to descent from screen height (50ft) to touchdown is returned [m]
+     * \return range_for_descentToTouchdown the needed range to descend from screen height (50ft) to touchdown is returned [m]
      */
-    double landing(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step, const bool& simulation_mode = false);
+    double landing(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step, const bool& simulation_mode = false);
     /** \brief Function changes speed at constant rate of climb
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      * \param simulation_mode Constant reference to a switch if the function should run the estimation mode or the real mode; default is the real mode
-     * \return range_for_descent if simulation_mode is active, the needed range to descent to approach is returned [m]
+     * \return range_for_descent if simulation_mode is active, the needed range to descend to approach is returned [m]
      */
-    double change_speed_at_constant_ROC(Operating_conditions* oc, Flight_conditions* fc,
+    double change_speed_at_constant_ROC(OperatingConditions* oc, FlightConditions* fc,
                                         const uint16_t& a_mission_step, const bool& simulation_mode = false);
     /** \brief Function changes altitude with constant speed
      * \details if missionData.mach_switch is active, the Mach number is set constant during climb, else the CAS is taken (e.g. for CLIMBWITHCONSTCAS)
@@ -537,28 +517,28 @@ class standard_mission : public Strategy {
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      * \param simulation_mode Constant reference to a switch if the function should run the estimation mode or the real mode; default is the real mode
-     * \return descentRange if simulation_mode is active, the needed range to descent to approach is returned [m]
+     * \return descent_range if simulation_mode is active, the needed range to descend to approach is returned [m]
      */
-    double change_altitude_at_constant_speed(Operating_conditions* oc, Flight_conditions* fc,
+    double change_altitude_at_constant_speed(OperatingConditions* oc, FlightConditions* fc,
                                                 const uint16_t& a_mission_step, const bool& simulation_mode = false);
     /** \brief Function calculates cruise with constant Mach number
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      */
-    void cruise_at_constant_mach(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step);
+    void cruise_at_constant_mach(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step);
     /** \brief Function for air to air fuelling
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      */
-    void air_to_air_fuelling(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step);
+    void air_to_air_fuelling(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step);
     /** \brief Function for free flight
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param a_mission_step: reference to a mission step [-]
      */
-    void free_flight(Operating_conditions* oc, Flight_conditions* fc, const uint16_t& a_mission_step);
+    void free_flight(OperatingConditions* oc, FlightConditions* fc, const uint16_t& a_mission_step);
     /** \brief Function calculates ECON cruise speed. The Mach number and the flight altitude h are changed to the maximum range values.
      * \param econ_mach_number: pointer to ECON Mach number [-]
      * \param altitude: reference to altitude [m]
@@ -569,13 +549,13 @@ class standard_mission : public Strategy {
      */
     void calculate_econ_cruise_speed(double* econ_mach_number, const double& altitude, const double CI,
                                         const double& aircraft_mass, const std::string& config, const std::string& rating);
-    /** \brief Function simulates a flight level change.
+    /** \brief Function simulates a flight level change to check if it is possible
      * \param fc: pointer to a flight conditions
      * \param oc: constant reference to object of operating conditions
      * \param altitude_change_step: altitude change within the step [m]
      * \param a_mission_step: reference to mission_step
      */
-    void simulate_FL_change(Flight_conditions* fc, const Operating_conditions& oc,
+    void simulate_FL_change(FlightConditions* fc, const OperatingConditions& oc,
                                 const double& altitude_change_step, const uint16_t& a_mission_step);
     /** \brief Function iterates fixed rate of climb acceleration
      * \param oc: pointer to an operating condition object
@@ -584,48 +564,48 @@ class standard_mission : public Strategy {
      * \param mission_step: reference to a mission step [-]
      * \param save_data constant reference for a switch if the calculated flight condition data should be saved to the mission_profile vector [-]
      */
-    void fixed_ROC_acceleration_iteration(Operating_conditions* oc,  Flight_conditions* fc, const double& min_acceleration,
+    void fixed_ROC_acceleration_iteration(OperatingConditions* oc,  FlightConditions* fc, const double& min_acceleration,
                                         const uint16_t &mission_step, const bool& save_data);
     /** \brief Function checks the conditions after iteration
      * \details flight time, flight direction, minimum ROC, and flight track angle are checked for valid values; program is aborted if values are not valid
-     * \param oc Operating_conditions*: pointer to an operating condition object
-     * \param fc Flight_conditions*: pointer to a flight condition object
+     * \param oc OperatingConditions*: pointer to an operating condition object
+     * \param fc FlightConditions*: pointer to a flight condition object
      * \param mission_step uint16_t: constant reference to a mission step [-]
      * \param minimum_ROC constant reference to a minimum rate of climb value that should be maintained during climb iteration [ft/min]
      */
-    void check_iteration_conditions(Operating_conditions* oc, Flight_conditions* fc, const uint16_t &mission_step, const double& minimum_ROC);
+    void check_iteration_conditions(OperatingConditions* oc, FlightConditions* fc, const uint16_t &mission_step, const double& minimum_ROC);
     /** \brief Function for cruise iteration
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param mission_step: reference to a mission step [-]
      * \param save_data constant reference for a switch if the calculated flight condition data should be saved to the mission_profile vector [-]
      */
-    void cruise_iteration(Operating_conditions* oc, Flight_conditions* fc, const uint16_t &mission_step, bool save_data);
+    void cruise_iteration(OperatingConditions* oc, FlightConditions* fc, const uint16_t &mission_step, bool save_data);
     /** \brief Function for free flight iteration
      * \param oc: pointer to an operating condition object
      * \param fc: pointer to a flight condition object
      * \param mission_step: reference to a mission step [-]
      * \param save_data constant reference for a switch if the calculated flight condition data should be saved to the mission_profile vector [-]
      */
-    void free_flight_iteration(Operating_conditions* oc, Flight_conditions* fc, const uint16_t &mission_step, bool save_data);
+    void free_flight_iteration(OperatingConditions* oc, FlightConditions* fc, const uint16_t &mission_step, bool save_data);
     /** \brief Function sets segment initial conditions
      *  \param fc: pointer to a flight condition object
      *  \param use_mission_condition constant reference to decide whether the last mission step results should be used for m, altitude, and TAS or not; default: true [-]
      *  \param an_end_CL constant reference to an end lift coefficient of the segment; if not preset, it is calculated from constant level flight [-]
      */
-    void set_segment_initial_conditions(Flight_conditions* fc, const bool& use_mission_condition = true, const double& an_end_CL = NAN);
+    void set_segment_initial_conditions(FlightConditions* fc, const bool& use_mission_condition = true, const double& an_end_CL = NAN);
     /** \brief Function sets initial segment iteration start values
-     *  \details values for glidepath_angle, a, liftcoefficient, drag and thrust are set
+     *  \details values for glide_path_angle, a, liftcoefficient, drag and thrust are set
      *  \param fc: pointer to a flight condition object
      *  \param an_end_CL constant reference to an end lift coefficient of the segment; if not preset, it is calculated from constant level flight [-]
      */
-    void set_initial_iteration_start_values(Flight_conditions* fc, const double& an_end_CL);
+    void set_initial_iteration_start_values(FlightConditions* fc, const double& an_end_CL);
     /** \brief Functions sets initial segment value for CL and Drag
      *  \details if needed, drag is updated by using spoilers
      *  \param fc: pointer to a flight condition object
      *  \param an_end_CL constant reference to an end lift coefficient of the segment; if not preset, it is calculated from constant level flight [-]
      */
-    void set_initial_aerodynamic_values(Flight_conditions* fc, const double& an_end_CL);
+    void set_initial_aerodynamic_values(FlightConditions* fc, const double& an_end_CL);
     /** \brief Function sets iteration start values
      *  \details values for are set
      *  \param fc: pointer to a flight condition object
@@ -633,18 +613,18 @@ class standard_mission : public Strategy {
      *  \param end_acceleration constant reference to an end acceleration of the segment [m/s^2]
      *  \param an_end_CL constant reference to an end lift coefficient of the segment; if not preset, it is calculated from constant level flight [-]
      */
-    void set_iteration_start_values(Flight_conditions* fc, const double& end_track_angle, const double& end_acceleration, const double& an_end_CL);
+    void set_iteration_start_values(FlightConditions* fc, const double& end_track_angle, const double& end_acceleration, const double& an_end_CL);
     /** \brief Functions sets values for CLend and DragEnd
      *  \details if needed, DragEnd is updated by using spoilers
      *  \param fc: pointer to a flight condition object
      *  \param an_end_CL constant reference to an end lift coefficient of the segment; if not preset, it is calculated from constant level flight [-]
      */
-    void set_aerodynamic_values(Flight_conditions* fc, const double& an_end_CL);
+    void set_aerodynamic_values(FlightConditions* fc, const double& an_end_CL);
     /** \brief Function sets a value for set_specific_air [m/kg]
      *  \details the current end conditions for Lift over Drag, true airspeed, TSFC, and aircraft mass are used to calculate specific air range as L/D * end_TAS / (TSFC * aircraft mass)
      *  \param fc constant reference to an end lift coefficient of the segment; if not preset, it is calculated from constant level flight [-]
      */
-    void set_specific_air_range(Flight_conditions* fc);
+    void set_specific_air_range(FlightConditions* fc);
     /** \brief Function sets segment end conditions
      *  \param fc: pointer to a flight condition object
      *  \param end_TAS constant reference to an end velocity of the segment given as true airspeed [m/s]
@@ -654,32 +634,29 @@ class standard_mission : public Strategy {
      *  \param an_end_CL constant reference to an end lift coefficient of the segment; if not preset, it is calculated from constant level flight [-]
      *  \param use_breguet switch if Breguet equation is used for fuel mass calculation (true) or current engine fuel flow (false - default) [-]
      */
-    void set_segment_end_conditions(Flight_conditions* fc, const double& end_TAS, const double& end_altitude, const double& end_track_angle,
+    void set_segment_end_conditions(FlightConditions* fc, const double& end_TAS, const double& end_altitude, const double& end_track_angle,
                                     const double& end_acceleration, const double& an_end_CL = NAN, const bool& use_breguet = false);
     /** \brief Function calculates the CoG at the end of each segment
      *  \param fc: pointer to a flight condition object
      */
-    void set_segment_end_cg(Flight_conditions *fc);
+    void set_segment_end_cg(FlightConditions *fc);
     /** \brief Function saves segment data
      * \param fc: reference to a flight condition
      * \param oc: reference to an operating condition
      * \param mission_step: mission step [-]
      */
-    void save_segment_data(Flight_conditions* fc, const Operating_conditions &oc, unsigned int mission_step);
+    void save_segment_data(FlightConditions* fc, const OperatingConditions &oc, unsigned int mission_step);
     /** \brief Function interpolates the stabilizer angle i_stab between CoGs
-     *  \param fc pointer to Flight_conditions object
+     *  \param fc pointer to FlightConditions object
      */
-    void interpolate_stabilizer_incidence(Flight_conditions *fc);
+    void interpolate_stabilizer_incidence(FlightConditions *fc);
     /** \brief Function decides whether the flight level is changed.
      * \param cruise_flight_condition: constant reference to object of cruise flight conditions
      * \param next_FL_flight_condition: constant reference to object of flight level change flight conditions
-     * \param cost_index: reference to cost index [kg/min], scaled 0 to 999 according to Sperry/Honeywell [1]
      * \param cruise_range: reference to the cruise range from reference mission point (end_range) to end of constant level cruise segment [m]
-     * \param cruise_fuel: reference to the cruise fuel used from reference mission point (end_range) to end of constant level cruise segment [kg]
      * \return true or false [-]
      */
-    bool decide_FL_change(const Flight_conditions& cruise_flight_condition, const Flight_conditions& next_FL_flight_condition,
-                            const double& cost_index, const double& cruise_range, const double& cruise_fuel);
+    bool decide_FL_change(const FlightConditions& cruise_flight_condition, const FlightConditions& next_FL_flight_condition, const double& cruise_range);
     /** \brief Function calculates the optimum flight level
      * \param optimum_altitude: pointer to altitude [m]
      * \param mach: reference to a Mach number [-]
@@ -700,7 +677,7 @@ class standard_mission : public Strategy {
      * \param derate: reference to relative derate to the selected rating [-]
      * \param rating: reference to rating
      */
-    void calculate_max_ROC_speed(double* mach, const Flight_conditions& fc, const double& derate);
+    void calculate_max_ROC_speed(double* mach, const FlightConditions& fc, const double& derate);
     /** \brief Function calculates optimum speed and flight level.
      * \param econ_mach_number: pointer to ECON Mach number [-]
      * \param altitude: pointer to altitude [m]
@@ -845,10 +822,10 @@ class standard_mission : public Strategy {
     inline double calculate_cost_function(const int &energy_carrier_id, const double &mach, const double &altitude,
                                             const double &aircraft_mass, const std::string& config, const std::string &rating,
                                             const double &bleed, const double &shaft_power, const double& cost_index) {
-    double theCostFunction;
-    theCostFunction = 1. / this->static_flight_specific_air_range(energy_carrier_id, mach, altitude, aircraft_mass, config, rating) +
+    double the_cost_function;
+    the_cost_function = 1. / this->static_flight_specific_air_range(energy_carrier_id, mach, altitude, aircraft_mass, config, rating) +
                       cost_index / convertUnit(MINUTE, SECOND, 1.) / convertUnit(MACH, TRUEAIRSPEED, altitude, this->atm, mach);
-    return theCostFunction;
+    return the_cost_function;
     }
     /** \brief Function to find number of elements having the same keywords in their names
      * \param xml xml file
@@ -906,76 +883,93 @@ class standard_mission : public Strategy {
     }
 };
 
-/* Namespace for design mission (not needed explicitly, but good for uniformity and doxygen) */
-namespace design_mission {
-class standard_mission : public ::standard_mission {
- public:
-    // Constructor that calls the base class constructor
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO)
-        : ::standard_mission(rtIO) {}
-
-    /* Overwrite method of standard_mission */
-
-    /* Own methods to replace within/add to standard_mission methods */
-};
-namespace first_loop {
-class standard_mission : public design_mission::standard_mission {
+namespace breguet {
+/** \class breguet::StandardMission
+ *  \brief Standard method to calculate a mission (first loop design mission namespace for robust assumptions in early design)
+ */
+class StandardMission : public ::StandardMission {
  public:
     // Constructor that calls the base class constructor
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO)
-        : design_mission::standard_mission(rtIO) {}
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO)
+        : ::StandardMission(rtIO) {}
 
-    /* Overwrite method of standard_mission */
+    /* Overwrite method of StandardMission */
+    void initialize() override {
+        this->low_fidelity = true;
+        ::StandardMission::initialize();
+    }
     void run() override {};
     void update() override {
-        this->first_loop_update();
+        this->breguet_update();
     };
     void report() override {};
 
-    /* Own methods to replace within/add to standard_mission methods */
+    /* Own methods to replace within/add to StandardMission methods */
     /** \brief Function to only update mission values of the first loop design mission
      */
-    void first_loop_update();
+    void breguet_update();
+};
+} // namespace breguet
+
+/* Namespace for design mission (not needed explicitly, but good for uniformity and doxygen) */
+namespace design_mission {
+/** \class design_mission::StandardMission
+ *  \brief Standard method to calculate a mission (design mission namespace)
+ */
+class StandardMission : public ::StandardMission {
+ public:
+    // Constructor that calls the base class constructor
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO)
+        : ::StandardMission(rtIO) {}
+
+    /* Overwrite method of StandardMission */
+
+    /* Own methods to replace within/add to StandardMission methods */
 };
-} // namespace first_loop
 } // namespace design_mission
 
 /* Namespace for study mission (not needed explicitly, but good for uniformity and doxygen) */
 namespace study_mission {
-class standard_mission : public ::standard_mission {
+/** \class study_mission::StandardMission
+ *  \brief Standard method to calculate a mission (study mission namespace)
+ */
+class StandardMission : public ::StandardMission {
  public:
     // Constructor that calls the base class constructor
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO)
-        : ::standard_mission(rtIO) {}
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO)
+        : ::StandardMission(rtIO) {}
 
-    /* Overwrite method of standard_mission */
+    /* Overwrite method of StandardMission */
 
-    /* Own methods to replace within/add to standard_mission methods */
+    /* Own methods to replace within/add to StandardMission methods */
 };
 } // namespace study_mission
 
 /* Same methods with minor changes for requirements mission */
 namespace requirements_mission {
-class standard_mission : public ::standard_mission {
+/** \class requirements_mission::StandardMission
+ *  \brief Standard method to calculate a mission (requirements mission namespace)
+ */
+class StandardMission : public ::StandardMission {
  public:
     // Constructor that calls the base class constructor
-    explicit standard_mission(const std::shared_ptr<RuntimeIO>& rtIO)
-        : ::standard_mission(rtIO) {}
+    explicit StandardMission(const std::shared_ptr<RuntimeIO>& rtIO)
+        : ::StandardMission(rtIO) {}
 
-    /* Overwrite method of standard_mission */
+    /* Overwrite method of StandardMission */
     void initialize() override {
         this->requirement_switch = true;
         this->aero.switchOnReqSwitch();
         this->optimum_ROC = EndnodeReadOnly<bool>("program_settings/mode/rate_of_climb_switch").read(this->rtIO->moduleConfig).value(),
         this->mission_type = "requirements_mission";
-        ::standard_mission::initialize();
+        ::StandardMission::initialize();
     }
     void update() override {
         this->aero.switchOffReqSwitch();
         this->requirements_mission_update();
     }
 
-    /* Own methods to replace within/add to standard_mission methods */
+    /* Own methods to replace within/add to StandardMission methods */
     /** \brief Function to only update requirements mission values
      */
     void requirements_mission_update();
diff --git a/mission_analysis/src/toolinfo.h b/mission_analysis/src/toolinfo.h
index d0820dd9edcfc6b4d9d312c76db59a5dd605e598..cd1f6b95b6d08b744fecda3ad02b79e2f70bdff6 100644
--- a/mission_analysis/src/toolinfo.h
+++ b/mission_analysis/src/toolinfo.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef MISSION_ANALYSIS_SRC_TOOLINFO_H_
 #define MISSION_ANALYSIS_SRC_TOOLINFO_H_
 
diff --git a/performance_assessment/CMakeLists.txt b/performance_assessment/CMakeLists.txt
index 7facc45b497306dbeef946bba4b6427d05cbabbd..5596a393f5d71508bdd0c5e8df4c556e468829f8 100644
--- a/performance_assessment/CMakeLists.txt
+++ b/performance_assessment/CMakeLists.txt
@@ -19,10 +19,10 @@ set(MODULE_SOURCES
     src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.cpp
     src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.cpp
     src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.cpp
-    src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.cpp
-    src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.cpp
-    src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.cpp
-    src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.cpp
+    #src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.cpp
+    #src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.cpp
+    #src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.cpp
+    #src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.cpp
     src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.cpp
     src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.cpp
     src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.cpp
@@ -49,6 +49,7 @@ target_link_libraries(${MODULE_NAME}
         UnicadoLibs::atmosphere
         UnicadoLibs::moduleBasics
         UnicadoLibs::unitConversion
+        UnicadoLibs::energyCarriers
 )
 
 # Set the location where the executable will be placed to the current source directory
diff --git a/performance_assessment/csv_filesperformance_assessment_fuelPayloadRange.csv b/performance_assessment/csv_filesperformance_assessment_fuelPayloadRange.csv
deleted file mode 100644
index 2197d9318abd2b517ed4cbf915c16c3086e752f0..0000000000000000000000000000000000000000
--- a/performance_assessment/csv_filesperformance_assessment_fuelPayloadRange.csv
+++ /dev/null
@@ -1,3901 +0,0 @@
-# Range [NM]; Payload [kg]; Consumed Fuel [kg]; Time [h]
-0; 0; 2769.14; 0
-0; 386; 2793.65; 0
-0; 772; 2818.16; 0
-0; 1158; 2842.67; 0
-0; 1544; 2867.18; 0
-0; 1930; 2891.7; 0
-0; 2316; 2916.21; 0
-0; 2702; 2940.72; 0
-0; 3088; 2965.23; 0
-0; 3474; 2989.74; 0
-0; 3860; 3014.25; 0
-0; 4246; 3038.76; 0
-0; 4632; 3063.27; 0
-0; 5018; 3087.78; 0
-0; 5404; 3112.3; 0
-0; 5790; 3136.81; 0
-0; 6176; 3161.32; 0
-0; 6562; 3185.83; 0
-0; 6948; 3210.34; 0
-0; 7334; 3234.85; 0
-0; 7720; 3259.36; 0
-0; 8106; 3283.87; 0
-0; 8492; 3308.39; 0
-0; 8878; 3332.9; 0
-0; 9264; 3357.41; 0
-0; 9650; 3381.92; 0
-0; 10036; 3406.43; 0
-0; 10422; 3430.94; 0
-0; 10808; 3455.45; 0
-0; 11194; 3479.96; 0
-0; 11580; 3504.47; 0
-0; 11966; 3528.99; 0
-0; 12352; 3553.5; 0
-0; 12738; 3578.01; 0
-0; 13124; 3602.52; 0
-0; 13510; 3627.03; 0
-0; 13896; 3651.54; 0
-0; 14282; 3676.05; 0
-0; 14668; 3700.56; 0
-0; 15054; 3725.08; 0
-0; 15440; 3749.59; 0
-0; 15826; 3774.1; 0
-0; 16212; 3798.61; 0
-0; 16598; 3823.12; 0
-0; 16984; 3847.63; 0
-0; 17370; 3872.14; 0
-0; 17756; 3896.65; 0
-0; 18142; 3921.16; 0
-0; 18528; 3945.68; 0
-0; 18914; 3970.19; 0
-0; 19300; 3994.7; 0
-
-111380; 0; 3203.67; 272.499
-111380; 386; 3232.03; 272.499
-111380; 772; 3260.39; 272.499
-111380; 1158; 3288.74; 272.499
-111380; 1544; 3317.1; 272.499
-111380; 1930; 3345.46; 272.499
-111380; 2316; 3373.82; 272.499
-111380; 2702; 3402.17; 272.499
-111380; 3088; 3430.53; 272.499
-111380; 3474; 3458.89; 272.499
-111380; 3860; 3487.25; 272.499
-111380; 4246; 3515.6; 272.499
-111380; 4632; 3543.96; 272.499
-111380; 5018; 3572.32; 272.499
-111380; 5404; 3600.68; 272.499
-111380; 5790; 3629.03; 272.499
-111380; 6176; 3657.39; 272.499
-111380; 6562; 3685.75; 272.499
-111380; 6948; 3714.11; 272.499
-111380; 7334; 3742.46; 272.499
-111380; 7720; 3770.82; 272.499
-111380; 8106; 3799.18; 272.499
-111380; 8492; 3827.54; 272.499
-111380; 8878; 3855.89; 272.499
-111380; 9264; 3884.25; 272.499
-111380; 9650; 3912.61; 272.499
-111380; 10036; 3940.97; 272.499
-111380; 10422; 3969.32; 272.499
-111380; 10808; 3997.68; 272.499
-111380; 11194; 4026.04; 272.499
-111380; 11580; 4054.4; 272.499
-111380; 11966; 4082.75; 272.499
-111380; 12352; 4111.11; 272.499
-111380; 12738; 4139.47; 272.499
-111380; 13124; 4167.83; 272.499
-111380; 13510; 4196.18; 272.499
-111380; 13896; 4224.54; 272.499
-111380; 14282; 4252.9; 272.499
-111380; 14668; 4281.26; 272.499
-111380; 15054; 4309.61; 272.499
-111380; 15440; 4337.97; 272.499
-111380; 15826; 4366.33; 272.499
-111380; 16212; 4394.69; 272.499
-111380; 16598; 4423.04; 272.499
-111380; 16984; 4451.4; 272.499
-111380; 17370; 4479.76; 272.499
-111380; 17756; 4508.12; 272.499
-111380; 18142; 4536.47; 272.499
-111380; 18528; 4564.83; 272.499
-111380; 18914; 4593.19; 272.499
-111380; 19300; 4621.55; 272.499
-
-222761; 0; 3641.87; 544.998
-222761; 386; 3674.1; 544.998
-222761; 772; 3706.34; 544.998
-222761; 1158; 3738.58; 544.998
-222761; 1544; 3770.81; 544.998
-222761; 1930; 3803.05; 544.998
-222761; 2316; 3835.29; 544.998
-222761; 2702; 3867.52; 544.998
-222761; 3088; 3899.76; 544.998
-222761; 3474; 3931.99; 544.998
-222761; 3860; 3964.23; 544.998
-222761; 4246; 3996.47; 544.998
-222761; 4632; 4028.7; 544.998
-222761; 5018; 4060.94; 544.998
-222761; 5404; 4093.17; 544.998
-222761; 5790; 4125.41; 544.998
-222761; 6176; 4157.65; 544.998
-222761; 6562; 4189.88; 544.998
-222761; 6948; 4222.12; 544.998
-222761; 7334; 4254.36; 544.998
-222761; 7720; 4286.59; 544.998
-222761; 8106; 4318.83; 544.998
-222761; 8492; 4351.06; 544.998
-222761; 8878; 4383.3; 544.998
-222761; 9264; 4415.54; 544.998
-222761; 9650; 4447.77; 544.998
-222761; 10036; 4480.01; 544.998
-222761; 10422; 4512.25; 544.998
-222761; 10808; 4544.48; 544.998
-222761; 11194; 4576.72; 544.998
-222761; 11580; 4608.95; 544.998
-222761; 11966; 4641.19; 544.998
-222761; 12352; 4673.43; 544.998
-222761; 12738; 4705.66; 544.998
-222761; 13124; 4737.9; 544.998
-222761; 13510; 4770.13; 544.998
-222761; 13896; 4802.37; 544.998
-222761; 14282; 4834.61; 544.998
-222761; 14668; 4866.84; 544.998
-222761; 15054; 4899.08; 544.998
-222761; 15440; 4931.32; 544.998
-222761; 15826; 4963.55; 544.998
-222761; 16212; 4995.79; 544.998
-222761; 16598; 5028.02; 544.998
-222761; 16984; 5060.26; 544.998
-222761; 17370; 5092.5; 544.998
-222761; 17756; 5124.73; 544.998
-222761; 18142; 5156.97; 544.998
-222761; 18528; 5189.21; 544.998
-222761; 18914; 5221.44; 544.998
-222761; 19300; 5253.68; 544.998
-
-334141; 0; 4083.76; 817.498
-334141; 386; 4119.91; 817.498
-334141; 772; 4156.05; 817.498
-334141; 1158; 4192.2; 817.498
-334141; 1544; 4228.35; 817.498
-334141; 1930; 4264.5; 817.498
-334141; 2316; 4300.64; 817.498
-334141; 2702; 4336.79; 817.498
-334141; 3088; 4372.94; 817.498
-334141; 3474; 4409.09; 817.498
-334141; 3860; 4445.23; 817.498
-334141; 4246; 4481.38; 817.498
-334141; 4632; 4517.53; 817.498
-334141; 5018; 4553.68; 817.498
-334141; 5404; 4589.83; 817.498
-334141; 5790; 4625.97; 817.498
-334141; 6176; 4662.12; 817.498
-334141; 6562; 4698.27; 817.498
-334141; 6948; 4734.42; 817.498
-334141; 7334; 4770.56; 817.498
-334141; 7720; 4806.71; 817.498
-334141; 8106; 4842.86; 817.498
-334141; 8492; 4879.01; 817.498
-334141; 8878; 4915.15; 817.498
-334141; 9264; 4951.3; 817.498
-334141; 9650; 4987.45; 817.498
-334141; 10036; 5023.6; 817.498
-334141; 10422; 5059.74; 817.498
-334141; 10808; 5095.89; 817.498
-334141; 11194; 5132.04; 817.498
-334141; 11580; 5168.19; 817.498
-334141; 11966; 5204.33; 817.498
-334141; 12352; 5240.48; 817.498
-334141; 12738; 5276.63; 817.498
-334141; 13124; 5312.78; 817.498
-334141; 13510; 5348.92; 817.498
-334141; 13896; 5385.07; 817.498
-334141; 14282; 5421.22; 817.498
-334141; 14668; 5457.37; 817.498
-334141; 15054; 5493.52; 817.498
-334141; 15440; 5529.66; 817.498
-334141; 15826; 5565.81; 817.498
-334141; 16212; 5601.96; 817.498
-334141; 16598; 5638.11; 817.498
-334141; 16984; 5674.25; 817.498
-334141; 17370; 5710.4; 817.498
-334141; 17756; 5746.55; 817.498
-334141; 18142; 5782.7; 817.498
-334141; 18528; 5818.84; 817.498
-334141; 18914; 5854.99; 817.498
-334141; 19300; 5891.14; 817.498
-
-445522; 0; 4529.37; 1090
-445522; 386; 4569.46; 1090
-445522; 772; 4609.56; 1090
-445522; 1158; 4649.65; 1090
-445522; 1544; 4689.74; 1090
-445522; 1930; 4729.83; 1090
-445522; 2316; 4769.92; 1090
-445522; 2702; 4810.02; 1090
-445522; 3088; 4850.11; 1090
-445522; 3474; 4890.2; 1090
-445522; 3860; 4930.29; 1090
-445522; 4246; 4970.38; 1090
-445522; 4632; 5010.48; 1090
-445522; 5018; 5050.57; 1090
-445522; 5404; 5090.66; 1090
-445522; 5790; 5130.75; 1090
-445522; 6176; 5170.84; 1090
-445522; 6562; 5210.94; 1090
-445522; 6948; 5251.03; 1090
-445522; 7334; 5291.12; 1090
-445522; 7720; 5331.21; 1090
-445522; 8106; 5371.3; 1090
-445522; 8492; 5411.4; 1090
-445522; 8878; 5451.49; 1090
-445522; 9264; 5491.58; 1090
-445522; 9650; 5531.67; 1090
-445522; 10036; 5571.76; 1090
-445522; 10422; 5611.86; 1090
-445522; 10808; 5651.95; 1090
-445522; 11194; 5692.04; 1090
-445522; 11580; 5732.13; 1090
-445522; 11966; 5772.22; 1090
-445522; 12352; 5812.32; 1090
-445522; 12738; 5852.41; 1090
-445522; 13124; 5892.5; 1090
-445522; 13510; 5932.59; 1090
-445522; 13896; 5972.68; 1090
-445522; 14282; 6012.78; 1090
-445522; 14668; 6052.87; 1090
-445522; 15054; 6092.96; 1090
-445522; 15440; 6133.05; 1090
-445522; 15826; 6173.14; 1090
-445522; 16212; 6213.24; 1090
-445522; 16598; 6253.33; 1090
-445522; 16984; 6293.42; 1090
-445522; 17370; 6333.51; 1090
-445522; 17756; 6373.6; 1090
-445522; 18142; 6413.7; 1090
-445522; 18528; 6453.79; 1090
-445522; 18914; 6493.88; 1090
-445522; 19300; 6533.97; 1090
-
-556902; 0; 4978.74; 1362.5
-556902; 386; 5022.81; 1362.5
-556902; 772; 5066.88; 1362.5
-556902; 1158; 5110.95; 1362.5
-556902; 1544; 5155.02; 1362.5
-556902; 1930; 5199.09; 1362.5
-556902; 2316; 5243.16; 1362.5
-556902; 2702; 5287.23; 1362.5
-556902; 3088; 5331.3; 1362.5
-556902; 3474; 5375.37; 1362.5
-556902; 3860; 5419.44; 1362.5
-556902; 4246; 5463.51; 1362.5
-556902; 4632; 5507.58; 1362.5
-556902; 5018; 5551.65; 1362.5
-556902; 5404; 5595.72; 1362.5
-556902; 5790; 5639.78; 1362.5
-556902; 6176; 5683.85; 1362.5
-556902; 6562; 5727.92; 1362.5
-556902; 6948; 5771.99; 1362.5
-556902; 7334; 5816.06; 1362.5
-556902; 7720; 5860.13; 1362.5
-556902; 8106; 5904.2; 1362.5
-556902; 8492; 5948.27; 1362.5
-556902; 8878; 5992.34; 1362.5
-556902; 9264; 6036.41; 1362.5
-556902; 9650; 6080.48; 1362.5
-556902; 10036; 6124.55; 1362.5
-556902; 10422; 6168.62; 1362.5
-556902; 10808; 6212.69; 1362.5
-556902; 11194; 6256.76; 1362.5
-556902; 11580; 6300.83; 1362.5
-556902; 11966; 6344.9; 1362.5
-556902; 12352; 6388.97; 1362.5
-556902; 12738; 6433.04; 1362.5
-556902; 13124; 6477.11; 1362.5
-556902; 13510; 6521.18; 1362.5
-556902; 13896; 6565.25; 1362.5
-556902; 14282; 6609.32; 1362.5
-556902; 14668; 6653.39; 1362.5
-556902; 15054; 6697.45; 1362.5
-556902; 15440; 6741.52; 1362.5
-556902; 15826; 6785.59; 1362.5
-556902; 16212; 6829.66; 1362.5
-556902; 16598; 6873.73; 1362.5
-556902; 16984; 6917.8; 1362.5
-556902; 17370; 6961.87; 1362.5
-556902; 17756; 7005.94; 1362.5
-556902; 18142; 7050.01; 1362.5
-556902; 18528; 7094.08; 1362.5
-556902; 18914; 7138.15; 1362.5
-556902; 19300; 7182.22; 1362.5
-
-668283; 0; 5431.89; 1635
-668283; 386; 5479.97; 1635
-668283; 772; 5528.05; 1635
-668283; 1158; 5576.13; 1635
-668283; 1544; 5624.21; 1635
-668283; 1930; 5672.3; 1635
-668283; 2316; 5720.38; 1635
-668283; 2702; 5768.46; 1635
-668283; 3088; 5816.54; 1635
-668283; 3474; 5864.62; 1635
-668283; 3860; 5912.7; 1635
-668283; 4246; 5960.78; 1635
-668283; 4632; 6008.86; 1635
-668283; 5018; 6056.94; 1635
-668283; 5404; 6105.02; 1635
-668283; 5790; 6153.1; 1635
-668283; 6176; 6201.18; 1635
-668283; 6562; 6249.26; 1635
-668283; 6948; 6297.34; 1635
-668283; 7334; 6345.43; 1635
-668283; 7720; 6393.51; 1635
-668283; 8106; 6441.59; 1635
-668283; 8492; 6489.67; 1635
-668283; 8878; 6537.75; 1635
-668283; 9264; 6585.83; 1635
-668283; 9650; 6633.91; 1635
-668283; 10036; 6681.99; 1635
-668283; 10422; 6730.07; 1635
-668283; 10808; 6778.15; 1635
-668283; 11194; 6826.23; 1635
-668283; 11580; 6874.31; 1635
-668283; 11966; 6922.39; 1635
-668283; 12352; 6970.47; 1635
-668283; 12738; 7018.55; 1635
-668283; 13124; 7066.64; 1635
-668283; 13510; 7114.72; 1635
-668283; 13896; 7162.8; 1635
-668283; 14282; 7210.88; 1635
-668283; 14668; 7258.96; 1635
-668283; 15054; 7307.04; 1635
-668283; 15440; 7355.12; 1635
-668283; 15826; 7403.2; 1635
-668283; 16212; 7451.28; 1635
-668283; 16598; 7499.36; 1635
-668283; 16984; 7547.44; 1635
-668283; 17370; 7595.52; 1635
-668283; 17756; 7643.6; 1635
-668283; 18142; 7691.68; 1635
-668283; 18528; 7739.76; 1635
-668283; 18914; 7787.85; 1635
-668283; 19300; 7835.93; 1635
-
-779663; 0; 5888.93; 1907.49
-779663; 386; 5941.06; 1907.49
-779663; 772; 5993.19; 1907.49
-779663; 1158; 6045.31; 1907.49
-779663; 1544; 6097.44; 1907.49
-779663; 1930; 6149.56; 1907.49
-779663; 2316; 6201.69; 1907.49
-779663; 2702; 6253.82; 1907.49
-779663; 3088; 6305.94; 1907.49
-779663; 3474; 6358.07; 1907.49
-779663; 3860; 6410.19; 1907.49
-779663; 4246; 6462.32; 1907.49
-779663; 4632; 6514.45; 1907.49
-779663; 5018; 6566.57; 1907.49
-779663; 5404; 6618.7; 1907.49
-779663; 5790; 6670.83; 1907.49
-779663; 6176; 6722.95; 1907.49
-779663; 6562; 6775.08; 1907.49
-779663; 6948; 6827.2; 1907.49
-779663; 7334; 6879.33; 1907.49
-779663; 7720; 6931.46; 1907.49
-779663; 8106; 6983.58; 1907.49
-779663; 8492; 7035.71; 1907.49
-779663; 8878; 7087.84; 1907.49
-779663; 9264; 7139.96; 1907.49
-779663; 9650; 7192.09; 1907.49
-779663; 10036; 7244.21; 1907.49
-779663; 10422; 7296.34; 1907.49
-779663; 10808; 7348.47; 1907.49
-779663; 11194; 7400.59; 1907.49
-779663; 11580; 7452.72; 1907.49
-779663; 11966; 7504.85; 1907.49
-779663; 12352; 7556.97; 1907.49
-779663; 12738; 7609.1; 1907.49
-779663; 13124; 7661.22; 1907.49
-779663; 13510; 7713.35; 1907.49
-779663; 13896; 7765.48; 1907.49
-779663; 14282; 7817.6; 1907.49
-779663; 14668; 7869.73; 1907.49
-779663; 15054; 7921.85; 1907.49
-779663; 15440; 7973.98; 1907.49
-779663; 15826; 8026.11; 1907.49
-779663; 16212; 8078.23; 1907.49
-779663; 16598; 8130.36; 1907.49
-779663; 16984; 8182.49; 1907.49
-779663; 17370; 8234.61; 1907.49
-779663; 17756; 8286.74; 1907.49
-779663; 18142; 8338.86; 1907.49
-779663; 18528; 8390.99; 1907.49
-779663; 18914; 8443.12; 1907.49
-779663; 19300; 8495.24; 1907.49
-
-891044; 0; 6349.78; 2179.99
-891044; 386; 6405.98; 2179.99
-891044; 772; 6462.19; 2179.99
-891044; 1158; 6518.39; 2179.99
-891044; 1544; 6574.6; 2179.99
-891044; 1930; 6630.8; 2179.99
-891044; 2316; 6687.01; 2179.99
-891044; 2702; 6743.21; 2179.99
-891044; 3088; 6799.42; 2179.99
-891044; 3474; 6855.63; 2179.99
-891044; 3860; 6911.83; 2179.99
-891044; 4246; 6968.04; 2179.99
-891044; 4632; 7024.24; 2179.99
-891044; 5018; 7080.45; 2179.99
-891044; 5404; 7136.65; 2179.99
-891044; 5790; 7192.86; 2179.99
-891044; 6176; 7249.06; 2179.99
-891044; 6562; 7305.27; 2179.99
-891044; 6948; 7361.47; 2179.99
-891044; 7334; 7417.68; 2179.99
-891044; 7720; 7473.88; 2179.99
-891044; 8106; 7530.09; 2179.99
-891044; 8492; 7586.3; 2179.99
-891044; 8878; 7642.5; 2179.99
-891044; 9264; 7698.71; 2179.99
-891044; 9650; 7754.91; 2179.99
-891044; 10036; 7811.12; 2179.99
-891044; 10422; 7867.32; 2179.99
-891044; 10808; 7923.53; 2179.99
-891044; 11194; 7979.73; 2179.99
-891044; 11580; 8035.94; 2179.99
-891044; 11966; 8092.14; 2179.99
-891044; 12352; 8148.35; 2179.99
-891044; 12738; 8204.55; 2179.99
-891044; 13124; 8260.76; 2179.99
-891044; 13510; 8316.97; 2179.99
-891044; 13896; 8373.17; 2179.99
-891044; 14282; 8429.38; 2179.99
-891044; 14668; 8485.58; 2179.99
-891044; 15054; 8541.79; 2179.99
-891044; 15440; 8597.99; 2179.99
-891044; 15826; 8654.2; 2179.99
-891044; 16212; 8710.4; 2179.99
-891044; 16598; 8766.61; 2179.99
-891044; 16984; 8822.81; 2179.99
-891044; 17370; 8879.02; 2179.99
-891044; 17756; 8935.22; 2179.99
-891044; 18142; 8991.43; 2179.99
-891044; 18528; 9047.64; 2179.99
-891044; 18914; 9103.84; 2179.99
-891044; 19300; 9160.05; 2179.99
-
-1.00242e+06; 0; 6814.51; 2452.49
-1.00242e+06; 386; 6874.82; 2452.49
-1.00242e+06; 772; 6935.14; 2452.49
-1.00242e+06; 1158; 6995.46; 2452.49
-1.00242e+06; 1544; 7055.78; 2452.49
-1.00242e+06; 1930; 7116.1; 2452.49
-1.00242e+06; 2316; 7176.42; 2452.49
-1.00242e+06; 2702; 7236.74; 2452.49
-1.00242e+06; 3088; 7297.06; 2452.49
-1.00242e+06; 3474; 7357.38; 2452.49
-1.00242e+06; 3860; 7417.69; 2452.49
-1.00242e+06; 4246; 7478.01; 2452.49
-1.00242e+06; 4632; 7538.33; 2452.49
-1.00242e+06; 5018; 7598.65; 2452.49
-1.00242e+06; 5404; 7658.97; 2452.49
-1.00242e+06; 5790; 7719.29; 2452.49
-1.00242e+06; 6176; 7779.61; 2452.49
-1.00242e+06; 6562; 7839.93; 2452.49
-1.00242e+06; 6948; 7900.25; 2452.49
-1.00242e+06; 7334; 7960.57; 2452.49
-1.00242e+06; 7720; 8020.88; 2452.49
-1.00242e+06; 8106; 8081.2; 2452.49
-1.00242e+06; 8492; 8141.52; 2452.49
-1.00242e+06; 8878; 8201.84; 2452.49
-1.00242e+06; 9264; 8262.16; 2452.49
-1.00242e+06; 9650; 8322.48; 2452.49
-1.00242e+06; 10036; 8382.8; 2452.49
-1.00242e+06; 10422; 8443.12; 2452.49
-1.00242e+06; 10808; 8503.44; 2452.49
-1.00242e+06; 11194; 8563.75; 2452.49
-1.00242e+06; 11580; 8624.07; 2452.49
-1.00242e+06; 11966; 8684.39; 2452.49
-1.00242e+06; 12352; 8744.71; 2452.49
-1.00242e+06; 12738; 8805.03; 2452.49
-1.00242e+06; 13124; 8865.35; 2452.49
-1.00242e+06; 13510; 8925.67; 2452.49
-1.00242e+06; 13896; 8985.99; 2452.49
-1.00242e+06; 14282; 9046.31; 2452.49
-1.00242e+06; 14668; 9106.63; 2452.49
-1.00242e+06; 15054; 9166.94; 2452.49
-1.00242e+06; 15440; 9227.26; 2452.49
-1.00242e+06; 15826; 9287.58; 2452.49
-1.00242e+06; 16212; 9347.9; 2452.49
-1.00242e+06; 16598; 9408.22; 2452.49
-1.00242e+06; 16984; 9468.54; 2452.49
-1.00242e+06; 17370; 9528.86; 2452.49
-1.00242e+06; 17756; 9589.18; 2452.49
-1.00242e+06; 18142; 9649.5; 2452.49
-1.00242e+06; 18528; 9709.82; 2452.49
-1.00242e+06; 18914; 9770.13; 2452.49
-1.00242e+06; 19300; 9830.45; 2452.49
-
-1.1138e+06; 0; 7283.15; 2724.99
-1.1138e+06; 386; 7347.62; 2724.99
-1.1138e+06; 772; 7412.08; 2724.99
-1.1138e+06; 1158; 7476.55; 2724.99
-1.1138e+06; 1544; 7541.02; 2724.99
-1.1138e+06; 1930; 7605.49; 2724.99
-1.1138e+06; 2316; 7669.95; 2724.99
-1.1138e+06; 2702; 7734.42; 2724.99
-1.1138e+06; 3088; 7798.89; 2724.99
-1.1138e+06; 3474; 7863.35; 2724.99
-1.1138e+06; 3860; 7927.82; 2724.99
-1.1138e+06; 4246; 7992.29; 2724.99
-1.1138e+06; 4632; 8056.76; 2724.99
-1.1138e+06; 5018; 8121.22; 2724.99
-1.1138e+06; 5404; 8185.69; 2724.99
-1.1138e+06; 5790; 8250.16; 2724.99
-1.1138e+06; 6176; 8314.63; 2724.99
-1.1138e+06; 6562; 8379.09; 2724.99
-1.1138e+06; 6948; 8443.56; 2724.99
-1.1138e+06; 7334; 8508.03; 2724.99
-1.1138e+06; 7720; 8572.49; 2724.99
-1.1138e+06; 8106; 8636.96; 2724.99
-1.1138e+06; 8492; 8701.43; 2724.99
-1.1138e+06; 8878; 8765.9; 2724.99
-1.1138e+06; 9264; 8830.36; 2724.99
-1.1138e+06; 9650; 8894.83; 2724.99
-1.1138e+06; 10036; 8959.3; 2724.99
-1.1138e+06; 10422; 9023.76; 2724.99
-1.1138e+06; 10808; 9088.23; 2724.99
-1.1138e+06; 11194; 9152.7; 2724.99
-1.1138e+06; 11580; 9217.17; 2724.99
-1.1138e+06; 11966; 9281.63; 2724.99
-1.1138e+06; 12352; 9346.1; 2724.99
-1.1138e+06; 12738; 9410.57; 2724.99
-1.1138e+06; 13124; 9475.03; 2724.99
-1.1138e+06; 13510; 9539.5; 2724.99
-1.1138e+06; 13896; 9603.97; 2724.99
-1.1138e+06; 14282; 9668.44; 2724.99
-1.1138e+06; 14668; 9732.9; 2724.99
-1.1138e+06; 15054; 9797.37; 2724.99
-1.1138e+06; 15440; 9861.84; 2724.99
-1.1138e+06; 15826; 9926.3; 2724.99
-1.1138e+06; 16212; 9990.77; 2724.99
-1.1138e+06; 16598; 10055.2; 2724.99
-1.1138e+06; 16984; 10119.7; 2724.99
-1.1138e+06; 17370; 10184.2; 2724.99
-1.1138e+06; 17756; 10248.6; 2724.99
-1.1138e+06; 18142; 10313.1; 2724.99
-1.1138e+06; 18528; 10377.6; 2724.99
-1.1138e+06; 18914; 10442; 2724.99
-1.1138e+06; 19300; 10506.5; 2724.99
-
-1.22519e+06; 0; 7755.74; 2997.49
-1.22519e+06; 386; 7824.39; 2997.49
-1.22519e+06; 772; 7893.04; 2997.49
-1.22519e+06; 1158; 7961.69; 2997.49
-1.22519e+06; 1544; 8030.34; 2997.49
-1.22519e+06; 1930; 8099; 2997.49
-1.22519e+06; 2316; 8167.65; 2997.49
-1.22519e+06; 2702; 8236.3; 2997.49
-1.22519e+06; 3088; 8304.95; 2997.49
-1.22519e+06; 3474; 8373.6; 2997.49
-1.22519e+06; 3860; 8442.25; 2997.49
-1.22519e+06; 4246; 8510.9; 2997.49
-1.22519e+06; 4632; 8579.55; 2997.49
-1.22519e+06; 5018; 8648.2; 2997.49
-1.22519e+06; 5404; 8716.85; 2997.49
-1.22519e+06; 5790; 8785.5; 2997.49
-1.22519e+06; 6176; 8854.15; 2997.49
-1.22519e+06; 6562; 8922.8; 2997.49
-1.22519e+06; 6948; 8991.45; 2997.49
-1.22519e+06; 7334; 9060.1; 2997.49
-1.22519e+06; 7720; 9128.75; 2997.49
-1.22519e+06; 8106; 9197.4; 2997.49
-1.22519e+06; 8492; 9266.05; 2997.49
-1.22519e+06; 8878; 9334.7; 2997.49
-1.22519e+06; 9264; 9403.35; 2997.49
-1.22519e+06; 9650; 9472; 2997.49
-1.22519e+06; 10036; 9540.65; 2997.49
-1.22519e+06; 10422; 9609.3; 2997.49
-1.22519e+06; 10808; 9677.95; 2997.49
-1.22519e+06; 11194; 9746.6; 2997.49
-1.22519e+06; 11580; 9815.25; 2997.49
-1.22519e+06; 11966; 9883.9; 2997.49
-1.22519e+06; 12352; 9952.56; 2997.49
-1.22519e+06; 12738; 10021.2; 2997.49
-1.22519e+06; 13124; 10089.9; 2997.49
-1.22519e+06; 13510; 10158.5; 2997.49
-1.22519e+06; 13896; 10227.2; 2997.49
-1.22519e+06; 14282; 10295.8; 2997.49
-1.22519e+06; 14668; 10364.5; 2997.49
-1.22519e+06; 15054; 10433.1; 2997.49
-1.22519e+06; 15440; 10501.8; 2997.49
-1.22519e+06; 15826; 10570.4; 2997.49
-1.22519e+06; 16212; 10639.1; 2997.49
-1.22519e+06; 16598; 10707.7; 2997.49
-1.22519e+06; 16984; 10776.4; 2997.49
-1.22519e+06; 17370; 10845; 2997.49
-1.22519e+06; 17756; 10913.7; 2997.49
-1.22519e+06; 18142; 10982.3; 2997.49
-1.22519e+06; 18528; 11051; 2997.49
-1.22519e+06; 18914; 11119.6; 2997.49
-1.22519e+06; 19300; 11188.3; 2997.49
-
-1.33657e+06; 0; 8232.32; 3269.99
-1.33657e+06; 386; 8305.19; 3269.99
-1.33657e+06; 772; 8378.05; 3269.99
-1.33657e+06; 1158; 8450.92; 3269.99
-1.33657e+06; 1544; 8523.79; 3269.99
-1.33657e+06; 1930; 8596.66; 3269.99
-1.33657e+06; 2316; 8669.53; 3269.99
-1.33657e+06; 2702; 8742.4; 3269.99
-1.33657e+06; 3088; 8815.27; 3269.99
-1.33657e+06; 3474; 8888.14; 3269.99
-1.33657e+06; 3860; 8961; 3269.99
-1.33657e+06; 4246; 9033.87; 3269.99
-1.33657e+06; 4632; 9106.74; 3269.99
-1.33657e+06; 5018; 9179.61; 3269.99
-1.33657e+06; 5404; 9252.48; 3269.99
-1.33657e+06; 5790; 9325.35; 3269.99
-1.33657e+06; 6176; 9398.22; 3269.99
-1.33657e+06; 6562; 9471.09; 3269.99
-1.33657e+06; 6948; 9543.95; 3269.99
-1.33657e+06; 7334; 9616.82; 3269.99
-1.33657e+06; 7720; 9689.69; 3269.99
-1.33657e+06; 8106; 9762.56; 3269.99
-1.33657e+06; 8492; 9835.43; 3269.99
-1.33657e+06; 8878; 9908.3; 3269.99
-1.33657e+06; 9264; 9981.17; 3269.99
-1.33657e+06; 9650; 10054; 3269.99
-1.33657e+06; 10036; 10126.9; 3269.99
-1.33657e+06; 10422; 10199.8; 3269.99
-1.33657e+06; 10808; 10272.6; 3269.99
-1.33657e+06; 11194; 10345.5; 3269.99
-1.33657e+06; 11580; 10418.4; 3269.99
-1.33657e+06; 11966; 10491.2; 3269.99
-1.33657e+06; 12352; 10564.1; 3269.99
-1.33657e+06; 12738; 10637; 3269.99
-1.33657e+06; 13124; 10709.9; 3269.99
-1.33657e+06; 13510; 10782.7; 3269.99
-1.33657e+06; 13896; 10855.6; 3269.99
-1.33657e+06; 14282; 10928.5; 3269.99
-1.33657e+06; 14668; 11001.3; 3269.99
-1.33657e+06; 15054; 11074.2; 3269.99
-1.33657e+06; 15440; 11147.1; 3269.99
-1.33657e+06; 15826; 11219.9; 3269.99
-1.33657e+06; 16212; 11292.8; 3269.99
-1.33657e+06; 16598; 11365.7; 3269.99
-1.33657e+06; 16984; 11438.5; 3269.99
-1.33657e+06; 17370; 11511.4; 3269.99
-1.33657e+06; 17756; 11584.3; 3269.99
-1.33657e+06; 18142; 11657.1; 3269.99
-1.33657e+06; 18528; 11730; 3269.99
-1.33657e+06; 18914; 11802.9; 3269.99
-1.33657e+06; 19300; 11875.8; 3269.99
-
-1.44795e+06; 0; 8712.9; 3542.49
-1.44795e+06; 386; 8790.02; 3542.49
-1.44795e+06; 772; 8867.15; 3542.49
-1.44795e+06; 1158; 8944.27; 3542.49
-1.44795e+06; 1544; 9021.39; 3542.49
-1.44795e+06; 1930; 9098.52; 3542.49
-1.44795e+06; 2316; 9175.64; 3542.49
-1.44795e+06; 2702; 9252.76; 3542.49
-1.44795e+06; 3088; 9329.88; 3542.49
-1.44795e+06; 3474; 9407.01; 3542.49
-1.44795e+06; 3860; 9484.13; 3542.49
-1.44795e+06; 4246; 9561.25; 3542.49
-1.44795e+06; 4632; 9638.37; 3542.49
-1.44795e+06; 5018; 9715.5; 3542.49
-1.44795e+06; 5404; 9792.62; 3542.49
-1.44795e+06; 5790; 9869.74; 3542.49
-1.44795e+06; 6176; 9946.87; 3542.49
-1.44795e+06; 6562; 10024; 3542.49
-1.44795e+06; 6948; 10101.1; 3542.49
-1.44795e+06; 7334; 10178.2; 3542.49
-1.44795e+06; 7720; 10255.4; 3542.49
-1.44795e+06; 8106; 10332.5; 3542.49
-1.44795e+06; 8492; 10409.6; 3542.49
-1.44795e+06; 8878; 10486.7; 3542.49
-1.44795e+06; 9264; 10563.8; 3542.49
-1.44795e+06; 9650; 10641; 3542.49
-1.44795e+06; 10036; 10718.1; 3542.49
-1.44795e+06; 10422; 10795.2; 3542.49
-1.44795e+06; 10808; 10872.3; 3542.49
-1.44795e+06; 11194; 10949.5; 3542.49
-1.44795e+06; 11580; 11026.6; 3542.49
-1.44795e+06; 11966; 11103.7; 3542.49
-1.44795e+06; 12352; 11180.8; 3542.49
-1.44795e+06; 12738; 11258; 3542.49
-1.44795e+06; 13124; 11335.1; 3542.49
-1.44795e+06; 13510; 11412.2; 3542.49
-1.44795e+06; 13896; 11489.3; 3542.49
-1.44795e+06; 14282; 11566.4; 3542.49
-1.44795e+06; 14668; 11643.6; 3542.49
-1.44795e+06; 15054; 11720.7; 3542.49
-1.44795e+06; 15440; 11797.8; 3542.49
-1.44795e+06; 15826; 11874.9; 3542.49
-1.44795e+06; 16212; 11952.1; 3542.49
-1.44795e+06; 16598; 12029.2; 3542.49
-1.44795e+06; 16984; 12106.3; 3542.49
-1.44795e+06; 17370; 12183.4; 3542.49
-1.44795e+06; 17756; 12260.5; 3542.49
-1.44795e+06; 18142; 12337.7; 3542.49
-1.44795e+06; 18528; 12414.8; 3542.49
-1.44795e+06; 18914; 12491.9; 3542.49
-1.44795e+06; 19300; 12569; 3542.49
-
-1.55933e+06; 0; 9197.53; 3814.99
-1.55933e+06; 386; 9278.94; 3814.99
-1.55933e+06; 772; 9360.36; 3814.99
-1.55933e+06; 1158; 9441.77; 3814.99
-1.55933e+06; 1544; 9523.18; 3814.99
-1.55933e+06; 1930; 9604.59; 3814.99
-1.55933e+06; 2316; 9686.01; 3814.99
-1.55933e+06; 2702; 9767.42; 3814.99
-1.55933e+06; 3088; 9848.83; 3814.99
-1.55933e+06; 3474; 9930.24; 3814.99
-1.55933e+06; 3860; 10011.7; 3814.99
-1.55933e+06; 4246; 10093.1; 3814.99
-1.55933e+06; 4632; 10174.5; 3814.99
-1.55933e+06; 5018; 10255.9; 3814.99
-1.55933e+06; 5404; 10337.3; 3814.99
-1.55933e+06; 5790; 10418.7; 3814.99
-1.55933e+06; 6176; 10500.1; 3814.99
-1.55933e+06; 6562; 10581.5; 3814.99
-1.55933e+06; 6948; 10663; 3814.99
-1.55933e+06; 7334; 10744.4; 3814.99
-1.55933e+06; 7720; 10825.8; 3814.99
-1.55933e+06; 8106; 10907.2; 3814.99
-1.55933e+06; 8492; 10988.6; 3814.99
-1.55933e+06; 8878; 11070; 3814.99
-1.55933e+06; 9264; 11151.4; 3814.99
-1.55933e+06; 9650; 11232.8; 3814.99
-1.55933e+06; 10036; 11314.3; 3814.99
-1.55933e+06; 10422; 11395.7; 3814.99
-1.55933e+06; 10808; 11477.1; 3814.99
-1.55933e+06; 11194; 11558.5; 3814.99
-1.55933e+06; 11580; 11639.9; 3814.99
-1.55933e+06; 11966; 11721.3; 3814.99
-1.55933e+06; 12352; 11802.7; 3814.99
-1.55933e+06; 12738; 11884.1; 3814.99
-1.55933e+06; 13124; 11965.6; 3814.99
-1.55933e+06; 13510; 12047; 3814.99
-1.55933e+06; 13896; 12128.4; 3814.99
-1.55933e+06; 14282; 12209.8; 3814.99
-1.55933e+06; 14668; 12291.2; 3814.99
-1.55933e+06; 15054; 12372.6; 3814.99
-1.55933e+06; 15440; 12454; 3814.99
-1.55933e+06; 15826; 12535.4; 3814.99
-1.55933e+06; 16212; 12616.9; 3814.99
-1.55933e+06; 16598; 12698.3; 3814.99
-1.55933e+06; 16984; 12779.7; 3814.99
-1.55933e+06; 17370; 12861.1; 3814.99
-1.55933e+06; 17756; 12942.5; 3814.99
-1.55933e+06; 18142; 13023.9; 3814.99
-1.55933e+06; 18528; 13105.3; 3814.99
-1.55933e+06; 18914; 13186.7; 3814.99
-1.55933e+06; 19300; 13268.2; 3814.99
-
-1.67071e+06; 0; 9686.4; 4087.49
-1.67071e+06; 386; 9772.14; 4087.49
-1.67071e+06; 772; 9857.88; 4087.49
-1.67071e+06; 1158; 9943.62; 4087.49
-1.67071e+06; 1544; 10029.4; 4087.49
-1.67071e+06; 1930; 10115.1; 4087.49
-1.67071e+06; 2316; 10200.8; 4087.49
-1.67071e+06; 2702; 10286.6; 4087.49
-1.67071e+06; 3088; 10372.3; 4087.49
-1.67071e+06; 3474; 10458.1; 4087.49
-1.67071e+06; 3860; 10543.8; 4087.49
-1.67071e+06; 4246; 10629.5; 4087.49
-1.67071e+06; 4632; 10715.3; 4087.49
-1.67071e+06; 5018; 10801; 4087.49
-1.67071e+06; 5404; 10886.8; 4087.49
-1.67071e+06; 5790; 10972.5; 4087.49
-1.67071e+06; 6176; 11058.2; 4087.49
-1.67071e+06; 6562; 11144; 4087.49
-1.67071e+06; 6948; 11229.7; 4087.49
-1.67071e+06; 7334; 11315.5; 4087.49
-1.67071e+06; 7720; 11401.2; 4087.49
-1.67071e+06; 8106; 11486.9; 4087.49
-1.67071e+06; 8492; 11572.7; 4087.49
-1.67071e+06; 8878; 11658.4; 4087.49
-1.67071e+06; 9264; 11744.2; 4087.49
-1.67071e+06; 9650; 11829.9; 4087.49
-1.67071e+06; 10036; 11915.6; 4087.49
-1.67071e+06; 10422; 12001.4; 4087.49
-1.67071e+06; 10808; 12087.1; 4087.49
-1.67071e+06; 11194; 12172.9; 4087.49
-1.67071e+06; 11580; 12258.6; 4087.49
-1.67071e+06; 11966; 12344.3; 4087.49
-1.67071e+06; 12352; 12430.1; 4087.49
-1.67071e+06; 12738; 12515.8; 4087.49
-1.67071e+06; 13124; 12601.6; 4087.49
-1.67071e+06; 13510; 12687.3; 4087.49
-1.67071e+06; 13896; 12773; 4087.49
-1.67071e+06; 14282; 12858.8; 4087.49
-1.67071e+06; 14668; 12944.5; 4087.49
-1.67071e+06; 15054; 13030.3; 4087.49
-1.67071e+06; 15440; 13116; 4087.49
-1.67071e+06; 15826; 13201.7; 4087.49
-1.67071e+06; 16212; 13287.5; 4087.49
-1.67071e+06; 16598; 13373.2; 4087.49
-1.67071e+06; 16984; 13459; 4087.49
-1.67071e+06; 17370; 13544.7; 4087.49
-1.67071e+06; 17756; 13630.4; 4087.49
-1.67071e+06; 18142; 13716.2; 4087.49
-1.67071e+06; 18528; 13801.9; 4087.49
-1.67071e+06; 18914; 13887.6; 4087.49
-1.67071e+06; 19300; 13973.4; 4087.49
-
-1.78209e+06; 0; 10179.3; 4359.99
-1.78209e+06; 386; 10269.4; 4359.99
-1.78209e+06; 772; 10359.5; 4359.99
-1.78209e+06; 1158; 10449.6; 4359.99
-1.78209e+06; 1544; 10539.7; 4359.99
-1.78209e+06; 1930; 10629.8; 4359.99
-1.78209e+06; 2316; 10719.9; 4359.99
-1.78209e+06; 2702; 10810; 4359.99
-1.78209e+06; 3088; 10900.1; 4359.99
-1.78209e+06; 3474; 10990.2; 4359.99
-1.78209e+06; 3860; 11080.3; 4359.99
-1.78209e+06; 4246; 11170.4; 4359.99
-1.78209e+06; 4632; 11260.5; 4359.99
-1.78209e+06; 5018; 11350.6; 4359.99
-1.78209e+06; 5404; 11440.7; 4359.99
-1.78209e+06; 5790; 11530.8; 4359.99
-1.78209e+06; 6176; 11620.9; 4359.99
-1.78209e+06; 6562; 11711; 4359.99
-1.78209e+06; 6948; 11801.1; 4359.99
-1.78209e+06; 7334; 11891.2; 4359.99
-1.78209e+06; 7720; 11981.3; 4359.99
-1.78209e+06; 8106; 12071.4; 4359.99
-1.78209e+06; 8492; 12161.5; 4359.99
-1.78209e+06; 8878; 12251.6; 4359.99
-1.78209e+06; 9264; 12341.7; 4359.99
-1.78209e+06; 9650; 12431.8; 4359.99
-1.78209e+06; 10036; 12521.9; 4359.99
-1.78209e+06; 10422; 12612; 4359.99
-1.78209e+06; 10808; 12702.1; 4359.99
-1.78209e+06; 11194; 12792.2; 4359.99
-1.78209e+06; 11580; 12882.3; 4359.99
-1.78209e+06; 11966; 12972.4; 4359.99
-1.78209e+06; 12352; 13062.5; 4359.99
-1.78209e+06; 12738; 13152.6; 4359.99
-1.78209e+06; 13124; 13242.8; 4359.99
-1.78209e+06; 13510; 13332.9; 4359.99
-1.78209e+06; 13896; 13423; 4359.99
-1.78209e+06; 14282; 13513.1; 4359.99
-1.78209e+06; 14668; 13603.2; 4359.99
-1.78209e+06; 15054; 13693.3; 4359.99
-1.78209e+06; 15440; 13783.4; 4359.99
-1.78209e+06; 15826; 13873.5; 4359.99
-1.78209e+06; 16212; 13963.6; 4359.99
-1.78209e+06; 16598; 14053.7; 4359.99
-1.78209e+06; 16984; 14143.8; 4359.99
-1.78209e+06; 17370; 14233.9; 4359.99
-1.78209e+06; 17756; 14324; 4359.99
-1.78209e+06; 18142; 14414.1; 4359.99
-1.78209e+06; 18528; 14504.2; 4359.99
-1.78209e+06; 18914; 14594.3; 4359.99
-1.78209e+06; 19300; 14684.4; 4359.99
-
-1.89347e+06; 0; 10676.3; 4632.49
-1.89347e+06; 386; 10770.8; 4632.49
-1.89347e+06; 772; 10865.3; 4632.49
-1.89347e+06; 1158; 10959.8; 4632.49
-1.89347e+06; 1544; 11054.3; 4632.49
-1.89347e+06; 1930; 11148.8; 4632.49
-1.89347e+06; 2316; 11243.3; 4632.49
-1.89347e+06; 2702; 11337.8; 4632.49
-1.89347e+06; 3088; 11432.3; 4632.49
-1.89347e+06; 3474; 11526.8; 4632.49
-1.89347e+06; 3860; 11621.3; 4632.49
-1.89347e+06; 4246; 11715.8; 4632.49
-1.89347e+06; 4632; 11810.3; 4632.49
-1.89347e+06; 5018; 11904.8; 4632.49
-1.89347e+06; 5404; 11999.3; 4632.49
-1.89347e+06; 5790; 12093.8; 4632.49
-1.89347e+06; 6176; 12188.3; 4632.49
-1.89347e+06; 6562; 12282.8; 4632.49
-1.89347e+06; 6948; 12377.3; 4632.49
-1.89347e+06; 7334; 12471.8; 4632.49
-1.89347e+06; 7720; 12566.3; 4632.49
-1.89347e+06; 8106; 12660.8; 4632.49
-1.89347e+06; 8492; 12755.3; 4632.49
-1.89347e+06; 8878; 12849.8; 4632.49
-1.89347e+06; 9264; 12944.3; 4632.49
-1.89347e+06; 9650; 13038.8; 4632.49
-1.89347e+06; 10036; 13133.3; 4632.49
-1.89347e+06; 10422; 13227.8; 4632.49
-1.89347e+06; 10808; 13322.3; 4632.49
-1.89347e+06; 11194; 13416.8; 4632.49
-1.89347e+06; 11580; 13511.3; 4632.49
-1.89347e+06; 11966; 13605.8; 4632.49
-1.89347e+06; 12352; 13700.3; 4632.49
-1.89347e+06; 12738; 13794.9; 4632.49
-1.89347e+06; 13124; 13889.4; 4632.49
-1.89347e+06; 13510; 13983.9; 4632.49
-1.89347e+06; 13896; 14078.4; 4632.49
-1.89347e+06; 14282; 14172.9; 4632.49
-1.89347e+06; 14668; 14267.4; 4632.49
-1.89347e+06; 15054; 14361.9; 4632.49
-1.89347e+06; 15440; 14456.4; 4632.49
-1.89347e+06; 15826; 14550.9; 4632.49
-1.89347e+06; 16212; 14645.4; 4632.49
-1.89347e+06; 16598; 14739.9; 4632.49
-1.89347e+06; 16984; 14834.4; 4632.49
-1.89347e+06; 17370; 14928.9; 4632.49
-1.89347e+06; 17756; 15023.4; 4632.49
-1.89347e+06; 18142; 15117.9; 4632.49
-1.89347e+06; 18528; 15212.4; 4632.49
-1.89347e+06; 18914; 15306.9; 4632.49
-1.89347e+06; 19300; 15401.4; 4632.49
-
-2.00485e+06; 0; 11177.5; 4904.99
-2.00485e+06; 386; 11276.4; 4904.99
-2.00485e+06; 772; 11375.4; 4904.99
-2.00485e+06; 1158; 11474.3; 4904.99
-2.00485e+06; 1544; 11573.3; 4904.99
-2.00485e+06; 1930; 11672.2; 4904.99
-2.00485e+06; 2316; 11771.1; 4904.99
-2.00485e+06; 2702; 11870.1; 4904.99
-2.00485e+06; 3088; 11969; 4904.99
-2.00485e+06; 3474; 12067.9; 4904.99
-2.00485e+06; 3860; 12166.9; 4904.99
-2.00485e+06; 4246; 12265.8; 4904.99
-2.00485e+06; 4632; 12364.8; 4904.99
-2.00485e+06; 5018; 12463.7; 4904.99
-2.00485e+06; 5404; 12562.6; 4904.99
-2.00485e+06; 5790; 12661.6; 4904.99
-2.00485e+06; 6176; 12760.5; 4904.99
-2.00485e+06; 6562; 12859.4; 4904.99
-2.00485e+06; 6948; 12958.4; 4904.99
-2.00485e+06; 7334; 13057.3; 4904.99
-2.00485e+06; 7720; 13156.3; 4904.99
-2.00485e+06; 8106; 13255.2; 4904.99
-2.00485e+06; 8492; 13354.1; 4904.99
-2.00485e+06; 8878; 13453.1; 4904.99
-2.00485e+06; 9264; 13552; 4904.99
-2.00485e+06; 9650; 13651; 4904.99
-2.00485e+06; 10036; 13749.9; 4904.99
-2.00485e+06; 10422; 13848.8; 4904.99
-2.00485e+06; 10808; 13947.8; 4904.99
-2.00485e+06; 11194; 14046.7; 4904.99
-2.00485e+06; 11580; 14145.6; 4904.99
-2.00485e+06; 11966; 14244.6; 4904.99
-2.00485e+06; 12352; 14343.5; 4904.99
-2.00485e+06; 12738; 14442.5; 4904.99
-2.00485e+06; 13124; 14541.4; 4904.99
-2.00485e+06; 13510; 14640.3; 4904.99
-2.00485e+06; 13896; 14739.3; 4904.99
-2.00485e+06; 14282; 14838.2; 4904.99
-2.00485e+06; 14668; 14937.2; 4904.99
-2.00485e+06; 15054; 15036.1; 4904.99
-2.00485e+06; 15440; 15135; 4904.99
-2.00485e+06; 15826; 15234; 4904.99
-2.00485e+06; 16212; 15332.9; 4904.99
-2.00485e+06; 16598; 15431.8; 4904.99
-2.00485e+06; 16984; 15530.8; 4904.99
-2.00485e+06; 17370; 15629.7; 4904.99
-2.00485e+06; 17756; 15728.7; 4904.99
-2.00485e+06; 18142; 15827.6; 4904.99
-2.00485e+06; 18528; 15926.5; 4904.99
-2.00485e+06; 18914; 16025.5; 4904.99
-2.00485e+06; 19300; 16124.4; 4904.99
-
-2.11623e+06; 0; 11682.9; 5177.49
-2.11623e+06; 386; 11786.3; 5177.49
-2.11623e+06; 772; 11889.8; 5177.49
-2.11623e+06; 1158; 11993.2; 5177.49
-2.11623e+06; 1544; 12096.6; 5177.49
-2.11623e+06; 1930; 12200; 5177.49
-2.11623e+06; 2316; 12303.4; 5177.49
-2.11623e+06; 2702; 12406.8; 5177.49
-2.11623e+06; 3088; 12510.2; 5177.49
-2.11623e+06; 3474; 12613.6; 5177.49
-2.11623e+06; 3860; 12717; 5177.49
-2.11623e+06; 4246; 12820.5; 5177.49
-2.11623e+06; 4632; 12923.9; 5177.49
-2.11623e+06; 5018; 13027.3; 5177.49
-2.11623e+06; 5404; 13130.7; 5177.49
-2.11623e+06; 5790; 13234.1; 5177.49
-2.11623e+06; 6176; 13337.5; 5177.49
-2.11623e+06; 6562; 13440.9; 5177.49
-2.11623e+06; 6948; 13544.3; 5177.49
-2.11623e+06; 7334; 13647.8; 5177.49
-2.11623e+06; 7720; 13751.2; 5177.49
-2.11623e+06; 8106; 13854.6; 5177.49
-2.11623e+06; 8492; 13958; 5177.49
-2.11623e+06; 8878; 14061.4; 5177.49
-2.11623e+06; 9264; 14164.8; 5177.49
-2.11623e+06; 9650; 14268.2; 5177.49
-2.11623e+06; 10036; 14371.6; 5177.49
-2.11623e+06; 10422; 14475.1; 5177.49
-2.11623e+06; 10808; 14578.5; 5177.49
-2.11623e+06; 11194; 14681.9; 5177.49
-2.11623e+06; 11580; 14785.3; 5177.49
-2.11623e+06; 11966; 14888.7; 5177.49
-2.11623e+06; 12352; 14992.1; 5177.49
-2.11623e+06; 12738; 15095.5; 5177.49
-2.11623e+06; 13124; 15198.9; 5177.49
-2.11623e+06; 13510; 15302.4; 5177.49
-2.11623e+06; 13896; 15405.8; 5177.49
-2.11623e+06; 14282; 15509.2; 5177.49
-2.11623e+06; 14668; 15612.6; 5177.49
-2.11623e+06; 15054; 15716; 5177.49
-2.11623e+06; 15440; 15819.4; 5177.49
-2.11623e+06; 15826; 15922.8; 5177.49
-2.11623e+06; 16212; 16026.2; 5177.49
-2.11623e+06; 16598; 16129.6; 5177.49
-2.11623e+06; 16984; 16233.1; 5177.49
-2.11623e+06; 17370; 16336.5; 5177.49
-2.11623e+06; 17756; 16439.9; 5177.49
-2.11623e+06; 18142; 16543.3; 5177.49
-2.11623e+06; 18528; 16646.7; 5177.49
-2.11623e+06; 18914; 16750.1; 5177.49
-2.11623e+06; 19300; 16853.5; 5177.49
-
-2.22761e+06; 0; 12192.6; 5449.98
-2.22761e+06; 386; 12300.5; 5449.98
-2.22761e+06; 772; 12408.5; 5449.98
-2.22761e+06; 1158; 12516.4; 5449.98
-2.22761e+06; 1544; 12624.3; 5449.98
-2.22761e+06; 1930; 12732.2; 5449.98
-2.22761e+06; 2316; 12840.2; 5449.98
-2.22761e+06; 2702; 12948.1; 5449.98
-2.22761e+06; 3088; 13056; 5449.98
-2.22761e+06; 3474; 13163.9; 5449.98
-2.22761e+06; 3860; 13271.8; 5449.98
-2.22761e+06; 4246; 13379.8; 5449.98
-2.22761e+06; 4632; 13487.7; 5449.98
-2.22761e+06; 5018; 13595.6; 5449.98
-2.22761e+06; 5404; 13703.5; 5449.98
-2.22761e+06; 5790; 13811.5; 5449.98
-2.22761e+06; 6176; 13919.4; 5449.98
-2.22761e+06; 6562; 14027.3; 5449.98
-2.22761e+06; 6948; 14135.2; 5449.98
-2.22761e+06; 7334; 14243.2; 5449.98
-2.22761e+06; 7720; 14351.1; 5449.98
-2.22761e+06; 8106; 14459; 5449.98
-2.22761e+06; 8492; 14566.9; 5449.98
-2.22761e+06; 8878; 14674.9; 5449.98
-2.22761e+06; 9264; 14782.8; 5449.98
-2.22761e+06; 9650; 14890.7; 5449.98
-2.22761e+06; 10036; 14998.6; 5449.98
-2.22761e+06; 10422; 15106.5; 5449.98
-2.22761e+06; 10808; 15214.5; 5449.98
-2.22761e+06; 11194; 15322.4; 5449.98
-2.22761e+06; 11580; 15430.3; 5449.98
-2.22761e+06; 11966; 15538.2; 5449.98
-2.22761e+06; 12352; 15646.2; 5449.98
-2.22761e+06; 12738; 15754.1; 5449.98
-2.22761e+06; 13124; 15862; 5449.98
-2.22761e+06; 13510; 15969.9; 5449.98
-2.22761e+06; 13896; 16077.9; 5449.98
-2.22761e+06; 14282; 16185.8; 5449.98
-2.22761e+06; 14668; 16293.7; 5449.98
-2.22761e+06; 15054; 16401.6; 5449.98
-2.22761e+06; 15440; 16509.6; 5449.98
-2.22761e+06; 15826; 16617.5; 5449.98
-2.22761e+06; 16212; 16725.4; 5449.98
-2.22761e+06; 16598; 16833.3; 5449.98
-2.22761e+06; 16984; 16941.2; 5449.98
-2.22761e+06; 17370; 17049.2; 5449.98
-2.22761e+06; 17756; 17157.1; 5449.98
-2.22761e+06; 18142; 17265; 5449.98
-2.22761e+06; 18528; 17372.9; 5449.98
-2.22761e+06; 18914; 17480.9; 5449.98
-2.22761e+06; 19300; 17588.8; 5449.98
-
-2.33899e+06; 0; 12706.6; 5722.48
-2.33899e+06; 386; 12819.1; 5722.48
-2.33899e+06; 772; 12931.5; 5722.48
-2.33899e+06; 1158; 13044; 5722.48
-2.33899e+06; 1544; 13156.5; 5722.48
-2.33899e+06; 1930; 13269; 5722.48
-2.33899e+06; 2316; 13381.4; 5722.48
-2.33899e+06; 2702; 13493.9; 5722.48
-2.33899e+06; 3088; 13606.4; 5722.48
-2.33899e+06; 3474; 13718.8; 5722.48
-2.33899e+06; 3860; 13831.3; 5722.48
-2.33899e+06; 4246; 13943.8; 5722.48
-2.33899e+06; 4632; 14056.3; 5722.48
-2.33899e+06; 5018; 14168.7; 5722.48
-2.33899e+06; 5404; 14281.2; 5722.48
-2.33899e+06; 5790; 14393.7; 5722.48
-2.33899e+06; 6176; 14506.2; 5722.48
-2.33899e+06; 6562; 14618.6; 5722.48
-2.33899e+06; 6948; 14731.1; 5722.48
-2.33899e+06; 7334; 14843.6; 5722.48
-2.33899e+06; 7720; 14956; 5722.48
-2.33899e+06; 8106; 15068.5; 5722.48
-2.33899e+06; 8492; 15181; 5722.48
-2.33899e+06; 8878; 15293.5; 5722.48
-2.33899e+06; 9264; 15405.9; 5722.48
-2.33899e+06; 9650; 15518.4; 5722.48
-2.33899e+06; 10036; 15630.9; 5722.48
-2.33899e+06; 10422; 15743.4; 5722.48
-2.33899e+06; 10808; 15855.8; 5722.48
-2.33899e+06; 11194; 15968.3; 5722.48
-2.33899e+06; 11580; 16080.8; 5722.48
-2.33899e+06; 11966; 16193.2; 5722.48
-2.33899e+06; 12352; 16305.7; 5722.48
-2.33899e+06; 12738; 16418.2; 5722.48
-2.33899e+06; 13124; 16530.7; 5722.48
-2.33899e+06; 13510; 16643.1; 5722.48
-2.33899e+06; 13896; 16755.6; 5722.48
-2.33899e+06; 14282; 16868.1; 5722.48
-2.33899e+06; 14668; 16980.6; 5722.48
-2.33899e+06; 15054; 17093; 5722.48
-2.33899e+06; 15440; 17205.5; 5722.48
-2.33899e+06; 15826; 17318; 5722.48
-2.33899e+06; 16212; 17430.5; 5722.48
-2.33899e+06; 16598; 17542.9; 5722.48
-2.33899e+06; 16984; 17655.4; 5722.48
-2.33899e+06; 17370; 17767.9; 5722.48
-2.33899e+06; 17756; 17880.3; 5722.48
-2.33899e+06; 18142; 17992.8; 5722.48
-2.33899e+06; 18528; 18105.3; 5722.48
-2.33899e+06; 18914; 18217.8; 5722.48
-2.33899e+06; 19300; 18330.2; 5722.48
-
-2.45037e+06; 0; 13224.9; 5994.98
-2.45037e+06; 386; 13341.9; 5994.98
-2.45037e+06; 772; 13459; 5994.98
-2.45037e+06; 1158; 13576.1; 5994.98
-2.45037e+06; 1544; 13693.1; 5994.98
-2.45037e+06; 1930; 13810.2; 5994.98
-2.45037e+06; 2316; 13927.2; 5994.98
-2.45037e+06; 2702; 14044.3; 5994.98
-2.45037e+06; 3088; 14161.4; 5994.98
-2.45037e+06; 3474; 14278.4; 5994.98
-2.45037e+06; 3860; 14395.5; 5994.98
-2.45037e+06; 4246; 14512.5; 5994.98
-2.45037e+06; 4632; 14629.6; 5994.98
-2.45037e+06; 5018; 14746.7; 5994.98
-2.45037e+06; 5404; 14863.7; 5994.98
-2.45037e+06; 5790; 14980.8; 5994.98
-2.45037e+06; 6176; 15097.9; 5994.98
-2.45037e+06; 6562; 15214.9; 5994.98
-2.45037e+06; 6948; 15332; 5994.98
-2.45037e+06; 7334; 15449; 5994.98
-2.45037e+06; 7720; 15566.1; 5994.98
-2.45037e+06; 8106; 15683.2; 5994.98
-2.45037e+06; 8492; 15800.2; 5994.98
-2.45037e+06; 8878; 15917.3; 5994.98
-2.45037e+06; 9264; 16034.3; 5994.98
-2.45037e+06; 9650; 16151.4; 5994.98
-2.45037e+06; 10036; 16268.5; 5994.98
-2.45037e+06; 10422; 16385.5; 5994.98
-2.45037e+06; 10808; 16502.6; 5994.98
-2.45037e+06; 11194; 16619.6; 5994.98
-2.45037e+06; 11580; 16736.7; 5994.98
-2.45037e+06; 11966; 16853.8; 5994.98
-2.45037e+06; 12352; 16970.8; 5994.98
-2.45037e+06; 12738; 17087.9; 5994.98
-2.45037e+06; 13124; 17204.9; 5994.98
-2.45037e+06; 13510; 17322; 5994.98
-2.45037e+06; 13896; 17439.1; 5994.98
-2.45037e+06; 14282; 17556.1; 5994.98
-2.45037e+06; 14668; 17673.2; 5994.98
-2.45037e+06; 15054; 17790.3; 5994.98
-2.45037e+06; 15440; 17907.3; 5994.98
-2.45037e+06; 15826; 18024.4; 5994.98
-2.45037e+06; 16212; 18141.4; 5994.98
-2.45037e+06; 16598; 18258.5; 5994.98
-2.45037e+06; 16984; 18375.6; 5994.98
-2.45037e+06; 17370; 18492.6; 5994.98
-2.45037e+06; 17756; 18609.7; 5994.98
-2.45037e+06; 18142; 18726.7; 5994.98
-2.45037e+06; 18528; 18843.8; 5994.98
-2.45037e+06; 18914; 18960.9; 5994.98
-2.45037e+06; 19300; 19077.9; 5994.98
-
-2.56175e+06; 0; 13747.5; 6267.48
-2.56175e+06; 386; 13869.2; 6267.48
-2.56175e+06; 772; 13990.9; 6267.48
-2.56175e+06; 1158; 14112.6; 6267.48
-2.56175e+06; 1544; 14234.3; 6267.48
-2.56175e+06; 1930; 14356; 6267.48
-2.56175e+06; 2316; 14477.7; 6267.48
-2.56175e+06; 2702; 14599.3; 6267.48
-2.56175e+06; 3088; 14721; 6267.48
-2.56175e+06; 3474; 14842.7; 6267.48
-2.56175e+06; 3860; 14964.4; 6267.48
-2.56175e+06; 4246; 15086.1; 6267.48
-2.56175e+06; 4632; 15207.8; 6267.48
-2.56175e+06; 5018; 15329.5; 6267.48
-2.56175e+06; 5404; 15451.2; 6267.48
-2.56175e+06; 5790; 15572.8; 6267.48
-2.56175e+06; 6176; 15694.5; 6267.48
-2.56175e+06; 6562; 15816.2; 6267.48
-2.56175e+06; 6948; 15937.9; 6267.48
-2.56175e+06; 7334; 16059.6; 6267.48
-2.56175e+06; 7720; 16181.3; 6267.48
-2.56175e+06; 8106; 16303; 6267.48
-2.56175e+06; 8492; 16424.7; 6267.48
-2.56175e+06; 8878; 16546.3; 6267.48
-2.56175e+06; 9264; 16668; 6267.48
-2.56175e+06; 9650; 16789.7; 6267.48
-2.56175e+06; 10036; 16911.4; 6267.48
-2.56175e+06; 10422; 17033.1; 6267.48
-2.56175e+06; 10808; 17154.8; 6267.48
-2.56175e+06; 11194; 17276.5; 6267.48
-2.56175e+06; 11580; 17398.1; 6267.48
-2.56175e+06; 11966; 17519.8; 6267.48
-2.56175e+06; 12352; 17641.5; 6267.48
-2.56175e+06; 12738; 17763.2; 6267.48
-2.56175e+06; 13124; 17884.9; 6267.48
-2.56175e+06; 13510; 18006.6; 6267.48
-2.56175e+06; 13896; 18128.3; 6267.48
-2.56175e+06; 14282; 18250; 6267.48
-2.56175e+06; 14668; 18371.6; 6267.48
-2.56175e+06; 15054; 18493.3; 6267.48
-2.56175e+06; 15440; 18615; 6267.48
-2.56175e+06; 15826; 18736.7; 6267.48
-2.56175e+06; 16212; 18858.4; 6267.48
-2.56175e+06; 16598; 18980.1; 6267.48
-2.56175e+06; 16984; 19101.8; 6267.48
-2.56175e+06; 17370; 19223.5; 6267.48
-2.56175e+06; 17756; 19345.1; 6267.48
-2.56175e+06; 18142; 19466.8; 6267.48
-2.56175e+06; 18528; 19588.5; 6267.48
-2.56175e+06; 18914; 19710.2; 6267.48
-2.56175e+06; 19300; 19831.9; 6267.48
-
-2.67313e+06; 0; 14274.9; 6539.98
-2.67313e+06; 386; 14401.3; 6539.98
-2.67313e+06; 772; 14527.6; 6539.98
-2.67313e+06; 1158; 14654; 6539.98
-2.67313e+06; 1544; 14780.3; 6539.98
-2.67313e+06; 1930; 14906.7; 6539.98
-2.67313e+06; 2316; 15033; 6539.98
-2.67313e+06; 2702; 15159.4; 6539.98
-2.67313e+06; 3088; 15285.8; 6539.98
-2.67313e+06; 3474; 15412.1; 6539.98
-2.67313e+06; 3860; 15538.5; 6539.98
-2.67313e+06; 4246; 15664.8; 6539.98
-2.67313e+06; 4632; 15791.2; 6539.98
-2.67313e+06; 5018; 15917.5; 6539.98
-2.67313e+06; 5404; 16043.9; 6539.98
-2.67313e+06; 5790; 16170.2; 6539.98
-2.67313e+06; 6176; 16296.6; 6539.98
-2.67313e+06; 6562; 16423; 6539.98
-2.67313e+06; 6948; 16549.3; 6539.98
-2.67313e+06; 7334; 16675.7; 6539.98
-2.67313e+06; 7720; 16802; 6539.98
-2.67313e+06; 8106; 16928.4; 6539.98
-2.67313e+06; 8492; 17054.7; 6539.98
-2.67313e+06; 8878; 17181.1; 6539.98
-2.67313e+06; 9264; 17307.4; 6539.98
-2.67313e+06; 9650; 17433.8; 6539.98
-2.67313e+06; 10036; 17560.2; 6539.98
-2.67313e+06; 10422; 17686.5; 6539.98
-2.67313e+06; 10808; 17812.9; 6539.98
-2.67313e+06; 11194; 17939.2; 6539.98
-2.67313e+06; 11580; 18065.6; 6539.98
-2.67313e+06; 11966; 18191.9; 6539.98
-2.67313e+06; 12352; 18318.3; 6539.98
-2.67313e+06; 12738; 18444.6; 6539.98
-2.67313e+06; 13124; 18571; 6539.98
-2.67313e+06; 13510; 18697.4; 6539.98
-2.67313e+06; 13896; 18823.7; 6539.98
-2.67313e+06; 14282; 18950.1; 6539.98
-2.67313e+06; 14668; 19076.4; 6539.98
-2.67313e+06; 15054; 19202.8; 6539.98
-2.67313e+06; 15440; 19329.1; 6539.98
-2.67313e+06; 15826; 19455.5; 6539.98
-2.67313e+06; 16212; 19581.8; 6539.98
-2.67313e+06; 16598; 19708.2; 6539.98
-2.67313e+06; 16984; 19834.5; 6539.98
-2.67313e+06; 17370; 19960.9; 6539.98
-2.67313e+06; 17756; 20087.3; 6539.98
-2.67313e+06; 18142; 20213.6; 6539.98
-2.67313e+06; 18528; 20340; 6539.98
-2.67313e+06; 18914; 20466.3; 6539.98
-2.67313e+06; 19300; 20592.7; 6539.98
-
-2.78451e+06; 0; 14806.5; 6812.48
-2.78451e+06; 386; 14937.5; 6812.48
-2.78451e+06; 772; 15068.6; 6812.48
-2.78451e+06; 1158; 15199.7; 6812.48
-2.78451e+06; 1544; 15330.7; 6812.48
-2.78451e+06; 1930; 15461.8; 6812.48
-2.78451e+06; 2316; 15592.8; 6812.48
-2.78451e+06; 2702; 15723.9; 6812.48
-2.78451e+06; 3088; 15855; 6812.48
-2.78451e+06; 3474; 15986; 6812.48
-2.78451e+06; 3860; 16117.1; 6812.48
-2.78451e+06; 4246; 16248.1; 6812.48
-2.78451e+06; 4632; 16379.2; 6812.48
-2.78451e+06; 5018; 16510.3; 6812.48
-2.78451e+06; 5404; 16641.3; 6812.48
-2.78451e+06; 5790; 16772.4; 6812.48
-2.78451e+06; 6176; 16903.4; 6812.48
-2.78451e+06; 6562; 17034.5; 6812.48
-2.78451e+06; 6948; 17165.6; 6812.48
-2.78451e+06; 7334; 17296.6; 6812.48
-2.78451e+06; 7720; 17427.7; 6812.48
-2.78451e+06; 8106; 17558.7; 6812.48
-2.78451e+06; 8492; 17689.8; 6812.48
-2.78451e+06; 8878; 17820.9; 6812.48
-2.78451e+06; 9264; 17951.9; 6812.48
-2.78451e+06; 9650; 18083; 6812.48
-2.78451e+06; 10036; 18214; 6812.48
-2.78451e+06; 10422; 18345.1; 6812.48
-2.78451e+06; 10808; 18476.2; 6812.48
-2.78451e+06; 11194; 18607.2; 6812.48
-2.78451e+06; 11580; 18738.3; 6812.48
-2.78451e+06; 11966; 18869.3; 6812.48
-2.78451e+06; 12352; 19000.4; 6812.48
-2.78451e+06; 12738; 19131.5; 6812.48
-2.78451e+06; 13124; 19262.5; 6812.48
-2.78451e+06; 13510; 19393.6; 6812.48
-2.78451e+06; 13896; 19524.6; 6812.48
-2.78451e+06; 14282; 19655.7; 6812.48
-2.78451e+06; 14668; 19786.8; 6812.48
-2.78451e+06; 15054; 19917.8; 6812.48
-2.78451e+06; 15440; 20048.9; 6812.48
-2.78451e+06; 15826; 20179.9; 6812.48
-2.78451e+06; 16212; 20311; 6812.48
-2.78451e+06; 16598; 20442.1; 6812.48
-2.78451e+06; 16984; 20573.1; 6812.48
-2.78451e+06; 17370; 20704.2; 6812.48
-2.78451e+06; 17756; 20835.2; 6812.48
-2.78451e+06; 18142; 20966.3; 6812.48
-2.78451e+06; 18528; 21097.4; 6812.48
-2.78451e+06; 18914; 21228.4; 6812.48
-2.78451e+06; 19300; 21359.5; 6812.48
-
-2.80165e+06; 0; 14888.7; 6854.41
-2.80165e+06; 384.654; 15020; 6854.41
-2.80165e+06; 769.308; 15151.3; 6854.41
-2.80165e+06; 1153.96; 15282.7; 6854.41
-2.80165e+06; 1538.62; 15414; 6854.41
-2.80165e+06; 1923.27; 15545.3; 6854.41
-2.80165e+06; 2307.92; 15676.6; 6854.41
-2.80165e+06; 2692.58; 15808; 6854.41
-2.80165e+06; 3077.23; 15939.3; 6854.41
-2.80165e+06; 3461.89; 16070.6; 6854.41
-2.80165e+06; 3846.54; 16202; 6854.41
-2.80165e+06; 4231.2; 16333.3; 6854.41
-2.80165e+06; 4615.85; 16464.6; 6854.41
-2.80165e+06; 5000.5; 16595.9; 6854.41
-2.80165e+06; 5385.16; 16727.3; 6854.41
-2.80165e+06; 5769.81; 16858.6; 6854.41
-2.80165e+06; 6154.47; 16989.9; 6854.41
-2.80165e+06; 6539.12; 17121.2; 6854.41
-2.80165e+06; 6923.77; 17252.6; 6854.41
-2.80165e+06; 7308.43; 17383.9; 6854.41
-2.80165e+06; 7693.08; 17515.2; 6854.41
-2.80165e+06; 8077.74; 17646.6; 6854.41
-2.80165e+06; 8462.39; 17777.9; 6854.41
-2.80165e+06; 8847.05; 17909.2; 6854.41
-2.80165e+06; 9231.7; 18040.5; 6854.41
-2.80165e+06; 9616.35; 18171.9; 6854.41
-2.80165e+06; 10001; 18303.2; 6854.41
-2.80165e+06; 10385.7; 18434.5; 6854.41
-2.80165e+06; 10770.3; 18565.9; 6854.41
-2.80165e+06; 11155; 18697.2; 6854.41
-2.80165e+06; 11539.6; 18828.5; 6854.41
-2.80165e+06; 11924.3; 18959.8; 6854.41
-2.80165e+06; 12308.9; 19091.2; 6854.41
-2.80165e+06; 12693.6; 19222.5; 6854.41
-2.80165e+06; 13078.2; 19353.8; 6854.41
-2.80165e+06; 13462.9; 19485.2; 6854.41
-2.80165e+06; 13847.5; 19616.5; 6854.41
-2.80165e+06; 14232.2; 19747.8; 6854.41
-2.80165e+06; 14616.9; 19879.1; 6854.41
-2.80165e+06; 15001.5; 20010.5; 6854.41
-2.80165e+06; 15386.2; 20141.8; 6854.41
-2.80165e+06; 15770.8; 20273.1; 6854.41
-2.80165e+06; 16155.5; 20404.5; 6854.41
-2.80165e+06; 16540.1; 20535.8; 6854.41
-2.80165e+06; 16924.8; 20667.1; 6854.41
-2.80165e+06; 17309.4; 20798.4; 6854.41
-2.80165e+06; 17694.1; 20929.8; 6854.41
-2.80165e+06; 18078.7; 21061.1; 6854.41
-2.80165e+06; 18463.4; 21192.4; 6854.41
-2.80165e+06; 18848.1; 21323.8; 6854.41
-2.80165e+06; 19232.7; 21455.1; 6854.41
-
-2.81879e+06; 0; 14971; 6896.35
-2.81879e+06; 383.308; 15102.6; 6896.35
-2.81879e+06; 766.617; 15234.2; 6896.35
-2.81879e+06; 1149.92; 15365.7; 6896.35
-2.81879e+06; 1533.23; 15497.3; 6896.35
-2.81879e+06; 1916.54; 15628.9; 6896.35
-2.81879e+06; 2299.85; 15760.5; 6896.35
-2.81879e+06; 2683.16; 15892.1; 6896.35
-2.81879e+06; 3066.47; 16023.7; 6896.35
-2.81879e+06; 3449.77; 16155.3; 6896.35
-2.81879e+06; 3833.08; 16286.9; 6896.35
-2.81879e+06; 4216.39; 16418.5; 6896.35
-2.81879e+06; 4599.7; 16550.1; 6896.35
-2.81879e+06; 4983.01; 16681.7; 6896.35
-2.81879e+06; 5366.32; 16813.3; 6896.35
-2.81879e+06; 5749.62; 16944.9; 6896.35
-2.81879e+06; 6132.93; 17076.4; 6896.35
-2.81879e+06; 6516.24; 17208; 6896.35
-2.81879e+06; 6899.55; 17339.6; 6896.35
-2.81879e+06; 7282.86; 17471.2; 6896.35
-2.81879e+06; 7666.17; 17602.8; 6896.35
-2.81879e+06; 8049.47; 17734.4; 6896.35
-2.81879e+06; 8432.78; 17866; 6896.35
-2.81879e+06; 8816.09; 17997.6; 6896.35
-2.81879e+06; 9199.4; 18129.2; 6896.35
-2.81879e+06; 9582.71; 18260.8; 6896.35
-2.81879e+06; 9966.02; 18392.4; 6896.35
-2.81879e+06; 10349.3; 18524; 6896.35
-2.81879e+06; 10732.6; 18655.5; 6896.35
-2.81879e+06; 11115.9; 18787.1; 6896.35
-2.81879e+06; 11499.2; 18918.7; 6896.35
-2.81879e+06; 11882.6; 19050.3; 6896.35
-2.81879e+06; 12265.9; 19181.9; 6896.35
-2.81879e+06; 12649.2; 19313.5; 6896.35
-2.81879e+06; 13032.5; 19445.1; 6896.35
-2.81879e+06; 13415.8; 19576.7; 6896.35
-2.81879e+06; 13799.1; 19708.3; 6896.35
-2.81879e+06; 14182.4; 19839.9; 6896.35
-2.81879e+06; 14565.7; 19971.5; 6896.35
-2.81879e+06; 14949; 20103.1; 6896.35
-2.81879e+06; 15332.3; 20234.7; 6896.35
-2.81879e+06; 15715.6; 20366.2; 6896.35
-2.81879e+06; 16098.9; 20497.8; 6896.35
-2.81879e+06; 16482.3; 20629.4; 6896.35
-2.81879e+06; 16865.6; 20761; 6896.35
-2.81879e+06; 17248.9; 20892.6; 6896.35
-2.81879e+06; 17632.2; 21024.2; 6896.35
-2.81879e+06; 18015.5; 21155.8; 6896.35
-2.81879e+06; 18398.8; 21287.4; 6896.35
-2.81879e+06; 18782.1; 21419; 6896.35
-2.81879e+06; 19165.4; 21550.6; 6896.35
-
-2.83593e+06; 0; 15053.4; 6938.28
-2.83593e+06; 381.962; 15185.2; 6938.28
-2.83593e+06; 763.925; 15317.1; 6938.28
-2.83593e+06; 1145.89; 15448.9; 6938.28
-2.83593e+06; 1527.85; 15580.8; 6938.28
-2.83593e+06; 1909.81; 15712.6; 6938.28
-2.83593e+06; 2291.77; 15844.5; 6938.28
-2.83593e+06; 2673.74; 15976.3; 6938.28
-2.83593e+06; 3055.7; 16108.2; 6938.28
-2.83593e+06; 3437.66; 16240; 6938.28
-2.83593e+06; 3819.62; 16371.9; 6938.28
-2.83593e+06; 4201.59; 16503.7; 6938.28
-2.83593e+06; 4583.55; 16635.6; 6938.28
-2.83593e+06; 4965.51; 16767.4; 6938.28
-2.83593e+06; 5347.47; 16899.3; 6938.28
-2.83593e+06; 5729.44; 17031.2; 6938.28
-2.83593e+06; 6111.4; 17163; 6938.28
-2.83593e+06; 6493.36; 17294.9; 6938.28
-2.83593e+06; 6875.32; 17426.7; 6938.28
-2.83593e+06; 7257.29; 17558.6; 6938.28
-2.83593e+06; 7639.25; 17690.4; 6938.28
-2.83593e+06; 8021.21; 17822.3; 6938.28
-2.83593e+06; 8403.17; 17954.1; 6938.28
-2.83593e+06; 8785.14; 18086; 6938.28
-2.83593e+06; 9167.1; 18217.8; 6938.28
-2.83593e+06; 9549.06; 18349.7; 6938.28
-2.83593e+06; 9931.02; 18481.5; 6938.28
-2.83593e+06; 10313; 18613.4; 6938.28
-2.83593e+06; 10694.9; 18745.2; 6938.28
-2.83593e+06; 11076.9; 18877.1; 6938.28
-2.83593e+06; 11458.9; 19008.9; 6938.28
-2.83593e+06; 11840.8; 19140.8; 6938.28
-2.83593e+06; 12222.8; 19272.6; 6938.28
-2.83593e+06; 12604.8; 19404.5; 6938.28
-2.83593e+06; 12986.7; 19536.3; 6938.28
-2.83593e+06; 13368.7; 19668.2; 6938.28
-2.83593e+06; 13750.6; 19800; 6938.28
-2.83593e+06; 14132.6; 19931.9; 6938.28
-2.83593e+06; 14514.6; 20063.7; 6938.28
-2.83593e+06; 14896.5; 20195.6; 6938.28
-2.83593e+06; 15278.5; 20327.5; 6938.28
-2.83593e+06; 15660.5; 20459.3; 6938.28
-2.83593e+06; 16042.4; 20591.2; 6938.28
-2.83593e+06; 16424.4; 20723; 6938.28
-2.83593e+06; 16806.3; 20854.9; 6938.28
-2.83593e+06; 17188.3; 20986.7; 6938.28
-2.83593e+06; 17570.3; 21118.6; 6938.28
-2.83593e+06; 17952.2; 21250.4; 6938.28
-2.83593e+06; 18334.2; 21382.3; 6938.28
-2.83593e+06; 18716.2; 21514.1; 6938.28
-2.83593e+06; 19098.1; 21646; 6938.28
-
-2.85307e+06; 0; 15135.9; 6980.21
-2.85307e+06; 380.617; 15268; 6980.21
-2.85307e+06; 761.233; 15400.1; 6980.21
-2.85307e+06; 1141.85; 15532.2; 6980.21
-2.85307e+06; 1522.47; 15664.3; 6980.21
-2.85307e+06; 1903.08; 15796.4; 6980.21
-2.85307e+06; 2283.7; 15928.5; 6980.21
-2.85307e+06; 2664.32; 16060.6; 6980.21
-2.85307e+06; 3044.93; 16192.7; 6980.21
-2.85307e+06; 3425.55; 16324.9; 6980.21
-2.85307e+06; 3806.17; 16457; 6980.21
-2.85307e+06; 4186.78; 16589.1; 6980.21
-2.85307e+06; 4567.4; 16721.2; 6980.21
-2.85307e+06; 4948.02; 16853.3; 6980.21
-2.85307e+06; 5328.63; 16985.4; 6980.21
-2.85307e+06; 5709.25; 17117.5; 6980.21
-2.85307e+06; 6089.87; 17249.6; 6980.21
-2.85307e+06; 6470.48; 17381.7; 6980.21
-2.85307e+06; 6851.1; 17513.8; 6980.21
-2.85307e+06; 7231.72; 17645.9; 6980.21
-2.85307e+06; 7612.33; 17778; 6980.21
-2.85307e+06; 7992.95; 17910.1; 6980.21
-2.85307e+06; 8373.57; 18042.3; 6980.21
-2.85307e+06; 8754.18; 18174.4; 6980.21
-2.85307e+06; 9134.8; 18306.5; 6980.21
-2.85307e+06; 9515.42; 18438.6; 6980.21
-2.85307e+06; 9896.03; 18570.7; 6980.21
-2.85307e+06; 10276.6; 18702.8; 6980.21
-2.85307e+06; 10657.3; 18834.9; 6980.21
-2.85307e+06; 11037.9; 18967; 6980.21
-2.85307e+06; 11418.5; 19099.1; 6980.21
-2.85307e+06; 11799.1; 19231.2; 6980.21
-2.85307e+06; 12179.7; 19363.3; 6980.21
-2.85307e+06; 12560.3; 19495.4; 6980.21
-2.85307e+06; 12941; 19627.5; 6980.21
-2.85307e+06; 13321.6; 19759.6; 6980.21
-2.85307e+06; 13702.2; 19891.8; 6980.21
-2.85307e+06; 14082.8; 20023.9; 6980.21
-2.85307e+06; 14463.4; 20156; 6980.21
-2.85307e+06; 14844; 20288.1; 6980.21
-2.85307e+06; 15224.7; 20420.2; 6980.21
-2.85307e+06; 15605.3; 20552.3; 6980.21
-2.85307e+06; 15985.9; 20684.4; 6980.21
-2.85307e+06; 16366.5; 20816.5; 6980.21
-2.85307e+06; 16747.1; 20948.6; 6980.21
-2.85307e+06; 17127.7; 21080.7; 6980.21
-2.85307e+06; 17508.4; 21212.8; 6980.21
-2.85307e+06; 17889; 21344.9; 6980.21
-2.85307e+06; 18269.6; 21477; 6980.21
-2.85307e+06; 18650.2; 21609.2; 6980.21
-2.85307e+06; 19030.8; 21741.3; 6980.21
-
-2.87021e+06; 0; 15218.5; 7022.14
-2.87021e+06; 379.271; 15350.9; 7022.14
-2.87021e+06; 758.542; 15483.2; 7022.14
-2.87021e+06; 1137.81; 15615.6; 7022.14
-2.87021e+06; 1517.08; 15747.9; 7022.14
-2.87021e+06; 1896.35; 15880.3; 7022.14
-2.87021e+06; 2275.62; 16012.7; 7022.14
-2.87021e+06; 2654.9; 16145; 7022.14
-2.87021e+06; 3034.17; 16277.4; 7022.14
-2.87021e+06; 3413.44; 16409.7; 7022.14
-2.87021e+06; 3792.71; 16542.1; 7022.14
-2.87021e+06; 4171.98; 16674.5; 7022.14
-2.87021e+06; 4551.25; 16806.8; 7022.14
-2.87021e+06; 4930.52; 16939.2; 7022.14
-2.87021e+06; 5309.79; 17071.5; 7022.14
-2.87021e+06; 5689.06; 17203.9; 7022.14
-2.87021e+06; 6068.33; 17336.2; 7022.14
-2.87021e+06; 6447.6; 17468.6; 7022.14
-2.87021e+06; 6826.87; 17601; 7022.14
-2.87021e+06; 7206.15; 17733.3; 7022.14
-2.87021e+06; 7585.42; 17865.7; 7022.14
-2.87021e+06; 7964.69; 17998; 7022.14
-2.87021e+06; 8343.96; 18130.4; 7022.14
-2.87021e+06; 8723.23; 18262.8; 7022.14
-2.87021e+06; 9102.5; 18395.1; 7022.14
-2.87021e+06; 9481.77; 18527.5; 7022.14
-2.87021e+06; 9861.04; 18659.8; 7022.14
-2.87021e+06; 10240.3; 18792.2; 7022.14
-2.87021e+06; 10619.6; 18924.6; 7022.14
-2.87021e+06; 10998.9; 19056.9; 7022.14
-2.87021e+06; 11378.1; 19189.3; 7022.14
-2.87021e+06; 11757.4; 19321.6; 7022.14
-2.87021e+06; 12136.7; 19454; 7022.14
-2.87021e+06; 12515.9; 19586.3; 7022.14
-2.87021e+06; 12895.2; 19718.7; 7022.14
-2.87021e+06; 13274.5; 19851.1; 7022.14
-2.87021e+06; 13653.7; 19983.4; 7022.14
-2.87021e+06; 14033; 20115.8; 7022.14
-2.87021e+06; 14412.3; 20248.1; 7022.14
-2.87021e+06; 14791.6; 20380.5; 7022.14
-2.87021e+06; 15170.8; 20512.9; 7022.14
-2.87021e+06; 15550.1; 20645.2; 7022.14
-2.87021e+06; 15929.4; 20777.6; 7022.14
-2.87021e+06; 16308.6; 20909.9; 7022.14
-2.87021e+06; 16687.9; 21042.3; 7022.14
-2.87021e+06; 17067.2; 21174.7; 7022.14
-2.87021e+06; 17446.5; 21307; 7022.14
-2.87021e+06; 17825.7; 21439.4; 7022.14
-2.87021e+06; 18205; 21571.7; 7022.14
-2.87021e+06; 18584.3; 21704.1; 7022.14
-2.87021e+06; 18963.5; 21836.5; 7022.14
-
-2.88735e+06; 0; 15301.2; 7064.08
-2.88735e+06; 377.925; 15433.8; 7064.08
-2.88735e+06; 755.85; 15566.4; 7064.08
-2.88735e+06; 1133.77; 15699; 7064.08
-2.88735e+06; 1511.7; 15831.7; 7064.08
-2.88735e+06; 1889.62; 15964.3; 7064.08
-2.88735e+06; 2267.55; 16096.9; 7064.08
-2.88735e+06; 2645.47; 16229.5; 7064.08
-2.88735e+06; 3023.4; 16362.1; 7064.08
-2.88735e+06; 3401.32; 16494.7; 7064.08
-2.88735e+06; 3779.25; 16627.3; 7064.08
-2.88735e+06; 4157.17; 16759.9; 7064.08
-2.88735e+06; 4535.1; 16892.5; 7064.08
-2.88735e+06; 4913.02; 17025.1; 7064.08
-2.88735e+06; 5290.95; 17157.7; 7064.08
-2.88735e+06; 5668.87; 17290.3; 7064.08
-2.88735e+06; 6046.8; 17422.9; 7064.08
-2.88735e+06; 6424.72; 17555.5; 7064.08
-2.88735e+06; 6802.65; 17688.1; 7064.08
-2.88735e+06; 7180.57; 17820.7; 7064.08
-2.88735e+06; 7558.5; 17953.4; 7064.08
-2.88735e+06; 7936.42; 18086; 7064.08
-2.88735e+06; 8314.35; 18218.6; 7064.08
-2.88735e+06; 8692.27; 18351.2; 7064.08
-2.88735e+06; 9070.2; 18483.8; 7064.08
-2.88735e+06; 9448.12; 18616.4; 7064.08
-2.88735e+06; 9826.05; 18749; 7064.08
-2.88735e+06; 10204; 18881.6; 7064.08
-2.88735e+06; 10581.9; 19014.2; 7064.08
-2.88735e+06; 10959.8; 19146.8; 7064.08
-2.88735e+06; 11337.7; 19279.4; 7064.08
-2.88735e+06; 11715.7; 19412; 7064.08
-2.88735e+06; 12093.6; 19544.6; 7064.08
-2.88735e+06; 12471.5; 19677.2; 7064.08
-2.88735e+06; 12849.4; 19809.8; 7064.08
-2.88735e+06; 13227.4; 19942.4; 7064.08
-2.88735e+06; 13605.3; 20075.1; 7064.08
-2.88735e+06; 13983.2; 20207.7; 7064.08
-2.88735e+06; 14361.1; 20340.3; 7064.08
-2.88735e+06; 14739.1; 20472.9; 7064.08
-2.88735e+06; 15117; 20605.5; 7064.08
-2.88735e+06; 15494.9; 20738.1; 7064.08
-2.88735e+06; 15872.8; 20870.7; 7064.08
-2.88735e+06; 16250.8; 21003.3; 7064.08
-2.88735e+06; 16628.7; 21135.9; 7064.08
-2.88735e+06; 17006.6; 21268.5; 7064.08
-2.88735e+06; 17384.5; 21401.1; 7064.08
-2.88735e+06; 17762.5; 21533.7; 7064.08
-2.88735e+06; 18140.4; 21666.3; 7064.08
-2.88735e+06; 18518.3; 21798.9; 7064.08
-2.88735e+06; 18896.2; 21931.5; 7064.08
-
-2.90449e+06; 0; 15384.1; 7106.01
-2.90449e+06; 376.579; 15516.9; 7106.01
-2.90449e+06; 753.158; 15649.8; 7106.01
-2.90449e+06; 1129.74; 15782.6; 7106.01
-2.90449e+06; 1506.32; 15915.5; 7106.01
-2.90449e+06; 1882.9; 16048.3; 7106.01
-2.90449e+06; 2259.47; 16181.2; 7106.01
-2.90449e+06; 2636.05; 16314; 7106.01
-2.90449e+06; 3012.63; 16446.9; 7106.01
-2.90449e+06; 3389.21; 16579.7; 7106.01
-2.90449e+06; 3765.79; 16712.6; 7106.01
-2.90449e+06; 4142.37; 16845.4; 7106.01
-2.90449e+06; 4518.95; 16978.3; 7106.01
-2.90449e+06; 4895.53; 17111.1; 7106.01
-2.90449e+06; 5272.11; 17243.9; 7106.01
-2.90449e+06; 5648.69; 17376.8; 7106.01
-2.90449e+06; 6025.27; 17509.6; 7106.01
-2.90449e+06; 6401.85; 17642.5; 7106.01
-2.90449e+06; 6778.42; 17775.3; 7106.01
-2.90449e+06; 7155; 17908.2; 7106.01
-2.90449e+06; 7531.58; 18041; 7106.01
-2.90449e+06; 7908.16; 18173.9; 7106.01
-2.90449e+06; 8284.74; 18306.7; 7106.01
-2.90449e+06; 8661.32; 18439.6; 7106.01
-2.90449e+06; 9037.9; 18572.4; 7106.01
-2.90449e+06; 9414.48; 18705.3; 7106.01
-2.90449e+06; 9791.06; 18838.1; 7106.01
-2.90449e+06; 10167.6; 18971; 7106.01
-2.90449e+06; 10544.2; 19103.8; 7106.01
-2.90449e+06; 10920.8; 19236.7; 7106.01
-2.90449e+06; 11297.4; 19369.5; 7106.01
-2.90449e+06; 11674; 19502.4; 7106.01
-2.90449e+06; 12050.5; 19635.2; 7106.01
-2.90449e+06; 12427.1; 19768.1; 7106.01
-2.90449e+06; 12803.7; 19900.9; 7106.01
-2.90449e+06; 13180.3; 20033.8; 7106.01
-2.90449e+06; 13556.8; 20166.6; 7106.01
-2.90449e+06; 13933.4; 20299.5; 7106.01
-2.90449e+06; 14310; 20432.3; 7106.01
-2.90449e+06; 14686.6; 20565.2; 7106.01
-2.90449e+06; 15063.2; 20698; 7106.01
-2.90449e+06; 15439.7; 20830.9; 7106.01
-2.90449e+06; 15816.3; 20963.7; 7106.01
-2.90449e+06; 16192.9; 21096.6; 7106.01
-2.90449e+06; 16569.5; 21229.4; 7106.01
-2.90449e+06; 16946.1; 21362.3; 7106.01
-2.90449e+06; 17322.6; 21495.1; 7106.01
-2.90449e+06; 17699.2; 21628; 7106.01
-2.90449e+06; 18075.8; 21760.8; 7106.01
-2.90449e+06; 18452.4; 21893.7; 7106.01
-2.90449e+06; 18829; 22026.5; 7106.01
-
-2.92163e+06; 0; 15467; 7147.94
-2.92163e+06; 375.233; 15600.1; 7147.94
-2.92163e+06; 750.467; 15733.2; 7147.94
-2.92163e+06; 1125.7; 15866.3; 7147.94
-2.92163e+06; 1500.93; 15999.4; 7147.94
-2.92163e+06; 1876.17; 16132.4; 7147.94
-2.92163e+06; 2251.4; 16265.5; 7147.94
-2.92163e+06; 2626.63; 16398.6; 7147.94
-2.92163e+06; 3001.87; 16531.7; 7147.94
-2.92163e+06; 3377.1; 16664.8; 7147.94
-2.92163e+06; 3752.33; 16797.9; 7147.94
-2.92163e+06; 4127.57; 16931; 7147.94
-2.92163e+06; 4502.8; 17064.1; 7147.94
-2.92163e+06; 4878.03; 17197.1; 7147.94
-2.92163e+06; 5253.27; 17330.2; 7147.94
-2.92163e+06; 5628.5; 17463.3; 7147.94
-2.92163e+06; 6003.73; 17596.4; 7147.94
-2.92163e+06; 6378.97; 17729.5; 7147.94
-2.92163e+06; 6754.2; 17862.6; 7147.94
-2.92163e+06; 7129.43; 17995.7; 7147.94
-2.92163e+06; 7504.67; 18128.8; 7147.94
-2.92163e+06; 7879.9; 18261.9; 7147.94
-2.92163e+06; 8255.13; 18394.9; 7147.94
-2.92163e+06; 8630.37; 18528; 7147.94
-2.92163e+06; 9005.6; 18661.1; 7147.94
-2.92163e+06; 9380.83; 18794.2; 7147.94
-2.92163e+06; 9756.07; 18927.3; 7147.94
-2.92163e+06; 10131.3; 19060.4; 7147.94
-2.92163e+06; 10506.5; 19193.5; 7147.94
-2.92163e+06; 10881.8; 19326.6; 7147.94
-2.92163e+06; 11257; 19459.6; 7147.94
-2.92163e+06; 11632.2; 19592.7; 7147.94
-2.92163e+06; 12007.5; 19725.8; 7147.94
-2.92163e+06; 12382.7; 19858.9; 7147.94
-2.92163e+06; 12757.9; 19992; 7147.94
-2.92163e+06; 13133.2; 20125.1; 7147.94
-2.92163e+06; 13508.4; 20258.2; 7147.94
-2.92163e+06; 13883.6; 20391.3; 7147.94
-2.92163e+06; 14258.9; 20524.4; 7147.94
-2.92163e+06; 14634.1; 20657.4; 7147.94
-2.92163e+06; 15009.3; 20790.5; 7147.94
-2.92163e+06; 15384.6; 20923.6; 7147.94
-2.92163e+06; 15759.8; 21056.7; 7147.94
-2.92163e+06; 16135; 21189.8; 7147.94
-2.92163e+06; 16510.3; 21322.9; 7147.94
-2.92163e+06; 16885.5; 21456; 7147.94
-2.92163e+06; 17260.7; 21589.1; 7147.94
-2.92163e+06; 17636; 21722.1; 7147.94
-2.92163e+06; 18011.2; 21855.2; 7147.94
-2.92163e+06; 18386.4; 21988.3; 7147.94
-2.92163e+06; 18761.7; 22121.4; 7147.94
-
-2.93877e+06; 0; 15550; 7189.87
-2.93877e+06; 373.887; 15683.4; 7189.87
-2.93877e+06; 747.775; 15816.7; 7189.87
-2.93877e+06; 1121.66; 15950; 7189.87
-2.93877e+06; 1495.55; 16083.3; 7189.87
-2.93877e+06; 1869.44; 16216.7; 7189.87
-2.93877e+06; 2243.32; 16350; 7189.87
-2.93877e+06; 2617.21; 16483.3; 7189.87
-2.93877e+06; 2991.1; 16616.6; 7189.87
-2.93877e+06; 3364.99; 16749.9; 7189.87
-2.93877e+06; 3738.87; 16883.3; 7189.87
-2.93877e+06; 4112.76; 17016.6; 7189.87
-2.93877e+06; 4486.65; 17149.9; 7189.87
-2.93877e+06; 4860.54; 17283.2; 7189.87
-2.93877e+06; 5234.42; 17416.6; 7189.87
-2.93877e+06; 5608.31; 17549.9; 7189.87
-2.93877e+06; 5982.2; 17683.2; 7189.87
-2.93877e+06; 6356.09; 17816.5; 7189.87
-2.93877e+06; 6729.97; 17949.9; 7189.87
-2.93877e+06; 7103.86; 18083.2; 7189.87
-2.93877e+06; 7477.75; 18216.5; 7189.87
-2.93877e+06; 7851.64; 18349.8; 7189.87
-2.93877e+06; 8225.52; 18483.1; 7189.87
-2.93877e+06; 8599.41; 18616.5; 7189.87
-2.93877e+06; 8973.3; 18749.8; 7189.87
-2.93877e+06; 9347.19; 18883.1; 7189.87
-2.93877e+06; 9721.07; 19016.4; 7189.87
-2.93877e+06; 10095; 19149.8; 7189.87
-2.93877e+06; 10468.8; 19283.1; 7189.87
-2.93877e+06; 10842.7; 19416.4; 7189.87
-2.93877e+06; 11216.6; 19549.7; 7189.87
-2.93877e+06; 11590.5; 19683.1; 7189.87
-2.93877e+06; 11964.4; 19816.4; 7189.87
-2.93877e+06; 12338.3; 19949.7; 7189.87
-2.93877e+06; 12712.2; 20083; 7189.87
-2.93877e+06; 13086.1; 20216.3; 7189.87
-2.93877e+06; 13459.9; 20349.7; 7189.87
-2.93877e+06; 13833.8; 20483; 7189.87
-2.93877e+06; 14207.7; 20616.3; 7189.87
-2.93877e+06; 14581.6; 20749.6; 7189.87
-2.93877e+06; 14955.5; 20883; 7189.87
-2.93877e+06; 15329.4; 21016.3; 7189.87
-2.93877e+06; 15703.3; 21149.6; 7189.87
-2.93877e+06; 16077.2; 21282.9; 7189.87
-2.93877e+06; 16451; 21416.3; 7189.87
-2.93877e+06; 16824.9; 21549.6; 7189.87
-2.93877e+06; 17198.8; 21682.9; 7189.87
-2.93877e+06; 17572.7; 21816.2; 7189.87
-2.93877e+06; 17946.6; 21949.5; 7189.87
-2.93877e+06; 18320.5; 22082.9; 7189.87
-2.93877e+06; 18694.4; 22216.2; 7189.87
-
-2.95591e+06; 0; 15633.2; 7231.81
-2.95591e+06; 372.542; 15766.8; 7231.81
-2.95591e+06; 745.083; 15900.3; 7231.81
-2.95591e+06; 1117.62; 16033.9; 7231.81
-2.95591e+06; 1490.17; 16167.4; 7231.81
-2.95591e+06; 1862.71; 16301; 7231.81
-2.95591e+06; 2235.25; 16434.5; 7231.81
-2.95591e+06; 2607.79; 16568.1; 7231.81
-2.95591e+06; 2980.33; 16701.6; 7231.81
-2.95591e+06; 3352.87; 16835.2; 7231.81
-2.95591e+06; 3725.42; 16968.7; 7231.81
-2.95591e+06; 4097.96; 17102.3; 7231.81
-2.95591e+06; 4470.5; 17235.8; 7231.81
-2.95591e+06; 4843.04; 17369.4; 7231.81
-2.95591e+06; 5215.58; 17502.9; 7231.81
-2.95591e+06; 5588.12; 17636.5; 7231.81
-2.95591e+06; 5960.67; 17770.1; 7231.81
-2.95591e+06; 6333.21; 17903.6; 7231.81
-2.95591e+06; 6705.75; 18037.2; 7231.81
-2.95591e+06; 7078.29; 18170.7; 7231.81
-2.95591e+06; 7450.83; 18304.3; 7231.81
-2.95591e+06; 7823.37; 18437.8; 7231.81
-2.95591e+06; 8195.92; 18571.4; 7231.81
-2.95591e+06; 8568.46; 18704.9; 7231.81
-2.95591e+06; 8941; 18838.5; 7231.81
-2.95591e+06; 9313.54; 18972; 7231.81
-2.95591e+06; 9686.08; 19105.6; 7231.81
-2.95591e+06; 10058.6; 19239.1; 7231.81
-2.95591e+06; 10431.2; 19372.7; 7231.81
-2.95591e+06; 10803.7; 19506.2; 7231.81
-2.95591e+06; 11176.2; 19639.8; 7231.81
-2.95591e+06; 11548.8; 19773.4; 7231.81
-2.95591e+06; 11921.3; 19906.9; 7231.81
-2.95591e+06; 12293.9; 20040.5; 7231.81
-2.95591e+06; 12666.4; 20174; 7231.81
-2.95591e+06; 13039; 20307.6; 7231.81
-2.95591e+06; 13411.5; 20441.1; 7231.81
-2.95591e+06; 13784; 20574.7; 7231.81
-2.95591e+06; 14156.6; 20708.2; 7231.81
-2.95591e+06; 14529.1; 20841.8; 7231.81
-2.95591e+06; 14901.7; 20975.3; 7231.81
-2.95591e+06; 15274.2; 21108.9; 7231.81
-2.95591e+06; 15646.7; 21242.4; 7231.81
-2.95591e+06; 16019.3; 21376; 7231.81
-2.95591e+06; 16391.8; 21509.5; 7231.81
-2.95591e+06; 16764.4; 21643.1; 7231.81
-2.95591e+06; 17136.9; 21776.7; 7231.81
-2.95591e+06; 17509.5; 21910.2; 7231.81
-2.95591e+06; 17882; 22043.8; 7231.81
-2.95591e+06; 18254.5; 22177.3; 7231.81
-2.95591e+06; 18627.1; 22310.9; 7231.81
-
-2.97305e+06; 0; 15716.5; 7273.74
-2.97305e+06; 371.196; 15850.2; 7273.74
-2.97305e+06; 742.392; 15984; 7273.74
-2.97305e+06; 1113.59; 16117.8; 7273.74
-2.97305e+06; 1484.78; 16251.6; 7273.74
-2.97305e+06; 1855.98; 16385.4; 7273.74
-2.97305e+06; 2227.17; 16519.1; 7273.74
-2.97305e+06; 2598.37; 16652.9; 7273.74
-2.97305e+06; 2969.57; 16786.7; 7273.74
-2.97305e+06; 3340.76; 16920.5; 7273.74
-2.97305e+06; 3711.96; 17054.3; 7273.74
-2.97305e+06; 4083.15; 17188; 7273.74
-2.97305e+06; 4454.35; 17321.8; 7273.74
-2.97305e+06; 4825.55; 17455.6; 7273.74
-2.97305e+06; 5196.74; 17589.4; 7273.74
-2.97305e+06; 5567.94; 17723.2; 7273.74
-2.97305e+06; 5939.13; 17856.9; 7273.74
-2.97305e+06; 6310.33; 17990.7; 7273.74
-2.97305e+06; 6681.52; 18124.5; 7273.74
-2.97305e+06; 7052.72; 18258.3; 7273.74
-2.97305e+06; 7423.92; 18392; 7273.74
-2.97305e+06; 7795.11; 18525.8; 7273.74
-2.97305e+06; 8166.31; 18659.6; 7273.74
-2.97305e+06; 8537.5; 18793.4; 7273.74
-2.97305e+06; 8908.7; 18927.2; 7273.74
-2.97305e+06; 9279.9; 19060.9; 7273.74
-2.97305e+06; 9651.09; 19194.7; 7273.74
-2.97305e+06; 10022.3; 19328.5; 7273.74
-2.97305e+06; 10393.5; 19462.3; 7273.74
-2.97305e+06; 10764.7; 19596.1; 7273.74
-2.97305e+06; 11135.9; 19729.8; 7273.74
-2.97305e+06; 11507.1; 19863.6; 7273.74
-2.97305e+06; 11878.3; 19997.4; 7273.74
-2.97305e+06; 12249.5; 20131.2; 7273.74
-2.97305e+06; 12620.7; 20265; 7273.74
-2.97305e+06; 12991.9; 20398.7; 7273.74
-2.97305e+06; 13363; 20532.5; 7273.74
-2.97305e+06; 13734.2; 20666.3; 7273.74
-2.97305e+06; 14105.4; 20800.1; 7273.74
-2.97305e+06; 14476.6; 20933.9; 7273.74
-2.97305e+06; 14847.8; 21067.6; 7273.74
-2.97305e+06; 15219; 21201.4; 7273.74
-2.97305e+06; 15590.2; 21335.2; 7273.74
-2.97305e+06; 15961.4; 21469; 7273.74
-2.97305e+06; 16332.6; 21602.8; 7273.74
-2.97305e+06; 16703.8; 21736.5; 7273.74
-2.97305e+06; 17075; 21870.3; 7273.74
-2.97305e+06; 17446.2; 22004.1; 7273.74
-2.97305e+06; 17817.4; 22137.9; 7273.74
-2.97305e+06; 18188.6; 22271.7; 7273.74
-2.97305e+06; 18559.8; 22405.4; 7273.74
-
-2.99019e+06; 0; 15799.8; 7315.67
-2.99019e+06; 369.85; 15933.8; 7315.67
-2.99019e+06; 739.7; 16067.8; 7315.67
-2.99019e+06; 1109.55; 16201.8; 7315.67
-2.99019e+06; 1479.4; 16335.8; 7315.67
-2.99019e+06; 1849.25; 16469.8; 7315.67
-2.99019e+06; 2219.1; 16603.8; 7315.67
-2.99019e+06; 2588.95; 16737.8; 7315.67
-2.99019e+06; 2958.8; 16871.8; 7315.67
-2.99019e+06; 3328.65; 17005.8; 7315.67
-2.99019e+06; 3698.5; 17139.8; 7315.67
-2.99019e+06; 4068.35; 17273.8; 7315.67
-2.99019e+06; 4438.2; 17407.8; 7315.67
-2.99019e+06; 4808.05; 17541.8; 7315.67
-2.99019e+06; 5177.9; 17675.8; 7315.67
-2.99019e+06; 5547.75; 17809.8; 7315.67
-2.99019e+06; 5917.6; 17943.9; 7315.67
-2.99019e+06; 6287.45; 18077.9; 7315.67
-2.99019e+06; 6657.3; 18211.9; 7315.67
-2.99019e+06; 7027.15; 18345.9; 7315.67
-2.99019e+06; 7397; 18479.9; 7315.67
-2.99019e+06; 7766.85; 18613.9; 7315.67
-2.99019e+06; 8136.7; 18747.9; 7315.67
-2.99019e+06; 8506.55; 18881.9; 7315.67
-2.99019e+06; 8876.4; 19015.9; 7315.67
-2.99019e+06; 9246.25; 19149.9; 7315.67
-2.99019e+06; 9616.1; 19283.9; 7315.67
-2.99019e+06; 9985.95; 19417.9; 7315.67
-2.99019e+06; 10355.8; 19551.9; 7315.67
-2.99019e+06; 10725.6; 19685.9; 7315.67
-2.99019e+06; 11095.5; 19819.9; 7315.67
-2.99019e+06; 11465.3; 19953.9; 7315.67
-2.99019e+06; 11835.2; 20087.9; 7315.67
-2.99019e+06; 12205; 20221.9; 7315.67
-2.99019e+06; 12574.9; 20355.9; 7315.67
-2.99019e+06; 12944.7; 20489.9; 7315.67
-2.99019e+06; 13314.6; 20623.9; 7315.67
-2.99019e+06; 13684.4; 20757.9; 7315.67
-2.99019e+06; 14054.3; 20891.9; 7315.67
-2.99019e+06; 14424.1; 21025.9; 7315.67
-2.99019e+06; 14794; 21159.9; 7315.67
-2.99019e+06; 15163.8; 21293.9; 7315.67
-2.99019e+06; 15533.7; 21427.9; 7315.67
-2.99019e+06; 15903.5; 21561.9; 7315.67
-2.99019e+06; 16273.4; 21695.9; 7315.67
-2.99019e+06; 16643.2; 21829.9; 7315.67
-2.99019e+06; 17013.1; 21963.9; 7315.67
-2.99019e+06; 17382.9; 22097.9; 7315.67
-2.99019e+06; 17752.8; 22231.9; 7315.67
-2.99019e+06; 18122.6; 22365.9; 7315.67
-2.99019e+06; 18492.5; 22499.9; 7315.67
-
-3.00732e+06; 0; 15883.3; 7357.6
-3.00732e+06; 368.504; 16017.5; 7357.6
-3.00732e+06; 737.008; 16151.7; 7357.6
-3.00732e+06; 1105.51; 16286; 7357.6
-3.00732e+06; 1474.02; 16420.2; 7357.6
-3.00732e+06; 1842.52; 16554.4; 7357.6
-3.00732e+06; 2211.02; 16688.6; 7357.6
-3.00732e+06; 2579.53; 16822.8; 7357.6
-3.00732e+06; 2948.03; 16957.1; 7357.6
-3.00732e+06; 3316.54; 17091.3; 7357.6
-3.00732e+06; 3685.04; 17225.5; 7357.6
-3.00732e+06; 4053.55; 17359.7; 7357.6
-3.00732e+06; 4422.05; 17493.9; 7357.6
-3.00732e+06; 4790.55; 17628.2; 7357.6
-3.00732e+06; 5159.06; 17762.4; 7357.6
-3.00732e+06; 5527.56; 17896.6; 7357.6
-3.00732e+06; 5896.07; 18030.8; 7357.6
-3.00732e+06; 6264.57; 18165; 7357.6
-3.00732e+06; 6633.07; 18299.2; 7357.6
-3.00732e+06; 7001.58; 18433.5; 7357.6
-3.00732e+06; 7370.08; 18567.7; 7357.6
-3.00732e+06; 7738.59; 18701.9; 7357.6
-3.00732e+06; 8107.09; 18836.1; 7357.6
-3.00732e+06; 8475.6; 18970.3; 7357.6
-3.00732e+06; 8844.1; 19104.6; 7357.6
-3.00732e+06; 9212.6; 19238.8; 7357.6
-3.00732e+06; 9581.11; 19373; 7357.6
-3.00732e+06; 9949.61; 19507.2; 7357.6
-3.00732e+06; 10318.1; 19641.4; 7357.6
-3.00732e+06; 10686.6; 19775.7; 7357.6
-3.00732e+06; 11055.1; 19909.9; 7357.6
-3.00732e+06; 11423.6; 20044.1; 7357.6
-3.00732e+06; 11792.1; 20178.3; 7357.6
-3.00732e+06; 12160.6; 20312.5; 7357.6
-3.00732e+06; 12529.1; 20446.8; 7357.6
-3.00732e+06; 12897.6; 20581; 7357.6
-3.00732e+06; 13266.1; 20715.2; 7357.6
-3.00732e+06; 13634.7; 20849.4; 7357.6
-3.00732e+06; 14003.2; 20983.6; 7357.6
-3.00732e+06; 14371.7; 21117.9; 7357.6
-3.00732e+06; 14740.2; 21252.1; 7357.6
-3.00732e+06; 15108.7; 21386.3; 7357.6
-3.00732e+06; 15477.2; 21520.5; 7357.6
-3.00732e+06; 15845.7; 21654.7; 7357.6
-3.00732e+06; 16214.2; 21789; 7357.6
-3.00732e+06; 16582.7; 21923.2; 7357.6
-3.00732e+06; 16951.2; 22057.4; 7357.6
-3.00732e+06; 17319.7; 22191.6; 7357.6
-3.00732e+06; 17688.2; 22325.8; 7357.6
-3.00732e+06; 18056.7; 22460.1; 7357.6
-3.00732e+06; 18425.2; 22594.3; 7357.6
-
-3.02446e+06; 0; 15966.9; 7399.54
-3.02446e+06; 367.158; 16101.3; 7399.54
-3.02446e+06; 734.317; 16235.7; 7399.54
-3.02446e+06; 1101.47; 16370.2; 7399.54
-3.02446e+06; 1468.63; 16504.6; 7399.54
-3.02446e+06; 1835.79; 16639; 7399.54
-3.02446e+06; 2202.95; 16773.5; 7399.54
-3.02446e+06; 2570.11; 16907.9; 7399.54
-3.02446e+06; 2937.27; 17042.3; 7399.54
-3.02446e+06; 3304.42; 17176.8; 7399.54
-3.02446e+06; 3671.58; 17311.2; 7399.54
-3.02446e+06; 4038.74; 17445.6; 7399.54
-3.02446e+06; 4405.9; 17580.1; 7399.54
-3.02446e+06; 4773.06; 17714.5; 7399.54
-3.02446e+06; 5140.22; 17848.9; 7399.54
-3.02446e+06; 5507.37; 17983.4; 7399.54
-3.02446e+06; 5874.53; 18117.8; 7399.54
-3.02446e+06; 6241.69; 18252.2; 7399.54
-3.02446e+06; 6608.85; 18386.7; 7399.54
-3.02446e+06; 6976.01; 18521.1; 7399.54
-3.02446e+06; 7343.17; 18655.5; 7399.54
-3.02446e+06; 7710.32; 18790; 7399.54
-3.02446e+06; 8077.48; 18924.4; 7399.54
-3.02446e+06; 8444.64; 19058.8; 7399.54
-3.02446e+06; 8811.8; 19193.3; 7399.54
-3.02446e+06; 9178.96; 19327.7; 7399.54
-3.02446e+06; 9546.12; 19462.1; 7399.54
-3.02446e+06; 9913.27; 19596.6; 7399.54
-3.02446e+06; 10280.4; 19731; 7399.54
-3.02446e+06; 10647.6; 19865.4; 7399.54
-3.02446e+06; 11014.7; 19999.9; 7399.54
-3.02446e+06; 11381.9; 20134.3; 7399.54
-3.02446e+06; 11749.1; 20268.7; 7399.54
-3.02446e+06; 12116.2; 20403.2; 7399.54
-3.02446e+06; 12483.4; 20537.6; 7399.54
-3.02446e+06; 12850.5; 20672; 7399.54
-3.02446e+06; 13217.7; 20806.5; 7399.54
-3.02446e+06; 13584.9; 20940.9; 7399.54
-3.02446e+06; 13952; 21075.3; 7399.54
-3.02446e+06; 14319.2; 21209.8; 7399.54
-3.02446e+06; 14686.3; 21344.2; 7399.54
-3.02446e+06; 15053.5; 21478.6; 7399.54
-3.02446e+06; 15420.6; 21613.1; 7399.54
-3.02446e+06; 15787.8; 21747.5; 7399.54
-3.02446e+06; 16155; 21881.9; 7399.54
-3.02446e+06; 16522.1; 22016.4; 7399.54
-3.02446e+06; 16889.3; 22150.8; 7399.54
-3.02446e+06; 17256.4; 22285.2; 7399.54
-3.02446e+06; 17623.6; 22419.7; 7399.54
-3.02446e+06; 17990.8; 22554.1; 7399.54
-3.02446e+06; 18357.9; 22688.5; 7399.54
-
-3.0416e+06; 0; 16050.6; 7441.47
-3.0416e+06; 365.812; 16185.2; 7441.47
-3.0416e+06; 731.625; 16319.9; 7441.47
-3.0416e+06; 1097.44; 16454.5; 7441.47
-3.0416e+06; 1463.25; 16589.1; 7441.47
-3.0416e+06; 1829.06; 16723.8; 7441.47
-3.0416e+06; 2194.87; 16858.4; 7441.47
-3.0416e+06; 2560.69; 16993.1; 7441.47
-3.0416e+06; 2926.5; 17127.7; 7441.47
-3.0416e+06; 3292.31; 17262.4; 7441.47
-3.0416e+06; 3658.12; 17397; 7441.47
-3.0416e+06; 4023.94; 17531.6; 7441.47
-3.0416e+06; 4389.75; 17666.3; 7441.47
-3.0416e+06; 4755.56; 17800.9; 7441.47
-3.0416e+06; 5121.37; 17935.6; 7441.47
-3.0416e+06; 5487.19; 18070.2; 7441.47
-3.0416e+06; 5853; 18204.9; 7441.47
-3.0416e+06; 6218.81; 18339.5; 7441.47
-3.0416e+06; 6584.62; 18474.1; 7441.47
-3.0416e+06; 6950.44; 18608.8; 7441.47
-3.0416e+06; 7316.25; 18743.4; 7441.47
-3.0416e+06; 7682.06; 18878.1; 7441.47
-3.0416e+06; 8047.87; 19012.7; 7441.47
-3.0416e+06; 8413.69; 19147.3; 7441.47
-3.0416e+06; 8779.5; 19282; 7441.47
-3.0416e+06; 9145.31; 19416.6; 7441.47
-3.0416e+06; 9511.12; 19551.3; 7441.47
-3.0416e+06; 9876.94; 19685.9; 7441.47
-3.0416e+06; 10242.7; 19820.6; 7441.47
-3.0416e+06; 10608.6; 19955.2; 7441.47
-3.0416e+06; 10974.4; 20089.8; 7441.47
-3.0416e+06; 11340.2; 20224.5; 7441.47
-3.0416e+06; 11706; 20359.1; 7441.47
-3.0416e+06; 12071.8; 20493.8; 7441.47
-3.0416e+06; 12437.6; 20628.4; 7441.47
-3.0416e+06; 12803.4; 20763.1; 7441.47
-3.0416e+06; 13169.2; 20897.7; 7441.47
-3.0416e+06; 13535.1; 21032.3; 7441.47
-3.0416e+06; 13900.9; 21167; 7441.47
-3.0416e+06; 14266.7; 21301.6; 7441.47
-3.0416e+06; 14632.5; 21436.3; 7441.47
-3.0416e+06; 14998.3; 21570.9; 7441.47
-3.0416e+06; 15364.1; 21705.5; 7441.47
-3.0416e+06; 15729.9; 21840.2; 7441.47
-3.0416e+06; 16095.7; 21974.8; 7441.47
-3.0416e+06; 16461.6; 22109.5; 7441.47
-3.0416e+06; 16827.4; 22244.1; 7441.47
-3.0416e+06; 17193.2; 22378.8; 7441.47
-3.0416e+06; 17559; 22513.4; 7441.47
-3.0416e+06; 17924.8; 22648; 7441.47
-3.0416e+06; 18290.6; 22782.7; 7441.47
-
-3.05874e+06; 0; 16134.4; 7483.4
-3.05874e+06; 364.467; 16269.2; 7483.4
-3.05874e+06; 728.933; 16404.1; 7483.4
-3.05874e+06; 1093.4; 16538.9; 7483.4
-3.05874e+06; 1457.87; 16673.8; 7483.4
-3.05874e+06; 1822.33; 16808.6; 7483.4
-3.05874e+06; 2186.8; 16943.5; 7483.4
-3.05874e+06; 2551.27; 17078.3; 7483.4
-3.05874e+06; 2915.73; 17213.2; 7483.4
-3.05874e+06; 3280.2; 17348; 7483.4
-3.05874e+06; 3644.67; 17482.8; 7483.4
-3.05874e+06; 4009.13; 17617.7; 7483.4
-3.05874e+06; 4373.6; 17752.5; 7483.4
-3.05874e+06; 4738.07; 17887.4; 7483.4
-3.05874e+06; 5102.53; 18022.2; 7483.4
-3.05874e+06; 5467; 18157.1; 7483.4
-3.05874e+06; 5831.47; 18291.9; 7483.4
-3.05874e+06; 6195.93; 18426.8; 7483.4
-3.05874e+06; 6560.4; 18561.6; 7483.4
-3.05874e+06; 6924.87; 18696.5; 7483.4
-3.05874e+06; 7289.33; 18831.3; 7483.4
-3.05874e+06; 7653.8; 18966.2; 7483.4
-3.05874e+06; 8018.27; 19101; 7483.4
-3.05874e+06; 8382.73; 19235.9; 7483.4
-3.05874e+06; 8747.2; 19370.7; 7483.4
-3.05874e+06; 9111.67; 19505.6; 7483.4
-3.05874e+06; 9476.13; 19640.4; 7483.4
-3.05874e+06; 9840.6; 19775.2; 7483.4
-3.05874e+06; 10205.1; 19910.1; 7483.4
-3.05874e+06; 10569.5; 20044.9; 7483.4
-3.05874e+06; 10934; 20179.8; 7483.4
-3.05874e+06; 11298.5; 20314.6; 7483.4
-3.05874e+06; 11662.9; 20449.5; 7483.4
-3.05874e+06; 12027.4; 20584.3; 7483.4
-3.05874e+06; 12391.9; 20719.2; 7483.4
-3.05874e+06; 12756.3; 20854; 7483.4
-3.05874e+06; 13120.8; 20988.9; 7483.4
-3.05874e+06; 13485.3; 21123.7; 7483.4
-3.05874e+06; 13849.7; 21258.6; 7483.4
-3.05874e+06; 14214.2; 21393.4; 7483.4
-3.05874e+06; 14578.7; 21528.3; 7483.4
-3.05874e+06; 14943.1; 21663.1; 7483.4
-3.05874e+06; 15307.6; 21798; 7483.4
-3.05874e+06; 15672.1; 21932.8; 7483.4
-3.05874e+06; 16036.5; 22067.7; 7483.4
-3.05874e+06; 16401; 22202.5; 7483.4
-3.05874e+06; 16765.5; 22337.3; 7483.4
-3.05874e+06; 17129.9; 22472.2; 7483.4
-3.05874e+06; 17494.4; 22607; 7483.4
-3.05874e+06; 17858.9; 22741.9; 7483.4
-3.05874e+06; 18223.3; 22876.7; 7483.4
-
-3.07588e+06; 0; 16218.3; 7525.33
-3.07588e+06; 363.121; 16353.3; 7525.33
-3.07588e+06; 726.242; 16488.4; 7525.33
-3.07588e+06; 1089.36; 16623.4; 7525.33
-3.07588e+06; 1452.48; 16758.5; 7525.33
-3.07588e+06; 1815.6; 16893.5; 7525.33
-3.07588e+06; 2178.72; 17028.6; 7525.33
-3.07588e+06; 2541.85; 17163.6; 7525.33
-3.07588e+06; 2904.97; 17298.7; 7525.33
-3.07588e+06; 3268.09; 17433.7; 7525.33
-3.07588e+06; 3631.21; 17568.8; 7525.33
-3.07588e+06; 3994.33; 17703.8; 7525.33
-3.07588e+06; 4357.45; 17838.9; 7525.33
-3.07588e+06; 4720.57; 17973.9; 7525.33
-3.07588e+06; 5083.69; 18109; 7525.33
-3.07588e+06; 5446.81; 18244; 7525.33
-3.07588e+06; 5809.93; 18379; 7525.33
-3.07588e+06; 6173.05; 18514.1; 7525.33
-3.07588e+06; 6536.17; 18649.1; 7525.33
-3.07588e+06; 6899.3; 18784.2; 7525.33
-3.07588e+06; 7262.42; 18919.2; 7525.33
-3.07588e+06; 7625.54; 19054.3; 7525.33
-3.07588e+06; 7988.66; 19189.3; 7525.33
-3.07588e+06; 8351.78; 19324.4; 7525.33
-3.07588e+06; 8714.9; 19459.4; 7525.33
-3.07588e+06; 9078.02; 19594.5; 7525.33
-3.07588e+06; 9441.14; 19729.5; 7525.33
-3.07588e+06; 9804.26; 19864.6; 7525.33
-3.07588e+06; 10167.4; 19999.6; 7525.33
-3.07588e+06; 10530.5; 20134.7; 7525.33
-3.07588e+06; 10893.6; 20269.7; 7525.33
-3.07588e+06; 11256.7; 20404.8; 7525.33
-3.07588e+06; 11619.9; 20539.8; 7525.33
-3.07588e+06; 11983; 20674.9; 7525.33
-3.07588e+06; 12346.1; 20809.9; 7525.33
-3.07588e+06; 12709.2; 20945; 7525.33
-3.07588e+06; 13072.3; 21080; 7525.33
-3.07588e+06; 13435.5; 21215.1; 7525.33
-3.07588e+06; 13798.6; 21350.1; 7525.33
-3.07588e+06; 14161.7; 21485.2; 7525.33
-3.07588e+06; 14524.8; 21620.2; 7525.33
-3.07588e+06; 14888; 21755.2; 7525.33
-3.07588e+06; 15251.1; 21890.3; 7525.33
-3.07588e+06; 15614.2; 22025.3; 7525.33
-3.07588e+06; 15977.3; 22160.4; 7525.33
-3.07588e+06; 16340.4; 22295.4; 7525.33
-3.07588e+06; 16703.6; 22430.5; 7525.33
-3.07588e+06; 17066.7; 22565.5; 7525.33
-3.07588e+06; 17429.8; 22700.6; 7525.33
-3.07588e+06; 17792.9; 22835.6; 7525.33
-3.07588e+06; 18156; 22970.7; 7525.33
-
-3.09302e+06; 0; 16302.3; 7567.27
-3.09302e+06; 361.775; 16437.5; 7567.27
-3.09302e+06; 723.55; 16572.8; 7567.27
-3.09302e+06; 1085.32; 16708; 7567.27
-3.09302e+06; 1447.1; 16843.3; 7567.27
-3.09302e+06; 1808.87; 16978.5; 7567.27
-3.09302e+06; 2170.65; 17113.8; 7567.27
-3.09302e+06; 2532.42; 17249; 7567.27
-3.09302e+06; 2894.2; 17384.3; 7567.27
-3.09302e+06; 3255.97; 17519.5; 7567.27
-3.09302e+06; 3617.75; 17654.7; 7567.27
-3.09302e+06; 3979.52; 17790; 7567.27
-3.09302e+06; 4341.3; 17925.2; 7567.27
-3.09302e+06; 4703.07; 18060.5; 7567.27
-3.09302e+06; 5064.85; 18195.7; 7567.27
-3.09302e+06; 5426.62; 18331; 7567.27
-3.09302e+06; 5788.4; 18466.2; 7567.27
-3.09302e+06; 6150.17; 18601.5; 7567.27
-3.09302e+06; 6511.95; 18736.7; 7567.27
-3.09302e+06; 6873.72; 18871.9; 7567.27
-3.09302e+06; 7235.5; 19007.2; 7567.27
-3.09302e+06; 7597.27; 19142.4; 7567.27
-3.09302e+06; 7959.05; 19277.7; 7567.27
-3.09302e+06; 8320.82; 19412.9; 7567.27
-3.09302e+06; 8682.6; 19548.2; 7567.27
-3.09302e+06; 9044.37; 19683.4; 7567.27
-3.09302e+06; 9406.15; 19818.7; 7567.27
-3.09302e+06; 9767.92; 19953.9; 7567.27
-3.09302e+06; 10129.7; 20089.1; 7567.27
-3.09302e+06; 10491.5; 20224.4; 7567.27
-3.09302e+06; 10853.2; 20359.6; 7567.27
-3.09302e+06; 11215; 20494.9; 7567.27
-3.09302e+06; 11576.8; 20630.1; 7567.27
-3.09302e+06; 11938.6; 20765.4; 7567.27
-3.09302e+06; 12300.3; 20900.6; 7567.27
-3.09302e+06; 12662.1; 21035.9; 7567.27
-3.09302e+06; 13023.9; 21171.1; 7567.27
-3.09302e+06; 13385.7; 21306.3; 7567.27
-3.09302e+06; 13747.4; 21441.6; 7567.27
-3.09302e+06; 14109.2; 21576.8; 7567.27
-3.09302e+06; 14471; 21712.1; 7567.27
-3.09302e+06; 14832.8; 21847.3; 7567.27
-3.09302e+06; 15194.5; 21982.6; 7567.27
-3.09302e+06; 15556.3; 22117.8; 7567.27
-3.09302e+06; 15918.1; 22253.1; 7567.27
-3.09302e+06; 16279.9; 22388.3; 7567.27
-3.09302e+06; 16641.6; 22523.5; 7567.27
-3.09302e+06; 17003.4; 22658.8; 7567.27
-3.09302e+06; 17365.2; 22794; 7567.27
-3.09302e+06; 17727; 22929.3; 7567.27
-3.09302e+06; 18088.7; 23064.5; 7567.27
-
-3.11016e+06; 0; 16386.4; 7609.2
-3.11016e+06; 360.429; 16521.9; 7609.2
-3.11016e+06; 720.858; 16657.3; 7609.2
-3.11016e+06; 1081.29; 16792.7; 7609.2
-3.11016e+06; 1441.72; 16928.2; 7609.2
-3.11016e+06; 1802.15; 17063.6; 7609.2
-3.11016e+06; 2162.57; 17199; 7609.2
-3.11016e+06; 2523; 17334.5; 7609.2
-3.11016e+06; 2883.43; 17469.9; 7609.2
-3.11016e+06; 3243.86; 17605.3; 7609.2
-3.11016e+06; 3604.29; 17740.8; 7609.2
-3.11016e+06; 3964.72; 17876.2; 7609.2
-3.11016e+06; 4325.15; 18011.7; 7609.2
-3.11016e+06; 4685.58; 18147.1; 7609.2
-3.11016e+06; 5046.01; 18282.5; 7609.2
-3.11016e+06; 5406.44; 18418; 7609.2
-3.11016e+06; 5766.87; 18553.4; 7609.2
-3.11016e+06; 6127.3; 18688.8; 7609.2
-3.11016e+06; 6487.72; 18824.3; 7609.2
-3.11016e+06; 6848.15; 18959.7; 7609.2
-3.11016e+06; 7208.58; 19095.2; 7609.2
-3.11016e+06; 7569.01; 19230.6; 7609.2
-3.11016e+06; 7929.44; 19366; 7609.2
-3.11016e+06; 8289.87; 19501.5; 7609.2
-3.11016e+06; 8650.3; 19636.9; 7609.2
-3.11016e+06; 9010.73; 19772.3; 7609.2
-3.11016e+06; 9371.16; 19907.8; 7609.2
-3.11016e+06; 9731.59; 20043.2; 7609.2
-3.11016e+06; 10092; 20178.6; 7609.2
-3.11016e+06; 10452.4; 20314.1; 7609.2
-3.11016e+06; 10812.9; 20449.5; 7609.2
-3.11016e+06; 11173.3; 20585; 7609.2
-3.11016e+06; 11533.7; 20720.4; 7609.2
-3.11016e+06; 11894.2; 20855.8; 7609.2
-3.11016e+06; 12254.6; 20991.3; 7609.2
-3.11016e+06; 12615; 21126.7; 7609.2
-3.11016e+06; 12975.4; 21262.1; 7609.2
-3.11016e+06; 13335.9; 21397.6; 7609.2
-3.11016e+06; 13696.3; 21533; 7609.2
-3.11016e+06; 14056.7; 21668.4; 7609.2
-3.11016e+06; 14417.2; 21803.9; 7609.2
-3.11016e+06; 14777.6; 21939.3; 7609.2
-3.11016e+06; 15138; 22074.8; 7609.2
-3.11016e+06; 15498.5; 22210.2; 7609.2
-3.11016e+06; 15858.9; 22345.6; 7609.2
-3.11016e+06; 16219.3; 22481.1; 7609.2
-3.11016e+06; 16579.7; 22616.5; 7609.2
-3.11016e+06; 16940.2; 22751.9; 7609.2
-3.11016e+06; 17300.6; 22887.4; 7609.2
-3.11016e+06; 17661; 23022.8; 7609.2
-3.11016e+06; 18021.5; 23158.3; 7609.2
-
-3.1273e+06; 0; 16470.7; 7651.13
-3.1273e+06; 359.083; 16606.3; 7651.13
-3.1273e+06; 718.167; 16741.9; 7651.13
-3.1273e+06; 1077.25; 16877.5; 7651.13
-3.1273e+06; 1436.33; 17013.2; 7651.13
-3.1273e+06; 1795.42; 17148.8; 7651.13
-3.1273e+06; 2154.5; 17284.4; 7651.13
-3.1273e+06; 2513.58; 17420; 7651.13
-3.1273e+06; 2872.67; 17555.6; 7651.13
-3.1273e+06; 3231.75; 17691.3; 7651.13
-3.1273e+06; 3590.83; 17826.9; 7651.13
-3.1273e+06; 3949.92; 17962.5; 7651.13
-3.1273e+06; 4309; 18098.1; 7651.13
-3.1273e+06; 4668.08; 18233.8; 7651.13
-3.1273e+06; 5027.17; 18369.4; 7651.13
-3.1273e+06; 5386.25; 18505; 7651.13
-3.1273e+06; 5745.33; 18640.6; 7651.13
-3.1273e+06; 6104.42; 18776.3; 7651.13
-3.1273e+06; 6463.5; 18911.9; 7651.13
-3.1273e+06; 6822.58; 19047.5; 7651.13
-3.1273e+06; 7181.67; 19183.1; 7651.13
-3.1273e+06; 7540.75; 19318.8; 7651.13
-3.1273e+06; 7899.83; 19454.4; 7651.13
-3.1273e+06; 8258.92; 19590; 7651.13
-3.1273e+06; 8618; 19725.6; 7651.13
-3.1273e+06; 8977.08; 19861.3; 7651.13
-3.1273e+06; 9336.17; 19996.9; 7651.13
-3.1273e+06; 9695.25; 20132.5; 7651.13
-3.1273e+06; 10054.3; 20268.1; 7651.13
-3.1273e+06; 10413.4; 20403.8; 7651.13
-3.1273e+06; 10772.5; 20539.4; 7651.13
-3.1273e+06; 11131.6; 20675; 7651.13
-3.1273e+06; 11490.7; 20810.6; 7651.13
-3.1273e+06; 11849.7; 20946.3; 7651.13
-3.1273e+06; 12208.8; 21081.9; 7651.13
-3.1273e+06; 12567.9; 21217.5; 7651.13
-3.1273e+06; 12927; 21353.1; 7651.13
-3.1273e+06; 13286.1; 21488.8; 7651.13
-3.1273e+06; 13645.2; 21624.4; 7651.13
-3.1273e+06; 14004.2; 21760; 7651.13
-3.1273e+06; 14363.3; 21895.6; 7651.13
-3.1273e+06; 14722.4; 22031.3; 7651.13
-3.1273e+06; 15081.5; 22166.9; 7651.13
-3.1273e+06; 15440.6; 22302.5; 7651.13
-3.1273e+06; 15799.7; 22438.1; 7651.13
-3.1273e+06; 16158.7; 22573.8; 7651.13
-3.1273e+06; 16517.8; 22709.4; 7651.13
-3.1273e+06; 16876.9; 22845; 7651.13
-3.1273e+06; 17236; 22980.6; 7651.13
-3.1273e+06; 17595.1; 23116.3; 7651.13
-3.1273e+06; 17954.2; 23251.9; 7651.13
-
-3.14444e+06; 0; 16555; 7693.06
-3.14444e+06; 357.737; 16690.8; 7693.06
-3.14444e+06; 715.475; 16826.6; 7693.06
-3.14444e+06; 1073.21; 16962.4; 7693.06
-3.14444e+06; 1430.95; 17098.2; 7693.06
-3.14444e+06; 1788.69; 17234; 7693.06
-3.14444e+06; 2146.42; 17369.8; 7693.06
-3.14444e+06; 2504.16; 17505.6; 7693.06
-3.14444e+06; 2861.9; 17641.5; 7693.06
-3.14444e+06; 3219.64; 17777.3; 7693.06
-3.14444e+06; 3577.37; 17913.1; 7693.06
-3.14444e+06; 3935.11; 18048.9; 7693.06
-3.14444e+06; 4292.85; 18184.7; 7693.06
-3.14444e+06; 4650.59; 18320.5; 7693.06
-3.14444e+06; 5008.32; 18456.3; 7693.06
-3.14444e+06; 5366.06; 18592.1; 7693.06
-3.14444e+06; 5723.8; 18727.9; 7693.06
-3.14444e+06; 6081.54; 18863.7; 7693.06
-3.14444e+06; 6439.27; 18999.5; 7693.06
-3.14444e+06; 6797.01; 19135.3; 7693.06
-3.14444e+06; 7154.75; 19271.2; 7693.06
-3.14444e+06; 7512.49; 19407; 7693.06
-3.14444e+06; 7870.22; 19542.8; 7693.06
-3.14444e+06; 8227.96; 19678.6; 7693.06
-3.14444e+06; 8585.7; 19814.4; 7693.06
-3.14444e+06; 8943.44; 19950.2; 7693.06
-3.14444e+06; 9301.17; 20086; 7693.06
-3.14444e+06; 9658.91; 20221.8; 7693.06
-3.14444e+06; 10016.6; 20357.6; 7693.06
-3.14444e+06; 10374.4; 20493.4; 7693.06
-3.14444e+06; 10732.1; 20629.2; 7693.06
-3.14444e+06; 11089.9; 20765; 7693.06
-3.14444e+06; 11447.6; 20900.9; 7693.06
-3.14444e+06; 11805.3; 21036.7; 7693.06
-3.14444e+06; 12163.1; 21172.5; 7693.06
-3.14444e+06; 12520.8; 21308.3; 7693.06
-3.14444e+06; 12878.5; 21444.1; 7693.06
-3.14444e+06; 13236.3; 21579.9; 7693.06
-3.14444e+06; 13594; 21715.7; 7693.06
-3.14444e+06; 13951.8; 21851.5; 7693.06
-3.14444e+06; 14309.5; 21987.3; 7693.06
-3.14444e+06; 14667.2; 22123.1; 7693.06
-3.14444e+06; 15025; 22258.9; 7693.06
-3.14444e+06; 15382.7; 22394.7; 7693.06
-3.14444e+06; 15740.4; 22530.5; 7693.06
-3.14444e+06; 16098.2; 22666.4; 7693.06
-3.14444e+06; 16455.9; 22802.2; 7693.06
-3.14444e+06; 16813.7; 22938; 7693.06
-3.14444e+06; 17171.4; 23073.8; 7693.06
-3.14444e+06; 17529.1; 23209.6; 7693.06
-3.14444e+06; 17886.9; 23345.4; 7693.06
-
-3.16158e+06; 0; 16639.4; 7735
-3.16158e+06; 356.392; 16775.4; 7735
-3.16158e+06; 712.783; 16911.4; 7735
-3.16158e+06; 1069.17; 17047.4; 7735
-3.16158e+06; 1425.57; 17183.4; 7735
-3.16158e+06; 1781.96; 17319.4; 7735
-3.16158e+06; 2138.35; 17455.4; 7735
-3.16158e+06; 2494.74; 17591.4; 7735
-3.16158e+06; 2851.13; 17727.3; 7735
-3.16158e+06; 3207.52; 17863.3; 7735
-3.16158e+06; 3563.92; 17999.3; 7735
-3.16158e+06; 3920.31; 18135.3; 7735
-3.16158e+06; 4276.7; 18271.3; 7735
-3.16158e+06; 4633.09; 18407.3; 7735
-3.16158e+06; 4989.48; 18543.3; 7735
-3.16158e+06; 5345.87; 18679.3; 7735
-3.16158e+06; 5702.27; 18815.2; 7735
-3.16158e+06; 6058.66; 18951.2; 7735
-3.16158e+06; 6415.05; 19087.2; 7735
-3.16158e+06; 6771.44; 19223.2; 7735
-3.16158e+06; 7127.83; 19359.2; 7735
-3.16158e+06; 7484.22; 19495.2; 7735
-3.16158e+06; 7840.62; 19631.2; 7735
-3.16158e+06; 8197.01; 19767.2; 7735
-3.16158e+06; 8553.4; 19903.1; 7735
-3.16158e+06; 8909.79; 20039.1; 7735
-3.16158e+06; 9266.18; 20175.1; 7735
-3.16158e+06; 9622.57; 20311.1; 7735
-3.16158e+06; 9978.97; 20447.1; 7735
-3.16158e+06; 10335.4; 20583.1; 7735
-3.16158e+06; 10691.7; 20719.1; 7735
-3.16158e+06; 11048.1; 20855.1; 7735
-3.16158e+06; 11404.5; 20991; 7735
-3.16158e+06; 11760.9; 21127; 7735
-3.16158e+06; 12117.3; 21263; 7735
-3.16158e+06; 12473.7; 21399; 7735
-3.16158e+06; 12830.1; 21535; 7735
-3.16158e+06; 13186.5; 21671; 7735
-3.16158e+06; 13542.9; 21807; 7735
-3.16158e+06; 13899.3; 21942.9; 7735
-3.16158e+06; 14255.7; 22078.9; 7735
-3.16158e+06; 14612.1; 22214.9; 7735
-3.16158e+06; 14968.4; 22350.9; 7735
-3.16158e+06; 15324.8; 22486.9; 7735
-3.16158e+06; 15681.2; 22622.9; 7735
-3.16158e+06; 16037.6; 22758.9; 7735
-3.16158e+06; 16394; 22894.9; 7735
-3.16158e+06; 16750.4; 23030.8; 7735
-3.16158e+06; 17106.8; 23166.8; 7735
-3.16158e+06; 17463.2; 23302.8; 7735
-3.16158e+06; 17819.6; 23438.8; 7735
-
-3.17872e+06; 0; 16724; 7776.93
-3.17872e+06; 355.046; 16860.2; 7776.93
-3.17872e+06; 710.092; 16996.3; 7776.93
-3.17872e+06; 1065.14; 17132.5; 7776.93
-3.17872e+06; 1420.18; 17268.7; 7776.93
-3.17872e+06; 1775.23; 17404.8; 7776.93
-3.17872e+06; 2130.27; 17541; 7776.93
-3.17872e+06; 2485.32; 17677.1; 7776.93
-3.17872e+06; 2840.37; 17813.3; 7776.93
-3.17872e+06; 3195.41; 17949.5; 7776.93
-3.17872e+06; 3550.46; 18085.6; 7776.93
-3.17872e+06; 3905.5; 18221.8; 7776.93
-3.17872e+06; 4260.55; 18357.9; 7776.93
-3.17872e+06; 4615.6; 18494.1; 7776.93
-3.17872e+06; 4970.64; 18630.3; 7776.93
-3.17872e+06; 5325.69; 18766.4; 7776.93
-3.17872e+06; 5680.73; 18902.6; 7776.93
-3.17872e+06; 6035.78; 19038.8; 7776.93
-3.17872e+06; 6390.82; 19174.9; 7776.93
-3.17872e+06; 6745.87; 19311.1; 7776.93
-3.17872e+06; 7100.92; 19447.2; 7776.93
-3.17872e+06; 7455.96; 19583.4; 7776.93
-3.17872e+06; 7811.01; 19719.6; 7776.93
-3.17872e+06; 8166.05; 19855.7; 7776.93
-3.17872e+06; 8521.1; 19991.9; 7776.93
-3.17872e+06; 8876.15; 20128.1; 7776.93
-3.17872e+06; 9231.19; 20264.2; 7776.93
-3.17872e+06; 9586.24; 20400.4; 7776.93
-3.17872e+06; 9941.28; 20536.5; 7776.93
-3.17872e+06; 10296.3; 20672.7; 7776.93
-3.17872e+06; 10651.4; 20808.9; 7776.93
-3.17872e+06; 11006.4; 20945; 7776.93
-3.17872e+06; 11361.5; 21081.2; 7776.93
-3.17872e+06; 11716.5; 21217.4; 7776.93
-3.17872e+06; 12071.6; 21353.5; 7776.93
-3.17872e+06; 12426.6; 21489.7; 7776.93
-3.17872e+06; 12781.6; 21625.8; 7776.93
-3.17872e+06; 13136.7; 21762; 7776.93
-3.17872e+06; 13491.7; 21898.2; 7776.93
-3.17872e+06; 13846.8; 22034.3; 7776.93
-3.17872e+06; 14201.8; 22170.5; 7776.93
-3.17872e+06; 14556.9; 22306.7; 7776.93
-3.17872e+06; 14911.9; 22442.8; 7776.93
-3.17872e+06; 15267; 22579; 7776.93
-3.17872e+06; 15622; 22715.1; 7776.93
-3.17872e+06; 15977.1; 22851.3; 7776.93
-3.17872e+06; 16332.1; 22987.5; 7776.93
-3.17872e+06; 16687.2; 23123.6; 7776.93
-3.17872e+06; 17042.2; 23259.8; 7776.93
-3.17872e+06; 17397.2; 23396; 7776.93
-3.17872e+06; 17752.3; 23532.1; 7776.93
-
-3.19586e+06; 0; 16808.7; 7818.86
-3.19586e+06; 353.7; 16945; 7818.86
-3.19586e+06; 707.4; 17081.3; 7818.86
-3.19586e+06; 1061.1; 17217.7; 7818.86
-3.19586e+06; 1414.8; 17354; 7818.86
-3.19586e+06; 1768.5; 17490.3; 7818.86
-3.19586e+06; 2122.2; 17626.7; 7818.86
-3.19586e+06; 2475.9; 17763; 7818.86
-3.19586e+06; 2829.6; 17899.3; 7818.86
-3.19586e+06; 3183.3; 18035.7; 7818.86
-3.19586e+06; 3537; 18172; 7818.86
-3.19586e+06; 3890.7; 18308.3; 7818.86
-3.19586e+06; 4244.4; 18444.7; 7818.86
-3.19586e+06; 4598.1; 18581; 7818.86
-3.19586e+06; 4951.8; 18717.3; 7818.86
-3.19586e+06; 5305.5; 18853.7; 7818.86
-3.19586e+06; 5659.2; 18990; 7818.86
-3.19586e+06; 6012.9; 19126.3; 7818.86
-3.19586e+06; 6366.6; 19262.7; 7818.86
-3.19586e+06; 6720.3; 19399; 7818.86
-3.19586e+06; 7074; 19535.3; 7818.86
-3.19586e+06; 7427.7; 19671.7; 7818.86
-3.19586e+06; 7781.4; 19808; 7818.86
-3.19586e+06; 8135.1; 19944.3; 7818.86
-3.19586e+06; 8488.8; 20080.7; 7818.86
-3.19586e+06; 8842.5; 20217; 7818.86
-3.19586e+06; 9196.2; 20353.3; 7818.86
-3.19586e+06; 9549.9; 20489.7; 7818.86
-3.19586e+06; 9903.6; 20626; 7818.86
-3.19586e+06; 10257.3; 20762.3; 7818.86
-3.19586e+06; 10611; 20898.7; 7818.86
-3.19586e+06; 10964.7; 21035; 7818.86
-3.19586e+06; 11318.4; 21171.3; 7818.86
-3.19586e+06; 11672.1; 21307.7; 7818.86
-3.19586e+06; 12025.8; 21444; 7818.86
-3.19586e+06; 12379.5; 21580.3; 7818.86
-3.19586e+06; 12733.2; 21716.7; 7818.86
-3.19586e+06; 13086.9; 21853; 7818.86
-3.19586e+06; 13440.6; 21989.3; 7818.86
-3.19586e+06; 13794.3; 22125.7; 7818.86
-3.19586e+06; 14148; 22262; 7818.86
-3.19586e+06; 14501.7; 22398.3; 7818.86
-3.19586e+06; 14855.4; 22534.6; 7818.86
-3.19586e+06; 15209.1; 22671; 7818.86
-3.19586e+06; 15562.8; 22807.3; 7818.86
-3.19586e+06; 15916.5; 22943.6; 7818.86
-3.19586e+06; 16270.2; 23080; 7818.86
-3.19586e+06; 16623.9; 23216.3; 7818.86
-3.19586e+06; 16977.6; 23352.6; 7818.86
-3.19586e+06; 17331.3; 23489; 7818.86
-3.19586e+06; 17685; 23625.3; 7818.86
-
-3.213e+06; 0; 16893.4; 7860.79
-3.213e+06; 352.354; 17029.9; 7860.79
-3.213e+06; 704.708; 17166.4; 7860.79
-3.213e+06; 1057.06; 17302.9; 7860.79
-3.213e+06; 1409.42; 17439.4; 7860.79
-3.213e+06; 1761.77; 17575.9; 7860.79
-3.213e+06; 2114.12; 17712.4; 7860.79
-3.213e+06; 2466.48; 17848.9; 7860.79
-3.213e+06; 2818.83; 17985.4; 7860.79
-3.213e+06; 3171.19; 18121.9; 7860.79
-3.213e+06; 3523.54; 18258.4; 7860.79
-3.213e+06; 3875.9; 18394.9; 7860.79
-3.213e+06; 4228.25; 18531.4; 7860.79
-3.213e+06; 4580.6; 18667.9; 7860.79
-3.213e+06; 4932.96; 18804.4; 7860.79
-3.213e+06; 5285.31; 18940.9; 7860.79
-3.213e+06; 5637.67; 19077.4; 7860.79
-3.213e+06; 5990.02; 19213.9; 7860.79
-3.213e+06; 6342.37; 19350.4; 7860.79
-3.213e+06; 6694.73; 19486.9; 7860.79
-3.213e+06; 7047.08; 19623.4; 7860.79
-3.213e+06; 7399.44; 19759.9; 7860.79
-3.213e+06; 7751.79; 19896.4; 7860.79
-3.213e+06; 8104.15; 20032.9; 7860.79
-3.213e+06; 8456.5; 20169.4; 7860.79
-3.213e+06; 8808.85; 20305.9; 7860.79
-3.213e+06; 9161.21; 20442.4; 7860.79
-3.213e+06; 9513.56; 20578.9; 7860.79
-3.213e+06; 9865.92; 20715.4; 7860.79
-3.213e+06; 10218.3; 20851.9; 7860.79
-3.213e+06; 10570.6; 20988.4; 7860.79
-3.213e+06; 10923; 21124.9; 7860.79
-3.213e+06; 11275.3; 21261.4; 7860.79
-3.213e+06; 11627.7; 21397.9; 7860.79
-3.213e+06; 11980; 21534.4; 7860.79
-3.213e+06; 12332.4; 21670.9; 7860.79
-3.213e+06; 12684.7; 21807.4; 7860.79
-3.213e+06; 13037.1; 21943.9; 7860.79
-3.213e+06; 13389.5; 22080.4; 7860.79
-3.213e+06; 13741.8; 22216.9; 7860.79
-3.213e+06; 14094.2; 22353.4; 7860.79
-3.213e+06; 14446.5; 22489.9; 7860.79
-3.213e+06; 14798.9; 22626.4; 7860.79
-3.213e+06; 15151.2; 22762.9; 7860.79
-3.213e+06; 15503.6; 22899.4; 7860.79
-3.213e+06; 15855.9; 23035.9; 7860.79
-3.213e+06; 16208.3; 23172.4; 7860.79
-3.213e+06; 16560.6; 23308.9; 7860.79
-3.213e+06; 16913; 23445.4; 7860.79
-3.213e+06; 17265.4; 23581.9; 7860.79
-3.213e+06; 17617.7; 23718.4; 7860.79
-
-3.27037e+06; 0; 17178.1; 8001.17
-3.27037e+06; 338.26; 17311.3; 8001.17
-3.27037e+06; 676.52; 17444.5; 8001.17
-3.27037e+06; 1014.78; 17577.8; 8001.17
-3.27037e+06; 1353.04; 17711; 8001.17
-3.27037e+06; 1691.3; 17844.3; 8001.17
-3.27037e+06; 2029.56; 17977.5; 8001.17
-3.27037e+06; 2367.82; 18110.8; 8001.17
-3.27037e+06; 2706.08; 18244; 8001.17
-3.27037e+06; 3044.34; 18377.3; 8001.17
-3.27037e+06; 3382.6; 18510.5; 8001.17
-3.27037e+06; 3720.86; 18643.8; 8001.17
-3.27037e+06; 4059.12; 18777; 8001.17
-3.27037e+06; 4397.38; 18910.3; 8001.17
-3.27037e+06; 4735.64; 19043.5; 8001.17
-3.27037e+06; 5073.9; 19176.8; 8001.17
-3.27037e+06; 5412.16; 19310; 8001.17
-3.27037e+06; 5750.42; 19443.2; 8001.17
-3.27037e+06; 6088.68; 19576.5; 8001.17
-3.27037e+06; 6426.94; 19709.7; 8001.17
-3.27037e+06; 6765.2; 19843; 8001.17
-3.27037e+06; 7103.46; 19976.2; 8001.17
-3.27037e+06; 7441.72; 20109.5; 8001.17
-3.27037e+06; 7779.98; 20242.7; 8001.17
-3.27037e+06; 8118.24; 20376; 8001.17
-3.27037e+06; 8456.5; 20509.2; 8001.17
-3.27037e+06; 8794.76; 20642.5; 8001.17
-3.27037e+06; 9133.02; 20775.7; 8001.17
-3.27037e+06; 9471.28; 20909; 8001.17
-3.27037e+06; 9809.54; 21042.2; 8001.17
-3.27037e+06; 10147.8; 21175.5; 8001.17
-3.27037e+06; 10486.1; 21308.7; 8001.17
-3.27037e+06; 10824.3; 21441.9; 8001.17
-3.27037e+06; 11162.6; 21575.2; 8001.17
-3.27037e+06; 11500.8; 21708.4; 8001.17
-3.27037e+06; 11839.1; 21841.7; 8001.17
-3.27037e+06; 12177.4; 21974.9; 8001.17
-3.27037e+06; 12515.6; 22108.2; 8001.17
-3.27037e+06; 12853.9; 22241.4; 8001.17
-3.27037e+06; 13192.1; 22374.7; 8001.17
-3.27037e+06; 13530.4; 22507.9; 8001.17
-3.27037e+06; 13868.7; 22641.2; 8001.17
-3.27037e+06; 14206.9; 22774.4; 8001.17
-3.27037e+06; 14545.2; 22907.7; 8001.17
-3.27037e+06; 14883.4; 23040.9; 8001.17
-3.27037e+06; 15221.7; 23174.2; 8001.17
-3.27037e+06; 15560; 23307.4; 8001.17
-3.27037e+06; 15898.2; 23440.6; 8001.17
-3.27037e+06; 16236.5; 23573.9; 8001.17
-3.27037e+06; 16574.7; 23707.1; 8001.17
-3.27037e+06; 16913; 23840.4; 8001.17
-
-3.32775e+06; 0; 17463.9; 8141.55
-3.32775e+06; 324.166; 17593.7; 8141.55
-3.32775e+06; 648.332; 17723.5; 8141.55
-3.32775e+06; 972.497; 17853.3; 8141.55
-3.32775e+06; 1296.66; 17983.2; 8141.55
-3.32775e+06; 1620.83; 18113; 8141.55
-3.32775e+06; 1944.99; 18242.8; 8141.55
-3.32775e+06; 2269.16; 18372.6; 8141.55
-3.32775e+06; 2593.33; 18502.4; 8141.55
-3.32775e+06; 2917.49; 18632.3; 8141.55
-3.32775e+06; 3241.66; 18762.1; 8141.55
-3.32775e+06; 3565.82; 18891.9; 8141.55
-3.32775e+06; 3889.99; 19021.7; 8141.55
-3.32775e+06; 4214.16; 19151.5; 8141.55
-3.32775e+06; 4538.32; 19281.4; 8141.55
-3.32775e+06; 4862.49; 19411.2; 8141.55
-3.32775e+06; 5186.65; 19541; 8141.55
-3.32775e+06; 5510.82; 19670.8; 8141.55
-3.32775e+06; 5834.98; 19800.6; 8141.55
-3.32775e+06; 6159.15; 19930.5; 8141.55
-3.32775e+06; 6483.32; 20060.3; 8141.55
-3.32775e+06; 6807.48; 20190.1; 8141.55
-3.32775e+06; 7131.65; 20319.9; 8141.55
-3.32775e+06; 7455.81; 20449.7; 8141.55
-3.32775e+06; 7779.98; 20579.6; 8141.55
-3.32775e+06; 8104.15; 20709.4; 8141.55
-3.32775e+06; 8428.31; 20839.2; 8141.55
-3.32775e+06; 8752.48; 20969; 8141.55
-3.32775e+06; 9076.64; 21098.8; 8141.55
-3.32775e+06; 9400.81; 21228.7; 8141.55
-3.32775e+06; 9724.97; 21358.5; 8141.55
-3.32775e+06; 10049.1; 21488.3; 8141.55
-3.32775e+06; 10373.3; 21618.1; 8141.55
-3.32775e+06; 10697.5; 21747.9; 8141.55
-3.32775e+06; 11021.6; 21877.8; 8141.55
-3.32775e+06; 11345.8; 22007.6; 8141.55
-3.32775e+06; 11670; 22137.4; 8141.55
-3.32775e+06; 11994.1; 22267.2; 8141.55
-3.32775e+06; 12318.3; 22397; 8141.55
-3.32775e+06; 12642.5; 22526.8; 8141.55
-3.32775e+06; 12966.6; 22656.7; 8141.55
-3.32775e+06; 13290.8; 22786.5; 8141.55
-3.32775e+06; 13615; 22916.3; 8141.55
-3.32775e+06; 13939.1; 23046.1; 8141.55
-3.32775e+06; 14263.3; 23175.9; 8141.55
-3.32775e+06; 14587.5; 23305.8; 8141.55
-3.32775e+06; 14911.6; 23435.6; 8141.55
-3.32775e+06; 15235.8; 23565.4; 8141.55
-3.32775e+06; 15560; 23695.2; 8141.55
-3.32775e+06; 15884.1; 23825; 8141.55
-3.32775e+06; 16208.3; 23954.9; 8141.55
-
-3.38513e+06; 0; 17751; 8281.93
-3.38513e+06; 310.072; 17877.2; 8281.93
-3.38513e+06; 620.143; 18003.4; 8281.93
-3.38513e+06; 930.215; 18129.6; 8281.93
-3.38513e+06; 1240.29; 18255.8; 8281.93
-3.38513e+06; 1550.36; 18382; 8281.93
-3.38513e+06; 1860.43; 18508.3; 8281.93
-3.38513e+06; 2170.5; 18634.5; 8281.93
-3.38513e+06; 2480.57; 18760.7; 8281.93
-3.38513e+06; 2790.64; 18886.9; 8281.93
-3.38513e+06; 3100.72; 19013.1; 8281.93
-3.38513e+06; 3410.79; 19139.3; 8281.93
-3.38513e+06; 3720.86; 19265.6; 8281.93
-3.38513e+06; 4030.93; 19391.8; 8281.93
-3.38513e+06; 4341; 19518; 8281.93
-3.38513e+06; 4651.07; 19644.2; 8281.93
-3.38513e+06; 4961.15; 19770.4; 8281.93
-3.38513e+06; 5271.22; 19896.6; 8281.93
-3.38513e+06; 5581.29; 20022.9; 8281.93
-3.38513e+06; 5891.36; 20149.1; 8281.93
-3.38513e+06; 6201.43; 20275.3; 8281.93
-3.38513e+06; 6511.5; 20401.5; 8281.93
-3.38513e+06; 6821.58; 20527.7; 8281.93
-3.38513e+06; 7131.65; 20653.9; 8281.93
-3.38513e+06; 7441.72; 20780.1; 8281.93
-3.38513e+06; 7751.79; 20906.4; 8281.93
-3.38513e+06; 8061.86; 21032.6; 8281.93
-3.38513e+06; 8371.93; 21158.8; 8281.93
-3.38513e+06; 8682.01; 21285; 8281.93
-3.38513e+06; 8992.08; 21411.2; 8281.93
-3.38513e+06; 9302.15; 21537.4; 8281.93
-3.38513e+06; 9612.22; 21663.7; 8281.93
-3.38513e+06; 9922.29; 21789.9; 8281.93
-3.38513e+06; 10232.4; 21916.1; 8281.93
-3.38513e+06; 10542.4; 22042.3; 8281.93
-3.38513e+06; 10852.5; 22168.5; 8281.93
-3.38513e+06; 11162.6; 22294.7; 8281.93
-3.38513e+06; 11472.7; 22421; 8281.93
-3.38513e+06; 11782.7; 22547.2; 8281.93
-3.38513e+06; 12092.8; 22673.4; 8281.93
-3.38513e+06; 12402.9; 22799.6; 8281.93
-3.38513e+06; 12712.9; 22925.8; 8281.93
-3.38513e+06; 13023; 23052; 8281.93
-3.38513e+06; 13333.1; 23178.3; 8281.93
-3.38513e+06; 13643.2; 23304.5; 8281.93
-3.38513e+06; 13953.2; 23430.7; 8281.93
-3.38513e+06; 14263.3; 23556.9; 8281.93
-3.38513e+06; 14573.4; 23683.1; 8281.93
-3.38513e+06; 14883.4; 23809.3; 8281.93
-3.38513e+06; 15193.5; 23935.6; 8281.93
-3.38513e+06; 15503.6; 24061.8; 8281.93
-
-3.44251e+06; 0; 18039.3; 8422.31
-3.44251e+06; 295.977; 18161.7; 8422.31
-3.44251e+06; 591.955; 18284.1; 8422.31
-3.44251e+06; 887.932; 18406.6; 8422.31
-3.44251e+06; 1183.91; 18529; 8422.31
-3.44251e+06; 1479.89; 18651.4; 8422.31
-3.44251e+06; 1775.86; 18773.9; 8422.31
-3.44251e+06; 2071.84; 18896.3; 8422.31
-3.44251e+06; 2367.82; 19018.8; 8422.31
-3.44251e+06; 2663.8; 19141.2; 8422.31
-3.44251e+06; 2959.77; 19263.6; 8422.31
-3.44251e+06; 3255.75; 19386.1; 8422.31
-3.44251e+06; 3551.73; 19508.5; 8422.31
-3.44251e+06; 3847.71; 19630.9; 8422.31
-3.44251e+06; 4143.68; 19753.4; 8422.31
-3.44251e+06; 4439.66; 19875.8; 8422.31
-3.44251e+06; 4735.64; 19998.2; 8422.31
-3.44251e+06; 5031.62; 20120.7; 8422.31
-3.44251e+06; 5327.59; 20243.1; 8422.31
-3.44251e+06; 5623.57; 20365.6; 8422.31
-3.44251e+06; 5919.55; 20488; 8422.31
-3.44251e+06; 6215.53; 20610.4; 8422.31
-3.44251e+06; 6511.5; 20732.9; 8422.31
-3.44251e+06; 6807.48; 20855.3; 8422.31
-3.44251e+06; 7103.46; 20977.7; 8422.31
-3.44251e+06; 7399.44; 21100.2; 8422.31
-3.44251e+06; 7695.41; 21222.6; 8422.31
-3.44251e+06; 7991.39; 21345; 8422.31
-3.44251e+06; 8287.37; 21467.5; 8422.31
-3.44251e+06; 8583.35; 21589.9; 8422.31
-3.44251e+06; 8879.32; 21712.3; 8422.31
-3.44251e+06; 9175.3; 21834.8; 8422.31
-3.44251e+06; 9471.28; 21957.2; 8422.31
-3.44251e+06; 9767.26; 22079.7; 8422.31
-3.44251e+06; 10063.2; 22202.1; 8422.31
-3.44251e+06; 10359.2; 22324.5; 8422.31
-3.44251e+06; 10655.2; 22447; 8422.31
-3.44251e+06; 10951.2; 22569.4; 8422.31
-3.44251e+06; 11247.1; 22691.8; 8422.31
-3.44251e+06; 11543.1; 22814.3; 8422.31
-3.44251e+06; 11839.1; 22936.7; 8422.31
-3.44251e+06; 12135.1; 23059.1; 8422.31
-3.44251e+06; 12431.1; 23181.6; 8422.31
-3.44251e+06; 12727; 23304; 8422.31
-3.44251e+06; 13023; 23426.5; 8422.31
-3.44251e+06; 13319; 23548.9; 8422.31
-3.44251e+06; 13615; 23671.3; 8422.31
-3.44251e+06; 13910.9; 23793.8; 8422.31
-3.44251e+06; 14206.9; 23916.2; 8422.31
-3.44251e+06; 14502.9; 24038.6; 8422.31
-3.44251e+06; 14798.9; 24161.1; 8422.31
-
-3.49988e+06; 0; 18328.8; 8562.68
-3.49988e+06; 281.883; 18447.3; 8562.68
-3.49988e+06; 563.767; 18565.8; 8562.68
-3.49988e+06; 845.65; 18684.3; 8562.68
-3.49988e+06; 1127.53; 18802.7; 8562.68
-3.49988e+06; 1409.42; 18921.2; 8562.68
-3.49988e+06; 1691.3; 19039.7; 8562.68
-3.49988e+06; 1973.18; 19158.2; 8562.68
-3.49988e+06; 2255.07; 19276.6; 8562.68
-3.49988e+06; 2536.95; 19395.1; 8562.68
-3.49988e+06; 2818.83; 19513.6; 8562.68
-3.49988e+06; 3100.72; 19632.1; 8562.68
-3.49988e+06; 3382.6; 19750.5; 8562.68
-3.49988e+06; 3664.48; 19869; 8562.68
-3.49988e+06; 3946.37; 19987.5; 8562.68
-3.49988e+06; 4228.25; 20106; 8562.68
-3.49988e+06; 4510.13; 20224.5; 8562.68
-3.49988e+06; 4792.02; 20342.9; 8562.68
-3.49988e+06; 5073.9; 20461.4; 8562.68
-3.49988e+06; 5355.78; 20579.9; 8562.68
-3.49988e+06; 5637.67; 20698.4; 8562.68
-3.49988e+06; 5919.55; 20816.8; 8562.68
-3.49988e+06; 6201.43; 20935.3; 8562.68
-3.49988e+06; 6483.32; 21053.8; 8562.68
-3.49988e+06; 6765.2; 21172.3; 8562.68
-3.49988e+06; 7047.08; 21290.8; 8562.68
-3.49988e+06; 7328.97; 21409.2; 8562.68
-3.49988e+06; 7610.85; 21527.7; 8562.68
-3.49988e+06; 7892.73; 21646.2; 8562.68
-3.49988e+06; 8174.62; 21764.7; 8562.68
-3.49988e+06; 8456.5; 21883.1; 8562.68
-3.49988e+06; 8738.38; 22001.6; 8562.68
-3.49988e+06; 9020.27; 22120.1; 8562.68
-3.49988e+06; 9302.15; 22238.6; 8562.68
-3.49988e+06; 9584.03; 22357.1; 8562.68
-3.49988e+06; 9865.92; 22475.5; 8562.68
-3.49988e+06; 10147.8; 22594; 8562.68
-3.49988e+06; 10429.7; 22712.5; 8562.68
-3.49988e+06; 10711.6; 22831; 8562.68
-3.49988e+06; 10993.4; 22949.4; 8562.68
-3.49988e+06; 11275.3; 23067.9; 8562.68
-3.49988e+06; 11557.2; 23186.4; 8562.68
-3.49988e+06; 11839.1; 23304.9; 8562.68
-3.49988e+06; 12121; 23423.4; 8562.68
-3.49988e+06; 12402.9; 23541.8; 8562.68
-3.49988e+06; 12684.7; 23660.3; 8562.68
-3.49988e+06; 12966.6; 23778.8; 8562.68
-3.49988e+06; 13248.5; 23897.3; 8562.68
-3.49988e+06; 13530.4; 24015.7; 8562.68
-3.49988e+06; 13812.3; 24134.2; 8562.68
-3.49988e+06; 14094.2; 24252.7; 8562.68
-
-3.55726e+06; 0; 18619.6; 8703.06
-3.55726e+06; 267.789; 18734; 8703.06
-3.55726e+06; 535.578; 18848.3; 8703.06
-3.55726e+06; 803.367; 18962.6; 8703.06
-3.55726e+06; 1071.16; 19077; 8703.06
-3.55726e+06; 1338.95; 19191.3; 8703.06
-3.55726e+06; 1606.73; 19305.7; 8703.06
-3.55726e+06; 1874.52; 19420; 8703.06
-3.55726e+06; 2142.31; 19534.3; 8703.06
-3.55726e+06; 2410.1; 19648.7; 8703.06
-3.55726e+06; 2677.89; 19763; 8703.06
-3.55726e+06; 2945.68; 19877.4; 8703.06
-3.55726e+06; 3213.47; 19991.7; 8703.06
-3.55726e+06; 3481.26; 20106; 8703.06
-3.55726e+06; 3749.05; 20220.4; 8703.06
-3.55726e+06; 4016.84; 20334.7; 8703.06
-3.55726e+06; 4284.63; 20449.1; 8703.06
-3.55726e+06; 4552.42; 20563.4; 8703.06
-3.55726e+06; 4820.2; 20677.7; 8703.06
-3.55726e+06; 5087.99; 20792.1; 8703.06
-3.55726e+06; 5355.78; 20906.4; 8703.06
-3.55726e+06; 5623.57; 21020.8; 8703.06
-3.55726e+06; 5891.36; 21135.1; 8703.06
-3.55726e+06; 6159.15; 21249.4; 8703.06
-3.55726e+06; 6426.94; 21363.8; 8703.06
-3.55726e+06; 6694.73; 21478.1; 8703.06
-3.55726e+06; 6962.52; 21592.4; 8703.06
-3.55726e+06; 7230.31; 21706.8; 8703.06
-3.55726e+06; 7498.1; 21821.1; 8703.06
-3.55726e+06; 7765.89; 21935.5; 8703.06
-3.55726e+06; 8033.67; 22049.8; 8703.06
-3.55726e+06; 8301.46; 22164.1; 8703.06
-3.55726e+06; 8569.25; 22278.5; 8703.06
-3.55726e+06; 8837.04; 22392.8; 8703.06
-3.55726e+06; 9104.83; 22507.2; 8703.06
-3.55726e+06; 9372.62; 22621.5; 8703.06
-3.55726e+06; 9640.41; 22735.8; 8703.06
-3.55726e+06; 9908.2; 22850.2; 8703.06
-3.55726e+06; 10176; 22964.5; 8703.06
-3.55726e+06; 10443.8; 23078.9; 8703.06
-3.55726e+06; 10711.6; 23193.2; 8703.06
-3.55726e+06; 10979.4; 23307.5; 8703.06
-3.55726e+06; 11247.1; 23421.9; 8703.06
-3.55726e+06; 11514.9; 23536.2; 8703.06
-3.55726e+06; 11782.7; 23650.6; 8703.06
-3.55726e+06; 12050.5; 23764.9; 8703.06
-3.55726e+06; 12318.3; 23879.2; 8703.06
-3.55726e+06; 12586.1; 23993.6; 8703.06
-3.55726e+06; 12853.9; 24107.9; 8703.06
-3.55726e+06; 13121.7; 24222.3; 8703.06
-3.55726e+06; 13389.5; 24336.6; 8703.06
-
-3.61464e+06; 0; 18911.7; 8843.44
-3.61464e+06; 253.695; 19021.7; 8843.44
-3.61464e+06; 507.39; 19131.7; 8843.44
-3.61464e+06; 761.085; 19241.7; 8843.44
-3.61464e+06; 1014.78; 19351.8; 8843.44
-3.61464e+06; 1268.47; 19461.8; 8843.44
-3.61464e+06; 1522.17; 19571.8; 8843.44
-3.61464e+06; 1775.86; 19681.8; 8843.44
-3.61464e+06; 2029.56; 19791.8; 8843.44
-3.61464e+06; 2283.25; 19901.9; 8843.44
-3.61464e+06; 2536.95; 20011.9; 8843.44
-3.61464e+06; 2790.64; 20121.9; 8843.44
-3.61464e+06; 3044.34; 20231.9; 8843.44
-3.61464e+06; 3298.03; 20342; 8843.44
-3.61464e+06; 3551.73; 20452; 8843.44
-3.61464e+06; 3805.42; 20562; 8843.44
-3.61464e+06; 4059.12; 20672; 8843.44
-3.61464e+06; 4312.81; 20782; 8843.44
-3.61464e+06; 4566.51; 20892.1; 8843.44
-3.61464e+06; 4820.2; 21002.1; 8843.44
-3.61464e+06; 5073.9; 21112.1; 8843.44
-3.61464e+06; 5327.59; 21222.1; 8843.44
-3.61464e+06; 5581.29; 21332.1; 8843.44
-3.61464e+06; 5834.98; 21442.2; 8843.44
-3.61464e+06; 6088.68; 21552.2; 8843.44
-3.61464e+06; 6342.37; 21662.2; 8843.44
-3.61464e+06; 6596.07; 21772.2; 8843.44
-3.61464e+06; 6849.76; 21882.2; 8843.44
-3.61464e+06; 7103.46; 21992.3; 8843.44
-3.61464e+06; 7357.15; 22102.3; 8843.44
-3.61464e+06; 7610.85; 22212.3; 8843.44
-3.61464e+06; 7864.54; 22322.3; 8843.44
-3.61464e+06; 8118.24; 22432.3; 8843.44
-3.61464e+06; 8371.93; 22542.4; 8843.44
-3.61464e+06; 8625.63; 22652.4; 8843.44
-3.61464e+06; 8879.32; 22762.4; 8843.44
-3.61464e+06; 9133.02; 22872.4; 8843.44
-3.61464e+06; 9386.71; 22982.4; 8843.44
-3.61464e+06; 9640.41; 23092.5; 8843.44
-3.61464e+06; 9894.1; 23202.5; 8843.44
-3.61464e+06; 10147.8; 23312.5; 8843.44
-3.61464e+06; 10401.5; 23422.5; 8843.44
-3.61464e+06; 10655.2; 23532.6; 8843.44
-3.61464e+06; 10908.9; 23642.6; 8843.44
-3.61464e+06; 11162.6; 23752.6; 8843.44
-3.61464e+06; 11416.3; 23862.6; 8843.44
-3.61464e+06; 11670; 23972.6; 8843.44
-3.61464e+06; 11923.7; 24082.7; 8843.44
-3.61464e+06; 12177.4; 24192.7; 8843.44
-3.61464e+06; 12431.1; 24302.7; 8843.44
-3.61464e+06; 12684.7; 24412.7; 8843.44
-
-3.67202e+06; 0; 19205.6; 8983.82
-3.67202e+06; 239.601; 19311.1; 8983.82
-3.67202e+06; 479.202; 19416.6; 8983.82
-3.67202e+06; 718.802; 19522.1; 8983.82
-3.67202e+06; 958.403; 19627.7; 8983.82
-3.67202e+06; 1198; 19733.2; 8983.82
-3.67202e+06; 1437.6; 19838.7; 8983.82
-3.67202e+06; 1677.21; 19944.2; 8983.82
-3.67202e+06; 1916.81; 20049.8; 8983.82
-3.67202e+06; 2156.41; 20155.3; 8983.82
-3.67202e+06; 2396.01; 20260.8; 8983.82
-3.67202e+06; 2635.61; 20366.3; 8983.82
-3.67202e+06; 2875.21; 20471.8; 8983.82
-3.67202e+06; 3114.81; 20577.4; 8983.82
-3.67202e+06; 3354.41; 20682.9; 8983.82
-3.67202e+06; 3594.01; 20788.4; 8983.82
-3.67202e+06; 3833.61; 20893.9; 8983.82
-3.67202e+06; 4073.21; 20999.5; 8983.82
-3.67202e+06; 4312.81; 21105; 8983.82
-3.67202e+06; 4552.42; 21210.5; 8983.82
-3.67202e+06; 4792.02; 21316; 8983.82
-3.67202e+06; 5031.62; 21421.6; 8983.82
-3.67202e+06; 5271.22; 21527.1; 8983.82
-3.67202e+06; 5510.82; 21632.6; 8983.82
-3.67202e+06; 5750.42; 21738.1; 8983.82
-3.67202e+06; 5990.02; 21843.6; 8983.82
-3.67202e+06; 6229.62; 21949.2; 8983.82
-3.67202e+06; 6469.22; 22054.7; 8983.82
-3.67202e+06; 6708.82; 22160.2; 8983.82
-3.67202e+06; 6948.42; 22265.7; 8983.82
-3.67202e+06; 7188.02; 22371.3; 8983.82
-3.67202e+06; 7427.63; 22476.8; 8983.82
-3.67202e+06; 7667.23; 22582.3; 8983.82
-3.67202e+06; 7906.83; 22687.8; 8983.82
-3.67202e+06; 8146.43; 22793.4; 8983.82
-3.67202e+06; 8386.03; 22898.9; 8983.82
-3.67202e+06; 8625.63; 23004.4; 8983.82
-3.67202e+06; 8865.23; 23109.9; 8983.82
-3.67202e+06; 9104.83; 23215.4; 8983.82
-3.67202e+06; 9344.43; 23321; 8983.82
-3.67202e+06; 9584.03; 23426.5; 8983.82
-3.67202e+06; 9823.63; 23532; 8983.82
-3.67202e+06; 10063.2; 23637.5; 8983.82
-3.67202e+06; 10302.8; 23743.1; 8983.82
-3.67202e+06; 10542.4; 23848.6; 8983.82
-3.67202e+06; 10782; 23954.1; 8983.82
-3.67202e+06; 11021.6; 24059.6; 8983.82
-3.67202e+06; 11261.2; 24165.2; 8983.82
-3.67202e+06; 11500.8; 24270.7; 8983.82
-3.67202e+06; 11740.4; 24376.2; 8983.82
-3.67202e+06; 11980; 24481.7; 8983.82
-
-3.7294e+06; 0; 19500.2; 9124.19
-3.7294e+06; 225.507; 19601; 9124.19
-3.7294e+06; 451.013; 19701.9; 9124.19
-3.7294e+06; 676.52; 19802.7; 9124.19
-3.7294e+06; 902.027; 19903.6; 9124.19
-3.7294e+06; 1127.53; 20004.4; 9124.19
-3.7294e+06; 1353.04; 20105.2; 9124.19
-3.7294e+06; 1578.55; 20206.1; 9124.19
-3.7294e+06; 1804.05; 20306.9; 9124.19
-3.7294e+06; 2029.56; 20407.8; 9124.19
-3.7294e+06; 2255.07; 20508.6; 9124.19
-3.7294e+06; 2480.57; 20609.4; 9124.19
-3.7294e+06; 2706.08; 20710.3; 9124.19
-3.7294e+06; 2931.59; 20811.1; 9124.19
-3.7294e+06; 3157.09; 20912; 9124.19
-3.7294e+06; 3382.6; 21012.8; 9124.19
-3.7294e+06; 3608.11; 21113.6; 9124.19
-3.7294e+06; 3833.61; 21214.5; 9124.19
-3.7294e+06; 4059.12; 21315.3; 9124.19
-3.7294e+06; 4284.63; 21416.2; 9124.19
-3.7294e+06; 4510.13; 21517; 9124.19
-3.7294e+06; 4735.64; 21617.8; 9124.19
-3.7294e+06; 4961.15; 21718.7; 9124.19
-3.7294e+06; 5186.65; 21819.5; 9124.19
-3.7294e+06; 5412.16; 21920.4; 9124.19
-3.7294e+06; 5637.67; 22021.2; 9124.19
-3.7294e+06; 5863.17; 22122; 9124.19
-3.7294e+06; 6088.68; 22222.9; 9124.19
-3.7294e+06; 6314.19; 22323.7; 9124.19
-3.7294e+06; 6539.69; 22424.6; 9124.19
-3.7294e+06; 6765.2; 22525.4; 9124.19
-3.7294e+06; 6990.71; 22626.2; 9124.19
-3.7294e+06; 7216.21; 22727.1; 9124.19
-3.7294e+06; 7441.72; 22827.9; 9124.19
-3.7294e+06; 7667.23; 22928.8; 9124.19
-3.7294e+06; 7892.73; 23029.6; 9124.19
-3.7294e+06; 8118.24; 23130.4; 9124.19
-3.7294e+06; 8343.75; 23231.3; 9124.19
-3.7294e+06; 8569.25; 23332.1; 9124.19
-3.7294e+06; 8794.76; 23432.9; 9124.19
-3.7294e+06; 9020.27; 23533.8; 9124.19
-3.7294e+06; 9245.77; 23634.6; 9124.19
-3.7294e+06; 9471.28; 23735.5; 9124.19
-3.7294e+06; 9696.79; 23836.3; 9124.19
-3.7294e+06; 9922.29; 23937.1; 9124.19
-3.7294e+06; 10147.8; 24038; 9124.19
-3.7294e+06; 10373.3; 24138.8; 9124.19
-3.7294e+06; 10598.8; 24239.7; 9124.19
-3.7294e+06; 10824.3; 24340.5; 9124.19
-3.7294e+06; 11049.8; 24441.3; 9124.19
-3.7294e+06; 11275.3; 24542.2; 9124.19
-
-3.78677e+06; 0; 19796.1; 9264.57
-3.78677e+06; 211.412; 19892.1; 9264.57
-3.78677e+06; 422.825; 19988.1; 9264.57
-3.78677e+06; 634.237; 20084; 9264.57
-3.78677e+06; 845.65; 20180; 9264.57
-3.78677e+06; 1057.06; 20276; 9264.57
-3.78677e+06; 1268.47; 20372; 9264.57
-3.78677e+06; 1479.89; 20467.9; 9264.57
-3.78677e+06; 1691.3; 20563.9; 9264.57
-3.78677e+06; 1902.71; 20659.9; 9264.57
-3.78677e+06; 2114.12; 20755.8; 9264.57
-3.78677e+06; 2325.54; 20851.8; 9264.57
-3.78677e+06; 2536.95; 20947.8; 9264.57
-3.78677e+06; 2748.36; 21043.8; 9264.57
-3.78677e+06; 2959.77; 21139.7; 9264.57
-3.78677e+06; 3171.19; 21235.7; 9264.57
-3.78677e+06; 3382.6; 21331.7; 9264.57
-3.78677e+06; 3594.01; 21427.6; 9264.57
-3.78677e+06; 3805.42; 21523.6; 9264.57
-3.78677e+06; 4016.84; 21619.6; 9264.57
-3.78677e+06; 4228.25; 21715.6; 9264.57
-3.78677e+06; 4439.66; 21811.5; 9264.57
-3.78677e+06; 4651.07; 21907.5; 9264.57
-3.78677e+06; 4862.49; 22003.5; 9264.57
-3.78677e+06; 5073.9; 22099.4; 9264.57
-3.78677e+06; 5285.31; 22195.4; 9264.57
-3.78677e+06; 5496.72; 22291.4; 9264.57
-3.78677e+06; 5708.14; 22387.4; 9264.57
-3.78677e+06; 5919.55; 22483.3; 9264.57
-3.78677e+06; 6130.96; 22579.3; 9264.57
-3.78677e+06; 6342.37; 22675.3; 9264.57
-3.78677e+06; 6553.79; 22771.2; 9264.57
-3.78677e+06; 6765.2; 22867.2; 9264.57
-3.78677e+06; 6976.61; 22963.2; 9264.57
-3.78677e+06; 7188.02; 23059.2; 9264.57
-3.78677e+06; 7399.44; 23155.1; 9264.57
-3.78677e+06; 7610.85; 23251.1; 9264.57
-3.78677e+06; 7822.26; 23347.1; 9264.57
-3.78677e+06; 8033.67; 23443.1; 9264.57
-3.78677e+06; 8245.09; 23539; 9264.57
-3.78677e+06; 8456.5; 23635; 9264.57
-3.78677e+06; 8667.91; 23731; 9264.57
-3.78677e+06; 8879.32; 23826.9; 9264.57
-3.78677e+06; 9090.74; 23922.9; 9264.57
-3.78677e+06; 9302.15; 24018.9; 9264.57
-3.78677e+06; 9513.56; 24114.9; 9264.57
-3.78677e+06; 9724.97; 24210.8; 9264.57
-3.78677e+06; 9936.39; 24306.8; 9264.57
-3.78677e+06; 10147.8; 24402.8; 9264.57
-3.78677e+06; 10359.2; 24498.7; 9264.57
-3.78677e+06; 10570.6; 24594.7; 9264.57
-
-3.84415e+06; 0; 20093.3; 9404.95
-3.84415e+06; 197.318; 20184.2; 9404.95
-3.84415e+06; 394.637; 20275.2; 9404.95
-3.84415e+06; 591.955; 20366.1; 9404.95
-3.84415e+06; 789.273; 20457; 9404.95
-3.84415e+06; 986.592; 20547.9; 9404.95
-3.84415e+06; 1183.91; 20638.8; 9404.95
-3.84415e+06; 1381.23; 20729.8; 9404.95
-3.84415e+06; 1578.55; 20820.7; 9404.95
-3.84415e+06; 1775.86; 20911.6; 9404.95
-3.84415e+06; 1973.18; 21002.5; 9404.95
-3.84415e+06; 2170.5; 21093.4; 9404.95
-3.84415e+06; 2367.82; 21184.3; 9404.95
-3.84415e+06; 2565.14; 21275.3; 9404.95
-3.84415e+06; 2762.46; 21366.2; 9404.95
-3.84415e+06; 2959.77; 21457.1; 9404.95
-3.84415e+06; 3157.09; 21548; 9404.95
-3.84415e+06; 3354.41; 21638.9; 9404.95
-3.84415e+06; 3551.73; 21729.9; 9404.95
-3.84415e+06; 3749.05; 21820.8; 9404.95
-3.84415e+06; 3946.37; 21911.7; 9404.95
-3.84415e+06; 4143.68; 22002.6; 9404.95
-3.84415e+06; 4341; 22093.5; 9404.95
-3.84415e+06; 4538.32; 22184.4; 9404.95
-3.84415e+06; 4735.64; 22275.4; 9404.95
-3.84415e+06; 4932.96; 22366.3; 9404.95
-3.84415e+06; 5130.28; 22457.2; 9404.95
-3.84415e+06; 5327.59; 22548.1; 9404.95
-3.84415e+06; 5524.91; 22639; 9404.95
-3.84415e+06; 5722.23; 22730; 9404.95
-3.84415e+06; 5919.55; 22820.9; 9404.95
-3.84415e+06; 6116.87; 22911.8; 9404.95
-3.84415e+06; 6314.19; 23002.7; 9404.95
-3.84415e+06; 6511.5; 23093.6; 9404.95
-3.84415e+06; 6708.82; 23184.5; 9404.95
-3.84415e+06; 6906.14; 23275.5; 9404.95
-3.84415e+06; 7103.46; 23366.4; 9404.95
-3.84415e+06; 7300.78; 23457.3; 9404.95
-3.84415e+06; 7498.1; 23548.2; 9404.95
-3.84415e+06; 7695.41; 23639.1; 9404.95
-3.84415e+06; 7892.73; 23730.1; 9404.95
-3.84415e+06; 8090.05; 23821; 9404.95
-3.84415e+06; 8287.37; 23911.9; 9404.95
-3.84415e+06; 8484.69; 24002.8; 9404.95
-3.84415e+06; 8682.01; 24093.7; 9404.95
-3.84415e+06; 8879.32; 24184.7; 9404.95
-3.84415e+06; 9076.64; 24275.6; 9404.95
-3.84415e+06; 9273.96; 24366.5; 9404.95
-3.84415e+06; 9471.28; 24457.4; 9404.95
-3.84415e+06; 9668.6; 24548.3; 9404.95
-3.84415e+06; 9865.92; 24639.2; 9404.95
-
-3.90153e+06; 0; 20391.8; 9545.33
-3.90153e+06; 183.224; 20477.5; 9545.33
-3.90153e+06; 366.448; 20563.2; 9545.33
-3.90153e+06; 549.672; 20648.8; 9545.33
-3.90153e+06; 732.897; 20734.5; 9545.33
-3.90153e+06; 916.121; 20820.2; 9545.33
-3.90153e+06; 1099.34; 20905.9; 9545.33
-3.90153e+06; 1282.57; 20991.6; 9545.33
-3.90153e+06; 1465.79; 21077.2; 9545.33
-3.90153e+06; 1649.02; 21162.9; 9545.33
-3.90153e+06; 1832.24; 21248.6; 9545.33
-3.90153e+06; 2015.47; 21334.3; 9545.33
-3.90153e+06; 2198.69; 21419.9; 9545.33
-3.90153e+06; 2381.91; 21505.6; 9545.33
-3.90153e+06; 2565.14; 21591.3; 9545.33
-3.90153e+06; 2748.36; 21677; 9545.33
-3.90153e+06; 2931.59; 21762.7; 9545.33
-3.90153e+06; 3114.81; 21848.3; 9545.33
-3.90153e+06; 3298.03; 21934; 9545.33
-3.90153e+06; 3481.26; 22019.7; 9545.33
-3.90153e+06; 3664.48; 22105.4; 9545.33
-3.90153e+06; 3847.71; 22191.1; 9545.33
-3.90153e+06; 4030.93; 22276.7; 9545.33
-3.90153e+06; 4214.16; 22362.4; 9545.33
-3.90153e+06; 4397.38; 22448.1; 9545.33
-3.90153e+06; 4580.6; 22533.8; 9545.33
-3.90153e+06; 4763.83; 22619.4; 9545.33
-3.90153e+06; 4947.05; 22705.1; 9545.33
-3.90153e+06; 5130.28; 22790.8; 9545.33
-3.90153e+06; 5313.5; 22876.5; 9545.33
-3.90153e+06; 5496.72; 22962.2; 9545.33
-3.90153e+06; 5679.95; 23047.8; 9545.33
-3.90153e+06; 5863.17; 23133.5; 9545.33
-3.90153e+06; 6046.4; 23219.2; 9545.33
-3.90153e+06; 6229.62; 23304.9; 9545.33
-3.90153e+06; 6412.85; 23390.5; 9545.33
-3.90153e+06; 6596.07; 23476.2; 9545.33
-3.90153e+06; 6779.29; 23561.9; 9545.33
-3.90153e+06; 6962.52; 23647.6; 9545.33
-3.90153e+06; 7145.74; 23733.3; 9545.33
-3.90153e+06; 7328.97; 23818.9; 9545.33
-3.90153e+06; 7512.19; 23904.6; 9545.33
-3.90153e+06; 7695.41; 23990.3; 9545.33
-3.90153e+06; 7878.64; 24076; 9545.33
-3.90153e+06; 8061.86; 24161.7; 9545.33
-3.90153e+06; 8245.09; 24247.3; 9545.33
-3.90153e+06; 8428.31; 24333; 9545.33
-3.90153e+06; 8611.54; 24418.7; 9545.33
-3.90153e+06; 8794.76; 24504.4; 9545.33
-3.90153e+06; 8977.98; 24590; 9545.33
-3.90153e+06; 9161.21; 24675.7; 9545.33
-
-3.95891e+06; 0; 20691.6; 9685.7
-3.95891e+06; 169.13; 20771.8; 9685.7
-3.95891e+06; 338.26; 20852.1; 9685.7
-3.95891e+06; 507.39; 20932.3; 9685.7
-3.95891e+06; 676.52; 21012.6; 9685.7
-3.95891e+06; 845.65; 21092.8; 9685.7
-3.95891e+06; 1014.78; 21173.1; 9685.7
-3.95891e+06; 1183.91; 21253.3; 9685.7
-3.95891e+06; 1353.04; 21333.6; 9685.7
-3.95891e+06; 1522.17; 21413.8; 9685.7
-3.95891e+06; 1691.3; 21494.1; 9685.7
-3.95891e+06; 1860.43; 21574.3; 9685.7
-3.95891e+06; 2029.56; 21654.6; 9685.7
-3.95891e+06; 2198.69; 21734.8; 9685.7
-3.95891e+06; 2367.82; 21815.1; 9685.7
-3.95891e+06; 2536.95; 21895.3; 9685.7
-3.95891e+06; 2706.08; 21975.6; 9685.7
-3.95891e+06; 2875.21; 22055.8; 9685.7
-3.95891e+06; 3044.34; 22136.1; 9685.7
-3.95891e+06; 3213.47; 22216.3; 9685.7
-3.95891e+06; 3382.6; 22296.6; 9685.7
-3.95891e+06; 3551.73; 22376.8; 9685.7
-3.95891e+06; 3720.86; 22457.1; 9685.7
-3.95891e+06; 3889.99; 22537.3; 9685.7
-3.95891e+06; 4059.12; 22617.6; 9685.7
-3.95891e+06; 4228.25; 22697.8; 9685.7
-3.95891e+06; 4397.38; 22778.1; 9685.7
-3.95891e+06; 4566.51; 22858.3; 9685.7
-3.95891e+06; 4735.64; 22938.6; 9685.7
-3.95891e+06; 4904.77; 23018.8; 9685.7
-3.95891e+06; 5073.9; 23099.1; 9685.7
-3.95891e+06; 5243.03; 23179.3; 9685.7
-3.95891e+06; 5412.16; 23259.6; 9685.7
-3.95891e+06; 5581.29; 23339.8; 9685.7
-3.95891e+06; 5750.42; 23420.1; 9685.7
-3.95891e+06; 5919.55; 23500.3; 9685.7
-3.95891e+06; 6088.68; 23580.6; 9685.7
-3.95891e+06; 6257.81; 23660.8; 9685.7
-3.95891e+06; 6426.94; 23741.1; 9685.7
-3.95891e+06; 6596.07; 23821.3; 9685.7
-3.95891e+06; 6765.2; 23901.6; 9685.7
-3.95891e+06; 6934.33; 23981.8; 9685.7
-3.95891e+06; 7103.46; 24062.1; 9685.7
-3.95891e+06; 7272.59; 24142.3; 9685.7
-3.95891e+06; 7441.72; 24222.6; 9685.7
-3.95891e+06; 7610.85; 24302.8; 9685.7
-3.95891e+06; 7779.98; 24383.1; 9685.7
-3.95891e+06; 7949.11; 24463.3; 9685.7
-3.95891e+06; 8118.24; 24543.6; 9685.7
-3.95891e+06; 8287.37; 24623.8; 9685.7
-3.95891e+06; 8456.5; 24704.1; 9685.7
-
-4.01628e+06; 0; 20992.7; 9826.08
-4.01628e+06; 155.036; 21067.3; 9826.08
-4.01628e+06; 310.072; 21141.9; 9826.08
-4.01628e+06; 465.107; 21216.6; 9826.08
-4.01628e+06; 620.143; 21291.2; 9826.08
-4.01628e+06; 775.179; 21365.8; 9826.08
-4.01628e+06; 930.215; 21440.5; 9826.08
-4.01628e+06; 1085.25; 21515.1; 9826.08
-4.01628e+06; 1240.29; 21589.7; 9826.08
-4.01628e+06; 1395.32; 21664.4; 9826.08
-4.01628e+06; 1550.36; 21739; 9826.08
-4.01628e+06; 1705.39; 21813.6; 9826.08
-4.01628e+06; 1860.43; 21888.3; 9826.08
-4.01628e+06; 2015.47; 21962.9; 9826.08
-4.01628e+06; 2170.5; 22037.5; 9826.08
-4.01628e+06; 2325.54; 22112.2; 9826.08
-4.01628e+06; 2480.57; 22186.8; 9826.08
-4.01628e+06; 2635.61; 22261.4; 9826.08
-4.01628e+06; 2790.64; 22336.1; 9826.08
-4.01628e+06; 2945.68; 22410.7; 9826.08
-4.01628e+06; 3100.72; 22485.3; 9826.08
-4.01628e+06; 3255.75; 22560; 9826.08
-4.01628e+06; 3410.79; 22634.6; 9826.08
-4.01628e+06; 3565.82; 22709.2; 9826.08
-4.01628e+06; 3720.86; 22783.9; 9826.08
-4.01628e+06; 3875.9; 22858.5; 9826.08
-4.01628e+06; 4030.93; 22933.1; 9826.08
-4.01628e+06; 4185.97; 23007.8; 9826.08
-4.01628e+06; 4341; 23082.4; 9826.08
-4.01628e+06; 4496.04; 23157; 9826.08
-4.01628e+06; 4651.07; 23231.7; 9826.08
-4.01628e+06; 4806.11; 23306.3; 9826.08
-4.01628e+06; 4961.15; 23380.9; 9826.08
-4.01628e+06; 5116.18; 23455.6; 9826.08
-4.01628e+06; 5271.22; 23530.2; 9826.08
-4.01628e+06; 5426.25; 23604.8; 9826.08
-4.01628e+06; 5581.29; 23679.5; 9826.08
-4.01628e+06; 5736.33; 23754.1; 9826.08
-4.01628e+06; 5891.36; 23828.7; 9826.08
-4.01628e+06; 6046.4; 23903.3; 9826.08
-4.01628e+06; 6201.43; 23978; 9826.08
-4.01628e+06; 6356.47; 24052.6; 9826.08
-4.01628e+06; 6511.5; 24127.2; 9826.08
-4.01628e+06; 6666.54; 24201.9; 9826.08
-4.01628e+06; 6821.58; 24276.5; 9826.08
-4.01628e+06; 6976.61; 24351.1; 9826.08
-4.01628e+06; 7131.65; 24425.8; 9826.08
-4.01628e+06; 7286.68; 24500.4; 9826.08
-4.01628e+06; 7441.72; 24575; 9826.08
-4.01628e+06; 7596.76; 24649.7; 9826.08
-4.01628e+06; 7751.79; 24724.3; 9826.08
-
-4.07366e+06; 0; 21295; 9966.46
-4.07366e+06; 140.942; 21363.9; 9966.46
-4.07366e+06; 281.883; 21432.7; 9966.46
-4.07366e+06; 422.825; 21501.5; 9966.46
-4.07366e+06; 563.767; 21570.3; 9966.46
-4.07366e+06; 704.708; 21639.2; 9966.46
-4.07366e+06; 845.65; 21708; 9966.46
-4.07366e+06; 986.592; 21776.8; 9966.46
-4.07366e+06; 1127.53; 21845.6; 9966.46
-4.07366e+06; 1268.47; 21914.5; 9966.46
-4.07366e+06; 1409.42; 21983.3; 9966.46
-4.07366e+06; 1550.36; 22052.1; 9966.46
-4.07366e+06; 1691.3; 22120.9; 9966.46
-4.07366e+06; 1832.24; 22189.8; 9966.46
-4.07366e+06; 1973.18; 22258.6; 9966.46
-4.07366e+06; 2114.12; 22327.4; 9966.46
-4.07366e+06; 2255.07; 22396.2; 9966.46
-4.07366e+06; 2396.01; 22465.1; 9966.46
-4.07366e+06; 2536.95; 22533.9; 9966.46
-4.07366e+06; 2677.89; 22602.7; 9966.46
-4.07366e+06; 2818.83; 22671.5; 9966.46
-4.07366e+06; 2959.77; 22740.4; 9966.46
-4.07366e+06; 3100.72; 22809.2; 9966.46
-4.07366e+06; 3241.66; 22878; 9966.46
-4.07366e+06; 3382.6; 22946.8; 9966.46
-4.07366e+06; 3523.54; 23015.7; 9966.46
-4.07366e+06; 3664.48; 23084.5; 9966.46
-4.07366e+06; 3805.42; 23153.3; 9966.46
-4.07366e+06; 3946.37; 23222.1; 9966.46
-4.07366e+06; 4087.31; 23291; 9966.46
-4.07366e+06; 4228.25; 23359.8; 9966.46
-4.07366e+06; 4369.19; 23428.6; 9966.46
-4.07366e+06; 4510.13; 23497.4; 9966.46
-4.07366e+06; 4651.07; 23566.3; 9966.46
-4.07366e+06; 4792.02; 23635.1; 9966.46
-4.07366e+06; 4932.96; 23703.9; 9966.46
-4.07366e+06; 5073.9; 23772.8; 9966.46
-4.07366e+06; 5214.84; 23841.6; 9966.46
-4.07366e+06; 5355.78; 23910.4; 9966.46
-4.07366e+06; 5496.72; 23979.2; 9966.46
-4.07366e+06; 5637.67; 24048.1; 9966.46
-4.07366e+06; 5778.61; 24116.9; 9966.46
-4.07366e+06; 5919.55; 24185.7; 9966.46
-4.07366e+06; 6060.49; 24254.5; 9966.46
-4.07366e+06; 6201.43; 24323.4; 9966.46
-4.07366e+06; 6342.37; 24392.2; 9966.46
-4.07366e+06; 6483.32; 24461; 9966.46
-4.07366e+06; 6624.26; 24529.8; 9966.46
-4.07366e+06; 6765.2; 24598.7; 9966.46
-4.07366e+06; 6906.14; 24667.5; 9966.46
-4.07366e+06; 7047.08; 24736.3; 9966.46
-
-4.13104e+06; 0; 21598.7; 10106.8
-4.13104e+06; 126.847; 21661.5; 10106.8
-4.13104e+06; 253.695; 21724.4; 10106.8
-4.13104e+06; 380.542; 21787.2; 10106.8
-4.13104e+06; 507.39; 21850; 10106.8
-4.13104e+06; 634.237; 21912.8; 10106.8
-4.13104e+06; 761.085; 21975.7; 10106.8
-4.13104e+06; 887.932; 22038.5; 10106.8
-4.13104e+06; 1014.78; 22101.3; 10106.8
-4.13104e+06; 1141.63; 22164.1; 10106.8
-4.13104e+06; 1268.47; 22227; 10106.8
-4.13104e+06; 1395.32; 22289.8; 10106.8
-4.13104e+06; 1522.17; 22352.6; 10106.8
-4.13104e+06; 1649.02; 22415.5; 10106.8
-4.13104e+06; 1775.86; 22478.3; 10106.8
-4.13104e+06; 1902.71; 22541.1; 10106.8
-4.13104e+06; 2029.56; 22603.9; 10106.8
-4.13104e+06; 2156.41; 22666.8; 10106.8
-4.13104e+06; 2283.25; 22729.6; 10106.8
-4.13104e+06; 2410.1; 22792.4; 10106.8
-4.13104e+06; 2536.95; 22855.2; 10106.8
-4.13104e+06; 2663.8; 22918.1; 10106.8
-4.13104e+06; 2790.64; 22980.9; 10106.8
-4.13104e+06; 2917.49; 23043.7; 10106.8
-4.13104e+06; 3044.34; 23106.5; 10106.8
-4.13104e+06; 3171.19; 23169.4; 10106.8
-4.13104e+06; 3298.03; 23232.2; 10106.8
-4.13104e+06; 3424.88; 23295; 10106.8
-4.13104e+06; 3551.73; 23357.8; 10106.8
-4.13104e+06; 3678.58; 23420.7; 10106.8
-4.13104e+06; 3805.42; 23483.5; 10106.8
-4.13104e+06; 3932.27; 23546.3; 10106.8
-4.13104e+06; 4059.12; 23609.2; 10106.8
-4.13104e+06; 4185.97; 23672; 10106.8
-4.13104e+06; 4312.81; 23734.8; 10106.8
-4.13104e+06; 4439.66; 23797.6; 10106.8
-4.13104e+06; 4566.51; 23860.5; 10106.8
-4.13104e+06; 4693.36; 23923.3; 10106.8
-4.13104e+06; 4820.2; 23986.1; 10106.8
-4.13104e+06; 4947.05; 24048.9; 10106.8
-4.13104e+06; 5073.9; 24111.8; 10106.8
-4.13104e+06; 5200.75; 24174.6; 10106.8
-4.13104e+06; 5327.59; 24237.4; 10106.8
-4.13104e+06; 5454.44; 24300.2; 10106.8
-4.13104e+06; 5581.29; 24363.1; 10106.8
-4.13104e+06; 5708.14; 24425.9; 10106.8
-4.13104e+06; 5834.98; 24488.7; 10106.8
-4.13104e+06; 5961.83; 24551.6; 10106.8
-4.13104e+06; 6088.68; 24614.4; 10106.8
-4.13104e+06; 6215.53; 24677.2; 10106.8
-4.13104e+06; 6342.37; 24740; 10106.8
-
-4.18842e+06; 0; 21903.7; 10247.2
-4.18842e+06; 112.753; 21960.3; 10247.2
-4.18842e+06; 225.507; 22017; 10247.2
-4.18842e+06; 338.26; 22073.6; 10247.2
-4.18842e+06; 451.013; 22130.2; 10247.2
-4.18842e+06; 563.767; 22186.9; 10247.2
-4.18842e+06; 676.52; 22243.5; 10247.2
-4.18842e+06; 789.273; 22300.1; 10247.2
-4.18842e+06; 902.027; 22356.8; 10247.2
-4.18842e+06; 1014.78; 22413.4; 10247.2
-4.18842e+06; 1127.53; 22470; 10247.2
-4.18842e+06; 1240.29; 22526.7; 10247.2
-4.18842e+06; 1353.04; 22583.3; 10247.2
-4.18842e+06; 1465.79; 22639.9; 10247.2
-4.18842e+06; 1578.55; 22696.6; 10247.2
-4.18842e+06; 1691.3; 22753.2; 10247.2
-4.18842e+06; 1804.05; 22809.9; 10247.2
-4.18842e+06; 1916.81; 22866.5; 10247.2
-4.18842e+06; 2029.56; 22923.1; 10247.2
-4.18842e+06; 2142.31; 22979.8; 10247.2
-4.18842e+06; 2255.07; 23036.4; 10247.2
-4.18842e+06; 2367.82; 23093; 10247.2
-4.18842e+06; 2480.57; 23149.7; 10247.2
-4.18842e+06; 2593.33; 23206.3; 10247.2
-4.18842e+06; 2706.08; 23262.9; 10247.2
-4.18842e+06; 2818.83; 23319.6; 10247.2
-4.18842e+06; 2931.59; 23376.2; 10247.2
-4.18842e+06; 3044.34; 23432.8; 10247.2
-4.18842e+06; 3157.09; 23489.5; 10247.2
-4.18842e+06; 3269.85; 23546.1; 10247.2
-4.18842e+06; 3382.6; 23602.7; 10247.2
-4.18842e+06; 3495.35; 23659.4; 10247.2
-4.18842e+06; 3608.11; 23716; 10247.2
-4.18842e+06; 3720.86; 23772.6; 10247.2
-4.18842e+06; 3833.61; 23829.3; 10247.2
-4.18842e+06; 3946.37; 23885.9; 10247.2
-4.18842e+06; 4059.12; 23942.5; 10247.2
-4.18842e+06; 4171.87; 23999.2; 10247.2
-4.18842e+06; 4284.63; 24055.8; 10247.2
-4.18842e+06; 4397.38; 24112.4; 10247.2
-4.18842e+06; 4510.13; 24169.1; 10247.2
-4.18842e+06; 4622.89; 24225.7; 10247.2
-4.18842e+06; 4735.64; 24282.3; 10247.2
-4.18842e+06; 4848.39; 24339; 10247.2
-4.18842e+06; 4961.15; 24395.6; 10247.2
-4.18842e+06; 5073.9; 24452.2; 10247.2
-4.18842e+06; 5186.65; 24508.9; 10247.2
-4.18842e+06; 5299.41; 24565.5; 10247.2
-4.18842e+06; 5412.16; 24622.1; 10247.2
-4.18842e+06; 5524.91; 24678.8; 10247.2
-4.18842e+06; 5637.67; 24735.4; 10247.2
-
-4.24579e+06; 0; 22210; 10387.6
-4.24579e+06; 98.6592; 22260.3; 10387.6
-4.24579e+06; 197.318; 22310.5; 10387.6
-4.24579e+06; 295.977; 22360.8; 10387.6
-4.24579e+06; 394.637; 22411; 10387.6
-4.24579e+06; 493.296; 22461.3; 10387.6
-4.24579e+06; 591.955; 22511.5; 10387.6
-4.24579e+06; 690.614; 22561.8; 10387.6
-4.24579e+06; 789.273; 22612; 10387.6
-4.24579e+06; 887.932; 22662.2; 10387.6
-4.24579e+06; 986.592; 22712.5; 10387.6
-4.24579e+06; 1085.25; 22762.7; 10387.6
-4.24579e+06; 1183.91; 22813; 10387.6
-4.24579e+06; 1282.57; 22863.2; 10387.6
-4.24579e+06; 1381.23; 22913.5; 10387.6
-4.24579e+06; 1479.89; 22963.7; 10387.6
-4.24579e+06; 1578.55; 23014; 10387.6
-4.24579e+06; 1677.21; 23064.2; 10387.6
-4.24579e+06; 1775.86; 23114.5; 10387.6
-4.24579e+06; 1874.52; 23164.7; 10387.6
-4.24579e+06; 1973.18; 23215; 10387.6
-4.24579e+06; 2071.84; 23265.2; 10387.6
-4.24579e+06; 2170.5; 23315.5; 10387.6
-4.24579e+06; 2269.16; 23365.7; 10387.6
-4.24579e+06; 2367.82; 23416; 10387.6
-4.24579e+06; 2466.48; 23466.2; 10387.6
-4.24579e+06; 2565.14; 23516.5; 10387.6
-4.24579e+06; 2663.8; 23566.7; 10387.6
-4.24579e+06; 2762.46; 23617; 10387.6
-4.24579e+06; 2861.12; 23667.2; 10387.6
-4.24579e+06; 2959.77; 23717.5; 10387.6
-4.24579e+06; 3058.43; 23767.7; 10387.6
-4.24579e+06; 3157.09; 23817.9; 10387.6
-4.24579e+06; 3255.75; 23868.2; 10387.6
-4.24579e+06; 3354.41; 23918.4; 10387.6
-4.24579e+06; 3453.07; 23968.7; 10387.6
-4.24579e+06; 3551.73; 24018.9; 10387.6
-4.24579e+06; 3650.39; 24069.2; 10387.6
-4.24579e+06; 3749.05; 24119.4; 10387.6
-4.24579e+06; 3847.71; 24169.7; 10387.6
-4.24579e+06; 3946.37; 24219.9; 10387.6
-4.24579e+06; 4045.03; 24270.2; 10387.6
-4.24579e+06; 4143.68; 24320.4; 10387.6
-4.24579e+06; 4242.34; 24370.7; 10387.6
-4.24579e+06; 4341; 24420.9; 10387.6
-4.24579e+06; 4439.66; 24471.2; 10387.6
-4.24579e+06; 4538.32; 24521.4; 10387.6
-4.24579e+06; 4636.98; 24571.7; 10387.6
-4.24579e+06; 4735.64; 24621.9; 10387.6
-4.24579e+06; 4834.3; 24672.2; 10387.6
-4.24579e+06; 4932.96; 24722.4; 10387.6
-
-4.30317e+06; 0; 22517.6; 10528
-4.30317e+06; 84.565; 22561.3; 10528
-4.30317e+06; 169.13; 22605; 10528
-4.30317e+06; 253.695; 22648.6; 10528
-4.30317e+06; 338.26; 22692.3; 10528
-4.30317e+06; 422.825; 22736; 10528
-4.30317e+06; 507.39; 22779.6; 10528
-4.30317e+06; 591.955; 22823.3; 10528
-4.30317e+06; 676.52; 22867; 10528
-4.30317e+06; 761.085; 22910.6; 10528
-4.30317e+06; 845.65; 22954.3; 10528
-4.30317e+06; 930.215; 22998; 10528
-4.30317e+06; 1014.78; 23041.6; 10528
-4.30317e+06; 1099.34; 23085.3; 10528
-4.30317e+06; 1183.91; 23129; 10528
-4.30317e+06; 1268.47; 23172.6; 10528
-4.30317e+06; 1353.04; 23216.3; 10528
-4.30317e+06; 1437.6; 23260; 10528
-4.30317e+06; 1522.17; 23303.6; 10528
-4.30317e+06; 1606.73; 23347.3; 10528
-4.30317e+06; 1691.3; 23391; 10528
-4.30317e+06; 1775.86; 23434.6; 10528
-4.30317e+06; 1860.43; 23478.3; 10528
-4.30317e+06; 1944.99; 23522; 10528
-4.30317e+06; 2029.56; 23565.6; 10528
-4.30317e+06; 2114.12; 23609.3; 10528
-4.30317e+06; 2198.69; 23653; 10528
-4.30317e+06; 2283.25; 23696.6; 10528
-4.30317e+06; 2367.82; 23740.3; 10528
-4.30317e+06; 2452.38; 23784; 10528
-4.30317e+06; 2536.95; 23827.6; 10528
-4.30317e+06; 2621.51; 23871.3; 10528
-4.30317e+06; 2706.08; 23915; 10528
-4.30317e+06; 2790.64; 23958.6; 10528
-4.30317e+06; 2875.21; 24002.3; 10528
-4.30317e+06; 2959.77; 24046; 10528
-4.30317e+06; 3044.34; 24089.6; 10528
-4.30317e+06; 3128.9; 24133.3; 10528
-4.30317e+06; 3213.47; 24177; 10528
-4.30317e+06; 3298.03; 24220.6; 10528
-4.30317e+06; 3382.6; 24264.3; 10528
-4.30317e+06; 3467.16; 24308; 10528
-4.30317e+06; 3551.73; 24351.6; 10528
-4.30317e+06; 3636.29; 24395.3; 10528
-4.30317e+06; 3720.86; 24439; 10528
-4.30317e+06; 3805.42; 24482.6; 10528
-4.30317e+06; 3889.99; 24526.3; 10528
-4.30317e+06; 3974.55; 24570; 10528
-4.30317e+06; 4059.12; 24613.6; 10528
-4.30317e+06; 4143.68; 24657.3; 10528
-4.30317e+06; 4228.25; 24701; 10528
-
-4.36055e+06; 0; 22826.6; 10668.3
-4.36055e+06; 70.4708; 22863.5; 10668.3
-4.36055e+06; 140.942; 22900.4; 10668.3
-4.36055e+06; 211.412; 22937.3; 10668.3
-4.36055e+06; 281.883; 22974.2; 10668.3
-4.36055e+06; 352.354; 23011.1; 10668.3
-4.36055e+06; 422.825; 23047.9; 10668.3
-4.36055e+06; 493.296; 23084.8; 10668.3
-4.36055e+06; 563.767; 23121.7; 10668.3
-4.36055e+06; 634.237; 23158.6; 10668.3
-4.36055e+06; 704.708; 23195.5; 10668.3
-4.36055e+06; 775.179; 23232.4; 10668.3
-4.36055e+06; 845.65; 23269.3; 10668.3
-4.36055e+06; 916.121; 23306.2; 10668.3
-4.36055e+06; 986.592; 23343; 10668.3
-4.36055e+06; 1057.06; 23379.9; 10668.3
-4.36055e+06; 1127.53; 23416.8; 10668.3
-4.36055e+06; 1198; 23453.7; 10668.3
-4.36055e+06; 1268.47; 23490.6; 10668.3
-4.36055e+06; 1338.95; 23527.5; 10668.3
-4.36055e+06; 1409.42; 23564.4; 10668.3
-4.36055e+06; 1479.89; 23601.3; 10668.3
-4.36055e+06; 1550.36; 23638.1; 10668.3
-4.36055e+06; 1620.83; 23675; 10668.3
-4.36055e+06; 1691.3; 23711.9; 10668.3
-4.36055e+06; 1761.77; 23748.8; 10668.3
-4.36055e+06; 1832.24; 23785.7; 10668.3
-4.36055e+06; 1902.71; 23822.6; 10668.3
-4.36055e+06; 1973.18; 23859.5; 10668.3
-4.36055e+06; 2043.65; 23896.4; 10668.3
-4.36055e+06; 2114.12; 23933.2; 10668.3
-4.36055e+06; 2184.6; 23970.1; 10668.3
-4.36055e+06; 2255.07; 24007; 10668.3
-4.36055e+06; 2325.54; 24043.9; 10668.3
-4.36055e+06; 2396.01; 24080.8; 10668.3
-4.36055e+06; 2466.48; 24117.7; 10668.3
-4.36055e+06; 2536.95; 24154.6; 10668.3
-4.36055e+06; 2607.42; 24191.5; 10668.3
-4.36055e+06; 2677.89; 24228.3; 10668.3
-4.36055e+06; 2748.36; 24265.2; 10668.3
-4.36055e+06; 2818.83; 24302.1; 10668.3
-4.36055e+06; 2889.3; 24339; 10668.3
-4.36055e+06; 2959.77; 24375.9; 10668.3
-4.36055e+06; 3030.25; 24412.8; 10668.3
-4.36055e+06; 3100.72; 24449.7; 10668.3
-4.36055e+06; 3171.19; 24486.6; 10668.3
-4.36055e+06; 3241.66; 24523.5; 10668.3
-4.36055e+06; 3312.13; 24560.3; 10668.3
-4.36055e+06; 3382.6; 24597.2; 10668.3
-4.36055e+06; 3453.07; 24634.1; 10668.3
-4.36055e+06; 3523.54; 24671; 10668.3
-
-4.41793e+06; 0; 23136.9; 10808.7
-4.41793e+06; 56.3767; 23166.8; 10808.7
-4.41793e+06; 112.753; 23196.7; 10808.7
-4.41793e+06; 169.13; 23226.6; 10808.7
-4.41793e+06; 225.507; 23256.6; 10808.7
-4.41793e+06; 281.883; 23286.5; 10808.7
-4.41793e+06; 338.26; 23316.4; 10808.7
-4.41793e+06; 394.637; 23346.3; 10808.7
-4.41793e+06; 451.013; 23376.2; 10808.7
-4.41793e+06; 507.39; 23406.1; 10808.7
-4.41793e+06; 563.767; 23436; 10808.7
-4.41793e+06; 620.143; 23465.9; 10808.7
-4.41793e+06; 676.52; 23495.8; 10808.7
-4.41793e+06; 732.897; 23525.8; 10808.7
-4.41793e+06; 789.273; 23555.7; 10808.7
-4.41793e+06; 845.65; 23585.6; 10808.7
-4.41793e+06; 902.027; 23615.5; 10808.7
-4.41793e+06; 958.403; 23645.4; 10808.7
-4.41793e+06; 1014.78; 23675.3; 10808.7
-4.41793e+06; 1071.16; 23705.2; 10808.7
-4.41793e+06; 1127.53; 23735.1; 10808.7
-4.41793e+06; 1183.91; 23765; 10808.7
-4.41793e+06; 1240.29; 23795; 10808.7
-4.41793e+06; 1296.66; 23824.9; 10808.7
-4.41793e+06; 1353.04; 23854.8; 10808.7
-4.41793e+06; 1409.42; 23884.7; 10808.7
-4.41793e+06; 1465.79; 23914.6; 10808.7
-4.41793e+06; 1522.17; 23944.5; 10808.7
-4.41793e+06; 1578.55; 23974.4; 10808.7
-4.41793e+06; 1634.92; 24004.3; 10808.7
-4.41793e+06; 1691.3; 24034.2; 10808.7
-4.41793e+06; 1747.68; 24064.2; 10808.7
-4.41793e+06; 1804.05; 24094.1; 10808.7
-4.41793e+06; 1860.43; 24124; 10808.7
-4.41793e+06; 1916.81; 24153.9; 10808.7
-4.41793e+06; 1973.18; 24183.8; 10808.7
-4.41793e+06; 2029.56; 24213.7; 10808.7
-4.41793e+06; 2085.94; 24243.6; 10808.7
-4.41793e+06; 2142.31; 24273.5; 10808.7
-4.41793e+06; 2198.69; 24303.5; 10808.7
-4.41793e+06; 2255.07; 24333.4; 10808.7
-4.41793e+06; 2311.44; 24363.3; 10808.7
-4.41793e+06; 2367.82; 24393.2; 10808.7
-4.41793e+06; 2424.2; 24423.1; 10808.7
-4.41793e+06; 2480.57; 24453; 10808.7
-4.41793e+06; 2536.95; 24482.9; 10808.7
-4.41793e+06; 2593.33; 24512.8; 10808.7
-4.41793e+06; 2649.7; 24542.7; 10808.7
-4.41793e+06; 2706.08; 24572.7; 10808.7
-4.41793e+06; 2762.46; 24602.6; 10808.7
-4.41793e+06; 2818.83; 24632.5; 10808.7
-
-4.4753e+06; 0; 23448.5; 10949.1
-4.4753e+06; 42.2825; 23471.3; 10949.1
-4.4753e+06; 84.565; 23494; 10949.1
-4.4753e+06; 126.847; 23516.7; 10949.1
-4.4753e+06; 169.13; 23539.5; 10949.1
-4.4753e+06; 211.412; 23562.2; 10949.1
-4.4753e+06; 253.695; 23585; 10949.1
-4.4753e+06; 295.977; 23607.7; 10949.1
-4.4753e+06; 338.26; 23630.4; 10949.1
-4.4753e+06; 380.542; 23653.2; 10949.1
-4.4753e+06; 422.825; 23675.9; 10949.1
-4.4753e+06; 465.107; 23698.6; 10949.1
-4.4753e+06; 507.39; 23721.4; 10949.1
-4.4753e+06; 549.672; 23744.1; 10949.1
-4.4753e+06; 591.955; 23766.8; 10949.1
-4.4753e+06; 634.237; 23789.6; 10949.1
-4.4753e+06; 676.52; 23812.3; 10949.1
-4.4753e+06; 718.802; 23835; 10949.1
-4.4753e+06; 761.085; 23857.8; 10949.1
-4.4753e+06; 803.367; 23880.5; 10949.1
-4.4753e+06; 845.65; 23903.3; 10949.1
-4.4753e+06; 887.932; 23926; 10949.1
-4.4753e+06; 930.215; 23948.7; 10949.1
-4.4753e+06; 972.497; 23971.5; 10949.1
-4.4753e+06; 1014.78; 23994.2; 10949.1
-4.4753e+06; 1057.06; 24016.9; 10949.1
-4.4753e+06; 1099.34; 24039.7; 10949.1
-4.4753e+06; 1141.63; 24062.4; 10949.1
-4.4753e+06; 1183.91; 24085.1; 10949.1
-4.4753e+06; 1226.19; 24107.9; 10949.1
-4.4753e+06; 1268.47; 24130.6; 10949.1
-4.4753e+06; 1310.76; 24153.3; 10949.1
-4.4753e+06; 1353.04; 24176.1; 10949.1
-4.4753e+06; 1395.32; 24198.8; 10949.1
-4.4753e+06; 1437.6; 24221.6; 10949.1
-4.4753e+06; 1479.89; 24244.3; 10949.1
-4.4753e+06; 1522.17; 24267; 10949.1
-4.4753e+06; 1564.45; 24289.8; 10949.1
-4.4753e+06; 1606.73; 24312.5; 10949.1
-4.4753e+06; 1649.02; 24335.2; 10949.1
-4.4753e+06; 1691.3; 24358; 10949.1
-4.4753e+06; 1733.58; 24380.7; 10949.1
-4.4753e+06; 1775.86; 24403.4; 10949.1
-4.4753e+06; 1818.15; 24426.2; 10949.1
-4.4753e+06; 1860.43; 24448.9; 10949.1
-4.4753e+06; 1902.71; 24471.6; 10949.1
-4.4753e+06; 1944.99; 24494.4; 10949.1
-4.4753e+06; 1987.28; 24517.1; 10949.1
-4.4753e+06; 2029.56; 24539.9; 10949.1
-4.4753e+06; 2071.84; 24562.6; 10949.1
-4.4753e+06; 2114.12; 24585.3; 10949.1
-
-4.53268e+06; 0; 23761.5; 11089.5
-4.53268e+06; 28.1883; 23776.9; 11089.5
-4.53268e+06; 56.3767; 23792.2; 11089.5
-4.53268e+06; 84.565; 23807.6; 11089.5
-4.53268e+06; 112.753; 23823; 11089.5
-4.53268e+06; 140.942; 23838.3; 11089.5
-4.53268e+06; 169.13; 23853.7; 11089.5
-4.53268e+06; 197.318; 23869; 11089.5
-4.53268e+06; 225.507; 23884.4; 11089.5
-4.53268e+06; 253.695; 23899.8; 11089.5
-4.53268e+06; 281.883; 23915.1; 11089.5
-4.53268e+06; 310.072; 23930.5; 11089.5
-4.53268e+06; 338.26; 23945.8; 11089.5
-4.53268e+06; 366.448; 23961.2; 11089.5
-4.53268e+06; 394.637; 23976.6; 11089.5
-4.53268e+06; 422.825; 23991.9; 11089.5
-4.53268e+06; 451.013; 24007.3; 11089.5
-4.53268e+06; 479.202; 24022.6; 11089.5
-4.53268e+06; 507.39; 24038; 11089.5
-4.53268e+06; 535.578; 24053.4; 11089.5
-4.53268e+06; 563.767; 24068.7; 11089.5
-4.53268e+06; 591.955; 24084.1; 11089.5
-4.53268e+06; 620.143; 24099.4; 11089.5
-4.53268e+06; 648.332; 24114.8; 11089.5
-4.53268e+06; 676.52; 24130.1; 11089.5
-4.53268e+06; 704.708; 24145.5; 11089.5
-4.53268e+06; 732.897; 24160.9; 11089.5
-4.53268e+06; 761.085; 24176.2; 11089.5
-4.53268e+06; 789.273; 24191.6; 11089.5
-4.53268e+06; 817.462; 24206.9; 11089.5
-4.53268e+06; 845.65; 24222.3; 11089.5
-4.53268e+06; 873.838; 24237.7; 11089.5
-4.53268e+06; 902.027; 24253; 11089.5
-4.53268e+06; 930.215; 24268.4; 11089.5
-4.53268e+06; 958.403; 24283.7; 11089.5
-4.53268e+06; 986.592; 24299.1; 11089.5
-4.53268e+06; 1014.78; 24314.5; 11089.5
-4.53268e+06; 1042.97; 24329.8; 11089.5
-4.53268e+06; 1071.16; 24345.2; 11089.5
-4.53268e+06; 1099.34; 24360.5; 11089.5
-4.53268e+06; 1127.53; 24375.9; 11089.5
-4.53268e+06; 1155.72; 24391.3; 11089.5
-4.53268e+06; 1183.91; 24406.6; 11089.5
-4.53268e+06; 1212.1; 24422; 11089.5
-4.53268e+06; 1240.29; 24437.3; 11089.5
-4.53268e+06; 1268.47; 24452.7; 11089.5
-4.53268e+06; 1296.66; 24468.1; 11089.5
-4.53268e+06; 1324.85; 24483.4; 11089.5
-4.53268e+06; 1353.04; 24498.8; 11089.5
-4.53268e+06; 1381.23; 24514.1; 11089.5
-4.53268e+06; 1409.42; 24529.5; 11089.5
-
-4.59006e+06; 0; 24075.9; 11229.9
-4.59006e+06; 14.0942; 24083.6; 11229.9
-4.59006e+06; 28.1883; 24091.4; 11229.9
-4.59006e+06; 42.2825; 24099.2; 11229.9
-4.59006e+06; 56.3767; 24107; 11229.9
-4.59006e+06; 70.4708; 24114.8; 11229.9
-4.59006e+06; 84.565; 24122.5; 11229.9
-4.59006e+06; 98.6592; 24130.3; 11229.9
-4.59006e+06; 112.753; 24138.1; 11229.9
-4.59006e+06; 126.847; 24145.9; 11229.9
-4.59006e+06; 140.942; 24153.7; 11229.9
-4.59006e+06; 155.036; 24161.4; 11229.9
-4.59006e+06; 169.13; 24169.2; 11229.9
-4.59006e+06; 183.224; 24177; 11229.9
-4.59006e+06; 197.318; 24184.8; 11229.9
-4.59006e+06; 211.412; 24192.6; 11229.9
-4.59006e+06; 225.507; 24200.4; 11229.9
-4.59006e+06; 239.601; 24208.1; 11229.9
-4.59006e+06; 253.695; 24215.9; 11229.9
-4.59006e+06; 267.789; 24223.7; 11229.9
-4.59006e+06; 281.883; 24231.5; 11229.9
-4.59006e+06; 295.977; 24239.3; 11229.9
-4.59006e+06; 310.072; 24247; 11229.9
-4.59006e+06; 324.166; 24254.8; 11229.9
-4.59006e+06; 338.26; 24262.6; 11229.9
-4.59006e+06; 352.354; 24270.4; 11229.9
-4.59006e+06; 366.448; 24278.2; 11229.9
-4.59006e+06; 380.542; 24285.9; 11229.9
-4.59006e+06; 394.637; 24293.7; 11229.9
-4.59006e+06; 408.731; 24301.5; 11229.9
-4.59006e+06; 422.825; 24309.3; 11229.9
-4.59006e+06; 436.919; 24317.1; 11229.9
-4.59006e+06; 451.013; 24324.9; 11229.9
-4.59006e+06; 465.107; 24332.6; 11229.9
-4.59006e+06; 479.202; 24340.4; 11229.9
-4.59006e+06; 493.296; 24348.2; 11229.9
-4.59006e+06; 507.39; 24356; 11229.9
-4.59006e+06; 521.484; 24363.8; 11229.9
-4.59006e+06; 535.578; 24371.5; 11229.9
-4.59006e+06; 549.672; 24379.3; 11229.9
-4.59006e+06; 563.767; 24387.1; 11229.9
-4.59006e+06; 577.861; 24394.9; 11229.9
-4.59006e+06; 591.955; 24402.7; 11229.9
-4.59006e+06; 606.049; 24410.4; 11229.9
-4.59006e+06; 620.143; 24418.2; 11229.9
-4.59006e+06; 634.237; 24426; 11229.9
-4.59006e+06; 648.332; 24433.8; 11229.9
-4.59006e+06; 662.426; 24441.6; 11229.9
-4.59006e+06; 676.52; 24449.4; 11229.9
-4.59006e+06; 690.614; 24457.1; 11229.9
-4.59006e+06; 704.708; 24464.9; 11229.9
-
diff --git a/performance_assessment/performance_assessment_conf.xml b/performance_assessment/performance_assessment_conf.xml
index 4cc108306a1a207bdaa4fbba7d89bae598fc5b96..d47c2fc1efbb50a465bf3e6e7a264d86ca2ed2b5 100644
--- a/performance_assessment/performance_assessment_conf.xml
+++ b/performance_assessment/performance_assessment_conf.xml
@@ -1,108 +1,77 @@
-<module_configuration_file Name="performanceAssessment_conf.xml">
+<module_configuration_file Name="performance_assessment_conf.xml">
 	<control_settings description="General control settings for this tool">
 		<aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
+			<value>CSMR-2020.xml</value>
 		</aircraft_exchange_file_name>
 		<aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
 		<own_tool_level description="Specify the tool level of this tool">
 			<value>2</value>
 		</own_tool_level>
-		<console_output description="Selector to specify the console output ('mode_0': Off, 'mode_1': only out/err/warn, 'mode_2': 1 + info, 'mode_3': 2 + debug)">
-			<value>mode_1</value>
-		</console_output>
-		<log_file_output description="Selector to specify the log file output ('mode_0': Off, 'mode_1': only out/err/warn, 'mode_2': 1 + info, 'mode_3': 2 + debug)">
-			<value>mode_1</value>
-		</log_file_output>
-		<plot_output description="Specify the way plotting shall be handled">
-			<enable description="Switch to enable plotting ('true': On, 'false': Off)">
-				<value>true</value>
-			</enable>
-			<copy_plotting_files description="Switch if plotting files shall be copied ('true': On, 'false': Off)">
-				<value>true</value>
-			</copy_plotting_files>
-			<delete_plotting_files_from_tool_folder description="Switch if plotting files shall be deleted from folder ('true': On, 'false': Off)">
-				<value>true</value>
-			</delete_plotting_files_from_tool_folder>
-		</plot_output>
-		<report_output description="Switch to generate an HTML report ('true': On, 'false': Off)">
-			<value>true</value>
-		</report_output>
-		<tex_report description="Switch to generate a Tex report ('true': On, 'false': Off)">
-			<value>true</value>
-		</tex_report>
-		<write_info_files description="Switch to generate info files ('true': On, 'false': Off)">
-			<value>false</value>
-		</write_info_files>
-		<gnuplot_script description="Specify the name of the plot file">
-			<value>TOOLNAME_plot.plt</value>
-		</gnuplot_script>
+        <console_output description="Selector to specify the console output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
+            <value>mode_1</value>
+        </console_output>
+        <log_file_output description="Selector to specify the log file output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
+            <value>mode_1</value>
+        </log_file_output>
+        <plot_output description="Specify the way plotting shall be handled">
+            <enable description="Switch to enable plotting. Switch: true (On) / false (Off)">
+                <value>true</value>
+            </enable>
+            <copy_plotting_files description="Switch if plotting files shall be copied. Switch: true (On) / false (Off)">
+                <value>true</value>
+            </copy_plotting_files>
+            <delete_plotting_files_from_tool_folder description="Switch if plotting files shall be deleted from folder. Switch: true (On) / false (Off)">
+                <value>true</value>
+            </delete_plotting_files_from_tool_folder>
+        </plot_output>
+        <report_output description="Switch to generate an HTML report. Switch: true (On) / false (Off)">
+            <value>true</value>
+        </report_output>
+        <tex_report description="Switch to generate a Tex report. Switch: true (On) / false (Off)">
+            <value>true</value>
+        </tex_report>
+        <write_info_files description="Switch to generate info files. Switch: true (On) / false (Off)">
+            <value>false</value>
+        </write_info_files>
 		<log_file description="Specify the name of the log file">
-			<value>TOOLNAME.log</value>
+			<value>performance_assessment.log</value>
 		</log_file>
 		<inkscape_path description="Path to the inkscape application ('DEFAULT': Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
 		<gnuplot_path description="Path to the gnuplot application ('DEFAULT': Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
-  </control_settings>
+	</control_settings>
     <program_settings description="program settings">
-		<module_strategy description="Select the strategy level option tool execution" Default="default_methods" >default_methods</module_strategy>
-		<module_fidelity_level>low</module_fidelity_level>
+		<module_strategy description="Select the strategy level option tool execution (options: default_methods)" >
+			<value>default_methods</value>
+		</module_strategy>
         <performance_checks description="Settings that affect different functionalities!">
-            <payload_range_diagram description="Payload Range Diagram Calculation">
-				<switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch>
-				<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
+            <payload_range_diagram description="Payload Range Diagram calculation">
+				<fidelity_level description="Select the fidelity level of the calculation (options: low)">
+					<value>low</value>
+				</fidelity_level>
 			</payload_range_diagram>
-            <engine_performance description="Engine power estimation">
-				<switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch>
-				<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
-			</engine_performance>
-            <flight_envelope_performance description="Estimation of flight range limits">
-				<switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch>
-				<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
-				<overwrite_initial_values>0</overwrite_initial_values>
-			</flight_envelope_performance>
-            <climb_performance description="Climb Performance (so far only for plots)" Default="1">
-				<switch description="On-Off-Switch for this method: 1:On, 0:Off" Default="1">0</switch>
-				<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
+            <climb_performance description="Calculate the climb performance (so far only for plots)">
+				<fidelity_level description="Select the fidelity level of the calculation (options: low)">
+					<value>low</value>
+				</fidelity_level>
 			</climb_performance>
             <takeoff_performance description="Estimation of the starting distance">
-				<switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch>
-				<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
-				<calculate_blfl_performance>1</calculate_blfl_performance>
+				<fidelity_level description="Select the fidelity level of the calculation (options: low)">
+					<value>low</value>
+				</fidelity_level>
 			</takeoff_performance>
-            <landing_performance description="Landing distance estimation" >
-				<switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch>
-				<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
+            <landing_performance description="Estimation of the landing distance" >
+				<fidelity_level description="Select the fidelity level of the calculation (options: low)">
+					<value>low</value>
+				</fidelity_level>
 			</landing_performance>
-            <vn_diagram description="Switch for calculation of V-n diagram 1: On, 0: Off">
-				<switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch>
-				<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
-			</vn_diagram>
-			<sar_performance>
-				<fidelity_level>low</fidelity_level>
-			</sar_performance>
         </performance_checks>
         <constants_for_performance_checks>
-            <engine_performance>
-                <ratings>
-                    <rating ID="1">
-						<value>cruise</value>
-					</rating>
-                    <rating ID="2">
-						<value>climb</value>
-					</rating>
-                    <rating ID="3">
-						<value>maximum_continuous</value>
-					</rating>
-                    <rating ID="4">
-						<value>takeoff</value>
-					</rating>
-                </ratings>
-            </engine_performance>
             <field_performance>
                 <runway_slope description="Slope / climb of the runway">
 					<value>0</value>
@@ -110,58 +79,21 @@
 					<lower_boundary>-25</lower_boundary>
 					<upper_boundary>25</upper_boundary>
 				</runway_slope>
-                <head_wind description="headwind speed" Default="0">
+                <head_wind description="headwind speed (default: 0)">
 					<value>0.0</value>
 					<unit>m/s</unit>
 					<lower_boundary>-50</lower_boundary>
 					<upper_boundary>50</upper_boundary>
 				</head_wind>
             </field_performance>
-			<vn_diagram>
-				<max_n_clean description="Maximum load factor in clean configuration (fixed for CS-25 2.5)" Default="2.5">
-					<value>2.5</value>
-					<unit>1</unit>
-					<lower_boundary>-10</lower_boundary>
-					<upper_boundary>10</upper_boundary>
-				</max_n_clean>
-				<min_n_clean description="Minimum load factor in clean configuration (fixed -1.0 for CS-25)" Default="-1.0">
-					<value>-0.1</value>
-					<unit>1</unit>
-					<lower_boundary>-10</lower_boundary>
-					<upper_boundary>10</upper_boundary>
-				</min_n_clean>
-				<max_n_flaps description="Maximum load factor with flaps (fixed for CS-25 2.0)" Default="2.0">
-					<value>2.0</value>
-					<unit>1</unit>
-					<lower_boundary>-10</lower_boundary>
-					<upper_boundary>10</upper_boundary>
-				</max_n_flaps>
-				<min_n_flaps description="Minimum load factor with flaps (fixed at CS-25 0.0)" Default="0.0">
-					<value>0.0</value>
-					<unit>1</unit>
-					<lower_boundary>-10</lower_boundary>
-					<upper_boundary>10</upper_boundary>
-				</min_n_flaps>
-			</vn_diagram>
         </constants_for_performance_checks>
         <modes description="other settings that influence different modes!">
-            <fuel_planning description="Fuel estimation switch: 1:On, 0:Off" Default="0">1</fuel_planning>
-            <use_study_mission_for_analysis description="1: use missionStudy.xml, 0: use missionDesign.xml" Default="0">0</use_study_mission_for_analysis>
-            <mtom_design description="Redetermination of the MTOM: 1:Yes (e.g. DesignLoop), 0:No (e.g. only analysis)" Default="0">0</mtom_design>
+            <use_study_mission_for_analysis description="Switch to use study mission for analysis; Switch: true(use missionStudy.xml) / false (use missionDesign.xml)">
+				<value>false</value>
+			</use_study_mission_for_analysis>
+            <mtom_design description="Switch for the redetermination of the MTOM; Switch: true (yes, e.g. DesignLoop) / false (no, e.g. only analysis)">
+				<value>false</value>
+			</mtom_design>
         </modes>
-        <mission description="Specification of the mission">
-            <optimize_mission_profile description="Switch to optimize the mission profile" Unit="-" Default="0">0</optimize_mission_profile>
-			<fidelity_level>low</fidelity_level>
-        </mission>
-        <fuel_planning>
-			<switch>1</switch>
-			<fidelity_level description="Fidelity level of calculation">low</fidelity_level>
-			<contingency_fuel description="Relative percentage of Contigency Fuel in total Trip Fuel" Default="0.05">
-				<value>0.03</value>
-				<unit>1</unit>
-				<lower_boundary>0</lower_boundary>
-				<upper_boundary>0.2</upper_boundary>
-			</contingency_fuel>
-        </fuel_planning>
     </program_settings>
 </module_configuration_file>
diff --git a/performance_assessment/src/libs/multi_engine_propulsion.cpp b/performance_assessment/src/libs/multi_engine_propulsion.cpp
index 88e28c21c56839bc1cf3a960d8769031dd8f1daf..f1a44cfb50e51380dfb0cc2b16fc74277feca6f0 100644
--- a/performance_assessment/src/libs/multi_engine_propulsion.cpp
+++ b/performance_assessment/src/libs/multi_engine_propulsion.cpp
@@ -1,14 +1,24 @@
-/**
- * \file multi_engine_propulsion.cpp
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
-
 #include "multi_engine_propulsion.h"
 #include <algorithm>
 
@@ -25,7 +35,7 @@ Multi_engine_propulsion::Multi_engine_propulsion(const std::shared_ptr<RuntimeIO
     std::vector<int> tank_energy_carriers(tank_definition.getIntVector("tank/energy_carrier_ID/value"));
     std::vector<int> available_energy_carriers;
     std::transform(rtIO->aircraft_energy_carriers().begin(), rtIO->aircraft_energy_carriers().end(),
-                    std::back_inserter(available_energy_carriers), [](const std::pair<const int, std::tuple<std::string, double, double, double>>& energy_carrier)
+                    std::back_inserter(available_energy_carriers), [](const std::pair<const int, std::tuple<std::string, double>>& energy_carrier)
                     { return energy_carrier.first; });
     if (!vector_check(propulsor_energy_carriers, tank_energy_carriers)) {
         throwError(__FILE__, __func__, __LINE__,
@@ -48,10 +58,8 @@ Multi_engine_propulsion::Multi_engine_propulsion(const std::shared_ptr<RuntimeIO
 
         // Check if the energy_carrier_id is already used. If not, setup new propulsion system for it
         if (this->propulsors.find(id_tmp) == this->propulsors.end()) {
-            Energy_consumption energy_tmp(rtIO->get_fuel_density(id_tmp), // initialize new energy carrier
-                                            rtIO->get_fuel_gravimetric_energy_density(id_tmp),
-                                            rtIO->get_fuel_volumetric_energy_density(id_tmp));
-            this->energy_consumption[id_tmp] = energy_tmp;
+            this->energy_map.emplace(id_tmp,
+                Energy_consumption(EnergyCarrier(rtIO->get_fuel_type(id_tmp), rtIO->get_fuel_density(id_tmp))));
             Propulsor propulsor_tmp(name_tmp, Engine(rtIO->getEngineDataDir() + "/" + name_tmp, scale_tmp), i, thrust_share_tmp);
             this->propulsors[id_tmp].push_back(propulsor_tmp);
         } else { // If it already exists, add a new one or update ID vector for equal engines
@@ -76,15 +84,15 @@ Multi_engine_propulsion::Multi_engine_propulsion(const std::shared_ptr<RuntimeIO
             int energy_carrier_id(EndnodeReadOnly<int>("energy_carrier_ID").read(tank_definition.at("tank@" + num2Str(tank_id))).value());
             double tank_capacity(EndnodeReadOnly<double>("maximum_energy_capacity").read(tank_design.at("tank@" + num2Str(tank_id))).value());
             Tank tmp_tank(tank_id, tank_capacity);
-            this->energy_consumption.at(energy_carrier_id).tanks.push_back(tmp_tank);
+            this->energy_map.at(energy_carrier_id).tanks.push_back(tmp_tank);
             total_capacity_per_id[energy_carrier_id] += tank_capacity; // sum capacity of this energy carrier
         }
     }
     // Get the relative maximum capacity of each tank in comparison to other tanks using the same energy carrier ID
-    for (std::pair<const int, Multi_engine_propulsion::Energy_consumption> energy_carrier : this->energy_consumption) {
-        for (uint16_t i(0); i < energy_carrier.second.tanks.size(); i++) {
-            this->energy_consumption.at(energy_carrier.first).tanks[i].relative_capacity =
-                energy_carrier.second.tanks[i].capacity/total_capacity_per_id[energy_carrier.first];
+    for (const auto& [energy_carrier_id, energy_consumption] : this->energy_map) {
+        for (uint16_t i(0); i < energy_consumption.tanks.size(); i++) {
+            this->energy_map.at(energy_carrier_id).tanks[i].relative_capacity =
+                energy_consumption.tanks[i].capacity/total_capacity_per_id[energy_carrier_id];
         }
     }
 }
@@ -105,11 +113,10 @@ size_t Multi_engine_propulsion::unique_engines_per_id(const int& energy_carrier_
 // }
 
 uint16_t Multi_engine_propulsion::get_number_of_engines(const int& energy_carrier_id) {
-    uint16_t sum(0);
-    for (Multi_engine_propulsion::Propulsor propulsor : this->propulsors.at(energy_carrier_id)) {
-        sum += propulsor.engine_id.size();
-    }
-    return sum;
+    const std::vector<Multi_engine_propulsion::Propulsor>& propulsor_vec = this->propulsors.at(energy_carrier_id);
+    return std::accumulate(
+        propulsor_vec.begin(), propulsor_vec.end(), 0, [](uint16_t sum, const Multi_engine_propulsion::Propulsor& propulsor) {
+            return sum + propulsor.engine_id.size();});
 }
 
 // std::vector<Engine> Multi_engine_propulsion::get_engines(const int& energy_carrier_id) {
@@ -141,13 +148,14 @@ std::vector<Multi_engine_propulsion::Propulsor> Multi_engine_propulsion::get_pro
 }
 
 void Multi_engine_propulsion::set_operating_points(const int& energy_carrier_id, std::vector<OperatingPoint> operating_points) {
-    for (std::pair<const int, std::vector<Multi_engine_propulsion::Propulsor>> energy_carrier : this->propulsors) {
-        for (uint16_t i(0); i < this->propulsors[energy_carrier.first].size(); i++) {
-            this->propulsors[energy_carrier_id][i].engine.set_operating_point(operating_points[i]);
-            if (energy_carrier.first != energy_carrier_id) {
+    for (const auto& [propulsor_energy_carrier_id, propulsor] : this->propulsors) {
+        for (uint16_t i(0); i < propulsor.size(); i++) {
+            if (propulsor_energy_carrier_id != energy_carrier_id) {
                 OperatingPoint n0_operating_point(operating_points[i]); // Copy operating point since Mach number and altitude are euqal for all
                 n0_operating_point.N = 0.;                              // Set N1 for engines which are not running to 0
                 this->propulsors[energy_carrier_id][i].engine.set_operating_point(n0_operating_point);
+            } else {
+                this->propulsors[energy_carrier_id][i].engine.set_operating_point(operating_points[i]);
             }
         }
     }
@@ -164,11 +172,11 @@ double Multi_engine_propulsion::get_aircraft_fuelflow(const int& energy_carrier_
 }
 
 double Multi_engine_propulsion::get_aircraft_energyflow(const int& energy_carrier_id) {
-    return this->get_aircraft_fuelflow(energy_carrier_id) * this->energy_consumption.at(energy_carrier_id).gravimetric_density;
+    return this->get_aircraft_fuelflow(energy_carrier_id) * this->energy_map.at(energy_carrier_id).energy_carrier.gravimetric_energy_density;
 }
 
 double Multi_engine_propulsion::get_aircraft_energyflow(const int& energy_carrier_id, const double& aircraft_fuelflow) {
-    return aircraft_fuelflow * this->energy_consumption.at(energy_carrier_id).gravimetric_density;
+    return aircraft_fuelflow * this->energy_map.at(energy_carrier_id).energy_carrier.gravimetric_energy_density;
 }
 
 double Multi_engine_propulsion::get_thrust_aircraft(const int& energy_carrier_id) {
@@ -208,20 +216,20 @@ void Multi_engine_propulsion::calculate_N1_with_thrustlimit(const int& energy_ca
 }
 
 std::vector<Multi_engine_propulsion::Tank> Multi_engine_propulsion::get_tanks_by_id(const int& energy_carrier_id) {
-    return this->energy_consumption.at(energy_carrier_id).tanks;
+    return this->energy_map.at(energy_carrier_id).tanks;
 }
 
 std::map<int, double> Multi_engine_propulsion::get_consumed_energy_map() {
     std::map<int, double> consumed_energy_map;
     // energy_carrier.first = energy_carrier_id; energy_carrier.second = Energy_consumption class
-    for (std::pair<const int, Multi_engine_propulsion::Energy_consumption> energy_carrier : this->energy_consumption) {
-        consumed_energy_map[energy_carrier.first] = get_consumed_energy(energy_carrier.first);
+    for (const auto& [energy_carrier_id, map] : this->energy_map) {
+        consumed_energy_map[energy_carrier_id] = get_consumed_energy(energy_carrier_id);
     }
     return consumed_energy_map;
 }
 
 double Multi_engine_propulsion::get_consumed_energy(const int& energy_carrier_id) {
-    double total_consumed_energy = std::accumulate(this->energy_consumption.at(energy_carrier_id).tanks.begin(), this->energy_consumption.at(energy_carrier_id).tanks.end(), 0.0,
+    double total_consumed_energy = std::accumulate(this->energy_map.at(energy_carrier_id).tanks.begin(), this->energy_map.at(energy_carrier_id).tanks.end(), 0.0,
             [](double sum, const Tank& tank) {return sum + tank.consumed_energy;});
     return total_consumed_energy;
 }
@@ -229,9 +237,10 @@ double Multi_engine_propulsion::get_consumed_energy(const int& energy_carrier_id
 std::map<int, double> Multi_engine_propulsion::get_energyflow_map() {
     std::map<int, double> energyflow_map;
     // energy_carrier.first = energy_carrier_id; energy_carrier.second = Energy_consumption class
-    for (std::pair<const int, Multi_engine_propulsion::Energy_consumption> energy_carrier : this->energy_consumption) {
-        energyflow_map[energy_carrier.first] =
-            this->get_aircraft_fuelflow(energy_carrier.first) * this->energy_consumption.at(energy_carrier.first).gravimetric_density;
+
+    for (const auto& [energy_carrier_id, map] : this->energy_map) {
+        energyflow_map[energy_carrier_id] =
+            this->get_aircraft_fuelflow(energy_carrier_id) * map.energy_carrier.gravimetric_energy_density;
     }
     return energyflow_map;
 }
@@ -239,29 +248,30 @@ std::map<int, double> Multi_engine_propulsion::get_energyflow_map() {
 void Multi_engine_propulsion::drain_tanks(const int& energy_carrier_id, const double& delta_t, const double& fuel_mass) {
     // TODO(GErrit): lediglich anteilig an der Gesamtenergie wir die Energie abgefuehrt. Ggf. anderes Defueling vorsehen!
     if (std::isnan(fuel_mass)) {
-        for (uint16_t i(0); i < this->energy_consumption.at(energy_carrier_id).tanks.size(); i++) {
-            this->energy_consumption.at(energy_carrier_id).tanks[i].consumed_energy -=  delta_t *
-                get_aircraft_energyflow(energy_carrier_id) * this->energy_consumption.at(energy_carrier_id).tanks[i].relative_capacity;
+        for (uint16_t i(0); i < this->energy_map.at(energy_carrier_id).tanks.size(); i++) {
+            this->energy_map.at(energy_carrier_id).tanks[i].consumed_energy -=  delta_t *
+                get_aircraft_energyflow(energy_carrier_id) * this->energy_map.at(energy_carrier_id).tanks[i].relative_capacity;
         }
     } else { // If a given fuel mass is taken away, just use that one
-        for (uint16_t i(0); i < this->energy_consumption.at(energy_carrier_id).tanks.size(); i++) {
-            this->energy_consumption.at(energy_carrier_id).tanks[i].consumed_energy -=  fuel_mass *
-                this->energy_consumption.at(energy_carrier_id).gravimetric_density * this->energy_consumption.at(energy_carrier_id).tanks[i].relative_capacity;
+        for (uint16_t i(0); i < this->energy_map.at(energy_carrier_id).tanks.size(); i++) {
+            this->energy_map.at(energy_carrier_id).tanks[i].consumed_energy -=  fuel_mass *
+                this->energy_map.at(energy_carrier_id).energy_carrier.gravimetric_energy_density *
+                this->energy_map.at(energy_carrier_id).tanks[i].relative_capacity;
         }
     }
 }
 
 double Multi_engine_propulsion::get_consumed_fuel_mass() {
     std::map<int, double> consumed_energy_map(this->get_consumed_energy_map());
-    double total_fuel_mass = std::accumulate(this->energy_consumption.begin(), this->energy_consumption.end(), 0.0,
-        [&consumed_energy_map](double sum, const std::pair<const int, Multi_engine_propulsion::Energy_consumption>& energy_carrier) {
-            return sum + consumed_energy_map.at(energy_carrier.first) / energy_carrier.second.gravimetric_density;
+    double total_fuel_mass = std::accumulate(this->energy_map.begin(), this->energy_map.end(), 0.0,
+        [&consumed_energy_map](double sum, const std::pair<const int, Multi_engine_propulsion::Energy_consumption>& energy_map_tmp) {
+            return sum + consumed_energy_map.at(energy_map_tmp.first) / energy_map_tmp.second.energy_carrier.gravimetric_energy_density;
     });
     return total_fuel_mass;
 }
 
 double Multi_engine_propulsion::get_energy_carrier_capacity(const int& energy_carrier_id) {
-    double total_capacity = std::accumulate(this->energy_consumption.at(energy_carrier_id).tanks.begin(), this->energy_consumption.at(energy_carrier_id).tanks.end(), 0.0,
+    double total_capacity = std::accumulate(this->energy_map.at(energy_carrier_id).tanks.begin(), this->energy_map.at(energy_carrier_id).tanks.end(), 0.0,
             [](double sum, const Tank& tank) {return sum + tank.capacity;});
     return total_capacity;
 }
@@ -291,18 +301,8 @@ Multi_engine_propulsion::Tank::~Tank() {
 }
 
 /* Initialization of attributes of the Energy_consumption object with the constructor */
-Multi_engine_propulsion::Energy_consumption::Energy_consumption(double a_density, double a_gravimetric_density, double a_volumetric_density) :
-    density(a_density),
-    gravimetric_density(a_gravimetric_density),
-    volumetric_density(a_volumetric_density),
-    tanks() {
-}
-
-/* Initialization of attributes of the Energy_consumption object with the constructor */
-Multi_engine_propulsion::Energy_consumption::Energy_consumption() :
-    density(0.),
-    gravimetric_density(0.),
-    volumetric_density(0.),
+Multi_engine_propulsion::Energy_consumption::Energy_consumption(const EnergyCarrier& an_energy_carrier) :
+    energy_carrier(an_energy_carrier),
     tanks() {
 }
 
diff --git a/performance_assessment/src/libs/multi_engine_propulsion.h b/performance_assessment/src/libs/multi_engine_propulsion.h
index 87063222697b47bb214a2aa0d94b8d61356e48ac..4f33f2b5a1c31352a98fe4a3adbec6d2dafa4f2c 100644
--- a/performance_assessment/src/libs/multi_engine_propulsion.h
+++ b/performance_assessment/src/libs/multi_engine_propulsion.h
@@ -1,14 +1,24 @@
-/**
- * \file multi_engine_propulsion.h
- * \author Gerrit Pauls (gerrit.pauls@tuhh.de)
- * \brief
- * \version 0.1
- * \date 2024-08-30
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2024 UNICADO consortium
  *
- * @copyright Copyright (c) 2024
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
-
 #ifndef MISSION_ANALYSIS_SRC_LIBS_MULTI_ENGINE_PROPULSION_MULTI_ENGINE_PROPULSION_H_
 #define MISSION_ANALYSIS_SRC_LIBS_MULTI_ENGINE_PROPULSION_MULTI_ENGINE_PROPULSION_H_
 
@@ -23,6 +33,7 @@
 #include <aixml/endnode.h>
 #include <engine/engine.h>
 #include <moduleBasics/module.h>
+#include <energyCarriers/energyCarriers.h>
 
 /** \brief Class for flight conditions
  */
@@ -102,18 +113,12 @@ class Multi_engine_propulsion {
 
     class Energy_consumption {
      public:
-        double density;
-        double gravimetric_density;
-        double volumetric_density;
+        const EnergyCarrier& energy_carrier;
         std::vector<Tank> tanks;
 
         /** \brief Constructor of used_components.
          */
-        Energy_consumption();
-
-        /** \brief Constructor of used_components.
-         */
-        Energy_consumption(double a_density, double a_gravimetric_density, double a_volumetric_density);
+        explicit Energy_consumption(const EnergyCarrier& an_energy_carrier);
 
         /** \brief Destructor of used_components
          */
@@ -133,7 +138,7 @@ class Multi_engine_propulsion {
  private:
     /* variables */
     std::map<int, std::vector<Propulsor>> propulsors;
-    std::map<int, Energy_consumption> energy_consumption;
+    std::map<int, Energy_consumption> energy_map;
 
     /* functions */
     bool vector_check(const std::vector<int>& v1, const std::vector<int>& v2);
diff --git a/performance_assessment/src/main.cpp b/performance_assessment/src/main.cpp
index 4e494a4eb1b1545b70fbb7c54ed4aff1027bd0b7..f9b4e05479ecb40671dde6aa3105d53f96a6ddb3 100644
--- a/performance_assessment/src/main.cpp
+++ b/performance_assessment/src/main.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 /** \mainpage performance_assessment
 * The program calculates the overall performance of the final aircraft design
 */
diff --git a/performance_assessment/src/performance_assessment.cpp b/performance_assessment/src/performance_assessment.cpp
index 0fafa3b07898556825c1f4ef162af7995fe93415..01015f06b57d4becd216e6080eddc89f78040605 100644
--- a/performance_assessment/src/performance_assessment.cpp
+++ b/performance_assessment/src/performance_assessment.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "performance_assessment.h"
 
 #include <vector>
diff --git a/performance_assessment/src/performance_assessment.h b/performance_assessment/src/performance_assessment.h
index 9e83d313bbd8353e6306776d5887fc4701812573..5bb3c36c726079ee7a0e28adb3b0f7e83d151e83 100644
--- a/performance_assessment/src/performance_assessment.h
+++ b/performance_assessment/src/performance_assessment.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef PERFORMANCE_ASSESSMENT_SRC_PERFORMANCE_ASSESSMENT_H_
 #define PERFORMANCE_ASSESSMENT_SRC_PERFORMANCE_ASSESSMENT_H_
 
diff --git a/performance_assessment/src/taw/defaultMethods/SARPerformance/abstractSARPerformance.h b/performance_assessment/src/taw/defaultMethods/SARPerformance/abstractSARPerformance.h
index dc3d8fdc412fa27d2c41ae6ba206d711a9aaa960..725e8ee0922b8da0ad02d5e1b569cd53ba766649 100644
--- a/performance_assessment/src/taw/defaultMethods/SARPerformance/abstractSARPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/SARPerformance/abstractSARPerformance.h
@@ -1,31 +1,31 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_ABSTRACTSARPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_ABSTRACTSARPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_ABSTRACTSARPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_ABSTRACTSARPERFORMANCE_H_
 
 #include <memory>
+#include <vector>
 #include "../flightEnvelopes/abstractFlightEnvelopes.h"
 
-// Forward declarations
-namespace taw {
-class performance_assessment_factory;
-}
-
 class abstractSARPerformance {
  public:
     virtual ~abstractSARPerformance() { }
@@ -66,13 +66,6 @@ class abstractSARPerformance {
 
 
     virtual void doSARCalculation(std::shared_ptr<abstractFlightEnvelopes> aFlightEnvelopes) = 0;
-
-    /* -- Test -- */
-    std::shared_ptr<taw::performance_assessment_factory> theFactory;  // Pointer to the enclosing class (enables objects of derived classes of this clas to access members of the
-    // enclosing class (theFactory) */
-    void setFactory(std::shared_ptr<taw::performance_assessment_factory> aFactory) { this->theFactory = aFactory; }  // introduces the factory to the current object. Needs to be
-    // called within the factory after initialization of the object of the derived class
-    /* -- Test end -- */
 };
 
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_ABSTRACTSARPERFORMANCE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_ABSTRACTSARPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.cpp b/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.cpp
index ba2fa8d97ae1e2b58512171ce604c125bfb4c61f..79ee9c2d0f84d6fe472520a7fbeaadd4caafeddc 100644
--- a/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.cpp
+++ b/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "SARPerformance.h"
 
 using std::endl;
@@ -35,8 +40,8 @@ void SARPerformance::doSARCalculation(std::shared_ptr<abstractFlightEnvelopes> t
         theSAR.push_back(dataSAR());
         theSAR.back().Mass = theEnvelopes->myFlightEnvelope.at(i).grossMass;
         double maxAlt = theEnvelopes->myFlightEnvelope.at(i).maxAlt;
-        double minAlt = (0.3048 * 30000);
-        for (double alt = minAlt; alt <= maxAlt; alt += 0.3048 * 1000.) {
+        double minAlt = convertUnit(FOOT, METER, 30000);
+        for (double alt = minAlt; alt <= maxAlt; alt += convertUnit(FOOT, METER, 1000)) {
             double minMach = findMinMach(alt, theEnvelopes, i);
             double maxMach = findMaxMach(alt, theEnvelopes, i);
             theSAR.back().tabSAR.push_back(dataSARMach());
@@ -47,14 +52,14 @@ void SARPerformance::doSARCalculation(std::shared_ptr<abstractFlightEnvelopes> t
             for (int j(0); j <= stepSize; j++) {
                 double mach = minMach + static_cast<double>(j) / stepSize * (maxMach - minMach);
                 try {
-                    double tempSAR = calculateSAR(theSAR.back().Mass, alt, mach, "MaxCont", "Clean");
+                    double tempSAR = calculateSAR(theSAR.back().Mass, alt, mach, "maximum_continuous", "clean");
                     theSAR.back().tabSAR.back().Mach.push_back(mach);
                     theSAR.back().tabSAR.back().SAR.push_back(tempSAR);
                     if (tempSAR >= bestSARatAlt) {
                         bestSARatAlt = tempSAR;
                         bestSARatMach = mach;
                     }
-                } catch (const char * text) {
+                } catch (const std::string text) {
                     myRuntimeInfo->info << "CL_max reached. Stop SAR calculation." << std::endl;
                     break;
                 } catch (const int& engineStatus) {
diff --git a/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.h b/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.h
index af212c75b92bf2470f3e5fa894883c6c5fb10248..de0e24c8e118415022925ff34e6ecf48fb808b75 100644
--- a/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/SARPerformance/low_fidelity/SARPerformance.h
@@ -1,21 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_LOW_FIDELITY_SARPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_LOW_FIDELITY_SARPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_LOW_FIDELITY_SARPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_LOW_FIDELITY_SARPERFORMANCE_H_
 
 #include <moduleBasics/module.h>
 
@@ -27,10 +32,6 @@
 #include "../../flightEnvelopes/abstractFlightEnvelopes.h"
 #include "../../aircraft.h"
 
-
-// class aircraft;
-// class flightEnvelopes;
-
 using std::string;
 using std::vector;
 
@@ -39,10 +40,8 @@ namespace low {
 /**\class SARPerformance global class that contains informations about the specific air range (SAR)
 *
 */
-class SARPerformance : public abstractSARPerformance{
+class SARPerformance : public abstractSARPerformance {
  public:
-
-
     /**\brief Function to calculate the flight parameters for the specific air range
     *\param theEnvelopes flightEnvelopes object
     */
@@ -87,4 +86,5 @@ class SARPerformance : public abstractSARPerformance{
     double findMaxMach(double theAlt, std::shared_ptr<abstractFlightEnvelopes> theEnvelopes, int ID);
 };
 }  // namespace low
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_LOW_FIDELITY_SARPERFORMANCE_H_
+
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_SARPERFORMANCE_LOW_FIDELITY_SARPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/VnDiagram/abstractVnDiagram.h b/performance_assessment/src/taw/defaultMethods/VnDiagram/abstractVnDiagram.h
index 708aebc4b6c35be5400c7ca4b69b533df9e9ab40..84e24fbc5b9d1131251ab569d343daa40dec04ed 100644
--- a/performance_assessment/src/taw/defaultMethods/VnDiagram/abstractVnDiagram.h
+++ b/performance_assessment/src/taw/defaultMethods/VnDiagram/abstractVnDiagram.h
@@ -1,20 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_ABSTRACTVNDIAGRAM_H_
 #define performance_assessment_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_ABSTRACTVNDIAGRAM_H_
 
diff --git a/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.cpp b/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.cpp
index 3a7a2d658a14f8a1bd9f2d8195a3b8eaf248ad2e..315f37b1044e04d5dcdf8046d7014be167f98686 100644
--- a/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.cpp
+++ b/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "VnDiagram.h"
 
 namespace low {
@@ -54,7 +59,8 @@ void VnDiagram::doVnDiagram() {
         myTakeoffDiagram.push_back(tempValues);
     }
     /* Diagram for the Landing configuration */
-    for (int i = 0 ; i <= theAcftPt->VDive + convertUnit(KNOTS, METERPERSECOND, 5); i += step) {  // TODO(Ufermann): Determine maximum speed for landing configuration
+    for (int i = 0 ; i <= theAcftPt->VDive + convertUnit(KNOTS, METERPERSECOND, 5); i += step) {
+        // TODO(Ufermann): Determine maximum speed for landing configuration
         tempValues.speed = i;
         tempValues.n_upperBound = calc_upperBoundFlaps("landing", FlapsCoefficientLDG, tempValues.speed);
         tempValues.n_lowerBound = 0;
diff --git a/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.h b/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.h
index 1764055ad5be7552b2e326966cfa50b33bcd010f..8cffac9a6b276e3ef74f7c8d37844979abb38fcc 100644
--- a/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.h
+++ b/performance_assessment/src/taw/defaultMethods/VnDiagram/low_fidelity/VnDiagram.h
@@ -1,21 +1,27 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_LOW_FIDELITY_VNDIAGRAM_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_LOW_FIDELITY_VNDIAGRAM_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_LOW_FIDELITY_VNDIAGRAM_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_LOW_FIDELITY_VNDIAGRAM_H_
 
 #include <unitConversion/unitConversion.h>
 
@@ -116,5 +122,5 @@ class VnDiagram : public abstractVnDiagram{
 };
 
 }  // namespace low
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_LOW_FIDELITY_VNDIAGRAM_H_
 
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_VNDIAGRAM_LOW_FIDELITY_VNDIAGRAM_H_
diff --git a/performance_assessment/src/taw/defaultMethods/aircraft.cpp b/performance_assessment/src/taw/defaultMethods/aircraft.cpp
index 4877a530f0d5aff2154e7e45eda82483edbb7b16..824a1d1dee9ec472d390e34d4bd0764d242347c1 100644
--- a/performance_assessment/src/taw/defaultMethods/aircraft.cpp
+++ b/performance_assessment/src/taw/defaultMethods/aircraft.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "aircraft.h"
 
 #include <aixml/node.h>
@@ -45,7 +50,6 @@ aircraft::aircraft(const std::shared_ptr<RuntimeIO>& rtIO, const std::shared_ptr
     polarXML(aixml::openDocument(rtIO->getAeroDataDir() + "/" + rtIO->acxml.at("analysis/aerodynamics/polar/polar_file/value"))),
     aero(rtIO->acxml, polarXML) {
     /* Constructor */
-    // polarXML = aixml::openDocument(rtIO->getIODir() + "/aeroData/" + rtIO->acxml.at("/aircraft_exchange_file/analysis/aerodynamics/polar/polar_file/value"));
     acftName = rtIO->aircraft_type() + rtIO->aircraft_model();
     MTOM = EndnodeReadOnly<double>("/aircraft_exchange_file/analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass").read(rtIO->acxml).value();
     MLM = EndnodeReadOnly<double>("/aircraft_exchange_file/analysis/masses_cg_inertia/maximum_landing_mass/mass_properties/mass").read(rtIO->acxml).value();
@@ -58,7 +62,7 @@ aircraft::aircraft(const std::shared_ptr<RuntimeIO>& rtIO, const std::shared_ptr
     VMO = EndnodeReadOnly<double>(
         "/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/maximum_operating_velocity")
         .read(rtIO->acxml).value();
-    MDive = EndnodeReadOnly<double>("/assessment/performance/speed/dive_mach_number", 0.).read(rtIO->acxml).value();
+    MDive = EndnodeReadOnly<double>("/aircraft_exchange_file/assessment/performance/speed/dive_mach_number", 0.).read(rtIO->acxml).value();
     VDive = EndnodeReadOnly<double>("/aircraft_exchange_file/assessment/performance/speed/dive_velocity", 0.).read(rtIO->acxml).value();
     MInitialCruise = EndnodeReadOnly<double>(
         "/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/initial_cruise_mach_number")
@@ -87,18 +91,14 @@ aircraft::aircraft(const std::shared_ptr<RuntimeIO>& rtIO, const std::shared_ptr
     frictionCoefficient = EndnodeReadOnly<double>(
         "/aircraft_exchange_file/requirements_and_specifications/requirements/additional_requirements/landing_gear/friction_coefficient").read(rtIO->acxml).value();
     brakingCoefficient = EndnodeReadOnly<double>(
-        "/aircraft_exchange_file/requirements_and_specifications/requirements/additional_requirements/landing_gear/breaking_coefficient").read(rtIO->acxml).value();
-    // myEngine(rtIO->getEngineDataDir());
-    // myEngines(rtIO);
-    // aero = aerodynamics(rtIO->acxml, polarXML);
-    // myMission = string(rtIO->getIODir(), rtIO->acxml.at("/aircraft_exchange_file/requirements_and_specifications/mission_files/" + this->getMissionType() + "/value"));
+        "/aircraft_exchange_file/requirements_and_specifications/requirements/additional_requirements/landing_gear/braking_coefficient").read(rtIO->acxml).value();
 
     factorVLOF = 1.1;
     factorV2 = 1.1;
 
     /* Requirements */
     myReqs.OEICruiseAltitude = EndnodeReadOnly<double>(
-        "/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/maximum_one_engine_operating_altitude")
+        "/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/flight_envelope/maximum_altitude_one_engine_inoperative")
         .read(rtIO->acxml).value();
     myReqs.TOFL = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/takeoff_distance")
         .read(rtIO->acxml).value();
@@ -141,7 +141,7 @@ aircraft::aircraft(const std::shared_ptr<RuntimeIO>& rtIO, const std::shared_ptr
     // Determination of V2 for minimum climb gradients
     factorV2 = this->getMinimumFactorForV2();
     if (factorV2 <= 1.128) {  // Par CS25.107: v2 !> 1.2 * vS or 1.128 * vSR (vS1g)
-        factorVLOF = factorV2;
+        factorVLOF = factorV2 = 1.128;
     } else {
         factorVLOF = 1.128;
     }
@@ -163,7 +163,7 @@ aircraft::~aircraft() {
 
 string aircraft::getMissionType() {
     string missionType;
-    if (!mySettingsPt->designForMTOM && (mySettingsPt->mySwitches.doFuelPlanning && mySettingsPt->useStudyMissionForAnalysis)) {
+    if (!mySettingsPt->designForMTOM && mySettingsPt->useStudyMissionForAnalysis) {
         missionType = "study_mission";
     } else {
         missionType = "design_mission";
@@ -220,6 +220,15 @@ double aircraft::ROC(double Mass, double Alt, double Mach, double fACC, string C
                           / (atm.getDensity(Alt) * pow(Mach * atm.getSpeedOfSound(Alt), 2) * S_Wing);
     tempDrag = thisAERO.getCLDrag(Mach, Alt, tempLiftCoefficient, Configuration, atm);
     double tempROC = ((ac_thrust - tempDrag) / (G_FORCE * Mass) * (Mach * atm.getSpeedOfSound(Alt))) / (1. + fACC);
+        myRuntimeInfo->debug << "------------------------------------------" << std::endl;
+        myRuntimeInfo->debug << "ROC: " << tempROC << " m/s" << std::endl;
+        myRuntimeInfo->debug << "Mass: " << Mass << " kg" << std::endl;
+        myRuntimeInfo->debug << "Altitude: " << Alt << " m" << std::endl;
+        myRuntimeInfo->debug << "Mach: " << Mach << std::endl;
+        myRuntimeInfo->debug << "CL: " << thisAERO.getCL(Alt, Mach, 0.0, Mass, atm) << std::endl;
+        myRuntimeInfo->debug << "CD: " << tempDrag / (atm.getDensity(Alt)/2 * pow(atm.getSpeedOfSound(Alt) * Mach, 2.) * this->S_Wing) << std::endl;
+        myRuntimeInfo->debug << "Thrust: " << ac_thrust << std::endl;
+        myRuntimeInfo->debug << "Drag: " << tempDrag << std::endl;
     return tempROC;
 }
 
@@ -240,9 +249,8 @@ double aircraft::getMinimumFactorForV2() {
         factor += 0.0025;
         double Mach = factor * this->v1gS_TO(this->MTOM, altitude) / this->atm.getSpeedOfSound(altitude);
         double tempTAS = convertUnit(MACH, TRUEAIRSPEED, altitude, this->atm, Mach);
-        //this->ROC(..., true, ...): OEI active, which is a requirement for minimum climb gradient in 2nd climb segment
-        double tempROC = this->ROC(this->MTOM, altitude, Mach, 0.0, "climb", "takeoff", this->myMission.bleedOffTO,  this->myMission.shaftOffTO, true, this->aero);
-        tempClimbGradient = tempROC / tempTAS * 100.;
+        double tempROC_OEI = this->ROC(this->MTOM, altitude, Mach, 0.0, "climb", "takeoff", this->myMission.bleedOffTO,  this->myMission.shaftOffTO, true, this->aero);
+        tempClimbGradient = tempROC_OEI / tempTAS * 100.;
     } while (tempClimbGradient < myReqs.climbGradientSecondTOSegment);
     return factor;
 }
@@ -252,23 +260,14 @@ void aircraft::Requirements::setRequiredClimbGradients(const uint16_t& numberOfE
         myRuntimeInfo->err << "Climbing requirements are invalid for a single engine aircraft!" << endl;
         exit(1);
     } else if (numberOfEngines == 2) {
-        // this->climbGradientSecondTOSegment = checkBoundaries(climbGradientRequirement.at("secondTOsegment"), 2.4, true, 10., true);
-        // this->climbGradientFinalTOSegment = checkBoundaries(climbGradientRequirement.at("finalTOsegment"), 1.2, true, 10., true);
-        // this->climbGradientApproachOEI = checkBoundaries(climbGradientRequirement.at("approachOEI"), 2.1, true, 10., true);
         this->climbGradientSecondTOSegment = 2.4;
         this->climbGradientFinalTOSegment = 1.2;
         this->climbGradientApproachOEI = 2.1;
     } else if (numberOfEngines == 3) {
-        // this->climbGradientSecondTOSegment = checkBoundaries(climbGradientRequirement.at("secondTOsegment"), 2.7, true, 10., true);
-        // this->climbGradientFinalTOSegment = checkBoundaries(climbGradientRequirement.at("finalTOsegment"), 1.5, true, 10., true);
-        // this->climbGradientApproachOEI = checkBoundaries(climbGradientRequirement.at("approachOEI"), 2.4, true, 10., true);
         this->climbGradientSecondTOSegment = 2.7;
         this->climbGradientFinalTOSegment = 1.5;
         this->climbGradientApproachOEI = 2.4;
     } else if (numberOfEngines >= 4) {
-        // this->climbGradientSecondTOSegment = checkBoundaries(climbGradientRequirement.at("secondTOsegment"), 3.0, true, 10., true);
-        // this->climbGradientFinalTOSegment = checkBoundaries(climbGradientRequirement.at("finalTOsegment"), 1.7, true, 10., true);
-        // this->climbGradientApproachOEI = checkBoundaries(climbGradientRequirement.at("approachOEI"), 2.7, true, 10., true);
         this->climbGradientSecondTOSegment = 3.0;
         this->climbGradientFinalTOSegment = 1.7;
         this->climbGradientApproachOEI = 2.7;
@@ -296,7 +295,7 @@ void aircraft::decipher_icao_ref_code(const std::string icao_ref_code) {
     } else if (icao_ref_code[1] == 'F') {
         myReqs.span_limit = 80.;
     } else {
-        throw std::invalid_argument("ICAO ref code pos 2 malformed!");
+        throw std::invalid_argument("ICAO ref code pos 2 malformed!");  // TODO(hansmann): Add case of intentional noncompliance with ICAO ref code
     }
     // Third letter: Tail height
     // (...)
diff --git a/performance_assessment/src/taw/defaultMethods/aircraft.h b/performance_assessment/src/taw/defaultMethods/aircraft.h
index ee1204b0b40568791ae84c63085bf872af832099..4de1ca5cb951aed151804d8aff613db01f14720c 100644
--- a/performance_assessment/src/taw/defaultMethods/aircraft.h
+++ b/performance_assessment/src/taw/defaultMethods/aircraft.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_AIRCRAFT_H_
 #define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_AIRCRAFT_H_
 
@@ -41,15 +46,15 @@ class aircraft {
     const std::shared_ptr<RuntimeIO>& rtIO;
     const std::shared_ptr<performance_assessment_settings> mySettingsPt; /**< pointer to the mySettings object */
     node& polarXML; /**< Address of aixml object for the polar file */
-    
-    string acftName;/**<Name of the aircraft*/
+
+    string acftName; /**<Name of the aircraft*/
 
     /** \brief Function to get the mission type
     * \return Type of mission that should be analyzed (DesignMission or StudyMission)(-)
     */
     string getMissionType();
 
-    double banana;
+    // double banana;
     double MTOM;/**< Maximum Take-off Mass (kg)*/
     double MLM; /**< Maximum Landing Mass (kg)*/
     double OME;/**< Operating Mass Empty(kg) */
@@ -57,25 +62,25 @@ class aircraft {
     double maxPayload; /** Maximum payload (kg) */
 
     double MMO; /**< Maximum operating Mach number (-) */
-    double VMO; /**< Maximum operating speed (KCAS) */
+    double VMO; /**< Maximum operating speed (m/s) */
     double MDive; /** Diving Mach number (-) */
-    double VDive; /** Diving speed (KCAS) */
+    double VDive; /** Diving speed (m/s) */
 
     double MInitialCruise; /**< Initial cruise Mach number (-) */
-    double hInitialCruise; /**< Initial cruise altitude (ft) */
-    double hMaxOperating; /**< Maximum operating altitude (ft) */
+    double hInitialCruise; /**< Initial cruise altitude (m) */
+    double hMaxOperating; /**< Maximum operating altitude (m) */
 
     double timeToClimb; /**< Design time to climb (from 1500 ft to initial cruise altitude at ISA+deltaISA (s)*/
 
     double delta_isa; /**< Temperature delta to the ISA-Conditions (K)*/
 
-    double designRange;     /**< Design range (km) */
+    double designRange;     /**< Design range (m) */
     double designPayload;   /**< Design payload (kg)*/
 
-    double rangeMaxPayload; /**< Range with maximum payload and fuel till the aircraft reaches MTOM (km) */
-    double rangeMaxFuel;    /**< Range with maximum fuel and payload till the aircraft reaches MTOM (km) */
+    double rangeMaxPayload; /**< Range with maximum payload and fuel till the aircraft reaches MTOM (m) */
+    double rangeMaxFuel;    /**< Range with maximum fuel and payload till the aircraft reaches MTOM (m) */
     double payloadRangeMaxfuel; /** Payload with maximum fuel and MTOM (kg) */
-    double rangeFerry;      /** Range with maximum fuel and zero payload (km) */
+    double rangeFerry;      /** Range with maximum fuel and zero payload (m) */
 
     int numberEngines; /**< Number of engines (-) */
 
@@ -113,17 +118,17 @@ class aircraft {
         */
         void setRequiredClimbGradients(const uint16_t& numberOfEngines);
         // Member variables
-        double OEICruiseAltitude;               /**< Maximum operating altitude with one engine inoperative (ft) */
+        double OEICruiseAltitude;               /**< Maximum operating altitude with one engine inoperative (m) */
         double TOFL;                            /**< Take-off field length (m) */
         double climbGradientSecondTOSegment;    /**< Required climb gradient in the second climb segment (%) */
         double climbGradientFinalTOSegment;     /**< Required climb gradient in the third (final) climb segment (%) */
         double LDN;                             /**< Design landing field length (m) */
         double climbGradientApproachOEI;        /**< Required climb gradient for go-around during approach and one engine inoperative(%) */
         double climbGradientApproachAEO;        /**< Required climb gradient for go-around during approach (%) */
-        double approachSpeed;                   /**< Design approach speed (kts) */
+        double approachSpeed;                   /**< Design approach speed (m/s) */
         string icao_aerodrome_reference_code;   // ICAO reference code - code_number 1-4 (field length) + code_letter A-F (wing span limits) +
             // faa ADG code number I-VI (wing span limits + tail height limits) + Aircraft Approach Category letter A-D */
-        double span_limit;                      /**< Maximum span limit according to ICAO ref code */
+        double span_limit;                      /**< Maximum span limit according to ICAO ref code (m) */
     };
     Requirements myReqs;
 
diff --git a/performance_assessment/src/taw/defaultMethods/ceilingPerformance/abstractCeilingPerformance.h b/performance_assessment/src/taw/defaultMethods/ceilingPerformance/abstractCeilingPerformance.h
index affdca5f92eadaa9132651d7691f635d56600733..a3cddbddb2cee11a49c90916c3f48c8eba5c2742 100644
--- a/performance_assessment/src/taw/defaultMethods/ceilingPerformance/abstractCeilingPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/ceilingPerformance/abstractCeilingPerformance.h
@@ -1,22 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_ABSTRACTCEILINGPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_ABSTRACTCEILINGPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_ABSTRACTCEILINGPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_ABSTRACTCEILINGPERFORMANCE_H_
 
 #include <vector>
 
@@ -49,5 +53,4 @@ class abstractCeilingPerformance
 
 };
 
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_ABSTRACTCEILINGPERFORMANCE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_ABSTRACTCEILINGPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.cpp b/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.cpp
index 7eecd3133088a4734a263bebf53eaceddbc9ef19..01b3599fa8c1e0638720dc9930db2891b64e2118 100644
--- a/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.cpp
+++ b/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "ceilingPerformance.h"
 #include <aixml/node.h>
 #include <runtimeInfo/runtimeInfo.h>
@@ -65,7 +70,7 @@ double ceilingPerformance::iterateForCeiling(double Mass, double ROC, double Mac
     double maxROC(10.0);
     double max_engine_deck_altitude = 14000.;  // TODO(hansmann): Engine deck data not sufficient if ceiling height >14000m (especially relevant for very OME-like weight scenario)
     double altitude_increment = 50.;
-    while (ROC < maxROC && startAlt <= max_engine_deck_altitude) {
+    while (ROC < maxROC && startAlt <= max_engine_deck_altitude - altitude_increment) {
         try {
             if (OEI == true) {
                 Mach = sqrt((2.*Mass * G_FORCE)
diff --git a/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.h b/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.h
index e912341a8558b8917e522c18c382ab17f6517899..e1ae68075d2cb46c80a7f5079b19b0898cc47409 100644
--- a/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/ceilingPerformance/low_fidelity/ceilingPerformance.h
@@ -1,21 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_LOW_FIDELITY_CEILINGPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_LOW_FIDELITY_CEILINGPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_LOW_FIDELITY_CEILINGPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_LOW_FIDELITY_CEILINGPERFORMANCE_H_
 
 #include <vector>
 #include <memory>
@@ -34,8 +39,6 @@ namespace low {
 */
 class ceilingPerformance : public abstractCeilingPerformance{
  public:
-
-
     /** \brief Calculate the aircraft ceiling
     */
     void doCeilingCalculation() override;
@@ -51,11 +54,11 @@ class ceilingPerformance : public abstractCeilingPerformance{
  private:
     /**\brief Function calculates the maximum altitude, at which the rate of climb (ROC) can be achieved
     *\param Mass Aircraft mass (kg)
-    *\param ROC Aircraft rate of climb (ft/min)
+    *\param ROC Aircraft rate of climb (m/s)
     *\param Mach Aircraft Mach number (-)
-    *\param startAlt Initial aircraft altitude (ft)
+    *\param startAlt Initial aircraft altitude (m)
     *\param OEI Switch if one engine is inoperative (true/false)
-    *\return Aircraft ceiling (ft)
+    *\return Aircraft ceiling (m)
     */
     double iterateForCeiling(double Mass, double ROC, double Mach, double startAlt, bool OEI);
 
@@ -83,4 +86,5 @@ class ceilingPerformance : public abstractCeilingPerformance{
 };
 
 }  // namespace low
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_LOW_FIDELITY_CEILINGPERFORMANCE_H_
+
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_CEILINGPERFORMANCE_LOW_FIDELITY_CEILINGPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/enginePerformance/abstractEnginePerformance.h b/performance_assessment/src/taw/defaultMethods/enginePerformance/abstractEnginePerformance.h
index e7916b129d8a9955c4a77759699e8da9033a8441..339fdf8d0186ef1c1ff8d9739cd14923c630e146 100644
--- a/performance_assessment/src/taw/defaultMethods/enginePerformance/abstractEnginePerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/enginePerformance/abstractEnginePerformance.h
@@ -1,22 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_ABSTRACTENGINEPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_ABSTRACTENGINEPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_ABSTRACTENGINEPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_ABSTRACTENGINEPERFORMANCE_H_
 
 #include <vector>
 #include <string>
@@ -33,8 +37,8 @@ class abstractEnginePerformance
      public:
         double Altitude; /**< Aircraft altitude (m) */
         vector<double> Mach; /**< List of aircraft Mach number from 0 to maximum operating Mach number (-) */
-        vector<double> Thrust; /**< List of thrust per engine for different altitudes, flight speeds and engine ratings (kN) */
-        vector<double> SFC; /**< List of specific fuel consumptions for different altitudes, flight speeds and engine ratings (mg/Ns) */
+        vector<double> Thrust; /**< List of thrust per engine for different altitudes, flight speeds and engine ratings (N) */
+        vector<double> SFC; /**< List of specific fuel consumptions for different altitudes, flight speeds and engine ratings (kg/Ns) */
 
         /** \brief Constructor enginePerfParameter
         *
@@ -68,7 +72,4 @@ class abstractEnginePerformance
     virtual void doEngineCalculation(std::vector<std::string> engineRating) = 0;
 };
 
-
-
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_ABSTRACTENGINEPERFORMANCE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_ABSTRACTENGINEPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.cpp b/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.cpp
index e65979f7fcdee479867ed54df25144cb6053c281..38b8f566ea63210231600f65d9dafcb50c4ff2c5 100644
--- a/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.cpp
+++ b/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "enginePerformance.h"
 
 using std::vector;
@@ -32,10 +37,10 @@ enginePerformance::~enginePerformance() {
 }
 
 void enginePerformance::doEngineCalculation(vector<string> theRating) {
-    for (unsigned int i(0); i <= theRating.size() - 1; i++) {
+    for (unsigned int i(0); i < theRating.size(); i++) {
         theRatingEngine.push_back(dataEnginePerformance());
         theRatingEngine.back().Rating = theRating.at(i);
-        for (double alt = 0.; alt <= 0.3048 * 45000.; alt += 0.3048 * 5000.) {
+        for (double alt = 0.; alt <= convertUnit(FOOT, METER, 45000); alt += convertUnit(FOOT, METER, 5000)) {
             theRatingEngine.back().theParameter.push_back(enginePerfParameter());
             theRatingEngine.back().theParameter.back().Altitude = alt;
             for (double mach = 0.0; mach <= theAircraftPt->MMO; mach += 0.05) {
diff --git a/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.h b/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.h
index 74ca81f5808b0610b63a7d7fbfcb870b31239ab1..0262df56acdc596e4fc349a46d961f4056090844 100644
--- a/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/enginePerformance/low_fidelity/enginePerformance.h
@@ -1,21 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_LOW_FIDELITY_ENGINEPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_LOW_FIDELITY_ENGINEPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_LOW_FIDELITY_ENGINEPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_LOW_FIDELITY_ENGINEPERFORMANCE_H_
 
 #include <vector>
 #include <string>
@@ -34,7 +39,7 @@ namespace low {
 */
 class enginePerformance : public abstractEnginePerformance{
  public:
-    double maxThrust; /** Maximum thrust of the aircraft (kN) */
+    double maxThrust; /** Maximum thrust of the aircraft (N) */
 
     /** \brief Calculates the aircraft engine performance for different engine ratings
     * \param theRating vector with engine rating
@@ -55,12 +60,10 @@ class enginePerformance : public abstractEnginePerformance{
     std::shared_ptr<aircraft> theAircraftPt; /**< Pointer to the aircraft object */
 
     /**\brief Function to get the maximum thrust
-    * \return Maximum thrust (kN)
+    * \return Maximum thrust (N)
     */
     double getMaxThrust();
 };
 
 }  // namespace low
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_LOW_FIDELITY_ENGINEPERFORMANCE_H_
-
-
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_ENGINEPERFORMANCE_LOW_FIDELITY_ENGINEPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/flightEnvelopes/abstractFlightEnvelopes.h b/performance_assessment/src/taw/defaultMethods/flightEnvelopes/abstractFlightEnvelopes.h
index 2b619b7a19df4f123ddc6ad9d41bc6f2afe35667..6b5d09c874178ce81dd5fac67dbd0c3f5ec935e9 100644
--- a/performance_assessment/src/taw/defaultMethods/flightEnvelopes/abstractFlightEnvelopes.h
+++ b/performance_assessment/src/taw/defaultMethods/flightEnvelopes/abstractFlightEnvelopes.h
@@ -1,35 +1,41 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_ABSTRACTFLIGHTENVELOPES_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_ABSTRACTFLIGHTENVELOPES_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_ABSTRACTFLIGHTENVELOPES_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_ABSTRACTFLIGHTENVELOPES_H_
 
 #include <vector>
 #include <memory>
 
 #include "../ceilingPerformance/abstractCeilingPerformance.h"
+#include "../aircraft.h"
 
-class abstractFlightEnvelopes
-{
+class abstractFlightEnvelopes {
  public:
     virtual ~abstractFlightEnvelopes() { }
     virtual void doFlightEnvelope(std::shared_ptr<abstractCeilingPerformance> ceilingPerf) = 0;
     virtual void doDiveSpeedLimits() = 0;
 
+    std::shared_ptr<aircraft> theAcftPt;
+
     /**\class speedLimit Class contains the speed limits for different heights
     *
     */
@@ -67,9 +73,7 @@ class abstractFlightEnvelopes
     };
     std::vector<flightEnvelopeData> myFlightEnvelope; /**< List of flight envelope data */
 
+    explicit abstractFlightEnvelopes(std::shared_ptr<aircraft> myAcftPt) : theAcftPt(myAcftPt) { }
 };
 
-
-
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_ABSTRACTFLIGHTENVELOPES_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_ABSTRACTFLIGHTENVELOPES_H_
diff --git a/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.cpp b/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.cpp
index 2a9e3479a49f3dfd8f22caa46e28a5967b9ec540..3b56020f82d9834228bc7e190a0ebbed3820e8b9 100644
--- a/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.cpp
+++ b/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.cpp
@@ -1,26 +1,31 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "flightEnvelopes.h"
 
 namespace low {
 
-flightEnvelopes::flightEnvelopes(aircraft *theAircraft)
+flightEnvelopes::flightEnvelopes(std::shared_ptr<aircraft> myAcftPt)
     :
-    theAcftPt(theAircraft) {
+    abstractFlightEnvelopes(myAcftPt) {
     // ctor
 }
 flightEnvelopes::~flightEnvelopes() {
@@ -39,9 +44,9 @@ void flightEnvelopes::doFlightEnvelope(std::shared_ptr<abstractCeilingPerformanc
         myFlightEnvelope.back().grossMass = ceilingPerf->theCeiling.at(i).Mass;
         myFlightEnvelope.back().maxAlt = ceilingPerf->theCeiling.at(i).maxCeiling;
         getStallingLimit();
-        double crossOverAlt = getCrossOverAlt(convertUnit(KNOTS, METERPERSECOND, theAcftPt->VMO), theAcftPt->MMO);
+        double crossOverAlt = getCrossOverAlt(theAcftPt->VMO, theAcftPt->MMO);
         getMMOLimit(crossOverAlt);
-        crossOverAlt = getCrossOverAlt(convertUnit(KNOTS, METERPERSECOND, theAcftPt->VDive), theAcftPt->MDive);
+        crossOverAlt = getCrossOverAlt(theAcftPt->VDive, theAcftPt->MDive);
         getDiveLimit(crossOverAlt);
     }
 }
@@ -60,7 +65,7 @@ void flightEnvelopes::getMMOLimit(double theCrossOverAlt) {
     for (int i = 0; i <= stepSize; i++) {
         myFlightEnvelope.back().vMO.push_back(speedLimit());
         myFlightEnvelope.back().vMO.back().height = static_cast<double>(i) / static_cast<double>(stepSize) * theCrossOverAlt;
-        myFlightEnvelope.back().vMO.back().speed = convertUnit(KNOTS, METERPERSECOND, theAcftPt->VMO) /
+        myFlightEnvelope.back().vMO.back().speed = theAcftPt->VMO /
                                                    theAcftPt->atm.densityRatio(myFlightEnvelope.back().vMO.back().height);
         myFlightEnvelope.back().MMO.push_back(speedLimit());
         myFlightEnvelope.back().MMO.back().height = theCrossOverAlt + static_cast<double>(i) / static_cast<double>(stepSize) * (myFlightEnvelope.back().maxAlt - theCrossOverAlt);
@@ -74,7 +79,7 @@ void flightEnvelopes::getDiveLimit(double theCrossOverAlt) {
     for (int i = 0; i <= stepSize; i++) {
         myFlightEnvelope.back().vDive.push_back(speedLimit());
         myFlightEnvelope.back().vDive.back().height = static_cast<double>(i) / static_cast<double>(stepSize) * theCrossOverAlt;
-        myFlightEnvelope.back().vDive.back().speed = convertUnit(KNOTS, METERPERSECOND, theAcftPt->VDive) /
+        myFlightEnvelope.back().vDive.back().speed = theAcftPt->VDive /
                                                      theAcftPt->atm.densityRatio(myFlightEnvelope.back().vDive.back().height);
         myFlightEnvelope.back().MDive.push_back(speedLimit());
         myFlightEnvelope.back().MDive.back().height = theCrossOverAlt + static_cast<double>(i) / static_cast<double>(stepSize) * (myFlightEnvelope.back().maxAlt - theCrossOverAlt);
diff --git a/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.h b/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.h
index caa492f99d90f5f7148e1465406ce9b0b20cd339..a6a3b0eed63f4e1d79e3f91c6327f1a11a2b16ee 100644
--- a/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.h
+++ b/performance_assessment/src/taw/defaultMethods/flightEnvelopes/low_fidelity/flightEnvelopes.h
@@ -1,25 +1,31 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_LOW_FIDELITY_FLIGHTENVELOPES_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_LOW_FIDELITY_FLIGHTENVELOPES_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_LOW_FIDELITY_FLIGHTENVELOPES_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_LOW_FIDELITY_FLIGHTENVELOPES_H_
 
 #include <unitConversion/unitConversion.h>
 
 #include <vector>
+#include <memory>
 
 #include "../abstractFlightEnvelopes.h"
 #include "../../ceilingPerformance/abstractCeilingPerformance.h"
@@ -36,7 +42,7 @@ namespace low {
 */
 class flightEnvelopes : public abstractFlightEnvelopes {
  public:
-
+    flightEnvelopes(std::shared_ptr<aircraft> myAcft);
 
     /**\brief Function to compute the dive speed limits
     *
@@ -51,7 +57,7 @@ class flightEnvelopes : public abstractFlightEnvelopes {
     /**\brief constructor flightEnvelopes
     *\param myAircraft Address to the aircraft object
     */
-    explicit flightEnvelopes(aircraft *theAircraft);
+    // explicit flightEnvelopes(std::shared_ptr<aircraft> myAcftPt);
 
     /**\brief Destructor flightEnvelopes
     *
@@ -59,7 +65,7 @@ class flightEnvelopes : public abstractFlightEnvelopes {
     virtual ~flightEnvelopes();
 
  private:
-    aircraft *theAcftPt; /**< Pointer to the aircraft object */
+    // std::shared_ptr<aircraft> theAcftPt; /**< Pointer to the aircraft object */
 
     /**\brief Function calculates the stall speeds for different altitudes
     *
@@ -84,4 +90,4 @@ class flightEnvelopes : public abstractFlightEnvelopes {
     double getCrossOverAlt(double theSpeed, double theMach);
 };
 }  // namespace low
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_LOW_FIDELITY_FLIGHTENVELOPES_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_FLIGHTENVELOPES_LOW_FIDELITY_FLIGHTENVELOPES_H_
diff --git a/performance_assessment/src/taw/defaultMethods/fuelPlanning/abstractFuelPlanning.h b/performance_assessment/src/taw/defaultMethods/fuelPlanning/abstractFuelPlanning.h
deleted file mode 100644
index 0a2af3b8d146906a370cc0e088022b3e5c85ae49..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/fuelPlanning/abstractFuelPlanning.h
+++ /dev/null
@@ -1,126 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_ABSTRACTFUELPLANNING_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_ABSTRACTFUELPLANNING_H_
-
-#include <vector>
-#include <memory>
-
-namespace taw {
-class performance_assessment_factory;
-}
-
-/* Abstract class of fuel planning */
-// The purpose of this class is to be inherited by all "fuelPlanning" (high/mid/.../low) methods.
-
-class abstractFuelPlanning : public std::enable_shared_from_this<abstractFuelPlanning> {
- public:
-    virtual ~abstractFuelPlanning() { }
-    virtual void doFuelPlanning() = 0;
-
-    virtual void doPayloadRangeOLD() { }
-
-    virtual void doFuelPayloadRangeOLD() { }
-    virtual void payloadRangeFromAcftXML() { }
-
-    class fuelData {
-     public:
-        double taxiFuelTakeoff; /**< Taxi fuel at take-off (kg) */
-        double taxiFuelLanding; /**< Taxi fuel at landing (kg) */
-        double missionFuel;  /**< Mission fuel (kg) */  // flight fuel: fuel consumed without taxiing!
-        double contigencyFuel; /**< Contingency fuel (kg) */
-        double alternateFuel; /**< Alternate fuel (kg) */
-        double finalReserveFuel; /**< Final reserve fuel (kg) */
-        double tripFuel; /**< Trip fuel (kg) */
-
-        /**\brief Constructor fuelData
-        *
-        */
-        fuelData() {
-            taxiFuelTakeoff     = 0.;
-            taxiFuelLanding     = 0.;
-            missionFuel           = 0.;
-            contigencyFuel      = 0.;
-            alternateFuel       = 0.;
-            finalReserveFuel    = 0.;
-            tripFuel            = 0.;
-        }
-    };
-
-    /**\brief Class missionFuelData contains aircraft parameters for each mission step
-    *
-    */
-    class missionFuelData {
-     public:
-        double Time; /**< Time spent for the mission (min) */
-        double Range; /**< Distance covered in the mission (km) */
-        double Altitude; /**< Aircraft altitude during the mission (m) */
-        double TAS; /**< True air speed during the mission (m/s) */
-        double Mach; /**< Mach number during the mission (-) */
-        double Mass; /**< Aircraft mass (kg) */
-        double consumedFuel; /**< Fuel consumed during the mission (kg) */
-        double Thrust; /**< Aircraft thrust (kN) */
-        double fuelFlow; /**< Fuel flow (kg/s) */
-        double ROC; /**< Aircraft rate of climb (m/s) */
-
-        missionFuelData() {
-            Time = 0.0;
-            Range = 0.0;
-            Altitude = 0.0;
-            TAS = 0.0;
-            Mach = 0.0;
-            Mass = 0.0;
-            consumedFuel = 0.0;
-            Thrust = 0.0;
-            fuelFlow = 0.0;
-            ROC = 0.0;
-        }
-    };
-    std::vector<missionFuelData> theMissionFuel; /**< List of the mission parameters */
-
-    fuelData myFuel;
-
-    /**\class payloadRangeData Class with parameters for the payload range diagram
-    *
-    */
-    class payloadRangeData {
-     public:
-        double Range; /**< Distance covered in the mission based on the payload-range diagram (NM) */
-        double Payload; /**< Payload carried by the aircraft (kg) */
-        double Fuel; /**< Fuel carried by the aircraft (kg) */
-        double TOM; /**< Aircraft take-off mass (kg) */
-        payloadRangeData() {
-            Range = 0.0;
-            Payload = 0.0;
-            Fuel = 0.0;
-            TOM = 0.0;
-        }
-    };
-    std::vector<payloadRangeData> myPayloadRange;  /**< List of values of the payload-range diagram */
-
-    double tripTime;  /**< Trip time (min) */
-    double blockTime; /**< Block time (min) */
-
-    std::shared_ptr<taw::performance_assessment_factory> theFactory;
-    void setFactory(std::shared_ptr<taw::performance_assessment_factory> aFactory) { this->theFactory = aFactory; }
-};
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_ABSTRACTFUELPLANNING_H_
-
-
-
diff --git a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.cpp b/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.cpp
deleted file mode 100644
index ecb47ebcbf2686b03fa36fbf3be3c616030ca721..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.cpp
+++ /dev/null
@@ -1,284 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include "flightSimulator.h"
-
-using std::endl;
-using std::string;
-
-flightSimulator::flightSimulator(std::shared_ptr<aircraft> anAcftPtr)
-    :
-    theAcftPt(anAcftPtr),
-    climbAltSteps(50.),
-    cruiseSteps(10000.) {
-    //ctor
-}
-
-flightSimulator::~flightSimulator() {
-    //dtor
-}
-
-double flightSimulator::calcTaxiFuel(double taxiTime) {
-    double totalTaxiTime = taxiTime; // in s
-    theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_taxi, 0., 0., theAcftPt->atm, 1., "idle", theAcftPt->myMission.bleedOffTO,
-        theAcftPt->myMission.shaftOffTO);
-    double theTaxiFuel = totalTaxiTime * theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_taxi);
-    return theTaxiFuel;
-}
-
-/* Climb Fuel */
-void   flightSimulator::getClimbFuel(double grossMass, double startAlt, double endAlt, double startMach, double endMach, const string &Config, const string &Rating,
-                                     double bleedOff, double shaftOff, const aerodynamics &theAero, double *climbFuel, double *climbDistance, double *climbTime) {
-    // linear Mach curve
-    double machGradient = (endMach - startMach) / (endAlt - startAlt);
-    double machConstant = endMach - machGradient * endAlt;
-    double theAltitude = startAlt + climbAltSteps;
-    while (theAltitude <= endAlt) {
-        double segFuel(0.);
-        double segTime(0.);
-        double segDistance(0.);
-        double M0 = machGradient * (theAltitude - climbAltSteps) + machConstant;
-        double M1 = machGradient * theAltitude + machConstant;
-        calcClimbFuel(grossMass, theAltitude - climbAltSteps, theAltitude,
-                      M0, M1,
-                      Config, Rating, bleedOff, shaftOff,
-                      theAero,
-                      &segTime, &segFuel, &segDistance);
-        grossMass     -= segFuel;
-        *climbFuel      += segFuel;
-        *climbTime      += segTime;
-        *climbDistance  += segDistance;
-        theAltitude     += climbAltSteps;
-    }
-}
-
-void flightSimulator::calcClimbFuel(double massAC, double H0, double H1, double Mach0, double Mach1, const string& config, string rating, double bleed, double shaft,
-                                    aerodynamics AERO, double *theTime, double *theFuel, double *theDistance) {
-    /* minimum climb performance */
-    double a_minROC = theAcftPt->hInitialCruise / theAcftPt->timeToClimb; //minimum ROC to maintain TTC requirement [m/s]
-    // double m_minROC = (a_minROC - convertUnit(FOOTPERMINUTE, METERPERSECOND, 500.)) / (0. - theAcftPt->hInitialCruise);
-    double m_minROC = (a_minROC - convertUnit(FOOTPERMINUTE, METERPERSECOND, 500.)) / (0. - theAcftPt->hInitialCruise);
-
-    double minimumROC0 = m_minROC * H0 + a_minROC;
-    double minimumROC1 = m_minROC * H1 + a_minROC;
-    // estimate according to Raymer, p.463 and equation 17.48-17.49
-    double ROC0 = theAcftPt->ROC(massAC, H0, Mach0, 0.0, config, rating, bleed, shaft, false, AERO);
-    double ROC1 = theAcftPt->ROC(massAC, H1, Mach1, 0.0, config, rating, bleed, shaft, false, AERO);
-    //Increase the setting to "maximum_continuous"
-    if (ROC0 <= minimumROC0 || ROC1 <= minimumROC1) {
-        rating = "maximum_continuous";
-        ROC0 = theAcftPt->ROC(massAC, H0, Mach0, 0.0, config, rating, bleed, shaft, false, AERO);
-        ROC1 = theAcftPt->ROC(massAC, H1, Mach1, 0.0, config, rating, bleed, shaft, false, AERO);
-        if (ROC0 <= 0. || ROC1 <= 0.) {
-            myRuntimeInfo->err << "  No climb possible!" << endl;
-            myRuntimeInfo->err << "  H0: " << H0 << " m    ->   H1: " << H1 << " m" << endl;
-            myRuntimeInfo->err << "  M0: " << Mach0 << "      ->   M1: " << Mach1 << "" << endl;
-            myRuntimeInfo->err << "  Configuration: " << config << endl;
-            myRuntimeInfo->err << "  Setting:       " << rating << endl;
-            myRuntimeInfo->err << "  ROC0: " << ROC0 << " m/s" << endl;
-            myRuntimeInfo->err << "  ROC1: " << ROC1 << " m/s" << endl;
-            myRuntimeInfo->err << "  Abort!" << endl;
-            exit(1);
-        }
-        if (ROC0 <= minimumROC0 || ROC1 <= minimumROC1) {
-            myRuntimeInfo->err << "The minimum climb requirement cannot be met!" << endl;
-            myRuntimeInfo->err << "  H0: " << H0 << " m    ->   H1: " << H1 << " m" << endl;
-            myRuntimeInfo->err << "  M0: " << Mach0 << "      ->   M1: " << Mach1 << "" << endl;
-            myRuntimeInfo->err << "  Configuration: " << config << endl;
-            myRuntimeInfo->err << "  Setting:       " << rating << endl;
-            myRuntimeInfo->err << "  ROC0: " << ROC0 << " m/s" << endl;
-            myRuntimeInfo->err << "  ROC0required: " << minimumROC0 << " m/s" << endl;
-            myRuntimeInfo->err << "  ROC1: " << ROC1 << " m/s" << endl;
-            myRuntimeInfo->err << "  ROC1required: " << minimumROC1 << " m/s" << endl;
-            myRuntimeInfo->err << "  Abort!" << endl;
-            exit(1);
-        } else {
-            ROC0 = minimumROC0;
-            ROC1 = minimumROC1;
-        }
-    }
-    /* Average Fuel Flow */
-    double avgFuelFlow(0.0);
-    // Point 0
-    double Thrust = calcThrustForROC(massAC, H0, Mach0, ROC0, config, AERO);
-    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_climb, H0, Mach0, theAcftPt->atm, 1.0, rating, bleed, shaft, Thrust);
-    if (theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_climb) < 0.99 * Thrust) {
-        myRuntimeInfo->err << "Engines do not provide the necessary thrust for climbing!" << endl;
-        myRuntimeInfo->err << "  H: " << H0 << endl;
-        myRuntimeInfo->err << "  M: " << Mach0 << endl;
-        myRuntimeInfo->err << "  Configuration: " << config << endl;
-        myRuntimeInfo->err << "  Setting:       " << rating << endl;
-        myRuntimeInfo->err << "  ROC: " << ROC0 << " m/s" << endl;
-        myRuntimeInfo->err << "  Thrust_required:  " << Thrust << " kN" << endl;
-        myRuntimeInfo->err << "  Thrust_available: " << theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_climb)/1000 << " kN" << endl;
-        // myRuntimeInfo->err << "  N1: " << theAcftPt->myEngine.() << endl;  // TODO(hansmann): Currently no method available to get N1 afaik
-        myRuntimeInfo->err << "Abort!" << endl;
-        exit(1);
-    }
-    avgFuelFlow += theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_climb);
-    // Point 1
-    Thrust = calcThrustForROC(massAC, H1, Mach1, ROC1, config, AERO);
-    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_climb, H1, Mach1, theAcftPt->atm, 1.0, rating, bleed, shaft, Thrust);
-    if (theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_climb) < 0.99 * Thrust) {
-        myRuntimeInfo->err << "Engines do not provide the necessary thrust for climbing!" << endl;
-        myRuntimeInfo->err << "  H: " << H1 << endl;
-        myRuntimeInfo->err << "  M: " << Mach1 << endl;
-        myRuntimeInfo->err << "  Configuration: " << config << endl;
-        myRuntimeInfo->err << "  Setting:       " << rating << endl;
-        myRuntimeInfo->err << "  ROC: " << ROC0 << " m/s" << endl;
-        myRuntimeInfo->err << "  Thrust_required:  " << Thrust << " kN" << endl;
-        myRuntimeInfo->err << "  Thrust_available: " << theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_climb)/1000 << " kN" << endl;
-        // myRuntimeInfo->err << "  N1: " << theAcftPt->myEngine.getEngineN() << endl;
-        myRuntimeInfo->err << "Abort!" << endl;
-        exit(1);
-    }
-    avgFuelFlow += theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_climb);
-    avgFuelFlow = 0.5 * avgFuelFlow;
-    /* Average TAS */
-    double avgTAS(0.);
-    avgTAS = 0.5 * (Mach0 * theAcftPt->atm.getSpeedOfSound(H0) +  Mach1 * theAcftPt->atm.getSpeedOfSound(H1));
-    /* Average ROC */
-    double avgROC = 0.5 * (ROC0 + ROC1);
-    *theTime = fabs(H1 - H0) / avgROC;
-//    Raymer, P.463, eq.17.47
-//    double a = (ROC1 - ROC0) / (H1 - H0); //Warning: denominator of ROC_constant = 0!!!!
-//    *theTime = (-1./a) * log( ROC0/ROC1 ); //Warning: log(1) = 0 !!!!
-    *theFuel = *theTime * avgFuelFlow;
-    *theDistance = convertUnit(METER, KILO, METER, sqrt(pow((*theTime * avgTAS), 2) - pow((H1 - H0), 2)));
-}
-
-double flightSimulator::calcThrustForROC(double massOfAC, double H, double Mach, double theROC, string theConfiguration, aerodynamics theAERO) {
-    double reqGamma = asin(theROC / (Mach * theAcftPt->atm.getSpeedOfSound(H)));
-    double regLiftCoefficient = 2. * G_FORCE * massOfAC * cos(reqGamma) /
-                                (theAcftPt->atm.getDensity(H) * pow(Mach * theAcftPt->atm.getSpeedOfSound(H), 2.) * theAcftPt->S_Wing);
-    double reqDrag = theAERO.getCLDrag(Mach, H, regLiftCoefficient, theConfiguration, theAcftPt->atm);
-    double reqThrust = reqDrag + (G_FORCE * massOfAC) * theROC / (Mach * theAcftPt->atm.getSpeedOfSound(H));
-    return reqThrust; //N
-}
-
-/* Accelerate Fuel */
-void flightSimulator::getAccelerateFuel(double grossMass, double Altitude, double startMach, double endMach, string Config, string Rating, double bleedOff, double shaftOff,
-                                        aerodynamics theAero, double *accFuel, double *accDistance, double *accTime) {
-    if (startMach > endMach) {
-        myRuntimeInfo->err << "An acceleration is to be calculated, but" << endl;
-        myRuntimeInfo->err << "Mach0 = " << startMach << " > Mach1 = " << endMach << endl;
-        myRuntimeInfo->err << "Abort!" << endl;
-        exit(1);
-    }
-    // assumption of a constant acceleration -> linear increase in velocity
-    double avgMach = 0.5 * (startMach + endMach);
-    theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_cruise, Altitude, avgMach, theAcftPt->atm, 1.0, Rating, bleedOff, shaftOff);
-    double average_thrust = theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-    double average_drag = theAero.getCruiseDrag(avgMach, Altitude, 0.0, grossMass, Config, theAcftPt->atm);
-    double avgAcc = (1. / grossMass) * (average_thrust - average_drag);
-    if (avgAcc <= 0. && Rating == "cruise") {
-        Rating = "climb";
-        theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_cruise, Altitude, avgMach, theAcftPt->atm, 1.0, Rating, bleedOff, shaftOff);
-        avgAcc = (1. / grossMass) * (theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise))
-                                       - theAero.getCruiseDrag(avgMach, Altitude, 0.0, grossMass, Config, theAcftPt->atm);
-    }
-    if (avgAcc <= 0. && Rating == "climb") {
-        Rating = "maximum_continuous";
-        theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_climb, Altitude, avgMach, theAcftPt->atm, 1.0, Rating, bleedOff, shaftOff);
-        avgAcc = (1. / grossMass) * (theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_climb))
-                                       - theAero.getCruiseDrag(avgMach, Altitude, 0.0, grossMass, Config, theAcftPt->atm);
-    }
-    if (avgAcc <= 0.) {
-        myRuntimeInfo->err << "No acceleration possible!" << endl;
-        myRuntimeInfo->err << "Altitude: " << convertUnit(METER, FOOT, Altitude) << " ft" << endl;
-        myRuntimeInfo->err << "Mach0:    " << startMach << endl;
-        myRuntimeInfo->err << "Mach1:    " << endMach << endl;
-        myRuntimeInfo->err << "Config:   " << Config << endl;
-        myRuntimeInfo->err << "Rating:   " << Rating << endl;
-        myRuntimeInfo->err << "Abort!" << endl;
-        exit(1);
-    }
-    *accTime = fabs(endMach - startMach) * theAcftPt->atm.getSpeedOfSound(Altitude) / avgAcc;
-    *accDistance = *accTime * fabs(endMach - startMach) * theAcftPt->atm.getSpeedOfSound(Altitude);
-    *accFuel = theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise) * *accTime;;
-}
-
-bool flightSimulator::checkForAcceleration(double grossMass, double Altitude, double Mach, string Config, string Rating, double Derate, double bleedOff, double shaftOff,
-                                           aerodynamics theAero) {
-    double theDrag = theAero.getCruiseDrag(Mach, Altitude, 0., grossMass, Config, theAcftPt->atm);
-    theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_cruise, Altitude, Mach, theAcftPt->atm, Derate, Rating, bleedOff, shaftOff);
-          // TODO(hansmann): cuise energy_carrier is currently hardcoded here as energy carrier
-    double currentThrust = theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-    if (0.995 * theDrag > currentThrust) {
-        return false;
-    } else {
-        return true;
-    }
-}
-
-/* Cruise Flight */
-void flightSimulator::getCruiseFuel(double grossMass, double Altitude, double Mach, string Config, string Rating, double bleedOff, double shaftOff, aerodynamics theAero,
-                                    double *cruiseFuel, double cruiseDistance, double *cruiseTime) {
-    *cruiseTime = 0.;
-    *cruiseFuel = 0.;
-    if (cruiseDistance > 0.) {
-        double flownDistance(0.);
-        do {
-            double theDrag = theAero.getCruiseDrag(Mach, Altitude, 0., grossMass, Config, theAcftPt->atm);
-            theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, Altitude, Mach, theAcftPt->atm, 1.0, Rating, bleedOff, shaftOff,
-                theDrag);
-            double theThrust = theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-            if (0.995 * theDrag > theThrust) {
-                myRuntimeInfo->err << "Error in cruise calculation! Abort!!!" << endl;
-                myRuntimeInfo->err << "Thrust is not equal to resistance:" << endl;
-                myRuntimeInfo->err << "-> Thrust: " << theThrust << " N" << endl;
-                myRuntimeInfo->err << "-> Drag:  " << theDrag << " N" << endl;
-                exit(1);
-            }
-            double segTime = cruiseSteps / (Mach * theAcftPt->atm.getSpeedOfSound(Altitude));
-            double segFuel = segTime * theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-            *cruiseTime += segTime;
-            *cruiseFuel += segFuel;
-            grossMass -= segFuel;
-            flownDistance += cruiseSteps;
-        } while (flownDistance <= cruiseDistance);
-    } else {
-        *cruiseTime = 0.;
-        *cruiseFuel = 0.;
-    }
-}
-
-bool flightSimulator::checkForSteadyLevelFlight(double grossMass, double Altitude, double Mach, string Config, string Rating, double bleedOff, double shaftOff,
-                                                aerodynamics theAero) {
-    double theDrag = theAero.getCruiseDrag(Mach, Altitude, 0., grossMass, Config, theAcftPt->atm);
-    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, Altitude, Mach, theAcftPt->atm, 1.0, Rating, bleedOff, shaftOff,
-        theDrag);
-    double theThrust = theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-    if (0.995 * theDrag > theThrust) {
-        return false;
-    } else {
-        return true;
-    }
-}
-
-/* Descend */
-void flightSimulator::getDescendFuel(double startAltitude, double endAltitude, double startMach, double endMach, double bleedOff, double shaftOff, double *descendFuel,
-                                     double *descendDistance, double *descendTime) {
-    double deltaAltitude = fabs(startAltitude - endAltitude);
-    double avgTAS = 0.5 * (startMach * theAcftPt->atm.getSpeedOfSound(startAltitude)
-                           + endMach * theAcftPt->atm.getSpeedOfSound(endAltitude));
-    *descendDistance = 1. / tan(convertUnit(DEGREE, RADIAN, 5.)) * deltaAltitude;
-    *descendTime = sqrt(pow(*descendDistance, 2.) + pow(deltaAltitude, 2)) / avgTAS;
-    theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_descent, startAltitude, startMach, theAcftPt->atm, 1., "idle", bleedOff,
-        shaftOff);
-    *descendFuel = *descendTime * theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_descent);
-}
diff --git a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.h b/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.h
deleted file mode 100644
index cb0f1300ff9d3898fe91b94ae65cc8d7818956cf..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/flightSimulator.h
+++ /dev/null
@@ -1,210 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FLIGHTSIMULATOR_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FLIGHTSIMULATOR_H_
-
-#include "../../aircraft.h"
-
-#include <aerodynamics/aerodynamics.h>
-#include <runtimeInfo/runtimeInfo.h>
-#include <unitConversion/unitConversion.h>
-
-#include <string>
-#include <memory>
-
-class aircraft;
-class aerodynamics;
-
-using std::string;
-
-/**\class flightSimulator class that contains the amounts of fuel required for each flight phase
-*
-*/
-class flightSimulator {
- public:
-    /**\brief Function to calculate the taxi fuel
-    *\param taxi time (min)
-    * \return taxi fuel (kg)
-    */
-    double calcTaxiFuel(double taxiTime);
-
-    /**\brief Function to compute the necessary climb fuel
-    *\param grossMass Aircraft gross mass (kg)
-    *\param startAlt Altitude at the starting point of the climb segment (m)
-    *\param endAlt Altitude at the end of the climb segment (m)
-    *\param startMach Mach number at the start of the climb segment (-)
-    *\param endMach Mach number at the end of the climb segment (-)
-    *\param Config Flaps configuration (-)
-    *\param Rating Engine rating (-)
-    *\param bleedOff Current bleed air offtake (kg/s)
-    *\param shaftOff Shaft power offtake (W)
-    *\param theAero Object of the aerodynamics class
-    *\param climbFuel Fuel needed during climb phase (kg)
-    *\param climbDistance Distance covered during climb phase (km)
-    *\param climbTime Time spent during climb phase (s)
-    */
-    void   getClimbFuel(double grossMass,
-                        double startAlt, double endAlt,
-                        double startMach, double endMach,
-                        const string &Config, const string &Rating,
-                        double bleedOff, double shaftOff,
-                        const aerodynamics &theAero,
-                        double *climbFuel, double *climbDistance, double *climbTime);
-
-
-    /**\brief Function to compute the fuel needed to accelerate from one Mach number to another Mach number
-    *\param grossMass Aircraft gross mass (kg)
-    *\param Altitude Aircraft altitude (m)
-    *\param startMach Mach number at the starting point of the acceleration segment (-)
-    *\param endMach Mach number at the ending point of the acceleration segment (-)
-    *\param Config Flaps configuration (-)
-    *\param Rating Engine rating (-)
-    *\param bleedOff Current bleed air offtake (kg/s)
-    *\param shaftOff Current shaft power offtake (W)
-    *\param theAero Object of the aerodynamics class
-    *\param accFuel Fuel needed during acceleration phase (kg)
-    *\param accDistance Distance covered during acceleration phase (km)
-    *\param accTime Time spent during acceleration phase (s)
-    */
-    void getAccelerateFuel(double grossMass,
-                           double Altitude,
-                           double startMach, double endMach,
-                           string Config, string Rating,
-                           double bleedOff, double shaftOff,
-                           aerodynamics theAero,
-                           double *accFuel, double *accDistance, double *accTime);
-
-    /**\brief Function checks if enough thrust is provided by the engine
-    *\param grossMass Aircraft gross mass (kg)
-    *\param Altitude Aircraft altitude (m)
-    *\param Mach Aircraft Mach number (-)
-    *\param Config Flaps configuration (-)
-    *\param Rating Engine rating (-)
-    *\param Derate Artificial constant to reduce the engine spool speed (between 0 and 1)
-    *\param bleedOff Current bleed air offtake (kg/s)
-    *\param shaftOff Current shaft power offtake (W)
-    *\param theAero Object of the aerodynamics class
-    *\return True or false
-    */
-    bool checkForAcceleration(double grossMass,
-                              double Altitude, double Mach,
-                              string Config, string Rating, double Derate,
-                              double bleedOff, double shaftOff,
-                              aerodynamics theAero);
-
-    /**\brief Function to compute the cruise fuel needed
-    *\param grossMass Aircraft gross mass (kg)
-    *\param Altitude Aircraft altitude (m)
-    *\param Mach Aircraft Mach number (-)
-    *\param Config Flaps configuration (-)
-    *\param Rating Engine rating (-)
-    *\param bleedOff Current bleed air offtake (kg/s)
-    *\param shaftOff Current shaft power offtake (W)
-    *\param theAero Object of the aerodynamics class
-    *\param cruiseFuel Fuel needed during the cruise phase (kg)
-    *\param cruiseDistance Distance covered during cruise phase (km)
-    *\param cruiseTime Time spent for the cruise phase (s)
-    */
-    void getCruiseFuel(double grossMass,
-                       double Altitude, double Mach,
-                       string Config, string Rating,
-                       double bleedOff, double shaftOff,
-                       aerodynamics theAero,
-                       double *cruiseFuel, double cruiseDistance, double *cruiseTime);
-
-    /**\brief Function checks if enough engine thrust is provided
-    *\param grossMass Aircraft gross mass (kg)
-    *\param Altitude Aircraft altitude (m)
-    *\param Mach Aircraft Mach number (-)
-    *\param Config Flap configuration (-)
-    *\param Rating Engine rating (-)
-    *\param bleedOff Current bleed air offtake (kg/s)
-    *\param shaftOff Current shaft power offtake (W)
-    *\param theAero Object of the aerodynamics class
-    *\return True or false
-    */
-    bool checkForSteadyLevelFlight(double grossMass,
-                                   double Altitude, double Mach,
-                                   string Config, string Rating,
-                                   double bleedOff, double shaftOff,
-                                   aerodynamics theAero);
-
-    /**\brief Function to compute the descend fuel needed
-     *\param startAltitude Altitude at the starting point of the descend segment (m)
-     *\param endAltitude Altitude at the end of the descend segment (m)
-     *\param startMach Mach number at the start of the descend segment (-)
-     *\param endMach Mach number at the end of the descend segment (-)
-     *\param bleedOff Current bleed air offtake (kg/s)
-     *\param shaftOff Shaft power offtake (W)
-     *\param descendFuel Fuel needed during descend phase (kg)
-     *\param descendDistance Distance covered during descend phase (km)
-     *\param descendTime Time spent for the descend phase (s)
-     */
-    void getDescendFuel(double startAltitude, double endAltitude,
-                        double startMach, double endMach,
-                        double bleedOff, double shaftOff,
-                        double *descendFuel, double *descendDistance, double *descendTime);
-
-    /**\brief Constructor flightSimulator
-     *\param theAircraft Address to the aircraft object
-     */
-    explicit flightSimulator(std::shared_ptr<aircraft> anAcftPtr);
-
-    /**\brief Destructor flightSimulator object
-    *
-    */
-    virtual ~flightSimulator();
-
- private:
-    std::shared_ptr<aircraft> theAcftPt; /**< Pointer to the aircraft object */
-
-    double climbAltSteps; /**< Climb altitude steps (m) */
-    double cruiseSteps; /**< Cruise steps (m) */
-
-    /**\brief Function to compute the climb fuel needed
-    *\param massAC Aircraft mass (kg)
-    *\param H0 Initial aircraft height (m)
-    *\param H1 Final aircraft height (m)
-    *\param Mach0 Initial aircraft Mach number (-)
-    *\param Mach1 Final aircraft Mach number (-)
-    *\param config Flap configuration (-)
-    *\param rating Engine rating (-)
-    *\param bleed Current bleed air (kg/s)
-    *\param shaft Shaft power (W)
-    *\param AERO Object of the aerodynamics class
-    *\param theTime Time spent in the climb phase (s)
-    *\param theFuel Average fuel needed (kg)
-    *\param theDistance Distance covered (km)
-    */
-    void calcClimbFuel(double massAC, double H0, double H1, double Mach0, double Mach1,
-                       const string& config, string rating, double bleed, double shaft,
-                       aerodynamics AERO,
-                       double *theTime, double *theFuel, double *theDistance);
-
-    /**\brief Function to compute the thrust needed for the given rate of climb (theROC)
-    *\param massOfAC Aircraft mass (kg)
-    *\param H Height (m)
-    *\param Mach Mach number (-)
-    *\param theROC Rate of climb (m/s)
-    *\param theConfiguration Flap configuration (-)
-    *\param AERO Object of the aerodynamics class
-    *\return The required thrust for the given rate of climb (kN)
-    */
-    double calcThrustForROC(double massOfAC, double H, double Mach, double theROC, string theConfiguration, aerodynamics theAERO);
-};
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FLIGHTSIMULATOR_H_
diff --git a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.cpp b/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.cpp
deleted file mode 100644
index 73d2255d4f29e195ddab4c2781e436a139e0dc34..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.cpp
+++ /dev/null
@@ -1,138 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#include "fuelFromMassFraction.h"
-
-using std::endl;
-using std::vector;
-
-fuelFromMassFraction::fuelFromMassFraction(double thisOME, double cruiseMach)
-    :
-    theBreguetFactor(0.),
-    breguetEfficiencyBlockFuel(1.0),
-    breguetEfficiencyTripFuel(1.0),
-    missionFuel(0.),
-    tripFuel(0.),
-    theOME(thisOME),
-    theCruiseMach(cruiseMach) {
-    // ctor
-}
-
-fuelFromMassFraction::~fuelFromMassFraction() {
-    // dtor
-}
-
-// TODO(franz#1#): evtl ueberfluessig, die mit calcFuelFromMassFractions wird einfach so angepasst mit den breguetEfficiency-Faktoren,
-// damit mission-/tripfuel gleich dem Fuel von calcStandardFuelPlanning in fuelPlanning
-
-void fuelFromMassFraction::calibrateBreguet(double targetMissionFuel, double targetTripFuel, double designPayload, double designRange) {
-    calcFuelFromMassFractions(designPayload, designRange);
-    breguetEfficiencyBlockFuel = targetMissionFuel / missionFuel;
-    breguetEfficiencyTripFuel = targetTripFuel / tripFuel;
-    calcFuelFromMassFractions(designPayload, designRange);
-    double theDeviation = sqrt(pow((targetMissionFuel - missionFuel) / targetMissionFuel, 2)
-                               + pow((targetTripFuel - tripFuel) / targetTripFuel, 2));
-    if (theDeviation > 0.01) {
-        myRuntimeInfo->err << "Calibration of Breguet fuel estimation not possible!" << endl;
-        myRuntimeInfo->err << "Abort!!!" << endl;
-        exit(1);
-    }
-}
-
-double fuelFromMassFraction::iterativeBreguetForRange(double payloadForRange, double takeOffMass, double theMTOM, double theDesignRange) {
-    vector<double> ranges;
-    vector<double> deltaTOM;
-    double TOM(0.);
-    ranges.push_back(theDesignRange);
-    deltaTOM.push_back(takeOffMass - theMTOM);
-    ranges.push_back(0.8 * theDesignRange);
-    calcFuelFromMassFractions(payloadForRange, ranges.back());
-    TOM = theOME + payloadForRange + tripFuel;
-    deltaTOM.push_back(takeOffMass - TOM);
-    int i = 1;
-    do {
-        ranges.push_back(ranges.at(i) - (ranges.at(i) - ranges.at(i - 1)) / (deltaTOM.at(i) - deltaTOM.at(i - 1))*deltaTOM.at(i));
-        calcFuelFromMassFractions(payloadForRange, ranges.back());
-        TOM = theOME + payloadForRange + tripFuel;
-        deltaTOM.push_back(takeOffMass - TOM);
-        i++;
-        if (deltaTOM.size() > 250) {
-            myRuntimeInfo->err << "Error in convergence of iterative Breguet-range calculation!" << endl;
-            myRuntimeInfo->err << "Abort!!!" << endl;
-            exit(1);
-        }
-    } while (fabs(deltaTOM.back()) > 0.005);
-    double resultRange = ranges.back();
-    ranges.clear();
-    deltaTOM.clear();
-    return resultRange;
-}
-
-void fuelFromMassFraction::calcFuelFromMassFractions(double missionPayload, double missionRange) {
-    vector<double> segmentMass;
-    vector<double> segmentFuel;
-    double oldTripFuel(0.);
-    tripFuel = 0.;
-    missionFuel = 0.;
-    do {
-        segmentFuel.clear();
-        segmentMass.clear();
-        double theTOM = theOME + missionPayload + missionFuel;
-        oldTripFuel = tripFuel;
-        tripFuel = 0.;
-        missionFuel = 0.;
-        segmentMass.push_back(theTOM);
-        for (int i = 1; i <= 9; i++) {
-            double fraction(0.);
-            /* Take-off */
-            if (i == 1) {
-                fraction = 0.98;
-            } else if (i == 2) { /* Climb and Accelerate */
-                fraction = 1.0065 - 0.0325 * theCruiseMach;
-            } else if (i == 3) { /* Cruise */
-                double thisRange = (missionRange - 300000.);
-                fraction = pow(2.71828, (-1.) * thisRange * theBreguetFactor);
-            } else if (i == 4) { /* Descent */
-                fraction = 0.992;
-            } else if (i == 5) { /* Aborted Landing -> T-O */
-                fraction = 0.98;
-            } else if (i == 6) { /* Climb and Accelerate -> Diversion */
-                fraction = 1.0065 - 0.0325 * 0.74;
-            } else if (i == 7) { /* Cruise Diversion */
-                double thisRange = (200. - 100.) * 1000.;  // m
-                fraction = pow(2.71828, (-1.) * thisRange * theBreguetFactor);
-            } else if (i == 8) { /* Approach Diversion */
-                fraction = 0.992;
-            } else if (i == 9) { /* Landing */
-                fraction = 0.995;
-            }
-            segmentFuel.push_back((1. - fraction) * segmentMass.at(i - 1));
-            segmentMass.push_back(segmentMass.at(i - 1) - segmentFuel.back());
-            tripFuel += segmentFuel.back();
-            if (i <= 5) {
-                missionFuel += segmentFuel.back();
-            }
-            if (segmentMass.back() < 0.) {
-                myRuntimeInfo->err << "Error in calcFuelFromMassFractions" << std::endl;
-                exit(1);
-            }
-        }
-    } while (fabs(oldTripFuel - tripFuel) / tripFuel >= 0.0001);
-    segmentFuel.clear();
-    segmentMass.clear();
-    missionFuel = breguetEfficiencyBlockFuel * missionFuel;
-    tripFuel = breguetEfficiencyTripFuel * tripFuel;
-}
diff --git a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.h b/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.h
deleted file mode 100644
index 115658bfbeb0063fc29fac523bf0798176b0c16e..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelFromMassFraction.h
+++ /dev/null
@@ -1,79 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FUELFROMMASSFRACTION_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FUELFROMMASSFRACTION_H_
-
-#include <runtimeInfo/runtimeInfo.h>
-
-#include <cmath>
-#include <vector>
-
-
-/**\class fuelFromMassFraction Class contains the mass fractions necessary for the flight
-*
-*/
-class fuelFromMassFraction {
- public:
-    double theBreguetFactor;  /**< Breguet factor (1/m) */  // Breguet Factors = g*SFC / V*L/D
-
-    double breguetEfficiencyBlockFuel; /**< Relation between target and actual block fuel (-) */
-    double breguetEfficiencyTripFuel; /**< Relation between target and actual trip fuel (-) */
-
-    double missionFuel; /**< Required fuel for the block time (kg) */
-    double tripFuel; /**< Required fuel from brake release till landing at the destination (kg) */
-
-
-    /**\brief Calibration of Breguet fuel estimation
-    *\param targetMissionFuel Supposed aircraft mission fuel needed (kg)
-    *\param targetTripFuel Supposed aircraft trip fuel needed (kg)
-    *\param designPayload Aircraft design payload (kg)
-    *\param designRange Aircraft design range (NM)
-    */
-    void calibrateBreguet(double targetMissionFuel, double targetTripFuel, double designPayload, double designRange);
-
-    /**\brief Computes iteratively the range after Breguet
-    *\param payloadForRange Aircraft payload (kg)
-    *\param takeOffMass Aircraft take-off mass (kg)
-    *\param theMTOM Maximum aircraft take off mass (kg)
-    *\param theDesignRange Aircraft design range (NM)
-    *\return range of the aircraft after Breguet
-    */
-    double iterativeBreguetForRange(double payloadForRange, double takeOffMass, double theMTOM, double theDesignRange);
-
-    /**\brief Function calculates the block and the trip fuel for the given payload and range
-    *\param missionPayload Payload during the mission (kg)
-    *\param missionRange Aircraft range of the mission (NM)
-    */
-    void calcFuelFromMassFractions(double missionPayload, double missionRange);
-
-    /**\brief Constructor fuelFromMassFraction
-    *\param thisOME Operating empty mass (kg)
-    *\param cruiseMach Aircraft cruise Mach number (-)
-    */
-    fuelFromMassFraction(double thisOME, double cruiseMach);
-
-    /**\brief Destructor fuelFromMassFraction
-    *
-    */
-    virtual ~fuelFromMassFraction();
-
- private:
-    double theOME; /**< Operating empty mass (kg) */
-    double theCruiseMach; /**< Cruise Mach number (-) */
-};
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FUELFROMMASSFRACTION_H_
diff --git a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.cpp b/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.cpp
deleted file mode 100644
index df912230365bdbe26b2f077bcd7b74567fd361a7..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.cpp
+++ /dev/null
@@ -1,677 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include "fuelPlanning.h"
-
-
-namespace low {
-
-fuelPlanning::fuelPlanning(std::shared_ptr<aircraft> anAcftPtr, const std::shared_ptr<performance_assessment_settings> aSettingsPt, const std::shared_ptr<RuntimeIO>& rtIO)
-    :
-    rtIO(rtIO),
-    theAcftPt(anAcftPtr),
-    theSettingsPt(aSettingsPt),
-    myFlightSim(anAcftPtr),
-    myBreguet(theAcftPt->OME, theAcftPt->MInitialCruise),
-    relConFuel(theSettingsPt->myFuelPlan.contingencyFuel),
-    P(pointData()) {
-    tripTime = 0.;
-    blockTime = 0.;
-    myFuel.taxiFuelTakeoff     = 0.;
-    myFuel.taxiFuelLanding     = 0.;
-    myFuel.missionFuel           = 0.;  // flight fuel: fuel consumed without taxiing! -> better: mission fuel?
-    myFuel.contigencyFuel      = 0.;
-    myFuel.alternateFuel       = 0.;
-    myFuel.finalReserveFuel    = 0.;
-    myFuel.tripFuel            = 0.;
-    // ctor
-}
-
-void fuelPlanning::doFuelPlanning() {
-    this->calcStandardFuelPlanning(&myFuel.taxiFuelTakeoff, &myFuel.taxiFuelLanding, &myFuel.missionFuel, &myFuel.contigencyFuel, &myFuel.alternateFuel, &myFuel.finalReserveFuel,
-                                   &myFuel.tripFuel, theAcftPt->myMission.missionRange, theAcftPt->myMission.missionPayload, true, theAcftPt->aero);
-    if (theSettingsPt->designForMTOM == true) {
-        theAcftPt->MTOM = Rounding(theAcftPt->OME + theAcftPt->myMission.missionPayload + myFuel.missionFuel - myFuel.taxiFuelTakeoff, 2);
-    } else {
-// TODO(franz#1#): ueberpruefen ob so ok
-        if (theSettingsPt->useStudyMissionForAnalysis) {
-            if (theAcftPt->MTOM < theAcftPt->OME + theAcftPt->myMission.missionPayload + myFuel.tripFuel - myFuel.taxiFuelTakeoff) {
-                myRuntimeInfo->err << "The mission cannot be flown.!" << std::endl;
-                myRuntimeInfo->err << "MTOM exceedance!" << std::endl;
-                myRuntimeInfo->err << "MTOM: " << theAcftPt->MTOM << " kg" << std::endl;
-                myRuntimeInfo->err << "TOM:  " << theAcftPt->OME + theAcftPt->myMission.missionPayload + myFuel.tripFuel - myFuel.taxiFuelTakeoff << " kg" << std::endl;
-                exit(1);
-            }
-        }
-    }
-    if (theAcftPt->MFM < myFuel.tripFuel) {
-        myRuntimeInfo->err << "The mission cannot be flown.!" << std::endl;
-        myRuntimeInfo->err << "MFM exceedance!" << std::endl;
-        myRuntimeInfo->err << "MFM: " << theAcftPt->MFM << " kg" << std::endl;
-        myRuntimeInfo->err << "Trip Fuel:  " << myFuel.tripFuel << " kg" << std::endl;
-        exit(1);
-    }
-    /* Determining the flight time */
-    for (unsigned int i = 0; i <= theAcftPt->myMission.Steps.size() - 1; i++) {
-        tripTime += convertUnit(SECOND, MINUTE, theMissionFuel.at(i + 1).Time);
-    }
-    blockTime = tripTime;
-    tripTime += theAcftPt->myMission.taxiTimeOrigin + theAcftPt->myMission.taxiTimeDestination;
-}
-
-void fuelPlanning::doPayloadRangeOLD() {
-    /* Determining the Breguet Factors = g*SFC / V*L/D */
-    //double breguetFactor(0.);
-    double cruiseRange(0.);
-    double tempBreguetFactor(0.);
-    // where is theMissionFuel.at(i+1).consumedFuel (see below) set/calculated?
-    for (unsigned int i(0); i <= theAcftPt->myMission.Steps.size() - 1; i++) {
-        if (theAcftPt->myMission.Steps.at(i).modeStep == "cruise") {
-            if ((1. / (1. - theMissionFuel.at(i + 1).consumedFuel / theMissionFuel.at(i).Mass)) < 10e-8) {
-                myRuntimeInfo->err << "Abort: Log-Argument becomes too small!!!" << std::endl;
-                myRuntimeInfo->err << "1 / (1-f_consumed/f_mission) = " << (1. / (1. - theMissionFuel.at(i + 1).consumedFuel / theMissionFuel.at(i).Mass)) << std::endl;
-                exit(1);
-            } else {
-                tempBreguetFactor += theMissionFuel.at(i + 1).Range * (1. / theMissionFuel.at(i + 1).Range)
-                                     * log(1. / (1. - theMissionFuel.at(i + 1).consumedFuel / theMissionFuel.at(i).Mass));
-                cruiseRange += theMissionFuel.at(i + 1).Range;
-            }
-        }
-    }
-    myBreguet.theBreguetFactor = tempBreguetFactor / cruiseRange;
-    myBreguet.calibrateBreguet(myFuel.missionFuel, myFuel.tripFuel, theAcftPt->designPayload, theAcftPt->designRange);
-    /* Determination of the 0.Segments */
-    //1. Point
-    myPayloadRange.push_back(payloadRangeData());
-    myPayloadRange.push_back(payloadRangeData());
-    myPayloadRange.back().Payload   = theAcftPt->maxPayload;
-    myPayloadRange.back().Fuel      = theAcftPt->MTOM - theAcftPt->OME - myPayloadRange.back().Payload;
-    myPayloadRange.back().Range     = myBreguet.iterativeBreguetForRange(theAcftPt->maxPayload, theAcftPt->MTOM, theAcftPt->MTOM, theAcftPt->designRange);
-    myPayloadRange.back().TOM       = theAcftPt->MTOM;
-    // 2 Point ->Linear equation for Fuel: f(r) = m*r+a
-    vector<double> theRange;
-    vector<double> theFuel;
-    for (double i = 0.5; i <= 1.0; i += 0.05) {
-        theRange.push_back(i * myPayloadRange.back().Range);
-        myBreguet.calcFuelFromMassFractions(theAcftPt->maxPayload, theRange.back());
-        theFuel.push_back(myBreguet.tripFuel);
-    }
-    vector<double> dataCoeff;
-    dataCoeff = calcRegressionCoefficientsUsingQRdecomp(theRange, theFuel, 1);
-    theFuel.clear();
-    theRange.clear();
-    // 0. Point
-    // myPayloadRange.insert( myPayloadRange.begin(), payloadRangeData() ); //see line 131!
-    myPayloadRange.at(0).Payload   = theAcftPt->maxPayload;
-    myPayloadRange.at(0).Range     = 0.0;
-    myPayloadRange.at(0).Fuel      = dataCoeff.at(0);
-    myPayloadRange.at(0).TOM       = theAcftPt->OME + theAcftPt->maxPayload + myPayloadRange.at(0).Fuel;
-    dataCoeff.clear();
-    /* Determination of the 1. Segments */
-    // 2. Point
-    myPayloadRange.push_back(payloadRangeData());
-    myPayloadRange.back().TOM       = theAcftPt->MTOM;
-    if (theAcftPt->OME + theAcftPt->MFM < theAcftPt->MTOM) {
-        myPayloadRange.back().Payload   = theAcftPt->MTOM - theAcftPt->OME - theAcftPt->MFM;
-        if (myPayloadRange.back().Payload < 0.) {
-            myRuntimeInfo->err << "Payload cannot be negative!" << std::endl;
-            myRuntimeInfo->err << "Abort!!!" << std::endl;
-            exit(1);
-        }
-        myPayloadRange.back().Fuel = theAcftPt->MFM;
-    } else {
-        myPayloadRange.back().Payload = 0.;
-        myPayloadRange.back().Fuel = theAcftPt->MTOM - theAcftPt->OME;
-        if (myPayloadRange.back().Fuel > theAcftPt->MFM) {
-            myRuntimeInfo->err << "Fuel cannot be larger than MFM!" << std::endl;
-            myRuntimeInfo->err << "Abort!!!" << std::endl;
-            exit(1);
-        }
-    }
-    myPayloadRange.back().Range     = myBreguet.iterativeBreguetForRange(myPayloadRange.back().Payload, theAcftPt->MTOM, theAcftPt->MTOM, theAcftPt->designRange);
-    /* 3. Segment: no payload and maximum refueled */
-    if (theAcftPt->OME + theAcftPt->MFM < theAcftPt->MTOM) {
-        myPayloadRange.push_back(payloadRangeData());
-        myPayloadRange.back().TOM       = theAcftPt->OME + theAcftPt->MFM;
-        myPayloadRange.back().Payload   = 0.;
-        myPayloadRange.back().Fuel      = theAcftPt->MFM;
-        myPayloadRange.back().Range     = myBreguet.iterativeBreguetForRange(0., myPayloadRange.back().TOM, theAcftPt->MTOM,  theAcftPt->designRange);
-    } else {
-        myPayloadRange.push_back(payloadRangeData());
-        int ID = myPayloadRange.size() - 2;
-        myPayloadRange.back().TOM       = myPayloadRange.at(ID).TOM;
-        myPayloadRange.back().Payload   = myPayloadRange.at(ID).Payload;
-        myPayloadRange.back().Fuel      = myPayloadRange.at(ID).Fuel;
-        myPayloadRange.back().Range     = myPayloadRange.at(ID).Range;
-    }
-}
-
-void fuelPlanning::doFuelPayloadRangeOLD() {
-    if (!fileExists(rtIO->getCsvFilesDirTool())) {
-        myRuntimeInfo->out << "Create csvOutput folder in program folder: " << rtIO->getCsvFilesDirTool() << std::endl;
-        CreateDirectory(rtIO->getCsvFilesDirTool().c_str(), NULL);  // ...Create folder
-    }
-    std::ofstream plot;
-    string plotFile(rtIO->getCsvFilesDirTool() + "performance_assessment" + "_fuelPayloadRange.csv");  // Replaced global variable "TOOLNAME" (?)
-    plot.open(plotFile.c_str());
-    plot << "# Range [NM]; Payload [kg]; Consumed Fuel [kg]; Time [h]" << std::endl;
-
-    /* 1. Range at maxPayload */
-    for (int i(0); i <= 25; i++) {
-        for (unsigned int j = 0; j <= 50; j++) {
-            double range = static_cast<double>(i) / 25. * myPayloadRange.at(1).Range;
-            double payload = static_cast<double>(j) / 50. * theAcftPt->maxPayload;
-            myBreguet.calcFuelFromMassFractions(payload, range);
-            double fuel = myBreguet.missionFuel;
-            double time = 1.10 * range / (theAcftPt->MInitialCruise * theAcftPt->atm.getSpeedOfSoundISA(35000. * 0.3048) * 3.6);
-            plot << range / 1.852 << "; ";
-            plot << payload << "; ";
-            plot << fuel << "; ";
-            plot << time << std::endl;
-        }
-        plot << std::endl;
-    }
-    /* 2. Range at maxPayload */
-    for (unsigned int i(1); i <= 25; i++) {
-        for (unsigned int j(0); j <= 50; j++) {
-            double range = myPayloadRange.at(1).Range + static_cast<double>(i) / 25. * (myPayloadRange.at(2).Range - myPayloadRange.at(1).Range);
-            double m = (myPayloadRange.at(1).Payload - myPayloadRange.at(2).Payload) / (myPayloadRange.at(1).Range - myPayloadRange.at(2).Range);
-            double a = myPayloadRange.at(1).Payload - m * myPayloadRange.at(1).Range;
-            double payload = static_cast<double>(j) / 50. * (m * range + a);
-            myBreguet.calcFuelFromMassFractions(payload, range);
-            double fuel = myBreguet.missionFuel;
-            double time = 1.10 * range / (theAcftPt->MInitialCruise * theAcftPt->atm.getSpeedOfSoundISA(35000. * 0.3048) * 3.6);
-            plot << range / 1.852 << "; ";
-            plot << payload << "; ";
-            plot << fuel << "; ";
-            plot << time << std::endl;
-        }
-        plot << std::endl;
-    }
-    /* 3. Range at maxPayload */
-    for (int i = 1; i <= 24; i++) {
-        for (int j(0); j <= 50; j++) {
-            double range = myPayloadRange.at(2).Range + static_cast<double>(i) / 25. * (myPayloadRange.at(3).Range - myPayloadRange.at(2).Range);
-            double m = (myPayloadRange.at(2).Payload - myPayloadRange.at(3).Payload) / (myPayloadRange.at(2).Range - myPayloadRange.at(3).Range);
-            double a = myPayloadRange.at(2).Payload - m * myPayloadRange.at(2).Range;
-            double payload = static_cast<double>(j) / 50. * (m * range + a);
-            myBreguet.calcFuelFromMassFractions(payload, range);
-            double fuel = myBreguet.missionFuel;
-            double time = 1.10 * range / (theAcftPt->MInitialCruise * theAcftPt->atm.getSpeedOfSoundISA(35000. * 0.3048) * 3.6);
-            plot << range / 1.852 << "; ";
-            plot << payload << "; ";
-            plot << fuel << "; ";
-            plot << time << std::endl;
-        }
-        plot << std::endl;
-    }
-    plot.close();
-}
-
-void fuelPlanning::payloadRangeFromAcftXML() {
-    //0.point
-    myPayloadRange.push_back(payloadRangeData());
-    myPayloadRange.back().Payload   = theAcftPt->maxPayload;
-    myPayloadRange.back().Fuel      = 0.;
-    myPayloadRange.back().Range     = 0.;
-    myPayloadRange.back().TOM       = 0.;
-    //0.point
-    myPayloadRange.push_back(payloadRangeData());
-    myPayloadRange.back().Payload   = theAcftPt->maxPayload;
-    myPayloadRange.back().Fuel      = theAcftPt->MTOM - theAcftPt->OME - theAcftPt->maxPayload;
-    myPayloadRange.back().Range     = theAcftPt->rangeMaxPayload;
-    myPayloadRange.back().TOM       = theAcftPt->MTOM;
-    //0.point
-    myPayloadRange.push_back(payloadRangeData());
-    myPayloadRange.back().Payload   = theAcftPt->payloadRangeMaxfuel;
-    myPayloadRange.back().Fuel      = theAcftPt->MFM;
-    myPayloadRange.back().Range     = theAcftPt->rangeMaxFuel;
-    myPayloadRange.back().TOM       = theAcftPt->MTOM;
-    //0.point
-    myPayloadRange.push_back(payloadRangeData());
-    myPayloadRange.back().Payload   = 0.;
-    myPayloadRange.back().Fuel      = 0.;
-    myPayloadRange.back().Range     = theAcftPt->rangeFerry;
-    myPayloadRange.back().TOM       = 0.;
-}
-
-void fuelPlanning::calcStandardFuelPlanning(double *theTaxiFuelTakeoff, double *theTaxiFuelLanding, double *theMissionFuel, double *theContigencyFuel,
-                                            double *theAlternateFuel, double *theFinalReserveFuel, double *theTripFuel,
-                                            double theRange, double thePayload, bool writingMissionData, const aerodynamics &myAERO) {
-    if (thePayload > theAcftPt->maxPayload) {
-        myRuntimeInfo->err << "The Payload mission is larger than the maximum payload.!" << std::endl;
-        myRuntimeInfo->err << "Mission Payload: " << thePayload << " kg" << std::endl;
-        myRuntimeInfo->err << "Max. Payload:    " << theAcftPt->maxPayload << " kg" << std::endl;
-        myRuntimeInfo->err << "The Mission cannot be flown! Abort!" << std::endl;
-        exit(1);
-    }
-    *theTripFuel = this->fastFuelEstimate(myAERO);
-    *theMissionFuel = *theTripFuel;  // initialization of the mission fuel
-    *theTaxiFuelTakeoff = myFlightSim.calcTaxiFuel(theAcftPt->myMission.taxiTimeOrigin);
-    *theTaxiFuelLanding = myFlightSim.calcTaxiFuel(theAcftPt->myMission.taxiTimeDestination);
-    double oldMissionFuel(0.);
-    int ID(0);
-    do {
-        oldMissionFuel = *theMissionFuel;
-        double acMass = theAcftPt->OME + thePayload + *theMissionFuel;
-        acMass -= *theTaxiFuelTakeoff;  // Take-off mass
-        *theTripFuel = this->calcMissionFuel(acMass, theRange, writingMissionData, myAERO);
-        acMass -= *theTripFuel;
-        *theAlternateFuel = this->calcAlternateFuel(acMass, myAERO);
-        acMass -= *theAlternateFuel;
-        *theFinalReserveFuel = this->calcFinalReserveFuel(acMass, myAERO);
-        *theContigencyFuel = relConFuel * *theTripFuel;
-        // no taxi fuel at landing necessary if reserve fuel is used
-        *theMissionFuel = *theTaxiFuelTakeoff + *theTripFuel + *theAlternateFuel + *theFinalReserveFuel + *theContigencyFuel;
-        // *theTripFuel = *theTaxiFuel + *theMissionFuel + *theAlternateFuel + *theFinalReserveFuel + *theContigencyFuel;
-        ID++;
-        if (ID >= 30) {
-            myRuntimeInfo->out << "Attention: No tank convergence could be achieved." << std::endl;
-            myRuntimeInfo->out << "convergence criterion (tripFuel_0-tripFuel_1)/tripFuel_1 <! 0.0001" << std::endl;
-            myRuntimeInfo->out << "Convergence achieved after 30 iterations: " << fabs(oldMissionFuel - *theMissionFuel) / *theMissionFuel << std::endl;
-            break;
-        }
-    } while (fabs(oldMissionFuel - *theMissionFuel) / *theMissionFuel >= 0.0001);
-}
-
-double fuelPlanning::calcMissionFuel(double acMass, double Range, bool writeMission, aerodynamics theAERO) {
-    if (writeMission == true) {
-        theMissionFuel.clear();
-        theMissionFuel.push_back(missionFuelData());
-        theMissionFuel.back().Time = 0.;
-        theMissionFuel.back().Range = 0.;
-        theMissionFuel.back().Altitude = 0.;
-        theMissionFuel.back().TAS = 0.;
-        theMissionFuel.back().Mach = 0.;
-        theMissionFuel.back().Mass = acMass;
-        theMissionFuel.back().consumedFuel = 0.;
-        theMissionFuel.back().Thrust = 0.;
-        theMissionFuel.back().fuelFlow = 0.;
-        theMissionFuel.back().ROC = 0.;
-    }
-    vector<double> missionFuel;
-    double distance = 0.;
-    double flownDistance = 0.;
-    double distanceCruise(0.);
-    double flownCruise = 0.0;
-    bool firstCruise(true);
-    unsigned int i(0);
-    while (i <= theAcftPt->myMission.Steps.size() - 1) {
-        setP(i);
-        bool checkSteadyLevelFlight(false);
-        bool checkAcceleration(false);
-        double time(0.);
-        double Drag(0.);
-        /* TakeOff, Climb, Accelerate, Cruise, Descend, Landing */
-        if (theAcftPt->myMission.Steps.at(i).Point.simplifiedMODE == "takeoff") {
-            time = convertUnit(MINUTE, SECOND, 1.);  // Assumption that take-off lasts 1 minute
-            // Drag = 0.0;  // TODO(hansmann): Wechsel von Drag=0.0 & calculate_N1_with_thrustlimit auf calculate_N1_with_penalties mit vollschub abklären
-            // theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_takeoff, P.Altitude, P.Mach, theAcftPt->atm, P.derate, P.rating,
-            //     P.bleedOff, P.shaftOff, convertUnit(NEWTON, KILO, NEWTON, Drag));
-            theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_takeoff, P.Altitude, P.Mach, theAcftPt->atm, P.derate, P.rating,
-                P.bleedOff, P.shaftOff);
-            missionFuel.push_back(time * theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_takeoff));
-        } else if (theAcftPt->myMission.Steps.at(i).Point.simplifiedMODE == "climb") {
-            time = 0.0;
-            distance = 0.;
-            if (theAcftPt->myMission.Steps.at(i - 1).endAltitude < theAcftPt->myMission.Steps.at(i).endAltitude) {
-                missionFuel.push_back(0.);
-                myFlightSim.getClimbFuel(acMass,  theAcftPt->myMission.Steps.at(i - 1).endAltitude,
-                                         theAcftPt->myMission.Steps.at(i).endAltitude, theAcftPt->myMission.Steps.at(i - 1).endMach,
-                                         theAcftPt->myMission.Steps.at(i).endMach, P.config, P.rating, P.bleedOff, P.shaftOff, theAERO, &missionFuel.back(), &distance, &time);
-            } else {
-                myRuntimeInfo->out << "... No change in altitude despite climb segment." << std::endl;
-                missionFuel.push_back(0.0);
-            }
-            flownDistance += distance;
-        } else if (theAcftPt->myMission.Steps.at(i).Point.simplifiedMODE == "accelerate") {
-            Drag = 0.0;
-            time = 0.0;
-            distance = 0.;
-            try {
-                checkAcceleration = myFlightSim.checkForAcceleration(acMass, P.Altitude, P.Mach,
-                                    P.config, P.rating, P.derate, P.bleedOff, P.shaftOff, theAERO);
-            } catch (const std::string& errMsg) {
-                myRuntimeInfo->out << errMsg << std::endl;
-                myRuntimeInfo->out << "Try to increase rating..." << std::endl;
-            }
-            if (checkAcceleration == false && P.rating == "cruise") {
-                P.rating = "climb";
-                try {
-                    checkAcceleration = myFlightSim.checkForAcceleration(acMass, P.Altitude, P.Mach,
-                                        P.config, P.rating, P.derate, P.bleedOff, P.shaftOff, theAERO);
-                } catch (const std::string& errMsg) {
-                    myRuntimeInfo->out << errMsg << std::endl;
-                    myRuntimeInfo->out << "Try to increase rating..." << std::endl;
-                }
-            }
-            if (checkAcceleration == false && P.rating == "climb") {
-                P.rating = "maximum_continuous";
-                try {
-                    checkAcceleration = myFlightSim.checkForAcceleration(acMass, P.Altitude, P.Mach,
-                                        P.config, P.rating, P.derate, P.bleedOff, P.shaftOff, theAERO);
-                } catch (const std::string& errMsg) {
-                    myRuntimeInfo->out << errMsg << std::endl;
-                    myRuntimeInfo->err << "Rating cannot be further increased..." << std::endl;
-                }
-            }
-            if (checkAcceleration == false) {
-                exitAcceleration(i, P, acMass);
-            }
-            missionFuel.push_back(0.);
-            myFlightSim.getAccelerateFuel(acMass, P.Altitude,
-                                          theAcftPt->myMission.Steps.at(i - 1).endMach, theAcftPt->myMission.Steps.at(i).endMach,
-                                          P.config, P.rating,
-                                          P.bleedOff, P.shaftOff,
-                                          theAERO,
-                                          &missionFuel.back(), &distance, &time);
-            flownDistance += distance;
-        } else if (theAcftPt->myMission.Steps.at(i).Point.simplifiedMODE == "cruise") {
-            if (firstCruise == true) {
-                distanceCruise = Range - flownDistance - 10000. / tan(convertUnit(DEGREE, RADIAN, 5.));
-                flownCruise = 0.;
-                firstCruise = false;
-            }
-            try {
-                checkSteadyLevelFlight = myFlightSim.checkForSteadyLevelFlight(acMass, P.Altitude, P.Mach, P.config, P.rating, P.bleedOff, P.shaftOff, theAERO);
-            } catch (const std::string& errMsg) {
-                myRuntimeInfo->out << errMsg << std::endl;
-                myRuntimeInfo->out << "Try to increase rating..." << std::endl;
-            }
-            if (checkSteadyLevelFlight == false && P.rating == "cruise") {
-                P.rating = "climb";
-                try {
-                    checkSteadyLevelFlight = myFlightSim.checkForSteadyLevelFlight(acMass, P.Altitude, P.Mach, P.config, P.rating, P.bleedOff, P.shaftOff, theAERO);
-                } catch (const std::string& errMsg) {
-                    myRuntimeInfo->out << errMsg << std::endl;
-                    myRuntimeInfo->out << "Try to increase rating..." << std::endl;
-                }
-            }
-            if (checkSteadyLevelFlight == false && P.rating == "climb") {
-                P.rating = "maximum_continuous";
-                try {
-                    checkSteadyLevelFlight = myFlightSim.checkForSteadyLevelFlight(acMass, P.Altitude, P.Mach, P.config, P.rating, P.bleedOff, P.shaftOff, theAERO);
-                } catch (const std::string& errMsg) {
-                    myRuntimeInfo->out << errMsg << std::endl;
-                    myRuntimeInfo->err << "Rating cannot be further increased..." << std::endl;
-                }
-            }
-            if (checkSteadyLevelFlight == false) {
-                exitSteadyLevelFlight(i, P, Drag);
-            }
-            double cruiseRange(0.0);
-            cruiseRange = theAcftPt->myMission.Steps.at(i).relSegmentLength * distanceCruise - flownCruise;
-            if (cruiseRange < 0.) {
-                myRuntimeInfo->err << "Negative cruise route!" << std::endl;
-                myRuntimeInfo->err << "Abort!" << std::endl;
-                myRuntimeInfo->err << "Segment: " << i << std::endl;
-                myRuntimeInfo->err << "Altitude:" << theAcftPt->myMission.Steps.at(i).Point.Altitude << std::endl;
-                myRuntimeInfo->err << "Altitude:" << theAcftPt->myMission.Steps.at(i).Point.Mach << std::endl;
-                myRuntimeInfo->err << "-> Possible reason: too slow climb to the altitude, so that the climb is longer than the actual mission segment." << std::endl;
-                exit(1);
-            }
-            distance = cruiseRange;
-            flownCruise += cruiseRange;
-            flownDistance += cruiseRange;
-            missionFuel.push_back(0.);
-            time = 0.;
-            myFlightSim.getCruiseFuel(acMass, P.Altitude, P.Mach, P.config, P.rating, P.bleedOff, P.shaftOff, theAERO,
-                                      &missionFuel.back(), cruiseRange, &time);
-        } else if (theAcftPt->myMission.Steps.at(i).Point.simplifiedMODE == "descend") {
-            time = 0.;
-            missionFuel.push_back(0.);
-            myFlightSim.getDescendFuel(theAcftPt->myMission.Steps.at(i - 1).endAltitude,
-                                       theAcftPt->myMission.Steps.at(i).endAltitude, theAcftPt->myMission.Steps.at(i - 1).endMach,
-                                       theAcftPt->myMission.Steps.at(i).endMach, P.bleedOff, P.shaftOff, &missionFuel.back(), &distance, &time);
-            flownDistance += distance;
-        } else if (theAcftPt->myMission.Steps.at(i).Point.simplifiedMODE == "landing") {
-            Drag = 0.0;
-            time = convertUnit(MINUTE, SECOND, 2.0);  // Assume the final approach and landing will take 2 minutes.
-            distance = 0.;
-            theAcftPt->myEngines.calculate_N1_with_penalties(theAcftPt->myEnergyProviders.energyCarrierID_landing, P.Altitude, P.Mach, theAcftPt->atm, P.derate, P.rating,
-                P.bleedOff, P.shaftOff);
-            missionFuel.push_back(time * theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_landing));
-        } else {
-            myRuntimeInfo->err << "unknown simplified Mode !" << std::endl;
-            myRuntimeInfo->err << theAcftPt->myMission.Steps.at(i).Point.simplifiedMODE << std::endl;
-            exit(1);
-        }
-        acMass -= missionFuel.back();
-        if (writeMission == true) {
-            double maxROC(0.);
-            theMissionFuel.push_back(missionFuelData());
-            theMissionFuel.back().Time = time;
-            theMissionFuel.back().Range = distance;
-            theMissionFuel.back().Altitude = P.Altitude;
-            theMissionFuel.back().TAS = P.TAS;
-            theMissionFuel.back().Mach = P.Mach;
-            theMissionFuel.back().Mass = acMass;
-            theMissionFuel.back().consumedFuel = missionFuel.back();
-            theMissionFuel.back().Thrust = theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);  // TODO(hansmann): Take operating state into account
-            theMissionFuel.back().fuelFlow = theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-            theMissionFuel.back().ROC = maxROC;  // this is obviously wrong. Should be fixed when parts are merged with missionAnalysis
-        }
-        i++;
-    }
-    return accumulate(missionFuel.begin(), missionFuel.end(), 0.0);
-}
-
-double fuelPlanning::calcAlternateFuel(double acMass, aerodynamics theAERO) {
-    /* Alternate Fuel */
-    double Fuel(0.0);
-    double alternateAlt = convertUnit(FOOT, METER, 27000.);
-    double alternateMach = 0.95 * theAcftPt->MInitialCruise;
-    double tempAlternateRange = theAcftPt->myMission.alternateRange - 1. * alternateAlt / tan(convertUnit(DEGREE, RADIAN, 5.));
-    /* Climb */
-    double tempTime(0.);
-    double climbFuel(0.);
-    double climbDistance(0.);
-    // 0 ft up to 1,500 ft in Climb configuration with v2 + 10 kts
-    double climbTAS = theAcftPt->v2(acMass, convertUnit(FOOT, METER, 750.)) + convertUnit(KNOTS, METERPERSECOND, 10.);
-    myFlightSim.getClimbFuel(acMass, 0.0, convertUnit(FOOT, METER, 1500.),
-                             climbTAS / theAcftPt->atm.getSpeedOfSound(0.), climbTAS / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 1500.)),
-                             "climb", "takeoff", 0.0, 0.0, theAERO,
-                             &climbFuel, &climbDistance, &tempTime);
-    Fuel += climbFuel;
-    acMass -= climbFuel;
-    tempAlternateRange -= climbDistance;
-    // Acceleration from v2+10kt to 250 kt
-    tempTime = 0.;
-    climbFuel = 0.;
-    climbDistance = 0.;
-    myFlightSim.getAccelerateFuel(acMass, convertUnit(FOOT, METER, 1500.),
-                                  climbTAS / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 1500.)),
-                                  convertUnit(KNOTS, METERPERSECOND, 250.) / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 1500.)),
-                                  "clean", "takeoff", 0.0, 0.0, theAERO,
-                                  &climbFuel, &climbDistance, &tempTime);
-    Fuel += climbFuel;
-    acMass -= climbFuel;
-    tempAlternateRange -= climbDistance;
-    // Climb from 1500 ft up to 10000 ft with 250 kt
-    tempTime = 0.;
-    climbFuel = 0.;
-    climbDistance = 0.;
-    climbTAS = convertUnit(KNOTS, METERPERSECOND, 250);
-    myFlightSim.getClimbFuel(acMass, convertUnit(FOOT, METER, 1500.), convertUnit(FOOT, METER, 10000.),
-                        climbTAS / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 1500.)), climbTAS / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 10000.)),
-                        "clean", "maximum_continuous", 0.0, 0.0, theAERO,
-                        &climbFuel, &climbDistance, &tempTime);
-    Fuel += climbFuel;
-    acMass -= climbFuel;
-    tempAlternateRange -= climbDistance;
-    // accelerating to 300 kt
-    tempTime = 0.;
-    climbFuel = 0.;
-    climbDistance = 0.;
-    myFlightSim.getAccelerateFuel(acMass, convertUnit(FOOT, METER, 10000.),
-                                  climbTAS / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 10000.)),
-                                  convertUnit(KNOTS, METERPERSECOND, 300) / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 10000.)),
-                                  "clean", "maximum_continuous", 0.0, 0.0, theAERO,
-                                  &climbFuel, &climbDistance, &tempTime);
-    Fuel += climbFuel;
-    acMass -= climbFuel;
-    tempAlternateRange -= climbDistance;
-    // Climb to alternative altitude with 300 kt
-    tempTime = 0.;
-    climbFuel = 0.;
-    climbDistance = 0.;
-    climbTAS = 300. * (1.852 / 3.6);
-    myFlightSim.getClimbFuel(acMass, 10000.*0.3048, alternateAlt,
-                             climbTAS / theAcftPt->atm.getSpeedOfSound(10000.*0.3048), climbTAS / theAcftPt->atm.getSpeedOfSound(alternateAlt),
-                             "clean", "climb", 0.0, 0.0, theAERO,
-                             &climbFuel, &climbDistance, &tempTime);
-    Fuel += climbFuel;
-    acMass -= climbFuel;
-    tempAlternateRange -= climbDistance;
-    // Acceleration to alternative Mach
-    if (alternateMach > climbTAS / theAcftPt->atm.getSpeedOfSound(alternateAlt)) {
-        tempTime = 0.;
-        climbFuel = 0.;
-        climbDistance = 0.;
-        myFlightSim.getAccelerateFuel(acMass, alternateAlt,
-                                      climbTAS / theAcftPt->atm.getSpeedOfSound(10000.*0.3048),
-                                      alternateMach,
-                                      "clean", "maximum_continuous", 0.0, 0.0, theAERO,
-                                      &climbFuel, &climbDistance, &tempTime);
-        Fuel += climbFuel;
-        acMass -= climbFuel;
-        tempAlternateRange -= climbDistance;
-    }
-    if (tempAlternateRange < 0.) {
-        tempAlternateRange = 50.;
-    }
-    /* Alternate Cruise */
-    tempTime = 0.;
-    climbFuel = 0.;
-    climbDistance = 0.;
-    myFlightSim.getCruiseFuel(acMass, alternateAlt, alternateMach, "clean", "maximum_continuous", 0.0, 0.0, theAERO,
-                              &climbFuel, tempAlternateRange, &tempTime);
-    Fuel += climbFuel;
-    return Fuel;
-}
-
-double fuelPlanning::calcFinalReserveFuel(double acMass, aerodynamics theAERO) {
-    // Determination of Final Reserves: 30min @ 1,500ft
-    // SARPerformance SAR(*theAcftPt);
-    // Determining the most effective speed via SAR
-    double holdingM(0.);
-    double holding_altitude = convertUnit(FOOT, METER, 1500.);
-    double holdingSpeed = 1.05 * theAcftPt->v1gS_Clean(acMass, holding_altitude);
-    holdingM = calcBestSARSpeed(holding_altitude, acMass, holdingSpeed, convertUnit(KNOTS, METERPERSECOND, 250.));
-    double holdingDrag = theAERO.getCruiseDrag(holdingM, holding_altitude, 0., acMass, "clean", theAcftPt->atm);
-    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, holding_altitude, holdingM, theAcftPt->atm, 1.,
-                                                        "maximum_continuous", 0.0, 0.0, holdingDrag);
-    double LoverD = (G_FORCE * acMass) / holdingDrag;
-    double SFC = theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise)
-               / theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-    return acMass * (expm1(convertUnit(MINUTE, SECOND, 30.) * G_FORCE * SFC * 1. / LoverD));  // return calcBreguet(acMass, 30.*60., SFC, LoverD);
-}
-
-double fuelPlanning::calcBestSARSpeed(double alt, double mass, double lowerSpeed, double upperSpeed) {
-    low::SARPerformance SAR(theAcftPt);  // TODO(Hansmann): Reconsider hardcoding namespace / fidelity level
-    double tempSAR(0.);
-    double tempMach(lowerSpeed / theAcftPt->atm.getSpeedOfSound(alt));
-    while (lowerSpeed < upperSpeed) {
-        if (tempSAR <= SAR.calculateSAR(mass, alt, lowerSpeed / theAcftPt->atm.getSpeedOfSound(alt), "climb", "clean")) {
-            tempMach = lowerSpeed / theAcftPt->atm.getSpeedOfSound(convertUnit(FOOT, METER, 1500.));
-        }
-        lowerSpeed += 0.5;
-    }
-    return tempMach;
-}
-
-double fuelPlanning::calcBreguet(double W0, double Time, double theSFC, double theLoD) {
-    return W0 * (1. - 1. / exp(Time * G_FORCE * theSFC * 1. / theLoD));
-}
-
-//double fuelPlanning::calcRangeForMass(double Range0, double Range1, double Mass0, double Mass1, double targetMass) {
-//    double m(0.);
-//    double a(0.);
-//    m = (Mass0 - Mass1) / (Range0 - Range1);
-//    a = Mass0 - m * Range0;
-//    return (targetMass - a) / m;
-//}
-
-void fuelPlanning::setP(int ID) {
-    P.Mach = theAcftPt->myMission.Steps.at(ID).Point.Mach;
-    P.Altitude = theAcftPt->myMission.Steps.at(ID).Point.Altitude;
-    P.TAS = theAcftPt->myMission.Steps.at(ID).Point.TAS;
-    P.ROC = theAcftPt->myMission.Steps.at(ID).Point.ROC;
-    P.derate = theAcftPt->myMission.Steps.at(ID).derating;
-    P.bleedOff = theAcftPt->myMission.Steps.at(ID).Point.bleedOffTakes;
-    P.shaftOff = theAcftPt->myMission.Steps.at(ID).Point.shaftOffTakes;
-    P.config = theAcftPt->myMission.Steps.at(ID).configuration;
-    P.rating = theAcftPt->myMission.Steps.at(ID).rating;
-}
-
-//void fuelPlanning::exitROC(int ID, pointData theP, double massAircraft, aerodynamics theAERO) {
-//    theAcftPt->myEngine.setEngineRating(theP.Altitude, theP.Mach, theAcftPt->atm, theP.derate, theP.rating, theP.bleedOff, theP.shaftOff);
-//    double maxROC = theAcftPt->ROC(massAircraft, theP.Altitude, theP.Mach, 0.0,
-//                                   theP.config, theP.rating, theP.bleedOff, theP.shaftOff, false, theAERO);
-//    myRuntimeInfo->err << "Error in fuel estimation!" << std::endl;
-//    myRuntimeInfo->err << "Thrust does not allow the required ROC!" << std::endl;
-//    myRuntimeInfo->err << "mission segment: " << ID << std::endl;
-//    myRuntimeInfo->err << "Mission mode: " << theAcftPt->myMission.Steps.at(ID).modeStep << std::endl;
-//    myRuntimeInfo->err << "max. ROC: " << maxROC << " ft/min" << std::endl;
-//    myRuntimeInfo->err << "required ROC: " << theP.ROC << " ft/min" << std::endl;
-//    myRuntimeInfo->err << "flight altitude: " << theP.Altitude / 0.3048 << " ft" << std::endl;
-//    myRuntimeInfo->err << "Mach number: " << theP.Mach << "" << std::endl;
-//    myRuntimeInfo->err << "Engine-Rating: " << theP.rating << std::endl;
-//    exit(1);
-//}
-
-void low::fuelPlanning::exitAcceleration(int ID, pointData theP, double massAircraft) {
-    double Drag = theAcftPt->aero.getCruiseDrag(theP.Mach, theP.Altitude, 0., massAircraft, theP.config, theAcftPt->atm);
-    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, theP.Altitude, theP.Mach, theAcftPt->atm, theP.derate, theP.rating, theP.bleedOff, theP.shaftOff, Drag);
-    myRuntimeInfo->err << "Error in fuel estimation!" << std::endl;
-    myRuntimeInfo->err << "Thrust does not allow acceleration!" << std::endl;
-    myRuntimeInfo->err << "mission segment: " << ID << std::endl;
-    myRuntimeInfo->err << "Mission mode: " << theAcftPt->myMission.Steps.at(ID).modeStep << std::endl;
-    myRuntimeInfo->err << "available thrust: " << theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise) << " N" << std::endl;
-    myRuntimeInfo->err << "drag: " << Drag << " N" << std::endl;
-    myRuntimeInfo->err << "flight altitude: " << theP.Altitude << " m" << std::endl;
-    myRuntimeInfo->err << "Mach number: " << theP.Mach << "" << std::endl;
-    myRuntimeInfo->err << "Engine-Rating: " << theP.rating << std::endl;
-    exit(1);
-}
-
-void low::fuelPlanning::exitSteadyLevelFlight(int ID, pointData theP, double theDrag) {
-    myRuntimeInfo->err << "Error in fuel estimation!" << std::endl;
-    myRuntimeInfo->err << "Thrust does not allow Steady Level Flight!" << std::endl;
-    myRuntimeInfo->err << "Mission segment: " << ID << std::endl;
-    myRuntimeInfo->err << "Mission mode: " << theAcftPt->myMission.Steps.at(ID).modeStep << std::endl;
-    myRuntimeInfo->err << "available thrust: " << theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise) << " N" << std::endl;
-    myRuntimeInfo->err << "drag: " << theDrag << " N" << std::endl;
-    myRuntimeInfo->err << "flight altitude: " << theP.Altitude << " m" << std::endl;
-    myRuntimeInfo->err << "Mach number: " << theP.Mach << "" << std::endl;
-    myRuntimeInfo->err << "Engine-Rating: " << theP.rating << std::endl;
-    exit(1);
-}
-
-double low::fuelPlanning::fastFuelEstimate(aerodynamics theAERO) {
-    double Time = theAcftPt->myMission.missionRange / (theAcftPt->myMission.crMach * theAcftPt->atm.getSpeedOfSoundISA(10000.));
-    double acMass = theAcftPt->MTOM;
-    double theLoverD = theAERO.getCruiseLoverD(theAcftPt->myMission.crMach, 10000., 0.0, acMass, "clean", theAcftPt->atm);
-    double theDrag = theAERO.getCruiseDrag(theAcftPt->myMission.crMach, 10000., 0.0, acMass, "clean", theAcftPt->atm);
-    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, 10000., theAcftPt->myMission.crMach, theAcftPt->atm, 1.0,
-        "maximum_continuous", 0., 0., theDrag);
-    double theSFC = theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise)
-        / theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-    return this->calcBreguet(theAcftPt->MTOM, Time, theSFC, theLoverD);
-}
-
-}  // namespace low
diff --git a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.h b/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.h
deleted file mode 100644
index 40cb29e6c1fbfa6a351d0b36c88804178643e94b..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/fuelPlanning/low_fidelity/fuelPlanning.h
+++ /dev/null
@@ -1,248 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FUELPLANNING_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FUELPLANNING_H_
-
-#include <moduleBasics/module.h>
-#include <unitConversion/unitConversion.h>
-#include <standardFiles/functions.h>
-
-#include <memory>
-#include <vector>
-#include <string>
-#ifdef _WIN32
-    #include <windows.h>
-#endif  // _WIN32
-#include <numeric>
-
-#include "../abstractFuelPlanning.h"
-#include "../../SARPerformance/abstractSARPerformance.h"
-
-#include "../../performance_assessment_settings.h"
-#include "../../aircraft.h"
-#include "flightSimulator.h"
-#include "fuelFromMassFraction.h"
-
-#include "../../SARPerformance/low_fidelity/SARPerformance.h"  // <-- questionable
-
-namespace taw {
-class performance_assessment_factory;
-}
-
-namespace low {
-
-class fuelPlanning : public ::abstractFuelPlanning {
- public:
-
-    /**\brief Method for the fuel planning
-    *
-    */
-    void doFuelPlanning() override;
-
-    /**\brief Constructor fuelPlanning
-    *\param theAircraft Address to the aircraft object
-    *\param rtIO pointer to the runtimeIO object
-    */
-    fuelPlanning(std::shared_ptr<aircraft> anAcftPtr, const std::shared_ptr<performance_assessment_settings> aSettingsPt, const std::shared_ptr<RuntimeIO>& rtIO);
-
-    /**\brief Destructor fuelPlanning
-    *
-    */
-    virtual ~fuelPlanning() { }
-
-    // /**\class payloadRangeData Class with parameters for the payload range diagram
-    // *
-    // */
-    // class payloadRangeData {
-    //  public:
-    //     double Range; /**< Distance covered in the mission based on the payload-range diagram (NM) */
-    //     double Payload; /**< Payload carried by the aircraft (kg) */
-    //     double Fuel; /**< Fuel carried by the aircraft (kg) */
-    //     double TOM; /**< Aircraft take-off mass (kg) */
-    //     payloadRangeData() {
-    //         Range = 0.0;
-    //         Payload = 0.0;
-    //         Fuel = 0.0;
-    //         TOM = 0.0;
-    //     }
-    // };
-    // vector<payloadRangeData> myPayloadRange;  /**< List of values of the payload-range diagram */
-
-    // double tripTime;  /**< Trip time (min) */
-    // double blockTime; /**< Block time (min) */
-
-    /**\brief Calculates the data for the payload range diagram
-    *
-    */
-    void doPayloadRangeOLD() override;  // PayloadRange-Calculation if FuelPlanning on; otherwise see payloadRange class
-
-    /**\brief Creates plot for maximum payload
-    *
-    */
-    void doFuelPayloadRangeOLD() override;  // writes fuelPayloadRange.csv for Plot
-
-    /**\brief Reads the payload-range data from the AcftXML
-    *
-    */
-    void payloadRangeFromAcftXML() override;
-
- private:
-    const std::shared_ptr<RuntimeIO>& rtIO;
-    std::shared_ptr<aircraft> theAcftPt; /**< Pointer to aircraft object */
-    const std::shared_ptr<performance_assessment_settings> theSettingsPt; /**< Pointer to the performance_assessment_settings object */
-    flightSimulator myFlightSim; /**< flightSimulator object */
-    fuelFromMassFraction myBreguet; /**< fuelFromMassFraction object */
-    double relConFuel; /**< Relative amount of contingency fuel in reference to the total trip fuel (-) */
-
-    /**\class pointData Class containing data for the various mission points
-    *
-    */
-    class pointData {
-     public:
-        double Mach; /**< Mach number (-) */
-        double Altitude; /**< Aircraft altitude (m) */
-        double TAS; /**< True air speed (m/s) */
-        double ROC; /**< Aircraft rate of climb (m/s) */
-        double derate; /**< Artificial constant to reduce the engine spool speed (between 0 and 1) */
-        double bleedOff; /**< Current bleed air offtake (kg/s) */
-        double shaftOff; /**< Current shaft power offtake (kW) */
-
-        string config; /**< Flap configuration of the aircraft */
-        string rating; /**< Engine rating (Take-Off, MaxCont, Climb, Idle, Cruise) */
-
-        pointData()
-            :
-            config(""),
-            rating("") {
-                Mach = 0.0;
-                Altitude = 0.0;
-                TAS = 0.0;
-                ROC = 0.0;
-                derate = 0.0;
-                bleedOff = 0.0;
-                shaftOff = 0.0;
-        }
-    };
-    pointData P;
-
-    /**\brief Method to calculate the standard fuel planned for the flight
-    *\param theTaxiFuelTakeoff Taxiing fuel at takeoff (kg)
-    *\param theTaxiFuelLanding Taxiing fuel at landing (kg)
-    *\param theMissionFuel Mission fuel (kg)
-    *\param theContigencyFuel Contigency fuel (kg)
-    *\param theAlternateFuel Alternate fuel (kg)
-    *\param theFinalReserveFuel Final reserve fuel (kg)
-    *\param theTripFuel Trip fuel (kg)
-    *\param theRange Aircraft range (km)
-    *\param thePayload Aircraft payload (kg)
-    *\param writingMissionData Switch if the fuel mission data shall be written
-    *\param myAERO Object of the aerodynamics class
-    */
-    void calcStandardFuelPlanning(double *theTaxiFuelTakeoff, double *theTaxiFuelLanding, double *theMissionFuel, double *theContigencyFuel,
-                                  double *theAlternateFuel, double *theFinalReserveFuel, double *theTripFuel,
-                                  double theRange, double thePayload, bool writingMissionData,
-                                  const aerodynamics &myAERO);
-
-    /**\brief Function to calculate the block fuel
-    *\param acMass Aircraft mass (kg)
-    *\param Range Aircraft range (NM)
-    *\param writeMission Switch if the fuel mission data shall be written)
-    *\param theAERO Object of the aerodynamics class
-    *\return Block fuel (kg)
-    */
-    double calcMissionFuel(double acMass, double Range, bool writeMission, aerodynamics theAERO);
-
-    /**\brief Function to calculate the alternate fuel
-    *\param acMass Aircraft mass (kg)
-    *\param theAERO Object of the aerodynamics class
-    *\return Alternate fuel (kg)
-    */
-    double calcAlternateFuel(double acMass, aerodynamics theAERO);
-
-    /**\brief Function to calculate the final reserve fuel
-    *\param acMass Aircraft mass (kg)
-    *\param theAERO Object of the aerodynamics class
-    *\return Final reserve fuel (kg)
-    */
-    double calcFinalReserveFuel(double acMass, aerodynamics theAERO);
-
-    /**\brief Method to calculate the trip fuel
-    *\param WO Take-Off mass (kg)
-    *\param Time Cruise duration at 10000 ft (s)
-    *\param theSFC Specific fuel consumption (kg/kN*s)
-    *\param theLoD glide ratio
-    *\return Fuel mass (kg)
-    */
-    double calcBreguet(double W0, double Time, double theSFC, double theLoD);
-
-    /**\brief Function to calculate the speed for the highest specific air range (SAR)
-    *\param alt Aircraft altitude (m)
-    *\param mass Aircraft mass (kg)
-    *\param lowerSpeed Lowest aircraft speed (m/s)
-    *\param upperSpeed Highest aircraft speed (m/s)
-    *\return Mach number (-)
-    */
-    double calcBestSARSpeed(double alt, double mass, double lowerSpeed, double upperSpeed);
-
-//    /**\brief Function calculates the remaining range to reach a target mass
-//    *\param Range0 First range value (NM)
-//    *\param Range1 Second range value (NM)
-//    *\param Mass0 First mass value (kg)
-//    *\param Mass1 Second mass value (kg)
-//    *\param targetMass Target mass (kg)
-//    *\return Remaining range (NM)
-//    */
-//    double calcRangeForMass(double Range0, double Range1, double Mass0, double Mass1, double targetMass);
-
-    /**\brief Function sets a mission point
-    *\param ID Mission segment
-    */
-    void setP(int ID);
-
-//    /**\brief Function checks if the thrust allows the required ROC
-//    *\param ID Mission segment
-//    *\param theP Object of the pointData class
-//    *\param massAircraft Aircraft mass (kg)
-//    *\param theAERO Object of the aerodynamics class
-//    */
-//    void exitROC(int ID, pointData theP, double massAircraft, aerodynamics theAERO);
-
-    /**\brief Function checks if the thrust allows the required acceleration
-    *\param ID Mission segment
-    *\param theP Object of the pointData class
-    *\param massAircraft Aircraft mass (kg)
-    */
-    void exitAcceleration(int ID, pointData theP, double massAircraft);
-
-    /**\brief Function checks if the thrust allows a steady level flight
-    *\param ID Mission segment
-    *\param theP Object of the pointData class
-    *\param theDrag Drag (kN)
-    */
-    void exitSteadyLevelFlight(int ID, pointData theP, double theDrag);
-
-    /**\brief Function estimates the quantity of fuel
-    *\param theAERO Object of the aerodynamics class
-    *\return Fuel mass (kg)
-    */
-    double fastFuelEstimate(aerodynamics theAERO);
-
-};
-
-}  // namespace low
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_FUELPLANNING_LOW_FIDELITY_FUELPLANNING_H_
diff --git a/performance_assessment/src/taw/defaultMethods/landingPerformance/abstractLandingPerformance.h b/performance_assessment/src/taw/defaultMethods/landingPerformance/abstractLandingPerformance.h
index 59d81163fe4b1dba36e4052233c1e5b9436b2f3a..c75e6ebb8581bb45df1eac5c27e19ddab7be2bc1 100644
--- a/performance_assessment/src/taw/defaultMethods/landingPerformance/abstractLandingPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/landingPerformance/abstractLandingPerformance.h
@@ -1,22 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_ABSTRACTLANDINGPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_ABSTRACTLANDINGPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_ABSTRACTLANDINGPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_ABSTRACTLANDINGPERFORMANCE_H_
 
 #include <vector>
 
@@ -58,4 +62,4 @@ class abstractLandingPerformance {
 
 };
 
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_ABSTRACTLANDINGPERFORMANCE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_ABSTRACTLANDINGPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.cpp b/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.cpp
index 51df25aec3d0f435cad17cd372bb2e6f1558a651..7cd719c5909aac5c7b02c285e03bad850e647bff 100644
--- a/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.cpp
+++ b/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "landingPerformance.h"
 
 using std::endl;
@@ -37,14 +42,14 @@ void landingPerformance::doLandingPerformance(double theRunwaySlope, double theG
     brakingFriction = theGroundFrictionBraking;
     windSpeed = theHeadWind;
     /* Calculation of landing distance as a function of mass and height */
-    for (double elevation = 0.0; elevation <= convertUnit(FOOT, METER, 12000.); convertUnit(FOOT, METER, elevation += 2000.)) {  // calculation for several runway altitudes [ft]
+    for (double elevation = 0.0; elevation <= convertUnit(FOOT, METER, 12000.); elevation += convertUnit(FOOT, METER, 2000.)) {  // calculation for several runway altitudes [ft]
         myLDNField.push_back(dataElevationLDN());
         myLDNField.back().elevation = elevation;
         for (int i = 0; i <= 10; i++) {  // calculation for several masses between OME and MLM
             myLDNField.back().myLDN.push_back(dataLDN());
             myLDNField.back().myLDN.back().grossMass = theAcftPt->OME + static_cast<double>(i) / 10.*(theAcftPt->MLM - theAcftPt->OME);
             calcALD(&myLDNField.back().myLDN.back().ALD_AEO, myLDNField.back().myLDN.back().grossMass, myLDNField.back().elevation);
-            // Safety margin for dry runway (FAR121.195: requiredDistance = 60 percent of availableDistance)
+            // Safety margin for dry runway (FAR121.195: requiredDistance = 60 percent of availableDistance) TODO(hansmann): make depenging on certification req
             myLDNField.back().myLDN.back().ALD_AEO /= 0.6;  // maximum allowable distance including safety margin
         }
     }
diff --git a/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.h b/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.h
index 0c966ae44b671025ec6a4a0f4149b52c8fb89fcd..d3370db867e426d39fc0a6fd9e7be5be31dda41f 100644
--- a/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/landingPerformance/low_fidelity/landingPerformance.h
@@ -1,21 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_LOW_FIDELITY_LANDINGPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_LOW_FIDELITY_LANDINGPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_LOW_FIDELITY_LANDINGPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_LOW_FIDELITY_LANDINGPERFORMANCE_H_
 
 #include <runtimeInfo/runtimeInfo.h>
 #include <unitConversion/unitConversion.h>
@@ -31,42 +36,11 @@ using std::vector;
 
 namespace low {
 
-/**\class landingPerformance Class contains the landing performance data
+/**\class landingPerformance class contains the landing performance data
 *
 */
 class landingPerformance :public abstractLandingPerformance {
  public:
-    // /**\class dataLND Class contains data about the landing
-    // *
-    // */
-    // class dataLDN {
-    //  public:
-    //     /** \brief Allowed landing distance with all engines operating and MLM
-    //      *  \details landing distance required including 60% safety margin (EASA: 60 percent of maximum available runway length) (m)
-    //      */
-    //     double ALD_AEO;
-    //     double grossMass; /**< Aircraft mass (kg) */
-
-    //     dataLDN() {
-    //         ALD_AEO = 0.0;
-    //         grossMass = 0.0;
-    //     }
-    // };
-
-    // /**\class dataElevationLDN Class contains landing parameters for different elevations
-    // *
-    // */
-    // class dataElevationLDN {
-    //  public:
-    //     double elevation; /**< Elevation (m) */
-    //     vector<dataLDN> myLDN; /**< List of landing data (time, mass, landing distance) */
-
-    //     dataElevationLDN() {
-    //         elevation = 0.0;
-    //     }
-    // };
-    // vector<dataElevationLDN> myLDNField; /**< List of elevation at landing data */
-
     /**\brief Function to calculate the landing distance for different altitudes and aircraft masses
     *\param theRunwaySlope Slope of the runway (rad)
     *\param theGroundFrictionBraking Friction coefficient at full braking (-)
@@ -123,5 +97,5 @@ class landingPerformance :public abstractLandingPerformance {
 };
 }  // namespace low
 
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_LOW_FIDELITY_LANDINGPERFORMANCE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_LANDINGPERFORMANCE_LOW_FIDELITY_LANDINGPERFORMANCE_H_
 
diff --git a/performance_assessment/src/taw/defaultMethods/missionDefinition.cpp b/performance_assessment/src/taw/defaultMethods/missionDefinition.cpp
index a7e5d35e64a241d433522e32f17a303c88870b36..35f13f4250b0278f33b1d3a83698405cc8da6b3e 100644
--- a/performance_assessment/src/taw/defaultMethods/missionDefinition.cpp
+++ b/performance_assessment/src/taw/defaultMethods/missionDefinition.cpp
@@ -1,25 +1,30 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "missionDefinition.h"
 
 using std::endl;
 using std::stringstream;
 
-missionDefinition::missionDefinition(const string &fileNameAndDir, double delta_isa)
+missionDefinition::missionDefinition(const std::string &fileNameAndDir, double delta_isa)
     :
     bleedOffTO(0.0),
     shaftOffTO(0.0),
@@ -50,7 +55,7 @@ missionDefinition::missionDefinition(const string &fileNameAndDir, double delta_
 }
 
 missionDefinition::~missionDefinition() {
-    //dtor
+    // dtor
 }
 
 void missionDefinition::readMission() {
@@ -59,9 +64,9 @@ void missionDefinition::readMission() {
     this->readSteps("approach", this->numberApproachSteps);
 }
 
-void missionDefinition::readSteps(const string& missionPhase, const uint16_t& numberTotalSteps) {
+void missionDefinition::readSteps(const std::string& missionPhase, const uint16_t& numberTotalSteps) {
     for (uint16_t aStepNumber(0); aStepNumber < numberTotalSteps; ++aStepNumber) {
-        string xmlPath("mission/");
+        std::string xmlPath("mission/");
         if (missionPhase == "departure") {
             xmlPath += "departure/departure_step@";
         } else if (missionPhase == "cruise") {
@@ -77,11 +82,11 @@ void missionDefinition::readSteps(const string& missionPhase, const uint16_t& nu
     }
 }
 
-void missionDefinition::getMissionSegment(string XML) {
+void missionDefinition::getMissionSegment(std::string XML) {
     /* General parameters that are always available */
-    Steps.back().modeStep = string(missionXML.at(XML+"/mode/value"));
-    Steps.back().configuration = string(missionXML.at(XML + "/configuration/value"));
-    Steps.back().rating = string(missionXML.at(XML + "/rating/value"));
+    Steps.back().modeStep = std::string(missionXML.at(XML+"/mode/value"));
+    Steps.back().configuration = std::string(missionXML.at(XML + "/configuration/value"));
+    Steps.back().rating = std::string(missionXML.at(XML + "/rating/value"));
     Steps.back().derating = EndnodeReadOnly<double>(XML + "/derate").read(missionXML).value();
     if (missionXML.find(XML+"/altitude")) {
         Steps.back().endAltitude = EndnodeReadOnly<double>(XML + "/altitude").read(missionXML).value();
@@ -126,7 +131,6 @@ void missionDefinition::getMissionSegment(string XML) {
                 exit(1);
             }
             Steps.back().endCAS = Steps.at(Steps.size() - 2).endCAS;
-            //Steps.back().endROC = missionXML.at(XML + "/ROC");
         } else if (Steps.back().modeStep == "accelerate") {
             if (Steps.back().endCAS <= 0.0) {
                 myRuntimeInfo->err << "flight phase: " << Steps.back().missionPhase << " | Step: " << Steps.back().modeStep << endl;
@@ -179,7 +183,6 @@ void missionDefinition::getMissionSegment(string XML) {
             Steps.back().endTAS = convertUnit(MACH, TRUEAIRSPEED, Steps.back().endAltitude, myISA, Steps.back().endMach);
             Steps.back().endCAS = convertUnit(MACH, CALIBRATEDAIRSPEED, Steps.back().endAltitude, myISA, Steps.back().endMach);
             cruiseAlt.push_back(Steps.back().endAltitude);
-            //Steps.back().endROC = missionXML.at(XML + "/ROC");
         } else if (Steps.back().modeStep == "change_speed_to_Mach") {
             if (Steps.back().endMach <= 0.0) {
                 myRuntimeInfo->err << "flight phase: " << Steps.back().missionPhase << " | Step: " << Steps.back().modeStep << endl;
diff --git a/performance_assessment/src/taw/defaultMethods/missionDefinition.h b/performance_assessment/src/taw/defaultMethods/missionDefinition.h
index 8ca62a09d56ef6c01fb12694514848d4f096264f..c29b34d458f50216753add564fab2a435e6de72b 100644
--- a/performance_assessment/src/taw/defaultMethods/missionDefinition.h
+++ b/performance_assessment/src/taw/defaultMethods/missionDefinition.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_MISSIONDEFINITION_H_
 #define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_MISSIONDEFINITION_H_
 
@@ -28,19 +33,16 @@
 #include <string>
 #include <vector>
 
-
-
 class node;
 
 using std::vector;
-using std::string;
 
 /** \class missionDefinition contains all information about the flight mission
 *
 */
 class missionDefinition {
  public:
-    string missionPhase; /**< name of the mission phase */
+    std::string missionPhase; /**< name of the mission phase */
 
     double missionPayload; /**< Payload during the mission (kg) */
     double missionPAX; /**< Number of passengers during the mission (-) */
@@ -68,7 +70,7 @@ class missionDefinition {
     */
     class averageMissionPoint {
      public:
-        string simplifiedMODE; /**< Mission phase (TakeOff, Climb, Accelerate, Cruise, Descend, Landing) */
+        std::string simplifiedMODE; /**< Mission phase (TakeOff, Climb, Accelerate, Cruise, Descend, Landing) */
 
         double Altitude; /**< Aircraft altitude (m) */
         double Temperature; /**< Air temperature (K) */
@@ -104,14 +106,14 @@ class missionDefinition {
      public:
         averageMissionPoint Point;
 
-        string missionPhase; /**< Phase during the mission (Departure, Cruise, Approach)*/
-        string modeStep; /**< Mode of the segments in mission.xml */ //(Takeoff, Climb, Accelerate, ChangeSpeed_to_CAS, Climb_to_cruise,
-                                                                   //ChangeSpeed_to_M, Cruise, ChangeFLconstROC, Descend_to_approach,
-                                                                   //ChangeSpeed, Descend, LevelGSInterception, Landing)
+        std::string missionPhase; /**< Phase during the mission (Departure, Cruise, Approach)*/
+        std::string modeStep; /**< Mode of the segments in mission.xml */   // (Takeoff, Climb, Accelerate, ChangeSpeed_to_CAS, Climb_to_cruise,
+                                                                            // ChangeSpeed_to_M, Cruise, ChangeFLconstROC, Descend_to_approach,
+                                                                            // ChangeSpeed, Descend, LevelGSInterception, Landing)
 
-        string rating; /**< Engine rating (TO, MaxCont, Climb, Idle, Cruise)*/
+        std::string rating; /**< Engine rating (TO, MaxCont, Climb, Idle, Cruise)*/
         double derating; /**< Engine derate (-)*/
-        string configuration; /**< Aerodynamic configuration in the mission.xml (TakeOff, Climb, Clean, Approach, ApproachLG, Landing)*/
+        std::string configuration; /**< Aerodynamic configuration in the mission.xml (TakeOff, Climb, Clean, Approach, ApproachLG, Landing)*/
 
         double endAltitude; /**< Altitude at the end of the mission segment in the mission.xml (ft) */
         double endFL; /**< Flight level at the end of the mission segment in the mission.xml (-) */
@@ -152,7 +154,7 @@ class missionDefinition {
     /** \brief Constructor missionDefinition
     *
     */
-    explicit missionDefinition(const string &fileNameAndDir, double delta_isa);
+    explicit missionDefinition(const std::string &fileNameAndDir, double delta_isa);
 
     /** \brief Destructor missionDefinition
     *
@@ -171,12 +173,12 @@ class missionDefinition {
     *   \param missionPhase const string: Constant reference to a string of a certain mission phase. Allowed are "Departure"/"Cruise"/"Approach"
     *   \param numberTotalSteps const uint16_t: Constant reference to the total number of missionSteps in the mission phase
     */
-    void readSteps(const string& missionPhase, const uint16_t& numberTotalSteps);
+    void readSteps(const std::string& missionPhase, const uint16_t& numberTotalSteps);
 
     /** \brief Fill the parameters for each mission step with the data from mission.xml
     * \param XML Subpath in the mission.xml file
     */
-    void getMissionSegment(string XML);
+    void getMissionSegment(std::string XML);
 
     /** \brief Get the parameters for each mission step
     */
@@ -188,4 +190,3 @@ class missionDefinition {
 };
 
 #endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_MISSIONDEFINITION_H_
-
diff --git a/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/abstractOptimizeMissionProfile.h b/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/abstractOptimizeMissionProfile.h
deleted file mode 100644
index de3bb36a3cda4b94c886135b107f573c051bae22..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/abstractOptimizeMissionProfile.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_OPTIMIZEMISSIONPROFILE_ABSTRACTOPTIMIZEMISSIONPROFILE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_OPTIMIZEMISSIONPROFILE_ABSTRACTOPTIMIZEMISSIONPROFILE_H_
-
-#include <memory>
-#include <string>
-
-#include "../performance_assessment_settings.h"
-#include "../fuelPlanning/abstractFuelPlanning.h"
-
-class abstractFuelplanning;
-
-class abstractOptimizeMissionProfile {
- public:
-    virtual ~abstractOptimizeMissionProfile() { }
-    virtual void doOptimizeMission(std::shared_ptr<abstractFuelPlanning>& myFuelPlanning, const std::shared_ptr<RuntimeIO>& rtIO, bool sizingForMTOM) = 0;
-};
-
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_OPTIMIZEMISSIONPROFILE_ABSTRACTOPTIMIZEMISSIONPROFILE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.cpp b/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.cpp
deleted file mode 100644
index afa52d74db6920cd8374b9041c2a71ce2b4b1c1a..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.cpp
+++ /dev/null
@@ -1,97 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#include "optimizeMissionProfile.h"
-
-using std::string;
-
-namespace low {
-
-optimizeMissionProfile::optimizeMissionProfile(aircraft *theAircraft)
-    :
-    theAcftPt(theAircraft) {
-    // ctor
-}
-optimizeMissionProfile::~optimizeMissionProfile() {
-    // dtor
-}
-
-void low::optimizeMissionProfile::doOptimizeMission(std::shared_ptr<abstractFuelPlanning>& myFuelPlanning, const std::shared_ptr<RuntimeIO>& rtIO, bool sizingForMTOM) {
-    double maxAltitudeForRange = 0.5 * (theAcftPt->designRange - 150.) * 1000. * tan(convertUnit(DEGREE, RADIAN, 2.5)) / 0.3048 / 100.;
-    if (theAcftPt->hMaxOperating / 100. < maxAltitudeForRange) {
-        maxAltitudeForRange = theAcftPt->hMaxOperating / 100.;
-    }
-    for (unsigned int i(0); i <= theAcftPt->myMission.Steps.size() - 1; i++) {
-        if (theAcftPt->myMission.Steps.at(i).modeStep == "cruise") {
-            cruiseSteps.push_back(theCruiseSteps());
-            cruiseSteps.back().ID = i + 1;
-            cruiseSteps.back().oldFL        = theAcftPt->myMission.Steps.at(i).endFL;
-            cruiseSteps.back().Mach         = theAcftPt->myMission.Steps.at(i).endMach;
-            cruiseSteps.back().grossMass  =  0.5 * (myFuelPlanning->theMissionFuel.at(i).Mass
-                                               + myFuelPlanning->theMissionFuel.at(i + 1).Mass);
-            /* Calculation of the optimized flight altitude */
-            cruiseSteps.back().newFL        = getNewFlightLevel(G_FORCE * cruiseSteps.back().grossMass, cruiseSteps.back().Mach);
-            if (cruiseSteps.back().newFL > maxAltitudeForRange) {
-                cruiseSteps.back().newFL = static_cast<int>(floor(maxAltitudeForRange));
-            }
-            /* Write in mission block of AC-XML file */
-            std::stringstream tempID;
-            tempID.str("");
-            tempID << int(cruiseSteps.size());
-            // TODO(franz#1#): neue xml-Klasse (mit pointer) verwenden; VORSICHT: gleiches Ergebnis?
-            if (sizingForMTOM == true) {
-                rtIO->acxml.at("AcftExchangeFile/Performance/MissionAnalysis/DesignMission/CruiseSteps") = static_cast<int>(cruiseSteps.size());
-                rtIO->acxml.at("AcftExchangeFile/Performance/MissionAnalysis/DesignMission/CruiseStep@" + tempID.str() + "/FlightLevel") = cruiseSteps.back().newFL;
-            } else {
-                rtIO->acxml.at("AcftExchangeFile/Performance/MissionAnalysis/StudyMission/CruiseSteps") = static_cast<int>(cruiseSteps.size());
-                rtIO->acxml.at("AcftExchangeFile/Performance/MissionAnalysis/StudyMission/CruiseStep@" + tempID.str() + "/FlightLevel") = cruiseSteps.back().newFL;
-            }
-        }
-    }
-}
-
-double optimizeMissionProfile::getNewFlightLevel(double theLift, double theMach) {
-    double deltaStep = 100.;
-    //double nrSteps = floor( (theAcftPt->hMaxOperating - theAcftPt->hInitialCruise)/deltaStep );
-    double targetFL(theAcftPt->hInitialCruise / 100.);
-    double SAR = 0.;
-    for (double i = theAcftPt->hInitialCruise; i <= theAcftPt->hMaxOperating; i = i + deltaStep) {
-        double theDrag = theAcftPt->aero.getCruiseDrag(theMach,  i * 0.3048, 0., theLift / G_FORCE, "clean", theAcftPt->atm);
-        theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, i * 0.3048, theMach, theAcftPt->atm, 1., "maximum_continuous",
-                theAcftPt->myMission.bleedOffCr, theAcftPt->myMission.shaftOffCr, theDrag);
-        if (theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise) < 0.99999 * theDrag) {
-            break;
-        }
-        double tempROC = theAcftPt->ROC(theLift / G_FORCE, i * 0.3048, theMach, 1.0, "clean", "maximum_continuous",
-                                        theAcftPt->myMission.bleedOffCr, theAcftPt->myMission.shaftOffCr,
-                                        false, theAcftPt->aero) * (60. / 0.3048);
-        if (tempROC < 300.) {
-            break;
-        }
-        double tempFF = theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
-        double tempTAS = theMach * theAcftPt->atm.getSpeedOfSoundISA(i * 0.3048);
-        double tempSAR = tempTAS / tempFF;
-        if (i <= theAcftPt->hInitialCruise) {
-            SAR = tempTAS / tempFF;
-            targetFL = Rounding(i / 100., 0.);
-        } else if (SAR < tempSAR) {
-            SAR = tempTAS / tempFF;
-            targetFL = Rounding(i / 100., 0.);
-        }
-    }
-    return targetFL;
-}
-}  // namespace low
\ No newline at end of file
diff --git a/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.h b/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.h
deleted file mode 100644
index 8df6fd6ff6c799f783a629d8e02abbec0ef4cb75..0000000000000000000000000000000000000000
--- a/performance_assessment/src/taw/defaultMethods/optimizeMissionProfile/low_fidelity/optimizeMissionProfile.h
+++ /dev/null
@@ -1,95 +0,0 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_OPTIMIZEMISSIONPROFILE_LOW_FIDELITY_OPTIMIZEMISSIONPROFILE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_OPTIMIZEMISSIONPROFILE_LOW_FIDELITY_OPTIMIZEMISSIONPROFILE_H_
-
-// #include <standardFiles/functions.h>
-// #include <aixml/node.h>
-
-#include <vector>
-#include <string>
-#include <memory>
-
-#include "../../aircraft.h"
-#include "../../fuelPlanning/abstractFuelPlanning.h"
-#include "../abstractOptimizeMissionProfile.h"
-
-// class aircraft;
-// class fuelPlanning;
-
-using std::vector;
-using std::string;
-
-namespace low {
-
-/**\brief optimizeMissionProfile Global class containing the initial and the optimized mission
-*
-*/
-class optimizeMissionProfile : public abstractOptimizeMissionProfile {
- public:
-    /**\brief Constructor optimizeMissionProfile
-    *\param theAircraft Address to the aircraft object
-    */
-    explicit optimizeMissionProfile(aircraft *theAircraft);
-
-    /**\class theCruiseSteps Class containing flight data for each mission segment
-    *
-    */
-    class theCruiseSteps {
-     public:
-        int ID; /**< Mission segment ID */
-        double grossMass; /**< Aircraft mass (kg) */
-        double oldFL; /**< Previous flight level (-) */
-        double newFL; /**< Optimized flight level for the i flight segment (-) */
-        double Mach; /**< Mach number (-) */
-
-        theCruiseSteps() {
-            ID = 0;
-            grossMass = 0.;
-            oldFL       = 0.;
-            newFL       = 0.;
-            Mach        = 0.;
-        }
-    };
-    vector<theCruiseSteps> cruiseSteps; /**< List of the cruise steps */
-
-    /**\brief Calculation of the optimized flight data
-    *\param myFuelPlanning object of the fuelPlanning class
-    *\param ioFile Aircraft file name
-    *\param sizingForMTOM Switch if Design or Study mission shall be changed
-    */
-    void doOptimizeMission(std::shared_ptr<abstractFuelPlanning>& myFuelPlanning, const std::shared_ptr<RuntimeIO>& rtIO, bool sizingForMTOM) override;
-
-    /**\brief Destructor optimizeMissionProfile
-    *
-    */
-    virtual ~optimizeMissionProfile();
-
- private:
-    aircraft *theAcftPt; /**< Pointer to the aircraft object */
-
-    /**\brief Function to calculate the optimized flight level
-    *\param theLift Lift at the mission segment (N)
-    *\param theMach Mach number at the mission segment (-)
-    *\return The optimized flight level (-)
-    */
-    double getNewFlightLevel(double theLift, double theMach);
-};
-}  // namespace low
-
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_OPTIMIZEMISSIONPROFILE_LOW_FIDELITY_OPTIMIZEMISSIONPROFILE_H_
-
diff --git a/performance_assessment/src/taw/defaultMethods/payloadRange/abstractPayloadRange.h b/performance_assessment/src/taw/defaultMethods/payloadRange/abstractPayloadRange.h
index c744c343e6ef526ca1e90ee093ef4286bd026cec..b2e1819e3baacf6bdb7b587392d8c92a674ac3f9 100644
--- a/performance_assessment/src/taw/defaultMethods/payloadRange/abstractPayloadRange.h
+++ b/performance_assessment/src/taw/defaultMethods/payloadRange/abstractPayloadRange.h
@@ -1,22 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_ABSTRACTPAYLOADRANGE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_ABSTRACTPAYLOADRANGE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_ABSTRACTPAYLOADRANGE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_ABSTRACTPAYLOADRANGE_H_
 
 #include <vector>
 
@@ -37,4 +41,4 @@ class abstractPayloadRange
 
 
 
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_ABSTRACTPAYLOADRANGE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_ABSTRACTPAYLOADRANGE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.cpp b/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.cpp
index ec0decdaab124b24a3258aa985471292b7acb036..7be9530efc7beaf026c3bd5c4afd1342de2db830 100644
--- a/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.cpp
+++ b/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.cpp
@@ -1,23 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "payloadRange.h"
 
-using std::endl;
-
 namespace low {
 
 payloadRange::payloadRange(aircraft *theAircraft, const performance_assessment_settings &theSettings)
@@ -31,59 +34,51 @@ payloadRange::~payloadRange() {
 }
 
 void payloadRange::calcPayloadRange() {
-    // Determine Payload Range via Breguet with Mass Fractions (s. FZB1, Uebung1, WS20122013, eq. 13)
-    // Determine Breguet Factors = (V*L/D)/g*SFC; ATTENTION: With Tim Breguet Factors = g*SFC/(V*L/D)
+    // Determine Breguet Factors = (V*L/D)/g*SFC
     double breguetFactor(0.);
     double cruiseHeight(0.);
-    // Average of Cruise Altitude for Breguet as Sum of Step Altitudes Weighted with Segment Length
+    // Average of cruise altitude for Breguet as sum of step altitudes weighted with segment length
     for (unsigned int i(0); i < theAcftPt->myMission.cruiseSegLength.size(); i++) {
         if (i == 0)
             cruiseHeight = theAcftPt->myMission.cruiseSegLength.at(i) * theAcftPt->myMission.cruiseAlt.at(i);
         else
             cruiseHeight += (theAcftPt->myMission.cruiseSegLength.at(i) - theAcftPt->myMission.cruiseSegLength.at(i - 1)) * theAcftPt->myMission.cruiseAlt.at(i);
     }
-    cruiseHeight = convertUnit(FOOT, METER, cruiseHeight);
-    // myRuntimeInfo->out << "cruiseHeigth " << cruiseHeight << endl;
-    // TODO(franz#1#): statt MTOM, MTOM reduziert um Massfractions Start, Climb
-    // TODO(franz#1#): ggf. statt LoverD und SFC ausrechnen aus Aircraft XML holen und dann Drag ausrechnen
-    double theLoverD = theAcftPt->aero.getCruiseLoverD(theAcftPt->myMission.crMach, convertUnit(FOOT, METER, theAcftPt->hInitialCruise), 0.0, theAcftPt->MTOM, "clean",
-                                                       theAcftPt->atm);
-    double theDrag = theAcftPt->aero.getCruiseDrag(theAcftPt->myMission.crMach, convertUnit(FOOT, METER, theAcftPt->hInitialCruise), 0.0, theAcftPt->MTOM, "clean", theAcftPt->atm);
-    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, theAcftPt->hInitialCruise, theAcftPt->myMission.crMach, theAcftPt->atm, 1.0, "maximum_continuous", 0., 0.,
-                                                     theDrag);
-    double theSFC = theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise) / theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
+    double theLoverD = theAcftPt->aero.getCruiseLoverD(theAcftPt->myMission.crMach, theAcftPt->hInitialCruise, 0.0, theAcftPt->MTOM, "clean", theAcftPt->atm);
+    double theDrag = theAcftPt->aero.getCruiseDrag(theAcftPt->myMission.crMach, theAcftPt->hInitialCruise, 0.0, theAcftPt->MTOM, "clean", theAcftPt->atm);
+    theAcftPt->myEngines.calculate_N1_with_thrustlimit(theAcftPt->myEnergyProviders.energyCarrierID_cruise, theAcftPt->hInitialCruise, theAcftPt->myMission.crMach, theAcftPt->atm,
+        1.0, "maximum_continuous", 0., 0., theDrag);
+    double theSFC = theAcftPt->myEngines.get_aircraft_fuelflow(theAcftPt->myEnergyProviders.energyCarrierID_cruise)
+        / theAcftPt->myEngines.get_thrust_aircraft(theAcftPt->myEnergyProviders.energyCarrierID_cruise);
     breguetFactor = (theAcftPt->myMission.crMach * theAcftPt->atm.getSpeedOfSound(cruiseHeight) * theLoverD) / (G_FORCE * theSFC);
-    /* Determination of the 0.point */
+    /* Determination of point 0 */
     Payload.push_back(theAcftPt->maxPayload);
     Fuel.push_back(0.);
     TOM.push_back(theAcftPt->OME + theAcftPt->maxPayload);
     Range.push_back(0.);
-    /* 1.point, range will be determined later */
+    /* Point 1 masses; range will be determined later */
     Payload.push_back(theAcftPt->maxPayload);
     Fuel.push_back(theAcftPt->MTOM - theAcftPt->OME - Payload.back());
     TOM.push_back(theAcftPt->MTOM);
     Range.push_back(0.);
     /* Determination of the design point according to Breguet and deviation from the given (real) design range */
-    // TODO(franz#1#): Mass fractions aus Requirement-Mission bestimmen
-    double designRangeBreguet = -breguetFactor * log((theAcftPt->OME + theAcftPt->designPayload) / (0.9065 * theAcftPt->MTOM));
+    double designRangeBreguet = -breguetFactor * log((theAcftPt->OME + theAcftPt->designPayload) / (0.9065 * theAcftPt->MTOM));  // TODO(Hansman): Fuel consumed during takeoff
+        // and climb  shall not be hardcoded
     double calibrateFactor = theAcftPt->designRange / designRangeBreguet;
-    myRuntimeInfo->out << "calibrateFactor Breguet: " << calibrateFactor << endl;
+    myRuntimeInfo->out << "calibrateFactor Breguet: " << calibrateFactor << std::endl;
     /* Determination of the 2nd point */
     Fuel.push_back(theAcftPt->MFM);
     Payload.push_back(theAcftPt->MTOM - theAcftPt->OME - Fuel.back());
     TOM.push_back(theAcftPt->MTOM);
     Range.push_back((-breguetFactor * log((theAcftPt->OME + Payload.back()) / (0.9065 * TOM.back())))*calibrateFactor);
-// TODO(franz#1#): Testen ob calibrateFactor Ergebnisse verbessert (bei A320 eher Verschlechterung)
-    // Range.push_back(breguetFactor * log(1./(1.- myPayloadRange.back().Fuel/myPayloadRange.back().TOM))));//simply Breguet, without Mass-Fractions
     if (Range.at(2) > theAcftPt->designRange) {
         /* Determination of range of 1st point, from extrapolation between design point and 2nd point */
         Range.at(1) = theAcftPt->designRange
                       + (Range.at(2) - theAcftPt->designRange) / (Payload.at(2) - theAcftPt->designPayload)
                       * (Payload.at(1) - theAcftPt->designPayload);
     } else {
-        myRuntimeInfo->out << "ERROR: Range_maxFuelatMTOM smaller DesignRange! " << endl;
+        myRuntimeInfo->out << "ERROR: Range_maxFuelatMTOM smaller DesignRange! " << std::endl;
         Range.at(1) = 0.;  // not extrapolatable
-// TODO(franz#1#): ggf. besser: Punkte mit Missionsanalyse abfliegen
     }
     /* 3. point: no payload and maximum refuelled */
     if (theAcftPt->OME + theAcftPt->MFM < theAcftPt->MTOM) {
@@ -95,8 +90,7 @@ void payloadRange::calcPayloadRange() {
             Range.push_back(-breguetFactor * log((theAcftPt->OME + Payload.back()) / (0.9065 * TOM.back())));
         } else {
             Range.push_back((-breguetFactor * log((theAcftPt->OME + Payload.back()) / (0.9065 * TOM.back())))*calibrateFactor);
-            myRuntimeInfo->warn << "Range_maxFuelEmpty smaller Range_maxFuelatMTOM. Range_maxFuelEmpty will also be calibrated!" << endl;
-// TODO(franz#1#): WICHTIG: PayloadRange Kalibrierung work-around Loesung; evtl. besser
+            myRuntimeInfo->warn << "Range_maxFuelEmpty smaller Range_maxFuelatMTOM. Range_maxFuelEmpty will also be calibrated!" << std::endl;
         }
     } else {
         // 3. point = 2. point
diff --git a/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.h b/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.h
index c08bf98dfc4507812a2baa1a399c5bd7c1831b06..b5dd8b00f51d2b1b4cc4526169ab11b4b144e584 100644
--- a/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.h
+++ b/performance_assessment/src/taw/defaultMethods/payloadRange/low_fidelity/payloadRange.h
@@ -1,21 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_LOW_FIDELITY_PAYLOADRANGE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_LOW_FIDELITY_PAYLOADRANGE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_LOW_FIDELITY_PAYLOADRANGE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_LOW_FIDELITY_PAYLOADRANGE_H_
 
 #include <unitConversion/unitConversion.h>
 
@@ -65,4 +70,4 @@ class payloadRange : public abstractPayloadRange {
 
 };  // namespace low
 
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_LOW_FIDELITY_PAYLOADRANGE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PAYLOADRANGE_LOW_FIDELITY_PAYLOADRANGE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.cpp b/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.cpp
index 55ef4b7e637f3306bcc3bf5b8edd294bf992d537..0f7ad9a0ef999e394798a150d834278638572555 100644
--- a/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.cpp
+++ b/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.cpp
@@ -1,20 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "performance_assessment_factory.h"
 #include "performance_assessment_output.h"  // Resolving circular dependency
 
@@ -26,52 +30,33 @@ performance_assessment_factory::performance_assessment_factory(const std::shared
     mySettings(rtIOin),
     mySettingsPt(std::make_shared<performance_assessment_settings>(mySettings)),
     myAcft(rtIO, mySettingsPt),
-    myAcftPt(std::make_shared<aircraft>(myAcft))
-    // missionXML(aixml::openDocument(static_cast<std::string>(rtIO->acxml.at(
-        // "/aircraft_exchange_file/requirements_and_specifications/mission_files/study_mission_file/value")))) 
-        {
-}
+    myAcftPt(std::make_shared<aircraft>(myAcft)) {
+        // ctor
+    }
 
 void performance_assessment_factory::initialize() {
     /* Get desired fidelity level of methods*/
-    fidelityLevelFuelPlanning = static_cast<std::string>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/fuel_planning/fidelity_level"));
-    fidelityLevelOptimizeMission = static_cast<std::string>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/mission/fidelity_level"));
-    fidelityLevelPayloadRangeDiagram = static_cast<std::string>(rtIO->moduleConfig
-        .at("/module_configuration_file/program_settings/performance_checks/payload_range_diagram/fidelity_level"));
-    fidelityLevelEnginePerformance = static_cast<std::string>(rtIO->moduleConfig
-        .at("/module_configuration_file/program_settings/performance_checks/engine_performance/fidelity_level"));
-    fidelityLevelFlightEnvelopePerformance = static_cast<std::string>(rtIO->moduleConfig
-        .at("/module_configuration_file/program_settings/performance_checks/flight_envelope_performance/fidelity_level"));
-    fidelityLevelClimbPerformance = static_cast<std::string>(rtIO->moduleConfig
-        .at("/module_configuration_file/program_settings/performance_checks/climb_performance/fidelity_level"));
-    fidelityLevelTakeOffPerformance = static_cast<std::string>(rtIO->moduleConfig
-        .at("/module_configuration_file/program_settings/performance_checks/takeoff_performance/fidelity_level"));
-    fidelityLevelLandingPerformance = static_cast<std::string>(rtIO->moduleConfig
-        .at("/module_configuration_file/program_settings/performance_checks/landing_performance/fidelity_level"));
-    fidelityLevelVnDiagram = static_cast<std::string>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/vn_diagram/fidelity_level"));
-    fidelityLevelSARPerformance = static_cast<std::string>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/sar_performance/fidelity_level"));
+    fidelityLevelFuelPlanning = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/fuel_planning/fidelity_level", "low").read(rtIO->moduleConfig).value();
+    fidelityLevelOptimizeMission = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/mission/fidelity_level", "low").read(rtIO->moduleConfig).value();
+    fidelityLevelPayloadRangeDiagram = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/performance_checks/payload_range_diagram/fidelity_level", "low")
+        .read(rtIO->moduleConfig).value();
+    fidelityLevelEnginePerformance = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/performance_checks/engine_performance/fidelity_level", "low")
+        .read(rtIO->moduleConfig).value();
+    fidelityLevelFlightEnvelopePerformance = EndnodeReadOnly<std::string>(
+        "/module_configuration_file/program_settings/performance_checks/flight_envelope_performance/fidelity_level", "low").read(rtIO->moduleConfig).value();
+    fidelityLevelClimbPerformance = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/performance_checks/climb_performance/fidelity_level", "low")
+        .read(rtIO->moduleConfig).value();
+    fidelityLevelTakeOffPerformance = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/performance_checks/takeoff_performance/fidelity_level", "low")
+        .read(rtIO->moduleConfig).value();
+    fidelityLevelLandingPerformance = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/performance_checks/landing_performance/fidelity_level", "low")
+        .read(rtIO->moduleConfig).value();
+    fidelityLevelVnDiagram = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/performance_checks/vn_diagram/fidelity_level", "low")
+        .read(rtIO->moduleConfig).value();
+    fidelityLevelSARPerformance = EndnodeReadOnly<std::string>("/module_configuration_file/program_settings/performance_checks/sar_performance/fidelity_level", "low")
+        .read(rtIO->moduleConfig).value();
 
     /* Initialization of performance_assessment objects */
-    /* Fuel Planning */
-    if (fidelityLevelFuelPlanning == "high") {  // high fidelity fuel Planning
-        // Custom implementation here, e.g.:
-        // abstractFuelPlanningPt = std::make_shared<high::fuelPlanning>(someArgs);  // Create Object and puts it in interface class pointer
-    } else if (fidelityLevelFuelPlanning == "low") {  // low fidelity fuelPlanning
-        abstractFuelPlanningPt = std::make_shared<low::fuelPlanning>(myAcftPt, mySettingsPt, rtIO);  // Create Object and puts it in interface class pointer
-        // abstractFuelPlanningPt->setFactory(shared_from_this());  // Enables Factory-Products to access the factory to check what fidelity levels other products are
-    } else {
-        myRuntimeInfo->warn << "Unavailable fidelity level for 'FuelPlanning' selected! Exiting"<< std::endl;
-        exit(1);
-    }
-    /* Mission Optimization */
-        if (fidelityLevelOptimizeMission == "high") {  // high fidelity optimizeMission
-        // ...
-    } else if (fidelityLevelFuelPlanning == "low") {  // low fidelity optimizeMission
-        abstractOptimizeMissionProfilePt = std::make_shared<low::optimizeMissionProfile>(&myAcft);  // Create Object and puts it in interface class pointer
-    } else {  // default case: low
-        myRuntimeInfo->warn << "Unavailable fidelity level for 'MissionOptimization' selected! Exiting"<< std::endl;
-        exit(1);
-    }
+
     /* PayloadRange */
     if (fidelityLevelPayloadRangeDiagram == "high") {
         // ...
@@ -99,6 +84,16 @@ void performance_assessment_factory::initialize() {
         myRuntimeInfo->warn << "Unavailable fidelity level for 'ClimbPerformance' selected! Exiting"<< std::endl;
         exit(1);
     }
+    /* Flight Envelope */
+    if (fidelityLevelFlightEnvelopePerformance == "high") {
+        // ...
+    } else if (fidelityLevelFlightEnvelopePerformance == "low") {
+        abstractFlightEnvelopesPt = std::make_shared<low::flightEnvelopes>(myAcftPt);
+    } else {
+        myRuntimeInfo->warn << "Unavailable fidelity level for 'FlightEnvelope' selected! Exiting"<< std::endl;
+        exit(1);
+    }
+
     /* SARPerformance */
     if (fidelityLevelSARPerformance == "high") {
         // ...
@@ -137,102 +132,112 @@ void performance_assessment_factory::initialize() {
     }
 }  // initialize()
 
+
 void performance_assessment_factory::run() {
 /* Run the selected modules */
-if (mySettingsPt->mySwitches.doFuelPlanning == true) {
-    myRuntimeInfo->out << "  -> Fuel Planning" << std::endl;
-    try {
-        abstractFuelPlanningPt->doFuelPlanning();
-    } catch (const int& errorCode) {
-        throwError(__FILE__, __func__, __LINE__,
-                "Error in fuel planning. Possibly thrust rating of engine could not be set correctly. See logLevel=2 (Info) for more details.");
-    }
-}
-/* Optimize Mission */
-if (mySettingsPt->optimizeMission == true) {
-    try {
-        abstractOptimizeMissionProfilePt->doOptimizeMission(abstractFuelPlanningPt, rtIO, mySettingsPt->designForMTOM);
-        // theOptimizeMission->doOptimizeMission(&theFuelPlanning, rtIO, mySettingsPt->designForMTOM);
-        } catch (const int& errorCode) {
-        throwError(__FILE__, __func__, __LINE__,
-                    "Error in mission optimization. Possibly thrust rating of engine could not be set correctly. See logLevel=2 (Info) for more details.");
-        }
-}
 
 /* PayloadRange */
-if (mySettingsPt->mySwitches.doPayloadRange == true) {
-    if (mySettingsPt->mySwitches.doFuelPlanning == false) {
-        throwError(__FILE__, __func__, __LINE__,
-            "Error in payload range diagram calculation: Fuel planning needed for payload range calculation. Please turn on fuel planning.");
-    }
-    if (!mySettingsPt->designForMTOM && mySettingsPt->useStudyMissionForAnalysis) {
-        myRuntimeInfo->out << "Attention: Payload range diagram incorrect when MTOM Design off or StudyMission is used!" << std::endl;
-        abstractFuelPlanningPt->doPayloadRangeOLD();
-    } else {
-        myRuntimeInfo->out << "      ... Payload Range using OLD method" << std::endl;
-        abstractFuelPlanningPt->doPayloadRangeOLD();
-        abstractFuelPlanningPt->doFuelPayloadRangeOLD();
-    }
-} else {
-    abstractFuelPlanningPt->payloadRangeFromAcftXML();
-}
-if (mySettingsPt->mySwitches.doPayloadRange == true && mySettingsPt->mySwitches.doFuelPlanning == false) {
+try {
     myRuntimeInfo->out << "      ... Payload Range" << std::endl;
+    abstractPayloadRangePt->calcPayloadRange();
+    mySettingsPt->check_sucessfully_executed.doPayloadRange = true;
+} catch (const int& errorCode) {
+    myRuntimeInfo->err << "Error in payload range calculation. See logLevel=2 (Info) for more details." << std::endl;
+    mySettingsPt->check_sucessfully_executed.doPayloadRange = false;
+}
+
+/* EnginePerformance */
+if (false) {  // Engine performance is teporarily disabled
     try {
-        abstractPayloadRangePt->calcPayloadRange();
+        myRuntimeInfo->out << "  -> Engine Performance" << std::endl;
+        abstractEnginePerformancePt->doEngineCalculation(mySettingsPt->enginePerformance.Rating);
+        mySettingsPt->check_sucessfully_executed.doEnginePerformance = true;
     } catch (const int& errorCode) {
-        throwError(__FILE__, __func__, __LINE__,
-                    "Error in payload-range calculation. Possibly thrust rating of engine could not be set correctly. See logLevel=2 (Info) for more details.");
+        mySettingsPt->check_sucessfully_executed.doEnginePerformance = false;
+        myRuntimeInfo->out << "Error in engine performance evaluation. See logLevel=2 (Info) for more details." << std::endl;
     }
 }
 
-/* EnginePerformance */
-if (mySettingsPt->mySwitches.doEnginePerformance == true) {
-    myRuntimeInfo->out << "  -> Engine Performance" << std::endl;
-    abstractEnginePerformancePt->doEngineCalculation(mySettingsPt->enginePerformance.Rating);
-}
 /* Climb Performance */
-if (mySettingsPt->mySwitches.doClimbPerformance == true) {
+try {
     myRuntimeInfo->out << "  -> Ceiling Performance" << std::endl;
     abstractCeilingPerformancePt->doCeilingCalculation();
-    if (mySettingsPt->mySwitches.doFlightEnvelopePerformance == true) {
-        myRuntimeInfo->out << "  -> Flight Envelopes" << std::endl;
-        if (fabs(myAcftPt->MDive - 0) < ACCURACY_HIGH || fabs(myAcftPt->VDive - 0.) < ACCURACY_HIGH || mySettingsPt->mySwitches.overwriteInitialValues) {
+    mySettingsPt->check_sucessfully_executed.doClimbPerformance = true;
+    try {
+    myRuntimeInfo->out << "  -> Flight Envelopes" << std::endl;
+        if (fabs(myAcftPt->MDive - 0) < ACCURACY_HIGH || fabs(myAcftPt->VDive - 0.) < ACCURACY_HIGH || mySettingsPt->overwrite_initial_values) {
             abstractFlightEnvelopesPt->doDiveSpeedLimits();
         }
         abstractFlightEnvelopesPt->doFlightEnvelope(abstractCeilingPerformancePt);
-        myRuntimeInfo->out << "  -> SAR Performance" << std::endl;
-        abstractSARPerformancePt->doSARCalculation(abstractFlightEnvelopesPt);
+        mySettingsPt->check_sucessfully_executed.doFlightEnvelopePerformance = true;
+        if (false) {  // SAR Performance is temporarily disabled
+            myRuntimeInfo->out << "  -> SAR Performance" << std::endl;
+            abstractSARPerformancePt->doSARCalculation(abstractFlightEnvelopesPt);
+            mySettingsPt->check_sucessfully_executed.doSARCalculation = true;
+        }
+    } catch (const int& errorCode) {
+        mySettingsPt->check_sucessfully_executed.doFlightEnvelopePerformance = false;
+        myRuntimeInfo->err << "Error in flight envelope calculation. See logLevel=2 (Info) for more details." << std::endl;
     }
+    
+} catch (const int& errorCode) {
+    mySettingsPt->check_sucessfully_executed.doClimbPerformance = false;  // Prevents generation of plots with nonexisting data
+    myRuntimeInfo->out << "Error in climb performance calculation. See logLevel=2 (Info) for more details." << std::endl;
 }
 
-/* Take-Off Performance*/
-if (mySettingsPt->mySwitches.doTOPerformance == true) {
+
+/* Takeoff Performance*/
+try {
     myRuntimeInfo->out << "  -> Takeoff Performance" << std::endl;
     abstractTakeOffPerformancePt->doTakeOffPerformance(mySettingsPt->myField.runwaySlope,
             myAcftPt->frictionCoefficient,
             myAcftPt->brakingCoefficient,
             mySettingsPt->myField.headWind);
-    if (mySettingsPt->mySwitches.doBLFLPerformance == true) { //BLFL performance cannot be calculated without TOperformance
-    // Calculation of Balance Field Length
-    myRuntimeInfo->out << "  -> Calculation of BLFL" << std::endl;
-    abstractTakeOffPerformancePt->calcBLFL(mySettingsPt->myField.runwaySlope,
-                                    myAcftPt->frictionCoefficient,
-                                    myAcftPt->brakingCoefficient,
-                                    mySettingsPt->myField.headWind);
+            mySettingsPt->check_sucessfully_executed.doTOPerformance = true;
+} catch (const int& errorCode) {
+    mySettingsPt->check_sucessfully_executed.doTOPerformance = false;  // Prevents generation of plots with nonexisting data
+    myRuntimeInfo->out << "Error in takeoff performance calculation. See logLevel=2 (Info) for more details." << std::endl;
+}
+
+if (false) {  // Balanced Field Length is teporarily disabled
+    try {
+        // Calculation of Balance Field Length
+        myRuntimeInfo->out << "  -> Calculation of BLFL" << std::endl;
+        abstractTakeOffPerformancePt->calcBLFL(mySettingsPt->myField.runwaySlope,
+                                        myAcftPt->frictionCoefficient,
+                                        myAcftPt->brakingCoefficient,
+                                        mySettingsPt->myField.headWind);
+        mySettingsPt->check_sucessfully_executed.doBLFLPerformance = true;
+    } catch (const int& errorCode) {
+        mySettingsPt->check_sucessfully_executed.doBLFLPerformance = false;
+        myRuntimeInfo->out << "Error in balanced field length calculation. See logLevel=2 (Info) for more details." << std::endl;
     }
 }
+
+
+
 /* Landing Performance */
-if (mySettingsPt->mySwitches.doLandingPerformance == true) {
+try {
     myRuntimeInfo->out << "  -> Landing Performance" << std::endl;
     abstractLandingPerformancePt->doLandingPerformance(mySettingsPt->myField.runwaySlope,
-            myAcftPt->brakingCoefficient,
-            mySettingsPt->myField.headWind);
+    myAcftPt->brakingCoefficient,
+    mySettingsPt->myField.headWind);
+    mySettingsPt->check_sucessfully_executed.doLandingPerformance = true;
+} catch (const int& errorCode) {
+    mySettingsPt->check_sucessfully_executed.doLandingPerformance = false;  // Prevents generation of plots with nonexisting data
+    myRuntimeInfo->out << "Error in landing performance calculation. See logLevel=2 (Info) for more details." << std::endl;
 }
+
 /* Vn-Diagram */
-if (mySettingsPt->mySwitches.doVnDiagram == true) {
-    myRuntimeInfo->out << "  -> V-n Diagram" << std::endl;
-    abstractVnDiagramPt->doVnDiagram();
+if (false) {  // Vn-Diagram is teporarily disabled
+    try {
+        myRuntimeInfo->out << "  -> V-n Diagram" << std::endl;
+        abstractVnDiagramPt->doVnDiagram();
+        mySettingsPt->check_sucessfully_executed.doVnDiagram = true;
+    } catch (const int& errorCode) {
+        mySettingsPt->check_sucessfully_executed.doVnDiagram = false;  // Prevents generation of plots with nonexisting data
+        myRuntimeInfo->out << "Error in Vn diagram calculation. See logLevel=2 (Info) for more details." << std::endl;
+    }
 }
 }  // end of run()
 
@@ -242,8 +247,6 @@ void performance_assessment_factory::update() {
 
 void performance_assessment_factory::report() {
     performance_assessment_output theOutput(
-        abstractFuelPlanningPt,
-        abstractOptimizeMissionProfilePt,
         abstractPayloadRangePt,
         abstractEnginePerformancePt,
         abstractCeilingPerformancePt,
@@ -254,10 +257,11 @@ void performance_assessment_factory::report() {
         abstractVnDiagramPt,
         myAcftPt);
 
-    theOutput.generateHtmlBody();
+    myRuntimeInfo->out << "  -> Generating output" << std::endl;
     theOutput.writeXmlOutput();
     theOutput.generatePlotData();
-    // (...)
+    theOutput.generatePlots();
+    theOutput.generateHtmlBody();
 }
 
 void performance_assessment_factory::save() {
diff --git a/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.h b/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.h
index 9bfdee03e737f65cbd633ede9231e04c7e139c0c..16495ec4976a94750d0c404a33e08b95d72ecc34 100644
--- a/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.h
+++ b/performance_assessment/src/taw/defaultMethods/performance_assessment_factory.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PERFORMANCE_ASSESSMENT_Factory_H_
 #define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PERFORMANCE_ASSESSMENT_Factory_H_
 
@@ -35,20 +40,17 @@
 // ...
 
 /* Default methods and classes */
-#include "fuelPlanning/low_fidelity/fuelPlanning.h"
-#include "optimizeMissionProfile/low_fidelity/optimizeMissionProfile.h"
 #include "payloadRange/low_fidelity/payloadRange.h"
 #include "enginePerformance/low_fidelity/enginePerformance.h"
 #include "SARPerformance/low_fidelity/SARPerformance.h"
 #include "ceilingPerformance/low_fidelity/ceilingPerformance.h"
+#include "flightEnvelopes/low_fidelity/flightEnvelopes.h"
 #include "takeOffPerformance/low_fidelity/takeOffPerformance.h"
 #include "landingPerformance/low_fidelity/landingPerformance.h"
 #include "VnDiagram/low_fidelity/VnDiagram.h"
 
 /* Interfaces */
 #include "ceilingPerformance/abstractCeilingPerformance.h"
-#include "fuelPlanning/abstractFuelPlanning.h"
-#include "optimizeMissionProfile/abstractOptimizeMissionProfile.h"
 #include "payloadRange/abstractPayloadRange.h"
 #include "enginePerformance/abstractEnginePerformance.h"
 #include "SARPerformance/abstractSARPerformance.h"
@@ -78,8 +80,6 @@ class performance_assessment_factory : public Strategy, std::enable_shared_from_
     aircraft myAcft;
     std::shared_ptr<aircraft> myAcftPt;
 
-    std::shared_ptr<abstractFuelPlanning> abstractFuelPlanningPt;  /**< fuelPlanning object */
-    std::shared_ptr<abstractOptimizeMissionProfile> abstractOptimizeMissionProfilePt;  /**< optimizeMissionProfile object */
     std::shared_ptr<abstractPayloadRange> abstractPayloadRangePt;  /**< payloadRange object */
     std::shared_ptr<abstractEnginePerformance> abstractEnginePerformancePt;  /**< enginePerformance object */
     std::shared_ptr<abstractCeilingPerformance> abstractCeilingPerformancePt; /**< ceilingPerformance object*/
@@ -100,6 +100,7 @@ class performance_assessment_factory : public Strategy, std::enable_shared_from_
     std::string fidelityLevelVnDiagram;
     std::string fidelityLevelSARPerformance;
     std::string fidelitylevelTakeOffPerformance;
+
 };
 
 }  // namespace taw
diff --git a/performance_assessment/src/taw/defaultMethods/performance_assessment_output.cpp b/performance_assessment/src/taw/defaultMethods/performance_assessment_output.cpp
index 494d5178305f824954ddb8b4ac9bef181ef98a35..21c6510882ecbb79e038867be9dc854b61eea676 100644
--- a/performance_assessment/src/taw/defaultMethods/performance_assessment_output.cpp
+++ b/performance_assessment/src/taw/defaultMethods/performance_assessment_output.cpp
@@ -1,26 +1,30 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "performance_assessment_factory.h"
 #include "performance_assessment_output.h"
+#include <moduleBasics/html.h>
+
 
 performance_assessment_output::performance_assessment_output(
-        std::shared_ptr<abstractFuelPlanning> abstractFuelPlanningPt,
-        std::shared_ptr<abstractOptimizeMissionProfile> abstractOptimizeMissionProfilePt,
         std::shared_ptr<abstractPayloadRange> abstractPayloadRangePt,
         std::shared_ptr<abstractEnginePerformance> abstractEnginePerformancePt,
         std::shared_ptr<abstractCeilingPerformance> abstractCeilingPerformancePt,
@@ -34,8 +38,6 @@ performance_assessment_output::performance_assessment_output(
     myAcftPt(anAcftPt),
     mySettingsPt(myAcftPt->mySettingsPt),
     rtIO(myAcftPt->rtIO),
-    abstractFuelPlanningPt(abstractFuelPlanningPt),
-    abstractOptimizeMissionProfilePt(abstractOptimizeMissionProfilePt),
     abstractPayloadRangePt(abstractPayloadRangePt),
     abstractEnginePerformancePt(abstractEnginePerformancePt),
     abstractCeilingPerformancePt(abstractCeilingPerformancePt),
@@ -46,7 +48,7 @@ performance_assessment_output::performance_assessment_output(
     abstractVnDiagramPt(abstractVnDiagramPt),
     theReport(myAcftPt->rtIO) {
     // ctor
-    if (mySettingsPt->mySwitches.doFuelPlanning && mySettingsPt->useStudyMissionForAnalysis) {
+    if (mySettingsPt->useStudyMissionForAnalysis) {
         theProgramName = rtIO->programname + "_study";
     } else {
         theProgramName = rtIO->programname;
@@ -58,162 +60,90 @@ performance_assessment_output::~performance_assessment_output() {
 }
 
 void performance_assessment_output::generateHtmlBody() {
-    theReport.htmlReportStream() << "<h1>Report " << myAcftPt->acftName << "</h1>" << std::endl;
-    if (mySettingsPt->mySwitches.doFuelPlanning == true) {
-        theReport.htmlReportStream() << "<h2>Fuel Planning</h2>" << std::endl
-        << "<table class=\"ceras\">" << std::endl
-        << "<tr>" << std::endl
-        << "<td>Taxi Fuel: </td><td>" << abstractFuelPlanningPt->myFuel.taxiFuelTakeoff + abstractFuelPlanningPt->myFuel.taxiFuelLanding << " kg</td>" << std::endl
-        << "</tr>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>Mission Fuel: </td><td>" << abstractFuelPlanningPt->myFuel.missionFuel << " kg</td>" << std::endl
-        << "</tr>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>Trip Fuel: </td><td>" << abstractFuelPlanningPt->myFuel.tripFuel << " kg</td>" << std::endl
-        << "</tr>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>-> TOM: </td><td>" << Rounding(myAcftPt->OME
-                + myAcftPt->myMission.missionPayload
-                + abstractFuelPlanningPt->myFuel.missionFuel
-                - abstractFuelPlanningPt->myFuel.taxiFuelTakeoff, 1) << " kg</td>" << std::endl
-        << "</tr>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>-> MTOM: </td><td>" << myAcftPt->MTOM << " kg</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl
-        << "<img class=\"ceras\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
-                + theProgramName + "_Mission_plot.svg\">" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>Payload Range</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doPayloadRange == true) {
-        if (mySettingsPt->mySwitches.doFuelPlanning == true) {
-            theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-                   theProgramName + "_payloadRange.svg\">" << std::endl;
-        } else {
-            if (abstractPayloadRangePt->Range.at(2) > myAcftPt->designRange) {
-                theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-                       theProgramName + "_payloadRange.svg\">" << std::endl;
-            } else {
-                theReport.htmlReportStream() << "<table>" << std::endl
-                << "<tr>" << std::endl
-                << "<td>... not calculated due to error (Range_maxFuelatMTOM smaller DesignRange)!</td>" << std::endl
-                << "</tr>" << std::endl
-                << "</table>" << std::endl;
-            }
+    // Creating the table for the display of the data from each payload-range diagram point.
+    theReport.htmlReportStream() << "<div class=\"box data\">\n";
+    theReport.htmlReportStream() << html::h2("Points of the payload-range diagram")
+                << html::table_begin({"Point", "Payload", "Range"})
+                << html::table_row("Point 1", std::to_string(static_cast<int>(abstractPayloadRangePt->Payload.at(0))) + " kg" ,
+                std::to_string(static_cast<int>(abstractPayloadRangePt->Range.at(0) / 1000)) + " km")
+                << html::table_row("Point 2", std::to_string(static_cast<int>(abstractPayloadRangePt->Payload.at(1))) + " kg" ,
+                std::to_string(static_cast<int>(abstractPayloadRangePt->Range.at(1) / 1000)) + " km")
+                << html::table_row("Point 3", std::to_string(static_cast<int>(abstractPayloadRangePt->Payload.at(2))) + " kg" ,
+                std::to_string(static_cast<int>(abstractPayloadRangePt->Range.at(2) / 1000)) + " km")
+                << html::table_row("Point 4", std::to_string(static_cast<int>(abstractPayloadRangePt->Payload.at(3))) + " kg" ,
+                std::to_string(static_cast<int>(abstractPayloadRangePt->Range.at(3) / 1000)) + " km")
+                << html::table_end;
+    theReport.htmlReportStream() << "</div>\n";
+
+    // Add the plots to the HTML report
+    theReport.htmlReportStream() << "<div class=\"box data\">\n";
+    theReport.htmlReportStream() << "<div class=\"plot-container\">\n";
+    /* Payload Range Diagram */
+    if (mySettingsPt->check_sucessfully_executed.doPayloadRange == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_payload_range.svg\">" << std::endl;
+    }
+    /* BFL */
+    if (mySettingsPt->check_sucessfully_executed.doBLFLPerformance == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_balanced_field_length_performance.svg\">" << std::endl;
+    }
+    /* SAR */
+    if (mySettingsPt->check_sucessfully_executed.doSARCalculation == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_best_SAR.svg\">" << std::endl;
+    }
+    /* Flight Envelope & SAR */
+    if (mySettingsPt->check_sucessfully_executed.doFlightEnvelopePerformance == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_flight_envelope.svg\">" << std::endl;
+    }
+    /* Climb/Ceiling Performance */
+    if (mySettingsPt->check_sucessfully_executed.doClimbPerformance == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_ceiling.svg\">" << std::endl;
+    }
+    /* Engine Performance */
+    if (mySettingsPt->check_sucessfully_executed.doEnginePerformance == true) {
+        for (unsigned int i(0); i < engine_performance_plot_names.size(); i++) {
+            theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" +
+            relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) + "/" + engine_performance_plot_names.at(i) + "\">" << std::endl;
         }
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>Flight Envelope</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doFlightEnvelopePerformance == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_FlightEnvelope.svg\">" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>Ceiling</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doFlightEnvelopePerformance == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_Ceiling.svg\">" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>Specific Air Range (SAR)</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doFlightEnvelopePerformance == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_SAR.svg\">" << std::endl
-        << "<div id=\"wrapper\">" << std::endl
-        << "<div id=\"leftCol\">" << std::endl
-        << "<h2>Best Specific Air Range (SAR)</h2>" << std::endl
-        << "<img class=\"ceras\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_bestSAR.svg\">" << std::endl
-        << "</div>" << std::endl
-        << "</div>" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>Takeoff Performance</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doTOPerformance == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_TOFL.svg\">" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>BFL Performance</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doBLFLPerformance == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_BLFL.svg\">" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>Landing Performance</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doLandingPerformance == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_LDN.svg\">" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>Engine Performance</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doEnginePerformance == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_EnginePerformance.svg\">" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
-    }
-    theReport.htmlReportStream() << "<h2>V-n-Diagram</h2>" << std::endl;
-    if (mySettingsPt->mySwitches.doVnDiagram == true) {
-        theReport.htmlReportStream() << "<img src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) +
-               theProgramName + "_VnDiagram.svg\">" << std::endl;
-    } else {
-        theReport.htmlReportStream() << "<table>" << std::endl
-        << "<tr>" << std::endl
-        << "<td>... not calculated!</td>" << std::endl
-        << "</tr>" << std::endl
-        << "</table>" << std::endl;
     }
+    /* Landing Performance */
+    if (mySettingsPt->check_sucessfully_executed.doLandingPerformance == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_landing_performance.svg\">" << std::endl;
+    }
+    /* Takeoff Performance */
+    if (mySettingsPt->check_sucessfully_executed.doTOPerformance == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_takeoff_performance.svg\">" << std::endl;
+    }
+    /* Vn-Diagram */
+    if (mySettingsPt->check_sucessfully_executed.doVnDiagram == true) {
+        theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" + relativePath(rtIO->getPlotDir(), rtIO->getReportDir())
+        + "/" + std::string(TOOL_NAME) + "_Vn_diagram.svg\">" << std::endl;
+    }
+    /* SAR Detail Plots */
+    if (mySettingsPt->check_sucessfully_executed.doFlightEnvelopePerformance) {
+        for (unsigned int i(0); i < SAR_plot_names.size(); i++) {
+            theReport.htmlReportStream() << "<img class=\"image-plot\" style=\"display: block; margin-bottom: 10px;\" src=\"" +
+            relativePath(rtIO->getPlotDir(), rtIO->getReportDir()) + "/" + SAR_plot_names.at(i) + "\">" << std::endl;
+        }
+    }
+    theReport.htmlReportStream() << "</div>" << std::endl;
+    theReport.htmlReportStream() << "</div>\n";
+
+    theReport.generateReports();
 }
 
 void performance_assessment_output::writeXmlOutput() {
     string subPath;
     /* MTOM */
-    if (mySettingsPt->designForMTOM == true && mySettingsPt->mySwitches.doFuelPlanning == true) {
-        rtIO->acxml.at("analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass/value") = myAcftPt->MTOM;
-    }
-    if (mySettingsPt->mySwitches.doFlightEnvelopePerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doFlightEnvelopePerformance == true) {
         /* Speeds */
-        subPath = "assessment/performance/speed";
+        subPath = "aircraft_exchange_file/assessment/performance/speed";
         Endnode<double> MMO(subPath + "/maximum_operating_mach_number", "Maximum operating mach number");
         MMO.set_value(myAcftPt->MMO);
         MMO.set_boundaries(0., 1.);
@@ -241,8 +171,8 @@ void performance_assessment_output::writeXmlOutput() {
         v1gsClean.update(rtIO->acxml);
     }
     /* Start */
-    if (mySettingsPt->mySwitches.doTOPerformance == true) {
-        // subPath = "assessment/performance/takeoff";
+    if (mySettingsPt->check_sucessfully_executed.doTOPerformance == true) {
+        subPath = "aircraft_exchange_file/assessment/performance/takeoff";
         // Endnode<double> todns(subPath + "/takeoff_distance_normal_safety", "Takeoff distance normal safety");
         // todns.set_value(abstractTakeOffPerformancePt->myTOFLField.at(0).myTOFL.back().TODR_AEO);
         // todns.set_lower_boundary(0);
@@ -251,16 +181,9 @@ void performance_assessment_output::writeXmlOutput() {
         // todns.update(rtIO->acxml);
         Endnode<double> vlof(subPath + "/lift_off_speed_velocity", "Lift off velocity");
         vlof.set_value(myAcftPt->vLOF(myAcftPt->MTOM, 0.0));
-        vlof.set_lower_boundary(0);
-        vlof.set_upper_boundary(400);
+        vlof.set_boundaries(0, 400);
         vlof.set_unit("m/s");
         vlof.update(rtIO->acxml);
-        Endnode<double> decision_speed(subPath + "/decision_speed", "Take off decision speed (V1)");
-        decision_speed.set_value(abstractTakeOffPerformancePt->myBLFL.v1);
-        decision_speed.set_lower_boundary(0);
-        decision_speed.set_upper_boundary(200);
-        decision_speed.set_unit("m/s");
-        decision_speed.update(rtIO->acxml);
         Endnode<double> v2(subPath + "/takeoff_safety_speed", "Take off safety speed (V2)");
         v2.set_value(myAcftPt->v2(myAcftPt->MTOM, 0.0));
         v2.set_boundaries(0, 200);
@@ -288,17 +211,23 @@ void performance_assessment_output::writeXmlOutput() {
         finalSegmentGradient.update(rtIO->acxml);
     }
     /* BLFL */
-    if (mySettingsPt->mySwitches.doBLFLPerformance == true) {
-        subPath = "assessment/performance/takeoff";
+    if (mySettingsPt->check_sucessfully_executed.doBLFLPerformance == true) {
+        subPath = "aircraft_exchange_file/assessment/performance/takeoff";
         Endnode<double> BLFL(subPath + "/balanced_field_length", "Balanced field length");
         BLFL.set_value(abstractTakeOffPerformancePt->myBLFL.BLFL);
         BLFL.set_boundaries(0, 100000);
         BLFL.set_unit("m");
         BLFL.update(rtIO->acxml);
+        Endnode<double> decision_speed(subPath + "/decision_speed", "Take off decision speed (V1)");
+        decision_speed.set_value(abstractTakeOffPerformancePt->myBLFL.v1);
+        decision_speed.set_lower_boundary(0);
+        decision_speed.set_upper_boundary(200);
+        decision_speed.set_unit("m/s");
+        decision_speed.update(rtIO->acxml);
     }
     /* Landing */
-    if (mySettingsPt->mySwitches.doLandingPerformance == true) {
-        subPath = "assessment/performance/landing";
+    if (mySettingsPt->check_sucessfully_executed.doLandingPerformance == true) {
+        subPath = "aircraft_exchange_file/assessment/performance/landing";
         Endnode<double> needed_runway_length(subPath + "/needed_runway_length", "Needed runway length");
         needed_runway_length.set_value(abstractLandingPerformancePt->myLDNField.at(0).myLDN.back().ALD_AEO);
         needed_runway_length.set_boundaries(0, 100000);
@@ -310,25 +239,18 @@ void performance_assessment_output::writeXmlOutput() {
         vappr.set_unit("m/s");
         vappr.update(rtIO->acxml);
     }
-    if (mySettingsPt->mySwitches.doPayloadRange) {
+    if (mySettingsPt->check_sucessfully_executed.doPayloadRange == true) {
         /* Ranges */
-        subPath = "assessment/performance/range";
+        subPath = "aircraft_exchange_file/assessment/performance/range";
         Endnode<double> range_max_payload_at_maximum_takeoff_mass(subPath + "/range_max_payload_at_maximum_takeoff_mass", "Range at max payload at maximum take off mass");
         Endnode<double> range_max_fuel_at_maximum_takeoff_mass(subPath + "/range_max_fuel_at_maximum_takeoff_mass", "Range at max fuel at maximum take off mass");
         Endnode<double> payload_maximum_fuel_at_maximum_takeoff_mass(subPath + "/payload_maximum_fuel_at_maximum_takeoff_mass", "Payload at maximum fuel at maximum takeoff mass");
         Endnode<double> range_maximum_fuel_empty(subPath + "/range_maximum_fuel_empty", "Range at maximum fuel empty");
-        if (mySettingsPt->mySwitches.doFuelPlanning == true) {
-            range_max_payload_at_maximum_takeoff_mass.set_value(abstractFuelPlanningPt->myPayloadRange.at(1).Range);
-            range_max_fuel_at_maximum_takeoff_mass.set_value(abstractFuelPlanningPt->myPayloadRange.at(2).Range);
-            payload_maximum_fuel_at_maximum_takeoff_mass.set_value(abstractFuelPlanningPt->myPayloadRange.at(2).Payload);
-            range_maximum_fuel_empty.set_value(abstractFuelPlanningPt->myPayloadRange.at(3).Range);
-        } else {
-            if (abstractPayloadRangePt->Range.at(2) > myAcftPt->designRange) {
-                range_max_payload_at_maximum_takeoff_mass.set_value(abstractPayloadRangePt->Range.at(1));
-                range_max_fuel_at_maximum_takeoff_mass.set_value(abstractPayloadRangePt->Range.at(2));
-                payload_maximum_fuel_at_maximum_takeoff_mass.set_value(abstractPayloadRangePt->Payload.at(2));
-                range_maximum_fuel_empty.set_value(abstractPayloadRangePt->Range.at(3));
-            }
+        if (abstractPayloadRangePt->Range.at(2) > myAcftPt->designRange) {
+            range_max_payload_at_maximum_takeoff_mass.set_value(abstractPayloadRangePt->Range.at(1));
+            range_max_fuel_at_maximum_takeoff_mass.set_value(abstractPayloadRangePt->Range.at(2));
+            payload_maximum_fuel_at_maximum_takeoff_mass.set_value(abstractPayloadRangePt->Payload.at(2));
+            range_maximum_fuel_empty.set_value(abstractPayloadRangePt->Range.at(3));
         }
         range_max_payload_at_maximum_takeoff_mass.set_boundaries(0, INFINITY);
         range_max_payload_at_maximum_takeoff_mass.set_unit("m");
@@ -343,32 +265,18 @@ void performance_assessment_output::writeXmlOutput() {
         range_maximum_fuel_empty.set_unit("m");
         range_maximum_fuel_empty.update(rtIO->acxml);
     }
-    if (mySettingsPt->mySwitches.doFuelPlanning == true) {
+    if (mySettingsPt->check_sucessfully_executed.doFuelPlanning == true) {
         /* Mission Fuels */
         if (!mySettingsPt->designForMTOM && mySettingsPt->useStudyMissionForAnalysis) {
-            subPath = "analysis/mission/study_mission";
+            subPath = "aircraft_exchange_file/analysis/mission/study_mission";
         } else {
-            subPath = "analysis/mission/design_mission";
+            subPath = "aircraft_exchange_file/analysis/mission/design_mission";
         }
         Endnode<double> missionRange(subPath + "/range", "Traveled range from break release to end of taxi at destination");
         missionRange.set_value(myAcftPt->myMission.missionRange);
         missionRange.update(rtIO->acxml);
-        // rtIO->acxml.at(subPath + "/range") = myAcftPt->myMission.missionRange;
-        // Fuel
-        // rtIO->acxml.at(subPath + "/mission_energy") = std::to_string(abstractFuelPlanningPt->myFuel.missionFuel) + "<-Fuel[kg]";  // Total Tanked Fuel
-        // rtIO->acxml.at(subPath + "/trip_energy") = abstractFuelPlanningPt->myFuel.tripFuel;  // Tanked fuel - Reserve Fuel - Taxi Fuel
-        // rtIO->acxml.at(subPath + "/taxi_energy") = abstractFuelPlanningPt->myFuel.taxiFuelTakeoff;  // TODO(hansmann): xpath&fuel2energyconversion
-        // rtIO->acxml.at(subPath + "/TaxifuelLdg") = abstractFuelPlanningPt->myFuel.taxiFuelLanding;  // TODO(hansmann): xpath&fuel2energyconversion
         // Rest
-        Endnode<double> tom(subPath + "/takeoff_mass", "Take off mass");
-        tom.set_value(myAcftPt->OME + myAcftPt->myMission.missionPayload + abstractFuelPlanningPt->myFuel.missionFuel - abstractFuelPlanningPt->myFuel.taxiFuelTakeoff);
-        tom.set_unit("kg");
-        tom.set_boundaries(0, INFINITY);
-        tom.update(rtIO->acxml);
-        // rtIO->acxml.at(subPath + "/TOM") = myAcftPt->OME
-        //                                        + myAcftPt->myMission.missionPayload
-        //                                        + abstractFuelPlanningPt->myFuel.missionFuel
-        //                                        - abstractFuelPlanningPt->myFuel.taxiFuelTakeoff;
+
         Endnode<double> payload_mass(subPath + "/payload_mass", "Mission payload mass");
         payload_mass.set_value(myAcftPt->myMission.missionPayload);
         payload_mass.set_boundaries(0, INFINITY);
@@ -376,7 +284,7 @@ void performance_assessment_output::writeXmlOutput() {
         payload_mass.update(rtIO->acxml);
         Endnode<int> missionPax(subPath + "/number_of_pax", "Number of passengers considered for the mission");
         missionPax.set_value(myAcftPt->myMission.missionPAX);
-        missionPax.set_boundaries(0, INFINITY);
+        missionPax.set_boundaries(0, std::numeric_limits<int>::max());
         missionPax.set_unit("1");
         missionPax.update(rtIO->acxml);
         Endnode<double> cargo_mass(subPath + "/cargo_mass", "Cargo mass considered for the mission");
@@ -388,21 +296,13 @@ void performance_assessment_output::writeXmlOutput() {
         takeoff_engine_derate.set_value(myAcftPt->myMission.Steps.at(0).derating);
         takeoff_engine_derate.set_unit("1");
         takeoff_engine_derate.update(rtIO->acxml);
-        Endnode<double> block_time(subPath + "/block_time", "Block time for the whole mission: Time from break release to end of taxiing after landing");
-        block_time.set_value(abstractFuelPlanningPt->blockTime);
-        block_time.set_unit("s");
-        block_time.update(rtIO->acxml);
-        Endnode<double> flight_time(subPath + "/flight_time", "Flight time for the whole mission");
-        flight_time.set_value(abstractFuelPlanningPt->tripTime);
-        flight_time.set_unit("s");
-        flight_time.update(rtIO->acxml);
     }
     /* Requirements Checks */
     // TLARS
     subPath = "aircraft_exchange_file/requirement_compliance/top_level_aircraft_requirements";
     Endnode<bool> design_takeoff_distance_checked(subPath + "/design_takeoff_distance/checked", "Indicates if the value has been checked against the requirement.");
     design_takeoff_distance_checked.set_value(false);
-    if (mySettingsPt->mySwitches.doTOPerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doTOPerformance == true) {
         Endnode<bool> design_takeoff_distance_maintainable(subPath + "/design_takeoff_distance/maintainable",
             "Switch indicating if design takeoff distance can be maintained.");
         design_takeoff_distance_maintainable.set_value(myAcftPt->myChecks.TOFL);
@@ -415,7 +315,7 @@ void performance_assessment_output::writeXmlOutput() {
     design_landing_field_length_checked.set_value(false);
     Endnode<bool> design_approach_speed_maintainable_checked(subPath + "/design_approach_speed/checked", "Indicates if the value has been checked against the requirement.");
     design_approach_speed_maintainable_checked.set_value(false);
-    if (mySettingsPt->mySwitches.doLandingPerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doLandingPerformance == true) {
         Endnode<bool> design_landing_field_length_maintainable(subPath + "/design_landing_field_length/maintainable",
             "Switch indicating if landing field length can be maintained.");
         design_landing_field_length_maintainable.set_value(myAcftPt->myChecks.LDN);
@@ -435,6 +335,7 @@ void performance_assessment_output::writeXmlOutput() {
     span_limit.update(rtIO->acxml);
     Endnode<bool> span_limit_checked(subPath + "/span_limit/checked", "Indicates if the value has been checked against the requirement.");
     span_limit_checked.set_value(true);
+    span_limit_checked.update(rtIO->acxml);
 
     // Certification
     subPath = "aircraft_exchange_file/requirement_compliance/certification";
@@ -445,7 +346,7 @@ void performance_assessment_output::writeXmlOutput() {
         "Indicates if the value has been checked against the requirement.");
     climb_gradient_of_final_takeoff_segment_checked.set_value(false);
 
-    if (mySettingsPt->mySwitches.doTOPerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doTOPerformance == true) {
         Endnode<bool> climb_gradient_of_second_takeoff_segment(subPath + "/climb_gradient_of_second_takeoff_segment/maintainable",
             "Switch indicating if climb gradient of second takeoff segment can be maintained.");
         climb_gradient_of_second_takeoff_segment.set_value(myAcftPt->myChecks.climbGradientSecondSegment);
@@ -466,7 +367,7 @@ void performance_assessment_output::writeXmlOutput() {
     Endnode<bool> climb_gradient_all_engines_operative_checked(subPath + "/climb_gradient_all_engines_operative/checked",
         "Indicates if the value has been checked against the requirement.");
     climb_gradient_all_engines_operative_checked.set_value(false);
-    if (mySettingsPt->mySwitches.doLandingPerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doLandingPerformance) {
         Endnode<bool> climb_gradient_approach_one_engine_inoperative(subPath + "/climb_gradient_approach_one_engine_inoperative/maintainable",
             "Switch indicating if climb gradient approach one engine inoperative can be maintained.");
         climb_gradient_approach_one_engine_inoperative.set_value(myAcftPt->myChecks.climbGradientApproachOEI);
@@ -484,95 +385,39 @@ void performance_assessment_output::writeXmlOutput() {
 
 
 void performance_assessment_output::generatePlotData() {
-    if (mySettingsPt->mySwitches.doFuelPlanning == true) {
-        generatePlotDataMission();
-    }
-    if (mySettingsPt->mySwitches.doPayloadRange == true) {
+    if (mySettingsPt->check_sucessfully_executed.doPayloadRange == true) {
         generatePlotDataPayloadRange();
     }
-    if (mySettingsPt->mySwitches.doEnginePerformance == true) {
-        generateEnginePerformanceData();
+    if (mySettingsPt->check_sucessfully_executed.doEnginePerformance == true) {
+        generate_engine_performance_data();
     }
-    if (mySettingsPt->mySwitches.doFlightEnvelopePerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doClimbPerformance == true) {
         generateCeilingPlotData();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doFlightEnvelopePerformance == true) {
         generateFlightEnvelopeData();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doSARCalculation == true) {
         generateSARPlotData();
-        generateBestSARAltPlotData();
+        generate_best_SAR_Data();
     }
-    if (mySettingsPt->mySwitches.doTOPerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doTOPerformance == true) {
         generateTOFLPlotData();
     }
-    if (mySettingsPt->mySwitches.doBLFLPerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doBLFLPerformance == true) {
         generateBLFLPlotData();
     }
-    if (mySettingsPt->mySwitches.doLandingPerformance == true) {
+    if (mySettingsPt->check_sucessfully_executed.doLandingPerformance == true) {
         generateLDNPlotData();
     }
-    if (mySettingsPt->mySwitches.doVnDiagram == true) {
+    if (mySettingsPt->check_sucessfully_executed.doVnDiagram == true) {
         generateVnPlotData();
     }
 }
 
-void performance_assessment_output::generatePlotDataMission() {
-std::ofstream csv;
-    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_Mission.csv");
-    csv.open(csvDataFile.c_str());
-    if (!csv) {
-        myRuntimeInfo->err << string(theProgramName) + "_Mission.csv could not be opened!" << std::endl;
-        exit(1);
-    } else {
-        csv << "# " + mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_Mission.csv" << std::endl;
-        // Adjust data structure:
-        csv << "# (1) ID; (2) Time [s]; (3) Range [m]; (4) Altitude [m]; (5) TAS [m/s]; (6) CAS [m/s]; (7) Mach; ";
-        csv << "(8) A/C Mass [kg]; (9) consumed Fuel [kg]; (10) total consumed Fuel [kg]; (11) Thrust [N]; ";
-        csv << "(12) Fuel Flow [kg/s]; (13) ROC [m/s]; (14) C_L" << std::endl;
-        /*(1)*/ csv << "0; ";
-        /*(1)*/ csv << "0; ";
-        /*(3)*/ csv << "0; ";
-        /*(4)*/ csv << "0; ";
-        /*(5)*/ csv << "0; ";
-        /*(6)*/ csv << "0; ";
-        /*(7)*/ csv << "0; ";
-        /*(8)*/ csv << abstractFuelPlanningPt->theMissionFuel.at(0).Mass << "; ";
-        /*(9)*/ csv << "0; ";
-        /*(10)*/ csv << "0; ";
-        /*(11)*/ csv << "0; ";
-        /*(12)*/ csv << "0; ";
-        /*(13)*/ csv << "0; ";
-        /*(14)*/ csv << "0" << std::endl;
-        double time(0.);
-        double range(0.);
-        double fuel(0.);
-        for (unsigned int i = 0; i <= myAcftPt->myMission.Steps.size() - 1; i++) {
-            time += abstractFuelPlanningPt->theMissionFuel.at(i + 1).Time;
-            range += abstractFuelPlanningPt->theMissionFuel.at(i + 1).Range;
-            fuel += abstractFuelPlanningPt->theMissionFuel.at(i + 1).consumedFuel;
-            double C_L = (2. * G_FORCE * abstractFuelPlanningPt->theMissionFuel.at(i + 1).Mass)
-                  / (myAcftPt->atm.getDensity(myAcftPt->myMission.Steps.at(i).endAltitude)
-                     *  pow(myAcftPt->myMission.Steps.at(i).endTAS, 2.)
-                     * myAcftPt->S_Wing);
-            /*(1)*/ csv << i + 1 << "; ";
-            /*(1)*/ csv << time << "; ";
-            /*(3)*/ csv << range << "; ";
-            /*(4)*/ csv << myAcftPt->myMission.Steps.at(i).endAltitude << "; ";
-            /*(5)*/ csv << myAcftPt->myMission.Steps.at(i).endTAS  << "; ";
-            /*(6)*/ csv << myAcftPt->myMission.Steps.at(i).endCAS  << "; ";
-            /*(7)*/ csv << myAcftPt->myMission.Steps.at(i).endMach  << "; ";
-            /*(8)*/ csv << abstractFuelPlanningPt->theMissionFuel.at(i + 1).Mass << "; ";
-            /*(9)*/ csv << abstractFuelPlanningPt->theMissionFuel.at(i + 1).consumedFuel << "; ";
-            /*(10)*/ csv << fuel << "; ";
-            /*(11)*/ csv << abstractFuelPlanningPt->theMissionFuel.at(i + 1).Thrust << "; ";
-            /*(12)*/ csv << abstractFuelPlanningPt->theMissionFuel.at(i + 1).fuelFlow << "; ";
-            /*(13)*/ csv << abstractFuelPlanningPt->theMissionFuel.at(i + 1).ROC << "; ";
-            /*(14)*/ csv << C_L << std::endl;
-        }
-        csv.close();
-    }
-}
-
 void performance_assessment_output::generatePlotDataPayloadRange() {
 std::ofstream csv;
-    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_payloadRange.csv");
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_payloadRange.csv");
     csv.open(csvDataFile.c_str());
     if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_payloadRange.csv could not be opened!" << std::endl;
@@ -581,26 +426,15 @@ std::ofstream csv;
         csv << "# " + mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_missionFuel.csv" << std::endl;
         // Adjust data structure:
         csv << "# (1) Range [m]; (2) Payload [kg]; (3) Fuel [kg]; (4) TOM [kg]; (5) OME [kg]" << std::endl;
-        if (mySettingsPt->mySwitches.doFuelPlanning == true) {
-            for (unsigned int i(0); i <= abstractFuelPlanningPt->myPayloadRange.size() - 1; i++) {
-                csv << abstractFuelPlanningPt->myPayloadRange.at(i).Range << "; ";
-                csv << abstractFuelPlanningPt->myPayloadRange.at(i).Payload << "; ";
-                // csv << myPerfPt->abstractFuelPlanning.myPayloadRange.at(i).Fuel << "; ";
-                // csv << myPerfPt->abstractFuelPlanning.myPayloadRange.at(i).TOM << "; ";
-                // csv << myAcftPt->OME << "; ";
-                csv << std::endl;
-            }
-        } else {
-            for (unsigned int i(0); i <= abstractPayloadRangePt->Range.size() - 1; i++) {
-                csv << abstractPayloadRangePt->Range.at(i) << "; ";
-                csv << abstractPayloadRangePt->Payload.at(i) << "; ";
-                csv << abstractPayloadRangePt->Fuel.at(i) << "; ";
-                csv << abstractPayloadRangePt->TOM.at(i) << "; ";
-                // csv << myPerfPt->abstractFuelPlanning.myPayloadRange.at(i).Fuel << "; ";
-                // csv << myPerfPt->abstractFuelPlanning.myPayloadRange.at(i).TOM << "; ";
-                // csv << myAcftPt->OME << "; ";
-                csv << std::endl;
-            }
+        for (unsigned int i(0); i <= abstractPayloadRangePt->Range.size() - 1; i++) {
+            csv << abstractPayloadRangePt->Range.at(i) << "; ";
+            csv << abstractPayloadRangePt->Payload.at(i) << "; ";
+            csv << abstractPayloadRangePt->Fuel.at(i) << "; ";
+            csv << abstractPayloadRangePt->TOM.at(i) << "; ";
+            // csv << myPerfPt->abstractFuelPlanning.myPayloadRange.at(i).Fuel << "; ";
+            // csv << myPerfPt->abstractFuelPlanning.myPayloadRange.at(i).TOM << "; ";
+            // csv << myAcftPt->OME << "; ";
+            csv << std::endl;
         }
         csv << std::endl;
         csv << std::endl;
@@ -623,10 +457,10 @@ std::ofstream csv;
     }
 }
 
-void performance_assessment_output::generateEnginePerformanceData() {
+void performance_assessment_output::generate_engine_performance_data() {
     for (unsigned int i(0); i <= abstractEnginePerformancePt->theRatingEngine.size() - 1; i++) {
         std::ofstream csv;
-        string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_EnginePerformance_" +
+        string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_EnginePerformance_" +
             abstractEnginePerformancePt->theRatingEngine.at(i).Rating + ".csv");
         csv.open(csvDataFile.c_str());
         if (!csv) {
@@ -654,9 +488,10 @@ void performance_assessment_output::generateEnginePerformanceData() {
         csv.close();
     }
 }
+
 void performance_assessment_output::generateCeilingPlotData() {
     std::ofstream csv;
-    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_Ceiling.csv");
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_Ceiling.csv");
     csv.open(csvDataFile.c_str());
     if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_Ceiling.csv could not be opened!" << std::endl;
@@ -676,9 +511,10 @@ void performance_assessment_output::generateCeilingPlotData() {
         csv.close();
     }
 }
+
 void performance_assessment_output::generateFlightEnvelopeData() {
     std::ofstream csv;
-    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_FlightEnvelope.csv");
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_FlightEnvelope.csv");
     csv.open(csvDataFile.c_str());
     if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_FlightEnvelope.csv could not be opened!" << std::endl;
@@ -743,12 +579,13 @@ void performance_assessment_output::generateFlightEnvelopeData() {
         csv.close();
     }
 }
+
 void performance_assessment_output::generateSARPlotData() {
     std::ofstream csv;
     for (unsigned int i(0); i < abstractSARPerformancePt->theSAR.size(); i++) {
         std::stringstream Number;
         Number << i;
-        string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_SAR_Mass" + Number.str() + ".csv");
+        string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_SAR_Mass" + Number.str() + ".csv");
         csv.open(csvDataFile.c_str());
         if (!csv) {
             myRuntimeInfo->err << csvDataFile + " could not be opened!" <<std::endl;
@@ -772,30 +609,31 @@ void performance_assessment_output::generateSARPlotData() {
         csv.close();
     }
 }
-void performance_assessment_output::generateBestSARAltPlotData() {
-// TODO(franz#1#): kathi (18.11.2013): Plot seltsam -> reparieren
-    std::ofstream plot;
-    string plotDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_bestSAR.csv");
-    plot.open(plotDataFile.c_str());
-    if (!plot) {
+
+void performance_assessment_output::generate_best_SAR_Data() {
+    std::ofstream csv;
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_bestSAR.csv");
+    csv.open(csvDataFile.c_str());
+    if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_bestSAR.csv could not be opened!" << std::endl;
         exit(1);
     } else {
-        plot << "# " + string(theProgramName) + "_bestSAR.csv" << std::endl;
+        csv << "# " + string(theProgramName) + "_bestSAR.csv" << std::endl;
         // Adjust data structure:
-        plot << "# (1) Mach; (2) Gross Mass [kg]; (3) Opt. Altitude [m]; (4) Opt. SAR [m/kg]" << std::endl;
-        for (unsigned int i(0); i <= abstractSARPerformancePt->theSAR.size() - 1; i++) {
-            plot << abstractSARPerformancePt->theSAR.at(i).bestSARMach << "; ";
-            plot << abstractSARPerformancePt->theSAR.at(i).Mass << "; ";
-            plot << 3.2808 * abstractSARPerformancePt->theSAR.at(i).bestSARAlt << "; ";
-            plot << abstractSARPerformancePt->theSAR.at(i).bestSAR << std::endl;
+        csv << "# (1) Mach; (2) Gross Mass [kg]; (3) Opt. Altitude [m]; (4) Opt. SAR [m/kg]" << std::endl;
+        for (unsigned int i(0); i < abstractSARPerformancePt->theSAR.size(); i++) {
+            csv << abstractSARPerformancePt->theSAR.at(i).bestSARMach << "; ";
+            csv << abstractSARPerformancePt->theSAR.at(i).Mass << "; ";
+            csv << abstractSARPerformancePt->theSAR.at(i).bestSARAlt << "; ";
+            csv << abstractSARPerformancePt->theSAR.at(i).bestSAR << std::endl;
         }
-        plot.close();
+        csv.close();
     }
 }
+
 void performance_assessment_output::generateTOFLPlotData() {
 std::ofstream csv;
-    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_TOFL.csv");
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_TOFL.csv");
     csv.open(csvDataFile.c_str());
     if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_TOFL.csv could not be opened!" << std::endl;
@@ -805,7 +643,7 @@ std::ofstream csv;
         csv << "# (1) Altitude [m]; (2) Gross Mass [kg]; (3) TODR_AEO [m]" << std::endl;
         for (unsigned int i(0); i <= abstractTakeOffPerformancePt->myTOFLField.size() - 1; i++) {
             for (unsigned int j(0); j <= abstractTakeOffPerformancePt->myTOFLField.at(i).myTOFL.size() - 1; j++) {
-                csv << abstractTakeOffPerformancePt->myTOFLField.at(i).elevation * 1. / 0.3048 << "; ";
+                csv << abstractTakeOffPerformancePt->myTOFLField.at(i).elevation << "; ";
                 csv << abstractTakeOffPerformancePt->myTOFLField.at(i).myTOFL.at(j).grossMass << "; ";
                 csv << abstractTakeOffPerformancePt->myTOFLField.at(i).myTOFL.at(j).TODR_AEO << std::endl;
             }
@@ -825,9 +663,10 @@ std::ofstream csv;
         csv.close();
     }
 }
+
 void performance_assessment_output::generateBLFLPlotData() {
     std::ofstream csv;
-    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_BLFL.csv");
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_BLFL.csv");
     csv.open(csvDataFile.c_str());
     if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_BLFL.csv could not be opened!" << std::endl;
@@ -846,108 +685,503 @@ void performance_assessment_output::generateBLFLPlotData() {
         csv.close();
     }
 }
+
 void performance_assessment_output::generateLDNPlotData() {
-    std::ofstream plot;
-    string plotDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_LDN.csv");
-    plot.open(plotDataFile.c_str());
-    if (!plot) {
+    std::ofstream csv;
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_LDN.csv");
+    csv.open(csvDataFile.c_str());
+    if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_LDN.csv could not be opened!" << std::endl;
         exit(1);
     } else {
-        plot << "# " + mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_LDN.csv" << std::endl;
-        plot << "# (1) Altitude [m]; (2) Gross Mass [kg]; (3) ALD_AEO [m]" << std::endl;
+        csv << "# " + mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_LDN.csv" << std::endl;
+        csv << "# (1) Altitude [m]; (2) Gross Mass [kg]; (3) ALD_AEO [m]" << std::endl;
         for (unsigned int i(0); i <= abstractLandingPerformancePt->myLDNField.size() - 1; i++) {
             for (unsigned int j(0); j <= abstractLandingPerformancePt->myLDNField.at(i).myLDN.size() - 1; j++) {
-                plot << abstractLandingPerformancePt->myLDNField.at(i).elevation << "; ";
-                plot << abstractLandingPerformancePt->myLDNField.at(i).myLDN.at(j).grossMass << "; ";
-                plot << abstractLandingPerformancePt->myLDNField.at(i).myLDN.at(j).ALD_AEO << std::endl;
+                csv << abstractLandingPerformancePt->myLDNField.at(i).elevation << "; ";
+                csv << abstractLandingPerformancePt->myLDNField.at(i).myLDN.at(j).grossMass << "; ";
+                csv << abstractLandingPerformancePt->myLDNField.at(i).myLDN.at(j).ALD_AEO << std::endl;
             }
-            plot << std::endl;
-            plot << std::endl;
+            csv << std::endl;
+            csv << std::endl;
         }
         // display TOFL
-        plot << abstractLandingPerformancePt->myLDNField.at(0).elevation << "; ";
-        plot << abstractLandingPerformancePt->myLDNField.at(0).myLDN.back().grossMass << "; ";
-        plot << abstractLandingPerformancePt->myLDNField.at(0).myLDN.back().ALD_AEO << std::endl;
-        plot << std::endl;
-        plot << std::endl;
+        csv << abstractLandingPerformancePt->myLDNField.at(0).elevation << "; ";
+        csv << abstractLandingPerformancePt->myLDNField.at(0).myLDN.back().grossMass << "; ";
+        csv << abstractLandingPerformancePt->myLDNField.at(0).myLDN.back().ALD_AEO << std::endl;
+        csv << std::endl;
+        csv << std::endl;
         // Req TOFL
-        plot << 0.0 << "; ";
-        plot << myAcftPt->MLM << "; ";
-        plot << myAcftPt->myReqs.LDN << std::endl;
-        plot.close();
+        csv << 0.0 << "; ";
+        csv << myAcftPt->MLM << "; ";
+        csv << myAcftPt->myReqs.LDN << std::endl;
+        csv.close();
     }
 }
+
 void performance_assessment_output::generateVnPlotData() {
-    std::ofstream plot;
-    string plotDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_VnDiagram.csv");
-    plot.open(plotDataFile.c_str());
-    if (!plot) {
+    std::ofstream csv;
+    string csvDataFile(mySettingsPt->rtIO->getCsvFilesDirTool() + "/" + theProgramName + "_VnDiagram.csv");
+    csv.open(csvDataFile.c_str());
+    if (!csv) {
         myRuntimeInfo->err << string(theProgramName) + "_VnDiagram.csv could not be opened!" << std::endl;
         getchar();
         exit(1);
     } else {
-        plot << "# " + mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_VnDiagram.csv" << std::endl;
-        plot << "# (1) v [m]; (2) max n (pos.) [-]; (3) min n (neg.) [-]" << std::endl;
-        plot << "#Clean configuration" << std::endl;
+        csv << "# " + mySettingsPt->rtIO->getCsvFilesDirTool() + theProgramName + "_VnDiagram.csv" << std::endl;
+        csv << "# (1) v [m]; (2) max n (pos.) [-]; (3) min n (neg.) [-]" << std::endl;
+        csv << "#Clean configuration" << std::endl;
         for (unsigned int i(0); i <= abstractVnDiagramPt->myCleanDiagram.size() - 1; i++) {
-            plot << abstractVnDiagramPt->myCleanDiagram.at(i).speed << "; ";
-            plot << abstractVnDiagramPt->myCleanDiagram.at(i).n_upperBound << "; ";
-            plot << abstractVnDiagramPt->myCleanDiagram.at(i).n_lowerBound << std::endl;
+            csv << abstractVnDiagramPt->myCleanDiagram.at(i).speed << "; ";
+            csv << abstractVnDiagramPt->myCleanDiagram.at(i).n_upperBound << "; ";
+            csv << abstractVnDiagramPt->myCleanDiagram.at(i).n_lowerBound << std::endl;
         }
-        plot << std::endl;
-        plot << std::endl;
-        plot << "#Takeoff configuration" << std::endl;
+        csv << std::endl;
+        csv << std::endl;
+        csv << "#Takeoff configuration" << std::endl;
         for (unsigned int i(0); i <= abstractVnDiagramPt->myCleanDiagram.size() - 1; i++) {
-            plot << abstractVnDiagramPt->myTakeoffDiagram.at(i).speed << "; ";
-            plot << abstractVnDiagramPt->myTakeoffDiagram.at(i).n_upperBound << "; ";
-            plot << abstractVnDiagramPt->myTakeoffDiagram.at(i).n_lowerBound << std::endl;
+            csv << abstractVnDiagramPt->myTakeoffDiagram.at(i).speed << "; ";
+            csv << abstractVnDiagramPt->myTakeoffDiagram.at(i).n_upperBound << "; ";
+            csv << abstractVnDiagramPt->myTakeoffDiagram.at(i).n_lowerBound << std::endl;
         }
-        plot << std::endl;
-        plot << std::endl;
-        plot << "#Landing configuration" << std::endl;
+        csv << std::endl;
+        csv << std::endl;
+        csv << "#Landing configuration" << std::endl;
         for (unsigned int i(0); i <= abstractVnDiagramPt->myCleanDiagram.size() - 1; i++) {
-            plot << abstractVnDiagramPt->myLandingDiagram.at(i).speed << "; ";
-            plot << abstractVnDiagramPt->myLandingDiagram.at(i).n_upperBound << "; ";
-            plot << abstractVnDiagramPt->myLandingDiagram.at(i).n_lowerBound << std::endl;
+            csv << abstractVnDiagramPt->myLandingDiagram.at(i).speed << "; ";
+            csv << abstractVnDiagramPt->myLandingDiagram.at(i).n_upperBound << "; ";
+            csv << abstractVnDiagramPt->myLandingDiagram.at(i).n_lowerBound << std::endl;
         }
-        plot.close();
+        csv.close();
     }
 }
 
-
 void performance_assessment_output::generatePlots() {
+    if (mySettingsPt->check_sucessfully_executed.doPayloadRange == true) {
+        generate_plot_payload_range();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doEnginePerformance == true) {
+        generate_plot_engine_performance();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doClimbPerformance == true) {
+        generate_plot_ceiling_performance();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doFlightEnvelopePerformance == true) {
+        generate_plot_flight_envelope();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doSARCalculation == true) {
+        generate_plot_SAR_performance();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doTOPerformance == true) {
+        generate_plot_takeoff_field_length();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doBLFLPerformance == true) {
+        generate_plot_balanced_field_length();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doLandingPerformance == true) {
+        generate_plot_landing_performance();
+    }
+    if (mySettingsPt->check_sucessfully_executed.doVnDiagram == true) {
+        generate_plot_v_n_diagram();
+    }
+}
 
-// generate_plot_mission();
-// generate_plot_payload_range();
-// generate_plot_engine_performance_plot_script();
-// generate_plot_flight_envelope();
-// generate_plot_SAR();
-// generate_plot_takeoff_field_length();
-// generate_plot_balanced_field_length();
-// generate_plot_landing_performance();
-// generate_plot_Vn();
 
+void performance_assessment_output::generate_plot_payload_range() {
+    // Gather data
+    vector<double> x_range;
+    vector<double> y_payload;
+    // Case: Payload range data was generated by payload range class
+    for (unsigned int i(0); i < abstractPayloadRangePt->Range.size(); i++) {
+        x_range.push_back(abstractPayloadRangePt->Range.at(i) / 1000);
+        y_payload.push_back(abstractPayloadRangePt->Payload.at(i));
+    }
+    // Plot
+    matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
+    matplot::axes_handle ax = fig->current_axes();
+    matplot::plot(x_range, y_payload);
+    matplot::hold(matplot::on);
+    matplot::grid(matplot::on);
+    matplot::title("Payload Range Diagram ");
+    ax->xlabel("Range [km]");
+    ax->ylabel("Payload [kg]");
+    // Design point
+    ax->scatter({myAcftPt->designRange / 1000}, {myAcftPt->designPayload});
+    ax->legend({"", "Design point"});
+    ax->legend()->location(matplot::legend::general_alignment::bottomleft);
+    // Save
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_payload_range.svg";
+    matplot::save(plot_file_path);
 }
 
-void performance_assessment_output::generate_plot_mission() {
+void performance_assessment_output::generate_plot_ceiling_performance() {
+    // Gather data
+    vector<double> x;
+    vector<double> service_ceiling_y;
+    vector<double> max_ceiling_y;
+    vector<double> max_oei_ceiling_y;
+    for (unsigned int i(0); i < abstractCeilingPerformancePt->theCeiling.size(); i++) {
+        service_ceiling_y.push_back(abstractCeilingPerformancePt->theCeiling.at(i).serviceCeiling);
+        max_ceiling_y.push_back(abstractCeilingPerformancePt->theCeiling.at(i).maxCeiling);
+        max_oei_ceiling_y.push_back(abstractCeilingPerformancePt->theCeiling.at(i).maxCeilingOEI);
+        x.push_back(abstractCeilingPerformancePt->theCeiling.at(i).Mass);
+    }
+    double max_ylim = max_ceiling_y.at(0) + 1000;
+    // Plot
     matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
     matplot::axes_handle ax = fig->current_axes();
-    // (...)
+    ax->plot(x, service_ceiling_y)->line_style("-");
+    matplot::hold(matplot::on);
+    ax->plot(x, max_ceiling_y)->line_style("--");
+    ax->plot(x, max_oei_ceiling_y);
+    ax->grid(matplot::on);
+    ax->ylim({0, max_ylim});
+    ax->legend({"Service ceiling, Rate of climb 500 ft/min", "Max. ceiling, Rate of climb 0 ft/min", "OEI ceiling, Rate of climb 500 ft/min"});
+    ax->legend()->location(matplot::legend::general_alignment::bottomright);
+    ax->xlabel("Gross mass [kg]");
+    ax->ylabel("Altitude [m]");
+    ax->title("Ceiling Performance");
+    // Save plot
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_ceiling.svg";
+    matplot::save(plot_file_path);
 }
 
-void performance_assessment_output::generate_plot_payload_range() {
+void performance_assessment_output::generate_plot_flight_envelope() {
+    // Gather data
+    vector<double> x_vs1g;
+    vector<double> y_vs1g;
+    vector<double> x_vmo;
+    vector<double> y_vmo;
+    vector<double> x_vdive;
+    vector<double> y_vdive;
+    vector<double> x_mmo;
+    vector<double> y_mmo;
+    vector<double> x_mdive;
+    vector<double> y_mdive;
+    vector<double> x_ceiling;
+    vector<double> y_ceiling;
+    for (unsigned int i(0); i < abstractFlightEnvelopesPt->myFlightEnvelope.back().vStall.size(); i++) {
+        x_vs1g.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().vStall.at(i).speed);  // Last element in myFlightEnvelope contains m=MTOM data
+        y_vs1g.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().vStall.at(i).height);
+        x_vmo.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().vMO.at(i).speed);
+        y_vmo.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().vMO.at(i).height);
+        x_vdive.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().vDive.at(i).speed);
+        y_vdive.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().vDive.at(i).height);
+        x_mmo.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().MMO.at(i).speed);
+        y_mmo.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().MMO.at(i).height);
+        x_mdive.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().MDive.at(i).speed);
+        y_mdive.push_back(abstractFlightEnvelopesPt->myFlightEnvelope.back().MDive.at(i).height);
+    }
+    x_ceiling.push_back(x_vs1g.back());
+    x_ceiling.push_back(x_mdive.back());
+    y_ceiling.push_back(y_vs1g.back());
+    y_ceiling.push_back(y_mdive.back());
+    // Create plot
     matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
     matplot::axes_handle ax = fig->current_axes();
-    // Payload-range diagram
-    matplot::plot(abstractPayloadRangePt->Range, abstractPayloadRangePt->Payload);
-    matplot::title("Payload Range Diagram ");
-    ax->xlabel("Range [m]");
-    ax->ylabel("Payload [kg]");
-    // Design point
+    ax->plot(x_vs1g, y_vs1g);
     matplot::hold(matplot::on);
-    // matplot::plot()
-    // (...)
-    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_payload_range.svg";
+    ax->plot(x_ceiling, y_ceiling);
+    ax->plot(x_vmo, y_vmo);
+    ax->plot(x_mmo, y_mmo);
+    ax->plot(x_vdive, y_vdive);
+    ax->plot(x_mdive, y_mdive);
+    ax->grid(matplot::on);
+    ax->ylim({0, y_ceiling.back() + 1000});
+    ax->legend({"v_{s,1g}", "Ceiling", "v_{MO}", "M_{MO}", "V_{Dive}", "M_{Dive}"});
+    ax->legend()->location(matplot::legend::general_alignment::topleft);
+    ax->xlabel("TAS [m/s]");
+    ax->ylabel("Altitude [m]");
+    ax->title("Flight Envelope");
+    // Save plot
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_flight_envelope.svg";
+    matplot::save(plot_file_path);
+}
+
+void performance_assessment_output::generate_plot_takeoff_field_length() {
+    matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
+    matplot::axes_handle ax = fig->current_axes();
+    matplot::hold(matplot::on);
+    matplot::grid(matplot::on);
+    vector<string> plot_names;
+    for (unsigned int i(0); i < abstractTakeOffPerformancePt->myTOFLField.size(); i++) {  // Iterates over elevations
+        vector<double> x;
+        vector<double> y;
+        plot_names.push_back(std::format("{:.0f}", convertUnit(METER, FOOT, abstractTakeOffPerformancePt->myTOFLField.at(i).elevation)) + " ft (" +
+            std::format("{:.1f}", abstractTakeOffPerformancePt->myTOFLField.at(i).elevation) + " m)");  // keeping only 2 decimal digits
+        for (unsigned int j(0); j < abstractTakeOffPerformancePt->myTOFLField.at(i).myTOFL.size(); j++) {  // Iterates over masses
+            x.push_back(abstractTakeOffPerformancePt->myTOFLField.at(i).myTOFL.at(j).grossMass / 1000);
+            y.push_back(abstractTakeOffPerformancePt->myTOFLField.at(i).myTOFL.at(j).TODR_AEO);
+        }
+        ax->plot(x, y);  // Add takeoff performance for current elevation to figure
+    }
+    ax->legend(plot_names);
+    ax->legend()->location(matplot::legend::general_alignment::topleft);
+    ax->xlabel("Gross mass, 1000 kg");
+    ax->ylabel("TODR_{AEO} [m]");
+    ax->title("Take Off Distance Required-Performance, Delta ISA = " + std::format("{:.1f}", myAcftPt->delta_isa));
+    // Save plot
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_takeoff_performance.svg";
+    matplot::save(plot_file_path);
+}
+
+void performance_assessment_output::generate_plot_landing_performance() {
+    matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
+    matplot::axes_handle ax = fig->current_axes();
+    matplot::hold(matplot::on);
+    matplot::grid(matplot::on);
+    vector<string> plot_names;
+    for (unsigned int i(0); i < abstractLandingPerformancePt->myLDNField.size(); i++) {  // Iterates over elevations
+        vector<double> x;
+        vector<double> y;
+        plot_names.push_back(std::format("{:.0f}", convertUnit(METER, FOOT, abstractLandingPerformancePt->myLDNField.at(i).elevation)) + " ft (" +
+            std::format("{:.1f}", abstractLandingPerformancePt->myLDNField.at(i).elevation) + " m)");  // keeping only 2 decimal digits
+        for (unsigned int j(0); j < abstractLandingPerformancePt->myLDNField.at(i).myLDN.size(); j++) {  // Iterates over masses
+            x.push_back(abstractLandingPerformancePt->myLDNField.at(i).myLDN.at(j).grossMass / 1000);
+            y.push_back(abstractLandingPerformancePt->myLDNField.at(i).myLDN.at(j).ALD_AEO);
+        }
+        ax->plot(x, y);  // Add takeoff performance for current elevation to figure
+    }
+    ax->legend(plot_names);
+    ax->legend()->location(matplot::legend::general_alignment::topleft);
+    ax->xlabel("Gross mass, 1000 kg");
+    ax->ylabel("ALD_{AEO} [m]");
+    ax->title("Available Landing Distance-Performance, Delta ISA = " + std::format("{:.1f}", myAcftPt->delta_isa));
+    // Save plot
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_landing_performance.svg";
+    matplot::save(plot_file_path);
+}
+
+void performance_assessment_output::generate_plot_balanced_field_length() {
+    matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
+    matplot::axes_handle ax = fig->current_axes();
+    matplot::hold(matplot::on);
+    matplot::grid(matplot::on);
+    vector<double> x_v_engine_failure;
+    vector<double> y_takeoff_distance_required_all_engines_operational;
+    vector<double> y_takeoff_distance_required_one_engine_inoperative;
+    vector<double> y_accelerate_stop_distance_one_engine_inoperative;
+    for (unsigned int i(0); i < abstractTakeOffPerformancePt->myBLFL.vEF.size(); i++) {
+        x_v_engine_failure.push_back(abstractTakeOffPerformancePt->myBLFL.vEF.at(i));
+        y_takeoff_distance_required_all_engines_operational.push_back(abstractTakeOffPerformancePt->myBLFL.TODR_AEO);
+        y_takeoff_distance_required_one_engine_inoperative.push_back(abstractTakeOffPerformancePt->myBLFL.TODR_OEI.at(i));
+        y_accelerate_stop_distance_one_engine_inoperative.push_back(abstractTakeOffPerformancePt->myBLFL.ASDR_OEI.at(i));
+    }
+    ax->plot(x_v_engine_failure, y_takeoff_distance_required_all_engines_operational);
+    ax->plot(x_v_engine_failure, y_accelerate_stop_distance_one_engine_inoperative);
+    ax->plot(x_v_engine_failure, y_takeoff_distance_required_one_engine_inoperative);
+    ax->legend({"TODR_{AEO}", "ASDR_{OEI}", "TODR_{OEI}"});
+    ax->legend()->location(matplot::legend::general_alignment::topright);
+    ax->xlabel("Engine failure speed v_{EF} [m/s]");
+    ax->ylabel("Takeoff run distance [m]");
+    ax->title("Balanced Field Length-Performance, Delta ISA = " + std::format("{:.1f}", myAcftPt->delta_isa));
+    // Save plot
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_balanced_field_length_performance.svg";
     matplot::save(plot_file_path);
-}
\ No newline at end of file
+}
+
+void performance_assessment_output::generate_plot_v_n_diagram() {
+    matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
+    matplot::axes_handle ax = fig->current_axes();
+    matplot::hold(matplot::on);
+    matplot::grid(matplot::on);
+    // Gather data & plot
+    vector<double> x_speed;
+    vector<double> y_clean_upper;
+    vector<double> y_clean_lower;
+    vector<double> y_landing_upper;
+    vector<double> y_landing_lower;
+    vector<double> y_takeoff_upper;
+    vector<double> y_takeoff_lower;
+    for (unsigned int i(0); i < abstractVnDiagramPt->myCleanDiagram.size(); i++) {
+        x_speed.push_back(abstractVnDiagramPt->myCleanDiagram.at(i).speed);
+        y_clean_upper.push_back(abstractVnDiagramPt->myCleanDiagram.at(i).n_upperBound);
+        y_clean_lower.push_back(abstractVnDiagramPt->myCleanDiagram.at(i).n_lowerBound);
+    }
+    ax->plot(x_speed, y_clean_upper)->color("blue");
+    ax->plot(x_speed, y_clean_lower)->color("blue");
+    x_speed.clear();
+    for (unsigned int i(0); i < abstractVnDiagramPt->myLandingDiagram.size(); i++) {
+        x_speed.push_back(abstractVnDiagramPt->myLandingDiagram.at(i).speed);
+        y_landing_upper.push_back(abstractVnDiagramPt->myLandingDiagram.at(i).n_upperBound);
+        y_landing_lower.push_back(abstractVnDiagramPt->myLandingDiagram.at(i).n_lowerBound);
+    }
+    ax->plot(x_speed, y_landing_upper)->color("magenta");
+    ax->plot(x_speed, y_landing_lower)->color("magenta");
+    x_speed.clear();
+    for (unsigned int i(0); i < abstractVnDiagramPt->myTakeoffDiagram.size(); i++) {
+        x_speed.push_back(abstractVnDiagramPt->myTakeoffDiagram.at(i).speed);
+        y_takeoff_upper.push_back(abstractVnDiagramPt->myTakeoffDiagram.at(i).n_upperBound);
+        y_takeoff_lower.push_back(abstractVnDiagramPt->myTakeoffDiagram.at(i).n_lowerBound);
+    }
+    ax->plot(x_speed, y_takeoff_upper)->color("yellow");
+    ax->plot(x_speed, y_takeoff_lower)->color("yellow");
+    x_speed.clear();
+
+    ax->legend({"n_{clean}", "", "n_{takeoff}", "", "n_{landing}", ""});
+    ax->legend()->location(matplot::legend::general_alignment::topleft);
+    ax->xlabel("Equivalent airspeed [m/s]");
+    ax->ylabel("load factor n [-]");
+    ax->title("V-n-Diagram");
+    // Save plot
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_Vn_diagram.svg";
+    matplot::save(plot_file_path);
+}
+
+void performance_assessment_output::generate_plot_SAR_performance() {
+// Best SAR performance plot
+    matplot::figure_handle fig = matplot::figure(true);
+    fig->quiet_mode(true);
+    fig->size(600, 500);
+    matplot::axes_handle ax = fig->current_axes();
+    matplot::hold(matplot::on);
+    matplot::grid(matplot::on);
+    // Gather data
+    vector<double>best_alt;
+    vector<double>best_mass;
+    vector<double>best_mach;
+    for (unsigned int i(0); i < abstractSARPerformancePt->theSAR.size(); i++) {
+        best_alt.push_back(abstractSARPerformancePt->theSAR.at(i).bestSARAlt);
+        best_mass.push_back(abstractSARPerformancePt->theSAR.at(i).Mass / 1000);
+        best_mach.push_back(abstractSARPerformancePt->theSAR.at(i).bestSARMach);
+    }
+    // Plot best SAR
+    ax->plot(best_mass, best_alt);
+    ax->plot(best_mass, best_mach)->use_y2(true);  // using second y-axis
+    ax->xlabel("Mass [t]");
+    ax->ylabel("Altitude [m]");
+    ax->y2label("Mach number [-]");  // TODO(hansmann): Add offset to the left to right axis label as it is cut off
+    ax->title("Best Specific Air Range (SAR)");
+    // Save plot
+    std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_best_SAR.svg";
+    matplot::save(plot_file_path);
+    matplot::cla();
+
+    // Other SAR plots
+    for (unsigned int i(0); i < abstractSARPerformancePt->theSAR.at(0).tabSAR.size(); i+=2) {  // iterates over every the altitudes of interest
+        double current_altitude = abstractSARPerformancePt->theSAR.at(0).tabSAR.at(i).Altitude;
+        double current_altitude_ft = convertUnit(METER, FOOT, current_altitude);
+        // Generate new plot for every altitude of interest
+        matplot::figure_handle fig = matplot::figure(true);
+        fig->quiet_mode(true);
+        fig->size(600, 500);
+        matplot::axes_handle ax = fig->current_axes();
+        matplot::hold(matplot::on);
+        matplot::grid(matplot::on);
+        ax->title("Altitude = " + std::format("{:.0f}", floor(current_altitude)) + " m (" + std::format("{:.0f}", floor(current_altitude_ft)) + " ft)");
+
+        vector<std::string> curve_names;
+        for (unsigned int j(0); j < abstractSARPerformancePt->theSAR.size(); j+=2) {  // iterates over every second mass
+            vector<double> mach_number;
+            vector<double> SAR;
+            for (unsigned int k(0); k < abstractSARPerformancePt->theSAR.at(j).tabSAR.at(i).SAR.size(); k++) {  // iterates over mach & SAR
+                if (abstractSARPerformancePt->theSAR.at(j).tabSAR.at(i).SAR.at(k) <= ACCURACY_MEDIUM && k != 0) {  // removes artifacts from unsucessfull SAR calculation attempts
+                } else {
+                    SAR.push_back(abstractSARPerformancePt->theSAR.at(j).tabSAR.at(i).SAR.at(k));
+                    mach_number.push_back(abstractSARPerformancePt->theSAR.at(j).tabSAR.at(i).Mach.at(k));
+                }
+            }
+            if (!SAR.empty()) {  // skips legend entry if no SAR could be calculated for current mass
+                curve_names.push_back(std::format("{:.0f}", ceil(abstractSARPerformancePt->theSAR.at(j).Mass / 1000)) + " t");
+            }
+            ax->plot(mach_number, SAR);
+        }
+        ax->xlabel("Mach Number [-]");
+        ax->ylabel("SAR [m/kg]");
+        ax->xlim({0, 0.9});  // TODO(hansmann): Change to dynamic limits later
+        ax->ylim({0, 700});
+        ax->legend(curve_names);
+        ax->legend()->location(matplot::legend::general_alignment::topleft);
+        // Save plot
+        std::string plot_file_path = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_SAR_" + std::format("{:.0f}", floor(current_altitude)) + "m.svg";
+        SAR_plot_names.push_back(std::string(TOOL_NAME) + "_SAR_" + std::format("{:.0f}", floor(current_altitude)) + "m.svg");  // saving plot names for html-report
+        matplot::save(plot_file_path);
+        matplot::cla();
+    }
+}
+
+void performance_assessment_output::generate_plot_engine_performance() {
+    for (unsigned int i(0); i < abstractEnginePerformancePt->theRatingEngine.size(); i++) {  // iterates over the ratings
+        // New figure for thrust over mach at current engine rating
+        matplot::figure_handle fig1 = matplot::figure(true);
+        fig1->quiet_mode(true);
+        fig1->size(600, 500);
+        matplot::axes_handle ax1 = fig1->current_axes();
+        matplot::hold(matplot::on);
+        matplot::grid(matplot::on);
+        // New figure for thrust over SFC for current engine rating
+        matplot::figure_handle fig2 = matplot::figure(true);
+        fig2->quiet_mode(true);
+        fig2->size(600, 500);
+        matplot::axes_handle ax2 = fig2->current_axes();
+        matplot::hold(matplot::on);
+        matplot::grid(matplot::on);
+        // Gathering data
+        double current_altitude(0.);
+        vector<string> curve_names;
+        std::string current_rating = abstractEnginePerformancePt->theRatingEngine.at(i).Rating;
+        for (unsigned int j(0); j < abstractEnginePerformancePt->theRatingEngine.at(i).theParameter.size(); j++) {  // iterates over the altitudes
+            vector<double> thrust;
+            vector<double> mach;
+            vector<double> sfc;
+            current_altitude = abstractEnginePerformancePt->theRatingEngine.at(i).theParameter.at(j).Altitude;
+            for (unsigned int k(0); k < abstractEnginePerformancePt->theRatingEngine.at(i).theParameter.at(j).Thrust.size(); k++) {
+                thrust.push_back(abstractEnginePerformancePt->theRatingEngine.at(i).theParameter.at(j).Thrust.at(k) / 1000);  // [N]->[kN]
+                mach.push_back(abstractEnginePerformancePt->theRatingEngine.at(i).theParameter.at(j).Mach.at(k));
+                sfc.push_back(abstractEnginePerformancePt->theRatingEngine.at(i).theParameter.at(j).SFC.at(k) * 1000 * 1000);  // [kg/Ns] -> [mg/Ns]
+            }
+            ax1->plot(mach, thrust);
+            ax2->plot(sfc, thrust);
+            curve_names.push_back(std::format("{:.0f}", convertUnit(METER, FOOT, current_altitude)) + " ft");
+        }
+        ax1->xlabel("Mach");
+        ax1->ylabel("Thrust per Engine [kN]");
+        string rating_for_plot;
+        if (current_rating == "takeoff") {
+            rating_for_plot = "Takeoff";
+        } else if (current_rating == "maximum_continuous") {
+            rating_for_plot = "Maximum Continuous";
+        } else if (current_rating == "cruise") {
+            rating_for_plot = "Cruise";
+        } else if (current_rating == "climb") {
+            rating_for_plot = "Climb";
+        } else {
+            rating_for_plot = current_rating;
+        }
+        ax1->title("Rating: " + rating_for_plot);
+        matplot::legend_handle lgd1 = ax1->legend();
+        ax1->legend(curve_names);
+        ax1->legend()->location(matplot::legend::general_alignment::topright);
+        // lgd1->title(std::string("Altitude"));  //TODO(hansmann): Not sure about the syntax here. This results in a segmentation fault
+
+        ax2->xlabel("SFC [mg/Ns]");
+        ax2->ylabel("Thrust per Engine [kN]");
+        ax2->title("Rating: " + rating_for_plot);
+        matplot::legend_handle lgd2 = ax2->legend();
+        ax2->legend(curve_names);
+        ax2->legend()->location(matplot::legend::general_alignment::topright);
+        // lgd2->title(std::string("Altitude"));
+
+        // Save figures
+        std::string plot_file_path_machplot = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_engine_performance_" + current_rating + "_mach.svg";
+        fig1->save(plot_file_path_machplot);
+        engine_performance_plot_names.push_back(std::string(TOOL_NAME) + "_engine_performance_" + current_rating + "_mach.svg");  // saving plot names for html-report
+        std::string plot_file_path_sfcplot = rtIO->getPlotDir() + "/" + std::string(TOOL_NAME) + "_engine_performance_" + current_rating + "_sfc.svg";
+        engine_performance_plot_names.push_back(std::string(TOOL_NAME) + "_engine_performance_" + current_rating + "_sfc.svg");  // saving plot names for html-report
+        fig2->save(plot_file_path_sfcplot);
+    }
+}
diff --git a/performance_assessment/src/taw/defaultMethods/performance_assessment_output.h b/performance_assessment/src/taw/defaultMethods/performance_assessment_output.h
index 6455818e396ce5d098b12c66053c879ec785a860..3b7910a59b0b96ddbf217f19098da2fb7d94c38c 100644
--- a/performance_assessment/src/taw/defaultMethods/performance_assessment_output.h
+++ b/performance_assessment/src/taw/defaultMethods/performance_assessment_output.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PERFORMANCE_ASSESSMENT_OUTPUT_H_
 #define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PERFORMANCE_ASSESSMENT_OUTPUT_H_
 
@@ -24,6 +29,8 @@
 
 #include <string>
 #include <memory>
+#include <vector>
+#include <limits>
 
 #include "../../toolinfo.h"
 
@@ -34,8 +41,6 @@ class performance_assessment_factory;
 class performance_assessment_output {
  public:
     performance_assessment_output(
-        std::shared_ptr<abstractFuelPlanning> abstractFuelPlanningPt,
-        std::shared_ptr<abstractOptimizeMissionProfile> abstractOptimizeMissionProfilePt,
         std::shared_ptr<abstractPayloadRange> abstractPayloadRangePt,
         std::shared_ptr<abstractEnginePerformance> abstractEnginePerformancePt,
         std::shared_ptr<abstractCeilingPerformance> abstractCeilingPerformancePt,
@@ -51,8 +56,6 @@ class performance_assessment_output {
     const std::shared_ptr<performance_assessment_settings> mySettingsPt;
     const std::shared_ptr<RuntimeIO>& rtIO;
 
-    std::shared_ptr<abstractFuelPlanning> abstractFuelPlanningPt;
-    std::shared_ptr<abstractOptimizeMissionProfile> abstractOptimizeMissionProfilePt;
     std::shared_ptr<abstractPayloadRange> abstractPayloadRangePt;
     std::shared_ptr<abstractEnginePerformance> abstractEnginePerformancePt;
     std::shared_ptr<abstractCeilingPerformance> abstractCeilingPerformancePt;
@@ -65,6 +68,9 @@ class performance_assessment_output {
     Report theReport;
     std::string theProgramName;
 
+    vector<string> SAR_plot_names;
+    vector<string> engine_performance_plot_names;
+
     /** \brief Function generates the body of HTML report
     *   \details the function is full virtual and is implemented in each program; it defines the content BETWEEN the <body> tag of the HTML-report
     *   \return report a stringstream of the information for the body-tag of HTML-Report
@@ -81,19 +87,11 @@ class performance_assessment_output {
     */
     void generatePlotData();
 
-    /** \brief Generate the plot of the mission data (Range, altitude, velocity, mass, thrust, fuel flow, rate of climb, lift coefficient)
-    */
-    void generatePlotDataMission();
-
     /** \brief Generate all relevant Plots
     * \return void
     */
     void generatePlots();
 
-    /** \brief Generate mission data plot
-    */
-    void generate_plot_mission();
-
     /** \brief Generate the payload-range diagram
     */
     void generatePlotDataPayloadRange();
@@ -102,25 +100,29 @@ class performance_assessment_output {
     */
     void generate_plot_payload_range();
 
-    /** \brief Generate the plot of the engine performance
+    /** \brief Generate a csv file with the engine performance results
     */
-    void generateEnginePerformanceData();
+    void generate_engine_performance_data();
 
-    // /** \brief Set the settings for the engine performance plot
-    // */
-    // void generateEnginePerformancePlotScript();
+    /** \brief Generate the plot for engine performance
+    */
+    void generate_plot_engine_performance();
 
     /** \brief Generate the plot of the aircraft ceiling
     */
     void generateCeilingPlotData();
 
-    /** \brief Generate the plot of the flight envelope
+    /** \brief Generates the ceiling performance plot
     */
-    void generateFlightEnvelopeData();
+    void generate_plot_ceiling_performance();
 
-    // /** \brief Set the settings of the flight envelope plot
-    // */
-    // void generateFlightEnvelopePlotScript();
+    /** \brief Generate the plot data of the flight envelope
+    */
+    void generate_plot_flight_envelope();
+
+    /** \brief Generate the plot data of the flight envelope
+    */
+    void generateFlightEnvelopeData();
 
     /** \brief Generate the specific air range plot
     */
@@ -128,11 +130,11 @@ class performance_assessment_output {
 
     /** \brief Generate the optimum specific air range plot
     */
-    void generateBestSARAltPlotData();
+    void generate_best_SAR_Data();
 
-    // /** \brief Set the settings for the specific air range plot
-    // */
-    // void generateSARPlotScript();
+    /** \brief Generates the specific air range plot
+    */
+    void generate_plot_SAR_performance();
 
     // /** \brief Set the settings for the optimum specific air range plot
     // */
@@ -144,33 +146,31 @@ class performance_assessment_output {
 
     // /** \brief Set the settings for the take-off field length plot
     // */
-    // void generateTOFLPlotScript();
+    void generate_plot_takeoff_field_length();
 
     /** \brief Generate the plot of the balanced field length
     */
     void generateBLFLPlotData();
 
-    // /** \brief Set the settings of the balanced field length plot
-    // */
-    // void generateBLFLPlotScript();
+    /** \brief Generates the balanced field length plot
+    */
+    void generate_plot_balanced_field_length();
 
-    /** \brief Generate the plot for the landing field length
+    /** \brief Generates the csv with the landing field length data
     */
     void generateLDNPlotData();
 
-    // /** \brief Set the settings of the landing field length plot
-    // */
-    // void generateLDNPlotScript();
+    /** \brief Generates the plot of the landing field length performance assessment results
+    */
+    void generate_plot_landing_performance();
 
     /** \brief Generate the V-n diagram
     */
     void generateVnPlotData();
 
-    // /** \brief Set the settings of the V-n diagram
-    // */
-    // void generateVnPlotScript();
+    /** \brief Generates the plot of the V-n-Diagram 
+    */
+    void generate_plot_v_n_diagram();
 };
 
-
-
 #endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PERFORMANCE_ASSESSMENT_OUTPUT_H_
diff --git a/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.cpp b/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.cpp
index 1c4d728e2b1cdfb507fa8698baf0675087f666ab..3b2c4c6f9269c7e60b8c01370603cd7c43750330 100644
--- a/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.cpp
+++ b/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "performance_assessment_settings.h"
 
 using std::endl;
@@ -21,52 +26,39 @@ using std::endl;
 performance_assessment_settings::performance_assessment_settings(const std::shared_ptr<RuntimeIO>& rtIOin)
     :
     rtIO(rtIOin),
-    designForMTOM(rtIO->moduleConfig.at("/module_configuration_file/program_settings/modes/mtom_design")),
-    useStudyMissionForAnalysis(rtIO->moduleConfig.at("/module_configuration_file/program_settings/modes/use_study_mission_for_analysis")),  // CSV-Output?
-    optimizeMission(rtIO->moduleConfig.at("/module_configuration_file/program_settings/mission/optimize_mission_profile")) {
-
+    designForMTOM(rtIO->moduleConfig.at("/module_configuration_file/program_settings/modes/mtom_design/value")),
+    useStudyMissionForAnalysis(rtIO->moduleConfig.at("/module_configuration_file/program_settings/modes/use_study_mission_for_analysis/value")) {
     /* Constants for start/runway calculations */
     myField.runwaySlope = PI / 180. * EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/field_performance/runway_slope")
         .read(rtIO->moduleConfig).value();
     myField.headWind = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/field_performance/head_wind")
         .read(rtIO->moduleConfig).value();
-    /* Constants for the Representation of the Vn Diagram */
-    myVnDiagramConstants.maxNClean = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/max_n_clean")
-        .read(rtIO->moduleConfig).value();
-    myVnDiagramConstants.minNClean = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/min_n_clean")
-        .read(rtIO->moduleConfig).value();
-    myVnDiagramConstants.maxNFlaps = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/max_n_flaps")
-        .read(rtIO->moduleConfig).value();
-    myVnDiagramConstants.minNFlaps = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/min_n_flaps")
-        .read(rtIO->moduleConfig).value();
-    /* Engine Performance Settings */
-    int nPerfSettings = rtIO->moduleConfig.getVector("/module_configuration_file/program_settings/constants_for_performance_checks/engine_performance/ratings/rating", 1).size();
-    auto aVector = rtIO->moduleConfig.getVector("/module_configuration_file/program_settings/constants_for_performance_checks/engine_performance/ratings", 1);
-    for (int i = 0; i <= nPerfSettings - 1; i++) {
-        string tempRating = rtIO->moduleConfig.at("/module_configuration_file/program_settings/constants_for_performance_checks/engine_performance/ratings/rating@"
-            + num2Str(i+1)+"/value");
-        enginePerformance.Rating.push_back(tempRating);
+
+    if (false) {  // Vn-Diagram is temporarily disabled
+        /* Constants for the Representation of the Vn Diagram */
+        myVnDiagramConstants.maxNClean = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/max_n_clean")
+            .read(rtIO->moduleConfig).value();
+        myVnDiagramConstants.minNClean = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/min_n_clean")
+            .read(rtIO->moduleConfig).value();
+        myVnDiagramConstants.maxNFlaps = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/max_n_flaps")
+            .read(rtIO->moduleConfig).value();
+        myVnDiagramConstants.minNFlaps = EndnodeReadOnly<double>("/module_configuration_file/program_settings/constants_for_performance_checks/vn_diagram/min_n_flaps")
+            .read(rtIO->moduleConfig).value();
     }
-    /* Switch for Performance Checks */
-    mySwitches.doPayloadRange = static_cast<bool>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/payload_range_diagram/switch"));
-    mySwitches.doEnginePerformance = static_cast<bool>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/engine_performance/switch"));
-    mySwitches.doFlightEnvelopePerformance = static_cast<bool>(rtIO->moduleConfig.at(
-        "/module_configuration_file/program_settings/performance_checks/flight_envelope_performance/switch"));
-    mySwitches.overwriteInitialValues = static_cast<bool>(rtIO->moduleConfig.at(
-        "/module_configuration_file/program_settings/performance_checks/flight_envelope_performance/overwrite_initial_values"));
-    mySwitches.doClimbPerformance = static_cast<bool>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/climb_performance/switch"));
-    mySwitches.doTOPerformance = static_cast<bool>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/takeoff_performance/switch"));
-    if (mySwitches.doTOPerformance) {
-        mySwitches.doBLFLPerformance = static_cast<bool>(rtIO->moduleConfig.at(
-            "/module_configuration_file/program_settings/performance_checks/takeoff_performance/calculate_blfl_performance"));
-    } else {
-        mySwitches.doBLFLPerformance       = false;
+
+    /* Engine Performance Settings */
+    if (false) {  // Engine performance is tremporarily disabled
+        int nPerfSettings = rtIO->moduleConfig.getVector("/module_configuration_file/program_settings/constants_for_performance_checks/engine_performance/ratings/rating", 1)
+        .size();
+        auto aVector = rtIO->moduleConfig.getVector("/module_configuration_file/program_settings/constants_for_performance_checks/engine_performance/ratings", 1);
+        for (int i = 0; i <= nPerfSettings - 1; i++) {
+            string tempRating = rtIO->moduleConfig.at("/module_configuration_file/program_settings/constants_for_performance_checks/engine_performance/ratings/rating@"
+                + num2Str(i+1)+"/value");
+            enginePerformance.Rating.push_back(tempRating);
+        }
     }
-    mySwitches.doLandingPerformance = static_cast<bool>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/landing_performance/switch"));
-    mySwitches.doVnDiagram = static_cast<bool>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/performance_checks/vn_diagram/switch"));
-    mySwitches.doFuelPlanning = static_cast<bool>(rtIO->moduleConfig.at("/module_configuration_file/program_settings/fuel_planning/switch"));
-    /* Fuel Planning */
-    myFuelPlan.contingencyFuel = EndnodeReadOnly<double>("/module_configuration_file/program_settings/fuel_planning/contingency_fuel").read(rtIO->moduleConfig).value();
+    overwrite_initial_values = EndnodeReadOnly<bool>("/module_configuration_file/program_settings/performance_checks/flight_envelope_performance/overwrite_initial_values", true)
+        .read(rtIO->moduleConfig).value();
 }
 
 void performance_assessment_settings::checkForValidity(double Value, double lowerBound, double upperBound, const string &Text) {
diff --git a/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.h b/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.h
index 0e96d27e563c62d0ac77ac952865800d888fe123..bad1f0c94352fec2bd853afac60d4643d514066f 100644
--- a/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.h
+++ b/performance_assessment/src/taw/defaultMethods/performance_assessment_settings.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PERFORMANCE_ASSESSMENT_SETTINGS_H_
 #define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_PERFORMANCE_ASSESSMENT_SETTINGS_H_
 
@@ -39,18 +44,20 @@ class performance_assessment_settings {
 
     class switches {
      public:
-        bool doFuelPlanning; /**< Switch for fuel planning */
-        bool doPayloadRange; /**< Switch for payload range diagram */
-        bool doEnginePerformance; /**< Switch for engine performance calculation */
-        bool doFlightEnvelopePerformance; /**< Switch for flight envelope calculation */
-        bool overwriteInitialValues; /**< Switch if initial flight envelope values are overwritten */
-        bool doClimbPerformance; /**< Switch for climb performance calculation */
-        bool doTOPerformance; /**< Switch for estimating the take-off distance */
-        bool doBLFLPerformance; /**< Switch for estimating the balanced field length */
-        bool doLandingPerformance; /**< Switch for landing distance estimation */
-        bool doVnDiagram; /**< "Switch for calculation of V-n diagram */
+        bool doFuelPlanning = false; /**< Switch for fuel planning */
+        bool doPayloadRange = false; /**< Switch for payload range diagram */
+        bool doEnginePerformance = false; /**< Switch for engine performance calculation */
+        bool doFlightEnvelopePerformance = false; /**< Switch for flight envelope calculation */
+        bool doSARCalculation = false;
+        bool overwriteInitialValues = false; /**< Switch if initial flight envelope values are overwritten */
+        bool doClimbPerformance = false; /**< Switch for climb performance calculation */
+        bool doTOPerformance = false; /**< Switch for estimating the take-off distance */
+        bool doBLFLPerformance = false; /**< Switch for estimating the balanced field length */
+        bool doLandingPerformance = false; /**< Switch for landing distance estimation */
+        bool doVnDiagram = false; /**< "Switch for calculation of V-n diagram */
     };
-    switches mySwitches;
+    switches check_sucessfully_executed; /**< Indicated if a performance check has been executed sucessfully  */
+    bool overwrite_initial_values; /** Causes recalculation of dive speeds */
 
     bool designForMTOM; /**< Switch for a new determination of the MTOM */
     bool useStudyMissionForAnalysis; /**< Switch if missionStudy.xml should be used instead of missionDesign.xml */
diff --git a/performance_assessment/src/taw/defaultMethods/takeOffPerformance/abstractTakeOffPerformance.h b/performance_assessment/src/taw/defaultMethods/takeOffPerformance/abstractTakeOffPerformance.h
index 924f2dc93196b75de5df9d98147fb4469e037acb..5ace07616809e5d9e8537734b34763625e92a0b3 100644
--- a/performance_assessment/src/taw/defaultMethods/takeOffPerformance/abstractTakeOffPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/takeOffPerformance/abstractTakeOffPerformance.h
@@ -1,22 +1,26 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_ABSTRACTTAKEOFFPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_ABSTRACTTAKEOFFPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_ABSTRACTTAKEOFFPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_ABSTRACTTAKEOFFPERFORMANCE_H_
 
 #include <vector>
 
@@ -33,7 +37,7 @@ class abstractTakeOffPerformance {
 
         dataTOFL() {
             grossMass = 0.0;
-            TODR_AEO = 0.0;     // Take-off Distance Required, All Engines Operating
+            TODR_AEO = 0.0;
             Time = 0.0;
         }
     };
@@ -82,4 +86,4 @@ class abstractTakeOffPerformance {
     virtual void calcBLFL(double theRunwaySlope, double theGroundFriction, double theGroundFrictionBraking, double theHeadWind) = 0;
 };
 
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_ABSTRACTTAKEOFFPERFORMANCE_H_
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_ABSTRACTTAKEOFFPERFORMANCE_H_
diff --git a/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.cpp b/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.cpp
index 8ecbb2b8318e2ea86004da3b98d7fdec184e9b8b..c4e1874d113692bacbc135d6b7e534ae9de1f57f 100644
--- a/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.cpp
+++ b/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.cpp
@@ -1,20 +1,24 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #include "takeOffPerformance.h"
 
 using std::endl;
@@ -36,7 +40,6 @@ takeOffPerformance::takeOffPerformance(std::shared_ptr<aircraft> theAircraft)
     // ctor
     scdSegmentGradient = 0.0;
     finalSegmentGradient = 0.0;
-
 }
 takeOffPerformance::~takeOffPerformance() {
     // dtor
@@ -49,7 +52,7 @@ void takeOffPerformance::doTakeOffPerformance(double theRunwaySlope, double theG
     windSpeed = theHeadWind;
     myRuntimeInfo->out << "      ... Calculation of TOFL_AEO" << endl;
     /* Calculation of TOFL performance as a function of mass and height */
-    for (double elevation(0.0); elevation <= convertUnit(FOOT, METER, 12000.); convertUnit(FOOT, METER, elevation += 2000.)) {
+    for (double elevation(0.0); elevation <= convertUnit(FOOT, METER, 12000.); elevation += convertUnit(FOOT, METER, 2000.)) {
         myTOFLField.push_back(dataElevationTOFL());
         myTOFLField.back().elevation = elevation;
         for (int i(0); i <= 10; i++) {
@@ -85,8 +88,10 @@ void takeOffPerformance::calcBLFL(double theRunwaySlope, double theGroundFrictio
     /* Iteration over the speeds */
     int stepSize(40);
     for (int i = 0; i <= stepSize; i++) {
-        myBLFL.vEF.push_back(theAcftPt->v1gS_TO(myBLFL.grossMass, 0.0) + static_cast<double>(i) /
-                             static_cast<double>(stepSize) * (theAcftPt->v2(myBLFL.grossMass, 0.0) - theAcftPt->v1gS_TO(myBLFL.grossMass, 0.0)));
+        myBLFL.vEF.push_back(0 + static_cast<double>(i) /
+                             static_cast<double>(stepSize) * (theAcftPt->v2(myBLFL.grossMass, 0.0)));
+        // myBLFL.vEF.push_back(theAcftPt->v1gS_TO(myBLFL.grossMass, 0.0) + static_cast<double>(i) /
+        //                      static_cast<double>(stepSize) * (theAcftPt->v2(myBLFL.grossMass, 0.0) - theAcftPt->v1gS_TO(myBLFL.grossMass, 0.0)));
         myBLFL.TODR_OEI.push_back(0.);
         myBLFL.ASDR_OEI.push_back(0.);
         double tempTimeBLFL(0.0);
@@ -127,9 +132,9 @@ void takeOffPerformance::calcBLFL(double theRunwaySlope, double theGroundFrictio
 }
 
 void takeOffPerformance::calcGroundRun(double mass, double alt, double V0, double V1, double *distance, double *time, bool OEI) {
-    int stepSize(50.);
-    double deltaV = (V1 - V0) / stepSize;
-    for (int i = 0; i <= stepSize; i++) {
+    int nSteps(50);
+    double deltaV = (V1 - V0) / nSteps;
+    for (int i = 0; i <= nSteps; i++) {
         double vGround = V0 + static_cast<double>(i) * deltaV;
         double vAir(0.0);
         if (vGround >= windSpeed) {
@@ -139,14 +144,23 @@ void takeOffPerformance::calcGroundRun(double mass, double alt, double V0, doubl
         if (V1 >= V0) {
             acceleration = calcAccelerationGroundRoll(mass, alt, vAir, OEI);
         } else {
-            acceleration = calcDeAccelerationGroundRoll(mass, alt, vAir, OEI);
+            acceleration = calcDecelerationGroundRoll(mass, alt, vAir, OEI);
         }
         /* trapezoidal rule */
-        if (i == 0 || i == stepSize) {
-            *distance += 0.5 * vGround / acceleration * deltaV;
+        if (i == 0 || i == nSteps) {
+            if (fabs(acceleration) < ACCURACY_HIGH) {
+                *distance += .0;
+            } else {
+                *distance += 0.5 * vGround / acceleration * deltaV;
+            }
         } else {
-            *distance += vGround / acceleration * deltaV;
-            *time += (vGround / acceleration * deltaV) / vGround;
+            if (fabs(acceleration) < ACCURACY_HIGH) {
+                *distance += 0.;
+                *time += 0.;
+            } else {
+                *distance += vGround / acceleration * deltaV;
+                *time += deltaV / acceleration;
+            }
         }
     }
 }
@@ -169,7 +183,7 @@ double takeOffPerformance::calcAccelerationGroundRoll(double mass, double alt, d
                            - (tempDrag - runwayFriction * tempLift));
 }
 
-double takeOffPerformance::calcDeAccelerationGroundRoll(double mass, double alt, double Velocity, bool OEI) {
+double takeOffPerformance::calcDecelerationGroundRoll(double mass, double alt, double Velocity, bool OEI) {
     double Mach = Velocity / theAcftPt->atm.getSpeedOfSound(alt);
     double tempThrust(0.0);
     double tempLift(0.0);
@@ -181,7 +195,7 @@ double takeOffPerformance::calcDeAccelerationGroundRoll(double mass, double alt,
 
 void takeOffPerformance::calcDistanceToScreenHeight(double mass, double alt, double *distance, double *time, bool OEI) {
     for (int i = 0; i <= 35; i++) {
-        double tempAlt = alt + convertUnit(FOOT, METER, static_cast<double>(i)); //stepsize: 1 ft
+        double tempAlt = alt + convertUnit(FOOT, METER, static_cast<double>(i));  // stepsize: 1 ft
         double tempTAS = theAcftPt->vLOF(mass, alt) + static_cast<double>(i) / 35. * (theAcftPt->v2(mass, alt + convertUnit(FOOT, METER, 35.)) - theAcftPt->vLOF(mass, alt));
         double tempMach = tempTAS / theAcftPt->atm.getSpeedOfSound(tempAlt);
         double fACC(0.0);
@@ -198,9 +212,10 @@ void takeOffPerformance::calcDistanceToScreenHeight(double mass, double alt, dou
         }
         if (tempROC <= 0.) {
             myRuntimeInfo->err << "No climbing ability to reach Screen Height!" << endl;
-            myRuntimeInfo->err << "ROC: " << tempROC << endl;
-            myRuntimeInfo->err << "Abort!" << endl;
-            exit(1);
+            myRuntimeInfo->err << "Mass: " << mass << " kg" << std::endl;
+            myRuntimeInfo->err << "ROC: " << tempROC << " m/s" << std::endl;
+            myRuntimeInfo->err << "Abort!" << std::endl;
+            throw 1;
         }
         *distance += convertUnit(FOOT, METER, 1.) / tempROC * tempTAS;
         *time += convertUnit(FOOT, METER, 1.) / tempROC;
@@ -225,8 +240,8 @@ bool takeOffPerformance::checkForSecondSegment() {
     vector<double> tempAlt;
     tempAlt.push_back(convertUnit(FOOT, METER, 35.));
     tempAlt.push_back(convertUnit(FOOT, METER, 400.));
-    double tempClimbGradient(99999.0);
-    for (unsigned int i(0); i <= tempAlt.size() - 1; i++) {
+    double tempClimbGradient(9999.0);
+    for (unsigned int i(0); i < tempAlt.size(); i++) {
         double tempTAS = theAcftPt->v2(theAcftPt->MTOM, tempAlt.at(i));
         double tempMach = tempTAS / theAcftPt->atm.getSpeedOfSound(tempAlt.at(i));
         double tempROC = theAcftPt->ROC(theAcftPt->MTOM, tempAlt.at(i), tempMach, 0.0,
diff --git a/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.h b/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.h
index 8b9040e469baca16b08c6c6c5681297e6aa6cf89..87144c62ec6c6b39893a7f3321108496f4598b56 100644
--- a/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.h
+++ b/performance_assessment/src/taw/defaultMethods/takeOffPerformance/low_fidelity/takeOffPerformance.h
@@ -1,24 +1,30 @@
-/*  Copyright (C) 2012-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-#ifndef performance_assessment_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_LOW_FIDELITY_TAKEOFFPERFORMANCE_H_
-#define performance_assessment_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_LOW_FIDELITY_TAKEOFFPERFORMANCE_H_
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+#ifndef PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_LOW_FIDELITY_TAKEOFFPERFORMANCE_H_
+#define PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_LOW_FIDELITY_TAKEOFFPERFORMANCE_H_
 
 #include <runtimeInfo/runtimeInfo.h>
 #include <unitConversion/unitConversion.h>
+#include <unitConversion/constants.h>
 
 #include <vector>
 #include <memory>
@@ -37,37 +43,6 @@ namespace low {
 */
 class takeOffPerformance : public abstractTakeOffPerformance {
  public:
-    // /**\class dataTOFL class contains informations about the take-off field length
-    // *
-    // */
-    // class dataTOFL {
-    //  public:
-    //     double TODR_AEO; /**< Take-off distance required with all engines operating (m) */
-    //     double Time; /**< Time (s) */
-    //     double grossMass; /**< Aircraft gross mass (kg) */
-
-    //     dataTOFL() {
-    //         grossMass = 0.0;
-    //         TODR_AEO = 0.0;     // Take-off Distance Required, All Engines Operating
-    //         Time = 0.0;
-    //     }
-    // };
-
-    // /**\class dataElevationTOFL class contains airfield elevation data
-    // *
-    // */
-    // class dataElevationTOFL {
-    //  public:
-    //     double elevation; /**< Elevation of the airfield (m) */
-    //     vector<dataTOFL> myTOFL; /**< List of take-off field length data (Aircraft mass, Take-off distance, Time) */
-
-    //     dataElevationTOFL() {
-    //         elevation  = 0.0;
-    //     }
-    // };
-    // vector<dataElevationTOFL> myTOFLField; /**< List of airfield elevation data */
-
-
     /**\class dataBLFL class contains data for the balanced field length
     *
     */
@@ -88,10 +63,6 @@ class takeOffPerformance : public abstractTakeOffPerformance {
             TODR_AEO = 0.0;
         }
     };
-    // dataBLFL myBLFL;
-
-    // double scdSegmentGradient; /**< Climb or descend gradient of the second segment (%) */
-    // double finalSegmentGradient; /**< Descend gradient of the final segment (%) */
 
     /**\brief Function to compute the take-off performance
     *\param theRunwaySlope Slope of the runway (rad)
@@ -171,7 +142,7 @@ class takeOffPerformance : public abstractTakeOffPerformance {
     *\param OEI Switch if one engine is inoperative
     *\return Deceleration of the aircraft on ground (m/s^2)
     */
-    double calcDeAccelerationGroundRoll(double mass, double alt, double Velocity, bool OEI);
+    double calcDecelerationGroundRoll(double mass, double alt, double Velocity, bool OEI);
 
     /**\brief Function to calculate the distance needed to reach the screen height of 35 ft
     *\param mass Aircraft mass (kg)
@@ -197,5 +168,7 @@ class takeOffPerformance : public abstractTakeOffPerformance {
     */
     bool checkForFinalSegment();
 };
+
 }  // namespace low
-#endif  // performance_assessment_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_LOW_FIDELITY_TAKEOFFPERFORMANCE_H_
+
+#endif  // PERFORMANCE_ASSESSMENT_SRC_TAW_DEFAULTMETHODS_TAKEOFFPERFORMANCE_LOW_FIDELITY_TAKEOFFPERFORMANCE_H_
diff --git a/performance_assessment/src/toolinfo.h b/performance_assessment/src/toolinfo.h
index cf79e86b659b9ff91d92161a71405719141a3a37..9ea7a76d4a2880d1ff9a55e161d1900f2b694195 100644
--- a/performance_assessment/src/toolinfo.h
+++ b/performance_assessment/src/toolinfo.h
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2010-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ * 
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 #ifndef PERFORMANCE_ASSESSMENT_SRC_TOOLINFO_H_
 #define PERFORMANCE_ASSESSMENT_SRC_TOOLINFO_H_
 
diff --git a/propulsion_design/propulsion_design_conf.xml b/propulsion_design/propulsion_design_conf.xml
index ad72df2d397d9a9d38b2a1bd2ea419767ad97718..66b5b9294a7e4bd9457f845c0fa7cad4930f9bfb 100644
--- a/propulsion_design/propulsion_design_conf.xml
+++ b/propulsion_design/propulsion_design_conf.xml
@@ -40,10 +40,10 @@
 			<value>propulsion_design.log</value>
 		</log_file>
         <inkscape_path description="Path to the inkscape application ('DEFAULT': Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
         <gnuplot_path description="Path to the gnuplot application ('DEFAULT': Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
     </control_settings>
 	<program_settings description="Settings specific to engineSizing.">
@@ -121,7 +121,7 @@
 					</BPR>
 				</Empirical>
 				<Rubber description="Settings for rubber engine designer. Selector: PW1127G-JM / V2527-A5">
-                    <engine_model><value>PW1127G-JM</value></engine_model>
+                    <engine_model><value>PW1127G-JM_mod</value></engine_model>
                 </Rubber>
 				<GasTurb description="Settings for gasTurb interface engine designer">
 				</GasTurb>
diff --git a/propulsion_design/src/engine_design/engine_design.cpp b/propulsion_design/src/engine_design/engine_design.cpp
index 34075efc3ae3e4f2bcf87c7f05d2a65a156ce943..7f073647c2338cbf2f88cf13273c7ccb1b195e93 100644
--- a/propulsion_design/src/engine_design/engine_design.cpp
+++ b/propulsion_design/src/engine_design/engine_design.cpp
@@ -63,7 +63,6 @@ namespace design
                     });
                 file << '\n';
             }
-            file << '\n';
         }
 
         /* Close the file */
diff --git a/propulsion_design/src/engine_design/rubber/rubber_design.cpp b/propulsion_design/src/engine_design/rubber/rubber_design.cpp
index ce38501493e29758966b62fc7dabfb816129a98e..cc7a795576af1cce261e57f6a67aa3c1ea92d22d 100644
--- a/propulsion_design/src/engine_design/rubber/rubber_design.cpp
+++ b/propulsion_design/src/engine_design/rubber/rubber_design.cpp
@@ -40,19 +40,22 @@ namespace design
 
         /* Check whether the engine efficiency technology factor is 1.0 */
         const auto efficiency_factor = static_cast<float>(
-            this->configuration()->at(
-                "module_configuration_file/program_settings/technology_factors/engine_efficiency/value"));
+        this->configuration()->at(
+            "module_configuration_file/program_settings/technology_factors/engine_efficiency/value"));
+    
+        std::filesystem::path path_to_csv = EngineDesigner::engine_database(); 
+        std::string engine_name = this->configuration()->at("module_configuration_file/program_settings/propulsion/engine/Rubber/engine_model/value");
+        std::string added_path = (std::filesystem::path(path_to_csv) / engine_name / engine_name).string();
+        DeckData deck_data = DeckData::from_csv(added_path.append("_WF.csv"));
+
+        DeckData deck_data_scaled = EngineDesigner::scale_deck_data_values(deck_data, EngineDesigner::technology_factor("engine_efficiency"));    
+        EngineDesigner::write_deck_value(deck_data_scaled, engine_name);
         if (std::abs(efficiency_factor - 1.0) > 1e-6)
         {
-            std::filesystem::path path_to_csv = EngineDesigner::engine_database(); 
-            std::string engine_name = this->configuration()->at("module_configuration_file/program_settings/propulsion/engine/Rubber/engine_model/value");
-            std::string added_path = (std::filesystem::path(path_to_csv) / engine_name / engine_name).string();
-            DeckData deck_data = DeckData::from_csv(added_path.append("_WF.csv"));
-
-            DeckData deck_data_scaled = EngineDesigner::scale_deck_data_values(deck_data, EngineDesigner::technology_factor("engine_efficiency"));    
-            EngineDesigner::write_deck_value(deck_data_scaled, engine_name);
+            /* Print information only when the deck was manipulated */
             utility::print(std::format(
-                "Design with engine efficiency factor = {:.2f}", efficiency_factor), Level::Info);
+                "Engine efficiency manipulated using the efficiency factor = {:1.2f} ",
+                efficiency_factor), Level::Out);
         }
 
         /* Loop through all propulsion settings */
@@ -250,7 +253,6 @@ namespace design
             std::back_inserter(engine_names));
 
         /* Find the minimum deviation to the required thrust of the engines */
-        /** @todo Is the SLST the correct requirement here? */
         const auto best_engine = std::ranges::min_element(
             engine_names,
             [&database, &thrust_required](const auto &lhs, const auto &rhs)
diff --git a/propulsion_design/src/engine_design/rubber/rubber_design.h b/propulsion_design/src/engine_design/rubber/rubber_design.h
index 2e589b00212216712df431faf95ed09ba15466b5..b1423ed40b17c09a7f893fd93f2f9ebe3fa8749e 100644
--- a/propulsion_design/src/engine_design/rubber/rubber_design.h
+++ b/propulsion_design/src/engine_design/rubber/rubber_design.h
@@ -73,7 +73,9 @@ namespace design
          *
          * @param engine The engine to design.
          */
-        void operator()(Turbofan<EnergyCarrier::Kerosene> &engine) final; // NOLINT runtime/references
+        void operator()(Turbofan<EnergyCarrier::Kerosene> &engine); // NOLINT runtime/references
+
+        void operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen> &engine); // NOLINT runtime/references
 
     private:
         /* === Methods === */
diff --git a/propulsion_design/src/engine_design/rubber/turbofan.cpp b/propulsion_design/src/engine_design/rubber/turbofan.cpp
index b2b66387e1cac1077f2448db1b812aa9ce6813fd..608b8b59eabbe2a15ce3503f9367c345a127bbaa 100644
--- a/propulsion_design/src/engine_design/rubber/turbofan.cpp
+++ b/propulsion_design/src/engine_design/rubber/turbofan.cpp
@@ -87,6 +87,69 @@ namespace design
         /* At this point the engine was successfully sized */
         this->add_designed_engine(engine.model());
 
+        /* Print information */
+        utility::print(std::format(
+            "Designed engine: {} with thrust = {:6.2f} kN, mass = {:5.1f} kg, scale = {:1.2f}",
+            engine.model(), engine.required_thrust() / 1000, engine_mass.mass, engine.scale()), Level::Out);
+    }
+
+    void Rubber::operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen> &engine)
+    {
+        /* Check whether the engine model is preselected */
+        auto model_preselected = this->preselected_engine(engine.id());
+        if (model_preselected.has_value())
+        {
+            engine.set_model(*model_preselected);
+        }
+        else
+        {
+            /** @todo Should this selection always take place or should we stick to the selection
+             * in the following iteration loops even if there is a better fitting engine now?
+             */
+            engine.set_model(this->select_engine(engine.required_thrust()));
+        }
+
+        /* Get the engine data from the project or database directory */
+        const EngineData engine_data =
+            io::load_engine_data(engine.model(),
+                { this->engine_directory(), this->engine_database() });
+
+        /* Scale the engine */
+
+        /* Load the unscaled engine */
+        auto engine_unscaled = io::load_engine_scaled(
+            engine.model(),
+            1,
+            { this->engine_directory(),
+             this->engine_database() });
+
+        /* Get the unscaled SLST value from the deck values as the highest N1 at SLS */
+        engine_unscaled.calculate_N1_with_penalties(0, 0, this->flight_condition().ambiance, 1.0, "takeoff", 0, 0);
+
+        /* Scale the engine */
+        engine.set_scale(
+            engine.required_thrust() > 0.0 ? engine.required_thrust() / engine_unscaled.get_thrust() : 1.0); // engine_unscaled.get_thrust()
+
+        /* Set and sale the parameters according to Ray12 p. 285 */
+        engine.set_dimension({ engine_data.dimensions().height * std::pow(engine.scale(), 0.5),
+                              engine_data.dimensions().width * std::pow(engine.scale(), 0.5),
+                              engine_data.dimensions().length * std::pow(engine.scale(), 0.4) });
+        engine.set_fan({ engine_data.dimensions().diameter * std::pow(engine.scale(), 0.5) });
+
+        /* Set the engine mass */
+        PointMass engine_mass;
+        engine_mass.mass = std::pow(engine.scale(), 1.1) * engine_data.dry_mass(); // Ray12 p. 285
+        engine_mass.mass *= this->technology_factor("engine_mass"); // Apply the technology factor
+        engine.set_pointmass(Component::Engine, engine_mass);
+
+        /* Set the bucket point of the engine */
+        engine.set_bucket_point(
+            this->calculate_bucket_point(engine)
+        );
+
+        /* At this point the engine was successfully sized */
+        this->add_designed_engine(engine.model());
+
         /* Print debug information */
         utility::print(std::format(
             "Designed engine: {} with thrust = {:6.2f} kN, mass = {:5.1f} kg, scale = {:1.2f}",
diff --git a/propulsion_design/src/integration/default/default_integration.h b/propulsion_design/src/integration/default/default_integration.h
index 288ada319b727e121ef366caf2b023ce50594694..051b777c1ffedecd3c7850dc8453e3fc96e36ce8 100644
--- a/propulsion_design/src/integration/default/default_integration.h
+++ b/propulsion_design/src/integration/default/default_integration.h
@@ -72,7 +72,9 @@ namespace design
              *
              * @param engine The engine to integrate.
              */
-            void operator()(Turbofan<EnergyCarrier::Kerosene> &engine) final; // NOLINT runtime/references
+            void operator()(Turbofan<EnergyCarrier::Kerosene> &engine); // NOLINT runtime/references
+
+            void operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen>& engine); // NOLINT runtime/references
 
           private:
             /* === Methods === */  
@@ -86,10 +88,21 @@ namespace design
              *
              * @param engine The engine to integrate.
              */
-            void integrate_into_wing(Turbofan<EnergyCarrier::Kerosene> &engine); // NOLINT runtime/references
-            void integrate_into_fuselage(Turbofan<EnergyCarrier::Kerosene> &engine); // NOLINT runtime/references
-            void integrate_into_empennage(Turbofan<EnergyCarrier::Kerosene> &engine); // NOLINT runtime/references
-            void guess_position(Turbofan<EnergyCarrier::Kerosene> &engine); // NOLINT runtime/references
+            
+            template <EnergyCarrier EC>
+            void integrate_into_wing(Turbofan<EC> &engine); // NOLINT runtime/references
+
+            template <EnergyCarrier EC>
+            void integrate_into_fuselage(Turbofan<EC> &engine); // NOLINT runtime/references
+
+            template <EnergyCarrier EC>
+            void integrate_into_empennage(Turbofan<EC> &engine); // NOLINT runtime/references
+
+            template <EnergyCarrier EC>
+            void guess_position(Turbofan<EC> &engine); // NOLINT runtime/references
+
+            template <EnergyCarrier EC>
+            void turbofan_method(Turbofan<EC>& engine); // NOLINT runtime/references
 
             /**
              * @brief Calculate the engine span location on the wing
diff --git a/propulsion_design/src/integration/default/turbofan.cpp b/propulsion_design/src/integration/default/turbofan.cpp
index 44dd0f64c99b59b1897292e3749e33535ab1b142..c01bb08316204285bbd61d17a6746db57a934ea6 100644
--- a/propulsion_design/src/integration/default/turbofan.cpp
+++ b/propulsion_design/src/integration/default/turbofan.cpp
@@ -47,7 +47,8 @@ namespace design
                 {Parent::Empennage, Lateral::Mid, Longitudinal::Front, Vertical::In}};
         } // namespace detail
 
-        void Default::operator()(Turbofan<EnergyCarrier::Kerosene> &engine)
+        template <EnergyCarrier EC>
+        void Default::turbofan_method(Turbofan<EC> &engine)
         {
             /* Check whether the parent component is supported */
             if (!detail::supported_parents.contains(engine.parent_component()))
@@ -87,7 +88,8 @@ namespace design
             this->parents_placed.insert(engine.parent_component());
         }
 
-        void Default::integrate_into_wing(Turbofan<EnergyCarrier::Kerosene> &engine)
+        template <EnergyCarrier EC>
+        void Default::integrate_into_wing(Turbofan<EC> &engine)
         {
             /*
              * => This method follows the procedure described in \cite Ata10
@@ -153,7 +155,7 @@ namespace design
                 geom2::Vector_3{0.25 * wing_chord, 0, 0};
 
             /* Wing local x position of engine */
-            const double chord_engine = -0.1 * wing_chord; // \cite Ata10 p. 48f
+            const double chord_engine = -0.9 * wing_chord + geom2::measure::offset_LE(wing, span_engine).x(); // \cite Ata10 p. 48f
 
             /* Wing local y position of engine */
             const double height_engine = wing_quarter.y() -
@@ -176,7 +178,8 @@ namespace design
             ++this->engines_done.wing;
         }
 
-        void Default::integrate_into_fuselage(Turbofan<EnergyCarrier::Kerosene> &engine)
+        template <EnergyCarrier EC>
+        void Default::integrate_into_fuselage(Turbofan<EC> &engine)
         {
             /*
              * => This method follows the procedure described in \cite Ata10
@@ -231,7 +234,8 @@ namespace design
             ++this->engines_done.fuselage;
         }
 
-        void Default::integrate_into_empennage(Turbofan<EnergyCarrier::Kerosene> &engine)
+        template <EnergyCarrier EC>
+        void Default::integrate_into_empennage(Turbofan<EC> &engine)
         {
             /* Get the first empennage surface */
             /** @fixed Make the selection which empennage surface to integrate the engine into a bit smarter. */
@@ -271,7 +275,8 @@ namespace design
             ++this->engines_done.empennage;
         }
 
-        void Default::guess_position(Turbofan<EnergyCarrier::Kerosene> &engine)
+        template <EnergyCarrier EC>
+        void Default::guess_position(Turbofan<EC> &engine)
         {
             /* Guess the position of the engine based on their parent component */
             switch (std::get<Parent>(engine.parent_component()))
@@ -296,7 +301,7 @@ namespace design
             /* How many engines on the wing */
             if (this->n_engines_.wing == 2)
             {
-                return 0.95 * (width_fuselage / 2 +
+                return 0.95 * (width_fuselage / 2.0 +
                                1.3 * diameter_engine_max +
                                0.5 * diameter_engine_max); // \cite Ata10 p. 52, 0.95 additional factor
             }
@@ -307,14 +312,25 @@ namespace design
                  */
                 if (is_outer)
                 {
-                    return 0.64 * wing_span / 2; // \cite Ata10 p. 83
+                    return 0.64 * wing_span / 2.0; // \cite Ata10 p. 83
                 }
-                return (0.9 / 4) * (0.64 * wing_span +
+                return (0.9 / 4.0) * (0.64 * wing_span +
                                     width_fuselage -
                                     diameter_engine_max); // \cite Ata10 p. 94, 0.9 additional factor
             }
             /* Not a valid engine on the wing count */
             throw std::runtime_error("[design::integrator::Default] The number of engines on the wing is not valid.");
         }
+
+        void Default::operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen>& engine)
+        {
+            turbofan_method(engine);
+        };
+
+        void Default::operator()(Turbofan<EnergyCarrier::Kerosene>& engine)
+        {
+            turbofan_method(engine);
+        };
+
     } // namespace integration
 } // namespace design
diff --git a/propulsion_design/src/mass/default/default_mass.h b/propulsion_design/src/mass/default/default_mass.h
index 30890b9d17180266e18f489dee8cf9d9b54f8385..9b0e1437c559cb2fa5d8447b2278b45bacc57bf9 100644
--- a/propulsion_design/src/mass/default/default_mass.h
+++ b/propulsion_design/src/mass/default/default_mass.h
@@ -50,7 +50,12 @@ public:
      *
      * @param engine The engine to analyze the mass for.
      */
-    void operator() (Turbofan<EnergyCarrier::Kerosene>& engine) override;
+    template <EnergyCarrier EC>
+    void turbofan_method(Turbofan<EC>& engine);
+
+    void operator() (Turbofan<EnergyCarrier::Kerosene>& engine);
+
+    void operator() (Turbofan<EnergyCarrier::Liquid_Hydrogen> &engine);
 };
 }; // namespace mass
 
diff --git a/propulsion_design/src/mass/default/turbofan.cpp b/propulsion_design/src/mass/default/turbofan.cpp
index feb08222eb73716980a10a7f541234df30216fef..3ab181ac945abffdd28aa726715e408cd905c2ec 100644
--- a/propulsion_design/src/mass/default/turbofan.cpp
+++ b/propulsion_design/src/mass/default/turbofan.cpp
@@ -141,7 +141,8 @@ auto calculate_pylon_inertia(const geom2::MultisectionSurface<geom2::AirfoilSect
     return inertia_tensor;
 }
 
-void Default::operator()(Turbofan<EnergyCarrier::Kerosene>& engine)
+template <EnergyCarrier EC>
+void Default::turbofan_method(Turbofan<EC>& engine)
 {
     const double thrust = engine.required_thrust();
     Dimension_3 dimension_engine = engine.dimension();
@@ -178,4 +179,15 @@ void Default::operator()(Turbofan<EnergyCarrier::Kerosene>& engine)
     }
 
 }
+
+void Default::operator()(Turbofan<EnergyCarrier::Kerosene>& engine)
+{
+    turbofan_method(engine);
+}
+
+void Default::operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen>& engine)
+{
+    turbofan_method(engine);
+}
+
 } //namespace mass
diff --git a/propulsion_design/src/nacelle/default/default_nacelle.h b/propulsion_design/src/nacelle/default/default_nacelle.h
index 7d264af8f75aa2f77a85ad22573bfb2f646639bc..cba6f5eadb29c2f3e2b1c5ffca35514ea0573ff1 100644
--- a/propulsion_design/src/nacelle/default/default_nacelle.h
+++ b/propulsion_design/src/nacelle/default/default_nacelle.h
@@ -62,7 +62,11 @@ namespace geometry
              *
              * @param engine The engine to design the geometry for.
              */
-            void operator()(Turbofan<EnergyCarrier::Kerosene> &engine) override;
+            void operator()(Turbofan<EnergyCarrier::Kerosene> &engine);
+            void operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen>& engine);
+
+            template <EnergyCarrier EC>
+            void turbofan_method(Turbofan<EC>& engine);
 
           private:
             /* === Methods === */
diff --git a/propulsion_design/src/nacelle/default/turbofan.cpp b/propulsion_design/src/nacelle/default/turbofan.cpp
index 729a0b01bf2de70aff085f8e6dfcee7a7a7a9dd4..f04faf27c96cc44385d730dbae877749017ffbe3 100644
--- a/propulsion_design/src/nacelle/default/turbofan.cpp
+++ b/propulsion_design/src/nacelle/default/turbofan.cpp
@@ -30,7 +30,8 @@ namespace geometry
 {
     namespace nacelle
     {
-        void Default::operator()(Turbofan<EnergyCarrier::Kerosene> &engine)
+        template <EnergyCarrier EC>
+        void Default::turbofan_method(Turbofan<EC> &engine)
         {
             /* Initialize the surface and its builder */
             geom2::MultisectionSurface<geom2::PolygonSection> surface{};
@@ -74,5 +75,16 @@ namespace geometry
             surface.sections = builder.get_result();
             engine.set_nacelle(surface);
         }
+
+        void Default::operator()(Turbofan<EnergyCarrier::Kerosene>& engine) 
+        {
+            turbofan_method(engine);
+        };
+
+        void Default::operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen>& engine)
+        {
+            turbofan_method(engine);
+        };
+
     } // namespace nacelle
 } // namespace geometry
diff --git a/propulsion_design/src/propulsion_design.cpp b/propulsion_design/src/propulsion_design.cpp
index e1e4eeb8d195154909b08953b8202e1e482f3c6a..1a59fae6d16c8bc7c60d054ef2601521c8ab967e 100644
--- a/propulsion_design/src/propulsion_design.cpp
+++ b/propulsion_design/src/propulsion_design.cpp
@@ -53,6 +53,11 @@ void PropulsionDesign::initialize()
     utility::print("Creating the propulsors as specified in the requirements.");
     this->create_propulsors();
 
+    utility::print("Sorting the inputs", Level::Debug);
+    this->sort_propulsors();
+
+    this->check_validity();
+
     /* Set the different design domain strategies */
     utility::print("Setting the design domain strategies.");
     this->select_engine_designer();
@@ -76,21 +81,29 @@ void PropulsionDesign::run()
     utility::print("Running the design domain strategies.");
     for (auto &engine : this->engines)
     {
-        utility::print("Sizing the engine...", Level::Debug);
+        utility::print("Sizing the engine...", Level::Out);
         std::visit(*this->engine_designer, engine);
-        utility::print("Sizing the nacelle...", Level::Debug);
+        utility::print("Sizing the nacelle...", Level::Out);
         std::visit(*this->nacelle_designer, engine);
-        utility::print("Placing the engine...", Level::Debug);
+        utility::print("Placing the engine...", Level::Out);
         std::visit(*this->propulsion_integrator, engine);
-        utility::print("Sizing the pylon...", Level::Debug);
+        utility::print("Sizing the pylon...", Level::Out);
         std::visit(*this->pylon_designer, engine);
-        utility::print("Analyzing the engine mass...", Level::Debug);
+        utility::print("Analyzing the engine mass...", Level::Out);
         std::visit(*this->mass_analyzer, engine);
     }
+    this->check_validity();
 };
 
 void PropulsionDesign::update()
 {
+    int i = 0;
+    while (i < this->engines.size()) {
+        std::swap(this->engines[i], this->engines[this->swapped_order[i]]);
+        std::swap(this->swapped_order[i], this->swapped_order[this->swapped_order[i]]);
+        i++;
+    };
+
     /* Update the aircraft exchange data */
     utility::print("Updating the aircraft exchange data.");
     io::AircraftXML xml(this->aircraft_xml);
@@ -242,11 +255,45 @@ void PropulsionDesign::select_engine_designer()
 
 void PropulsionDesign::select_propulsion_integrator()
 {
+    /* Countif here */
+    const int n_wing_mounted = count_if(this->engines.begin(), this->engines.end(), [](const auto& engine) {
+        auto parent_comp = std::visit(
+            [](const auto& engine)
+            {
+                /* Return the parent component */
+                return std::get<Parent>(engine.parent_component());
+            },
+            engine);
+        return parent_comp == Parent::Wing;
+        });
+
+    const int n_fuselage_mounted = count_if(this->engines.begin(), this->engines.end(), [](const auto& engine) {
+        auto parent_comp = std::visit(
+            [](const auto& engine)
+            {
+                /* Return the parent component */
+                return std::get<Parent>(engine.parent_component());
+            },
+            engine);
+        return parent_comp == Parent::Fuselage;
+        });
+
+    const int n_empennage_mounted = count_if(this->engines.begin(), this->engines.end(), [](const auto& engine) {
+        auto parent_comp = std::visit(
+            [](const auto& engine)
+            {
+                /* Return the parent component */
+                return std::get<Parent>(engine.parent_component());
+            },
+            engine);
+        return parent_comp == Parent::Empennage;
+        });
+
     /* Select the propulsion integrator */
     const std::string method(this->configuration_xml->at("module_configuration_file/program_settings/method/propulsion_integrator/value"));
     if (method == "Default")
         this->propulsion_integrator = std::make_unique<design::integration::Default>(
-            this->configuration_xml, this->aircraft_geometry, design::integration::Default::EngineCount{0, 2});
+            this->configuration_xml, this->aircraft_geometry, design::integration::Default::EngineCount{n_fuselage_mounted, n_wing_mounted, n_empennage_mounted});
     else
         throw std::runtime_error("[PropulsionDesign] The propulsion integrator method '" + method + "' is not supported.");
 
@@ -378,12 +425,15 @@ void PropulsionDesign::create_propulsors()
     EnergyCarriersMap energy_carriers_map = utility::create_energy_carrier_map(energy_carriers_node);
 
     /* Get the total required thrust of the aircraft */
-    /** @todo Is this approach robust enough? */
     const auto MTOM = EndnodeReadOnly<double>{"aircraft_exchange_file/analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass"}.read(*this->aircraft_xml);
     const auto thrust_to_weight = EndnodeReadOnly<double>{"aircraft_exchange_file/sizing_point/thrust_to_weight"}.read(*this->aircraft_xml);
     const double total_thrust_required = G_FORCE * MTOM.value() * thrust_to_weight.value(); // [N]
+    utility::print(std::format(
+        "Calculating the propulsors using the thurst-to-weight ratio: {:4.2f} with a MTOM: {:6.2f} kg comes to a total thrust: {:1.2f} kN", 
+        thrust_to_weight.value(), MTOM.value() ,total_thrust_required / 1000), Level::Out);
+
 
-    /* Read the offtake requirements from systemsDesign */
+    /* Read the average offtake requirements from systemsDesign for the bucket curve */
     Offtakes offtakes{};
     const std::string offtake_base = "aircraft_exchange_file/component_design/systems/specific/average_";
     const auto bleed = this->aircraft_xml->find(offtake_base + "bleed_air_demand");
@@ -393,7 +443,7 @@ void PropulsionDesign::create_propulsors()
         offtakes.bleed_air = EndnodeReadOnly<double>{offtake_base + "bleed_air_demand"}.read(*this->aircraft_xml).value();
         offtakes.shaft_power = EndnodeReadOnly<double>{offtake_base + "power_demand"}.read(*this->aircraft_xml).value();
     } else {
-        utility::print("No offtake requirements found in the XML file. Using default values.", Level::Warning);
+        utility::print("No average offtake requirements found in the XML file. Using default values.", Level::Warning);
     }
 
     /* Create the engines */
@@ -416,7 +466,7 @@ auto PropulsionDesign::get_design_condition() const -> FlightCondition
     auto altitude = EndnodeReadOnly<double>{mission_base + "/initial_cruise_altitude"}.read(*this->aircraft_xml);
     auto isa = EndnodeReadOnly<double>{mission_base + "/delta_ISA"}.read(*this->aircraft_xml);
 
-    /* Create the atmosphere and add delta ISA */
+    /* Create the atmosphere and add delta ISA for bucket curve only */
     atmosphere atm{};
     atm.setAtmosphere(0, atm.T_0 + isa.value(), atm.p_0);
 
@@ -429,3 +479,109 @@ auto PropulsionDesign::get_design_condition() const -> FlightCondition
     /* Read the initial cruise values */
     return {atm, altitude.value(), mach.value()};
 }
+
+void PropulsionDesign::sort_propulsors()
+{
+    int n = this->engines.size();
+    std::vector<int> v(n);
+    iota(v.begin(), v.end(), 0);
+
+    const int n_wing_mounted = count_if(this->engines.begin(), this->engines.end(), [](const auto& engine) {
+        auto parent_comp = std::visit(
+            [](const auto& engine)
+            {
+                return std::get<Parent>(engine.parent_component());
+            },
+            engine);
+        return parent_comp == Parent::Wing;
+        });
+
+    if (n_wing_mounted > 2) {
+        int i = 0;
+        int m = 0;
+        for (auto& engine : this->engines)
+        {
+            auto parent_comp = std::visit(
+                [](const auto& engine)
+                {
+                    return std::get<Lateral>(engine.parent_component());
+                },
+                engine);
+            if (parent_comp == Lateral::Left) {
+                std::swap(this->engines[i], engine);
+                std::swap(v[m], v[i]);
+                i++;
+            }
+            m++;
+        }
+        int j = 0;
+        double temp_req_T = 0.0;
+        bool change = false;
+        m = 0;
+        for (auto& engine : this->engines)
+        {
+            auto required_thrust = std::visit(
+                [](const auto& engine)
+                {
+                    return engine.required_thrust();
+                },
+                engine);
+            if (j < i - 1 && temp_req_T < required_thrust && !change) {
+                std::swap(this->engines[j], engine);
+                std::swap(v[m], v[j]);
+                if (temp_req_T != 0.0) { j++; };
+                temp_req_T = required_thrust;
+            }
+            else if (m == i)
+            {
+                j = 0;
+                change = true;
+                temp_req_T = 0.0;
+            }
+            if (temp_req_T < required_thrust && change)
+            {
+                std::swap(this->engines[j + i], engine);
+                std::swap(v[m], v[i + j]);
+                if (temp_req_T != 0.0) { j++; };
+                temp_req_T = required_thrust;
+            };
+            m++;
+        }
+    };
+    this->swapped_order = v;
+}
+
+void PropulsionDesign::check_validity()
+{
+    const auto MTOM = EndnodeReadOnly<double>{ "aircraft_exchange_file/analysis/masses_cg_inertia/maximum_takeoff_mass/mass_properties/mass" }.read(*this->aircraft_xml);
+    const auto thrust_to_weight = EndnodeReadOnly<double>{ "aircraft_exchange_file/sizing_point/thrust_to_weight" }.read(*this->aircraft_xml);
+    const double total_thrust_required = G_FORCE * MTOM.value() * thrust_to_weight.value();
+
+    double total_thrust_actual = 0.0;
+    double total_moment = 0.0;
+    for (auto& engine : this->engines)
+    {
+        auto thrust_engine = std::visit(
+            [](const auto& engine)
+            {
+                return engine.required_thrust();
+            },
+            engine);
+        total_thrust_actual += thrust_engine;
+        auto moment_engine = std::visit(
+            [](const auto& engine)
+            {
+                return engine.required_thrust() * engine.position().y();
+            },
+            engine);
+        total_moment += moment_engine;
+    }
+    if (std::abs(total_thrust_actual - total_thrust_required) >= 10.0)
+    {
+        throw std::runtime_error("[PropulsionDesign] Total thrust share of engines is not equal to one.");
+    }
+    if (std::abs(total_moment) >= 10.0) 
+    {
+        throw std::runtime_error("[PropulsionDesign] Non-symmetrical thrust.");
+    }
+}
\ No newline at end of file
diff --git a/propulsion_design/src/propulsion_design.h b/propulsion_design/src/propulsion_design.h
index dba2eecd2f10d8dc6608c69c3d8330f3e5e1cd75..b2c46db02a04f38dee1f6493ad039cc9aa5db056 100644
--- a/propulsion_design/src/propulsion_design.h
+++ b/propulsion_design/src/propulsion_design.h
@@ -104,6 +104,13 @@ class PropulsionDesign : public Module
      */
     void create_propulsors();
 
+    /**
+     * @brief Sort the inputs to be correct for the calculation methodology in the tool
+     */
+    void sort_propulsors();
+
+    void check_validity();
+
     /**
      * @brief Get the design flight condition from the aircraft xml.
      * The condition is taken from the initial cruise condition.
@@ -130,6 +137,7 @@ class PropulsionDesign : public Module
     std::unique_ptr<mass::MassAnalyzer> mass_analyzer;                   /** [-] The mass analyzer. */
     geom2::Vector_3 reference_offset;                                    /** [m] The offset from the propulsion reference point to the aircraft origin. */
     report::Data report_data;                                            /** [-] The data for the report. */
+    std::vector<int> swapped_order = {};
 };
 
 #endif // SRC_PROPULSION_DESIGN_H_
diff --git a/propulsion_design/src/pylon/default/default_pylon.h b/propulsion_design/src/pylon/default/default_pylon.h
index 1d6216343d62195e365db87da007cb55db28c389..2f89a0a067423dc56f8993192c65e2880969b426 100644
--- a/propulsion_design/src/pylon/default/default_pylon.h
+++ b/propulsion_design/src/pylon/default/default_pylon.h
@@ -62,7 +62,11 @@ namespace geometry
              *
              * @param engine The engine to design the geometry for.
              */
-            void operator()(Turbofan<EnergyCarrier::Kerosene> &engine) override;
+            void operator()(Turbofan<EnergyCarrier::Kerosene> &engine);
+            void operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen> &engine);
+
+            template <EnergyCarrier EC>
+            void turbofan_method(Turbofan<EC> &engine);
 
             /**
              * @brief Initialize the default pylon geometry designer.
diff --git a/propulsion_design/src/pylon/default/turbofan.cpp b/propulsion_design/src/pylon/default/turbofan.cpp
index 8f9174d9bdfb270918980132475c52543a348161..c4048ae07c94e55b2bedc0736d7438075ea3b0b0 100644
--- a/propulsion_design/src/pylon/default/turbofan.cpp
+++ b/propulsion_design/src/pylon/default/turbofan.cpp
@@ -34,7 +34,8 @@ namespace geometry
 {
     namespace pylon
     {
-        void Default::operator()(Turbofan<EnergyCarrier::Kerosene> &engine)
+        template <EnergyCarrier EC>
+        void Default::turbofan_method(Turbofan<EC> &engine)
         {
             /* Check whether a pylon can be designed */
             if (
@@ -84,5 +85,15 @@ namespace geometry
             /* Add the pylon to the engine */
             engine.set_pylon(pylon);
         }
+
+        void Default::operator()(Turbofan<EnergyCarrier::Kerosene> &engine)
+        {
+            turbofan_method(engine);
+        };
+
+        void Default::operator()(Turbofan<EnergyCarrier::Liquid_Hydrogen> &engine)
+        {
+            turbofan_method(engine);
+        };
     } // namespace pylon
 } // namespace geometry
diff --git a/propulsion_design/src/utility.cpp b/propulsion_design/src/utility.cpp
index 94f168fd77d96fe7b02b9478405c48489888f530..eff7e45f861cfe69e44a8007ae2e4d4df86669d3 100644
--- a/propulsion_design/src/utility.cpp
+++ b/propulsion_design/src/utility.cpp
@@ -250,6 +250,9 @@ namespace utility
         /* Print the message */
         switch (level)
         {
+            case Level::Out:
+                myRuntimeInfo->out << message << std::endl;
+                break;
             case Level::Debug:
                 myRuntimeInfo->debug << message << std::endl;
                 break;
diff --git a/propulsion_design/src/utility.h b/propulsion_design/src/utility.h
index 47cca57b14c70dd614970dc68ad7e027ccd6e15d..a72d414a8a56abbec66da2906137f612c289c06f 100644
--- a/propulsion_design/src/utility.h
+++ b/propulsion_design/src/utility.h
@@ -37,6 +37,7 @@
  */
 enum class Level
 {
+    Out,
     Debug,
     Info,
     Warning,
diff --git a/systems_design/CMakeLists.txt b/systems_design/CMakeLists.txt
index e355f4bb48eecdb6355f4bd041c0e93850f3f9da..a5442ac73ed0cf63bdb44bf8092ba7aad8833bab 100644
--- a/systems_design/CMakeLists.txt
+++ b/systems_design/CMakeLists.txt
@@ -67,6 +67,7 @@ target_link_libraries(${MODULE_NAME}
 		UnicadoLibs::atmosphere
         UnicadoLibs::moduleBasics
         UnicadoLibs::engine
+        UnicadoLibs::energyCarriers
 )
 
 # Set the location where the executable will be placed to the current source directory
@@ -84,11 +85,17 @@ endif()
 
 # Add the installation rules
 install(TARGETS ${MODULE_NAME} DESTINATION ${MODULE_NAME})
-install(FILES
+if(WIN32)
+    install(FILES
             ${MODULE_NAME}_conf.xml 
             gmp-10.dll
             mpfr-6.dll
          DESTINATION ${MODULE_NAME})
+else()
+    install(FILES
+        ${MODULE_NAME}_conf.xml 
+        DESTINATION ${MODULE_NAME})
+endif()
 
 # Find and include all dependet libraries if dynamically linked
 if(BUILD_SHARED_LIBS)
diff --git a/systems_design/doc/content/software_architecture.md b/systems_design/doc/content/software_architecture.md
index 152703697619afc9829cd62c6be202a8adbf6196..814bcf2f901c449ea3772beabbd941c6dcc895ba 100644
--- a/systems_design/doc/content/software_architecture.md
+++ b/systems_design/doc/content/software_architecture.md
@@ -9,6 +9,8 @@ If a new aircraftSystem is implemented, its header file has to be included in `s
 #### Initialize
 The system design module starts with `standardSystemsDesign::initialize()` by initializing all aircraft systems using the user-provided data from the configuration file. The config file is read when the `data_` object is created. Additionally, required aircraft parameters from the aircraft exchange file are read. This includes geometry data (fuselage, nacelles, wing, empennage), propulsion data, mass and performance and accomodation data. This data are required for the power and mass calculations of specific systems. However, all data are read centrally by the `systemsIOData` class during initialization. Lastly checks for the user input and the geometry from the acxml are performed.
 
+**systems_design** considers the temperature offset to the International Standard Atmosphere (ISA) defined in the _acXML_. The resulting temperature changes in the atmospheric conditions are applied to the mission steps and affect the power demand and thus the mass properties of systems depending on atmospheric conditions ([environmental control system](\ref ATA21-ECS), [flight control system](\ref ATA27-flight-control), [ice and rain protection system](\ref ATA30-ice-conventional)).
+
 #### Run
 \anchor modes
 The strategy standard systems design contains three modes, which can be selected in the configuration file. The sizing mode calculates the required system power and based on that the system masses. The study and requirment mode can be used to calculate the required system power for different missions (either the study or requirments mission) and do not resize the systems (i.e., no mass calculation is performed).
diff --git a/systems_design/doc/content/systems.md b/systems_design/doc/content/systems.md
index 088d7a6a4ea7b0a8e0d90b2798156edf1e5e6388..a751cd8038fe09538b90c85608056fc40b1e57c9 100644
--- a/systems_design/doc/content/systems.md
+++ b/systems_design/doc/content/systems.md
@@ -217,7 +217,7 @@ There are two implemented models for the ice and rain protection system - a conv
 
 Mass is calculated as a percentage of the OME defined by the user.
 
-Anti-Icing is typically applied from the kink of the wing and ends at the outer most leading edge device. If there are no leading edge devices the anti-icing is applied up until the wing tip. The icing conditions are then calculated based on the design altitude and design mach number. If there are icing conditions the external heat flux is calculated based on the water catch, the external heat transfer coefficient, the vapour pressure and from that the skin temperature. The required bleed air mass flow can then be calculated with the external heat flux, the inner skin temperature, the bleed air temperature and the bleed air efficiency.
+Anti-Icing is typically applied from the kink of the wing and ends at the outer most leading edge device. If there are no leading edge devices the anti-icing is applied up until the wing tip. The system is design for the continuous maximum icing condition. The design altitude and design mach number are used to determine if there are icing conditions. The calculation of the liquid water content of the air is based on a method from CS-25 Appendix C (Figure 1). This method is valid between -30°C and 0°C. If the altitude's temperature lies outside of these boundaries (e.g. due to setting a delta temperature to the international standard atmosphere (ISA) in the _acXML_) the temperature is set to -30° or 0°, respectively. This ensures that the bleed air required by the anti-icing system is considered in the design loop. If there are icing conditions the external heat flux is calculated based on the water catch, the external heat transfer coefficient, the vapour pressure and from that the skin temperature. The required bleed air mass flow can then be calculated with the external heat flux, the inner skin temperature, the bleed air temperature, and the bleed air efficiency.
 
 **Required Input Parameters**
 
diff --git a/systems_design/src/aircraftSystem.cpp b/systems_design/src/aircraftSystem.cpp
index 0851459c4c2981f6890b74976beb89976dce2524..b7093359e39a031b54a8332422b56128ffc8845f 100644
--- a/systems_design/src/aircraftSystem.cpp
+++ b/systems_design/src/aircraftSystem.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "aircraftSystem.h"
 
 #include "systemsIOData.h"
diff --git a/systems_design/src/aircraftSystem.h b/systems_design/src/aircraftSystem.h
index 19a93ff9171bb59db55f8e708dfafa9b7915efba..c3026d910042b3d97467ba6a13872f186e29cb85 100644
--- a/systems_design/src/aircraftSystem.h
+++ b/systems_design/src/aircraftSystem.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEM_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEM_H_
 
diff --git a/systems_design/src/aircraftSystems/ATAXX.cpp b/systems_design/src/aircraftSystems/ATAXX.cpp
index ad084be52202aa9fbdf2a3b9a61aef3322bdc466..ce10a89c76d6376fdd7849891ca5b3d4a2c5c21d 100644
--- a/systems_design/src/aircraftSystems/ATAXX.cpp
+++ b/systems_design/src/aircraftSystems/ATAXX.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header files */
 #include "ATAXX.h"                                // Import of header file from src/aircraftSystems folder for ATAXX
diff --git a/systems_design/src/aircraftSystems/ATAXX.h b/systems_design/src/aircraftSystems/ATAXX.h
index d821bcdac4cc2c440f58e4d56e7c3601cd186246..697e3d16b085da0b26ba6ca4f3c5a5c93f8f8d68 100644
--- a/systems_design/src/aircraftSystems/ATAXX.h
+++ b/systems_design/src/aircraftSystems/ATAXX.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_ATAXX_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_ATAXX_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA21.cpp b/systems_design/src/aircraftSystems/conventionalATA21.cpp
index b09f99033a1267057e6fc62abe50d98a908155d4..7bafcedb614e447e75b707f6788230eb538a0f2e 100644
--- a/systems_design/src/aircraftSystems/conventionalATA21.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA21.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header files */
 #include "conventionalATA21.h"                                           // Import of header file from src/aircraftSystems folder for conventionalATA21
diff --git a/systems_design/src/aircraftSystems/conventionalATA21.h b/systems_design/src/aircraftSystems/conventionalATA21.h
index c060397aa23a8a8a12bbfa95d6fb6b7fb1c099ae..4003838c20da0c1fafd35c4bce98c7e118f4ef7d 100644
--- a/systems_design/src/aircraftSystems/conventionalATA21.h
+++ b/systems_design/src/aircraftSystems/conventionalATA21.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA21_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA21_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA24.cpp b/systems_design/src/aircraftSystems/conventionalATA24.cpp
index 1b4b4cfc2214b39827cd7f2fdcc37916851b420c..37024cb06a70fed2eabd7199a04da590c707991c 100644
--- a/systems_design/src/aircraftSystems/conventionalATA24.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA24.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header files */
 #include "conventionalATA24.h"                            // Import of header file from src/aircraftSystems folder for conventionalATA24
@@ -305,7 +310,7 @@ double conventionalATA24::getCableLength(const geom2::MultisectionSurface<geom2:
         /* Engines on the wing (symmetry) */
         if (Nacelles.at(i).name == "wing") {
             wingNacelle.push_back(Nacelles.at(i));
-        } else if (Nacelles.at(i).name == "fuselage") {
+        } else if (Nacelles.at(i).name == "fuselage" || Nacelles.at(i).name == "empennage") {
             /* Engines on the fuselage resp. vertical tail (no symmetry) */
             fuselageNacelle.push_back(Nacelles.at(i));
         } else {
diff --git a/systems_design/src/aircraftSystems/conventionalATA24.h b/systems_design/src/aircraftSystems/conventionalATA24.h
index 0c1015fcc6dd1e3e89aeac6c4a7d4f0003bc8b6f..3da0ccd9c03a7c04f8cf6b8cb6672548a9d22757 100644
--- a/systems_design/src/aircraftSystems/conventionalATA24.h
+++ b/systems_design/src/aircraftSystems/conventionalATA24.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA24_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA24_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA25.cpp b/systems_design/src/aircraftSystems/conventionalATA25.cpp
index de7cfe2148b8c28b26fd4321297e2512c0819ff7..33e594d915be7e3826d88b8e4a9f489f3663e16f 100644
--- a/systems_design/src/aircraftSystems/conventionalATA25.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA25.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header files */
 #include "conventionalATA25.h"                               // Import of header file from src/aircraftSystems folder for conventionalATA25
diff --git a/systems_design/src/aircraftSystems/conventionalATA25.h b/systems_design/src/aircraftSystems/conventionalATA25.h
index 7e112baf243f95ce2bc551354aa7a4f59fdcb8f2..2b3ca1a64aff78be6478f88625d86e5d88937f9a 100644
--- a/systems_design/src/aircraftSystems/conventionalATA25.h
+++ b/systems_design/src/aircraftSystems/conventionalATA25.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA25_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA25_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA26.cpp b/systems_design/src/aircraftSystems/conventionalATA26.cpp
index 53bada3246623bcbe9978b8513d431f8c8d979cd..886ca5cee83d0be7faf8267b4ddbc71f88ba7faa 100644
--- a/systems_design/src/aircraftSystems/conventionalATA26.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA26.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header files */
 #include "conventionalATA26.h"                                       // Import of header file from src/aircraftSystems folder for conventionalATA26
diff --git a/systems_design/src/aircraftSystems/conventionalATA26.h b/systems_design/src/aircraftSystems/conventionalATA26.h
index d12b15549f689a8d6c1dbca40102da494267ab7a..c87ac50dd7e46cffd0dd51775f29ab64ffa1fa9a 100644
--- a/systems_design/src/aircraftSystems/conventionalATA26.h
+++ b/systems_design/src/aircraftSystems/conventionalATA26.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA26_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA26_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA27.cpp b/systems_design/src/aircraftSystems/conventionalATA27.cpp
index 6b45e288058107e47c49977f5b49fac669cbf119..bd776e53edf393457e51f85ba9b8f666c588ac90 100644
--- a/systems_design/src/aircraftSystems/conventionalATA27.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA27.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "conventionalATA27.h"
 #include "highLiftSystem/highLiftSystem.h"
 #include <algorithm>
@@ -2256,6 +2262,7 @@ double conventionalATA27::getElevatorControlMass(std::vector<horizontalControlSu
         double MOA_m(data_->data.Performance.MOA); //in [m]
         double VMO_msTAS(0.);
         atmosphere theISA;
+        theISA.setAtmosphere(0., ISA_TEMPERATURE + data_->delta_ISA, ISA_PRESSURE);
         VMO_msTAS = std::min(convertUnit(MACH, TRUEAIRSPEED, MOA_m, theISA, data_->data.Performance.MMO),
                              convertUnit(CALIBRATEDAIRSPEED, TRUEAIRSPEED, MOA_m, theISA, data_->data.Performance.VMO));
         double VMO_ktTAS(convertUnit(METERPERSECOND, KNOTS, VMO_msTAS));
diff --git a/systems_design/src/aircraftSystems/conventionalATA27.h b/systems_design/src/aircraftSystems/conventionalATA27.h
index 75a37a1fc0b2b972c621151086cde0d3c35efbd7..e3b8559e5fe37da2cff9f1cef0e7a2e710763c41 100644
--- a/systems_design/src/aircraftSystems/conventionalATA27.h
+++ b/systems_design/src/aircraftSystems/conventionalATA27.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA27_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA27_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA28.cpp b/systems_design/src/aircraftSystems/conventionalATA28.cpp
index 73fea76137b2d3c2aa94860db432fa88511fd854..c4512db8368a7f1bec2afa75163fb946b3da9ac8 100644
--- a/systems_design/src/aircraftSystems/conventionalATA28.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA28.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header files */
 #include "conventionalATA28.h"                                       // Import of header file from src/aircraftSystems folder for conventionalATA28
diff --git a/systems_design/src/aircraftSystems/conventionalATA28.h b/systems_design/src/aircraftSystems/conventionalATA28.h
index f049269112c80dfcce39c9ebfb477da31aff651d..05453b653af5f51f42bb26523272b4a58bb8a6d4 100644
--- a/systems_design/src/aircraftSystems/conventionalATA28.h
+++ b/systems_design/src/aircraftSystems/conventionalATA28.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA28_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA28_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA29.cpp b/systems_design/src/aircraftSystems/conventionalATA29.cpp
index 60321bc98d73244df5b9f5cc3616e186e920d0f6..e58961caa273fef036d5b6958826e9c02d0ed7db 100644
--- a/systems_design/src/aircraftSystems/conventionalATA29.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA29.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header files */
 #include "conventionalATA29.h"                                // Import of header file from src/aircraftSystems folder for conventionalATA29
@@ -304,7 +309,7 @@ double conventionalATA29::getDuctingLength(const geom2::MultisectionSurface<geom
         /* Engines on the wing (symmetry) */
         if (Nacelles.at(i).name == "wing") {
             wingNacelle.push_back(Nacelles.at(i));
-        } else if (Nacelles.at(i).name == "fuselage") {
+        } else if (Nacelles.at(i).name == "fuselage" || Nacelles.at(i).name == "empennage") {
             /* Engines on the fuselage resp. vertical tail (no symmetry) */
             fuselageNacelle.push_back(Nacelles.at(i));
         } else {
diff --git a/systems_design/src/aircraftSystems/conventionalATA29.h b/systems_design/src/aircraftSystems/conventionalATA29.h
index 2ca63e30e2e319a7b7ce8789d5692aad76f37836..4573d063e098a8715713b7fb816ac604521b0b41 100644
--- a/systems_design/src/aircraftSystems/conventionalATA29.h
+++ b/systems_design/src/aircraftSystems/conventionalATA29.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA29_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA29_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA30.cpp b/systems_design/src/aircraftSystems/conventionalATA30.cpp
index 6626bb202d77c0646a8537060c9bc254dcb06145..17f8b6ccf667e183af4c6b91fcd735a240813fe7 100644
--- a/systems_design/src/aircraftSystems/conventionalATA30.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA30.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /* The following statements import necessary header file */
 #include "conventionalATA30.h"                                                   // Import of header file from src/aircraftSystems folder for conventionalATA30
diff --git a/systems_design/src/aircraftSystems/conventionalATA30.h b/systems_design/src/aircraftSystems/conventionalATA30.h
index 56f3d5c6046357a835909bb6e24fd6a6c92f15a7..69ce3a1b40f1f0666cd5ca3bd61766eaccbd5eac 100644
--- a/systems_design/src/aircraftSystems/conventionalATA30.h
+++ b/systems_design/src/aircraftSystems/conventionalATA30.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA30_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA30_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA32.cpp b/systems_design/src/aircraftSystems/conventionalATA32.cpp
index b3720a695aec49200692f1fe97ab21000a0231e6..f195478e0f79b214a0b928ad5022c0415ff8d1ea 100644
--- a/systems_design/src/aircraftSystems/conventionalATA32.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA32.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "conventionalATA32.h"
 
 #include <unitConversion/constants.h>
diff --git a/systems_design/src/aircraftSystems/conventionalATA32.h b/systems_design/src/aircraftSystems/conventionalATA32.h
index 7afe0d5aedb3b97b9d6339cbd5dc79ede42508bd..3cf592f57fe730b8d57d66b5cdda913cb3d41728 100644
--- a/systems_design/src/aircraftSystems/conventionalATA32.h
+++ b/systems_design/src/aircraftSystems/conventionalATA32.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA32_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA32_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA33.cpp b/systems_design/src/aircraftSystems/conventionalATA33.cpp
index c9c2bd29fbcaec97d72893a7a03d636096baf542..99d1540d199ded0c384e04d727dd4325e3ffb3eb 100644
--- a/systems_design/src/aircraftSystems/conventionalATA33.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA33.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "conventionalATA33.h"
 
 #include <runtimeInfo/runtimeInfo.h>
diff --git a/systems_design/src/aircraftSystems/conventionalATA33.h b/systems_design/src/aircraftSystems/conventionalATA33.h
index d2a03d91c5cece45b5f2e20812e4e72c51531064..75e56c64c2af5ac1dd02a2f19d3271708af9459d 100644
--- a/systems_design/src/aircraftSystems/conventionalATA33.h
+++ b/systems_design/src/aircraftSystems/conventionalATA33.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA33_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA33_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA35.cpp b/systems_design/src/aircraftSystems/conventionalATA35.cpp
index 358a1858c11e6f6e8efe95ae5ab93677d078d9ee..e2db95d2c82c23366ce720d9a4fbb4aea39e9580 100644
--- a/systems_design/src/aircraftSystems/conventionalATA35.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA35.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "conventionalATA35.h"
 
 #include <runtimeInfo/runtimeInfo.h>
diff --git a/systems_design/src/aircraftSystems/conventionalATA35.h b/systems_design/src/aircraftSystems/conventionalATA35.h
index bcab6fc2ca0cec62b3fe869c2261815952664781..d3231db1700f1a480f6215df1b4a4caa6ab61313 100644
--- a/systems_design/src/aircraftSystems/conventionalATA35.h
+++ b/systems_design/src/aircraftSystems/conventionalATA35.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA35_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA35_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA36.cpp b/systems_design/src/aircraftSystems/conventionalATA36.cpp
index 6da9e9a6754337ffdf32755cf006c29188a79ca2..08a2d24a556a437542d955e99177d4b8252cd7c8 100644
--- a/systems_design/src/aircraftSystems/conventionalATA36.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA36.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "conventionalATA36.h"
 
 #include <runtimeInfo/runtimeInfo.h>
@@ -136,7 +142,7 @@ double conventionalATA36::getMass() {
         /* Engines on the wing (symmetry) */
         if (Nacelles.at(i).name == "wing") {
             wingNacelle.push_back(Nacelles.at(i));
-        } else if (Nacelles.at(i).name == "fuselage") {
+        } else if (Nacelles.at(i).name == "fuselage" || Nacelles.at(i).name == "empennage") {
             /* Engines on the fuselage resp. vertical tail (no symmetry) */
             fuselageNacelle.push_back(Nacelles.at(i));
         } else {
diff --git a/systems_design/src/aircraftSystems/conventionalATA36.h b/systems_design/src/aircraftSystems/conventionalATA36.h
index 7ea6e4405039b0fe62f34398600840df80e4a82e..89bf71590d85873d616c70ee670de223865ba718 100644
--- a/systems_design/src/aircraftSystems/conventionalATA36.h
+++ b/systems_design/src/aircraftSystems/conventionalATA36.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA36_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA36_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA49.cpp b/systems_design/src/aircraftSystems/conventionalATA49.cpp
index 66fea4a12c78e4f819db04ef9f507eefbf70c2db..e5d4a7efdc339921cd2f1eadf955b3f61e9eebb5 100644
--- a/systems_design/src/aircraftSystems/conventionalATA49.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA49.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "conventionalATA49.h"
 
 #include <unitConversion/constants.h>
diff --git a/systems_design/src/aircraftSystems/conventionalATA49.h b/systems_design/src/aircraftSystems/conventionalATA49.h
index e0f6f4b73e73dd5ae71af0f73af416d063ccf483..cb44fe7d2acc037ad8b24c52cc747a8b029b9f7b 100644
--- a/systems_design/src/aircraftSystems/conventionalATA49.h
+++ b/systems_design/src/aircraftSystems/conventionalATA49.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA49_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA49_H_
 
diff --git a/systems_design/src/aircraftSystems/conventionalATA70.cpp b/systems_design/src/aircraftSystems/conventionalATA70.cpp
index 465518d71cf63822d0d9eadb9daabf5de7d0659c..cce9dbd1f97b3823c6a7027bef75dda452c28e70 100644
--- a/systems_design/src/aircraftSystems/conventionalATA70.cpp
+++ b/systems_design/src/aircraftSystems/conventionalATA70.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "conventionalATA70.h"
 
 #include <unitConversion/constants.h>
diff --git a/systems_design/src/aircraftSystems/conventionalATA70.h b/systems_design/src/aircraftSystems/conventionalATA70.h
index 04231b5390048f71e3c25a48e8d9effeb2d34964..e4a1b1bf639c267179ff1587fd00756e30f9fa70 100644
--- a/systems_design/src/aircraftSystems/conventionalATA70.h
+++ b/systems_design/src/aircraftSystems/conventionalATA70.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA70_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_CONVENTIONALATA70_H_
 
diff --git a/systems_design/src/aircraftSystems/electricATA30.cpp b/systems_design/src/aircraftSystems/electricATA30.cpp
index 836f692a6a9e315e717d35502b059b6f9d3a0601..187a540437c5b69071a4808dbb0f023efad06711 100644
--- a/systems_design/src/aircraftSystems/electricATA30.cpp
+++ b/systems_design/src/aircraftSystems/electricATA30.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "electricATA30.h"
 #include <unordered_map>
 #include <atmosphere/atmosphere.h>
diff --git a/systems_design/src/aircraftSystems/electricATA30.h b/systems_design/src/aircraftSystems/electricATA30.h
index b920400b8c7eae8fdd8e214dc5e850c2d0bd99c1..a26f17f40effd91465ca8d00ebc707664db554d7 100644
--- a/systems_design/src/aircraftSystems/electricATA30.h
+++ b/systems_design/src/aircraftSystems/electricATA30.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_ELECTRICATA30_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_ELECTRICATA30_H_
 
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.cpp b/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.cpp
index e2ec76eeabf7e76dd1d4af66968a04d8aa5ad075..4eff5adb06955df9da7c30d557abc5b2c18a734a 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.cpp
+++ b/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "ActuationAndSupport.h"
 
 #include <cmath>
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.h b/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.h
index fb781661e83a59b194c24ef7020a88d654dc6d37..519755dc806b7b7879c8e7dcb95ffb56db5806c0 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.h
+++ b/systems_design/src/aircraftSystems/highLiftSystem/ActuationAndSupport.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_ACTUATIONANDSUPPORT_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_ACTUATIONANDSUPPORT_H_
 
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.cpp b/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.cpp
index 0d42912062bd46d6a1cb38d15d34ef9c88838d2d..1162b161a7f8bdd11e502840787ad8ad2096b671 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.cpp
+++ b/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "PowerControlUnit.h"
 
 #include <cmath>
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.h b/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.h
index c7e009119d413921e1fd7c33945d4d3b424a0a5c..5511bcfcd0318cd2581c07a223a8a1fed69b43a9 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.h
+++ b/systems_design/src/aircraftSystems/highLiftSystem/PowerControlUnit.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_POWERCONTROLUNIT_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_POWERCONTROLUNIT_H_
 
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.cpp b/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.cpp
index f99d9e4b222d2b67fb2a1c5e6e42c78b5c4b4d96..6046c697ab55314d92da76e476ca8a51f8070197 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.cpp
+++ b/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "TransmissionShaft.h"
 
 #include <cmath>
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.h b/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.h
index 11975e6c99a25b4aeb98fedd40c2a579a093805c..f4d93a4570bb19171842174070ffc6a25ec1195c 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.h
+++ b/systems_design/src/aircraftSystems/highLiftSystem/TransmissionShaft.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_TRANSMISSIONSHAFT_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_TRANSMISSIONSHAFT_H_
 
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.cpp b/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.cpp
index c2363ce5d63d5d467d6b0f2163c1028201b7f148..02eb852e5f88bce704cd2026e175719fe3b4aa39 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.cpp
+++ b/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.cpp
@@ -1,20 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-//#include "../conventionalATA27.h"
 #include "highLiftSystem.h"
 
 #include <runtimeInfo/runtimeInfo.h>
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.h b/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.h
index 82b5bd2b14fcc335277d780aff77feb91f53af90..751a2c783236f9ad1f36f7bdd6dbd0a3a8396c5d 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.h
+++ b/systems_design/src/aircraftSystems/highLiftSystem/highLiftSystem.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_HIGHLIFTSYSTEM_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_HIGHLIFTSYSTEM_H_
 
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.cpp b/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.cpp
index a9301e9cd362cc5458f3770fa9aa1a92f4ddcae8..a8bd338b02ad54ee99f16877ba615042f8d1a521 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.cpp
+++ b/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "theGearboxes.h"
 
 #include <runtimeInfo/runtimeInfo.h>
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.h b/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.h
index e7d1e651c00a8cd2644cdace4c0091a94d6c0fd4..2874b2ee5235cb71efd92e31cb85281787a69cd9 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.h
+++ b/systems_design/src/aircraftSystems/highLiftSystem/theGearboxes.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_THEGEARBOXES_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_THEGEARBOXES_H_
 
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.cpp b/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.cpp
index 52daf6f100971299d72310ca3d8f5514aaad9587..dc33cc6584fef5f309fc2fc76d110a23e2c636d2 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.cpp
+++ b/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "theTorqueLimiters.h"
 
 #include <runtimeInfo/runtimeInfo.h>
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.h b/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.h
index eac09947b17edf87e60f3273ca187c6d475d6dfa..bda636d3aae702df23d38221f4ad6f36f721d6c1 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.h
+++ b/systems_design/src/aircraftSystems/highLiftSystem/theTorqueLimiters.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_THETORQUELIMITERS_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_THETORQUELIMITERS_H_
 
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.cpp b/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.cpp
index ae81274efa1a1911361b891065655c7ab21635c1..5308d103fcddaf9e3b453bc38dca7953441a2236 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.cpp
+++ b/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "wingTipBrakes.h"
 
 #include <cmath>
diff --git a/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.h b/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.h
index f3892829292aabc07466390c34da8c5132045e6d..b70821ff3bc87833fe3170fb837d2e71e954c44b 100644
--- a/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.h
+++ b/systems_design/src/aircraftSystems/highLiftSystem/wingTipBrakes.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_WINGTIPBRAKES_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_HIGHLIFTSYSTEM_WINGTIPBRAKES_H_
 
diff --git a/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.cpp b/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.cpp
index fc327952080ed1e0d83d08b6a572efc9c2c222e3..2a5d25a1e0dbb3a6e32c681e3d76ee0652fb08ea 100644
--- a/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.cpp
+++ b/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "liquidWaterContent.h"
 
 #include <cmath>
@@ -32,14 +38,20 @@ liquidWaterContent::~liquidWaterContent() {
 // ************************************************
 double liquidWaterContent::getLiquidWaterContentForMaximumIcing(double TemperatureCelsius, double dropDiameterMikroMeter, double cloudExtensionNauticalMiles) {
     bool LWC_Calc(true);
-    //Check of the temperature range
-    if (TemperatureCelsius < -30. || TemperatureCelsius > 0.) {
-        myRuntimeInfo->err << "Temperature outside the allowed range for determining the LWC according to CS-25 for max. continous icing conditions!" << std::endl;
-        myRuntimeInfo->err << "Allowed range: -30 deg C < T < 0 deg C" << std::endl;
-        myRuntimeInfo->err << "Temperature: T = " << TemperatureCelsius << " deg C" << std::endl;
-//        myRuntimeInfo->err << "Abort!" << std::endl;
-        LWC_Calc = false;
-        //exit(1);
+    //Check of the temperature range and adjust if out of range (this ensures that bleed air requirement of anti-icing is always considered)
+    if (TemperatureCelsius < -30.) {
+        myRuntimeInfo->warn << "The atmospheric temperature (" << TemperatureCelsius
+            << "°C) is out of bounds (-30°C to 0°C) for determining the liquid water content according to CS-25 for max. continuous icing condtions." << std::endl;
+        myRuntimeInfo->warn << "This is likely to the setting of delta_ISA." << std::endl;
+        myRuntimeInfo->warn << "To ensure that the bleed air demand of the anti-icing system is considered, the atmospheric temperature is set to -30°C." << std::endl;
+        TemperatureCelsius = -30.;
+    }
+    if (TemperatureCelsius > 0.) {
+        myRuntimeInfo->warn << "The atmospheric temperature (" << TemperatureCelsius
+            << "°C) is out of bounds (-30°C to 0°C) for determining the liquid water content according to CS-25 for max. continuous icing condtions." << std::endl;
+        myRuntimeInfo->warn << "This is likely to the setting of delta_ISA." << std::endl;
+        myRuntimeInfo->warn << "To ensure that the bleed air demand of the anti-icing system is considered, the atmospheric temperature is set to 0°C." << std::endl;
+        TemperatureCelsius = 0.;
     }
     //Checking the water droplet diameter range
     if (dropDiameterMikroMeter < 15. || dropDiameterMikroMeter > 40.) {
diff --git a/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.h b/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.h
index b00a7e1c16611c29732db96e090590d505a6d01c..4d4bd2bc396656ae150684730fc2ffcdac4137b5 100644
--- a/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.h
+++ b/systems_design/src/aircraftSystems/wingAntiIcing/liquidWaterContent.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_WINGANTIICING_LIQUIDWATERCONTENT_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_WINGANTIICING_LIQUIDWATERCONTENT_H_
 
diff --git a/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.cpp b/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.cpp
index fcf92ebb56995df62a65725f807d21750db7311b..8afab5749427c67ef2a631d8274d1167749b3383 100644
--- a/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.cpp
+++ b/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "wingAntiIcing.h"
 
 #include <numeric>
@@ -77,14 +83,22 @@ double wingAntiIcing::getMaxSegThickness(const geom2::MultisectionSurface<geom2:
 void wingAntiIcing::setPowerConsumption(double Mach, double Alt, atmosphere *theISA,
                                         double liquidWaterContent) {
     bool runCalc(false);
+    double temperature = theISA->getTemperature(Alt);//temperature at altitude
+    //check if temperature is within boundaries for liquid water content methodology (-30°C to 0°C)
+    //and set to boundary if out of bounds in accordance to liquid water content calculation
+    if (convertUnit(KELVIN, CELCIUS, temperature) < -30.) {
+        temperature = convertUnit(CELCIUS, KELVIN, -30.);
+    } else if (convertUnit(KELVIN, CELCIUS, temperature) > 0.) {
+        temperature = convertUnit(CELCIUS, KELVIN, 0.);
+    }
     //Pruefen ob nach SAE Vereisungsbedingungen vorliegen -> [Fre11]
     if (Alt <= convertUnit(NOPREFIX, FOOT, NOPREFIX, METER, 12000.) &&
-            theISA->getTemperature(Alt) >= 243.15 && theISA->getTemperature(Alt) <= STANDARD_TEMPERATURE
+            temperature >= 243.15 && temperature <= STANDARD_TEMPERATURE
             && liquidWaterContent > 0.) {
         runCalc = true;
     } else if (Alt >= convertUnit(NOPREFIX, FOOT, NOPREFIX, METER, 12000.) && Alt <= convertUnit(NOPREFIX, FOOT, NOPREFIX, METER, 22000.) &&
-               theISA->getTemperature(Alt) >= 243.15 &&
-               theISA->getTemperature(Alt) <= STANDARD_TEMPERATURE - 0.002 * convertUnit(NOPREFIX, METER, NOPREFIX, FOOT,
+               temperature >= 243.15 &&
+               temperature <= STANDARD_TEMPERATURE - 0.002 * convertUnit(NOPREFIX, METER, NOPREFIX, FOOT,
                                                                                          Alt - convertUnit(NOPREFIX, FOOT, NOPREFIX, METER, 12000.))
                && liquidWaterContent > 0.) {
         runCalc = true;
@@ -98,7 +112,7 @@ void wingAntiIcing::setPowerConsumption(double Mach, double Alt, atmosphere *the
         // Bestimmen der True Airspeed
         double TAS = convertUnit(NOPREFIX, METERPERSECOND, NOPREFIX, KNOTS,  Mach * theISA->getSpeedOfSound(Alt));  // kts
         double externalHeatTransferCoefficient(0.); /**< Thermal conductivity coefficient for heat transfer Profile surface -> air **/ //[Btu/(h * ft2 * Fahrenheit)]
-        double Tskin = (theISA->getTemperature(Alt)); //[K]
+        double Tskin = (temperature); //[K]
         externalHeatFlux.clear();
         TinnerSkin.clear();
         //Determination of heat flows etc. for the individual wing segments
@@ -113,7 +127,7 @@ void wingAntiIcing::setPowerConsumption(double Mach, double Alt, atmosphere *the
                 tempTskin = Tskin;
                 // Determination of the thermal conduction coefficient Tair -> surface
                 externalHeatTransferCoefficient = getExternalHeatTransferCoeff(theISA->getDensity(Alt), TAS, theWingSegments.at(i).segFrontSpar,
-                                                  theISA->getTemperature(Alt), Tskin);
+                                                  temperature, Tskin);
                 // Determination of the saturated steam pressure at surface temperature
                 double vapourPressureSkin = getVapourPressureSkin(totalWaterCatch, externalHeatTransferCoefficient,
                                      (theWingSegments.at(i).segIcingSurface /
@@ -126,7 +140,7 @@ void wingAntiIcing::setPowerConsumption(double Mach, double Alt, atmosphere *the
             externalHeatFlux.push_back(convertUnit(NOPREFIX, METER, NOPREFIX, FOOT, theWingSegments.at(i).segSpan)
                                        * getHeatFluxSkinToAir(totalWaterCatch, externalHeatTransferCoefficient,
                                                theWingSegments.at(i).segIcingSurface / convertUnit(NOPREFIX, METER, NOPREFIX, FOOT, theWingSegments.at(i).segSpan),
-                                               Tskin, theISA->getTemperature(Alt), Mach, theISA->getViscosity(Alt), enthalpyVapourization));
+                                               Tskin, temperature, Mach, theISA->getViscosity(Alt), enthalpyVapourization));
             //Source: Baehr and Stephan Heat and mass transfer
             TinnerSkin.push_back(((0.293 * externalHeatFlux.back()) * theSkinThickness)
                                  / (convertUnit(AREA, NOPREFIX, FOOT, NOPREFIX, METER, theWingSegments.at(i).segIcingSurface) * heatConductivity)
diff --git a/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.h b/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.h
index 443f191c98124658272922b326ad14d24f8172d7..066b4e766bba67193b07c757ff1344d684fc5fa2 100644
--- a/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.h
+++ b/systems_design/src/aircraftSystems/wingAntiIcing/wingAntiIcing.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
 #ifndef SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_WINGANTIICING_WINGANTIICING_H_
 #define SYSTEMS_DESIGN_SRC_AIRCRAFTSYSTEMS_WINGANTIICING_WINGANTIICING_H_
 
diff --git a/systems_design/src/geometricalFunctions.cpp b/systems_design/src/geometricalFunctions.cpp
index 7ef35ecf88a215c9584866cb79f78ed03fb1c600..333d6dc2c11a90ea6e326c3de3b3fc05769e6134 100644
--- a/systems_design/src/geometricalFunctions.cpp
+++ b/systems_design/src/geometricalFunctions.cpp
@@ -1,13 +1,25 @@
-/**
- * \file geometricalFunctions.cpp
- * \author 
- * \brief class for all geometrical functions
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "geometricalFunctions.h"
 
 #include <algorithm>
diff --git a/systems_design/src/geometricalFunctions.h b/systems_design/src/geometricalFunctions.h
index 22fd6346317af02062f9ec58238feee5e8c742ea..06f02065a4126fb45eee3f3ea4edcd75e316ef31 100644
--- a/systems_design/src/geometricalFunctions.h
+++ b/systems_design/src/geometricalFunctions.h
@@ -1,13 +1,25 @@
-/**
- * \file geometricalFunctions.h
- * \author 
- * \brief class for all geometrical functions
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_GEOMETRICALFUNCTIONS_H_
 #define SYSTEMS_DESIGN_SRC_GEOMETRICALFUNCTIONS_H_
 
diff --git a/systems_design/src/main.cpp b/systems_design/src/main.cpp
index 7609bb429cb475a290bfcb88f05b50981af734b5..64a7e30a2f5da8ef504c5f377b3a35a6a598f658 100644
--- a/systems_design/src/main.cpp
+++ b/systems_design/src/main.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 #include "toolinfo.h"
 #include "systemsDesign.h"
diff --git a/systems_design/src/massPropertiesIO.h b/systems_design/src/massPropertiesIO.h
index a82d35cc2163eacffdd7eb37409d7247d267e046..e99b9689ac8c48bf24a73217810d05554813c2f4 100644
--- a/systems_design/src/massPropertiesIO.h
+++ b/systems_design/src/massPropertiesIO.h
@@ -1,12 +1,23 @@
-/**
- * \file massPropertiesIO.h
- * \author Christopher Ruwisch (christopher.ruwisch@tu-berlin.de)
- * \brief Mass properties class
- * \version 0.1
- * \date 2023-11-09
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * @copyright Copyright (c) 2023
+ * Copyright (C) 2025 UNICADO consortium
  *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include <aixml/endnode.h>
diff --git a/systems_design/src/missionData.cpp b/systems_design/src/missionData.cpp
index 6ec59d47ea6d262f596d2e1a15b4703e0b87d9ab..c81c461a8560e5bb8d2a5547a92dc36030850cc2 100644
--- a/systems_design/src/missionData.cpp
+++ b/systems_design/src/missionData.cpp
@@ -1,12 +1,23 @@
-/**
- * \file missionData.cpp
- * \author 
- * \brief Class for data from mission xml
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include "missionData.h"
@@ -19,11 +30,17 @@
 
 missionData::missionData(const std::string& fileNameAndDir)
     :
-    missionFile(fileNameAndDir){
-    myRuntimeInfo->out << "Reading the Mission: " << fileNameAndDir << std::endl;
+    missionFile(fileNameAndDir) {}
+
+missionData::~missionData() {
+    //dtor
+}
+
+void missionData::readMission(double delta_ISA_value) {
+    myRuntimeInfo->out << "Reading the Mission: " << missionFile << std::endl;
     node& missionXML_tmp = aixml::openDocument(missionFile);
     missionUtilization = EndnodeReadOnly<double>("mission/number_of_pax").read(missionXML_tmp).value();
-    delta_ISA = 0.; //NOTE: All systems are sized and calculated for ISA conditions and not for the respective mission temperature
+    delta_ISA = delta_ISA_value;
     numberDepartureSteps = missionXML_tmp.getVector("mission/departure/departure_step").size();
     numberCruiseSteps = missionXML_tmp.getVector("mission/cruise/cruise_step").size();
     numberApproachSteps = missionXML_tmp.getVector("mission/approach/approach_step").size();
@@ -52,10 +69,6 @@ missionData::missionData(const std::string& fileNameAndDir)
     aixml::closeDocument(missionXML_tmp);
 }
 
-missionData::~missionData() {
-    //dtor
-}
-
 void missionData::getMissionSegment(const node& missionXML, std::string XML) {
     /* General parameters that are always available **/
     Steps.back().modeStep = EndnodeReadOnly<std::string>(XML + "/mode").read(missionXML).value();
diff --git a/systems_design/src/missionData.h b/systems_design/src/missionData.h
index b17bbb3fdfc73edd12c6b26d6a20559d5744e16a..cd0ecbdc72735d7f4bb907d3a9f798ee48bbe9b6 100644
--- a/systems_design/src/missionData.h
+++ b/systems_design/src/missionData.h
@@ -1,13 +1,25 @@
-/**
- * \file missionData.h
- * \author 
- * \brief Class for data from mission xml
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_MISSIONDATA_H_
 #define SYSTEMS_DESIGN_SRC_MISSIONDATA_H_
 
@@ -25,7 +37,7 @@ class missionData {
     std::string missionFile;/**< name and directory of the mission file*/
 
     int missionUtilization;/**< number of passengers on the specific mission */
-    double delta_ISA;/**< delta T to ISA conditions [K] */
+    double delta_ISA = 0.;/**< delta temperature to ISA conditions [K] */
 
     std::string missionPhase; /**<mission phase ("Departure", "Cruise", "Approach")  */
     atmosphere myISA;/**ISA atmosphere functions*/
@@ -95,6 +107,11 @@ class missionData {
      */
     bool check_file_for_offtakes(const node& mission_xml);
 
+    /** \brief reads mission steps from mission file and applying delta ISA
+     * \param delta_ISA_value percentage deviation from ISA
+     */
+    void readMission(double delta_ISA_value);
+
     explicit missionData(const std::string& fileNameAndDir);
     virtual ~missionData();
 
diff --git a/systems_design/src/powerProfile.cpp b/systems_design/src/powerProfile.cpp
index f7c3ad9a2b90678fe1b921e99c6f00f5b7af6a68..067d9507ded2adae47efe537edb60fa8330bbd44 100644
--- a/systems_design/src/powerProfile.cpp
+++ b/systems_design/src/powerProfile.cpp
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include "powerProfile.h"
 
 #include <cmath>
diff --git a/systems_design/src/powerProfile.h b/systems_design/src/powerProfile.h
index bc644f703f5c3ceca405e3c000db5ca73a76e9da..dab4a1311484d080235548c1662fdf1990bd90ad 100644
--- a/systems_design/src/powerProfile.h
+++ b/systems_design/src/powerProfile.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_POWERPROFILE_H_
 #define SYSTEMS_DESIGN_SRC_POWERPROFILE_H_
 
diff --git a/systems_design/src/standardConfig.cpp b/systems_design/src/standardConfig.cpp
index 3d958f184e2eae7fc4afa30b45840fe4775351e9..a7a027577c8e9438991b23a0cc8fc8e56b5b5a51 100644
--- a/systems_design/src/standardConfig.cpp
+++ b/systems_design/src/standardConfig.cpp
@@ -1,13 +1,25 @@
-/**
- * \file standardConfig.cpp
- * \author 
- * \brief standard systems design configuration class for reading from standardConf.xml 
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "standardConfig.h"
 #include <algorithm>
 #include <aixml/node.h>
diff --git a/systems_design/src/standardConfig.h b/systems_design/src/standardConfig.h
index a9d1df8acc1350f11cc68ccb9cca1e6d67e42a9b..f180171dce911f408a55bcbc51d0981be6311b81 100644
--- a/systems_design/src/standardConfig.h
+++ b/systems_design/src/standardConfig.h
@@ -1,13 +1,25 @@
-/**
- * \file standardConfig.h
- * \author 
- * \brief standard systems design configuration class for reading from standardConf.xml 
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_STANDARDCONFIG_H_
 #define SYSTEMS_DESIGN_SRC_STANDARDCONFIG_H_
 
@@ -186,7 +198,7 @@ class standardConfig {
     bool designCase = false;/**< Determine whether system architecture is also sized **/
     bool reqMission = false;/**< Determining the offtakes for Requirement Mission **/
 
-    double OpItemsFactor;/**< - Factor for Op. Items Masses **/
+    double OpItemsFactor;/**< [-] Scaling Factor for Op. Items Masses **/
 
     int numberOfVirtualSystems;/*number of virtual systems*/
     int numberOfConductors;/* number of conductor systems*/
diff --git a/systems_design/src/standardData.h b/systems_design/src/standardData.h
index 0d654b2b4b239f367b3f3e8119fcf697b80ff94a..caa904d81ace7a102e1c38d98234459a92faa2a6 100644
--- a/systems_design/src/standardData.h
+++ b/systems_design/src/standardData.h
@@ -1,13 +1,25 @@
-/**
- * \file standardData.h
- * \author 
- * \brief Mandatory Data to write to ACXML for different strategies
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_STANDARDDATA_H_
 #define SYSTEMS_DESIGN_SRC_STANDARDDATA_H_
 
diff --git a/systems_design/src/standardPlot.cpp b/systems_design/src/standardPlot.cpp
index 9651d2806ed5569694cd655f6b19f20e73885310..5a149e2c1a52af98f20966e2af4b83c1abab27ab 100644
--- a/systems_design/src/standardPlot.cpp
+++ b/systems_design/src/standardPlot.cpp
@@ -1,12 +1,23 @@
-/**
- * \file standardPlot.cpp
- * \author Ellen Seabrooke
- * \brief Standard systems design - plotting
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include <string>
@@ -18,7 +29,6 @@
 
 void standardSystemsDesign::generatePlotData() {
     if (data_->configuration.designCase) {
-        this->generatePlotMassBreakdown();
         this->generatePlotSystemsMass();
     }
     for (size_t n = 0; n < data_->Systems.energySink.size(); n++) {
@@ -41,59 +51,6 @@ void standardSystemsDesign::generatePlotData() {
     this->generatePlotEnergySinksMaxEnergy();
 }
 
-void standardSystemsDesign::generatePlotMassBreakdown() {
-    Plot MassBreakdownPlot(rtIO_, "systems_design_mass_breakdown");
-    std::ofstream plot;
-    std::string plotDataFile(rtIO_->getCsvFilesDir() + "/" + data_->configuration.theProgramName + "_mass_breakdown_plot.csv");
-    plot.open(plotDataFile.c_str());
-    if (!plot) {
-        myRuntimeInfo->err << std::string(data_->configuration.theProgramName) + "_mass_breakdown_plot.csv could not be opened!" << std::endl;
-        exit(1);
-    } else {
-        plot << "# " + win2lin(rtIO_->getCsvFilesDir()) + "/" + data_->configuration.theProgramName + "_mass_breakdown_plot.csv" << std::endl;
-        /* Adjust data structure: **/
-        plot << "# Mass Breakdown" << std::endl;
-        plot << "# (1)Component; (2) Mass [kg];" << std::endl;
-        plot << "OME; "         << data_->data.Mass.OME << std::endl;
-        plot << "MME; "         << data_->data.Mass.MME << std::endl;
-        plot << "Structure; "   << data_->data.Mass.Structure << std::endl;
-        plot << "Gear; "        << data_->data.Mass.Gear << std::endl;
-        plot << "Propulsion; "  << data_->data.Mass.totalGroupAllEngines << std::endl;
-        plot << "Systems; "     << data_->data.Mass.systemsGroup << std::endl;
-        plot << "not Alloc; "   << data_->data.Mass.notAllocatedSystems << std::endl;
-    }
-    plot.close();
-
-    std::vector<std::string> components = {"OME", "MME", "Structure", "Gear", "Propulsion", "Systems", "not Alloc"};
-    std::vector<double> masses = {
-        data_->data.Mass.OME,
-        data_->data.Mass.MME,
-        data_->data.Mass.Structure,
-        data_->data.Mass.Gear,
-        data_->data.Mass.totalGroupAllEngines,
-        data_->data.Mass.systemsGroup,
-        data_->data.Mass.notAllocatedSystems
-    };
-
-    // Plot with matplotplusplus
-    auto fig = matplot::figure(true);
-    auto ax = fig->current_axes();
-    ax->bar(masses);
-    ax->grid(true);
-
-    ax->title("Mass Breakdown");
-    ax->xlabel("Component");
-    ax->ylabel("Mass [kg]");
-    ax->x_axis().tickangle(45);
-    ax->x_axis().ticklabels(components);
-    ax->ylim({0, *max_element(masses.begin(), masses.end())});
-    ax->y_axis().tick_label_format("%1.0f");
-
-    // Save the plot
-    std::string plotFilePath = rtIO_->getPlotDir() + "/" + data_->configuration.theProgramName + "_mass_breakdown_plot.svg";
-    matplot::save(fig, plotFilePath);
-}
-
 void standardSystemsDesign::generatePlotSystemsMass() {
     std::ofstream plot;
     std::string plotDataFile(rtIO_->getCsvFilesDir() + "/" + data_->configuration.theProgramName + "_systems_mass_plot.csv");
diff --git a/systems_design/src/standardReport.cpp b/systems_design/src/standardReport.cpp
index 9ae4c8b5886aa0a364c7e688c94331f48ba6d64e..93f720b5fc13be3e65e541af29e9b27366da95fa 100644
--- a/systems_design/src/standardReport.cpp
+++ b/systems_design/src/standardReport.cpp
@@ -1,18 +1,31 @@
-/**
- * \file standardReport.cpp
- * \author 
- * \brief standard systems design report implementation (html and tex)
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "standardSystemsDesign.h"
 #include "toolinfo.h"
 #include <vector>
 
 void standardSystemsDesign::setHtmlBody() {
+      std::string plot_path = relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName;
       /* Add box data */
       report_.htmlReportStream() << "<div class=\"box data\">\n";
       /* Add headline Data*/
@@ -22,49 +35,6 @@ void standardSystemsDesign::setHtmlBody() {
       } else {
          report_.htmlReportStream() << "Analysis Mode" << std::endl;
       }
-/* Mass Breakdown Section */
-      /* Add headline */
-      report_.htmlReportStream() << "<h2>Mass Breakdown</h2>" << std::endl;
-      if (data_->configuration.designCase == true) {
-         report_.htmlReportStream() << "<div id=\"leftCol\">" << std::endl
-         //Table:
-                                    << "<table class=\"content-table\">\n" << std::endl
-                                    << "<caption> Aircraft Mass Breakdown </caption>\n"
-                                    << "<tr>" << std::endl
-                                    << std::setprecision(5) << "<td>OME</td><td>" << data_->data.Mass.OME << " kg</td><td>"
-                                    << "(Previous OME: " << data_->PreviousOME << " kg)" << "</td>" << std::endl
-                                    << "</tr>" << std::endl
-                                    << "<tr>" << std::endl
-                                    << "<td>MME</td><td>" << data_->data.Mass.MME << " kg</td><td>" "(Previous MME: " << data_->PreviousMME << " kg)" << "</td>" << std::endl
-                                    << "</tr>" << std::endl
-                                    << "<tr>" << std::endl
-                                    << "<td>+</td><td>Structures</td><td>" << data_->data.Mass.Structure <<
-                                       " kg</td><td>(Fuselage, Wing, Empennage, Landing Gear, Pylons)</td>" << std::endl
-                                    << "</tr>" << std::endl
-                                    << "<tr>" << std::endl
-                                    << "<td>+</td><td>Power Unit</td><td>" << data_->data.Mass.totalGroupAllEngines <<
-                                       " kg</td><td>(including Bleed Air System & Fuel System)</td>" << std::endl
-                                    << "</tr>" << std::endl
-                                    << "<tr>" << std::endl
-                                    << "<td>+</td><td>Systems Group</td><td>" << data_->data.Mass.systemsGroup << " kg</td>" << std::endl
-                                    << "</tr>" << std::endl
-                                    << "<tr>" << std::endl
-                                    << "<td>+</td><td>Furnishings Group</td><td>" << data_->data.Mass.furnishingsGroup << " kg</td>" << std::endl
-                                    << "</tr>" << std::endl
-                                    << "<tr>" << std::endl
-                                    << "<td>+</td><td>not Allocated</td><td>" << data_->data.Mass.notAllocatedSystems << " kg</td>" << std::endl
-                                    << "</tr>" << std::endl
-                                    << "</table>" << std::endl
-                                    << "</div>" << std::endl
-                                    << "<div id=\"rightCol\">" << std::endl
-         //Graphic:
-                                    << "<img class=\"image-plot\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                       "_MassBreakdown_plot.svg\">" << std::endl
-                                    << "</div>" << std::endl;
-      } else {
-         report_.htmlReportStream() << "<td>The program was run in analysis mode.</td>" << std::endl
-                                    << "<td>The masses were not redetermined!</td>" << std::endl;
-      }
       report_.htmlReportStream() << "<h2>Systems Masses</h2>" << std::endl;
       if (data_->configuration.designCase == true) {
          report_.htmlReportStream() << "<div id=\"leftCol\">" << std::endl
@@ -189,8 +159,7 @@ void standardSystemsDesign::setHtmlBody() {
                                     << "</div>" << std::endl
                                     << "<div id=\"rightCol\">" << std::endl
          //Graphic:
-                                    << "<img class=\"image-plot\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                       "_SystemsMass_plot.svg\">" << std::endl
+                                    << "<img class=\"image-plot\" src=\"" + plot_path + "_systems_mass_plot.svg\">" << std::endl
                                     << "</div>" << std::endl;
       } else {
          report_.htmlReportStream() << "<td>The program was run in analysis mode..</td>" << std::endl
@@ -205,17 +174,15 @@ void standardSystemsDesign::setHtmlBody() {
 //    report << "<h1>Mission: " << missionFile << "</h1>" << std::endl
                                  << "<h2>Required Power during the Mission</h2>" << std::endl
                                  << "<font size=\"-1\">Values at the end of the mission step are given in each case.</font>" << std::endl
-                                 << "<img class=\"image-plot\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                    "_MissionSteps_plot.svg\">" << std::endl
-                                 << "<img class=\"image-plot\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                    "_accumulatedPower_plot.svg\">" << std::endl
+                                 << "<img class=\"image-plot\" src=\"" + plot_path + "_mission_steps_plot.svg\">" << std::endl
+                                 << "<img class=\"image-plot\" src=\"" + plot_path + "_accumulated_power_plot.svg\">" << std::endl
                                  << "</div>" << std::endl
                                  << "<div id=\"rightCol\">" << std::endl
 /* Off-takes from energy sources */
                                  << "<h2>Power Off-takes</h2>" << std::endl;
       for (size_t n = 0; n < data_->Systems.energySource.size(); n++) {
-      report_.htmlReportStream() << "<img class=\"image-plot\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                    "_MissionPower_" + data_->Systems.energySource.at(n)->ATA + "_plot.svg\">" << std::endl;
+      report_.htmlReportStream() << "<img class=\"image-plot\" src=\"" + plot_path +
+                                    "_mission_power_" + data_->Systems.energySource.at(n)->ATA + "_plot.svg\">" << std::endl;
       }
       report_.htmlReportStream() << "<font size=\"-1\">APU is sized (only) for ground operations at gate (not visible in this mission).</font>" << std::endl
                                  << "</div>\n"
@@ -223,20 +190,20 @@ void standardSystemsDesign::setHtmlBody() {
 /* Mission power of energy conductors */
                                  << "<h2>Energy Conductors</h2>" << std::endl;
       for (size_t n = 0; n < data_->Systems.energyConductor.size(); n++) {
-         report_.htmlReportStream() << "<img class=\"ceras2Col\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                 "_MissionPower_" + data_->Systems.energyConductor.at(n)->ATA + "_plot.svg\">" << std::endl;
+         report_.htmlReportStream() << "<img class=\"ceras2Col\" src=\"" + plot_path +
+                                 "_mission_power_" + data_->Systems.energyConductor.at(n)->ATA + "_plot.svg\">" << std::endl;
       }
 /* Mission power of energy sinks */
       report_.htmlReportStream() << "<h2>Energy Sinks</h2>" << std::endl;
       for (size_t n = 0; n < data_->Systems.energySink.size(); n++) {
-      report_.htmlReportStream() << "<img class=\"ceras2Col\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                    "_MissionPower_" + data_->Systems.energySink.at(n)->ATA + "_plot.svg\">" << std::endl;
+      report_.htmlReportStream() << "<img class=\"ceras2Col\" src=\"" + plot_path +
+                                    "_mission_power_" + data_->Systems.energySink.at(n)->ATA + "_plot.svg\">" << std::endl;
       }
 /* Design Power Section */
       report_.htmlReportStream() << "<h2>Design Power: </h2>" << std::endl
                                  //<< "<div class=\"box plot\">\n"
-                                 << "<img class=\"ceras2Col\" src=\"" + relativePath(rtIO_->getPlotDir(), rtIO_->getReportDir()) + "/" + data_->configuration.theProgramName +
-                                    "_EnergySinksMaxEnergy_plot.svg\">" << std::endl
+                                 << "<img class=\"ceras2Col\" src=\"" + plot_path +
+                                    "_energy_sinks_max_energy_plot.svg\">" << std::endl
                                  << "</div>\n"
                                  << "<!-- ################################################################################################### -->" << std::endl;
 }
diff --git a/systems_design/src/standardSystemsDesign.cpp b/systems_design/src/standardSystemsDesign.cpp
index 910478f1fe45696d5104bf29b1f5165e3c064706..dcfa6b984978cea1769c10709baade43a21ac2ad 100644
--- a/systems_design/src/standardSystemsDesign.cpp
+++ b/systems_design/src/standardSystemsDesign.cpp
@@ -1,13 +1,25 @@
-/**
- * \file standardSystemsDesign.cpp
- * \author
- * \brief standard systems design strategy
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include <iostream>
 #include <memory>
 #include <string>
diff --git a/systems_design/src/standardSystemsDesign.h b/systems_design/src/standardSystemsDesign.h
index 37cacbe1e7c955739f9c808609cbbe3e0af8a6e3..eab937a5e37feee7780b7a0075ed35338ae176bd 100644
--- a/systems_design/src/standardSystemsDesign.h
+++ b/systems_design/src/standardSystemsDesign.h
@@ -1,13 +1,25 @@
-/**
- * \file standardSystemsDesign.h
- * \author 
- * \brief Standard systems design strategy
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_STANDARDSYSTEMSDESIGN_H_
 #define SYSTEMS_DESIGN_SRC_STANDARDSYSTEMSDESIGN_H_
 
@@ -260,11 +272,6 @@ class standardSystemsDesign : public Strategy {
 
     void generatePlotScripts();
 
-    /** \brief Generats bar plot of aircraft masses (OME, MME, op. items, structure, gear, propulsion, systems,
-     * not allocated) */
-    void generatePlotMassBreakdown();
-    void generatePlotScriptMassBreakdown();
-
     /** \brief Generates bar plot of individual system masses */
     void generatePlotSystemsMass();
 
diff --git a/systems_design/src/systemsDesign.cpp b/systems_design/src/systemsDesign.cpp
index 1fa34add2bbf57303829ab170bb5f341ad070557..28bb0434d75874d894d5d393068441ccca996a29 100644
--- a/systems_design/src/systemsDesign.cpp
+++ b/systems_design/src/systemsDesign.cpp
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * @file systemsDesign.cpp
- * @author Ellen Seabrooke (seabrooke@ifb.uni-stuttgart.de)
- * @brief Base module for systems design
- * @version 0.1
- * @date 2023-07-24
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include <string>
 #include <vector>
 #include <memory>
diff --git a/systems_design/src/systemsDesign.h b/systems_design/src/systemsDesign.h
index dbc482c17e7707acaf86e5888a6df19c7c26afc9..ad22e8af3fdbd709174594a65de629c20992a7cf 100644
--- a/systems_design/src/systemsDesign.h
+++ b/systems_design/src/systemsDesign.h
@@ -1,29 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * @file systemsDesign.h
- * @author Ellen Seabrooke (seabrooke@ifb.uni-stuttgart.de)
- * @brief Base module for systems design
- * @version 0.1
- * @date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_SYSTEMSDESIGN_H_
 #define SYSTEMS_DESIGN_SRC_SYSTEMSDESIGN_H_
 
diff --git a/systems_design/src/systemsDesignDefines.h b/systems_design/src/systemsDesignDefines.h
index 757ea1a1a1bd2fc24b75a1f1112c4da3307af8d5..051740e11e26dd6a17378822e268f55f79f6975d 100644
--- a/systems_design/src/systemsDesignDefines.h
+++ b/systems_design/src/systemsDesignDefines.h
@@ -1,13 +1,25 @@
-/**
- * \file systemsDesignDefines.h
- * \author Ellen Seabrooke (seabrooke@ifb.uni-stuttgart.de)
- * \brief Defines used for systems Design
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_SYSTEMSDESIGNDEFINES_H_
 #define SYSTEMS_DESIGN_SRC_SYSTEMSDESIGNDEFINES_H_
 
diff --git a/systems_design/src/systemsIOData.cpp b/systems_design/src/systemsIOData.cpp
index 139ef0129c22142b0cd0b827ae3085d38cbc526f..3694f6f63fb314e76b65ff93a7c541fd1de77673 100644
--- a/systems_design/src/systemsIOData.cpp
+++ b/systems_design/src/systemsIOData.cpp
@@ -1,22 +1,29 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #include <string>
 #include <memory>
 #include <unitConversion/unitConversion.h>
+#include <energyCarriers/energyCarriers.h>
 #include <algorithm>
 #include "systemsIOData.h"
 #include "aircraftSystem.h"
@@ -30,6 +37,17 @@ systemsIOData::systemsIOData(const RuntimeIO& rtIO, const node& config, std::str
     configuration(standardConfig(config)),
     mission(missionData(mission_data_dir + "/" + getMissionFile(mission_data_dir))) {
         aircraftName = aircraftType + "-" + aircraftModel;
+        //read delta ISA
+        if (configuration.designCase) {
+            delta_ISA = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission/delta_ISA").
+                read(rtIO_.acxml).value();
+        } else {
+            delta_ISA = EndnodeReadOnly<double>("/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/study_mission/delta_ISA").
+                read(rtIO_.acxml).value();
+        }
+        //read mission
+        mission.readMission(delta_ISA);
+        //read config file
         configuration.readAll(config);
         std::string path_to_design_mission_req = "/aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements/design_mission";
         calibratedAirspeedUpToTransAltitude = EndnodeReadOnly<double>(path_to_design_mission_req + "/climb_speed_schedule/climb_speed_below_FL100").read(rtIO_.acxml).value();
@@ -320,7 +338,7 @@ void systemsIOData::updateMissionXML(std::string mission_data_dir) {
         // Peak Loads - Bleed Air
         for (int j = 0; j <= static_cast<int>(bleedOffTakes.at(i).peakLoad.size()) - 1; j++) {
             missionXML_tmp.at(xmlString + "/bleed_air_takeoff_schedule/").appendChild("takeoff_schedule_step@" + num2Str(j));
-            Endnode<double> power = data.create_endnode(bleedOffTakes.at(i).peakLoad.at(j), "W",
+            Endnode<double> power = data.create_endnode(bleedOffTakes.at(i).peakLoad.at(j), "kg/s",
                 xmlString + "/bleed_air_takeoff_schedule/takeoff_schedule_step@" + num2Str(j) + "/power", "bleed air offtake");
             power.set_boundaries(0, 100);
             power.update(missionXML_tmp);
@@ -344,7 +362,7 @@ void systemsIOData::updateMissionXML(std::string mission_data_dir) {
                                                                        "average power (hydraulic + electric) demand");
             avgCurisePowerDemand.set_boundaries(0, INFINITY);
             avgCurisePowerDemand.update(rtIO_.acxml);
-            Endnode<double> avgCuriseBleedAirDemand = data.create_endnode(avgCruiseBleedAirOfftakes, "W", subPath + "/average_bleed_air_demand",
+            Endnode<double> avgCuriseBleedAirDemand = data.create_endnode(avgCruiseBleedAirOfftakes, "kg/s", subPath + "/average_bleed_air_demand",
                                                                        "average bleed air demand");
             avgCuriseBleedAirDemand.set_boundaries(0, 100);
             avgCuriseBleedAirDemand.update(rtIO_.acxml);
@@ -381,21 +399,18 @@ void systemsIOData::readMassComponents(const node& acxml) {
     //energy capacity of tank
     double tank_energy = 0.;
     std::vector<node*> tank_vector = acxml.getVector("aircraft_exchange_file/component_design/tank/specific");
-    for (size_t i = 0; i < tank_vector.size() - 1; i++) {
+    for (size_t i = 0; i < tank_vector.at(0)->getChildren().size() - 1; i++) {
         double tank_energy_tmp =
             EndnodeReadOnly<double>("/aircraft_exchange_file/component_design/tank/specific/tank@" + num2Str(i) + "/maximum_energy_capacity").read(acxml).value();
         tank_energy += tank_energy_tmp;
     }
-    data.fuelDensity =
-       EndnodeReadOnly<double>("aircraft_exchange_file/requirements_and_specifications/design_specification/energy_carriers/energy_carrier/density").read(acxml).value();//[kg/m^3]
-    data.fuelDensity /= 1000; //in [kg/l]
-    double volumetric_fuel_density =
-       EndnodeReadOnly<double>("aircraft_exchange_file/requirements_and_specifications/design_specification/energy_carriers/energy_carrier/volumetric_density").
-           read(acxml).value();//[J/m^3]
-    double gravimetric_fuel_density =
-       EndnodeReadOnly<double>("aircraft_exchange_file/requirements_and_specifications/design_specification/energy_carriers/energy_carrier/gravimetric_density").
-           read(acxml).value();//[J/kg]
+    int energy_carrier_id = 0;  // \todo: get energy carrier id from acxml
+    std::string energy_carrier_type = rtIO_.get_fuel_type(energy_carrier_id);
+    data.fuelDensity = rtIO_.get_fuel_density(energy_carrier_id);  // [kg/m^3]
+    double volumetric_fuel_density = EnergyCarrier(energy_carrier_type, data.fuelDensity).volumetric_energy_density;  // [J/l]
+    double gravimetric_fuel_density = EnergyCarrier(energy_carrier_type, data.fuelDensity).gravimetric_energy_density;  // [J/kg]
     data.Mass.totalFuelVolume    = tank_energy / volumetric_fuel_density;
+    data.fuelDensity /= 1000; //in [kg/l]
     std::string max_fuel_mass_path = "aircraft_exchange_file/analysis/masses_cg_inertia/maximum_fuel_mass/mass_properties/mass";
     if (rtIO_.acxml.find(max_fuel_mass_path)) {
         data.Mass.maxUsableFuel = EndnodeReadOnly<double>(max_fuel_mass_path).read(acxml).value();
diff --git a/systems_design/src/systemsIOData.h b/systems_design/src/systemsIOData.h
index 396f83ba69794409c0dd5f4b12305e9b81d01eb1..c05bb47fb288f14f0827bf432897057b9be234bf 100644
--- a/systems_design/src/systemsIOData.h
+++ b/systems_design/src/systemsIOData.h
@@ -1,13 +1,25 @@
-/**
- * \file systemsIOData.h
- * \author Ellen Seabrooke
- * \brief IO Data (data + configuration) for standard systems design
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_SYSTEMSIODATA_H_
 #define SYSTEMS_DESIGN_SRC_SYSTEMSIODATA_H_
 
@@ -43,6 +55,7 @@ class systemsIOData {
     std::string aircraftType;/**aircraft type (e.g. CeRAS)*/
     std::string aircraftModel;/** aircraft model and version*/
     std::string aircraftName;/** aircraft name = "type" - "model"*/
+    double delta_ISA = 0.;/**< delta temperature to ISA conditions [K] */
     const node& configFile;/** nodes of the configuration file*/
 
     double calibratedAirspeedUpToTransAltitude; /**< CAS up to transition altitude at FL100 */
diff --git a/systems_design/src/toolinfo.h b/systems_design/src/toolinfo.h
index 3b642fbdce0bb15844e92bd8d5d28962680dd1cc..b5250908953ad921b5aa7335446ecf6fedcaaeaa 100644
--- a/systems_design/src/toolinfo.h
+++ b/systems_design/src/toolinfo.h
@@ -1,19 +1,25 @@
-/*  Copyright (C) 2010-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 #ifndef SYSTEMS_DESIGN_SRC_TOOLINFO_H_
 #define SYSTEMS_DESIGN_SRC_TOOLINFO_H_
 
diff --git a/systems_design/src/weightsAndCGs.cpp b/systems_design/src/weightsAndCGs.cpp
index bc717fa4c726ac88382329e6d44261076ae6e69b..e895f5bc223e8d93f75fc11eb6302acb3b1373d9 100644
--- a/systems_design/src/weightsAndCGs.cpp
+++ b/systems_design/src/weightsAndCGs.cpp
@@ -1,13 +1,25 @@
-/**
- * \file weightsAndCGs.cpp
- * \author Ellen Seabrooke
- * \brief Class for weight and center of gravity calculation functions
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "weightsAndCGs.h"
 #include <algorithm>
 #include "aircraftSystem.h"
@@ -215,7 +227,10 @@ void weightsAndCGs::getOperatorItems() {
         waterAndChemicalsMass =  1.36 * data_->data.Accommodation.PAX;
     }
     x_cg_waterAndChem = x_wing_midCenterline;
-        //write to data_->data.Mass
+    /* add scaling factor for operator items */
+    waterAndChemicalsMass *= data_->configuration.OpItemsFactor;
+    residualFuelMass *= data_->configuration.OpItemsFactor;
+    //write to data_->data.Mass
     data_->data.Mass.waterAndChemicalsMass = waterAndChemicalsMass;
     data_->data.Mass.residualFuelMass = residualFuelMass;
     //write to data_->data.CofG
diff --git a/systems_design/src/weightsAndCGs.h b/systems_design/src/weightsAndCGs.h
index 45bbc2e704f63c920be2a67a003121ef16cc586b..f9107261656f9c38b3e79f39247bbad6234a9cd7 100644
--- a/systems_design/src/weightsAndCGs.h
+++ b/systems_design/src/weightsAndCGs.h
@@ -1,13 +1,25 @@
-/**
- * \file weightsAndCGs.h
- * \author Ellen Seabrooke
- * \brief Class for weight and center of gravity calculation functions
- * \version 0.1
- * \date 2024-06-27
- * 
- * @copyright Copyright (c) 2024
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2025 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #ifndef SYSTEMS_DESIGN_SRC_WEIGHTSANDCGS_H_
 #define SYSTEMS_DESIGN_SRC_WEIGHTSANDCGS_H_
 
diff --git a/systems_design/systems_design_conf.xml b/systems_design/systems_design_conf.xml
index 75772922345175f246d7eaa4e21b9ad31aeb18a9..b730358c38ee533f371ed8c7ce109846da16d466 100644
--- a/systems_design/systems_design_conf.xml
+++ b/systems_design/systems_design_conf.xml
@@ -2,16 +2,16 @@
 <module_configuration_file name="systems_design_conf.xml">
 	<control_settings description="General control settings for this tool">
         <aircraft_exchange_file_name description="Specify the name of the exchange file">
-			<value>csmr-2020.xml</value>
+			<value>CSMR-2020.xml</value>
 		</aircraft_exchange_file_name>
         <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>..\projects\</value>
 		</aircraft_exchange_file_directory>
         <own_tool_level description="Specify the tool level of this tool">
 			<value>1</value>
 		</own_tool_level>
         <console_output description="Selector to specify the console output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
-			<value>mode_3</value>
+			<value>mode_1</value>
 		</console_output>
         <log_file_output description="Selector to specify the log file output. Selector: mode_0 (Off) / mode_1 (only out/err/warn) / mode_2 (1 + info) / mode_3 (2 + debug)">
 			<value>mode_1</value>
@@ -40,10 +40,10 @@
 			<value>systems_design.log</value>
 		</log_file>
         <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
         <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
     </control_settings>
 	<program_settings>
@@ -141,7 +141,7 @@
 				<default>1</default>
 			</auxiliary_power_unit>
 			<operator_items description="Scaling factor for the operator items.">
-				<value>1.586</value>
+				<value>1</value>
 				<unit>1</unit>
 				<lower_boundary>0</lower_boundary>
 				<upper_boundary>inf</upper_boundary>
diff --git a/systems_design/test/blackbox_systemsDesign.cpp b/systems_design/test/blackbox_systemsDesign.cpp
index ab86a5463633ce05f2abaa86fbc33e6a823c9fa3..b363088f1faa58e5df09c07cd826b0d29cfd483b 100644
--- a/systems_design/test/blackbox_systemsDesign.cpp
+++ b/systems_design/test/blackbox_systemsDesign.cpp
@@ -1,19 +1,26 @@
-/*  Copyright (C) 2010-2023 Institute of Aerospace Systems, RWTH Aachen
-   University - All rights reserved. This file is part of UNICADO.
-
-    UNICADO is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 UNICADO consortium
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    UNICADO is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
 /**
  * @file blackbox_systemDesign.cpp
  * @brief This file contains the main function to execute the blackbox tests.
diff --git a/tank_design/CMakeLists.txt b/tank_design/CMakeLists.txt
index de33827efac3873b97ac30b0c9dced5a970c2c03..9c7169d011a67b7d7e9e44f803330ef764b12bd1 100644
--- a/tank_design/CMakeLists.txt
+++ b/tank_design/CMakeLists.txt
@@ -1,64 +1,72 @@
 # Set name of executable
 set(MODULE_NAME tank_design)
 
-# ==============================================
-# Add the module executable
-#
-# -> The main.py is enough for pyinstaller
-# ==============================================
-set(MODULE_SCRIPT main.py)
+if (BUILD_PYTHON_MODULES)
+    # ==============================================
+    # Add the module executable
+    #
+    # -> The ${MODULE_NAME}.py is enough for pyinstaller
+    # ==============================================
+    set(MODULE_SCRIPT ${MODULE_NAME}.py)
 
-# Get the executable name
-if (WIN32)
-    set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
-else()
-    set(MODULE_EXECUTABLE ${MODULE_NAME})
-endif()
+    # Get the executable name
+    if (WIN32)
+        set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
+    else()
+        set(MODULE_EXECUTABLE ${MODULE_NAME})
+    endif()
 
-# Check if pipenv is available
-if( NOT PIPENV )
-    MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
-    return()
-endif()
+    # Check if pipenv is available
+    if( NOT PIPENV )
+        MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
+        return()
+    endif()
 
-# Set the pyinstaller options
-set(PYINSTALLER_OPTIONS
-    --noconfirm
-    --onefile
-    --distpath ${CMAKE_CURRENT_LIST_DIR}
-    --specpath ${CMAKE_CURRENT_LIST_DIR}
-    --name ${MODULE_NAME}
-    --paths ${CMAKE_CURRENT_LIST_DIR}/src
-)
+    # Set the pyinstaller options
+    set(PYINSTALLER_OPTIONS
+        --noconfirm
+        --onefile
+        --distpath ${CMAKE_CURRENT_LIST_DIR}
+        --specpath ${CMAKE_CURRENT_LIST_DIR}
+        --name ${MODULE_NAME}
+        --paths ${CMAKE_CURRENT_LIST_DIR}/src
+    )
 
-# Determine the data separator based on the platform
-if (WIN32)
-    set(DATA_SEP "\\;")
-else()
-    set(DATA_SEP ":")
-endif()
+    # Determine the data separator based on the platform
+    if (WIN32)
+        set(DATA_SEP "\\;")
+    else()
+        set(DATA_SEP ":")
+    endif()
 
-# Add the --add-data option with the correct separator and escaped semicolon
-list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
+    # Add the --add-data option with the correct separator and escaped semicolon
+    list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
 
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyunitconversion")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaircraftgeometry2")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaixml")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyunitconversion")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaircraftgeometry2")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaixml")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=yattag")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=bs4")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyenergycarriers")
 
-# Add the target which compiles the executable using pyinstaller
-add_custom_target(${MODULE_NAME} ALL
-    COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
-    BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
-    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
-    COMMENT "Building ${MODULE_NAME} with pyinstaller"
-)
+    # Add the target which compiles the executable using pyinstaller
+    add_custom_target(${MODULE_NAME} ALL
+        COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
+        BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
+        WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
+        COMMENT "Building ${MODULE_NAME} with pyinstaller"
+    )
+else()
+    add_custom_target(${MODULE_NAME} ALL)
+endif()
 
 # Add install rules
 install(
     FILES 
-        ${MODULE_EXECUTABLE}
+        ${MODULE_NAME}.py
         ${MODULE_NAME}_conf.xml
     DESTINATION ${MODULE_NAME}
 )
+install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/src DESTINATION ${MODULE_NAME})
diff --git a/tank_design/doc/.DS_Store b/tank_design/doc/.DS_Store
deleted file mode 100644
index c59ec00518c67ff0956ebcfaec557eb47dbec598..0000000000000000000000000000000000000000
Binary files a/tank_design/doc/.DS_Store and /dev/null differ
diff --git a/tank_design/doc/Doxyfile b/tank_design/doc/Doxyfile
deleted file mode 100644
index 0013e78585d0dea8ef9184bf3e269dec558e2525..0000000000000000000000000000000000000000
--- a/tank_design/doc/Doxyfile
+++ /dev/null
@@ -1,2824 +0,0 @@
-# Doxyfile 1.9.8
-
-# This file describes the settings to be used by the documentation system
-# doxygen (www.doxygen.org) for a project.
-#
-# All text after a double hash (##) is considered a comment and is placed in
-# front of the TAG it is preceding.
-#
-# All text after a single hash (#) is considered a comment and will be ignored.
-# The format is:
-# TAG = value [value, ...]
-# For lists, items can also be appended using:
-# TAG += value [value, ...]
-# Values that contain spaces should be placed between quotes (\" \").
-#
-# Note:
-#
-# Use doxygen to compare the used configuration file with the template
-# configuration file:
-# doxygen -x [configFile]
-# Use doxygen to compare the used configuration file with the template
-# configuration file without replacing the environment variables or CMake type
-# replacement variables:
-# doxygen -x_noenv [configFile]
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-
-# This tag specifies the encoding used for all characters in the configuration
-# file that follow. The default is UTF-8 which is also the encoding used for all
-# text before the first occurrence of this tag. Doxygen uses libiconv (or the
-# iconv built into libc) for the transcoding. See
-# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
-# The default value is: UTF-8.
-
-DOXYFILE_ENCODING      = UTF-8
-
-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
-# double-quotes, unless you are using Doxywizard) that should identify the
-# project for which the documentation is generated. This name is used in the
-# title of most generated pages and in a few other places.
-# The default value is: My Project.
-
-PROJECT_NAME           = "tank_design"
-
-# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
-# could be handy for archiving the generated documentation or if some version
-# control system is used.
-
-PROJECT_NUMBER         =
-
-# Using the PROJECT_BRIEF tag one can provide an optional one line description
-# for a project that appears at the top of each page and should give viewer a
-# quick idea about the purpose of the project. Keep the description short.
-
-PROJECT_BRIEF          =
-
-# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
-# in the documentation. The maximum height of the logo should not exceed 55
-# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
-# the logo to the output directory.
-
-PROJECT_LOGO           =
-
-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
-# into which the generated documentation will be written. If a relative path is
-# entered, it will be relative to the location where doxygen was started. If
-# left blank the current directory will be used.
-
-OUTPUT_DIRECTORY       = .
-
-# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
-# sub-directories (in 2 levels) under the output directory of each output format
-# and will distribute the generated files over these directories. Enabling this
-# option can be useful when feeding doxygen a huge amount of source files, where
-# putting all generated files in the same directory would otherwise causes
-# performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to
-# control the number of sub-directories.
-# The default value is: NO.
-
-CREATE_SUBDIRS         = NO
-
-# Controls the number of sub-directories that will be created when
-# CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every
-# level increment doubles the number of directories, resulting in 4096
-# directories at level 8 which is the default and also the maximum value. The
-# sub-directories are organized in 2 levels, the first level always has a fixed
-# number of 16 directories.
-# Minimum value: 0, maximum value: 8, default value: 8.
-# This tag requires that the tag CREATE_SUBDIRS is set to YES.
-
-CREATE_SUBDIRS_LEVEL   = 8
-
-# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
-# characters to appear in the names of generated files. If set to NO, non-ASCII
-# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
-# U+3044.
-# The default value is: NO.
-
-ALLOW_UNICODE_NAMES    = NO
-
-# The OUTPUT_LANGUAGE tag is used to specify the language in which all
-# documentation generated by doxygen is written. Doxygen will use this
-# information to generate all constant output in the proper language.
-# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian,
-# Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English
-# (United States), Esperanto, Farsi (Persian), Finnish, French, German, Greek,
-# Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with
-# English messages), Korean, Korean-en (Korean with English messages), Latvian,
-# Lithuanian, Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese,
-# Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish,
-# Swedish, Turkish, Ukrainian and Vietnamese.
-# The default value is: English.
-
-OUTPUT_LANGUAGE        = English
-
-# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
-# descriptions after the members that are listed in the file and class
-# documentation (similar to Javadoc). Set to NO to disable this.
-# The default value is: YES.
-
-BRIEF_MEMBER_DESC      = YES
-
-# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
-# description of a member or function before the detailed description
-#
-# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
-# brief descriptions will be completely suppressed.
-# The default value is: YES.
-
-REPEAT_BRIEF           = YES
-
-# This tag implements a quasi-intelligent brief description abbreviator that is
-# used to form the text in various listings. Each string in this list, if found
-# as the leading text of the brief description, will be stripped from the text
-# and the result, after processing the whole list, is used as the annotated
-# text. Otherwise, the brief description is used as-is. If left blank, the
-# following values are used ($name is automatically replaced with the name of
-# the entity):The $name class, The $name widget, The $name file, is, provides,
-# specifies, contains, represents, a, an and the.
-
-ABBREVIATE_BRIEF       = "The $name class" \
-                         "The $name widget" \
-                         "The $name file" \
-                         is \
-                         provides \
-                         specifies \
-                         contains \
-                         represents \
-                         a \
-                         an \
-                         the
-
-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
-# doxygen will generate a detailed section even if there is only a brief
-# description.
-# The default value is: NO.
-
-ALWAYS_DETAILED_SEC    = NO
-
-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
-# inherited members of a class in the documentation of that class as if those
-# members were ordinary class members. Constructors, destructors and assignment
-# operators of the base classes will not be shown.
-# The default value is: NO.
-
-INLINE_INHERITED_MEMB  = NO
-
-# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
-# before files name in the file list and in the header files. If set to NO the
-# shortest path that makes the file name unique will be used
-# The default value is: YES.
-
-FULL_PATH_NAMES        = YES
-
-# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
-# Stripping is only done if one of the specified strings matches the left-hand
-# part of the path. The tag can be used to show relative paths in the file list.
-# If left blank the directory from which doxygen is run is used as the path to
-# strip.
-#
-# Note that you can specify absolute paths here, but also relative paths, which
-# will be relative from the directory where doxygen is started.
-# This tag requires that the tag FULL_PATH_NAMES is set to YES.
-
-STRIP_FROM_PATH        =
-
-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
-# path mentioned in the documentation of a class, which tells the reader which
-# header file to include in order to use a class. If left blank only the name of
-# the header file containing the class definition is used. Otherwise one should
-# specify the list of include paths that are normally passed to the compiler
-# using the -I flag.
-
-STRIP_FROM_INC_PATH    =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
-# less readable) file names. This can be useful is your file systems doesn't
-# support long names like on DOS, Mac, or CD-ROM.
-# The default value is: NO.
-
-SHORT_NAMES            = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
-# first line (until the first dot) of a Javadoc-style comment as the brief
-# description. If set to NO, the Javadoc-style will behave just like regular Qt-
-# style comments (thus requiring an explicit @brief command for a brief
-# description.)
-# The default value is: NO.
-
-JAVADOC_AUTOBRIEF      = NO
-
-# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
-# such as
-# /***************
-# as being the beginning of a Javadoc-style comment "banner". If set to NO, the
-# Javadoc-style will behave just like regular comments and it will not be
-# interpreted by doxygen.
-# The default value is: NO.
-
-JAVADOC_BANNER         = NO
-
-# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
-# line (until the first dot) of a Qt-style comment as the brief description. If
-# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
-# requiring an explicit \brief command for a brief description.)
-# The default value is: NO.
-
-QT_AUTOBRIEF           = NO
-
-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
-# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
-# a brief description. This used to be the default behavior. The new default is
-# to treat a multi-line C++ comment block as a detailed description. Set this
-# tag to YES if you prefer the old behavior instead.
-#
-# Note that setting this tag to YES also means that rational rose comments are
-# not recognized any more.
-# The default value is: NO.
-
-MULTILINE_CPP_IS_BRIEF = NO
-
-# By default Python docstrings are displayed as preformatted text and doxygen's
-# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
-# doxygen's special commands can be used and the contents of the docstring
-# documentation blocks is shown as doxygen documentation.
-# The default value is: YES.
-
-PYTHON_DOCSTRING       = YES
-
-# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
-# documentation from any documented member that it re-implements.
-# The default value is: YES.
-
-INHERIT_DOCS           = YES
-
-# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
-# page for each member. If set to NO, the documentation of a member will be part
-# of the file/class/namespace that contains it.
-# The default value is: NO.
-
-SEPARATE_MEMBER_PAGES  = NO
-
-# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
-# uses this value to replace tabs by spaces in code fragments.
-# Minimum value: 1, maximum value: 16, default value: 4.
-
-TAB_SIZE               = 4
-
-# This tag can be used to specify a number of aliases that act as commands in
-# the documentation. An alias has the form:
-# name=value
-# For example adding
-# "sideeffect=@par Side Effects:^^"
-# will allow you to put the command \sideeffect (or @sideeffect) in the
-# documentation, which will result in a user-defined paragraph with heading
-# "Side Effects:". Note that you cannot put \n's in the value part of an alias
-# to insert newlines (in the resulting output). You can put ^^ in the value part
-# of an alias to insert a newline as if a physical newline was in the original
-# file. When you need a literal { or } or , in the value part of an alias you
-# have to escape them by means of a backslash (\), this can lead to conflicts
-# with the commands \{ and \} for these it is advised to use the version @{ and
-# @} or use a double escape (\\{ and \\})
-
-ALIASES                =
-
-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
-# only. Doxygen will then generate output that is more tailored for C. For
-# instance, some of the names that are used will be different. The list of all
-# members will be omitted, etc.
-# The default value is: NO.
-
-OPTIMIZE_OUTPUT_FOR_C  = NO
-
-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
-# Python sources only. Doxygen will then generate output that is more tailored
-# for that language. For instance, namespaces will be presented as packages,
-# qualified scopes will look different, etc.
-# The default value is: NO.
-
-OPTIMIZE_OUTPUT_JAVA   = NO
-
-# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
-# sources. Doxygen will then generate output that is tailored for Fortran.
-# The default value is: NO.
-
-OPTIMIZE_FOR_FORTRAN   = NO
-
-# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
-# sources. Doxygen will then generate output that is tailored for VHDL.
-# The default value is: NO.
-
-OPTIMIZE_OUTPUT_VHDL   = NO
-
-# Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice
-# sources only. Doxygen will then generate output that is more tailored for that
-# language. For instance, namespaces will be presented as modules, types will be
-# separated into more groups, etc.
-# The default value is: NO.
-
-OPTIMIZE_OUTPUT_SLICE  = NO
-
-# Doxygen selects the parser to use depending on the extension of the files it
-# parses. With this tag you can assign which parser to use for a given
-# extension. Doxygen has a built-in mapping, but you can override or extend it
-# using this tag. The format is ext=language, where ext is a file extension, and
-# language is one of the parsers supported by doxygen: IDL, Java, JavaScript,
-# Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
-# VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
-# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
-# tries to guess whether the code is fixed or free formatted code, this is the
-# default for Fortran type files). For instance to make doxygen treat .inc files
-# as Fortran files (default is PHP), and .f files as C (default is Fortran),
-# use: inc=Fortran f=C.
-#
-# Note: For files without extension you can use no_extension as a placeholder.
-#
-# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
-# the files are not read by doxygen. When specifying no_extension you should add
-# * to the FILE_PATTERNS.
-#
-# Note see also the list of default file extension mappings.
-
-EXTENSION_MAPPING      =
-
-# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
-# according to the Markdown format, which allows for more readable
-# documentation. See https://daringfireball.net/projects/markdown/ for details.
-# The output of markdown processing is further processed by doxygen, so you can
-# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
-# case of backward compatibilities issues.
-# The default value is: YES.
-
-MARKDOWN_SUPPORT       = YES
-
-# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
-# to that level are automatically included in the table of contents, even if
-# they do not have an id attribute.
-# Note: This feature currently applies only to Markdown headings.
-# Minimum value: 0, maximum value: 99, default value: 5.
-# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
-
-TOC_INCLUDE_HEADINGS   = 5
-
-# The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to
-# generate identifiers for the Markdown headings. Note: Every identifier is
-# unique.
-# Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a
-# sequence number starting at 0 and GITHUB use the lower case version of title
-# with any whitespace replaced by '-' and punctuation characters removed.
-# The default value is: DOXYGEN.
-# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
-
-MARKDOWN_ID_STYLE      = DOXYGEN
-
-# When enabled doxygen tries to link words that correspond to documented
-# classes, or namespaces to their corresponding documentation. Such a link can
-# be prevented in individual cases by putting a % sign in front of the word or
-# globally by setting AUTOLINK_SUPPORT to NO.
-# The default value is: YES.
-
-AUTOLINK_SUPPORT       = YES
-
-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
-# to include (a tag file for) the STL sources as input, then you should set this
-# tag to YES in order to let doxygen match functions declarations and
-# definitions whose arguments contain STL classes (e.g. func(std::string);
-# versus func(std::string) {}). This also make the inheritance and collaboration
-# diagrams that involve STL classes more complete and accurate.
-# The default value is: NO.
-
-BUILTIN_STL_SUPPORT    = NO
-
-# If you use Microsoft's C++/CLI language, you should set this option to YES to
-# enable parsing support.
-# The default value is: NO.
-
-CPP_CLI_SUPPORT        = NO
-
-# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
-# will parse them like normal C++ but will assume all classes use public instead
-# of private inheritance when no explicit protection keyword is present.
-# The default value is: NO.
-
-SIP_SUPPORT            = NO
-
-# For Microsoft's IDL there are propget and propput attributes to indicate
-# getter and setter methods for a property. Setting this option to YES will make
-# doxygen to replace the get and set methods by a property in the documentation.
-# This will only work if the methods are indeed getting or setting a simple
-# type. If this is not the case, or you want to show the methods anyway, you
-# should set this option to NO.
-# The default value is: YES.
-
-IDL_PROPERTY_SUPPORT   = YES
-
-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
-# tag is set to YES then doxygen will reuse the documentation of the first
-# member in the group (if any) for the other members of the group. By default
-# all members of a group must be documented explicitly.
-# The default value is: NO.
-
-DISTRIBUTE_GROUP_DOC   = NO
-
-# If one adds a struct or class to a group and this option is enabled, then also
-# any nested class or struct is added to the same group. By default this option
-# is disabled and one has to add nested compounds explicitly via \ingroup.
-# The default value is: NO.
-
-GROUP_NESTED_COMPOUNDS = NO
-
-# Set the SUBGROUPING tag to YES to allow class member groups of the same type
-# (for instance a group of public functions) to be put as a subgroup of that
-# type (e.g. under the Public Functions section). Set it to NO to prevent
-# subgrouping. Alternatively, this can be done per class using the
-# \nosubgrouping command.
-# The default value is: YES.
-
-SUBGROUPING            = YES
-
-# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
-# are shown inside the group in which they are included (e.g. using \ingroup)
-# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
-# and RTF).
-#
-# Note that this feature does not work in combination with
-# SEPARATE_MEMBER_PAGES.
-# The default value is: NO.
-
-INLINE_GROUPED_CLASSES = NO
-
-# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
-# with only public data fields or simple typedef fields will be shown inline in
-# the documentation of the scope in which they are defined (i.e. file,
-# namespace, or group documentation), provided this scope is documented. If set
-# to NO, structs, classes, and unions are shown on a separate page (for HTML and
-# Man pages) or section (for LaTeX and RTF).
-# The default value is: NO.
-
-INLINE_SIMPLE_STRUCTS  = NO
-
-# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
-# enum is documented as struct, union, or enum with the name of the typedef. So
-# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
-# with name TypeT. When disabled the typedef will appear as a member of a file,
-# namespace, or class. And the struct will be named TypeS. This can typically be
-# useful for C code in case the coding convention dictates that all compound
-# types are typedef'ed and only the typedef is referenced, never the tag name.
-# The default value is: NO.
-
-TYPEDEF_HIDES_STRUCT   = NO
-
-# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
-# cache is used to resolve symbols given their name and scope. Since this can be
-# an expensive process and often the same symbol appears multiple times in the
-# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
-# doxygen will become slower. If the cache is too large, memory is wasted. The
-# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
-# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
-# symbols. At the end of a run doxygen will report the cache usage and suggest
-# the optimal cache size from a speed point of view.
-# Minimum value: 0, maximum value: 9, default value: 0.
-
-LOOKUP_CACHE_SIZE      = 0
-
-# The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use
-# during processing. When set to 0 doxygen will based this on the number of
-# cores available in the system. You can set it explicitly to a value larger
-# than 0 to get more control over the balance between CPU load and processing
-# speed. At this moment only the input processing can be done using multiple
-# threads. Since this is still an experimental feature the default is set to 1,
-# which effectively disables parallel processing. Please report any issues you
-# encounter. Generating dot graphs in parallel is controlled by the
-# DOT_NUM_THREADS setting.
-# Minimum value: 0, maximum value: 32, default value: 1.
-
-NUM_PROC_THREADS       = 1
-
-# If the TIMESTAMP tag is set different from NO then each generated page will
-# contain the date or date and time when the page was generated. Setting this to
-# NO can help when comparing the output of multiple runs.
-# Possible values are: YES, NO, DATETIME and DATE.
-# The default value is: NO.
-
-TIMESTAMP              = NO
-
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-
-# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
-# documentation are documented, even if no documentation was available. Private
-# class members and static file members will be hidden unless the
-# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
-# Note: This will also disable the warnings about undocumented members that are
-# normally produced when WARNINGS is set to YES.
-# The default value is: NO.
-
-EXTRACT_ALL            = YES
-
-# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
-# be included in the documentation.
-# The default value is: NO.
-
-EXTRACT_PRIVATE        = YES
-
-# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
-# methods of a class will be included in the documentation.
-# The default value is: NO.
-
-EXTRACT_PRIV_VIRTUAL   = YES
-
-# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
-# scope will be included in the documentation.
-# The default value is: NO.
-
-EXTRACT_PACKAGE        = YES
-
-# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
-# included in the documentation.
-# The default value is: NO.
-
-EXTRACT_STATIC         = YES
-
-# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
-# locally in source files will be included in the documentation. If set to NO,
-# only classes defined in header files are included. Does not have any effect
-# for Java sources.
-# The default value is: YES.
-
-EXTRACT_LOCAL_CLASSES  = YES
-
-# This flag is only useful for Objective-C code. If set to YES, local methods,
-# which are defined in the implementation section but not in the interface are
-# included in the documentation. If set to NO, only methods in the interface are
-# included.
-# The default value is: NO.
-
-EXTRACT_LOCAL_METHODS  = YES
-
-# If this flag is set to YES, the members of anonymous namespaces will be
-# extracted and appear in the documentation as a namespace called
-# 'anonymous_namespace{file}', where file will be replaced with the base name of
-# the file that contains the anonymous namespace. By default anonymous namespace
-# are hidden.
-# The default value is: NO.
-
-EXTRACT_ANON_NSPACES   = YES
-
-# If this flag is set to YES, the name of an unnamed parameter in a declaration
-# will be determined by the corresponding definition. By default unnamed
-# parameters remain unnamed in the output.
-# The default value is: YES.
-
-RESOLVE_UNNAMED_PARAMS = YES
-
-# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
-# undocumented members inside documented classes or files. If set to NO these
-# members will be included in the various overviews, but no documentation
-# section is generated. This option has no effect if EXTRACT_ALL is enabled.
-# The default value is: NO.
-
-HIDE_UNDOC_MEMBERS     = NO
-
-# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
-# undocumented classes that are normally visible in the class hierarchy. If set
-# to NO, these classes will be included in the various overviews. This option
-# will also hide undocumented C++ concepts if enabled. This option has no effect
-# if EXTRACT_ALL is enabled.
-# The default value is: NO.
-
-HIDE_UNDOC_CLASSES     = NO
-
-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
-# declarations. If set to NO, these declarations will be included in the
-# documentation.
-# The default value is: NO.
-
-HIDE_FRIEND_COMPOUNDS  = NO
-
-# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
-# documentation blocks found inside the body of a function. If set to NO, these
-# blocks will be appended to the function's detailed documentation block.
-# The default value is: NO.
-
-HIDE_IN_BODY_DOCS      = NO
-
-# The INTERNAL_DOCS tag determines if documentation that is typed after a
-# \internal command is included. If the tag is set to NO then the documentation
-# will be excluded. Set it to YES to include the internal documentation.
-# The default value is: NO.
-
-INTERNAL_DOCS          = NO
-
-# With the correct setting of option CASE_SENSE_NAMES doxygen will better be
-# able to match the capabilities of the underlying filesystem. In case the
-# filesystem is case sensitive (i.e. it supports files in the same directory
-# whose names only differ in casing), the option must be set to YES to properly
-# deal with such files in case they appear in the input. For filesystems that
-# are not case sensitive the option should be set to NO to properly deal with
-# output files written for symbols that only differ in casing, such as for two
-# classes, one named CLASS and the other named Class, and to also support
-# references to files without having to specify the exact matching casing. On
-# Windows (including Cygwin) and MacOS, users should typically set this option
-# to NO, whereas on Linux or other Unix flavors it should typically be set to
-# YES.
-# Possible values are: SYSTEM, NO and YES.
-# The default value is: SYSTEM.
-
-CASE_SENSE_NAMES       = SYSTEM
-
-# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
-# their full class and namespace scopes in the documentation. If set to YES, the
-# scope will be hidden.
-# The default value is: NO.
-
-HIDE_SCOPE_NAMES       = NO
-
-# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
-# append additional text to a page's title, such as Class Reference. If set to
-# YES the compound reference will be hidden.
-# The default value is: NO.
-
-HIDE_COMPOUND_REFERENCE= NO
-
-# If the SHOW_HEADERFILE tag is set to YES then the documentation for a class
-# will show which file needs to be included to use the class.
-# The default value is: YES.
-
-SHOW_HEADERFILE        = YES
-
-# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
-# the files that are included by a file in the documentation of that file.
-# The default value is: YES.
-
-SHOW_INCLUDE_FILES     = YES
-
-# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
-# grouped member an include statement to the documentation, telling the reader
-# which file to include in order to use the member.
-# The default value is: NO.
-
-SHOW_GROUPED_MEMB_INC  = NO
-
-# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
-# files with double quotes in the documentation rather than with sharp brackets.
-# The default value is: NO.
-
-FORCE_LOCAL_INCLUDES   = NO
-
-# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
-# documentation for inline members.
-# The default value is: YES.
-
-INLINE_INFO            = YES
-
-# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
-# (detailed) documentation of file and class members alphabetically by member
-# name. If set to NO, the members will appear in declaration order.
-# The default value is: YES.
-
-SORT_MEMBER_DOCS       = YES
-
-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
-# descriptions of file, namespace and class members alphabetically by member
-# name. If set to NO, the members will appear in declaration order. Note that
-# this will also influence the order of the classes in the class list.
-# The default value is: NO.
-
-SORT_BRIEF_DOCS        = NO
-
-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
-# (brief and detailed) documentation of class members so that constructors and
-# destructors are listed first. If set to NO the constructors will appear in the
-# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
-# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
-# member documentation.
-# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
-# detailed member documentation.
-# The default value is: NO.
-
-SORT_MEMBERS_CTORS_1ST = NO
-
-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
-# of group names into alphabetical order. If set to NO the group names will
-# appear in their defined order.
-# The default value is: NO.
-
-SORT_GROUP_NAMES       = NO
-
-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
-# fully-qualified names, including namespaces. If set to NO, the class list will
-# be sorted only by class name, not including the namespace part.
-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
-# Note: This option applies only to the class list, not to the alphabetical
-# list.
-# The default value is: NO.
-
-SORT_BY_SCOPE_NAME     = NO
-
-# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
-# type resolution of all parameters of a function it will reject a match between
-# the prototype and the implementation of a member function even if there is
-# only one candidate or it is obvious which candidate to choose by doing a
-# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
-# accept a match between prototype and implementation in such cases.
-# The default value is: NO.
-
-STRICT_PROTO_MATCHING  = NO
-
-# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
-# list. This list is created by putting \todo commands in the documentation.
-# The default value is: YES.
-
-GENERATE_TODOLIST      = YES
-
-# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
-# list. This list is created by putting \test commands in the documentation.
-# The default value is: YES.
-
-GENERATE_TESTLIST      = YES
-
-# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
-# list. This list is created by putting \bug commands in the documentation.
-# The default value is: YES.
-
-GENERATE_BUGLIST       = YES
-
-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
-# the deprecated list. This list is created by putting \deprecated commands in
-# the documentation.
-# The default value is: YES.
-
-GENERATE_DEPRECATEDLIST= YES
-
-# The ENABLED_SECTIONS tag can be used to enable conditional documentation
-# sections, marked by \if <section_label> ... \endif and \cond <section_label>
-# ... \endcond blocks.
-
-ENABLED_SECTIONS       =
-
-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
-# initial value of a variable or macro / define can have for it to appear in the
-# documentation. If the initializer consists of more lines than specified here
-# it will be hidden. Use a value of 0 to hide initializers completely. The
-# appearance of the value of individual variables and macros / defines can be
-# controlled using \showinitializer or \hideinitializer command in the
-# documentation regardless of this setting.
-# Minimum value: 0, maximum value: 10000, default value: 30.
-
-MAX_INITIALIZER_LINES  = 30
-
-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
-# the bottom of the documentation of classes and structs. If set to YES, the
-# list will mention the files that were used to generate the documentation.
-# The default value is: YES.
-
-SHOW_USED_FILES        = YES
-
-# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
-# will remove the Files entry from the Quick Index and from the Folder Tree View
-# (if specified).
-# The default value is: YES.
-
-SHOW_FILES             = YES
-
-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
-# page. This will remove the Namespaces entry from the Quick Index and from the
-# Folder Tree View (if specified).
-# The default value is: YES.
-
-SHOW_NAMESPACES        = YES
-
-# The FILE_VERSION_FILTER tag can be used to specify a program or script that
-# doxygen should invoke to get the current version for each file (typically from
-# the version control system). Doxygen will invoke the program by executing (via
-# popen()) the command command input-file, where command is the value of the
-# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
-# by doxygen. Whatever the program writes to standard output is used as the file
-# version. For an example see the documentation.
-
-FILE_VERSION_FILTER    =
-
-# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
-# by doxygen. The layout file controls the global structure of the generated
-# output files in an output format independent way. To create the layout file
-# that represents doxygen's defaults, run doxygen with the -l option. You can
-# optionally specify a file name after the option, if omitted DoxygenLayout.xml
-# will be used as the name of the layout file. See also section "Changing the
-# layout of pages" for information.
-#
-# Note that if you run doxygen from a directory containing a file called
-# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
-# tag is left empty.
-
-LAYOUT_FILE            =
-
-# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
-# the reference definitions. This must be a list of .bib files. The .bib
-# extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
-# For LaTeX the style of the bibliography can be controlled using
-# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
-# search path. See also \cite for info how to create references.
-
-CITE_BIB_FILES         = literature.bib
-
-#---------------------------------------------------------------------------
-# Configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-
-# The QUIET tag can be used to turn on/off the messages that are generated to
-# standard output by doxygen. If QUIET is set to YES this implies that the
-# messages are off.
-# The default value is: NO.
-
-QUIET                  = NO
-
-# The WARNINGS tag can be used to turn on/off the warning messages that are
-# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
-# this implies that the warnings are on.
-#
-# Tip: Turn warnings on while writing the documentation.
-# The default value is: YES.
-
-WARNINGS               = YES
-
-# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
-# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
-# will automatically be disabled.
-# The default value is: YES.
-
-WARN_IF_UNDOCUMENTED   = YES
-
-# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
-# potential errors in the documentation, such as documenting some parameters in
-# a documented function twice, or documenting parameters that don't exist or
-# using markup commands wrongly.
-# The default value is: YES.
-
-WARN_IF_DOC_ERROR      = YES
-
-# If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete
-# function parameter documentation. If set to NO, doxygen will accept that some
-# parameters have no documentation without warning.
-# The default value is: YES.
-
-WARN_IF_INCOMPLETE_DOC = YES
-
-# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
-# are documented, but have no documentation for their parameters or return
-# value. If set to NO, doxygen will only warn about wrong parameter
-# documentation, but not about the absence of documentation. If EXTRACT_ALL is
-# set to YES then this flag will automatically be disabled. See also
-# WARN_IF_INCOMPLETE_DOC
-# The default value is: NO.
-
-WARN_NO_PARAMDOC       = NO
-
-# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
-# undocumented enumeration values. If set to NO, doxygen will accept
-# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
-# will automatically be disabled.
-# The default value is: NO.
-
-WARN_IF_UNDOC_ENUM_VAL = NO
-
-# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
-# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
-# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
-# at the end of the doxygen process doxygen will return with a non-zero status.
-# If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS_PRINT then doxygen behaves
-# like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined doxygen will not
-# write the warning messages in between other messages but write them at the end
-# of a run, in case a WARN_LOGFILE is defined the warning messages will be
-# besides being in the defined file also be shown at the end of a run, unless
-# the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
-# the behavior will remain as with the setting FAIL_ON_WARNINGS.
-# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
-# The default value is: NO.
-
-WARN_AS_ERROR          = NO
-
-# The WARN_FORMAT tag determines the format of the warning messages that doxygen
-# can produce. The string should contain the $file, $line, and $text tags, which
-# will be replaced by the file and line number from which the warning originated
-# and the warning text. Optionally the format may contain $version, which will
-# be replaced by the version of the file (if it could be obtained via
-# FILE_VERSION_FILTER)
-# See also: WARN_LINE_FORMAT
-# The default value is: $file:$line: $text.
-
-WARN_FORMAT            = "$file:$line: $text"
-
-# In the $text part of the WARN_FORMAT command it is possible that a reference
-# to a more specific place is given. To make it easier to jump to this place
-# (outside of doxygen) the user can define a custom "cut" / "paste" string.
-# Example:
-# WARN_LINE_FORMAT = "'vi $file +$line'"
-# See also: WARN_FORMAT
-# The default value is: at line $line of file $file.
-
-WARN_LINE_FORMAT       = "at line $line of file $file"
-
-# The WARN_LOGFILE tag can be used to specify a file to which warning and error
-# messages should be written. If left blank the output is written to standard
-# error (stderr). In case the file specified cannot be opened for writing the
-# warning and error messages are written to standard error. When as file - is
-# specified the warning and error messages are written to standard output
-# (stdout).
-
-WARN_LOGFILE           =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the input files
-#---------------------------------------------------------------------------
-
-# The INPUT tag is used to specify the files and/or directories that contain
-# documented source files. You may enter file names like myfile.cpp or
-# directories like /usr/src/myproject. Separate the files or directories with
-# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
-# Note: If this tag is empty the current directory is searched.
-
-INPUT                  = ../src/ ./content/
-
-# This tag can be used to specify the character encoding of the source files
-# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
-# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see:
-# https://www.gnu.org/software/libiconv/) for the list of possible encodings.
-# See also: INPUT_FILE_ENCODING
-# The default value is: UTF-8.
-
-INPUT_ENCODING         = UTF-8
-
-# This tag can be used to specify the character encoding of the source files
-# that doxygen parses The INPUT_FILE_ENCODING tag can be used to specify
-# character encoding on a per file pattern basis. Doxygen will compare the file
-# name with each pattern and apply the encoding instead of the default
-# INPUT_ENCODING) if there is a match. The character encodings are a list of the
-# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
-# "INPUT_ENCODING" for further information on supported encodings.
-
-INPUT_FILE_ENCODING    =
-
-# If the value of the INPUT tag contains directories, you can use the
-# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
-# *.h) to filter out the source-files in the directories.
-#
-# Note that for custom extensions or not directly supported extensions you also
-# need to set EXTENSION_MAPPING for the extension otherwise the files are not
-# read by doxygen.
-#
-# Note the list of default checked file patterns might differ from the list of
-# default file extension mappings.
-#
-# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm,
-# *.cpp, *.cppm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl,
-# *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d, *.php,
-# *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be
-# provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
-# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
-
-FILE_PATTERNS          = *.c \
-                         *.cc \
-                         *.cxx \
-                         *.cxxm \
-                         *.cpp \
-                         *.cppm \
-                         *.c++ \
-                         *.c++m \
-                         *.java \
-                         *.ii \
-                         *.ixx \
-                         *.ipp \
-                         *.i++ \
-                         *.inl \
-                         *.idl \
-                         *.ddl \
-                         *.odl \
-                         *.h \
-                         *.hh \
-                         *.hxx \
-                         *.hpp \
-                         *.h++ \
-                         *.ixx \
-                         *.l \
-                         *.cs \
-                         *.d \
-                         *.php \
-                         *.php4 \
-                         *.php5 \
-                         *.phtml \
-                         *.inc \
-                         *.m \
-                         *.markdown \
-                         *.md \
-                         *.mm \
-                         *.dox \
-                         *.py \
-                         *.pyw \
-                         *.f90 \
-                         *.f95 \
-                         *.f03 \
-                         *.f08 \
-                         *.f18 \
-                         *.f \
-                         *.for \
-                         *.vhd \
-                         *.vhdl \
-                         *.ucf \
-                         *.qsf \
-                         *.ice
-
-# The RECURSIVE tag can be used to specify whether or not subdirectories should
-# be searched for input files as well.
-# The default value is: NO.
-
-RECURSIVE              = YES
-
-# The EXCLUDE tag can be used to specify files and/or directories that should be
-# excluded from the INPUT source files. This way you can easily exclude a
-# subdirectory from a directory tree whose root is specified with the INPUT tag.
-#
-# Note that relative paths are relative to the directory from which doxygen is
-# run.
-
-EXCLUDE                =
-
-# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
-# directories that are symbolic links (a Unix file system feature) are excluded
-# from the input.
-# The default value is: NO.
-
-EXCLUDE_SYMLINKS       = NO
-
-# If the value of the INPUT tag contains directories, you can use the
-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
-# certain files from those directories.
-#
-# Note that the wildcards are matched against the file with absolute path, so to
-# exclude all test directories for example use the pattern */test/*
-
-EXCLUDE_PATTERNS       =
-
-# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
-# (namespaces, classes, functions, etc.) that should be excluded from the
-# output. The symbol name can be a fully qualified name, a word, or if the
-# wildcard * is used, a substring. Examples: ANamespace, AClass,
-# ANamespace::AClass, ANamespace::*Test
-
-EXCLUDE_SYMBOLS        =
-
-# The EXAMPLE_PATH tag can be used to specify one or more files or directories
-# that contain example code fragments that are included (see the \include
-# command).
-
-EXAMPLE_PATH           =
-
-# If the value of the EXAMPLE_PATH tag contains directories, you can use the
-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
-# *.h) to filter out the source-files in the directories. If left blank all
-# files are included.
-
-EXAMPLE_PATTERNS       = *
-
-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
-# searched for input files to be used with the \include or \dontinclude commands
-# irrespective of the value of the RECURSIVE tag.
-# The default value is: NO.
-
-EXAMPLE_RECURSIVE      = NO
-
-# The IMAGE_PATH tag can be used to specify one or more files or directories
-# that contain images that are to be included in the documentation (see the
-# \image command).
-
-IMAGE_PATH             = ./img/
-
-# The INPUT_FILTER tag can be used to specify a program that doxygen should
-# invoke to filter for each input file. Doxygen will invoke the filter program
-# by executing (via popen()) the command:
-#
-# <filter> <input-file>
-#
-# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
-# name of an input file. Doxygen will then use the output that the filter
-# program writes to standard output. If FILTER_PATTERNS is specified, this tag
-# will be ignored.
-#
-# Note that the filter must not add or remove lines; it is applied before the
-# code is scanned, but not when the output code is generated. If lines are added
-# or removed, the anchors will not be placed correctly.
-#
-# Note that doxygen will use the data processed and written to standard output
-# for further processing, therefore nothing else, like debug statements or used
-# commands (so in case of a Windows batch file always use @echo OFF), should be
-# written to standard output.
-#
-# Note that for custom extensions or not directly supported extensions you also
-# need to set EXTENSION_MAPPING for the extension otherwise the files are not
-# properly processed by doxygen.
-
-INPUT_FILTER           =
-
-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
-# basis. Doxygen will compare the file name with each pattern and apply the
-# filter if there is a match. The filters are a list of the form: pattern=filter
-# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
-# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
-# patterns match the file name, INPUT_FILTER is applied.
-#
-# Note that for custom extensions or not directly supported extensions you also
-# need to set EXTENSION_MAPPING for the extension otherwise the files are not
-# properly processed by doxygen.
-
-FILTER_PATTERNS        =
-
-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
-# INPUT_FILTER) will also be used to filter the input files that are used for
-# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
-# The default value is: NO.
-
-FILTER_SOURCE_FILES    = NO
-
-# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
-# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
-# it is also possible to disable source filtering for a specific pattern using
-# *.ext= (so without naming a filter).
-# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
-
-FILTER_SOURCE_PATTERNS =
-
-# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
-# is part of the input, its contents will be placed on the main page
-# (index.html). This can be useful if you have a project on for instance GitHub
-# and want to reuse the introduction page also for the doxygen output.
-
-USE_MDFILE_AS_MAINPAGE =
-
-# The Fortran standard specifies that for fixed formatted Fortran code all
-# characters from position 72 are to be considered as comment. A common
-# extension is to allow longer lines before the automatic comment starts. The
-# setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can
-# be processed before the automatic comment starts.
-# Minimum value: 7, maximum value: 10000, default value: 72.
-
-FORTRAN_COMMENT_AFTER  = 72
-
-#---------------------------------------------------------------------------
-# Configuration options related to source browsing
-#---------------------------------------------------------------------------
-
-# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
-# generated. Documented entities will be cross-referenced with these sources.
-#
-# Note: To get rid of all source code in the generated output, make sure that
-# also VERBATIM_HEADERS is set to NO.
-# The default value is: NO.
-
-SOURCE_BROWSER         = NO
-
-# Setting the INLINE_SOURCES tag to YES will include the body of functions,
-# classes and enums directly into the documentation.
-# The default value is: NO.
-
-INLINE_SOURCES         = NO
-
-# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
-# special comment blocks from generated source code fragments. Normal C, C++ and
-# Fortran comments will always remain visible.
-# The default value is: YES.
-
-STRIP_CODE_COMMENTS    = YES
-
-# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
-# entity all documented functions referencing it will be listed.
-# The default value is: NO.
-
-REFERENCED_BY_RELATION = NO
-
-# If the REFERENCES_RELATION tag is set to YES then for each documented function
-# all documented entities called/used by that function will be listed.
-# The default value is: NO.
-
-REFERENCES_RELATION    = NO
-
-# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
-# to YES then the hyperlinks from functions in REFERENCES_RELATION and
-# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
-# link to the documentation.
-# The default value is: YES.
-
-REFERENCES_LINK_SOURCE = YES
-
-# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
-# source code will show a tooltip with additional information such as prototype,
-# brief description and links to the definition and documentation. Since this
-# will make the HTML file larger and loading of large files a bit slower, you
-# can opt to disable this feature.
-# The default value is: YES.
-# This tag requires that the tag SOURCE_BROWSER is set to YES.
-
-SOURCE_TOOLTIPS        = YES
-
-# If the USE_HTAGS tag is set to YES then the references to source code will
-# point to the HTML generated by the htags(1) tool instead of doxygen built-in
-# source browser. The htags tool is part of GNU's global source tagging system
-# (see https://www.gnu.org/software/global/global.html). You will need version
-# 4.8.6 or higher.
-#
-# To use it do the following:
-# - Install the latest version of global
-# - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
-# - Make sure the INPUT points to the root of the source tree
-# - Run doxygen as normal
-#
-# Doxygen will invoke htags (and that will in turn invoke gtags), so these
-# tools must be available from the command line (i.e. in the search path).
-#
-# The result: instead of the source browser generated by doxygen, the links to
-# source code will now point to the output of htags.
-# The default value is: NO.
-# This tag requires that the tag SOURCE_BROWSER is set to YES.
-
-USE_HTAGS              = NO
-
-# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
-# verbatim copy of the header file for each class for which an include is
-# specified. Set to NO to disable this.
-# See also: Section \class.
-# The default value is: YES.
-
-VERBATIM_HEADERS       = YES
-
-#---------------------------------------------------------------------------
-# Configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
-# compounds will be generated. Enable this if the project contains a lot of
-# classes, structs, unions or interfaces.
-# The default value is: YES.
-
-ALPHABETICAL_INDEX     = YES
-
-# The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes)
-# that should be ignored while generating the index headers. The IGNORE_PREFIX
-# tag works for classes, function and member names. The entity will be placed in
-# the alphabetical list under the first letter of the entity name that remains
-# after removing the prefix.
-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
-
-IGNORE_PREFIX          =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the HTML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
-# The default value is: YES.
-
-GENERATE_HTML          = YES
-
-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: html.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_OUTPUT            = tank_design
-
-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
-# generated HTML page (for example: .htm, .php, .asp).
-# The default value is: .html.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_FILE_EXTENSION    = .html
-
-# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
-# each generated HTML page. If the tag is left blank doxygen will generate a
-# standard header.
-#
-# To get valid HTML the header file that includes any scripts and style sheets
-# that doxygen needs, which is dependent on the configuration options used (e.g.
-# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
-# default header using
-# doxygen -w html new_header.html new_footer.html new_stylesheet.css
-# YourConfigFile
-# and then modify the file new_header.html. See also section "Doxygen usage"
-# for information on how to generate the default header that doxygen normally
-# uses.
-# Note: The header is subject to change so you typically have to regenerate the
-# default header when upgrading to a newer version of doxygen. For a description
-# of the possible markers and block names see the documentation.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_HEADER            = header.html
-
-# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
-# generated HTML page. If the tag is left blank doxygen will generate a standard
-# footer. See HTML_HEADER for more information on how to generate a default
-# footer and what special commands can be used inside the footer. See also
-# section "Doxygen usage" for information on how to generate the default footer
-# that doxygen normally uses.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_FOOTER            =
-
-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
-# sheet that is used by each HTML page. It can be used to fine-tune the look of
-# the HTML output. If left blank doxygen will generate a default style sheet.
-# See also section "Doxygen usage" for information on how to generate the style
-# sheet that doxygen normally uses.
-# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
-# it is more robust and this tag (HTML_STYLESHEET) will in the future become
-# obsolete.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_STYLESHEET        =
-
-# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
-# cascading style sheets that are included after the standard style sheets
-# created by doxygen. Using this option one can overrule certain style aspects.
-# This is preferred over using HTML_STYLESHEET since it does not replace the
-# standard style sheet and is therefore more robust against future updates.
-# Doxygen will copy the style sheet files to the output directory.
-# Note: The order of the extra style sheet files is of importance (e.g. the last
-# style sheet in the list overrules the setting of the previous ones in the
-# list).
-# Note: Since the styling of scrollbars can currently not be overruled in
-# Webkit/Chromium, the styling will be left out of the default doxygen.css if
-# one or more extra stylesheets have been specified. So if scrollbar
-# customization is desired it has to be added explicitly. For an example see the
-# documentation.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_EXTRA_STYLESHEET  = ../../libs/extern/doxygen-awesome-css/doxygen-awesome.css
-
-# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
-# other source files which should be copied to the HTML output directory. Note
-# that these files will be copied to the base HTML output directory. Use the
-# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
-# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
-# files will be copied as-is; there are no commands or markers available.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_EXTRA_FILES       = ../../libs/extern/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js\
-    ../../libs/extern/doxygen-awesome-css/doxygen-awesome-tabs.js\
-    ../../libs/extern/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
-
-# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
-# should be rendered with a dark or light theme.
-# Possible values are: LIGHT always generate light mode output, DARK always
-# generate dark mode output, AUTO_LIGHT automatically set the mode according to
-# the user preference, use light mode if no preference is set (the default),
-# AUTO_DARK automatically set the mode according to the user preference, use
-# dark mode if no preference is set and TOGGLE allow to user to switch between
-# light and dark mode via a button.
-# The default value is: AUTO_LIGHT.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_COLORSTYLE        = LIGHT
-
-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
-# will adjust the colors in the style sheet and background images according to
-# this color. Hue is specified as an angle on a color-wheel, see
-# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
-# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
-# purple, and 360 is red again.
-# Minimum value: 0, maximum value: 359, default value: 220.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_COLORSTYLE_HUE    = 220
-
-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
-# in the HTML output. For a value of 0 the output will use gray-scales only. A
-# value of 255 will produce the most vivid colors.
-# Minimum value: 0, maximum value: 255, default value: 100.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_COLORSTYLE_SAT    = 100
-
-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
-# luminance component of the colors in the HTML output. Values below 100
-# gradually make the output lighter, whereas values above 100 make the output
-# darker. The value divided by 100 is the actual gamma applied, so 80 represents
-# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
-# change the gamma.
-# Minimum value: 40, maximum value: 240, default value: 80.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_COLORSTYLE_GAMMA  = 80
-
-# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
-# documentation will contain a main index with vertical navigation menus that
-# are dynamically created via JavaScript. If disabled, the navigation index will
-# consists of multiple levels of tabs that are statically embedded in every HTML
-# page. Disable this option to support browsers that do not have JavaScript,
-# like the Qt help browser.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_DYNAMIC_MENUS     = YES
-
-# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
-# documentation will contain sections that can be hidden and shown after the
-# page has loaded.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_DYNAMIC_SECTIONS  = NO
-
-# If the HTML_CODE_FOLDING tag is set to YES then classes and functions can be
-# dynamically folded and expanded in the generated HTML source code.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_CODE_FOLDING      = YES
-
-# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
-# shown in the various tree structured indices initially; the user can expand
-# and collapse entries dynamically later on. Doxygen will expand the tree to
-# such a level that at most the specified number of entries are visible (unless
-# a fully collapsed tree already exceeds this amount). So setting the number of
-# entries 1 will produce a full collapsed tree by default. 0 is a special value
-# representing an infinite number of entries and will result in a full expanded
-# tree by default.
-# Minimum value: 0, maximum value: 9999, default value: 100.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_INDEX_NUM_ENTRIES = 100
-
-# If the GENERATE_DOCSET tag is set to YES, additional index files will be
-# generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see:
-# https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To
-# create a documentation set, doxygen will generate a Makefile in the HTML
-# output directory. Running make will produce the docset in that directory and
-# running make install will install the docset in
-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy
-# genXcode/_index.html for more information.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-GENERATE_DOCSET        = NO
-
-# This tag determines the name of the docset feed. A documentation feed provides
-# an umbrella under which multiple documentation sets from a single provider
-# (such as a company or product suite) can be grouped.
-# The default value is: Doxygen generated docs.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_FEEDNAME        = "Doxygen generated docs"
-
-# This tag determines the URL of the docset feed. A documentation feed provides
-# an umbrella under which multiple documentation sets from a single provider
-# (such as a company or product suite) can be grouped.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_FEEDURL         =
-
-# This tag specifies a string that should uniquely identify the documentation
-# set bundle. This should be a reverse domain-name style string, e.g.
-# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_BUNDLE_ID       = org.doxygen.Project
-
-# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
-# the documentation publisher. This should be a reverse domain-name style
-# string, e.g. com.mycompany.MyDocSet.documentation.
-# The default value is: org.doxygen.Publisher.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_PUBLISHER_ID    = org.doxygen.Publisher
-
-# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
-# The default value is: Publisher.
-# This tag requires that the tag GENERATE_DOCSET is set to YES.
-
-DOCSET_PUBLISHER_NAME  = Publisher
-
-# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
-# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
-# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
-# on Windows. In the beginning of 2021 Microsoft took the original page, with
-# a.o. the download links, offline the HTML help workshop was already many years
-# in maintenance mode). You can download the HTML help workshop from the web
-# archives at Installation executable (see:
-# http://web.archive.org/web/20160201063255/http://download.microsoft.com/downlo
-# ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
-#
-# The HTML Help Workshop contains a compiler that can convert all HTML output
-# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
-# files are now used as the Windows 98 help format, and will replace the old
-# Windows help format (.hlp) on all Windows platforms in the future. Compressed
-# HTML files also contain an index, a table of contents, and you can search for
-# words in the documentation. The HTML workshop also contains a viewer for
-# compressed HTML files.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-GENERATE_HTMLHELP      = NO
-
-# The CHM_FILE tag can be used to specify the file name of the resulting .chm
-# file. You can add a path in front of the file if the result should not be
-# written to the html output directory.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-CHM_FILE               =
-
-# The HHC_LOCATION tag can be used to specify the location (absolute path
-# including file name) of the HTML help compiler (hhc.exe). If non-empty,
-# doxygen will try to run the HTML help compiler on the generated index.hhp.
-# The file has to be specified with full path.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-HHC_LOCATION           =
-
-# The GENERATE_CHI flag controls if a separate .chi index file is generated
-# (YES) or that it should be included in the main .chm file (NO).
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-GENERATE_CHI           = NO
-
-# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
-# and project file content.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-CHM_INDEX_ENCODING     =
-
-# The BINARY_TOC flag controls whether a binary table of contents is generated
-# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
-# enables the Previous and Next buttons.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-BINARY_TOC             = NO
-
-# The TOC_EXPAND flag can be set to YES to add extra items for group members to
-# the table of contents of the HTML help documentation and to the tree view.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-
-TOC_EXPAND             = NO
-
-# The SITEMAP_URL tag is used to specify the full URL of the place where the
-# generated documentation will be placed on the server by the user during the
-# deployment of the documentation. The generated sitemap is called sitemap.xml
-# and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL
-# is specified no sitemap is generated. For information about the sitemap
-# protocol see https://www.sitemaps.org
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-SITEMAP_URL            =
-
-# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
-# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
-# (.qch) of the generated HTML documentation.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-GENERATE_QHP           = NO
-
-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
-# the file name of the resulting .qch file. The path specified is relative to
-# the HTML output folder.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
-QCH_FILE               =
-
-# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
-# Project output. For more information please see Qt Help Project / Namespace
-# (see:
-# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
-QHP_NAMESPACE          = org.doxygen.Project
-
-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
-# Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see:
-# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
-# The default value is: doc.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
-QHP_VIRTUAL_FOLDER     = doc
-
-# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
-# filter to add. For more information please see Qt Help Project / Custom
-# Filters (see:
-# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
-QHP_CUST_FILTER_NAME   =
-
-# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
-# custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see:
-# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
-QHP_CUST_FILTER_ATTRS  =
-
-# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
-# project's filter section matches. Qt Help Project / Filter Attributes (see:
-# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
-QHP_SECT_FILTER_ATTRS  =
-
-# The QHG_LOCATION tag can be used to specify the location (absolute path
-# including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
-# run qhelpgenerator on the generated .qhp file.
-# This tag requires that the tag GENERATE_QHP is set to YES.
-
-QHG_LOCATION           =
-
-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
-# generated, together with the HTML files, they form an Eclipse help plugin. To
-# install this plugin and make it available under the help contents menu in
-# Eclipse, the contents of the directory containing the HTML and XML files needs
-# to be copied into the plugins directory of eclipse. The name of the directory
-# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
-# After copying Eclipse needs to be restarted before the help appears.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-GENERATE_ECLIPSEHELP   = NO
-
-# A unique identifier for the Eclipse help plugin. When installing the plugin
-# the directory name containing the HTML and XML files should also have this
-# name. Each documentation set should have its own identifier.
-# The default value is: org.doxygen.Project.
-# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
-
-ECLIPSE_DOC_ID         = org.doxygen.Project
-
-# If you want full control over the layout of the generated HTML pages it might
-# be necessary to disable the index and replace it with your own. The
-# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
-# of each HTML page. A value of NO enables the index and the value YES disables
-# it. Since the tabs in the index contain the same information as the navigation
-# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-DISABLE_INDEX          = NO
-
-# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
-# structure should be generated to display hierarchical information. If the tag
-# value is set to YES, a side panel will be generated containing a tree-like
-# index structure (just like the one that is generated for HTML Help). For this
-# to work a browser that supports JavaScript, DHTML, CSS and frames is required
-# (i.e. any modern browser). Windows users are probably better off using the
-# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
-# further fine tune the look of the index (see "Fine-tuning the output"). As an
-# example, the default style sheet generated by doxygen has an example that
-# shows how to put an image at the root of the tree instead of the PROJECT_NAME.
-# Since the tree basically has the same information as the tab index, you could
-# consider setting DISABLE_INDEX to YES when enabling this option.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-GENERATE_TREEVIEW      = YES
-
-# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
-# FULL_SIDEBAR option determines if the side bar is limited to only the treeview
-# area (value NO) or if it should extend to the full height of the window (value
-# YES). Setting this to YES gives a layout similar to
-# https://docs.readthedocs.io with more room for contents, but less room for the
-# project logo, title, and description. If either GENERATE_TREEVIEW or
-# DISABLE_INDEX is set to NO, this option has no effect.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-FULL_SIDEBAR           = NO
-
-# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
-# doxygen will group on one line in the generated HTML documentation.
-#
-# Note that a value of 0 will completely suppress the enum values from appearing
-# in the overview section.
-# Minimum value: 0, maximum value: 20, default value: 4.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-ENUM_VALUES_PER_LINE   = 4
-
-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
-# to set the initial width (in pixels) of the frame in which the tree is shown.
-# Minimum value: 0, maximum value: 1500, default value: 250.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-TREEVIEW_WIDTH         = 250
-
-# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
-# external symbols imported via tag files in a separate window.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-EXT_LINKS_IN_WINDOW    = NO
-
-# If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email
-# addresses.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-OBFUSCATE_EMAILS       = YES
-
-# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
-# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
-# https://inkscape.org) to generate formulas as SVG images instead of PNGs for
-# the HTML output. These images will generally look nicer at scaled resolutions.
-# Possible values are: png (the default) and svg (looks nicer but requires the
-# pdf2svg or inkscape tool).
-# The default value is: png.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-HTML_FORMULA_FORMAT    = png
-
-# Use this tag to change the font size of LaTeX formulas included as images in
-# the HTML documentation. When you change the font size after a successful
-# doxygen run you need to manually remove any form_*.png images from the HTML
-# output directory to force them to be regenerated.
-# Minimum value: 8, maximum value: 50, default value: 10.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-FORMULA_FONTSIZE       = 14
-
-# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
-# to create new LaTeX commands to be used in formulas as building blocks. See
-# the section "Including formulas" for details.
-
-FORMULA_MACROFILE      =
-
-# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# https://www.mathjax.org) which uses client side JavaScript for the rendering
-# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
-# installed or if you want to formulas look prettier in the HTML output. When
-# enabled you may also need to install MathJax separately and configure the path
-# to it using the MATHJAX_RELPATH option.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-USE_MATHJAX            = YES
-
-# With MATHJAX_VERSION it is possible to specify the MathJax version to be used.
-# Note that the different versions of MathJax have different requirements with
-# regards to the different settings, so it is possible that also other MathJax
-# settings have to be changed when switching between the different MathJax
-# versions.
-# Possible values are: MathJax_2 and MathJax_3.
-# The default value is: MathJax_2.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
-MATHJAX_VERSION        = MathJax_2
-
-# When MathJax is enabled you can set the default output format to be used for
-# the MathJax output. For more details about the output format see MathJax
-# version 2 (see:
-# http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
-# (see:
-# http://docs.mathjax.org/en/latest/web/components/output.html).
-# Possible values are: HTML-CSS (which is slower, but has the best
-# compatibility. This is the name for Mathjax version 2, for MathJax version 3
-# this will be translated into chtml), NativeMML (i.e. MathML. Only supported
-# for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This
-# is the name for Mathjax version 3, for MathJax version 2 this will be
-# translated into HTML-CSS) and SVG.
-# The default value is: HTML-CSS.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
-MATHJAX_FORMAT         = HTML-CSS
-
-# When MathJax is enabled you need to specify the location relative to the HTML
-# output directory using the MATHJAX_RELPATH option. The destination directory
-# should contain the MathJax.js script. For instance, if the mathjax directory
-# is located at the same level as the HTML output directory, then
-# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
-# Content Delivery Network so you can quickly see the result without installing
-# MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from https://www.mathjax.org before deployment. The default value is:
-# - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
-# - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
-MATHJAX_RELPATH        =
-
-# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
-# extension names that should be enabled during MathJax rendering. For example
-# for MathJax version 2 (see
-# https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
-# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
-# For example for MathJax version 3 (see
-# http://docs.mathjax.org/en/latest/input/tex/extensions/index.html):
-# MATHJAX_EXTENSIONS = ams
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
-MATHJAX_EXTENSIONS     =
-
-# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
-# of code that will be used on startup of the MathJax code. See the MathJax site
-# (see:
-# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
-# example see the documentation.
-# This tag requires that the tag USE_MATHJAX is set to YES.
-
-MATHJAX_CODEFILE       =
-
-# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
-# the HTML output. The underlying search engine uses javascript and DHTML and
-# should work on any modern browser. Note that when using HTML help
-# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
-# there is already a search function so this one should typically be disabled.
-# For large projects the javascript based search engine can be slow, then
-# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
-# search using the keyboard; to jump to the search box use <access key> + S
-# (what the <access key> is depends on the OS and browser, but it is typically
-# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
-# key> to jump into the search results window, the results can be navigated
-# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
-# the search. The filter options can be selected when the cursor is inside the
-# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
-# to select a filter and <Enter> or <escape> to activate or cancel the filter
-# option.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_HTML is set to YES.
-
-SEARCHENGINE           = YES
-
-# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
-# implemented using a web server instead of a web client using JavaScript. There
-# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
-# setting. When disabled, doxygen will generate a PHP script for searching and
-# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
-# and searching needs to be provided by external tools. See the section
-# "External Indexing and Searching" for details.
-# The default value is: NO.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
-SERVER_BASED_SEARCH    = NO
-
-# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
-# script for searching. Instead the search results are written to an XML file
-# which needs to be processed by an external indexer. Doxygen will invoke an
-# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
-# search results.
-#
-# Doxygen ships with an example indexer (doxyindexer) and search engine
-# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see:
-# https://xapian.org/).
-#
-# See the section "External Indexing and Searching" for details.
-# The default value is: NO.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
-EXTERNAL_SEARCH        = NO
-
-# The SEARCHENGINE_URL should point to a search engine hosted by a web server
-# which will return the search results when EXTERNAL_SEARCH is enabled.
-#
-# Doxygen ships with an example indexer (doxyindexer) and search engine
-# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see:
-# https://xapian.org/). See the section "External Indexing and Searching" for
-# details.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
-SEARCHENGINE_URL       =
-
-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
-# search data is written to a file for indexing by an external tool. With the
-# SEARCHDATA_FILE tag the name of this file can be specified.
-# The default file is: searchdata.xml.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
-SEARCHDATA_FILE        = searchdata.xml
-
-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
-# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
-# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
-# projects and redirect the results back to the right project.
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
-EXTERNAL_SEARCH_ID     =
-
-# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
-# projects other than the one defined by this configuration file, but that are
-# all added to the same external search index. Each project needs to have a
-# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
-# to a relative location where the documentation can be found. The format is:
-# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
-# This tag requires that the tag SEARCHENGINE is set to YES.
-
-EXTRA_SEARCH_MAPPINGS  =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
-# The default value is: YES.
-
-GENERATE_LATEX         = NO
-
-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: latex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_OUTPUT           = latex
-
-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
-# invoked.
-#
-# Note that when not enabling USE_PDFLATEX the default is latex when enabling
-# USE_PDFLATEX the default is pdflatex and when in the later case latex is
-# chosen this is overwritten by pdflatex. For specific output languages the
-# default can have been set differently, this depends on the implementation of
-# the output language.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_CMD_NAME         =
-
-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
-# index for LaTeX.
-# Note: This tag is used in the Makefile / make.bat.
-# See also: LATEX_MAKEINDEX_CMD for the part in the generated output file
-# (.tex).
-# The default file is: makeindex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-MAKEINDEX_CMD_NAME     = makeindex
-
-# The LATEX_MAKEINDEX_CMD tag can be used to specify the command name to
-# generate index for LaTeX. In case there is no backslash (\) as first character
-# it will be automatically added in the LaTeX code.
-# Note: This tag is used in the generated output file (.tex).
-# See also: MAKEINDEX_CMD_NAME for the part in the Makefile / make.bat.
-# The default value is: makeindex.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_MAKEINDEX_CMD    = makeindex
-
-# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
-# documents. This may be useful for small projects and may help to save some
-# trees in general.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-COMPACT_LATEX          = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used by the
-# printer.
-# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
-# 14 inches) and executive (7.25 x 10.5 inches).
-# The default value is: a4.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-PAPER_TYPE             = a4
-
-# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
-# that should be included in the LaTeX output. The package can be specified just
-# by its name or with the correct syntax as to be used with the LaTeX
-# \usepackage command. To get the times font for instance you can specify :
-# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
-# To use the option intlimits with the amsmath package you can specify:
-# EXTRA_PACKAGES=[intlimits]{amsmath}
-# If left blank no extra packages will be included.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-EXTRA_PACKAGES         = amsmath
-
-# The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
-# the generated LaTeX document. The header should contain everything until the
-# first chapter. If it is left blank doxygen will generate a standard header. It
-# is highly recommended to start with a default header using
-# doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
-# and then modify the file new_header.tex. See also section "Doxygen usage" for
-# information on how to generate the default header that doxygen normally uses.
-#
-# Note: Only use a user-defined header if you know what you are doing!
-# Note: The header is subject to change so you typically have to regenerate the
-# default header when upgrading to a newer version of doxygen. The following
-# commands have a special meaning inside the header (and footer): For a
-# description of the possible markers and block names see the documentation.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_HEADER           =
-
-# The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
-# the generated LaTeX document. The footer should contain everything after the
-# last chapter. If it is left blank doxygen will generate a standard footer. See
-# LATEX_HEADER for more information on how to generate a default footer and what
-# special commands can be used inside the footer. See also section "Doxygen
-# usage" for information on how to generate the default footer that doxygen
-# normally uses. Note: Only use a user-defined footer if you know what you are
-# doing!
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_FOOTER           =
-
-# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
-# LaTeX style sheets that are included after the standard style sheets created
-# by doxygen. Using this option one can overrule certain style aspects. Doxygen
-# will copy the style sheet files to the output directory.
-# Note: The order of the extra style sheet files is of importance (e.g. the last
-# style sheet in the list overrules the setting of the previous ones in the
-# list).
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_EXTRA_STYLESHEET =
-
-# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
-# other source files which should be copied to the LATEX_OUTPUT output
-# directory. Note that the files will be copied as-is; there are no commands or
-# markers available.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_EXTRA_FILES      =
-
-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
-# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
-# contain links (just like the HTML output) instead of page references. This
-# makes the output suitable for online browsing using a PDF viewer.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-PDF_HYPERLINKS         = YES
-
-# If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
-# specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX
-# files. Set this option to YES, to get a higher quality PDF documentation.
-#
-# See also section LATEX_CMD_NAME for selecting the engine.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-USE_PDFLATEX           = YES
-
-# The LATEX_BATCHMODE tag signals the behavior of LaTeX in case of an error.
-# Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
-# mode nothing is printed on the terminal, errors are scrolled as if <return> is
-# hit at every error; missing files that TeX tries to input or request from
-# keyboard input (\read on a not open input stream) cause the job to abort,
-# NON_STOP In nonstop mode the diagnostic message will appear on the terminal,
-# but there is no possibility of user interaction just like in batch mode,
-# SCROLL In scroll mode, TeX will stop only for missing files to input or if
-# keyboard input is necessary and ERROR_STOP In errorstop mode, TeX will stop at
-# each error, asking for user intervention.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_BATCHMODE        = NO
-
-# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
-# index chapters (such as File Index, Compound Index, etc.) in the output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_HIDE_INDICES     = NO
-
-# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
-# bibliography, e.g. plainnat, or ieeetr. See
-# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
-# The default value is: plain.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_BIB_STYLE        = plain
-
-# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
-# path from which the emoji images will be read. If a relative path is entered,
-# it will be relative to the LATEX_OUTPUT directory. If left blank the
-# LATEX_OUTPUT directory will be used.
-# This tag requires that the tag GENERATE_LATEX is set to YES.
-
-LATEX_EMOJI_DIRECTORY  =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the RTF output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
-# RTF output is optimized for Word 97 and may not look too pretty with other RTF
-# readers/editors.
-# The default value is: NO.
-
-GENERATE_RTF           = NO
-
-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: rtf.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
-RTF_OUTPUT             = rtf
-
-# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
-# documents. This may be useful for small projects and may help to save some
-# trees in general.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
-COMPACT_RTF            = NO
-
-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
-# contain hyperlink fields. The RTF file will contain links (just like the HTML
-# output) instead of page references. This makes the output suitable for online
-# browsing using Word or some other Word compatible readers that support those
-# fields.
-#
-# Note: WordPad (write) and others do not support links.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
-RTF_HYPERLINKS         = NO
-
-# Load stylesheet definitions from file. Syntax is similar to doxygen's
-# configuration file, i.e. a series of assignments. You only have to provide
-# replacements, missing definitions are set to their default value.
-#
-# See also section "Doxygen usage" for information on how to generate the
-# default style sheet that doxygen normally uses.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
-RTF_STYLESHEET_FILE    =
-
-# Set optional variables used in the generation of an RTF document. Syntax is
-# similar to doxygen's configuration file. A template extensions file can be
-# generated using doxygen -e rtf extensionFile.
-# This tag requires that the tag GENERATE_RTF is set to YES.
-
-RTF_EXTENSIONS_FILE    =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the man page output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
-# classes and files.
-# The default value is: NO.
-
-GENERATE_MAN           = NO
-
-# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it. A directory man3 will be created inside the directory specified by
-# MAN_OUTPUT.
-# The default directory is: man.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
-MAN_OUTPUT             = man
-
-# The MAN_EXTENSION tag determines the extension that is added to the generated
-# man pages. In case the manual section does not start with a number, the number
-# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
-# optional.
-# The default value is: .3.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
-MAN_EXTENSION          = .3
-
-# The MAN_SUBDIR tag determines the name of the directory created within
-# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
-# MAN_EXTENSION with the initial . removed.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
-MAN_SUBDIR             =
-
-# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
-# will generate one additional man file for each entity documented in the real
-# man page(s). These additional files only source the real man page, but without
-# them the man command would be unable to find the correct page.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_MAN is set to YES.
-
-MAN_LINKS              = NO
-
-#---------------------------------------------------------------------------
-# Configuration options related to the XML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
-# captures the structure of the code including all documentation.
-# The default value is: NO.
-
-GENERATE_XML           = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
-# it.
-# The default directory is: xml.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
-XML_OUTPUT             = xml
-
-# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
-# listings (including syntax highlighting and cross-referencing information) to
-# the XML output. Note that enabling this will significantly increase the size
-# of the XML output.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
-XML_PROGRAMLISTING     = YES
-
-# If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
-# namespace members in file scope as well, matching the HTML output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_XML is set to YES.
-
-XML_NS_MEMB_FILE_SCOPE = NO
-
-#---------------------------------------------------------------------------
-# Configuration options related to the DOCBOOK output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
-# that can be used to generate PDF.
-# The default value is: NO.
-
-GENERATE_DOCBOOK       = NO
-
-# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
-# front of it.
-# The default directory is: docbook.
-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
-
-DOCBOOK_OUTPUT         = docbook
-
-#---------------------------------------------------------------------------
-# Configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see https://autogen.sourceforge.net/) file that captures
-# the structure of the code including all documentation. Note that this feature
-# is still experimental and incomplete at the moment.
-# The default value is: NO.
-
-GENERATE_AUTOGEN_DEF   = NO
-
-#---------------------------------------------------------------------------
-# Configuration options related to Sqlite3 output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_SQLITE3 tag is set to YES doxygen will generate a Sqlite3
-# database with symbols found by doxygen stored in tables.
-# The default value is: NO.
-
-GENERATE_SQLITE3       = NO
-
-# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
-# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
-# in front of it.
-# The default directory is: sqlite3.
-# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
-
-SQLITE3_OUTPUT         = sqlite3
-
-# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
-# database file will be recreated with each doxygen run. If set to NO, doxygen
-# will warn if an a database file is already found and not modify it.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
-
-SQLITE3_RECREATE_DB    = YES
-
-#---------------------------------------------------------------------------
-# Configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
-# file that captures the structure of the code including all documentation.
-#
-# Note that this feature is still experimental and incomplete at the moment.
-# The default value is: NO.
-
-GENERATE_PERLMOD       = NO
-
-# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
-# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
-# output from the Perl module output.
-# The default value is: NO.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
-PERLMOD_LATEX          = NO
-
-# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
-# formatted so it can be parsed by a human reader. This is useful if you want to
-# understand what is going on. On the other hand, if this tag is set to NO, the
-# size of the Perl module output will be much smaller and Perl will parse it
-# just the same.
-# The default value is: YES.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
-PERLMOD_PRETTY         = YES
-
-# The names of the make variables in the generated doxyrules.make file are
-# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
-# so different doxyrules.make files included by the same Makefile don't
-# overwrite each other's variables.
-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
-
-PERLMOD_MAKEVAR_PREFIX =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-
-# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
-# C-preprocessor directives found in the sources and include files.
-# The default value is: YES.
-
-ENABLE_PREPROCESSING   = YES
-
-# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
-# in the source code. If set to NO, only conditional compilation will be
-# performed. Macro expansion can be done in a controlled way by setting
-# EXPAND_ONLY_PREDEF to YES.
-# The default value is: NO.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
-MACRO_EXPANSION        = NO
-
-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
-# the macro expansion is limited to the macros specified with the PREDEFINED and
-# EXPAND_AS_DEFINED tags.
-# The default value is: NO.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
-EXPAND_ONLY_PREDEF     = NO
-
-# If the SEARCH_INCLUDES tag is set to YES, the include files in the
-# INCLUDE_PATH will be searched if a #include is found.
-# The default value is: YES.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
-SEARCH_INCLUDES        = YES
-
-# The INCLUDE_PATH tag can be used to specify one or more directories that
-# contain include files that are not input files but should be processed by the
-# preprocessor. Note that the INCLUDE_PATH is not recursive, so the setting of
-# RECURSIVE has no effect here.
-# This tag requires that the tag SEARCH_INCLUDES is set to YES.
-
-INCLUDE_PATH           =
-
-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
-# patterns (like *.h and *.hpp) to filter out the header-files in the
-# directories. If left blank, the patterns specified with FILE_PATTERNS will be
-# used.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
-INCLUDE_FILE_PATTERNS  =
-
-# The PREDEFINED tag can be used to specify one or more macro names that are
-# defined before the preprocessor is started (similar to the -D option of e.g.
-# gcc). The argument of the tag is a list of macros of the form: name or
-# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
-# is assumed. To prevent a macro definition from being undefined via #undef or
-# recursively expanded use the := operator instead of the = operator.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
-PREDEFINED             =
-
-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
-# tag can be used to specify a list of macro names that should be expanded. The
-# macro definition that is found in the sources will be used. Use the PREDEFINED
-# tag if you want to use a different macro definition that overrules the
-# definition found in the source code.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
-EXPAND_AS_DEFINED      =
-
-# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
-# remove all references to function-like macros that are alone on a line, have
-# an all uppercase name, and do not end with a semicolon. Such function macros
-# are typically used for boiler-plate code, and will confuse the parser if not
-# removed.
-# The default value is: YES.
-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-
-SKIP_FUNCTION_MACROS   = YES
-
-#---------------------------------------------------------------------------
-# Configuration options related to external references
-#---------------------------------------------------------------------------
-
-# The TAGFILES tag can be used to specify one or more tag files. For each tag
-# file the location of the external documentation should be added. The format of
-# a tag file without this location is as follows:
-# TAGFILES = file1 file2 ...
-# Adding location for the tag files is done as follows:
-# TAGFILES = file1=loc1 "file2 = loc2" ...
-# where loc1 and loc2 can be relative or absolute paths or URLs. See the
-# section "Linking to external documentation" for more information about the use
-# of tag files.
-# Note: Each tag file must have a unique name (where the name does NOT include
-# the path). If a tag file is not located in the directory in which doxygen is
-# run, you must also specify the path to the tagfile here.
-
-TAGFILES               =
-
-# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
-# tag file that is based on the input files it reads. See section "Linking to
-# external documentation" for more information about the usage of tag files.
-
-GENERATE_TAGFILE       =
-
-# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
-# will be listed in the class and namespace index. If set to NO, only the
-# inherited external classes will be listed.
-# The default value is: NO.
-
-ALLEXTERNALS           = NO
-
-# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
-# in the topic index. If set to NO, only the current project's groups will be
-# listed.
-# The default value is: YES.
-
-EXTERNAL_GROUPS        = YES
-
-# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
-# the related pages index. If set to NO, only the current project's pages will
-# be listed.
-# The default value is: YES.
-
-EXTERNAL_PAGES         = YES
-
-#---------------------------------------------------------------------------
-# Configuration options related to diagram generator tools
-#---------------------------------------------------------------------------
-
-# If set to YES the inheritance and collaboration graphs will hide inheritance
-# and usage relations if the target is undocumented or is not a class.
-# The default value is: YES.
-
-HIDE_UNDOC_RELATIONS   = YES
-
-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
-# available from the path. This tool is part of Graphviz (see:
-# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
-# Bell Labs. The other options in this section have no effect if this option is
-# set to NO
-# The default value is: NO.
-
-HAVE_DOT               = NO
-
-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
-# to run in parallel. When set to 0 doxygen will base this on the number of
-# processors available in the system. You can set it explicitly to a value
-# larger than 0 to get control over the balance between CPU load and processing
-# speed.
-# Minimum value: 0, maximum value: 32, default value: 0.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_NUM_THREADS        = 0
-
-# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of
-# subgraphs. When you want a differently looking font in the dot files that
-# doxygen generates you can specify fontname, fontcolor and fontsize attributes.
-# For details please see <a href=https://graphviz.org/doc/info/attrs.html>Node,
-# Edge and Graph Attributes specification</a> You need to make sure dot is able
-# to find the font, which can be done by putting it in a standard location or by
-# setting the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
-# directory containing the font. Default graphviz fontsize is 14.
-# The default value is: fontname=Helvetica,fontsize=10.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_COMMON_ATTR        = "fontname=Helvetica,fontsize=10"
-
-# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
-# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
-# href=https://graphviz.org/doc/info/arrows.html>Complete documentation about
-# arrows shapes.</a>
-# The default value is: labelfontname=Helvetica,labelfontsize=10.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_EDGE_ATTR          = "labelfontname=Helvetica,labelfontsize=10"
-
-# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
-# around nodes set 'shape=plain' or 'shape=plaintext' <a
-# href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
-# The default value is: shape=box,height=0.2,width=0.4.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_NODE_ATTR          = "shape=box,height=0.2,width=0.4"
-
-# You can set the path where dot can find font specified with fontname in
-# DOT_COMMON_ATTR and others dot attributes.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_FONTPATH           =
-
-# If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
-# generate a graph for each documented class showing the direct and indirect
-# inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
-# HAVE_DOT is enabled as well, then dot will be used to draw the graph. In case
-# the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
-# CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
-# If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance
-# relations will be shown as texts / links.
-# Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
-# The default value is: YES.
-
-CLASS_GRAPH            = YES
-
-# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
-# graph for each documented class showing the direct and indirect implementation
-# dependencies (inheritance, containment, and class references variables) of the
-# class with other documented classes. Explicit enabling a collaboration graph,
-# when COLLABORATION_GRAPH is set to NO, can be accomplished by means of the
-# command \collaborationgraph. Disabling a collaboration graph can be
-# accomplished by means of the command \hidecollaborationgraph.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-COLLABORATION_GRAPH    = YES
-
-# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
-# groups, showing the direct groups dependencies. Explicit enabling a group
-# dependency graph, when GROUP_GRAPHS is set to NO, can be accomplished by means
-# of the command \groupgraph. Disabling a directory graph can be accomplished by
-# means of the command \hidegroupgraph. See also the chapter Grouping in the
-# manual.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-GROUP_GRAPHS           = YES
-
-# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
-# collaboration diagrams in a style similar to the OMG's Unified Modeling
-# Language.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-UML_LOOK               = NO
-
-# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
-# class node. If there are many fields or methods and many nodes the graph may
-# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
-# number of items for each type to make the size more manageable. Set this to 0
-# for no limit. Note that the threshold may be exceeded by 50% before the limit
-# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
-# but if the number exceeds 15, the total amount of fields shown is limited to
-# 10.
-# Minimum value: 0, maximum value: 100, default value: 10.
-# This tag requires that the tag UML_LOOK is set to YES.
-
-UML_LIMIT_NUM_FIELDS   = 10
-
-# If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
-# methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS
-# tag is set to YES, doxygen will add type and arguments for attributes and
-# methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
-# will not generate fields with class member information in the UML graphs. The
-# class diagrams will look similar to the default class diagrams but using UML
-# notation for the relationships.
-# Possible values are: NO, YES and NONE.
-# The default value is: NO.
-# This tag requires that the tag UML_LOOK is set to YES.
-
-DOT_UML_DETAILS        = NO
-
-# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
-# to display on a single line. If the actual line length exceeds this threshold
-# significantly it will wrapped across multiple lines. Some heuristics are apply
-# to avoid ugly line breaks.
-# Minimum value: 0, maximum value: 1000, default value: 17.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_WRAP_THRESHOLD     = 17
-
-# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
-# collaboration graphs will show the relations between templates and their
-# instances.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-TEMPLATE_RELATIONS     = NO
-
-# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
-# YES then doxygen will generate a graph for each documented file showing the
-# direct and indirect include dependencies of the file with other documented
-# files. Explicit enabling an include graph, when INCLUDE_GRAPH is is set to NO,
-# can be accomplished by means of the command \includegraph. Disabling an
-# include graph can be accomplished by means of the command \hideincludegraph.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-INCLUDE_GRAPH          = YES
-
-# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
-# set to YES then doxygen will generate a graph for each documented file showing
-# the direct and indirect include dependencies of the file with other documented
-# files. Explicit enabling an included by graph, when INCLUDED_BY_GRAPH is set
-# to NO, can be accomplished by means of the command \includedbygraph. Disabling
-# an included by graph can be accomplished by means of the command
-# \hideincludedbygraph.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-INCLUDED_BY_GRAPH      = YES
-
-# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
-# dependency graph for every global function or class method.
-#
-# Note that enabling this option will significantly increase the time of a run.
-# So in most cases it will be better to enable call graphs for selected
-# functions only using the \callgraph command. Disabling a call graph can be
-# accomplished by means of the command \hidecallgraph.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-CALL_GRAPH             = NO
-
-# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
-# dependency graph for every global function or class method.
-#
-# Note that enabling this option will significantly increase the time of a run.
-# So in most cases it will be better to enable caller graphs for selected
-# functions only using the \callergraph command. Disabling a caller graph can be
-# accomplished by means of the command \hidecallergraph.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-CALLER_GRAPH           = NO
-
-# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
-# hierarchy of all classes instead of a textual one.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-GRAPHICAL_HIERARCHY    = YES
-
-# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
-# dependencies a directory has on other directories in a graphical way. The
-# dependency relations are determined by the #include relations between the
-# files in the directories. Explicit enabling a directory graph, when
-# DIRECTORY_GRAPH is set to NO, can be accomplished by means of the command
-# \directorygraph. Disabling a directory graph can be accomplished by means of
-# the command \hidedirectorygraph.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DIRECTORY_GRAPH        = YES
-
-# The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels
-# of child directories generated in directory dependency graphs by dot.
-# Minimum value: 1, maximum value: 25, default value: 1.
-# This tag requires that the tag DIRECTORY_GRAPH is set to YES.
-
-DIR_GRAPH_MAX_DEPTH    = 1
-
-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
-# generated by dot. For an explanation of the image formats see the section
-# output formats in the documentation of the dot tool (Graphviz (see:
-# https://www.graphviz.org/)).
-# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
-# to make the SVG files visible in IE 9+ (other browsers do not have this
-# requirement).
-# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
-# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
-# png:gdiplus:gdiplus.
-# The default value is: png.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_IMAGE_FORMAT       = png
-
-# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
-# enable generation of interactive SVG images that allow zooming and panning.
-#
-# Note that this requires a modern browser other than Internet Explorer. Tested
-# and working are Firefox, Chrome, Safari, and Opera.
-# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
-# the SVG files visible. Older versions of IE do not have SVG support.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-INTERACTIVE_SVG        = NO
-
-# The DOT_PATH tag can be used to specify the path where the dot tool can be
-# found. If left blank, it is assumed the dot tool can be found in the path.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_PATH               =
-
-# The DOTFILE_DIRS tag can be used to specify one or more directories that
-# contain dot files that are included in the documentation (see the \dotfile
-# command).
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOTFILE_DIRS           =
-
-# You can include diagrams made with dia in doxygen documentation. Doxygen will
-# then run dia to produce the diagram and insert it in the documentation. The
-# DIA_PATH tag allows you to specify the directory where the dia binary resides.
-# If left empty dia is assumed to be found in the default search path.
-
-DIA_PATH               =
-
-# The DIAFILE_DIRS tag can be used to specify one or more directories that
-# contain dia files that are included in the documentation (see the \diafile
-# command).
-
-DIAFILE_DIRS           =
-
-# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
-# path where java can find the plantuml.jar file or to the filename of jar file
-# to be used. If left blank, it is assumed PlantUML is not used or called during
-# a preprocessing step. Doxygen will generate a warning when it encounters a
-# \startuml command in this case and will not generate output for the diagram.
-
-PLANTUML_JAR_PATH      =
-
-# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
-# configuration file for plantuml.
-
-PLANTUML_CFG_FILE      =
-
-# When using plantuml, the specified paths are searched for files specified by
-# the !include statement in a plantuml block.
-
-PLANTUML_INCLUDE_PATH  =
-
-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
-# that will be shown in the graph. If the number of nodes in a graph becomes
-# larger than this value, doxygen will truncate the graph, which is visualized
-# by representing a node as a red box. Note that doxygen if the number of direct
-# children of the root node in a graph is already larger than
-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
-# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-# Minimum value: 0, maximum value: 10000, default value: 50.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_GRAPH_MAX_NODES    = 50
-
-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
-# generated by dot. A depth value of 3 means that only nodes reachable from the
-# root by following a path via at most 3 edges will be shown. Nodes that lay
-# further from the root node will be omitted. Note that setting this option to 1
-# or 2 may greatly reduce the computation time needed for large code bases. Also
-# note that the size of a graph can be further restricted by
-# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
-# Minimum value: 0, maximum value: 1000, default value: 0.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-MAX_DOT_GRAPH_DEPTH    = 0
-
-# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
-# files in one run (i.e. multiple -o and -T options on the command line). This
-# makes dot run faster, but since only newer versions of dot (>1.8.10) support
-# this, this feature is disabled by default.
-# The default value is: NO.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-DOT_MULTI_TARGETS      = NO
-
-# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
-# explaining the meaning of the various boxes and arrows in the dot generated
-# graphs.
-# Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal
-# graphical representation for inheritance and collaboration diagrams is used.
-# The default value is: YES.
-# This tag requires that the tag HAVE_DOT is set to YES.
-
-GENERATE_LEGEND        = YES
-
-# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate
-# files that are used to generate the various graphs.
-#
-# Note: This setting is not only used for dot files but also for msc temporary
-# files.
-# The default value is: YES.
-
-DOT_CLEANUP            = YES
-
-# You can define message sequence charts within doxygen comments using the \msc
-# command. If the MSCGEN_TOOL tag is left empty (the default), then doxygen will
-# use a built-in version of mscgen tool to produce the charts. Alternatively,
-# the MSCGEN_TOOL tag can also specify the name an external tool. For instance,
-# specifying prog as the value, doxygen will call the tool as prog -T
-# <outfile_format> -o <outputfile> <inputfile>. The external tool should support
-# output file formats "png", "eps", "svg", and "ismap".
-
-MSCGEN_TOOL            =
-
-# The MSCFILE_DIRS tag can be used to specify one or more directories that
-# contain msc files that are included in the documentation (see the \mscfile
-# command).
-
-MSCFILE_DIRS           =
diff --git a/tank_design/doc/content/getting_started.md b/tank_design/doc/content/getting_started.md
deleted file mode 100644
index 4994d01d33b0bc22776af5acae9255ce8cef1361..0000000000000000000000000000000000000000
--- a/tank_design/doc/content/getting_started.md
+++ /dev/null
@@ -1,289 +0,0 @@
-# Getting started
-This section will guide you through the necessary steps to get the _tank\_design_ module up and running. It contains information on tool requirements and design parameters.
-
-- [Design method selection](#design-method-selection) - How to set the design method?
-- [Aircraft exchange file](#aircraft-exchange-file) - Get information on necessary parameters from the _acXML_.
-- [Tank design configuration](#configuring-tank-design-parameters-in-the-aircraft-exchange-file) - Learn about parameters used to set the tank configuration.
-- [Module configuration file](#module-configuration-file) - Dive into tank design specific parameters.
-- [Additional requirements](#additional-requirements) - Is anything else necessary to get the module running?
-- [Next steps](#next-steps) - How to proceed?
-
-@note It is assumed that you have the `UNICADO package` installed including the executables and UNICADO libraries.
-
-Generally, we use two files to set or configure modules in UNICADO:
-- The aircraft exchange file (or _acXML_) includes
-    - data related inputs (e.g., required energy, component design data) and
-    - data related outputs (e.g., tank positions).
-- The module configuration file `tank_design_conf.xml` (also _configXML_) includes
-    - control settings (e.g., enable/disable generating plots) and
-    - program settings (e.g., information on buffers).
-
-In the following sections you will find more information on how to configure these files to suit your needs.
-
-## Design method selection {#design-method-selection}
-The calculation method is automatically chosen based on the following data from the aircraft exchange and module configuration file:
-
-Parameter            | File          | Example <sup>*</sup>  |
-:--------------------|---------------|:----------------------|
-Configuration type   | _acXML_       | tube_and_wing         |
-Calculation fidelity | _configXML_   | empirical             |
-Method name          | _configXML_   | tank_design_tu_berlin |
-Energy carrier type  | _acXML_       | kerosene              |
-
-<sup>*</sup> This example defines a generic short and medium range tube-and-wing aircraft.
-
-Thus, it must be ensured that this data is available. More information on required data can be found in the following sections.
-
-## Aircraft exchange file requirements {#aircraft-exchange-file}
-To single execute the _tank\_design_ module, we need an _acXML_ file that already contains the output data from the following tools:
-- _wing\_design_
-- _empennage\_design_
-- _fuselage\_design_
-- _mission\_analysis_ - _tank\_design_ execution also possible without mission analysis data (an assumption is made to calculate mission energy amount)
-
-The following data should then be available in the _acXML_:
-1. Requirements and specifications
-    - Design specification
-        - Configuration information: Configuration type, tank definition ([see below](#configuring-tank-design-parameters-in-the-aircraft-exchange-file))
-        - Energy carrier(s)
-    - Requirements
-        - Top level aircraft requirements: Range (req. for design mission only)
-2. Analysis
-    - Mission energy (req. for design mission only): Consumed energy, energy carrier ID
-3. Component design: Geometrical data of
-    - Fuselage
-    - Wing
-    - Empennage
-
-@note When the UNICADO workflow is executed the tool is run automatically. In this case, all the required data should be available anyway.
-
-## Configuring tank design parameters in the aircraft exchange file {#configuring-tank-design-parameters-in-the-aircraft-exchange-file}
-The desired tank configuration is defined by the user in the aircraft exchange file. The information can be found in the `aircraft_exchange_file/requirements_and_specifications/design_specification/configuration/tank_definition` block.
-
-### The ID `tank_element`
-Each tank is configured in the _acXML_ as one element (ID element) with the following parameters:
-- `energy_carrier_ID`: ID of energy carrier to obtain which fuel is to be stored in the tanks.
-- `location`: Aircraft component where the tank is located (valid options depend on the energy carrier).
-- `position`: Position at the desired location (valid options depend on location and energy carrier).
-- `energy_share`: Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Not used for the calculation of kerosene tanks. **Should therefore equal `0.0` for kerosene tanks.**
-
-The following sections give an overview on valid tank configurations for [kerosene](#kerosene-driven) and [liquid hydrogen](#lh2-driven) driven aircraft configurations.
-
-### Kerosene driven aircraft configurations {#kerosene-driven}
-For a valid tank configuration, you must first define each tank entity by setting the parameters of the ID element. You must specify a correct parameter combination of tank position and location _for each ID element_.
-
-Subsequently, you must define a valid overall tank configuration for the aircraft. In other words, the _combination of the individual ID elements_ must be valid.
-The following sections will guide you through the process.
-
-#### Valid tank location and tank position combinations
-For aircraft configurations with a kinked wing, the "wing tank configuration" consist of an inner and outer tank on each side of the aircraft and a wing center tank by default. This corresponds to numbers 1-5 in the following table that provides an overview on possible _tank location_ and _tank position_ combinations. Furthermore, there is the option to design a trim tank and an additional center tank.
-
-| No. |    Location           | Position    | Note |
-| --- | --------------------- | ------------|------|
-|  1  | Wing                  | Center      |      |
-|  2  | Wing                  | Inner left  |      |
-|  3  | Wing                  | Outer left  | No outer tanks available for single trapezoidal wing, only valid for kinked wing. |
-|  4  | Wing                  | Inner right |      |
-|  5  | Wing                  | Outer right | No outer tanks available for single trapezoidal wing, only valid for kinked wing. |
-|  6  | Horizontal stabilizer | Total       | Also referred to as 'trim tank'. |
-|  7  | Fuselage              | Center      | Also referred to as 'additional center tank'. |
-
-For example, to define a valid combination for the wing center tank, set the following parameters for the ID element `ID="0"`:
-- `energy_carrier_ID` to `0` (it is assumed that `0` equals kerosene)
-- `location` to `wing`
-- `position` to `center`
-- `energy_share` equals `0.0`
-
-Furthermore, give it a clear `description` tag, for example `wing center tank`.
-
-To define more tanks, continue by subsequently defining those parameters for the ID elements with the `ID="1"`, `ID="2"`, and so on. Please ensure to always keep an eye on valid tank configurations described in the next sections.
-
-#### Possible tank configurations: Aircraft with kinked wing
-The following table provides an overview on possible tank configurations. As can be seen, the "wing tank configuration" also corresponds to the minimum tank configuration `wing_all_tanks` that is similar to a tank configuration that can be found at a common medium range aircraft. The maximum number of tanks is 7. This means that the last ID element should have the `ID="6"`.
-
-|  Tanks 1-5 |             Tank 6            |             Tank 7            |           Configuration name             |
-| ---------- | ----------------------------- | ----------------------------- | ---------------------------------------- |
-| Wing       |               -               |               -               | wing_all_tanks                           |
-| Wing       | Horizontal stabilizer - Total |               -               | wing_with_trim_tank                      |
-| Wing       | Fuselage - Center             |               -               | wing_with_additional_center_tank         |
-| Wing       | Horizontal stabilizer - Total | Fuselage - Center             | wing_with_additional_center_and_trim_tank|
-| Wing       | Fuselage - Center             | Horizontal stabilizer - Total | wing_with_additional_center_and_trim_tank|
-Note: "Wing" always refers to either the combinations 1 to 5 of the table in the previous section ("wing tank configuration").
-
-#### Possible tank configurations: Aircraft with singe trapezoidal wing
-The following table provides an overview on possible tank configurations. As can be seen, the "wing tank configuration" also corresponds to the minimum tank configuration `wing_all_tanks`. The maximum number of tanks is 5. This means that the last ID element should have the `ID="4"`.
-
-|  Tanks 1-3 |             Tank 4            |             Tank 5            |           Configuration name             |
-| ---------- | ----------------------------- | ----------------------------- | ---------------------------------------- |
-| Wing       |               -               |               -               | wing_all_tanks                           |
-| Wing       | Horizontal stabilizer - Total |               -               | wing_with_trim_tank                      |
-| Wing       | Fuselage - Center             |               -               | wing_with_additional_center_tank         |
-| Wing       | Horizontal stabilizer - Total | Fuselage - Center             | wing_with_additional_center_and_trim_tank|
-| Wing       | Fuselage - Center             | Horizontal stabilizer - Total | wing_with_additional_center_and_trim_tank|
-Note: "Wing" always refers to the combinations 1, 2, and 4 of the table in the previous section ("wing tank configuration").
-
-#### Example: Minimum tank configuration
-The following `tank_definition` code block snippet shows how to configure a standard "wing tank configuration" for an aircraft with a kinked wing that is similar to the one of a common commercial medium range aircraft.
-```xml
-<tank_definition description="Energy tanks information">
-    <tank ID="0" description="Inner left wing tank">
-        <energy_carrier_ID description="see energy carrier specification node">
-            <value>0</value>
-            <unit>1</unit>
-            <lower_boundary>0</lower_boundary>
-            <upper_boundary>5</upper_boundary>
-        </energy_carrier_ID>
-        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
-            <value>wing</value>
-        </location>
-        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
-            <value>inner_left</value>
-        </position>
-        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
-            <value>0.0</value>
-            <unit>1</unit>
-            <lower_boundary>0.0</lower_boundary>
-            <upper_boundary>1.0</upper_boundary>
-        </energy_share>
-    </tank>
-    <tank ID="1" description="Outer left wing tank">
-        <energy_carrier_ID description="see energy carrier specification node">
-            <value>0</value>
-            <unit>1</unit>
-            <lower_boundary>0</lower_boundary>
-            <upper_boundary>5</upper_boundary>
-        </energy_carrier_ID>
-        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
-            <value>wing</value>
-        </location>
-        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
-            <value>outer_left</value>
-        </position>
-        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
-            <value>0.0</value>
-            <unit>1</unit>
-            <lower_boundary>0.0</lower_boundary>
-            <upper_boundary>1.0</upper_boundary>
-        </energy_share>
-    </tank>
-    <tank ID="2" description="Inner right wing tank">
-        <energy_carrier_ID description="see energy carrier specification node">
-            <value>0</value>
-            <unit>1</unit>
-            <lower_boundary>0</lower_boundary>
-            <upper_boundary>5</upper_boundary>
-        </energy_carrier_ID>
-        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
-            <value>wing</value>
-        </location>
-        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
-            <value>inner_right</value>
-        </position>
-        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
-            <value>0.0</value>
-            <unit>1</unit>
-            <lower_boundary>0.0</lower_boundary>
-            <upper_boundary>1.0</upper_boundary>
-        </energy_share>
-    </tank>
-    <tank ID="3" description="Outer right wing tank">
-        <energy_carrier_ID description="see energy carrier specification node">
-            <value>0</value>
-            <unit>1</unit>
-            <lower_boundary>0</lower_boundary>
-            <upper_boundary>5</upper_boundary>
-        </energy_carrier_ID>
-        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
-            <value>wing</value>
-        </location>
-        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
-            <value>outer_right</value>
-        </position>
-        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
-            <value>0.0</value>
-            <unit>1</unit>
-            <lower_boundary>0.0</lower_boundary>
-            <upper_boundary>1.0</upper_boundary>
-        </energy_share>
-    </tank>
-    <tank ID="4" description="Wing center tank">
-        <energy_carrier_ID description="see energy carrier specification node">
-            <value>0</value>
-            <unit>1</unit>
-            <lower_boundary>0</lower_boundary>
-            <upper_boundary>5</upper_boundary>
-        </energy_carrier_ID>
-        <location description="Component where the tank is located: fuselage, wing, horizontal_stabilizer">
-            <value>wing</value>
-        </location>
-        <position description="Position of tank in location: tailcone, rear, front, top, bottom, center, inner_left, outer_left, inner_right, outer_right, total">
-            <value>center</value>
-        </position>
-        <energy_share description="Share of this tanks energy in relation to required mission energy (of same energy carrier). Only relevant for liquid hydrogen tanks. Equals 0.0 for kerosene tanks.">
-            <value>0.0</value>
-            <unit>1</unit>
-            <lower_boundary>0.0</lower_boundary>
-            <upper_boundary>1.0</upper_boundary>
-        </energy_share>
-    </tank>
-</tank_definition>
-```
-<br>
-
-@note For aircraft with a single trapezoidal wing, please delete the `Outer left tank` and `Outer right tank` elements and adjust the other tank IDs accordingly.
-
-### Liquid hydrogen driven aircraft configurations {#lh2-driven}
-tbd. \emoji construction
-
-## Module configuration file {#module-configuration-file}
-The _configXML_ is structured into two blocks: the control and program settings.
-
-The control settings are standardized in UNICADO and will not be described in detail here. But to get started, you have to change at least
-- the `aircraft_exchange_file_name` and `aircraft_exchange_file_directory` to your respective settings,
-- the `console_output` at least to `mode_1`, and
-- the `plot_output` to false (or define `inkscape_path` and `gnuplot_path`).
-
-@note If the tool is executed via the workflow, those settings are set by the workflow settings.
-
-The program settings are structured like this (descriptions can be found in the `tank_design_conf.xml`):
-
-```plaintext
-Program Settings
-|- Configuration (ID="tube_and_wing")
-|  |- Fidelity name
-|  |- Method name
-|  |- Fidelity (ID="empirical")
-|  |  |- Tank design tu berlin
-|  |  |  |- General
-|  |  |  |  |- Mass technology factor
-|  |  |  |- Specific
-|  |  |  |  |- Kerosene tank design parameter
-|  |  |  |  |  |- Obelisk calculation method
-|  |  |  |  |  |- A/D factor
-|  |  |  |  |  |- Factor volume usable
-|  |  |  |  |  |- Temperature expansion allowance
-|  |  |  |  |  |- Buffer inner tank segment
-|  |  |  |  |  |- Buffer outer tank segment
-|  |  |  |  |  |- Buffer center tank segment
-|  |  |  |  |- Liquid hydrogen tank design parameter
-|  |  |  |  |  |- End cap type
-|  |  |  |  |  |- Internal pressure
-|  |  |  |  |  |- Insulation type
-|  |  |  |  |  |- Insulation material
-|  |  |  |  |  |- Insulation thickness
-|  |  |  |  |  |- Insulation density
-|  |  |  |  |  |- Material wall
-|  |  |  |  |  |- Density wall
-|  |  |  |  |  |- Wall thickness calculation method
-|  |  |  |  |  |- Mass baffle
-|  |  |  |  |  |- Mass pumps
-|  |  |  |  |- Miscellaneous
-|  |  |  |  |  |- Factor usable diameter
-|  |  |  |  |  |- Factor volume allowance
-```
-
-## Additional requirements {#additional-requirements}
-There is no additional data required at the moment.
-
-## Next steps {#next-steps}
-The next step is to [run the _tank\_design_ module](run_your_first_tank_design.md).
\ No newline at end of file
diff --git a/tank_design/doc/content/index.md b/tank_design/doc/content/index.md
deleted file mode 100644
index b27c9749fec4f257c6e3177e4f273d6f684db0b1..0000000000000000000000000000000000000000
--- a/tank_design/doc/content/index.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# Introduction {#mainpage}
-The _tank\_design_ module in UNICADO is here to save your aircraft from fuel-storage nightmares. It handles the math, checks the geometry, and makes sure your energy carrier fits perfectly — because a tank that doesn’t work isn’t worth the fuel. With hydrogen and other next-gen fuels joining the party, you’ll want all the precision you can get. Consider this module your go-to for tanks that get the job done right. 🚀
-
-## Summary of features
-Here’s a quick rundown of what the tool currently does, along with a sneak peek at what's planned:
-
-Configuration     | Energy carrier   | Fidelity  | Methods   | Status                               |
-------------------|------------------|-----------|-----------|:------------------------------------:|
-Tube-and-wing     |Kerosene          |Empirical  |TUB        |running \emoji white_check_mark       |
-Tube-and-wing     |Liquid hydrogen   |Empirical  |TUB        |under development \emoji construction |
-Blended-wing-body |...               |...        |...        |under development \emoji construction |
-
-## A user's guide to tank design
-The _tank\_design_ tool is your key to designing the aircraft's fuel storage. In this user documentation, you’ll find all the information you need to understand the tool, as well as the necessary inputs and configurations to run a tank design from the ground up.
-The following sections will walk you through the process:
-- [Getting started](getting_started.md)
-- [Run your first tank design](run_your_first_tank_design.md)
-
-For a comprehensive understanding of the tool’s functionality, the documentation is structured into two distinct sections:
-- A [method description](tank_design_method.md) and
-- a [software architecture](software_architecture.md)
-section.
-
-Ready to dive in? Let’s get started! \emoji airplane
-
-
-<!-- ## You are a Developer?
-If you are familiar with these concepts and want to contribute - head over to the developers guide to get your own method running in UNICADO!
-
-The following pages will help you understand the code structure:
-
-- [Prerequisites](prerequisites.md)
-- [Build the code](build-the-code.md)
-- [Tank design module structure](wing-module-structure.md)
-- [Available methods](available-methods.md)
-- [Method template](method-template.md)
-
-We appreciate it! -->
\ No newline at end of file
diff --git a/tank_design/doc/content/run_your_first_tank_design.md b/tank_design/doc/content/run_your_first_tank_design.md
deleted file mode 100644
index 50d499845b48cfd271a054ecd486a08c2b6e3f10..0000000000000000000000000000000000000000
--- a/tank_design/doc/content/run_your_first_tank_design.md
+++ /dev/null
@@ -1,136 +0,0 @@
-# Run your first tank design
-Let's dive into the fun part and design some tanks!
-
-## Tool single execution
-The tool can be executed from the console directly if all paths are set. The following will happen:
-- [Console output](#console-output)
-- [Generation of reports and plots](#reporting)
-- [Writing output to aircraft exchange file](#acxml)
-
-Some of the above mentioned steps did not work? Check out the [troubleshooting](#troubleshooting) section for advices.
-Also, if you need some additional information on the underlying methodology, check out the page on the [tank design method](tank_design_method.md).
-
-So, feel free to open the terminal and run `tank_design.exe` to see what happens...
-
-### Console output {#console-output}
-Firstly, you see output in the console window. Let's go through it step by step...
-
-```
-2024-12-10 13:05:44,866 - PRINT - Tank design started...
-2024-12-10 13:05:45,829 - PRINT - Valid tank configuration found in acXML: wing_with_additional_center_and_trim_tank
-```
-To this point, the module started, found a valid tank configuration in the _acXML_, and prints the name of the configuration for your information.
-
-```
-2024-12-10 12:26:26,090 - PRINT - Initial sizing loop! Energy demand is estimated (3.35 liters per PAX per 100 km).
-```
-If the tool is executed during the initial sizing loop in the workflow, or when no information on the required mission energy is available from the _mission\_analysis_ tool, the energy demand is estimated.
-
-```
-2024-12-10 13:05:45,844 - PRINT - Wing tank design started...
-2024-12-10 13:05:45,846 - PRINT - Vent tank (located near each wing tip) calculated.
-```
-Afterwards, the tank design starts with the wing tanks, specifically with the vent tank dimensioning that is based on the overall wing tank volume.
-
-```
-2024-12-10 13:05:45,846 - PRINT - Inner left wing tank (tank_0) calculated. Volume (energy) available: 4,800.69 L (155,182.15 MJ)
-2024-12-10 13:05:45,846 - PRINT - Outer left wing tank (tank_1) calculated. Volume (energy) available: 4,630.29 L (149,674.22 MJ)
-2024-12-10 13:05:45,847 - PRINT - Inner right wing tank (tank_2) calculated. Volume (energy) available: 4,800.69 L (155,182.15 MJ)
-2024-12-10 13:05:45,847 - PRINT - Outer right wing tank (tank_3) calculated. Volume (energy) available: 4,630.29 L (149,674.22 MJ)
-2024-12-10 13:05:45,847 - PRINT - Wing center tank (tank_4) calculated. Volume (energy) available: 7,646.16 L (247,162.02 MJ)
-2024-12-10 13:05:45,847 - PRINT - Wing tanks successfully calculated.
-```
-The tool continues with the calculation of the wing tank entities - in this example the inner and outer left and right wing tanks, and the wing center tank. Additionally, information is given on the volume and energy available of each tank.
-
-```
-2024-12-10 13:05:45,847 - PRINT - Energy check: Wing center tank necessary to store required energy amount.
-2024-12-10 13:05:45,847 - PRINT - Energy check: Energy demand covered.
-```
-After the wing tank design there is an energy check to review whether the required mission energy can be stored in the tanks. If the energy demand would not be covered up until this point, an energy check would be occur after the calculation of every subsequent tank.
-
-```
-2024-12-10 13:05:45,848 - PRINT - Additional center tank design started...
-2024-12-10 13:05:45,848 - PRINT - Additional center tank (tank_5) calculated. Volume (energy) available: 3,068.50 L (99,189.26 MJ)
-2024-12-10 13:05:45,849 - PRINT - Additional center tank design completed.
-2024-12-10 13:05:45,849 - PRINT - Additional center tank is generated but unnecessary to store required energy amount.
-```
-As already known, there is an additional center tank given in the _acXML_ tank configuration that is calculated subsequently. Furthermore, the information is given that this tank is not necessary to store the required mission energy amount.
-
-```
-2024-12-10 13:05:45,850 - PRINT - Trim tank design started...
-2024-12-10 13:05:45,850 - PRINT - Trim tank (tank_6) calculated. Volume (energy) available: 2,679.94 L (86,629.04 MJ)
-2024-12-10 13:05:45,850 - PRINT - Trim tank design completed.
-2024-12-10 13:05:45,850 - PRINT - Trim tank is generated but unnecessary to store required energy amount.
-2024-12-10 13:05:45,851 - PRINT - Tank design successful.
-2024-12-10 13:05:45,851 - PRINT - Debug: The "calculate_tanks" function was successfully executed.
-2024-12-10 13:05:45,851 - PRINT - Tank design completed.
-```
-The trim tank is then dimensioned and the tank design is completed.
-
-```
-2024-12-10 13:05:48,050 - WARNING - Warning: No "method_plot" function in "methodplot.py" file implemented yet.
-2024-12-10 13:05:48,050 - WARNING - Warning: No "method_html_report" function in "methodhtmlreport.py" file implemented yet.
-2024-12-10 13:05:48,055 - PRINT - Method-specific data are written to 'tank_design_results.xml'...
-2024-12-10 13:05:48,212 - WARNING - Warning: No "method_tex_output" function in "methodtexoutput.py" file implemented yet.
-2024-12-10 13:05:48,213 - PRINT - Tank design finished.
-```
-Finally, you receive information about the reports and plots created (depending on your settings) and the tool is successfully completed.
-
-### Reporting {#reporting}
-In the following, a short overview is given on the generated reports:
-- A `tank_design.log` file is written within the directory of the executable
-- Depending on your settings, the following output is generated and saved in the `reporting` folder, located in the directory of the aircraft exchange file:
-    - an HTML report in the `report_html` folder (not implemented yet)
-    - a TeX report in the `report_tex` folder (not implemented yet)
-    - an XML file with additional output data in the `report_xml` folder (not written since no more data output necessary)
-    - plots in the `plots` folder (not implemented yet)
-
-@warning Steffi: Check if additional output written
-
-### Write data to the aircraft exchange file {#acxml}
-@note The _acXML_ is an exchange file - we agreed on that only data will be saved as output that is needed by another tool!
-
-Results are saved in the aircraft exchange file at the `/aircraft_exchange_file/component_design/tank`. node. The following information is written to the _acXML_:
-```plaintext
-Aircraft exchange file
-|- Component design
-|  |- Tank
-|  |  |- Position
-|  |  |  |- x
-|  |  |  |- y
-|  |  |  |- z
-|  |  |- Mass properties
-|  |  |  |- ...
-|  |  |- Specific
-|  |  |  |- Additional fuselage length
-|  |  |  |- Tank (ID="0")
-|  |  |  |  |- Name
-|  |  |  |  |- Designator
-|  |  |  |  |- Position
-|  |  |  |  |  |- x
-|  |  |  |  |  |- y
-|  |  |  |  |  |- z
-|  |  |  |  |- Direction
-|  |  |  |  |- Mass properties
-|  |  |  |  |  |- ...
-|  |  |  |  |- Maximum energy capacity
-|  |  |  |  |- Energy required for mission energy
-|  |  |  |  |- Geometry
-|  |  |  |  |  |- Cross section (ID="0")
-|  |  |  |  |  |  |- Name
-|  |  |  |  |  |  |- Position
-|  |  |  |  |  |  |  |- x
-|  |  |  |  |  |  |  |- y
-|  |  |  |  |  |  |  |- z
-|  |  |  |  |  |  |- Shape
-|  |  |  |  |  |  |- Height
-|  |  |  |  |  |  |- Width
-|  |  |  |  |  |  |- Length
-|  |  |  |  |  |- Cross section (ID="1")
-|  |  |  |  |  |  |- ...
-|  |  |  |- Tank (ID="1")
-|  |  |  |  |- ...
-```
-
-## Troubleshooting {#troubleshooting}
-- The tool does not run properly? *Make sure you have all the paths set up correctly and the specified elements exist.*
diff --git a/tank_design/doc/content/software_architecture.md b/tank_design/doc/content/software_architecture.md
deleted file mode 100644
index e2e57177836d3ef79b12da59c0b6e90b7ad14220..0000000000000000000000000000000000000000
--- a/tank_design/doc/content/software_architecture.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Software architecture
-This site is currently under development. \emoji construction
-
-<!-- 
-## Module structure
-'main.py' runs the following functions:
-1. 'data_preprocessing' (from 'datapreprocessing.py')<sup>1</sup>
-   - 1.1  
-2. 'run_module' (from 'methodexecutionpackage' library)<sup>2</sup>
-   - 2.1
-3. 'data_postprocessing' (from 'datapostprocessing.py')<sup>3</sup>
-
-<sup>1</sup> data preprocessing runs: \
-<sup>2</sup> \
-<sup>3</sup> data_postprocessing runs: ...
-
-...
-
-
-### Routing layers
-The tank design module has the following layer structure:
-
-1. Aircraft configuration
-   - Implemented: 'tube_and_wing'
-   - Not yet implemented: 'blended_wing_body'
-2. Calculation method fidelity
-   - Implemented: 'empirical'
-3. Calculation method
-   - Implemented: 'tank_design_tu_berlin'
-4. Energy carrier <sup>1</sup>
-   - Implemented: 'kerosene'
-   - Not yet implemented: 'liquid_hydrogen', 'hybrid'
-
-<sup>1</sup> The used energy carrier is determined automatically in the 'read_energy_carrier_and_tank_configuration' function. -->
diff --git a/tank_design/doc/content/tank_design_method.md b/tank_design/doc/content/tank_design_method.md
deleted file mode 100644
index 8f331b1895baa68643f03baf85e6862e3c5003b2..0000000000000000000000000000000000000000
--- a/tank_design/doc/content/tank_design_method.md
+++ /dev/null
@@ -1,155 +0,0 @@
-# Calculation method
-The task of the _tank_design_ module differs slightly depending on the energy carrier:
-- [Kerosene](#kerosene-tanks) - Determine the maximum fuel capacity of the aircraft using its geometry.
-- [Liquid hydrogen](#liquid-hydrogen-tanks) - Size tanks to ensure that the required amount of fuel is available.
-
-## Kerosene tanks {#kerosene-tanks}
-For kerosene-powered aircraft, the fuel is stored in the wing. Additional tanks can be installed in the fuselage 
-(additional center tank) or in the empennage (trim tank).
-
-### General methodology
-<!-- The tank design process starts with determining the required energy amount since the energy amount is necessary to 
-check whether the tank capacity is big enough to store the mission energy. If this information is not yet available
- in the _acXML_ in the first iteration loop, an initial estimate is made:
-\f[
-    E_{\text{mission}} = n_{\text{PAX}} \cdot R \cdot fc_{\text{approx}}
-\f]
-In which
-- \f$n_{\text{PAX}}\f$ - number of passengers
-- \f$R\f$ - range in km
-- \f$fc_{\text{approx}}\f$ - approx. fuel consumption per passenger per 100 km (ca. 3.5 L/100 km) -->
-
-The tank design starts with the wing tanks. Initially, the available volume of the complete wing is calculated which is then followed by the dimensioning of the vent tank. Afterwards, the wing is divided into several tanks based on its geometry. The gross volume of these tanks is calculated using the [obelisk method](#obelisk-method). This is followed by accounting for volume losses due to structural components and thermal expansion, resulting in the net [usable tank volume](#net-tank-volume).
-The [energy stored](#calculate-energy) in the tanks is then calculated using the volumetric energy density of kerosene.
-Afterwards, the remaining tanks are calculated, based on the specified tank configuration in the _acXML_.
-
-Note, that after every tank calculation, there is an assessment whether or not the required mission energy can be 
-stored in the available tanks. If this is the case, the flag `energy_capacity_required_for_mission` is set to `False` 
-for all remaining tanks. This means that all tanks defined in the _acXML_ are designed, whether required to store the 
-mission energy or not!
-
-### Wing tanks
-The tank capacity of aerodynamic surfaces like the wing or the empennage can be determined by a simple calculation of the volume.
-
-At first, the overall wing tank volume is determined to get the vent tank volume required by the Certification Specification:
-
-> CS 25.969 Fuel tank expansion space: Each fuel tank must have an expansion space of not less than 2% of the tank capacity. It must be impossible to fill the expansion space inadvertently with the aeroplane in the normal ground attitude.
-
-Knowing the necessary vent tank volume, the remaining volume of the wing tanks can be calculated. The volume of the vent as well as the volume of any other wing tank can be determined using the obelisk method.
-
-#### Obelisk method {#obelisk-method}
-The obelisk method simplifies the wing by dividing it into several volumes. Depending on the geometry, this results in three (single trapezoidal wing) or five (double trapezoidal/kinked wing) individual wing tanks, each of which has the shape of an obelisk. In the case of a double trapezoidal geometry, it is assumed that the wing can be divided into an inner tank (wing root to kink) and an outer tank (kink to vent tank position) per side as well as a wing center tank.
-
-![](../img/01_tank_locations.png)
-
-The obelisk volume can be determined using two different approaches that are described in the following.
-The user can select the desired method via the following node in the `program_settings` section of the _confXML_:
-`configuration[@ID="tube_and_wing"]/specific/kerosene_tank_design_parameter/obelisk_calculation_method`.
-
-@note The obelisk method is explained using the wing as an example. The volume of a [trim tank](#trim-tank) located in the horizontal stabilizer is determined analogously.
-
-##### Obelisk volume according to Torenbeek<sup>[1]</sup>
-![](../img/02_obelisk.png)
-
-The volume can be calculated using the following equation:
-\f[
-    V_{\text{obelisk}} = \frac{l}{3} \cdot \left( S_1 + S_2 + \frac{h_1 \cdot w_2 + h_2 \cdot w_1}{2}\right)
-\f]
-In which
-- \f$l\f$ - length
-- \f$S_1\f$, \f$S_2\f$ - end face areas
-- \f$h_1\f$, \f$w_1\f$  - height and width of end face \f$S_1\f$
-- \f$h_2\f$, \f$w_2\f$  - height and width of end face \f$S_2\f$
-
-The parallel end faces \f$S_1\f$ and \f$S_2\f$ are derived from the position of the spars of the wing box, that are 
-known from the wing design.
-<!-- Based on the formula for determining the area of a rectangle:
-\f[
-    S_{i} = h_i \cdot w_i
-\f]
-the size of the parallel end surfaces \f$S_1\f$ and \f$S_2\f$ is obtained by extending it with the chord length 
-\f$l_{chord}\f$:
-\f[
-    S_{i} = \frac{h_i}{l_{chord}} \cdot l_{chord} \cdot w_i
-\f]
-By multiplying with the maximum thickness \f$h_{max}\f$ and substituting the width \f$w_i = p_{fs}-p_{rs}\f$, we get:
-\f[
-    S_{i} = \frac{h_{max}}{l_{chord}} \cdot \frac{h_{i}}{h_{max}} \cdot l_{chord} \cdot (p_{rs} - p_{fs})
-\f]
-
-Where
-- \f$\frac{h_{max}}{l_{chord}}\f$ - maximum thickness ratio of used profile
-- \f$\frac{a_{max}}{d_{max}}\f$ - ...
-- \f$p_{rs}\f$ - position rear spar
-- \f$p_{fs}\f$ - position front spar
-
-![](../img/03_wing_box.png) -->
-
-##### Obelisk volume according to Simpson
-The Simpson's rule is a method of numerical integration that is often used to calculate the volume of bodies whose 
-cross-sections are known at different positions. In the case of an obelisk - i.e. a body with square or rectangular 
-cross-sections that vary along the height - the volume is integrated as the sum of the cross-sectional areas \f$S(x)\f$
-along the length \f$l\f$:
-\f[
-    V_{\text{obelisk}} = \int_0^l S(x) \, dx
-\f]
-
-If the cross-sectional areas \f$S(x)\f$ at \f$i+1\f$ uniformly distributed points are known (which is the case for the 
-tank design), Simpson's rule can be applied.
-
-Two end surfaces are known for each tank, so that a third middle surface \f$S_{12}\f$ can be determined by linear 
-interpolation (see following figure). Each tank is thus divided into two sections.
-
-![](../img/02_obelisk_simpson.png)
-
-The tank volume can therefore be determined using a simplified Simpson's rule:
-\f[
-    V_{\text{obelisk}} = \frac{l}{6.0} \cdot (S_{1} + 4.0 \cdot S_{12} + S_{2})
-\f]
-
-#### Calculate net tank volume {#net-tank-volume}
-The volume must then be converted from cubic meter to liter. A portion of the volume of the obelisk is lost to the internal structure of the integral tanks (e.g., ribs), with a reduction factor \f$ f_{\text{volume,usable}} = 0.95\f$.
-Additionally, the expansion of the fuel due to heating must be considered, with a temperature expansion allowance of \f$ a_{\text{temperature,expansion}} = 0.95\f$. Thus, the wing tank volume is calculated as:
-\f[
-    V_{\text{tank}} = f_{\text{volume,usable}} \cdot a_{\text{temperature,expansion}} \cdot V_{\text{obelisk}}
-\f]
-
-@note As the wing has a vent tank at each wing tip to allow for the thermodynamic expansion of the fuel, this factor is `1.0` for the wing tanks.
-
-#### Calculate energy {#calculate-energy}
-Using the volumetric energy density of kerosene \f$\eta_{\text{v,kerosene}}\f$, the energy contained in each tank can be determined:
-\f[
-    V_{\text{tank}} = \eta_{\text{v,kerosene}} \cdot V_{\text{obelisk}}
-\f]
-
-### Additional center tank
-The module allows the installation of an additional center tank in the form of an LD3-45 container. The process includes the following steps:
-1. **Height check**: The program first verifies whether the cargo compartment has sufficient height to accommodate the container.
-  - If insufficient height is detected: All output values related to the center tank are set to zero.
-  - If sufficient height is detected: The installation proceeds.
-2. **Installation placement**: The LD3-45 container is positioned 10 cm behind the end of the landing gear bay, aligning approximately with the trailing edge of the wing.
-3. **Container data**: The volume and dimensions of the LD3-45 container are predefined and referenced from the Lufthansa Cargo website<sup>[2]</sup>.
-
-The energy contained in an additional center tank is calculated by first determining the usable volume and then taking into account the volumetric energy density of kerosene. With the known factors \f$ f_{\text{volume,usable}}\f$ and \f$a_{\text{temperature,expansion}}\f$, the usable volume of an additional center tank results in \f$V_{\text{ACT,usable}} = 3068.5\text{ L}\f$ which is equal to an energy amount of \f$ E_{\text{ACT}} = 99189262.5\text{ MJ}\f$.
-
-#### Limitations
-**Single Center Tank Limit:** The program currently supports the calculation of only one additional center tank. Attempts to add more tanks will not be processed.
-
-@note Verify that the cargo compartment dimensions are correctly provided to ensure accurate installation.
-
-### Trim tank {#trim-tank}
-The procedure for the trim tank is the same as for the wing tanks. The geometry of the horizontal stabilizer is simplified and divided into several obelisks whose volume is calculated. The usable volume is then determined, taking the already known factors \f$ f_{\text{volume,usable}}\f$ and \f$ a_{\text{temperature,expansion}}\f$ into account. Finally, the available energy is determined.
-
-<!-- ### Assumptions and tool limitations
-tbd. \emoji construction -->
-<!-- - All tanks with the same energy carrier (e.g. liquid_hydrogen) have the same design parameters -->
-<!-- - Design point for tank design: Point B, design mission -->
-<!-- - Der Rumpf wird gestretcht. Es gibt keine Option, die Kabine kleiner zu machen bisher. -->
-<!-- - Positionsangaben beziehen sich immer auf vordersten und innersten Punkt, wobei z die Mitte der Ebene angibt (dabei liegt die Annahme zugrunde, dass beim wing auch immer die center line des profils bei der z-Koordinate angegeben wird) -->
-
-## Liquid hydrogen tanks {#liquid-hydrogen-tanks}
-tbd. \emoji construction
-
----
-<sup>[1]</sup> E. Torenbeek, 1982. *Synthesis of Subsonic Airplane Design*.<br>
-<sup>[2]</sup> Lufthansa Cargo, 2024. *Our containers*. URL: https://www.lufthansa-cargo.com/de/fleet-ulds/ulds/containers
\ No newline at end of file
diff --git a/tank_design/doc/img/01_tank_locations.png b/tank_design/doc/img/01_tank_locations.png
deleted file mode 100644
index 28a9ec361f13209402a825b4ec827586c33b6ddb..0000000000000000000000000000000000000000
Binary files a/tank_design/doc/img/01_tank_locations.png and /dev/null differ
diff --git a/tank_design/doc/img/02_obelisk.png b/tank_design/doc/img/02_obelisk.png
deleted file mode 100644
index 485044ca3f8e8895df7928c50a051332e258028f..0000000000000000000000000000000000000000
Binary files a/tank_design/doc/img/02_obelisk.png and /dev/null differ
diff --git a/tank_design/doc/img/02_obelisk_simpson.png b/tank_design/doc/img/02_obelisk_simpson.png
deleted file mode 100644
index 2d31f987cadb2436aad0aa083418a14137a562fc..0000000000000000000000000000000000000000
Binary files a/tank_design/doc/img/02_obelisk_simpson.png and /dev/null differ
diff --git a/tank_design/doc/img/03_wing_box.png b/tank_design/doc/img/03_wing_box.png
deleted file mode 100644
index aac670bac9d2a84e2db561168f06b600d7393943..0000000000000000000000000000000000000000
Binary files a/tank_design/doc/img/03_wing_box.png and /dev/null differ
diff --git a/tank_design/src/datapostprocessing.py b/tank_design/src/datapostprocessing.py
index 1032d6548050ca71f7f2d0f69ccbfc0bca6b0058..dc970c2f0207f0b0bb719f1f59564f57b8448dc1 100644
--- a/tank_design/src/datapostprocessing.py
+++ b/tank_design/src/datapostprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/datapreprocessing.py b/tank_design/src/datapreprocessing.py
index e16221083e6d47ef8da370e02aa3a69ef99a4fbf..04055070dd307ef78f97279aacc083199f6f1a19 100644
--- a/tank_design/src/datapreprocessing.py
+++ b/tank_design/src/datapreprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/readlayertext.py b/tank_design/src/readlayertext.py
index 8ed6379da82d1a84ecf5f7122af91165decfa8f9..0e3aa8b03628b531f91dd7631f5018fca46a099a 100644
--- a/tank_design/src/readlayertext.py
+++ b/tank_design/src/readlayertext.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/calculatecenterofgravity.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/calculatecenterofgravity.py
index fee90f00ff6c3ee76d09e1a8a4c2c219fa00e9f3..bb89375b35836825c4f70b1a2a6cd93f051df51f 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/calculatecenterofgravity.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/calculatecenterofgravity.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_00_readenergycarrierandtankconfiguration.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_00_readenergycarrierandtankconfiguration.py
index a1cad6271e3aae59effe399ded68f681bbe15ff4..cafe028201fe7b938624630cef608305b7ed77b9 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_00_readenergycarrierandtankconfiguration.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_00_readenergycarrierandtankconfiguration.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 import sys
 
 # Import own libraries.
-from pyunitconversion import constants
+import pyenergycarriers
 
 
 def read_energy_carrier_and_tank_configuration(paths_and_names, dict_ac_data, dict_tank_design, runtime_output):
@@ -53,6 +53,7 @@ def read_energy_carrier_and_tank_configuration(paths_and_names, dict_ac_data, di
     # Extract necessary values from 'dict_ac_data'.
     try:
         energy_carrier_name = dict_ac_data['energy_carrier_name']
+        energy_carrier_density = dict_ac_data['energy_carrier_density']
         mission_energy_id = dict_ac_data['mission_energy_ID']
         mission_energy_amount = dict_ac_data['mission_energy_amount']
         tank_energy_id = dict_ac_data['tank_energy_ID']
@@ -70,11 +71,32 @@ def read_energy_carrier_and_tank_configuration(paths_and_names, dict_ac_data, di
     # energy_carrier_lookup = {0: {'energy_carrier': 'kerosene'}, 1: {'energy_carrier': 'liquid_hydrogen'}}
     energy_carrier_lookup = {int(key.split('ID')[-1]): {'energy_carrier': value}
                              for key, value in energy_carrier_name.items()}
-    
-    gravimetric_energy_densities = {'kerosene': constants.KEROSENE_GRAVIMETRIC_ENERGY_DENSITY,
-                                'liquid_hydrogen': constants.LIQUID_HYDROGEN_GRAVIMETRIC_ENERGY_DENSITY}
-    volumetric_energy_densities = {'kerosene': constants.KEROSENE_VOLUMETRIC_ENERGY_DENSITY,
-                                'liquid_hydrogen': constants.LIQUID_HYDROGEN_VOLUMETRIC_ENERGY_DENSITY}
+    energy_density_lookup = {int(key.split('ID')[-1]): {'energy_carrier_density': value}
+                             for key, value in energy_carrier_density.items()}
+    gravimetric_energy_density_kerosene = None
+    volumetric_energy_density_kerosene = None
+    gravimetric_energy_density_liquid_hydrogen = None
+    volumetric_energy_density_liquid_hydrogen = None
+    for energy_carrier_ID, value in energy_carrier_lookup.items():
+        if value['energy_carrier'] == 'kerosene':
+            density_kerosene = energy_density_lookup[energy_carrier_ID]['energy_carrier_density']
+            energy_carrier_information_kerosene = pyenergycarriers.EnergyCarrier(
+                value['energy_carrier'], density_kerosene)
+            gravimetric_energy_density_kerosene = energy_carrier_information_kerosene.gravimetric_energy_density
+            volumetric_energy_density_kerosene = energy_carrier_information_kerosene.volumetric_energy_density
+        elif value['energy_carrier'] == 'liquid_hydrogen':
+            density_liquid_hydrogen = energy_density_lookup[energy_carrier_ID]['energy_carrier_density']
+            energy_carrier_information_liquid_hydrogen = pyenergycarriers.EnergyCarrier(
+                value['energy_carrier'], density_liquid_hydrogen)
+            gravimetric_energy_density_liquid_hydrogen = (
+                energy_carrier_information_liquid_hydrogen.gravimetric_energy_density)
+            volumetric_energy_density_liquid_hydrogen = (
+                energy_carrier_information_liquid_hydrogen.volumetric_energy_density)
+
+    gravimetric_energy_densities = {'kerosene': gravimetric_energy_density_kerosene,
+                                    'liquid_hydrogen': gravimetric_energy_density_liquid_hydrogen}
+    volumetric_energy_densities = {'kerosene': volumetric_energy_density_kerosene,
+                                   'liquid_hydrogen': volumetric_energy_density_liquid_hydrogen}
 
     # Map mission energy ID to energy carrier ID and update the lookup dictionary.
     for key, val in mission_energy_id.items():
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_01_checktankconfiguration.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_01_checktankconfiguration.py
index 83963447f40126d814254f5e1d366c4db854ba32..198fa297bf86152c47cfe7788a5ba2aca10e0e16 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_01_checktankconfiguration.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_01_checktankconfiguration.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -100,7 +100,9 @@ def check_tank_configuration(paths_and_names, dict_ac_data, dict_tank_design, ru
                     runtime_output.critical('Error: Tank "' + str(tank_entity) + '" with location "'
                                             + str(tmp_location) + '" and position "' + str(tmp_position)
                                             + '" already defined. ' + 'Invalid tank definition. Program aborted.')
-                    sys.exit('Exit information: Invalid tank definition in aircraft exchange file.')
+                    sys.exit('Exit information: Invalid tank definition in aircraft exchange file.'
+                             + 'Additional information on valid tank definitions can be found on the “Getting started”'
+                             +' page of the official documentation.')
 
             # Raise KeyError if combination of tank location and position is not available in 'combinations' dict.
             except KeyError:
@@ -112,7 +114,9 @@ def check_tank_configuration(paths_and_names, dict_ac_data, dict_tank_design, ru
                     tmp_str = f"Tank location '{tmp_location}' is invalid. "
                 runtime_output.critical('Error: KeyError found in "check_tank_configuration" function. '
                                         + tmp_str + 'Program aborted.')
-                sys.exit('Exit information: Invalid tank definition in aircraft exchange file.')
+                sys.exit('Exit information: Invalid tank definition in aircraft exchange file.'
+                             + 'Additional information on valid tank definitions can be found on the “Getting started”'
+                             +' page of the official documentation.')
 
         # Valid combinations.
         wing_positions = list(combinations['wing'].keys())
@@ -161,7 +165,9 @@ def check_tank_configuration(paths_and_names, dict_ac_data, dict_tank_design, ru
             number_of_tanks = 0
             tank_configuration = ''
             runtime_output.critical('Error: Invalid tank definition. Program aborted.')
-            sys.exit('Exit information: Invalid tank definition in aircraft exchange file.')
+            sys.exit('Exit information: Invalid tank definition in aircraft exchange file.'
+                             + 'Additional information on valid tank definitions can be found on the “Getting started”'
+                             +' page of the official documentation.')
 
         # Prepare output.
         dict_tank_design['number_of_tanks'] = number_of_tanks
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_02_preparegeometricaldata.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_02_preparegeometricaldata.py
index f218ff6257c0e94cc9336c06b4ac845c782ad9b3..090609a13c7cfa422ef03d01d5a770965824bb0b 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_02_preparegeometricaldata.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/call_functions/_02_preparegeometricaldata.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodhtmlreport.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodhtmlreport.py
index 49078ce6fbefbfe4facb7d7d1ca31c1843eea044..e1c96f41c6c906602e8d43cbb974da9b8ba83038 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodhtmlreport.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodhtmlreport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,21 +19,204 @@
 # This file is part of UNICADO.
 
 """Module providing report functionalities for current calculation method."""
+from yattag import Doc
+from bs4 import BeautifulSoup
+import os
 
 
 def method_html_report(paths_and_names, routing_dict, data_dict, method_specific_output_dict, runtime_output):
     """HTML report function.
 
-    This function is responsible for creating HTML reports.
+    This function is responsible for creating reports.
     [Add further information here...]
 
     :param dict paths_and_names: Dictionary containing system paths and ElementTrees
-    :param dict routing_dict: Dictionary containing routing parameters
+    :param dict routing_dict: Dictionary containing routing parameter
     :param dict data_dict: Dictionary containing results of module execution
-    :param dict method_specific_output_dict: Dictionary containing method specific output data
-    :param logging.Logger runtime_output: Logging object used for capturing log messages in the module
     :return: None
     """
+    runtime_output.print(f'HTML report is generated and saved...')
 
-    # This is just a dummy code snippet. Insert your code here.
-    runtime_output.warning('Warning: No "method_html_report" function in "methodhtmlreport.py" file implemented yet.')
+    """ Preparation."""
+    # Extract tool and project name.
+    tool_name = paths_and_names['tool_name']
+    report_title = (tool_name.replace('_', ' ')).capitalize()
+    project_name = paths_and_names['name_of_project']
+    root_of_module_config_tree = paths_and_names['root_of_module_config_tree']
+    plot_switch = (eval(root_of_module_config_tree.find('.//plot_output/enable/value').text.capitalize()))
+
+    # Extract data.
+    # Note: Please ensure to format the data here (e.g., round floats)!
+    # Total energy information data.
+    tmp_energy = sum(value['energy_available'] for key, value in data_dict.items() if key.startswith("tank_")
+                     and key[5:].isdigit() and not value['energy_required_for_mission'])
+    tmp_volume = sum(value['volume_available'] for key, value in data_dict.items() if key.startswith("tank_")
+                     and key[5:].isdigit() and not value['energy_required_for_mission'])
+    energy_missing = data_dict['total_tank_parameters'].get('energy_missing', 0)
+    volume_missing = data_dict['total_tank_parameters'].get('volume_missing', 0)
+    
+    energy_information_data = [
+        ("Tank configuration",
+         data_dict['tank_configuration']),
+        ("Volume required for mission",
+         f"{data_dict['total_tank_parameters']['volume_required_for_mission']*1000:,.1f} L"),
+        ("Volume provided in necessary tanks",
+         f"{(data_dict['total_tank_parameters']['volume_provided_in_all_tanks'] - tmp_volume)*1000:,.1f} L"),
+        ("Volume provided in all tanks",
+         f"{data_dict['total_tank_parameters']['volume_provided_in_all_tanks']*1000:,.1f} L"),
+        ("Volume missing",
+         f"{volume_missing*1000:,.1f} L"),
+        ("Energy required for mission",
+         f"{data_dict['total_tank_parameters']['energy_required_for_mission']/1E6:,.1f} MJ"),
+        ("Energy provided in necessary tanks",
+         f"{(data_dict['total_tank_parameters']['energy_provided_in_all_tanks'] - tmp_energy)/1E6:,.1f} MJ"),
+        ("Energy provided in all tanks",
+         f"{data_dict['total_tank_parameters']['energy_provided_in_all_tanks']/1E6:,.1f} MJ"),
+        ("Energy missing",
+         f"{energy_missing/1E6:,.1f} MJ"),
+    ]
+    energy_information_title = "General information"
+    energy_information_column_titles = ["Parameter", "Value"]
+    energy_information_alignment = ["l", "r"]
+    # Tank entity data.
+    aircraft_tank_data = [
+        (key[-1], value['designator'], value['energy_carrier_name'], f"{value['volume_available']*1000:,.1f}",
+         f"{round(value['energy_available']/1E6,1):,.1f}", f"{round(value['energy_required_for_mission']/1E6,1):,.1f}")
+        for key, value in data_dict.items()
+        if key.startswith("tank_") and key[5:].isdigit()
+    ]
+    aircraft_tank_data_title = "Aircraft tank overview"
+    aircraft_tank_data_column_titles = ["Tank ID", "Designator", "Energy carrier", "Volume in L", "Energy in MJ",
+                                        "Energy req. for mission?"]
+    aircraft_tank_data_alignment = ["l", "l", "l", "r", "r", "m"]
+
+    """Generate report."""
+    # Start Yattag document.
+    doc, tag, text = Doc().tagtext()
+
+    # Generate header (without creating a new <html>).
+    with tag('html', lang="en"):
+        # Generate report header (adds <head>).
+        generate_report_header(doc, report_title)
+
+        # Generate body.
+        with tag('body'):
+            with tag('div', klass="logo"):
+                text("")
+            with tag('div', klass="content"):
+                with tag('h1'):
+                    text(f"Report - {report_title} of {project_name}")
+                with tag('div', klass="container"):
+
+                    # Data on the left side.
+                    with tag('div', klass="box data"):
+                        with tag('h2'):
+                            text("Data")
+                        # Add table using external function.
+                        generate_table(doc, tag, text, energy_information_data, energy_information_title,
+                                       energy_information_column_titles, energy_information_alignment)
+                        # Add table using external function.
+                        generate_table(doc, tag, text, aircraft_tank_data, aircraft_tank_data_title,
+                                       aircraft_tank_data_column_titles, aircraft_tank_data_alignment)
+
+                    # Plots on the right side.
+                    # Ensure that plots are enabled before displaying them on report.
+                    # if plot_switch:
+                    #     with tag('div', klass="box plot"):
+                    #         with tag('h2'):
+                    #             text("Plot")
+                    #         with tag('img', src="../plots/title", klass="image-plot"):
+                    #             pass
+
+    # Convert the document to HTML string.
+    html_output = doc.getvalue()
+
+    # Pretty HTML output with BeautifulSoup.
+    soup = BeautifulSoup(html_output, 'html.parser')
+    pretty_html = soup.prettify()
+
+    """ Save report to current aircraft project directory. """
+    # Save the report.
+    project_directory = paths_and_names["project_directory"]
+    report_directory = os.path.join(project_directory, 'reporting', 'report_html')
+    os.makedirs(report_directory, exist_ok=True)
+    output_path = os.path.join(report_directory, f"{tool_name}_report.html")
+
+    # Write the HTML to the file.
+    with open(output_path, "w", encoding="utf-8") as report:
+        report.write(pretty_html)
+    
+    return
+
+
+def generate_table(doc, tag, text, data, caption, column_titles, alignment=None):
+    """Generate an HTML table.
+
+    This function creates an HTML table from the provided data.
+    Note: Options for the alignment types are "l" for left, "r" for right, and "m" for center. If not provided, columns
+    are left-aligned by default.
+
+    :param doc: Yattag Doc instance
+    :param tag: Yattag tag function
+    :param text: Yattag text function
+    :param str caption: Table caption
+    :param list column_titles: Titles of table columns
+    :param list alignment: List of alignment types for ech column (defaults to None)
+    :param list data: List of tuples containing table data
+    """
+    with tag('table', klass="content-table"):
+        with tag('caption'):
+            text(caption)
+        with tag('thead'):
+            with tag('tr'):
+                for col in column_titles:
+                    with tag('th'):
+                        text(f"{col}")
+        with tag('tbody'):
+            row_number = 0
+            for row in data:
+                with tag('tr'):
+                    column_number = 0
+                    for col in row:
+                        if col is None:
+                            with tag('td'):
+                                text('N.A.')
+                        else:
+                            if alignment is not None:
+                                if alignment[column_number] == "m":
+                                    with tag('td', style="text-align: center;"):
+                                        text(col)
+                                elif alignment[column_number] == "r":
+                                    with tag('td', style="text-align: right;"):
+                                        text(col)
+                                elif alignment[column_number] == "l":
+                                    with tag('td', style="text-align: left;"):
+                                        text(col)
+                                else:
+                                    with tag('td'):
+                                        text(col)
+                            else:
+                                with tag('td'):
+                                    text(col)
+                        column_number += 1
+                row_number += 1
+    
+    return
+
+
+def generate_report_header(doc, tool_name):
+    """Generate HTML header.
+    
+    This function generates an HTML header with meta information, style sheets, and title.
+
+    :param doc: Yattag Doc instance
+    :param str tool_name: Name of the tool
+    """
+    with doc.tag('head'):
+        doc.stag('meta', name="viewport", content="width=device-width, initial-scale=1.0")
+        doc.stag('meta', charset="UTF-8")
+        with doc.tag('title'):
+            doc.text(tool_name)
+        doc.stag('link', rel="stylesheet", href="style.css")
+    
+    return
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodplot.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodplot.py
index 2da33b6bed1a200259be79e8157022d10d8504b4..1b13ec9d3417461e516f777925eb64fc364d1794 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodplot.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodplot.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodtexoutput.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodtexoutput.py
index a1646acb0a61238a9ad4a4ae9e51b18007537cb5..ec971952ae05d3f223ff280edd74948019e63a5e 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodtexoutput.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodtexoutput.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodxmlexport.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodxmlexport.py
index b1cc6763f16e728d50832ffee74a75e58fa4713a..6b2e8de37f831f2dc5b9c2ab8fd0125e136e0638 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodxmlexport.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/methodxmlexport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/tankdesigntuberlin.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/tankdesigntuberlin.py
index 4170f6946f2cc88f0e331968535c1e070df50558..fbc558f89b4dcb5ac51ba3ce696f9eae01a788eb 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/tankdesigntuberlin.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/general/tankdesigntuberlin.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -144,12 +144,28 @@ def tank_design_tu_berlin(paths_and_names, routing_dict, dict_ac_data, runtime_o
         # Read all python files from 'call_functions' directory, delete cache folder, and sort 'call_function_list'.
         call_function_list = os.listdir(sys._MEIPASS + '/'
                                         + routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+    # Check if the system prefix is different from the base prefix -> code is runnig in a vitual environment
+    elif hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix:
+        # List all entries in the directory.
+        all_entries = os.listdir(paths_and_names['working_directory'] + '/' +
+                                routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+        # Filter out only files (ignore directories).
+        call_function_list = [entry for entry in all_entries
+                            if os.path.isfile(paths_and_names['working_directory'] + '/' +
+                                                routing_dict['module_import_name'].replace('.', '/')
+                                                + '/general/call_functions' + '/' + entry)] 
+        
     # If running as a regular Python script, use the current directory.
     else:
-        # Read all python files from 'call_functions' directory, delete cache folder, and sort 'call_function_list'.
-        call_function_list = os.listdir(paths_and_names['working_directory'] + '/'
-                                        + routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
-        
+        # List all entries in the directory.
+        all_entries = os.listdir(os.getcwd() + '/' +
+                                routing_dict['module_import_name'].replace('.', '/') + '/general/call_functions')
+        # Filter out only files (ignore directories).
+        call_function_list = [entry for entry in all_entries
+                            if os.path.isfile(os.getcwd() + '/' +
+                                                routing_dict['module_import_name'].replace('.', '/')
+                                                + '/general/call_functions' + '/' + entry)]
+
     if '__pycache__' in call_function_list:
         call_function_list.remove('__pycache__')
     if '.DS_Store' in call_function_list:
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/calculatetanks.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/calculatetanks.py
index fe8fac82874345f1ab2c5db02c9bf3dbe296064b..a0f334b9b4ce37504bb00cac4946e062a8819117 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/calculatetanks.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/calculatetanks.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,30 @@ import math
 import numpy as np
 
 # Import own libraries.
-from pyunitconversion import constants
+import pyenergycarriers
+
+
+def get_kerosene_densities(dict_ac_data):
+    """Get energy density.
+    
+    This function extracts the gravimetric and volumetric energy density of kerosene using the UNICADO
+    'pyenergycarriers' library.
+
+    :param dict dict_ac_data: Dictionary containing data from aircraft exchange and module configuration file
+    :return floats: Gravimetric and volumetric energy density of kerosene
+    """
+    # Get volumetric energy density of kerosene.
+    for key, value in dict_ac_data['energy_carrier_name'].items():
+        if value == 'kerosene':
+            density_kerosene = dict_ac_data['energy_carrier_density'].get(
+                key.replace('energy_carrier_name', 'energy_carrier_density'))
+            break
+    gravimetric_energy_density = (
+        pyenergycarriers.EnergyCarrier('kerosene', density_kerosene).gravimetric_energy_density)
+    volumetric_energy_density = (
+        pyenergycarriers.EnergyCarrier('kerosene', density_kerosene).volumetric_energy_density)
+
+    return gravimetric_energy_density, volumetric_energy_density
 
 
 def calculate_tank_span(span_index_inner_surface, span_index_outer_surface):
@@ -42,7 +65,7 @@ def calculate_tank_span(span_index_inner_surface, span_index_outer_surface):
     return tank_span
 
 
-def calculate_obelisk_volume(method, dict_wing_geometry, inner_surface_str, outer_surface_str):
+def calculate_obelisk_volume(method, dict_wing_geometry, inner_surface_str, outer_surface_str, runtime_output):
     """Calculate geometrical volume of obelisk.
 
     This function calculates the obelisk volume according to the selected method (Torenbeek [1] or Simpson).
@@ -53,6 +76,7 @@ def calculate_obelisk_volume(method, dict_wing_geometry, inner_surface_str, oute
     :param dict dict_wing_geometry: Dictionary containing wing geometry parameters
     :param str inner_surface_str: Name of inner obelisk surface
     :param str outer_surface_str: Name of outer obelisk surface
+    :param logging.Logger runtime_output: Logging object used for capturing log messages in the module
     :return float: Volume of obelisk in m^3
     """
     interpolated_values = dict_wing_geometry['interpolated_values']
@@ -67,13 +91,21 @@ def calculate_obelisk_volume(method, dict_wing_geometry, inner_surface_str, oute
     area_inner = maximum_tank_height_inner*maximum_tank_length_inner
     area_outer = maximum_tank_height_outer*maximum_tank_length_outer
 
+    # Check if obelisk calculation method is known.
+    method = method.lower()
+    if method not in ['torenbeek', 'simpson']:
+        runtime_output.critical('Error: Calculation of obelisk volume not possible due to unknown calculation method '
+                                + '(' + method + ')! '
+                                + 'Program aborted.')
+        sys.exit(1)
+
     match method:
-        case 'Torenbeek':
+        case 'torenbeek':
         # Calculate volume of obelisk according to Torenbeek.
             obelisk_volume = (tank_span/3*(area_inner + area_outer
                                            + ((maximum_tank_height_inner*maximum_tank_length_outer)
                                               + (maximum_tank_length_inner*maximum_tank_height_outer))/2))
-        case 'Simpson':
+        case 'simpson':
             # Calculate volume of obelisk according to Simpson's rule.
             middle_area = (area_inner + area_outer)/2
             obelisk_volume = tank_span / 6.0 * (area_inner + 4.0 * middle_area + area_outer)
@@ -95,7 +127,8 @@ def calculate_kerosene_tanks(dict_ac_data, dict_tank_design, runtime_output):
     # Extract data and initialize variables.
     total_tank_energy = 0
     wing_tank_energy_without_wing_center_tank = 0
-    kerosene_volumetric_energy_density = constants.KEROSENE_VOLUMETRIC_ENERGY_DENSITY
+    # Get volumetric energy density of kerosene.
+    _, kerosene_volumetric_energy_density = get_kerosene_densities(dict_ac_data)
 
     """Check if initial sizing loop and estimate energy demand if necessary."""
     initial_sizing_loop = all(value is None for value in dict_ac_data['mission_energy_amount'].values())
@@ -226,17 +259,19 @@ def calculate_kerosene_tanks(dict_ac_data, dict_tank_design, runtime_output):
                         runtime_output.print('Energy check: Energy demand covered.')
 
     # Final check if tanks can store mission energy amount.
+    dict_tank_design['total_tank_parameters'] = {}
     if energy_demand_covered:
         runtime_output.print('Tank design successful.')
     else:
         energy_missing = mission_energy_amount - total_tank_energy
         volume_missing = energy_missing/kerosene_volumetric_energy_density
+        dict_tank_design['total_tank_parameters']['energy_missing'] = energy_missing
+        dict_tank_design['total_tank_parameters']['volume_missing'] = volume_missing
         runtime_output.print('Attention: Necessary amount of fuel cannot be stored in selected tanks! '
-                                + str(int(round(energy_missing,0))) + 'J (' + str(round(volume_missing,2)) +
-                                'L) missing.')
+                                + f"{energy_missing:,.0f}" + ' J (' + f"{volume_missing:,.2f}"
+                                ' L) missing.')
 
     """ Calculate total tank parameters. """
-    dict_tank_design['total_tank_parameters'] = {}
     # Tank mass (integral tank -> equals zero).
     dict_tank_design['total_tank_parameters']['mass'] = 0.0
     # Tank position.
@@ -260,6 +295,14 @@ def calculate_kerosene_tanks(dict_ac_data, dict_tank_design, runtime_output):
 
     # Additional fuselage length equals zero for kerosene driven aircraft.
     dict_tank_design['total_tank_parameters']['additional_fuselage_length'] = 0.0
+    
+    # Add information on overall tank volume and energy to dict (for HTML report).
+    dict_tank_design['total_tank_parameters']['energy_provided_in_all_tanks'] = total_tank_energy
+    dict_tank_design['total_tank_parameters']['volume_provided_in_all_tanks'] = (
+        total_tank_energy/kerosene_volumetric_energy_density)
+    dict_tank_design['total_tank_parameters']['energy_required_for_mission'] = mission_energy_amount
+    dict_tank_design['total_tank_parameters']['volume_required_for_mission'] = (
+        mission_energy_amount/kerosene_volumetric_energy_density)
 
     # Prints.
     runtime_output.print('Debug: The "calculate_tanks" function was successfully executed.')
@@ -279,7 +322,7 @@ def calculate_wing_tanks(dict_ac_data, dict_tank_design, runtime_output, mission
     Finally it is checked if the wing center tank is necessary. If the left and right inner and outer wing tanks are
     big enough to store the energy required, the wing center tank values are set to zero.
 
-    :param dict dict_design: Dictionary containing data from aircraft exchange and module configuration file
+    :param dict dict_ac_data: Dictionary containing data from aircraft exchange and module configuration file
     :param dict dict_tank_design: Dictionary containing tank design parameter
     :param logging.Logger runtime_output: Logging object used for capturing log messages in the module
     :param float mission_energy_amount: Mission energy amount in Joule
@@ -289,8 +332,8 @@ def calculate_wing_tanks(dict_ac_data, dict_tank_design, runtime_output, mission
     factor_volume_usable = dict_ac_data['factor_volume_usable']
     # Since a vent tank is considered, no temperature expansion allowance has to be considered for wing tanks.
     temperature_expansion_allowance = 1.0
-    # Extract kerosene energy density from library.
-    kerosene_volumetric_energy_density = constants.KEROSENE_VOLUMETRIC_ENERGY_DENSITY
+    # Get volumetric energy density of kerosene.
+    _, kerosene_volumetric_energy_density = get_kerosene_densities(dict_ac_data)
     
     # Print.
     runtime_output.print('Wing tank design started...')
@@ -357,10 +400,8 @@ def calculate_wing_tanks(dict_ac_data, dict_tank_design, runtime_output, mission
             wing_geometry_dict['interpolated_values']['x_coordinate_leading_edge']
             [wing_section_dict[sec]['span_index']])
         wing_section_dict[sec]['position']['z'] = (
-            #wing_section_dict[template]['position']['z'])
             wing_geometry_dict['interpolated_values']['z_coordinate_leading_edge']
             [wing_section_dict[sec]['span_index']])
-        # span_index = wing_section_dict[sec]['span_index']
         i += 1
 
     # Vent tank calculation.
@@ -400,9 +441,6 @@ def calculate_wing_tanks(dict_ac_data, dict_tank_design, runtime_output, mission
                         case 'inner_left' | 'inner_right':
                             inner_surface_str = 'section_0'
                             outer_surface_str = 'section_1'
-                        # case 'outer_left' | 'outer_right':
-                        #     inner_surface_str = 'section_1'
-                        #     outer_surface_str = 'section_2'
                         case 'center':
                             inner_surface_str = 'fuselage_center_line'
                             outer_surface_str = 'outer_center_tank_section'
@@ -416,7 +454,8 @@ def calculate_wing_tanks(dict_ac_data, dict_tank_design, runtime_output, mission
 
             # Calculate obelisk volume.
             obelisk_volume = calculate_obelisk_volume(dict_ac_data['obelisk_volume_calculation_method'],
-                                                    wing_geometry_dict, inner_surface_str, outer_surface_str)
+                                                    wing_geometry_dict, inner_surface_str, outer_surface_str,
+                                                    runtime_output)
             # Calculate actual tank volume (considering volume loss due to internal structure of integral tanks and buffer
             # for temperature-dependent expansion of fuel).
             if dict_tank_design[wing_tank_entity]['tank_position'] == 'center':
@@ -434,8 +473,6 @@ def calculate_wing_tanks(dict_ac_data, dict_tank_design, runtime_output, mission
             dict_tank_design[wing_tank_entity]['energy_available'] = (
                 actual_volume*kerosene_volumetric_energy_density)
             # Print.
-            # inner left wing tank (ID="0") calculated. Volume (energy) available: 3.51 l ().
-            # f'{a*1000:,.2f}'
             # Transform volume to liter for print.
             actual_volume_l = actual_volume*1e3
             if dict_tank_design[wing_tank_entity]['tank_position'] == 'center' and print_outputs:
@@ -622,10 +659,12 @@ def calculate_wing_tanks(dict_ac_data, dict_tank_design, runtime_output, mission
 
         # Calculate energy contained in vent tank iteratively. Position of inner surface is adjusted in 1 mm steps.
         vent_tank_energy = 0
+        vent_tank_volume_actual = 0
         while vent_tank_energy < dict_tank_design['vent_tank']['energy_required']:
             vent_tank_volume = calculate_obelisk_volume(dict_ac_data['obelisk_volume_calculation_method'],
                                                         wing_geometry_dict,
-                                                        vent_tank_inner_surface, vent_tank_outer_surface)
+                                                        vent_tank_inner_surface, vent_tank_outer_surface,
+                                                        runtime_output)
             vent_tank_volume_actual = factor_volume_usable*temperature_expansion_allowance*vent_tank_volume
             vent_tank_energy = vent_tank_volume_actual*kerosene_volumetric_energy_density
             wing_section_dict[vent_tank_inner_surface]['span_index'] -= 1
@@ -700,8 +739,8 @@ def calculate_additional_center_tank(dict_ac_data, dict_tank_design, runtime_out
     factor_volume_usable = dict_ac_data['factor_volume_usable']
     temperature_expansion_allowance = dict_ac_data['temperature_expansion_allowance']
     
-    # Extract kerosene energy density from library.
-    kerosene_volumetric_energy_density = constants.KEROSENE_VOLUMETRIC_ENERGY_DENSITY
+    # Get volumetric energy density of kerosene.
+    _, kerosene_volumetric_energy_density = get_kerosene_densities(dict_ac_data)
     
     # Print.
     runtime_output.print('Additional center tank design started...')
@@ -923,8 +962,8 @@ def calculate_trim_tank(dict_ac_data, dict_tank_design, runtime_output, energy_d
     # Extract values from 'dict_ac_data'.
     factor_volume_usable = dict_ac_data['factor_volume_usable']
     temperature_expansion_allowance = dict_ac_data['temperature_expansion_allowance']
-    # Extract kerosene energy density from library.
-    kerosene_volumetric_energy_density = constants.KEROSENE_VOLUMETRIC_ENERGY_DENSITY
+    # Get volumetric energy density of kerosene.
+    _, kerosene_volumetric_energy_density = get_kerosene_densities(dict_ac_data)
     
     # Print.
     runtime_output.print('Trim tank design started...')
@@ -996,7 +1035,7 @@ def calculate_trim_tank(dict_ac_data, dict_tank_design, runtime_output, energy_d
 
     # Calculate obelisk volume.
     obelisk_volume = calculate_obelisk_volume(dict_ac_data['obelisk_volume_calculation_method'],
-                                              geometry_dict, inner_surface_str, outer_surface_str)
+                                              geometry_dict, inner_surface_str, outer_surface_str, runtime_output)
     obelisk_volume *= 2
 
     # Calculate actual tank volume (considering volume loss due to internal structure of integral tanks and buffer for
@@ -1100,8 +1139,6 @@ def calculate_trim_tank(dict_ac_data, dict_tank_design, runtime_output, energy_d
                             *inner_surface['width'])
     outer_surface_area = (outer_surface['height']
                     *outer_surface['width'])
-    # y_position_outer_surface = outer_surface['position']['y']
-    # y_position_inner_surface = inner_surface['position']['y']
     y_position_center_of_mass = 0
     x_position_cog_inner_surface = inner_surface['width']/2
     x_position_cog_outer_surface = outer_surface['width']/2
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/functionskerosene.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/functionskerosene.py
deleted file mode 100644
index 8d42333fd37ad054019d93d455d6376644484d85..0000000000000000000000000000000000000000
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/functionskerosene.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# UNICADO - UNIversity Conceptual Aircraft Design and Optimization
-#
-# Copyright (C) 2024 UNICADO consortium
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-#
-# Description:
-# This file is part of UNICADO.
-
-"""Module providing calculating functions for the tank design of kerosene-driven aircraft according to TU Berlin."""
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/methodkerosene.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/methodkerosene.py
index 421bba22bf49d116eb032c43295889dee8a71ad3..eb77311d4393167941b7d1e8dc217ce06ac59f57 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/methodkerosene.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/methodkerosene.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -67,6 +67,28 @@ def method_kerosene(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_co
     """
 
     """ Preparation. """
+    # Check if any values from aircraft exchange file are missing.
+    for key, value in dict_ac_exchange.items():
+        # Check, if any value is 'None'.
+        if value is None:
+            # If any value is 'None', the calculation of the costs is impossible and the program aborted.
+            runtime_output.critical('Error: Tank design not possible due to missing parameter in aircraft exchange '
+                                    + 'file (' + key + ')! '
+                                    + 'Program aborted.')
+            sys.exit(1)
+    # Check if any necessary values from module configuration file are missing.
+    necessary_values_for_kerosene = ['obelisk_calculation_method', 'a_to_d_factor', 'factor_volume_usable',
+                                     'temperature_expansion_allowance', 'buffer_inner_tank_segment',
+                                     'buffer_outer_tank_segment', 'buffer_center_tank_segment',
+                                     'factor_volume_allowance']
+    for key, value in dict_mod_config.items():
+        # Check, if any value is 'None'.
+        if key in necessary_values_for_kerosene and value is None:
+            # If any value is 'None', the calculation of the costs is impossible and the program aborted.
+            runtime_output.critical('Error: Tank design not possible due to missing parameter in module configuration '
+                                    + 'file (' + key + ')! '
+                                    + 'Program aborted.')
+            sys.exit(1)
     # Merge both data dictionaries.
     dict_design = dict_ac_exchange | dict_mod_config
     dict_design['energy_carrier'] = routing_dict['user_layer']
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/scaletanks.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/scaletanks.py
deleted file mode 100644
index f905d6a8d5d08d8c5f386db0685790ba7d31232c..0000000000000000000000000000000000000000
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/kerosene/scaletanks.py
+++ /dev/null
@@ -1,94 +0,0 @@
-# UNICADO - UNIversity Conceptual Aircraft Design and Optimization
-#
-# Copyright (C) 2024 UNICADO consortium
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-#
-# Description:
-# This file is part of UNICADO.
-
-def scale_tanks():
-    print('Scaling...')
-
-
-def split_tank_volume(tank_configuration, valid_tank_definition):
-    number_of_center_tanks = 1  # TODO: Read from aircraft xml
-    center_tank = (tank_configuration == 'wing_with_center_tank' or tank_configuration == 'wing_with_center_and_trim_tank')
-    trim_tank = (tank_configuration == 'wing_with_trim_tank' or tank_configuration == 'wing_with_center_and_trim_tank')
-    exit_if_tank_check_failed = True
-    total_fuel_volume = 0
-    volume_center_tank = 0
-    accuracy_fuel = 0.1
-    X = 0
-    # Set rest volume to total fuel volume.
-    rest_volume = total_fuel_volume
-    # Fill wing tanks complete with fuel.
-    print('Refueling wings...')
-    volume_wing_tank = calculate_wing_tank_volume()
-    calculate_total_tank_volume()
-    # Check if fuel left after filling wing tanks and center tanks available -> if true: -> fill center tank
-    rest_volume -= volume_wing_tank
-    if rest_volume > accuracy_fuel:
-        if center_tank:
-            print('Refueling centre tank ...')
-            volume_center_tank = calculate_center_tank_volume(number_of_center_tanks)
-            calculate_total_tank_volume()
-            rest_volume -= volume_center_tank
-            # Check, if fuel volume left after filling all specified tanks -> if true: -> info for user + filling the trim tanks
-            if rest_volume > accuracy_fuel:
-                print('Specified tank volume cannot be distributed to wing and centre tanks.')
-                if trim_tank:
-                    print('Remaining amount stored in trim tanks.')
-                    print('Refueling trim tank ...')
-                    volume_trim_tank = calculate_trim_tank_volume()
-                    calculate_total_tank_volume()
-                    rest_volume -= volume_trim_tank
-                    # Check if fuel left after filling all available tanks -> if true: -> calculate the amount of remaining fuel and abort program
-                    if rest_volume > accuracy_fuel and exit_if_tank_check_failed:
-                        print('Specified tank volume of X liters cannot be distributed to tanks, specified in design specifications.')
-                        print('Abort program.')
-                    elif rest_volume > accuracy_fuel:
-                        print('Specified tank volume of X liters cannot be distributed to tanks, specified in design specifications. Switch for program termination deactivated!')
-                else:
-                    print('Specified tank volume of X liters cannot be distributed to tanks, specified in design specifications.')
-                    print('Abort program.')
-            else:
-                # Set tank volume to tank data structure.
-                # Call function to check for unnecessary trim tank.
-                print()
-        else:
-            print('The specified tank volume cannot be distributed to the wing tanks and no centre tanks available.')
-            if trim_tank:
-                print('Remaining amount is stored in trim tanks.')
-                print('Refueling trim tank ...')
-                # Distribute remaining fuel in trim tanks (wing tanks full and no center tanks)
-                volume_trim_tank = calculate_trim_tank_volume()
-                calculate_total_tank_volume()
-                rest_volume -= volume_trim_tank
-                # check if fuel can be stored in specified tanks -> if false: -> raise an error and abort program
-                if rest_volume > accuracy_fuel:
-                    print('Specified tank volume of X liters cannot be distributed to tanks, specified in design specifications.')
-                    print('Abort program.')
-            else:
-                print('Remaining amount cannot be stored in trim tanks. Program aborted.')
-    else:
-        # Set tank volume in aircraft xml.
-        # check for unnecessary center tanks
-        # check for unnecessary trim tanks
-        print()
-
-    # Set Total Fuel Volume
-    total_tank_volume = total_fuel_volume
-
-    return X
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateconicaltank.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateconicaltank.py
index 22f5996f457997f00d8e190cd287adeb239f76c7..9a502dd97580e0e06702e5ab9eb03beb14450d42 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateconicaltank.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateconicaltank.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatecylindricaltank.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatecylindricaltank.py
index 3a3ef67c5d1b218d296fcd773cd3664c7e947cc6..d2b4c6fe93850111f18f26164cef2699ce5e2298 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatecylindricaltank.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatecylindricaltank.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametercylinder.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametercylinder.py
index 700ea5b273efa67d0047092648dcd0484e611bbc..ccb72b782e017de102d62fb84896dab63340abf0 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametercylinder.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametercylinder.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparameterendcap.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparameterendcap.py
index ab3a757c9b033c6dde7f72d4fce4bd4850ba5692..3ceb76c9a38ac283b31d27ea061c361c744758d7 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparameterendcap.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparameterendcap.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametertruncatedcone.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametertruncatedcone.py
index 57b1cd4c502314866a9d3aad7979ae71769774b5..af0b2ae4d60284b5d2f5855a6d151a38e46bee1b 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametertruncatedcone.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculateparametertruncatedcone.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatethicknesswall.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatethicknesswall.py
index 2087794253b2a51ddb7a41bbfcfb9d68f60fa2c9..23e235710a5605df8f66318c2b51c31f27b3fdf5 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatethicknesswall.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/calculatethicknesswall.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
index 8a87b71a6c7f227834c752ca19fa463faf779fe5..3f42166827d08d62e410303f0dd4daccb39a92a4 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/liquid_hydrogen/methodliquidhydrogen.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/usermethoddatapreparation.py b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/usermethoddatapreparation.py
index 010cecb6856c2e2d85889e34aa042632d43ac2e4..e8a84ff25455ce9fb00c7fbcec17397c9215ae83 100644
--- a/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/usermethoddatapreparation.py
+++ b/tank_design/src/tube_and_wing/empirical/tank_design_tu_berlin/usermethoddatapreparation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -72,6 +72,8 @@ def user_method_data_input_preparation(routing_dict):
             [tmp_mission_analysis_path +'loaded_mission_energy/mission_energy[@ID="0"]/energy_carrier_ID', int],
         'energy_carrier_name':
             [tmp_design_specs_path + 'energy_carriers/energy_carrier[@ID="0"]/type', str],
+        'energy_carrier_density':
+            [tmp_design_specs_path + 'energy_carriers/energy_carrier[@ID="0"]/density', float],
         # Tank configuration.
         'tank_energy_ID':
             [tmp_design_specs_path + 'configuration/tank_definition/tank[@ID="0"]/energy_carrier_ID', int],
@@ -155,32 +157,24 @@ def user_method_data_input_preparation(routing_dict):
     tmp_specific = ('./program_settings/configuration[@ID="tube_and_wing"]/fidelity[@ID="empirical"]/'
                    + 'tank_design_tu_berlin/specific/')
     specific_data_to_extract_from_module_configuration_dict = {
-        'kerosene_gravimetric_energy_density':
-            [tmp_specific + 'kerosene_gravimetric_energy_density', float],
-        'kerosene_volumetric_energy_density':
-            [tmp_specific + 'kerosene_volumetric_energy_density', float],
-        'liquid_hydrogen_gravimetric_energy_density':
-            [tmp_specific + 'liquid_hydrogen_tank_structure/liquid_hydrogen_gravimetric_energy_density', float],
-        'liquid_hydrogen_volumetric_energy_density':
-            [tmp_specific + 'liquid_hydrogen_tank_structure/liquid_hydrogen_volumetric_energy_density', float],
         'material_wall':
-            [tmp_specific + 'liquid_hydrogen_tank_structure/material_wall', str],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/material_wall', str],
         'density_wall':
-            [tmp_specific + 'liquid_hydrogen_tank_structure/density_wall', float],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/density_wall', float],
         'thickness_wall_calculation_method':
-            [tmp_specific + 'liquid_hydrogen_tank_structure/thickness_wall_calculation_method', str],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/thickness_wall_calculation_method', str],
         'mass_pumps':
-            [tmp_specific + 'liquid_hydrogen_tank_structure/mass_pumps', float],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/mass_pumps', float],
         'mass_baffle':
-            [tmp_specific + 'liquid_hydrogen_tank_structure/mass_baffle', float],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/mass_baffle', float],
         'type_insulation':
-            [tmp_specific + 'liquid_hydrogen_tank_insulation/type_insulation', str],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/type_insulation', str],
         'material_insulation':
-            [tmp_specific + 'liquid_hydrogen_tank_insulation/material_insulation', str],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/material_insulation', str],
         'thickness_insulation':
-            [tmp_specific + 'liquid_hydrogen_tank_insulation/thickness_insulation', float],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/thickness_insulation', float],
         'density_insulation':
-            [tmp_specific + 'liquid_hydrogen_tank_insulation/density_insulation', float],
+            [tmp_specific + 'liquid_hydrogen_tank_design_parameter/density_insulation', float],
         'type_end_cap':
             [tmp_specific + 'liquid_hydrogen_tank_design_parameter/type_end_cap', str],
         'internal_pressure':
diff --git a/tank_design/main.py b/tank_design/tank_design.py
similarity index 99%
rename from tank_design/main.py
rename to tank_design/tank_design.py
index 501eaf95a806382c075eda010f842129a2341592..5d3ec4169dad95d8f4e4ccd0671cd0882d68acfd 100644
--- a/tank_design/main.py
+++ b/tank_design/tank_design.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tank_design/tank_design_conf.xml b/tank_design/tank_design_conf.xml
index cf99c495d6f789eb71e93c2ba8e9d88473c26457..65abc7117a589d6f6ec29694260efab50910beb3 100644
--- a/tank_design/tank_design_conf.xml
+++ b/tank_design/tank_design_conf.xml
@@ -2,10 +2,10 @@
 	<module_configuration_file Name="Tank Design Runtime Configuration">
         <control_settings description="General control settings for this tool">
             <aircraft_exchange_file_name description="Specify the name of the exchange file">
-                <value>csmr-2020.xml</value>
+                <value>CSMR-2020.xml</value>
             </aircraft_exchange_file_name>
             <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-                <value>../projects/</value>
+                <value>../projects/CSMR/CSMR-2020/</value>
             </aircraft_exchange_file_directory>
             <own_tool_level description="Specify the tool level of this tool">
                 <value>2</value>
@@ -40,10 +40,10 @@
                 <value>tank_design.log</value>
             </log_file>
             <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-                <value>DEFAULT</value>
+                <value>../inkscape/</value>
             </inkscape_path>
             <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-                <value>DEFAULT</value>
+                <value>../gnuplot/</value>
             </gnuplot_path>
             <program_specific_control_settings description="Program specific control settings for this tool">
                 <xml_output description="Switch to export module specific data to XML ('true': On, 'false': Off)">
@@ -65,7 +65,7 @@
                         <general>
                             <mass_technology_factor description="Mass technology factor accounting for mass savings (smaller than 1) or gains (greater than 1).">
                                 <value>1</value>
-                                <unit>m</unit>
+                                <unit>1</unit>
                                 <lower_boundary>0.5</lower_boundary>
                                 <upper_boundary>1.5</upper_boundary>
                                 <default>1</default>
@@ -73,7 +73,7 @@
                         </general>
                         <specific>
                             <!-- Specific parameters for kerosene tank design. -->
-                            <kerosene_tank_design_parameter description="Parameters for kerosene tank design">
+                            <kerosene_tank_design_parameter description="Parameters for kerosene tank design.">
                                 <obelisk_calculation_method description="Obelisk volume calculation method (Torenbeek or Simpson).">
                                     <value>Simpson</value>
                                     <default>Torenbeek</default>
@@ -81,54 +81,54 @@
                                 <a_to_d_factor description="Factor ...">
                                     <value>0.9</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
+                                    <lower_boundary>0.8</lower_boundary>
+                                    <upper_boundary>1.0</upper_boundary>
                                     <default>0.9</default>
                                 </a_to_d_factor>
-                                <factor_volume_usable description="Factor accounting for volume loss due to internal structure of integral tanks">
+                                <factor_volume_usable description="Factor accounting for volume loss due to internal structure of integral tanks.">
                                     <value>0.95</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
+                                    <lower_boundary>0.8</lower_boundary>
+                                    <upper_boundary>1.0</upper_boundary>
                                     <default>0.95</default>
                                 </factor_volume_usable>
-                                <temperature_expansion_allowance description="Factor accounting for temperature-dependent expansion of fuel">
+                                <temperature_expansion_allowance description="Factor accounting for temperature-dependent expansion of fuel.">
                                     <value>0.95</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
+                                    <lower_boundary>0.9</lower_boundary>
+                                    <upper_boundary>1.0</upper_boundary>
                                     <default>0.95</default>
                                 </temperature_expansion_allowance>
-                                <buffer_inner_tank_segment description="Spanwise buffer of inner tank segment.">
+                                <buffer_inner_tank_segment description="Spanwise buffer of inner tank segment (in percent).">
                                     <value>0.00</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
+                                    <lower_boundary>0.00</lower_boundary>
+                                    <upper_boundary>0.02</upper_boundary>
                                     <default>0.00</default>
                                 </buffer_inner_tank_segment>
-                                <buffer_outer_tank_segment description="Spanwise buffer of outer tank segment.">
-                                    <value>0.02</value>
+                                <buffer_outer_tank_segment description="Spanwise buffer of outer tank segment (in percent).">
+                                    <value>0.01</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
-                                    <default>0.02</default>
+                                    <lower_boundary>0.01</lower_boundary>
+                                    <upper_boundary>0.02</upper_boundary>
+                                    <default>0.01</default>
                                 </buffer_outer_tank_segment>
-                                <buffer_center_tank_segment description="Spanwise buffer of inner tank segment.">
+                                <buffer_center_tank_segment description="Spanwise buffer of inner tank segment (in percent).">
                                     <value>0.01</value>
                                     <unit>1</unit>
-                                    <lower_boundary>0</lower_boundary>
-                                    <upper_boundary>1</upper_boundary>
+                                    <lower_boundary>0.01</lower_boundary>
+                                    <upper_boundary>0.02</upper_boundary>
                                     <default>0.01</default>
                                 </buffer_center_tank_segment>
                             </kerosene_tank_design_parameter>
                             <!-- Specific parameters for liquid hydrogen tank design. -->
-                            <liquid_hydrogen_tank_design_parameter description="Parameters for liquid hydrogen tank design">
+                            <liquid_hydrogen_tank_design_parameter description="Parameters for liquid hydrogen tank design.">
                                 <!-- Design parameters-->
-                                <type_end_cap description="Tank end cap type (options: hemispherical, torispherical)">
+                                <type_end_cap description="Tank end cap type (options: hemispherical, torispherical).">
                                     <value>torispherical</value>
                                     <default>torispherical</default>
                                 </type_end_cap>
-                                <internal_pressure description="Internal tank pressure (venting pressure)">
+                                <internal_pressure description="Internal tank pressure (venting pressure).">
                                     <value>1.5</value>
                                     <unit>bar</unit>
                                     <lower_boundary>1</lower_boundary>
@@ -136,22 +136,22 @@
                                     <default>1.5</default>
                                 </internal_pressure>
                                 <!-- Tank insulation related parameters-->
-                                <type_insulation description="Insulation type (options: internal, external)">
+                                <type_insulation description="Insulation type (options: internal, external).">
                                     <value>external</value>
                                     <default>external</default>
                                 </type_insulation>
-                                <material_insulation description="Insulation material (options: polyurethane_foam)">
+                                <material_insulation description="Insulation material (options: polyurethane_foam).">
                                     <value>polyurethane_foam</value>
                                     <default>polyurethane_foam</default>
                                 </material_insulation>
-                                <thickness_insulation description="Thickness of insulation">
+                                <thickness_insulation description="Thickness of insulation.">
                                     <value>0.2</value>
                                     <unit>m</unit>
                                     <lower_boundary>0</lower_boundary>
                                     <upper_boundary>1.0</upper_boundary>
                                     <default>0.2</default>
                                 </thickness_insulation>
-                                <density_insulation description="Density of insulation material (for polyurethane foam: 32)">
+                                <density_insulation description="Density of insulation material (for polyurethane foam: 32).">
                                     <value>32</value>
                                     <unit>kg/m^3</unit>
                                     <lower_boundary>0</lower_boundary>
@@ -159,29 +159,29 @@
                                     <default>32</default>
                                 </density_insulation>
                                 <!-- Tank structure related parameters-->
-                                <material_wall description="Tank wall material (options: aluminum)">
+                                <material_wall description="Tank wall material (options: aluminum).">
                                     <value>aluminum</value>
                                     <default>aluminum</default>
                                 </material_wall>
-                                <density_wall description="Density of wall material (for aluminum: 2850)">
+                                <density_wall description="Density of wall material (for aluminum: 2850).">
                                     <value>2850</value>
                                     <unit>kg/m^3</unit>
                                     <lower_boundary>0</lower_boundary>
                                     <upper_boundary>5000</upper_boundary>
                                     <default>2850</default>
                                 </density_wall>
-                                <thickness_wall_calculation_method description="Method for calculation of wall thickness (options: asme, ad-2000)">
+                                <thickness_wall_calculation_method description="Method for calculation of wall thickness (options: asme, ad-2000).">
                                     <value>asme</value>
                                     <default>asme</default>
                                 </thickness_wall_calculation_method>
-                                <mass_baffle description="Additional mass of baffles">
+                                <mass_baffle description="Additional mass of baffles.">
                                     <value>45</value>
                                     <unit>kg</unit>
                                     <lower_boundary>0</lower_boundary>
                                     <upper_boundary>100</upper_boundary>
                                     <default>45</default>
                                 </mass_baffle>
-                                <mass_pumps description="Additional mass of pumps">
+                                <mass_pumps description="Additional mass of pumps.">
                                     <value>9.26</value>
                                     <unit>kg</unit>
                                     <lower_boundary>0</lower_boundary>
@@ -192,14 +192,14 @@
                             <!-- Miscellaneous parameters for tank design. -->
                             <miscellaneous>
                                 <!-- Miscellaneous parameters-->
-                                <factor_usable_diameter description="Usable fraction of fuselage outside diameter">
+                                <factor_usable_diameter description="Usable fraction of fuselage outside diameter.">
                                     <value>0.938</value>
                                     <unit>percent/100</unit>
                                     <lower_boundary>0.938</lower_boundary>
                                     <upper_boundary>0.938</upper_boundary>
                                     <default>0.938</default>
                                 </factor_usable_diameter>
-                                <factor_volume_allowance description="Additional allowance for tank volume">
+                                <factor_volume_allowance description="Additional allowance for tank volume.">
                                     <value>0.072</value>
                                     <unit>percent/100</unit>
                                     <lower_boundary>0.072</lower_boundary>
@@ -211,149 +211,5 @@
                     </tank_design_tu_berlin>
                 </fidelity>
             </configuration>
-            <configuration ID="blended_wing_body">
-                <fidelity_name description="Select fidelity name (options: empirical, numerical,...)">
-                    <value>empirical</value>
-                </fidelity_name>
-                <method_name description="Select method name (options: tank_design_tu_berlin)">
-                    <value>tank_design_tu_berlin</value>
-                    <default>tank_design_tu_berlin</default>
-                </method_name>
-                <fidelity ID="empirical">
-                    <tank_design_tu_berlin description="Empirical method to design the tanks of a tube-and-wing aircraft.">
-                        <general_tank_design_parameter>
-                            <param_1 description="Parameter 1">
-                                <value>1</value>
-                                <unit>m</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>100000</upper_boundary>
-                                <default>1</default>
-                            </param_1>
-                        </general_tank_design_parameter>
-                        <energy_carrier ID="kerosene">
-                            <param_2 description="Parameter 2">
-                                <value>2</value>
-                                <unit>m</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>100000</upper_boundary>
-                                <default>1</default>
-                            </param_2>
-                        </energy_carrier>
-                        <energy_carrier ID="liquid_hydrogen">
-                            <param_2 description="Parameter 1">
-                                <value>1</value>
-                                <unit>m</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>100000</upper_boundary>
-                                <default>1</default>
-                            </param_2>
-                            <!-- Fuel related parameters-->
-                            <gravimetric_energy_density description="Gravimetric energy density of hydrogen">
-                                <value>119930000</value>
-                                <unit>J/kg</unit>
-                                <lower_boundary>119930000</lower_boundary>
-                                <upper_boundary>119930000</upper_boundary>
-                                <default>119930000</default>
-                            </gravimetric_energy_density>
-                            <volumetric_energy_density description="Volumetric energy density of hydrogen">
-                                <value>8491000000</value>
-                                <unit>J/m^3</unit>
-                                <lower_boundary>8491000000</lower_boundary>
-                                <upper_boundary>8491000000</upper_boundary>
-                                <default>8491000000</default>
-                            </volumetric_energy_density>
-                            <!-- Tank structure related parameters-->
-                            <material_wall description="Tank wall material (options: aluminum)">
-                                <value>aluminum</value>
-                                <default>aluminum</default>
-                            </material_wall>
-                            <density_wall description="Density of wall material (for aluminum: 2850)">
-                                <value>2850</value>
-                                <unit>kg/m^3</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>5000</upper_boundary>
-                                <default>2850</default>
-                            </density_wall>
-                            <thickness_wall_calculation_method description="Method for calculation of wall thickness (options: asme, ad-2000)">
-                                <value>asme</value>
-                                <default>asme</default>
-                            </thickness_wall_calculation_method>
-                            <mass_baffle description="Additional mass of pumps">
-                                <value>45</value>
-                                <unit>kg</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>100</upper_boundary>
-                                <default>45</default>
-                            </mass_baffle>
-                            <mass_pumps description="Additional mass of baffles">
-                                <value>9.26</value>
-                                <unit>kg</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>100</upper_boundary>
-                                <default>9.26</default>
-                            </mass_pumps>
-                            <!-- Tank insulation related parameters-->
-                            <type_insulation description="Insulation type (options: internal, external)">
-                                <value>external</value>
-                                <default>external</default>
-                            </type_insulation>
-                            <material_insulation description="Insulation material (options: polyurethane_foam)">
-                                <value>polyurethane_foam</value>
-                                <default>polyurethane_foam</default>
-                            </material_insulation>
-                            <thickness_insulation description="Thickness of insulation">
-                                <value>0.2</value>
-                                <unit>m</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>1.0</upper_boundary>
-                                <default>0.2</default>
-                            </thickness_insulation>
-                            <density_insulation description="Density of insulation material (for polyurethane foam: 32)">
-                                <value>32</value>
-                                <unit>kg/m^3</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>100</upper_boundary>
-                                <default>32</default>
-                            </density_insulation>
-                            <!-- Design parameters-->
-                            <type_endcap description="Tank endcap type (options: hemispherical, torispherical)">
-                                <value>torispherical</value>
-                                <default>torispherical</default>
-                            </type_endcap>
-                            <internal_pressure description="Internal tank pressure (venting pressure)">
-                                <value>1.5</value>
-                                <unit>bar</unit>
-                                <lower_boundary>1</lower_boundary>
-                                <upper_boundary>5</upper_boundary>
-                                <default>1.5</default>
-                            </internal_pressure>
-                            <!-- Miscellaneous parameters-->
-                            <factor_usable_diameter description="Usable fraction of fuselage outside diameter">
-                                <value>0.938</value>
-                                <unit>percent/100</unit>
-                                <lower_boundary>0.938</lower_boundary>
-                                <upper_boundary>0.938</upper_boundary>
-                                <default>0.938</default>
-                            </factor_usable_diameter>
-                            <factor_volume_allowance description="Additional allowance for tank volume">
-                                <value>0.072</value>
-                                <unit>percent/100</unit>
-                                <lower_boundary>0.072</lower_boundary>
-                                <upper_boundary>0.072</upper_boundary>
-                                <default>0.072</default>
-                            </factor_volume_allowance>
-                        </energy_carrier>
-                        <energy_carrier ID="hybrid">
-                            <param_3 description="Parameter 1">
-                                <value>1</value>
-                                <unit>m</unit>
-                                <lower_boundary>0</lower_boundary>
-                                <upper_boundary>100000</upper_boundary>
-                                <default>1</default>
-                            </param_3>
-                        </energy_carrier>
-                    </tank_design_tu_berlin>
-                </fidelity>
-            </configuration>
 	    </program_settings>
 	</module_configuration_file>
diff --git a/weight_and_balance_analysis/CMakeLists.txt b/weight_and_balance_analysis/CMakeLists.txt
index 1a105ee66449240a78ed45897068a37650f39a5b..e4de7ca5c8bfd78f8f7bf82e7ab2b1df743c52dd 100644
--- a/weight_and_balance_analysis/CMakeLists.txt
+++ b/weight_and_balance_analysis/CMakeLists.txt
@@ -1,68 +1,74 @@
 # Set name of executable
 set(MODULE_NAME weight_and_balance_analysis)
 
-# ==============================================
-# Add the module executable
-#
-# -> The main.py is enough for pyinstaller
-# ==============================================
-set(MODULE_SCRIPT main.py)
+if (BUILD_PYTHON_MODULES)
+    # ==============================================
+    # Add the module executable
+    #
+    # -> The main.py is enough for pyinstaller
+    # ==============================================
+    set(MODULE_SCRIPT ${MODULE_NAME}.py)
 
-# Get the executable name
-if (WIN32)
-    set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
-else()
-    set(MODULE_EXECUTABLE ${MODULE_NAME})
-endif()
+    # Get the executable name
+    if (WIN32)
+        set(MODULE_EXECUTABLE ${MODULE_NAME}.exe)
+    else()
+        set(MODULE_EXECUTABLE ${MODULE_NAME})
+    endif()
 
-# Check if pipenv is available
-if( NOT PIPENV )
-    MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
-    return()
-endif()
+    # Check if pipenv is available
+    if( NOT PIPENV )
+        MESSAGE(WARNING "-> pipenv not found, ${MODULE_NAME} will not be available!")
+        return()
+    endif()
 
-# Set the pyinstaller options
-set(PYINSTALLER_OPTIONS
-    --noconfirm
-    --onefile
-    --distpath ${CMAKE_CURRENT_LIST_DIR}
-    --specpath ${CMAKE_CURRENT_LIST_DIR}
-    --name ${MODULE_NAME}
-    --paths ${CMAKE_CURRENT_LIST_DIR}/src
-)
+    # Set the pyinstaller options
+    set(PYINSTALLER_OPTIONS
+        --noconfirm
+        --onefile
+        --distpath ${CMAKE_CURRENT_LIST_DIR}
+        --specpath ${CMAKE_CURRENT_LIST_DIR}
+        --name ${MODULE_NAME}
+        --paths ${CMAKE_CURRENT_LIST_DIR}/src
+    )
 
-# Determine the data separator based on the platform
-if (WIN32)
-    set(DATA_SEP "\\;")
-else()
-    set(DATA_SEP ":")
-endif()
+    # Determine the data separator based on the platform
+    if (WIN32)
+        set(DATA_SEP "\\;")
+    else()
+        set(DATA_SEP ":")
+    endif()
 
-# Add the --add-data option with the correct separator and escaped semicolon
-list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
-# Include other packages
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=termcolor")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=yattag")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=bs4")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pandas")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaircraftgeometry2")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyunitconversion")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaixml")
-list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
+    # Add the --add-data option with the correct separator and escaped semicolon
+    list(APPEND PYINSTALLER_OPTIONS "--add-data=${CMAKE_CURRENT_LIST_DIR}/src${DATA_SEP}src")
+    # Include other packages
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=termcolor")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=matplotlib")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=yattag")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=bs4")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pandas")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaircraftgeometry2")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyunitconversion")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyaixml")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pycoordinatesystemconversion")
+    list(APPEND PYINSTALLER_OPTIONS "--collect-all=pyenergycarriers")
 
-# Add the target which compiles the executable using pyinstaller
-add_custom_target(${MODULE_NAME} ALL
-    COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
-    BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
-    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
-    COMMENT "Building ${MODULE_NAME} with pyinstaller"
-)
+    # Add the target which compiles the executable using pyinstaller
+    add_custom_target(${MODULE_NAME} ALL
+        COMMAND ${PIPENV} run pyinstaller ${PYINSTALLER_OPTIONS} ${CMAKE_CURRENT_LIST_DIR}/${MODULE_SCRIPT}
+        BYPRODUCTS ${CMAKE_CURRENT_LIST_DIR}/${MODULE_EXECUTABLE}
+        WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} # Execute in the top level source directory
+        COMMENT "Building ${MODULE_NAME} with pyinstaller"
+    )
+else()
+    add_custom_target(${MODULE_NAME} ALL)
+endif()
 
 # Add install rules
 install(
     FILES 
-        ${MODULE_EXECUTABLE}
+        ${MODULE_NAME}.py
         ${MODULE_NAME}_conf.xml
     DESTINATION ${MODULE_NAME}
-)
\ No newline at end of file
+)
+install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/src DESTINATION ${MODULE_NAME})
\ No newline at end of file
diff --git a/cost_estimation/doc/Doxyfile b/weight_and_balance_analysis/doc/Doxyfile
similarity index 99%
rename from cost_estimation/doc/Doxyfile
rename to weight_and_balance_analysis/doc/Doxyfile
index 1576c5afec7d4ad110d7e51d616ab208502c4ff0..319298023b36cf794932aebff18533bc9205dc70 100644
--- a/cost_estimation/doc/Doxyfile
+++ b/weight_and_balance_analysis/doc/Doxyfile
@@ -42,7 +42,7 @@ DOXYFILE_ENCODING      = UTF-8
 # title of most generated pages and in a few other places.
 # The default value is: My Project.
 
-PROJECT_NAME           = "cost_estimation"
+PROJECT_NAME           = "weight_and_balance_analysis"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
 # could be handy for archiving the generated documentation or if some version
@@ -1290,7 +1290,7 @@ GENERATE_HTML          = YES
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT            = cost_estimation
+HTML_OUTPUT            = weight_and_balance_analysis
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).
@@ -1753,7 +1753,7 @@ HTML_FORMULA_FORMAT    = png
 # Minimum value: 8, maximum value: 50, default value: 10.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-FORMULA_FONTSIZE       = 14
+FORMULA_FONTSIZE       = 10
 
 # The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
 # to create new LaTeX commands to be used in formulas as building blocks. See
diff --git a/tank_design/doc/DoxygenLayout.xml b/weight_and_balance_analysis/doc/DoxygenLayout.xml
similarity index 99%
rename from tank_design/doc/DoxygenLayout.xml
rename to weight_and_balance_analysis/doc/DoxygenLayout.xml
index dfdd00372bb9b17ddc384b94b9efacdc1b79639e..80f1db0bf9fd2ff98c65a19cd74e9d55b47470f9 100644
--- a/tank_design/doc/DoxygenLayout.xml
+++ b/weight_and_balance_analysis/doc/DoxygenLayout.xml
@@ -37,7 +37,7 @@
       <tab type="globals" visible="yes" title="" intro=""/>
     </tab>
     <tab type="examples" visible="yes" title="" intro=""/>
-    <tab type="user" url="https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/modules/overview/" title="Module Overview" />
+    <tab type="user" url="https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/documentation/overview/" title="Documentation Overview" />
   </navindex>
 
   <!-- Layout definition for a class page -->
diff --git a/weight_and_balance_analysis/doc/content/basic-concepts.md b/weight_and_balance_analysis/doc/content/basic-concepts.md
new file mode 100644
index 0000000000000000000000000000000000000000..a6c77b176d818a17df2c0105e39a0039b1f1c3e3
--- /dev/null
+++ b/weight_and_balance_analysis/doc/content/basic-concepts.md
@@ -0,0 +1,213 @@
+# Basic Concepts {#basic-concepts}
+This chapter introduces the definitions and theoretical concepts used in UNICADO for performing the weight and balance (w&b) analysis. The masses of the aircraft's components are calculated in the corresponding design modules. Each component has a _mass properties_ information containing the component's mass, center of gravity position and moments of inertia. All mass properties are gathered in this module and summed up to the different total aircraft's masses, CG positions and mass moments of inertia. Given the airplane design with its requirements and the mass breakdown of its components, the weight and balance of the aircraft is computed considering the mission data and transport task information from the _Aircraft Exchange File_ (acxml). Finally, the loading diagramm is plotted to show different loading cases and the CG-shift during flight. 
+
+ For some calculations there are more available methods. These can be selected by the user in the w&b tool configuration file [_weight\_and\_balance\_analysis\_conf.xml_](usage.md). 
+
+> [!NOTE] 
+> In this beta release of UNICADO the w&b analysis module is laid out for the _tube and wing_ configuration of a look-a-like A320. This will be extended in the future to support also a blended wing body configuration.
+
+
+## Masses of the Aircraft {#masses}
+ 
+Let us start defining the different masses calculated by the tool and how they are determined: 
+
+- The **Manufacture Empty Mass (MEM)** is the mass of the aircraft which includes the mass of the main components, i.e. the airframe structure (wing, fuselage, landing gear, empennage, pylons), the propulsion group (nacelles and engines) mass and the fixed equipment mass like the furnishings or the navigation systems.
+  
+> [!NOTE] 
+> The tanks don't have an own mass as they are integrated in the main components. Only for the case of additional tanks a mass is added.  
+
+- The **Operating Empty Mass (OEM)** represents the mass of the aircraft which includes the crew, all essential operational fluids and all operator-required items and equipment for flight. It coresponds to the MEM with addition of the operator items mass. 
+
+  \f$ OEM = MEM + operator\_items\_mass \f$ 
+
+> [!NOTE]
+> The operator items are calculated by both the fueselage design and the systems design module.
+
+- The **Maximum Zero Fuel Mass (MZFM)** is the total mass of the aircraft without any fuel. It is calculated with 
+  
+  \f$MZFM = OEM + maximum\_payload\_mass \f$
+
+  - The ***maximum payload mass*** is refering to the maximum allowed payload which can be taken on board without violation of the structural limits and capacity constraints. This is defined in the TLARs.
+
+- The **Ferry Range Mass (FRM)** is the mass at which the aircraft can reach the maximum range. For this, no payload is carried and the tanks are filled up with the maximum fuel mass. 
+  
+  \f$ FRM = OEM + maximum\_fuel\_mass \f$
+
+  - The ***maximum fuel mass*** is the maximum fuel that can be carried and fits in all tanks up to the maximum capacity, i.e all tanks are full. The tank design module outputs the maximum energy per each designed tank. These are transformed here with the corresponding gravimetric density to a maximum fuel mass per tank and then summed up for all tanks.  
+
+- The **Maximum Take-Off Mass (MTOM)** is the mass at which the aircraft takes off. For the design mission this corresponds to the design mass at take-off. Starting with the previously determined OEM, the calculated design fuel at takeoff and the design payload mass are added:
+  
+  \f$ MTOM = OEM + design\_fuel\_mass\_takeoff + design\_payload\_mass \f$
+
+> [!NOTE]
+> The estimated MTOM is an input of the weight and balance analysis tool and is initially written by the _initial\_sizing_ module. Here, it is updated to a mass based on more exact calculation, as the components design and its mass breakdown is now known.
+
+  - The ***design payload mass*** consists of the passenger, luggage and additional cargo mass defined by the user in the transport task. 
+  - The ***design fuel mass mission*** is the fuel mass determined from the mission information and is equal to the mission energy (including taxi and reserves) divided by the gravimetric density of the energy provider. If the energy needed to complete the mission is not available or unknown, the design fuel mass is calculated from the difference between the estimated MTOM, OEM and the design payload mass.
+  - The ***design fuel mass takeoff*** corresponds to the remaining fuel in the tanks after the taxi at the origin, just before the take-off. The design fuel mass at takeoff is equal to the ***design fuel mass*** written in the acxml. 
+  - The ***design fuel mass midflight*** is calculated by substracting from the design fuel mass at takeoff the fuel consumed during the take-off segment and half of the fuel needed for the cruise segment. These data are provided by the mission module. If not, the design fuel mass midflight is approximated to be half of the design fuel mass at takeoff. 
+  - The ***design fuel mass landing*** corresponds to the remaining fuel in the tanks just after the plane touched down. The minimum fuel mass at landing is determined by substracting from the mission fuel mass the trip fuel mass (containing all flight segments) and the taxi fuel mass before the take-off. If no mission information is available, the minimum design fuel mass at landing is calculated by multiplying the design fuel mass at takeoff with factors for the contingency fuel, alternate fuel and the final fuel reserve. 
+
+  With the knowledge about the OEM, the design payload mass and the design fuel masses at different points during flight, the total design masses of the aircraft at specific times can be calculated: 
+  - ***design mass mission*** (the mass of the aircraft in the parking position before the start) \f$design\_mass\_mission = OEM + design\_fuel\_mass\_mission + design\_payload\_mass. \f$
+  - ***design mass at take-off*** (equal with the MTOM and to the ***design mass*** written in the acxml)
+  - ***design mass at midflight*** 
+  - ***design mass at landing***
+
+- The **Maximum Landing Mass (MLM)** is the maximum mass at which the pilot of the aircraft is allowed to attempt to land due to structural or other limits. 
+Two calculation modes are available:
+  - based on the mission information and the consumed fuel during flight (`default method`):
+    \f$MLM = OEM + design\_fuel\_mass\_landing + design\_payload\_mass \f$
+  - via the `RWTH regression method`: This calculation uses different formulas depending on whether the maximum takeoff mass exceeds a threshold value of 15,000 kg.
+    1. For Aircraft with *MTOM > 15,000 kg* the following empirical formula is used:  
+     \f$MLM = 1.9689 \times MTOM^{0.9248}\f$
+    2. For Aircraft with *MTOM ≤ 15,000 kg* a linear approximation is used:  
+     \f$MLM = 0.9009 \times MTOM + 410.85 \f$
+
+Additionally, two masses are calculated for the case that the aircraft flies either with maximum payload mass or with maximum fuel mass. In both cases the difference up to MTOM is completed with fuel or payload respectively. Based on the loading diagramm, the masses at the most forward and most aft CG positions are also determined. 
+
+---
+## Center of Gravity {#cg}
+
+The knowledge of the center of gravity (CG) position and movement is necessary to ensure the static stability and controllability of the aircraft on the ground and in the air. Based on the results of the detailed mass breakdown of the components with their _mass properties_ information, the total center of gravity of the aircraft can now be determined. The position of the overall CG can generally be determined from the position of the individual centers of gravity w.r.t. a global reference point. 
+
+The calculation involves determining the weighted average of the CG positions for all components. For each axis (_x, y ,z_), the function sums the scaled masses, which are the product of a component’s mass and its CG coordinate for the respective axis. This sum is then divided by the total mass of all components to yield the final CG coordinate for that axis. The global center of gravity (\f$ \text{CG} \f$) for a specific axis (\f$ \text{ax} \f$) is calculated as:
+
+\f$
+\text{CG}_{\text{ax}} = \frac{\sum_{i=1}^n (m_i \cdot x_i)}{\sum_{i=1}^n m_i}
+\f$
+
+Where:
+- \f$ m_i \f$ is the mass of the \f$ i \f$-th component.
+- \f$ x_i \f$ is the coordinate of the \f$ i \f$-th component along the \f$ \text{ax} \f$.
+- \f$ n \f$ is the total number of components.
+
+> [!NOTE] 
+> It is often common to specify the center of gravity as %MAC. 
+
+### Center of Gravity Shift and the Loading Diagramm
+
+The various operational centre of gravity positions must always be within a range limited by safe operation. Since different loading and mission conditions can occur, proof of admissibility must be provided independently for each one. Possible extreme variants can be found in the following matrix:
+
+| **Loading case**                | Mass | Fuel | Payload |
+|---------------------------------|-----------|-----------|-----------|
+| Design mission                  | MTOM      | design      | design      |
+| Ferry range mission             | FRM       | maximum      | 0      |
+|                                 | MZFM      | 0           | maximum      |
+|                                 | MTOM      | rest        | maximum      |
+|                                 | MTOM      | maximum     | rest         |
+
+The loadind diagramm is used to display the permissible range of aircraft mass and CG positions, accounting for CG migration during loading and unloading. The shift in the CG is crucial for evaluating different loading cases from which potential loading restrictions can be determined. 
+
+Below is a detailed breakdown of idealized key loading processes and their effects on the CG used to construct the loading diagramm. Given the vast number of possible loading combinations and scenarios, a pre-selection of critical cases—often configuration-dependent— has been made to reduce complexity. The following loading scenarios are considered within UNICADO:
+
+**1. Passenger Boarding**
+  - Critical Scenario: Boarding passengers in a _front-to-rear_ or _rear-to-front_ sequence. These sequences represent extreme cases and can significantly affect the CG position.
+  - Realistic Scenario: Passengers boarding with free seat selection, typically filling _window seats first, followed by middle and aisle seats_. This simulates common boarding patterns and provides a practical estimation of CG shifts.
+
+**2. Loading of Baggage and Cargo**
+- For aircraft with similarly sized forward and aft cargo holds, the CG can be deliberately influenced by distributing containers or pallets to achieve a CG favorable for cruise flight. For rear-engine aircraft, the larger cargo hold is typically located forward of the wings. The loading scenario for cargo assumes a symmetric _front-to-rear_ or _rear-to-front_ loading sequence.
+
+**3. Refueling**
+  - Low-/Mid-Wing Aircraft: Fuel is loaded in the following order: inner tank → outer tank → central or fuselage tanks.
+  - High-Wing Aircraft: Fuel is loaded in reverse: outer tank → inner tank → central or fuselage tanks.
+  
+> [!NOTE] 
+> It is assumed that the tanks are filled up symmetrically in the mentioned order up to the maximum capacity of each tank with the fuel mass calculated based on the mission information. 
+
+**4. Defueling (Fuel Consumption During Flight)**
+  - Low-/Mid-Wing Aircraft:
+    - Fuel is consumed in the order: central or fuselage tanks → inner tank → outer tank.
+  - High-Wing Aircraft:
+    - Fuel is consumed in the reverse order: central or fuselage tanks → inner tank → outer tank.
+
+> [!NOTE] 
+> For the moment only the loading case 3 - 1 - 2 - 4 is implemented. The different selection of the loading scenarios can be made in the _weight\_and\_balance\_analysis\_conf.xml_ file.
+
+Finally, the **most forward and most aft _x_-CG positions** and the corresponding masses are depicted from the resulting diagramm.  
+
+---
+## Mass Moments of Inertia {#inertia}
+
+Inertia forces arise from the tendency of mass to resist accelerations. For rotational accelerations, these forces are represented by the **mass moment of inertia** terms.These are critical parameters in the analysis and design of aircraft, as they determine the rotational dynamics about the principal axes: roll, pitch, and yaw. These values influence stability, control responsiveness, and handling qualities. The moments of inertia are calculated relative to an axis and depend on the mass distribution of the aircraft. The cross products of inertia (e.g., \f$ I_{xy} \f$) arise when the axes are not aligned with the principal axes of the mass distribution.
+
+In this context the mass moments of inertia about the three principal axes 
+- \f$ I_{xx} \f$: About the roll axis  
+- \f$ I_{yy} \f$: About the pitch axis  
+- \f$ I_{zz} \f$: About the yaw axis
+> [!NOTE]
+> The mass moments of inertia are calculated only for the total masses.  
+  
+are determined determined by means of the following ***calculation methods:***
+
+#### 1. Using Raymer's Empirical Equations 
+*Raymer* provides empirical formulas to estimate the moments of inertia based on the aircraft's geometry and mass distribution. These equations are derived from historical data based on nondimensional radii of gyration (\f$ R_x \f$, \f$ R_y \f$, \f$ R_z \f$) and are suitable for early design phases where detailed component-level data may not be available. The mass moments of inertia are given as follows:
+
+- **Roll**: \f$I_{xx} = \frac{b^2 M R_x^2}{4} \cdot f_{xx}\f$
+- **Pitch**: \f$I_{yy} = \frac{l^2 M R_y^2}{4} \cdot f_{yy} \f$
+- **Yaw:** \f$I_{zz} = \frac{\left( \frac{b + l}{2} \right)^2 M R_z^2}{4}\f$
+
+Where:  
+- \f$ b \f$: Wingspan  
+- \f$ l \f$: Fuselage length  
+- \f$ M \f$: Aircraft mass
+- \f$f_{xx}\f$ and \f$f_{yy}\f$: Technology factors set to \f$1.25\f$ respectively \f$1.15\f$   
+- \f$ R_x, R_y, R_z \f$: Nondimensional radii of gyration. The following values are implemented:
+
+| **Aircraft Configuration**                      | \f$ R_x \f$ | \f$ R_y \f$ | \f$ R_z \f$ |
+|-----------------------------------------|-----------|-----------|-----------|
+| Fuselage-mounted engines                | 0.24      | 0.34      | 0.42      |
+| 2 wing-mounted engines                  | 0.23      | 0.33      | 0.45      |
+| 4 wing-mounted engines                  | 0.24      | 0.36      | 0.44      |
+| Blended wing body                       | 0.28      | 0.40      | 0.46      |
+
+
+#### 2. Using the LTH Tables (*Luftfahrttechnisches Handbuch*) 
+The LTH provides tabulated values and empirical methods specific to various aircraft configurations. These tables account for typical mass distributions and structural layouts. They are more accurate than Raymer’s approach but require knowledge of the specific aircraft class and design. The `calculate_inertia_by_lth_method` function is tailored specifically for conventional tube-and-wing configurations. This method uses aircraft mass properties like the OEM, the payload mass (\f$m_{payload}\f$) and the fuel mass (\f$m_{fuel}\f$) and geometric dimensions such as wing span \f$b\f$ and fuselage length \f$l\f$. All cross-product terms (\f$I_{xy}\f$, \f$I_{xz}\f$, etc.) are set to \f$0\f$, assuming symmetry.
+
+The mass moments of inertia around the principal axes are given as follows:
+
+- **Roll**:
+  \f$
+  I_{xx} = f_{xx} \cdot K_x^2 \cdot b^2 \cdot m_m
+  \f$
+
+- **Pitch**:
+  \f$
+  I_{yy} = f_{yy} \cdot K_y^2 \cdot l^2 \cdot m_m
+  \f$
+
+- **Yaw**:
+  \f$
+  I_{zz} = 0.96 \cdot (I_{xx} + I_{yy})
+  \f$
+
+Here, \f$f_{xx}\f$ and \f$f_{yy}\f$ are technology factors set to \f$0.8\f$ respectively \f$0.9\f$. The expected mass \f$M\f$ and the scaling factors \f$K_x\f$ and \f$K_y\f$, derived from empirical LTH tables, are defined as:
+
+  \f$ M = OME + m_{payload} + m_{fuel} \f$
+
+  \f$ K_x = \frac{1}{12} \left( \left[ - \frac{2}{3} \cdot \left(\frac{M}{OME}- 1\right) + \frac{m_{fuel}}{OME} \right] +1 \right) + 0.065 \f$
+
+  \f$ K_y = -\frac{0.065}{1.72} \left[ 0.2 \cdot \left(\frac{M}{OME}- 1\right) + \frac{m_{fuel}}{OME} \right] + 0.2025 \f$
+
+
+#### 3. Using the Component's Inertia
+This method involves calculating the total inertia tensor of the aircraft based on its components' individual mass properties. For each inertia component (\f$I_{xx}\f$, \f$I_{xy}\f$, etc.), the function adds the component's intrinsic inertia and the inertia due to its offset from the reference CG (using the Steiner theorem). The mass moments of inertia are given exemplary    
+
+- around the principal axes (\f$I_{xx}\f$, \f$I_{yy}\f$,\f$I_{zz}\f$): 
+\f$
+I_{xx} = \sum (I_{xx},{\text{component}} + m_{\text{component}} \cdot (p^2 + q^2))
+\f$  
+- around the deviation axes (cross-product terms \f$I_{xy}\f$, \f$I_{xz}\f$, etc.): 
+\f$
+I_{xy} = \sum (I_{xy},{\text{component}} + m_{\text{component}} \cdot -(p \cdot q))
+\f$  
+
+
+with \f$p\f$ and \f$q\f$ representing the relative distances between the reference center of gravity (CG) and the current component's CG along the specified axes. Specifically:
+- \f$ p \f$: The distance along the first axis (e.g., x, y, or z).
+- \f$ q \f$: The distance along the second axis (e.g., x, y, or z). 
+ 
+> [!NOTE]
+> The component's moments of inertia, if available, are calculated in the component's design modules. Otherwise, these are 0.
+
diff --git a/weight_and_balance_analysis/doc/content/index.md b/weight_and_balance_analysis/doc/content/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..b251745c8c236e23897499930a66a3a3a07f7e04
--- /dev/null
+++ b/weight_and_balance_analysis/doc/content/index.md
@@ -0,0 +1,29 @@
+# Introduction {#mainpage}
+The aircraft’s mass plays a crucial role in determining flight performance and evaluating the design, with the ultimate goal being to minimize the operating empty mass. 🏋️‍♀️ Knowing individual masses is essential for calculating the center of gravity (CG) and determining the placement of critical components like the landing gear and wings. ✈️  The CG significantly affects the aircraft's stability and controllability. An improperly located CG can compromise flight safety, requiring careful planning to ensure it remains within allowable limits throughout the flight, including during fuel consumption and payload variations. This analysis is typically conducted through a weight and balance evaluation using a loading diagram :chart_with_upwards_trend:, which defines the permissible range for combinations of aircraft mass and CG positions. Mass considerations are also fundamental to cost estimation. As an aircraft’s mass increases, it requires more lift, which leads to higher drag, increased thrust demands, elevated fuel consumption, and ultimately greater fuel and operating costs. 💸
+
+In UNICADO, the _weight\_and\_balance_analysis_ tool is used to compute the aircraft's masses, determine the CG positions, calculate mass moments of inertia, and generate the loading diagram. The terms "mass" and "weight" are often used interchangeably in aircraft design, though they are scientifically distinct. In this context, both terms are used to refer to the aircraft's mass.
+
+## A User's Guide to Weight & Balance Analysis
+This user documentation will guide you through all necessary steps to understand the tool as well as the necessary inputs and configurations to calculate the aircraft masses, CG positions, aircraft's moments of inertia and determine the loading diagramm with the most forward and most aft CG positions. 
+
+The following pages will guide you through the theory behind and the process of computing and analysing the weight and balance within UNICADO:
+
+- [Basic Concepts](basic-concepts.md)
+- [Usage of the Weight & Balance Analysis Tool](usage.md)
+
+So let's get started! 💪
+
+
+## You are a Developer?
+
+If you are familiar with these concepts and want to contribute - head over to the developers guide to get your own method running in UNICADO!
+
+The following pages will help you understand the code structure:
+
+- [Developer Guide](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/developer-installation/)
+- [Build Instructions](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/build/general/)
+- [How to Python in UNICADO](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/style/python-modularization/)
+- [Weight & Balance Analysis Tool Structure](usage.md)
+
+We appreciate it!
+
diff --git a/weight_and_balance_analysis/doc/content/usage.md b/weight_and_balance_analysis/doc/content/usage.md
new file mode 100644
index 0000000000000000000000000000000000000000..5185edd6c41c1ffa4141f27128c2722735180640
--- /dev/null
+++ b/weight_and_balance_analysis/doc/content/usage.md
@@ -0,0 +1,203 @@
+# Usage of the Weight & Balance Analysis Tool {#usage}
+Let's see now how the magic happens. In this guide we will go through the step-by-step process of running the weight and balance (w&b) analysis tool. The different possible execution modes and calculation methods are listed. Tool dependencies between the w&b analysis tool and other UNICADO modules are described, including necessary tool inputs and generated outputs. While we navigate through this guide we will find the answers to the following questions:
+
+- [Requirements](#requirements) - What is necessary to get the tool running?
+- [Tool Structure](#architecture) - How is the tool built and which files are relevant for me as an user?
+- [Configuration File](#module-configuration-file) - What is with this _weight\_and\_balance\_analysis\_conf.xml_ file?
+- [Method Selection](#method-selection) - Where to find and how to select the calculation methodes and execution modes described in the [Basic Concepts](basic-concepts.md)?
+- [Tool Execution](#tool) - How to start the tool and what happens then?
+- [Troubleshooting](#trouble) - What do I do if the tool is not working?
+  
+---
+
+## Requirements {#requirements}
+The following requirements are needed for the tool to run:
+
+1. **First**, it is assumed that you have the UNICADO *package* installed including the executables, the database, and the UNICADO *libraries*.
+
+2. As the w&b analysis tool is an analysis tool, the **second requirement** is that the ***sizing modules***, as well that the ***aerodynamic analysis*** and ***mission analysis*** tools were successfully executed beforehand and that the results are written in the Aircraft Exchange File (acXML). The following information must be available (the subcomponents of the required nodes are not listed here):
+ - `aircraft_exchange_file/requirements_and_specifications/requirements/top_level_aircraft_requirements`: `maximum_structrual_payload_mass` 
+ - `aircraft_exchange_file/requirements_and_specifications/design_specification`: `configuration`, `transport_task`, `energy_carriers`
+ - `aircraft_exchange_file/component_design` : the `global_reference_point` and the components `wing`, `empennage`, `tank`, `propulsion`, `landing gear`, `systems` each at least with the nodes `position` and `mass_properties`
+ - `aircraft_exchange_file/analysis/aerodynamics/reference_values`: `neutral_point`
+ - `aircraft_exchange_file/analysis/masses_cg_inertia`: `maximum_takeoff_mass` 
+ - `aircraft_exchange_file/analysis/mission/design_mission`: `loaded_mission_energy`, `in_flight_energy`, `taxi_energy`
+ 
+> [!NOTE]
+> When the UNICADO workflow is executed the tool is run automatically. In this case, all the required data should be available anyway.
+   
+3. The `aircraft_exchange_file_name` and `aircraft_exchange_file_directory` are correctly set in the `control settings` part of the _weight\_and\_balance\_analysis\_conf.xml_ file (configXML). The `console_output` should be set at least to `mode_1`.
+   
+4. The structure of the acXML remains unchanged, otherwise the paths to the nodes must be updated in the data reading functions of the tool. 
+
+___
+## Tool Structure {#architecture}
+
+<pre class='mermaid'>
+  graph LR;
+    A[W & B Analysis] -->B[Tube and Wing _datapostprocessing.py_ _datapreprocessing.py_];
+    B-->C[Standard];
+	C-->D[Basic _methodbasic.py_]
+	C-->E[General _methodplot.py_ _methodhtmlreport.py_]
+	C-->H[_usermethoddatapreparation.py_]
+    A-->F[Blended Wing body - _under development_]
+	A-->G[_weight\_and\_balance\_analysis\_conf.xml_ _main.py_ _weight_and_balance_analysis.txt_ ]
+	A-->I[doc] 
+</pre>
+
+@important Since the documentation might be delayed to the development progress - this graph might not have all information yet.
+
+Let's break down the tool structure and see what happens in the most relevant files:
+
+
+
+## Configuration File {#module-configuration-file}
+
+The _weight\_and\_balance\_analysis\_conf.xml_ is structured into two blocks: the control and program settings. The control settings are standardized in UNICADO and will not be described in detail here. But to get started, you have to change at least
+- the `aircraft_exchange_file_name` and `aircraft_exchange_file_directory` to your respective settings,
+- the `console_output` at least to `mode_1`, and
+
+@note If the tool is executed via the workflow, those settings are set by the workflow settings.
+
+## Method Selection {#method-selection}
+By changing the program settings im the configXML we can manipulate how the w&b analysis tool is running. The program settings are structured like this:
+
+```xml
+    <program_settings description="program settings">
+        <tube_and_wing description="Weight and balance analysis">
+            <category description="Category name">
+                <value>standard</value>
+            </category>
+            <standard description="Standard weight and balance">
+                <method description="Method name">
+                    <value>basic</value>
+                </method>
+                <basic description="Basic configuration">
+                    <calculation_methods description="Calculation methods for basic configuration">
+                        <inertia description="Selector for the calculation method of the mass moments of inertia. Selector: mode_0 (by_lth_table) / mode_1 (by_components) / mode_2 (by_Raymer)">
+                            <method description="selected method">
+                                <value>mode_0</value>
+                            </method>
+                        </inertia>
+                        <aircraft_type description="Aircraft configuration for determination of the nondimensional radii of gyration by Raymer. Selector: blended_wing / jet_fuselage_eng / jet_two_wing_eng / jet_four_wing_eng">
+                            <value>jet_two_wing_eng</value>
+                        </aircraft_type>
+                        <maximum_landing_mass description="Selector for the calculation method of the maximum landing mass. Selector: mode_0 (OME + Payload + Reserve_fuel) / mode_1 (by_regression_RWTH)">
+                            <method description="selected method">
+                                <value>mode_0</value>
+                            </method>
+                        </maximum_landing_mass>
+                        <refueling_mode description="Selector to specify if refueling should be done for the design or ferry range mission. Selector: mode_0 (design mission) / mode_1 (ferry range)">
+                            <method description="selected method">
+                                <value>mode_0</value>
+                            </method>
+                        </refueling_mode>
+                        <defueling_mode description="Selector to specify if defueling should be considered or not in the loading diagramm. Selector: mode_0: not active / mode_1: active">
+                            <method description="selected method">
+                                <value>mode_1</value>
+                            </method>
+                        </defueling_mode>
+                        <passengers_boarding_mode description="Selector to specify the order how the passengers occupy the seats. Selector: mode_0 (each row at a time) / mode_1 (from window to aisle)">
+                            <method description="selected method">
+                                <value>mode_0</value>
+                            </method>
+                        </passengers_boarding_mode>
+                    </calculation_methods>
+                </basic>
+            </standard>
+        </tube_and_wing>
+    </program_settings>
+```
+
+In this part of the configXML we can select the calculation methods and aircraft configuration for the inertia, the maximum landing mass and the modes for the loading scenarios. Each mode has a description and the selection is made by changing the respective `value`. Most of the default modes coming with the package are set to `mode_0`. This means that:
+- the mass moments of inertia are calculated using the LTH Tables
+- the maximum landing mass is calculated based on the mission information and the consumed fuel during flight
+- the selected scenario for refueling is to fill up the tanks with the fuel for the design mission
+- the passengers should board each row at a time from the front to back and back to front
+- the cg shift due to defueling (fuel consumption during flight) should also be considered in the loading diagramm 
+
+## Tool Execution {#tool}
+Once the desired methods are selected and the requirements are in place, the tool can run. In order to start the w&b analysis tool, we can execute it directly from the console if all paths are set (see [How to run a tool](howToRunATool.md)) or run the _main.py_ inside the tool folder.
+
+Following will happen:
+- First, the necessary data and paths are acquired with ***datapreprocessing.py*** and ***usermethoddatapreparation.py***
+- Then the ***methodbasic.py*** is executed and you see the output in the console window: The mass properties of the components are first read, then the total masses are calculated, afterwards the cg shift due to refueling, passangers boarding, cargo loading and finally defueling is determined together with the most fwd and aft CG positions
+- Next, the calculated data is postprocessed and the outputs are written to the acXML with ***datapostprocessing.py*** and ***usermethoddatapreparation.py***
+- the loading cases and the loading diagram are plotted inside ***methodplot.py***
+- a HTML report is created by ***methodhtmlreport.py*** in the directory of `aircraft_exchange_file_directory`. It contains a detailed mass breakdown and the generated plots.
+
+The following results are saved in the acXML under `aircraft_exchange_file/analysis/masses_cg_inertia`:
+
+```xml
+    <analysis>
+        <masses_cg_inertia description="Masses, Center of Gravity, Inertias." tool_level="3">
+            <maximum_takeoff_mass description="MTOM">
+                <mass_properties description="maximum takeoff mass properties">
+                    <inertia description="Inertia with regard to the total center of gravity.">
+                        <j_xx description="Inertia in x.">
+                        </j_xx>
+                        <j_yy description="Inertia in y.">
+                        </j_yy>
+                        <j_zz description="Inertia in z.">
+                        </j_zz>
+                        <j_xy description="Inertia in xy.">
+                        </j_xy>
+                        <j_xz description="Inertia in xz.">
+                        </j_xz>
+                        <j_yx description="Inertia in yx.">
+                        </j_yx>
+                        <j_yz description="Inertia in yz.">
+                        </j_yz>
+                        <j_zx description="Inertia in zx.">
+                        </j_zx>
+                        <j_zy description="Inertia in zy.">
+                        </j_zy>
+                    </inertia>
+                    <center_of_gravity description="Center of gravity w.r.t global coordinate system.">
+                        <x description="Center of gravity in x-direction with regard to the global reference point.">
+                        </x>
+                        <y description="Center of gravity in y-direction with regard to the global reference point.">
+                        </y>
+                        <z description="Center of gravity in z-direction with regard to the global reference point.">
+                        </z>
+                    </center_of_gravity>
+                    <mass description="Mass">
+                    </mass>
+                </mass_properties>
+            </maximum_takeoff_mass>
+            <operating_mass_empty description="OME">
+            </operating_mass_empty>
+            <manufacturer_mass_empty description="MME">
+           </manufacturer_mass_empty>
+            <maximum_zero_fuel_mass description="MZFM">
+            </maximum_zero_fuel_mass>
+            <maximum_payload_mass description="">
+            </maximum_payload_mass>
+            <maximum_landing_mass description="MLM">
+            </maximum_landing_mass>
+            <maximum_fuel_mass description="">
+            </maximum_fuel_mass>
+            <ferry_range_mass description="">
+            </ferry_range_mass>
+            <most_forward_mass description="">
+            </most_forward_mass>
+            <most_afterward_mass description="">
+            </most_afterward_mass>
+            <design_mass description="">
+            </design_mass>
+            <design_fuel_mass description="">
+            </design_fuel_mass>
+        </masses_cg_inertia>            
+```
+
+> [!TIP]
+> If you are missing some of the terms in here - take a look at [basic concepts](basic-concepts.md).
+
+---
+
+## Troubleshooting {#trouble}
+If the tool does not run properly:
+ - Make sure you have all the paths set up correctly and the specified elements exist
+ - Go through the log file `weight_and_balance_analysis.txt` and check for warnings and critical messages.
+
+## Soo ... Now it is your turn to carry the weight!
\ No newline at end of file
diff --git a/tank_design/doc/header.html b/weight_and_balance_analysis/doc/header.html
similarity index 76%
rename from tank_design/doc/header.html
rename to weight_and_balance_analysis/doc/header.html
index 92af47f3626ceda42aa580af1e89b3ef68bfa29b..3b67dade99049d53d04c156257f9142971bd80e4 100644
--- a/tank_design/doc/header.html
+++ b/weight_and_balance_analysis/doc/header.html
@@ -28,14 +28,41 @@
 <script type="text/javascript">
     DoxygenAwesomeFragmentCopyButton.init()
 </script>
+<!-- Add MathJax for rendering LaTeX math -->
+<script type="text/javascript" async
+  src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
+</script>
 $treeview
 $search
 $mathjax
-$darkmode
 <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
 $extrastylesheet
 </head>
 <body>
+<script type="text/javascript"src="https://cdn.jsdelivr.net/npm/mermaid@11.4.0/dist/mermaid.min.js"></script>
+<script type="text/javascript">
+  function toggleMermaidTheme(isDark) {
+    const theme = isDark ? "dark" : "default";
+    mermaid.initialize({
+      startOnLoad: true, // Prevent auto-processing
+      theme: theme,
+    });
+
+  }
+
+  function onDarkModeChange(isDark) {
+    toggleMermaidTheme(isDark);
+  }
+
+  function isDarkModeActive() {
+    return document.documentElement.classList.contains('dark-mode');
+  }
+  const observer = new MutationObserver(() => {
+    toggleMermaidTheme(isDarkModeActive())
+  })
+  observer.observe(document.documentElement, {attributes: true, attributeFilter: ['class']});
+  onDarkModeChange(isDarkModeActive());
+</script>
 <!--BEGIN DISABLE_INDEX-->
   <!--BEGIN FULL_SIDEBAR-->
 <div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is closed by doxygen! -->
diff --git a/weight_and_balance_analysis/src/datapostprocessing.py b/weight_and_balance_analysis/src/datapostprocessing.py
index 4f838785ae633af44a14e440e3305211bdfd93c1..5e6c652c1601b7b0cd4e7b6ef52879c39483c44c 100644
--- a/weight_and_balance_analysis/src/datapostprocessing.py
+++ b/weight_and_balance_analysis/src/datapostprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/datapreprocessing.py b/weight_and_balance_analysis/src/datapreprocessing.py
index d001a0d62ee21b66d72a8500ff6655630c2b6bb5..05da58a96ddbfa24f67904c06f2c43ccaf32eaa3 100644
--- a/weight_and_balance_analysis/src/datapreprocessing.py
+++ b/weight_and_balance_analysis/src/datapreprocessing.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/readlayertext.py b/weight_and_balance_analysis/src/readlayertext.py
index 64f43ddc6553b3fd2458320fcce6770329fb1270..df93bffe79b293c25f5fb68c2231da16627147ac 100644
--- a/weight_and_balance_analysis/src/readlayertext.py
+++ b/weight_and_balance_analysis/src/readlayertext.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/acommodationIO.py b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/acommodationIO.py
index ee85c520225776f6e02e40f9842dfd380ab71942..a5013dbf09297c21cb3f6c976d36c4ae3da42cb0 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/acommodationIO.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/acommodationIO.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -35,8 +35,6 @@ class AcommodationIO:
 
         base_path = "./requirements_and_specifications/design_specification/transport_task/"
 
-        self.excel_sheets = pd.read_excel(excel_file, sheet_name=None)
-
         self.rows = int(xml_node.find(
             base_path + "passenger_definition/total_number_passengers/value").text) / 6
         # fixed nr of seats = 6 per row
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/componentMassIO.py b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/componentMassIO.py
index b0c24713c48d7f4bb2acbcc3bc1f76ae9f0666d4..e5feffcc99fe7719e1004dc0e294964e9245c0a4 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/componentMassIO.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/componentMassIO.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/massPropertiesIO.py b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/massPropertiesIO.py
index f0b878b036d2f2d040818909c52792c3a56ed84f..33730236b495f860047c6e432b3714f40d8af2dd 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/massPropertiesIO.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/massPropertiesIO.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -118,12 +118,12 @@ class MassPropertiesIO:
 
         if name is not None:
             runtime_output.print(f"== {name} == ")
-        runtime_output.print(f"mass ... {self.mass}")
+        runtime_output.print(f"mass ... {self.mass:.4f}")
         for ax, value in self.center_of_gravity.items():
-            runtime_output.print(f"{ax} ... {value}")
+            runtime_output.print(f"{ax} ... {value:.4f}")
 
         for component, value in self.inertia.items():
-            runtime_output.print(f"{component} ... {value}")
+            runtime_output.print(f"{component} ... {value:.4f}")
 
         return self
 
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/methodbasic.py b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/methodbasic.py
index c992f1935dc2aaf1894f06543445f572cfb4e5f3..5639c900937cdcbf35976998e176a8415f3fc516 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/methodbasic.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/methodbasic.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@ from .propulsionIO import NacelleIO, PylonIO, EngineIO
 from .transportTaskIO import TransportTaskIO
 from .componentMassIO import ComponentMassIO
 
+import os
 import sys
 import pandas as pd
 import math
@@ -37,6 +38,7 @@ import copy
 
 import pyaircraftgeometry2 as geom2
 import pyaixml as aixml
+import pyenergycarriers
 
 TO_M = 1852  # conversion nautical miles to m from constants
 
@@ -61,10 +63,12 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
 
     # Data preparation and reading:
     ac_exchange_file = paths_and_names["root_of_aircraft_exchange_tree"]
-    aircraft_class = dict_mod_config["aircraft_class"]
     excel_file_path = paths_and_names['project_directory'] + \
         '/' + "Seats_positions.xlsx"
-    airplane_seatings = pd.read_excel(excel_file_path)
+
+    if os.path.exists(excel_file_path):
+        airplane_seatings = pd.read_excel(excel_file_path)
+
     DEBUG(msg="ToDo: Update this when acommodation positions are available.")
 
     # Read fuselage and wing
@@ -73,6 +77,10 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
     fuselage_length = geom2.measure.length(fuselage)
     wing_span = geom2.measure.span(wing)
 
+    nacelles, pylons, engines = read_propulsion_properties(ac_exchange_file)
+    aircraft_class = determine_ac_class(
+        runtime_output, dict_ac_exchange, len(engines))
+
     # Method selection area:
     # Select inertia method
     inertia_methods_available = {
@@ -81,16 +89,7 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
         "mode_2": {"method": calculate_inertia_by_Raymer,
                    "additional_parameters": [wing_span, fuselage_length, aircraft_class]},
     }
-    # Select maximum landing mass method here
-    maximum_landing_mass_methods_available = {
-        "mode_0": {"method": calculate_maximum_landing_mass_by_default_method,
-                   "additional_parameters": [ac_exchange_file]},  # noPep8 e501
-        "mode_1": {"method": calculate_maximum_landing_mass_by_regression_rwth,
-                   "additional_parameters": None}
-    }
     inertia_method = inertia_methods_available[dict_mod_config["mode_inertia_calculation"]]
-    maximum_landing_mass_method = maximum_landing_mass_methods_available[
-        dict_mod_config["mode_maximum_landing_mass_calculation"]]
     # Select loading and active modes
     # ferry range or design mission
     refueling_mode = dict_mod_config["refueling_mode"]
@@ -99,20 +98,23 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
     passengers_boarding_mode = dict_mod_config["passengers_boarding_mode"]
 
     # Read further components and mission data
-    mission_information = {
-        "trip_fuel_mass": determine_trip_fuel(dict_ac_exchange),
-        "mission_fuel_mass": determine_mission_fuel(dict_ac_exchange),
-        "taxi_out_fuel_mass": determine_taxi_out_fuel(dict_ac_exchange),
-        "taxi_in_fuel_mass": determine_taxi_in_fuel(dict_ac_exchange),
-        "takeoff_fuel_mass": determine_takeoff_fuel(dict_ac_exchange, runtime_output),
-        "landing_fuel_mass": determine_landing_fuel(dict_ac_exchange, runtime_output)
-    }
+    if dict_ac_exchange["loaded_mission_energy"]["loaded_mission_energy_ID0"]:
+        mission_information = {
+            "trip_fuel_mass": determine_trip_fuel(dict_ac_exchange),
+            "mission_fuel_mass": determine_mission_fuel(dict_ac_exchange),
+            "taxi_out_fuel_mass": determine_taxi_out_fuel(dict_ac_exchange),
+            "taxi_in_fuel_mass": determine_taxi_in_fuel(dict_ac_exchange),
+            "takeoff_fuel_mass": determine_takeoff_fuel(dict_ac_exchange, runtime_output),
+            "landing_fuel_mass": determine_landing_fuel(dict_ac_exchange, runtime_output)
+        }
+    else:
+        mission_information = None
+
     transport_task_data = read_transport_task(ac_exchange_file)
     main_components_mass_properties = read_main_components(
         ac_exchange_file, dict_ac_exchange, runtime_output)
     tanks, sorted_tanks_defueling = read_tank_properties(
         ac_exchange_file, defueling_mode, runtime_output)
-    nacelles, pylons, engines = read_propulsion_properties(ac_exchange_file)
     maximum_takeoff_mass = read_maximum_takeoff_mass(ac_exchange_file)
     operator_items, fuselage_operator_items_mass, systems_operator_items_mass = read_operator_items(
         ac_exchange_file, fuselage_length)
@@ -221,15 +223,9 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
         inertia_method).print("Design mass midflight")
 
     # Landing mass
-    if dict_mod_config["mode_maximum_landing_mass_calculation"] == "mode_0":
-        maximum_landing_mass = calculate_maximum_landing_mass_by_default_method(
-            mission_information, inertia_method, [
-                operating_mass_empty, design_payload_mass, design_fuel_mass_minimum_landing],
-            maximum_landing_mass_method["additional_parameters"]).print("Maximum landing mass")
-    else:
-        runtime_output.print("Calculate MLM by RWTH regression ...")
-        maximum_landing_mass = calculate_maximum_landing_mass_by_regression_rwth(
-            maximum_takeoff_mass, inertia_method, main_components_mass_properties).print("Maximum landing mass")
+    runtime_output.print("Calculate MLM by RWTH regression ...")
+    maximum_landing_mass = calculate_maximum_landing_mass_by_regression_rwth(
+        maximum_takeoff_mass, inertia_method, main_components_mass_properties).print("Maximum landing mass")
     maximum_landing_mass.path_to_element = "./analysis/masses_cg_inertia/maximum_landing_mass"
 
     ##################################################################################################################
@@ -237,106 +233,10 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
 
     runtime_output.print("== Calculate loading diagramm cg change ==")
 
-    if refueling_mode == "mode_1":
-        runtime_output.print("REFUELING (ferry mission)...")
-        # Calculate the change in CG after refueling - ferry range mission case:
-        cg_positions_over_mac_refueling, total_mass_refueling = \
-            calculate_cg_position_over_mac_refueling(operating_mass_empty.center_of_gravity,
-                                                     operating_mass_empty.mass, maximum_fuel_mass_per_tank,
-                                                     mac, x_leading_edge_mac)
-        for fuel in maximum_fuel_mass_per_tank:
-            runtime_output.print(
-                f"Tank '{fuel.tank_location}' was filled up to the maximum capacity with {fuel.mass:.2f} kg {fuel.energy_carrier}.")
-            runtime_output.print(
-                f"  ...The flag, whether the tank should have been filled (true) or not (false), is {fuel.used_tank}."
-            )
-
-    elif refueling_mode == "mode_0":
-        runtime_output.print("REFUELING (design mission)...")
-        # Calculate the change in CG after refueling - design mission case:
-        cg_positions_over_mac_refueling, total_mass_refueling = \
-            calculate_cg_position_over_mac_refueling(operating_mass_empty.center_of_gravity,
-                                                     operating_mass_empty.mass, design_fuel_mass_takeoff_per_tank,
-                                                     mac, x_leading_edge_mac)
-        for fuel in design_fuel_mass_takeoff_per_tank:
-            runtime_output.print(
-                f"Tank '{fuel.tank_location}' was filled up with {fuel.mass:.2f} kg {fuel.energy_carrier}.")
-            runtime_output.print(
-                f"  ...Maximum fuel mass capacity of this tank is of {fuel.maximum_capacity:.2f} kg."
-            )
-            runtime_output.print(
-                f"  ...The flag, whether the tank should have been filled (true) or not (false), is {fuel.used_tank}."
-            )
-    else:
-        runtime_output.critical("Invalid refueling mode specified")
-        raise ValueError("Invalid refueling mode specified")
-
-    # Prepare passengers boarding
-    starting_mass = total_mass_refueling[-1]
-    starting_cg = cg_positions_over_mac_refueling[-1] * \
-        mac / 100 + x_leading_edge_mac
-    x_coord_front_back = acommodation_data.seating_spacing_x_coordinate
-    passenger_front_back = acommodation_data.number_of_passengers_per_row
-    x_coord_back_front = x_coord_front_back[::-1]
-    passenger_back_front = passenger_front_back[::-1]
-
-    runtime_output.print("PASSENGERS BOARDING...")
-
-    if passengers_boarding_mode == "mode_0":
-        # Calculate the change in CG after the boarding of the passengers from the front to the back - row-wise case:
-        runtime_output.print("ROW-WISE FRONT TO BACK")
-        cg_positions_over_mac_passengers_front_back, total_mass_passengers_front_back = \
-            cg_change_passengers_boarding_front_back(
-                starting_cg, starting_mass, x_coord_front_back, passenger_front_back,
-                acommodation_data, mac, x_leading_edge_mac)
-
-        # Calculate the change in CG after the boarding of the passengers from the back to the front - row-wise case:
-        runtime_output.print("ROW-WISE BACK TO FRONT")
-        cg_positions_over_mac_passengers_back_front, total_mass_passengers_back_front = \
-            cg_change_passengers_boarding_front_back(
-                starting_cg, starting_mass, x_coord_back_front, passenger_back_front,
-                acommodation_data, mac, x_leading_edge_mac)
-
-        DEBUG(msg="If the data is to be read from excel and not from acommodationIO modify/adapt this")
-        # cg_positions_over_mac_passengers_front_back, total_mass_passengers_front_back  = \
-        #     cg_change_passengers_boarding_front_back_excel(starting_cg, starting_mass, airplane_seatings,
-        #                                                     acommodation_data, mac, x_leading_edge_mac)
-
-    elif passengers_boarding_mode == "mode_1":
-        runtime_output.print("WINDOW AISLE FRONT TO BACK")
-        cg_positions_over_mac_passengers_front_back, total_mass_passengers_front_back = \
-            cg_change_passengers_boarding_window_aisle(
-                starting_cg, starting_mass, x_coord_front_back, passenger_front_back,
-                acommodation_data, mac, x_leading_edge_mac)
-
-        runtime_output.print("WINDOW AISLE BACK TO FRONT")
-        cg_positions_over_mac_passengers_back_front, total_mass_passengers_back_front = \
-            cg_change_passengers_boarding_window_aisle(
-                starting_cg, starting_mass, x_coord_back_front, passenger_back_front,
-                acommodation_data, mac, x_leading_edge_mac)
-    else:
-        runtime_output.critical("Invalid passengers boarding mode specified")
-        raise ValueError("Invalid passengers boarding mode specified")
-
-    # Prepare cargo
-    starting_mass = total_mass_passengers_front_back[-1]
-    starting_cg = cg_positions_over_mac_passengers_front_back[-1] * \
-        mac / 100 + x_leading_edge_mac
+    # Prepare data
     x_coord_front_back_cargo = acommodation_data.cargo_spacing_x_coordinate
     x_coord_back_front_cargo = x_coord_front_back_cargo[::-1]
 
-    runtime_output.print("CARGO...")
-    DEBUG(msg="The palets positions unknown. The cargo is loaded at the same locations as the seats positions.")
-
-    cg_positions_over_mac_cargo_front_back, total_mass_cargo_front_back = \
-        cg_change_cargo_loading_front_back(
-            starting_cg, starting_mass, x_coord_front_back_cargo, transport_task_data, mac, x_leading_edge_mac)
-
-    cg_positions_over_mac_cargo_back_front, total_mass_cargo_back_front = \
-        cg_change_cargo_loading_front_back(
-            starting_cg, starting_mass, x_coord_back_front_cargo, transport_task_data, mac, x_leading_edge_mac)
-
-    # Prepare defueling
     defueling_mass_per_tank = calculate_fuel_properties_defueling(
         sorted_tanks_defueling, consumed_fuel, design_fuel_mass_takeoff_per_tank,
         runtime_output, routing_dict, dict_ac_exchange)
@@ -345,93 +245,187 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
         sorted_tanks_defueling, consumed_fuel, maximum_fuel_mass_per_tank,
         runtime_output, routing_dict, dict_ac_exchange)
 
-    starting_mass = total_mass_cargo_back_front[-1]
-    starting_cg = cg_positions_over_mac_cargo_front_back[-1] * \
-        mac / 100 + x_leading_edge_mac
-
-    runtime_output.print("DEFUELING...")
-
-    if refueling_mode == "mode_1":
-        # Calculate the change in CG after defueling - ferry range mission case:
-        cg_positions_over_mac_defueling, total_mass_defueling = calculate_cg_position_over_mac_defueling(
-            starting_cg, starting_mass, defueling_mass_per_tank_ferry, mac, x_leading_edge_mac)
-        DEBUG(msg="Consumed fuel for ferry mission = consumed fuel for design mission.")
-
-        for fuel in defueling_mass_per_tank_ferry:
-            runtime_output.print(
-                f"From tank '{fuel.name}' was defueld {-fuel.mass:.2f} kg. Fuel left in tank: {fuel.fuel_left_in_tank:.2f} kg.")
-
-    elif refueling_mode == "mode_0":
-
-        # Calculate the change in CG after refueling - design mission case:
-        cg_positions_over_mac_defueling, total_mass_defueling = calculate_cg_position_over_mac_defueling(
-            starting_cg, starting_mass, defueling_mass_per_tank, mac, x_leading_edge_mac)
-
-        for fuel in defueling_mass_per_tank:
-            runtime_output.print(
-                f"From tank '{fuel.name}' was defueld {-fuel.mass:.2f} kg. Fuel left in tank: {fuel.fuel_left_in_tank:.2f} kg.")
-    else:
-        runtime_output.critical("Invalid refueling mode specified")
-        raise ValueError("Invalid refueling mode specified")
+    x_coord_front_back = acommodation_data.seating_spacing_x_coordinate
+    passenger_front_back = acommodation_data.number_of_passengers_per_row
+    x_coord_back_front = x_coord_front_back[::-1]
+    passenger_back_front = passenger_front_back[::-1]
 
-    # Determine the CG curtailment:
+    cg_positions_dict = {}
+    total_mass_dict = {}
+    cg_positions = []
+    total_mass = []
+    kwargs = {}
+
+    starting_cg = operating_mass_empty.center_of_gravity["x"]
+    starting_mass = operating_mass_empty.mass
+    kwargs_base = {
+        "starting_mass": starting_mass,
+        "starting_cg": starting_cg,
+        "maximum_fuel_mass_per_tank": maximum_fuel_mass_per_tank,
+        "design_fuel_mass_takeoff_per_tank": design_fuel_mass_takeoff_per_tank,
+        "mac": mac,
+        "x_leading_edge_mac": x_leading_edge_mac,
+        "acommodation_data": acommodation_data,
+        "transport_task_data": transport_task_data,
+        "defueling_mass_per_tank_ferry": defueling_mass_per_tank_ferry,
+        "defueling_mass_per_tank": defueling_mass_per_tank,
+        "x_coord_front_back_cargo": x_coord_front_back_cargo,
+        "x_coord_back_front_cargo": x_coord_back_front_cargo,
+        "x_coord_front_back": x_coord_front_back,
+        "passenger_front_back": passenger_front_back,
+        "x_coord_back_front": x_coord_back_front,
+        "passenger_back_front": passenger_back_front,
+    }
 
-    most_fwd_CG_over_mac = min([min(cg_positions_over_mac_refueling), min(cg_positions_over_mac_passengers_front_back),
-                                min(cg_positions_over_mac_cargo_front_back), min(cg_positions_over_mac_defueling)])
-    most_aft_CG_over_mac = max([max(cg_positions_over_mac_refueling), max(cg_positions_over_mac_passengers_back_front),
-                                max(cg_positions_over_mac_cargo_back_front), max(cg_positions_over_mac_defueling)])
+    # Dynamic sequence configuration
+    sequence = [
+        {"operation": refueling, "kwargs": {"refueling_mode": refueling_mode}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_front_back,
+            "pass_nr": passenger_front_back}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_back_front,
+            "pass_nr": passenger_back_front}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_front_back_cargo}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_back_front_cargo}},
+        {"operation": defueling, "kwargs": {"defueling_mode": defueling_mode}}
+    ]
+
+    sequence_1 = [
+        {"operation": refueling, "kwargs": {"refueling_mode": refueling_mode}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_front_back_cargo}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_back_front_cargo}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_front_back,
+            "pass_nr": passenger_front_back}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_back_front,
+            "pass_nr": passenger_back_front}},
+        {"operation": defueling, "kwargs": {"defueling_mode": defueling_mode}}
+    ]
+
+    sequence_2 = [
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_front_back_cargo}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_back_front_cargo}},
+        {"operation": refueling, "kwargs": {"refueling_mode": refueling_mode}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_front_back,
+            "pass_nr": passenger_front_back}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_back_front,
+            "pass_nr": passenger_back_front}},
+        {"operation": defueling, "kwargs": {"defueling_mode": defueling_mode}}
+    ]
+
+    sequence_3 = [
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_front_back,
+            "pass_nr": passenger_front_back}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_back_front,
+            "pass_nr": passenger_back_front}},
+        {"operation": refueling, "kwargs": {"refueling_mode": refueling_mode}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_front_back_cargo}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_back_front_cargo}},
+        {"operation": defueling, "kwargs": {"defueling_mode": defueling_mode}}
+    ]
+
+    sequence_4 = [
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_front_back,
+            "pass_nr": passenger_front_back}},
+        {"operation": passengers_boarding, "kwargs": {
+            "passengers_boarding_mode": passengers_boarding_mode, "x_coord": x_coord_back_front,
+            "pass_nr": passenger_back_front}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_front_back_cargo}},
+        {"operation": cargo_loading, "kwargs": {
+            "x_coord": x_coord_back_front_cargo}},
+        {"operation": refueling, "kwargs": {"refueling_mode": refueling_mode}},
+        {"operation": defueling, "kwargs": {"defueling_mode": defueling_mode}}
+    ]
+
+    # Select loading scenario
+    loading_modes_available = {
+        "mode_0": sequence,
+        "mode_1": sequence_1,
+        "mode_2": sequence_2,
+        "mode_3": sequence_3,
+        "mode_4": sequence_4
+    }
+    loading_mode = loading_modes_available[dict_mod_config["loading_mode"]]
+
+    # Execute each step in the defined sequence
+    for i, step in enumerate(loading_mode):
+        operation = step["operation"]
+        operation_name = operation.__name__
+        if operation_name in cg_positions_dict:
+            kwargs_base['starting_cg'] = cg_positions[0] * kwargs['mac'] / \
+                100 + kwargs['x_leading_edge_mac']
+            kwargs_base['starting_mass'] = total_mass[0]
+            operation_name = f"{operation_name}_back_front"
+            runtime_output.print("BACK TO FRONT:")
+
+        # Store CG positions and masses for each step
+        kwargs = {**kwargs_base, **step.get("kwargs", {})}
+        cg_positions, total_mass = operation(runtime_output, **kwargs)
+
+        # Store results in dictionaries using the operation name as the key
+        cg_positions_dict[operation_name] = cg_positions
+        total_mass_dict[operation_name] = total_mass
+
+        # Update starting values for the next step
+        starting_cg = cg_positions[-1] * kwargs['mac'] / \
+            100 + kwargs['x_leading_edge_mac']
+        starting_mass = total_mass[-1]
+        kwargs_base['starting_cg'] = starting_cg
+        kwargs_base['starting_mass'] = starting_mass
+
+    # Calculate most forward and aft CG
+    all_cg_positions_over_mac = [
+        pos for cg_list in cg_positions_dict.values() for pos in cg_list]
+    most_fwd_CG_over_mac = min(all_cg_positions_over_mac)
+    most_aft_CG_over_mac = max(all_cg_positions_over_mac)
 
     most_fwd_CG = most_fwd_CG_over_mac * mac / 100 + x_leading_edge_mac
     most_aft_CG = most_aft_CG_over_mac * mac / 100 + x_leading_edge_mac
 
     runtime_output.print(
-        f"Most forward CG global position is {most_fwd_CG:.2f} m.")
+        f"Most forward CG global position is {most_fwd_CG:.4f} m.")
     runtime_output.print(
-        f"Most aft CG global position is {most_aft_CG:.2f} m.")
-
-    # Determine the corresponding mass to the most fwd CG
-    if most_fwd_CG_over_mac in cg_positions_over_mac_refueling:
-        corresponding_index = cg_positions_over_mac_refueling.index(
-            most_fwd_CG_over_mac)
-        corresponding_mass_most_fwd_CG = total_mass_refueling[corresponding_index]
-    elif most_fwd_CG_over_mac in cg_positions_over_mac_passengers_front_back:
-        corresponding_index = cg_positions_over_mac_passengers_front_back.index(
-            most_fwd_CG_over_mac)
-        corresponding_mass_most_fwd_CG = total_mass_passengers_front_back[corresponding_index]
-    elif most_fwd_CG_over_mac in cg_positions_over_mac_cargo_front_back:
-        corresponding_index = cg_positions_over_mac_cargo_front_back.index(
-            most_fwd_CG_over_mac)
-        corresponding_mass_most_fwd_CG = total_mass_cargo_front_back[corresponding_index]
-    else:
-        corresponding_index = cg_positions_over_mac_defueling.index(
-            most_fwd_CG_over_mac)
-        corresponding_mass_most_fwd_CG = total_mass_defueling[corresponding_index]
+        f"Most aft CG global position is {most_aft_CG:.4f} m.")
+
+    # Determine corresponding mass for the most forward CG
+    corresponding_mass_most_fwd_CG = None
+    for step, cg_list in cg_positions_dict.items():
+        if most_fwd_CG_over_mac in cg_list:
+            corresponding_index = cg_list.index(most_fwd_CG_over_mac)
+            corresponding_mass_most_fwd_CG = total_mass_dict[step][corresponding_index]
+            break
 
     runtime_output.print(
-        f"Corresponding mass most fwd CG is of {corresponding_mass_most_fwd_CG:.2f} kg.")
-
-    # Determine the corresponding mass to the most aft CG
-    if most_aft_CG_over_mac in cg_positions_over_mac_refueling:
-        corresponding_index = cg_positions_over_mac_refueling.index(
-            most_aft_CG_over_mac)
-        corresponding_mass_most_aft_CG = total_mass_refueling[corresponding_index]
-    elif most_aft_CG_over_mac in cg_positions_over_mac_passengers_back_front:
-        corresponding_index = cg_positions_over_mac_passengers_back_front.index(
-            most_aft_CG_over_mac)
-        corresponding_mass_most_aft_CG = total_mass_passengers_back_front[corresponding_index]
-    elif most_aft_CG_over_mac in cg_positions_over_mac_cargo_back_front:
-        corresponding_index = cg_positions_over_mac_cargo_back_front.index(
-            most_aft_CG_over_mac)
-        corresponding_mass_most_aft_CG = total_mass_cargo_back_front[corresponding_index]
-    else:
-        corresponding_index = cg_positions_over_mac_defueling.index(
-            most_aft_CG_over_mac)
-        corresponding_mass_most_aft_CG = total_mass_defueling[corresponding_index]
+        f"Corresponding mass most fwd CG is of {corresponding_mass_most_fwd_CG:.4f} kg.")
+
+    # Determine corresponding mass for the most aft CG
+    corresponding_mass_most_aft_CG = None
+    for step, cg_list in cg_positions_dict.items():
+        if most_aft_CG_over_mac in cg_list:
+            corresponding_index = cg_list.index(most_aft_CG_over_mac)
+            corresponding_mass_most_aft_CG = total_mass_dict[step][corresponding_index]
+            break
 
     runtime_output.print(
-        f"Corresponding mass most aft CG is of {corresponding_mass_most_aft_CG:.2f} kg.")
+        f"Corresponding mass most aft CG is of {corresponding_mass_most_aft_CG:.4f} kg.")
 
-    # Prepare the data to be written as nodes for axml
+    # Prepare the data to be written as nodes for acxml
     most_forward_mass = MassPropertiesIO(
         "./analysis/masses_cg_inertia/most_forward_mass")
     most_forward_mass.center_of_gravity["x"] = most_fwd_CG
@@ -484,7 +478,7 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
         "Pylons": sum([pylon.mass for pylon in pylons if pylon is not None])
     }
 
-    basic_output_dict = {
+    basic_output_dict_ini = {
         "structure_components": structure_masses,
         "operating_mass_empty": operating_mass_empty,
         "manufacturer_mass_empty": manufacturer_mass_empty,
@@ -506,19 +500,19 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
         "design_fuel_mass_midflight": design_fuel_mass_midflight,
         "design_fuel_mass_minimum_landing": design_fuel_mass_minimum_landing,
         "group_masses": group_masses,
-        "Refueling CG change": cg_positions_over_mac_refueling,
-        "Refueling mass change": total_mass_refueling,
-        "Defueling CG change": cg_positions_over_mac_defueling,
-        "Defueling mass change": total_mass_defueling,
+        "Refueling CG change": cg_positions_dict["refueling"],
+        "Refueling mass change": total_mass_dict["refueling"],
+        "Defueling CG change": cg_positions_dict["defueling"],
+        "Defueling mass change": total_mass_dict["defueling"],
         "Defueling mode": defueling_mode,
-        "Passengers boarding front back CG change": cg_positions_over_mac_passengers_front_back,
-        "Passengers boarding front back mass change": total_mass_passengers_front_back,
-        "Passengers boarding back front CG change": cg_positions_over_mac_passengers_back_front,
-        "Passengers boarding back front mass change": total_mass_passengers_back_front,
-        "Cargo loading front back CG change": cg_positions_over_mac_cargo_front_back,
-        "Cargo loading front back mass change": total_mass_cargo_front_back,
-        "Cargo loading back front CG change": cg_positions_over_mac_cargo_back_front,
-        "Cargo loading back front mass change": total_mass_cargo_back_front,
+        "Passengers boarding front back CG change": cg_positions_dict["passengers_boarding"],
+        "Passengers boarding front back mass change": total_mass_dict["passengers_boarding"],
+        "Passengers boarding back front CG change": cg_positions_dict["passengers_boarding_back_front"],
+        "Passengers boarding back front mass change": total_mass_dict["passengers_boarding_back_front"],
+        "Cargo loading front back CG change": cg_positions_dict["cargo_loading"],
+        "Cargo loading front back mass change": total_mass_dict["cargo_loading"],
+        "Cargo loading back front CG change": cg_positions_dict["cargo_loading_back_front"],
+        "Cargo loading back front mass change": total_mass_dict["cargo_loading_back_front"],
         "Neutral point mac position": neutral_point_mac,
         "most_forward_mass": most_forward_mass,
         "most_afterward_mass": most_afterward_mass,
@@ -531,6 +525,8 @@ def method_basic(paths_and_names, routing_dict, dict_ac_exchange, dict_mod_confi
         "Systems": systems
     }
 
+    basic_output_dict = format_floats(basic_output_dict_ini)
+
     # Check if the given tool_level from aircrat exchange file is None -> if true: -> initialize with 0.
     if dict_ac_exchange['tool_level'] is None:
         basic_output_dict['current_tool_level'] = 0
@@ -681,6 +677,9 @@ def calculate_inertia_by_Raymer(mass_properties=[], additional_parameters=[]):
     Returns:
         dict: inertia
     """
+    import logging
+    runtime_output = logging.getLogger('module_logger')
+
     mass_operation_empty = mass_properties[0]
     mass_payload_expected = mass_properties[1]
     mass_fuel_expected = mass_properties[2]
@@ -694,16 +693,30 @@ def calculate_inertia_by_Raymer(mass_properties=[], additional_parameters=[]):
 
     # Dictionary of nondimensional radii of gyration for different aircraft classes
     radii_of_gyration = {
-        # "Single-engine prop": {"R_x": 0.25, "R_y": 0.38, "R_z": 0.39},
-        # "Twin-engine prop": {"R_x": 0.30, "R_y": 0.40, "R_z": 0.44},
+        # Single-engine prop
+        "prop_fuselage_1": {"R_x": 0.25, "R_y": 0.38, "R_z": 0.39},
+        # Twin-engine prop
+        "prop_wing_2": {"R_x": 0.30, "R_y": 0.40, "R_z": 0.44},
         # "Business jet twin": {"R_x": 0.30, "R_y": 0.34, "R_z": 0.39},
         # "Twin turboprop transport": {"R_x": 0.22, "R_y": 0.33, "R_z": 0.38},
-        "jet_fuselage_eng": {"R_x": 0.24, "R_y": 0.34, "R_z": 0.42},
-        "jet_two_wing_eng": {"R_x": 0.23, "R_y": 0.33, "R_z": 0.45},
-        "jet_four_wing_eng": {"R_x": 0.24, "R_y": 0.36, "R_z": 0.44},
-        "blended_wing": {"R_x": 0.28, "R_y": 0.40, "R_z": 0.46},
+        # jet_fuselage_eng
+        "fan_fuselage_2": {"R_x": 0.24, "R_y": 0.34, "R_z": 0.42},
+        # jet_two_wing_eng
+        "fan_wing_2": {"R_x": 0.23, "R_y": 0.33, "R_z": 0.45},
+        # jet_four_wing_eng
+        "fan_wing_4": {"R_x": 0.24, "R_y": 0.36, "R_z": 0.44},
+        "blended_wing_body": {"R_x": 0.28, "R_y": 0.40, "R_z": 0.46},
     }
 
+    if aircraft_class not in radii_of_gyration:
+        runtime_output.print(
+            f"Determined aircraft class for the selection of the Raymer's radii of gyration: {aircraft_class}.")
+        runtime_output.critical(
+            "The Raymer method is not working for this aircraft class. Please select another inertia calculation method!")
+        runtime_output.critical(
+            "No radiis of gyration implemented for this aircraft class. Values selected equal to jet_two_wing_eng")
+        aircraft_class = "fan_wing_2"
+
     # Retrieve the nondimensional radii of gyration for the specified aircraft class
     radii = radii_of_gyration[aircraft_class]
     R_x = radii["R_x"]
@@ -825,9 +838,9 @@ def calculate_operating_mass_empty(mass_properties, inertia_method, LE, mac):
     return operating_mass_empty
 
 
-def calculate_maximum_landing_mass_by_default_method(
+def calculate_landing_mass_by_default_method(
         mission_information=None, inertia_method=None, mass_properties=None, additional_parameters=[]):
-    """Calculate maximum landing mass by default method - OME - Design Payload - Reserve fuel
+    """Calculate landing mass by default method - OME - Design Payload - Reserve fuel
 
     Args:
         operating_mass_empty (float, optional): operating mass empty. Defaults to None.
@@ -838,7 +851,7 @@ def calculate_maximum_landing_mass_by_default_method(
         float: maximum landing mass
     """
 
-    maximum_landing_mass = MassPropertiesIO(
+    landing_mass = MassPropertiesIO(
         "./analysis/masses_cg_inertia/maximum_landing_mass/mass_properties")
 
     design_fuel_mass_trip = mission_information["trip_fuel_mass"]
@@ -846,23 +859,23 @@ def calculate_maximum_landing_mass_by_default_method(
 
     # If mission information not existent - work with current landing mass
     if design_fuel_mass_trip is None or design_fuel_mass_mission is None:
-        maximum_landing_mass.read(additional_parameters[0])
-        maximum_landing_mass.center_of_gravity = calculate_center_of_gravity(
+        landing_mass.read(additional_parameters[0])
+        landing_mass.center_of_gravity = calculate_center_of_gravity(
             mass_properties)
-        maximum_landing_mass.inertia = inertia_method["method"](
-            [maximum_landing_mass, MassPropertiesIO().initialize_zero(),
+        landing_mass.inertia = inertia_method["method"](
+            [landing_mass, MassPropertiesIO().initialize_zero(),
              MassPropertiesIO().initialize_zero()],
             inertia_method["additional_parameters"])
-        return maximum_landing_mass
+        return landing_mass
 
     if mission_information is not None:
-        maximum_landing_mass.mass = sum(
+        landing_mass.mass = sum(
             [element.mass for element in mass_properties])
-        maximum_landing_mass.center_of_gravity = calculate_center_of_gravity(
+        landing_mass.center_of_gravity = calculate_center_of_gravity(
             mass_properties)
-        maximum_landing_mass.inertia = inertia_method["method"]([maximum_landing_mass, MassPropertiesIO(
+        landing_mass.inertia = inertia_method["method"]([landing_mass, MassPropertiesIO(
         ).initialize_zero(), MassPropertiesIO().initialize_zero()], inertia_method["additional_parameters"])
-    return maximum_landing_mass
+    return landing_mass
 
 
 def calculate_maximum_landing_mass_by_regression_rwth(maximum_takeoff_mass, inertia_method, mass_properties):
@@ -953,9 +966,9 @@ def calculate_cg_position_over_mac_refueling(initial_cg, initial_weight, fuel_ma
     total_weight.append(initial_weight)
     total_weight_new = initial_weight
 
-    total_moment_change = initial_cg["x"] * initial_weight
+    total_moment_change = initial_cg * initial_weight
 
-    initial_mac_position = (initial_cg["x"] - LE) / mac * 100.0
+    initial_mac_position = (initial_cg - LE) / mac * 100.0
     cg_positions.append(initial_mac_position)
 
     for filled_tank in fuel_mass_per_tank:
@@ -999,39 +1012,6 @@ def calculate_cg_position_over_mac_defueling(initial_cg, initial_weight, fuel_ma
     return cg_positions, total_weight
 
 
-def calculate_fuel_mass_properties_evenly_distributed(tanks, fuel_mass, runtime_output):
-
-    # Divide fuel mass evenly on tanks - might be adaptable to inner and outer tanks
-    overall_fuel_mass_per_tank = fuel_mass / len(tanks)
-    fuel_mass_properties = MassPropertiesIO().initialize_zero()
-    fuel_mass_per_tank = []
-    for empty_tank in tanks:
-        filled_tank_wo_structure = MassPropertiesIO().initialize_zero()
-        filled_tank_wo_structure.center_of_gravity = empty_tank.mass_properties.center_of_gravity
-
-        if overall_fuel_mass_per_tank <= empty_tank.energy / empty_tank.gravimetric_density:
-            # if overall_fuel_mass_per_tank <= empty_tank.volume["value"] * empty_tank.fuel_density:
-            filled_tank_wo_structure.mass = overall_fuel_mass_per_tank
-        else:
-            runtime_output.critical(
-                "Fuel mass calculation failed ... tank to small")
-            raise ValueError("Fuel mass calculation failed ... tank to small")
-        # No adaption of Center of gravity or Inertia here
-
-        filled_tank_wo_structure.moment_change = (filled_tank_wo_structure.mass *
-                                                  filled_tank_wo_structure.center_of_gravity["x"])
-
-        fuel_mass_per_tank.append(filled_tank_wo_structure)
-
-    fuel_mass_properties.mass = sum(
-        [filled_tank.mass for filled_tank in fuel_mass_per_tank])
-    fuel_mass_properties.center_of_gravity = calculate_center_of_gravity(
-        fuel_mass_per_tank)
-    fuel_mass_properties.initialize_zero_inertia()
-
-    return fuel_mass_properties, fuel_mass_per_tank
-
-
 def calculate_fuel_mass_properties(tanks, fuel_mass, routing_dict, dict_ac_exchange):
     """
     Refuel tanks in the following priority order:
@@ -1204,7 +1184,7 @@ def calculate_fuel_mass_properties(tanks, fuel_mass, routing_dict, dict_ac_excha
     # Check if there is still remaining fuel (should not happen unless there is a capacity error)
     if remaining_fuel > 0:
         if int(dict_ac_exchange['tool_level']) < int(routing_dict['tool_level']):
-            runtime_output.warning(
+            runtime_output.critical(
                 "Fuel mass calculation failed ... Not enough capacity in tanks!")
         else:
             raise ValueError(
@@ -1478,7 +1458,7 @@ def calculate_design_fuel_mass(mission_information=None, maximum_takeoff_mass=No
         # the refueling order is already saved in the sorted tanks
         # = (preparation for the calculation of the refueling-cg-shift)
         design_fuel_mass_takeoff, design_fuel_mass_takeoff_per_tank = calculate_fuel_mass_properties(
-            tanks, design_fuel_mass_takeoff)
+            tanks, design_fuel_mass_takeoff, routing_dict, dict_ac_exchange)
         design_fuel_mass_midflight, _ = calculate_fuel_mass_properties(
             tanks, design_fuel_mass_midflight, routing_dict, dict_ac_exchange)
         design_fuel_mass_landing_minimum, _ = calculate_fuel_mass_properties(
@@ -1832,15 +1812,18 @@ def read_tank_properties(ac_exchange_file, defueling, runtime_output):
         energy_carrier_nodes = ac_exchange_file.findall(
             "./requirements_and_specifications/design_specification/energy_carriers/energy_carrier[@ID]")
 
-        energy_carrier = energy_carrier_nodes[tank_energy_carrier_ID].find(
+        energy_carrier_type = energy_carrier_nodes[tank_energy_carrier_ID].find(
             "./type/value").text
         energy_carrier_density = float(
             energy_carrier_nodes[tank_energy_carrier_ID].find("./density/value").text)
-        energy_carrier_gravimetric_density = float(
-            energy_carrier_nodes[tank_energy_carrier_ID].find("./gravimetric_density/value").text)
+
+        energy_carrier = pyenergycarriers.EnergyCarrier(
+            energy_carrier_type, energy_carrier_density)
+
+        energy_carrier_gravimetric_density = energy_carrier.gravimetric_energy_density
 
         if len(tank_requirements_nodes) == len(tanks):
-            tanks[i].energy_carrier = energy_carrier
+            tanks[i].energy_carrier = energy_carrier_type
             # 783  # kg/m^3 Jet A1 Kerosene
             tanks[i].fuel_density = energy_carrier_density
             # 43 MJ/kg for kerosene, 1.1993E8 for liqiud hydrogen
@@ -1915,7 +1898,7 @@ def read_main_components(ac_exchange_file, dict_ac_exchange, runtime_output):
             f"./component_design/{component}/mass_properties")
         mass_properties[component].read(ac_exchange_file)
         runtime_output.print(
-            f"{component} - mass: {mass_properties[component].mass}")
+            f"{component} - mass: {mass_properties[component].mass:.4f}")
 
     return mass_properties
 
@@ -2034,12 +2017,17 @@ def determine_mission_fuel(dict_ac_exchange):
         carrier_id_int = dict_ac_exchange["loaded_mission_energy_carrier"].get(
             carrier_key)
 
-        # Construct the gravimetric density ID using the integer carrier ID
-        density_id = f"energy_carrier_gravimetric_density_ID{int(carrier_id_int)}"
+        # Construct the energy_carrier densities using the integer carrier ID
+        density_id = f"energy_carrier_density_ID{int(carrier_id_int)}"
+        type_id = f"energy_carrier_type_ID{int(carrier_id_int)}"
+        type = dict_ac_exchange["energy_carrier_type"].get(
+            type_id)
+        density = dict_ac_exchange["energy_carrier_density"].get(
+            density_id)
+        energy_carrier = pyenergycarriers.EnergyCarrier(type, density)
 
         # Retrieve the gravimetric density for this specific carrier
-        gravimetric_density = dict_ac_exchange["energy_carrier_gravimetric_density"].get(
-            density_id)
+        gravimetric_density = energy_carrier.gravimetric_energy_density
 
         # Calculate fuel mass if gravimetric density is available
         if gravimetric_density is not None:
@@ -2068,12 +2056,17 @@ def determine_taxi_in_fuel(dict_ac_exchange):
         carrier_id_int = dict_ac_exchange["taxi_energy_in_carrier"].get(
             carrier_key)
 
-        # Construct the gravimetric density ID using the integer carrier ID
-        density_id = f"energy_carrier_gravimetric_density_ID{int(carrier_id_int)}"
+        # Construct the energy_carrier densities using the integer carrier ID
+        density_id = f"energy_carrier_density_ID{int(carrier_id_int)}"
+        type_id = f"energy_carrier_type_ID{int(carrier_id_int)}"
+        type = dict_ac_exchange["energy_carrier_type"].get(
+            type_id)
+        density = dict_ac_exchange["energy_carrier_density"].get(
+            density_id)
+        energy_carrier = pyenergycarriers.EnergyCarrier(type, density)
 
         # Retrieve the gravimetric density for this specific carrier
-        gravimetric_density = dict_ac_exchange["energy_carrier_gravimetric_density"].get(
-            density_id)
+        gravimetric_density = energy_carrier.gravimetric_energy_density
 
         # Calculate fuel mass if gravimetric density is available
         if gravimetric_density is not None:
@@ -2102,12 +2095,17 @@ def determine_taxi_out_fuel(dict_ac_exchange):
         carrier_id_int = dict_ac_exchange["taxi_energy_out_carrier"].get(
             carrier_key)
 
-        # Construct the gravimetric density ID using the integer carrier ID
-        density_id = f"energy_carrier_gravimetric_density_ID{int(carrier_id_int)}"
+        # Construct the energy_carrier densities using the integer carrier ID
+        density_id = f"energy_carrier_density_ID{int(carrier_id_int)}"
+        type_id = f"energy_carrier_type_ID{int(carrier_id_int)}"
+        type = dict_ac_exchange["energy_carrier_type"].get(
+            type_id)
+        density = dict_ac_exchange["energy_carrier_density"].get(
+            density_id)
+        energy_carrier = pyenergycarriers.EnergyCarrier(type, density)
 
         # Retrieve the gravimetric density for this specific carrier
-        gravimetric_density = dict_ac_exchange["energy_carrier_gravimetric_density"].get(
-            density_id)
+        gravimetric_density = energy_carrier.gravimetric_energy_density
 
         # Calculate fuel mass if gravimetric density is available
         if gravimetric_density is not None:
@@ -2136,13 +2134,17 @@ def determine_takeoff_fuel(dict_ac_exchange, runtime_output):
             # Retrieve the integer carrier ID from "loaded_mission_energy_carrier"
             carrier_id_int = dict_ac_exchange["take_off_energy_carrier"].get(
                 carrier_key)
-
-            # Construct the gravimetric density ID using the integer carrier ID
-            density_id = f"energy_carrier_gravimetric_density_ID{int(carrier_id_int)}"
+            # Construct the energy_carrier densities using the integer carrier ID
+            density_id = f"energy_carrier_density_ID{int(carrier_id_int)}"
+            type_id = f"energy_carrier_type_ID{int(carrier_id_int)}"
+            type = dict_ac_exchange["energy_carrier_type"].get(
+                type_id)
+            density = dict_ac_exchange["energy_carrier_density"].get(
+                density_id)
+            energy_carrier = pyenergycarriers.EnergyCarrier(type, density)
 
             # Retrieve the gravimetric density for this specific carrier
-            gravimetric_density = dict_ac_exchange["energy_carrier_gravimetric_density"].get(
-                density_id)
+            gravimetric_density = energy_carrier.gravimetric_energy_density
 
             # Calculate fuel mass if gravimetric density is available
             if gravimetric_density is not None:
@@ -2176,12 +2178,17 @@ def determine_landing_fuel(dict_ac_exchange, runtime_output):
             carrier_id_int = dict_ac_exchange["landing_energy_carrier"].get(
                 carrier_key)
 
-            # Construct the gravimetric density ID using the integer carrier ID
-            density_id = f"energy_carrier_gravimetric_density_ID{int(carrier_id_int)}"
+            # Construct the energy_carrier densities using the integer carrier ID
+            density_id = f"energy_carrier_density_ID{int(carrier_id_int)}"
+            type_id = f"energy_carrier_type_ID{int(carrier_id_int)}"
+            type = dict_ac_exchange["energy_carrier_type"].get(
+                type_id)
+            density = dict_ac_exchange["energy_carrier_density"].get(
+                density_id)
+            energy_carrier = pyenergycarriers.EnergyCarrier(type, density)
 
             # Retrieve the gravimetric density for this specific carrier
-            gravimetric_density = dict_ac_exchange["energy_carrier_gravimetric_density"].get(
-                density_id)
+            gravimetric_density = energy_carrier.gravimetric_energy_density
 
             # Calculate fuel mass if gravimetric density is available
             if gravimetric_density is not None:
@@ -2214,12 +2221,17 @@ def determine_trip_fuel(dict_ac_exchange):
         carrier_id_int = dict_ac_exchange["trip_energy_carrier"].get(
             carrier_key)
 
-        # Construct the gravimetric density ID using the integer carrier ID
-        density_id = f"energy_carrier_gravimetric_density_ID{int(carrier_id_int)}"
+        # Construct the energy_carrier densities using the integer carrier ID
+        density_id = f"energy_carrier_density_ID{int(carrier_id_int)}"
+        type_id = f"energy_carrier_type_ID{int(carrier_id_int)}"
+        type = dict_ac_exchange["energy_carrier_type"].get(
+            type_id)
+        density = dict_ac_exchange["energy_carrier_density"].get(
+            density_id)
+        energy_carrier = pyenergycarriers.EnergyCarrier(type, density)
 
         # Retrieve the gravimetric density for this specific carrier
-        gravimetric_density = dict_ac_exchange["energy_carrier_gravimetric_density"].get(
-            density_id)
+        gravimetric_density = energy_carrier.gravimetric_energy_density
 
         # Calculate fuel mass if gravimetric density is available
         if gravimetric_density is not None:
@@ -2238,3 +2250,127 @@ def DEBUG(msg=""):
     import logging
     runtime_output = logging.getLogger('module_logger')
     runtime_output.warning(f"Debug {sys._getframe().f_back.f_lineno}: {msg}")
+
+
+def refueling(runtime_output, refueling_mode, **kwargs):
+    if refueling_mode == "mode_1":
+        runtime_output.print("REFUELING (ferry mission)...")
+        cg_positions_over_mac_refueling, total_mass_refueling = \
+            calculate_cg_position_over_mac_refueling(
+                kwargs['starting_cg'],
+                kwargs['starting_mass'],
+                kwargs['maximum_fuel_mass_per_tank'],
+                kwargs['mac'], kwargs['x_leading_edge_mac'])
+
+        for fuel in kwargs['maximum_fuel_mass_per_tank']:
+            runtime_output.print(
+                f"Tank '{fuel.tank_location}' was filled with {fuel.mass:.4f} kg {fuel.energy_carrier}.")
+    elif refueling_mode == "mode_0":
+        runtime_output.print("REFUELING (design mission)...")
+        cg_positions_over_mac_refueling, total_mass_refueling = \
+            calculate_cg_position_over_mac_refueling(
+                kwargs['starting_cg'],
+                kwargs['starting_mass'],
+                kwargs['design_fuel_mass_takeoff_per_tank'],
+                kwargs['mac'], kwargs['x_leading_edge_mac'])
+
+        for fuel in kwargs['design_fuel_mass_takeoff_per_tank']:
+            runtime_output.print(
+                f"Tank '{fuel.tank_location}' was filled with {fuel.mass:.4f} kg {fuel.energy_carrier}.")
+    else:
+        runtime_output.critical("Invalid refueling mode specified")
+        raise ValueError("Invalid refueling mode specified")
+    return cg_positions_over_mac_refueling, total_mass_refueling
+
+
+def passengers_boarding(runtime_output, x_coord, pass_nr, passengers_boarding_mode, **kwargs):
+    runtime_output.print("PASSENGERS BOARDING...")
+    starting_mass = kwargs['starting_mass']
+    starting_cg = kwargs['starting_cg']
+    if passengers_boarding_mode == "mode_0":
+        runtime_output.print("ROW-WISE")
+        cg_positions, total_mass = cg_change_passengers_boarding_front_back(
+            starting_cg, starting_mass, x_coord,
+            pass_nr, kwargs['acommodation_data'], kwargs['mac'], kwargs['x_leading_edge_mac'])
+
+        DEBUG(msg="If the data is to be read from excel and not from acommodationIO modify/adapt this")
+        # cg_positions_over_mac_passengers_front_back, total_mass_passengers_front_back  = \
+        #     cg_change_passengers_boarding_front_back_excel(
+        # starting_cg, starting_mass, airplane_seatings,
+        # kwargs['acommodation_data'], kwargs['mac'], kwargs['x_leading_edge_mac'])
+
+    elif passengers_boarding_mode == "mode_1":
+        runtime_output.print("WINDOW-AISLE")
+        cg_positions, total_mass = cg_change_passengers_boarding_window_aisle(
+            starting_cg, starting_mass, x_coord,
+            pass_nr, kwargs['acommodation_data'], kwargs['mac'], kwargs['x_leading_edge_mac'])
+    else:
+        runtime_output.critical("Invalid passengers boarding mode specified")
+        raise ValueError("Invalid passengers boarding mode specified")
+    return cg_positions, total_mass
+
+
+def cargo_loading(runtime_output, x_coord, **kwargs):
+    runtime_output.print("CARGO LOADING...")
+    DEBUG(msg="The palets positions unknown. The cargo is loaded at the same locations as the seats positions.")
+    cg_positions, total_mass = cg_change_cargo_loading_front_back(
+        kwargs['starting_cg'], kwargs['starting_mass'],
+        x_coord, kwargs['transport_task_data'],
+        kwargs['mac'], kwargs['x_leading_edge_mac'])
+    return cg_positions, total_mass
+
+
+def defueling(runtime_output, defueling_mode, **kwargs):
+    runtime_output.print("DEFUELING...")
+    if defueling_mode == "mode_1":
+        cg_positions, total_mass = calculate_cg_position_over_mac_defueling(
+            kwargs['starting_cg'], kwargs['starting_mass'],
+            kwargs['defueling_mass_per_tank_ferry'], kwargs['mac'], kwargs['x_leading_edge_mac'])
+        DEBUG(msg="Consumed fuel for ferry mission = consumed fuel for design mission.")
+
+        for fuel in kwargs['defueling_mass_per_tank_ferry']:
+            runtime_output.print(
+                f"From tank '{fuel.name}' was defueld {-fuel.mass:.4f} kg. Fuel left in tank: {fuel.fuel_left_in_tank:.4f} kg.")
+    elif defueling_mode == "mode_0":
+        cg_positions, total_mass = calculate_cg_position_over_mac_defueling(
+            kwargs['starting_cg'], kwargs['starting_mass'],
+            kwargs['defueling_mass_per_tank'], kwargs['mac'], kwargs['x_leading_edge_mac'])
+
+        for fuel in kwargs['defueling_mass_per_tank_ferry']:
+            runtime_output.print(
+                f"From tank '{fuel.name}' was defueld {-fuel.mass:.4f} kg. Fuel left in tank: {fuel.fuel_left_in_tank:.4f} kg.")
+    else:
+        runtime_output.critical("Invalid refueling mode specified")
+        raise ValueError("Invalid refueling mode specified")
+    return cg_positions, total_mass
+
+
+def determine_ac_class(runtime_output, dict, nr):
+
+    if dict["aircraft_type"] == "blended_wing_body":
+        ac_class = dict["aircraft_type"]
+    else:
+        # Select specific keys
+        selected_keys = ["propulsion_type", "propulsion_position"]
+
+        # Concatenate only selected values
+        ac_class = "_".join(
+            dict[key] for key in selected_keys if key in dict) + "_" + str(nr)
+
+    return ac_class
+
+
+def format_floats(obj):
+    if isinstance(obj, dict):  # If it's a dictionary, apply formatting recursively
+        return {key: format_floats(value) for key, value in obj.items()}
+    elif isinstance(obj, list):  # If it's a list, format each item inside
+        return [format_floats(item) for item in obj]
+    elif isinstance(obj, float):  # Format float values
+        return round(obj, 4)
+    elif hasattr(obj, "__dict__"):  # If it's an object, format its attributes
+        for attr, value in obj.__dict__.items():
+            # Recursively format attributes
+            setattr(obj, attr, format_floats(value))
+        return obj  # Return the modified object
+    else:  # Keep other types (int, str, bool, etc.) unchanged
+        return obj
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/propulsionIO.py b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/propulsionIO.py
index af2ed424d0300701ea366aeef58b9e4aa4663db4..dfe79b7c53bf0b0d8367ba69817710abcc87fb05 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/propulsionIO.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/propulsionIO.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/tankIO.py b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/tankIO.py
index 6f421847599b5ebc649ecd4e8a45f16e64575802..a39b5251a80e90388d53a21c79e645589fd4d712 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/tankIO.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/tankIO.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/transportTaskIO.py b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/transportTaskIO.py
index 4b5495795b91b5a03e4d568e402d1c6fcc29dc9d..f8a15fc99a32f3556cc2c867b34bb29c428a277d 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/basic/transportTaskIO.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/basic/transportTaskIO.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodhtmlreport.py b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodhtmlreport.py
index a6765a90b9ead9e03a2120b2886d19ea39974bca..2fa87b68fcba81f6e98b2a9085f7688ce8be9702 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodhtmlreport.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodhtmlreport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -52,6 +52,8 @@ def method_html_report(paths_and_names, routing_dict, data_dict, method_specific
          data_dict["manufacturer_mass_empty"].mass),
         ("Operating Empty Mass", "OEM",
          data_dict["operating_mass_empty"].mass),
+        ("Maximum Ramp Mass", "MRM",
+         data_dict["design_mass"].mass),
         ("Maximum Takeoff Mass", "MTOM",
          data_dict["maximum_takeoff_mass"].mass),
         ("Maximum Landing Mass", "MLM",
@@ -66,10 +68,6 @@ def method_html_report(paths_and_names, routing_dict, data_dict, method_specific
     ]
 
     aircraft_design_masses = [
-        ("Design Mass (Mission)", "-",
-         data_dict["design_mass"].mass),
-        ("Design Mass (Takeoff)", "-",
-         data_dict["design_mass_takeoff"].mass),
         ("Design Payload Mass", "-", data_dict["design_payload_mass"].mass),
         ("Design Fuel Mass (Mission)", "-",
          data_dict["mission_fuel_mass"].mass),
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodplot.py b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodplot.py
index 6616338cde7772e4456290be0bea4841b84a0564..cfbca0deed2cd21be5087f6410f3addd6a99c617 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodplot.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodplot.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -69,7 +69,7 @@ def method_plot(paths_and_names, routing_dict, data_dict, method_specific_output
     plt.rcParams['ytick.color'] = '#ecf0f1'
 
     # Plotting
-    fig, ax = plt.subplots(figsize=(8, 5), facecolor='#494f4f')
+    fig, ax1 = plt.subplots(figsize=(8, 5), facecolor='#494f4f')
 
     # Bar positions
     ind = np.arange(len(components) + 1)  # +1 for the total OEM bar
@@ -77,42 +77,56 @@ def method_plot(paths_and_names, routing_dict, data_dict, method_specific_output
     # Create stacked bar for the total OEM
     bottom = 0
     for i in range(len(components)):
-        ax.bar(0, component_values[i], bottom=bottom,
-               width=0.5, color=colors[i], label=components[i])
+        ax1.bar(0, component_values[i], bottom=bottom,
+                width=0.5, color=colors[i], label=components[i])
         bottom += component_values[i]
 
     # Create bars for each individual component (not stacked)
     for i in range(len(components)):
-        ax.bar(ind[i + 1], component_values[i], width=0.5,
-               color=colors[i], label=f'{components[i]}')
+        ax1.bar(ind[i + 1], component_values[i], width=0.5,
+                color=colors[i], label=f'{components[i]}')
 
     # Create stacked bar for the structure components
     bottom = 0
     for i in range(len(structure_components)):
-        ax.bar(1, structure_component_values[i], bottom=bottom,
-               width=0.5, color=colors_structure[i], label=structure_components[i])
+        ax1.bar(1, structure_component_values[i], bottom=bottom,
+                width=0.5, color=colors_structure[i], label=structure_components[i])
         bottom += structure_component_values[i]
 
     # Configure the plot
-    ax.set_ylabel('Mass (kg)', color='#ecf0f1')
-    ax.set_title('Operating Empty Mass and its Components', color='#ecf0f1')
-    ax.set_xticks(ind)
-    ax.set_xticklabels(['OEM'] + components)
+    ax1.set_ylabel('Mass (kg)', color='#ecf0f1')
+    ax1.set_title('Operating Empty Mass and its Components', color='#ecf0f1')
+    ax1.set_xticks(ind)
+    ax1.set_xticklabels(['OEM'] + components)
+
+    # Create a secondary y-axis for percentages
+    ax2 = ax1.twinx()
+    ax2.set_ylim(ax1.get_ylim())  # Match the y-axis limits
+    ax2.set_ylabel('Percentage of OEM (%)', color='#ecf0f1')
+
+    # Generate percentage labels for the right y-axis
+    yticks_mass = ax1.get_yticks()  # Get mass values from the left y-axis
+    yticks_percentage = [(ytick / ome) * 100 for ytick in yticks_mass]
+    ax2.set_yticklabels(
+        [f"{ytick:.0f}%" for ytick in yticks_percentage], color='#ecf0f1')
 
     # Manually add legend entries for structure components and others
-    handles, labels = ax.get_legend_handles_labels()
+    handles, labels = ax1.get_legend_handles_labels()
     legend_labels = components + structure_components
     handles = [plt.Rectangle((0, 0), 1, 1, color=color)
                for color in (colors + colors_structure)]
-    legend = ax.legend(handles, legend_labels,
-                       loc='upper right', fontsize='small')
+    legend = ax1.legend(handles, legend_labels,
+                        loc='upper right', fontsize='small')
 
     # Set the text in the legend to black
     for text in legend.get_texts():
         text.set_color('black')
 
     # Adjusting the plot's edge color
-    for spine in ax.spines.values():
+    for spine in ax1.spines.values():
+        spine.set_edgecolor('#ecf0f1')
+
+    for spine in ax2.spines.values():
         spine.set_edgecolor('#ecf0f1')
 
     # Save the figure
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodtexoutput.py b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodtexoutput.py
index a1646acb0a61238a9ad4a4ae9e51b18007537cb5..ec971952ae05d3f223ff280edd74948019e63a5e 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodtexoutput.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodtexoutput.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodxmlexport.py b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodxmlexport.py
index 43b00c5458488c1196a4ba2d07fb61a03d808cf0..70f74837e4209ef9ef2fcfefbb0ba1a5aa8c2c1f 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodxmlexport.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/general/methodxmlexport.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_IO.py b/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_IO.py
index 847a837727d5b29e0565f889ea26cb59e954cf1c..454d7f2cfbb45f51c110c76468d8bd3ab0708609 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_IO.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_IO.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_methodbasic.py b/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_methodbasic.py
index 6053d2f31838d76f71dbac328db15b61beb2e557..3052b7cbbad617820e5a8f21967c2ac77633a2dc 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_methodbasic.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/test_basic/test_methodbasic.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/weight_and_balance_analysis/src/tube_and_wing/standard/usermethoddatapreparation.py b/weight_and_balance_analysis/src/tube_and_wing/standard/usermethoddatapreparation.py
index bd444494c38e0cd1ee12549f7d4178f4e1505ab7..cb7a568cd7082bb5680e851bc6123ea474e6554c 100644
--- a/weight_and_balance_analysis/src/tube_and_wing/standard/usermethoddatapreparation.py
+++ b/weight_and_balance_analysis/src/tube_and_wing/standard/usermethoddatapreparation.py
@@ -1,6 +1,6 @@
 # UNICADO - UNIversity Conceptual Aircraft Design and Optimization
 #
-# Copyright (C) 2024 UNICADO consortium
+# Copyright (C) 2025 UNICADO consortium
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -62,6 +62,8 @@ def user_method_data_input_preparation(routing_dict):
         "x_wing_globlal_position": [component_design_path + 'wing/position/x', float],
         "x_aircraft_neutral_point": [aero_analysis_path + 'neutral_point/x', float],
         "aircraft_type": [design_specification_path + "configuration/configuration_type", str],
+        "propulsion_type": [design_specification_path + "propulsion/propulsor/type", str],
+        "propulsion_position": [design_specification_path + "propulsion/propulsor/position/parent_component", str],
         "loaded_mission_energy": [
             mission_analysis_path + 'loaded_mission_energy/mission_energy[@ID="0"]/consumed_energy', float],
         "loaded_mission_energy_carrier": [
@@ -86,10 +88,6 @@ def user_method_data_input_preparation(routing_dict):
             mission_analysis_path + 'in_flight_energy/trip_energy[@ID="0"]/consumed_energy', float],
         "trip_energy_carrier": [
             mission_analysis_path + 'in_flight_energy/trip_energy[@ID="0"]/energy_carrier_ID', float],
-        "energy_carrier_gravimetric_density": [design_specification_path +
-                                               'energy_carriers/energy_carrier[@ID="0"]/gravimetric_density', float],
-        "energy_carrier_volumetric_density": [design_specification_path +
-                                              'energy_carriers/energy_carrier[@ID="0"]/volumetric_density', float],
         "energy_carrier_density": [design_specification_path + 'energy_carriers/energy_carrier[@ID="0"]/density',
                                    float],
         "energy_carrier_type": [design_specification_path + 'energy_carriers/energy_carrier[@ID="0"]/type', str],
@@ -103,12 +101,10 @@ def user_method_data_input_preparation(routing_dict):
     module_settings_path = f"./program_settings/tube_and_wing/standard/{routing_dict['user_layer']}/"
     general_data_to_extract_from_module_configuration_dict = {
         "mode_inertia_calculation": [module_settings_path + "calculation_methods/inertia/method", str],
-        "aircraft_class": [module_settings_path + "calculation_methods/aircraft_type", str],
-        "mode_maximum_landing_mass_calculation": [module_settings_path +
-                                                  "calculation_methods/maximum_landing_mass/method", str],
         "refueling_mode": [module_settings_path + "calculation_methods/refueling_mode/method", str],
         "defueling_mode": [module_settings_path + "calculation_methods/defueling_mode/method", str],
-        "passengers_boarding_mode": [module_settings_path + "calculation_methods/passengers_boarding_mode/method", str]
+        "passengers_boarding_mode": [module_settings_path + "calculation_methods/passengers_boarding_mode/method", str],
+        "loading_mode": [module_settings_path + "calculation_methods/loading_mode/method", str]
     }
 
     # Enter all specific parameters to be extracted from the module configuration file. 'specific parameters' means
diff --git a/weight_and_balance_analysis/main.py b/weight_and_balance_analysis/weight_and_balance_analysis.py
similarity index 97%
rename from weight_and_balance_analysis/main.py
rename to weight_and_balance_analysis/weight_and_balance_analysis.py
index 824beb3581a69cab04ad89eeeec1ad5a1da88515..917b06438c4ffa0fca7e43ed2931ce4b141a8e63 100644
--- a/weight_and_balance_analysis/main.py
+++ b/weight_and_balance_analysis/weight_and_balance_analysis.py
@@ -1,116 +1,116 @@
-# UNICADO - UNIversity Conceptual Aircraft Design and Optimization
-#
-# Copyright (C) 2024 UNICADO consortium
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-#
-# Description:
-# This file is part of UNICADO.
-
-
-# Import standard modules.
-import sys
-import logging
-from sys import argv
-import traceback
-from termcolor import colored
-
-# Import own modules.
-from runmodule import run_module
-from src.datapreprocessing import data_preprocessing
-from src.datapostprocessing import data_postprocessing
-
-
-def main():
-    """Execute the main program for weight and balance analysis.
-
-    This function serves as the main entry point for performing the weight and balance analysis.
-    It goes through the following key steps:
-        (1) Preprocessing - Acquire necessary data and paths: Call the 'data_preprocessing' function from
-        'datapreprocessing.py' to set up data and routing information.
-        (2) Run (main processing) - Execute code depending on method layers: Execute the 'run_module' function from the
-        'methodexecutionpackage' library. The 'run_module' function is responsible for the programs primary logic.
-        (3) Postprocessing - Write data to the aircraft exchange file and generate plots and reports: Call the
-        'data_postprocessing' function from 'datapostprocessing.py' to handle postprocessing tasks. This step receives
-        data from both the preprocessing and the main processing step.
-
-    Note: The 'routing_dict' dictionary is used to manage the routing and execution of different program components.
-
-    :raises AttributeError: Raised to handle attribute exceptions
-    :raises FileNotFoundError: Raised to handle file not found exceptions
-    :raises IndexError: Raised to handle index exceptions
-    :raises KeyError: Raised to handle key exceptions
-    :raises ModuleNotFoundError: Raised to handle module not found exceptions
-    :raises OSError: Raised to handle operating system exceptions
-    :raises TypeError: Raised to handle type exceptions
-    :raises ValueError: Raised to handle value exceptions
-    :raises ZeroDivisionError: Raised to handle zero division exceptions
-    :raises Exception: Raised to handle other exceptions
-    :return: None
-    """
-    module_name = "Weight and balance analysis"
-    module_config_file = "weight_and_balance_analysis_conf.xml"
-
-    # Initialize exception string and runtime output logger.
-    runtime_output = logging.getLogger('module_logger')
-    tool_name = "Weight and Balance"
-
-    try:
-        """Preprocessing: Acquire necessary data and paths."""
-        # Run 'data_preprocessing' function from 'datapreprocessing.py'.
-        paths_and_names, routing_dict, runtime_output = data_preprocessing(
-            module_config_file, argv)
-        runtime_output.print(f'{module_name} started...')
-
-        """Run: Execute code depending on method layers."""
-        # Execute 'run_module' function from 'methodexecutionpackage' library. This function is responsible for the
-        # main logic of the program.
-        run_output_dict = run_module(
-            paths_and_names, routing_dict, runtime_output)
-
-        """Postprocessing: Write data to aircraft exchange file and generate plots and reports."""
-        # Run 'data_postprocessing' function from 'datapostprocessing.py' to handle postprocessing tasks. Receives data
-        # from preprocessing and main processing step.
-        data_postprocessing(paths_and_names, routing_dict,
-                            run_output_dict, runtime_output)
-        runtime_output.print(f'{module_name} finished.')
-
-    except Exception as e:  # pylint: disable=broad-exception-caught
-        # Handle other exceptions.
-
-        # Check if exception raised.
-        runtime_output.critical(exception_string_msg(e, tool_name))
-        sys.exit(1)
-
-
-def exception_string_msg(error, tool_name: str) -> str:
-    error_type = str(type(error).__name__)
-    error_trace = traceback.extract_tb(error.__traceback__)
-    error_file, error_line, error_func, error_code = error_trace[-1]
-    error_file = error_file.split('/')[-1]
-
-    exception_string = f"{error_type}      : \n"
-    exception_string += f"File             : {error_file} \n"
-    exception_string += f"Function / Method: {error_func} \n"
-    exception_string += f"Line             : {error_line} \n"
-    exception_string += f"Code             : {error_code} \n"
-    exception_string += f"Error message    : {str(error)} \n"
-
-    return colored(exception_string + "\n" + "                                     "
-                                    + f"Main execution of {tool_name} module failed! \n"
-                                    + "                                     " + "Program aborted.", 'red')
-
-
-if __name__ == '__main__':
-    main()
+# UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+#
+# Copyright (C) 2025 UNICADO consortium
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
+# Description:
+# This file is part of UNICADO.
+
+
+# Import standard modules.
+import sys
+import logging
+from sys import argv
+import traceback
+from termcolor import colored
+
+# Import own modules.
+from runmodule import run_module
+from src.datapreprocessing import data_preprocessing
+from src.datapostprocessing import data_postprocessing
+
+
+def main():
+    """Execute the main program for weight and balance analysis.
+
+    This function serves as the main entry point for performing the weight and balance analysis.
+    It goes through the following key steps:
+        (1) Preprocessing - Acquire necessary data and paths: Call the 'data_preprocessing' function from
+        'datapreprocessing.py' to set up data and routing information.
+        (2) Run (main processing) - Execute code depending on method layers: Execute the 'run_module' function from the
+        'methodexecutionpackage' library. The 'run_module' function is responsible for the programs primary logic.
+        (3) Postprocessing - Write data to the aircraft exchange file and generate plots and reports: Call the
+        'data_postprocessing' function from 'datapostprocessing.py' to handle postprocessing tasks. This step receives
+        data from both the preprocessing and the main processing step.
+
+    Note: The 'routing_dict' dictionary is used to manage the routing and execution of different program components.
+
+    :raises AttributeError: Raised to handle attribute exceptions
+    :raises FileNotFoundError: Raised to handle file not found exceptions
+    :raises IndexError: Raised to handle index exceptions
+    :raises KeyError: Raised to handle key exceptions
+    :raises ModuleNotFoundError: Raised to handle module not found exceptions
+    :raises OSError: Raised to handle operating system exceptions
+    :raises TypeError: Raised to handle type exceptions
+    :raises ValueError: Raised to handle value exceptions
+    :raises ZeroDivisionError: Raised to handle zero division exceptions
+    :raises Exception: Raised to handle other exceptions
+    :return: None
+    """
+    module_name = "Weight and balance analysis"
+    module_config_file = "weight_and_balance_analysis_conf.xml"
+
+    # Initialize exception string and runtime output logger.
+    runtime_output = logging.getLogger('module_logger')
+    tool_name = "Weight and Balance"
+
+    try:
+        """Preprocessing: Acquire necessary data and paths."""
+        # Run 'data_preprocessing' function from 'datapreprocessing.py'.
+        paths_and_names, routing_dict, runtime_output = data_preprocessing(
+            module_config_file, argv)
+        runtime_output.print(f'{module_name} started...')
+
+        """Run: Execute code depending on method layers."""
+        # Execute 'run_module' function from 'methodexecutionpackage' library. This function is responsible for the
+        # main logic of the program.
+        run_output_dict = run_module(
+            paths_and_names, routing_dict, runtime_output)
+
+        """Postprocessing: Write data to aircraft exchange file and generate plots and reports."""
+        # Run 'data_postprocessing' function from 'datapostprocessing.py' to handle postprocessing tasks. Receives data
+        # from preprocessing and main processing step.
+        data_postprocessing(paths_and_names, routing_dict,
+                            run_output_dict, runtime_output)
+        runtime_output.print(f'{module_name} finished.')
+
+    except Exception as e:  # pylint: disable=broad-exception-caught
+        # Handle other exceptions.
+
+        # Check if exception raised.
+        runtime_output.critical(exception_string_msg(e, tool_name))
+        sys.exit(1)
+
+
+def exception_string_msg(error, tool_name: str) -> str:
+    error_type = str(type(error).__name__)
+    error_trace = traceback.extract_tb(error.__traceback__)
+    error_file, error_line, error_func, error_code = error_trace[-1]
+    error_file = error_file.split('/')[-1]
+
+    exception_string = f"{error_type}      : \n"
+    exception_string += f"File             : {error_file} \n"
+    exception_string += f"Function / Method: {error_func} \n"
+    exception_string += f"Line             : {error_line} \n"
+    exception_string += f"Code             : {error_code} \n"
+    exception_string += f"Error message    : {str(error)} \n"
+
+    return colored(exception_string + "\n" + "                                     "
+                                    + f"Main execution of {tool_name} module failed! \n"
+                                    + "                                     " + "Program aborted.", 'red')
+
+
+if __name__ == '__main__':
+    main()
diff --git a/weight_and_balance_analysis/weight_and_balance_analysis_conf.xml b/weight_and_balance_analysis/weight_and_balance_analysis_conf.xml
index 3e6a25636c7ba0d2bfbc8627e11aa5bf2a5228c2..c6456ef7ca6f677c3019a673eaecf5d94f63a7f6 100644
--- a/weight_and_balance_analysis/weight_and_balance_analysis_conf.xml
+++ b/weight_and_balance_analysis/weight_and_balance_analysis_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file Name="weight_and_balance_analysis_conf.xml">
     <control_settings description="General control settings for this tool">
         <aircraft_exchange_file_name description="Specify the name of the exchange file">
-            <value>csmr-2020.xml</value>
+            <value>CSMR-2020.xml</value>
         </aircraft_exchange_file_name>
         <aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-            <value>../projects/</value>
+            <value>../projects/CSMR/CSMR-2020/</value>
         </aircraft_exchange_file_directory>
         <own_tool_level description="Specify the tool level of this tool">
             <value>3</value>
@@ -40,10 +40,10 @@
             <value>weightAndBalanceAnalysis.log</value>
         </log_file>
         <inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-            <value>DEFAULT</value>
+            <value>../inkscape/</value>
         </inkscape_path>
         <gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-            <value>DEFAULT</value>
+            <value>../gnuplot/</value>
         </gnuplot_path>
         <program_specific_control_settings description="Program specific control settings for this tool">
             <xml_output description="Switch to export module specific data to XML. Switch: true (On) / false (Off)">
@@ -67,14 +67,6 @@
                                 <value>mode_2</value>
                             </method>
                         </inertia>
-                        <aircraft_type description="Aircraft configuration for determination of the nondimensional radii of gyration by Raymer. Selector: blended_wing / jet_fuselage_eng / jet_two_wing_eng / jet_four_wing_eng">
-                            <value>jet_two_wing_eng</value>
-                        </aircraft_type>
-                        <maximum_landing_mass description="Selector for the calculation method of the maximum landing mass. Selector: mode_0 (OME + Payload + Reserve_fuel) / mode_1 (by_regression_RWTH)">
-                            <method description="selected method">
-                                <value>mode_1</value>
-                            </method>
-                        </maximum_landing_mass>
                         <refueling_mode description="Selector to specify if refueling should be done for the design or ferry range mission. Selector: mode_0 (design mission) / mode_1 (ferry range)">
                             <method description="selected method">
                                 <value>mode_0</value>
@@ -90,6 +82,11 @@
                                 <value>mode_0</value>
                             </method>
                         </passengers_boarding_mode>
+                        <loading_mode description="Selector to specify the loading scenario: Selector: mode_0: ref_pass_cargo_def / mode_1: ref_cargo_pass_def / mode_2: cargo_ref_pass_def / mode_3: pass_ref_cargo_def / mode_4: pass_cargo_ref_def">
+                            <method description="selected method">
+                                <value>mode_0</value>
+                            </method>
+                        </loading_mode>                        
                     </calculation_methods>
                 </basic>
             </standard>
diff --git a/wing_design/CMakeLists.txt b/wing_design/CMakeLists.txt
index ec25b1e7c5e33b5243a10ab13366b60c4e102d34..3179e5a643bc1d2211ab7fdb9d9630b8c09a69b2 100644
--- a/wing_design/CMakeLists.txt
+++ b/wing_design/CMakeLists.txt
@@ -13,11 +13,11 @@ set(MODULE_NAME wing_design)
 
 # Conventional tail files
 set(MODULE_SOURCES_TAW
-    src/taw/cantilever/cantileverWingDesignTaw.cpp
     src/taw/tawWingDesignData.cpp
     src/taw/tawWingDesignConfig.cpp
-    src/taw/cantilever/cantileverWingDesignReport.cpp
-    src/taw/cantilever/cantileverWingDesignPlot.cpp
+    src/taw/cantilever_backward/cantileverWingDesignTaw.cpp
+    src/taw/cantilever_backward/cantileverWingDesignReport.cpp
+    src/taw/cantilever_backward/cantileverWingDesignPlot.cpp
 )
 
 set(MODULE_SOURCES_BLENDED_WING_BODY
@@ -53,7 +53,8 @@ find_package(Eigen3 3.3 REQUIRED NO_MODULE)
 
 # Link the runtime libraries
 target_link_libraries(${MODULE_NAME}
-    PUBLIC    
+    PUBLIC
+    PUBLIC
         Eigen3::Eigen
     PRIVATE
         UnicadoLibs::runtimeInfo
@@ -72,7 +73,7 @@ target_include_directories(${MODULE_NAME}
     PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/
     PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/ # <- This is due to the includes in empennage
     PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/bwb/low_fidelity/
-    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/cantilever/
+    PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/taw/cantilever_backward/
 )
 
 # Set the location where the executable will be placed to the current source directory
@@ -87,14 +88,21 @@ endif()
 
 # Add the installation rules
 install (TARGETS ${MODULE_NAME} DESTINATION ${MODULE_NAME})
-install (FILES 
+if(WIN32)
+    install(FILES
             ${MODULE_NAME}_conf.xml 
             gmp-10.dll
             mpfr-6.dll
          DESTINATION ${MODULE_NAME})
+else()
+         install(FILES
+             ${MODULE_NAME}_conf.xml 
+             DESTINATION ${MODULE_NAME})
+endif()
 
 # Find and include all dependet libraries if dynamically linked
 if(BUILD_SHARED_LIBS)
     # Install the runtime dependencies
     install(RUNTIME_DEPENDENCY_SET ${MODULE_NAME}_dependencies)
-endif()
\ No newline at end of file
+endif()
+
diff --git a/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.cpp b/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.cpp
index 66296c8894533605b2777f7ad904a51bfeb2e681..d485d60084ac2f23ad59ae383b23b1f53ce5aaf2 100644
--- a/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.cpp
+++ b/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.h b/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.h
index b93ae5bf22648b03e08b70ada6570e453378ddfc..4b336922c397b85d80f3f2956c7fbe3caf71f345 100644
--- a/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.h
+++ b/wing_design/src/bwb/low_fidelity/lowWingDesignBwb.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/aspectRatioMethods.cpp b/wing_design/src/lib/design_methods/aspectRatioMethods.cpp
index 42ca1688072576c74eacf718791aa149cfb1e4b4..74cae32b525febdd4c00dd1ae494beed1cb77693 100644
--- a/wing_design/src/lib/design_methods/aspectRatioMethods.cpp
+++ b/wing_design/src/lib/design_methods/aspectRatioMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/aspectRatioMethods.h b/wing_design/src/lib/design_methods/aspectRatioMethods.h
index 488059b8775f1561cea79195d24a661c0a85e892..5b0f5eab6eb34925799b8e64d0b8650eeac65b4e 100644
--- a/wing_design/src/lib/design_methods/aspectRatioMethods.h
+++ b/wing_design/src/lib/design_methods/aspectRatioMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/controlDeviceMethods.cpp b/wing_design/src/lib/design_methods/controlDeviceMethods.cpp
index 254c62ee56ba1a9c1d0c91c13b60970a3e67ad1c..466ab944b575e0b30c68c64c581903e5fd5f797c 100644
--- a/wing_design/src/lib/design_methods/controlDeviceMethods.cpp
+++ b/wing_design/src/lib/design_methods/controlDeviceMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/controlDeviceMethods.h b/wing_design/src/lib/design_methods/controlDeviceMethods.h
index 7a73aebc2cac818b3ae5ad1a087452b572783ee6..87a4546ad9c133df076a25ab75332dd81086aafa 100644
--- a/wing_design/src/lib/design_methods/controlDeviceMethods.h
+++ b/wing_design/src/lib/design_methods/controlDeviceMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/dihedralMethods.cpp b/wing_design/src/lib/design_methods/dihedralMethods.cpp
index cc2fcf03417096f31d7c3682795c6384d42eb011..61ed1c263eb0e6695b4c588c1a2b2ba19a745011 100644
--- a/wing_design/src/lib/design_methods/dihedralMethods.cpp
+++ b/wing_design/src/lib/design_methods/dihedralMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,6 +26,7 @@
 #include <unitConversion/constants.h>
 
 #include <map>
+#include <cmath>
 #include <iostream>
 #include <numbers>
 #include <tuple>
@@ -35,17 +36,15 @@
 constexpr double to_degree = 180.0 / std::numbers::pi;
 constexpr double to_radian = std::numbers::pi / 180.0;
 
-std::tuple<double, double> user_defined::dihedral(const double user_dihedral) { return {user_dihedral, user_dihedral}; }
+double user_defined::dihedral(const double user_dihedral) { return user_dihedral; }
 
 double by_wing_position_and_quarter_chord_sweep::dihedral(const std::string& wing_position,
-                                                          const double quarter_chord_sweep, const double mach_design) {
-  const auto [minimum_dihedral, maximum_dihedral] =
-      raymer::dihedral_limitation(wing_position, quarter_chord_sweep, mach_design);
-  return 0.5 * (minimum_dihedral + maximum_dihedral);
+                                                          const double quarter_chord_sweep, const double mach_design, const double raymer_range_value) {
+  return raymer::dihedral_limitation(wing_position, quarter_chord_sweep, mach_design, raymer_range_value);
 }
 
-std::tuple<double, double> raymer::dihedral_limitation(const std::string& wing_position,
-                                                       const double quarter_chord_sweep, const double mach_design) {
+double raymer::dihedral_limitation(const std::string& wing_position,
+                                                       const double quarter_chord_sweep, const double mach_design, const double raymer_range_value) {
   std::map<std::string, std::tuple<double, double>> unswept = {{"low", {5. * geom2::detail::to_radians, 7. * geom2::detail::to_radians}},
                                                                {"mid", {2. * geom2::detail::to_radians, 4. * geom2::detail::to_radians}},
                                                                {"high", {0. * geom2::detail::to_radians, 2. * geom2::detail::to_radians}}};
@@ -58,46 +57,34 @@ std::tuple<double, double> raymer::dihedral_limitation(const std::string& wing_p
                                                                         {"mid", {-5. * geom2::detail::to_radians, 0. * geom2::detail::to_radians}},
                                                                         {"high", {-5. * geom2::detail::to_radians, 0. * geom2::detail::to_radians}}};
 
+  double dihedral;
   if (mach_design < 1.) {
     if (fabs(quarter_chord_sweep) < ACCURACY_MEDIUM) {
-      return unswept[wing_position];
+      const auto [lo, up] = unswept[wing_position];
+      dihedral = std::lerp(lo, up, raymer_range_value);
     } else {
-      return swept_subsonic[wing_position];
+      const auto [lo, up] =  swept_subsonic[wing_position];
+      dihedral = std::lerp(lo, up, raymer_range_value);
     }
   } else {
-    return swept_supersonic[wing_position];
-  }
-}
-
-std::tuple<double, double> howe::dihedral_limitation(const std::string& wing_position,
-                                                     const double quarter_chord_sweep) {
-  std::map<std::string, std::tuple<double, double>> unswept = {{"low", {3. * geom2::detail::to_radians, 5. * geom2::detail::to_radians}},
-                                                               {"mid", {0. * geom2::detail::to_radians, 0. * geom2::detail::to_radians}},
-                                                               {"high", {0. * geom2::detail::to_radians, 0. * geom2::detail::to_radians}}};
-  std::map<std::string, std::tuple<double, double>> swept = {
-      {"low", {0. * to_radian, std::numeric_limits<double>::max()}},
-      {"mid", {std::numeric_limits<double>::lowest(), std::numeric_limits<double>::max()}},
-      {"high", {std::numeric_limits<double>::lowest(), 0. * geom2::detail::to_radians}}};
-  if (fabs(quarter_chord_sweep) < ACCURACY_MEDIUM) {
-    return unswept[wing_position];
-  } else {
-    return swept[wing_position];
+    const auto [up, lo] =  swept_supersonic[wing_position];
+    dihedral = std::lerp(lo, up, raymer_range_value);
   }
+  return dihedral;
 }
 
 double get_design_dihedral(modes dihedral_mode, const std::string& wing_mounting, const double user_dihedral,
-                                 const double quarter_chord_sweep, const double mach_design) {
-  std::map<modes, std::tuple<std::string, std::function<std::tuple<double, double>(void)>>> dihedral_selection = {
+                                 const double quarter_chord_sweep, const double mach_design, const double raymer_range_value) {
+  std::map<modes, std::tuple<std::string, std::function<double(void)>>> dihedral_selection = {
       {"mode_0", {"user_defined", [=]() { return user_defined::dihedral(user_dihedral); }}},
-      {"mode_1",
-       {"raymer", [=]() { return ::raymer::dihedral_limitation(wing_mounting, quarter_chord_sweep, mach_design); }}},
-      {"mode_2", {"howe", [=]() { return ::howe::dihedral_limitation(wing_mounting, quarter_chord_sweep); }}}};
+      {"mode_1", {"raymer", [=]() { return ::raymer::dihedral_limitation(wing_mounting, quarter_chord_sweep, mach_design, raymer_range_value); }}}};
+
 
   const auto [method, limits_method] = dihedral_selection[dihedral_mode];
-  std::tuple<double, double> limits = limits_method();
-  const auto [minimum, maximum] = limits;
-  const double value = 0.5 * (minimum + maximum);
+  const double value = limits_method();
   std::cout << "Dihedral [method]: " << method << "\n";
   std::cout << "Dihedral  [value]: " << value * geom2::detail::to_degrees << " [deg]\n";
   return value;
-}
\ No newline at end of file
+
+
+}
diff --git a/wing_design/src/lib/design_methods/dihedralMethods.h b/wing_design/src/lib/design_methods/dihedralMethods.h
index 3b95d75724607b17122669c55d7ecfaa0118bea3..a496d51bb24f2a53fd55f82ee827de281253ca7f 100644
--- a/wing_design/src/lib/design_methods/dihedralMethods.h
+++ b/wing_design/src/lib/design_methods/dihedralMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,22 +29,18 @@
 using modes = std::string;
 
 namespace user_defined {
-std::tuple<double, double> dihedral(const double user_dihedral);
+double dihedral(const double user_dihedral);
 }
 
 namespace by_wing_position_and_quarter_chord_sweep {
-double dihedral(const std::string& wing_position, const double quarter_chord_sweep, const double mach_design);
+double dihedral(const std::string& wing_position, const double quarter_chord_sweep, const double mach_design, const double raymer_range_value);
 }  // namespace by_wing_position_and_quarter_chord_sweep
 namespace raymer {
-std::tuple<double, double> dihedral_limitation(const std::string& wing_position, const double quarter_chord_sweep,
-                                               const double mach);
-}
-
-namespace howe {
-std::tuple<double, double> dihedral_limitation(const std::string& wing_position, const double quarter_chord_sweep);
+double dihedral_limitation(const std::string& wing_position, const double quarter_chord_sweep,
+                                               const double mach, const double raymer_range_value);
 }
 
 double get_design_dihedral(modes dihedral_mode, const std::string& wing_mounting, const double user_dihedral,
-                           const double quarter_chord_sweep, const double mach_design);
+                           const double quarter_chord_sweep, const double mach_design, const double raymer_range_value);
 
 #endif  // DIHEDRAL_METHODS_H_
diff --git a/wing_design/src/lib/design_methods/relativeKinkPositionMethods.cpp b/wing_design/src/lib/design_methods/relativeKinkPositionMethods.cpp
index 6a3232158aa04f1e92624110213649692e30dd56..0e38fd8cdab96a528ba52627e6198a9bec6777d1 100644
--- a/wing_design/src/lib/design_methods/relativeKinkPositionMethods.cpp
+++ b/wing_design/src/lib/design_methods/relativeKinkPositionMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/relativeKinkPositionMethods.h b/wing_design/src/lib/design_methods/relativeKinkPositionMethods.h
index 80ca1c5ab33b4d0010111e18c1157a71ae8215ce..daf17230d270d57cf6ab6da6de58ffe2130b1a58 100644
--- a/wing_design/src/lib/design_methods/relativeKinkPositionMethods.h
+++ b/wing_design/src/lib/design_methods/relativeKinkPositionMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/sparMethods.cpp b/wing_design/src/lib/design_methods/sparMethods.cpp
index 1b23be2329b1f1f3fbfa29c23256511eeb7c07db..8a10cb68d0f6a5c275a80118e8ffdc313c98bd46 100644
--- a/wing_design/src/lib/design_methods/sparMethods.cpp
+++ b/wing_design/src/lib/design_methods/sparMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/sparMethods.h b/wing_design/src/lib/design_methods/sparMethods.h
index e41c260aa900e37ad0bd8ba9b82e822c01787369..3f1a32f2f950c49a277cb9b199cfa35457c02881 100644
--- a/wing_design/src/lib/design_methods/sparMethods.h
+++ b/wing_design/src/lib/design_methods/sparMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/sweepAngleMethods.cpp b/wing_design/src/lib/design_methods/sweepAngleMethods.cpp
index 66818e6b74091f64b0eeee1df71886845de27acd..df162e04ce5383f88a76f7deb7be042a5630a436 100644
--- a/wing_design/src/lib/design_methods/sweepAngleMethods.cpp
+++ b/wing_design/src/lib/design_methods/sweepAngleMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/sweepAngleMethods.h b/wing_design/src/lib/design_methods/sweepAngleMethods.h
index 9ca8601d5c0583e5a37f317b3435976c033e4041..8145e6bb39dee4013cfa91330d727e88e10f6a93 100644
--- a/wing_design/src/lib/design_methods/sweepAngleMethods.h
+++ b/wing_design/src/lib/design_methods/sweepAngleMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/taperRatioMethods.cpp b/wing_design/src/lib/design_methods/taperRatioMethods.cpp
index f2f980230318d3a0097e2c51348b0342074e1d5f..d5588006b6ddd4f16ed9b30f3fcc7fdff01a58bb 100644
--- a/wing_design/src/lib/design_methods/taperRatioMethods.cpp
+++ b/wing_design/src/lib/design_methods/taperRatioMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/taperRatioMethods.h b/wing_design/src/lib/design_methods/taperRatioMethods.h
index 85a0f7e6a0ade9d20d80cd015e355403de1ea34a..b877e8b2c012ce821ecf69d99b24b21a3029b6be 100644
--- a/wing_design/src/lib/design_methods/taperRatioMethods.h
+++ b/wing_design/src/lib/design_methods/taperRatioMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/wingAreaMethods.cpp b/wing_design/src/lib/design_methods/wingAreaMethods.cpp
index bab9fa346313ccac01a8cebba0d9d647935334ec..5b03bef328904f9b9b99ea8b60bacdefb79e97e9 100644
--- a/wing_design/src/lib/design_methods/wingAreaMethods.cpp
+++ b/wing_design/src/lib/design_methods/wingAreaMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/wingAreaMethods.h b/wing_design/src/lib/design_methods/wingAreaMethods.h
index 24c5d425b175e55f1feb2ae8ed67d708e61e1bfc..c191121295eb9537b64c1a5506f76640c7c643e3 100644
--- a/wing_design/src/lib/design_methods/wingAreaMethods.h
+++ b/wing_design/src/lib/design_methods/wingAreaMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/wingProfileMethods.cpp b/wing_design/src/lib/design_methods/wingProfileMethods.cpp
index 1781e1bcf7d5ab4e6afba9cd303923fc5ad24b51..4fbb19ef9f3728c8d112c29cd4b2b013f9d71672 100644
--- a/wing_design/src/lib/design_methods/wingProfileMethods.cpp
+++ b/wing_design/src/lib/design_methods/wingProfileMethods.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/design_methods/wingProfileMethods.h b/wing_design/src/lib/design_methods/wingProfileMethods.h
index aefa58211010b862e9afb64cab5b6c1a7d4e5817..0d2532316dbd2305ee220512c1893541b91b8e97 100644
--- a/wing_design/src/lib/design_methods/wingProfileMethods.h
+++ b/wing_design/src/lib/design_methods/wingProfileMethods.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/general_methods/bisectionAlgorithm.h b/wing_design/src/lib/general_methods/bisectionAlgorithm.h
index df1559f274e935b03fa755f2a5760a029a3f2263..eff5f077dfdab76882f0462b8a2d8bb5463dcbf2 100644
--- a/wing_design/src/lib/general_methods/bisectionAlgorithm.h
+++ b/wing_design/src/lib/general_methods/bisectionAlgorithm.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/general_methods/icao_faa_codes.h b/wing_design/src/lib/general_methods/icao_faa_codes.h
index 851a130e17199c06dab6adf327b4a63c9204d053..19f1327d829697ad11d2a162df8e538b2d8cbb6b 100644
--- a/wing_design/src/lib/general_methods/icao_faa_codes.h
+++ b/wing_design/src/lib/general_methods/icao_faa_codes.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/general_methods/newtonAlgorithm.h b/wing_design/src/lib/general_methods/newtonAlgorithm.h
index 3ee513afac545e480fe46aeae2ba332f35c46fe5..42e255745990604eb299650e2723d0e0c4fcfb66 100644
--- a/wing_design/src/lib/general_methods/newtonAlgorithm.h
+++ b/wing_design/src/lib/general_methods/newtonAlgorithm.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/io_methods/controlDeviceIO.h b/wing_design/src/lib/io_methods/controlDeviceIO.h
index 46618a84d758bc53e4e4612908bc6041cbad8f09..f334d013e568774b0cbc3170aead8561ff339274 100644
--- a/wing_design/src/lib/io_methods/controlDeviceIO.h
+++ b/wing_design/src/lib/io_methods/controlDeviceIO.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/io_methods/massPropertiesIO.h b/wing_design/src/lib/io_methods/massPropertiesIO.h
index 647505b3c6d3524c4cd17c9d33c62540eacf3041..e99b9689ac8c48bf24a73217810d05554813c2f4 100644
--- a/wing_design/src/lib/io_methods/massPropertiesIO.h
+++ b/wing_design/src/lib/io_methods/massPropertiesIO.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/io_methods/positionIO.h b/wing_design/src/lib/io_methods/positionIO.h
index f92bd7b1af8ba22ca16a2347cf44c1cc4c83ec6c..168f049d21b4d7c5ab467e40ccbaed07b6f248c5 100644
--- a/wing_design/src/lib/io_methods/positionIO.h
+++ b/wing_design/src/lib/io_methods/positionIO.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/io_methods/relativePositionIO.h b/wing_design/src/lib/io_methods/relativePositionIO.h
index f6221c242dae2bd748c445fb9144060a1ecce9ba..3face2eb0bf789201f6d4c7c505c29f1a86c3168 100644
--- a/wing_design/src/lib/io_methods/relativePositionIO.h
+++ b/wing_design/src/lib/io_methods/relativePositionIO.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/lib/io_methods/sparIO.h b/wing_design/src/lib/io_methods/sparIO.h
index 1337a35bed1985fdd1c0272082ec9462c4689c07..e411b3cbd6ede6b4e2a81fd30a846d47f4435355 100644
--- a/wing_design/src/lib/io_methods/sparIO.h
+++ b/wing_design/src/lib/io_methods/sparIO.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/mainWingDesign.cpp b/wing_design/src/mainWingDesign.cpp
index 5720ef6ba881e5bc941dedf4ac135508d513c169..fd72fdcf95448c8c1f40f98c039c05484871658c 100644
--- a/wing_design/src/mainWingDesign.cpp
+++ b/wing_design/src/mainWingDesign.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/taw/cantilever/cantileverWingDesignPlot.cpp b/wing_design/src/taw/cantilever_backward/cantileverWingDesignPlot.cpp
similarity index 99%
rename from wing_design/src/taw/cantilever/cantileverWingDesignPlot.cpp
rename to wing_design/src/taw/cantilever_backward/cantileverWingDesignPlot.cpp
index 0abe7b9a8b7a549eabb97ed84bc2908fb51d7e7e..8fcaf46c30d57c751903f99438e5dc2160bb864f 100644
--- a/wing_design/src/taw/cantilever/cantileverWingDesignPlot.cpp
+++ b/wing_design/src/taw/cantilever_backward/cantileverWingDesignPlot.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@ std::tuple<std::vector<double>,std::vector<double>,std::string> gen_polygon(cons
   return {x,y,object.name};
 }
 namespace taw {
-namespace cantilever {
+namespace cantilever_backward {
 
 
 
diff --git a/wing_design/src/taw/cantilever/cantileverWingDesignReport.cpp b/wing_design/src/taw/cantilever_backward/cantileverWingDesignReport.cpp
similarity index 99%
rename from wing_design/src/taw/cantilever/cantileverWingDesignReport.cpp
rename to wing_design/src/taw/cantilever_backward/cantileverWingDesignReport.cpp
index ba88c99788775da5403838b2169a46e640fe04d3..bddee8e9ca9c59bce504af828b726d09ef79898b 100644
--- a/wing_design/src/taw/cantilever/cantileverWingDesignReport.cpp
+++ b/wing_design/src/taw/cantilever_backward/cantileverWingDesignReport.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 #include "cantileverWingDesignTaw.h"
 
 namespace taw {
-namespace cantilever {
+namespace cantilever_backward {
 void Wing::set_html_body() {
   /* Add box data */
   reporter.htmlReportStream() << "<div class=\"box data\">\n";
diff --git a/wing_design/src/taw/cantilever/cantileverWingDesignTaw.cpp b/wing_design/src/taw/cantilever_backward/cantileverWingDesignTaw.cpp
similarity index 97%
rename from wing_design/src/taw/cantilever/cantileverWingDesignTaw.cpp
rename to wing_design/src/taw/cantilever_backward/cantileverWingDesignTaw.cpp
index 2ac8dd4764ea1ff5344fe3c642a5d980c0248b55..9cb804b27730201912f3c71651b00a5f50085379 100644
--- a/wing_design/src/taw/cantilever/cantileverWingDesignTaw.cpp
+++ b/wing_design/src/taw/cantilever_backward/cantileverWingDesignTaw.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -50,11 +50,11 @@ geom2::AirfoilSection get_rescaled_airfoil_geometry(const std::string& airfoilda
                                                     std::tuple<double, double, std::string> wing_profile_and_thickness);
 
 namespace taw {
-namespace cantilever {
+namespace cantilever_backward {
 Wing::Wing(const std::shared_ptr<RuntimeIO>& rtIO)
     : rtIO(rtIO),
-      config(std::make_shared<taw::cantilever::WingDesignConfig>()),
-      data(std::make_shared<taw::cantilever::WingDesignData>()),
+      config(std::make_shared<taw::cantilever_backward::WingDesignConfig>()),
+      data(std::make_shared<taw::cantilever_backward::WingDesignData>()),
       reporter(rtIO) {
   /* Setup design modes */
   design_mode_runner["mode_0"] = [this]() { standard_design(); };
@@ -66,6 +66,7 @@ Wing::Wing(const std::shared_ptr<RuntimeIO>& rtIO)
 }
 
 void Wing::initialize() {
+  myRuntimeInfo->out << "Wing design method ... cantilever (backward)" << std::endl;
   myRuntimeInfo->out << "Initializing wing design ... [START]" << std::endl;
   /* Create Airfoil directory in project path */
   rtIO->createAirfoilDataDir();
@@ -169,19 +170,9 @@ void Wing::standard_design() {
 
   /* if current aspect ratio exceeds maximum possible aspect ratio -> set aspect ratio to maximum possible aspect ratio
    * and set span to according wing span */
-  if (aspect_ratio > maximum_possible_aspect_ratio) {
-    myRuntimeInfo->warn << "Calculated aspect ratio > maximum_possible_aspect_ratio" << std::endl;
-    myRuntimeInfo->warn << "Switch to maximum possible aspect_ratio" << std::endl;
-    aspect_ratio = maximum_possible_aspect_ratio;
-    span = upper_wing_span;
-  }
-  // Check if current aspect ratio is below lower span limit -> set aspect ratio to minimum possible aspect ratio and
-  // set span to according wing span */
-  if (aspect_ratio < minimum_possible_aspect_ratio) {
-    myRuntimeInfo->warn << "Current aspect ratio breach lower span limit ..." << std::endl;
-    myRuntimeInfo->warn << "Switch to minimum possible aspect_ratio" << std::endl;
-    aspect_ratio = minimum_possible_aspect_ratio;
-    span = lower_wing_span;
+  if (aspect_ratio > maximum_possible_aspect_ratio || aspect_ratio < minimum_possible_aspect_ratio) {
+    myRuntimeInfo->warn << "Calculated aspect ratio out of bounds with regard to icao aerodrome reference" << std::endl;
+    myRuntimeInfo->warn << std::format("Aspect ratio range: {:.2f} <= {:.2f} <= {:.2f}", minimum_possible_aspect_ratio, aspect_ratio, maximum_possible_aspect_ratio) << std::endl;
   }
 
   /* Freeze aspect ratio and span */
@@ -195,7 +186,7 @@ void Wing::standard_design() {
   // Comptue dihedral based on selected mode
   const double installed_dihedral = get_design_dihedral(
       config->dihedral_calculation_mode.value(), data->specification_wing_mounting.value(),
-      config->user_dihedral.value(), installed_quarter_chord_sweep, data->specification_design_mach.value());
+      config->user_dihedral.value(), installed_quarter_chord_sweep, data->specification_design_mach.value(), config->raymer_range_value.value());
 
   // Generate wing
   if (is_wing_kinked) {
@@ -439,10 +430,10 @@ geom2::MultisectionSurface<geom2::AirfoilSection> Wing::calculate_kinked_wing_ge
     if ((half_span * (eta_kink - eta_fuselage) * tan_inner_wing_leading_edge_sweep) >= (1 - taper_ratio_inner)) {
       std::cout << "[OK]" << std::endl;
     } else {
-      throwError(__FILE__,__func__,__LINE__,"Error - trailing edge condition not fulfilled (TE Sweep < 0)");
+      myRuntimeInfo->info << "Trailing edge sweep < 0" << std::endl;
     }
   } else {
-    throwError(__FILE__,__func__,__LINE__,"Error - leading edge condition not fulfilled (LE Sweep inner < LE Sweep outer).");
+    myRuntimeInfo->info << "Leading edge sweep inner < Leading edge sweep outer" << std::endl;
   }
 
   /* Create Sections */
diff --git a/wing_design/src/taw/cantilever/cantileverWingDesignTaw.h b/wing_design/src/taw/cantilever_backward/cantileverWingDesignTaw.h
similarity index 96%
rename from wing_design/src/taw/cantilever/cantileverWingDesignTaw.h
rename to wing_design/src/taw/cantilever_backward/cantileverWingDesignTaw.h
index d6fbf2510b45d60fa3cde2addc2f86c7ca73c799..8507827022d05c4debfdd3db51da2b6a0afba6b2 100644
--- a/wing_design/src/taw/cantilever/cantileverWingDesignTaw.h
+++ b/wing_design/src/taw/cantilever_backward/cantileverWingDesignTaw.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
 
 using modes = std::string;
 namespace taw {
-namespace cantilever {
+namespace cantilever_backward {
 class Wing : public Strategy {
  public:
   Wing(const std::shared_ptr<RuntimeIO>& rtIO);
@@ -211,8 +211,8 @@ class Wing : public Strategy {
 
   std::shared_ptr<Airfoils> airfoils_library;
   const std::shared_ptr<RuntimeIO>& rtIO;
-  const std::shared_ptr<taw::cantilever::WingDesignData> data;
-  const std::shared_ptr<taw::cantilever::WingDesignConfig> config;
+  const std::shared_ptr<taw::cantilever_backward::WingDesignData> data;
+  const std::shared_ptr<taw::cantilever_backward::WingDesignConfig> config;
   Report reporter;
 };
 
diff --git a/wing_design/src/taw/tawWingDesignConfig.cpp b/wing_design/src/taw/tawWingDesignConfig.cpp
index f3946b3357a09146c1714287c53705515167cf05..03b0ae1fe686974867b0027f7ffd384253fea519 100644
--- a/wing_design/src/taw/tawWingDesignConfig.cpp
+++ b/wing_design/src/taw/tawWingDesignConfig.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,89 +22,89 @@
 
 #include "tawWingDesignConfig.h"
 
-taw::cantilever::WingDesignConfig::WingDesignConfig()
+taw::cantilever_backward::WingDesignConfig::WingDesignConfig()
     : wing_design_mode(EndnodeReadOnly<std::string>("program_settings/modes/design_mode")),
       wing_mass_mode(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/mass/method")),
+          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/mass/method")),
       wing_configuration_mode(EndnodeReadOnly<std::string>("program_settings/tube_and_wing/wing_configuration")),
       wing_area_calculation_mode(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/wing_area/method")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/wing_area/method")),
       user_wing_area(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/wing_area/parameters/mode_0/wing_area")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/wing_area/parameters/mode_0/wing_area")),
       sweep_calculation_mode(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/sweep/method")),
+          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/sweep/method")),
       user_sweep_angle_at_quarter_chord(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/sweep/parameters/mode_0/sweep_angle")),
-      korn_technology_factor(EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/sweep/parameters/mode_0/sweep_angle")),
+      korn_technology_factor(EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                                      "sweep/parameters/mode_1/korn_technology_factor")),
       delta_drag_divergence_to_mach_design(
-          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever/calculation_methods/sweep/parameters/"
+          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/sweep/parameters/"
                                   "mode_1/delta_drag_divergence_to_mach_design")),
       taper_ratio_calculation_mode(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/taper_ratio/method")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/taper_ratio/method")),
       user_taper_ratio(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/taper_ratio/parameters/mode_0/taper_ratio")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/taper_ratio/parameters/mode_0/taper_ratio")),
       aspect_ratio_calculation_mode(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/aspect_ratio/method")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/aspect_ratio/method")),
       user_aspect_ratio(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/aspect_ratio/parameters/mode_0/aspect_ratio")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/aspect_ratio/parameters/mode_0/aspect_ratio")),
       dihedral_calculation_mode(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/dihedral/method")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/dihedral/method")),
       user_dihedral(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/dihedral/parameters/mode_0/dihedral_angle")),
-      dihedral_limitation_mode(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/dihedral/"
-                                       "parameters/mode_1/dihedral_limitation")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/dihedral/parameters/mode_0/dihedral_angle")),
+      raymer_range_value(
+          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/dihedral/"
+                                       "parameters/mode_1/raymer_range_value")),
       relative_kink_position_calculation_mode(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/relative_kink_position/method")),
-      user_relative_kink(EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/relative_kink_position/method")),
+      user_relative_kink(EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                                  "relative_kink_position/parameters/mode_0/relative_kink_position")),
       user_max_inner_trailing_edge_sweep(
-          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                   "relative_kink_position/parameters/mode_0/maximum_inner_trailing_edge_sweep")),
       track_based_initial_relative_kink(
-          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                   "relative_kink_position/parameters/mode_1/initial_relative_kink_position")),
       track_based_max_inner_trailing_edge_sweep(
-          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                   "relative_kink_position/parameters/mode_1/maximum_inner_trailing_edge_sweep")),
       wing_profile_and_thickness_calculation_mode(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                        "wing_profile_and_thickness_distribution/method")),
       torenbeek_jenkinson_wing_profile(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                        "wing_profile_and_thickness_distribution/parameters/mode_1/wing_profile")),
       max_thickness_to_chord_ratio(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/wing_profile_and_thickness_distribution/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/wing_profile_and_thickness_distribution/"
           "parameters/mode_1/max_thickness_to_chord_ratio")),
       airfoil_critical_factor(
-          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever/calculation_methods/"
+          EndnodeReadOnly<double>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/"
                                   "wing_profile_and_thickness_distribution/parameters/mode_1/airfoil_critical_factor")),
       control_device_mode(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/control_devices/method")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/control_devices/method")),
       high_lift_device_type_leading_edge(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/control_devices/"
+          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/control_devices/"
                                        "parameters/mode_1/high_lift_device_type_leading_edge")),
       high_lift_device_type_trailing_edge(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/control_devices/"
+          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/control_devices/"
                                        "parameters/mode_1/high_lift_device_type_trailing_edge")),
       spars_mode(
-          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever/calculation_methods/spars/method")),
+          EndnodeReadOnly<std::string>("program_settings/tube_and_wing/cantilever_backward/calculation_methods/spars/method")),
       flops_fstrt(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/mass/parameters/mode_0/fstrt")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/mass/parameters/mode_0/fstrt")),
       flops_faert(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/mass/parameters/mode_0/faert")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/mass/parameters/mode_0/faert")),
       flops_fcomp(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/mass/parameters/mode_0/fcomp")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/mass/parameters/mode_0/fcomp")),
       flops_technology_factor(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/mass/parameters/mode_0/technology_factor")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/mass/parameters/mode_0/technology_factor")),
       chiozzotto_technology_factor(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/mass/parameters/mode_1/technology_factor")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/mass/parameters/mode_1/technology_factor")),
       chiozzotto_material(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/mass/parameters/mode_1/material")),
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/mass/parameters/mode_1/material")),
       common_airfoil_data_path(EndnodeReadOnly<std::string>("module_configuration_file/program_settings/additional_directory_paths/common_airfoil_data_path")) {}
 
-void taw::cantilever::WingDesignConfig::read(const node& xml) {
+void taw::cantilever_backward::WingDesignConfig::read(const node& xml) {
   wing_design_mode.read(xml);
   wing_mass_mode.read(xml);
   wing_configuration_mode.read(xml);
@@ -120,7 +120,7 @@ void taw::cantilever::WingDesignConfig::read(const node& xml) {
   user_aspect_ratio.read(xml);
   dihedral_calculation_mode.read(xml);
   user_dihedral.read(xml);
-  dihedral_limitation_mode.read(xml);
+  raymer_range_value.read(xml);
   relative_kink_position_calculation_mode.read(xml);
   user_relative_kink.read(xml);
   user_max_inner_trailing_edge_sweep.read(xml);
@@ -148,7 +148,7 @@ void taw::cantilever::WingDesignConfig::read(const node& xml) {
     int to_count = 0;
     do {
       result = xml.find(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/wing_profile_and_thickness_distribution/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/wing_profile_and_thickness_distribution/"
           "parameters/mode_0/wing_profile_and_thickness@" +
           std::to_string(to_count));
       to_count++;
@@ -157,15 +157,15 @@ void taw::cantilever::WingDesignConfig::read(const node& xml) {
     for (int i = 0; i < to_count; ++i) {
       std::string id = std::to_string(i);
       user_wing_profiles.push_back(EndnodeReadOnly<std::string>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/wing_profile_and_thickness_distribution/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/wing_profile_and_thickness_distribution/"
           "parameters/mode_0/wing_profile_and_thickness@" +
           id + "/wing_profile"));
       user_thickness_to_chord.push_back(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/wing_profile_and_thickness_distribution/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/wing_profile_and_thickness_distribution/"
           "parameters/mode_0/wing_profile_and_thickness@" +
           id + "/thickness_to_chord/ratio"));
       user_eta.push_back(EndnodeReadOnly<double>(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/wing_profile_and_thickness_distribution/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/wing_profile_and_thickness_distribution/"
           "parameters/mode_0/wing_profile_and_thickness@" +
           id + "/thickness_to_chord/at_half_span"));
       user_wing_profiles[i].read(xml);
@@ -182,7 +182,7 @@ void taw::cantilever::WingDesignConfig::read(const node& xml) {
     int to_count = 0;
     do {
       result = xml.find(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/control_devices/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/control_devices/"
           "parameters/mode_0/control_device@" +
           std::to_string(to_count));
       to_count++;
@@ -190,7 +190,7 @@ void taw::cantilever::WingDesignConfig::read(const node& xml) {
     to_count--;
     for (int i = 0; i < to_count; ++i) {
       user_defined_control_devices.push_back(
-          ControlDevice("program_settings/tube_and_wing/cantilever/calculation_methods/control_devices/"
+          ControlDevice("program_settings/tube_and_wing/cantilever_backward/calculation_methods/control_devices/"
                         "parameters/mode_0/control_device@" +
                         std::to_string(i) + "/"));
       user_defined_control_devices.back().read(xml);
@@ -202,7 +202,7 @@ void taw::cantilever::WingDesignConfig::read(const node& xml) {
     int to_count = 0;
     do {
       result = xml.find(
-          "program_settings/tube_and_wing/cantilever/calculation_methods/spars/"
+          "program_settings/tube_and_wing/cantilever_backward/calculation_methods/spars/"
           "parameters/mode_0/spar@" +
           std::to_string(to_count));
       to_count++;
@@ -210,7 +210,7 @@ void taw::cantilever::WingDesignConfig::read(const node& xml) {
     to_count--;
     for (int i = 0; i < to_count; ++i) {
       user_defined_spars.push_back(
-          Spar("program_settings/tube_and_wing/cantilever/calculation_methods/spars/"
+          Spar("program_settings/tube_and_wing/cantilever_backward/calculation_methods/spars/"
                "parameters/mode_0/spar@" +
                std::to_string(i) + "/"));
       user_defined_spars.back().read(xml);
diff --git a/wing_design/src/taw/tawWingDesignConfig.h b/wing_design/src/taw/tawWingDesignConfig.h
index b34bcc5160001ae2986492ba2b284232642cc1e1..49954ec95211eedc4efd404954f13069cd28120b 100644
--- a/wing_design/src/taw/tawWingDesignConfig.h
+++ b/wing_design/src/taw/tawWingDesignConfig.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 #include "lib/io_methods/sparIO.h"
 
 namespace taw {
-namespace cantilever {
+namespace cantilever_backward {
 
 #include <aixml/endnode.h>
 
@@ -67,8 +67,8 @@ class WingDesignConfig {
 
   /* Data for method - dihedral calculation*/
   EndnodeReadOnly<std::string> dihedral_calculation_mode;
-  EndnodeReadOnly<std::string> dihedral_limitation_mode;
   EndnodeReadOnly<double> user_dihedral;
+  EndnodeReadOnly<double> raymer_range_value;
 
   EndnodeReadOnly<std::string> relative_kink_position_calculation_mode;
   EndnodeReadOnly<double> user_relative_kink;
diff --git a/wing_design/src/taw/tawWingDesignData.cpp b/wing_design/src/taw/tawWingDesignData.cpp
index d3e667a065e6e3b1d2e1bf9788d8b38208c54baa..8b853df9bc0c39c8e2255f473c172f8a54bdf001 100644
--- a/wing_design/src/taw/tawWingDesignData.cpp
+++ b/wing_design/src/taw/tawWingDesignData.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 #include <aircraftGeometry2/fuselage.h>
 #include <aircraftGeometry2/io/convert.h>
 
-taw::cantilever::WingDesignData::WingDesignData()
+taw::cantilever_backward::WingDesignData::WingDesignData()
     : specification_icao_aerodrome_reference_code(
           EndnodeReadOnly<std::string>("requirements_and_specifications/requirements/top_level_aircraft_requirements/"
                                        "icao_aerodrome_reference_code")),
@@ -48,7 +48,7 @@ taw::cantilever::WingDesignData::WingDesignData()
       wing_mass_properties(MassPropertiesIO("component_design/wing", "wing")),
       wing_position(PositionIO("component_design/wing/position", "wing")) {}
 
-void taw::cantilever::WingDesignData::read(const node& xml) {
+void taw::cantilever_backward::WingDesignData::read(const node& xml) {
   specification_icao_aerodrome_reference_code.read(xml);
   specification_wing_mounting.read(xml);
   specification_landing_gear_mounting.read(xml);
@@ -61,7 +61,7 @@ void taw::cantilever::WingDesignData::read(const node& xml) {
   read_wing_mounted_engine_information(xml);
 }
 
-void taw::cantilever::WingDesignData::read_wing_mounted_engine_information(const node& xml) {
+void taw::cantilever_backward::WingDesignData::read_wing_mounted_engine_information(const node& xml) {
   auto propulsors_reqs = xml.getVector("aircraft_exchange_file/requirements_and_specifications/design_specification/propulsion/propulsor",1);
 
   std::vector<int> wing_mounted_engine_ids;
@@ -104,7 +104,7 @@ void taw::cantilever::WingDesignData::read_wing_mounted_engine_information(const
 
 }
 
-void taw::cantilever::WingDesignData::read_fuselage(std::filesystem::path path,
+void taw::cantilever_backward::WingDesignData::read_fuselage(std::filesystem::path path,
                                                     std::filesystem::path geometry_data_dir) {
   std::shared_ptr<node> acxml = aixml::openDocument(path);
   geom2::FuselageFactory fuselage_factory{acxml, geometry_data_dir};
@@ -112,7 +112,7 @@ void taw::cantilever::WingDesignData::read_fuselage(std::filesystem::path path,
   fuselage = fuselage_factory.create("fuselage/specific/geometry/fuselage@0");
 }
 
-void taw::cantilever::WingDesignData::update_wing(node& xml) {
+void taw::cantilever_backward::WingDesignData::update_wing(node& xml) {
   geom2::io::SurfaceType io = geom2::io::Wing(wing);
   const std::string path_to_geometry = "component_design/wing/specific/geometry";
   std::visit(geom2::io::AixmlConverter(xml[path_to_geometry],
@@ -120,7 +120,7 @@ void taw::cantilever::WingDesignData::update_wing(node& xml) {
              io);
 }
 
-void taw::cantilever::WingDesignData::update_spars(node& xml) {
+void taw::cantilever_backward::WingDesignData::update_spars(node& xml) {
   for (size_t i = 0; i < spars.size(); ++i) {
     geom2::io::SurfaceType io_spar = geom2::io::Spar(spars[i]);
     const std::string path_to_spars = "component_design/wing/specific/geometry/aerodynamic_surface@0/parameters/spars";
@@ -131,7 +131,7 @@ void taw::cantilever::WingDesignData::update_spars(node& xml) {
   }
 }
 
-void taw::cantilever::WingDesignData::update_control_devices(node& xml) {
+void taw::cantilever_backward::WingDesignData::update_control_devices(node& xml) {
   for (size_t i = 0; i < control_devices.size(); ++i) {
     geom2::io::SurfaceType io_control_device = geom2::io::ControlDevice(control_devices[i]);
     const std::string path_to_control_devices = "component_design/wing/specific/geometry/aerodynamic_surface@0/parameters/control_devices";
@@ -152,7 +152,7 @@ void taw::cantilever::WingDesignData::update_control_devices(node& xml) {
   }
 }
 
-void taw::cantilever::WingDesignData::update(node& xml) {
+void taw::cantilever_backward::WingDesignData::update(node& xml) {
   auto tmp = xml.find("component_design/wing");
   if (tmp != nullptr) {
     tmp->deleteChildren();
diff --git a/wing_design/src/taw/tawWingDesignData.h b/wing_design/src/taw/tawWingDesignData.h
index 44d059e8dcb392cc21a24c605153ccb4d7ed544e..13f22864a2ba599d90a4c83bbb0296eab5764ed4 100644
--- a/wing_design/src/taw/tawWingDesignData.h
+++ b/wing_design/src/taw/tawWingDesignData.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
 #include "lib/io_methods/massPropertiesIO.h"
 #include "lib/io_methods/positionIO.h"
 namespace taw {
-namespace cantilever {
+namespace cantilever_backward {
 class WingDesignData {
  public:
   WingDesignData();
diff --git a/wing_design/src/toolinfo.h b/wing_design/src/toolinfo.h
index 0843dc07d2c7427561d1757c7b2b12821f2462d8..d46fcd2b4d7b2f964aae71d0187b190e77b3f587 100644
--- a/wing_design/src/toolinfo.h
+++ b/wing_design/src/toolinfo.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/src/wingDesign.cpp b/wing_design/src/wingDesign.cpp
index 16b197fcd3d2ae59ac67022c2e42dd1f47cd3f75..9a9abf346152ce3724ef1d4907183db609d013eb 100644
--- a/wing_design/src/wingDesign.cpp
+++ b/wing_design/src/wingDesign.cpp
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -34,15 +34,15 @@
 WingDesign::WingDesign(const int argc, char *argv[], const std::string &toolName, const std::string &toolVersion)
     : Module(argc, argv, toolName, toolVersion) {
   std::string configuration = rtIO_->aircraft_configuration_type();
-  std::string wing_type = "cantilever";
-  
+  std::string wing_type_mode = EndnodeReadOnly<std::string>("program_settings/" + configuration + "/wing_configuration").read(rtIO_->moduleConfig).value();
+
   /* Register existing strategies */
   /* tube and wing strategies */
-  strategy.registerStrategy<taw::cantilever::Wing>({"tube_and_wing", "cantilever"});
+  strategy.registerStrategy<taw::cantilever_backward::Wing>({"tube_and_wing", "mode_0"});
 
   /* blended wing body strategies */
-  strategy.registerStrategy<bwb::low::Wing>({"blended_wing_body", "cantilever"});
-  
+  strategy.registerStrategy<bwb::low::Wing>({"blended_wing_body", "mode_0"});
+
   /* Set desired strategy */
-  strategy.setStrategy({configuration, wing_type}, rtIO_);
+  strategy.setStrategy({configuration, wing_type_mode}, rtIO_);
 }
diff --git a/wing_design/src/wingDesign.h b/wing_design/src/wingDesign.h
index f19c9d0c38a5d9d56ed9a4478431c087ce8d51fb..3cd0d45b70aea2e2c8f58ea95f9fef198891f76e 100644
--- a/wing_design/src/wingDesign.h
+++ b/wing_design/src/wingDesign.h
@@ -1,7 +1,7 @@
 /*
  * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * Copyright (C) 2024 UNICADO consortium
+ * Copyright (C) 2025 UNICADO consortium
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/wing_design/wing_design_conf.xml b/wing_design/wing_design_conf.xml
index a52d58ff5c8749c4ded8919993586830358cfa25..bb76e02397984c248ea3cb97e6c7d354b7897199 100644
--- a/wing_design/wing_design_conf.xml
+++ b/wing_design/wing_design_conf.xml
@@ -2,10 +2,10 @@
 <module_configuration_file name="wing_design_conf.xml">
 	<control_settings description="General control settings for this tool">
 		<aircraft_exchange_file_name description="Specify the name of the exchange file">
-            <value>csmr-2020.xml</value>
+            <value>CSMR-2020.xml</value>
         </aircraft_exchange_file_name>
 		<aircraft_exchange_file_directory description="Specify the direction in which the aircraft exchange file can be found">
-			<value>../projects/</value>
+			<value>../projects/CSMR/CSMR-2020/</value>
 		</aircraft_exchange_file_directory>
 		<own_tool_level description="Specify the tool level of this tool">
 			<value>1</value>
@@ -40,10 +40,10 @@
 			<value>wing_design.log</value>
 		</log_file>
 		<inkscape_path description="Path to the inkscape application (DEFAULT: Use inkscape from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../inkscape/</value>
 		</inkscape_path>
 		<gnuplot_path description="Path to the gnuplot application (DEFAULT: Use gnuplot from the UNICADO repo structure)">
-			<value>DEFAULT</value>
+			<value>../gnuplot/</value>
 		</gnuplot_path>
 	</control_settings>
   <program_settings>
@@ -53,10 +53,10 @@
 			</design_mode>
 		</modes>
 		<tube_and_wing description="settings for tube and wing (TAW)">
-			<wing_configuration description="selector mode_0: cantilever">
+			<wing_configuration description="selector mode_0: cantilever_backward">
 				<value>mode_0</value>
 			</wing_configuration>
-			<cantilever description="cantilever design information">
+			<cantilever_backward description="cantilever design information">
 				<calculation_methods description="calculation methods for specific parameter">
 					<wing_area description="wing area calculation method">
 						<method description="selector mode_0: user_defined, mode_1: by_loading_and_mtom">
@@ -80,9 +80,9 @@
 						<parameters description="sweep method parameters">
 							<mode_0 description="user_defined">
 								<sweep_angle description="sweep angle at quarter chord">
-									<value>27</value>
+									<value>25</value>
 									<unit>deg</unit>
-									<lower_boundary>-60</lower_boundary>
+									<lower_boundary>0</lower_boundary>
 									<upper_boundary>60</upper_boundary>
 								</sweep_angle>
 							</mode_0>
@@ -131,9 +131,12 @@
 								</dihedral_angle>
 							</mode_0>
 							<mode_1 description="by_wing_position_and_quarter_chord_sweep">
-								<dihedral_limitation description="selector mode_0: raymer, mode_1: howe">
-									<value>mode_0</value>
-								</dihedral_limitation>
+								<raymer_range_value description="linear interpolation from lowest to highest dihedral value according to raymer limits">
+									<value>0.25</value>
+									<unit>1</unit>
+									<lower_boundary>0.0</lower_boundary>
+									<upper_boundary>1.0</upper_boundary>
+								</raymer_range_value>
 							</mode_1>
 						</parameters>
 					</dihedral>
@@ -147,7 +150,7 @@
 									<value>10.3</value>
 									<unit>1</unit>
 									<lower_boundary>6</lower_boundary>
-									<upper_boundary>15</upper_boundary>
+									<upper_boundary>20</upper_boundary>
 								</aspect_ratio>
 							</mode_0>
 						</parameters>
@@ -167,8 +170,8 @@
 								<maximum_inner_trailing_edge_sweep description="maximum inner trailing edge sweep - sets maximum possible inner trailing edge sweep">
 									<value>3.0</value>
 									<unit>deg</unit>
-									<lower_boundary>0.0</lower_boundary>
-									<upper_boundary>20.0</upper_boundary>
+									<lower_boundary>-30.0</lower_boundary>
+									<upper_boundary>30.0</upper_boundary>
 								</maximum_inner_trailing_edge_sweep>
 							</mode_0>
 							<mode_1>
@@ -722,7 +725,7 @@
 						</parameters>
 					</spars>
 				</calculation_methods>
-			</cantilever>
+			</cantilever_backward>
 		</tube_and_wing>
 		<blended_wing_body>
 			<fidelity_selection description="selection of fidelity level">