.
This commit is contained in:
parent
a6aed4fcc5
commit
6a2eb1ffae
2 changed files with 16 additions and 10 deletions
22
data.py
22
data.py
|
@ -70,13 +70,19 @@ daddario_nickle_wound = ( # XL
|
||||||
('DANW080' , .00115011),
|
('DANW080' , .00115011),
|
||||||
)
|
)
|
||||||
|
|
||||||
circle_k_plain = (
|
kalium_plain = (
|
||||||
('CKPL008', .000014240),
|
('CKPL008 ',.0000142401458191),
|
||||||
('CKPL009', .000018022),
|
('CKPL0085',.00001607510288),
|
||||||
('CKPL010', .000022252),
|
('CKPL009', .0000180219146483),
|
||||||
('CKPL011', .000026925),
|
('CKPL0095',.00002008032129),
|
||||||
('CKPL012', .000032039),
|
('CKPL010', .0000222518914107),
|
||||||
('CKPL013', .000037605),
|
('CKPL0105',.00002453144932),
|
||||||
|
('CKPL011', .0000269251480883),
|
||||||
|
('CKPL0115',.00002942561205),
|
||||||
|
('CKPL012', .0000320389593746),
|
||||||
|
('CKPL0125',.00003476567932),
|
||||||
|
('CKPL013', .0000376052948255),
|
||||||
|
('CKPL0135',.00004055150041),
|
||||||
('CKPL014', .000043607),
|
('CKPL014', .000043607),
|
||||||
('CKPL015', .000050050),
|
('CKPL015', .000050050),
|
||||||
('CKPL016', .000056961),
|
('CKPL016', .000056961),
|
||||||
|
@ -89,7 +95,7 @@ circle_k_plain = (
|
||||||
('CKPL023', .000117702),
|
('CKPL023', .000117702),
|
||||||
)
|
)
|
||||||
|
|
||||||
circle_k_hybrid_wound = (
|
kalium_hybrid_wound = (
|
||||||
('CKHW021', .000093873),
|
('CKHW021', .000093873),
|
||||||
('CKHW022', .000103500),
|
('CKHW022', .000103500),
|
||||||
('CKHW023', .000113985),
|
('CKHW023', .000113985),
|
||||||
|
|
|
@ -6,8 +6,8 @@ from notes import note2freq
|
||||||
stock = []
|
stock = []
|
||||||
stock += daddario_plain_steel
|
stock += daddario_plain_steel
|
||||||
stock += daddario_nickle_wound
|
stock += daddario_nickle_wound
|
||||||
stock += circle_k_plain
|
stock += kalium_plain
|
||||||
stock += circle_k_hybrid_wound
|
stock += kalium_hybrid_wound
|
||||||
|
|
||||||
uw_const = 386.4
|
uw_const = 386.4
|
||||||
def uw2tension(uw, freq, SL):
|
def uw2tension(uw, freq, SL):
|
||||||
|
|
Loading…
Reference in a new issue