Commit 8c56ac20 authored by Poarch, Sandra's avatar Poarch, Sandra
Browse files

Upload New File

parent 6a12e600
Loading
Loading
Loading
Loading
+49 −0
Original line number Diff line number Diff line
=shell
 ln -sf /Users/2mx/scale-data-63x/scale.rev12.xn28g19v7.1 ft10f001
end

' extract only H-1, O-16, U-235, U-238 from master lib
' so that the filter output is not so long
=ajax  
0$$  20  e 
1$$  1  e t 
2$$  10  4  e t 
3$$  1001 8016 92235 92238  e 
4$$  1001 8016 92235 92238  e 
6$$  -1 -1 -1 -1  e 
7$$  -1 -1 -1 -1  e t 
end 


' extract 1D neutron data
=filter  
in=20 out=11 1dn 
end 
=rade  
1$$  11  e t 
end

' extract 1D neutron data for MT=2,4,18
=filter  
in=20 out=12 1dn mt=2 4 18
end
=rade  
1$$  12  e t 
end

' remove all 1D neutron data with MT=2,4,18
=filter  
in=20 out=13 1dn mt=-2 -4 -18
end  
=rade  
1$$  13  e t 
end

' extract MT=2 scattering matrices
=filter  
in=20 out=14 2dn mt=2
max_pn=3 
end 
=rade  
1$$  14  e t 
end