Skip to content
Snippets Groups Projects
Commit 69c0ac69 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

change values

parent 31942c8b
No related branches found
No related tags found
1 merge request!548change values
......@@ -33,11 +33,11 @@ export class RiskTargetsComponent {
},
{
td: [riskTargets.beta.toPrecision(4)],
th: 'Standard deviation of fragility curve',
th: 'Standard deviation of fragility curve (beta value)',
},
{
td: [riskTargets.condCollapseProb.toPrecision(4)],
th: 'Target conditional collapse fragility percentile',
th: 'Target conditional collapse probability (decimal)',
},
{
td: [`${riskTargets.riskTgt_Annual.toExponential(4)} yr^-1`],
......@@ -45,7 +45,7 @@ export class RiskTargetsComponent {
},
{
td: [riskTargets.tgtCollapseRisk_T.toPrecision(4)],
th: 'Target risk of collapse over the specified time horizon',
th: 'Target collapse probability (decimal) over the specified time horizon',
},
{
td: [`${riskTargets.timeHorizon_Yr} years`],
......
......@@ -26,27 +26,27 @@ export class RtgmSummaryComponent {
return [
{
td: [`${summary.uhgm.toPrecision(4)}g`],
th: 'Uniform hazard ground motion',
td: [`${summary.uhgm.toPrecision(4)} g`],
th: 'Uniform hazard ground motion (UHGM)',
},
{
td: [`${summary.rtgm.toFixed(4)}g`],
th: 'Risk-targeted ground motion',
td: [`${summary.rtgm.toFixed(4)} g`],
th: 'Risk-targeted ground motion (RTGM)',
},
{
td: [summary.riskCoeff.toPrecision(4)],
th: 'Risk Coefficient (RTGM / UHGM)',
},
{
td: [summary.colRisk_annual.toExponential(4)],
td: [`${summary.colRisk_annual.toExponential(4)} yr^-1`],
th: 'Annualized collapse risk',
},
{
td: [summary.colRisk_T.toPrecision(4)],
th: `collapse risk over ${summary.timePeriod} years`,
th: 'Collapse probability (decimal) over specified time horizon',
},
{
td: [summary.timePeriod],
td: [`${summary.timePeriod} years`],
th: 'Time horizon over which collapse risk is to be determined',
},
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment