Skip to content

Commit

Permalink
Implement new method to calc LP and BP
Browse files Browse the repository at this point in the history
Implement new method to calculate linkage priority (LP) and blended priority (BP). New approach seeks to overcome issues where linkages overlap. See issue #54.
  • Loading branch information
dkav committed Jan 16, 2019
1 parent 99da3da commit 99004ca
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 272 deletions.
4 changes: 3 additions & 1 deletion toolbox/scripts/lm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@ def config_lp(config, arg):
config.CAVWEIGHT = float(arg[30])
config.ECIVWEIGHT = float(arg[31])
config.CEDWEIGHT = float(arg[32])
config.PROPCSPKEEP = float(arg[33])

# CPS Trim Value
config.CPSNORM_CUTOFF = nullfloat(arg[33])

# Blended Priority Options
# ------------------------
Expand Down
Loading

0 comments on commit 99004ca

Please sign in to comment.