eidoom commited on
Commit
3eb1d10
1 Parent(s): 64271fb

add ps cfg

Browse files
Files changed (1) hide show
  1. ps.json +10 -0
ps.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "phase_space": {
3
+ "scale": 10.0,
4
+ "const": 10.0,
5
+ "cut": {
6
+ "physical": 0.1,
7
+ "spurious": 0.1
8
+ }
9
+ }
10
+ }