generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #512 from ut-issl/develop
Merge develop to main for Major update v7.0.0
- Loading branch information
Showing
202 changed files
with
6,124 additions
and
3,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
--- | ||
name: Action Item | ||
about: For Action Item management | ||
about: Create an action item | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Overview | ||
Write briefly. | ||
|
||
## Details | ||
Write in detail. | ||
Provide a detailed description of the issue. | ||
|
||
## Conditions for close | ||
When xxx is complete. | ||
## Closing conditions | ||
Provide the conditions that must be met for the issue to be closed. | ||
|
||
## Supplement | ||
Write additional comments if you need. | ||
## Supplementary information | ||
Provide any supplementary information. | ||
|
||
## Note | ||
- If there are related Projects, tie them together. | ||
- Set `priority` label if possible. | ||
- Assignees should be set if possible. | ||
- Write a conclusion when closing the issue. | ||
- Provide a conclusion before closing the issue. | ||
<!-- | ||
- Link the issue to any related projects if applicable. | ||
- Assign the appropriate member(s) to this pull request as `Assignees`. | ||
- Apply the `priority` label. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
## Overview | ||
Write briefly. | ||
## Related issues | ||
Mention any issues that this pull request is related (e.g., #1). Consider using the `development` field if you want to close the issue automatically when this pull request is merged. | ||
|
||
## Issue | ||
- Related issues | ||
## Description | ||
Provide a detailed description of this pull request. | ||
|
||
## Details | ||
Write in detail. | ||
## Test results | ||
Provide the test results and a link to the detailed results log. | ||
|
||
## Validation results | ||
Link to tests or validation results. | ||
## Impact | ||
Describe the scope of influence of the changes, e.g., `The behavior of feature ** changes.` | ||
|
||
## Scope of influence | ||
eg. The behavior of XX will be change. | ||
|
||
## Supplement | ||
Write additional comments if you need. | ||
## Supplementary information | ||
Provide any supplementary information. | ||
|
||
<!-- | ||
## Note | ||
- If there are related Projects, tie them together. | ||
- Assignees should be set if possible. | ||
- Reviewers should be set if possible. | ||
- Set `priority` label if possible. | ||
- No need to select `Reviewers` because it is automatically assigned. | ||
- Assign the appropriate member(s) to this pull request as `Assignees`. | ||
- Apply the `priority` label. | ||
- Link the issue to any related projects if applicable. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
data/sample/initialize_files/components/component_interference.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[MTQ_MAGNETOMETER_INTERFERENCE_0] | ||
|
||
// x: MTQ output vector at MTQ component frame [Am2] | ||
// y: Additional bias at magnetometer component frame [nT] | ||
// A1, A2, ...: Polynomial coefficients defined in this file | ||
// ** measns Hadamard product | ||
// y = A1 * x + A2 * x ** x + A3 * x ** x ** x ... | ||
|
||
polynomial_degree = 1 | ||
|
||
// We do not have zero coefficients | ||
|
||
// 1st coefficients of additional bias A1 [nT/Am2] | ||
additional_bias_by_mtq_coefficients_1(0) = 10000.0 // MTQ X -> Magnetometer X | ||
additional_bias_by_mtq_coefficients_1(1) = -20000.0 // MTQ X -> Magnetometer Y | ||
additional_bias_by_mtq_coefficients_1(2) = 30000.0 // MTQ X -> Magnetometer Z | ||
additional_bias_by_mtq_coefficients_1(3) = 40000.0 // MTQ Y -> Magnetometer X | ||
additional_bias_by_mtq_coefficients_1(4) = -50000.0 // MTQ Y -> Magnetometer Y | ||
additional_bias_by_mtq_coefficients_1(5) = 60000.0 // MTQ Y -> Magnetometer Z | ||
additional_bias_by_mtq_coefficients_1(6) = 70000.0 // MTQ Z -> Magnetometer X | ||
additional_bias_by_mtq_coefficients_1(7) = -80000.0 // MTQ Z -> Magnetometer Y | ||
additional_bias_by_mtq_coefficients_1(8) = 90000.0 // MTQ Z -> Magnetometer Z | ||
|
||
// 2nd coefficients of additional bias A2 [nT/Am2^2] | ||
additional_bias_by_mtq_coefficients_2(0) = -10000.0 // MTQ X -> Magnetometer X | ||
additional_bias_by_mtq_coefficients_2(1) = 20000.0 // MTQ X -> Magnetometer Y | ||
additional_bias_by_mtq_coefficients_2(2) = -30000.0 // MTQ X -> Magnetometer Z | ||
additional_bias_by_mtq_coefficients_2(3) = -40000.0 // MTQ Y -> Magnetometer X | ||
additional_bias_by_mtq_coefficients_2(4) = 50000.0 // MTQ Y -> Magnetometer Y | ||
additional_bias_by_mtq_coefficients_2(5) = -60000.0 // MTQ Y -> Magnetometer Z | ||
additional_bias_by_mtq_coefficients_2(6) = -70000.0 // MTQ Z -> Magnetometer X | ||
additional_bias_by_mtq_coefficients_2(7) = 80000.0 // MTQ Z -> Magnetometer Y | ||
additional_bias_by_mtq_coefficients_2(8) = -90000.0 // MTQ Z -> Magnetometer Z |
Oops, something went wrong.