1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-23 02:38:51 -05:00
catima/bin/c2.js

20 lines
329 B
JavaScript
Raw Normal View History

2018-04-12 19:12:45 -04:00
{
2018-04-13 12:07:40 -04:00
"projectile":[11.99671, 6],
2018-04-12 19:12:45 -04:00
"energy":{
"min": 100,
"max": 1000,
"step": 100
},
2018-04-13 12:07:40 -04:00
"material":[{"A":12.0107,
2018-04-12 19:12:45 -04:00
"Z":6,
"thickness":1.0
},
{
2018-04-13 12:07:40 -04:00
"A":55.845,
2018-04-12 19:12:45 -04:00
"Z":26,
"density":7.8,
"thickness":0.05
}
]
}