blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 6
214
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
87
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 15
values | visit_date
timestamp[us]date 2016-08-04 09:00:04
2023-09-05 17:18:33
| revision_date
timestamp[us]date 1998-12-11 00:15:10
2023-09-02 05:42:40
| committer_date
timestamp[us]date 2005-04-26 09:58:02
2023-09-02 05:42:40
| github_id
int64 436k
586M
⌀ | star_events_count
int64 0
12.3k
| fork_events_count
int64 0
6.3k
| gha_license_id
stringclasses 7
values | gha_event_created_at
timestamp[us]date 2012-11-16 11:45:07
2023-09-14 20:45:37
⌀ | gha_created_at
timestamp[us]date 2010-03-22 23:34:58
2023-01-07 03:47:44
⌀ | gha_language
stringclasses 36
values | src_encoding
stringclasses 17
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 15
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
52b799fa9c42d756d9bc4827b020991886d74e2b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2045/CH4/EX4.5/Ex4_5.sce
|
a038eb174352e7a486e3f3a11c50085e23767823
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 467
|
sce
|
Ex4_5.sce
|
//pagenumber 205 example 5
clear
//given
reveri=2*10^-6;//ampere at 25
icb=2*10^-6*2^5;//ampere at 75
basevoltag=5;//volt
//(1)
rb=(-0.1+basevoltag)/(icb);
disp("max resistance = "+string((rb))+"ohm");//correction in the book
//(2)
basevoltag=1;
rb=100*10^3;
reveri=(-0.1+basevoltag)/rb;
q=reveri/(2*10^-6);
w=q^10;
u=log(w)
t=25+(u/log((2)));
disp("baseresistance = "+string((rb))+"ohm");
disp("temperature = "+string((t))+"celsius");
|
28da2fb3623c211a8210171ea3b112815f678ac7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3428/CH12/EX6.12.7/Ex6_12_7.sce
|
7a6edbc4eec675c49fa64ab3779b9dd2c608bb80
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 225
|
sce
|
Ex6_12_7.sce
|
//Section-6,Example-1,Page no.-P.38
//To find the partial vapour pressure of benzene in the solution.
clc;
n_B=1000/78
n_n=1.5
p_Bbar=94.6
x_B=n_B/(n_B+n_n)
p_B=x_B*p_Bbar
disp(p_B,'Partial vapour pressure of benzene(Torr)')
|
3e4849c6f1af2801351ca3a9644baf94d78ea01b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/374/CH3/EX3.0/3.sci
|
15d08d74205c4fe4039941605bb22b462eb8dcec
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 345
|
sci
|
3.sci
|
//chapter 3 example//
clc
clear
//spectrum width=W,laser source emits ligth at=D,bandwidth distance product=fZ,speed of light=C//
W=0.003//in micro meters//
D=0.85//in micro meters//
x=W/D;
Ym=0.021//obtained from graph//
C=3*(10^8);//in mts per second//
fZ=C/(4*x*Ym)*(10^-12);
printf("\n bandwidth distance product=%f GHz Km \n",fZ);
|
69eb40253d5cc153b072a3575f954f86d904429b
|
0cc5aa4c7d14f462fba5c4ecac4d6882970f89ec
|
/poly2lsf.sci
|
403328575191a88c008db4d1c204d4fb15be053d
|
[] |
no_license
|
DarshanRamakant/SignalProcessingToolbox
|
b8b650e314d0a681c3b603794910b51a292b0e88
|
f709dc145b5b8eba98eee52e18b0230f9f4c3a8b
|
refs/heads/master
| 2016-08-13T01:07:12.918570
| 2016-01-12T18:51:48
| 2016-01-12T18:51:48
| 49,521,356
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,185
|
sci
|
poly2lsf.sci
|
function lsf = poly2lsf(a)
// lsf = poly2lsf(a) returns a vector, lsf, of line spectral frequencies from a vector, a, of prediction filter coefficients.
// please load the deconv.sci with this function
a = a(:);
if ~isreal(a),
error('Line spectral frequencies are not defined for complex polynomials.');
end
//Normalize the polynomial if a(1) is not unity
if a(1) ~= 1.0,
a = a./a(1);
end
if (max(abs(roots(a))) >= 1.0),
error('The polynomial must have all roots inside of the unit circle.');
end
//Form the sum and differnce filters
p = length(a)-1; // The leading one in the polynomial is not used
a1 = [a;0];
a2 = a1(length(a1):-1:1);
P1 = a1-a2; // Difference filter
Q1 = a1+a2; // Sum Filter
//If order is even, remove the known root at z = 1 for P1 and z = -1 for Q1
//If odd, remove both the roots from P1
if (modulo(p,2)), // Odd order
P = deconv(P1,[1 0 -1]);
Q = Q1;
else // Even order
P = deconv(P1,[1 -1]);
Q = deconv(Q1,[1 1]);
end
rP = roots(P);
rQ = roots(Q);
aP = atan(imag(rP(1:2:length(rP))),real(rP(1:2:length(rP))));
aQ = atan(imag(rQ(1:2:length(rQ))),real(rQ(1:2:length(rQ))));
lsf = gsort([aP;aQ],"g","i");
|
4e70d0f6e31988165dbfabfd9fb096e0bb3e439c
|
727092dff86e9d034d021bbc56565d9336b988aa
|
/Códigos CN/RK4_EDO.sci
|
a796ca1eb037a4e5dc628952da1cdb817146a6c4
|
[] |
no_license
|
lucasdksan/Numerical-computing
|
c54b855bd50f2a06b1970086f2da63c28883f287
|
a5a5863499bdf46003437140e3fa3123fc4960f8
|
refs/heads/master
| 2023-06-24T16:13:01.094230
| 2021-07-29T15:57:00
| 2021-07-29T15:57:00
| 278,514,165
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 398
|
sci
|
RK4_EDO.sci
|
function [x,y] = RK4(a,b,h,y0)
x = a:h:b;
n = length(x);
y(1) = y0;
for i = 2:n
k1 = df(x(i-1),y(i-1));
k2 = df(x(i-1) + h/2, y(i-1) + h/2*k1);
k3 = df(x(i-1) + h/2, y(i-1) + h/2*k2);
k4 = df(x(i),y(i-1) + h*k3);
y(i) = y(i-1) + h/6*(k1 + 2*k2 + 2*k3 + k4);
end
endfunction
function z = df(x,y)
z = 12-y;
endfunction
|
78bc229844fc95d0d6ef8b4ae3cd5ed6c4979d94
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3537/CH1/EX1.34/Ex1_34.sce
|
24ff6bf2d7df213dd68d6fc7b5c47c19e7326fed
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 366
|
sce
|
Ex1_34.sce
|
//Example 1_34
clc();
clear;
//To calculate the refractive index of the liquid
D1=1.40 //units in centimeters
D1=1.40*10^-2 //units in meters
D2=1.27 //units in centimeters
D2=1.27*10^-2 //units in meters
u=(D1/D2)^2
printf("Refractive index of the liquid is %.3f",u)
|
860a896306001bf53f5f6ef6ec77c54da22cb125
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/323/CH3/EX3.6/ex3_6.sci
|
22a792fc9b91eff255e1a46fa20b5a43b8c94fb9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 219
|
sci
|
ex3_6.sci
|
//Example6, Chapter 3
clc;
f=50
Irms=20
//(i)
Im=Irms*sqrt(2)
i=10*sqrt(2)
ans=asin(i/Im)
ans=ans*180/%pi
t= ans/(2*180*f)
printf("\n t=%.0f ms \n",t*10^3)
//(ii)
t=(1/(4*f))+t
printf("\n t=%.2f ms \n",t)
|
c0d5fc0bc3bc2a333c62740ce0bdc5b81123e2e9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3020/CH18/EX18.21/ex18_21.sce
|
2ac0ccd8ac3554d250caa7674caee67daac936b5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 291
|
sce
|
ex18_21.sce
|
clc;
clear all;
Rh=3.66e-4;//hall coefficient of specimen
rho=8.93e-3;//resistivity of specimen
e=1.6e-19;//charge of electron
nh=1/(Rh*e);//carrier concentration
disp('m^-3',nh,'carrier concentration is');
u=Rh/rho;//mobility of specimen
disp('m^2/(V*s)',u,'mobility of specimen')
|
0e3958d2a2092dc287244208a2e4112b6b4d67be
|
6e257f133dd8984b578f3c9fd3f269eabc0750be
|
/ScilabFromTheoryToPractice/CreatingPlots/testuimenu.sce
|
a860b99f3ea4b2aaefdb2df3304ed5413f7bc99e
|
[] |
no_license
|
markusmorawitz77/Scilab
|
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
|
7c98963a7d80915f66a3231a2235010e879049aa
|
refs/heads/master
| 2021-01-19T23:53:52.068010
| 2017-04-22T12:39:21
| 2017-04-22T12:39:21
| 89,051,705
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 934
|
sce
|
testuimenu.sce
|
hfig = figure(...
'Tag', 'mafigure', ...
'BackgroundColor', name2rgb("lightblue")/255, ...
'Figure_name', 'My Figure', ...
'Position', [20 20 300 200]);
hobj = uicontrol(hfig, ...
'Style', 'text', ...
'Tag', 'val', ...
'String', 'adding menus', ...
'HorizontalAlignment', 'left', ...
'FontAngle', 'italic', ...
'FontSize', 20, ...
'FontWeight', 'bold', ...
'BackgroundColor', name2rgb("gray")/255, ...
'ForegroundColor', name2rgb("black")/255, ...
'FontUnits', 'pixels', ...
'FontName', 'helvetica', ...
'Position', [50 100 200 20]);
//adding a menu
m=uimenu(hfig,'label', 'My Menu');
// item in menu m
m1=uimenu(m,'label', 'operations');
m2=uimenu(m,'label', 'delete the window', 'callback', "delete(findobj('"Tag'",'"myfigure'"))");
//sub-items ...
m11=uimenu(m1,'label', 'new window', 'callback',"figure(''Figure_name'', ''new'')");
m12=uimenu(m1,'label', 'clear window', 'callback',"clf()");
|
f85275bff9a5b7ec691b098c06bafb19692078a0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/213/CH10/EX10.6/10_6.sce
|
e74318c1ed83baee6090a04bd0edf9eefb0f57c9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 605
|
sce
|
10_6.sce
|
//To find force required
clc
//Given:
dc=22.5,p=5,D=50,R=D/2,l=500 //mm
mu=0.1,mu1=0.16
W=10*1000 //N
//Solution:
//Calculating the mean diameter of the screw
d=dc+p/2 //mm
//Calculating the helix angle
alpha=p/(%pi*d) //radians
//Calculating the force required at the circumference of the screw
phi=atan(mu) //Limiting angle of friction, radians
P=W*tan(alpha+phi) //N
//Calculating the total torque required
T=P*d/2+mu1*W*R //N-mm
//Calculating the force required at the end of a spanner
P1=T/l //N
//Results:
printf("\n\n Force required at the end of a spanner, P1 = %.2f N.\n\n",P1)
|
a526c48ac6eceab584fe136c9c23f24b1c9d7493
|
d8b00ba08203d369b2c5f550547a8bec3b784a8f
|
/gausskij3b.sci
|
36d5d006df1b9c7169dc194556a3dc570f6d2a54
|
[] |
no_license
|
braisalemaghiles/TP-Calcul-Numerique
|
8f75a0af2b82fb8e4b586d19320da406128e7611
|
260fed32749d444756d6cd32f873d5238d95851f
|
refs/heads/main
| 2023-01-31T13:19:03.073956
| 2020-12-17T13:22:58
| 2020-12-17T13:22:58
| 314,294,362
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 383
|
sci
|
gausskij3b.sci
|
function X = gausskij3b(A,B)
mik=0
n=size(A,1)
m=size(B,2)
zeros(size(B,1),size(B,2))
for k = 1 : n-1
for i = k+1 : n
mik=A(i,k)/A(k,k)
B(i)=B(i)- mik * B(k)
for j = k+1 : n
A(i,j) = A(i,j) - mik * A(k,j)
end
end
end
X(n) = B(n)/A(n,n)
for i=n-1:-1:1
X(i)=(B(i)-A(i,(i+1):n)* X((i+1):n))/A(i,i);
end
endfunction
|
ac25210ee2e68d937bf94328f31d9ce7752a9c42
|
ecc85b638a25eb662d72bad3fe73008e125271a3
|
/output/part-00002
|
62be1e6bafe30eb632c3793170ebeaa227a28da4
|
[] |
no_license
|
szdforward/learningSpark
|
87b8c6cf690f0c2b57a2e21043a037264c3e38fb
|
9c2f76bbd592022903dde5963d0dec87a209bfcd
|
refs/heads/master
| 2023-02-24T11:12:42.114175
| 2021-01-31T14:51:19
| 2021-01-31T14:51:19
| 266,796,112
| 0
| 0
| null | 2020-05-25T14:10:58
| 2020-05-25T14:10:57
| null |
UTF-8
|
Scilab
| false
| false
| 23
|
part-00002
|
9
10
11
12
13
14
15
16
|
|
5f7fc11b5ed1260a8a404e488e7c2ea36a14b31f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/551/CH2/EX2.6/6.sce
|
e71b5b06eb979eb5be6b5d9c8069b59c237777d5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 142
|
sce
|
6.sce
|
clc
h0=.761; //m
h=.55; //m
g=9.79; //m/s^2
rho=13640; //kg/m^3
P=rho*g*(h0+h); //N/m^2
disp("Gas pressure=")
disp(P/10^5)
disp("bar")
|
c15e71309dd7bea431bec72c1843d6ca81d6178b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2657/CH12/EX12.1/Ex12_1.sce
|
884b496d149803759f83ed18e4bfa78d59601947
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 563
|
sce
|
Ex12_1.sce
|
//Calculation of quantity of fuel injected
clc,clear
//Given:
n=6 //Number of cylinders
bsfc=245 //Brake specific fuel consumption in gm/kWh
bp=89 //Brake power in kW
N=2500 //Engine speed in rpm
s=0.84 //Specific gravity of the fuel
//Solution:
m_f=bsfc*bp/(1000) //Fuel consumption in kg/hr
m_f=m_f/n //Fuel consumption per cylinder in kg/hr
m_f=(m_f/3600)/(N/(2*60)) //Fuel consumption per cycle in kg
V_f=m_f*1000/s //Volume of fuel consume per cycle in cc
//Results:
printf("\n The quantity of fuel to be injected per cycle per cylinder, V_f = %.4f cc",V_f)
|
b1b7d6fd06fb86c79bcbf16db1dce108a5e45336
|
64647656adb5d4ff3cbb1147f2009fd55a598d27
|
/macros/MB_INIT_TCP.sci
|
9c466701ad3fdeb1d8e25a0db82fe3aa24244ad9
|
[] |
no_license
|
esc0rpi0n/modbus-blocks
|
353ae5e5df9da7a6afc9bd5d264670b1e132e655
|
44664b3424e9b7b98fab0216676977fb7ad29544
|
refs/heads/master
| 2020-04-02T05:15:19.835714
| 2017-06-14T08:18:01
| 2017-06-14T08:18:01
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,942
|
sci
|
MB_INIT_TCP.sci
|
function [x,y,typ]=MB_INIT_TCP(job,arg1,arg2)
x=[];y=[];typ=[]
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x=arg1
graphics=arg1.graphics
exprs=graphics.exprs
model=arg1.model
while %t do
[ok,IP,port,debugMode,exprs]=..
getvalue('Set MB_INIT_TCP block parameters',..
['IP Address';'TCP Port';'Debug Mode (No=0/Yes=1)'],..
list('str',1,'vec',1,'vec',1),exprs)
if ok then
model.ipar=[port;debugMode;length(IP);ascii(IP)']
graphics.exprs=exprs
x.graphics=graphics
x.model=model
end
break
end
case 'define' then
// default parameters
IP='127.0.0.1'
port=502
debugMode=1
// computational function
model=scicos_model()
model.sim=list('mb_init_tcp',4)
// inputs
model.in=[]
model.in2=[]
model.intyp=1
// outputs
model.out=[]
model.out2=[]
model.outtyp=1
// event ports
model.evtin=[]
model.evtout=[]
// states
model.state=[]
model.dstate=[]
model.odstate=list()
// parameters
model.ipar=[port;debugMode;length(IP);ascii(IP)']
model.rpar=[]
model.opar=list()
model.blocktype='d'
model.firing=[]
model.dep_ut=[%f,%f]
model.label=''
model.nzcross=0
model.nmode=0
model.equations=list()
exprs=[IP;sci2exp(port);sci2exp(debugMode)];
gr_i=list(["xstringb(orig(1)+sz(1)*0.1,orig(2)+sz(2)*0.6,[""Modbus""],sz(1)*0.8,sz(2)*0.3,''fill'');";..
"xstringb(orig(1)+sz(1)*0.1,orig(2)+sz(2)*0.1,[""TCP""],sz(1)*0.8,sz(2)*0.4,''fill'');"],8)
x=standard_define([2,2],model,exprs,gr_i)
x.graphics.id="TCP Connection"
end
endfunction
|
ab02d9de5da24cc449f49a1386a9af038d85ed24
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1697/CH9/EX9.4/Exa9_4.sce
|
23f3826405e4ffbe1966c080b8aabb61dd2d9857
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 217
|
sce
|
Exa9_4.sce
|
//Exa 9.4
clc;
clear;
close;
//given data :
HT=100;//in meter
d=60;//in Km
//Formula : d=4.12*(sqrt(HT)+sqrt(HR));//in Km
HR=(d/4.12-sqrt(HT))^2;//in meter
disp(HR,"Height of receiving antenna in meter : ");
|
2db833ca9eec8f51ee06ecf7eb16bdb549c94ac4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3822/CH2/EX2.3/Ex2_3.sce
|
29afd54e4e1ea7d9894ba96d4526ebbb2385c9fb
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 671
|
sce
|
Ex2_3.sce
|
//Optoelectronics and Fiber Optics Communication by C.R. Sarkar and D.C. Sarkar
//Example 2.3
//OS = Windows 7
//Scilab version 5.5.2
clc;
clear;
//given
n1=1.6;//core and cladding refractive index of first fiber
n2=1.44;//core and cladding refractive index of second fiber
lamda=0.8;//wavelength of the electromagnetic wave in um
c=(2*%pi)/lamda;//constant value propagation constant
betamax=c*n1;//maximum value of maximum value of beta
betamin=c*n2;//minimum value of minimum value of beta
mprintf("\n Maximum value of Beta is= %.2f rad/um ",betamax);
mprintf("\n Minimum value of Beta is= %.2f rad/um",betamin);
//The answer vary due to rounding
|
62fab57b1b462f455db96fb62cfc3dbdee5d345e
|
76a83cfb88a40c41e30531ec7d9661b0136d503c
|
/Faceviewing.sce
|
73f4613caee71903d4173a294e7291bb6cc3a3a1
|
[] |
no_license
|
UtrechtUniversity/youth-tasks-fmri-faceviewing
|
30378b8d1b971b3b42b13ef20bf334e0e73dc89a
|
8726631e0fdc88625a47a0fae67967942e03c4ee
|
refs/heads/main
| 2023-08-16T18:30:43.413459
| 2021-08-19T09:55:54
| 2021-08-19T09:55:54
| 405,977,171
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 11,964
|
sce
|
Faceviewing.sce
|
# 2017 - ppas
scenario= "faceviewing";
scenario_type= trials;
active_buttons= 2;
button_codes= 1,2;
default_all_responses = false;
default_background_color = 108, 108, 108;
default_text_color= 255,255,255;
default_font="arial";
default_font_size=18;
response_port_output=false;
response_matching = simple_matching;
response_logging = log_active;
begin;
array {
picture {description="F1_n"; bitmap {filename= "F1_n.jpg" ;} ;x=0; y=0;} "fneu1";
picture {description="M1_n"; bitmap {filename= "M1_n.jpg" ;} ;x=0; y=0;} "mneu1";
picture {description="F2_n"; bitmap {filename= "F2_n.jpg" ;} ;x=0; y=0;} "fneu2";
picture {description="M2_n"; bitmap {filename= "M2_n.jpg" ;} ;x=0; y=0;} "mneu2";
picture {description="F3_n"; bitmap {filename= "F3_n.jpg" ;} ;x=0; y=0;} "fneu3";
picture {description="M3_n"; bitmap {filename= "M3_n.jpg" ;} ;x=0; y=0;} "mneu3";
picture {description="F4_n"; bitmap {filename= "F4_n.jpg" ;} ;x=0; y=0;} "fneu4";
picture {description="M4_n"; bitmap {filename= "M4_n.jpg" ;} ;x=0; y=0;} "mneu4";
picture {description="F5_n"; bitmap {filename= "F5_n.jpg" ;} ;x=0; y=0;} "fneu5";
picture {description="M5_n"; bitmap {filename= "M5_n.jpg" ;} ;x=0; y=0;} "mneu5";
picture {description="F6_n"; bitmap {filename= "F6_n.jpg" ;} ;x=0; y=0;} "fneu6";
picture {description="M6_n"; bitmap {filename= "M6_n.jpg" ;} ;x=0; y=0;} "mneu6";
}neutral;
array {
picture {description="F1_h"; bitmap {filename= "F1_h.jpg" ;} ;x=0; y=0;} "fhappy1";
picture {description="M1_h"; bitmap {filename= "M1_h.jpg" ;} ;x=0; y=0;} "mhappy1";
picture {description="F2_h"; bitmap {filename= "F2_h.jpg" ;} ;x=0; y=0;} "fhappy2";
picture {description="M2_h"; bitmap {filename= "M2_h.jpg" ;} ;x=0; y=0;} "mhappy2";
picture {description="F3_h"; bitmap {filename= "F3_h.jpg" ;} ;x=0; y=0;} "fhappy3";
picture {description="M3_h"; bitmap {filename= "M3_h.jpg" ;} ;x=0; y=0;} "mhappy3";
picture {description="F4_h"; bitmap {filename= "F4_h.jpg" ;} ;x=0; y=0;} "fhappy4";
picture {description="M4_h"; bitmap {filename= "M4_h.jpg" ;} ;x=0; y=0;} "mhappy4";
picture {description="F5_h"; bitmap {filename= "F5_h.jpg" ;} ;x=0; y=0;} "fhappy5";
picture {description="M5_h"; bitmap {filename= "M5_h.jpg" ;} ;x=0; y=0;} "mhappy5";
picture {description="F6_h"; bitmap {filename= "F6_h.jpg" ;} ;x=0; y=0;} "fhappy6";
picture {description="M6_h"; bitmap {filename= "M6_h.jpg" ;} ;x=0; y=0;} "mhappy6";
}happy;
array {
picture {description="F1_f"; bitmap {filename= "F1_f.jpg" ;} ;x=0; y=0;} "ffear1";
picture {description="M1_f"; bitmap {filename= "M1_f.jpg" ;} ;x=0; y=0;} "mfear1";
picture {description="F2_f"; bitmap {filename= "F2_f.jpg" ;} ;x=0; y=0;} "ffear2";
picture {description="M2_f"; bitmap {filename= "M2_f.jpg" ;} ;x=0; y=0;} "mfear2";
picture {description="F3_f"; bitmap {filename= "F3_f.jpg" ;} ;x=0; y=0;} "ffear3";
picture {description="M3_f"; bitmap {filename= "M3_f.jpg" ;} ;x=0; y=0;} "mfear3";
picture {description="F4_f"; bitmap {filename= "F4_f.jpg" ;} ;x=0; y=0;} "ffear4";
picture {description="M4_f"; bitmap {filename= "M4_f.jpg" ;} ;x=0; y=0;} "mfear4";
picture {description="F5_f"; bitmap {filename= "F5_f.jpg" ;} ;x=0; y=0;} "ffear5";
picture {description="M5_f"; bitmap {filename= "M5_f.jpg" ;} ;x=0; y=0;} "mfear5";
picture {description="F6_f"; bitmap {filename= "F6_f.jpg" ;} ;x=0; y=0;} "ffear6";
picture {description="M6_f"; bitmap {filename= "M6_f.jpg" ;} ;x=0; y=0;} "mfear6";
}fear;
array {
picture {description="H01"; bitmap {filename= "H01.jpg" ;} ;x=0; y=0;} "house1";
picture {description="H02"; bitmap {filename= "H02.jpg" ;} ;x=0; y=0;} "house2";
picture {description="H03"; bitmap {filename= "H03.jpg" ;} ;x=0; y=0;} "house3";
picture {description="H04"; bitmap {filename= "H04.jpg" ;} ;x=0; y=0;} "house4";
picture {description="H05"; bitmap {filename= "H05.jpg" ;} ;x=0; y=0;} "house5";
picture {description="H06"; bitmap {filename= "H06.jpg" ;} ;x=0; y=0;} "house6";
picture {description="H07"; bitmap {filename= "H07.jpg" ;} ;x=0; y=0;} "house7";
picture {description="H08"; bitmap {filename= "H08.jpg" ;} ;x=0; y=0;} "house8";
picture {description="H09"; bitmap {filename= "H09.jpg" ;} ;x=0; y=0;} "house9";
picture {description="H10"; bitmap {filename= "H10.jpg" ;} ;x=0; y=0;} "house10";
picture {description="H11"; bitmap {filename= "H11.jpg" ;} ;x=0; y=0;} "house11";
picture {description="H12"; bitmap {filename= "H12.jpg" ;} ;x=0; y=0;} "house12";
}houses;
picture {text {caption= "+" ; font_size = 64;};
x=0; y=0;
}default;
picture {text {caption= "O" ; font_size = 88; font_color = 245, 45, 45; };
x=0; y=0;
}dot;
picture{
text{caption = "Voer subjectcode in:"; font_size = 24;}subjcode_instr; x = 0; y = 0;
text{caption = " "; font_size = 24;} subjcode; x = 0; y = -50;
}pic_input_subjcode;
picture {text {caption= "Tijdens deze taak zie je foto's op het scherm.\n\nJe hoeft alleen maar naar deze foto's te kijken\n\n Zie een rode cirkel in het midden, druk dan zo snel mogelijk op de knop.\n\n" ; }; x=0; y=50;
text {caption= "Druk op de knop om te beginnen" ; font_size=24; }; x=0; y=-150;
}welkom;
picture {text {caption= "Nog even wachten op de scanner..."; font_size=24; };
x=0; y=0;
}start;
picture {text {caption= "Dit is het einde van het taak.\n" ; };
x=0; y=0;
}bedankt;
picture{
text{caption = "bla"; font_size = 24;}subject_entered; x = 0; y = +200; #30-06-2016 MGJC Koevoets; melding taak deed het niet, deze regel code toegevoegd (ahdv SSAT_short voorbeeld). lijkt te werken nu?
text{caption = "Let op, de ingevoerde subjectcode bestaat al in de MRI_log map!\n\nWil je doorgaan en de data naar hetzelfde bestand schrijven? y/n"; font_size = 20;}duplicate_txt; x = 0; y = 0;
text{caption = " "; font_size = 24;} overwrite_yn; x = 0; y = -200;
}pic_input_duplicate;
trial {
trial_duration=forever;
trial_type=first_response;
all_responses=false;
picture welkom;
target_button = 2;
code= "welkom";
} welkom_trial;
trial {
trial_duration=16000;
trial_type= fixed;
all_responses=false;
stimulus_event {
picture default;
delta_time = 0;
response_active=false;
code = "rest";
}rest_event;
} rest_trial;
trial {
trial_duration =forever;
trial_type =specific_response;
all_responses=true;
terminator_button= 2;
picture start;
} start_trial;
trial {
trial_duration = 2000;
trial_type =fixed;
all_responses=true;
picture bedankt;
code="bedankt";
} bedankt_trial;
trial {
trial_duration=1000;
trial_type= fixed;
all_responses=false;
stimulus_event {
picture ffear1; #wordt in PCL veranderd a.d.h. input_file.
time = 0;
target_button = 1;
duration= 1000;
code = "stim"; #wordt in pcl veranderd.
}stimuli_event;
}stimuli_trial;
trial {
trial_type= fixed;
trial_duration=1000;
all_responses=false;
stimulus_event {
picture default;
delta_time = 0;
response_active=false;
code = "fill";
}fix_event;
} fill_trial;
trial {
trial_duration=2000;
trial_type= fixed;
all_responses=false;
max_responses=1;
stimulus_event {
picture dot;
delta_time=0;
duration=response;
stimulus_time_in = 1;
stimulus_time_out = never;
target_button = 1;
code= "dot";
}dot_event;
}dot_trial;
begin_pcl;
system_keyboard.set_delimiter('\n');
string subjectcode = logfile.subject();
#welkom_trial.present();
input_file volgorde= new input_file;
volgorde.open ("sequence.txt");
volgorde.set_delimiter( '\t' );
int tijd_0;
string subjectname;
int tijd;
int onset;
int neutraal;
int positief;
int negatief;
int n;
int response_button;
int response_during_picture;
int rt;
string plaatje;
string logFileName;
string logdir = logfile_directory;
output_file outputfile = new output_file;
logFileName = "emotionmribehav_" + subjectcode + "_" + date_time("yyyymmdd") + ".txt";
if file_exists( logdir + logFileName ) then
subject_entered.set_caption( "'" + subjectcode + "'" );
subject_entered.redraw();
string logappend = system_keyboard.get_input(pic_input_duplicate,overwrite_yn);
if logappend == "n" then
exit();
end;
end;
outputfile.open_append( logFileName );
outputfile.print("ID\tn\tserie\trt\ttime\n");
start_trial.present();
int i = 1;
int j = 1;
int k = 1;
int l = 1;
int m = 1;
int time = 0;
int firstrun = 1;
int starttime = clock.time();
loop n = 1
until n > 21 #begin taak, h > aantal blokken x aantal trials (aantal cellen excel input-file)
begin
rt=0;
int index= volgorde.get_int();
# Trials in which picture is presented
# 0: Rest
# 1: Neutral
# 2: Happy
# 3: Fear
# 4: House
if index==1 then
loop i = 1
until i > 9
begin
stimuli_event.set_stimulus(neutral[i]);
stimuli_trial.present();
fill_trial.present();
i=i+1;
end;
elseif index==2 then
loop j = 1
until j > 9
begin
stimuli_event.set_stimulus(happy[j]);
stimuli_trial.present();
fill_trial.present();
j=j+1;
end;
elseif index==3 then
loop k = 1
until k > 9
begin
stimuli_event.set_stimulus(fear[k]);
stimuli_trial.present();
fill_trial.present();
k=k+1;
end;
elseif index==4 then
loop l = 1
until l > 9
begin
stimuli_event.set_stimulus(houses[l]);
stimuli_trial.present();
fill_trial.present();
l=l+1;
end;
# Rest trials
elseif index==0 then
rest_trial.set_duration(16000);
rest_trial.present();
dot_trial.present();
stimulus_data eval = stimulus_manager.last_stimulus_data();
response_button = response_manager.last_response();
rt = eval.reaction_time();
rest_trial.set_duration(2000 - rt);
if (response_manager.response_count() > 0) then
rest_trial.present();
end;
end;
time = clock.time() - starttime;
outputfile.print(subjectcode); outputfile.print("\t");
outputfile.print(n); outputfile.print("\t");
outputfile.print(index); outputfile.print("\t");
outputfile.print(rt); outputfile.print("\t");
outputfile.print(time); outputfile.print("\t");
outputfile.print("\n");
n=n+1;
end;
# added March 2018: generate a main log file
string mainLogFileName;
mainLogFileName = date_time("yyyymmdd") + "_" + subjectcode + "_mainLog.txt";
output_file mainoutputfile = new output_file;
mainoutputfile.open_append( mainLogFileName );
mainoutputfile.print(subjectcode + "\t");
mainoutputfile.print(date_time("yyyy-mm-dd hh:mm") + "\t");
mainoutputfile.print("emotionmri\n");
bedankt_trial.present();
|
4efdf8c3b6f46aa7a66c5e5b2b381eb6c23b1049
|
05ac16985ed247964c257764b2c14776a4cd6771
|
/make-tests/make05.tst
|
53eb66c42e7d4018df060a80905ee4fd3e606420
|
[] |
no_license
|
felixitous/Graphs
|
e7887a194429cdbf073c6e41d0d1b9969e2e8ec7
|
395364c7bac49812d28a72dc8862e41ab39651ca
|
refs/heads/master
| 2021-01-22T10:01:56.943976
| 2014-01-15T22:45:23
| 2014-01-15T22:45:23
| 15,950,368
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 62
|
tst
|
make05.tst
|
java make.Main -f make-tests/make05.mk -D make-tests/file05 C
|
cd894bb2362eb27562231f00b34a7854883e0c35
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2507/CH9/EX9.5/Ex9_5.sce
|
4d54542cdb0acff90fd21289e41e8cae3e0b1cc4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 751
|
sce
|
Ex9_5.sce
|
clc
clear
printf("Example 9.5 | Page number 258 \n\n");
//Part(a) Calculate increase in specific enthalpy
//Part(b) Calculate change in enthalpy
//Given data
p1 = 1 //bar //initial pressure
T1 = 27+273 //K //initial temperature
p2 = 10 //bar //final pressure
T2 = 327+273 //K //final temperature
//Solution
//Part(a)
printf("Part(a)\n");
delta_h = integrate('1.4-18.3*(T/100)^(-1.5)+38.3*(T/100)^(-2)-29.3*(T/100)^(-3)','T',T1,T2) //kJ/kg //Increase in specific enthalpy
printf("Increase in specific enthalpy = %.2f kJ/kg\n",delta_h)
//Part(b)
printf("\nPart(b)\n");
delta_h = integrate('1.042','T',T1,T2) //kJ/kg //Increase in specific enthalpy
printf("Increase in specific enthalpy at (Cp = 1.042 kJ/kgK) = %.2f kJ/kg",delta_h)
|
f251930aad5850724ec7b0d033d0cadcfb86a349
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3640/CH3/EX3.12/Ex3_12.sce
|
32b51b5e39577e8142cf2e163dfc5dca40c59b2e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,587
|
sce
|
Ex3_12.sce
|
clc
//the code uses a userdefined function complexstring
function s=complexstring(a)
if imag(a)>=0 then
s=sprintf('%g+%gi',real(a),imag(a))
else
s=sprintf('%g%gi',real(a),imag(a))
end
funcprot(0)
endfunction
kVAL=100 //kva required for supply
kVAM=20 //kVA rating of motor of the air conditioning compressor
V=220 //supply voltage in volts
IL3=(kVAM*1000)/(sqrt(3)*V)
mprintf("IL3=%fA=|I2| of small transformer\n",IL3)
//abc sequence
ph1=36.9 //phase angle of motor current
IL3=IL3*exp(%i*(-1)*ph1*%pi/180)//-1 comes due to the lagging power factor,conversion of degree to radian for calculation
mprintf("Il3=%fA with a phase angle of %f degrees\n",abs(IL3),(-1)*ph1)//-1 comes due to the lagging power factor
disp('IL3='+complexstring(IL3)+'A')
ph2=30-25.8 //phase angle of Il1
IL1=((kVAL*1000)/V)*exp(%i*(ph2)*%pi/180)
disp('IL1='+complexstring(IL1)+'A')
mprintf("IL1=%f with a phase angle of %f degrees\n",abs(IL1),ph2)
I2=IL3+IL1
disp('I2='+complexstring(I2)+'A')
mprintf("I2=%fA with a phase angle of %f degrees\n",abs(I2),(acos(real(I2)/abs(I2)))*180/%pi)
//acb sequence
ph3=30+25.8 //phase angle of Il1 in degrees
IL1=abs(IL1)*exp(%i*(-1)*(ph3)*%pi/180) //-1 comes due to lagging power factor
disp('IL1='+complexstring(IL1)+'A')
mprintf("IL1=%f with a phase angle of %f degrees\n",abs(IL1),(-1)*ph3)//-1 comes due to the lagging power factor
I2=IL3+IL1
disp('I2='+complexstring(I2)+'A')
mprintf("I2=%fA with a phase angle of %f degrees\n",abs(I2),(acos(real(I2)/abs(I2)))*180/%pi)
|
ffca978713cf7d33df5735eb17028f28d511bc83
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1634/CH1/EX1.33/example1_33.sce
|
5c4e6838f89e1d3a0b2ef5e516fae2aedd62ca4d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 533
|
sce
|
example1_33.sce
|
//exapple 1.33
clc; funcprot(0);
// Initialization of Variable
longP=60+30/60;//longitude of place
GST=7+30/60+48.6/3600;//GST at GMM
RA=17+28/60/40/1600;
dot=longP/15;//difference in time
i=dot*9.8565/3600;//error
gmm=GST-i;//LST at L.M.N
LMT=RA-gmm;//local mean time
disp("local mean time in past midnight observed:");
a=modulo(LMT*3600,60);
printf("seconds %.2f",a);
b=modulo(LMT*3600-a,3600)/60;
printf(" minutes %i",b);
c=(LMT*3600-b*60-a)/3600;
if c>24 then
c=c-24;
end
printf(" hours %i",c);
|
460ee8c6fd6d92f215c1750655e1d9faa544e0a2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/281/CH7/EX7.1/example7_1.sce
|
51633e93e1533d76f3be828468b813223fdcf2ea
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 865
|
sce
|
example7_1.sce
|
disp('chapter 7 ex7.1')
disp('given')
disp('Design a nonsaturating precision half wave rectifier')
disp('peak output Vo=2volt')
Vo=2
disp('input peak value Vi=.5volt')
Vi=0.5
disp('frequency f=1MHz')
f=1*10^(6)
disp('supply voltage Vcc=+or-15volt and Vee=15volt') //(using bipolar op-amp)
Vcc=15
Vee=15
disp('I1>IBmax')
disp('I1=500*10^(-6)A') //for adequate diode current
I1=500*10^(-6)
disp('R1=Vi/I1')
R1=Vi/I1
disp('ohms',R1) //standard value
disp('R2=Vo/I1')
R2=Vo/I1
disp('ohms',R2)
disp('use 3.9kohm standard value')
R2=3900
disp('R3=R1||R2')
R3=R1*R2/(R1+R2)
disp('ohms',R3) //use 820ohm standard value
disp('for diode D1 and D2')
disp('Vr>[Vcc-(-Vee)]')
Vr=[Vcc-(-Vee)]
disp('volts',Vr)
disp('trr<T')
disp('let trrmax=T/10=1/(10*f)')
trrmax=1/(10*f)
disp('seconds',trrmax) //compensate the op-amp as a voltage follower
|
2f726b3c788401ec0de2ea6de72eb4e78dcfb1bd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1370/CH1/EX1.23/chapter1_23.sce
|
78d95719d713e95ebe66631715931862fae41ece
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 789
|
sce
|
chapter1_23.sce
|
//example1.23
clc
disp("The branch currents are shown in the fig 1.93(a)")
disp("Applying KVL to the two loops,")
disp("-2(I1)-5(I2)+12=0")
disp("i.e 2(I1)+5(I2)=12 ..(1)")
disp("-4(I1-I2)-6(I1-I2)+5(I2)=0")
disp("i.e -10(I1)+15(I2)=0")
disp("Solving equation (1) and (2),")
disp("2(I1)+5(10/15)(I1)=12")
i=9/4
format(5)
disp(i,"I1(in A)=")
disp("put this value of I1 in eq (2),we get")
i=(10/15)*2.25
disp(i,"I2(in A)=(10/15)*2.25=")
disp(" Branch Current voltage drop")
disp(" A-B I1=2.25A 2(I1)=4.5V")
disp(" B-C I1-I2=0.75A 4(I1-I2)=3V")
disp(" C-D I1-I2=0.75A 6(I1-I2)=4.5V")
disp(" B-E I2=1.5A 5(I2)=7.5V")
disp(" F-A I1=2.25A 12V source")
|
c6366e9193861b74c07049034745b04bba101d8e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2223/CH18/EX18.27/Ex18_27.sce
|
49314758b4baa0460fcc98499b33f35b268b494a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 952
|
sce
|
Ex18_27.sce
|
// scilab Code Exa 18.27 Isentropic Flow-centrifugal Air compressor
T01=335; // in Kelvin
p01=1.02; // Initial Pressure in bar
beta1=61.4; // air angle at the inlet of axial inducer blades
gamma=1.4;
d1=0.175; // Mean Blade ring diameter at entry
d2=0.5; // impeller diameter at exit
cp=1005; // Specific Heat at Constant Pressure in J/(kgK)
A1=0.0412; // Area of cross section at the impeller inlet
R=287;
N(1)=5700; // rotor Speed in RPM
N(2)=6200;
N(3)=6700;
N(4)=7200;
for i=1:4
printf("\n for N=%d rpm\n\n",N(i))
u1=%pi*d1*N(i)/60;
u2=%pi*d2*N(i)/60;
c1=u1*tand(beta1);
T1=T01-((c1^2)/(2*cp));
p1=p01*((T1/T01)^(gamma/(gamma-1)));
ro1=(p1*1e5)/(R*T1);
pr0=((1+(u2^2/(cp*T01)))^(gamma/(gamma-1)));
disp(pr0,"(a)pressure ratio is")
m=ro1*A1*c1;
disp("kg/s",m,"(b)mass flow rate of air is")
T02=T01*(pr0^((gamma-1)/gamma));
P=m*cp*(T02-T01);
disp("kW",P*1e-3,"(c)Power required to drive the compressor P=")
end
|
082d2b4e122fd82166b8e844ffa27799134f1dc0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/854/CH11/EX11.7/Example11_7.sce
|
3ac65eb6bcdb6a7ab9566d9d6e81dcc591765aeb
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 378
|
sce
|
Example11_7.sce
|
//clear//
//Caption:Program to find the load impedance of a slotted line
//Example11.7
//page357
clear;
clc;
close;
S = 5; //standing wave ratio
T = (1-S)/(1+S); //reflection coefficient
Zo = 50; //characteristic impedance
ZL = Zo*(1+T)/(1-T);
disp(ZL,'Load impedance of a slotted line in ohms ZL=')
//Result
//Load impedance of a slotted line in ohms ZL = 10.
|
3c9b43ab1f3a826432c6dae5762bf0739530e0af
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/gtild.man.tst
|
9ca4cb056befd20e188a21dad7080906f70a4b9f
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 831
|
tst
|
gtild.man.tst
|
clear;lines(0);
//Continuous time
s=poly(0,'s');G=[s,s^3;2+s^3,s^2-5]
Gt=gtild(G,'c')
Gt-horner(G,-s)' //continuous-time interpretation
Gt=gtild(G,'d');
Gt-horner(G,1/s)'*s^3 //discrete-time interpretation
G=ssrand(2,2,3);Gt=gtild(G); //State-space (G is cont. time by default)
clean((horner(ss2tf(G),-s))'-ss2tf(Gt)) //Check
// Discrete-time
z=poly(0,'z');
Gss=ssrand(2,2,3);Gss('dt')='d'; //discrete-time
Gss(5)=[1,2;0,1]; //With a constant D matrix
G=ss2tf(Gss);Gt1=horner(G,1/z)';
Gt=gtild(Gss);
Gt2=clean(ss2tf(Gt)); clean(Gt1-Gt2) //Check
//Improper systems
z=poly(0,'z');
Gss=ssrand(2,2,3);Gss(7)='d'; //discrete-time
Gss(5)=[z,z^2;1+z,3]; //D(z) is polynomial
G=ss2tf(Gss);Gt1=horner(G,1/z)'; //Calculation in transfer form
Gt=gtild(Gss); //..in state-space
Gt2=clean(ss2tf(Gt));clean(Gt1-Gt2) //Check
|
ab4faa8172d3ea1abd41b0fa7f089f4320bfc349
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2093/CH7/EX2.a/exa_2_a.sce
|
31b07122a962186415f3f6d211e6ea4928c73fa5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 349
|
sce
|
exa_2_a.sce
|
// Exa 2.a
clc;
clear;
close;
// Given data
V_P= -4;// in V
I_DSS= 10;// in mA
V_GS= 0;// in V
R_D= 1.8;// in kΩ
V_DD= 20;// in V
I_D= I_DSS*(1-V_GS/V_P)^2;// in mA
// Applying KVL to the circuit, we get V_DD= I_D*R_D+V_D
V_D= V_DD-I_D*R_D;// in V
disp(I_D,"The value of I_D in mA is : ")
disp(V_D,"The value of V_D in volts is : ")
|
4e390cb72f65e1c82bf49b5184fd6f81d2c9e12a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2252/CH9/EX9.5/Ex9_5.sce
|
cca135052947324152575f2da6a46a21eadf8af3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 241
|
sce
|
Ex9_5.sce
|
Pout=30D+3//output
e=.86//efficiency
Pin=Pout/e//input
Vl=440//line voltage
pf=.83//power factor
Il=Pin/(sqrt(3)*Vl*pf)
mprintf("Line current=%f A\n", Il)
Iph=Il/sqrt(3)//motor is delta connected
mprintf("Phase current=%f A", Iph)
|
f59d8510950b1af95affe58c229ab725361e0f71
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3440/CH5/EX5.5/Ex5_5.sce
|
e086edf84deddef9143b0e107aeb5ca868472e53
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 344
|
sce
|
Ex5_5.sce
|
clc
T=300 //K
k=8.617*10^-5 //eV/K
q=1.6*10**-19 //C
epsilonx=8.854*10^-14 //F/cm
ni=9.65*10^9//cm^-3
NA=10^17 //cm^-3
d=8*10^-7//cm
VG=3//V
//2*phis=p
p=0.84//V
Co=epsilonx*3.9/d
disp(Co,"Co in F/cm^2 is=")
K=sqrt((epsilonx*11.9*NA*q))/Co
disp(K,"K is=")
Vdsat=VG-p+K^2*(1-sqrt(1+(2*VG/K^2)))
disp(Vdsat,"Vdsat in V is=")
|
601497edec37db4bcd3eb5a202f26b36d7cf72de
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1067/CH3/EX3.2/3_2.sce
|
5bba2943f36b9f8b71ddf7b19b86c07a484e1aea
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 855
|
sce
|
3_2.sce
|
clear;
close;
clc;
R=10;
L=0.1;
f=50;
w=2*%pi*f;
k=sqrt((R^2)+((w*L)^2));
angle=atan(w*L/R);
E=100;
Em=sqrt(2)*E;
A=Em*sin(angle)/k;
i1=A;
Em=round(Em*10)/10;
i1=round(i1*10)/10;
mprintf("current in amperes for part1=%fA\n",i1);
mprintf("current in part 2& part 3= 0\n");
mprintf("the DC component vanishes if e=%fV",Em);//the error is due to the erroneous values in the textbook
t1=0.5*.02;
i2=A*exp((-R)*t1/L);
mprintf("\ncurrent at .5 cycles for t1=%fsec \ncurrent in the problem = %fA",t1,i2);
t2=1.5*.02;
i3=A*exp((-R)*t2/L);
mprintf("\ncurrent at 1.5 cycles for t2=%fsec \ncurrent in the problem = %fA",t2,i3);
t3=5.5*.02;
i4=A*exp((-R)*t3/L);
mprintf("\ncurrent at 5.5 cycles for t3=%fsec \ncurrent in the problem = %fA",t3,i4);
disp("the difference in result is due to erroneous value in textbook.")
|
d8a3d16a3026bcca25096a71b68ea748c692d4d4
|
8881166f518b8c3365fd0a2c0395dbbe4b666a4c
|
/include_hart_V2/demos/powermate/powermate.sce
|
17f8f2cc6586c30fae5a9c6613e83a0ab85f52cc
|
[] |
no_license
|
christianausb/OpenRTDynamics
|
e1e31e61060611a710cf870538969ba5047061f6
|
df0c6946622d9a54ab63796337003fb318931b36
|
refs/heads/master
| 2021-01-21T06:59:51.243998
| 2018-07-13T13:17:29
| 2018-07-13T13:17:29
| 10,501,420
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,311
|
sce
|
powermate.sce
|
thispath = get_absolute_file_path('powermate.sce');
cd(thispath);
z = poly(0,'z');
//
// Set up simulation schematic
//
// This is the main top level schematic
function [sim, outlist] = schematic_fn(sim, inlist)
// this is the default event
ev = 0;
[sim, zero] = ld_const(sim, ev, 0);
// Include the scicosblock for the powermate
cosblk = ortd_getcosblk2(blockname="hart_powermate", 'rundialog', 'powermate_block_cache.dat');
[sim, cosoutlist] = ld_scicosblock(sim, ev, list(), cosblk);
pm1 = cosoutlist(1); pm2 = cosoutlist(2);
[sim] = ld_printf(sim, ev, pm1, "Powermate1" , 1);
[sim] = ld_printf(sim, ev, pm2, "Powermate2" , 1);
// calc a stimulation intensity
[sim, pw1] = ld_gain(sim, ev, pm1, 500);
[sim, pw2] = ld_constvec(sim, ev, vec=[100]);
// stimulator
[sim, pw] = ld_mux(sim, ev, vecsize=2, inlist=list(pw1,pw2) );
[sim, I] = ld_constvec(sim, ev, vec=[20,20]);
[sim, modus] = ld_constvec(sim, ev, vec=[0,0]);
// include the scicos-block for the stimulator
stim_cosblk = ortd_getcosblk2(blockname="hart_sciencemode_rt", 'rundialog', 'stimulator_block_cache.dat');
[sim, cosoutlist] = ld_scicosblock(sim, ev, list(pw, I, modus), stim_cosblk);
// output of schematic
[sim, out] = ld_const(sim, ev, 0);
outlist = list(out); // Simulation output #1
endfunction
//
// Set-up
//
// defile events
defaultevents = [0]; // main event
// set-up schematic by calling the user defined function "schematic_fn"
insizes = [1,1]; outsizes=[1];
[sim_container_irpar, sim]=libdyn_setup_schematic(schematic_fn, insizes, outsizes);
//
// Save the schematic to disk (possibly with other ones or other irpar elements)
//
parlist = new_irparam_set();
// pack simulations into irpar container with id = 901
parlist = new_irparam_container(parlist, sim_container_irpar, 901);
// irparam set is complete convert to vectors
par = combine_irparam(parlist);
// save vectors to a file
save_irparam(par, 'controller.ipar', 'controller.rpar');
// clear
par.ipar = [];
par.rpar = [];
// optionally execute
messages=unix_g(ORTD.ortd_executable+ ' -s controller -i 901 -l 100');
//
//// load results
//A = fscanfMat('result.dat');
//
//scf(1);clf;
//plot(A(:,1), 'k');
|
30c279cad5bc466be4fe30c6557827eaff9e56f5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/260/DEPENDENCIES/insertion_sort.sci
|
d6b5f5d32212cb49eb75eb1b5f9b8d29e92a5ec0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 214
|
sci
|
insertion_sort.sci
|
function A = insertion_sort(A)
n = length(A);
for(i = 2:n)
t = A(i);
j = i;
while((j > 1) & (A(j-1) > t))
A(j) = A(j-1);
j = j-1;
end
A(j) = t;
end
endfunction
|
339307e0307a8261b72c357c7556ede832e63f2f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1364/CH14/EX14.3.4/14_3_4.sce
|
7780d9b29bd81c8740e74df7e7e744f642ef46a0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 345
|
sce
|
14_3_4.sce
|
clc
//initialisation of variables
w= 1000 //rev
r= 1 //ft
g= 32.2 //ft/sec^2
Q= 2000 //ft^3
wa= 0.07
w1= 62.3 //lbf/ft^3
//CALCULATIONS
u= w*r*2*%pi/60
q= Q/(60*%pi)
H= (u^2/g)*(1+(q/u)*cotd(35))
l= H/4
Ha= H-l
Hv= (u^2/(2*g))*(1+(q/u)*cotd(35))^2
Hva= Hv-78
Hpa= Ha-145
p= wa*Hpa*12/w1
//RESULTS
printf (' gain in pressure= %.2f in of water',p)
|
cb4163abfcddb7e5eb909cfd8a90c2cf88681432
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1184/CH2/EX2.29/Ex2_29.sce
|
26753029d870a0dea5e4c9e81f793c862b8a0fa1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 163
|
sce
|
Ex2_29.sce
|
//Example 2-29, Page No - 89
clear
clc
bw= 200*10^3
tr= 0.35/(bw*10^-3)
printf('The fastest rise time of the circuit is %.2f microseconds',tr*10^3)
|
9a8e063fa1c2d9b7954be36d9d446aa358bee525
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2096/CH7/EX7.22/ex_7_22.sce
|
3af517a92c7938d7834b50b51f048c822a65dbab
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 380
|
sce
|
ex_7_22.sce
|
//Example 7.22 // sensitivity
clc;
clear;
close;
//given data :
d=0.06; // in mm
Rg=120; // in ohm
Gf=2; // gauge factor
v=6; // im volts
E=200; // GN/m^2
mu=0.3; // poisson's ratio
l=1000; // consider a load applied in N
Si=l/((%pi/4)*(d)^2)
e=Si/(E*10^9);
R=Gf*e;
dVo=2*(1+mu)*R*(v/4)*10^-6;
S=dVo/(l*1000);
disp(S*10^18,"the sesitivity,S(microvolt/kN) = ")
|
3ad806769b92bba9d323d5231b8e343d26eb3a76
|
f542bc49c4d04b47d19c88e7c89d5db60922e34e
|
/PresentationFiles_Subjects - Kopie/CONT/XG57FZY/ATWM1_Working_Memory_MEG_XG57FZY_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce
|
5942ee864559b93ad9da99931503951488abf0c0
|
[] |
no_license
|
atwm1/Presentation
|
65c674180f731f050aad33beefffb9ba0caa6688
|
9732a004ca091b184b670c56c55f538ff6600c08
|
refs/heads/master
| 2020-04-15T14:04:41.900640
| 2020-02-14T16:10:11
| 2020-02-14T16:10:11
| 56,771,016
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 48,618
|
sce
|
ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce
|
# ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
44 62 292 292 399 125 1992 2992 2392 fixation_cross gabor_148 gabor_126 gabor_098 gabor_065 gabor_148_alt gabor_126 gabor_098_alt gabor_065 "1_1_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2400_gabor_patch_orientation_148_126_098_065_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_065_framed blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 1992 fixation_cross gabor_017 gabor_175 gabor_142 gabor_037 gabor_017_alt gabor_175_alt gabor_142 gabor_037 "1_2_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_017_175_142_037_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_097_framed gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2242 2992 2442 fixation_cross gabor_023 gabor_006 gabor_084 gabor_064 gabor_023 gabor_006_alt gabor_084_alt gabor_064 "1_3_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_023_006_084_064_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_112_framed blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_179 gabor_036 gabor_113 gabor_096 gabor_179 gabor_036_alt gabor_113 gabor_096_alt "1_4_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_179_036_113_096_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_160_framed gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_134 gabor_002 gabor_021 gabor_155 gabor_134_alt gabor_002 gabor_021_alt gabor_155 "1_5_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_134_002_021_155_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_155_framed blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2042 2992 2192 fixation_cross gabor_119 gabor_163 gabor_008 gabor_098 gabor_119 gabor_163 gabor_008_alt gabor_098_alt "1_6_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_119_163_008_098_target_position_1_2_retrieval_position_1" gabor_073_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 2242 2992 2592 fixation_cross gabor_008 gabor_082 gabor_114 gabor_162 gabor_008_alt gabor_082_alt gabor_114 gabor_162 "1_7_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2600_gabor_patch_orientation_008_082_114_162_target_position_3_4_retrieval_position_2" gabor_circ gabor_131_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1742 2992 2092 fixation_cross gabor_023 gabor_089 gabor_177 gabor_154 gabor_023 gabor_089_alt gabor_177_alt gabor_154 "1_8_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_023_089_177_154_target_position_1_4_retrieval_position_1" gabor_023_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 1892 2992 2242 fixation_cross gabor_131 gabor_048 gabor_176 gabor_109 gabor_131_alt gabor_048 gabor_176_alt gabor_109 "1_9_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1900_3000_2250_gabor_patch_orientation_131_048_176_109_target_position_2_4_retrieval_position_1" gabor_131_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_109 gabor_001 gabor_072 gabor_029 gabor_109 gabor_001 gabor_072_alt gabor_029_alt "1_10_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_109_001_072_029_target_position_1_2_retrieval_position_1" gabor_109_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_109_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2042 2992 1942 fixation_cross gabor_085 gabor_070 gabor_051 gabor_112 gabor_085_alt gabor_070_alt gabor_051 gabor_112 "1_11_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_085_070_051_112_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_002_framed gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1792 2992 2242 fixation_cross gabor_071 gabor_092 gabor_177 gabor_015 gabor_071_alt gabor_092 gabor_177 gabor_015_alt "1_12_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_071_092_177_015_target_position_2_3_retrieval_position_2" gabor_circ gabor_092_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1742 2992 1992 fixation_cross gabor_094 gabor_060 gabor_076 gabor_004 gabor_094 gabor_060_alt gabor_076 gabor_004_alt "1_13_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_094_060_076_004_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_076_framed gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2142 2992 2492 fixation_cross gabor_019 gabor_143 gabor_161 gabor_125 gabor_019_alt gabor_143 gabor_161_alt gabor_125 "1_14_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_019_143_161_125_target_position_2_4_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_060 gabor_112 gabor_138 gabor_087 gabor_060_alt gabor_112 gabor_138 gabor_087_alt "1_15_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_060_112_138_087_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_003_framed gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1842 2992 2142 fixation_cross gabor_108 gabor_178 gabor_070 gabor_123 gabor_108 gabor_178_alt gabor_070_alt gabor_123 "1_16_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_108_178_070_123_target_position_1_4_retrieval_position_1" gabor_108_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 2092 2992 2142 fixation_cross gabor_052 gabor_003 gabor_170 gabor_081 gabor_052 gabor_003 gabor_170_alt gabor_081_alt "1_17_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2150_gabor_patch_orientation_052_003_170_081_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_033_framed gabor_circ blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_033_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_062 gabor_147 gabor_007 gabor_025 gabor_062_alt gabor_147 gabor_007 gabor_025_alt "1_18_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_062_147_007_025_target_position_2_3_retrieval_position_2" gabor_circ gabor_097_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2092 2992 2592 fixation_cross gabor_169 gabor_141 gabor_008 gabor_029 gabor_169 gabor_141 gabor_008_alt gabor_029_alt "1_19_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_169_141_008_029_target_position_1_2_retrieval_position_1" gabor_119_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 2242 2992 2492 fixation_cross gabor_155 gabor_004 gabor_084 gabor_027 gabor_155_alt gabor_004_alt gabor_084 gabor_027 "1_20_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2500_gabor_patch_orientation_155_004_084_027_target_position_3_4_retrieval_position_2" gabor_circ gabor_139_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_139_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_027 gabor_142 gabor_057 gabor_074 gabor_027_alt gabor_142 gabor_057 gabor_074_alt "1_21_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_027_142_057_074_target_position_2_3_retrieval_position_2" gabor_circ gabor_095_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2142 2992 2542 fixation_cross gabor_166 gabor_148 gabor_092 gabor_030 gabor_166 gabor_148 gabor_092_alt gabor_030_alt "1_22_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2550_gabor_patch_orientation_166_148_092_030_target_position_1_2_retrieval_position_1" gabor_166_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_166_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2192 2992 2392 fixation_cross gabor_147 gabor_010 gabor_125 gabor_173 gabor_147 gabor_010_alt gabor_125 gabor_173_alt "1_23_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_147_010_125_173_target_position_1_3_retrieval_position_1" gabor_147_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_147_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_081 gabor_021 gabor_164 gabor_056 gabor_081_alt gabor_021_alt gabor_164 gabor_056 "1_24_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_081_021_164_056_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_056_framed blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_065 gabor_020 gabor_127 gabor_173 gabor_065 gabor_020 gabor_127_alt gabor_173_alt "1_25_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_065_020_127_173_target_position_1_2_retrieval_position_2" gabor_circ gabor_020_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_020_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 2092 2992 1992 fixation_cross gabor_050 gabor_116 gabor_026 gabor_180 gabor_050 gabor_116_alt gabor_026_alt gabor_180 "1_26_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2000_gabor_patch_orientation_050_116_026_180_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_026_framed gabor_circ blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_026_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_101 gabor_066 gabor_154 gabor_085 gabor_101_alt gabor_066_alt gabor_154 gabor_085 "1_27_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_101_066_154_085_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_039_framed blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1842 2992 2092 fixation_cross gabor_007 gabor_144 gabor_071 gabor_178 gabor_007_alt gabor_144 gabor_071_alt gabor_178 "1_28_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_007_144_071_178_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_178_framed blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1942 2992 1942 fixation_cross gabor_037 gabor_179 gabor_106 gabor_122 gabor_037 gabor_179_alt gabor_106 gabor_122_alt "1_29_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1950_3000_1950_gabor_patch_orientation_037_179_106_122_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_072_framed blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_072_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 2442 fixation_cross gabor_082 gabor_124 gabor_147 gabor_104 gabor_082 gabor_124 gabor_147_alt gabor_104_alt "1_30_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2450_gabor_patch_orientation_082_124_147_104_target_position_1_2_retrieval_position_2" gabor_circ gabor_169_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_037 gabor_113 gabor_067 gabor_173 gabor_037 gabor_113_alt gabor_067_alt gabor_173 "1_31_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_037_113_067_173_target_position_1_4_retrieval_position_1" gabor_086_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2242 2992 2542 fixation_cross gabor_131 gabor_048 gabor_004 gabor_168 gabor_131_alt gabor_048 gabor_004 gabor_168_alt "1_32_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2550_gabor_patch_orientation_131_048_004_168_target_position_2_3_retrieval_position_2" gabor_circ gabor_048_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_013 gabor_033 gabor_155 gabor_139 gabor_013_alt gabor_033 gabor_155_alt gabor_139 "1_33_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_013_033_155_139_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2142 2992 2092 fixation_cross gabor_166 gabor_137 gabor_010 gabor_119 gabor_166 gabor_137 gabor_010_alt gabor_119_alt "1_34_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_166_137_010_119_target_position_1_2_retrieval_position_2" gabor_circ gabor_137_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 2142 2992 2192 fixation_cross gabor_144 gabor_116 gabor_078 gabor_165 gabor_144 gabor_116_alt gabor_078_alt gabor_165 "1_35_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2200_gabor_patch_orientation_144_116_078_165_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_033_framed gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_033_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_098 gabor_066 gabor_131 gabor_115 gabor_098 gabor_066_alt gabor_131_alt gabor_115 "1_36_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_098_066_131_115_target_position_1_4_retrieval_position_1" gabor_148_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_174 gabor_031 gabor_097 gabor_112 gabor_174_alt gabor_031 gabor_097_alt gabor_112 "1_37_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_174_031_097_112_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_112_framed blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1892 2992 1992 fixation_cross gabor_037 gabor_143 gabor_015 gabor_059 gabor_037_alt gabor_143 gabor_015 gabor_059_alt "1_38_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_037_143_015_059_target_position_2_3_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 2342 fixation_cross gabor_002 gabor_051 gabor_115 gabor_177 gabor_002 gabor_051_alt gabor_115 gabor_177_alt "1_39_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_002_051_115_177_target_position_1_3_retrieval_position_1" gabor_137_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1792 2992 2042 fixation_cross gabor_107 gabor_174 gabor_022 gabor_042 gabor_107 gabor_174 gabor_022_alt gabor_042_alt "1_40_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_107_174_022_042_target_position_1_2_retrieval_position_2" gabor_circ gabor_129_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2092 2992 2442 fixation_cross gabor_042 gabor_069 gabor_152 gabor_087 gabor_042 gabor_069_alt gabor_152 gabor_087_alt "1_41_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2450_gabor_patch_orientation_042_069_152_087_target_position_1_3_retrieval_position_1" gabor_042_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1942 2992 2592 fixation_cross gabor_127 gabor_146 gabor_174 gabor_019 gabor_127_alt gabor_146 gabor_174 gabor_019_alt "1_42_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1950_3000_2600_gabor_patch_orientation_127_146_174_019_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_066_framed blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_066_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1792 2992 2542 fixation_cross gabor_133 gabor_151 gabor_001 gabor_112 gabor_133 gabor_151_alt gabor_001_alt gabor_112 "1_43_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_133_151_001_112_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_112_framed blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 1742 2992 2142 fixation_cross gabor_068 gabor_084 gabor_029 gabor_008 gabor_068 gabor_084 gabor_029_alt gabor_008_alt "1_44_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2150_gabor_patch_orientation_068_084_029_008_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_008_framed blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_008_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_050 gabor_026 gabor_172 gabor_089 gabor_050 gabor_026_alt gabor_172_alt gabor_089 "1_45_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_050_026_172_089_target_position_1_4_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1742 2992 2392 fixation_cross gabor_022 gabor_093 gabor_004 gabor_135 gabor_022_alt gabor_093 gabor_004 gabor_135_alt "1_46_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_022_093_004_135_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_053_framed gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_083 gabor_006 gabor_057 gabor_024 gabor_083 gabor_006_alt gabor_057_alt gabor_024 "1_47_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_083_006_057_024_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_024_framed blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_024_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2092 2992 2242 fixation_cross gabor_055 gabor_096 gabor_024 gabor_161 gabor_055 gabor_096_alt gabor_024 gabor_161_alt "1_48_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2250_gabor_patch_orientation_055_096_024_161_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_024_framed gabor_circ blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_024_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 1742 2992 2242 fixation_cross gabor_045 gabor_094 gabor_164 gabor_017 gabor_045_alt gabor_094 gabor_164_alt gabor_017 "1_49_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2250_gabor_patch_orientation_045_094_164_017_target_position_2_4_retrieval_position_1" gabor_045_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_045_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1742 2992 2492 fixation_cross gabor_130 gabor_092 gabor_160 gabor_052 gabor_130 gabor_092_alt gabor_160 gabor_052_alt "1_50_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_130_092_160_052_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_160_framed gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_139 gabor_051 gabor_070 gabor_111 gabor_139_alt gabor_051 gabor_070_alt gabor_111 "1_51_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_139_051_070_111_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_111_framed blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_111_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1942 2992 2042 fixation_cross gabor_132 gabor_152 gabor_018 gabor_043 gabor_132_alt gabor_152 gabor_018_alt gabor_043 "1_52_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_132_152_018_043_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_043_framed blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_043_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1892 2992 1992 fixation_cross gabor_084 gabor_038 gabor_056 gabor_118 gabor_084_alt gabor_038 gabor_056 gabor_118_alt "1_53_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_084_038_056_118_target_position_2_3_retrieval_position_2" gabor_circ gabor_173_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 63 292 292 399 125 1992 2992 2292 fixation_cross gabor_090 gabor_105 gabor_138 gabor_072 gabor_090_alt gabor_105_alt gabor_138 gabor_072 "1_54_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2000_3000_2300_gabor_patch_orientation_090_105_138_072_target_position_3_4_retrieval_position_2" gabor_circ gabor_056_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_056_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1992 2992 2542 fixation_cross gabor_094 gabor_044 gabor_067 gabor_150 gabor_094_alt gabor_044 gabor_067_alt gabor_150 "1_55_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2550_gabor_patch_orientation_094_044_067_150_target_position_2_4_retrieval_position_2" gabor_circ gabor_044_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1992 2992 2192 fixation_cross gabor_017 gabor_172 gabor_131 gabor_105 gabor_017 gabor_172_alt gabor_131 gabor_105_alt "1_56_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_017_172_131_105_target_position_1_3_retrieval_position_1" gabor_152_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2192 2992 2242 fixation_cross gabor_005 gabor_027 gabor_132 gabor_074 gabor_005 gabor_027_alt gabor_132 gabor_074_alt "1_57_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2250_gabor_patch_orientation_005_027_132_074_target_position_1_3_retrieval_position_1" gabor_050_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_050_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_076 gabor_045 gabor_118 gabor_166 gabor_076 gabor_045 gabor_118_alt gabor_166_alt "1_58_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_076_045_118_166_target_position_1_2_retrieval_position_2" gabor_circ gabor_092_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2092 2992 1942 fixation_cross gabor_171 gabor_104 gabor_089 gabor_119 gabor_171 gabor_104_alt gabor_089 gabor_119_alt "1_59_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_1950_gabor_patch_orientation_171_104_089_119_target_position_1_3_retrieval_position_1" gabor_035_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1892 2992 2192 fixation_cross gabor_020 gabor_134 gabor_094 gabor_167 gabor_020 gabor_134_alt gabor_094 gabor_167_alt "1_60_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_020_134_094_167_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_049_framed gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_049_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1842 2992 2042 fixation_cross gabor_170 gabor_012 gabor_080 gabor_050 gabor_170_alt gabor_012 gabor_080 gabor_050_alt "1_61_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_170_012_080_050_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_080_framed gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 2192 2992 2442 fixation_cross gabor_037 gabor_097 gabor_115 gabor_160 gabor_037 gabor_097_alt gabor_115_alt gabor_160 "1_62_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_2450_gabor_patch_orientation_037_097_115_160_target_position_1_4_retrieval_position_2" gabor_circ gabor_097_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_097_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_084 gabor_038 gabor_126 gabor_104 gabor_084_alt gabor_038_alt gabor_126 gabor_104 "1_63_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_084_038_126_104_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_056_framed blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_115 gabor_130 gabor_047 gabor_002 gabor_115 gabor_130_alt gabor_047 gabor_002_alt "1_64_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_115_130_047_002_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_092_framed gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_155 gabor_068 gabor_049 gabor_014 gabor_155_alt gabor_068 gabor_049 gabor_014_alt "1_65_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_155_068_049_014_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_097_framed gabor_circ blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_138 gabor_073 gabor_007 gabor_026 gabor_138_alt gabor_073_alt gabor_007 gabor_026 "1_66_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_138_073_007_026_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_007_framed gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 61 292 292 399 125 2142 2992 2292 fixation_cross gabor_080 gabor_006 gabor_159 gabor_036 gabor_080 gabor_006_alt gabor_159 gabor_036_alt "1_67_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2300_gabor_patch_orientation_080_006_159_036_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_112_framed gabor_circ blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 2242 2992 2342 fixation_cross gabor_159 gabor_054 gabor_031 gabor_075 gabor_159_alt gabor_054_alt gabor_031 gabor_075 "1_68_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2250_3000_2350_gabor_patch_orientation_159_054_031_075_target_position_3_4_retrieval_position_1" gabor_159_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_159_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 62 292 292 399 125 2042 2992 2042 fixation_cross gabor_042 gabor_005 gabor_154 gabor_128 gabor_042 gabor_005 gabor_154_alt gabor_128_alt "1_69_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_042_005_154_128_target_position_1_2_retrieval_position_1" gabor_042_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
44 64 292 292 399 125 1792 2992 1892 fixation_cross gabor_152 gabor_126 gabor_171 gabor_094 gabor_152_alt gabor_126 gabor_171_alt gabor_094 "1_70_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_1900_gabor_patch_orientation_152_126_171_094_target_position_2_4_retrieval_position_1" gabor_152_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_152_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
};
|
c15f34d8d71aabb3addfbb1419605ba4b906f09b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2175/CH3/EX3.8/3_8.sce
|
69a65d5ca7bff8195f52e97637a49542fc2c1b23
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 185
|
sce
|
3_8.sce
|
clc;
p1=7;//bar
p2=1;//bar
y=1.333;
T1=923;//K
T2=T1/[(p1/p2)^((y-1)/y)]
cp=1.11;
c2=45;
c1=9;
W=cp*(T2-T1)+[(c2^2-c1^2)/(2*10^3)];
disp("powar output is");
disp("kW",-W)
|
5da930986ba61288f346a3fc11f78cda17a24fd6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2102/CH2/EX2.33/exa_2_33.sce
|
ef9c25d87a17968476a12a7f6cf4bdcafecfb030
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 636
|
sce
|
exa_2_33.sce
|
// Exa 2.33
clc;
clear;
close;
// Given data
e=1.6*10^-19;// in C
a= 0.004*0.0015;// in m^2
ni= 2.5*10^19;// per m^3
miu_e= 0.38;// in m^2/ v-s
miu_p= 0.18;// in m^2/v-s
V=10;// in V
i= 25;// in mm
i=i*10^-3;// in m
E= V/i;// in V/m
// Part (a)
ve= miu_e*E;// in m/sec
disp(ve,"Electric drift velocity in m/sec is : ")
vp= miu_p*E;// in m/sec
disp(vp,"Hole drift velocity in m/sec is : ")
// Part (b)
sigma_i= ni*e*(miu_e+miu_p);// in (Ωcm)^-1
disp(sigma_i,"Intrinsic carrier conductivity of Ge in (Ωcm)^-1 is : ")
// Part (c)
I= sigma_i*E*a;// in A
I=I*10^3;// in mA
disp(I,"Total current in mA is : ")
|
44a0a335e1270ea0785f66d11959712fb2cc3412
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.2/Unix/scilab-2.2/macros/scicos/m_sin.sci
|
f870ce2251f4ba4836989c1cbff89909e3b71d4c
|
[
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 801
|
sci
|
m_sin.sci
|
function [out1,out2]=m_sin(t,x,z,u,clock,flag,rpar,ipar)
//if flag>0 then write(0,'m_sin t='+string(t)+' flag ='+string(flag)),end
out1=[];out2=[];
select flag
case 1 then
out1=sin(rpar(1)*t+rpar(2))
case 2 then
x_message('?')
case 3 then
x_message('?')
case -1 then //initialisation
model=t
label='Sin'
state=[]
dstate=[]
rpar=[1;0]
model=list(model(1),0,1,0,0,state,dstate,rpar,[],'d',-1,[%f %t])
out1=list(model,label)
case -2 then //update
model=t
label=x
rpar=model(8);gain=rpar(1);phase=rpar(2)
[ok,label1,gain,phase]=getvalue('Set Sin block parameters',..
['Block label';'Frequency';'Phase'],list('str',1,'vec',1,'vec',1),..
[label;string(gain);string(phase)])
if ok then
model(8)=[gain;phase]
label=label1
end
out1=list(model,label)
end
|
b08eef798686f16caf53ddf14dd8fc0649f0de68
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/530/CH3/EX3.1/example_3_1.sce
|
dacbeeb32c535d4f9b5efc71b2cef8de12c91d2d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 658
|
sce
|
example_3_1.sce
|
clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 3
// Thermal Radiation
// Example 3.1
// Page 114
printf("Example 3.1, Page 114 \n\n");
T = 5779 ; // [Temperature,in Kelvin]
// From Wein's law, eqn 3.2.8
lambda_m = 0.00290/T ; // [m]
// Substituting this value in plank's law, we get
e = 2*(%pi)*0.596*(10^-16)/(((0.5018*10^-6)^5)*(exp(0.014387/0.00290)-1)) ; //[W/m^2 m]
e_bl_max= e / 10^6 ;
printf("Value of emissivity on sun surface is %f W/m^2 um \n",e_bl_max); //[W/m^2 um]
e_earth = e_bl_max*((0.695*10^6)/(1.496*10^8))^2 ;
printf("The value of emmissivity on earths surface is %f W/m^2 um", e_earth)
|
55c67f44353ea32c1dfad32737e39f9d5473ea83
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2471/CH11/EX11.4/Ex11_4.sce
|
4fd2252ae4ce1acf3040fb195d9c27e6b0e7ab78
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 410
|
sce
|
Ex11_4.sce
|
clear ;
clc;
// Example 11.4
printf('Example 11.4\n\n');
printf('Page No. 316\n\n');
//given
Cm_S = 10000;// Company saving in Pound per annum
S = Cm_S/12;// Saving in Pound per months
Ca_C = 10500;// Capital cost in Pound
Ins_C = 7500;// Installation cost in Pound
T_C = Ca_C + Ins_C;// Total cost in Pound
T = T_C/S;// pay-back time in months
printf('The pay-back period was %.0f months\n',T)
|
4e7baacacbaa4bd6011add80183113a0a9818986
|
505dbe6f806a6e0354b4f1f2326dc36f01fbe3e0
|
/S3/Proba-Stats/56_6.sce
|
7bb395bb8a032ad7808c9322e988f7a868e72724
|
[] |
no_license
|
MalikZouhiri/DropIUT
|
5d1dea760cc1114114a2caf0bab1701e9adc815b
|
1ae2cdd14f10182dbe6d0b2546e452851076591f
|
refs/heads/master
| 2020-06-05T06:20:05.109658
| 2015-01-23T06:04:33
| 2015-01-23T06:04:33
| 29,574,014
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 118
|
sce
|
56_6.sce
|
// Vecteurs (3)
x=[0:0.1:1]
x(1)
x(2)
x+2
y=1:0.1:2
z=x+y
length(x)
size(x)
if length(y)==length(x) then p=x.*y;p
end
|
f3dac89b604348932d7493de484931fd53b58163
|
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
|
/ketpicscifiles6/Zperspt.sci
|
13601556533ace3b13aeb221ca52713581cab0c6
|
[] |
no_license
|
ketpic/ketcindy-scilab-support
|
e1646488aa840f86c198818ea518c24a66b71f81
|
3df21192d25809ce980cd036a5ef9f97b53aa918
|
refs/heads/master
| 2021-05-11T11:40:49.725978
| 2018-01-16T14:02:21
| 2018-01-16T14:02:21
| 117,643,554
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 413
|
sci
|
Zperspt.sci
|
// 08.08.12
// 10.01.02
function X3=Zperspt(P)
global FocusPoint EyePoint
Tmp=P-FocusPoint;
X1=Tmp(1); Y1=Tmp(2); Z1=Tmp(3);
Tmp=EyePoint-FocusPoint;
E1=Tmp(1); F1=Tmp(2); G1=Tmp(3);
Ca=E1/sqrt(E1^2+F1^2);
Sa=F1/sqrt(E1^2+F1^2);
X2=X1*Ca+Y1*Sa; Y2=-X1*Sa+Y1*Ca; Z2=Z1;
E2=E1*Ca+F1*Sa; F2=-E1*Sa+F1*Ca; G2=G1;
Cb=E2/sqrt(E2^2+G2^2);
Sb=G2/sqrt(E2^2+G2^2);
X3=X2*Cb+Z2*Sb;
endfunction
|
7b1ae070a127c3532c4f9a8404fdf9a4cd79ce17
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/964/CH7/EX7.1/7_1.sce
|
b9062a072990b36367155eb261e7bc7772cd4a40
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 288
|
sce
|
7_1.sce
|
clc;
clear;
function y=f(x)
y=(x-4)*(x+6)
endfunction
n=2;
a(1)=-24;
a(2)=2;
a(3)=1;
t=4;
r=a(3);
a(3)=0;
for i=(n):-1:1
s=a(i);
a(i)=r;
r=s+r*t;
end
disp("The quptient is a(1)+a(2)*x where :")
disp(a(1),"a(1)=")
disp(a(2),"a(2)=")
disp(r,"remainder=")
|
74f0f3091187e083c0e4168b4f7e3c65bc938819
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/275/CH3/EX3.3.16/Ch3_3_16.sce
|
9465945695fe4f98e476e21654c9aa2755aa7bd7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 466
|
sce
|
Ch3_3_16.sce
|
clc
disp("Example 3.16")
printf("\n")
disp("calculate the value of alpha,Ib,beta for a transistor")
printf("Given\n")
//collector current
Ic=2.5*10^-3
//emitter current
Ie=2.55*10^-3
//Value of alpha
alpha=Ic/Ie
//Value of Ib
Ib=Ie-Ic
//value of beta
beta=Ic/Ib
printf("collector current \n%f ampere\n",Ic)
printf("Emitter current \n%f ampere\n",Ie)
printf("alpha \n%f\n",alpha)
printf("base current \n%f ampere\n",Ib)
printf("beta \n%f\n",beta)
|
3415d8d99ee11794b65dd61ea135eb2fb0f8e8df
|
1573c4954e822b3538692bce853eb35e55f1bb3b
|
/DSP Functions/allpassbpc2bpc/test_2.sce
|
82b59172443fb1969832bb29cb9df7e838f80bc2
|
[] |
no_license
|
shreniknambiar/FOSSEE-DSP-Toolbox
|
1f498499c1bb18b626b77ff037905e51eee9b601
|
aec8e1cea8d49e75686743bb5b7d814d3ca38801
|
refs/heads/master
| 2020-12-10T03:28:37.484363
| 2017-06-27T17:47:15
| 2017-06-27T17:47:15
| 95,582,974
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 161
|
sce
|
test_2.sce
|
// Test # 2 : Excess Input Arguments
exec('./allpassbpc2bpc.sci',-1);
[n,d]=allpassbpc2bpc([0.3,0.2],[0.1,0.5]);
//!--error 58
//Wrong number of input arguments
|
8ab8f6152ae0a584439d020d8aa08b382a6ddb4b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1478/CH2/EX2.18.22/2_18_22.sce
|
ba5ed9ec09a9adcd6c7c33904c1efc3495316b82
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 891
|
sce
|
2_18_22.sce
|
//water and its treatment//
//example 2.18.22//
clc
Purity_Lime=.85
Purity_soda=.80
Rate_lime=9//Rs.per kg//
Rate_soda=35//Rs.per kg//
W1=20.4;//amount of CaSO4 in ppm//
W2=9.5;//amount of MgCl2 in ppm//
W3=7.3;//amount of HCl in ppm//
M1=100/136;//multiplication factor of CaSO4//
M2=100/95;//multiplication factor of MgCl2//
M3=100/(36.5*2);//multiplication factor of HCl//
P1=W1*M1;//in terms of CaCO3//S
P2=W2*M2;//in terms of CaCO3//L+S
P3=W3*M3;//in terms of CaCO3//L+S
V=80000;//volume of water in litres//
L=0.74*(P2+P3)*V/Purity_Lime;//lime required in mg//
L=L/10^6;
printf("\nLime required is %.3f kg",L);
S=1.06*(P1+P2+P3)*V/Purity_soda;//soda required in mg//
S=S/10^6;
printf("\nSoda required is %.2f kg",S)
Cost_lime=L*Rate_lime
Cost_soda=S*Rate_soda
printf("\nCost of lime is Rs. %.2f",Cost_lime);
printf("\nCost of soda is Rs. %.2f",Cost_soda)
|
4b856ceab6cdac5460547a3f48dc431da2353b30
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2699/CH10/EX10.19/Ex10_19.sce
|
aed1fc0e7d33d20da76a911a6ee9906c13f1ca8f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 362
|
sce
|
Ex10_19.sce
|
//EX10_19 PG-10.66
clc
Rf=60e3;//feedback resistance
R1=10e3;
R2=20e3;
R3=30e3;
V1=-1;//first input voltage at the inverting terminal
V2=-2;//second input voltage at the inverting terminal
V3=3;//third input voltage at the inverting terminal
Vo=-(Rf/R1*V1+Rf/R2*V2+Rf/R3*V3);//output voltage
printf("\n Therefore output voltage is Vo= %.0f V \n",Vo)
|
f873532209271f8d415fa421eb8d9433c363f887
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3428/CH23/EX14.23.24/Ex14_23_24.sce
|
c30e2668dc1b747f4ba27616bf212dbd722c682b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 342
|
sce
|
Ex14_23_24.sce
|
//Section-14,Example-1,Page no.-PC.118
//To estimate the pH of the given solutions.
clc;
A_NH4Cl=0.01
K_aNH4Cl=(5.6*10^-10)
A_NHCH3_3Cl=0.0025
K_aNHCH3_3Cl=(1.5*10^-10)
pH1=-(1/2*log10(A_NH4Cl))-(1/2*log10(K_aNH4Cl))
disp(pH1,'pH of NH(CH3)3')
pH2=-(1/2*log10(A_NHCH3_3Cl))-(1/2*log10(K_aNHCH3_3Cl))
disp(pH2,'pH of given NH_4Cl')
|
3756e79fc96e81de79cb0639d4d25c5f20279704
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1217/CH1/EX1.26/Exa1_26.sce
|
d2fa59837b055cc3614cdbb2294c3c0f8dd17a36
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,514
|
sce
|
Exa1_26.sce
|
//Exa 1.26
clc;
clear;
close;
//given data
BETAac=100;//unitless
BETAdc=100;//unitless
VT=25;//in mvolts
VEE=10;//in volts
VCC=10;//in volts
VBE=0.7;//in volts
VEB=-0.7;//in volts
RC2=2.7;//in kohm
RC1=2.7;//in kohm
RC3=1.5;//in kohm
RC4=1.5;//in kohm
RE1=5;//in kohm
RE2=10;//in kohm
RE3=10;//in kohm
IE1=(VEE-VBE)/(2*RE1);//in mA
IC1=IE1;
//as Q1 and Q2 are identical
IC2=IC1;
VC1=VCC-RC1*IC1;
VE1=-0.7;//in Volts
VE2=0.7;//in Volts
VCE1=VC1-VE1;
VCE2=VCE1;
disp("Writing KVL for the base emitter loop of tarnsistor Q3 will determine IC3 as :");
disp("VCC-RC2*IC2-VBE3-RE3*2*IE3+VEE=0")
IE3=(VCC-RC2*IC2-VBE+VEE)/(2*RE3);//in mA
IE4=IE3;//in mA
VC3=VCC-RC3*IE3;//in Volts
VC4=VC3;//in Volts
VE3=VC1-VBE;//in Volts
VCE3=VC3-VE3;//in Volts
VCE4=VCE3;//in Volts
disp("Thus operating point for Q1 & Q2 becomes : ")
disp(IC1,"ICQ in mA is : ");disp(VCE1,"VCEQ in volts is : ")
disp("And operating point for Q3 & Q4 becomes : ")
disp(IE3,"ICQ in mA is : ");disp(VCE3,"VCEQ in volts is : ")
re1=VT/IC1;//in ohm
re2=re1;//in ohm
re3=VT/IE3;//in ohm
re4=re3;//in ohm
Ri2=2*BETAac*re3;//in ohm
Ri2=Ri2*10^-3;//in kohm
Ad1=((RC1*Ri2)/(RC1+Ri2))/(re1*10^-3);
Ad2=RC4/(2*re4*10^-3);
Ad=Ad1*Ad2;
disp(Ad,"Overall voltage gain is : ");
Ri1=2*BETAac*re1;//in ohm
Ri1=Ri1/1000;//in kohm
disp(Ri1,"Input resistance of the cascaded differential amplifier in kohm is : ");
Ro2=RC4;//in kohm
disp(Ro2,"Output resistance of the cascaded differential amplifier in kohm is : ");
|
8359a1ea1caf7f3522b9fad31e8dfbb69c81a215
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2621/CH1/EX1.7/Ex1_7.sce
|
6cb1e76227cbd60a1dc303a0485064bb51832f8e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 531
|
sce
|
Ex1_7.sce
|
// Example 1.7
clc;
clear;
close;
// Given data
format('v',6);
VEE= 5;// supply voltage in V
RC= 2*10^3;// collector resistance in Ω
RE= 4.3;// emitter resistance in kΩ
VBE= 0.7;// in V
VT= 26;// in mV
IE= (VEE-VBE)/(2*RE);//emitter current in mA
re_desh= VT/IE;//dynamic emitter resistance in Ω
Ad= RC/(2*re_desh);// differential mode gain
Acm= RC/(2*RE*10^3+re_desh);// common mode gain
disp(Acm,"The common mode gain is : ");
CMRR= Ad/Acm;// common mode rejection ratio
disp(CMRR,"The CMRR is : ");
|
bbbd822bca8b86d55eaaa061c51682c547a819a0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3773/CH3/EX3.1/Ex3_1.sce
|
dda9f83a9c9ff5f21cfa2d9fcfb31ef3c09875a6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 344
|
sce
|
Ex3_1.sce
|
//Chapter 3: The Antenna Family
//Example 3-3.2
clc;
//Variable Initialization
Z_0 = 377 //Intrinsic impedance of free space(ohm)
Z_d = 710 +%i //Terminal impedance of dipole cylinder (ohm)
//Calculation
Z_s = (Z_0**2)/(4*Z_d) //Terminal impedance of the slot (ohm)
//Result
mprintf("The terminal impedance of the slot is %d ohms",Z_s)
|
20514ccf0b35eb9cd40fb788021c851b1e0ce21a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3257/CH8/EX8.4/Ex8_4.sce
|
08ab679e36ea3207bc67ce2cc3bacf277709d392
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 637
|
sce
|
Ex8_4.sce
|
// Material removal rate and cutting force in turning
clc
D_o = 10 // diameter in mm
N = 360 // spindle rpm
D_i = 9 // machined diameter in mm
x = 1.75 // axial speed in mm/min
l = 125 // length in mm
rate = 4 // specific energy in W-s/mm^3
printf("\n Example 8.4")
V_o = %pi*D_o*1e-3*N
V_i =%pi*D_i*1e-3*N
d = (D_o-D_i)/2
f = x*100/N
mrr = %pi*(D_o-d)*d*f*N
t = l/(d*N)
power = rate*mrr/60
T = power/(2*%pi*N/60) // torque
F_c = T/((D_o-d)/(2*1000))
printf("\n Material removal rate is %.2f mm^3/min.",mrr)
// Answer in book is 2610.08 mm^3/min
printf("\n Cutting force is %d N.", F_c)
// Answer in book is 994N
|
fc75f8c7f73b15c667709a80641887a736a637c2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/608/CH44/EX44.13/44_13.sce
|
afce2db58d87e655368bda685934f87d5cffaa1d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,024
|
sce
|
44_13.sce
|
//Problem 44.13: A cable which has a characteristic impedance of 75 ohm is terminated in a 250 ohm resistive load. Assuming that the cable has negligible losses and the voltage measured across the terminating load is 10 V, calculate the value of (a) the reflection coefficient for the line, (b) the incident current, (c) the incident voltage, (d) the reflected current, and (e) the reflected voltage.
//initializing the variables:
Zo = 75; // in ohm
ZR = 250; // in ohm
VR = 10; // in Volts
//calculation:
//reflection coefficient
p = (Zo - ZR)/(Zo + ZR)
//Current flowing in the terminating load
IR = VR/ZR
//incident current, Ii
Ii = IR/(1 + p)
//incident voltage, Vi
Vi = Ii*Zo
//reflected current, Ir
Ir = IR - Ii
//reflected voltage, Vr
Vr = -1*Ir*Zo
printf("\n\n Result \n\n")
printf("\n reflection coefficient is %.3f",p)
printf("\n incident current, Ii is %.4f A",Ii)
printf("\n incident voltage, Vi is %.2f V",Vi)
printf("\n reflected current, Ir is %.4f A",Ir)
printf("\n reflected voltage, Vr is %.2f V",Vr)
|
8d5db4de258d4b7ac4a709debd0d8a98dfa4263f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/62/CH4/EX4.22/ex_4_22.sce
|
9ee7d7e019634b6eeaabbd6d2a0979701a0a8e86
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 193
|
sce
|
ex_4_22.sce
|
clc;
z = %z;
syms n z1 ;
X =3/(z-2);
X1 = denom(X);
zp = roots(X1);
X1 = 3/(z1-2);
F1 = X1*(z1^(n-1))*(z1-zp(1));
x1 = limit(F1,z1,zp(1));
disp(x1,'x1[n]=')
disp(x1*'u(n-1)',"x[n]=")
|
1c58ef5e1a7996d33eab8e27fbb76d399da7015a
|
e0124ace5e8cdd9581e74c4e29f58b56f7f97611
|
/3913/CH12/EX12.28/Ex12_28.sce
|
a50efb12ce2b7a357edfa5565077b27663fac4ea
|
[] |
no_license
|
psinalkar1988/Scilab-TBC-Uploads-1
|
159b750ddf97aad1119598b124c8ea6508966e40
|
ae4c2ff8cbc3acc5033a9904425bc362472e09a3
|
refs/heads/master
| 2021-09-25T22:44:08.781062
| 2018-10-26T06:57:45
| 2018-10-26T06:57:45
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 260
|
sce
|
Ex12_28.sce
|
//Chapter 12 : Solutions to the Exercises
//Scilab 6.0.1
//Windows 10
clear;
clc;
//Solution for 7.4
f100=[2;3;-2]
f110=[4;1;4]
f111=[5;1;-7]
f010=f110-f100
disp(f010)
f001=f111-f110
disp(f001)
//answer is wrong in book
ir3=[f100 f010 f001]
|
29e99ff48e1035ca7668bc71024908290ba50fe7
|
e41b69b268c20a65548c08829feabfdd3a404a12
|
/3DCosmos/TOOLS.SCI
|
cd0d2b30cc53c416cef29cccc32472c74085b066
|
[
"LicenseRef-scancode-khronos",
"MIT"
] |
permissive
|
pvaut/Z-Flux
|
870e254bf340047ed2a52d888bc6f5e09357a8a0
|
096d53d45237fb22f58304b82b1a90659ae7f6af
|
refs/heads/master
| 2023-06-28T08:24:56.526409
| 2023-03-01T12:44:08
| 2023-03-01T12:44:08
| 7,296,248
| 1
| 1
| null | 2023-06-13T13:04:58
| 2012-12-23T15:40:26
|
C
|
UTF-8
|
Scilab
| false
| false
| 1,633
|
sci
|
TOOLS.SCI
|
function T_scene_create()
{
# resetall;
resetallscenes;
resetallviewports;
displayname=root.displays.getmembers.get(0).name;
vp=addviewport(0,0,1,1,displayname,displayname);
vp.name="main";
vp.start;
vp.camerapos=point(0,6,10);
vp.cameradir=vecnorm(point(0,0,0)-vp.camerapos);
vp.cameraupdir=vector(0,1,0);
vp.enableusernavigation=true;
vp.EnableUserTimeControl=true;
vp.NearClipPlane=0.05;
vp.FarClipPlane=30;
vp.FocalDistance=10;
vp.EyeSeparation=0.5;
vp.FrameSize=0;
sc=addscene;sc.name="SC";
sc.light0pos=point(50,50,100);
vp.setscene(sc);
scene.ambientlightcolor=color(0.1,0.1,0.1);
scene.start;
universe=sc.addsubframe("Universe");
root.time=time(2008,1,1,0,0,0);
root.TimeSpeed=1;
return(root.SC.Universe);
}
function T_getrootframe()
{
return(root.SC.Universe);
}
function T_getscene()
{
return(root.SC);
}
function T_getviewport()
{
return(root.Viewports.main);
}
function T_createdialogframe()
{
ldialogframe=T_getrootframe.addscreenframe("DialogFrame");
ldialogframe.enablelight=false;
ldialogframe.BlendType=BlendTranslucent;
ldialogframe.DepthMask=DepthMaskDisable;
ldialogframe.color=color(1,1,1,0.5);
return(ldialogframe);
}
function T_createmenu()
{
lmenuframe=sss.universe.addscreenframe("MenuFrame");
lmenuframe.enablelight=false;
lmenuframe.BlendType=BlendTranslucent;
lmenuframe.DepthMask=DepthMaskDisable;
lmenuframe.color=color(1,1,1,0.5);
lmenu=lmenuframe.add("MenuControl","Name":"Menu","Position":point(0.01,0.99),"Size":0.027,"SizeX":0.2);
return(lmenu);
}
|
19490207f5cfc576f4e71ea7b43054eb290612af
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1358/CH2/EX2.17/Example217.sce
|
c59b84db89d4682adcae2186907744c25e803789
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 385
|
sce
|
Example217.sce
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 2, Example 17")
disp("Head generated by the pump H")
//H is directly proportionl to D^2
D = 0.32;
H = 21.5;
Hred = 20;
disp("Diameter to be reduced is Dred in cm")
Dred = D*(Hred/H)^(1/2) * 100
|
1e6af8d051bff2011cd27315b58e85b0620caf4e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/22/CH3/EX3.17/ch3ex17.sce
|
bf7514019091b319194c78e9786877a140c0673d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 388
|
sce
|
ch3ex17.sce
|
//signals and systems
//time domain analysis of discreet time systems
//convolution by sliding tape method
clear;
close;
clc;
n=(0:10)';
y=[4;13;zeros(length(n)-2,1)];
x=(3*n+5).*(n>=0);
for k=1:length(n)-2
y(k+2)=5*y(k+1)-6*y(k)+x(k+1)-5*x(k);
end
clf;
plot2d3(n,y); xlabel('n'); ylabel('y[n]');
disp('n y');
disp(msprintf('%f\t\t%f\n',[n,y]));
|
6709eb5e6994d3ba2e1a2b77ccf85b1c4e527bd6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3876/CH14/EX14.4/Ex14_4.sce
|
e327efecd019bad60aec31644e4186d1ef98ef52
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 238
|
sce
|
Ex14_4.sce
|
//Chapter 14 Determination of Hydroniumion Concentrations
clc;
clear;
//Initialisation of Variables
E= 0.527 //v
T= 25 //C
R= 0.0592
e= -0.246 //v
//CALCULATIONS
pH= -(-E-e)/R
//RESULTS
mprintf("pH of the unknown solution= %.2f",pH);
|
3f9ff2aac60e6c6fa5498d8ad8699cebe0733d82
|
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
|
/horizontal dots small moving pistol 10 times hit.sce
|
bca1cc948d31a1efa9d27694ef74e2d14a571331
|
[] |
no_license
|
MBHuman/Scenarios
|
be1a722825b3b960014b07cda2f12fa4f75c7fc8
|
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
|
refs/heads/master
| 2023-01-14T02:10:25.103083
| 2020-11-21T16:47:14
| 2020-11-21T16:47:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 45,357
|
sce
|
horizontal dots small moving pistol 10 times hit.sce
|
Name=horizontal dots small moving pistol 10 times hit
PlayerCharacters=A_air_trace_frozen
BotCharacters=nogravLEFT.bot;nogravRIGHT.bot;leftorrightnograv.rot;nogravLEFTf.bot;nogravLEFTs.bot;nogravRIGHTf.bot;nogravRIGHTs.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=A_air_trace_frozen
AddedBots=leftorrightnograv.rot;leftorrightnograv.rot;leftorrightnograv.rot;leftorrightnograv.rot;leftorrightnograv.rot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0
PlayerTeam=1
BotTeams=2;2;2;2;2
MapName=squarevert.map
MapScale=10.0
BlockProjectilePredictors=false
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=1000000.0
ScorePerDamage=8.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=4d track multiple shot
WeaponHeroTag=lg
DifficultyTag=2
AuthorsTag=Radidity
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=pistol multiple times to elimanate
GameVersion=2.0.1.1
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=false
LockedFOVMin=60.0
LockedFOVMax=120.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Low Skill
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.05
MaxReactionTime=0.05
MinSelfMovementCorrectionTime=0.05
MaxSelfMovementCorrectionTime=0.05
FlickFOV=5.0
FlickSpeed=1.0
FlickError=1.0
TrackSpeed=1.0
TrackError=1.0
MaxTurnAngleFromPadCenter=360.0
MinRecenterTime=0.1
MaxRecenterTime=0.1
OptimalAimFOV=4.0
OuterAimPenalty=1.0
MaxError=4.0
ShootFOV=0.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=nogravLEFT
DodgeProfileNames=long strafes left
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=nogravmed
SeeThroughWalls=true
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=nogravRIGHT
DodgeProfileNames=long strafes right
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=nogravmed
SeeThroughWalls=true
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=nogravLEFTf
DodgeProfileNames=long strafes left
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=nogravfast
SeeThroughWalls=true
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=nogravLEFTs
DodgeProfileNames=long strafes left
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=nogravSlow
SeeThroughWalls=true
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=nogravRIGHTf
DodgeProfileNames=long strafes right
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=nogravfast
SeeThroughWalls=true
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=nogravRIGHTs
DodgeProfileNames=long strafes right
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;0.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=nogravSlow
SeeThroughWalls=true
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Rotation Profile]
Name=leftorrightnograv
ProfileNames=nogravLEFT;nogravRIGHT;nogravLEFTf;nogravLEFTs;nogravRIGHTf;nogravRIGHTs
ProfileWeights=2.0;2.0;1.5;1.0;1.5;1.0
Randomized=true
[Character Profile]
Name=A_air_trace_frozen
MaxHealth=100.0
WeaponProfileNames=Track Master 100;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1300.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=true
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.3
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=nogravmed
MaxHealth=100.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.01
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=1250.0
MaxCrouchSpeed=500.0
Acceleration=90000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=100.0
MainBBRadius=50.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=100.0
ProjBBRadius=50.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=15.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=nogravfast
MaxHealth=100.0
WeaponProfileNames=selfdamage_weapon_hitscan;;;;;;;
MinRespawnDelay=0.01
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=2500.0
MaxCrouchSpeed=500.0
Acceleration=90000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=100.0
MainBBRadius=50.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=100.0
ProjBBRadius=50.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=15.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=nogravSlow
MaxHealth=100.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.01
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=500.0
Acceleration=90000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=100.0
MainBBRadius=50.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=100.0
ProjBBRadius=50.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=15.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=long strafes left
MaxTargetDistance=100000.0
MinTargetDistance=10.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.01
MaxLRTimeChange=0.01
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=100.0
RightStrafeTimeMult=0.001
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.0
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=long strafes right
MaxTargetDistance=100000.0
MinTargetDistance=10.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.1
MaxLRTimeChange=0.1
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=0.001
RightStrafeTimeMult=100.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.0
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=Track Master 100
Type=Hitscan
ShotsPerClick=1
DamagePerShot=10.0
KnockbackFactor=0.0
TimeBetweenShots=0.01
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=1000000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.05
HitSoundCooldown=0.01
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=0.0
TaggingHitFactor=0.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake Champions
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=1000.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=selfdamage_weapon_hitscan
Type=Hitscan
ShotsPerClick=1
DamagePerShot=10000.0
KnockbackFactor=0.0
TimeBetweenShots=5.0
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=3.0
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=0.100 Y=0.000 Z=0.000
MuzzleVelocityMax=X=0.100 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=0.3
MaxHitscanRange=0.1
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=1
AmmoPerShot=1
ReloadTimeFromEmpty=5.0
ReloadTimeFromPartial=5.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=10000.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Quake Champions
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=3.0
DamageAtCenter=3.3
DamageAtEdge=3.3
SelfDamageMultiplier=1.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.01
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=1.0,1.0,-1.0,5.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=1.0,1.0,-1.0,5.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-936.000000 -1088.000000 1216.000000
1064.000000 -1088.000000 1216.000000
1064.000000 -1088.000000 -784.000000
-936.000000 -1088.000000 -784.000000
-936.000000 -1152.000000 1216.000000
1064.000000 -1152.000000 1216.000000
1064.000000 -1152.000000 -784.000000
-936.000000 -1152.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1120.000000 912.000000 1216.000000
-936.000000 912.000000 1216.000000
-936.000000 912.000000 -784.000000
-1120.000000 912.000000 -784.000000
-1120.000000 -1088.000000 1216.000000
-936.000000 -1088.000000 1216.000000
-936.000000 -1088.000000 -784.000000
-1120.000000 -1088.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1064.000000 912.000000 1216.000000
1216.000000 912.000000 1216.000000
1216.000000 912.000000 -784.000000
1064.000000 912.000000 -784.000000
1064.000000 -1088.000000 1216.000000
1216.000000 -1088.000000 1216.000000
1216.000000 -1088.000000 -784.000000
1064.000000 -1088.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-936.000000 1032.000000 1224.000000
1064.000000 1032.000000 1224.000000
1064.000000 1032.000000 -776.000000
-936.000000 1032.000000 -776.000000
-936.000000 912.000000 1224.000000
1064.000000 912.000000 1224.000000
1064.000000 912.000000 -776.000000
-936.000000 912.000000 -776.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-936.000000 920.000000 1520.000000
1064.000000 920.000000 1520.000000
1064.000000 920.000000 1216.000000
-936.000000 920.000000 1216.000000
-936.000000 -1088.000000 1520.000000
1064.000000 -1088.000000 1520.000000
1064.000000 -1088.000000 1216.000000
-936.000000 -1088.000000 1216.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-936.000000 920.000000 -768.000000
1064.000000 920.000000 -768.000000
1064.000000 920.000000 -1104.000000
-936.000000 920.000000 -1104.000000
-936.000000 -1080.000000 -768.000000
1064.000000 -1080.000000 -768.000000
1064.000000 -1080.000000 -1104.000000
-936.000000 -1080.000000 -1104.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type PlayerSpawn
Vector3 position 35.999981 -168.000000 224.000031
Bool8 teamB 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type CameraPath
UInt32 entityIdAttachedTo 249
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type PlayerSpawn
Vector3 position -306.676208 -176.000000 -225.831711
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -510.322937 -176.000000 -22.184967
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -510.322998 -176.000000 419.049683
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -176.000000 480.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 40.000000 -176.000000 504.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -176.000000 208.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -323.646790 -176.000000 617.039612
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -120.000000 -176.000000 832.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 312.000000 -176.000000 520.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 -176.000000 224.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 309.920898 -176.000000 832.000061
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 524.881348 -176.000000 605.725830
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.126099 -176.000000 396.422272
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 288.000000 -176.000000 -64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -176.000000 -88.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 507.910767 -176.000000 -237.145432
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 326.891418 -176.000000 -395.537354
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -224.000000 -176.000000 -72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -63.431488 -176.000000 -446.449005
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 722.871216 -176.000000 -44.812363
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 -632.000000 -48.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -560.000000 -632.000000 568.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -560.000000 -632.000000 280.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -248.000000 -632.000000 880.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -632.000000 -288.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 24.000000 -632.000000 888.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 -632.000000 -320.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 8.000000 -632.000000 -304.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -632.000000 896.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 624.000000 -632.000000 592.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 616.000000 -632.000000 280.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -632.000000 -40.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 280.000000 -40.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -560.000000 280.000000 576.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -560.000000 280.000000 288.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -248.000000 280.000000 888.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 280.000000 -280.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 24.000000 280.000000 896.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 280.000000 -312.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 8.000000 280.000000 -296.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 280.000000 904.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 624.000000 280.000000 600.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 616.000000 280.000000 288.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 280.000000 -32.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -336.362488 -112.000000 208.970673
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 59.617737 -112.000000 -175.695618
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -144.029114 -112.000000 16.637329
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 240.637238 -112.000000 -17.303619
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 416.000031 -112.000000 192.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 218.009750 -112.000000 401.303802
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 20.020096 -112.000000 621.920715
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -160.999695 -112.000000 418.274475
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -240.000000 480.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -224.000000 -240.000000 -72.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -232.000000 -240.000000 208.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -240.000000 -88.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 288.000000 -240.000000 -64.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 296.000000 -240.000000 224.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 312.000000 -240.000000 520.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 40.000000 -240.000000 504.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -364.381805 -304.000000 235.049622
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 31.597961 -304.000000 -149.616455
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -172.048737 -304.000000 42.716568
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 212.617310 -304.000000 8.775452
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 387.979797 -304.000000 218.079041
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 189.989899 -304.000000 427.382660
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -8.000000 -304.000000 648.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -189.019318 -304.000000 444.353210
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 304.000000 -80.000000 -384.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -80.000000 -368.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -224.000000 -80.000000 -352.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 648.000000 -80.000000 -104.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 624.000000 -80.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -80.000000 528.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 -80.000000 832.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 32.000000 -80.000000 824.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -240.000000 -80.000000 816.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -552.000000 -80.000000 504.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -552.000000 -80.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -536.000000 -80.000000 -112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 304.000000 -272.000000 -384.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -272.000000 -368.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -224.000000 -272.000000 -352.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 648.000000 -272.000000 -104.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 624.000000 -272.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 632.000000 -272.000000 528.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 328.000000 -272.000000 832.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 32.000000 -272.000000 824.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -240.000000 -272.000000 816.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -552.000000 -272.000000 504.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -552.000000 -272.000000 216.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -536.000000 -272.000000 -112.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 720.000000 -368.000000 -32.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 505.039612 -368.000000 -224.333069
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 324.020264 -368.000000 -382.724976
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 765.254883 -368.000000 409.234619
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 522.010132 -368.000000 618.538208
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 307.049652 -368.000000 844.812439
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -122.871155 -368.000000 844.812317
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -326.518066 -368.000000 629.851929
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -513.194153 -368.000000 431.862091
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -513.194153 -368.000000 -9.372620
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -309.547424 -368.000000 -213.019348
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -66.302673 -368.000000 -433.636658
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 720.000000 16.000000 -32.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 505.039612 16.000000 -224.333069
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 324.020264 16.000000 -382.724976
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 765.254883 16.000000 409.234619
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 522.010132 16.000000 618.538208
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 307.049652 16.000000 844.812439
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -122.871155 16.000000 844.812317
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -326.518066 16.000000 629.851929
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -513.194153 16.000000 431.862091
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -513.194153 16.000000 -9.372620
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -309.547424 16.000000 -213.019348
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -66.302673 16.000000 -433.636658
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 520.000000 -144.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -744.000000 -176.000000 208.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -744.000000 -240.000000 208.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 520.000000 -208.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -56.000000 -144.000000 312.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 136.000000 -176.000000 312.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 136.000000 -176.000000 88.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -56.000000 -208.000000 88.000000
Bool8 teamA 0
|
d7400435b10e87f32e6345f1afe39c4ff64764d7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2672/CH1/EX1.9/Ex1_9.sce
|
da0243cc411e088487b45aa3b8f690d5b3aca0c3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 389
|
sce
|
Ex1_9.sce
|
//Example 1_9
clc;
clear;
close;
format('v',6);
//given data :
//9*I1-2*I2-3*I3=24-V from mesh 1
//I1-6*I2+3*I3=0 from mesh 2
//3*I1+6*I2-11*I3=-V from mesh 3
d=[9 -2 -3;1 -6 3;3 6 -11];
delta=det(d);//determinant
//d1=[24-V -2 -3;0 -6 3;-V 6 -11];
//delta1=det(d1);determinant
//Putting I1=delta1/delta=0
V=(24*(66-18))/((66-18)+(-6-18));//V
disp(V,"Unknown Voltage(V)");
|
775a8bcb0293b14f9e93c4acfd0aaa3e4ba54269
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/542/CH15/EX15.2/Example_15_2.sci
|
08dae0213e048b664713275609431502a11afce3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 767
|
sci
|
Example_15_2.sci
|
clear;
clc;
printf("\n Example 15.2");
printf("\n For barium sulphate");
function[x] = increase_barium(d)
y = exp((2*233*0.13)/(2*8314*298*4500*d));
x = y-1;
funcprot(0);
endfunction
i=1;
d = [0.5 0.05 0.005];
while(i<=3)
printf("\n Increase in solubility for barium sulphate fpr particle size %f um = %f per cent",d(i)*2,(increase_barium(d(i)*10^(-6))*100));
i = i+1;
end
printf("\n For Sucrose");
function[a] = increase_sucrose(d1)
b = exp((2*342*0.01)/(1*8314*298*1590*d1));
a = b-1;
funcprot(0);
endfunction
j=1;
while(j<=3)
printf("\n Increase in solubility for barium sulphate fpr particle size %f um = %f per cent",d(j)*2,(increase_sucrose(d(j)*10^(-6))*100));
j = j+1;
end
|
0af876e6d68bf56c0daeb1967cdd778df8ef2209
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/226/CH5/EX5.11/example11_sce.sce
|
15e8bf98dd40848a1d9dab672360dee2479b5fa0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 149
|
sce
|
example11_sce.sce
|
//chapter 5
//example 5.11
//page 208
printf("\n")
printf("given")
Vce=5;Ic=5*10^-3;Vcc=15;hfe=100;Vbe=0.7;
Rc=(Vcc-Vce)/Ic
Ib=Ic/hfe
Rb=(Vcc-Vbe)/Ib
|
1fcd8cd9f2de9cd89813ef6adebee188851afb2d
|
d7087cf730b37f76170323e080c090f8094979ac
|
/test/parser/t4.tst
|
5574d21d5928d5e73682d092c7c08b2699687444
|
[] |
no_license
|
VladimirMeshcheriakov/42sh
|
025dffe358b86f48eaf7751a5cb08d4d5d5366c4
|
52d782255592526d0838bc40269f6e71f6a51017
|
refs/heads/master
| 2023-03-15T17:26:20.575439
| 2015-06-26T12:44:05
| 2015-06-26T12:44:05
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 136
|
tst
|
t4.tst
|
<cmd>
../build/42sh</cmd>
<ref>
bash</ref>
<stdin>
if true
then
echo toto | cat -e;
echo tutu; echo toutou; echo tata;
fi;
</stdin>
|
2e28299c00006962b2e1ea2cfd8a68abfbf625a6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/611/CH11/EX11.4/Chap11_Ex4_R1.sce
|
0519bb95c942f5929cf0d88a02e1486f411d6531
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,927
|
sce
|
Chap11_Ex4_R1.sce
|
// Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-11,Example 4,Page 385
//Title:Dew temperature
//================================================================================================================
clear
clc
//INPUT
//For convenience, benzene is taken as 1 and toluene as 2
P=760;//pressure of the binary liquid mixture of benzene and toluene in Torr
y1=0.6263;//mole fraction of benzene in vapour phase (no unit)
antoine_const_benzene=[6.87987;1196.760;219.161];//Antoine's constants for Benzene from Table A.7
antoine_const_toluene=[6.95087;1342.310;219.187];//Antoine's constants for Toluene from Table A.7
//CALCULATION
//The form of the Antoine's equation used is logP=A-(B/(t+C)), where P is in Torr and t is in degree celsius
//Based on the procedure given in the texbook, the criterion of summation of (x_i)=1.0 will be checked, where x_i=(y_i*P)/(Pi_s), Pi_s is the saturation pressure obtained from the Antoine's Equation.
y2=1-y1;//mole fraction of toluene in vapour phase (no unit)
tol=1e-6;//tolerance limit for convergence of the system using fsolve
tguess=100;//taking a guess value for the dew temperature to be used in the fsolve function in degree celsius
function[fn]=solver_func(ti)
fn=(((y1*P)/(10^(antoine_const_benzene(1,:)-(antoine_const_benzene(2,:)/(ti+antoine_const_benzene(3,:))))))+((y2*P)/(10^(antoine_const_toluene(1,:)-(antoine_const_toluene(2,:)/(ti+antoine_const_toluene(3,:)))))))-1.0;//Function defined for solving the system
endfunction
[t]=fsolve(tguess,solver_func,tol)//using inbuilt function fsolve for solving the system of equations
//OUTPUT
mprintf('The dew temperature of a binary vapour mixture of benzene and toluene at 760 Torr=%d degree celsius \n',t);
//===============================================END OF PROGRAM===================================================
|
7c7cb6dc253d99ba6cb5150e4450416531210276
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1100/CH12/EX12.1/12_1.sce
|
bbdc5190aa6a7d5b2bfd47ad2818e7dc1c73676d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 349
|
sce
|
12_1.sce
|
clc
//initialisation of variables
P= 15.0 //psia
T= 55 //F
P1= 0.2141 //psia
ma= 29 //lb
mb= 18 //lb
P2= 0.2141 //psia
P3= 0.3631 //psia
//CALCULATIONS
dp= P-P1
r= (dp*ma)/(P1*mb)
r1= r/(r+1)
r2= 1/(r+1)
r4= r2/r1
P= P2/P3
//RESULTS
printf ('relative humidity= %.2f ',P)
printf (' \n specific humidity= %.4f lb vapour/lb air',r4)
|
dcbf8c23bdbee544ff81af613c39cae3f87d72f1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1133/CH8/EX8.6/Example8_6.sce
|
86d2fd1cbd321b0f37798f4f4a3959e799c1ebe2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 191
|
sce
|
Example8_6.sce
|
//Example 8.6
clc
disp("We know that MOD-32 uses five flip-flops. With t_pd = 50 ns, the f_max for ripple counter can be given as,")
fm=(1/(250*10^-9))*10^-6
disp(fm,"f_max(ripple) = ")
|
f8e0c03b01103cc4fa8ca8ddd6c8695d344e7c08
|
089894a36ef33cb3d0f697541716c9b6cd8dcc43
|
/NLP_Project/test/tweet/bow/bow.18_19.tst
|
b79c330f42d5ea039aaad10c3884cc1db86d1124
|
[] |
no_license
|
mandar15/NLP_Project
|
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
|
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
|
refs/heads/master
| 2020-05-20T13:36:05.842840
| 2013-07-31T06:53:59
| 2013-07-31T06:53:59
| 6,534,406
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 26,829
|
tst
|
bow.18_19.tst
|
18 16:1.0 20:5.0 22:2.0 24:0.047619047619047616 29:3.0 30:0.5 39:0.3333333333333333 57:0.25 66:0.5 90:1.0 228:1.0 267:0.017543859649122806 314:1.0 317:1.5 393:0.3333333333333333 413:1.0 598:1.0 641:1.0 927:0.5 1030:1.0 1152:2.0 1153:0.6666666666666666 1154:1.0 1155:1.0 1156:3.0 1157:1.0 1158:1.0 1159:1.0 1160:1.0 1161:1.0 1162:1.0 1163:0.5 1164:1.0 1168:1.0 1949:1.0 2123:1.0 2823:1.0 3301:1.0 3896:1.0 4509:1.0 5503:1.0
18 5:1.0 9:0.02631578947368421 16:2.0 20:5.0 22:1.0 29:2.0 57:0.25 63:1.0 66:0.25 86:0.07692307692307693 106:0.25 163:1.0 190:1.0 314:1.0 317:1.0 345:1.0 573:1.0 1030:1.0 1106:0.5 1152:2.0 1153:0.6666666666666666 1154:1.0 1155:1.0 1156:2.0 1157:1.0 1158:1.0 1159:1.0 1160:1.0 1161:0.5 1162:1.0 1163:0.5 1164:1.0 1354:1.0 1679:1.0 2158:1.0 3896:1.0 3945:1.0
18 9:0.013157894736842105 16:1.0 22:1.0 24:0.047619047619047616 68:0.5 110:0.5 195:0.02631578947368421 273:1.0 277:1.0 372:2.0 409:0.5 413:1.0 426:1.0 446:1.0 546:1.0 598:1.0 678:1.0 713:1.0 793:1.0 814:1.0 1123:1.0 1749:1.0 3601:1.0
18 16:1.0 22:1.0 24:0.047619047619047616 29:1.0 107:0.25 160:1.0 163:1.0 273:1.0 344:1.0 372:1.0 373:1.0 578:1.0 806:1.0 849:1.0 999:0.25 1010:2.0 1299:0.5 1366:1.0 2633:1.0 2923:1.0 3390:1.0 5438:1.0
18 9:0.013157894736842105 16:2.0 22:2.0 24:0.09523809523809523 42:0.5 56:1.0 57:0.25 85:0.09090909090909091 86:0.07692307692307693 101:1.0 107:0.125 138:1.0 197:0.3333333333333333 198:0.5 267:0.017543859649122806 330:1.0 361:1.0 577:1.0 713:1.0 793:1.0 846:1.0 856:1.0 909:1.0 1646:1.0 2114:1.0 2120:1.0 2156:1.0 2286:1.0 3763:1.0 3834:1.0 5233:1.0
18 16:2.0 30:0.5 53:1.0 56:1.0 57:0.25 66:0.25 86:0.15384615384615385 89:0.04 133:0.5 138:1.0 195:0.02631578947368421 228:1.0 244:1.0 261:1.0 277:1.0 368:1.0 372:1.0 433:1.0 496:1.0 574:1.0 578:1.0 664:1.0 846:1.0 1034:0.125 1107:1.0 1161:0.5 1168:1.0 1247:1.0 1314:1.0 1978:1.0 3049:1.0 3122:1.0 3163:1.0 3485:1.0 3603:1.0 3797:1.0
18 9:0.013157894736842105 20:1.0 22:1.0 37:0.14285714285714285 39:1.0 57:0.25 62:0.16666666666666666 85:0.09090909090909091 86:0.07692307692307693 106:0.25 121:1.0 124:0.2 153:1.0 163:1.0 267:0.017543859649122806 283:1.0 284:0.16666666666666666 286:1.0 317:0.5 413:1.0 433:1.0 522:0.5 574:1.0 981:1.0 1118:1.0 1120:1.0 1142:1.0 1257:1.0 1324:1.0 1452:1.0 2657:1.0 2898:1.0 3165:1.0 3266:1.0 3296:1.0
18 9:0.013157894736842105 16:1.0 20:2.0 22:1.0 68:0.5 81:0.027777777777777776 112:1.0 124:0.2 153:1.0 255:1.0 267:0.017543859649122806 332:0.3333333333333333 348:0.16666666666666666 372:1.0 426:1.0 428:1.0 546:1.0 572:0.3333333333333333 598:1.0 641:1.0 666:0.2 711:0.5 717:0.5 783:1.0 1324:1.0 1516:0.5 1849:1.0 2299:1.0 2399:1.0 2466:1.0 2480:1.0
18 9:0.013157894736842105 16:1.0 30:0.5 39:0.3333333333333333 53:1.0 56:1.0 57:0.75 97:2.0 124:0.2 153:1.0 191:2.0 330:1.0 344:1.0 368:1.0 413:1.0 416:0.3333333333333333 425:1.0 497:1.0 522:0.5 546:1.0 695:0.5 760:1.0 985:1.0 1000:1.0 1522:1.0 2603:1.0 3592:1.0
18 57:0.25 157:0.1 317:0.5 338:0.3333333333333333 344:1.0 368:1.0 413:1.0 426:1.0 433:1.0 522:0.5 711:0.5 728:1.0 985:1.0 999:0.25 1370:1.0 1405:1.0 1425:1.0 1437:1.0 2378:1.0 2898:2.0 3592:1.0 3607:1.0 3843:1.0
18 16:1.0 22:1.0 24:0.047619047619047616 25:0.09090909090909091 28:1.0 39:0.3333333333333333 42:0.5 89:0.04 124:0.2 138:1.0 149:0.5 153:2.0 195:0.02631578947368421 273:1.0 282:1.0 368:1.0 398:1.0 416:0.3333333333333333 438:2.0 472:0.5 577:1.0 672:1.0 673:1.0 728:1.0 757:1.0 1161:0.5 1214:1.0 2141:0.25 2865:1.0 3163:1.0 4414:1.0 4422:1.0
18 16:2.0 22:1.0 24:0.047619047619047616 39:0.3333333333333333 57:0.25 62:0.16666666666666666 89:0.04 97:1.0 101:1.0 153:1.0 195:0.02631578947368421 198:0.5 210:1.0 368:2.0 372:1.0 413:1.0 426:1.0 428:1.0 573:1.0 588:0.06666666666666667 772:1.0 1197:1.0 1701:1.0 1786:0.16666666666666666 1929:1.0 3244:1.0 3420:1.0
18 9:0.02631578947368421 16:1.0 22:1.0 25:0.09090909090909091 39:0.6666666666666666 57:0.5 90:1.0 110:0.5 131:0.5 138:1.0 186:1.0 195:0.02631578947368421 197:0.3333333333333333 198:0.5 234:1.0 334:1.0 428:1.0 522:0.5 546:2.0 678:1.0 679:1.0 717:0.5 821:0.25 1163:0.5 1197:1.0 1355:1.0 2795:1.0 5359:1.0 5615:1.0
18 9:0.02631578947368421 16:1.0 22:1.0 30:0.5 66:0.5 70:1.0 85:0.09090909090909091 86:0.07692307692307693 107:0.125 267:0.017543859649122806 317:0.5 389:1.0 393:0.3333333333333333 496:1.0 522:0.5 598:1.0 711:0.5 1205:0.5 1765:0.5 2189:1.0 2375:1.0 2494:1.0 2572:1.0 3028:1.0
18 9:0.02631578947368421 16:1.0 20:1.0 22:1.0 81:0.027777777777777776 149:0.5 153:1.0 163:2.0 167:1.0 169:0.25 234:1.0 359:1.0 542:1.0 679:1.0 793:1.0 918:1.0 985:1.0 1621:1.0 1719:0.5 2076:1.0 2432:1.0 2572:1.0 2916:1.0 3244:1.0 3426:1.0 5729:1.0
18 9:0.013157894736842105 16:1.0 22:1.0 25:0.09090909090909091 29:1.0 57:0.25 89:0.04 124:0.2 130:1.0 243:0.058823529411764705 267:0.017543859649122806 284:0.16666666666666666 294:1.0 666:0.2 767:1.0 769:1.0 793:1.0 1151:1.0 1319:1.0 1573:1.0 2673:1.0 3946:1.0
18 16:1.0 22:1.0 23:0.14285714285714285 25:0.09090909090909091 29:1.0 57:0.25 127:1.0 692:1.0 1320:0.5 1762:1.0
18 16:1.0 23:0.14285714285714285 30:0.5 39:0.3333333333333333 53:1.0 57:0.5 66:0.5 85:0.09090909090909091 86:0.07692307692307693 89:0.04 106:0.25 157:0.1 243:0.058823529411764705 267:0.03508771929824561 289:1.0 317:0.5 393:0.3333333333333333 422:1.0 444:0.5 534:0.3333333333333333 721:0.5 769:1.0 902:1.0 1205:0.5 1735:1.0 1896:1.0 1911:1.0 1946:1.0 1949:1.0 1998:1.0 2189:1.0 3028:2.0
18 9:0.039473684210526314 16:2.0 40:1.0 50:1.0 53:1.0 57:0.25 85:0.09090909090909091 195:0.02631578947368421 228:1.0 267:0.017543859649122806 317:0.5 493:1.0 531:1.0 1107:1.0 1681:2.0 1911:1.0 1998:1.0 2854:1.0 3049:1.0
18 5:1.0 9:0.02631578947368421 16:1.0 25:0.09090909090909091 29:1.0 39:0.6666666666666666 66:0.25 81:0.027777777777777776 85:0.18181818181818182 86:0.15384615384615385 89:0.04 124:0.4 163:1.0 170:1.0 267:0.03508771929824561 293:1.0 305:1.0 317:0.5 444:0.5 515:1.0 577:1.0 769:1.0 788:1.0 856:1.0 940:0.3333333333333333 1412:1.0 1543:1.0 1602:0.5 1697:1.0 1894:1.0 1904:1.0 1977:1.0 2250:1.0 2890:1.0
18 9:0.013157894736842105 16:2.0 29:1.0 39:0.3333333333333333 57:0.25 83:0.2 85:0.18181818181818182 86:0.07692307692307693 124:0.2 195:0.05263157894736842 273:1.0 317:0.5 472:0.5 610:0.3333333333333333 720:1.0 757:2.0 767:1.0 974:1.0 1030:1.0 1303:1.0 1608:0.5 2106:1.0
18 9:0.02631578947368421 16:2.0 25:0.09090909090909091 31:1.0 81:0.027777777777777776 86:0.07692307692307693 106:0.25 163:1.0 241:0.2 243:0.058823529411764705 315:1.0 446:1.0 483:1.0 577:3.0 667:1.0 764:1.0 769:1.0 793:1.0 1157:1.0 1263:0.3333333333333333 1353:1.0 1905:1.0
18 9:0.013157894736842105 16:1.0 20:1.0 22:1.0 24:0.047619047619047616 39:0.3333333333333333 57:0.25 60:1.0 85:0.09090909090909091 195:0.02631578947368421 267:0.017543859649122806 274:1.0 516:0.3333333333333333 610:0.3333333333333333 757:1.0 797:1.0 952:0.5 1215:1.0 1299:0.5 1303:1.0 1849:1.0 2141:0.25 2645:1.0 3490:1.0
18 9:0.02631578947368421 16:2.0 20:1.0 22:2.0 25:0.09090909090909091 29:1.0 53:1.0 81:0.027777777777777776 106:0.25 107:0.25 124:0.4 158:1.0 267:0.03508771929824561 345:1.0 417:1.0 475:1.0 515:1.0 577:1.0 847:1.0 1156:1.0 1161:0.5 1163:1.0 1201:1.0 1206:1.0 1433:1.0 1477:0.5 1986:1.0
18 9:0.013157894736842105 16:1.0 22:1.0 89:0.04 138:1.0 315:1.0 368:2.0 369:1.0 425:1.0 496:1.0 527:1.0 1149:1.0 2458:1.0 5422:1.0 5550:1.0 5565:1.0
18 9:0.02631578947368421 20:1.0 30:0.5 42:0.5 81:0.027777777777777776 85:0.09090909090909091 111:1.0 116:1.0 163:1.0 267:0.017543859649122806 289:1.0 413:1.0 426:2.0 450:1.0 496:1.0 539:1.0 540:1.0 557:0.5 598:1.0 712:0.5 814:1.0 823:1.0 874:0.5 972:1.0 994:1.0 1735:1.0 1852:1.0 2458:1.0 3044:1.0 3206:1.0 3841:1.0 3881:1.0 4897:1.0
18 9:0.02631578947368421 16:1.0 25:0.09090909090909091 29:1.0 56:1.0 57:0.25 66:0.25 86:0.07692307692307693 106:0.5 107:0.125 119:1.0 124:0.2 163:1.0 267:0.017543859649122806 317:0.5 438:1.0 598:1.0 678:1.0 679:1.0 695:0.5 701:1.0 927:0.5 951:1.0 1032:1.0 1152:1.0 1155:1.0 1156:1.0 1205:0.5 1433:1.0 1696:1.0 1752:1.0 1822:1.0 2565:1.0 2785:1.0
18 9:0.039473684210526314 20:1.0 29:1.0 38:1.0 53:1.0 56:1.0 81:0.027777777777777776 107:0.375 116:1.0 138:1.0 153:1.0 158:1.0 287:0.5 317:0.5 543:1.0 557:0.5 666:0.2 789:1.0 823:1.0 1136:1.0 1152:1.0 1156:1.0 1162:1.0 1173:1.0 1626:0.5 3484:1.0 5729:1.0
18 9:0.06578947368421052 16:2.0 57:0.25 81:0.027777777777777776 105:1.0 193:1.0 217:1.0 317:1.5 594:0.5 692:1.0 757:1.0 848:0.25 1107:1.0 2992:1.0
18 9:0.013157894736842105 19:0.3333333333333333 20:1.0 25:0.09090909090909091 28:1.0 29:2.0 57:0.25 81:0.027777777777777776 83:0.2 86:0.15384615384615385 94:0.3333333333333333 106:0.5 121:1.0 124:0.2 133:0.5 273:1.0 317:0.5 389:1.0 577:1.0 593:1.0 847:1.0 902:1.0 945:1.0 1138:1.0 1206:1.0 1486:1.0 1606:0.2 2309:1.0 2310:1.0 3491:1.0
18 9:0.02631578947368421 20:1.0 68:0.5 81:0.027777777777777776 163:1.0 343:1.0 557:0.5 594:0.5 1405:1.0 1966:1.0 2158:1.0 2186:1.0 2567:1.0 2655:1.0 2992:1.0
18 5:1.0 9:0.013157894736842105 16:3.0 20:1.0 24:0.047619047619047616 28:1.0 29:2.0 30:0.5 42:0.5 56:1.0 60:1.0 63:1.0 97:1.0 121:1.0 124:0.2 129:2.0 195:0.05263157894736842 267:0.017543859649122806 271:0.5 273:1.0 317:0.5 358:1.0 364:0.5 389:1.0 1131:1.0 1215:1.0 1354:1.0 1679:0.5 2024:1.0 2309:1.0 4252:1.0 5123:1.0 5240:1.0 5617:1.0 5729:1.0
18 9:0.02631578947368421 16:2.0 20:2.0 66:0.25 81:0.027777777777777776 83:0.2 107:0.25 114:1.0 133:0.5 175:1.0 197:0.3333333333333333 348:0.16666666666666666 358:1.0 573:1.0 610:0.3333333333333333 678:1.0 909:1.0 974:1.0 1107:1.0 1160:1.0 1770:0.25 2024:1.0 2087:1.0 2295:1.0 2491:1.0 2923:1.0 2955:1.0 3167:1.0 3360:1.0 4042:1.0 4443:1.0
18 9:0.039473684210526314 16:2.0 28:1.0 53:1.0 57:0.5 90:1.0 107:0.125 174:0.25 195:0.02631578947368421 273:1.0 425:1.0 610:0.3333333333333333 893:1.0 971:1.0 977:1.0 1441:1.0 1525:1.0 2152:1.0 2287:1.0 2310:1.0 2402:1.0 3292:1.0
18 9:0.02631578947368421 16:3.0 22:2.0 24:0.047619047619047616 29:1.0 30:0.5 39:0.3333333333333333 53:1.0 86:0.07692307692307693 112:1.0 131:0.5 149:0.5 195:0.02631578947368421 267:0.017543859649122806 317:0.5 1084:0.3333333333333333 1156:1.0 1275:1.0 1719:0.5 1949:1.0 3210:0.3333333333333333 3301:1.0 3896:1.0
18 9:0.013157894736842105 16:1.0 22:1.0 39:0.3333333333333333 62:0.16666666666666666 86:0.07692307692307693 90:1.0 124:0.2 129:1.0 130:1.0 133:0.5 140:1.0 169:0.25 174:0.25 207:1.0 343:1.0 409:0.5 413:1.0 426:1.0 450:1.0 564:1.0 592:1.0 598:1.0 713:1.0 799:1.0 856:1.0 1206:1.0 1405:1.0 1584:1.0 1753:0.5 1966:1.0 2633:1.0 5947:1.0
18 9:0.02631578947368421 16:1.0 19:0.3333333333333333 39:0.3333333333333333 44:1.0 56:1.0 94:0.3333333333333333 107:0.125 124:0.4 129:1.0 130:1.0 163:2.0 195:0.02631578947368421 317:0.5 333:1.0 395:1.0 496:1.0 1949:1.0 2491:1.0 3301:1.0 3896:1.0 4765:1.0
18 1:0.14285714285714285 9:0.05263157894736842 16:2.0 22:1.0 90:1.0 112:1.0 157:0.1 158:1.0 607:1.0 721:0.5 1275:1.0
18 5:1.0 9:0.013157894736842105 16:1.0 19:0.3333333333333333 20:1.0 24:0.047619047619047616 25:0.09090909090909091 56:1.0 94:0.3333333333333333 124:0.2 332:0.3333333333333333 333:1.0 593:1.0 666:0.2 846:1.0 1072:1.0 1531:1.0 1735:1.0 2207:1.0 2854:1.0 3887:0.5 4191:1.0
18 1:0.14285714285714285 3:1.0 9:0.013157894736842105 16:2.0 20:2.0 22:2.0 39:0.3333333333333333 68:0.5 107:0.125 195:0.02631578947368421 343:1.0 610:0.3333333333333333 813:1.0 999:0.25 1101:1.0 1163:0.5 1201:1.0 1433:1.0 1568:1.0 1622:1.0 4897:1.0
18 9:0.02631578947368421 16:2.0 57:0.25 90:1.0 127:1.0 157:0.1 163:1.0 174:0.25 255:1.0 302:2.0 423:1.0 424:0.3333333333333333 475:1.0 747:1.0 761:1.0 768:1.0 920:1.0 1254:1.0 1319:1.0 1384:1.0 1549:1.0 1824:1.0 2113:1.0 2146:1.0 2309:1.0 2310:1.0 3056:0.5 3201:1.0 3881:1.0
18 24:0.047619047619047616 56:1.0 81:0.027777777777777776 85:0.09090909090909091 107:0.125 174:0.25 197:0.3333333333333333 267:0.03508771929824561 284:0.16666666666666666 856:1.0 1072:1.0 1138:1.0 1142:1.0 1205:1.0 1343:1.0 1664:1.0 2119:1.0 2700:1.0 4383:1.0
18 9:0.02631578947368421 19:0.3333333333333333 20:3.0 26:1.0 39:0.3333333333333333 56:1.0 85:0.09090909090909091 94:0.3333333333333333 107:0.125 116:1.0 175:1.0 228:1.0 243:0.058823529411764705 267:0.07017543859649122 332:0.3333333333333333 389:1.0 463:2.0 464:2.0 573:2.0 689:0.2 724:1.0 788:1.0 856:1.0 1032:1.0 1320:0.5 1662:1.0 1664:1.0 1676:0.5 1816:1.0 2774:1.0 3192:1.0 4072:1.0 4383:1.0 4509:1.0 6005:1.0
18 9:0.02631578947368421 29:1.0 89:0.04 111:1.0 153:1.0 195:0.02631578947368421 243:0.058823529411764705 273:1.0 424:0.3333333333333333 463:1.0 464:1.0 569:1.0 570:1.0 571:1.0 769:1.0 856:1.0 902:1.0 981:1.0 1107:1.0 1150:0.5 1274:1.0 1423:1.0 1806:1.0 2679:1.0 3573:1.0 4012:1.0
18 9:0.02631578947368421 16:1.0 31:1.0 44:1.0 53:1.0 124:0.2 126:1.0 163:1.0 209:1.0 243:0.058823529411764705 273:1.0 287:0.5 594:0.5 678:1.0 764:1.0 769:1.0 792:1.0 793:2.0 823:1.0 874:0.5 982:1.0 983:1.0 999:0.25 1032:1.0 1263:0.3333333333333333 1317:1.0 1525:2.0 1749:1.0 1905:1.0 2141:0.25 2552:1.0 2992:1.0
18 16:1.0 20:1.0 29:1.0 39:1.0 56:1.0 57:0.25 85:0.09090909090909091 107:0.125 121:1.0 146:1.0 198:0.5 267:0.03508771929824561 281:1.0 282:2.0 283:1.0 284:0.16666666666666666 286:1.0 384:0.25 416:0.3333333333333333 417:1.0 463:2.0 464:3.0 474:0.5 478:1.0 479:1.0 481:1.0 482:1.0 483:1.0 548:1.0 550:1.0 551:1.0 552:1.0 1108:1.0 1135:1.0 1136:1.0 1138:1.0 1139:1.0 2647:1.0 2810:1.0
18 20:1.0 155:1.0 219:1.0 284:0.16666666666666666 416:0.3333333333333333 417:1.0 424:0.3333333333333333 496:1.0 598:1.0 704:1.0 832:1.0 838:1.0 1131:1.0 2125:1.0 2641:1.0 3217:1.0 3223:1.0 3494:1.0 3712:1.0 3714:1.0
18 9:0.013157894736842105 16:1.0 19:0.3333333333333333 20:2.0 22:1.0 25:0.09090909090909091 66:0.25 86:0.07692307692307693 94:0.3333333333333333 149:0.5 267:0.017543859649122806 389:1.0 474:0.5 591:1.0 667:1.0 682:1.0 846:2.0 1545:1.0 2412:1.0 2916:1.0 2943:1.0
18 9:0.013157894736842105 16:2.0 20:2.0 30:0.5 37:0.14285714285714285 43:1.0 53:1.0 56:2.0 57:0.25 106:0.25 107:0.125 111:1.0 114:1.0 121:1.0 133:0.5 267:0.017543859649122806 288:1.0 305:1.0 340:1.0 353:1.0 358:1.0 655:1.0 666:0.2 896:1.0 1245:0.16666666666666666 1372:2.0 1486:1.0 2186:1.0 2667:1.0 3034:1.0 4680:1.0 5507:1.0
18 9:0.013157894736842105 16:1.0 20:1.0 22:1.0 30:0.5 86:0.07692307692307693 133:0.5 149:0.5 195:0.02631578947368421 198:0.5 257:1.0 258:1.0 261:1.0 666:0.2 676:1.0 793:1.0 896:1.0 1338:1.0 1372:1.0 1608:0.5 1848:0.25 1918:1.0 2186:1.0 2679:2.0 3608:1.0
18 9:0.02631578947368421 16:1.0 20:1.0 30:0.5 39:0.3333333333333333 43:1.0 57:0.25 174:0.25 198:0.5 472:0.5 666:0.2 678:1.0 752:0.5 793:1.0 1317:1.0 1372:1.0 1720:1.0 1749:1.0 2186:1.0 2288:1.0
18 9:0.02631578947368421 16:2.0 28:1.0 38:1.0 39:0.3333333333333333 47:1.0 57:0.25 66:0.5 97:1.0 106:0.25 110:0.5 149:0.5 152:1.0 273:1.0 359:1.0 472:0.5 640:1.0 678:1.0 808:1.0 1075:1.0 1317:1.0 1522:1.0 1749:1.0 2063:1.0 2703:2.0 3258:1.0
18 5:1.0 9:0.013157894736842105 16:1.0 24:0.047619047619047616 29:1.0 53:1.0 56:1.0 57:0.25 107:0.125 133:0.5 138:1.0 146:1.0 163:1.0 197:0.3333333333333333 228:1.0 267:0.017543859649122806 277:1.0 283:1.0 284:0.16666666666666666 317:0.5 348:0.3333333333333333 384:0.25 951:1.0 1030:1.0 1033:1.0 1134:0.3333333333333333 1155:2.0 1211:0.16666666666666666 1263:0.3333333333333333 1344:1.0 1376:1.0 1509:1.0 1543:1.0 2104:1.0 2894:1.0 2920:1.0 3550:1.0 4131:1.0 4684:1.0
18 16:3.0 22:1.0 28:1.0 57:0.5 89:0.04 110:0.5 146:1.0 160:1.0 175:1.0 273:1.0 2344:1.0 3301:1.0 4139:1.0
18 9:0.013157894736842105 20:1.0 39:0.6666666666666666 57:0.25 85:0.09090909090909091 86:0.07692307692307693 124:0.6 343:1.0 557:0.5 655:1.0 799:1.0 1131:1.0 1153:0.3333333333333333 1163:0.5 1169:2.0 1210:1.0 1245:0.16666666666666666 1477:0.5 1681:1.0 2120:1.0 4226:2.0
18 60:1.0 138:1.0 149:0.5 374:1.0 409:0.5 711:0.5 917:1.0 948:1.0 967:1.0 1301:1.0 1731:1.0 1735:1.0 2683:1.0 2898:1.0
18 22:1.0 149:0.5 174:0.25 277:1.0 427:1.0 435:1.0 446:1.0 522:0.5 557:0.5 1752:1.0 2076:1.0 2167:0.5 3008:1.0
18 9:0.02631578947368421 16:3.0 20:1.0 22:1.0 47:1.0 110:0.5 138:1.0 151:1.0 195:0.02631578947368421
18 9:0.013157894736842105 16:2.0 25:0.09090909090909091 146:1.0 149:0.5 163:1.0 340:1.0 343:1.0 368:1.0 372:1.0 757:1.0 799:1.0 1091:1.0 1431:1.0 1548:1.0 3603:1.0 3778:1.0 3893:1.0
18 9:0.039473684210526314 16:1.0 20:1.0 26:1.0 29:1.0 57:0.25 62:0.16666666666666666 90:2.0 133:0.5 195:0.02631578947368421 221:1.0 472:0.5 993:1.0 1030:1.0 1245:0.16666666666666666 1477:0.5 1579:1.0 1646:1.0 1802:1.0 2163:2.0 2309:1.0 2641:1.0
18 53:2.0 57:0.5 83:0.2 90:1.0 110:0.5 127:1.0 228:1.0 259:1.0 267:0.017543859649122806 330:1.0 348:0.16666666666666666 509:1.0 678:1.0 1161:0.5 1211:0.16666666666666666 1246:1.0 1354:1.0 1477:0.5 3550:1.0 3842:1.0 4572:1.0 5116:1.0
18 16:2.0 22:1.0 43:1.0 56:1.0 62:0.16666666666666666 195:0.05263157894736842 228:1.0 655:1.0 752:0.5 757:1.0 930:1.0 3426:1.0 4129:1.0
18 9:0.013157894736842105 16:1.0 39:0.6666666666666666 57:0.5 121:1.0 195:0.02631578947368421 678:1.0 679:1.0 2778:1.0 3109:1.0 3372:1.0
18 9:0.013157894736842105 16:2.0 30:0.5 83:0.2 124:0.2 138:1.0 195:0.02631578947368421 257:1.0 258:1.0 277:1.0 317:0.5 330:1.0 574:1.0 757:1.0 902:1.0 2162:1.0
18 9:0.013157894736842105 16:1.0 37:0.14285714285714285 40:1.0 43:1.0 53:1.0 56:1.0 57:0.25 86:0.15384615384615385 90:1.0 110:0.5 655:1.0 1084:0.3333333333333333 1201:1.0 1548:1.0 3076:1.0
18 9:0.013157894736842105 16:2.0 20:1.0 22:1.0 38:1.0 39:0.3333333333333333 149:0.5 174:0.25 315:1.0 330:1.0 341:1.0 634:1.0 682:1.0 749:1.0 757:1.0 797:1.0 971:1.0 988:1.0 1211:0.16666666666666666 1309:1.0 2146:1.0 2197:1.0 2938:1.0 3076:1.0 3080:1.0 3579:1.0 3937:1.0
18 9:0.013157894736842105 16:2.0 20:1.0 25:0.09090909090909091 39:0.3333333333333333 56:2.0 146:1.0 197:0.3333333333333333 283:1.0 348:0.3333333333333333 444:0.5 470:1.0 644:1.0 814:1.0 1205:0.5 1509:1.0 2916:1.0
18 9:0.013157894736842105 10:0.5 16:1.0 37:0.14285714285714285 56:2.0 62:0.16666666666666666 107:0.125 163:1.0 174:0.25 267:0.017543859649122806 317:0.5 474:0.5 574:1.0 712:0.5 897:1.0 1201:1.0 1978:1.0 2619:1.0 2683:1.0
18 9:0.013157894736842105 16:2.0 24:0.047619047619047616 30:0.5 37:0.14285714285714285 62:0.16666666666666666 89:0.04 90:1.0 149:0.5 163:1.0 176:1.0 317:0.5 330:1.0 332:0.3333333333333333 361:1.0 661:1.0 663:1.0 694:1.0 822:0.5 1014:1.0 1245:0.16666666666666666 1548:1.0 1707:1.0 1794:1.0 2152:1.0 2157:1.0 2681:1.0 4443:1.0
18 5:1.0 16:1.0 22:1.0 24:0.047619047619047616 25:0.09090909090909091 29:2.0 44:1.0 66:0.25 81:0.05555555555555555 85:0.09090909090909091 90:2.0 121:1.0 124:0.2 149:0.5 174:0.5 195:0.02631578947368421 198:1.0 267:0.03508771929824561 317:0.5 515:1.0 641:1.0 690:1.0 691:0.5 823:1.0 856:1.0 912:1.0 1161:0.5 1534:1.0 1681:1.0 3056:1.0
18 9:0.02631578947368421 16:1.0 24:0.047619047619047616 25:0.09090909090909091 39:0.3333333333333333 47:1.0 57:0.5 60:1.0 81:0.027777777777777776 86:0.15384615384615385 114:1.0 169:0.25 226:1.0 267:0.017543859649122806 341:1.0 669:1.0 783:2.0 847:1.0 1084:0.3333333333333333 1161:0.5 1205:0.5 1245:0.16666666666666666 1423:1.0 1534:1.0 1606:0.2 2375:1.0 3839:1.0 4883:1.0
18 9:0.013157894736842105 16:1.0 24:0.047619047619047616 30:0.5 39:0.3333333333333333 57:0.25 81:0.05555555555555555 86:0.07692307692307693 110:0.5 116:1.0 195:0.05263157894736842 228:1.0 267:0.07017543859649122 340:1.0 341:1.0 475:1.0 574:1.0 856:1.0 1138:1.0 1156:1.0 1160:1.0 1161:0.5 1163:0.5 1354:1.0 1524:1.0 1606:0.2 2412:1.0 3491:1.0 4039:1.0 5466:1.0
18 9:0.039473684210526314 16:4.0 20:1.0 56:1.0 81:0.027777777777777776 332:0.3333333333333333 333:1.0 598:1.0 657:1.0 981:1.0 2505:1.0 2955:1.0 3597:1.0 4475:1.0
18 2:0.5 9:0.013157894736842105 10:0.5 16:2.0 22:1.0 24:0.047619047619047616 57:0.25 66:0.25 85:0.09090909090909091 86:0.07692307692307693 89:0.04 132:1.0 133:0.5 155:1.0 344:1.0 368:1.0 409:0.5 444:0.5 779:1.0 839:1.0 1025:1.0 1549:1.0 1562:1.0 2309:1.0 2310:1.0 3292:1.0 3381:1.0
18 9:0.02631578947368421 16:2.0 22:2.0 24:0.047619047619047616 30:0.5 56:1.0 133:0.5 197:0.3333333333333333 412:1.0 425:1.0 444:0.5 797:1.0 864:1.0 971:1.0 1212:1.0 1323:1.0 1620:1.0 2212:1.0 2950:1.0 2951:1.0
18 5:4.0 9:0.02631578947368421 16:1.0 20:3.0 22:1.0 102:1.0 103:1.0 124:0.2 197:0.3333333333333333 265:0.5 342:1.0 393:0.3333333333333333 598:1.0 666:0.2 678:2.0 679:1.0 909:1.0 981:1.0 1160:1.0 1161:0.5 1668:1.0 1770:0.25 1935:1.0 2157:1.0 2189:1.0 3167:1.0 3360:1.0 3485:1.0
18 9:0.02631578947368421 16:1.0 25:0.09090909090909091 33:1.0 138:1.0 149:0.5 204:2.0 253:1.0 337:1.0 368:1.0 373:1.0 426:2.0 770:0.3333333333333333 1622:1.0 1803:1.0 2486:1.0 2487:1.0 2488:1.0 2572:1.0 3502:1.0 3769:1.0 3857:1.0
18 16:2.0 22:1.0 25:0.09090909090909091 56:1.0 68:0.5 89:0.04 127:1.0 138:1.0 157:0.1 174:0.25 203:1.0 205:1.0 277:1.0 364:0.5 534:0.3333333333333333 692:1.0 966:1.0 993:1.0 1105:1.0 1245:0.16666666666666666 1278:1.0 1762:1.0 2107:1.0 3363:1.0
18 9:0.013157894736842105 16:2.0 24:0.09523809523809523 25:0.09090909090909091 53:1.0 60:2.0 62:0.16666666666666666 86:0.15384615384615385 89:0.04 90:1.0 103:1.0 107:0.125 129:1.0 163:1.0 174:0.25 195:0.02631578947368421 448:1.0 472:0.5 512:1.0 757:1.0 814:1.0 971:1.0 1084:0.3333333333333333 1162:1.0 1606:0.2 1731:1.0 3604:1.0 3946:1.0
18 9:0.02631578947368421 16:2.0 22:1.0 39:0.3333333333333333 56:1.0 85:0.09090909090909091 102:1.0 103:1.0 124:0.2 174:0.5 195:0.02631578947368421 231:0.5 267:0.017543859649122806 321:1.0 359:2.0 368:1.0 383:0.25 426:1.0 435:1.0 572:0.3333333333333333 728:1.0 757:1.0 806:1.0 813:1.0 815:0.5 1025:1.0 1180:1.0 2060:0.5 2866:1.0 2867:1.0 2898:1.0 3483:1.0 5395:0.5 5396:1.0
18 8:1.0 16:3.0 20:1.0 22:2.0 57:0.25 89:0.04 157:0.1 190:1.0 195:0.02631578947368421 197:0.3333333333333333 341:1.0 446:1.0 475:1.0 974:1.0 1541:1.0 1648:1.0 2287:1.0
18 2:0.5 9:0.013157894736842105 16:1.0 20:1.0 24:0.047619047619047616 81:0.027777777777777776 90:1.0 133:0.5 253:1.0 426:2.0 459:1.0 1390:1.0 1486:1.0 2309:1.0 2310:1.0
18 9:0.02631578947368421 16:6.0 22:2.0 25:0.09090909090909091 30:0.5 37:0.14285714285714285 39:0.3333333333333333 89:0.08 101:1.0 146:1.0 153:1.0 163:1.0 184:1.0 333:1.0 423:1.0 438:1.0 496:1.0 1151:1.0 1175:1.0 1423:1.0 1595:1.0 1608:1.5 1749:1.0 3075:1.0 4802:1.0 5961:1.0
18 16:5.0 24:0.047619047619047616 30:1.0 89:0.04 101:1.0 146:1.0 149:0.5 153:1.0 174:0.5 204:1.0 243:0.058823529411764705 267:0.017543859649122806 448:1.0 496:1.0 528:1.0 617:1.0 741:0.5 757:1.0 1150:0.5 1160:1.0 1423:1.0 1595:1.0 1606:0.2 1608:1.0 1828:1.0 2602:1.0 3523:1.0 3724:1.0 5910:1.0
18 9:0.02631578947368421 16:3.0 22:1.0 29:1.0 57:0.25 90:1.0 146:1.0 149:0.5 267:0.017543859649122806 344:1.0 372:1.0 438:1.0 440:1.0 496:1.0 522:0.5 546:1.0 648:1.0 956:1.0 1025:1.0 1032:1.0 1158:1.0 1354:1.0 1622:1.0 2212:1.0 2413:1.0 4547:1.0 5262:1.0
18 2:0.5 7:1.0 9:0.013157894736842105 16:2.0 89:0.04 146:1.0 153:1.0 186:1.0 243:0.058823529411764705 332:0.3333333333333333 333:1.0 426:1.0 438:1.0 441:1.0 550:1.0 1025:1.0 1180:1.0 1621:1.0 2300:1.0 2637:1.0 3645:1.0 3769:1.0
18 2:0.5 9:0.013157894736842105 16:3.0 20:1.0 22:1.0 24:0.047619047619047616 53:1.0 56:1.0 57:0.25 94:0.3333333333333333 104:0.5 133:0.5 174:0.25 228:1.0 257:1.0 258:1.0 273:1.0 280:1.0 332:0.6666666666666666 333:1.0 611:1.0 757:1.0 1135:1.0 1175:1.0 1201:1.0 1354:1.0 1543:1.0 1726:0.5 2205:1.0 2702:1.0 2997:1.0 3278:1.0 5464:1.0
18 3:1.0 9:0.05263157894736842 16:5.0 22:1.0 70:1.0 86:0.15384615384615385 121:1.0 127:1.0 267:0.017543859649122806 472:0.5 534:0.3333333333333333 802:1.0 1211:0.16666666666666666 1733:1.0 1803:1.0 5123:1.0
18 2:0.5 9:0.02631578947368421 16:2.0 22:1.0 56:1.0 116:1.0 174:0.25 198:0.5 231:0.5 678:1.0 2778:1.0 4535:1.0
18 9:0.013157894736842105 16:2.0 20:1.0 25:0.09090909090909091 29:2.0 30:0.5 39:0.3333333333333333 40:1.0 56:2.0 81:0.027777777777777776 86:0.15384615384615385 124:0.2 132:1.0 133:1.0 231:0.5 284:0.3333333333333333 557:0.5 757:1.0 799:1.0 927:0.5 993:1.0 1355:1.0 2008:1.0 2120:1.0 4106:1.0 5550:1.0
18 2:0.5 9:0.02631578947368421 15:1.0 16:2.0 19:0.3333333333333333 20:1.0 24:0.047619047619047616 33:1.0 62:0.16666666666666666 81:0.027777777777777776 85:0.09090909090909091 124:0.2 149:0.5 163:1.0 174:0.25 423:1.0 528:1.0 616:1.0 644:1.0 653:1.0 757:1.0 856:1.0 902:1.0 1543:1.0 1749:1.0 1886:1.0 2450:1.0 4897:1.0
18 9:0.02631578947368421 16:2.0 20:2.0 24:0.047619047619047616 30:0.5 42:0.5 53:1.0 56:3.0 57:0.25 81:0.027777777777777776 93:1.0 94:0.3333333333333333 110:1.0 146:1.0 198:0.5 231:0.5 241:0.2 344:1.0 416:0.3333333333333333 589:1.0 909:1.0 1084:0.3333333333333333 1150:0.5 1163:0.5 1175:1.0 1260:1.0 1355:1.0 1368:1.0 1680:1.0 2008:1.0 2955:1.0 3299:1.0 4120:1.0 4509:1.0 4547:1.0 4972:1.0 5395:0.5
18 7:1.0 9:0.02631578947368421 16:2.0 20:2.0 66:0.25 89:0.08 110:0.5 120:0.5 121:1.0 149:0.5 163:1.0 174:0.25 195:0.02631578947368421 327:1.0 528:1.0 640:1.0 974:1.0 1200:1.0 1301:1.0 1354:1.0 1477:0.5 1608:0.5 1622:1.0 1648:1.0 2290:1.0 2395:1.0
18 2:0.5 9:0.02631578947368421 16:4.0 22:2.0 56:2.0 81:0.027777777777777776 124:0.2 174:0.25 197:0.3333333333333333 198:0.5 231:0.5 243:0.058823529411764705 250:1.0 267:0.017543859649122806 317:0.5 321:1.0 332:0.3333333333333333 333:1.0 344:1.0 427:1.0 615:1.0 666:0.2 913:1.0 1034:0.125 1160:1.0 1385:1.0 1976:1.0 2008:1.0 3774:1.0
18 9:0.013157894736842105 16:2.0 22:2.0 29:1.0 39:0.3333333333333333 42:0.5 56:2.0 57:1.5 81:0.027777777777777776 104:0.5 105:1.0 107:0.125 124:0.2 133:0.5 231:0.5 487:1.0 616:1.0 821:0.25 822:0.5 891:1.0 1034:0.125 1035:1.0 1044:1.0 1163:0.5 1214:1.0 1245:0.16666666666666666 1368:2.0 2227:1.0 2274:1.0 3047:1.0 3700:1.0 3931:1.0 4578:1.0 4723:1.0
18 5:1.0 9:0.013157894736842105 16:1.0 22:1.0 33:1.0 56:1.0 57:0.25 151:1.0 163:1.0 761:1.0 783:1.0 1025:1.0 1135:1.0 2167:0.5 2430:1.0 3144:1.0 3146:1.0 5634:1.0
18 9:0.02631578947368421 16:2.0 20:1.0 22:1.0 33:1.0 39:0.3333333333333333 56:1.0 61:1.0 62:0.16666666666666666 197:0.3333333333333333 317:0.5 416:1.6666666666666667 534:0.3333333333333333 850:3.0 1141:1.0 1245:0.16666666666666666 1346:1.0 1546:1.0 1560:1.0 1581:0.5 1686:1.0 1810:1.0 1971:1.0 1989:2.0 2076:1.0 2342:1.0 4080:1.0 4115:1.0 5359:1.0 5622:1.0 5907:1.0 5965:1.0
18 8:1.0 9:0.05263157894736842 16:3.0 43:1.0 56:1.0 62:0.16666666666666666 63:1.0 66:0.25 89:0.04 102:1.0 103:1.0 121:1.0 163:1.0 171:1.0 206:1.0 271:0.5 317:1.0 359:1.0 528:1.0 655:1.0 822:0.5 825:1.0 1384:1.0 1543:1.0 1999:1.0 2146:1.0 2239:1.0 3201:1.0 3357:1.0 4415:1.0
18 2:0.5 9:0.013157894736842105 16:2.0 20:2.0 22:1.0 56:1.0 66:0.25 89:0.04 90:1.0 102:1.0 103:1.0 104:0.5 107:0.125 124:0.2 129:1.0 152:1.0 171:1.0 175:1.0 302:1.0 317:0.5 376:1.0 444:0.5 509:1.0 572:0.3333333333333333 712:0.5 918:1.0 974:1.0 1319:1.0 1812:1.0 1837:1.0 2076:1.0 2206:1.0 2521:1.0 3080:1.0 3390:1.0 3451:1.0 3754:1.0 4347:1.0 4548:1.0
18 9:0.013157894736842105 16:2.0 22:1.0 24:0.047619047619047616 29:1.0 33:1.0 57:0.25 66:0.25 67:1.0 111:1.0 124:0.2 163:1.0 174:0.25 195:0.02631578947368421 197:0.3333333333333333 539:1.0 891:1.0 1135:2.0 1274:1.0 1543:1.0 1759:1.0 1904:1.0 2171:1.0 2311:1.0 2826:1.0 3502:1.0 3660:1.0
|
a86194eee95af904a9f71ce467ad59a6893087ce
|
e86653ab56eded6714574f9f8f34013272027113
|
/3432/CH9/EX9.11/Ex9_11.sce
|
97e0ddb3eae750a1b91cf448ce40f518d72c324f
|
[] |
no_license
|
FOSSEE/Xcos_TBC_Uploads
|
3637554f9dca20d0c5ec2c5d00d30942edafe09a
|
37e81552cb6d9066617ba91b13c91098e5ab6758
|
refs/heads/master
| 2023-03-30T10:45:38.033053
| 2021-03-15T05:40:35
| 2021-03-17T09:45:20
| 346,244,418
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,666
|
sce
|
Ex9_11.sce
|
//Example 9.11
//Describing Function for a relay with hysteresis nonlinearity.
xdel(winsid())//close all graphics Windows
clear;
clc;
//------------------------------------------------------------------
//Response of the saturation noninearity to sinusoidal input
figure;
importXcosDiagram(".\Ex9_11_model.xcos")
xcos_simulate(scs_m,4);
scs_m.props.context
plot(yt.time,yt.values(:,1),'r--')
plot(yt.time,yt.values(:,2),'b')
xlabel('Time (sec.)');
ylabel('Amplitude');
title("Relay with hysteresis nonlinearity output to sinusoidal...
input",'fontsize',3);
exec .\fig_settings.sci; //custom script for setting figure properties
zoom_rect([0 -1.2 5 1.2])
//------------------------------------------------------------------
////Describing Functin for relay with hysteresis nonlinearity.
h=0.1;
N=1;
i=1;
for a=0.1:0.025:1
if a<h then
Keq(i,1)=0;
ro(i,1)=0;
theta(i,1)=0
else
Keq(i,1)=4*N/(%pi*a)*(sqrt(1-(h/a)^2)-%i*h/a)
[r th]=polar(Keq(i,1));
ro(i,1)=r; //magnitude
theta(i,1)=clean(th); //angle in radians
end
i=i+1;
end
a=0.1:0.025:1
a=a';
figure,
subplot(2,1,1), plot(a,ro)
xlabel('$a$');
ylabel(['Magnitude', '$|K_{eq}|$']);
xset('font size',3);
exec .\fig_settings.sci; //custom script for setting figure properties
title("Describing Functin for relay with hysteresis nonlinearity...
with h=0.1 and N=1",'fontsize',3);
subplot(2,1,2), plot(a,theta*180/%pi)
xlabel('$a$');
ylabel(['Phase', '$ \angle K_{eq}$','deg.']);
xset('font size',3);
exec .\fig_settings.sci; //custom script for setting figure properties
//------------------------------------------------------------------
|
d13dedab3c621097e60a8c7c6cf1b804db85464b
|
0398247443eeb413d3cfd5e012ea5d40e4c8b562
|
/08/tests/Arithmetic/noboot/add/add.tst
|
a7d6e030b73c900b3e4b9dcd1651d20ac1362e26
|
[] |
no_license
|
willbr/the_elements_of_computing_systems
|
1cfee98bf6eeca101f4a428a35b838aefbf27afa
|
ee8f19720958159a22bf90eb6a5f32ea8348e6fa
|
refs/heads/master
| 2016-09-06T00:34:17.333924
| 2013-01-20T22:02:59
| 2013-01-20T22:02:59
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 267
|
tst
|
add.tst
|
load add.asm,
output-file add.out,
compare-to add.cmp,
output-list
D%D1.6.1
RAM[0]%D1.6.1
RAM[256]%D1.6.1
RAM[257]%D1.6.1
RAM[258]%D1.6.1;
set RAM[0] 258,
set RAM[256] 5,
set RAM[257] 10,
repeat 100 {
ticktock;
}
output;
|
1b4bc29a41ccdc6c2194a60a1e337e7a84a02ee9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1910/CH4/EX4.4/Chapter44.sce
|
22d76fb70686ae9ac2c76f942e744ee02b1fcaa6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,125
|
sce
|
Chapter44.sce
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 4, Example 4")
//Diameter of glass in m
d = 50*(10^(-3));
//radius in m
r = d/2;
//Height of milk in glass in m
H = 0.1;
//Initial temperature of milk in °C
T = 80;
//Cold water temperature in °C
Tf = 25;
//Heat transfer coefficient in W/(m^2*°C)
h = 100;
//Thermal conductivity of milk in W/(m*K)
k = 0.6;
//Density of milk in kg/m^3
rho = 900;
//Specific heat in J/(Kg*K)
c = 4.2*(10^3);
//Since the milk temperature is always maintained as constant.
//Therefore it can be assumed as lumped paramteter analysis.
//Time constant n seconds
tcs = (((((rho*c)*%pi)*r)*r)*H)/(((h*%pi)*d)*H);
//Time constant in minutes
tc = tcs/60;
//Calculating from eq. 4.3 time taken to cool milk from 80°C to 30°C
t = -tc*log((30-Tf)/(T-Tf));
disp("Time required to cool milk in minutes")
t
//Energy transferred during cooling
E = (((h*%pi)*d)*H)*integrate("(80-25)*exp(-t/472.5)",'t',0,60*t);
disp("Energy required for cooling in KJ")
E = E/1000
|
658b45b0b9c3f85df5e6a1eeeed0b100e4f66bd7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2453/CH8/EX8.7/8_7.sce
|
6740a83706fbc7c211b6cda7fff3f342e7bf9b50
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 696
|
sce
|
8_7.sce
|
//To calculate the intrinsic carrier density and conductivity
m = 9.109*10^-31; //mass of electron, kg
k = 1.38*10^-23; //boltzmann constant
pi = 22/7; //value of pi
h = 6.626*10^-34; //planck's constant
T = 300; //temperature, K
e = 1.6*10^-19;
Eg = 0.7; //energy gap, eV
ni = 2*(2*pi*m*k*T/h^2)^(3/2)*exp(-Eg*e/(2*k*T)); //intrinsic carrier density per m^3
printf("intrinsic carrier density per m^3 is");
disp(ni);
mew_e = 0.4; //electron mobility, m^2/Vs
mew_h = 0.2; //hole mobility, m^2/Vs
sigma = ni*e*(mew_e+mew_h); //conductivity, ohm-1 m-1
printf("conductivity is %5.2f ohm-1 m-1",sigma);
//answer given in the book is wrong
|
3922efa782742d21f2b675431c35abf3d40a8dd7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/812/CH12/EX12.10/12_10.sce
|
bff9274400d2b741aae3a46fa16a5acdcaaa438e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,307
|
sce
|
12_10.sce
|
//Temperature//
pathname=get_absolute_file_path('12.10.sce')
filename=pathname+filesep()+'12.10-data.sci'
exec(filename)
//Density at section 1(in kg/m^3):
d1=p1*1000/R/T1
//Mach number at section 1:
M1=V1/sqrt(k*R*T1)
//Stagnation temperature at section 1(in K):
T01=T1*(1+(k-1)/2*M1^2)
//Stagnation pressure at section 1(in kPa):
p01=p1*(1+(k-1)/2*M1^2)^(k/(k-1))
//The following values are obtained from the appendix:
//po2/p01:
p0=0.7209;
//T2/T1:
T=1.687;
//p2/p1:
p=4.5;
//V2/V1:
V=0.3750;
//Temperature at section 2 (in K):
T2=T*T1
//Pressure at section 2(in kPa):
p2=p*p1
//Velocity at section 2(in m/sec):
V2=V*V1
//Density at section 2 (in kg/m^3):
d2=p2*1000/R/T2
//Stagnation pressure at section 2(in kPa):
p02=p0*p01
//Stagnation temperature at section 2(in K):
T02=T01;
//Change in entropy(in kJ/(kg-K)):
dS=-R/1000*log(p0)
printf("\n\nRESULTS\n\n")
printf("\n\nTemperature at section 2 : %.3f K\n\n",T2)
printf("\n\nPressure at section 2: %.3f kPa\n\n",p2)
printf("\n\nVelocity at section 2: %.3f m/sec\n\n",V2)
printf("\n\nDensity at section 2 : %.3f kg/m^3\n\n",d2)
printf("\n\nStagnation pressure at section 2: %.3f kPa\n\n",p02)
printf("\n\nChange in entropy: %.3f kg-K\n\n",dS)
printf("\n\nStagnation temperature at section 2: %.3f K\n\n",T02)
|
b2dde786d6d5913595cdb6538f5850b4b6b7f1c4
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set7/s_Electronic_Devices_And_Circuits__J._Paul_2045.zip/Electronic_Devices_And_Circuits__J._Paul_2045/CH1/EX1.7/Ex1_7.sce
|
cb232a41f79f16d907ae74041266ae4bd268943a
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 238
|
sce
|
Ex1_7.sce
|
errcatch(-1,"stop");mode(2);//pagenumber 29 example 7
ferlev=0.02;//electron volt
q=4;//donor impurity added
w=0.025;//electron volt
ferlev=-((log(q)-8))/40;
disp("fermi = "+string((ferlev))+"electron volt");
exit();
|
74aeb0176d82507fe68677fdc6213e0369d440d9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3432/CH6/EX6.4/Ex6_4.sce
|
6e1124ae62c8c3da4c25f967ad514f3cf92efd70
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 952
|
sce
|
Ex6_4.sce
|
//Example 6.4
//Bode Plot with Complex Poles.
xdel(winsid())//close all graphics Windows
clear;
clc;
//------------------------------------------------------------------
//System transfer function and its bode plot
K=10;
s=poly(0,'s');
Gs=syslin('c',(K)/(s*(s^2+0.4*s+4)));
//The bode plot of the system
fmin=0.1/2/%pi; //mininmum frq. in Hz for response (0.1 rad/sec)
fmax=10/2/%pi; //maximum frq. in Hz for response (100 read/sec)
//------------------------------------------------------------------
//Bode plot for frequency in Hz (scilab ver. 5.4.1)
//bode(g,fmin,fmax);
//OR
//Bode plot for frequency in rad/sec (scilab ver. 5.5.1)
bode(Gs,fmin,fmax,0.01,"rad")
//------------------------------------------------------------------
title(['Bode plot for a transfer function with complex poles';...
'(a) magnitude...
(b) phase'],'fontsize',3)
//------------------------------------------------------------------
|
371f19ea0bcf8adc9b66d24ddd77cc68b18c7b11
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2414/CH17/EX17.2/Ex17_2.sce
|
19e0b33811bd2f72ed2830b0e96f9e0c8124a994
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 250
|
sce
|
Ex17_2.sce
|
clc;
close();
clear();
//page no 548
//prob no. 17.2
L=37; //latitude in degree
R=6400; H=36000; //from the text
del=atan(R*sin(L*%pi/180)/(H+R*(1-cos(L*%pi/180)))) //Declination angle
mprintf('The ange is %.2f degree\n',del*180/%pi);
|
36aab4f734d5e0cff1651966d0df2a185b51c8b5
|
b23687e2eb02bcb6d0f581b7975f42c496faeda1
|
/AverageValueOfSineWave.sce
|
27e223a458e62db1b37d5497fe9520dd2665f116
|
[
"MIT"
] |
permissive
|
harvishj/Scilab
|
bd3fbd3e679eb07aa088ff2bab40d491c6499770
|
9daada512f42ea6f52199a34d6b18e64b107af94
|
refs/heads/master
| 2021-07-14T15:06:03.621923
| 2020-10-05T06:35:43
| 2020-10-05T06:35:43
| 213,328,984
| 1
| 3
|
MIT
| 2020-10-05T06:35:44
| 2019-10-07T08:16:52
|
Scilab
|
UTF-8
|
Scilab
| false
| false
| 501
|
sce
|
AverageValueOfSineWave.sce
|
clear;
clf;
dn = 1;
n = -10:dn:10;
k1 = 1;
n1 = 10;
k2 = 1;
n2 = 16;
x1 = sin(2 * (%pi) * n * k1 / n1);
x2 = cos(2 * (%pi) * n * k2 / n2);
y1 = sum(x1);
y2 = sum(x2);
subplot(2,1,1);
plot2d3(n,x1);
plot(n,x1);//Can be avoided
disp(y1);
xgrid(2);
title("Wave 1", "fontsize", 3);
xlabel("T","fontsize",3);
ylabel("X","fontsize",3);
subplot(2,1,2);
plot2d3(n,x2);
plot(n,x2);//Can be avoided
disp(y2);
xgrid(2);
title("Wave 2", "fontsize", 3);
xlabel("T","fontsize",3);
ylabel("X","fontsize",3);
|
aa958aa87060868b5668bcf7bbef4ae8db9cc2a4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3886/CH4/EX4.10/Ex4_10.sce
|
24552c8feafaf11fecf17072f17ad61c7c9fef60
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 920
|
sce
|
Ex4_10.sce
|
//Finding unknown forces
//Refer fig. 4.8
//Let us assume joint E as origin,EC as x-axis,EA as y-direction
//accordingly the co-ordinates are
//A(0,3),B(3,3),C(6,0),D(3,0),E(0,0)
YD=-40 //kN
YC=-40 //kN
//Using co-ordinates lengths are found out to be
LAB=3 //m
LBC=3*sqrt(2) //m
LCD=3 //m
LDE=3 //m
LBD=3 //m
LBE=3*sqrt(2) //m
//Consider joint C
//applying equilibrium conditions
tCB=40/3
tCD=-40/3
FCB=tCB*LBC //kN
FCD=-13.333*LCD //kN
//Consider joint D
//applying equilibrium conditions
tDE=tCD
FDE=tCD*LCD //kN
tDB=40/3
FDB=tDB*LBD
//Consider joint B
//applying equilibrium conditions
tBE=-(13.333+13.333)
FBE=tBE*LBE //kN
tBA=40
FBA=tBA*LAB
printf("The required forces are:-\nForce in member AB=%.2d kN\nForce in member BC=%.2d kN\nForce in member CD=%.2d kN\nForce in member DE=%.2d kN\nForce in member EB=%.2d kN\nForce in member BD=%.2d kN",FBA,FCB,FCD,FDE,FBE,FDB)
|
1c2e9fdcb1b013e750de2e6ad10c9280ed5cae44
|
1bb72df9a084fe4f8c0ec39f778282eb52750801
|
/test/FA1.prev.tst
|
7fdec82b8ec47fc71841229f88d466cd4788ec19
|
[
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
gfis/ramath
|
498adfc7a6d353d4775b33020fdf992628e3fbff
|
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
|
refs/heads/master
| 2023-08-17T00:10:37.092379
| 2023-08-04T07:48:00
| 2023-08-04T07:48:00
| 30,116,803
| 2
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 47
|
tst
|
FA1.prev.tst
|
new (x,5): x^5
x^7 <> x^5: 1
a^7 <> b^7: -1
|
8dc3c403d7526c6d11ecf3f500a1bb7698ae6898
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/569/CH6/EX6.11/6_11.sci
|
756eac7ce5514f6ff61c85d8291976ac2402e7e9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 254
|
sci
|
6_11.sci
|
// Calculating Difference mode, Common mode gain and CMRR
clc;
Vo=3;
Vd=30*10^-3;
Ad=Vo/Vd;
disp(Ad,'difference mode gain=')
Vo=5*10^-3;
Vc=500*10^-3;
Ac=Vo/Vc;
disp(Ac,'Common mode gain=')
CMRR=Ad/Ac;
disp(CMRR,'Common mode rejection ratio=')
|
de75d466ef989b3325fa4f68a581356cb9a75442
|
f542bc49c4d04b47d19c88e7c89d5db60922e34e
|
/PresentationFiles_Subjects/CONT/ZJ12XAM/ATWM1_Working_Memory_MEG_ZJ12XAM_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce
|
baedaa1a8af845002da118bc12a08f32d885842c
|
[] |
no_license
|
atwm1/Presentation
|
65c674180f731f050aad33beefffb9ba0caa6688
|
9732a004ca091b184b670c56c55f538ff6600c08
|
refs/heads/master
| 2020-04-15T14:04:41.900640
| 2020-02-14T16:10:11
| 2020-02-14T16:10:11
| 56,771,016
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 49,599
|
sce
|
ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce
|
# ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
43 62 292 292 399 125 1892 2992 2442 fixation_cross gabor_086 gabor_128 gabor_058 gabor_102 gabor_086_alt gabor_128 gabor_058_alt gabor_102 "2_1_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2450_gabor_patch_orientation_086_128_058_102_target_position_2_4_retrieval_position_2" gabor_circ gabor_128_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_1_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2192 2992 2292 fixation_cross gabor_005 gabor_173 gabor_061 gabor_127 gabor_005_alt gabor_173 gabor_061 gabor_127_alt "2_2_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_005_173_061_127_target_position_2_3_retrieval_position_2" gabor_circ gabor_038_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_2_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_038_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_087 gabor_157 gabor_123 gabor_006 gabor_087 gabor_157_alt gabor_123_alt gabor_006 "2_3_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_087_157_123_006_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_006_framed blank blank blank blank fixation_cross_target_position_1_4 "2_3_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_006_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 64 292 292 399 125 1792 2992 2492 fixation_cross gabor_129 gabor_101 gabor_069 gabor_015 gabor_129 gabor_101 gabor_069_alt gabor_015_alt "2_4_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_2500_gabor_patch_orientation_129_101_069_015_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_015_framed blank blank blank blank fixation_cross_target_position_1_2 "2_4_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_015_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1742 2992 2242 fixation_cross gabor_165 gabor_098 gabor_140 gabor_031 gabor_165 gabor_098_alt gabor_140_alt gabor_031 "2_5_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_165_098_140_031_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_031_framed blank blank blank blank fixation_cross_target_position_1_4 "2_5_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2042 2992 2442 fixation_cross gabor_068 gabor_007 gabor_175 gabor_030 gabor_068 gabor_007_alt gabor_175 gabor_030_alt "2_6_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_068_007_175_030_target_position_1_3_retrieval_position_1" gabor_068_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_6_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_068_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1942 2992 2242 fixation_cross gabor_137 gabor_154 gabor_120 gabor_076 gabor_137 gabor_154_alt gabor_120_alt gabor_076 "2_7_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_137_154_120_076_target_position_1_4_retrieval_position_1" gabor_002_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_7_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2192 2992 2092 fixation_cross gabor_094 gabor_004 gabor_147 gabor_120 gabor_094_alt gabor_004 gabor_147_alt gabor_120 "2_8_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_094_004_147_120_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_120_framed blank blank blank blank fixation_cross_target_position_2_4 "2_8_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1992 2992 2142 fixation_cross gabor_108 gabor_152 gabor_176 gabor_133 gabor_108 gabor_152 gabor_176_alt gabor_133_alt "2_9_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_108_152_176_133_target_position_1_2_retrieval_position_1" gabor_108_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_9_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_179 gabor_010 gabor_094 gabor_144 gabor_179_alt gabor_010 gabor_094 gabor_144_alt "2_10_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_179_010_094_144_target_position_2_3_retrieval_position_2" gabor_circ gabor_010_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_10_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_004 gabor_070 gabor_049 gabor_033 gabor_004_alt gabor_070 gabor_049 gabor_033_alt "2_11_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_004_070_049_033_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_049_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_11_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_049_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_157 gabor_179 gabor_129 gabor_051 gabor_157 gabor_179_alt gabor_129_alt gabor_051 "2_12_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_157_179_129_051_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_051_framed blank blank blank blank fixation_cross_target_position_1_4 "2_12_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 63 292 292 399 125 1892 2992 2592 fixation_cross gabor_079 gabor_011 gabor_059 gabor_095 gabor_079 gabor_011_alt gabor_059 gabor_095_alt "2_13_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2600_gabor_patch_orientation_079_011_059_095_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_141_framed blank blank blank blank fixation_cross_target_position_1_3 "2_13_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_141_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_068 gabor_095 gabor_129 gabor_005 gabor_068_alt gabor_095 gabor_129_alt gabor_005 "2_14_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_068_095_129_005_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_005_framed blank blank blank blank fixation_cross_target_position_2_4 "2_14_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2042 2992 2042 fixation_cross gabor_063 gabor_121 gabor_146 gabor_096 gabor_063 gabor_121_alt gabor_146 gabor_096_alt "2_15_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_063_121_146_096_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_146_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_15_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_146_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 63 292 292 399 125 1742 2992 2392 fixation_cross gabor_134 gabor_091 gabor_019 gabor_002 gabor_134_alt gabor_091 gabor_019 gabor_002_alt "2_16_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2400_gabor_patch_orientation_134_091_019_002_target_position_2_3_retrieval_position_1" gabor_179_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_16_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_179_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1842 2992 2592 fixation_cross gabor_035 gabor_144 gabor_069 gabor_005 gabor_035_alt gabor_144_alt gabor_069 gabor_005 "2_17_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_035_144_069_005_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_118_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_17_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2142 2992 2242 fixation_cross gabor_091 gabor_072 gabor_003 gabor_157 gabor_091_alt gabor_072 gabor_003 gabor_157_alt "2_18_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_091_072_003_157_target_position_2_3_retrieval_position_2" gabor_circ gabor_122_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_18_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 63 292 292 399 125 1742 2992 2192 fixation_cross gabor_043 gabor_004 gabor_178 gabor_119 gabor_043 gabor_004_alt gabor_178 gabor_119_alt "2_19_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2200_gabor_patch_orientation_043_004_178_119_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_071_framed blank blank blank blank fixation_cross_target_position_1_3 "2_19_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_071_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1842 2992 2042 fixation_cross gabor_175 gabor_012 gabor_144 gabor_093 gabor_175 gabor_012 gabor_144_alt gabor_093_alt "2_20_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_175_012_144_093_target_position_1_2_retrieval_position_2" gabor_circ gabor_062_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_20_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_093 gabor_050 gabor_137 gabor_029 gabor_093 gabor_050 gabor_137_alt gabor_029_alt "2_21_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_093_050_137_029_target_position_1_2_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_21_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2042 2992 1992 fixation_cross gabor_092 gabor_004 gabor_033 gabor_155 gabor_092 gabor_004_alt gabor_033_alt gabor_155 "2_22_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_092_004_033_155_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_155_framed blank blank blank blank fixation_cross_target_position_1_4 "2_22_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_115 gabor_144 gabor_058 gabor_163 gabor_115 gabor_144_alt gabor_058_alt gabor_163 "2_23_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_115_144_058_163_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_027_framed blank blank blank blank fixation_cross_target_position_1_4 "2_23_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_027_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2092 2992 2042 fixation_cross gabor_069 gabor_090 gabor_033 gabor_012 gabor_069_alt gabor_090 gabor_033_alt gabor_012 "2_24_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_069_090_033_012_target_position_2_4_retrieval_position_2" gabor_circ gabor_090_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_24_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_119 gabor_135 gabor_092 gabor_179 gabor_119_alt gabor_135_alt gabor_092 gabor_179 "2_25_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_119_135_092_179_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_047_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_25_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 63 292 292 399 125 2242 2992 2542 fixation_cross gabor_086 gabor_109 gabor_142 gabor_166 gabor_086 gabor_109_alt gabor_142 gabor_166_alt "2_26_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2550_gabor_patch_orientation_086_109_142_166_target_position_1_3_retrieval_position_2" gabor_circ gabor_060_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_26_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_060_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_139 gabor_032 gabor_115 gabor_053 gabor_139_alt gabor_032 gabor_115_alt gabor_053 "2_27_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_139_032_115_053_target_position_2_4_retrieval_position_2" gabor_circ gabor_167_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_27_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_167_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_155 gabor_067 gabor_135 gabor_018 gabor_155 gabor_067_alt gabor_135_alt gabor_018 "2_28_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_155_067_135_018_target_position_1_4_retrieval_position_1" gabor_155_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_28_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 63 292 292 399 125 1942 2992 2142 fixation_cross gabor_020 gabor_057 gabor_142 gabor_080 gabor_020 gabor_057 gabor_142_alt gabor_080_alt "2_29_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1950_3000_2150_gabor_patch_orientation_020_057_142_080_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_126_framed blank blank blank blank fixation_cross_target_position_1_2 "2_29_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_126_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2142 2992 2192 fixation_cross gabor_049 gabor_093 gabor_004 gabor_156 gabor_049_alt gabor_093_alt gabor_004 gabor_156 "2_30_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_049_093_004_156_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_139_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_30_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_174 gabor_016 gabor_153 gabor_036 gabor_174_alt gabor_016_alt gabor_153 gabor_036 "2_31_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_174_016_153_036_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_106_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_31_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_106_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_172 gabor_112 gabor_132 gabor_067 gabor_172_alt gabor_112 gabor_132_alt gabor_067 "2_32_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_172_112_132_067_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_022_framed blank blank blank blank fixation_cross_target_position_2_4 "2_32_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_017 gabor_101 gabor_172 gabor_141 gabor_017 gabor_101_alt gabor_172 gabor_141_alt "2_33_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_017_101_172_141_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_034_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_33_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2192 2992 2542 fixation_cross gabor_070 gabor_102 gabor_031 gabor_015 gabor_070_alt gabor_102 gabor_031 gabor_015_alt "2_34_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_070_102_031_015_target_position_2_3_retrieval_position_2" gabor_circ gabor_102_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_34_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 64 292 292 399 125 1942 2992 2092 fixation_cross gabor_178 gabor_045 gabor_066 gabor_135 gabor_178_alt gabor_045 gabor_066 gabor_135_alt "2_35_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1950_3000_2100_gabor_patch_orientation_178_045_066_135_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_135_framed blank blank blank blank fixation_cross_target_position_2_3 "2_35_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_135_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1792 2992 1892 fixation_cross gabor_146 gabor_019 gabor_037 gabor_106 gabor_146_alt gabor_019 gabor_037_alt gabor_106 "2_36_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_146_019_037_106_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_061_framed blank blank blank blank fixation_cross_target_position_2_4 "2_36_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_061_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_061 gabor_177 gabor_110 gabor_129 gabor_061 gabor_177 gabor_110_alt gabor_129_alt "2_37_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_061_177_110_129_target_position_1_2_retrieval_position_2" gabor_circ gabor_041_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_37_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2242 2992 1892 fixation_cross gabor_109 gabor_003 gabor_075 gabor_026 gabor_109_alt gabor_003 gabor_075_alt gabor_026 "2_38_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_109_003_075_026_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_026_framed blank blank blank blank fixation_cross_target_position_2_4 "2_38_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1892 2992 2442 fixation_cross gabor_174 gabor_131 gabor_049 gabor_111 gabor_174_alt gabor_131_alt gabor_049 gabor_111 "2_39_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2450_gabor_patch_orientation_174_131_049_111_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_003_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_39_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1942 2992 2342 fixation_cross gabor_021 gabor_004 gabor_081 gabor_038 gabor_021_alt gabor_004 gabor_081 gabor_038_alt "2_40_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2350_gabor_patch_orientation_021_004_081_038_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_128_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_40_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1742 2992 2442 fixation_cross gabor_099 gabor_177 gabor_144 gabor_120 gabor_099_alt gabor_177 gabor_144 gabor_120_alt "2_41_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_099_177_144_120_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_009_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_41_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2142 2992 2292 fixation_cross gabor_066 gabor_083 gabor_045 gabor_154 gabor_066 gabor_083_alt gabor_045_alt gabor_154 "2_42_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2300_gabor_patch_orientation_066_083_045_154_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_105_framed blank blank blank blank fixation_cross_target_position_1_4 "2_42_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 64 292 292 399 125 1892 2992 2492 fixation_cross gabor_174 gabor_061 gabor_036 gabor_020 gabor_174_alt gabor_061_alt gabor_036 gabor_020 "2_43_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1900_3000_2500_gabor_patch_orientation_174_061_036_020_target_position_3_4_retrieval_position_1" gabor_174_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_43_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_174_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2092 2992 2542 fixation_cross gabor_131 gabor_100 gabor_057 gabor_012 gabor_131_alt gabor_100 gabor_057_alt gabor_012 "2_44_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_131_100_057_012_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_012_framed blank blank blank blank fixation_cross_target_position_2_4 "2_44_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1792 2992 1942 fixation_cross gabor_129 gabor_110 gabor_057 gabor_020 gabor_129 gabor_110_alt gabor_057_alt gabor_020 "2_45_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_129_110_057_020_target_position_1_4_retrieval_position_1" gabor_129_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_45_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2192 2992 2192 fixation_cross gabor_030 gabor_089 gabor_146 gabor_176 gabor_030_alt gabor_089 gabor_146 gabor_176_alt "2_46_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_030_089_146_176_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_146_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_46_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_146_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1892 2992 1942 fixation_cross gabor_001 gabor_089 gabor_050 gabor_028 gabor_001 gabor_089_alt gabor_050_alt gabor_028 "2_47_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_001_089_050_028_target_position_1_4_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_47_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 64 292 292 399 125 1992 2992 2192 fixation_cross gabor_002 gabor_109 gabor_172 gabor_139 gabor_002_alt gabor_109 gabor_172 gabor_139_alt "2_48_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2200_gabor_patch_orientation_002_109_172_139_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_2_3 "2_48_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_139_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1942 2992 1992 fixation_cross gabor_108 gabor_063 gabor_126 gabor_083 gabor_108_alt gabor_063_alt gabor_126 gabor_083 "2_49_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_108_063_126_083_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_172_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_49_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1842 2992 1992 fixation_cross gabor_099 gabor_084 gabor_115 gabor_032 gabor_099_alt gabor_084_alt gabor_115 gabor_032 "2_50_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_099_084_115_032_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_172_framed blank blank blank blank fixation_cross_target_position_3_4 "2_50_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2142 2992 1942 fixation_cross gabor_057 gabor_107 gabor_090 gabor_124 gabor_057 gabor_107_alt gabor_090 gabor_124_alt "2_51_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_057_107_090_124_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_090_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_51_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2192 2992 2142 fixation_cross gabor_130 gabor_152 gabor_082 gabor_016 gabor_130_alt gabor_152 gabor_082_alt gabor_016 "2_52_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_130_152_082_016_target_position_2_4_retrieval_position_2" gabor_circ gabor_105_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_52_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 64 292 292 399 125 1792 2992 2042 fixation_cross gabor_055 gabor_013 gabor_082 gabor_029 gabor_055_alt gabor_013 gabor_082_alt gabor_029 "2_53_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_2050_gabor_patch_orientation_055_013_082_029_target_position_2_4_retrieval_position_1" gabor_055_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_53_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_055_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1892 2992 2342 fixation_cross gabor_004 gabor_092 gabor_171 gabor_120 gabor_004 gabor_092 gabor_171_alt gabor_120_alt "2_54_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_004_092_171_120_target_position_1_2_retrieval_position_2" gabor_circ gabor_092_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_54_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1792 2992 2392 fixation_cross gabor_127 gabor_040 gabor_092 gabor_008 gabor_127 gabor_040_alt gabor_092 gabor_008_alt "2_55_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_127_040_092_008_target_position_1_3_retrieval_position_1" gabor_127_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_55_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 63 292 292 399 125 1992 2992 2492 fixation_cross gabor_136 gabor_020 gabor_152 gabor_079 gabor_136 gabor_020_alt gabor_152_alt gabor_079 "2_56_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2000_3000_2500_gabor_patch_orientation_136_020_152_079_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_103_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_56_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_103_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1942 2992 2092 fixation_cross gabor_092 gabor_125 gabor_061 gabor_036 gabor_092_alt gabor_125 gabor_061_alt gabor_036 "2_57_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_092_125_061_036_target_position_2_4_retrieval_position_2" gabor_circ gabor_174_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_57_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2042 2992 2492 fixation_cross gabor_173 gabor_061 gabor_115 gabor_092 gabor_173_alt gabor_061_alt gabor_115 gabor_092 "2_58_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_173_061_115_092_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_140_framed blank blank blank blank fixation_cross_target_position_3_4 "2_58_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_176 gabor_018 gabor_098 gabor_138 gabor_176 gabor_018_alt gabor_098 gabor_138_alt "2_59_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_176_018_098_138_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_098_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_59_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_098_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2042 2992 1992 fixation_cross gabor_056 gabor_171 gabor_032 gabor_097 gabor_056_alt gabor_171 gabor_032_alt gabor_097 "2_60_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_056_171_032_097_target_position_2_4_retrieval_position_2" gabor_circ gabor_171_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_60_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 2242 2992 2292 fixation_cross gabor_061 gabor_035 gabor_148 gabor_083 gabor_061_alt gabor_035 gabor_148_alt gabor_083 "2_61_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_061_035_148_083_target_position_2_4_retrieval_position_2" gabor_circ gabor_035_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_61_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 64 292 292 399 125 1742 2992 2142 fixation_cross gabor_124 gabor_053 gabor_083 gabor_068 gabor_124_alt gabor_053_alt gabor_083 gabor_068 "2_62_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2150_gabor_patch_orientation_124_053_083_068_target_position_3_4_retrieval_position_2" gabor_circ gabor_053_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_62_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_053_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1892 2992 2592 fixation_cross gabor_048 gabor_094 gabor_066 gabor_155 gabor_048_alt gabor_094 gabor_066_alt gabor_155 "2_63_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2600_gabor_patch_orientation_048_094_066_155_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_016_framed blank blank blank blank fixation_cross_target_position_2_4 "2_63_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_081 gabor_159 gabor_098 gabor_135 gabor_081_alt gabor_159 gabor_098_alt gabor_135 "2_64_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_081_159_098_135_target_position_2_4_retrieval_position_2" gabor_circ gabor_022_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_64_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 63 292 292 399 125 2092 2992 2542 fixation_cross gabor_014 gabor_149 gabor_086 gabor_164 gabor_014 gabor_149 gabor_086_alt gabor_164_alt "2_65_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2550_gabor_patch_orientation_014_149_086_164_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_041_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_65_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_041_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_135 gabor_179 gabor_161 gabor_120 gabor_135 gabor_179 gabor_161_alt gabor_120_alt "2_66_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_135_179_161_120_target_position_1_2_retrieval_position_1" gabor_135_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_66_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 62 292 292 399 125 1842 2992 2392 fixation_cross gabor_058 gabor_031 gabor_078 gabor_136 gabor_058_alt gabor_031 gabor_078_alt gabor_136 "2_67_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_058_031_078_136_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_136_framed blank blank blank blank fixation_cross_target_position_2_4 "2_67_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_156 gabor_129 gabor_088 gabor_046 gabor_156_alt gabor_129 gabor_088_alt gabor_046 "2_68_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_156_129_088_046_target_position_2_4_retrieval_position_2" gabor_circ gabor_176_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_68_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 64 292 292 399 125 2092 2992 1992 fixation_cross gabor_080 gabor_118 gabor_095 gabor_012 gabor_080 gabor_118_alt gabor_095 gabor_012_alt "2_69_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2000_gabor_patch_orientation_080_118_095_012_target_position_1_3_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_69_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_118_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
43 61 292 292 399 125 2092 2992 2142 fixation_cross gabor_061 gabor_143 gabor_175 gabor_036 gabor_061_alt gabor_143 gabor_175_alt gabor_036 "2_70_Encoding_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_061_143_175_036_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_085_framed blank blank blank blank fixation_cross_target_position_2_4 "2_70_Retrieval_Working_Memory_MEG_P8_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
};
|
cbde898bf02a40e666e18ecf5db22b236704c854
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/149/CH13/EX13.3/ques3.sce
|
e3b6f8ce9e3d0c8cf216edc6f6aafe675ebfd983
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 242
|
sce
|
ques3.sce
|
//ques4
clc
disp('solution of the given linear differential equation is given by : ');
syms c1 c2 c3 x
m=poly(0,'m');
f=m^3+m^2+4*m+4;
r=roots(f);
disp(r);
y=c1*exp(r(1)*x)+c2*exp(r(2)*x)+c3*exp(r(3)*x);
disp('y=');
disp(real(y));
|
15d2aad0408caa04dccd04354f6389c190dd699f
|
a8592d34f144b71794ebf30f1c2a1b5faf0b053c
|
/AkarPersamaan/scilab/soal_03.sce
|
f8f7468231ae0b87583c69beadd732a6c04bf46d
|
[] |
no_license
|
f-fathurrahman/ffr-MetodeNumerik
|
ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327
|
e3a9da224c0fd5b32e671708e890018a3c4104c4
|
refs/heads/master
| 2023-07-19T22:29:38.810143
| 2023-07-07T10:02:34
| 2023-07-07T10:02:34
| 107,272,110
| 2
| 2
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 592
|
sce
|
soal_03.sce
|
function f = soal_03(x)
K = 0.4
pt = 3.5
f = K - x/(1-x)*sqrt(2*pt/(2+x))
endfunction
function K = eval_K(x)
pt = 3.5
K = x/(1-x)*sqrt(2*pt/(2+x))
endfunction
x1 = 0.1
x2 = 0.3
Npoints = 100
x = linspace(x1,x2,Npoints)
f = zeros(1,Npoints)
for i = 1:100
f(i) = soal_03(x(i))
K = eval_K(x(i))
printf("%18.10f %18.10f %18.10f\n", x(i), f(i), K)
end
// clf()
// plot(x, f)
// xs2pdf( gcf(), "soal_03.pdf" )
exec("bisection.sce", -1)
root = bisection( soal_03, x1, x2 )
K = eval_K(root)
printf("At root value of K is %18.10f\n", K)
if getscilabmode() ~= "STD"
quit()
end
|
14724de1880f0007338dfce29d107d21234bc58c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1439/CH11/EX11.2/11_2.sce
|
5fcbcd66ced70852ebba492faa1a115b91b15de0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 321
|
sce
|
11_2.sce
|
clc
//initialisation of variables
R= 8.31*10^7 //ergs mole^-1 K^-1
M= 9.013 //mg
T= 1457 //K
d= 0.318 //cm
t= 60.1 //min
m= 9.54 //mg
g= 980 //cmsec^-2
D= 13.6 //g/cc
p= 76 //cm atm^-1
//CALCULATIONS
P= sqrt(2*%pi*R*T/M)*(m*10^-3/(%pi*(d/2)^2*t*60*p*D*g))
//RESULTS
printf ('vapour pressure= %.2e atm',P)
|
a1a49eafcbc86b367802d5c1640592a4d31d3fc6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/503/CH3/EX3.28/ch3_28.sci
|
13495c06636f5c4d223b19728159e57164d931d4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 787
|
sci
|
ch3_28.sci
|
//to calculate sec voltage magnitude and ph
clc;
a=6000/100; //turn ratio
R1=780;
R2=907;
X1=975;
X2=1075;
Xm=443*1000;
disp('sec open');
//Zb=inf;
V1=6500;
V22=complex(0,Xm)*V1/complex(R1,Xm);
V2=V22/a;
disp(abs(V2),'voltage magnitude(V)');
disp(atand(imag(V2)/real(V2)),'phase(deg)');
disp('when Zb=Rb');
Rb=1;
Rbb=Rb*a^2;
Zm=complex(0,Xm/1000)*Rbb/complex(0,Xm/1000)+Rbb;
R=complex(R1/1000,X1/1000)+Zm;
Vm=Zm*V1/R;
V2=Vm/a;
disp(abs(V2),'voltage magnitude(V)');
disp(atand(imag(V2)/real(V2)),'phase(deg)');
disp('when Zb=jXb');
Rb=complex(0,1);
Rbb=Rb*a^2;
Zm=complex(0,Xm/1000)*Rbb/complex(0,Xm/1000)+Rbb;
R=complex(R1/1000,X1/1000)+Zm;
Vm=Zm*V1/R;
V2=Vm/a;
disp(abs(V2),'voltage magnitude(V)');
disp(atand(imag(V2)/real(V2)),'phase(deg)');
|
3bfc0d131910bcbc7696761c4376d113b2717340
|
36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd
|
/Orbmonk Highground.sce
|
c21ddba7a6c03b0fb614cc5c6e3808359e8ccee6
|
[] |
no_license
|
Ahmad6543/Scenarios
|
cef76bf19d46e86249a6099c01928e4e33db5f20
|
6a4563d241e61a62020f76796762df5ae8817cc8
|
refs/heads/master
| 2023-03-18T23:30:49.653812
| 2020-09-23T06:26:05
| 2020-09-23T06:26:05
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 111,014
|
sce
|
Orbmonk Highground.sce
|
Name=Orbmonk Highground
PlayerCharacters=OrbMonk
BotCharacters=Shinji Bot.bot;McCoy Bot.bot;Rocket Flyer Bot.bot;Sergeant Bot.bot;Racer Bot.bot;Random Bot Watcher No Flyer.rot;watcherRotation.rot;Random Bot Watcher.rot;Random Bot Watcher Assassins.rot
IsChallenge=true
Timelimit=60.0
PlayerProfile=OrbMonk
AddedBots=watcherRotation.rot
PlayerMaxLives=0
BotMaxLives=5
PlayerTeam=1
BotTeams=2
MapName=verticalOW.map
MapScale=0.5
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1000.0
ScorePerDamage=1.0
ScorePerKill=200.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=100.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Overwatch, OW
WeaponHeroTag=Monk Orb, OrbMonk, Zenyatta
DifficultyTag=1
AuthorsTag=
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=As OrbMonk, try to take down five different watcher bots as quickly as you can within the time limit.
GameVersion=2.0.0.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
[Aim Profile]
Name=Ignore Spread GM Projectile
MinReactionTime=0.15
MaxReactionTime=0.3
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=45.0
FlickSpeed=10.0
FlickError=0.0
TrackSpeed=10.0
TrackError=0.0
MaxTurnAngleFromPadCenter=180.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=45.0
OuterAimPenalty=1.0
MaxError=0.0
ShootFOV=1.0
VerticalAimOffset=0.0
MaxTolerableSpread=90.0
MinTolerableSpread=90.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=1.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Ignore Spread GM
MinReactionTime=0.15
MaxReactionTime=0.3
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=45.0
FlickSpeed=10.0
FlickError=1.0
TrackSpeed=10.0
TrackError=1.0
MaxTurnAngleFromPadCenter=180.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=45.0
OuterAimPenalty=1.0
MaxError=5.0
ShootFOV=5.0
VerticalAimOffset=0.0
MaxTolerableSpread=90.0
MinTolerableSpread=90.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=1.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=High Skill At Feet
MinReactionTime=0.25
MaxReactionTime=0.35
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=10.0
TrackSpeed=5.0
TrackError=2.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=35.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=Shinji Bot
DodgeProfileNames=Long Strafes Close Shinji;Short Strafes Close Shinji
DodgeProfileWeights=2.0;1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Ignore Spread GM Projectile;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Shinji
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=McCoy Bot
DodgeProfileNames=Far mixup;Short Strafes Far
DodgeProfileWeights=2.0;3.0
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Ignore Spread GM;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=McCoy
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Rocket Flyer Bot
DodgeProfileNames=Long Strafes Jumping;Short Strafes Jumping
DodgeProfileWeights=2.0;1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=High Skill At Feet;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Rocket Flyer Extra
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Sergeant Bot
DodgeProfileNames=Far mixup
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Ignore Spread GM;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Sergeant 87
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Racer Bot
DodgeProfileNames=Long Strafes Close;Short Strafes Close
DodgeProfileWeights=1.0;2.0
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.5
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Ignore Spread GM;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Racer
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Rocket Flyer Extra Bot
DodgeProfileNames=Long Strafes Jumping;Short Strafes Jumping
DodgeProfileWeights=2.0;1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Rocket Flyer Extra
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Rotation Profile]
Name=Random Bot Watcher No Flyer
ProfileNames=McCoy Bot;Sergeant Bot;Shinji Bot;Racer Bot
ProfileWeights=1.0;1.0;1.0;1.0
Randomized=true
[Bot Rotation Profile]
Name=watcherRotation
ProfileNames=Sergeant Bot;McCoy Bot;Rocket Flyer Bot;Shinji Bot;Racer Bot
ProfileWeights=1.0;1.0;1.0;1.0;1.0
Randomized=false
[Bot Rotation Profile]
Name=Random Bot Watcher
ProfileNames=McCoy Bot;Sergeant Bot;Shinji Bot;Racer Bot;Rocket Flyer Extra Bot
ProfileWeights=1.0;1.0;1.0;1.0;1.0
Randomized=true
[Bot Rotation Profile]
Name=Random Bot Watcher Assassins
ProfileNames=Racer Bot;Shinji Bot;Racer Bot
ProfileWeights=1.0;1.0;1.0
Randomized=false
[Character Profile]
Name=OrbMonk
MaxHealth=200.0
WeaponProfileNames=Monk Orb 1,3x;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=0.888 Z=0.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.784
TeamHeadColor=X=1.000 Y=0.888 Z=0.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=68.888885
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=68.888885
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=2.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=true
JetpackThrust=7500.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.15
AbilityProfileNames=Monk Orb Charge.abilwep;;;Melee.abilmelee
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=200.0
HealthRegenPerSec=30.0
HealthRegenDelay=3.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Shinji
MaxHealth=200.0
WeaponProfileNames=Shinji Stars;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=284.023682
MaxCrouchSpeed=142.0
Acceleration=5000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=284.023682
Gravity=1.0
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.163 Y=0.167 Z=0.166
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.163 Y=0.167 Z=0.166
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=1
AirJumpVelocity=284.023682
MainBBType=Cylindrical
MainBBHeight=53.964497
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=53.964497
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Dash.abilmov;;Triple Star.abilwep;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=McCoy
MaxHealth=200.0
WeaponProfileNames=Six Shooter;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.778 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=0.265 Z=0.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.787
TeamHeadColor=X=1.000 Y=0.265 Z=0.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=63.111111
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=63.111111
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Rush.abilmov;Stun Gren.abilwep;;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Rocket Flyer Extra
MaxHealth=200.0
WeaponProfileNames=Justice Rocket;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=0.000 Y=0.000 Z=0.787
TeamBodyColor=X=0.000 Y=0.000 Z=0.784
TeamHeadColor=X=0.000 Y=0.000 Z=0.787
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=60.0
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=60.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=6.0
JetpackFuelIncPerSec=1.5
JetpackFuelRegensInAir=true
JetpackThrust=1600.0
JetpackMaxZVelocity=182.222214
JetpackAirControlWithThrust=0.12
AbilityProfileNames=Gravity Boost Extra.abilmov;Boop Rocket.abilwep;;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Sergeant 87
MaxHealth=200.0
WeaponProfileNames=Sergeant Rifle;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.149 Y=0.542 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.149 Y=0.542 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=68.888885
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=68.888885
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Run.abilsprint;;Offhand Rocket.abilwep;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Racer
MaxHealth=150.0
WeaponProfileNames=Machine Pistols;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=266.666656
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.691 Y=0.514 Z=0.294
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.691 Y=0.514 Z=0.294
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=1600.0
MainBBType=Cylindrical
MainBBHeight=56.0
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=56.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Phase.abilmov;Unwind.abilrecall;;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Long Strafes Close Shinji
MaxTargetDistance=50.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Close Shinji
MaxTargetDistance=50.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Far mixup
MaxTargetDistance=625.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=1.0
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.9
BlockedMovementReactionMin=0.01
BlockedMovementReactionMax=0.01
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Far
MaxTargetDistance=2500.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.01
BlockedMovementReactionMax=0.01
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=500.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.9
BlockedMovementReactionMin=0.01
BlockedMovementReactionMax=0.01
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Jumping
MaxTargetDistance=250.0
MinTargetDistance=75.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.65
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.5
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Long Strafes Close
MaxTargetDistance=75.0
MinTargetDistance=40.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Close
MaxTargetDistance=75.0
MinTargetDistance=40.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Weapon Profile]
Name=Monk Orb 1,3x
Type=Projectile
ShotsPerClick=1
DamagePerShot=60.0
KnockbackFactor=0.0
TimeBetweenShots=0.4
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=4000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=4000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=2.0
ReloadTimeFromPartial=2.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=46.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.25
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=0.1
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Gunshot
ParticleProjectileTrail=Circles
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.5
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=180.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.001
TriggerBotFOV=0.5
StickyLock=false
HeadLock=false
VerticalOffset=65.0
DisableLockOnKill=false
UsePerShotRecoil=true
PSRLoopStartIndex=0
PSRViewRecoilTracking=1.0
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.1
PSRResetDegreesPerSec=1.1
PSR0=0.1,0.3
PSR1=0.1,-0.3
PSR2=-0.1,0.3
PSR3=-0.1,-0.3
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Monk Orb Charge 1,3x
Type=Projectile
ShotsPerClick=1
DamagePerShot=60.0
KnockbackFactor=0.0
TimeBetweenShots=0.65
Pierces=false
Category=Charge
BurstShotCount=5
TimeBetweenBursts=0.1
ChargeStartDamage=60.0
ChargeStartVelocity=X=4000.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=3.0
ChargeTimeToCap=2.5
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=4000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=4000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=2.0
ReloadTimeFromPartial=2.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=46.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.25
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=0.1
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=false
IsBurstWeapon=true
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Gunshot
ParticleProjectileTrail=Circles
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.5
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=180.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.001
TriggerBotFOV=0.5
StickyLock=false
HeadLock=false
VerticalOffset=65.0
DisableLockOnKill=false
UsePerShotRecoil=true
PSRLoopStartIndex=0
PSRViewRecoilTracking=1.0
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.1
PSRResetDegreesPerSec=1.1
PSR0=0.1,0.3
PSR1=0.1,-0.3
PSR2=-0.1,0.3
PSR3=-0.1,-0.3
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Shinji Stars
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=1.0
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2666.667 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2666.667 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=24
AmmoPerShot=1
ReloadTimeFromEmpty=1.0
ReloadTimeFromPartial=1.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=true
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.1,0.1,0.0,0.0
SpreadSCA=0.1,0.1,0.0,0.0
SpreadMSA=0.1,0.1,0.0,0.0
SpreadMCA=0.1,0.1,0.0,0.0
SpreadSSH=0.1,0.1,0.0,0.0
SpreadSCH=0.1,0.1,0.0,0.0
SpreadMSH=0.1,0.1,0.0,0.0
SpreadMCH=0.1,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.2
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Shinji Triple
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=0.5
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2666.667 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2666.667 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=Shinji Left;Shinji Right
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Six Shooter
Type=Hitscan
ShotsPerClick=1
DamagePerShot=70.0
KnockbackFactor=0.1
TimeBetweenShots=0.5
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=1.5
ReloadTimeFromPartial=1.5
DamageFalloffStartDistance=2200.0
DamageFalloffStopDistance=4500.0
DamageAtMaxRange=20.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.2
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.1
RecoilNegatable=true
DecalType=1
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=4.0
MinRecoilUp=4.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.44
AAMode=2
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.01
TriggerBotFOV=0.1
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Stun Gren
Type=Projectile
ShotsPerClick=1
DamagePerShot=25.0
KnockbackFactor=4.0
TimeBetweenShots=0.8
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=1000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=1000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=1.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=0
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.8
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=230.0
DamageAtCenter=25.0
DamageAtEdge=25.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.15
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Justice Rocket
Type=Projectile
ShotsPerClick=1
DamagePerShot=120.0
KnockbackFactor=5.0
TimeBetweenShots=0.75
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=1555.556 Y=0.000 Z=0.000
MuzzleVelocityMax=X=1555.556 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Rocket
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=5.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=120.0
DamageAtCenter=80.0
DamageAtEdge=20.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.4
AAMaxSpeed=1.5
AADeadZone=0.0
AAFOV=180.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.001
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=-25.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Boop Rocket
Type=Projectile
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=1.0
TimeBetweenShots=0.8
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2666.667 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2666.667 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=0
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=0.0
DelayBeforeShot=0.2
ProjectileGraphic=Rocket
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=2.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=1.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=1000.0
FlatKnockbackVertical=250.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=1000.0
FlatKnockbackVerticalMin=250.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=355.555542
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Sergeant Rifle
Type=Hitscan
ShotsPerClick=1
DamagePerShot=19.0
KnockbackFactor=0.0
TimeBetweenShots=0.1
Pierces=false
Category=FullyAuto
BurstShotCount=2
TimeBetweenBursts=0.1
ChargeStartDamage=0.1
ChargeStartVelocity=X=1500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=3000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=3000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=3.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=25
AmmoPerShot=1
ReloadTimeFromEmpty=1.5
ReloadTimeFromPartial=1.5
DamageFalloffStartDistance=1418.181763
DamageFalloffStopDistance=2600.0
DamageAtMaxRange=5.7
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=true
DecalType=1
DecalSize=5.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=0.1
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=false
SpreadSSA=2.0,10.0,-2.6,2.4
SpreadSCA=2.0,10.0,-2.6,2.4
SpreadMSA=2.0,10.0,-2.6,2.4
SpreadMCA=2.0,10.0,-2.6,2.4
SpreadSSH=2.0,10.0,-2.6,2.4
SpreadSCH=2.0,10.0,-2.6,2.4
SpreadMSH=2.0,10.0,-2.6,2.4
SpreadMCH=2.0,10.0,-2.6,2.4
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.15
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=0.1
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Offhand Rocket
Type=Projectile
ShotsPerClick=1
DamagePerShot=120.0
KnockbackFactor=5.0
TimeBetweenShots=0.8
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2222.222 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2222.222 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=0
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Rocket
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=2.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=5.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=155.555557
DamageAtCenter=80.0
DamageAtEdge=40.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Machine Pistols
Type=Hitscan
ShotsPerClick=2
DamagePerShot=6.0
KnockbackFactor=0.0
TimeBetweenShots=0.05
Pierces=false
Category=FullyAuto
BurstShotCount=2
TimeBetweenBursts=0.1
ChargeStartDamage=0.1
ChargeStartVelocity=X=1500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=3000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=3000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=3.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=40
AmmoPerShot=2
ReloadTimeFromEmpty=1.0
ReloadTimeFromPartial=1.0
DamageFalloffStartDistance=520.710083
DamageFalloffStopDistance=1420.118286
DamageAtMaxRange=1.5
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.1
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.03
HitSoundCooldown=0.03
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=true
DecalType=1
DecalSize=5.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=0.1
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=true
SpreadSSA=1.05,9.0,0.0,3.6
SpreadSCA=1.05,9.0,0.0,3.6
SpreadMSA=1.05,9.0,0.0,3.6
SpreadMCA=1.05,9.0,0.0,3.6
SpreadSSH=1.05,9.0,0.0,3.6
SpreadSCH=1.05,9.0,0.0,3.6
SpreadMSH=1.05,9.0,0.0,3.6
SpreadMCH=1.05,9.0,0.0,3.6
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.5
AAMaxSpeed=5.0
AADeadZone=0.0
AAFOV=720.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=0.1
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
PBS1=0.0,0.0
[Weapon Profile]
Name=Shinji Left
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=1.0
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2652.058 Y=-278.743 Z=0.000
MuzzleVelocityMax=X=2652.058 Y=-278.743 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Shinji Right
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=1.0
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2652.058 Y=278.743 Z=0.000
MuzzleVelocityMax=X=2652.058 Y=278.743 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Movement Ability Profile]
Name=Dash
MaxCharges=1.0
ChargeTimer=8.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.3
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=2222.222168
MainVelocityCanGoVertical=true
MainVelocitySetToMovementKeys=false
UpVelocity=0.0
EndVelocityFactor=0.0
Hurtbox=true
HurtboxRadius=150.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=0.0
HurtboxAirKnockbackFactor=0.0
AbilityBlocksTurning=true
AbilityBlocksMovement=true
AbilityBlocksAttack=true
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.2
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=1000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=75.0
AIDamageReactionResetTimer=1.0
[Movement Ability Profile]
Name=Rush
MaxCharges=1.0
ChargeTimer=8.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.4
FullyAuto=true
AbilityDuration=0.4
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=666.666687
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=0.0
EndVelocityFactor=1.0
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=true
AbilityBlocksAttack=true
AttackCancelsAbility=false
AbilityReloadsWeapon=true
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=false
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=50.0
AIDamageReactionResetTimer=1.0
[Movement Ability Profile]
Name=Gravity Boost Extra
MaxCharges=1.0
ChargeTimer=5.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.5
FullyAuto=true
AbilityDuration=0.0
LockDirectionForDuration=false
NegateGravityForDuration=true
MainVelocity=444.444458
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=888.888916
EndVelocityFactor=1.0
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=false
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=10.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=10000.0
AIMaxTargFOV=45.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.0
AIDamageReactionMaxDelay=0.0
AIDamageReactionCooldown=0.1
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Movement Ability Profile]
Name=Phase
MaxCharges=3.0
ChargeTimer=3.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.08
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=4166.666504
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=0.0
EndVelocityFactor=0.0
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=true
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=1000000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=25.0
AIDamageReactionResetTimer=1.0
[Weapon Ability Profile]
Name=Monk Orb Charge
MaxCharges=1.0
ChargeTimer=1.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=Monk Orb Charge 1,3x
BlockAttackTimer=0.65
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Triple Star
MaxCharges=1.0
ChargeTimer=0.75
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=Shinji Triple
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=true
AmmoPerShot=3
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.2
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=1500.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=1.0
[Weapon Ability Profile]
Name=Stun Gren
MaxCharges=1.0
ChargeTimer=10.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
WeaponProfile=Stun Gren
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=500.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=1.0
[Weapon Ability Profile]
Name=Boop Rocket
MaxCharges=1.0
ChargeTimer=12.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.5
FullyAuto=true
WeaponProfile=Boop Rocket
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Offhand Rocket
MaxCharges=1.0
ChargeTimer=8.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
WeaponProfile=Offhand Rocket
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=5000.0
AIMaxTargFOV=2.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=1.0
[Melee Ability Profile]
Name=Melee
MaxCharges=1.0
ChargeTimer=0.25
ChargesRefundedOnKill=0.0
DelayAfterUse=1.0
FullyAuto=false
AbilityDuration=0.15
HurtboxRadius=25.0
HurtboxDamage=30.0
HurtboxGroundKnockbackFactor=0.0
HurtboxAirKnockbackFactor=0.0
BlockAttackTimer=0.5
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=55.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Recall Ability Profile]
Name=Unwind
MaxCharges=1.0
ChargeTimer=10.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.5
FullyAuto=false
AbilityDuration=1.0
BlockAttackTimer=0.25
AbilityBlockedWhenAttacking=false
RecallTimer=3.0
RefillAmmo=true
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=50.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=360.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.25
AIDamageReactionMinDelay=0.25
AIDamageReactionMaxDelay=0.5
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=75.0
AIDamageReactionResetTimer=1.0
[Sprint Ability Profile]
Name=Run
MaxCharges=1.0
ChargeTimer=0.001
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
AbilityDuration=0.0
BlockAttackWhileSprinting=true
AbilityBlockedWhenAttacking=true
SpeedModifier=1.5
45DegreeSprint=true
90DegreeSprint=false
135DegreeSprint=false
180DegreeSprint=false
TapToSprint=false
Block45DegreesWhenSprinting=false
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Map Data]
Name=Mimic
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.0
JumpFrequency=0.5
CrouchInAirFrequency=0.2
CrouchOnGroundFrequency=0.65
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.2
MaxCrouchTime=0.3
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-576.000000 32.000000 -1024.000000
448.000000 32.000000 -1024.000000
448.000000 32.000000 -1040.000000
-576.000000 32.000000 -1040.000000
-576.000000 0.000000 -1024.000000
448.000000 0.000000 -1024.000000
448.000000 0.000000 -1040.000000
-576.000000 0.000000 -1040.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 0.000000 -512.000000
448.000000 0.000000 -512.000000
448.000000 0.000000 -1792.000000
-576.000000 0.000000 -1792.000000
-576.000000 -16.000000 -512.000000
448.000000 -16.000000 -512.000000
448.000000 -16.000000 -1792.000000
-576.000000 -16.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 528.000000 -496.000000
448.000000 528.000000 -496.000000
448.000000 528.000000 -512.000000
-576.000000 528.000000 -512.000000
-576.000000 0.000000 -496.000000
448.000000 0.000000 -496.000000
448.000000 0.000000 -512.000000
-576.000000 0.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 1216.000000 -496.000000
448.000000 1216.000000 -496.000000
448.000000 1216.000000 -512.000000
-576.000000 1216.000000 -512.000000
-576.000000 528.000000 -496.000000
448.000000 528.000000 -496.000000
448.000000 528.000000 -512.000000
-576.000000 528.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 1216.000000 -512.000000
464.000000 1216.000000 -512.000000
464.000000 1216.000000 -1792.000000
448.000000 1216.000000 -1792.000000
448.000000 272.000000 -512.000000
464.000000 272.000000 -512.000000
464.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-592.000000 1216.000000 -512.000000
-576.000000 1216.000000 -512.000000
-576.000000 1216.000000 -1792.000000
-592.000000 1216.000000 -1792.000000
-592.000000 272.000000 -512.000000
-576.000000 272.000000 -512.000000
-576.000000 272.000000 -1792.000000
-592.000000 272.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1216.000000 -1024.000000
448.000000 1216.000000 -1024.000000
448.000000 1216.000000 -1040.000000
-576.000000 1216.000000 -1040.000000
-576.000000 32.000000 -1024.000000
448.000000 32.000000 -1024.000000
448.000000 32.000000 -1040.000000
-576.000000 32.000000 -1040.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1216.000000 -1792.000000
448.000000 1216.000000 -1792.000000
448.000000 1216.000000 -1808.000000
-576.000000 1216.000000 -1808.000000
-576.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
448.000000 272.000000 -1808.000000
-576.000000 272.000000 -1808.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 784.000000 -368.000000
448.000000 784.000000 -368.000000
448.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
-576.000000 512.000000 -368.000000
448.000000 512.000000 -368.000000
448.000000 512.000000 -384.000000
-576.000000 512.000000 -384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 512.000000 -384.000000
448.000000 512.000000 -384.000000
448.000000 512.000000 -496.000000
-576.000000 512.000000 -496.000000
-576.000000 496.000000 -384.000000
448.000000 496.000000 -384.000000
448.000000 496.000000 -496.000000
-576.000000 496.000000 -496.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
448.000000 784.000000 -384.000000
464.000000 784.000000 -384.000000
464.000000 784.000000 -512.000000
448.000000 784.000000 -512.000000
448.000000 0.000000 -384.000000
464.000000 0.000000 -384.000000
464.000000 0.000000 -512.000000
448.000000 0.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
-576.000000 784.000000 -512.000000
-592.000000 784.000000 -512.000000
-592.000000 0.000000 -384.000000
-576.000000 0.000000 -384.000000
-576.000000 0.000000 -512.000000
-592.000000 0.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 1216.000000 -384.000000
-576.000000 1216.000000 -384.000000
-576.000000 1216.000000 -512.000000
-592.000000 1216.000000 -512.000000
-592.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
-576.000000 784.000000 -512.000000
-592.000000 784.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 1216.000000 -384.000000
464.000000 1216.000000 -384.000000
464.000000 1216.000000 -512.000000
448.000000 1216.000000 -512.000000
448.000000 784.000000 -384.000000
464.000000 784.000000 -384.000000
464.000000 784.000000 -512.000000
448.000000 784.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1216.000000 -368.000000
448.000000 1216.000000 -368.000000
448.000000 1216.000000 -384.000000
-576.000000 1216.000000 -384.000000
-576.000000 784.000000 -368.000000
448.000000 784.000000 -368.000000
448.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1232.000000 -384.000000
448.000000 1232.000000 -384.000000
448.000000 1232.000000 -1792.000000
-576.000000 1232.000000 -1792.000000
-576.000000 1216.000000 -384.000000
448.000000 1216.000000 -384.000000
448.000000 1216.000000 -1792.000000
-576.000000 1216.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 784.000000 -512.000000
464.000000 784.000000 -512.000000
464.000000 784.000000 -1792.000000
448.000000 784.000000 -1792.000000
448.000000 0.000000 -512.000000
464.000000 0.000000 -512.000000
464.000000 0.000000 -1792.000000
448.000000 0.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 784.000000 -1792.000000
448.000000 784.000000 -1792.000000
448.000000 784.000000 -1808.000000
-576.000000 784.000000 -1808.000000
-576.000000 0.000000 -1792.000000
448.000000 0.000000 -1792.000000
448.000000 0.000000 -1808.000000
-576.000000 0.000000 -1808.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 784.000000 -512.000000
-576.000000 784.000000 -512.000000
-576.000000 784.000000 -1792.000000
-592.000000 784.000000 -1792.000000
-592.000000 0.000000 -512.000000
-576.000000 0.000000 -512.000000
-576.000000 0.000000 -1792.000000
-592.000000 0.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 5
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type Target
Vector3 position 320.000000 256.000000 320.000000
Vector3 angles -135.000000 30.000000 0.000000
String32 name end
entity
type PlayerSpawn
Vector3 position -64.000000 512.000000 -448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 -1760.000000
Bool8 teamA 0
|
a8ba936dccd26ed0e721f5e1651e3c9e96679735
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2066/CH7/EX7.3/7_3.sce
|
f474a0ca52a2fff8fe0c595d6f609a9ceb69cf38
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 234
|
sce
|
7_3.sce
|
clc
clear
//Initialization of variables
n=7
//calculations
alpha= (n+1)^3 *(2*n+1)^3 /(4*n^4 *(n+3)*(2*n+3))
bet=(n+1)^2 *(2*n+1)^2 /(2*n^2 *(n+2)*(2*n+2))
//results
printf("alpha = %.2f",alpha)
printf("\n beta = %.2f",bet)
|
2711558de8d2f6c89f70b158c947b3dc908305f1
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.2/Unix/scilab-2.2/macros/percent/%sprsp.sci
|
97400929eb2805a653071a9f66484904b8f69b81
|
[
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 314
|
sci
|
%sprsp.sci
|
function x=%sprsp(a,b)
// a/b , a sparse b sparse
[ma,na]=size(a)
[mb,nb]=size(b)
if na<>nb then error(12),end
if mb<>nb then
a=a*b';b=b*b'
end
[h,rk]=lufact(b')
if rk<mini(mb,nb) then warning('deficient rank: rank = '+string(rk)),end
x=[]
for k=1:ma
x=[x;sparse(lusolve(h,full(a(k,:))')')]
end
ludel(h)
|
d6258cf4107db01390f0e242609cf93626f41391
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/331/CH3/EX3.1/Example_3_1.sce
|
e866b59ff494a55f92b3bcbfb6b8a47184dbe365
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 376
|
sce
|
Example_3_1.sce
|
//Caption: Program to determine the Arithmetic Mean
//Example 3.1
//Page 40
clc;
x = input('Monthly Salaries of Employees');
n = length(x); //Number of Observations
X = sum(x)/n;
disp(X,'Arithmetic mean of salaries of the employees =')
//Result
//Monthly Salaries of Employees [12000,14500,8500,13500,13500,17500,11500];
//Arithmetic mean of salaries of the employees = 13000
|
7b661338e4c01b7cc1fdb97da759c54e145cb9f0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1541/CH2/EX2.16/Chapter2_Example16.sce
|
87e3a866f9ac7869c18482303e934edca2cd6450
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,273
|
sce
|
Chapter2_Example16.sce
|
//Chapter-2, Example 2.1, Page 2.4
//=============================================================================
clc
clear
//INPUT DATA
Q=25;//Rating of a transformer in KVA
V1=2000;//Primary voltage in V
V2=200;//Secondary volatge in V
R1=0.15;//Primary winding resistance in ohm
X1=0.25;//Primary leakage reactance in ohm
R2=0.04;//Secondary winding resistance in ohm
X2=0.015;//Secondary leakage reactance in ohm
//CALCULATIONS
K=(V2/V1);//Voltage transformation ratio
Ro1=(R1+(R2/K^2));//Resistance referred to primary in ohm
Xo1=(X1+(X2/K^2));//Reactance referred to primary in ohm
Zo1=sqrt(Ro1^2+Xo1^2);//Impedence referred to primary in ohm
Ro2=(R2+(R1*K^2));//Resistance referred to secndary in ohm
Xo2=(X2+(X1*K^2));//Reactance referred to secondary in ohm
Zo2=sqrt(Ro2^2+Xo2^2);//Impedence referred to secondary in ohm
//OUTPUT
mprintf('(a)Resistance referred to primary is %3.2f ohm \n Reactance referred to primary is %3.2f ohm \n Impedence referred to primary is %3.1f ohm \n\n(b)Resistance referred to secndary is %3.4f ohm \n Reactance referred to secondary is %3.4f ohm \n Impedence referred to secondary is %3.3f ohm',Ro1,Xo1,Zo1,Ro2,Xo2,Zo2)
//=================================END OF PROGRAM==============================
|
35ca666e96be8d26c889e9f881e17edfb7f110c6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1382/CH4/EX4.10/exe_4_10.sce
|
bea4a911fd2f81a2b070616951c6f75a901a68c7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 488
|
sce
|
exe_4_10.sce
|
// Example 4.10: channel width to channel length ratio and drain resisitance
clc, clear
Id=100; // drain current in micro-ampere
kn=20; // in micro-ampere per volt^2
Vt=-1; // in volts
Vgs=0; // gate source voltage in volts
Vdd=5; // dc voltage in volts
Vd=1; // drain voltage in volts
wl=(2*Id/(kn*(Vgs-Vt)^2));
Rd=(Vdd-Vd)/(Id*10^-3);
disp(wl,"dchannel width to channel ratio ()")
disp(Rd,"drain resistance (in kilo ohm)")
disp("Rd can vary in the range 0 to 40 kilo-ohm")
|
e3ecfd5980784de129cdc95069ed310d53578216
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2375/CH2/EX2.1/ex2_1.sce
|
94f1b8c5d35f7b175fe446ce9515136fa2344062
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 380
|
sce
|
ex2_1.sce
|
// Exa 2.1
clc;
clear;
close;
format('v',6)
// Given data
I_C = 15;// in mA
I_CbyI_E= 0.995;
I_E= I_C/I_CbyI_E;// in mA
I_B= 0.005*I_E;// in mA
I_CBO = 3;// in µA
I_CBO = I_CBO * 10^-3;// in mA
alpha_dc= I_C/I_E;
disp(alpha_dc,"The value of Alpha_dc is");
// I_C = Alpha_dc*I_E + I_CBO;
I_E = (I_C-I_CBO)/alpha_dc;// in mA
disp(I_E,"The value of I_E in mA is");
|
0462d777c4c2c74bd8ee89d2cd2b11b5580073b8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3594/CH3/EX3.5/3_5.sce
|
7bbe82412db2c78e0e308556f3e572e02f333d9b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 704
|
sce
|
3_5.sce
|
clc
//Given
AB=2.5//inches
BC=7//inches
CD=4.5//inches
DA=8//inches
N=100//rpm
X=60//degrees
w=(%pi*N)/30
//From triangle ABM we have
AM=0.14//feet
BM=0.12//feet
Vb=w*AB/12//ft/s
Vc=w*AM//ft/s
Vcb=w*BM//ft/s
fb=w^2*(AB/12)//ft/s^2
bt=Vcb^2/(BC/12)//ft/s^2
os=Vc^2/(CD/12)//ft/s^2
//By measurement from acceleration diagram
sc=19.1//ft/s^2
tq=14.4//ft/s^2
Acd=sc/(CD/12)
Abc=tq/(BC/12)
printf("\n")
printf("Vb=%.2f ft/s \nVc=%.2f ft/s\nVcb=%.2f ft/s\nfb=%.2f ft/s^2\nbt=%.2f ft/s^2\nos=%.2f ft/s^2\n",Vb,Vc,Vcb,fb,bt,os)
printf("Angular acceleration of CD(counter-clockwise)= %.1f rad/s^2 \n",Acd)
printf("Angular acceleration of BC(counter-clockwise)= %.1f rad/s^2 \n",Abc)
|
c28d8e34a03c41e8d0cf079f24449efec4a680b6
|
717ddeb7e700373742c617a95e25a2376565112c
|
/503/CH5/EX5.4/ch5_4.sci
|
cc120a890b4c5ea8477e6146015372b47c6e941b
|
[] |
no_license
|
appucrossroads/Scilab-TBC-Uploads
|
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
|
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
|
refs/heads/master
| 2021-01-22T04:15:15.512674
| 2017-09-19T11:51:56
| 2017-09-19T11:51:56
| 92,444,732
| 0
| 0
| null | 2017-05-25T21:09:20
| 2017-05-25T21:09:19
| null |
UTF-8
|
Scilab
| false
| false
| 380
|
sci
|
ch5_4.sci
|
// to calculate flux/pole
clc;
S=42;
p=2;
ph=3;
m=S/(p*ph); //slots/pole/phase
g=180*p/S; //slots angle
K_b=sind(m*g/2)/(m*sind(g/2)); //breadth factor
cp=17;
pp=S/p;
theta_sp=(pp-cp)*g; //short pitch angle
K_p=cosd(theta_sp/2);
N_ph=S*2/(ph*p*2); //2 parallel paths
E_p=2300/sqrt(3);
phi=E_p/(4.44*K_b*K_p*f*N_ph);
disp(phi,'flux/pole(Wb)');
|
f90a6565189878af57fc782d77b33a8ffbf12fd9
|
1988df91caa448a35bbf274a6d2698fe434571b1
|
/axiom/hilbert.tst
|
3415cf2d5308156ed6583e23ba84cc65b7543fb4
|
[] |
no_license
|
namin/GETFOL
|
bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2
|
bf42caf61799578eb82e9f17b3342bc2ee638a22
|
refs/heads/master
| 2021-10-25T08:08:20.142137
| 2021-10-22T16:16:40
| 2021-10-22T16:16:40
| 204,234,318
| 4
| 1
| null | 2019-08-25T02:05:54
| 2019-08-25T02:05:54
| null |
UTF-8
|
Scilab
| false
| false
| 6,062
|
tst
|
hilbert.tst
|
MARK begin;
COMMENT | ************************************************************* |
COMMENT | * AUTHOR: Richard Weyhrauch DATE: around 1984 |
COMMENT | * |
COMMENT | * SUBJECT: Paper at CADE 5 |
COMMENT | * |
COMMENT | * GETFOL VERSION: October 1989 |
COMMENT | * |
COMMENT | ************************************************************* |
COMMENT | SUSBSIDIARY DEDUCTION RULES |
COMMENT |Implicational part of the propositional logic P1|
COMMENT | Context and proof naming |
PROBE ALL;
NAMECONTEXT INITIAL;
MAKECONTEXT META;
SWITCHCONTEXT META;
NAMEPROOF M1;
MARK mark1;
COMMENT | Language definition |
COMMENT | SORT definition |
DECLARE SORT SENTCONST WFF;
DECLARE SORT IMP;
DECLARE SORT THEOREM;
DECLARE SORT FACT;
MOREGENERAL WFF <SENTCONST>;
MOREGENERAL WFF <IMP>;
COMMENT | INDVARs definition |
DECLARE INDVAR sentconst [SENTCONST];
DECLARE INDVAR wff1 wff2 wff3 [WFF];
DECLARE INDVAR impl [IMP];
DECLARE INDVAR fact vl1 vl2 [FACT];
COMMENT |FUNCONSTs definition |
DECLARE FUNCONST mkimp (WFF,WFF)=IMP;
DECLARE FUNCONST hypof (IMP) =WFF;
DECLARE FUNCONST concl (IMP) =WFF;
DECLARE FUNCONST wffof (FACT) =WFF;
COMMENT | REPRESENTATIONs defintion |
DECREP WFF;
DECREP FACT;
COMMENT | representing SORTs in the (partial Model) |
REPRESENT {FACT} AS FACT;
REPRESENT {WFF} AS WFF;
MARK mark2;
COMMENT | Attaching the theory to the model |
ATTACH mkimp TO [WFF,WFF=WFF] mkimp ;
ATTACH hypof TO [WFF=WFF] hypot;
ATTACH concl TO [WFF=WFF] concl;
ATTACH wffof TO [FACT=WFF] fact\-get\-wff;
ATTACH IMP TO [WFF] IMP;
MARK mark3;
COMMENT |AXIOMs assertion |
AXIOM WFF1: forall sentconst.WFF(sentconst);
AXIOM WFF2: forall wff1 wff2.WFF(mkimp(wff1,wff2));
COMMENT | the following axioms state the syntatic |
COMMENT | properties of implications |
AXIOM IMPL1: forall wff1 wff2.IMP(mkimp(wff1,wff2));
AXIOM IMPL2: forall wff1 wff2.hypof(mkimp(wff1,wff2))=wff1;
AXIOM IMPL3: forall wff1 wff2.concl(mkimp(wff1,wff2))=wff2;
AXIOM IMPL4: forall wff1.(IMP(wff1)imp wff1=mkimp(hypof(wff1),concl(wff1)));
MARK mark4;
COMMENT | Axioms are Theorems |
COMMENT | (Metathoretic statement about any theory) |
COMMENT | HILBERT1 states: A imp (B imp A) |
AXIOM HILBERT1:
forall wff1 wff2. THEOREM(mkimp(wff1,(mkimp(wff2,wff1))));
COMMENT | (A imp (B imp C) ) imp ((A imp B) imp (A imp C )) |
AXIOM HILBERT2:
forall wff1 wff2 wff3.THEOREM(
mkimp(
mkimp(wff1,mkimp(wff2,wff3)),
mkimp(mkimp(wff1,wff2),
mkimp(wff1,wff3)) ) );
MARK mark5;
COMMENT | Modus Ponens |
AXIOM MODUSP:
forall wff1 wff2.(THEOREM(mkimp (wff1,wff2))imp
(THEOREM(wff1)imp THEOREM(wff2)) );
MARK mark6;
COMMENT | We compute the WellFormedFormulaOF some FOL fact |
COMMENT | The following is true in P1 |
AXIOM THM:forall fact.(THEOREM (wffof(fact)));
COMMENT | We want to generate some particular facts in Theory .|
COMMENT | This is why we prove the following theorem in meta |
COMMENT | If we have two facts of theory and the first asserts |
COMMENT | an implication and the second asserts the formula |
COMMENT | which is the hypothesis of the first.Then we can |
COMMENT | state that the conclusion of the first fact is a theorem|
ASSUME IMP(wffof(vl1))and hypof(wffof(vl1))=wffof(vl2);
ALLE IMPL4 , wffof(vl1);
TAUT wffof(vl1)=mkimp(hypof(wffof(vl1)),concl(wffof(vl1))) BY 1,2;
ALLE THM ,vl1;
SUBST 4 with 3;
ALLE THM ,vl2;
ANDE 1 2;
SUBST 6 with 7 right;
COMMENT | These steps have been added when the ND rules ALLE and EXISTI |
COMMENT | have been separated from the evaluator. They don't seem to be |
COMMENT | satisfactory yet, because the deduction of formulae that are |
COMMENT | consequence of the sort information is still left to the eval-|
COMMENT | uator. Probably in the future a new inference rule will be set|
COMMENT | up: in this case this example has to be changed. |
ANDE 1 1;
EVAL forall impl.WFF(hypof(impl));
ALLE 10 wffof(vl1);
IMPE 9 11;
EVAL forall impl.WFF(concl(impl));
ALLE 13 wffof(vl1);
IMPE 9 14;
ALLE MODUSP, hypof(wffof(vl1)) concl(wffof(vl1)) ;
TAUT THEOREM(concl(wffof(vl1))) BY 5,8,12,15,16;
IMPI 1,17;
ALLI 18, vl1 , vl2;
LABEL FACT MP=19;
MARK mark7;
COMMENT |The following commands and the previous proved theorem |
COMMENT |will allow us to generate some facts in Theory using the|
COMMENT |Reflection Principle |
COMMENT | Proof of 'A imp A' in Theory |
COMMENT | we create a new context in which we will Reflect |
COMMENT | results found in Meta |
MAKECONTEXT THEORY;
COMMENT | Switching to THEORY and naming of the current proof |
SWITCHCONTEXT THEORY;
NAMEPROOF T1;
COMMENT | Sentconsts Declarations |
DECLARE SENTCONST A;
DECLARE SENTCONST B;
MARK mark8;
COMMENT | PROOF in the theory |
REFLECT HILBERT1 A , (A imp A);
REFLECT HILBERT2 A,A imp A,A;
REFLECT MP 2 ,1;
REFLECT HILBERT1 A ,A ;
REFLECT MP 3, 4;
MARK mark9;
COMMENT |We prove in Meta that 'A imp A' for every wff 'A' |
SWITCHCONTEXT META;
MAKEPROOF OBVIOUS1 ;
SWITCHPROOF OBVIOUS1;
ALLE HILBERT1,wff1,mkimp(wff1,wff1);
ALLE HILBERT2,wff1,mkimp(wff1,wff1),wff1;
ALLE MODUSP,
mkimp (wff1,mkimp(mkimp(wff1,wff1),wff1)),
mkimp(mkimp(wff1,mkimp(wff1,wff1)),mkimp(wff1,wff1));
TAUT THEOREM( mkimp(mkimp(wff1,mkimp(wff1,wff1)), mkimp(wff1,wff1))) BY 1,3, 2 ;
ALLE HILBERT1 wff1,wff1;
ALLE MODUSP,mkimp(wff1,mkimp(wff1,wff1)),mkimp(wff1,wff1);
TAUT THEOREM(mkimp(wff1,wff1)) BY 4,6,5;
ALLI 7 ,wff1;
LABEL FACT OBVIOUS =8;
MARK mark10;
COMMENT |We prove in Theory 'A imp A' B imp B' 'C imp C'|
COMMENT |using the metatheorem that asserts that any wff |
COMMENT | implies itself |
SWITCHCONTEXT THEORY;
REFLECT OBVIOUS A;
REFLECT OBVIOUS B;
REFLECT OBVIOUS A imp B;
MARK end;
|
fab3c020114b51e259a1ede5cdb143854cb087ca
|
6e257f133dd8984b578f3c9fd3f269eabc0750be
|
/ScilabFromTheoryToPractice/CreatingPlots/testxclick.sce
|
8854a5c9a8ecd9dfa000d2dfdacc8c58f9e0a0d7
|
[] |
no_license
|
markusmorawitz77/Scilab
|
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
|
7c98963a7d80915f66a3231a2235010e879049aa
|
refs/heads/master
| 2021-01-19T23:53:52.068010
| 2017-04-22T12:39:21
| 2017-04-22T12:39:21
| 89,051,705
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 267
|
sce
|
testxclick.sce
|
clf;
plot2d(0,0,0,rect=[0,0,1,1])
xgrid(4)
// wait for a click inside the window
[button,x,y,fig_id,menu]=xclick()
// place a cross at the selected point
plot(x,y,'xk');
// display the point's coordinates
xstring(x,y,' it''s point ('+string(x)+','+string(y)+')')
|
13193a9aabd81e9ab546ca670f17d42e1217c984
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set12/s_Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436.zip/Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436/CH1/EX1.4/ex1_4.sce
|
df3132704c05a2638a5e5977245d6297308d2972
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 175
|
sce
|
ex1_4.sce
|
errcatch(-1,"stop");mode(2);// Example 1.4, page no-54
temp=2.022
millivolt_cor=37.325
op=millivolt_cor-temp
printf("Millivolt output available=% .3f",op)
exit();
|
b38a53f34fdbd55f3f057b1c4432e9aa94750ec6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3159/CH16/EX16.1/Ex16_1.sce
|
4f35fcf3daf9253e326875ed4e505da4ce8ae417
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 482
|
sce
|
Ex16_1.sce
|
// Calculate the net magnetic moment per iron atom in crystal
clc
a = 2.87 // lattice parameter in angstrom
n = 2 // number of atoms per unit cell
m = 1750 // Saturation magnetization in kAm^-1
mu = 9.273e-24 // bohr magneton
printf("\n Example 16.1")
m_atom = m*1e3*(a*1e-10)^3 /n
mu_b = m_atom/mu
printf("\n Net magnetic moment per iron atom in crystal is %.3e Am^2",m_atom)
printf("\n In unit of mu_b, Net magnetic moment per iron atom in crystal is %.1f ",mu_b)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.