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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30d169e06bd01728addfe4b98d84dae35b8f247f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH20/EX20.2/202.sce | e478eae1afbd068c21ffb8f41346e149193a9b75 | [] | 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,586 | sce | 202.sce | clc;
//Example 20.2
//page no 269
printf("\n Example 20.2 page no 269\n\n");
//ventilation required in an indoor work area where a toluene containing adhesive in a nanotechnology process is used.
//equation for estimate the dilution air requirement
C_a=80e-6//concentration of toluene
q=3/8//volumatric flow rate, gal/h
v=0.4//adhesive contains 4 volume % toluene
S_g=0.87//specific gravity
printf("\n C_a concentration of toluene=%f \n q volumatric flow rate q=%f gal/h \n S_g specific gravity=%f ",C_a,q,S_g);
//mass flow rate of toluene
m_dot_tol=q*v*S_g*(8.34)//factor 8.34 for lb
printf("\n mass flow rate m_dot-tol=%f lb/h",m_dot_tol);
m_dot_g=m_dot_tol*(454/60)//unit conversion of mass flow rate in g/min
printf("\n mass flow rate in g/min m_dot_g=%f g/min",m_dot_g);
M_w=92//molecular weight of toluene
n_dot_tol=m_dot_g/M_w//no. of gm moles of toluene/min
printf("\n no. of moles n_dot_tol=%f gmol/min",n_dot_tol);
//resultant toluene vapor volumatric flow rate q_tol is directly calculated from th eidal gas law
//applying ideal gas law
R=0.08206//gas constant
P=1//standard pressure
T=293//standard temperature
printf("\n R gas constant=%f atm.L/(gmol.K)\n T temperature=%f K\n P pressure =%f atm",R,T,P);
q_tol=n_dot_tol*R*T/P//toluene vapor volumatric flow rate
printf("\n toluene vapor vol. flow rate q_tol=%f L/min",q_tol);
q_tol=2.15//round off value
//the required diluent volumatric flow rtae
K=5//dimensionless mixing factor
q_dil=K*q_tol/(C_a)//diluent vol. flow rate
printf("\n diluent vol. flow rate q_dil=%f L/min",q_dil);
|
3738903e95253d06c7234e268cddcd37a527a607 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH8/EX8.10/Ex8_10.sce | fd41b9c402db01634b3ecb46a4e10dce4e26b8f6 | [] | 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 | 700 | sce | Ex8_10.sce |
// Theory and Problems of Thermodynamics
// Chapter 8
// Power and Refrigeration Cycles
// Example 10
clear ;clc;
//Given data
r0 = 8 // Compression ratio of Otto cycle
T1 = 300 // initial temperature of air in K
P1 = 0.1 // initial pressure of air in MPa
q1 = 25 // amount of energy added during combustion cycle
gam = 1.4 // heat capacity ratio
// calculations
n = 1-(1/r0)^(gam-1) // Thermal efficiency of cycle
W = n*q1 // work done per mole of air
// Output Results
mprintf('Thermal efficiency of Otto cycle = %4.3f' ,n);
mprintf('\n Work done per mole of air = %4.3f kJ/mol' ,W);
|
d3c5c2f2e27cddb894f4a0997ccb22489179a5ff | f8bb2d5287f73944d0ae4a8ddb85a18b420ce288 | /Scilab/example/状態空間表現から伝達関数を得る.sce | ab471ce2c195932b0ebae1dc84bf6dc1c8e45d21 | [] | no_license | nishizumi-lab/sample | 1a2eb3baf0139e9db99b0c515ac618eb2ed65ad2 | fcdf07eb6d5c9ad9c6f5ea539046c334afffe8d2 | refs/heads/master | 2023-08-22T15:52:04.998574 | 2023-08-20T04:09:08 | 2023-08-20T04:09:08 | 248,222,555 | 8 | 20 | null | 2023-02-02T09:03:50 | 2020-03-18T12:14:34 | C | SHIFT_JIS | Scilab | false | false | 136 | sce | 状態空間表現から伝達関数を得る.sce | //状態空間表現から伝達関数を得る
A=[0 1;-2 -3]; b=[0;1]; c=[1 2]; d=0;
ss_sys=syslin('c',A,b,c,d);
tf_sys=ss2tf(ss_sys)
|
1075b29de9b5630a4ce4160f9d2198b35e97cb34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH9/EX9.2/9_2.sce | 956ae231cbb6e5a82730fa5248d1fb339b7f1c6a | [] | 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 | 483 | sce | 9_2.sce | // example:-9.2,page no.-473.
// program to design a low pass composite filter with cutoff frequency of 2 MHZ.
fc=2*10^6;f=2.05*10^6;Ro=75;
L=(2*Ro)/(2*%pi*fc);
C=2/(Ro*2*%pi*fc);
for m=sqrt(1-(fc/f)^2)
x=m*L/2;
y=m*C;
z=((1-m^2)/(4*m))*L; // x,y,z are design parameter assumed.
disp(x,y,z,'design parameter for m=0.2195 ')
end
for m=0.6
x=m*L/2;
y=m*C/2;
z=((1-m^2)/(2*m))*L; // x,y,z are design parameter assumed.
disp(x,y,z,'design parameter for m=0.6 ')
end |
a19631b179c5ee94db8ff9cd533b582234b18803 | 449d555969bfd7befe906877abab098c6e63a0e8 | /293/CH20/EX20.3/eg20_3.sce | 5f7c18b8440341018f94292288800127cd94990e | [] | 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 | 424 | sce | eg20_3.sce | // final flux = 0.8*initial flux
Ia1 = 73; //initial armature current (in amps)
Vt = 230; //(in volts)
Ra = 0.188; //armature circuit resistance
n1 = 1150; //initial rotor speed (in rpm)
Ea1 = 216.3; //initial armature voltage
Ia2 = (1/0.8)*Ia1 ; //final armature current
Ea2 = Vt - (Ia2*Ra); //final armature voltage
n2 = (Ea2/Ea1)*(1/0.8)*n1; //final rotor speed
disp(n2,"final rotor speed(in rpm) = ") |
acadad2d576ef27bccffb965637f93d9a1698e2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH23/EX23.14/Ex23_14.sce | e2380bde52485d370953459686ea339776e87063 | [] | 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 | 186 | sce | Ex23_14.sce | clear
//Given
h=6.625*10**-34
c=3*10**8
l=5600*10**-10
a=5
//Calculation
E=(h*c)/l
n=a/E
//Result
printf("\n Number of visible photons emitted per second is %0.2f *10**19 ",n*10**-19)
|
3204c4f1045af5faf5ff1c9fab4fc3749dd1bc02 | 449d555969bfd7befe906877abab098c6e63a0e8 | /273/CH23/EX23.3/ex23_3.sce | 71baf820365ee6d21bd68b7f436231352f9169f4 | [] | 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 | 365 | sce | ex23_3.sce | clc;clear;
//Example 23.3
//calculation of electronic polarizability and relative permittivity
//given values
e=8.85*10^-12;//permittivity in F/m
N=9.8*10^26;//atoms per m^3
r=.53*10^-10;//radius in m
//calculation
alpha=4*%pi*e*r^3;
disp(alpha,'electronic polarizability (in F/m^2)is ');
er=1+(4*%pi*N*r^3);
disp(er,'relative permittivity is')
|
3a4d2acbca6adec6433fcffcc320defaf7d6daf3 | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/plain-pnm_to_matrix-plain-pnm-002.tst | c80bcaf580d49a6cced276909866299a6b11e734 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 22 | tst | plain-pnm_to_matrix-plain-pnm-002.tst | ../inputs/wider-01.pgm |
598025329759433b1fc75d6a750a77728cf7cadd | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s__elelectronics_instrumentation_and_measurements_U._S._Shah_2195.zip/_elelectronics_instrumentation_and_measurements_U._S._Shah_2195/CH3/EX3.9.2/ex_3_9_2.sce | 676eef5388950bc6abc470eec6fe781e992bb132 | [] | 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 | 266 | sce | ex_3_9_2.sce | errcatch(-1,"stop");mode(2);//Example 3.9.2// full scale deflection current
;
;
//given data :
format('v',5)
Vin=10;// in volts
Rs=200;//in k-ohm
Rm=400;// in ohm
I_fsd=Vin/((Rs*10^3)+Rm);
disp(I_fsd*10^6,"full scale deflection current,I_fsd(micro-A) = ")
exit();
|
11011ef16c943b799c229d1610c895fd1c6bfd26 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH2/EX2.a.12/Example_a_2_12.sce | 59b25363099a3647eb74be2d4080bc3a61cd6b52 | [] | 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 | 370 | sce | Example_a_2_12.sce | //Example 2_12 page no:96
clc;
//current source are parallel so added them up
I1=5;
I2=5;
I3=10;
I=I1+I2+I3;
R1=2;
R2=2;
R3=3;
R4=2;
R5=1;
R=1/((1/R1)+(1/R2)+(1/R3)+(1/R4)+(1/R5));
V=I*R;
disp(V,"the voltage source is (in V)");
disp(R,"the resistance connected in series is (in ohm)");
//in text book resistance calculationg is wrong
//R valus is 0.35
|
495e4e7f76b9abea1303a53bd173d7cbff6b2c72 | 84e4405f182c8a71ed4737063cc0474c432149f1 | /Labovi/LV3/zad2.sce | 4bea22e30f4c1d68fd2a7aa6894505d9db20dc9b | [] | no_license | Leon-Zhaohw/NA | 0f8080fcc4958af4ebf5daced11a6d01c27e3ece | 0f1d30cfe13d5447b775698a93cf01cc1c8d15ac | refs/heads/master | 2021-06-15T11:20:41.484070 | 2017-01-29T01:10:43 | 2017-01-29T01:10:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 563 | sce | zad2.sce | // linear interp sin
//x1 = linspace(0, 2 * %pi, 10);
//[y] = interp1(x1, sin(x1), linspace(0, 2 * %pi, 50));
//subplot(2, 2, 1);
//plot(linspace(0, 2 * %pi, 50), y, 'g*');
//plot(linspace(0, 2 * %pi, 50), sin);
function [r]= Runge(param)
r = 1 ./ (1 + 25 * (param. ^2));
endfunction
function interpFunction(f)
x1 = linspace(0, 2 * %pi, 10);
[y] = interp1(x1, f(x1), linspace(0, 2 * %pi, 50));
subplot(2, 2, 1);
plot(linspace(0, 2 * %pi, 50), y);
endfunction
subplot(2, 2, 1);
interpFunction(sin);
subplot(2, 2, 2);
interpFunction(Runge);
|
d6f58de1cc50d193f561efb52730ac68950042a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH6/EX6.13/example_13.sce | 716f3a0af6b704a981f9dc336ec6097220af470c | [] | 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 | 521 | sce | example_13.sce | clc
clear
printf("example 6.13 page number 237\n\n")
//to find the composite distillate and residue
F = 100 //moles
xf = 0.4;
D = 60 //moles
W = 40 //moles
x = 0.2:0.05:0.45;
for i =1:((0.45-0.2)/0.05)+1
y(i) = 2.16*x(i)/(1+1.16*x(i));
z(i) = (y(i)-x(i))^-1;
end
plot (x,z'/10)
title('Batch Distillation Curve')
xlabel('x')
ylabel('y')
xw = 0.22; //from the graph
yd = (F*xf-W*xw)/D;
printf("composition of distillate = %f",yd)
printf("\n\ncomposition of residue = %f",xw)
|
d9f4b5a6bb932704128d186316affd5c9957e065 | 449d555969bfd7befe906877abab098c6e63a0e8 | /273/CH25/EX25.20/ex2520.sce | 4bbcf47fc5a2521946ef562640ad327ec8694a89 | [] | 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 | 2,227 | sce | ex2520.sce | clc;//clears the command window
clear;//clears all the variables
i=1;w=1;
bin=1011.01101;//Given binary number which we need to be convert into octal
//conversion to decimal first
temp1=floor(bin);//separating integer part from the given number
temp2=modulo(bin,1);//separating decimal part from the given number
temp2=temp2*10^5;//converting decimal value to integer for convenience
while(temp1>0)//storing each integer digit in vector for convenience
p(i)=modulo(temp1,10);
temp1=floor(temp1/10);
i=i+1;
end
while(temp2>0)//storing each decimal digit in vector for convenience
q(w)=modulo(temp2,2);
temp2=(temp2/10);
temp2=floor(temp2);
w=w+1;
end
temp1=0;//flag bit
for i=1:length(p)//checking whether it is a binary number or not
if(p(i)>1) then
disp('not a binary number');
abort;
end
end
for i=1:length(p)
//multipliying bits of integer part with their position values and adding
temp1=temp1+(p(i)*2^(i-1));
end
temp2=0;//flag bit
for z=1:length(q)
//multipliying bits of decimal part with their position values and adding
temp2=temp2+(q(z)*2^(-1*(6-z)));
end
dec=temp1+temp2;
//finally adding both the integer and decimal parts to get decimal equivalent
//conversion from decimal to octal
format('v',8);//making the default precision to 8 significant digits
i=1;w=1;
temp=modulo(dec,1);//separating decimal part from the given number
temp2=floor(dec);//separating integer part from the given number
while(temp2>0)//storing each integer digit in vector for convenience
r(i)=(modulo(floor(temp2),8))
temp2=floor(temp2/8);
i=i+1;
end
temp2=0;//clearing temporary variable 'temp2'
for j=1:length(r)
//multipliying bits of integer part with their position values and adding
temp2=temp2+(r(j)*10^(j-1));
end
while(temp~=0) //storing each decimal digit in vector for convenience
temp=temp*8;
s(w)=floor(temp);
w=w+1;
temp=modulo(temp,1);
end
temp1=0; //flag bit
for k=1:length(s)
//multipliying bits of decimal part with their position values and adding
temp1=temp1+(10^(-1*k)*s(k));
end
temp3=temp2+temp1;
disp(temp3,'octal number is');
|
edb1d59e0d7e31ff883d4a481aea97bc82ced5cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH10/EX10.2/ex10_2.sce | d77a90ea26b68be1971315e5243e08d9b77a7e0d | [] | 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 | 274 | sce | ex10_2.sce | //Determine the gain of feedback amplifier in dB
clear;
clc;
//soltion
//given
Ad=60;//dB //internal gain in dB
A=10^(Ad/20); //internal gain
B=1/20;//feedback factor
Af=A/(1+A*B);
Afd=20*log10(Af);
printf("The gain of feedback amplifier %.2f dB",Afd);
|
27a8799cf61c76c64b850528445f77b2ba56f3f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2054/CH3/EX3.4/Exa3_4.sce | ccfb8901e8afe6d4ced9976c69b012b931808b12 | [] | 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 | 365 | sce | Exa3_4.sce | //Exa:3.4
clc;
clear;
close;
R_a=0.06;//in ohms
N1=875;// in rpm
N2=750;//in rpm
V_rms=220;//in volts
V_dc=200;//in volts
I_a=150;//in amperes
E_b1=V_dc-(I_a*R_a);//Back emf (in volts)
E_b2=E_b1*(N2/N1);// in volts
V_a=E_b2+(I_a*R_a);//armature voltage (in volts)
alpha_a=acosd((V_a*%pi/(2*V_rms*sqrt(2))));
disp(alpha_a,'Firing angle (in degrees)='); |
866f2474adcc5094ab94ffd5b06099e77e0fd890 | d916be6e700b3613486a5ac15377af536ecbe918 | /Roots.sce | fd47672459df51e023ccc94a4fe7d80fa740f3ba | [] | no_license | aguilerap-jc/numMethodsP1 | 2bf098d9fb2cb2bb2bd730e760bf61f5b8c7a46c | f3f13fee84b90444548b7c70036780144370c560 | refs/heads/master | 2021-01-23T04:13:38.025702 | 2015-11-26T00:59:02 | 2015-11-26T00:59:02 | 41,867,995 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 28,006 | sce | Roots.sce | //Initialize possible constant values on users functions
e = 2.718281;
function index_menu = display_menu()
disp("Select one of the following methods:");
disp("1) Roots Methods");
disp("2) Non Linear Methods");
disp("3) Linear Regression Method ")
disp("4) Interpolation Direct Method")
disp("5) Integration Trapezoidal")
disp("6) Integration Roomberg")
index_menu = input("Type the number of the numeric method you want to use: ");
funcprot(0);
endfunction;
function index_sub_menu_roots = display_menu_roots()
disp("Select one of the following methods:");
disp("1) Bisection Method");
disp("2) Secant Method");
disp("3) Newthon-Raphson Method");
disp("4) Bairstow Method");
disp("0) For going out of the program");
disp("");
index_sub_menu_roots = input("Type the number of the numeric method you want to use: ");
endfunction;
function index_submenu_non_linear = display_menu_non_linear()
disp("Select one of the following methods:");
disp("1) Gauss Elimination With Partial Pivoting");
disp("2) Gauss Jordan");
disp("3) LU Decomposition");
disp("4) Gauss Seidel");
disp("0) For going out of the program");
disp("");
index_submenu_non_linear = input("Type the number of the numeric method you want to use: ");
endfunction;
function Index_Integration = display_menu_Integration()
disp("Choose how do you want to type the Integration_Method");
disp("1) Enter the function to evaluate");
disp("2) Enther the values of the segments");
Index_Integration = input("Type how you want to enter the values for the Integration_Method: ");
endfunction
function Index_Romberg = display_menu_Romberg()
disp("Choose how do you want to type the Romberg_Method");
disp("1) Enter the number of Iterations");
disp("2) Enther the minimum expected error");
Index_Romberg = input("Type how you want to enter the values for the Integration_Method: ");
endfunction
function bisection_method()
// Ask for required data
disp("Type the function to evaluate with the following format:");
disp(" y=a*x^n + b*x^(n-1) + c*x^(n-2) ..., where a, b, c are constants");
user_function = input("","string");
xl = input("xl value: ");
xu = input("xu value: ");
max_error = input("max error value in %")/100.0;
//Initialize user function and required values
deff('[y] = bisection(x)', user_function);
output = ["iteration", "xl", "xu", "xm", "sign", "error"];
disp(output);
_error = 1;
//First iteration
iteration = 1;
xm = (xl + xu)/2;
is_positive = bisection(xl)*bisection(xm) > 0;
if(is_positive) then
_sign = "+";
else
_sign = "-";
end
output = [" " + string(iteration), string(xl), string(xu), string(xm), _sign, "---"];
disp(output);
//Next iterations
while abs(_error) >= max_error then
iteration = iteration + 1;
prev_xm = xm;
if(is_positive) then
xl = prev_xm;
else
xu = prev_xm;
end
xm = (xl + xu)/2;
is_positive = bisection(xl)*bisection(xm) > 0;
if(is_positive) then
_sign = "+";
else
_sign = "-";
end
_error = (xm - prev_xm)/xm;
//Display values
output = [" " + string(iteration), string(xl), string(xu), string(xm), _sign, string(abs(_error)*100) + "%"];
disp(output);
end
ri = xl-3:0.01:xu+3;
plot(ri,bisection(ri));
plot(xm,bisection(xm),'o')
endfunction
function secant_method()
// Ask for required data
disp("Type the function to evaluate with the following format:");
disp(" y=a*x^n + b*x^(n-1) + c*x^(n-2) ..., where a, b, c are constants");
user_function = input("","string");
x0 = input("x0 value: ")
x1 = input("x1 value: ")
max_error = input("max error value in %")/100.0;
//Initialize user function and required values
deff('[y] = secant(x)', user_function);
_error = 1;
x2 = 0;
iteration = 0;
output = ["iteration", "xi-1", "xi", "f(xi-1)", "f(xi)", "xi+1", "error"];
disp(output);
//Iterations
while abs(_error) >= max_error then
iteration = iteration + 1;
f_x0 = secant(x0);
f_x1 = secant(x1);
x2 = x1 - f_x1*(x1-x0)/(f_x1-f_x0);
_error = (x2 - x1)/x2;
//Display values
if(iteration <> 1) then
output = [" " + string(iteration), string(x0), string(x1), string(f_x0), string(f_x1), string(x2), string(abs(_error)*100) + "%"];
else
output = [" " + string(iteration), string(x0), string(x1), string(f_x0), string(f_x1), string(x2), " --- "];
end;
disp(output);
x0 = x1;
x1 = x2;
end
ri = x0-3:0.01:x1+3;
plot2d(ri,secant(ri));
plot(x1,0,'o');
endfunction
function newton_method()
// Ask for required data
disp("Type the function to evaluate with the following format:");
disp(" y=a*x^n + b*x^(n-1) + c*x^(n-2) ..., where a, b, c are constants");
user_function = input("","string");
x0 = input("x0 value: ")
max_error = input("max error value in % ")/100.0;
//Initialize user function and required values
deff('[y] = newton_raphson(x)', user_function);
_error = 1;
output = ["iteration", "xi", "f(xi)", "derivate f(xi)", "error"];
disp(output);
//First interation
iteration = 1;
f_x0 = newton_raphson(x0);
deriv_f_x0 = numderivative(newton_raphson, x0);
x1 = x0 - f_x0/deriv_f_x0;
output = [" " + string(iteration), string(x0), string(f_x0), string(deriv_f_x0), " --- "];
disp(output);
//Next Iterations
while abs(_error) >= max_error then
iteration = iteration + 1;
prev_x0 = x0;
x0 = x1;
f_x0 = newton_raphson(x0);
deriv_f_x0 = numderivative(newton_raphson, x0);
x1 = x0 - f_x0/deriv_f_x0;
_error = (x0 - prev_x0)/x0;
//Display values
output = [" " + string(iteration), string(x0), string(f_x0), string(deriv_f_x0), string(abs(_error)*100) + "%"];
disp(output);
end
ri = x0-3:0.01:x0+3;
plot(ri,newton_raphson(ri));
plot(x1,0,'o');
endfunction
function bairstow_method()
// Ask for required data
disp("Type the coefficients of the polynomial in a decreasing order of the function degree :");
disp("[1, 2, 3, 4] means 1*x^3 + 2*x^2 + 3*x^1 + 4*x^0");
a_values = input("");
r0 = input("r0 value: ");
s0 = input("s0 value: ");
max_error = input("max error value in % ")/100.0;
//Process data
b_values = a_values;
c_values = a_values;
[matrix_x, matrix_y] = size(a_values);
_error = 1;
iteration = 1;
r1 = r0;
s1 = s0;
while abs(_error) >= max_error then
output = ["iteration", "initial r", "initial s"];
disp(output);
output = [" ", string(iteration), string(r0), string(s0)];
disp(output);
output = [" ", " a ", " b ", " c "];
disp(output);
b_values(2) = a_values(2) + r0*b_values(1);
c_values(2) = b_values(2) + r0*c_values(1);
//Display n a,b, c values
output = [" _1_ ", string(a_values(1)), string(b_values(1)), string(c_values(1))];
disp(output);
//Display n-1 a,b,c values
output = [" _2_ ", string(a_values(2)), string(b_values(2)), string(c_values(2))];
disp(output);
for i = 3:matrix_y,
b_values(i) = a_values(i) + r0*b_values(i-1) + s0*b_values(i-2);
c_values(i) = b_values(i) + r0*c_values(i-1) + s0*c_values(i-2);
output = [" _" + string(i) + "_ ", string(a_values(i)), string(b_values(i)), string(c_values(i))];
disp(output);
end
b0 = b_values(matrix_y);
b1 = b_values(matrix_y - 1);
c1 = c_values(matrix_y - 1);
c2 = c_values(matrix_y - 2);
c3 = c_values(matrix_y - 3);
delta_r = (-b0/c1 + c2*b1/(c1*c3))/(1-(c2^2)/(c1*c3))
delta_s = (-b0-c1*delta_r)/c2;
r1 = r0 + delta_r;
s1 = s0 + delta_s;
_error_r = (r1-r0)/r1;
_error_s = (s1-s0)/s1;
if(abs(_error_r) > abs(_error_s)) then
_error = _error_r;
else
_error = _error_s;
end
output = [" ", " delta r ", " delta s ", " r ", " s ", "error r", "error s"];
disp(output);
output = [" ", string(delta_r), string(delta_s), string(r1), string(s1), string(_error_r*100) + "%", string(_error_s*100) + "%"];
disp(output)
iteration = iteration + 1;
r0 = r1;
s0 = s1;
end
root_1 = r1/2 + sqrt(r1^2+4*s1)/2;
root_2 = r1/2 - sqrt(r1^2+4*s1)/2;
output = "Root values";
disp(output);
disp(root_1);
disp(root_2);
endfunction
function Partial_Pivoting_Method()
//Partial Pivoting Method
disp("Partial_Pivoting_Method Function Executing");
matrix_A = input("Define matrix A");
matrix_B = input("Define matrix B");
n = size(matrix_A, "r");
for i=1: n
actual_row_A = matrix_A(i,:);
value_1_A = matrix_A(i,i);
actual_row_B = matrix_B(i,:);
for j=i+1: n
next_row_A = matrix_A(j, :);
value_2_A = matrix_A(j,i);
matrix_A(j, :) = next_row_A - actual_row_A*value_2_A/value_1_A;
next_row_B = matrix_B(j, :);
matrix_B(j, :) = next_row_B - actual_row_B*value_2_A/value_1_A;
end
end
//Now that we have the lower part with 0's, we must do the needed operations. starting from the bottom.
for i = n : -1 : 1;
for j = i+1 : n
matrix_B(i) = matrix_B(i)-matrix_A(i,j)*matrix_B(j);
end
matrix_B(i) = matrix_B(i)/matrix_A(i,i);
end
disp("The solution for x is:")
disp(matrix_B);
//Partial_Pivotin_method
endfunction
function Gauss_Jordan_Method()
//Gauss Jordan Method
disp("Gauss_Jordan_Method Function Executing");
matrix_A = input("Define matrix A");
matrix_B = input("Define matrix B");
n = size(matrix_A, "r");
for i=1: n
actual_row_A = matrix_A(i,:);
value_1_A = matrix_A(i,i);
actual_row_B = matrix_B(i,:);
for j=i+1: n
next_row_A = matrix_A(j, :);
value_2_A = matrix_A(j,i);
matrix_A(j, :) = next_row_A - actual_row_A*value_2_A/value_1_A;
next_row_B = matrix_B(j, :);
matrix_B(j, :) = next_row_B - actual_row_B*value_2_A/value_1_A;
end
matrix_A(i, :) = actual_row_A/actual_row_A(i);
matrix_B(i, :) = actual_row_B/actual_row_A(i);
end
//Now that we have the lower part with zeros and the diagonal with 1s we must reduce the upper part and substract rows beginning from the bottom
for i=n:-1:1
actual_row_A = matrix_A(i,:);
value_1_A = matrix_A(i,i);
actual_row_B = matrix_B(i,:);
for j=i-1:-1:1
next_row_A = matrix_A(j, :);
value_2_A = matrix_A(j,i);
matrix_A(j, :) = next_row_A - actual_row_A*value_2_A/value_1_A;
next_row_B = matrix_B(j, :);
matrix_B(j, :) = next_row_B - actual_row_B*value_2_A/value_1_A;
end
end
disp("La solución para x es:")
disp(matrix_B);
endfunction
function LU_Decomposition()
//LU Decomposition
disp("LU_Decomposition Function Executing");
//Definir Matriz A
matrix_A = input("Define matrix A ");
//Definir Matriz B
matrix_B = input("Define matrix B ");
matrix_AO = matrix_A;
matrix_BO = matrix_B;
//n = Renglones
n = size(matrix_A, "r");
[renglon,columna] = size(matrix_A);
//Definir matriz L con 0
matrix_L = zeros(renglon,columna);
//Definir matriz U con 0
matrix_U = zeros(renglon,columna);
matrix_X = ones(n);
matrix_Z = ones(n);
matrix_Temp = ones(n);
for i = 1 : n
matrix_L(i,i) = 1;
end
for i=1: n
//Sacar el i renglon de la matriz A
actual_row_A = matrix_A(i,:);
//Obtener el primer cada uno de los valores de la matriz
value_1_A = matrix_A(i,i);
//Sacar el i renglon de B
actual_row_B = matrix_B(i,:);
//Asigna los valores de la matriz U de la diagonal
matrix_U(i,i) = value_1_A;
for j = i+1 : n
//Sacar el segundo renglon de A
next_row_A = matrix_A(j, :);
value_2_A = matrix_A(j,i);
matrix_A(j, :) = next_row_A - actual_row_A*value_2_A/value_1_A;
next_row_B = matrix_B(j, :);
matrix_B(j, :) = next_row_B - actual_row_B*value_2_A/value_1_A;
matrix_L(j,i) = value_2_A/value_1_A;
end
end
matrix_U = matrix_A;
for i=n :-1 : 1
actual_row_A = matrix_A(i,:);
value_1_A = matrix_A(i,i);
actual_row_B = matrix_B(i,:);
for j=i-1:-1:1
next_row_A = matrix_A(j, :);
value_2_A = matrix_A(j,i);
matrix_A(j, :) = next_row_A - actual_row_A*value_2_A/value_1_A;
next_row_B = matrix_B(j, :);
matrix_B(j, :) = next_row_B - actual_row_B*value_2_A/value_1_A;
end
end
matrix_Z(1) = matrix_BO(1);
for i = 2 : n
matrix_Z(i) = matrix_BO(i)
for j = i-1 :-1 : 1
matrix_Z(i)=matrix_Z(i)-matrix_L(i,j)*matrix_Z(j);
end
end
for i = n : -1 : 1
matrix_X(i) = matrix_Z(i);
for j = i+1 : n
matrix_X(i)=matrix_X(i)-matrix_U(i,j)*matrix_X(j);
end
matrix_X(i) = matrix_X(i)/matrix_U(i,i);
end
disp("A matrix");
disp(matrix_AO);
disp("B matrix");
disp(matrix_BO);
disp("L matrix");
disp(matrix_L);
disp("Z values");
disp(matrix_Z);
disp("U matrix");
disp(matrix_U);
disp("X values");
disp(matrix_X);
endfunction
function Gauss_Seidel()
disp("Gauss_Seidel Function Executing ...");
disp("In vector format {x1,x2,x3,x4,...,xn}")
//ask for the initial values of the X values
_new = input("Initial values for you X :")
disp("introduce the constants of each equation in matrix style ")
disp("For example: {A,B,C;D,E,F;G,H,I} representig a [3x3] matrix")
matrixA = input("Matrix A : ");
//get the size of the matrix
_size = size (matrixA, "r")
//ask for the equation in vector format
disp("introduce the other side of the equaility")
disp("For example: {A;B;C} for a matrix[1x3]")
matrixB = input("Matrix B : ");
_error = input("max error value in % ")/100.0;
max_iterations = input("insert the max number of iterations");
//flag to detect that the error is less than the maxError
maxError = _error + 1
actualError = zeros(_size,1)
//flag to detect non Diagonal Dominant Matrix
flagNonDiagonal = 0
//variable to save the sum of each row
totalInLine = zeros(_size,1)
//array of new and old values of all X variables i.e x1,x2..xn
_old = zeros(_size, 1)
iteration = 1
//verify that the matrix is Diagonally dominant
for i = 1 : _size
for j = 1 : _size
if j <> i then
totalInLine(i) = totalInLine(i) + matrixA(i,j)
end
end
if matrixA(i,i) < totalInLine(i) then
flagNonDiagonal = 1
end
end
//if its diagonal dominat proceed
if flagNonDiagonal == 0 then
//do the procedure until reaching a maxError value that is less than the set error
while maxError > _error & iteration <= max_iterations then
for i = 1 : _size
//save the value of to get the error value
_old(i) = _new(i)
tmpX = 0
//sum of all values in row that are not in the main diagonal
//and multiply each of them by their corresponding X value
for j = 1 : _size
if j <> i then
tmpX = tmpX + _new(j) * matrixA(i,j)
end
end
//get the newest value for the X that we are trying to find
_new(i) = (matrixB(i) - tmpX) / matrixA(i,i)
//get the error
actualError(i) = abs((_new(i) - _old(i)) / _new(i))
if(i == 1) then
maxError = actualError(i)
end
end
//verify if this round got the maxError
if(actualError(i) > maxError) then
maxError = actualError(i)
end
//output setting
sizeOfMatrixOutput = (_size + _size + 1)
output = zeros(1,sizeOfMatrixOutput)
output(1,1) = iteration
for k = 2 : sizeOfMatrixOutput
if k < (_size + 2) then
//write the value of X
output(1,k) = _new(k - 1)
else
//write the values of the errors
posOfError = (k-_size-1)
output(1,k) = actualError(posOfError) * 100
end
end
disp("| Iter | values of X {x1 .. xn} | Error {E1 .. En |}")
disp(output)
iteration = iteration + 1
end
else
disp("Could not proceed with the method, The main matrix is not Diagonally dominant");
end
endfunction
function Linear_Regression_Method()
disp("Executing Linear_Regression_Method");
matrix_data = input("Insert a matrix of two columns, the first one for x values and the other one for y values. The number of rows is equal to the number of data points");
//Initialize the needed variables
sum_xy = 0;
sum_x = 0;
sum_y = 0;
sum_square_x = 0;
n = size(matrix_data, "r");
a1 = 0;
a0 = 0;
for i = 1 : n
sum_x = sum_x + matrix_data(i,1);
sum_y = sum_y + matrix_data(i,2);
sum_xy = sum_xy + matrix_data(i,1) * matrix_data(i,2);
sum_square_x = sum_square_x + matrix_data(i,1) * matrix_data(i,1);
plot(matrix_data(i,1), matrix_data(i,2), "ro");
end
a1 = (n * sum_xy - sum_x * sum_y) / (n * sum_square_x - sum_x * sum_x);
a0 = sum_y/n - a1 * sum_x/n;
y_data = zeros(1,n);
for i = 1 : n
y_data(i) = matrix_data(i,1)*a1 + a0;
end
plot(matrix_data(:,1),y_data);
disp("The result for a1 is ");
disp(a1);
disp("The result for a0 is ");
disp(a0);
endfunction
function Interpolation_Direct_Method()
disp("Executing Interpolation_DirectM");
disp("Type your table in matrix 2xN {1,2;3,4;5,6;7,8;9,10}")
matrixA = input("insert you table : ")
numOfRows = size (matrixA, "r")
disp("MAX VALUE to chose " + string(matrixA(numOfRows,1)) + ", MIN VALUE to chose " + string(matrixA(1,1)))
valueToFind = input("Introduce the value you want to find : ")
order = input("Introduce the order you want to use, MAX ORDER = " + string(numOfRows - 1) + " : ")
nearestValue = abs(matrixA(1,1) - valueToFind)
nearestValuePos = 1
//extend 1 column matrix A to save wich are the neares values
matrixA = cat(2, matrixA, zeros (numOfRows, 1))
matrixA(1,3) = nearestValue
//finding the neareast values
for i = 2 : numOfRows
//get values from the x axis
value = matrixA(i,1) - valueToFind
matrixA(i,3) = value
//compare them and try to find wich one is the closest to the value we want to find
if abs(value) < nearestValue then
nearestValue = abs(value)
nearestValuePos = i
end
end
//sort values in order to get the neareast values
[sortedNeareastValues, originalPos] = gsort(abs(matrixA(:,3)),'g' ,'i')
sizeOfsolveMatrix = order + 1
coefficients = zeros(sizeOfsolveMatrix, 1)
b = zeros (sizeOfsolveMatrix, 1)
solveMatrix = zeros (sizeOfsolveMatrix, sizeOfsolveMatrix)
//get the coefficients of the polynomials
for rowInCoefficients = 1 : sizeOfsolveMatrix
coefficients(rowInCoefficients) = matrixA(originalPos(rowInCoefficients), 1)
b(rowInCoefficients) = matrixA(originalPos(rowInCoefficients), 2)
maxColumns = order + 1
for columns = 2 : maxColumns
exponent = columns - 1
//coefficientes in column 1 will always be 1
solveMatrix(rowInCoefficients, 1) = 1
solveMatrix(rowInCoefficients, columns) = coefficients(rowInCoefficients)^(exponent)
end
end
//solve the matrix
x0 = inv(solveMatrix) * b
//display value of the coefficientes of the polynomial
disp("Coefficientes for the polynomial")
for l = 1 : sizeOfsolveMatrix
disp("a" + string(l) + " = " + string(x0(l)))
end
rowInx0 = rowInCoefficients
total = 0
//get the value of the function after the substitution of the value that we want to find
for rowInx0 = 1 : sizeOfsolveMatrix
exponent = rowInx0 - 1
total = total + ( x0(rowInx0) * valueToFind^exponent)
end
//plot the equation
x = matrixA(:,1)
stringToDisplay = sprintf("X: %d, Y: %d", valueToFind, total);
xstring( valueToFind, total, stringToDisplay );
plot(x, matrixA(:,2))
//plot the point we find where its X = valueToFind and Y = total
plot(valueToFind, total, 'o')
//display the value
disp("value of the function evaluated ")
disp(total)
endfunction
function Integration_Trapezoidal()
disp("Executing Integration_Trapezoidal");
sel_menu = display_menu_Integration();
if sel_menu == 1 then
disp("Type the function to evaluate with the following format:");
disp(" y=a*x^n + b*x^(n-1) + c*x^(n-2) ..., where a, b, c are constants");
user_function = input("","string");
deff('[y] = ffunction(x)', user_function);
lower_lim = input("Insert the lower limit of the Integral : ");
upper_lim = input("Insert the upper limit of the Integral : ");
n_segments= input("Insert the number of segments :");
integral_range = upper_lim - lower_lim;
h = integral_range/n_segments;
// I = (b-a)/(2*n) {sumation functions}
formula_h = h/2; //formula_h = (b-a)/(2*n)
acum_function = 0;
primerValorPol = 0;
nValorPol = 0;
sumation_functions = 0;
for j = lower_lim : h : upper_lim
acum_function = acum_function + ffunction(j);
if j == lower_lim then
primerValorPol = acum_function;
//Guarda el valor de la funcion en el n valor
elseif j == upper_lim then
nValorPol = acum_function;
//Guarda el valor de las funciones intermedias
else
sumation_functions = sumation_functions + acum_function;
end
acum_function = 0;
end
final_result = formula_h *(primerValorPol+(2*sumation_functions)+nValorPol);
disp("Solution is");
disp(final_result);
//plot
x_values = lower_lim:.1:upper_lim
x_values2 = lower_lim:h:upper_lim
plot(x_values, ffunction)
plot(x_values2, ffunction, '--')
//Linea 44
elseif sel_menu == 2 then
//n_segments= input("Insert the number of segments :");
x_values = input("Enter the X segments as following [1,2,3,...,n] : ");
y_values = input("Enter the Y segments as following [1,2,3,...,n] : ");
[x,n_segments] = size(x_values);
if size(x_values) <> size(y_values) then
disp("The segments of X are different that segments of Y Insert them again please");
elseif (size(x_values) == size(y_values)) then
lower_X_lim = x_values(1,1);
upper_X_lim = x_values(1,n_segments);
lower_Y_lim = y_values(1,1);
upper_Y_lim = y_values(1,n_segments);
funct_h = (upper_X_lim - lower_X_lim)/(n_segments*2);
sumation_middle_values = 0;
for i = 2 : n_segments - 1
sumation_middle_values = sumation_middle_values + y_values(1,i);
end
final_result = funct_h * (lower_Y_lim + sumation_middle_values*2 + upper_Y_lim);
disp("The result is");
disp(final_result);
plot(x_values, y_values)
//disp(upper_Y_lim,sumation_middle_values,lower_Y_lim);
//disp(funct_h);
else disp("Not a Correct Input");
end
else disp("Not a Correct Input");
end
endfunction
function Integration_Romberg()
//disp("Executing Integration_Trapezoidal");
//sel_menu = display_menu_Integration();
//if sel_menu == 1 then
disp("Type the function to evaluate with the following format:");
disp(" y=a*x^n + b*x^(n-1) + c*x^(n-2) ..., where a, b, c are constants");
user_function = input("","string");
deff('[y] = ffunction(x)', user_function);
lower_lim = input("Insert the lower limit of the Integral : ");
upper_lim = input("Insert the upper limit of the Integral : ");
iterations = input("Enter the number of Iterations : ");
h_vector = zeros(iterations);
i_matrix = zeros(iterations,iterations);
prev_r_values = zeros(iterations);
errors = zeros(iterations);
for j = 1 : iterations
cont_r_values = 0;
h = upper_lim -lower_lim;
if j == 1 then
h_vector(1) = upper_lim - lower_lim;
else
h_vector(j) = h_vector(j-1)/2
end
for i = 1 : iterations
if i == 1 then
acum_function = 0;
primerValor = 0;
nValor = 0;
sumation_functions = 0;
segments = 0;
segments = (upper_lim - lower_lim) / h_vector(j);
for r = lower_lim : h_vector(j) : upper_lim
acum_function = acum_function + ffunction(r);
if r == lower_lim then
primerValor = acum_function;
elseif r == upper_lim then
nValor = acum_function;
else
sumation_functions = sumation_functions + acum_function;
end
acum_function = 0;
cont_r_values = cont_r_values +1;
end
final_result = (h/(2*segments)) * (primerValor+(2*sumation_functions)+nValor);
i_matrix(j,i) = final_result;
i_results(j) = i_matrix(j,i);
else
if j <> 1 & i <= j then
i_matrix(j,i) = (((4*(i-1))*(i_matrix(j,i-1))) - i_matrix(j-1,i-1))/ (4*(i-1)-1);
i_results(j) = i_matrix(j,i);
end
end
end
if j > 1 then
errors(j) = (i_results(j)-i_results(j-1))/i_results(j);
end
end
x_values = lower_lim:.1:upper_lim
plot(x_values, ffunction)
for r = 1 :iterations
x_values2 = lower_lim:h_vector(r):upper_lim
plot(x_values2,ffunction,'--')
end
disp(i_matrix,"I Matrix :");
disp(i_matrix(iterations,iterations), "Final Result = ")
disp(errors(iterations), "The error is : ")
//elseif sel_menu == 2 then
//disp("Type the function to evaluate with the following format:");
//disp(" y=a*x^n + b*x^(n-1) + c*x^(n-2) ..., where a, b, c are constants");
//user_function = input("","string");
//deff('[y] = ffunction(x)', user_function);
//lower_lim = input("Insert the lower limit of the Integral : ");
//upper_lim = input("Insert the upper limit of the Integral : ");
//exp_error = input("Enter the expected error : ");
//h_vector = zeros(iterations);
//i_matrix = zeros(iterations,iterations);
//prev_r_values = zeros(iterations);
//errors = zeros(iterations);
//cont = 0;
//final_error = 100;
//while final_error < exp_error ,
//End while
//end
//End if
//end
//End function
endfunction
function start()
selected_menu = display_menu();
if selected_menu == 1 then
disp("Roots Menu");
selected_method = display_menu_roots();
while selected_method <> 5 & selected_method <> 1 & selected_method <> 2 & selected_method <> 3 & selected_method <> 4 then
disp("Invalid input, please try again");
selected_method = display_menu_roots();
end;
if selected_method == 1 then
disp("Executing Bisection Method");
bisection_method();
elseif selected_method == 2 then
disp("Executing Secant Method");
secant_method();
elseif selected_method == 3 then
disp("Executing Newthon-Raphson Method")
newton_method();
elseif selected_method == 4 then
disp('Executing Bairstow Method');
bairstow_method();
elseif selected_method == 5 then
disp("Ending program");
end;
elseif selected_menu == 2 then
disp("Non Linear Menu");
selected_method = display_menu_non_linear();
while selected_method <> 5 & selected_method <> 1 & selected_method <> 2 & selected_method <> 3 & selected_method <> 4 then
disp("Invalid input, please try again");
selected_method = display_menu_non_linear();
end;
if selected_method == 1 then
disp("Gauss Elimination With Partial Pivoting Method");
Partial_Pivoting_Method();
elseif selected_method == 2 then
disp("Gauss Jordan Method");
Gauss_Jordan_Method();
elseif selected_method == 3 then
disp("LU Decomposition Method")
LU_Decomposition();
elseif selected_method == 4 then
disp("Gauss Seidel Method");
Gauss_Seidel();
elseif selected_method == 0 then
disp("Ending program");
end;
//Funciones del ultimo parcial, no se agregaron en subMenu debido a las instrucciones
elseif selected_menu == 3 then
disp("Linear_Regression_Method");
Linear_Regression_Method();
elseif selected_menu == 4 then
disp("Interpolation_Direct_Method");
Interpolation_Direct_Method();
elseif selected_menu == 5 then
disp("Integration_Trapezoidal");
Integration_Trapezoidal();
elseif selected_menu == 6 then
disp("Integration_Romberg");
Integration_Romberg();
//elseif selected_menu == 7 then
// linear_regression();
end;
endfunction;
|
1b00a92cc59ed0e49942a2daf672076071a6b2f0 | 7e1b0b7ceda8e9c25d67d330a7bb5e562a01f27a | /ProbInverses/TP1/confContours2d.sci | cb53b0de18a8f982ffa23289007ae24e1f8a5487 | [] | no_license | sebherv/master2 | 59b8232e62bef140636bfad8c986bbd10e7d7beb | b8cd8bcde1ae3ae7a5bca58183804faa21456dd8 | refs/heads/master | 2021-09-13T19:33:50.766722 | 2018-02-09T15:09:24 | 2018-02-09T15:09:24 | 103,376,025 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 745 | sci | confContours2d.sci | // Code to plot confidence ellipse in 2D for 95% confidence interval
// mls = least square model esitmates
// covmls = least square covariance matrix (project for 2 dimensions)
// Diagonalize the covariance matrix
[u,lam]=spec()inv(covmls); // eig for matlab instead of spec
// generate a vector of angles for 0 to 2*pi
theta=(0:0.01:2*pi);
delta = sqrt(6.17);
// calculate the x component of the ellipsoid for all angles
r(:,1)=(delta/sqrt(lam(1,1)))*u(1,1)*cos(theta)+(delta/sqrt(lam(2,2)))*u(1,2)*sin(theta);
// calculate the y component of the ellipsoid for all angles
r(:,2)=(delta/sqrt(lam(1,1)))*u(2,1)*cos(theta)+delta/sqrt(lam(2,2)))*u(2,2)*sin(theta);
// plot(x,y) adding in the model parameters
plot(mls(1)+r(:,1),mls(2)+r(:,2))
|
6443639d740ae18e492e99dc16936b71d2c28570 | 726961a3412b6d2fda7c781172773be5e27ac97a | /jflap-grades/tests/q07b.tst | f74cbd15ae74c34ea78a8a3c89deaadc3eb9d7fb | [] | no_license | ailton07/jflap-grades-19-2 | 0546deb482e7f8e003591351191fa649d62fd405 | ff58118d31aa30a0f56cae8e5f0186d44c1b72a8 | refs/heads/master | 2020-09-16T12:49:31.560841 | 2019-11-25T01:03:19 | 2019-11-25T01:03:19 | 223,774,968 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 59 | tst | q07b.tst | 0
0.20
a 1
aaa 1
ab 1
ababab 1
aba 0
aaab 0
abb 0
abaaaa 0
|
48a56cc1894e187a599a529df4ca233a74cbe6e6 | b84a4a40dbd2d8bea5236b6ce15dfba9b560bd5a | /NaiveGauss_SALVEDIA.sce | deb5afb076360fcb7f1cc0ab8ce040b38953f0f3 | [] | no_license | ronzohan/SciLab | f8cf060d8d7be63b7520fc97f5f2db9d5f576bd6 | bccd05f1f2a0cf56f1de25d466f496a2ba436b79 | refs/heads/master | 2021-01-10T21:40:00.810683 | 2014-10-01T13:23:07 | 2014-10-01T13:23:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,823 | sce | NaiveGauss_SALVEDIA.sce | function gauss(coefficient_m,constant_m)
is_square = isSquareMatrix(coefficient_m);
if is_square == 0 then
printf("Not a square matrix");
return;
end
is_compatible = isCompatible(coefficient_m,constant_m)
if is_compatible == 0 then
printf("Incompatible matrices size");
return;
end
mtrx_size = size(coefficient_m);
n = mtrx_size(1,1);
constant_size = size(constant_m);
L=eye(n,n);
M=coefficient_m;
C = constant_m;
disp("Augmented Matrix");
disp([M C])
//forward elimination
for k=1:n-1
for i = k+1:n
pivot = M(i,k)/M(k,k);
for j = k+1:n
M(i,k) = 0
M(i,j) = M(i,j)-(pivot*M(k,j));
end
//for constant_m
C(i) = C(i) - (pivot * C(k));
end
end
disp([M C],"Upper Triangular Matrix");
//back substitution
for i=n:-1:1
x(i) = C(i)/M(i,i);
for j=1:n-1
C(j) = C(j) - (x(i) *M(j,i))
end
end
disp("Solution Matrix")
disp(x)
endfunction
//checks if the matrix is a square matrix
function is_square = isSquareMatrix(input_matrix)
m = size(input_matrix)
if m(1) == m(2) then
is_square = 1
else
is_square = 0
end
endfunction
//checks if the input matrices are dimensionally compatible
function is_compatible = isCompatible(coefficient_m,constant_m)
coefficient_dim = size(coefficient_m);//dimensions of the matrices
constant_dim = size(constant_m);
if coefficient_dim(2) == constant_dim(1) then
is_compatible = 1;
else
is_compatible = 0;
end
endfunction
//SAMPLE
//matA = [25 5 1; 64 8 1; 144 12 1]
//matB = [106.8; 177.2; 279.2]
//gauss(matA,matB)
|
5f2eaab95e1097cc124bb6e40ea815980e545893 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /(Sniper) Apex Legends - Advanced Aim Training Series.sce | 594b6dbd22ef828984304b725de565688d2c6668 | [] | 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 | 194,324 | sce | (Sniper) Apex Legends - Advanced Aim Training Series.sce | Name=(Sniper) Apex Legends - Advanced Aim Training Series
PlayerCharacters=Apex Legend Sniper
BotCharacters=Apex No Shield.bot;Apex Blue Shield.bot;Apex White Shield.bot;Apex Purple Shield.bot;Apex NoAttack NoShield.bot;Apex NoAttack PurpleShield.bot;Apex NoAttack BlueShield.bot;Apex NoAttack WhiteShield.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Apex Legend Sniper
AddedBots=Apex NoAttack NoShield.bot;Apex NoAttack PurpleShield.bot;Apex NoAttack PurpleShield.bot;Apex NoAttack BlueShield.bot;Apex NoAttack BlueShield.bot;Apex NoAttack WhiteShield.bot;Apex NoAttack WhiteShield.bot;Apex NoAttack NoShield.bot;Apex NoAttack NoShield.bot;Apex NoAttack PurpleShield.bot;Apex NoAttack NoShield.bot;Apex NoAttack NoShield.bot;Apex NoAttack NoShield.bot;Apex NoAttack NoShield.bot
PlayerMaxLives=0
BotMaxLives=1;1;1;1;1;1;1;1;1;1;1;1;1;1
PlayerTeam=1
BotTeams=2;2;2;2;2;2;2;2;2;2;2;2;2;2
MapName=smallobstacles_midrange_aimmap-converted.map
MapScale=1.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=2.0
ScoreToWin=1999.0
ScorePerDamage=2.0
ScorePerKill=75.0
ScorePerMidairDirect=10.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=Apex Legends - Advanced Aim Training +Map SniperForum
WeaponHeroTag=Kraber,G7-Scout,Longbow,Triple Take, Apex legends
DifficultyTag=2
AuthorsTag=MrJ4nes
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Advanced Apex Legends Aim Trainer Series(SniperMidRangeTraining) +Realistic Weapon Behaviour+ SniperMap
GameVersion=1.0.7.2
ScorePerDistance=0.0
[Aim Profile]
Name=Medium Skill
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
[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
[Bot Profile]
Name=Apex No Shield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Apex No Shield
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=Apex Blue Shield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Apex Blue Shield
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=Apex White Shield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Apex White Shield
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=Apex Purple Shield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Apex Purple Shield
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Bot Profile]
Name=Apex NoAttack NoShield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;0.5
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Apex No Attack NoShield
SeeThroughWalls=true
NoDodging=false
NoAiming=true
[Bot Profile]
Name=Apex NoAttack PurpleShield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;0.5
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Apex Purple Shield
SeeThroughWalls=true
NoDodging=false
NoAiming=false
[Bot Profile]
Name=Apex NoAttack BlueShield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;0.5
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Apex Blue Shield
SeeThroughWalls=true
NoDodging=false
NoAiming=false
[Bot Profile]
Name=Apex NoAttack WhiteShield
DodgeProfileNames=Fast Strafes Close;Mimic;ADAD;Short Strafes Jumping
DodgeProfileWeights=2.0;1.5;1.0;0.5
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;0.0;0.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Medium Skill;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Apex White Shield
SeeThroughWalls=true
NoDodging=false
NoAiming=false
[Character Profile]
Name=Apex Legend Sniper
MaxHealth=200.0
WeaponProfileNames=Kraber;G7 Scout;Longbow;Triple Take;;;;
MinRespawnDelay=3.0
MaxRespawnDelay=9.0
StepUpHeight=16.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=300.0
MaxCrouchSpeed=400.0
Acceleration=2000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=400.0
Gravity=1.6
AirControl=0.1
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.366 Y=0.067 Z=0.371
EnemyHeadColor=X=0.863 Y=0.776 Z=0.434
TeamBodyColor=X=0.366 Y=0.067 Z=0.371
TeamHeadColor=X=0.863 Y=0.776 Z=0.434
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=270.0
MainBBType=Cylindrical
MainBBHeight=83.0
MainBBRadius=13.0
MainBBHasHead=true
MainBBHeadRadius=7.0
MainBBHeadOffset=1.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=65.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.0
ProjBBHeadOffset=-8.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=Run.abilsprint;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.1
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=1.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=140.0
TPSOffset=X=0.000 Y=20.000 Z=0.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Character Profile]
Name=Apex No Shield
MaxHealth=100.0
WeaponProfileNames=Peacemaker;Wingman;R-99;R-301;;;;
MinRespawnDelay=3.0
MaxRespawnDelay=9.0
StepUpHeight=16.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=175.0
MaxCrouchSpeed=160.0
Acceleration=2000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=400.0
Gravity=1.6
AirControl=0.1
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.863 Y=0.776 Z=0.434
EnemyHeadColor=X=1.000 Y=0.584 Z=0.004
TeamBodyColor=X=0.863 Y=0.776 Z=0.434
TeamHeadColor=X=0.016 Y=0.440 Z=0.072
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=270.0
MainBBType=Cylindrical
MainBBHeight=83.0
MainBBRadius=13.0
MainBBHasHead=true
MainBBHeadRadius=7.0
MainBBHeadOffset=1.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=65.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.0
ProjBBHeadOffset=-8.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=Run.abilsprint;;;
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.1
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=1.0
ForwardSpeedBias=1.0
HealthRegainedonkill=200.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=140.0
TPSOffset=X=0.000 Y=20.000 Z=0.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Character Profile]
Name=Apex Blue Shield
MaxHealth=150.0
WeaponProfileNames=Peacemaker;Wingman;Longbow;Hemlock;;;;
MinRespawnDelay=3.0
MaxRespawnDelay=9.0
StepUpHeight=16.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=175.0
MaxCrouchSpeed=160.0
Acceleration=2000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=400.0
Gravity=1.6
AirControl=0.1
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.863 Y=0.776 Z=0.434
EnemyHeadColor=X=1.000 Y=0.888 Z=0.000
TeamBodyColor=X=0.366 Y=0.067 Z=0.371
TeamHeadColor=X=0.863 Y=0.776 Z=0.434
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=270.0
MainBBType=Cylindrical
MainBBHeight=83.0
MainBBRadius=13.0
MainBBHasHead=true
MainBBHeadRadius=7.0
MainBBHeadOffset=1.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=65.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.0
ProjBBHeadOffset=-8.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=Run.abilsprint;;;
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.1
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=1.0
ForwardSpeedBias=1.0
HealthRegainedonkill=200.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=140.0
TPSOffset=X=0.000 Y=20.000 Z=0.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Character Profile]
Name=Apex White Shield
MaxHealth=125.0
WeaponProfileNames=R-301;Wingman;R-99;Peacemaker;;;;
MinRespawnDelay=3.0
MaxRespawnDelay=9.0
StepUpHeight=16.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=175.0
MaxCrouchSpeed=160.0
Acceleration=2000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=400.0
Gravity=1.6
AirControl=0.1
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.863 Y=0.776 Z=0.434
EnemyHeadColor=X=1.000 Y=0.584 Z=0.004
TeamBodyColor=X=0.366 Y=0.067 Z=0.371
TeamHeadColor=X=0.863 Y=0.776 Z=0.434
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=270.0
MainBBType=Cylindrical
MainBBHeight=83.0
MainBBRadius=13.0
MainBBHasHead=true
MainBBHeadRadius=7.0
MainBBHeadOffset=1.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=65.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.0
ProjBBHeadOffset=-8.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=Run.abilsprint;;;
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.1
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=1.0
ForwardSpeedBias=1.0
HealthRegainedonkill=200.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=140.0
TPSOffset=X=0.000 Y=20.000 Z=0.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Character Profile]
Name=Apex Purple Shield
MaxHealth=200.0
WeaponProfileNames=Peacemaker;Wingman;R-301;Spitfire;Longbow;Hemlock;;
MinRespawnDelay=3.0
MaxRespawnDelay=9.0
StepUpHeight=16.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=175.0
MaxCrouchSpeed=160.0
Acceleration=2000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=400.0
Gravity=1.6
AirControl=0.1
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.863 Y=0.776 Z=0.434
EnemyHeadColor=X=1.000 Y=0.888 Z=0.000
TeamBodyColor=X=0.366 Y=0.067 Z=0.371
TeamHeadColor=X=0.863 Y=0.776 Z=0.434
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=270.0
MainBBType=Cylindrical
MainBBHeight=83.0
MainBBRadius=13.0
MainBBHasHead=true
MainBBHeadRadius=7.0
MainBBHeadOffset=1.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=65.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.0
ProjBBHeadOffset=-8.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=Run.abilsprint;;;
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.1
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=1.0
ForwardSpeedBias=1.0
HealthRegainedonkill=200.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=140.0
TPSOffset=X=0.000 Y=20.000 Z=0.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Character Profile]
Name=Apex No Attack NoShield
MaxHealth=100.0
WeaponProfileNames=Peacemaker;Wingman;R-99;R-301;;;;
MinRespawnDelay=3.0
MaxRespawnDelay=9.0
StepUpHeight=16.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=175.0
MaxCrouchSpeed=160.0
Acceleration=2000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=150.0
Gravity=1.6
AirControl=0.1
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.863 Y=0.776 Z=0.434
EnemyHeadColor=X=1.000 Y=0.584 Z=0.004
TeamBodyColor=X=0.863 Y=0.776 Z=0.434
TeamHeadColor=X=0.016 Y=0.440 Z=0.072
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=270.0
MainBBType=Cylindrical
MainBBHeight=83.0
MainBBRadius=13.0
MainBBHasHead=true
MainBBHeadRadius=7.0
MainBBHeadOffset=1.0
MainBBHide=false
ProjBBType=Cuboid
ProjBBHeight=65.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.0
ProjBBHeadOffset=-8.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=Run.abilsprint;;;
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.1
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=1.0
ForwardSpeedBias=1.0
HealthRegainedonkill=200.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=140.0
TPSOffset=X=0.000 Y=20.000 Z=0.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Dodge Profile]
Name=Fast Strafes Close
MaxTargetDistance=150.0
MinTargetDistance=50.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.1
MaxLRTimeChange=1.0
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.1
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.07
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.6
MaxCrouchTime=0.8
MinJumpTime=0.1
MaxJumpTime=0.1
LeftStrafeTimeMult=0.5
RightStrafeTimeMult=0.6
StrafeSwapMinPause=0.1
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Mimic
MaxTargetDistance=1245.901611
MinTargetDistance=373.770477
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.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Mimic
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=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=ADAD
MaxTargetDistance=2500.0
MinTargetDistance=750.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.2
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.16
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.2
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Short Strafes Jumping
MaxTargetDistance=2500.0
MinTargetDistance=750.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
[Weapon Profile]
Name=Kraber
Type=Hitscan
ShotsPerClick=1
DamagePerShot=125.0
KnockbackFactor=0.0
TimeBetweenShots=1.666667
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=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=4
AmmoPerShot=1
ReloadTimeFromEmpty=4.3
ReloadTimeFromPartial=3.2
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=45.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.2
ADSZoomSensFactor=1.0
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=1
DecalSize=7.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
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
ProjectileTrail=None
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=100
ADSFOVOverride=97.099998
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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,2.0,8.0
SpreadSCH=2.0,2.0,3.0,6.0
SpreadMSH=0.0,0.1,2.0,8.0
SpreadMCH=2.0,2.0,3.0,6.0
MaxRecoilUp=1.3
MinRecoilUp=1.0
MinRecoilHoriz=2.0
MaxRecoilHoriz=2.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.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=G7 Scout
Type=Hitscan
ShotsPerClick=1
DamagePerShot=30.0
KnockbackFactor=0.0
TimeBetweenShots=0.2
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=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=10
AmmoPerShot=1
ReloadTimeFromEmpty=3.0
ReloadTimeFromPartial=2.4
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=45.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.2
ADSZoomSensFactor=0.8
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.02
HitSoundCooldown=0.02
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=7.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
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
ProjectileTrail=None
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=97.099998
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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,2.0,8.0
SpreadSCH=2.0,2.0,3.0,6.0
SpreadMSH=0.0,0.1,2.0,8.0
SpreadMCH=2.0,2.0,3.0,6.0
MaxRecoilUp=1.3
MinRecoilUp=1.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.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=Longbow
Type=Hitscan
ShotsPerClick=1
DamagePerShot=55.0
KnockbackFactor=0.0
TimeBetweenShots=0.5
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=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=5
AmmoPerShot=1
ReloadTimeFromEmpty=2.1
ReloadTimeFromPartial=2.1
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=45.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.2
ADSZoomSensFactor=0.8
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=1
DecalSize=7.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
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
ProjectileTrail=None
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=97.099998
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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,2.0,8.0
SpreadSCH=2.0,2.0,3.0,6.0
SpreadMSH=0.0,0.1,2.0,8.0
SpreadMCH=2.0,2.0,3.0,6.0
MaxRecoilUp=1.3
MinRecoilUp=1.0
MinRecoilHoriz=2.0
MaxRecoilHoriz=2.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.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=Triple Take
Type=Hitscan
ShotsPerClick=3
DamagePerShot=23.0
KnockbackFactor=0.0
TimeBetweenShots=0.7
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=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=5
AmmoPerShot=1
ReloadTimeFromEmpty=3.6
ReloadTimeFromPartial=2.6
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=45.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=Blood
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.2
ADSZoomSensFactor=0.8
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=1
DecalSize=10.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
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
ProjectileTrail=None
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=97.099998
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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=2.0,2.0,3.0,6.0
SpreadMSH=0.0,0.1,0.0,0.1
SpreadMCH=2.0,2.0,3.0,6.0
MaxRecoilUp=1.3
MinRecoilUp=1.0
MinRecoilHoriz=2.0
MaxRecoilHoriz=2.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.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=true
PBS0=0.0,0.0
PBS1=1.0,0.0
PBS2=2.0,0.0
[Weapon Profile]
Name=Peacemaker
Type=Hitscan
ShotsPerClick=11
DamagePerShot=10.0
KnockbackFactor=1.0
TimeBetweenShots=1.1
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=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=1.5
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=3.5
ReloadTimeFromPartial=2.5
DamageFalloffStartDistance=111111.0
DamageFalloffStopDistance=1000000.0
DamageAtMaxRange=10.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=None
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.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.8
RecoilNegatable=false
DecalType=1
DecalSize=3.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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=5
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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=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,1.0,1.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,2.0,4.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=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
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
PBS0=0.0,0.0
PBS1=1.25,23.0
PBS2=1.8,27.0
PBS3=1.1,360.0
PBS4=2.0,40.0
PBS5=1.6,98.0
PBS6=1.3,270.0
PBS7=1.7,170.0
PBS8=0.0,0.0
PBS9=0.0,0.0
PBS10=0.0,0.0
[Weapon Profile]
Name=Wingman
Type=Hitscan
ShotsPerClick=1
DamagePerShot=45.0
KnockbackFactor=0.0
TimeBetweenShots=0.2923
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=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=2.1
ReloadTimeFromPartial=2.1
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=45.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.2
ADSZoomSensFactor=0.8
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=1
DecalSize=4.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
ProjectileTrail=None
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=97.099998
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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=2.0,2.0,1.0,2.0
SpreadSCH=2.0,2.0,3.0,6.0
SpreadMSH=2.0,2.0,1.0,2.0
SpreadMCH=2.0,2.0,3.0,6.0
MaxRecoilUp=1.3
MinRecoilUp=1.0
MinRecoilHoriz=1.0
MaxRecoilHoriz=1.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.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=R-99
Type=Hitscan
ShotsPerClick=1
DamagePerShot=12.0
KnockbackFactor=4.0
TimeBetweenShots=0.04
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=1.5
MagazineMax=18
AmmoPerShot=1
ReloadTimeFromEmpty=2.45
ReloadTimeFromPartial=1.8
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=Blood
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
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=4.0
RecoilNegatable=false
DecalType=1
DecalSize=3.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=100.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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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=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=1.0,1.0,-0.5,0.5
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=1.0,1.0,-0.5,0.5
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=1.0
MinRecoilUp=0.0
MinRecoilHoriz=-0.8
MaxRecoilHoriz=0.8
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
PBS0=0.0,0.0
[Weapon Profile]
Name=R-301
Type=Hitscan
ShotsPerClick=1
DamagePerShot=14.0
KnockbackFactor=4.0
TimeBetweenShots=0.08
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=18
AmmoPerShot=1
ReloadTimeFromEmpty=2.45
ReloadTimeFromPartial=1.8
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=Blood
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.07
HitSoundCooldown=0.07
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=1
DecalSize=5.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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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=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=1.0,1.0,-1.0,2.0
SpreadSCH=1.0,1.0,-1.0,3.0
SpreadMSH=1.0,1.0,-1.0,2.0
SpreadMCH=1.0,1.0,-1.0,3.0
MaxRecoilUp=0.1
MinRecoilUp=0.0
MinRecoilHoriz=-0.2
MaxRecoilHoriz=0.2
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
PBS0=0.0,0.0
[Weapon Profile]
Name=Hemlock
Type=Hitscan
ShotsPerClick=1
DamagePerShot=18.0
KnockbackFactor=4.0
TimeBetweenShots=0.4
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=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=1.3
MagazineMax=18
AmmoPerShot=1
ReloadTimeFromEmpty=2.45
ReloadTimeFromPartial=1.8
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=Blood
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.07
HitSoundCooldown=0.07
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=1
DecalSize=5.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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
IsBurstWeapon=true
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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=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=1.0,1.0,-1.0,1.0
SpreadSCH=1.0,1.0,-1.0,3.0
SpreadMSH=1.0,1.0,-1.0,1.0
SpreadMCH=1.0,1.0,-1.0,3.0
MaxRecoilUp=0.1
MinRecoilUp=0.0
MinRecoilHoriz=-0.2
MaxRecoilHoriz=0.2
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
PBS0=0.0,0.0
[Weapon Profile]
Name=Spitfire
Type=Hitscan
ShotsPerClick=1
DamagePerShot=20.0
KnockbackFactor=4.0
TimeBetweenShots=0.117188
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=35
AmmoPerShot=1
ReloadTimeFromEmpty=3.33
ReloadTimeFromPartial=2.8
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=Blood
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
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=4.0
RecoilNegatable=false
DecalType=1
DecalSize=5.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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
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=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=1.0,1.0,-1.0,2.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=1.0,1.0,-1.0,2.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.2
MinRecoilUp=0.1
MinRecoilHoriz=-0.2
MaxRecoilHoriz=0.2
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
PBS0=0.0,0.0
[Melee Ability Profile]
Name=Melee
MaxCharges=1.0
ChargeTimer=0.25
ChargesRefundedOnKill=0.0
DelayAfterUse=1.0
FullyAuto=false
AbilityDuration=0.15
HurtboxRadius=75.0
HurtboxDamage=30.0
HurtboxGroundKnockbackFactor=0.0
HurtboxAirKnockbackFactor=0.0
BlockAttackTimer=0.5
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
FlatKnockbackHorizontal=100.0
FlatKnockbackVertical=0.0
FlatKnockbackHorizontalMin=100.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=600.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Sprint Ability Profile]
Name=Run
MaxCharges=1.0
ChargeTimer=0.001
ChargesRefundedOnKill=0.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.0
BlockAttackWhileSprinting=false
AbilityBlockedWhenAttacking=false
SpeedModifier=1.8
45DegreeSprint=true
90DegreeSprint=true
135DegreeSprint=true
180DegreeSprint=false
TapToSprint=true
Block45DegreesWhenSprinting=false
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
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
brush
vertices
-960.000000 -16.000000 -320.000000
-960.000000 -16.000000 256.000000
-960.000000 16.000000 256.000000
-960.000000 16.000000 -320.000000
1024.000000 16.000000 256.000000
1024.000000 -16.000000 256.000000
1024.000000 -16.000000 -320.000000
1024.000000 16.000000 -320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5904.000000 -160.000000 3520.000000
5904.000000 -160.000000 -3600.000000
5904.000000 -128.000000 -3600.000000
5904.000000 -128.000000 3520.000000
1536.000000 -128.000000 3520.000000
1536.000000 -160.000000 3520.000000
1536.000000 -160.000000 -3600.000000
1536.000000 -128.000000 -3600.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 6 7 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 7 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 5 4 0x00000000 __TB_empty
brush
vertices
-5120.000000 -128.000000 -3600.000000
-5120.000000 -160.000000 -3600.000000
-5120.000000 -160.000000 3520.000000
-5120.000000 -128.000000 3520.000000
-1472.000000 -160.000000 3520.000000
-1472.000000 -128.000000 3520.000000
-1472.000000 -128.000000 -3600.000000
-1472.000000 -160.000000 -3600.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
brush
vertices
-1472.000000 -128.000000 3520.000000
-1472.000000 -160.000000 3520.000000
1536.000000 -160.000000 3520.000000
1536.000000 -128.000000 3520.000000
1536.000000 -128.000000 784.000000
-1472.000000 -128.000000 784.000000
-1472.000000 -160.000000 784.000000
1536.000000 -160.000000 784.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 6 7 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 7 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 5 4 0x00000000 __TB_empty
brush
vertices
1536.000000 -160.000000 -3600.000000
-1472.000000 -160.000000 -3600.000000
-1472.000000 -128.000000 -3600.000000
1536.000000 -128.000000 -3600.000000
-1472.000000 -128.000000 -784.000000
1536.000000 -128.000000 -784.000000
1536.000000 -160.000000 -784.000000
-1472.000000 -160.000000 -784.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
brush
vertices
-1488.000000 -160.000000 768.000000
-1488.000000 -160.000000 1072.000000
-1488.000000 -80.000000 1072.000000
-1488.000000 -80.000000 768.000000
1536.000000 -80.000000 1072.000000
1536.000000 -160.000000 1072.000000
1536.000000 -160.000000 768.000000
1536.000000 -80.000000 768.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1536.000000 -160.000000 -1088.000000
1536.000000 -160.000000 1072.000000
1536.000000 -80.000000 1072.000000
1536.000000 -80.000000 -1088.000000
1856.000000 -80.000000 1072.000000
1856.000000 -160.000000 1072.000000
1856.000000 -160.000000 -1088.000000
1856.000000 -80.000000 -1088.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1536.000000 -160.000000 -784.000000
1536.000000 -160.000000 -1088.000000
1536.000000 -80.000000 -1088.000000
1536.000000 -80.000000 -784.000000
-1488.000000 -80.000000 -1088.000000
-1488.000000 -160.000000 -1088.000000
-1488.000000 -160.000000 -784.000000
-1488.000000 -80.000000 -784.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-1488.000000 -160.000000 1072.000000
-1488.000000 -160.000000 -1088.000000
-1488.000000 -80.000000 -1088.000000
-1488.000000 -80.000000 1072.000000
-1808.000000 -80.000000 -1088.000000
-1808.000000 -160.000000 -1088.000000
-1808.000000 -160.000000 1072.000000
-1808.000000 -80.000000 1072.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-5104.000000 -160.000000 3536.000000
-5104.000000 -160.000000 -3600.000000
-5104.000000 -80.000000 -3600.000000
-5104.000000 -80.000000 3536.000000
-5424.000000 -80.000000 -3600.000000
-5424.000000 -160.000000 -3600.000000
-5424.000000 -160.000000 3536.000000
-5424.000000 -80.000000 3536.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6240.000000 -160.000000 3520.000000
6240.000000 -160.000000 -3616.000000
6240.000000 80.000000 -3616.000000
6240.000000 80.000000 3520.000000
5920.000000 80.000000 -3616.000000
5920.000000 -160.000000 -3616.000000
5920.000000 -160.000000 3520.000000
5920.000000 80.000000 3520.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-5424.000000 -160.000000 3840.000000
6224.000000 -160.000000 3840.000000
6224.000000 80.000000 3840.000000
-5424.000000 80.000000 3840.000000
6224.000000 80.000000 3520.000000
6224.000000 -160.000000 3520.000000
-5424.000000 -160.000000 3520.000000
-5424.000000 80.000000 3520.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6224.000000 -160.000000 -3600.000000
6224.000000 -160.000000 -3920.000000
6224.000000 80.000000 -3920.000000
6224.000000 80.000000 -3600.000000
-5424.000000 80.000000 -3920.000000
-5424.000000 -160.000000 -3920.000000
-5424.000000 -160.000000 -3600.000000
-5424.000000 80.000000 -3600.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
3072.000000 -160.000000 -912.000000
3072.000000 -160.000000 -576.000000
3072.000000 -0.000000 -576.000000
3072.000000 0.000000 -912.000000
3408.000000 0.000000 -576.000000
3408.000000 -160.000000 -576.000000
3408.000000 -160.000000 -912.000000
3408.000000 -0.000000 -912.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
4512.000000 -160.000000 1152.000000
4512.000000 -160.000000 816.000000
4512.000000 -0.000000 816.000000
4512.000000 0.000000 1152.000000
4176.000000 0.000000 816.000000
4176.000000 -160.000000 816.000000
4176.000000 -160.000000 1152.000000
4176.000000 -0.000000 1152.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2800.000000 -160.000000 2464.000000
2800.000000 -160.000000 2128.000000
2800.000000 -0.000000 2128.000000
2800.000000 0.000000 2464.000000
2464.000000 0.000000 2128.000000
2464.000000 -160.000000 2128.000000
2464.000000 -160.000000 2464.000000
2464.000000 -0.000000 2464.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
4960.000000 -160.000000 -2336.000000
4960.000000 -160.000000 -2672.000000
4960.000000 -0.000000 -2672.000000
4960.000000 0.000000 -2336.000000
4624.000000 0.000000 -2672.000000
4624.000000 -160.000000 -2672.000000
4624.000000 -160.000000 -2336.000000
4624.000000 -0.000000 -2336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3040.000000 -160.000000 2960.000000
-3040.000000 -160.000000 2624.000000
-3040.000000 0.000000 2624.000000
-3040.000000 0.000000 2960.000000
-3376.000000 0.000000 2624.000000
-3376.000000 -160.000000 2624.000000
-3376.000000 -160.000000 2960.000000
-3376.000000 -0.000000 2960.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-2928.000000 -160.000000 -16.000000
-2928.000000 -160.000000 -352.000000
-2928.000000 -0.000000 -352.000000
-2928.000000 0.000000 -16.000000
-3264.000000 0.000000 -352.000000
-3264.000000 -160.000000 -352.000000
-3264.000000 -160.000000 -16.000000
-3264.000000 -0.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-2336.000000 -160.000000 -1648.000000
-2336.000000 -160.000000 -1984.000000
-2336.000000 -0.000000 -1984.000000
-2336.000000 0.000000 -1648.000000
-2672.000000 0.000000 -1984.000000
-2672.000000 -160.000000 -1984.000000
-2672.000000 -160.000000 -1648.000000
-2672.000000 -0.000000 -1648.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1264.000000 -160.000000 -1824.000000
1264.000000 -160.000000 -2160.000000
1264.000000 -0.000000 -2160.000000
1264.000000 0.000000 -1824.000000
928.000000 0.000000 -2160.000000
928.000000 -160.000000 -2160.000000
928.000000 -160.000000 -1824.000000
928.000000 -0.000000 -1824.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-368.000000 -160.000000 -2448.000000
-368.000000 -160.000000 -2784.000000
-368.000000 -0.000000 -2784.000000
-368.000000 0.000000 -2448.000000
-704.000000 0.000000 -2784.000000
-704.000000 -160.000000 -2784.000000
-704.000000 -160.000000 -2448.000000
-704.000000 -0.000000 -2448.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3776.000000 -160.000000 -2608.000000
-3776.000000 -160.000000 -2944.000000
-3776.000000 -0.000000 -2944.000000
-3776.000000 0.000000 -2608.000000
-4112.000000 0.000000 -2944.000000
-4112.000000 -160.000000 -2944.000000
-4112.000000 -160.000000 -2608.000000
-4112.000000 -0.000000 -2608.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3584.000000 -160.000000 1248.000000
-3584.000000 -160.000000 912.000000
-3584.000000 0.000000 912.000000
-3584.000000 0.000000 1248.000000
-3920.000000 0.000000 912.000000
-3920.000000 -160.000000 912.000000
-3920.000000 -160.000000 1248.000000
-3920.000000 -0.000000 1248.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-800.000000 -160.000000 2608.000000
-800.000000 -160.000000 2272.000000
-800.000000 0.000000 2272.000000
-800.000000 0.000000 2608.000000
-1136.000000 0.000000 2272.000000
-1136.000000 -160.000000 2272.000000
-1136.000000 -160.000000 2608.000000
-1136.000000 -0.000000 2608.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
992.000000 -160.000000 2112.000000
992.000000 -160.000000 1776.000000
992.000000 -0.000000 1776.000000
992.000000 0.000000 2112.000000
656.000000 0.000000 1776.000000
656.000000 -160.000000 1776.000000
656.000000 -160.000000 2112.000000
656.000000 -0.000000 2112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5232.000000 -160.000000 3088.000000
5232.000000 -160.000000 2752.000000
5232.000000 -0.000000 2752.000000
5232.000000 0.000000 3088.000000
4896.000000 0.000000 2752.000000
4896.000000 -160.000000 2752.000000
4896.000000 -160.000000 3088.000000
4896.000000 -0.000000 3088.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
3024.000000 -160.000000 -2288.000000
3024.000000 -160.000000 -2624.000000
3024.000000 -0.000000 -2624.000000
3024.000000 0.000000 -2288.000000
2688.000000 0.000000 -2624.000000
2688.000000 -160.000000 -2624.000000
2688.000000 -160.000000 -2288.000000
2688.000000 -0.000000 -2288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4096.000000 -160.000000 -304.000000
-4096.000000 -160.000000 -640.000000
-4096.000000 -0.000000 -640.000000
-4096.000000 0.000000 -304.000000
-4432.000000 0.000000 -640.000000
-4432.000000 -160.000000 -640.000000
-4432.000000 -160.000000 -304.000000
-4432.000000 -0.000000 -304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
3168.000000 -160.000000 960.000000
3168.000000 -160.000000 624.000000
3168.000000 -0.000000 624.000000
3168.000000 0.000000 960.000000
2832.000000 0.000000 624.000000
2832.000000 -160.000000 624.000000
2832.000000 -160.000000 960.000000
2832.000000 -0.000000 960.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5360.000000 -160.000000 -368.000000
5360.000000 -160.000000 -704.000000
5360.000000 -0.000000 -704.000000
5360.000000 0.000000 -368.000000
5024.000000 0.000000 -704.000000
5024.000000 -160.000000 -704.000000
5024.000000 -160.000000 -368.000000
5024.000000 -0.000000 -368.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
3424.000000 -160.000000 -1600.000000
3424.000000 -160.000000 -1728.000000
3424.000000 -0.000000 -1728.000000
3424.000000 0.000000 -1600.000000
2720.000000 0.000000 -1728.000000
2720.000000 -160.000000 -1728.000000
2720.000000 -160.000000 -1600.000000
2720.000000 -0.000000 -1600.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5808.000000 -160.000000 672.000000
5808.000000 -160.000000 544.000000
5808.000000 -0.000000 544.000000
5808.000000 0.000000 672.000000
5104.000000 0.000000 544.000000
5104.000000 -160.000000 544.000000
5104.000000 -160.000000 672.000000
5104.000000 -0.000000 672.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
4352.000000 -160.000000 1856.000000
4352.000000 -160.000000 1728.000000
4352.000000 -0.000000 1728.000000
4352.000000 0.000000 1856.000000
3648.000000 0.000000 1728.000000
3648.000000 -160.000000 1728.000000
3648.000000 -160.000000 1856.000000
3648.000000 -0.000000 1856.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2416.000000 -160.000000 3072.000000
2416.000000 -160.000000 2944.000000
2416.000000 -0.000000 2944.000000
2416.000000 0.000000 3072.000000
1712.000000 0.000000 2944.000000
1712.000000 -160.000000 2944.000000
1712.000000 -160.000000 3072.000000
1712.000000 -0.000000 3072.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-2592.000000 -160.000000 2080.000000
-2592.000000 -160.000000 1952.000000
-2592.000000 0.000000 1952.000000
-2592.000000 0.000000 2080.000000
-3296.000000 0.000000 1952.000000
-3296.000000 -160.000000 1952.000000
-3296.000000 -160.000000 2080.000000
-3296.000000 -0.000000 2080.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3040.000000 -160.000000 -896.000000
-3040.000000 -160.000000 -1024.000000
-3040.000000 -0.000000 -1024.000000
-3040.000000 0.000000 -896.000000
-3744.000000 0.000000 -1024.000000
-3744.000000 -160.000000 -1024.000000
-3744.000000 -160.000000 -896.000000
-3744.000000 -0.000000 -896.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3664.000000 -160.000000 -2064.000000
-3664.000000 -160.000000 -2192.000000
-3664.000000 -0.000000 -2192.000000
-3664.000000 0.000000 -2064.000000
-4368.000000 0.000000 -2192.000000
-4368.000000 -160.000000 -2192.000000
-4368.000000 -160.000000 -2064.000000
-4368.000000 -0.000000 -2064.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-160.000000 -160.000000 -2080.000000
-288.000000 -160.000000 -2080.000000
-288.000000 -0.000000 -2080.000000
-160.000000 0.000000 -2080.000000
-288.000000 0.000000 -1376.000000
-288.000000 -160.000000 -1376.000000
-160.000000 -160.000000 -1376.000000
-160.000000 -0.000000 -1376.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3024.000000 -160.000000 -1200.000000
-3024.000000 -160.000000 -1904.000000
-3024.000000 0.000000 -1904.000000
-3024.000000 0.000000 -1200.000000
-3152.000000 0.000000 -1904.000000
-3152.000000 -160.000000 -1904.000000
-3152.000000 -160.000000 -1200.000000
-3152.000000 -0.000000 -1200.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-1696.000000 -160.000000 3232.000000
-1696.000000 -160.000000 2528.000000
-1696.000000 -0.000000 2528.000000
-1696.000000 0.000000 3232.000000
-1824.000000 0.000000 2528.000000
-1824.000000 -160.000000 2528.000000
-1824.000000 -160.000000 3232.000000
-1824.000000 -0.000000 3232.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2800.000000 -160.000000 2128.000000
2800.000000 -160.000000 1424.000000
2800.000000 -0.000000 1424.000000
2800.000000 0.000000 2128.000000
2672.000000 0.000000 1424.000000
2672.000000 -160.000000 1424.000000
2672.000000 -160.000000 2128.000000
2672.000000 -0.000000 2128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
4944.000000 -160.000000 -768.000000
4944.000000 -160.000000 -1472.000000
4944.000000 -0.000000 -1472.000000
4944.000000 0.000000 -768.000000
4816.000000 0.000000 -1472.000000
4816.000000 -160.000000 -1472.000000
4816.000000 -160.000000 -768.000000
4816.000000 -0.000000 -768.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
3728.000000 -160.000000 -2496.000000
3728.000000 -160.000000 -3200.000000
3728.000000 -0.000000 -3200.000000
3728.000000 0.000000 -2496.000000
3600.000000 0.000000 -3200.000000
3600.000000 -160.000000 -3200.000000
3600.000000 -160.000000 -2496.000000
3600.000000 -0.000000 -2496.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2464.000000 -160.000000 16.000000
2464.000000 -160.000000 -688.000000
2464.000000 -0.000000 -688.000000
2464.000000 0.000000 16.000000
2336.000000 0.000000 -688.000000
2336.000000 -160.000000 -688.000000
2336.000000 -160.000000 16.000000
2336.000000 -0.000000 16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1072.000000 1072.000000 -4032.000000
1072.000000 -144.000000 -4032.000000
1072.000000 -144.000000 -5392.000000
1072.000000 1072.000000 -5392.000000
864.000000 -144.000000 -5392.000000
864.000000 1072.000000 -5392.000000
864.000000 1072.000000 -4032.000000
864.000000 -144.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
brush
vertices
576.000000 -144.000000 -5392.000000
528.000000 -144.000000 -5392.000000
528.000000 1072.000000 -5392.000000
576.000000 1072.000000 -5392.000000
528.000000 1072.000000 -4032.000000
528.000000 -144.000000 -4032.000000
576.000000 -144.000000 -4032.000000
576.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
brush
vertices
240.000000 -144.000000 -5392.000000
192.000000 -144.000000 -5392.000000
192.000000 1072.000000 -5392.000000
240.000000 1072.000000 -5392.000000
192.000000 1072.000000 -4032.000000
192.000000 -144.000000 -4032.000000
240.000000 -144.000000 -4032.000000
240.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
brush
vertices
-96.000000 -144.000000 -5392.000000
-128.000000 -144.000000 -5392.000000
-128.000000 1072.000000 -5392.000000
-96.000000 1072.000000 -5392.000000
-128.000000 1072.000000 -4032.000000
-128.000000 -144.000000 -4032.000000
-96.000000 -144.000000 -4032.000000
-96.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
brush
vertices
-576.000000 -144.000000 -5392.000000
-576.000000 -144.000000 -4032.000000
-576.000000 1072.000000 -4032.000000
-576.000000 1072.000000 -5392.000000
-416.000000 1072.000000 -5392.000000
-416.000000 -144.000000 -5392.000000
-416.000000 -144.000000 -4032.000000
-416.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 6 7 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 7 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 5 4 0x00000000 __TB_empty
brush
vertices
-128.000000 -144.000000 -5392.000000
-416.000000 -144.000000 -5392.000000
-416.000000 1072.000000 -5392.000000
-128.000000 1072.000000 -5392.000000
-416.000000 1072.000000 -4096.000000
-128.000000 1072.000000 -4096.000000
-128.000000 -144.000000 -4096.000000
-416.000000 -144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
brush
vertices
-416.000000 1072.000000 -4032.000000
-416.000000 928.000000 -4032.000000
-128.000000 928.000000 -4032.000000
-128.000000 1072.000000 -4032.000000
-128.000000 1072.000000 -4096.000000
-416.000000 1072.000000 -4096.000000
-128.000000 928.000000 -4096.000000
-416.000000 928.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-416.000000 768.000000 -4032.000000
-416.000000 720.000000 -4032.000000
-128.000000 720.000000 -4032.000000
-128.000000 768.000000 -4032.000000
-128.000000 720.000000 -4096.000000
-128.000000 768.000000 -4096.000000
-416.000000 768.000000 -4096.000000
-416.000000 720.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
-416.000000 560.000000 -4032.000000
-416.000000 512.000000 -4032.000000
-128.000000 512.000000 -4032.000000
-128.000000 560.000000 -4032.000000
-128.000000 512.000000 -4096.000000
-128.000000 560.000000 -4096.000000
-416.000000 560.000000 -4096.000000
-416.000000 512.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
-416.000000 352.000000 -4032.000000
-416.000000 304.000000 -4032.000000
-128.000000 304.000000 -4032.000000
-128.000000 352.000000 -4032.000000
-128.000000 304.000000 -4096.000000
-128.000000 352.000000 -4096.000000
-416.000000 352.000000 -4096.000000
-416.000000 304.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
-128.000000 144.000000 -4032.000000
-416.000000 144.000000 -4032.000000
-416.000000 -144.000000 -4032.000000
-128.000000 -144.000000 -4032.000000
-416.000000 -144.000000 -4096.000000
-128.000000 -144.000000 -4096.000000
-128.000000 144.000000 -4096.000000
-416.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
192.000000 -144.000000 -5392.000000
-96.000000 -144.000000 -5392.000000
-96.000000 1072.000000 -5392.000000
192.000000 1072.000000 -5392.000000
-96.000000 1072.000000 -4096.000000
192.000000 1072.000000 -4096.000000
192.000000 -144.000000 -4096.000000
-96.000000 -144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
brush
vertices
-96.000000 1072.000000 -4032.000000
-96.000000 928.000000 -4032.000000
192.000000 928.000000 -4032.000000
192.000000 1072.000000 -4032.000000
192.000000 1072.000000 -4096.000000
-96.000000 1072.000000 -4096.000000
192.000000 928.000000 -4096.000000
-96.000000 928.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
-96.000000 768.000000 -4032.000000
-96.000000 720.000000 -4032.000000
192.000000 720.000000 -4032.000000
192.000000 768.000000 -4032.000000
192.000000 720.000000 -4096.000000
192.000000 768.000000 -4096.000000
-96.000000 768.000000 -4096.000000
-96.000000 720.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
-96.000000 560.000000 -4032.000000
-96.000000 512.000000 -4032.000000
192.000000 512.000000 -4032.000000
192.000000 560.000000 -4032.000000
192.000000 512.000000 -4096.000000
192.000000 560.000000 -4096.000000
-96.000000 560.000000 -4096.000000
-96.000000 512.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
-96.000000 352.000000 -4032.000000
-96.000000 304.000000 -4032.000000
192.000000 304.000000 -4032.000000
192.000000 352.000000 -4032.000000
192.000000 304.000000 -4096.000000
192.000000 352.000000 -4096.000000
-96.000000 352.000000 -4096.000000
-96.000000 304.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
192.000000 144.000000 -4032.000000
-96.000000 144.000000 -4032.000000
-96.000000 -144.000000 -4032.000000
192.000000 -144.000000 -4032.000000
-96.000000 -144.000000 -4096.000000
192.000000 -144.000000 -4096.000000
192.000000 144.000000 -4096.000000
-96.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
528.000000 -144.000000 -5392.000000
240.000000 -144.000000 -5392.000000
240.000000 1072.000000 -5392.000000
528.000000 1072.000000 -5392.000000
240.000000 1072.000000 -4096.000000
528.000000 1072.000000 -4096.000000
528.000000 -144.000000 -4096.000000
240.000000 -144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
brush
vertices
240.000000 1072.000000 -4032.000000
240.000000 928.000000 -4032.000000
528.000000 928.000000 -4032.000000
528.000000 1072.000000 -4032.000000
528.000000 1072.000000 -4096.000000
240.000000 1072.000000 -4096.000000
528.000000 928.000000 -4096.000000
240.000000 928.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
240.000000 768.000000 -4032.000000
240.000000 720.000000 -4032.000000
528.000000 720.000000 -4032.000000
528.000000 768.000000 -4032.000000
528.000000 720.000000 -4096.000000
528.000000 768.000000 -4096.000000
240.000000 768.000000 -4096.000000
240.000000 720.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
240.000000 560.000000 -4032.000000
240.000000 512.000000 -4032.000000
528.000000 512.000000 -4032.000000
528.000000 560.000000 -4032.000000
528.000000 512.000000 -4096.000000
528.000000 560.000000 -4096.000000
240.000000 560.000000 -4096.000000
240.000000 512.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
240.000000 352.000000 -4032.000000
240.000000 304.000000 -4032.000000
528.000000 304.000000 -4032.000000
528.000000 352.000000 -4032.000000
528.000000 304.000000 -4096.000000
528.000000 352.000000 -4096.000000
240.000000 352.000000 -4096.000000
240.000000 304.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
528.000000 144.000000 -4032.000000
240.000000 144.000000 -4032.000000
240.000000 -144.000000 -4032.000000
528.000000 -144.000000 -4032.000000
240.000000 -144.000000 -4096.000000
528.000000 -144.000000 -4096.000000
528.000000 144.000000 -4096.000000
240.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
864.000000 -144.000000 -5392.000000
576.000000 -144.000000 -5392.000000
576.000000 1072.000000 -5392.000000
864.000000 1072.000000 -5392.000000
576.000000 1072.000000 -4096.000000
864.000000 1072.000000 -4096.000000
864.000000 -144.000000 -4096.000000
576.000000 -144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
brush
vertices
576.000000 1072.000000 -4032.000000
576.000000 928.000000 -4032.000000
864.000000 928.000000 -4032.000000
864.000000 1072.000000 -4032.000000
864.000000 1072.000000 -4096.000000
576.000000 1072.000000 -4096.000000
864.000000 928.000000 -4096.000000
576.000000 928.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 6 4 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 6 2 0x00000000 __TB_empty
brush
vertices
576.000000 768.000000 -4032.000000
576.000000 720.000000 -4032.000000
864.000000 720.000000 -4032.000000
864.000000 768.000000 -4032.000000
864.000000 720.000000 -4096.000000
864.000000 768.000000 -4096.000000
576.000000 768.000000 -4096.000000
576.000000 720.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
576.000000 560.000000 -4032.000000
576.000000 512.000000 -4032.000000
864.000000 512.000000 -4032.000000
864.000000 560.000000 -4032.000000
864.000000 512.000000 -4096.000000
864.000000 560.000000 -4096.000000
576.000000 560.000000 -4096.000000
576.000000 512.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
576.000000 352.000000 -4032.000000
576.000000 304.000000 -4032.000000
864.000000 304.000000 -4032.000000
864.000000 352.000000 -4032.000000
864.000000 304.000000 -4096.000000
864.000000 352.000000 -4096.000000
576.000000 352.000000 -4096.000000
576.000000 304.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
864.000000 144.000000 -4032.000000
576.000000 144.000000 -4032.000000
576.000000 -144.000000 -4032.000000
864.000000 -144.000000 -4032.000000
576.000000 -144.000000 -4096.000000
864.000000 -144.000000 -4096.000000
864.000000 144.000000 -4096.000000
576.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
brush
vertices
2800.000000 -144.000000 -4032.000000
2800.000000 -144.000000 -5392.000000
2800.000000 1072.000000 -5392.000000
2800.000000 1072.000000 -4032.000000
2592.000000 1072.000000 -5392.000000
2592.000000 -144.000000 -5392.000000
2592.000000 -144.000000 -4032.000000
2592.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2304.000000 -144.000000 -4032.000000
2304.000000 -144.000000 -5392.000000
2304.000000 1072.000000 -5392.000000
2304.000000 1072.000000 -4032.000000
2256.000000 1072.000000 -5392.000000
2256.000000 -144.000000 -5392.000000
2256.000000 -144.000000 -4032.000000
2256.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1968.000000 -144.000000 -4032.000000
1968.000000 -144.000000 -5392.000000
1968.000000 1072.000000 -5392.000000
1968.000000 1072.000000 -4032.000000
1920.000000 1072.000000 -5392.000000
1920.000000 -144.000000 -5392.000000
1920.000000 -144.000000 -4032.000000
1920.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1632.000000 -144.000000 -4032.000000
1632.000000 -144.000000 -5392.000000
1632.000000 1072.000000 -5392.000000
1632.000000 1072.000000 -4032.000000
1600.000000 1072.000000 -5392.000000
1600.000000 -144.000000 -5392.000000
1600.000000 -144.000000 -4032.000000
1600.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1312.000000 -144.000000 -4032.000000
1312.000000 -144.000000 -5392.000000
1312.000000 1072.000000 -5392.000000
1312.000000 1072.000000 -4032.000000
1152.000000 1072.000000 -5392.000000
1152.000000 -144.000000 -5392.000000
1152.000000 -144.000000 -4032.000000
1152.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1600.000000 -144.000000 -4096.000000
1600.000000 -144.000000 -5392.000000
1600.000000 1072.000000 -5392.000000
1600.000000 1072.000000 -4096.000000
1312.000000 1072.000000 -5392.000000
1312.000000 -144.000000 -5392.000000
1312.000000 -144.000000 -4096.000000
1312.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1600.000000 928.000000 -4032.000000
1600.000000 928.000000 -4096.000000
1600.000000 1072.000000 -4096.000000
1600.000000 1072.000000 -4032.000000
1312.000000 1072.000000 -4096.000000
1312.000000 928.000000 -4096.000000
1312.000000 928.000000 -4032.000000
1312.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1600.000000 720.000000 -4032.000000
1600.000000 720.000000 -4096.000000
1600.000000 768.000000 -4096.000000
1600.000000 768.000000 -4032.000000
1312.000000 768.000000 -4096.000000
1312.000000 720.000000 -4096.000000
1312.000000 720.000000 -4032.000000
1312.000000 768.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1600.000000 512.000000 -4032.000000
1600.000000 512.000000 -4096.000000
1600.000000 560.000000 -4096.000000
1600.000000 560.000000 -4032.000000
1312.000000 560.000000 -4096.000000
1312.000000 512.000000 -4096.000000
1312.000000 512.000000 -4032.000000
1312.000000 560.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1600.000000 304.000000 -4032.000000
1600.000000 304.000000 -4096.000000
1600.000000 352.000000 -4096.000000
1600.000000 352.000000 -4032.000000
1312.000000 352.000000 -4096.000000
1312.000000 304.000000 -4096.000000
1312.000000 304.000000 -4032.000000
1312.000000 352.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1600.000000 -144.000000 -4032.000000
1600.000000 -144.000000 -4096.000000
1600.000000 144.000000 -4096.000000
1600.000000 144.000000 -4032.000000
1312.000000 144.000000 -4096.000000
1312.000000 -144.000000 -4096.000000
1312.000000 -144.000000 -4032.000000
1312.000000 144.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1920.000000 -144.000000 -4096.000000
1920.000000 -144.000000 -5392.000000
1920.000000 1072.000000 -5392.000000
1920.000000 1072.000000 -4096.000000
1632.000000 1072.000000 -5392.000000
1632.000000 -144.000000 -5392.000000
1632.000000 -144.000000 -4096.000000
1632.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1920.000000 928.000000 -4032.000000
1920.000000 928.000000 -4096.000000
1920.000000 1072.000000 -4096.000000
1920.000000 1072.000000 -4032.000000
1632.000000 1072.000000 -4096.000000
1632.000000 928.000000 -4096.000000
1632.000000 928.000000 -4032.000000
1632.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1920.000000 720.000000 -4032.000000
1920.000000 720.000000 -4096.000000
1920.000000 768.000000 -4096.000000
1920.000000 768.000000 -4032.000000
1632.000000 768.000000 -4096.000000
1632.000000 720.000000 -4096.000000
1632.000000 720.000000 -4032.000000
1632.000000 768.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1920.000000 512.000000 -4032.000000
1920.000000 512.000000 -4096.000000
1920.000000 560.000000 -4096.000000
1920.000000 560.000000 -4032.000000
1632.000000 560.000000 -4096.000000
1632.000000 512.000000 -4096.000000
1632.000000 512.000000 -4032.000000
1632.000000 560.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1920.000000 304.000000 -4032.000000
1920.000000 304.000000 -4096.000000
1920.000000 352.000000 -4096.000000
1920.000000 352.000000 -4032.000000
1632.000000 352.000000 -4096.000000
1632.000000 304.000000 -4096.000000
1632.000000 304.000000 -4032.000000
1632.000000 352.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
1920.000000 -144.000000 -4032.000000
1920.000000 -144.000000 -4096.000000
1920.000000 144.000000 -4096.000000
1920.000000 144.000000 -4032.000000
1632.000000 144.000000 -4096.000000
1632.000000 -144.000000 -4096.000000
1632.000000 -144.000000 -4032.000000
1632.000000 144.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2256.000000 -144.000000 -4096.000000
2256.000000 -144.000000 -5392.000000
2256.000000 1072.000000 -5392.000000
2256.000000 1072.000000 -4096.000000
1968.000000 1072.000000 -5392.000000
1968.000000 -144.000000 -5392.000000
1968.000000 -144.000000 -4096.000000
1968.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2256.000000 928.000000 -4032.000000
2256.000000 928.000000 -4096.000000
2256.000000 1072.000000 -4096.000000
2256.000000 1072.000000 -4032.000000
1968.000000 1072.000000 -4096.000000
1968.000000 928.000000 -4096.000000
1968.000000 928.000000 -4032.000000
1968.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2256.000000 720.000000 -4032.000000
2256.000000 720.000000 -4096.000000
2256.000000 768.000000 -4096.000000
2256.000000 768.000000 -4032.000000
1968.000000 768.000000 -4096.000000
1968.000000 720.000000 -4096.000000
1968.000000 720.000000 -4032.000000
1968.000000 768.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2256.000000 512.000000 -4032.000000
2256.000000 512.000000 -4096.000000
2256.000000 560.000000 -4096.000000
2256.000000 560.000000 -4032.000000
1968.000000 560.000000 -4096.000000
1968.000000 512.000000 -4096.000000
1968.000000 512.000000 -4032.000000
1968.000000 560.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2256.000000 304.000000 -4032.000000
2256.000000 304.000000 -4096.000000
2256.000000 352.000000 -4096.000000
2256.000000 352.000000 -4032.000000
1968.000000 352.000000 -4096.000000
1968.000000 304.000000 -4096.000000
1968.000000 304.000000 -4032.000000
1968.000000 352.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2256.000000 -144.000000 -4032.000000
2256.000000 -144.000000 -4096.000000
2256.000000 144.000000 -4096.000000
2256.000000 144.000000 -4032.000000
1968.000000 144.000000 -4096.000000
1968.000000 -144.000000 -4096.000000
1968.000000 -144.000000 -4032.000000
1968.000000 144.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2592.000000 -144.000000 -4096.000000
2592.000000 -144.000000 -5392.000000
2592.000000 1072.000000 -5392.000000
2592.000000 1072.000000 -4096.000000
2304.000000 1072.000000 -5392.000000
2304.000000 -144.000000 -5392.000000
2304.000000 -144.000000 -4096.000000
2304.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2592.000000 928.000000 -4032.000000
2592.000000 928.000000 -4096.000000
2592.000000 1072.000000 -4096.000000
2592.000000 1072.000000 -4032.000000
2304.000000 1072.000000 -4096.000000
2304.000000 928.000000 -4096.000000
2304.000000 928.000000 -4032.000000
2304.000000 1072.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2592.000000 720.000000 -4032.000000
2592.000000 720.000000 -4096.000000
2592.000000 768.000000 -4096.000000
2592.000000 768.000000 -4032.000000
2304.000000 768.000000 -4096.000000
2304.000000 720.000000 -4096.000000
2304.000000 720.000000 -4032.000000
2304.000000 768.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2592.000000 512.000000 -4032.000000
2592.000000 512.000000 -4096.000000
2592.000000 560.000000 -4096.000000
2592.000000 560.000000 -4032.000000
2304.000000 560.000000 -4096.000000
2304.000000 512.000000 -4096.000000
2304.000000 512.000000 -4032.000000
2304.000000 560.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2592.000000 304.000000 -4032.000000
2592.000000 304.000000 -4096.000000
2592.000000 352.000000 -4096.000000
2592.000000 352.000000 -4032.000000
2304.000000 352.000000 -4096.000000
2304.000000 304.000000 -4096.000000
2304.000000 304.000000 -4032.000000
2304.000000 352.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
2592.000000 -144.000000 -4032.000000
2592.000000 -144.000000 -4096.000000
2592.000000 144.000000 -4096.000000
2592.000000 144.000000 -4032.000000
2304.000000 144.000000 -4096.000000
2304.000000 -144.000000 -4096.000000
2304.000000 -144.000000 -4032.000000
2304.000000 144.000000 -4032.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6208.000000 -144.000000 -4096.000000
6208.000000 -144.000000 -5456.000000
6208.000000 1072.000000 -5456.000000
6208.000000 1072.000000 -4096.000000
6000.000000 1072.000000 -5456.000000
6000.000000 -144.000000 -5456.000000
6000.000000 -144.000000 -4096.000000
6000.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5712.000000 -144.000000 -4096.000000
5712.000000 -144.000000 -5456.000000
5712.000000 1072.000000 -5456.000000
5712.000000 1072.000000 -4096.000000
5664.000000 1072.000000 -5456.000000
5664.000000 -144.000000 -5456.000000
5664.000000 -144.000000 -4096.000000
5664.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5376.000000 -144.000000 -4096.000000
5376.000000 -144.000000 -5456.000000
5376.000000 1072.000000 -5456.000000
5376.000000 1072.000000 -4096.000000
5328.000000 1072.000000 -5456.000000
5328.000000 -144.000000 -5456.000000
5328.000000 -144.000000 -4096.000000
5328.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5040.000000 -144.000000 -4096.000000
5040.000000 -144.000000 -5456.000000
5040.000000 1072.000000 -5456.000000
5040.000000 1072.000000 -4096.000000
5008.000000 1072.000000 -5456.000000
5008.000000 -144.000000 -5456.000000
5008.000000 -144.000000 -4096.000000
5008.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
4720.000000 -144.000000 -4096.000000
4720.000000 -144.000000 -5456.000000
4720.000000 1072.000000 -5456.000000
4720.000000 1072.000000 -4096.000000
4560.000000 1072.000000 -5456.000000
4560.000000 -144.000000 -5456.000000
4560.000000 -144.000000 -4096.000000
4560.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5008.000000 -144.000000 -4160.000000
5008.000000 -144.000000 -5456.000000
5008.000000 1072.000000 -5456.000000
5008.000000 1072.000000 -4160.000000
4720.000000 1072.000000 -5456.000000
4720.000000 -144.000000 -5456.000000
4720.000000 -144.000000 -4160.000000
4720.000000 1072.000000 -4160.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5008.000000 928.000000 -4096.000000
5008.000000 928.000000 -4160.000000
5008.000000 1072.000000 -4160.000000
5008.000000 1072.000000 -4096.000000
4720.000000 1072.000000 -4160.000000
4720.000000 928.000000 -4160.000000
4720.000000 928.000000 -4096.000000
4720.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5008.000000 720.000000 -4096.000000
5008.000000 720.000000 -4160.000000
5008.000000 768.000000 -4160.000000
5008.000000 768.000000 -4096.000000
4720.000000 768.000000 -4160.000000
4720.000000 720.000000 -4160.000000
4720.000000 720.000000 -4096.000000
4720.000000 768.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5008.000000 512.000000 -4096.000000
5008.000000 512.000000 -4160.000000
5008.000000 560.000000 -4160.000000
5008.000000 560.000000 -4096.000000
4720.000000 560.000000 -4160.000000
4720.000000 512.000000 -4160.000000
4720.000000 512.000000 -4096.000000
4720.000000 560.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5008.000000 304.000000 -4096.000000
5008.000000 304.000000 -4160.000000
5008.000000 352.000000 -4160.000000
5008.000000 352.000000 -4096.000000
4720.000000 352.000000 -4160.000000
4720.000000 304.000000 -4160.000000
4720.000000 304.000000 -4096.000000
4720.000000 352.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5008.000000 -144.000000 -4096.000000
5008.000000 -144.000000 -4160.000000
5008.000000 144.000000 -4160.000000
5008.000000 144.000000 -4096.000000
4720.000000 144.000000 -4160.000000
4720.000000 -144.000000 -4160.000000
4720.000000 -144.000000 -4096.000000
4720.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5328.000000 -144.000000 -4160.000000
5328.000000 -144.000000 -5456.000000
5328.000000 1072.000000 -5456.000000
5328.000000 1072.000000 -4160.000000
5040.000000 1072.000000 -5456.000000
5040.000000 -144.000000 -5456.000000
5040.000000 -144.000000 -4160.000000
5040.000000 1072.000000 -4160.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5328.000000 928.000000 -4096.000000
5328.000000 928.000000 -4160.000000
5328.000000 1072.000000 -4160.000000
5328.000000 1072.000000 -4096.000000
5040.000000 1072.000000 -4160.000000
5040.000000 928.000000 -4160.000000
5040.000000 928.000000 -4096.000000
5040.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5328.000000 720.000000 -4096.000000
5328.000000 720.000000 -4160.000000
5328.000000 768.000000 -4160.000000
5328.000000 768.000000 -4096.000000
5040.000000 768.000000 -4160.000000
5040.000000 720.000000 -4160.000000
5040.000000 720.000000 -4096.000000
5040.000000 768.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5328.000000 512.000000 -4096.000000
5328.000000 512.000000 -4160.000000
5328.000000 560.000000 -4160.000000
5328.000000 560.000000 -4096.000000
5040.000000 560.000000 -4160.000000
5040.000000 512.000000 -4160.000000
5040.000000 512.000000 -4096.000000
5040.000000 560.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5328.000000 304.000000 -4096.000000
5328.000000 304.000000 -4160.000000
5328.000000 352.000000 -4160.000000
5328.000000 352.000000 -4096.000000
5040.000000 352.000000 -4160.000000
5040.000000 304.000000 -4160.000000
5040.000000 304.000000 -4096.000000
5040.000000 352.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5328.000000 -144.000000 -4096.000000
5328.000000 -144.000000 -4160.000000
5328.000000 144.000000 -4160.000000
5328.000000 144.000000 -4096.000000
5040.000000 144.000000 -4160.000000
5040.000000 -144.000000 -4160.000000
5040.000000 -144.000000 -4096.000000
5040.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5664.000000 -144.000000 -4160.000000
5664.000000 -144.000000 -5456.000000
5664.000000 1072.000000 -5456.000000
5664.000000 1072.000000 -4160.000000
5376.000000 1072.000000 -5456.000000
5376.000000 -144.000000 -5456.000000
5376.000000 -144.000000 -4160.000000
5376.000000 1072.000000 -4160.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5664.000000 928.000000 -4096.000000
5664.000000 928.000000 -4160.000000
5664.000000 1072.000000 -4160.000000
5664.000000 1072.000000 -4096.000000
5376.000000 1072.000000 -4160.000000
5376.000000 928.000000 -4160.000000
5376.000000 928.000000 -4096.000000
5376.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5664.000000 720.000000 -4096.000000
5664.000000 720.000000 -4160.000000
5664.000000 768.000000 -4160.000000
5664.000000 768.000000 -4096.000000
5376.000000 768.000000 -4160.000000
5376.000000 720.000000 -4160.000000
5376.000000 720.000000 -4096.000000
5376.000000 768.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5664.000000 512.000000 -4096.000000
5664.000000 512.000000 -4160.000000
5664.000000 560.000000 -4160.000000
5664.000000 560.000000 -4096.000000
5376.000000 560.000000 -4160.000000
5376.000000 512.000000 -4160.000000
5376.000000 512.000000 -4096.000000
5376.000000 560.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5664.000000 304.000000 -4096.000000
5664.000000 304.000000 -4160.000000
5664.000000 352.000000 -4160.000000
5664.000000 352.000000 -4096.000000
5376.000000 352.000000 -4160.000000
5376.000000 304.000000 -4160.000000
5376.000000 304.000000 -4096.000000
5376.000000 352.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
5664.000000 -144.000000 -4096.000000
5664.000000 -144.000000 -4160.000000
5664.000000 144.000000 -4160.000000
5664.000000 144.000000 -4096.000000
5376.000000 144.000000 -4160.000000
5376.000000 -144.000000 -4160.000000
5376.000000 -144.000000 -4096.000000
5376.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6000.000000 -144.000000 -4160.000000
6000.000000 -144.000000 -5456.000000
6000.000000 1072.000000 -5456.000000
6000.000000 1072.000000 -4160.000000
5712.000000 1072.000000 -5456.000000
5712.000000 -144.000000 -5456.000000
5712.000000 -144.000000 -4160.000000
5712.000000 1072.000000 -4160.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6000.000000 928.000000 -4096.000000
6000.000000 928.000000 -4160.000000
6000.000000 1072.000000 -4160.000000
6000.000000 1072.000000 -4096.000000
5712.000000 1072.000000 -4160.000000
5712.000000 928.000000 -4160.000000
5712.000000 928.000000 -4096.000000
5712.000000 1072.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6000.000000 720.000000 -4096.000000
6000.000000 720.000000 -4160.000000
6000.000000 768.000000 -4160.000000
6000.000000 768.000000 -4096.000000
5712.000000 768.000000 -4160.000000
5712.000000 720.000000 -4160.000000
5712.000000 720.000000 -4096.000000
5712.000000 768.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6000.000000 512.000000 -4096.000000
6000.000000 512.000000 -4160.000000
6000.000000 560.000000 -4160.000000
6000.000000 560.000000 -4096.000000
5712.000000 560.000000 -4160.000000
5712.000000 512.000000 -4160.000000
5712.000000 512.000000 -4096.000000
5712.000000 560.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6000.000000 304.000000 -4096.000000
6000.000000 304.000000 -4160.000000
6000.000000 352.000000 -4160.000000
6000.000000 352.000000 -4096.000000
5712.000000 352.000000 -4160.000000
5712.000000 304.000000 -4160.000000
5712.000000 304.000000 -4096.000000
5712.000000 352.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
6000.000000 -144.000000 -4096.000000
6000.000000 -144.000000 -4160.000000
6000.000000 144.000000 -4160.000000
6000.000000 144.000000 -4096.000000
5712.000000 144.000000 -4160.000000
5712.000000 -144.000000 -4160.000000
5712.000000 -144.000000 -4096.000000
5712.000000 144.000000 -4096.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3456.000000 -144.000000 -4112.000000
-3456.000000 -144.000000 -5472.000000
-3456.000000 1072.000000 -5472.000000
-3456.000000 1072.000000 -4112.000000
-3664.000000 1072.000000 -5472.000000
-3664.000000 -144.000000 -5472.000000
-3664.000000 -144.000000 -4112.000000
-3664.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3952.000000 -144.000000 -4112.000000
-3952.000000 -144.000000 -5472.000000
-3952.000000 1072.000000 -5472.000000
-3952.000000 1072.000000 -4112.000000
-4000.000000 1072.000000 -5472.000000
-4000.000000 -144.000000 -5472.000000
-4000.000000 -144.000000 -4112.000000
-4000.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4288.000000 -144.000000 -4112.000000
-4288.000000 -144.000000 -5472.000000
-4288.000000 1072.000000 -5472.000000
-4288.000000 1072.000000 -4112.000000
-4336.000000 1072.000000 -5472.000000
-4336.000000 -144.000000 -5472.000000
-4336.000000 -144.000000 -4112.000000
-4336.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4624.000000 -144.000000 -4112.000000
-4624.000000 -144.000000 -5472.000000
-4624.000000 1072.000000 -5472.000000
-4624.000000 1072.000000 -4112.000000
-4656.000000 1072.000000 -5472.000000
-4656.000000 -144.000000 -5472.000000
-4656.000000 -144.000000 -4112.000000
-4656.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4944.000000 -144.000000 -4112.000000
-4944.000000 -144.000000 -5472.000000
-4944.000000 1072.000000 -5472.000000
-4944.000000 1072.000000 -4112.000000
-5104.000000 1072.000000 -5472.000000
-5104.000000 -144.000000 -5472.000000
-5104.000000 -144.000000 -4112.000000
-5104.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4656.000000 -144.000000 -4176.000000
-4656.000000 -144.000000 -5472.000000
-4656.000000 1072.000000 -5472.000000
-4656.000000 1072.000000 -4176.000000
-4944.000000 1072.000000 -5472.000000
-4944.000000 -144.000000 -5472.000000
-4944.000000 -144.000000 -4176.000000
-4944.000000 1072.000000 -4176.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4656.000000 928.000000 -4112.000000
-4656.000000 928.000000 -4176.000000
-4656.000000 1072.000000 -4176.000000
-4656.000000 1072.000000 -4112.000000
-4944.000000 1072.000000 -4176.000000
-4944.000000 928.000000 -4176.000000
-4944.000000 928.000000 -4112.000000
-4944.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4656.000000 720.000000 -4112.000000
-4656.000000 720.000000 -4176.000000
-4656.000000 768.000000 -4176.000000
-4656.000000 768.000000 -4112.000000
-4944.000000 768.000000 -4176.000000
-4944.000000 720.000000 -4176.000000
-4944.000000 720.000000 -4112.000000
-4944.000000 768.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4656.000000 512.000000 -4112.000000
-4656.000000 512.000000 -4176.000000
-4656.000000 560.000000 -4176.000000
-4656.000000 560.000000 -4112.000000
-4944.000000 560.000000 -4176.000000
-4944.000000 512.000000 -4176.000000
-4944.000000 512.000000 -4112.000000
-4944.000000 560.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4656.000000 304.000000 -4112.000000
-4656.000000 304.000000 -4176.000000
-4656.000000 352.000000 -4176.000000
-4656.000000 352.000000 -4112.000000
-4944.000000 352.000000 -4176.000000
-4944.000000 304.000000 -4176.000000
-4944.000000 304.000000 -4112.000000
-4944.000000 352.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4656.000000 -144.000000 -4112.000000
-4656.000000 -144.000000 -4176.000000
-4656.000000 144.000000 -4176.000000
-4656.000000 144.000000 -4112.000000
-4944.000000 144.000000 -4176.000000
-4944.000000 -144.000000 -4176.000000
-4944.000000 -144.000000 -4112.000000
-4944.000000 144.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4336.000000 -144.000000 -4176.000000
-4336.000000 -144.000000 -5472.000000
-4336.000000 1072.000000 -5472.000000
-4336.000000 1072.000000 -4176.000000
-4624.000000 1072.000000 -5472.000000
-4624.000000 -144.000000 -5472.000000
-4624.000000 -144.000000 -4176.000000
-4624.000000 1072.000000 -4176.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4336.000000 928.000000 -4112.000000
-4336.000000 928.000000 -4176.000000
-4336.000000 1072.000000 -4176.000000
-4336.000000 1072.000000 -4112.000000
-4624.000000 1072.000000 -4176.000000
-4624.000000 928.000000 -4176.000000
-4624.000000 928.000000 -4112.000000
-4624.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4336.000000 720.000000 -4112.000000
-4336.000000 720.000000 -4176.000000
-4336.000000 768.000000 -4176.000000
-4336.000000 768.000000 -4112.000000
-4624.000000 768.000000 -4176.000000
-4624.000000 720.000000 -4176.000000
-4624.000000 720.000000 -4112.000000
-4624.000000 768.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4336.000000 512.000000 -4112.000000
-4336.000000 512.000000 -4176.000000
-4336.000000 560.000000 -4176.000000
-4336.000000 560.000000 -4112.000000
-4624.000000 560.000000 -4176.000000
-4624.000000 512.000000 -4176.000000
-4624.000000 512.000000 -4112.000000
-4624.000000 560.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4336.000000 304.000000 -4112.000000
-4336.000000 304.000000 -4176.000000
-4336.000000 352.000000 -4176.000000
-4336.000000 352.000000 -4112.000000
-4624.000000 352.000000 -4176.000000
-4624.000000 304.000000 -4176.000000
-4624.000000 304.000000 -4112.000000
-4624.000000 352.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4336.000000 -144.000000 -4112.000000
-4336.000000 -144.000000 -4176.000000
-4336.000000 144.000000 -4176.000000
-4336.000000 144.000000 -4112.000000
-4624.000000 144.000000 -4176.000000
-4624.000000 -144.000000 -4176.000000
-4624.000000 -144.000000 -4112.000000
-4624.000000 144.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4000.000000 -144.000000 -4176.000000
-4000.000000 -144.000000 -5472.000000
-4000.000000 1072.000000 -5472.000000
-4000.000000 1072.000000 -4176.000000
-4288.000000 1072.000000 -5472.000000
-4288.000000 -144.000000 -5472.000000
-4288.000000 -144.000000 -4176.000000
-4288.000000 1072.000000 -4176.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4000.000000 928.000000 -4112.000000
-4000.000000 928.000000 -4176.000000
-4000.000000 1072.000000 -4176.000000
-4000.000000 1072.000000 -4112.000000
-4288.000000 1072.000000 -4176.000000
-4288.000000 928.000000 -4176.000000
-4288.000000 928.000000 -4112.000000
-4288.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4000.000000 720.000000 -4112.000000
-4000.000000 720.000000 -4176.000000
-4000.000000 768.000000 -4176.000000
-4000.000000 768.000000 -4112.000000
-4288.000000 768.000000 -4176.000000
-4288.000000 720.000000 -4176.000000
-4288.000000 720.000000 -4112.000000
-4288.000000 768.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4000.000000 512.000000 -4112.000000
-4000.000000 512.000000 -4176.000000
-4000.000000 560.000000 -4176.000000
-4000.000000 560.000000 -4112.000000
-4288.000000 560.000000 -4176.000000
-4288.000000 512.000000 -4176.000000
-4288.000000 512.000000 -4112.000000
-4288.000000 560.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4000.000000 304.000000 -4112.000000
-4000.000000 304.000000 -4176.000000
-4000.000000 352.000000 -4176.000000
-4000.000000 352.000000 -4112.000000
-4288.000000 352.000000 -4176.000000
-4288.000000 304.000000 -4176.000000
-4288.000000 304.000000 -4112.000000
-4288.000000 352.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-4000.000000 -144.000000 -4112.000000
-4000.000000 -144.000000 -4176.000000
-4000.000000 144.000000 -4176.000000
-4000.000000 144.000000 -4112.000000
-4288.000000 144.000000 -4176.000000
-4288.000000 -144.000000 -4176.000000
-4288.000000 -144.000000 -4112.000000
-4288.000000 144.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3664.000000 -144.000000 -4176.000000
-3664.000000 -144.000000 -5472.000000
-3664.000000 1072.000000 -5472.000000
-3664.000000 1072.000000 -4176.000000
-3952.000000 1072.000000 -5472.000000
-3952.000000 -144.000000 -5472.000000
-3952.000000 -144.000000 -4176.000000
-3952.000000 1072.000000 -4176.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3664.000000 928.000000 -4112.000000
-3664.000000 928.000000 -4176.000000
-3664.000000 1072.000000 -4176.000000
-3664.000000 1072.000000 -4112.000000
-3952.000000 1072.000000 -4176.000000
-3952.000000 928.000000 -4176.000000
-3952.000000 928.000000 -4112.000000
-3952.000000 1072.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3664.000000 720.000000 -4112.000000
-3664.000000 720.000000 -4176.000000
-3664.000000 768.000000 -4176.000000
-3664.000000 768.000000 -4112.000000
-3952.000000 768.000000 -4176.000000
-3952.000000 720.000000 -4176.000000
-3952.000000 720.000000 -4112.000000
-3952.000000 768.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3664.000000 512.000000 -4112.000000
-3664.000000 512.000000 -4176.000000
-3664.000000 560.000000 -4176.000000
-3664.000000 560.000000 -4112.000000
-3952.000000 560.000000 -4176.000000
-3952.000000 512.000000 -4176.000000
-3952.000000 512.000000 -4112.000000
-3952.000000 560.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3664.000000 304.000000 -4112.000000
-3664.000000 304.000000 -4176.000000
-3664.000000 352.000000 -4176.000000
-3664.000000 352.000000 -4112.000000
-3952.000000 352.000000 -4176.000000
-3952.000000 304.000000 -4176.000000
-3952.000000 304.000000 -4112.000000
-3952.000000 352.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-3664.000000 -144.000000 -4112.000000
-3664.000000 -144.000000 -4176.000000
-3664.000000 144.000000 -4176.000000
-3664.000000 144.000000 -4112.000000
-3952.000000 144.000000 -4176.000000
-3952.000000 -144.000000 -4176.000000
-3952.000000 -144.000000 -4112.000000
-3952.000000 144.000000 -4112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
entity
type PlayerSpawn
Vector3 position 3920.000000 -104.000000 2320.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 304.000000 -104.000000 2832.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -4224.000000 -104.000000 2832.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -2528.000000 -104.000000 1680.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 4208.000000 -104.000000 48.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 4000.000000 -104.000000 -1952.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 5280.000000 -104.000000 1360.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 1584.000000 -104.000000 -1280.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 1056.000000 -104.000000 -2992.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -1600.000000 -104.000000 -2032.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -3104.000000 -104.000000 -2912.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -4032.000000 -104.000000 -1648.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -3824.000000 -104.000000 288.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -2368.000000 -104.000000 448.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 2320.000000 -104.000000 208.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -80.000000 40.000000 -80.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 2368.000000 -104.000000 -3024.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -1472.000000 -104.000000 -3280.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -4400.000000 -104.000000 1680.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 5232.000000 -104.000000 -2080.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 5472.000000 -104.000000 2192.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 3088.000000 -104.000000 2784.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 16.000000 -104.000000 1600.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 352.000000 40.000000 -80.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -592.000000 40.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 736.000000 40.000000 -64.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
|
5e98d1706dca66ca3b873989eda863254562ef00 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/DEPENDENCIES/27_2data.sci | 40a20eb752dfad6c84020edb1ac721427bc70d2d | [] | 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 | 232 | sci | 27_2data.sci | a=100;//cross section dimention,given,in mm
b=200;//cross section dimention,given,in mm
t=5;//thickness,given,in mm
L=3000;//length,given,in mm
E=200000;//given,in N/mm^2
G=0.36*200000;//given,in N/mm^2
P=-100*10^3;//load,given,in N |
8eb7ced5b4413049cffadaffafc5a8d71af4cc22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH7/EX7.24/Ex7_24.sce | 76560fb9d7cfd2846b0860d6ae736e188fcc3a35 | [] | 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,799 | sce | Ex7_24.sce | //CHAPTER 7- SINGLE PHASE TRANSFORMER
//Example 24
clc;
disp("CHAPTER 7");
disp("EXAMPLE 24");
//10kVA 2500/250 V single phase transformer
//VARIABLE INITIALIZATION
va=10000;
v1=2500; //primary voltage in Volts
v2=250; //secondary voltage in Volts
R1=4.8; //primary HV side winding resistance
X1=11.2; //primary HV side winding leakage reactance
R2=0.048; //secondary LV side winding resistance
X2=0.112; //secondary LV side winding leakage reactaance
//SOLUTION
//
//Primary resistance and leakage reactance referred to secondary
//R'1 & X'1
//Secondary resistance and leakage reactance referred to primary
//R'2 & X'2
//Equivalent resistance & leakage reactance referred to primary
//Re1 & Xe1
//Equivalent resistance & leakage reactance referred to secondary
//Re2 & Xe2
//
R_dash_2=R2*(v1/v2)^2;
R_e1=R1+R_dash_2;
X_dash_2=X2*(v1/v2)^2;
X_e1=X1+X_dash_2;
//
R_dash_1=R1*(v2/v1)^2;
R_e2=R2+R_dash_1;
X_dash_1=X1*(v2/v1)^2;
X_e2=X2+X_dash_1;
//leakage impedence
//The transformer leakage impedance=z0=Re2+j.Xe2
//Therefore:
z0=R_e2+X_e2*%i;
//Further Given
//the LV winding side is connected to load impedance of 5+j.3.5 Ohm
//The power factor 0.8 lagging on LV side
//applied load is
Zl=5+3.5*%i;
//total impedence in series
//The leakage impedance and load impedance are in series, therefore, total impedance is sum of the two
//
Z=z0+Zl;
magZ=sqrt(real(Z)^2+imag(Z)^2);
magZl=sqrt(real(Zl)^2+imag(Zl)^2);
//V2=I2.Zl
I2=v2/magZ;
V2=I2*magZl
disp("SOLUTION (a)");
disp(sprintf("The secondary terminal voltage is %.0f V",V2));
//
//part (b) and (c) of the problem cannot be solved mathematically alone.
disp(" ");
//
//END
|
6e0ab2f43150c1307e6b4cc3cbd99e0bc1c3d34e | e6d5f1d801a3fe887b5dc04b8cc0a9eabc1fd432 | /Semana_8/ej1.sce | cadb97a46ddf0b6952fa7f546613e6f13e0881b7 | [] | no_license | lordjuacs/MateIII | 70def332063e56eb10fb47678a7e6130dc0dca63 | 164c53b61c9e35e565121f77ba2c578680a3ab56 | refs/heads/master | 2021-05-24T15:56:01.078904 | 2020-07-27T19:57:34 | 2020-07-27T19:57:34 | 253,643,962 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sce | ej1.sce | //Valores y vectores propios
clc
A = [1 4 3; 2 1 8; 2 5 9]
disp(A)
//spec() saca de frente valores propios
vp = spec(A)
disp(vp)
//spec(), con 2 parametros de salida:
//R es una matriz, cada columna es un vector propio
//D es una matriz diagonal, cada valor corresponde a un vector propio
[R, D] = spec(A)
disp(R)
disp(D)
//Verificando
vp1 = A*R(:, 1)
vp2 = D(1,1)*R(:, 1)
disp(vp1)
disp(vp2)
//Polinomio caracteristico
t = spec(A)
policar = poly(t', "lambda", "roots")
disp(policar)
|
b664a6dc45d7bd4daed162d6d2df1f1c41af74d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH2/EX2.44/Exa2_44.sce | 3f515f83688157efbdc20b5ea30725c6349c01a9 | [] | 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 | 290 | sce | Exa2_44.sce | //Exa 2.44
clc;
clear;
close;
//Given data :
format('v',6);
f=50;//in Hz
P=6;//no. of poles
phase=3;//no. of phase
RotorIntResistance=0.1;//in ohm per phase
X2=1;//in ohm/phase
Rext=X2-RotorIntResistance;//in ohm
disp(Rext,"External resistance to be included(in ohm/phase) : "); |
b6a12955734fddc97d2d0284d58a176aef9e19db | 449d555969bfd7befe906877abab098c6e63a0e8 | /147/CH14/EX14.17/Example14_17.sce | 9c97ba48f71d56376e032e59b00af89ea91e53b0 | [] | 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 | 585 | sce | Example14_17.sce | close();
clear;
clc;
//input current 'I', and voltage 'V', speed of armature 'N', Armature resistance 'Ra', field resistance 'Rf'
Ia1 = 20; //A
V1 = 400; //V
N1 = 250; //rpm
Ra = 0.6; //ohm
Rf = 0.4; //ohm
N2 = 350; //rpm
//(i)
//current ot run the device at N2
Ia2 = N2*Ia1/N1; //A
//(ii)
//Ea at N1
Ea1 = V1 - Ia1*(Ra+Rf);
//Applied voltage to run the device at N2
V2 = Ia2*(Ra+Rf) + Ea1*(Ia2*N2/(Ia1*N1));
mprintf(" Applied voltage to run the device at %d rpm = %0.1f V\n\n",N2,V2);
mprintf("Applied current to run the device at %d rpm = %d A",N2,round(Ia2)); |
7cad7e57ca08a8391073404738fc9b2e118b3b45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH5/EX5.2.e/5_02_example.sci | 176ae8c65bd241b7439295248032e3df73567485 | [] | 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 | 269 | sci | 5_02_example.sci | //Example 5-2 Discharge of Water from a Tank
h_0 = 1.2 //initial height of water level in tank [m]
D_tank = 0.9 //diameter of tank [m]
D_jet = 13 //diameter of tank [mm]
h_2 = 0.6 //final height of water level in tank [m]
g = 9.807 //gravitational acceleration [m/s^2]
|
2b7622353dda9e731c10ed864e306876423ae10d | ab0891df3df62a84b3bc60ee178e2d84b0d692c5 | /Geometry_Processing_Toolbox/src/cppmex/builder.sce | ce6fac15ed2dfd8147c5321c8f4df011d00eb186 | [
"MIT"
] | permissive | sidgairo18/SCILAB_MEX_TOOLBOX | 6b36c8b5dd21bb15d942a283ebfe2366a7ac02ec | fc679f6d226c03b992b632823a5e57abea05cefa | refs/heads/master | 2020-03-19T04:03:55.721880 | 2018-08-14T11:22:24 | 2018-08-14T11:22:24 | 135,791,680 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,004 | sce | builder.sce | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
//
// Copyright (C) 2018 - 2018 - Scilab Enterprises
// Copyright (C) 2018 - 2018 - GSoC 2018 - Siddhartha Gairola
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was originally licensed under the terms of the CeCILL v2.1,
// and continues to be available under such terms.
// For more information, see the COPYING file which you should have received
// along with this program.
// This is the builder.sce
// must be run from this directory
// interface library name
ilib_name = "libmex"
// objects files (but do not give mexfiles here)
files = [];
// other libs needed for linking (must be shared library names)
libs = [];
// table of (scilab_name,interface-name or mexfile-name, type)
table =[ "amb_occ" , "ambient_occlusion" , "cmex";
"bon_vis" , "bone_visible" , "cmex";
"bon_vis_emb" , "bone_visible_embree" , "cmex";
"col_sma_tri" , "collapse_small_triangles" , "cmex";
"dec_lib" , "decimate_libigl" , "cmex";
"elt" , "eltopo" , "cmex";
"fit_rot_mex" , "fit_rotations_mex" , "cmex";
"imp" , "impaste" , "cmex";
"in_ele_aab" , "in_element_aabb" , "cmex";
"mes_boo" , "mesh_boolean" , "cmex";
"out_hul" , "outer_hull" , "cmex";
"rea_MSH" , "readMSH" , "cmex";
"rea_mes_fro_xml", "read_mesh_from_xml" , "cmex";
"rea_tri_mes" , "read_triangle_mesh" , "cmex";
"seg_graph" , "segment_graph" , "cmex";
"sig_dis" , "signed_distance" , "cmex";
"sig_dis_iso" , "signed_distance_isosurface", "cmex";
"sim_pol" , "simplify_polyhedron" , "cmex";
"sol_ang" , "solid_angle" , "cmex";
"win_num" , "winding_number" , "cmex";
"wir_mes" , "wire_mesh" , "cmex";
];
no_of_files = size(table)(1)
// Since linking is done by gcc and not g++
// we must add the libstdc++ to cflags
// an other possibility would be to use cflags="" and cc="
cflags = " -lstdc++ -std=c++11 -I/home/sid/Gsoc17/eltopo/eltopo3d -I/usr/include/eigen3/ -I/usr/include/CGAL/ -I/home/sid/Gsoc17/demo_current_ongoing/mex_toolboxes/Geometry_Processing_Toolbox/includes/libigl/include -I/home/sid/Gsoc17/scilab_master/scilab/usr/include"
fflags = "";
//ldflags= "-L/usr/lib/ -L/usr/lib/CGAL/";
ldflags = "";
cc="";
// do not modify below
// ----------------------------------------------
ilib_mex_build(ilib_name,table(4:no_of_files,:),files,libs,"",ldflags,cflags,fflags)
|
62855e88cb7d7138628025435ad59b2e018bfd9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /491/CH11/EX11.5/11_5.sce | 89a1b7e85eae39b63caaf44a6685a07316ac5f99 | [] | 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,148 | sce | 11_5.sce | E = 29000; // Modulus of elasticity in ksi
sy = 36 ; // Yeilding stress in ksi
L = 20 ; // Length of coloumn in ft
r = 2.57 ; // radius of gyration of coloumn
K = 1 ; // Effetive Length factor
s = sqrt((2*%pi^2*E)/sy) // Criticle slenderness ratio (K*L)/r
s_ = (L*12)/r; // Slenderness ratio
// Part(a)
n1 = (5/3)+((3/8)*(s_/s))-((1/8)*((s_^3)/(s^3)));// Factor of safety
sallow = (sy/n1)*(1-((1/2)*((s_^2)/(s^2)))); // Allowable axial load
A = 17.6; // Cross sectional area from table E1
Pallow = sallow*A ; // Allowable axial load
disp("k",Pallow,"Allowable axial load is")
// Part (b)
Pe = 200 ; // Permissible load in K
L_ = 25 ; // Assumed length in ft
s__ = (L_*12)/r; // Slenderness ratio
n1_ = (5/3)+((3/8)*(s__/s))-((1/8)*((s__^3)/(s^3)));// Factor of safety
sallow_ = (sy/n1_)*(1-((1/2)*((s__^2)/(s^2)))); // Allowable axial load
A = 17.6 ; // Area of the cross section in^2
Pallow = sallow_*A // Allowable load
L1 = [24 24.4 25];
P1 = [201 194 190];
L_max = interpln([P1;L1],Pe); // Interpolation for getting the length correspondong to permissible load
disp("ft",L_max,"The maximum permissible length is")
|
e618ca7fd29e767958a41b7a8d8b14aa2b5fe1f3 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/LG82ZTE/ATWM1_Working_Memory_MEG_LG82ZTE_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | db4dfffbb6ea27e08fe5abf7f6cd606ddb10e99b | [] | 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,408 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_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;
42 62 292 292 399 125 1942 2992 2192 fixation_cross gabor_008 gabor_083 gabor_047 gabor_168 gabor_008 gabor_083 gabor_047_alt gabor_168_alt "2_1_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_008_083_047_168_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_168_framed blank blank blank blank fixation_cross_white "2_1_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1942 2992 2142 fixation_cross gabor_086 gabor_109 gabor_142 gabor_027 gabor_086 gabor_109_alt gabor_142_alt gabor_027 "2_2_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_086_109_142_027_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_142_framed gabor_circ blank blank blank blank fixation_cross_white "2_2_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_142_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 2592 fixation_cross gabor_037 gabor_009 gabor_118 gabor_058 gabor_037_alt gabor_009_alt gabor_118 gabor_058 "2_3_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_037_009_118_058_target_position_1_2_retrieval_position_1" gabor_085_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_3_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 1892 fixation_cross gabor_112 gabor_028 gabor_071 gabor_006 gabor_112_alt gabor_028 gabor_071 gabor_006_alt "2_4_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_1900_gabor_patch_orientation_112_028_071_006_target_position_1_4_retrieval_position_1" gabor_112_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_4_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 2492 fixation_cross gabor_021 gabor_054 gabor_100 gabor_161 gabor_021_alt gabor_054_alt gabor_100 gabor_161 "2_5_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2500_gabor_patch_orientation_021_054_100_161_target_position_1_2_retrieval_position_1" gabor_071_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_5_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2392 fixation_cross gabor_123 gabor_006 gabor_089 gabor_151 gabor_123_alt gabor_006 gabor_089 gabor_151_alt "2_6_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_123_006_089_151_target_position_1_4_retrieval_position_1" gabor_172_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_6_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 1992 fixation_cross gabor_172 gabor_012 gabor_142 gabor_066 gabor_172_alt gabor_012_alt gabor_142 gabor_066 "2_7_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_172_012_142_066_target_position_1_2_retrieval_position_1" gabor_036_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_7_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2242 2992 2142 fixation_cross gabor_117 gabor_057 gabor_004 gabor_141 gabor_117 gabor_057_alt gabor_004_alt gabor_141 "2_8_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2150_gabor_patch_orientation_117_057_004_141_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_093_framed blank blank blank blank fixation_cross_white "2_8_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_093_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1842 2992 1892 fixation_cross gabor_097 gabor_034 gabor_072 gabor_119 gabor_097_alt gabor_034_alt gabor_072 gabor_119 "2_9_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_097_034_072_119_target_position_1_2_retrieval_position_1" gabor_097_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_9_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 2242 fixation_cross gabor_087 gabor_103 gabor_139 gabor_168 gabor_087_alt gabor_103 gabor_139 gabor_168_alt "2_10_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_087_103_139_168_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_032_framed blank blank blank blank fixation_cross_white "2_10_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1942 2992 2342 fixation_cross gabor_089 gabor_022 gabor_071 gabor_001 gabor_089_alt gabor_022 gabor_071_alt gabor_001 "2_11_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2350_gabor_patch_orientation_089_022_071_001_target_position_1_3_retrieval_position_2" gabor_circ gabor_160_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_11_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_160_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1942 2992 2392 fixation_cross gabor_179 gabor_094 gabor_061 gabor_011 gabor_179_alt gabor_094 gabor_061 gabor_011_alt "2_12_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_179_094_061_011_target_position_1_4_retrieval_position_1" gabor_179_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_12_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 2042 fixation_cross gabor_029 gabor_109 gabor_170 gabor_050 gabor_029 gabor_109 gabor_170_alt gabor_050_alt "2_13_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_029_109_170_050_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_white "2_13_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2092 2992 2292 fixation_cross gabor_178 gabor_031 gabor_159 gabor_121 gabor_178_alt gabor_031 gabor_159 gabor_121_alt "2_14_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_178_031_159_121_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_121_framed blank blank blank blank fixation_cross_white "2_14_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2242 2992 2592 fixation_cross gabor_091 gabor_003 gabor_059 gabor_028 gabor_091 gabor_003_alt gabor_059 gabor_028_alt "2_15_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2600_gabor_patch_orientation_091_003_059_028_target_position_2_4_retrieval_position_1" gabor_091_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_15_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_091_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_099 gabor_147 gabor_131 gabor_067 gabor_099 gabor_147_alt gabor_131_alt gabor_067 "2_16_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_099_147_131_067_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_180_framed gabor_circ blank blank blank blank fixation_cross_white "2_16_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_138 gabor_165 gabor_003 gabor_089 gabor_138 gabor_165_alt gabor_003 gabor_089_alt "2_17_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_138_165_003_089_target_position_2_4_retrieval_position_2" gabor_circ gabor_026_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_17_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_155 gabor_033 gabor_072 gabor_092 gabor_155 gabor_033_alt gabor_072 gabor_092_alt "2_18_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_155_033_072_092_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_092_framed blank blank blank blank fixation_cross_white "2_18_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1992 2992 2342 fixation_cross gabor_104 gabor_140 gabor_075 gabor_125 gabor_104_alt gabor_140_alt gabor_075 gabor_125 "2_19_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_104_140_075_125_target_position_1_2_retrieval_position_1" gabor_056_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_19_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_130 gabor_175 gabor_086 gabor_002 gabor_130 gabor_175_alt gabor_086_alt gabor_002 "2_20_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_130_175_086_002_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_040_framed gabor_circ blank blank blank blank fixation_cross_white "2_20_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 2092 fixation_cross gabor_007 gabor_142 gabor_034 gabor_160 gabor_007_alt gabor_142 gabor_034_alt gabor_160 "2_21_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_007_142_034_160_target_position_1_3_retrieval_position_1" gabor_052_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_21_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2042 2992 1942 fixation_cross gabor_027 gabor_065 gabor_086 gabor_004 gabor_027 gabor_065_alt gabor_086_alt gabor_004 "2_22_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2050_3000_1950_gabor_patch_orientation_027_065_086_004_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_004_framed blank blank blank blank fixation_cross_white "2_22_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_004_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2192 2992 2042 fixation_cross gabor_131 gabor_086 gabor_152 gabor_043 gabor_131_alt gabor_086 gabor_152 gabor_043_alt "2_23_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2050_gabor_patch_orientation_131_086_152_043_target_position_1_4_retrieval_position_1" gabor_176_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_23_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2242 2992 2442 fixation_cross gabor_054 gabor_092 gabor_159 gabor_036 gabor_054 gabor_092 gabor_159_alt gabor_036_alt "2_24_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_054_092_159_036_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_036_framed blank blank blank blank fixation_cross_white "2_24_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 2192 fixation_cross gabor_023 gabor_133 gabor_101 gabor_078 gabor_023 gabor_133 gabor_101_alt gabor_078_alt "2_25_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_023_133_101_078_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_101_framed gabor_circ blank blank blank blank fixation_cross_white "2_25_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2042 2992 1942 fixation_cross gabor_111 gabor_179 gabor_160 gabor_023 gabor_111_alt gabor_179_alt gabor_160 gabor_023 "2_26_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2050_3000_1950_gabor_patch_orientation_111_179_160_023_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_023_framed blank blank blank blank fixation_cross_white "2_26_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_023_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 2292 fixation_cross gabor_121 gabor_011 gabor_095 gabor_079 gabor_121_alt gabor_011 gabor_095 gabor_079_alt "2_27_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_121_011_095_079_target_position_1_4_retrieval_position_1" gabor_168_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_27_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_013 gabor_037 gabor_101 gabor_149 gabor_013 gabor_037_alt gabor_101_alt gabor_149 "2_28_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_013_037_101_149_target_position_2_3_retrieval_position_2" gabor_circ gabor_084_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_28_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 1892 fixation_cross gabor_027 gabor_137 gabor_059 gabor_001 gabor_027 gabor_137_alt gabor_059 gabor_001_alt "2_29_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_027_137_059_001_target_position_2_4_retrieval_position_2" gabor_circ gabor_091_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_29_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 2192 fixation_cross gabor_162 gabor_050 gabor_126 gabor_019 gabor_162_alt gabor_050_alt gabor_126 gabor_019 "2_30_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_162_050_126_019_target_position_1_2_retrieval_position_2" gabor_circ gabor_003_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_30_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2242 2992 2092 fixation_cross gabor_168 gabor_115 gabor_141 gabor_084 gabor_168_alt gabor_115 gabor_141 gabor_084_alt "2_31_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2100_gabor_patch_orientation_168_115_141_084_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_004_framed gabor_circ blank blank blank blank fixation_cross_white "2_31_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_004_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2192 2992 2342 fixation_cross gabor_052 gabor_122 gabor_037 gabor_002 gabor_052 gabor_122_alt gabor_037_alt gabor_002 "2_32_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_052_122_037_002_target_position_2_3_retrieval_position_2" gabor_circ gabor_122_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_32_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_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;
42 61 292 292 399 125 2192 2992 2542 fixation_cross gabor_126 gabor_105 gabor_082 gabor_057 gabor_126_alt gabor_105 gabor_082_alt gabor_057 "2_33_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_126_105_082_057_target_position_1_3_retrieval_position_1" gabor_172_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_33_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1942 2992 2042 fixation_cross gabor_087 gabor_115 gabor_168 gabor_057 gabor_087_alt gabor_115 gabor_168 gabor_057_alt "2_34_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_087_115_168_057_target_position_1_4_retrieval_position_1" gabor_087_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_34_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1842 2992 2542 fixation_cross gabor_011 gabor_117 gabor_144 gabor_072 gabor_011_alt gabor_117 gabor_144_alt gabor_072 "2_35_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2550_gabor_patch_orientation_011_117_144_072_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_072_framed blank blank blank blank fixation_cross_white "2_35_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_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;
42 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_091 gabor_150 gabor_175 gabor_060 gabor_091_alt gabor_150 gabor_175 gabor_060_alt "2_36_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_091_150_175_060_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_060_framed blank blank blank blank fixation_cross_white "2_36_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 2292 fixation_cross gabor_134 gabor_045 gabor_119 gabor_078 gabor_134_alt gabor_045 gabor_119_alt gabor_078 "2_37_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_134_045_119_078_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_119_framed gabor_circ blank blank blank blank fixation_cross_white "2_37_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_103 gabor_180 gabor_068 gabor_157 gabor_103_alt gabor_180_alt gabor_068 gabor_157 "2_38_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_103_180_068_157_target_position_1_2_retrieval_position_2" gabor_circ gabor_042_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_38_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1992 2992 2592 fixation_cross gabor_018 gabor_152 gabor_130 gabor_064 gabor_018 gabor_152 gabor_130_alt gabor_064_alt "2_39_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2600_gabor_patch_orientation_018_152_130_064_target_position_3_4_retrieval_position_2" gabor_circ gabor_152_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_39_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_152_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2192 fixation_cross gabor_165 gabor_097 gabor_014 gabor_040 gabor_165_alt gabor_097 gabor_014 gabor_040_alt "2_40_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_165_097_014_040_target_position_1_4_retrieval_position_1" gabor_165_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_40_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2242 2992 2592 fixation_cross gabor_117 gabor_136 gabor_080 gabor_065 gabor_117 gabor_136_alt gabor_080_alt gabor_065 "2_41_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_117_136_080_065_target_position_2_3_retrieval_position_2" gabor_circ gabor_136_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_41_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2242 fixation_cross gabor_133 gabor_017 gabor_048 gabor_068 gabor_133 gabor_017 gabor_048_alt gabor_068_alt "2_42_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2250_gabor_patch_orientation_133_017_048_068_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_048_framed gabor_circ blank blank blank blank fixation_cross_white "2_42_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2092 2992 1992 fixation_cross gabor_082 gabor_112 gabor_054 gabor_160 gabor_082 gabor_112_alt gabor_054_alt gabor_160 "2_43_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_082_112_054_160_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_054_framed gabor_circ blank blank blank blank fixation_cross_white "2_43_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_054_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1992 2992 2342 fixation_cross gabor_104 gabor_025 gabor_130 gabor_085 gabor_104_alt gabor_025 gabor_130 gabor_085_alt "2_44_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_104_025_130_085_target_position_1_4_retrieval_position_1" gabor_104_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_44_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2192 fixation_cross gabor_114 gabor_133 gabor_056 gabor_163 gabor_114 gabor_133_alt gabor_056 gabor_163_alt "2_45_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_114_133_056_163_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_024_framed blank blank blank blank fixation_cross_white "2_45_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_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;
42 64 292 292 399 125 1992 2992 1992 fixation_cross gabor_044 gabor_102 gabor_127 gabor_077 gabor_044_alt gabor_102 gabor_127_alt gabor_077 "2_46_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2000_gabor_patch_orientation_044_102_127_077_target_position_1_3_retrieval_position_2" gabor_circ gabor_102_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_46_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_102_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1992 2992 2042 fixation_cross gabor_014 gabor_124 gabor_139 gabor_075 gabor_014 gabor_124_alt gabor_139_alt gabor_075 "2_47_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_014_124_139_075_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_091_framed gabor_circ blank blank blank blank fixation_cross_white "2_47_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2042 fixation_cross gabor_152 gabor_112 gabor_178 gabor_024 gabor_152_alt gabor_112 gabor_178_alt gabor_024 "2_48_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_152_112_178_024_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_white "2_48_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_105 gabor_017 gabor_135 gabor_049 gabor_105 gabor_017_alt gabor_135 gabor_049_alt "2_49_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_105_017_135_049_target_position_2_4_retrieval_position_2" gabor_circ gabor_065_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_49_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1742 2992 1942 fixation_cross gabor_133 gabor_027 gabor_093 gabor_115 gabor_133_alt gabor_027 gabor_093 gabor_115_alt "2_50_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_133_027_093_115_target_position_1_4_retrieval_position_1" gabor_133_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_50_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2442 fixation_cross gabor_091 gabor_075 gabor_025 gabor_148 gabor_091 gabor_075_alt gabor_025 gabor_148_alt "2_51_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_091_075_025_148_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_009_framed blank blank blank blank fixation_cross_white "2_51_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1992 2992 2442 fixation_cross gabor_146 gabor_058 gabor_117 gabor_030 gabor_146 gabor_058_alt gabor_117 gabor_030_alt "2_52_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2450_gabor_patch_orientation_146_058_117_030_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_117_framed gabor_circ blank blank blank blank fixation_cross_white "2_52_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_117_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1942 2992 2542 fixation_cross gabor_152 gabor_133 gabor_064 gabor_176 gabor_152 gabor_133_alt gabor_064 gabor_176_alt "2_53_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_152_133_064_176_target_position_2_4_retrieval_position_2" gabor_circ gabor_133_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_53_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_178 gabor_069 gabor_017 gabor_050 gabor_178_alt gabor_069 gabor_017 gabor_050_alt "2_54_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_178_069_017_050_target_position_1_4_retrieval_position_1" gabor_178_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_54_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2442 fixation_cross gabor_095 gabor_068 gabor_127 gabor_008 gabor_095 gabor_068 gabor_127_alt gabor_008_alt "2_55_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2450_gabor_patch_orientation_095_068_127_008_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_174_framed gabor_circ blank blank blank blank fixation_cross_white "2_55_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1742 2992 2492 fixation_cross gabor_030 gabor_170 gabor_093 gabor_049 gabor_030 gabor_170_alt gabor_093 gabor_049_alt "2_56_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_030_170_093_049_target_position_2_4_retrieval_position_2" gabor_circ gabor_170_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_56_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2042 2992 1942 fixation_cross gabor_142 gabor_159 gabor_017 gabor_074 gabor_142 gabor_159_alt gabor_017 gabor_074_alt "2_57_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2050_3000_1950_gabor_patch_orientation_142_159_017_074_target_position_2_4_retrieval_position_1" gabor_093_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_57_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_093_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2142 2992 2242 fixation_cross gabor_012 gabor_040 gabor_095 gabor_164 gabor_012_alt gabor_040 gabor_095_alt gabor_164 "2_58_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_012_040_095_164_target_position_1_3_retrieval_position_1" gabor_148_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_58_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2542 fixation_cross gabor_093 gabor_169 gabor_142 gabor_122 gabor_093 gabor_169_alt gabor_142 gabor_122_alt "2_59_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_093_169_142_122_target_position_2_4_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_59_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1742 2992 2092 fixation_cross gabor_089 gabor_123 gabor_165 gabor_058 gabor_089_alt gabor_123_alt gabor_165 gabor_058 "2_60_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_089_123_165_058_target_position_1_2_retrieval_position_1" gabor_089_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_60_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_037 gabor_012 gabor_174 gabor_067 gabor_037_alt gabor_012 gabor_174 gabor_067_alt "2_61_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_037_012_174_067_target_position_1_4_retrieval_position_1" gabor_087_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_61_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1792 2992 2242 fixation_cross gabor_090 gabor_133 gabor_015 gabor_072 gabor_090_alt gabor_133 gabor_015 gabor_072_alt "2_62_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_090_133_015_072_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_151_framed gabor_circ blank blank blank blank fixation_cross_white "2_62_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_151_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 2492 fixation_cross gabor_140 gabor_057 gabor_081 gabor_005 gabor_140 gabor_057 gabor_081_alt gabor_005_alt "2_63_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2500_gabor_patch_orientation_140_057_081_005_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_081_framed gabor_circ blank blank blank blank fixation_cross_white "2_63_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2192 2992 2142 fixation_cross gabor_042 gabor_067 gabor_109 gabor_087 gabor_042 gabor_067_alt gabor_109_alt gabor_087 "2_64_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_042_067_109_087_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_155_framed gabor_circ blank blank blank blank fixation_cross_white "2_64_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2242 fixation_cross gabor_146 gabor_056 gabor_171 gabor_030 gabor_146_alt gabor_056 gabor_171_alt gabor_030 "2_65_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_146_056_171_030_target_position_1_3_retrieval_position_1" gabor_146_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_65_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_146_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1842 2992 2492 fixation_cross gabor_064 gabor_125 gabor_174 gabor_039 gabor_064_alt gabor_125 gabor_174_alt gabor_039 "2_66_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_064_125_174_039_target_position_1_3_retrieval_position_1" gabor_064_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_66_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 1992 fixation_cross gabor_089 gabor_115 gabor_067 gabor_001 gabor_089_alt gabor_115 gabor_067 gabor_001_alt "2_67_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_089_115_067_001_target_position_1_4_retrieval_position_1" gabor_137_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_67_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2142 2992 2392 fixation_cross gabor_119 gabor_002 gabor_171 gabor_035 gabor_119_alt gabor_002 gabor_171_alt gabor_035 "2_68_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2400_gabor_patch_orientation_119_002_171_035_target_position_1_3_retrieval_position_2" gabor_circ gabor_052_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_68_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_052_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_102 gabor_086 gabor_063 gabor_173 gabor_102_alt gabor_086_alt gabor_063 gabor_173 "2_69_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_102_086_063_173_target_position_1_2_retrieval_position_1" gabor_102_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_69_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2192 2992 2092 fixation_cross gabor_010 gabor_065 gabor_115 gabor_131 gabor_010 gabor_065 gabor_115_alt gabor_131_alt "2_70_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_2100_gabor_patch_orientation_010_065_115_131_target_position_3_4_retrieval_position_1" gabor_150_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_70_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_150_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;
}; |
59043721e5b49ff34ae99f71e10e45c0f9b4b8a6 | 6227c5ef4e1c5d72cdebd6eac81f82161dda7e17 | /digi_dc_dc/Scilab/test_functions/testcalcTypeII.sce | 9910aabe334a186909228e8e2741e51dfe7c9849 | [] | no_license | maxsimmonds1337/Scilab | b4e8a03a9fbeda4d8f6e51e07d205bcf51addce8 | b413659e2b697565c24ad440d158f5bd28203570 | refs/heads/master | 2022-11-04T23:17:50.045864 | 2020-06-13T20:35:24 | 2020-06-13T20:35:24 | 272,081,285 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | testcalcTypeII.sce |
//Script to test the calculation of the type II based on Bassos book sec 4.2.9
mag=10^(-18/20);
boost=68;
fc=5e3;
//Result must be fp=25.7e3, fp0=7.8e3, fz=972
[regulator,fz1,fp1,fp0]= calctypeII(mag,fc,boost)
bode(regulator,fc/103,fc*100,0.1)
|
5126776c1dda4f21a88cff628c2191fd71d0394b | 683d55d55e7449e5ffb06e17d669fd6e8d7eca1c | /src/ltisol.sce | 5fb33baccb906d1fb0c0fe94930207d231437543 | [] | no_license | lucciano/ssc-lcc | 58efd303220cb36c09a305457fe5e5cc97e77b63 | fcd50437ca953ef0b0491672a71bee19383bc09b | refs/heads/master | 2021-01-19T20:15:53.904767 | 2014-04-26T20:15:03 | 2014-04-26T20:15:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | ltisol.sce | function x=ltisol(A,B,u,x0, t)
n=length(x0); //orden del sistema
r=length(t);//numero de puntos en el tiempo
x=zeros(n,r);
x(:,1)=x0;
for k=2:r
x(:,k)=expm(A*t(k))*x0 + inv(A)*(expm(A*t(k)) - eye(n,n)) * B *u;
end
endfunction
|
fdd8ec7fbad3ab8f8feffb554f3cb3713d49a42f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1694/CH2/EX2.4/EX2_4.sce | fe2c0c3fad97ba0c359c8a3b115c043909fcbfcc | [] | 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 | 226 | sce | EX2_4.sce | clear;
clc;
printf("\nEx2.4\n");
//page no.-56
//given
V=100;..............//potential diff. in Volt
lambda=12.25/sqrt(V).............//wavelength in angstrom
printf("\nde-Broglie wavelength is 1.225 angstrom\n");
|
8ac3f799b94e33a36cc3c3d640d23cbd36a23bb6 | 8423ca9ce33d0d3ba30dc05b86e8241e4894d0af | /platesD.sci | 7bfae158a44b7a644529d74cd97f9f89ac31f04c | [
"MIT"
] | permissive | fbarrueta22/TAP-1 | b99581dab6414d93988b708d61ac7e5e6610a6e5 | 61324322191684285df528149c7829b8cfe3dc5f | refs/heads/master | 2022-04-25T18:44:31.343068 | 2020-04-18T17:22:50 | 2020-04-18T17:22:50 | 256,637,464 | 1 | 1 | MIT | 2020-04-18T17:22:51 | 2020-04-18T00:22:58 | Scilab | UTF-8 | Scilab | false | false | 906 | sci | platesD.sci | // Una función que crea con filas arbitrarias
// la matriz A de coeficientes y el vector b
// filas: El número de platos
// Vm: El multiplicador a la corriente de gas
// Lm: EL multiplicador a la corriente de aceite
function [A, b] = platesD(filas, Vm, Lm)
// Constantes
V=100*Vm
L=500*Lm
y0=0.09
x0=0
m=0.12
// Vector b
b = zeros(filas,1)
b(1) = V*y0
// Matriz de coeficientes
_A = zeros(filas, filas+2)
// La fila que forma el resto de filas
fila = [-V*m L+m*V -L]
fila3 = [-V*m L*1.25+m*V -L*1.25] // La fila 3 es especial
// Repitiendo la misma fila pero con un padding de 0s
for i = 1:filas
if(i == 3)
filaExt = [zeros(1, i-1) fila3 zeros(1, filas+2-3-(i-1))]
else
filaExt = [zeros(1, i-1) fila zeros(1, filas+2-3-(i-1))]
end
_A(i,:) = filaExt
end
// En la primera fila el -V*m no existe y en la última fila
// el -L tampoco.
A = _A(:,2:filas+1)
endfunction
|
9b886d0c475a412acbe6f0c7e9d974f07640147a | 897ce6a3fd5b682122c396af7e24fa53014c7cb3 | /src_script/scilab/_import/rtsx_10/common/Xlocate.sci | 82e0838b38151e7140f5572fde4286686b21ee12 | [] | no_license | stub22/glue-ai-v1_friendularity | e66f5ab357eba45de2def6f7900f414e358a4125 | 74949dc3e9b0d08b39857735aad901915e61322d | refs/heads/master | 2022-12-19T18:57:01.336831 | 2017-08-04T12:55:12 | 2017-08-04T12:55:12 | 284,544,364 | 0 | 0 | null | 2020-10-14T00:08:14 | 2020-08-02T21:24:34 | Java | UTF-8 | Scilab | false | false | 1,263 | sci | Xlocate.sci | // Xlocate.sci locate intersection point of xi and zi-1
// www.controlsystemslab.com July 2012
// pxz = Xlocate(robot,A,Ti,lindex)
// Input arguments
// robot = robot data structure
// A(:,:,i) = Ai, homogeneous matrix between {i} and {i-1}
// Ti(:,:,i) = homogeneous matrix between {i} and world frame
// Ti(:,:,1) = Tb, homogeneous matrix between base and world frame
// Ti(:,:,2) = Tb*A1
// Ti(:,:,3) = Tb*A1*A2
// etc.
// Ti(:,:,nlinks+2)= Tb*A1*A2*...*A_nlinks*Tt;
// lindex = link index. Ex. when lindex = 1, the function returns
// intersection point of X1 and Z0
// Notation : {1} indicates frame 1
function pxz=Xlocate(robot,q,A,Ti,lindex)
o_i = A(1:3,4,lindex); // origin of {i} w.r.t {i-1}
if o_i(3)>= 0 then
if robot.Link(lindex).RP=='R' pxz_i = [0 0 robot.Link(lindex).d 1]'; // on positive Zi
else pxz_i = [0 0 q(lindex) 1]';
end
else
if robot.Link(lindex).RP=='R' pxz_i = [0 0 -robot.Link(lindex).d 1]'; // on negative Zi
else pxz_i = [0 0 -q(lindex) 1]';
end
end
pxz = Ti(:,:,lindex)*pxz_i;
pxz = pxz(1:3,1);
endfunction
function pxz=xlocate(robot,q,A,Ti,lindex)
pxz=Xlocate(robot,q,A,Ti,lindex);
endfunction |
3d8b0257b03d594aa93013b742c6c9e1f5c46b38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3834/CH4/EX4.6.1/Ex4_6_1.sce | cd5a7a3a5aeca85e6cf381f63663ff3a4da62b67 | [] | 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 | 867 | sce | Ex4_6_1.sce | //Fiber-optics communication technology, by Djafer K. Mynbaev and Lowell L. Scheiner
//Example 4.6.1
//windows 8
//Scilab version-6.0.0
clc;
clear;
//given
lambda=850;// wavelength in nm
L=100E12;//Length of fiber in nm
deltalambda=70;//spectral width wavelength in nm
S0=0.097;//zero dispersion slope in ps/nm^2.km
lambda0=1343;//assumed zero dispersion wavelength in nm
y=lambda0/lambda;
x=1-(y*y*y*y);
Dlambda=-(S0*x*lambda)/4;//dispersion parameter in ps/nm.km
deltatgmat=(Dlambda*deltalambda)/1000;//Pulse spreading by material dispersion in ns/km
mprintf("Pulse spreading by material dispersion = %.2f ns/km",deltatgmat);//the answer vary due to roundingoff
deltatmat=deltatgmat*100;//Pulse spreading over entire fiber in s
mprintf("\nPulse spreading over entire fiber = %.2f s",deltatmat);//the answer vary due to roundingoff
|
19df3655b759d09a5763e28d2c8d4031aa0e2163 | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee/contrib/dspic/macros/codegen/do_compile_superblock42.sci | 8fef46aa140b389496364391e3388ffab98d2217 | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 13,520 | sci | do_compile_superblock42.sci | // Transforms a given Scicos discrete and continuous SuperBlock into a C defined Block
// Copyright INRIA
//
// Original file from Project Metalau - INRIA
// Modified for RT purposes by Roberto Bucher - RTAI Team
// roberto.bucher@supsi.ch
function [ok,XX,alreadyran,flgcdgen,szclkINTemp,freof] = do_compile_superblock42(XX,all_scs_m,numk,alreadyran)
scs_m = XX.model.rpar ; //** isolate the super block scs_m data structure
par = scs_m.props;
//** SAFETY : terminate current simulation
if alreadyran then
//** terminate current simulation
do_terminate() ;
alreadyran = %f ;
end
hname = scs_m.props.title(1); //** super block name
//***********************************************************
//Check blocks properties and adapt them if necessary
//***********************************************************
//** These blocks are not ALLOWED for Emb code generation
vorbidden_items=["CLKOUT_f","activation (events) output ports";
"IN_f","input ports";
"OUT_f","output ports";
"CLKOUTV_f","activation outputs";
"CLOCK_c","clocks";
"CLOCK_f","clocks";
"SampleCLK","clocks";
"RFILE_f","Read block";
"READC_f","Read_block";
"WFILE_f","Write block";
"WRITEC_f","Write block"]
clkIN = [];
//** scan
for i=1:size(scs_m.objs)
//** BLOCKS
if typeof(scs_m.objs(i))=="Block" then
ind=find(vorbidden_items==scs_m.objs(i).gui);
if(ind~=[]) then
ok = %f ;
%cpr = list();
message(vorbidden_items(ind(1),2)+" not allowed in Superblock");
return; // EXIT point
elseif scs_m.objs(i).gui=="CLKINV_f" then //** input clock from external diagram
//** replace event input ports by fictious block
scs_m.objs(i).gui="EVTGEN_f";
scs_m.objs(i).model.sim(1)="bidon"
if clkIN==[] then
clkIN = 1;
else
ok = %f;
%cpr = list();
message("Only one activation block allowed!");
return; // EXIT point
end
end
end
end
szclkIN = size(clkIN,2);
flgcdgen = szclkIN; //** pass the clock
//**
//** BEWARE : the Scicos compiler is called here !
//**
[bllst,connectmat,clkconnect,cor,corinv,ok,scs_m,flgcdgen,freof] = c_pass1(scs_m,flgcdgen);
if ~ok then
message("Sorry: problem in the pre-compilation step.")
return ; //** EXIT point
end
szclkINTemp = szclkIN;
szclkIN = flgcdgen;
for i=1:size(bllst)
if (bllst(i).sim(1)=="bidon") then //** clock input
howclk = i;
end
end
//** BEWARE : update to new graphics instructions !
%windo = xget('window') ;
cpr = c_pass2(bllst,connectmat,clkconnect,cor,corinv)
if cpr==list() then
ok = %f
return ; //** exit point
end
//** Alan's patch 5/07/07: try to solve
// which blocks use work
//**
funs_save = cpr.sim.funs ;
funtyp_save = cpr.sim.funtyp ;
with_work = zeros(cpr.sim.nblk,1) ;
//** ------ Windows cleaning for internal Scopes -------------------
//**
//**
//** retrieve all open Scilab windows with winsid()
//**
BeforeCG_WinList = winsid();
ierr=execstr('[state,t]=scicosim(cpr.state,0,0,cpr.sim,'+..
'''start'',scs_m.props.tol)','errcatch')
if ierr==0 then
for i=1:cpr.sim.nblk
if state.iz(i)<>0 then
with_work(i)=%t
end
end
ierr=execstr('[state,t]=scicosim(state,0,0,cpr.sim,'+..
'''finish'',scs_m.props.tol)','errcatch')
end
//**
//** retrieve all open Scilab windows with winsid
//** and close the additional windows open since first
//**
//** This code does not cover 100% of the possible situations because the user can
//** destroy one or more Scicos wins manually during this intermediate phase
//** This code is 100% functional if the the user does not close manually any win.
//** TO BE updated in Scilab 5.0
AfterCG_WinList = winsid();
AfterCG_size = size(AfterCG_WinList); //** matrix
AfterCG_size = AfterCG_size(2) ; //** vector lenght
BeforeCG_size = size(BeforeCG_WinList); //** matrix
BeforeCG_size = BeforeCG_size(2) ; //** vector lenght
if (or(AfterCG_WinList<>BeforeCG_WinList)) & (AfterCG_size>BeforeCG_size) then
//** means that a scope or other scicos object has created some
//** output window
DiffCG_Winlist = AfterCG_WinList<>BeforeCG_WinList ; //** T/F mismatch
DiffCG_Index = find(DiffCG_Winlist); //** recover the mismatched indexes only
for win_idx = DiffCG_Index
delete( scf( AfterCG_WinList(win_idx) ) ) ; //** clear the spurious windows
end
end
//**------------- end of windows cleaning for internal scopes -------------------------------
cpr.sim.funs=funs_save;
cpr.sim.funtyp=funtyp_save;
//** BEWARE: replace this OLD graphics instruction !
xset('window',%windo) ;
///////////////////
//** %cpr pointers
x = cpr.state.x;
z = cpr.state.z;
outtb = cpr.state.outtb;
// RN
zcptr = cpr.sim.zcptr;
ozptr = cpr.sim.ozptr;
rpptr = cpr.sim.rpptr;
ipptr = cpr.sim.ipptr;
opptr = cpr.sim.opptr;
funs = cpr.sim.funs;
xptr = cpr.sim.xptr;
zptr = cpr.sim.zptr;
inpptr = cpr.sim.inpptr;
inplnk = cpr.sim.inplnk;
outptr = cpr.sim.outptr;
outlnk = cpr.sim.outlnk;
// @l@n lnkptr = cpr.sim.lnkptr; ???
ordclk = cpr.sim.ordclk;
funtyp = cpr.sim.funtyp;
cord = cpr.sim.cord;
ncord = size(cord,1);
nblk = cpr.sim.nb;
ztyp = cpr.sim.ztyp;
clkptr = cpr.sim.clkptr
// taille totale de z : nztotal
nztotal = size(z,1);
//*******************************
//Checking if superblock is valid
//*******************************
msg = []
for i=1:length(funs)-1
if funtyp(i)==3 then
msg = [msg;"Type 3 block''s not allowed"] ;
// Bubu 18.03.2008
elseif funtyp(i)==0 & funs(i)~="bidon" then
msg = [msg;"Type 0 block''s"+" ''"+funs(i)+"''"+" not allowed"] ;
//end
elseif (clkptr(i+1)-clkptr(i))<>0 &funtyp(i)>-1 &funs(i)~="bidon" then
//Alan // msg=[msg;'Regular block generating activation not allowed yet']
end
if msg<>[] then
message(msg) ;
ok = %f ;
return ; //**
end
end
//** Find the clock connected to the SuperBlock and retreive
//** the sampling time
if XX.graphics.pein==[] | XX.graphics.pein(1)==0 then
sTsamp="0.001"; //** default value is ONE millisecond
else
o_ev = XX.graphics.pein(1);
o_ev=all_scs_m.objs(o_ev).from(1);
while (all_scs_m.objs(o_ev).gui~='CLOCK_c' & ...
all_scs_m.objs(o_ev).gui~='CLOCK_f' & ...
all_scs_m.objs(o_ev).gui~='SampleCLK')
o_ev = all_scs_m.objs(o_ev).graphics.pein(1);
o_ev = all_scs_m.objs(o_ev).from(1);
end
if all_scs_m.objs(o_ev).gui=='SampleCLK' then
sTsamp=all_scs_m.objs(o_ev).model.rpar(1);
sTsamp=sci2exp(sTsamp);
Tsamp_delay=all_scs_m.objs(o_ev).model.rpar(2);
Tsamp_delay=sci2exp(Tsamp_delay);
else
sTsamp=all_scs_m.objs(o_ev).model.rpar.objs(2).graphics.exprs(1);
sTsamp=sci2exp(eval(sTsamp));
Tsamp_delay=all_scs_m.objs(o_ev).model.rpar.objs(2).graphics.exprs(2);
Tsamp_delay=sci2exp(eval(Tsamp_delay));
end
end
//***********************************
// Get the name of the file
//***********************************
foo = 3; //** probably this variable is never used ?
okk = %f;
rdnom='foo';
rpat = getcwd();
archname='';
Tsamp = sci2exp(eval(sTsamp));
template = 'board_flex'; //** default values for this version
if XX.model.rpar.props.void3 == [] then
target = 'dspic'; //** default compilation chain
odefun = 'ode4'; //** default solver
odestep = '10'; //** default continous step size
else
target = XX.model.rpar.props.void3(1); //** user defined parameters
odefun = XX.model.rpar.props.void3(2);
odestep = XX.model.rpar.props.void3(3);
end
libs='';
//** dialog box default variables
label1=[hname;getcwd()+'/'+hname+"_scig";target;template];
label2=[hname;getcwd()+'/'+hname+"_scig";target;template;odefun;odestep];
ode_x=['ode1';'ode2';'ode4']; //** available continous solver
//** Open a dialog box
while %t do
ok = %t ;
if x==[] then
//** Pure discrete system NO CONTINOUS blocks
[okk, rdnom, rpat,target,template,label1] = getvalue(..
'Embedded Code Generation',..
['New block''s name :';
'Created files Path:';
'Toolchain: ';
'Target Board: '],..
list('str',1,'str',1,'str',1,'str',1),label1);
else
//** continous blocks are presents
[okk,rdnom,rpat,target,template,odefun,odestep,label2] = getvalue(..
"Embedded Code Generation",..
["New block''s name: " ;
"Created files Path: " ;
"Toolchain: " ;
"Target Board: " ;
"ODE solver type: " ;
"ODE solver steps betw. samples: "],..
list('str',1,'str',1,'str',1,'str',1,'str',1,'str',1),label2);
end
if okk==%f then
ok = %f
return ; //** EXIT point
end
rpat = stripblanks(rpat);
//** I put a warning here in order to inform the user
//** that the name of the superblock will change
//** because the space char in name isn't allowed.
if grep(rdnom," ")<>[] then
message(['Superblock name cannot contains space characters.';
'space chars will be automatically substituted by ""_"" '])
end
rdnom = strsubst(rdnom,' ','_');
//** Put a warning here in order to inform the user
//** that the name of the superblock will change
//** because the "-" char could generate GCC problems
//** (the C functions contains the name of the superblock).
if grep(rdnom,"-")<>[] then
message(['For full C compiler compatibility ';
'Superblock name cannot contains ""-"" characters';
'""-"" chars will be automatically substituted by ""_"" '])
end
rdnom = strsubst(rdnom,'-','_');
dirinfo = fileinfo(rpat)
if dirinfo==[] then
[pathrp, fnamerp, extensionrp] = fileparts(rpat);
ok = mkdir(pathrp, fnamerp+extensionrp) ;
if ~ok then
message("Directory '+rpat+' cannot be created");
end
elseif filetype(dirinfo(2))<>'Directory' then
ok = %f;
message(rpat+" is not a directory");
end
if stripblanks(rdnom)==emptystr() then
ok = %f;
message("Sorry: C file name not defined");
end
//** This comments will be moved in the documentation
//** /contrib/RT_templates/pippo.gen
//** 1: pippo.mak
//** 2: pippo.cmd
//** pippo.mak : scheletro del Makefile
//** - GNU/Linux : Makefile template
//** - Windows/Erika : conf.oil
//** erika.cmd
//** pippo.cmd : sequenza di comandi Scilab
TARGETDIR = SCI+"/contrib/RT_templates";
[fd,ierr] = mopen(TARGETDIR+'/'+target+'.gen','r');
if ierr==0 then
mclose(fd);
else
ok = %f;
message("Target not valid " + target + ".gen");
end
if ok then
target_t = mgetl(TARGETDIR+'/'+target+'.gen');
makfil = target_t(1);
cmdfil = target_t(2);
[fd,ierr]=mopen(TARGETDIR+'/'+makfil,'r');
if ierr==0 then
mclose(fd);
else
ok = %f ;
message("Makefile not valid " + makfil);
end
end
if x ~= [] then
if grep(odefun,ode_x) == [] then
message("Ode function not valid");
ok = %f;
end
end
if ok then break,end
end
//////////////////////////////////////////////////
maxnrpar=max(rpptr(2:$)-rpptr(1:$-1))
maxnipar=max(ipptr(2:$)-ipptr(1:$-1))
maxnx=max(xptr(2:$)-xptr(1:$-1))
maxnz=max(zptr(2:$)-zptr(1:$-1))
maxnin=max(inpptr(2:$)-inpptr(1:$-1))
maxnout=max(outptr(2:$)-outptr(1:$-1))
maxdim=[];
for i=1:lstsize(cpr.state.outtb)
maxdim=max(size(cpr.state.outtb(i)))
end
maxtotal=max([maxnrpar;maxnipar;maxnx;maxnz;maxnin;maxnout;maxdim]);
//------------------ The real code generation is here ------------------------------------
//************************************************************************
//generate the call to the blocks and blocs simulation function prototypes
//************************************************************************
wfunclist = list();
nbcap = 0;
nbact = 0;
capt = [];
actt = [];
Protostalone = [];
Protos = [];
dfuns = [] ;
//** scan the data structure and call the generating functions
//** Substitute previous code!!!!
for i=1:length(funs)
ki= find(funs(i) == dfuns) ; //**
dfuns = [dfuns; funs(i)] ;
if ki==[] then
Protostalone=[Protostalone;'';BlockProto(i)];
end
end
//***********************************
// Scilab and C files generation
//***********************************
cmdseq = mgetl(TARGETDIR+'/' + cmdfil);
n_cmd = size(cmdseq,1);
for i=1:n_cmd
if (cmdseq(i)~="") then
disp("Executing " + """" +cmdseq(i)+ """" + '...');
end;
execstr(cmdseq(i));
end
disp("----> Target generation terminated!");
endfunction
|
e082081fb8264c24b33ad366f74ad00c10bd74c1 | 9b4666eff03ccecf238f420f9b796208b0a70b01 | /Math IN/Cin/TP04/decoopman_TP04.sce | 9b8094a38a9f56c0d0c9a5690d3a5b3c87d9d0ff | [] | no_license | NanoClem/Math | 71a74881b2ac5b3ac323265eec82dd9d2183a185 | 8a20ce2c724dc9a7053ea12d73d162a037e33b70 | refs/heads/master | 2021-09-20T16:55:09.153747 | 2018-08-12T16:08:22 | 2018-08-12T16:08:22 | 114,249,616 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,936 | sce | decoopman_TP04.sce | //DECOOPMAN Clément
//EXERCICE 1
//1
img0 = imread('D:\Git\Math\Math IN\Cin\TP04\lena.pgm');
function viewSobel(S, n)
plot3d(1:n, 1:n, S);
endfunction
//2
function res = grad(img)
img = double(img);
Sx = fspecial('sobel');
Sy = Sx';
Ix = imfilter(img, Sx);
Iy = imfilter(img, Sy);
X = sqrt(Ix .^2 + Iy .^2);
res = uint8(255*mat2gray(X));
endfunction
//3
function res = seuillage(X)
X = uint8(X);
X(X<127) = 0;
res = uint8(255*mat2gray(X));
endfunction
//EXERCICE 2
//1
img1 = imread('D:\Git\Math\Math IN\Cin\TP04\coins.pgm');
X1 = img1;
//2
//Afficher l'histogramme d'une image
function res = imgHist(img)
[counts, cells] = imhist( uint8(img) );
plot(cells, counts);
res = %t;
endfunction
// On observe des pics aux valeurs 70 et 180
// Le pic 70 correspond aux pièces et 180 au fond
//3
// D'après l'Histogramme, Tmin = 80 et Tmax = 230
//4
function res = bin1(X, Tmin, Tmax)
Xbin = uint8(X);
Xbin(Tmin<Xbin) = 255;
Xbin(Xbin<Tmin) = 0;
res = Xbin;
endfunction
//5
// Tmin = 80 et Tmax = 230 sont de bonnes valeurs
//6
//Filtre médian
function res = AverageFilter(img, filtSize)
img = double(img);
F = fspecial('average', filtSize);
res = uint8(imfilter(img, F));
endfunction
//EXERCICE 3
//1
Y = img1 //L'image des pièces
//2
Y1 = grad(Y);
//3
//imgHist(Y1); // d'après l'histogramme du gradient de Y1, le seuil est à environ 50
//4
function Ybin = bin2(Y, T)
Y = uint8(Y);
Y(Y>T) = 255;
Y(Y<T) = 0;
Ybin = Y;
endfunction
//EXERCICE 4
//1
Z = img1 = imread('D:\Git\Math\Math IN\Cin\TP04\coins.pgm');
//2
Z1 = bin1(Z, 80, 230);
//3
Zbin = bin2(double(Z1), 100);
//4
imshow([Z1 Zbin]);
|
e7352549821f65a2dd0bdc52d17b3023c550736f | 278bb27996122a152557d4e1c113d493c4e4d9c7 | /Scilab-Skript/Skript Group 11.sce | 43ad5575e1ca2c665de247825b0f8163c8f12654 | [] | no_license | kooldavi/ec_lab1 | 07e171b7765c035fcc0ab4c7be506e37e9573a33 | 8421ea9bdfe6730c31b3145b01645ef5a418440b | refs/heads/master | 2020-07-23T21:34:15.921565 | 2016-11-18T10:28:02 | 2016-11-18T10:28:02 | 73,799,656 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,147 | sce | Skript Group 11.sce | //This script only works from a maximum range of -300 to +300 for beta
//If you want it to work for every range, you have to add a counter, which
//counts how often the motor rotated completely, to modify the if..then..else
//parts...
//Constant
d = 105e-3;
h = 19e-3;
a2 = 118.72e-3;
a1 = 18e-3;
b2 = 36.22e-3;
hk = 17e-3;
lk = 117.5e-3;
//set range of beta
//range starts at -beta_range and ends at beta_range
beta_range = 300;
beta = -beta_range*%pi/180:%pi/100:beta_range*%pi/180;
//calculate constant angles and values
b1 = sqrt(d^2+h^2);
gamma = atan(h/d);
delta = atan(hk/lk);
//(ceil uses upper gauß bracket)
//initialize alpha matrix with zeros
alpha = [zeros(1,ceil(2*(beta_range*%pi/180)/(%pi/100)))];
//loop to calculate alpha
for i = 1:ceil(2*(beta_range*%pi/180)/(%pi/100))
if(beta(1,i)<(-gamma))
if(beta(1,i) < (-gamma-%pi))
gamma1 = %pi-gamma-beta;
c1 = sqrt(a1^2+b1^2-2*a1*b1*cos(gamma1));
alpha1 = acos((c1(1,i)^2+b1^2-a1^2) / (2*c1(1,i)*b1));
else
gamma1 = %pi+gamma+beta;
c1 = sqrt(a1^2+b1^2-2*a1*b1*cos(gamma1));
alpha1 = -acos((c1(1,i)^2+b1^2-a1^2)/(2*c1(1,i)*b1));
end
else
if(beta(1,i) < (-gamma+%pi))
gamma1 = %pi-gamma-beta;
c1 = sqrt(a1^2+b1^2-2*a1*b1*cos(gamma1));
alpha1 = acos((c1(1,i)^2+b1^2-a1^2)/(2*c1(1,i)*b1));
else
gamma1 = %pi+gamma+beta;
c1 = sqrt(a1^2+b1^2-2*a1*b1*cos(gamma1));
alpha1 = -acos((c1(1,i)^2+b1^2-a1^2)/(2*c1(1,i)*b1));
end
end
beta2 = acos((a2^2+c1(1,i)^2-b2^2)/(2*a2*c1(1,i)));
alpha(1,i) = alpha1+beta2-delta-gamma;
end
//calculate beta and alpha in degrees for the plot
alpha = alpha*180/%pi;
beta = beta*180/%pi;
//plot the result
plot(beta, alpha, "thickness", 3);
plot(beta,a1/a2*beta,"r:", "thickness", 3);
//label the plot and show grid
xlabel("$Angle\ \beta$", "fontsize", 4);
ylabel("$Angle\ \alpha$", "fontsize", 4);
legend("$\alpha=f(\beta)$", "$\alpha = (a_1/a_2)\beta$")
title("$Ball\ on\ inclined\ plane\ \alpha=f(\beta)$", "fontsize", 5);
xgrid();
|
481781f0743c9d96babd4d2980a503b01179e48e | 449d555969bfd7befe906877abab098c6e63a0e8 | /650/CH1/EX1.7/7.sce | 1cc315aa1b7390dc7bb57d779275bab64e0f0f25 | [] | 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 | 327 | sce | 7.sce | clc
p_atm=101.3*10^3; // N/m^2
rho=1000; // kg/m^3
g=9.81; // m/s^2
H1=3; //m
a=0.073; // N/m
r1=5*10^(-4); //m
p1=p_atm+rho*g*H1+2*a/r1;
// p2=p_atm+rho*g*H2+2*a/r2;
// p1*4/3*%pi*r1^3=p2*4/3*%pi*r2^3
// Solving above two equations we get
r2=0.053; //mm
disp("Radius of the bubble =")
disp(r2)
disp("mm") |
2e44feb48fa91a20f8558748f778038714392358 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH8/EX8.6/Ex8_6.sce | ba5b1a176bdbd6fd7b0a4806c1e348fb72833497 | [] | 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 | 274 | sce | Ex8_6.sce | clear
//
//
//
//Variable declaration
n=2.05*10^22; //charge carrier density
e=1.602*10^-19; //charge of electron
//Calculation
RH=1/(n*e); //hall coefficient(m^3/C)
//Result
printf("\n hall coefficient is %0.3f *10^-4 m^3/C",RH*10^4)
|
9ba33503af3589b0241c53d6f38cc6d16b7f7fe5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3822/CH9/EX9.3/Ex9_3.sce | 1f1fd7521baa6138728605b56459be0ca6f36e68 | [] | 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 | 802 | sce | Ex9_3.sce |
//OptoElectronics and Fibre Optics Communication, by C.K Sarkar and B.C Sarkar
//Example 9.3
//OS=Windows 10
////Scilab version Scilab 6.0.0-beta-2(64 bit)
clc;
clear;
//given
L=1.2//link length in Km
Gama_o=12.7;//optical output pulse of 3dB width in nanoseconds
Gama_i=0.4;//optical input pulse of 3dB width in nanosseconds
q=(Gama_o)^2;
w=(Gama_i)^2;
e=q-w;
u=sqrt(e);
v=1.2;
Gama_3dB=u/v;//3dB pulse dispersion for the fibre in ns/Km
mprintf("\n The 3dB pulse dispersion for the fibre is=%.2f ns/Km",Gama_3dB);
Bopt=0.44/(Gama_3dB*1e-9);//fibre bandwidth length productmultiplication by 1e-9 as gama is in nsKm
mprintf("\n The fibre bandwidth length product is=%.2f MHzKm",Bopt/1e6); //multiplication by 1e6 to convert unit from Hz to MHz
//the answer vary due to rounding
|
e979969e3cf5fab86e8c4b82a3f89b3bbc3c9c81 | 676ffceabdfe022b6381807def2ea401302430ac | /library/Demos/StdRegions/Tests/StdInterp_Tri_Orth_P7_Q8.tst | 34a2f4f9e1c00a7f9cc51221169d72791057fb6d | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 534 | tst | StdInterp_Tri_Orth_P7_Q8.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>StdInterp Triangle Orthonormal basis P=7n Q=8</description>
<executable>StdInterp</executable>
<parameters>-s triangle -b Ortho_A Ortho_B -o 7 7 -p 8 8 -P GaussGaussLegendre GaussGaussLegendre</parameters>
<metrics>
<metric type="L2" id="1">
<value tolerance="1e-12">2.81216e-16</value>
</metric>
<metric type="Linf" id="2">
<value tolerance="1e-12">1.33227e-15</value>
</metric>
</metrics>
</test>
|
67c3f73ebf0cc7030d674726bb07bff1b7f47447 | 5bee7340e93b8ea9d588b54e56850d3416c9b860 | /ce2004 lab5/code/frequenceBased.sci | 2f56d5bef640eb6427cbc7813c1e72ef686b4fd9 | [] | no_license | StevenShi-23/Lab-Report | f2217f466eeff34125127bca48a3a8e8aedc882a | 9510b7cc3b6318d1afaf3bdfc3e118fa2225f064 | refs/heads/master | 2020-07-05T18:46:29.864783 | 2014-04-14T05:35:31 | 2014-04-14T05:35:31 | 73,985,787 | 1 | 0 | null | 2016-11-17T03:17:13 | 2016-11-17T03:17:13 | null | UTF-8 | Scilab | false | false | 687 | sci | frequenceBased.sci |
function y = step(t)
y = round((sign(t) + 1) / 2)
endfunction
function y = Pi(t)
y = step(t + 0.5) - step(t - 0.5)
endfunction
t = 0:0.000001:0.001;
R = 10;
L = 0.001;
C = 1e-6;
s = poly(0, "s");
function x = Vina(t)
x = sin(20000*%pi*t) .* round((sign(t) + 1) / 2);
endfunction
function x = Vinb(t)
x = sin(40000*%pi*t) .* round((sign(t) + 1) / 2);
endfunction
lin_sys = syslin('c', 1 / (1+L*s/R+L*C*s^2));
y = csim(Vina, t, lin_sys);
scf(1)
clf(1)
plot(t, Vina, t, y(1, 1:length(t)'));
y = csim(Vinb, t, lin_sys);
scf(7)
clf(7)
plot(t, Vinb, t, y(1, 1:length(t)'));
scf(0)
clf(0)
plot(t, csim(Vina, t, lin_sys), t, csim(Vinb, t, lin_sys));
bode(lin_sys, 1, 50000); |
99f6eab915a2db1e10e9851357fc02e299ca883b | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH29/EX29.3/Example29_3.sce | 4d6f31d4dba82242a132efe25ea214bbf1b23002 | [] | 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 | 326 | sce | Example29_3.sce | //Given that
B = 80*10^-3 //in T
V = 1000.0 //in V
q = 1.6022*10^-19 //in C
x = 1.6254 //in m
conv = 1.6605*10^-27 //in kg/u
//Sample Problem 29-3
printf("**Sample Problem 29-3**\n")
m = poly(0, 'm')
r = x/2
//r = m*v/(q*B)
//v = q*B*r/m
m = 0.5*(q*r*B)^2/V/q
printf("The mass of the particle is %ekg", m) |
3657afbefc0ed103c23ffc391ea4c664f864a55c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1652/CH14/EX14.5/14_5.sce | 04fd4a7d79656d04c164fec91e23aa4bb59ab3ad | [] | 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 | 235 | sce | 14_5.sce | clc
//Initialization of variables
disp("from table 14.1,")
r1=7.47*10^-5 //m
r2=4.57*10^-3 //m
mp=1.008*10^-14 //m^2
//calculations
r3=r2/r1
mH2=r3*mp
mH=sqrt(mH2)
//results
printf("Concentraton of Hplus ions = %.2e M",mH)
|
1e0f9d6a33c26638f3329501a70bf9d92df2a413 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Ashe vs Widow Gauntlet.sce | 82e4a486ea6a11e1f92ea3f0aaf49db409a3d7f5 | [] | 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 | 85,720 | sce | Ashe vs Widow Gauntlet.sce | Name=Ashe vs Widow Gauntlet
PlayerCharacters=AshePlayer
BotCharacters=Windowbot Gauntlet.rot;Bronze Windowbot.bot;Silver Windowbot.bot;Gold Windowbot.bot;Platinum Windowbot.bot;Diamond Windowbot.bot;Master Windowbot.bot;Grandmaster Windowbot.bot;Top 500 Windowbot.bot;Contenders Windowbot.bot;Professional Windowbot.bot
IsChallenge=true
Timelimit=500.0
PlayerProfile=AshePlayer
AddedBots=Windowbot Gauntlet.rot
PlayerMaxLives=1
BotMaxLives=11
PlayerTeam=1
BotTeams=2
MapName=longrangecover.map
MapScale=1.25
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=0.0
ScorePerDamage=0.0
ScorePerKill=100.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.01
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Overwatch
WeaponHeroTag=Ashe, Viper
DifficultyTag=5
AuthorsTag=Felicity, KovaaK, Watsyurdeal
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Fight a gauntlet of 11 windowbots in increasing difficulty; you have only one life, leave no bot standing.
GameVersion=2.0.1.2
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=Low Skill
MinReactionTime=0.45
MaxReactionTime=0.75
MinSelfMovementCorrectionTime=0.05
MaxSelfMovementCorrectionTime=0.1
FlickFOV=69.0
FlickSpeed=3.0
FlickError=40.0
TrackSpeed=3.0
TrackError=7.0
MaxTurnAngleFromPadCenter=180.0
MinRecenterTime=0.2
MaxRecenterTime=0.7
OptimalAimFOV=20.0
OuterAimPenalty=2.0
MaxError=60.0
ShootFOV=20.0
VerticalAimOffset=-5.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.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=Medium Skill
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=30.0
TrackSpeed=3.5
TrackError=5.5
MaxTurnAngleFromPadCenter=60.0
MinRecenterTime=0.3
MaxRecenterTime=0.7
OptimalAimFOV=25.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=High Skill
MinReactionTime=0.15
MaxReactionTime=0.35
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=15.0
FlickSpeed=1.5
FlickError=5.0
TrackSpeed=5.0
TrackError=2.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=45.0
OuterAimPenalty=1.0
MaxError=35.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=Aimbot
MinReactionTime=0.11
MaxReactionTime=0.22
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=75.0
FlickSpeed=9.0
FlickError=0.0
TrackSpeed=7.5
TrackError=0.0
MaxTurnAngleFromPadCenter=90.0
MinRecenterTime=0.0
MaxRecenterTime=0.0
OptimalAimFOV=70.0
OuterAimPenalty=0.0
MaxError=0.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=Saya
MinReactionTime=0.02
MaxReactionTime=0.03
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=90.0
FlickSpeed=1.0
FlickError=0.0
TrackSpeed=10.0
TrackError=0.0
MaxTurnAngleFromPadCenter=90.0
MinRecenterTime=0.0
MaxRecenterTime=0.0
OptimalAimFOV=90.0
OuterAimPenalty=0.0
MaxError=0.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
[Bot Profile]
Name=Bronze Windowbot
DodgeProfileNames=Long Strafes Jumping;Long Strafes Close
DodgeProfileWeights=1.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=Low Skill;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Bronze Windowbot
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=Silver Windowbot
DodgeProfileNames=Short Strafes;Short Strafes Jumping
DodgeProfileWeights=1.0;1.0
DodgeProfileMaxChangeTime=6.0
DodgeProfileMinChangeTime=2.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Low Skill;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Silver Windowbot
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=Gold Windowbot
DodgeProfileNames=Long Strafes Crouch Spam;Short Strafes Crouch Spam
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=Low Skill;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Gold Windowbot
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=Platinum Windowbot
DodgeProfileNames=Long Strafes Crouch Spam;Long Strafes Jumping;Short Strafes Crouch Spam
DodgeProfileWeights=2.0;1.0;0.4
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Plat Windowbot
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=Diamond Windowbot
DodgeProfileNames=Short Strafes Jumping;Short Strafes Crouch Spam;Long Strafes Crouch Spam
DodgeProfileWeights=2.0;1.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=Medium Skill;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Diamond Windowbot
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=Master Windowbot
DodgeProfileNames=Short Strafes Crouch Spam;Very Short Strafes + Jump
DodgeProfileWeights=1.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=High Skill;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Master Windowbot
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=Grandmaster Windowbot
DodgeProfileNames=Long Strafes Crouch Spam;Short Strafes Crouch Spam;ADAD;Very Short Strafes + Jump
DodgeProfileWeights=1.0;1.0;1.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=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=GM Windowbot
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=Top 500 Windowbot
DodgeProfileNames=Long Strafes Crouch Spam;Short Strafes Crouch Spam;cs peek;Short Strafes
DodgeProfileWeights=1.0;1.0;1.0;0.5
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=T500 Windowbot
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=Contenders Windowbot
DodgeProfileNames=Long Strafes Crouch Spam;Short Strafes Crouch Spam;Very Short Strafes + Jump;CsMimic1
DodgeProfileWeights=1.0;1.0;1.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=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Contenders Windowbot
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=Professional Windowbot
DodgeProfileNames=Long Strafes Crouch Spam;Short Strafes Crouch Spam;Very Short Strafes + Jump;ADAD;CsOppose1;Short Strafes Jumping
DodgeProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=0.5
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimbot;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Professional Windowbot
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=Saya
DodgeProfileNames=Short Strafes Crouch Spam;Very Short Strafes + Jump;cs peek
DodgeProfileWeights=1.0;1.0;1.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=Saya;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=1.0
UseWeapons=true
CharacterProfile=Saya
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=Windowbot Gauntlet
ProfileNames=Bronze Windowbot;Silver Windowbot;Gold Windowbot;Platinum Windowbot;Diamond Windowbot;Master Windowbot;Grandmaster Windowbot;Top 500 Windowbot;Contenders Windowbot;Professional Windowbot;Saya
ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
Randomized=false
[Character Profile]
Name=AshePlayer
MaxHealth=200.0
WeaponProfileNames=Viper Hipfire;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=270.0
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.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=20.799999
MainBBHasHead=true
MainBBHeadRadius=19.799999
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=20.799999
ProjBBHasHead=true
ProjBBHeadRadius=19.799999
ProjBBHeadOffset=0.0
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=;;;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=Bronze Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Silver Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Gold Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Plat Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Diamond Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Master Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=GM Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=T500 Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Contenders Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Professional Windowbot
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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=Saya
MaxHealth=200.0
WeaponProfileNames=Bot Sniper;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=488.888885
Gravity=1.877778
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.729 Y=0.537 Z=0.839
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.729 Y=0.537 Z=0.839
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=122.0
MainBBRadius=24.0
MainBBHasHead=true
MainBBHeadRadius=21.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=122.0
ProjBBRadius=24.0
ProjBBHasHead=true
ProjBBHeadRadius=21.0
ProjBBHeadOffset=0.0
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=Walk.abilsprint;;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=Meso
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 Jumping
MaxTargetDistance=1245.901611
MinTargetDistance=373.770477
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.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.6
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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=Long Strafes Close
MaxTargetDistance=500.0
MinTargetDistance=100.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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=Short Strafes
MaxTargetDistance=2500.0
MinTargetDistance=750.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=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.2
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=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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=Short Strafes Jumping
MaxTargetDistance=1245.901611
MinTargetDistance=373.770477
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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=Long Strafes Crouch Spam
MaxTargetDistance=1245.901611
MinTargetDistance=373.770477
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=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.15
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.12
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.08
MaxCrouchTime=0.1
MinJumpTime=0.6
MaxJumpTime=0.6
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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=Short Strafes Crouch Spam
MaxTargetDistance=1245.901611
MinTargetDistance=373.770477
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=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.15
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.12
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.075
MaxCrouchTime=0.1
MinJumpTime=0.6
MaxJumpTime=0.6
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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=Very Short Strafes + Jump
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.1
MaxLRTimeChange=0.3
MinFBTimeChange=0.1
MaxFBTimeChange=0.3
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.3
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=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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=ADAD
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.16
MaxLRTimeChange=0.16
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.16
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.1
MinJumpTime=0.0
MaxJumpTime=0.0
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
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=cs peek
MaxTargetDistance=10000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.125
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.01
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.25
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=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=1.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.0
BlockedMovementReactionMax=0.125
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=CsMimic1
MaxTargetDistance=2500.0
MinTargetDistance=500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.25
MaxLRTimeChange=0.75
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
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.02
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.35
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.25
StrafeSwapMaxPause=0.75
BlockedMovementPercent=0.5
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=CsOppose1
MaxTargetDistance=2500.0
MinTargetDistance=500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.25
MaxLRTimeChange=1.0
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
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.02
TargetStrafeOverride=Oppose
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.35
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.25
StrafeSwapMaxPause=0.75
BlockedMovementPercent=0.5
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=Viper Hipfire
Type=Hitscan
ShotsPerClick=1
DamagePerShot=40.0
KnockbackFactor=0.1
TimeBetweenShots=0.25
Pierces=false
Category=SemiAuto
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=0
AmmoPerShot=1
ReloadTimeFromEmpty=1.0
ReloadTimeFromPartial=0.8
DamageFalloffStartDistance=2000.0
DamageFalloffStopDistance=4000.0
DamageAtMaxRange=20.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=true
ADSZoomDelay=0.15
ADSZoomSensFactor=0.5146
ADSMoveFactor=0.8
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=true
ShootingBlocksADS=false
KnockbackFactorAir=0.1
RecoilNegatable=true
DecalType=1
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=Viper Scoped
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=true
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=65.809998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Asp
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=Hunting Rifle
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Blood
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=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=true
SpreadSSA=2.0,3.0,0.75,1.85
SpreadSCA=2.0,3.0,0.75,1.85
SpreadMSA=2.0,3.0,0.75,1.85
SpreadMCA=2.0,3.0,0.75,1.85
SpreadSSH=2.0,3.0,0.75,1.85
SpreadSCH=2.0,3.0,0.75,1.85
SpreadMSH=2.0,3.0,0.75,1.85
SpreadMCH=2.0,3.0,0.75,1.85
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.01
TimeToRecoilReset=0.45
AAMode=2
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=1.5
AADeadZone=0.0
AAFOV=75.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=true
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.01
TriggerBotFOV=0.1
StickyLock=false
HeadLock=true
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=true
PSRLoopStartIndex=0
PSRViewRecoilTracking=1.0
PSRCapUp=4.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=10.0
PSR0=1.75,0.25
PSR1=1.75,-0.25
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Bot Sniper
Type=Hitscan
ShotsPerClick=1
DamagePerShot=120.0
KnockbackFactor=0.1
TimeBetweenShots=0.75
Pierces=false
Category=Charge
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=0.25
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.5
MagazineMax=0
AmmoPerShot=3
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=80.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.5
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=-20.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=200.0
PassiveCharging=true
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=false
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.1
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,45.0,0.0,10.0
SpreadSCA=1.0,45.0,0.0,10.0
SpreadMSA=1.0,1.0,10.0,10.0
SpreadMCA=1.0,1.0,10.0,10.0
SpreadSSH=1.0,45.0,0.0,10.0
SpreadSCH=1.0,45.0,0.0,10.0
SpreadMSH=1.0,1.0,10.0,10.0
SpreadMCH=1.0,1.0,10.0,10.0
MaxRecoilUp=5.0
MinRecoilUp=5.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.2
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=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=Viper Scoped
Type=Hitscan
ShotsPerClick=1
DamagePerShot=85.0
KnockbackFactor=0.1
TimeBetweenShots=0.714286
Pierces=false
Category=SemiAuto
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=0
AmmoPerShot=1
ReloadTimeFromEmpty=1.0
ReloadTimeFromPartial=0.8
DamageFalloffStartDistance=3000.0
DamageFalloffStopDistance=6000.0
DamageAtMaxRange=42.5
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=0.379403
ADSMoveFactor=0.35
ADSStartDelay=0.333333
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=true
ShootingBlocksADS=false
KnockbackFactorAir=0.1
RecoilNegatable=true
DecalType=1
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=Spider Rifle
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=65.809998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Asp
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=Hunting Rifle
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Blood
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=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=true
SpreadSSA=2.0,3.0,0.0,0.0
SpreadSCA=2.0,3.0,0.0,0.0
SpreadMSA=2.0,3.0,0.0,0.0
SpreadMCA=2.0,3.0,0.0,0.0
SpreadSSH=2.0,3.0,0.0,0.0
SpreadSCH=2.0,3.0,0.0,0.0
SpreadMSH=2.0,3.0,0.0,0.0
SpreadMCH=2.0,3.0,0.0,0.0
MaxRecoilUp=1.0
MinRecoilUp=1.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.45
AAMode=2
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=1.5
AADeadZone=0.0
AAFOV=75.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=true
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=1.0
PSRCapUp=4.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=10.0
PSR0=1.75,0.25
PSR1=1.75,-0.25
UsePerBulletSpread=false
PBS0=0.0,0.0
[Melee Ability Profile]
Name=Melee
MaxCharges=1.0
ChargeTimer=0.25
ChargesRefundedOnKill=0.0
DelayAfterUse=1.0
FullyAuto=false
AbilityDuration=0.15
HurtboxRadius=100.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=600.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Sprint Ability Profile]
Name=Walk
MaxCharges=1.0
ChargeTimer=1.25
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
AbilityDuration=0.5
BlockAttackWhileSprinting=false
AbilityBlockedWhenAttacking=false
SpeedModifier=0.35
45DegreeSprint=true
90DegreeSprint=true
135DegreeSprint=true
180DegreeSprint=true
TapToSprint=true
Block45DegreesWhenSprinting=false
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.25
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=200000.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]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-576.000000 0.000000 256.000000
448.000000 0.000000 256.000000
448.000000 0.000000 -768.000000
-576.000000 0.000000 -768.000000
-576.000000 -16.000000 256.000000
448.000000 -16.000000 256.000000
448.000000 -16.000000 -768.000000
-576.000000 -16.000000 -768.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 1280.000000
448.000000 0.000000 1280.000000
448.000000 0.000000 256.000000
-576.000000 0.000000 256.000000
-576.000000 -16.000000 1280.000000
448.000000 -16.000000 1280.000000
448.000000 -16.000000 256.000000
-576.000000 -16.000000 256.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 -768.000000
448.000000 0.000000 -768.000000
448.000000 0.000000 -1792.000000
-576.000000 0.000000 -1792.000000
-576.000000 -16.000000 -768.000000
448.000000 -16.000000 -768.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 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
448.000000 272.000000 -1808.000000
-576.000000 272.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
-576.000000 272.000000 1296.000000
448.000000 272.000000 1296.000000
448.000000 272.000000 1280.000000
-576.000000 272.000000 1280.000000
-576.000000 0.000000 1296.000000
448.000000 0.000000 1296.000000
448.000000 0.000000 1280.000000
-576.000000 0.000000 1280.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 272.000000 1280.000000
464.000000 272.000000 1280.000000
464.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
448.000000 0.000000 1280.000000
464.000000 0.000000 1280.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
-592.000000 272.000000 1280.000000
-576.000000 272.000000 1280.000000
-576.000000 272.000000 -1792.000000
-592.000000 272.000000 -1792.000000
-592.000000 0.000000 1280.000000
-576.000000 0.000000 1280.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
brush
vertices
-576.000000 704.000000 1296.000000
448.000000 704.000000 1296.000000
448.000000 704.000000 1280.000000
-576.000000 704.000000 1280.000000
-576.000000 272.000000 1296.000000
448.000000 272.000000 1296.000000
448.000000 272.000000 1280.000000
-576.000000 272.000000 1280.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 704.000000 -1792.000000
448.000000 704.000000 -1792.000000
448.000000 704.000000 -1808.000000
-576.000000 704.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
-592.000000 704.000000 1280.000000
-576.000000 704.000000 1280.000000
-576.000000 704.000000 -1792.000000
-592.000000 704.000000 -1792.000000
-592.000000 272.000000 1280.000000
-576.000000 272.000000 1280.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
448.000000 704.000000 1280.000000
464.000000 704.000000 1280.000000
464.000000 704.000000 -1792.000000
448.000000 704.000000 -1792.000000
448.000000 272.000000 1280.000000
464.000000 272.000000 1280.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
-576.000000 720.000000 1280.000000
448.000000 720.000000 1280.000000
448.000000 720.000000 -1792.000000
-576.000000 720.000000 -1792.000000
-576.000000 704.000000 1280.000000
448.000000 704.000000 1280.000000
448.000000 704.000000 -1792.000000
-576.000000 704.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 32.000000 528.000000
448.000000 32.000000 528.000000
448.000000 32.000000 512.000000
-576.000000 32.000000 512.000000
-576.000000 0.000000 528.000000
448.000000 0.000000 528.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 704.000000 528.000000
448.000000 704.000000 528.000000
448.000000 704.000000 512.000000
-576.000000 704.000000 512.000000
-576.000000 32.000000 528.000000
448.000000 32.000000 528.000000
448.000000 32.000000 512.000000
-576.000000 32.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 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 704.000000 -1024.000000
448.000000 704.000000 -1024.000000
448.000000 704.000000 -1040.000000
-576.000000 704.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
-488.000000 272.000000 1152.000000
-408.000000 272.000000 1152.000000
-408.000000 272.000000 1120.000000
-488.000000 272.000000 1120.000000
-488.000000 0.000000 1152.000000
-408.000000 0.000000 1152.000000
-408.000000 0.000000 1120.000000
-488.000000 0.000000 1120.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
-232.000000 272.000000 1152.000000
-152.000000 272.000000 1152.000000
-152.000000 272.000000 1120.000000
-232.000000 272.000000 1120.000000
-232.000000 0.000000 1152.000000
-152.000000 0.000000 1152.000000
-152.000000 0.000000 1120.000000
-232.000000 0.000000 1120.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
24.000000 272.000000 1152.000000
104.000000 272.000000 1152.000000
104.000000 272.000000 1120.000000
24.000000 272.000000 1120.000000
24.000000 0.000000 1152.000000
104.000000 0.000000 1152.000000
104.000000 0.000000 1120.000000
24.000000 0.000000 1120.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
280.000000 272.000000 1152.000000
360.000000 272.000000 1152.000000
360.000000 272.000000 1120.000000
280.000000 272.000000 1120.000000
280.000000 0.000000 1152.000000
360.000000 0.000000 1152.000000
360.000000 0.000000 1120.000000
280.000000 0.000000 1120.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
280.000000 272.000000 -1632.000000
360.000000 272.000000 -1632.000000
360.000000 272.000000 -1664.000000
280.000000 272.000000 -1664.000000
280.000000 0.000000 -1632.000000
360.000000 0.000000 -1632.000000
360.000000 0.000000 -1664.000000
280.000000 0.000000 -1664.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
24.000000 272.000000 -1632.000000
104.000000 272.000000 -1632.000000
104.000000 272.000000 -1664.000000
24.000000 272.000000 -1664.000000
24.000000 0.000000 -1632.000000
104.000000 0.000000 -1632.000000
104.000000 0.000000 -1664.000000
24.000000 0.000000 -1664.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
-232.000000 272.000000 -1632.000000
-152.000000 272.000000 -1632.000000
-152.000000 272.000000 -1664.000000
-232.000000 272.000000 -1664.000000
-232.000000 0.000000 -1632.000000
-152.000000 0.000000 -1632.000000
-152.000000 0.000000 -1664.000000
-232.000000 0.000000 -1664.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
-488.000000 272.000000 -1632.000000
-408.000000 272.000000 -1632.000000
-408.000000 272.000000 -1664.000000
-488.000000 272.000000 -1664.000000
-488.000000 0.000000 -1632.000000
-408.000000 0.000000 -1632.000000
-408.000000 0.000000 -1664.000000
-488.000000 0.000000 -1664.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 CameraPath
UInt32 entityIdAttachedTo 20
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 -192.000000 0.000000 1200.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 1200.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 1200.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 1200.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 -1712.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 0.000000 -1712.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 -1712.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 -1712.000000
Bool8 teamA 0
|
bdcc97107014bb2dfa6148f5ec545645df43f447 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH17/EX17.11/Example17_11.sce | e563ac66979ce1099defc3bdb03ed571e03bc9e0 | [] | 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 | 905 | sce | Example17_11.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 10: POWER SYSTEM STABILITY
// EXAMPLE : 10.11 :
// Page number 303
clear ; clc ; close ; // Clear the work space and console
// Given data
f = 50.0 // Frequency(Hz)
G = 100.0 // Rating of generator(MVA)
H = 5.0 // Inertia constant(MJ/MVA)
P_a = 20.0 // Acceleration power(MVA)
// Calculations
GH = G*H // Energy stored in rotor at synchronous speed(MJ)
M = GH/(180*f) // Angular momentum
acceleration = P_a/M // Acceleration(°/sec^2)
// Results
disp("PART II - EXAMPLE : 10.11 : SOLUTION :-")
printf("\nKinetic energy stored in the rotor at synchronous speed, GH = %.f MJ", GH)
printf("\nAcceleration = %.f°/sec^2", acceleration)
|
af0f378f01aea1030304919123c1f3a352cc0d08 | e8bcf3f9ffdfb367940fb9ed498b1c598ce92e65 | /plot2d3.sce | 9e38cd19a9fd36708a5ae8079dccdb16a163acb2 | [] | no_license | yoddha24/Intro-to-Scilab | 1fe25aee3ebd319bc2c9e2cf7c25d7050b09890e | 4c458c1bea6880839ebae07adfd39dea0eac4e2c | refs/heads/master | 2021-01-20T18:24:05.191473 | 2016-08-08T13:45:16 | 2016-08-08T13:45:16 | 65,207,356 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | plot2d3.sce | // Program to plot using plot2d3 function
x = linspace(-%pi,%pi,20)
plot2d3(x,sin(x))
xtitle('Graph for plotting sin(x) using plot2d3')
xlabel('angle')
ylabel('sin(x)')
|
d5af0ee68726c3d86c22df9b8343ac49c53f7485 | dc1af20bca10db33d1adcbf61d5fe874eb6eab07 | /qa_demo_vcast_pipeline/qa_demo/environment/INT_MAN_DAT/INT_MAN_DAT.tst | 9689540839fe43356ef82ec9a555474089c8cb1e | [] | no_license | TimSVector/PointOfSales_v2 | 2d1130516cfc5d77f2e5d0f60adcde96374f6fc2 | ef630f05850715568725cf94cc0e497146a049d4 | refs/heads/master | 2023-08-04T10:51:50.031346 | 2023-08-03T20:50:28 | 2023-08-03T20:50:28 | 133,404,783 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,209 | tst | INT_MAN_DAT.tst | -- VectorCAST 21 (04/16/21)
-- Test Case Script
--
-- Environment : INT_MAN_DAT
-- Unit(s) Under Test: database manager
--
-- Script Features
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT
TEST.SCRIPT_FEATURE:REMOVED_CL_PREFIX
TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES
TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS
TEST.SCRIPT_FEATURE:VCAST_MAIN_NOT_RENAMED
--
-- Unit: manager
-- Subprogram: Place_Order
-- Test Case: Place_Order.001
TEST.UNIT:manager
TEST.SUBPROGRAM:Place_Order
TEST.NEW
TEST.NAME:Place_Order.001
TEST.VALUE:manager.Place_Order.Table:1
TEST.VALUE:manager.Place_Order.Seat:1
TEST.VALUE:manager.Place_Order.Order.Entree:LOBSTER
TEST.EXPECTED:manager.Place_Order.return:0
TEST.END
-- Test Case: Place_Order.002
TEST.UNIT:manager
TEST.SUBPROGRAM:Place_Order
TEST.NEW
TEST.NAME:Place_Order.002
TEST.END
-- Test Case: Place_Order.003
TEST.UNIT:manager
TEST.SUBPROGRAM:Place_Order
TEST.NEW
TEST.NAME:Place_Order.003
TEST.REQUIREMENT_KEY:Diner/VEC-516
TEST.REQUIREMENT_KEY:Diner/VEC-517
TEST.REQUIREMENT_KEY:Diner/VEC-520
TEST.REQUIREMENT_KEY:Diner/VEC-515
TEST.EXPECTED:manager.Place_Order.return:0
TEST.END
|
42f83f659775e9225f10f88a9eeca7dac307f44d | d52e58288378fc3660cabab9e5331077362c0db8 | /Quseful1/gen_prog_call_trace.tst | b17c2c2e4a4c03e2caf9c6834e628107f6c9242f | [] | no_license | jayvdb/PLSQL-demo-scripts | a2e016a07a33e614c073ad99e090bce54a8105f3 | ba549f2d301a2b59f7c09f80b938309f2a73d1f4 | refs/heads/master | 2020-12-07T15:18:03.630126 | 2015-09-29T14:24:36 | 2015-09-29T14:24:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 485 | tst | gen_prog_call_trace.tst | BEGIN
/* Compile betwnstr.sf files. */
gen_trace_call ('BETWNSTR');
/* Compile dyn_placeholder.pks/pkb files. */
gen_trace_call ('DYN_PLACEHOLDER', 'ALL_IN_STRING');
gen_trace_call (pkg_or_prog_in => 'DYN_PLACEHOLDER'
, pkg_subprog_in => 'ALL_IN_STRING'
, tracing_enabled_func_in => 'mypkg.tracing_on ()'
, trace_func_in => 'mupkg.show_action'
);
END;
/ |
45b42c3a8735d696141704e015b1d92115833001 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH9/EX9.2/ex_9_2.sce | a27b324d1b34d956f16c74b4308cd80e8b2511ee | [] | 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 | 538 | sce | ex_9_2.sce | //Example 9.2.rheostatic losses and train speed
clc;
clear;
close;
//given data :
format('v',7)
V=600;// in volts
I=300;//in A
Ts=15;// in sec
R=0.1;// in ohm
E_bse=(V/2)-(I*R);
E_bp=V-(I*R);
Tse=(E_bse/E_bp)*Ts;
Tp=Ts-Tse;
Vd=V-(2*I*R);
Ed1=(round((Vd/2)*I*(Tse/3600))*10^-3);//
disp("part (i)")
disp(Ed1,"rheostatic in series,Ed1(kWh) = ")
Ed2=((V/2)/2)*2*I*(Tp/3600)*10^-3;
disp(Ed2,"rheostatic in parallel,Ed2(kWh) = ")
Vm=29;// in kmph
alfa=Vm/Ts;
S=alfa*Tse;
disp("part (ii)")
disp(S,"Speed at the end of series period,S(km/h) = ")
|
5705425b495846d00bd29dea37c37e6e4389636f | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/911.sci | ca3f06861a4244cfc789325b8c15f52b248ef5a4 | [] | 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 | 83 | sci | 911.sci | ndot=2400 //mol/s
Hr1= -2878 //Kj/mol
HvWater=44 //Kj/mol
HvButane=19.2 //Kj/mol |
591f765072fcc1c2b90de7ab92476b5e3b03d007 | 603703516f54d3c869ca5fa5725e464f9bb98da1 | /black_body_radiation.sce | fab11c9434fa71427df2ca4f9cbfe18b76ff4328 | [] | no_license | RobinEccleston/Scilab-Black-Body-Radiation | 2a48ce345ffa8d48ca67c975233404fc270cc01b | 7da67530998171123c7b36be5a99dc0baeab765b | refs/heads/master | 2021-01-26T02:58:24.896561 | 2020-02-26T14:27:29 | 2020-02-26T14:27:29 | 243,282,022 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 937 | sce | black_body_radiation.sce |
s = 0 //%spectral emittance
h = 6.62607004e-34 //%planks constant
k = 1.38064852e-23 //%boltzmanns constant
wl = 600e-9 //%wavelength (nm)
t = 293 //%absolute temperature (kelvin)
c = 3e8 //%speed of light (m/s)
e = exp(1)
pi=%pi
temps=300:5:400
//temps=[79 195 300 800 3000 6000]
temps=temps($:-1:1)
//temps=293
num_temps=size(temps,2)
cmap=jetcolormap(num_temps)
cmap=cmap($:-1:1,:)
wl_range=[300:10:25000]
wl_range=wl_range*1e-9
num_wls=size(wl_range,2)
f=scf(1)
clf(1)
f.color_map=cmap;
for j=1:num_temps
t=temps(j)
//disp(t)
emittance=wl_range
for i=1:num_wls
wl=wl_range(i)
s = ( (2*pi*h*c^2) / (wl^5) ) * 1 / (e^((c*h)/(wl*k*t)) -1 )
emittance(i)=s;
end
plot2d('nn', wl_range*1e9, emittance, j)
//disp(emittance)
end
xlabel('Wavelength (nm)')
ylabel('Spectral Emittance')
legend(string(temps))
|
15b4bf36d09509f00282214e51c8e5ed95d998d3 | 1db0a7f58e484c067efa384b541cecee64d190ab | /testcase.sce | 32cc3bb4a1b2bf30c2eb8f0b587f364e449c5e86 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,297 | sce | testcase.sce | //exec FOSSEE_Scilab_Octave_Interface_Toolbox/loader.sce
exec loader.sce
exec builder.sce
exec unloader.sce
exec loader.sce
//cd macros
//getd .
test_pass=[]
res=[]
/////////Test case for 2) arburg //////////
a = arburg([1,2,3,4,5],2);
a = round(a*10000)/10000;
if(a == [1. -1.8639 0.9571])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("arburg test failed")
end
/////////Test case for 4) aryule //////////
a = aryule([1,2,3,4,5],2);
a = round(a*10000)/10000;
if(a == [1. -0.814 0.1193])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("aryule test failed")
end
/////////Test case for 5) bitrevorder //////////
x = [%i,1,3,6*%i] ;
[y i]=bitrevorder(x);
if(y == [%i 3 1 6*%i] & i == [1 3 2 4])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("bitrevorder test failed")
end
/////////Test case for **) digitrevorder //////////
x = [%i,1,3,6*%i] ;
b = 2;
[y i]=digitrevorder(x,b);
if(y == [%i 3 1 6*%i] & i == [1 3 2 4])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("digitrevorder test failed")
end
/////////Test case for 28) isfir //////////
fir = isfir([1 -1 1], 1)
if(fir == 1)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("isfir test failed")
end
/////////////////////////////////////////////
/////////Test case for 29) islinearphase //////////
flag = islinphase([0 1 2 2 1 0],1)
if(flag == 1)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("islinearphase Test failed")
end
/////////////////////////////////////////////
/////////Test case for 30) ismaxphase //////////
flag = ismaxphase([1 -5 6],1)
if(flag == 1)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("ismaxphase Test failed")
end
/////////////////////////////////////////////
/////////Test case for 31) isminphase //////////
flag = isminphase([1 -0.3 0.02],1)
if(flag == 1)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("isminphase Test failed")
end
/////////////////////////////////////////////
/////////Test case for 32) isstable //////////
flag = isstable([1 2],[1 -0.7 0.1])
if(flag == 1)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("isstable Test failed")
end
/////////////////////////////////////////////
/////////Test case for 33)lar2rc //////////
g = [0.6389 4.5989 0.0063 0.0163 -0.0163];
k = lar2rc(g)
k=round(k*10000)/10000
if(k == [0.3090 0.9801 0.0031 0.0081 -0.0081])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("lar2rc Test failed")
end
/////////////////////////////////////////////
/////////Test case for 38)levinson //////////
a = [1 0.1 -0.8];
v = 0.4;
w = sqrt(v)*rand(15000,1,"normal");
x = filter(1,a,w);
[r,lg] = xcorr(x,'biased');
r(lg<0) = [];
ar = levinson(r,length(a)-1)
ar = round(ar*10000)/10000
if(ar == [1 0.1043 -0.8010])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("levinson Test failed")
end
/////////////////////////////////////////////
/////////Test case for 39) lpc //////////
noise = rand(50000,1,"normal");
x = filter(1,[1 1/2 1/3 1/4],noise);
x = x(45904:50000);
[a,g]= lpc(x,3)
a = round(a*10000)/10000
if(a == [1 0.5177 0.3310 0.2572])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("lpc Test failed")
end
/////////////////////////////////////////////
/////////Test case for 40) medfilt1 //////////
fs = 100;
t = 0:1/fs:1;
x = sin(2*%pi*t*3)+0.25*sin(2*%pi*t*40);
y = medfilt1(x,10);
y = round(y*10000)/10000 ;
y = y'
if(y == fscanfMat("macros/medfilt1op.txt"))
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("medfilt1 Test failed")
end
/////////////////////////////////////////////
/////////Test case for 41) movingrms //////////
[a,b]=movingrms ([4.4 94 1;-2 5*%i 5],1,-2)
b = round(b*10000)/10000
if(b == [0.1888 ; 0.1888])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("movingrms Test failed")
end
/////////////////////////////////////////////
/////////Test case for 58) pulseperiod //////////
x = fscanfMat("macros/pulsedata_x.txt");
t = fscanfMat("macros/pulsedata_t.txt");
p = pulseperiod(x,t);
p = round(p*10000)/10000
if(p == 0.5003)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("pulseperiod Test failed")
end
///////////////////////////////////////
/////////Test case for 59) pulsesep //////////
x = fscanfMat("macros/pulsedata_x.txt");
t = fscanfMat("macros/pulsedata_t.txt");
p = pulsesep(x,t);
p = round(p*10000)/10000
if(p == 0.3501)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("pulsesep Test failed")
end
///////////////////////////////////////
/////////Test case for 60) pulsewidth //////////
x = fscanfMat("macros/pulsedata_x.txt");
t = fscanfMat("macros/pulsedata_t.txt");
p = pulsewidth(x,t);
p = round(p*10000)/10000
if(p == 0.1502)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("pulsewidth Test failed")
end
/////////////////////////////////////////////
/////////Test case for **)sigmoid_train //////////
s = sigmoid_train(0.1,[1:3],4)
s = round(s*10000)/10000
if(s == 0.2737)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("sigmoid_train Test failed")
end
/////////////////////////////////////////////
/////////Test case for **)circshift /////////
M = [1 2 3 4];
R = circshift(M, [0 1])
if(R == [4 1 2 3])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("circshift failed")
end
/////////////////////////////////////////////
/////////Test case for **)kaiser //////////
win = kaiser(6, 0.2) ;
win = round(win*10000)/10000;
if(win == [ 0.9901; 0.9964; 0.9996; 0.9996; 0.9964; 0.9901 ])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("kaiser Test failed")
end
/////////////////////////////////////////////
/////////Test case for 78)stmcb //////////
h = fscanfMat("macros/stmcb_h_data.txt");
H = stmcb(h,4,4);
H = round(H*10000)/10000;
if(H == [0.0003 0.001 0.0147 -0.0078 0.0317])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("stmcb Test failed")
end
/////////////////////////////////////////////
/////////Test case for autoreg_matrix //////////
m = autoreg_matrix([1,2,3],2);
if(m == [1 0 0; 1 1 0; 1 2 1])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("autoreg_matrix test failed")
end
/////////////////////////////////////////////
/////////Test case for arch_rnd //////////
a = [1 2 3 4 5];
b = [7 8 9 10];
t = 5 ;
m = arch_rnd (a, b, t);
m = round(m*1000)/1000
if(m == [ 7.476
67.124
671.105
7382.441
80409.121 ])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("arch_rnd Test failed")
end
/////////////////////////////////////////////
/////////Test case for arma_rnd //////////
a = [1 2 3 4 5];
b = [7; 8; 9; 10; 11];
t = 5 ;
v = 10 ;
n = 100 ;
m = arma_rnd (a, b, v, t, n);
m = round(m) ;
if(m == [ 60562.
156019.
401911.
1035344.
2667081. ])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("arma_rnd Test failed")
end
/////////Test case for buttap //////////
n = 5 ;
[z p g] = buttap(n);
g = round(g*10000)/10000;
if(g == 1)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("buttap Test failed")
end
/////////Test case for cheb1ap //////////
[z p g] = cheb1ap(10, 3);
g = round(g*10000)/10000;
if(g == 0.002)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("cheb1ap Test failed")
end
/////////Test case for cheb2ap //////////
[z p g] = cheb2ap(4, 10);
g = round(g*10000)/10000;
if(g == 0.3162)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("cheb2ap Test failed")
end
/////////Test case for ellipap //////////
[z p g] = ellipap(4, 3, 10);
g = round(g*10000)/10000;
if(g == 0.3162)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("ellipap Test failed")
end
/////////Test case for ncauer //////////
[z p g] = ncauer(3, 10, 4);
g = round(g*10000)/10000;
if(g == 0.3162)
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("ncauer Test failed")
end
/////////Test case for besselap //////////
[z p g] = besselap(5);
g = round(g*10000)/10000;
p = round(p*10000)/10000;
if(g == 1 & p == [-0.5906+0.9072*%i; -0.5906-0.9072*%i; -0.9264; -0.8516+0.4427*%i; -0.8516-0.4427*%i])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("besselap Test failed")
end
/////////Test case for zp2tf //////////
[num, den] = zp2tf ([1 2 3], [4 5 6], 5);
num = round(num*10000)/10000;
den = round(den*10000)/10000;
if(num == [5 -30 55 -30] & den == [1. -15. 74. -120])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("zp2tf Test failed")
end
/////////Test case for tf2zp //////////
[z p k] = tf2zp ([1 2 3], [4 5 6]);
k = round(k*10000)/10000;
p = round(p*10000)/10000;
z = round(z*10000)/10000;
if(k == 0.25 & p == [-0.625+1.0533*%i; -0.625-1.0533*%i] & z == [-1+1.4142*%i; -1-1.4142*%i])
test_pass=[test_pass,1]
else
test_pass=[test_pass,0]
disp("tf2zp Test failed")
end
/////////////////////////////////////////////
/////////////////////////////////////////////
res=find(test_pass==0)
if(res~=[])
disp("One or more tests failed")
//exit(1)
else
disp("All test cases passed")
exit
end
|
cda30921183fb893dabee1fb3d00da92bc3353a4 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_-_1_T._Singh_704.zip/Electrical_Machines_-_1_T._Singh_704/CH4/EX4.3/ex4_3.sce | 60828bec1e6b4a7f4e9608a1ad97a1518fabd147 | [] | 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 | 866 | sce | ex4_3.sce | errcatch(-1,"stop");mode(2);//Caption:Find the secondary no load voltage and primary secondary currents in a 3 phase transformer
//Exam:4.3
;
;
V_l=11000;//Input voltage(in Volts)
V_1ph=V_l/(3)^(1/2);//Phase voltage
KVA=50*10^(3);//
//KVA=((3)^(1/2))*V_l*I_l
I_1l=KVA/(((3)^(1/2))*V_l);//Line current
I_1ph=I_1l;//Star system value of phase current
disp(I_1ph,'Value of primary phase and line current(in Amp)=');
N_1=1000;//Primary turns
N_2=90;//Secondary turns
V_2ph=(N_2/N_1)*V_1ph;//secondary phase voltage(in Volts)
//V_2ph=V_2l delta system
disp(V_2ph,'Value of secondary phase and line voltage(in Volts)=');
I_2ph=(N_1/N_2)*I_1ph;//secondary phase current(in Amp)
disp(I_2ph,'Value of secondary phase current(in Amp) =');
I_2l=I_2ph*3^(1/2);//secondary line current(in Amp)
disp(I_2l,'Value of secondary line current(in Amp) =');
exit();
|
6ae740bdae828dd111cda71c13c8d185554d277d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3761/CH4/EX4.16/Ex4_16.sce | f817fdc2ef1a6467c2a07ef66291e2b48931984a | [] | 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,909 | sce | Ex4_16.sce | disp("Example 4.16")
disp("Ast= 4-25dia bars","Asc= 2-25 dia bars","fck=20MPa","fy=415MPa","dd=45mm","d=655mm","b=300mm","Given:")
disp("xu,max/d=0.479")
Es=2*10^5
dd=45
d=655
b=300
fy=415
fck=20
Ast=%pi*25*25
Asc=%pi*25*25*2/4
xumaxd=0.0035/(0.0055+(0.87*fy/Es))
xumax=xumaxd*d
disp("mm",xumax,"xu,max=")
disp("Assuming for a first approximation fsc=fst=0.87*fy")
Cuc=0.362*fck*b
disp("xu N",Cuc,"Cuc=")
Cus=(0.87*fy-0.447*fck)*Asc
disp("N",Cus,"Cus=")
Tu=0.87*fy*Ast
disp("N",Tu,"Tu=")
disp("Considering force equilibrium:Cuc+Cus = Tu")
xu=(Tu-Cus)/Cuc
disp("mm",xu,"xu=")
disp("xu<xu,max, therefore, the assumption fst=0.87*fy is justified")
disp("Further Esc= 0.0035*(1-dd/xu)")
Esc= 0.0035*(1-dd/xu)
disp(Esc,"Esc=")
disp("For Fe415, Ey=0.87*fy/Es +0.002")
Ey=0.87*fy/Es +0.002
disp(Ey,"Ey=")
disp("As, Esc<Ey the assumption fsc=0.87*fy is not justified whereby the calculated value of Cus and henec of xy =167.3mm is alos not correct. the correct value has to be obtained iteratively using strain compatibility")
disp("FIRST CYCLE")
disp("Assuming Esc=0.00256")
//according to the table 3.2, interpolating the values
//for Esc=0.00241 fst=342.8
//for Esc=0.00276 fst = 351.8
fst1=342.8
fst2=351.8
fsc=fst1+((fst2-fst1)*((Esc*10^5-241)/(276-241)))
disp("MPa",fsc,"fsc=")
Cus=(fsc-0.447*fck)*Asc
disp("N",Cus,"Cus=")
xu=(Tu-Cus)/Cuc
disp("mm",xu,"xu=")
Esc1= 0.0035*(1-dd/xu)
disp(Esc1,"Esc=")
disp("SECOND CYCLE")
disp("Assuming Esc=0.00259")
//according to the table 3.2, interpolating the values
//for Esc=0.00241 fst=342.8
//for Esc=0.00276 fst = 351.8
fst1=342.8
fst2=351.8
fsc1=fst1+((fst2-fst1)*((Esc1*10^5-241)/(276-241)))
disp("MPa",fsc1,"fsc=")
Cus1=(fsc1-0.447*fck)*Asc
disp("N",Cus1,"Cus=")
xu1=(Tu-Cus1)/Cuc
disp("mm",xu1,"xu=")
disp("Taking xu=173.4mm")
MuR=(Cuc*xu1*(d-0.416*xu1)+Cus1*(d-dd))/10^6
disp("kNm",MuR,"MuR=")
|
0bae4cfee75751d1f2a14fb0ba81799b1c23ee58 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1439/CH8/EX8.6/8_6.sce | ba5202d01d106ecc62b4f7bc4c5c794e924a636e | [] | 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 | 293 | sce | 8_6.sce | clc
//initialisation of variables
M= 18.02 //g mole^-1
d= 0.99564 //g/cc
R= 0.08205 //l-atm deg^-1 mole^-1
T= 30 //C
P1= 31.824 //mm
P10= 31.207 //mm
//CALCULATIONS
p= R*(273.15+T)*2.303*1000*d*log10(P1/P10)/M
//RESULTS
printf ('osmotic pressure of sucrose solution= %.1f atm',p)
|
17d9d3d6611269554ac6784d4406652e8beb10a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH12/EX12.5/Ch12Ex5.sce | 5b3acb1c67125606082d5028c134db9eb260996e | [] | 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 | 928 | sce | Ch12Ex5.sce | // Scilab Code Ex12.5 : Page-605 (2011)
clc; clear;
mu_o = 4*%pi*1e-07;....// Magnetic permeability of the free space, henery/m
mu_r = 600;
mu = mu_o*mu_r; // Magnetic permeability of the medium, henery/m
n = 500;...// Turns in a wire
i = 0.3;....// Current flows through a ring,amp
r = 12e-02/2;....// Mean radius of a ring, m
B = mu_o*mu_r*n*i/(2*%pi*r);
printf("\nThe magnetic flux density = %2.1f weber/meter-square", B);
H = B/mu; // Magnetic intensity, ampere-turns/m
printf("\nThe magnetic intensity = %5.1f ampere-turns/m", H);
// As B = mu_o*(I + H) => mu_o*I = B - mu_o*H
printf("\nThe percentage magnetic flux density due to electronic loop currents = %5.2f percent", (B - mu_o*H)/B*100);
// Result
// The magnetic flux density = 0.3 weber/meter-square
// The magnetic intensity = 397.9 ampere-turns/m
// The percentage magnetic flux density due to electronic loop currents = 99.83 percent
|
4bd36068cc98eb25aeda22b7779c042d10e0dc0a | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/WR25MDG/ATWM1_Working_Memory_MEG_WR25MDG_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce | d6a677682f7600657ca627a0a1008fd3e9921f8f | [] | 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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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_P7_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;
}; |
5dde7b000efe4ec9bdd9daf856e2b9dc3c5435ad | 212b7d8fd961629af73deb965a4aa4a85ae82baa | /Projeto_2/filtro_kalman_1D.sce | 36574927f628166a6cc95aeeb958fc56afce54b2 | [] | no_license | danielsmorais/system-identification | 8f1d0bc1529ac2126a1e3326d1161e86538bf1b6 | 66496651a4042e2e7ec864a9c797ae4263400117 | refs/heads/master | 2020-07-17T18:24:54.127707 | 2019-12-10T14:27:52 | 2019-12-10T14:27:52 | 206,071,079 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,846 | sce | filtro_kalman_1D.sce | // Filtra os dados do GPS 1D
// Armazena a pasta atual
OLDDIR=pwd();
// Pasta de leitura dos arquivos
DATADIR='/home/daniel/Git/system-identification/Projeto_2';
if (~chdir(DATADIR)) then
error('Folder does not exist');
end
// Arquivo com as medicoes
FILE='dados_GPS_1D_medidos.txt';
// Leitura dos dados
// 3 colunas = t x y
data = read(FILE, -1, 3);
npassos = size(data,"r");
deltaT = data(2,1)-data(1,1);
// Arquivo com os dados reais
FILE='dados_GPS_1D_internos.txt';
// Leitura dos dados
// 4 colunas = t x y v
real = read(FILE, -1, 4);
// Vetor de estados
// X = [l; v]
X = [0;0];
// Matriz de transicao
// Xk+1 = PHI*Xk + u
PHI = [1 deltaT; 0 1];
// Variancia da estimativa
// Inicialmente nula pois a condicao inicial eh conhecida
P = [0 0; 0 0];
// Variancia do ruido dinamico
Q = [0.5^2 0; 0 1.5^2]
// Matriz de medicao
theta = 32*(%pi/180); // 32 graus = angulo da via
H = [cos(theta) 0; sin(theta) 0];
// Variancia do ruido de medicao
R = [5^2 0; 0 5^2];
// Dados filtrados
// 3 colunas = x y v
filtr = zeros(npassos,3);
// Filtragem
for (i=1:npassos)
// Fase de predicao
X = PHI*X;
P = PHI*P*PHI' + Q;
// Medicao
Y = [data(i,2); data(i,3)];
// Fase de correcao
K = P*H'*inv(H*P*H'+R);
X = X + K*(Y-H*X);
P = P - K*H*P;
// salva os pontos
filtr(i,1) = cos(theta)*X(1,1);
filtr(i,2) = sin(theta)*X(1,1);
filtr(i,3) = X(2,1);
end
// Percurso xy
//plot(filtr(:,1), filtr(:,2), 'b', data(:,2), data(:,3), 'ro');
// Evolucao de x
//plot(real(:,1), real(:,2), 'kx', data(:,1), filtr(:,1), '-b', data(:,1), data(:,2), 'ro');
// Evolucao de y
//plot(real(:,1), real(:,3), 'kx', data(:,1), filtr(:,2), '-b', data(:,1), data(:,3), 'ro');
// Evolucao de v
plot(real(:,1), real(:,4), 'kx', data(:,1), filtr(:,3), '-b');
// Volta para a pasta anterior
chdir(OLDDIR);
|
051c10e45cc3978bb4abaa49caa74de84f64a2a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH1/EX1.52/Ex1_52.sce | b77d2dbe828618a98493ea03f023412a808bb1cc | [] | 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,563 | sce | Ex1_52.sce | //CHAPTER 1- D.C. CIRCUIT ANALYSIS AND NETWORK THEOREMS
//Example 52
clc;
disp("CHAPTER 1");
disp("EXAMPLE 52");
//VARIABLE INITIALIZATION
v1=20; //LHS voltage source in Volts
v2=12; //RHS voltage source in Volts
r1=5; //LHS resistance in Ohms
r2=2; //in Ohms
r3=8; //in Ohms
r4=10; //RHS resistance in Ohms
//SOLUTION
//by Thevenin's Theorem
rth=r3+((r1*r2)/(r1+r2)); //Thevenin resistance
v=v1*(r2/(r1+r2)); //voltage divider law
vab=-v2+(r3*0)+(rth*0)+v;
It=vab/(rth+r4); //current obtained by applying Thevenin's Theorem
Isc=vab/rth;
disp(sprintf("By Thevenins Theorem, current in the 10Ω resistor is %f A",It));
//verification by Norton's Theorem
//(7)I1+(2)I2=20.................eq (1)
//(2)I1+(10)I2=12................eq (2)
//solving the equations using matrix method
A=[7 2;2 10];
b=[20;12];
x=inv(A)*b;
x1=x(1,:); //to access 1st element of 2X1 matrix
x2=x(2,:); //to access 2nd element of 2X1 matrix and Isc=-x2
Isc=-x2; //Isc is negative because its direction is opposite to I2
I=Isc*(rth/(rth+r4)); //current obtained by applying Norton's Theorem
if(It==I)
disp(sprintf("By Nortons Theorem, current in the 10Ω resistor is %f A",I));
disp(sprintf("Hence, answer is confirmed by Norton Theorem"));
else
disp(sprintf("The answer is not confirmed by Norton Theorem"));
end;
//END |
7bbbd52cc64672cc1f5738edabefe95ed086984f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH3/EX3.14/Ex3_14.sce | 766a8caf3a30ab181297bec5e149f29eb0683d01 | [] | 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 | 524 | sce | Ex3_14.sce |
//
//
//given
FB_AB=120+(30/60)
FB_BC=FB_AB+180-90
FB_CD=FB_BC-180+270
FB_DA=FB_CD-180-90
//convert into mins and degrees
deg1=int(FB_AB)
mins1=(FB_AB-deg1)*60
deg2=int(FB_BC)
mins2=(FB_BC-deg2)*60
deg3=int(FB_CD)
mins3=(FB_CD-deg3)*60
deg4=int(FB_DA)
mins4=(FB_DA-deg4)*60
printf("\nFB_AB = %0.3f degrees %0.3f minutes W",deg1,mins1)
printf("\nFB_BC = %0.3f degrees %0.3f minutes W",deg2,mins2)
printf("\nFB_CD = %0.3f degrees %0.3f minutes W",deg3,mins3)
printf("\nFB_DA = %0.3f degrees %0.3f minutes W",deg4,mins4)
|
648dfb4ffbf434bf3da1f6beabca91b9d1e48edb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH4/EX4.15.11/ex_4_15_11.sce | 18d493937d917b09e23730e06d79180459f3eff3 | [] | 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 | 419 | sce | ex_4_15_11.sce | //Chapter-4,Example4_15_11,pg 4-31
t=1*10^-3 //thicknesss of crystal
d=2.65*10^3 //density
Y=8*10^10 //Young's modulus
k=1 //consider 1st harmonic
n=(k/(2*t))*sqrt(Y/d) //formula of natural frequency
printf(" natural frequency =")
disp(n)
printf("Hz")
|
44ece72a7ffd6fbb02f148ef45a7370f2bb882f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH6/EX6.10/6_10.sce | 9e48f9fec4c264acd3b3609dba2e1696d1b26c3c | [] | 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 | 469 | sce | 6_10.sce | //Chapter 6, Problem 10
clc;
C1=6*10^-6; //Capacitance of capacitor1
C2=4*10^-6; //Capacitance of capacitor2
C3=C1+C2; //Calculating equivalent capacitance in parallel
C4=(C1*C2)/(C1+C2); //Calculating equivalent capacitance in series
disp("(a)");
printf("In parallel, equivalent capacitance = %f uF",C3*10^6);
disp("(b)")
;printf("In series, equivalent capacitance = %f uF",C4*10^6);
|
f1f35a07815c084f07759669bcf7342a43d1f291 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH25/EX25.14/Ex25_14.sce | 538e8ea691491f26dabfda726cd51d8009f17b4f | [] | 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 | 159 | sce | Ex25_14.sce | clc;
no=0.6;
Pcdc=2.5;
//Poac=Pindc*no;
//Pindc=2*Pcdc+Poac;
Pindc=(2*Pcdc)/(1-no);
disp('W',Pindc,"Pindc=");
Poac=0.6*Pindc;
disp('W',Poac,"Poac=");
|
67080820a1b527fc55afdc0310c2688709e8314d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH27/EX27.11/27_11.sce | e1a7b7b658246bc1856f7617ab4467b33b8a63bb | [] | 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 | 689 | sce | 27_11.sce | clear//
//Variables
Ptrdc = 100.0 * 10**-3 //Maximum collector dissipated power (in watt)
VCC = 10.0 //Source voltage (in volts)
RL = 16.0 //Load resistance (in ohm)
no=0.5;nc=0.5;
//Calculation
Poac = no * Ptrdc //Maximum undistorted a.c. output power (in watt)
ICQ = 2 * Poac / VCC //Quiescent collector current (in Ampere)
R1L = VCC / ICQ //Effective load resistance (in ohm)
a = (R1L / RL)**0.5
//Result
printf("\n Maximum undistorted a.c. output power is %0.3f W.\nQuiescent collector current is %0.3f A.\nTransformer turns ratio is %0.0f .",Poac,ICQ,a)
|
a9a2c08f0b361d9d7b8f781aff311fcb027b92f1 | 6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee | /giarratano/SOURCE/TESTING/globltst.tst | 31294c36b8da3b56d5b216d918f92bc69a9c74ff | [] | no_license | arranger1044/icse-1516 | c40d2c86892cd90c14042a95581cbb0e238190fb | ee4bafb57bb549ef40e29b8edf8cdad038e97162 | refs/heads/master | 2020-12-24T19:04:01.588095 | 2016-05-31T07:46:47 | 2016-05-31T07:46:47 | 56,578,768 | 14 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 362 | tst | globltst.tst | (set-strategy depth)
(unwatch all)
; globltst.clp test
(clear)
(open "globltst.rsl" globltst "w")
(load "compline.clp")
(load "globltst.clp")
(reset)
(progn (dribble-on "globltst.out") (run) (dribble-off))
(printout globltst "globltst.clp differences are as follows:" crlf)
(compare-files globltst.exp globltst.out globltst)
; close result file
(close globltst)
|
02bfd9f48576dbe88b07c2f0b3bf4e3713542c33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1967/CH5/EX5.1/5_1.sce | 2fe778db8d74b9d2f26426fea242e7fd438d1cb5 | [] | 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 | 5_1.sce | clc
//initialisation of variables
clear
Q1= -1227 //kcal
R= 2*10^-3 //kcal
T= 25 //C
dn= -2
//CALCULATIONS
Qp= Q1+R*(273+T)*dn
//RESULTS
printf ('Heat of reaction = %.1f kcal',Qp)
|
4bbe655dcc2377f639a2a672ede27045718f732b | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/SlideShows/test.SCI | a3286eb62d45c99c906d718c4e8418e00002c184 | [
"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 | 412 | sci | test.SCI | Picturefolder(datadir+"\StereoPictures\Folder 1");
SoundFolder(datadir+"\sounds");
VideoFolder(datadir+"\StereoVideos");
Transition("Transient",2);
PlaySound("sound1.mp3",0);FadeSound("sound1.mp3",1000,2);
ShowStereoPic("Image1");
Delay(4);
ShowStereoPic("Image2");
Delay(6);
ShowStereoPic("Image3");
Delay(4);
FadeSound("sound1.mp3",0,1);
delay(5);
ShowStereoVideo("Test1");
StopSound("sound1.mp3");
loop;
|
fb6f276322bc4abc8e840a0825f56fed5e5a28e5 | a8f42082049435843c9744242d5227d93bd88745 | /prod_matrix_vector_crs.sci | 5da3eb140add1511c9698936d51fdd33486e8a66 | [] | no_license | SatokiOgiso/crs_excercise | e5d44f3fd39287a1ea624befd530e2d23f21f022 | 5ff0cbfd56868b02a3b46cf8fd08ddf5abe443d6 | refs/heads/master | 2021-01-10T15:34:17.113920 | 2015-10-22T17:23:06 | 2015-10-22T17:23:06 | 44,755,522 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 558 | sci | prod_matrix_vector_crs.sci | //CRS formatの疎行列に左から列ベクトルを掛ける
function [result]=prod_matrix_vector_crs(AA, IA, JA, x)
columns = length(IA)-1; // resultの行数を取得
result = zeros(columns, 1); // resultの大きさを定義
for i = 1:columns
//スパース行列の行ごとにベクトルとの内積を計算
for j = IA(i):IA(i+1)-1
print(%io(2), i)
print(%io(2), j)
if j ~= 0
result(i) = result(i) + AA(j) * x(JA(j));
end
end
end
endfunction
|
8b2cff8b1f02ab4529783a018ded86b43b7e1833 | 2707da68619819d8105f9ae472647dc578c75730 | /FindCD.sci | b9bbbb03e8e81cbf5c1e5fcde092d2152c1e730e | [
"Apache-2.0"
] | permissive | KrayzeX/ToE | 1aa62db747841e960fb47fbd59e38c6afa3a0723 | ad81dd433c0d3b23ebb00f0e65095ab6c1bed34e | refs/heads/master | 2020-05-26T09:19:33.970171 | 2017-06-02T08:50:16 | 2017-06-02T08:50:16 | 82,474,743 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,645 | sci | FindCD.sci | //Марчук Л.Б. 5307 подгруппа 3
//Данный модуль принимает на вход контурную матрицу, матрицу сопротивлений ветвей,
//матрицу ЭДС источников, матрицу источников тока, контурные токи,
//матрицу коэффициентов уравнений состояния и номер исследуемой ветви;
//возвращает матрицу коэффициентов уравнений состояния для исследуемой ветви.
function [result] = FindCD(LoopMatrix, BranchResistance, EMFMatrix, CurrentMatrix, Currents, Branch)
disp(Currents);
halt;
[rows columns] = size(LoopMatrix);
result = zeros(1, 3);
for g = 1:1:3
for i = 1:1:columns
if g < 3
if EMFMatrix(i, g) ~= 0
//Найден ИН - находим ток
//Ищем контура, в которые входит исследуемая ветвь и суммируем токи
for k=1:1:rows
if LoopMatrix(k, Branch) ~= 0
result(1, g) = result(1, g) + LoopMatrix(k, Branch)*Currents(k, g);
end;
end;
break;
else
if CurrentMatrix(i, g) ~= 0
//Найден ИТ - находим напряжение
//Ищем контура, в которые входит исследуемая ветвь и суммируем токи
for k=1:1:rows
if LoopMatrix(k, Branch) ~= 0
result(1, g) = result(1, g) + LoopMatrix(k, Branch)*Currents(k, g);
end;
end;
//Ищем напряжение
result(1, g) = result(1, g) * BranchResistance(Branch, Branch);
break;
end;
end;
else
if CurrentMatrix(i, g) ~= 0
//Найден ИТ - находим ток
//Ищем контура, в которые входит исследуемая ветвь и суммируем токи
for k=1:1:rows
if LoopMatrix(k, Branch) ~= 0
result(1, g) = result(1, g) + LoopMatrix(k, Branch)*Currents(k, g);
end;
end;
break;
else
if EMFMatrix(i, g) ~= 0
//Найден ИН - находим напряжение
//Ищем контура, в которые входит исследуемая ветвь и суммируем токи
for k=1:1:rows
if LoopMatrix(k, Branch) ~= 0
result(1, g) = result(1, g) + LoopMatrix(k, Branch)*Currents(k, g);
end;
end;
//Ищем напряжение
result(1, g) = result(1, g) * BranchResistance(Branch, Branch);
break;
end;
end;
end;
end;
end;
endfunction
|
a54fe3317a1ab6a21ef5b3774c87a02fc7ed2167 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3434/CH6/EX6.1/Ex6_1.sce | a458f52925a09af4400531172b47022d204a67df | [] | 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 | 373 | sce | Ex6_1.sce | clc
// Given data
T=27 +273 // temperature converted in kelvin\n",
NV=1e22 // effective density of states in valence band in cm^(-3)\n",
NA=1e19 // acceptor density in cm^(-3)\n",
k=8.629*10**(-5) // boltzmann constant in eV/K\n",
EFV=k*T*log(NV/NA) // closeness of fermi level i.e Ef-Ev\n",
printf("Closeness of fermi level with valence bond is %.4f eV",EFV)
|
8022400738f66b7edbe58949469c40659e6b91a5 | 048b7c76423fe27dee2e31a52bae93c95883614e | /macros/fractdiff.sci | 1731dc11bd8ec09d748c9ec42751efbb45d2fcc2 | [] | no_license | vu2swz/FOSSEE-Signal-Processing-Toolbox | aa5f283d050be62418dddbf41552f197b9949c4c | d97a4b7e2f0f25fb5cd94bd90a3b822592179d1e | refs/heads/master | 2021-08-19T20:06:19.346872 | 2017-11-27T09:57:21 | 2017-11-27T09:57:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sci | fractdiff.sci | function y= fractdiff(x,d)
funcprot(0);
rhs= argn(2);
if(rhs < 2 | rhs >2)
error("Wrong number of input arguments");
end
select(rhs)
case 2 then
y= callOctave("fractdiff",x,d);
end
endfunction |
466a325e31f5613f24cbe34246c227c51baebd8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH1/EX1.3/Ex1_3.sce | b24f0049e3582b92c5abb7b33da8a27db396cff4 | [] | 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 | 775 | sce | Ex1_3.sce | clear all; clc;
disp("Scilab Code Ex 1.3 :")
// Given:
l_ac = 1; //m.
l_cd = 1.5 ; //m.
l_bd = 0.5; //m.
r_a = 0.125; //m.
r_d = 0.125; //m.
W = 2000; // N
// Equations of equilibrium:
//Balancing forces in the x direction:
n_c = -W; // N
//Balncing forces in the y direction:
v_c = -W; //N
// Balncing the moments about C:
m_c = - (W*(r_a +l_ac)- W*r_a)
// Displaying results:
printf('\n\nThe horizontal force at C = %.2f N',n_c);
printf('\nThe vertical force at C = %.2f N',v_c);
printf('\nThe moment about C = %.2f Nm',m_c);
//----------------------------------------------------------------------------END--------------------------------------------------------------------------------------------
|
35764d00c31dc928bae2c706912e0e12b0abfdbb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2207/CH8/EX8.19.3/ex_8_19_3.sce | 4b28088bfb025a23a6b4076c5d10f92729854f9e | [] | 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 | 736 | sce | ex_8_19_3.sce | //Example 8.19.3: torque developed,speed and input power factor
clc;
clear;
close;
//given data :
format('v',7)
v=208;//in volts
f=50;//in Hz
ra=0.5;//in ohms
rf=345;//in ohms
kv=0.71;//in V/A-rad/sec
alpha=45;//in degree
ia=55;//in amperes
If=((2*sqrt(2)*v*cosd(0))/(%pi*rf));//in amperes
t=kv*If*ia;//in N/m
disp("part (a)")
disp(t,"torque in N/m is")
disp("part (b)")
eb=((2*sqrt(2)*v*cosd(alpha))/%pi)-(ia*ra);//in volts
w=eb/(kv*If);//in rad/sec
N=w/(2*%pi);//rps
disp(N*60,"speed in rpm")
//speed is calculated wrong in the textbook
disp("part (c)")
ea=132.4;//in volts
ef=187.3;//in volts
pi=(ea*ia)+(ef*If);//in watts
Isrms=sqrt((ia)^2+(If)^2);//in amperes
va1=Isrms*v;//in VA
Pf=pi/va1;//
disp(Pf,"power factor (lagging) is")
|
170978948ab4509c01d6d882765373c4e554bd7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1280/CH6/EX6.1/6_1.sce | 0777914eb7cff3ca63e7e45858fe1bebb6fac568 | [] | 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 | 194 | sce | 6_1.sce | clc
//initialisation of variables
P= 2500 //psi
Q= 3 //gpm
p= 5 //Bhp
N= 1725 //rpm
//CALCULATIONS
eo= P*Q*100/(1714*p)
To= p*5250/N
//RESULTS
printf ('input torque = %.2f lb-ft',To)
|
f69f5524cab905b2229edf191d0b4b9b024a13c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH22/EX22.5/ques5.sce | a3431eabb970dea2bbd5fd3a8fed941495a93621 | [] | 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 | 117 | sce | ques5.sce | //ques5
syms x s
disp('Fourier cosine transform');
f=integ(x*cos(s*x),x,0,1)+integ((2-x)*cos(s*x),x,1,2);
disp(f) |
d93219483d3e1fe37adce0badef6b7ec61c1ded5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH4/EX4.6/ex4_6.sce | 619a8778374f0049cc7dc3f23d670636e4b63317 | [] | 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 | ex4_6.sce | clc;
clear all;
V = 1500; // Volume of the hall in cubic meters
A1 = 80; // Absorption of the sound by the hall in sabine
rt = (0.163*V)/(A1);//The reverberation time of the hall
disp('s',rt,'The reverberation time of the hall is')
|
a6caadc0d20840d578c97de80bb012940afe8e64 | 181f67b4868e49ca80872d6ac088a51540f90da6 | /186A6/gaussiancurveFT.sce | 6911d0da9885611d0ec7b6f71d4668e25d566640 | [] | no_license | nobody51/AP186 | 567f25ba1ad7f71ad2983860078eeaccffa46080 | cb916fc9b38b508026403a2227ffc76d490fe948 | refs/heads/master | 2021-08-28T09:35:55.488122 | 2017-12-11T21:34:46 | 2017-12-11T21:34:46 | 104,969,401 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | gaussiancurveFT.sce | nx = 100; ny = 100;
x = linspace(-1,1,nx);
y = linspace(-1,1,ny);
[X,Y] = ndgrid(x,y);
a = 1
b = 0.5
c = 0.2
rx = a*exp(-(X-b).^2/(2*c^2));
ry = a*exp(-(Y-b).^2/(2*c^2));
A = rx.*ry
f = scf();
grayplot(x,y,A);
f.color_map = graycolormap(32)
isoview();
xs2png(gcf(),'A');
AFT = fft2(A);
normAFT = imnorm(abs(AFT));
//3
//fftshift using matplot
f=scf();
Matplot(fftshift(normAFT)*255);
isoview();
xs2png(gcf(),'AFTshiftmatplot');
f=scf();
imshow(fftshift(uint8(normAFT*255)));
isoview();
xs2png(gcf(),'AFTshiftimshow');
|
e4334f670ab6f3bee3fd26d334e0e84a9e80f6c2 | 3b9a879e67cbab4a5a4a5081e2e9c38b3e27a8cc | /Área 2/Aula 11 - Métodos EDOs/Metodo_de_Heun.sce | 6e19e949559eb005d210d8de53d48c3eda87bd29 | [
"MIT"
] | permissive | JPedroSilveira/numerical-calculus-with-scilab | 32e04e9b1234a0a82275f86aa2d6416198fa6c81 | 190bc816dfaa73ec2efe289c34baf21191944a53 | refs/heads/master | 2023-05-10T22:39:02.550321 | 2021-05-11T17:17:09 | 2021-05-11T17:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 682 | sce | Metodo_de_Heun.sce | //Método de Heun (Método de Euler Modificado)
//Estima o u para evitar implicidade, ele é um método explicito
//O erro de truncamento ETL = O(h^3) e ETG = O(h^2) mantendo a mesma ordem 2 do método Trapezoidal
function y = f(t,u)
y = cos(u + t)
endfunction
function [ultimo]=heun(h)
u(1) = 0.84 //Condições iniciais
t(1) = 1 //Valor x do u(x) inicial dado
T = 2 //Valor de u(x) que se deseja calcular
N = (T-t(1))/h
for n = 1:N
t(n+1) = t(n) + h
util = u(n) + h*f(t(n),u(n))
F1 = f(t(n),u(n))
F2 = f(t(n+1),util)
u(n+1) = u(n) + (h/2)*(F1+F2)
end
ultimo = u(N+1);
endfunction
|
f149846e5b26726aaf92e3cca901d963e1cb1994 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH8/EX8.1/Ex8_1.sce | 3ba13e858d1dd6c8e9edf6b5c7bfc993de299756 | [] | 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 | 2,617 | sce | Ex8_1.sce | // Given:-
p1 = 8.0 // pressure of saturated vapor entering the turbine in MPa
p3 = 0.008 // pressure of saturated liquid exiting the condenser in MPa
Wcycledot = 100.00 // the net power output of the cycle in MW
// Analysis
// From table A-3
h1 = 2758.0 // in kj/kg
s1 = 5.7432 // in kj/kg.k
s2 = s1
sf = 0.5926 // in kj/kg.k
sg = 8.2287 // in kj/kg.k
hf = 173.88 // in kj/kg
hfg = 2403.1 // in kj/kg
v3 = 1.0084e-3 // in m^3/kg
// State 3 is saturated liquid at 0.008 MPa, so
h3 = 173.88 // in kj/kg
// Calculations
x2 = (s2-sf)/(sg-sf) // quality at state 2
h2 = hf + x2*hfg
p4 = p1
h4 = h3 + v3*(p4-p3)*10**6*10**-3 // in kj/kg
// Part(a)
//Mass and energy rate balances for control volumes around the turbine and pump give, respectively
wtdot = h1 - h2
wpdot = h4-h3
// The rate of heat transfer to the working fluid as it passes through the boiler is determined using mass and energy rate balances as
qindot = h1-h4
eta = (wtdot-wpdot)/qindot // thermal efficiency)
// Result for part a
printf( ' The thermal efficiency for the cycle is %.2f',eta)
// Part(b)
bwr = wpdot/wtdot // back work ratio
// Result
printf( ' The back work ratio is %f',bwr)
// Part(c)
mdot = (Wcycledot*10**3*3600)/((h1-h2)-(h4-h3)) // mass flow rate in kg/h
// Result
printf( ' The mass flow rate of the steam is %.2f kg/h .',mdot)
// Part(d)
Qindot = mdot*qindot/(3600*10**3) // in MW
// Results
printf('The rate of heat transfer,Qindot , into the working fluid as it passes through the boiler, is %.2f MW.',Qindot)
// Part(e)
Qoutdot = mdot*(h2-h3)/(3600*10**3) // in MW
// Results
printf( ' The rate of heat transfer,Qoutdot from the condensing steam as it passes through the condenser, is %.2f MW.',Qoutdot)
// Part(f)
// From table A-2
hcwout= 146.68 // in kj/kg
hcwin= 62.99 // in kj/kg
mcwdot= (Qoutdot*10**3*3600)/(hcwout-hcwin) // in kg/h
// Results
printf( ' The mass flow rate of the condenser cooling water is %.2f kg/ h.',mcwdot)
|
8036824da942fe2465304f117dbb15181b18133d | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/hhneuron.sce | b5712e57d5844466ef03feec80823105275b7cf2 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | hhneuron.sce | //style.fontSize=16;
//style.displayedLabel="<table> <tr> <td align=left><b>Vin<br> E<sub>Na</sub><br>E<sub>K</sub><br>Vref</b></td> <td></td> <td></td> <td>HH Neuron</td> <td></td> <td></td> <td align=right><b>Vout<br>V<sub>Na</sub><br>V<sub>K</sub></b></td> </tr> </table>";
//pal5 = xcosPalAddBlock(pal5,"hhneuron",[],style);
|
6e6bca084d399c5242c48c1a478814eca7f2bc8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH5/EX5.5/5_5.sce | ec5bc4a23232a8ee3edb5d9f8569639a827f3227 | [] | 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 | 382 | sce | 5_5.sce | //chapter 5
//example 5.5
//page 159
clear all;
clc ;
//given
Rl=12;//load resistor kohm
hic=2.1;//input resistance in kohm
hfc=76;//forward voltage gain
Re=5;//kohm
R1=10;R2=10;//kohm
Zb=hic+hfc*((Re*Rl)/(Re+Rl));
printf("\ninput impedance(Zb) =%d kohm",Zb);
//ckt ip impedance
Zi=1/((1/Zb)+(1/R1)+(1/R2));
printf("\ncircuit input impedance(Zi)=%.1f kohm",Zi);
|
f13e604d165816d1ac6dc4a4446cce61ad571886 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2399/CH2/EX2.8.2/Example2_8_2.sce | ca2344a535c73ef2d307f3efadc4308ec15fe499 | [] | 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 | 351 | sce | Example2_8_2.sce | // Example 2.8.2
clc;
clear;
n1=1.47 //refractive index of core
a=4.3d-6; //radius of core
delta=0.2/100 //relative index difference
lamda= 2*3.14*a*n1*sqrt(2*delta)/2.405; //computing wavelength
lamda=lamda*10^9;
printf("Wavelength of fiber is %d nm.",lamda);
//answer in the book is given as 1230nm which is incorrect.
|
4ab22b4e6af5cdb243b060161d92402b73b3f84d | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/disassembler/stpd.instr.tst | 74da93deec7986547280350fd0c673348d7a6986 | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,514 | tst | stpd.instr.tst | ; @Harness: disassembler
; @Result: PASS
section .text size=0x00000046 vma=0x00000000 lma=0x00000000 offset=0x00000034 ;2**0
section .data size=0x00000000 vma=0x00000000 lma=0x00000000 offset=0x0000007a ;2**0
start .text:
label 0x00000000 ".text":
0x0: 0x0e 0x92 st -X, r0
0x2: 0x0a 0x92 st -Y, r0
0x4: 0x02 0x92 st -Z, r0
0x6: 0x0e 0x92 st -X, r0
0x8: 0x1e 0x92 st -X, r1
0xa: 0x2e 0x92 st -X, r2
0xc: 0x3e 0x92 st -X, r3
0xe: 0x4e 0x92 st -X, r4
0x10: 0x5e 0x92 st -X, r5
0x12: 0x6e 0x92 st -X, r6
0x14: 0x7e 0x92 st -X, r7
0x16: 0x8e 0x92 st -X, r8
0x18: 0x9e 0x92 st -X, r9
0x1a: 0xae 0x92 st -X, r10
0x1c: 0xbe 0x92 st -X, r11
0x1e: 0xce 0x92 st -X, r12
0x20: 0xde 0x92 st -X, r13
0x22: 0xee 0x92 st -X, r14
0x24: 0xfe 0x92 st -X, r15
0x26: 0x0e 0x93 st -X, r16
0x28: 0x1e 0x93 st -X, r17
0x2a: 0x2e 0x93 st -X, r18
0x2c: 0x3e 0x93 st -X, r19
0x2e: 0x4e 0x93 st -X, r20
0x30: 0x5e 0x93 st -X, r21
0x32: 0x6e 0x93 st -X, r22
0x34: 0x7e 0x93 st -X, r23
0x36: 0x8e 0x93 st -X, r24
0x38: 0x9e 0x93 st -X, r25
0x3a: 0xae 0x93 st -X, r26 ; undefined
0x3c: 0xbe 0x93 st -X, r27 ; undefined
0x3e: 0xce 0x93 st -X, r28
0x40: 0xde 0x93 st -X, r29
0x42: 0xee 0x93 st -X, r30
0x44: 0xfe 0x93 st -X, r31
start .data:
|
9778be994fefe3ae6aa1bed6f86ecb841beed765 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH4/EX4.4/4_4.sce | 174290ccf78a7abd64c966f68ecdc1fcf40ac5b7 | [] | 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 | 493 | sce | 4_4.sce | clear//
//Variables
I = 250 * 10**-3 //Current (in Ampere)
R = 1.5 * 10**3 //Resistance (in ohm)
//Calculation
Vs = I * R //Source voltage (in volts)
I1 = 0.75 * I //New current (in Ampere)
R1 = Vs / I1 //New Resistance (in ohm)
R2 = R1 - R //Resistance to be added (in ohm)
//Result
printf("\n %0.3f ohm Resistance must be added in order to accomplish the reduction in current.",R2)
|
9c2f8148c6878aed54274231e7f207f9f979d74f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2021/CH11/EX11.2/EX11_2.sce | 7cea72a888acf6798aac184c0c76d2fd1f6f15fa | [] | 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 | 221 | sce | EX11_2.sce | //Finding of Pressure Drop
//Given
mu=0.15;
spgr=.9;
rho=900;
D=.055;
L=325;
R=D/2;
q=.0037;
//To Find
P=(128*mu*q*L)/(%pi*D^4);
p1=P/100;
x=(p1/L)*R;
x1=x*10^4;
disp("Pressure Drop ="+string(x1)+" N/m^2")
|
9a060faa941a9898d2841a6b8158c7c4057baf50 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1627/CH9/EX9.2/Ex9_2.sce | 040c11bbad26fc11553a6af2cdcb28666ee81514 | [] | 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 | 249 | sce | Ex9_2.sce | clc
//initialisation of variables
g=9.8//m/s^2
m=102//kg
a=20*40*10^-4//cm
h=7.62*10^-5//m
Mu=4.76*10^-1//N.s/m^2
v=0.5//m/s
//CALCULATIONS
P=(m*g)/(a)//Pa
F=(Mu*v)/(P*h)
//RESULTS
printf('The friction factor for the bearing is=% f',F)
|
011b18df42f2817deed4cda28ad94e2169646f1a | 299ec76be485b8d1574b9216bbe8ac6763b2ade3 | /AI_Lab_Ex4/Lab4_ex3.sce | 655ffb66e21e4cb489cebd9f65718887f37b571e | [
"MIT"
] | permissive | parth2608/Artificial-Intelligence-Basics | 65d42ff4e495c11a2ba536e730714570a58b56c7 | b3a0378c7f5b9dbad91df9a6c29b5f30b865e088 | refs/heads/master | 2022-11-21T01:41:07.713381 | 2020-07-15T07:00:34 | 2020-07-15T07:00:34 | 279,790,254 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,124 | sce | Lab4_ex3.sce | clear;
X = [1, 2, 3, 4, 5];
Y = [10, 40, 50, 78, 83];
alpha = 0.01;
iter = 5000;
m = length(X);
rand('seed',0);
a(1) = rand(1);
b(1) = rand(1);
sum_a = 0;
sum_b = 0;
sum_ = 0;
for i = 1:iter
for j = 1:m
H(j) = (a(i) * X(j)) + b(i);
sum_ = sum_ + (H(j) - Y(j))**2;
sum_b = sum_b + ( (a(i) * X(j)) + b(i) - Y(j) );
sum_a = sum_a + ( ( (a(i) * X(j)) + b(i) - Y(j) ) * X(j) );
end
loss(i) = sum_ / (2*m);
del_E__del_b(i) = sum_b * (1/m);
del_E__del_a(i) = sum_a * (1/m);
sum_ = 0;
sum_a = 0;
sum_b = 0;
b(i+1) = b(i) - (alpha * del_E__del_b(i));
a(i+1) = a(i) - (alpha * del_E__del_a(i));
end
a = a(1:iter);
b = b(1:iter);
mprintf("With Gradient Descent Algorithm, \nValue of a = %f and Value of b = %f\n", a(iter),b(iter));
mprintf("Number of iterations = %f and alpha = %f \n", iter, alpha);
[r_a r_b] = reglin(X,Y);
mprintf("With reglin function, \nValue of a = %f and Value of b = %f\n", r_a, r_b);
plot3d(a,b,loss);
xlabel('a');
ylabel('b');
zlabel('cost');
// https://mccormickml.com/2014/03/04/gradient-descent-derivation/
|
7944081d1885f3094798e714fce1cbd3bf872296 | d897696cc5ab77f0fa78fb32a26fba4611f9b9ea | /processing_ppm.sce | d005787c8415ed9b283079665ef0bb6c31d10d1e | [] | no_license | hnizdil/it3105-image-processing | 3ebf6ae8f18a6dfb4b1e91dd88fee594fc322ffb | 26ac31b32c6b8012094583b128a7b2b304f021e0 | refs/heads/master | 2021-03-12T22:41:42.261537 | 2009-10-26T10:51:57 | 2009-10-26T10:51:57 | 32,507,477 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,963 | sce | processing_ppm.sce | getf('functions.sci');
// bcms
pgm = pgm_read('tri_thres.pgm');
pgm(1) = pgm(2) - pgm(1);
disp(bcms_bi_get(pgm(1)));
// bi threshold truck
pgm = pgm_read('1.pic.pgm');
thres = thres_cr_get(pgm(1));
pgm(1) = thres_gray_apply(pgm(1), [thres], pgm(2));
pgm_write('test.pgm', pgm(1), pgm(2));
exit;
// bi threshold tri
pgm = pgm_read('tri.pgm');
thres = thres_otsu_get(pgm(1));
pgm(1) = thres_gray_apply(pgm(1), [thres], pgm(2));
pgm_write('tri_thres.pgm', pgm(1), pgm(2));
exit;
// color threshold
ppm = ppm_read('1.ppm');
thres = thres_otsu_get(ppm(1));
ppm(1) = thres_gray_apply(ppm(1), [thres], ppm(4));
thres = thres_otsu_get(ppm(2));
ppm(2) = thres_gray_apply(ppm(2), [thres], ppm(4));
thres = thres_otsu_get(ppm(3));
ppm(3) = thres_gray_apply(ppm(3), [thres], ppm(4));
pgm_write('1_thres.pgm', round((ppm(1)+ppm(2)+ppm(3))/3), ppm(4));
exit;
// main program
mask1 = [
-1 0 1;
-2 0 2;
-1 0 1
];
mask2 = [
1 2 1;
0 0 0;
-1 -2 -1
];
ppm = ppm_read('image.ppm');
red = ppm(1);
grn = ppm(2);
blu = ppm(3);
depth = ppm(4);
// Edge enhancement
enh_red = proc(red, mask1) + proc(red, mask2);
enh_grn = proc(grn, mask1) + proc(grn, mask2);
enh_blu = proc(blu, mask1) + proc(blu, mask2);
gen_ppm_color(enh_red, enh_grn, enh_blu, depth, "image_enhanced.ppm");
// gaussian blur 5
gauss = gaussian_mask(5);
ga5_red = proc(red, gauss);
ga5_grn = proc(grn, gauss);
ga5_blu = proc(blu, gauss);
gen_ppm_color(ga5_red, ga5_grn, ga5_blu, depth, "image_gauss5.ppm");
// gaussian blur 9
gauss = gaussian_mask(9);
ga9_red = proc(red, gauss);
ga9_grn = proc(grn, gauss);
ga9_blu = proc(blu, gauss);
gen_ppm_color(ga9_red, ga9_grn, ga9_blu, depth, "image_gauss9.ppm");
// difference between gaussians
gen_ppm_color( ...
abs(ga5_red - ga9_red), ...
abs(ga5_grn - ga9_grn), ...
abs(ga5_blu - ga9_blu), ...
depth, ...
"image_gaussdiff.ppm" ...
);
// threshold
exit;
|
b395c4e678a07e94c331dbb3bf78238d6218c2d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3159/CH3/EX3.2/Ex3_2.sce | 850f55257c9b49f113368ea0bd42d87f1bf6b836 | [] | 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,126 | sce | Ex3_2.sce | // Calculate effective number of lattice point in three cubic space lattice
clc
sc_n = 1/8 // sharing of one lattice point in a unit cell
sc_N = 8 // Number of lattice points in Simple cubic
bcc_n_e = 1/4// sharing of one edge lattice point in a BCC
bcc_N_e = 4// Number of edge lattice point in a BCC
bcc_n_c = 1// sharing of one body center lattice point in a BCC
bcc_N_c = 1// Number of body center lattice point in a BCC
fcc_n_e = 1/8 // sharing of one corner lattice point in a FCC
fcc_N_e = 8// Number of corner lattice point in a FCC
fcc_n_f = 1/2 // sharing of one face center lattice point in a FCC
fcc_N_f = 6// Number of face center lattice point in a FCC
printf("\n Example 3.2 ")
sc_net = sc_n*sc_N
bcc_net = bcc_n_e*bcc_N_e+bcc_n_c*bcc_N_c
fcc_net = fcc_n_e*fcc_N_e+fcc_n_f*fcc_N_f
printf("\n Effective number of lattice points are as:")
printf("\n\n Space lattice \t Abbreviation \t Effective number of lattice point in unit cell \n")
printf("\n Simple cubic \t\tSC \t\t\t\t %d\n Body center cubic\tBCC \t\t\t\t %d\n Face centered cubic\tFCC \t\t\t\t %d ",sc_net,bcc_net,fcc_net)
|
9cd31751b44ba9e8e2dd81ccce6626a44478dd20 | b2efed85f1632d9ed4b7d9f4eebc7126d3074940 | /ted_mini/artandsci_positive/35.ted.sci | 4f73c47e33fabb5a3f4922edf2d1f70ada5fa595 | [] | no_license | joytafty-work/unsupervised_nlp | 837d8ed75eb084b630d75a1deba7bdd53bbcf261 | 7812c7d24bb677c90cf6397ed0e274caba1b884c | refs/heads/master | 2021-01-10T09:24:33.254190 | 2015-11-11T20:40:32 | 2015-11-11T20:40:32 | 45,651,958 | 2 | 7 | null | 2018-01-28T18:54:18 | 2015-11-06T01:42:42 | Scilab | UTF-8 | Scilab | false | false | 16,112 | sci | 35.ted.sci | well i thought there would be a podium so i m a bit scared chris asked me to tell again how we found the structure of dna and since you know i follow his orders i ll do it but it slightly bores me and you know i wrote a book so i ll say something i ll say a little about you know how the discovery was made and why francis and i found it and then i hope maybe i have at least five minutes to say what makes me tick now in back of me is a picture of me when i was 17 i was at the university of chicago in my third year and i was in my third year because the university of chicago let you in after two years of high school so you it was fun to get away from high school because i was very small and i was no good in sports or anything like that but i should say that my background my father was you know raised to be an episcopalian and republican but after one year of college he became an atheist and a democrat and my mother was irish catholic and but she did n t take religion too seriously and by the age of 11 i was no longer going to sunday mass and going on birdwatching walks with my father so early on i heard of charles darwin i guess you know he was the big hero and you know you understand life as it now exists through evolution and at the university of chicago i was a zoology major and thought i would end up you know if i was bright enough maybe getting a ph d from cornell in ornithology then in the chicago paper there was a review of a book called what is life by the great physicist schrodinger and that of course had been a question i wanted to know you know darwin explained life after it got started but what was the essence of life and schrodinger said the essence was information present in our chromosomes and it had to be present on a molecule i d never really thought of molecules before you know chromosomes but this was a molecule and somehow all the information was probably present in some digital form and there was the big question of how did you copy the information so that was the book and so from that moment on i wanted to be a geneticist understand the gene and through that understand life so i had you know a hero at a distance it was n t a baseball player it was linus pauling and so i applied to caltech and they turned me down so i went to indiana which was actually as good as caltech in genetics and besides they had a really good basketball team so i had a really quite happy life at indiana and it was at indiana i got the impression that you know the gene was likely to be dna and so when i got my ph d i should go and search for dna so i first went to copenhagen because i thought well maybe i could become a biochemist but i discovered biochemistry was very boring it was n t going anywhere toward you know saying what the gene was it was just nuclear science and oh that s the book little book you can read it in about two hours and but then i went to a meeting in italy and there was an unexpected speaker who was n t on the program and he talked about dna and this was maurice wilkins he was trained as a physicist and after the war he wanted to do biophysics and he picked dna because dna had been determined at the rockefeller institute to possibly be the genetic molecules on the chromosomes most people believed it was proteins but wilkins you know thought dna was the best bet and he showed this x ray photograph sort of crystalline so dna had a structure even though it owed it to probably different molecules carrying different sets of instructions so there was something universal about the dna molecule so i wanted to work with him but he did n t want a former birdwatcher and i ended up in cambridge england so i went to cambridge because it was really the best place in the world then for x ray crystallography and x ray crystallography is now a subject in you know chemistry departments i mean in those days it was the domain of the physicists so the best place for x ray crystallography was at the cavendish laboratory at cambridge and there i met francis crick i went there without knowing him he was 35 i was 23 and within a day we had decided that maybe we could take a shortcut to finding the structure of dna not solve it like you know in rigorous fashion but build a model an electro model using some coordinates of you know length all that sort of stuff from x ray photographs but just ask what the molecule how should it fold up and the reason for doing so at the center of this photograph is linus pauling about six months before he proposed the alpha helical structure for proteins and in doing so he banished the man out on the right sir lawrence bragg who was the cavendish professor this is a photograph several years later when bragg had cause to smile he certainly was n t smiling when i got there because he was somewhat humiliated by pauling getting the alpha helix and the cambridge people failing because they were n t chemists and certainly neither crick or i were chemists so we tried to build a model and he knew francis knew wilkins so wilkins said he thought it was the helix x ray diagram he thought was comparable with the helix so we built a three stranded model the people from london came up wilkins and this collaborator or possible collaborator rosalind franklin came up and sort of laughed at our model they said it was lousy and it was so we were told to build no more models we were incompetent and so we did n t build any models and francis sort of continued to work on proteins and basically i did nothing and except read you know basically reading is a good thing you get facts and we kept telling the people in london that linus pauling s going to move on to dna if dna is that important linus will know it he ll build a model and then we re going to be scooped and in fact he d written the people in london could he see their x ray photograph and they had the wisdom to say no so he did n t have it but there was ones in the literature actually linus did n t look at them that carefully but about oh 15 months after i got to cambridge a rumor began to appear from linus pauling s son who was in cambridge that his father was now working on dna and so one day peter came in and he said he was peter pauling and he gave me a copy of his father s manuscripts and boy i was scared because i thought you know we may be scooped i have nothing to do no qualifications for anything and so there was the paper and he proposed a three stranded structure and i read it and it was just it was crap so this was you know unexpected from the world s and so it was held together by hydrogen bonds between phosphate groups well if the peak ph that cells have is around seven those hydrogen bonds could n t exist we rushed over to the chemistry department and said could pauling be right and alex hust said no so we were happy and you know we were still in the game but we were frightened that somebody at caltech would tell linus that he was wrong and so bragg said build models and a month after we got the pauling manuscript i should say i took the manuscript to london and showed the people well i said linus was wrong and that we re still in the game and that they should immediately start building models but wilkins said no rosalind franklin was leaving in about two months and after she left he would start building models and so i came back with that news to cambridge and bragg said build models well of course i wanted to build models and there s a picture of rosalind she really you know in one sense she was a chemist but really she would have been trained she did n t know any organic chemistry or quantum chemistry she was a crystallographer and i think part of the reason she did n t want to build models was she was n t a chemist whereas pauling was a chemist and so crick and i you know started building models and i d learned a little chemistry but not enough well we got the answer on the 28th february 53 and it was because of a rule which to me is a very good rule never be the brightest person in a room and we were n t we were n t the best chemists in the room i went in and showed them a pairing i d done and jerry donohue he was a chemist he said it s wrong you ve got the hydrogen atoms are in the wrong place i just put them down like they were in the books he said they were wrong so the next day you know after i thought well he might be right so i changed the locations and then we found the base pairing and francis immediately said the chains run in absolute directions and we knew we were right so it was a pretty you know it all happened in about two hours from nothing to thing and we knew it was big because you know if you just put a next to t and g next to c you have a copying mechanism so we saw how genetic information is carried it s the order of the four bases so in a sense it is a sort of digital type information and you copy it by going from strand separating so you know if it did n t work this way you might as well believe it because you did n t have any other scheme but that s not the way most scientists think most scientists are really rather dull they said we wo n t think about it until we know it s right but you know we thought well it s at least 95 percent right or 99 percent right so think about it the next five years there were essentially something like five references to our work in nature none and so we were left by ourselves and trying to do the last part of the trio how do you what does this genetic information do it was pretty obvious that it provided the information to an rna molecule and then how do you go from rna to protein for about three years we just i tried to solve the structure of rna it did n t yield it did n t give good x ray photographs i was decidedly unhappy a girl did n t marry me it was really you know sort of a shitty time so there s a picture of francis and i before i met the girl so i m still looking happy but there is what we did when we did n t know where to go forward we formed a club and called it the rna tie club george gamow also a great physicist he designed the tie he was one of the members the question was how do you go from a four letter code to the 20 letter code of proteins feynman was a member and teller and friends of gamow but that s the only no we were only photographed twice and on both occasions you know one of us was missing the tie there s francis up on the upper right and alex rich the m d turned crystallographer is next to me this was taken in cambridge in september of 1955 and i m smiling sort of forced i think because the girl i had boy she was gone and so i did n t really get happy until 1960 because then we found out basically you know that there are three forms of rna and we knew basically dna provides the information for rna rna provides the information for protein and that let marshall nirenberg you know take rna synthetic rna put it in a system making protein he made polyphenylalanine polyphenylalanine so that s the first cracking of the genetic code and it was all over by 1966 so there that s what chris wanted me to do it was so what happened since then well at that time i should go back when we found the structure of dna i gave my first talk at cold spring harbor the physicist leo szilard he looked at me and said are you going to patent this and but he knew patent law and that we could n t patent it because you could n t no use for it and so dna did n t become a useful molecule and the lawyers did n t enter into the equation until 1973 20 years later when boyer and cohen in san francisco and stanford came up with their method of recombinant dna and stanford patented it and made a lot of money at least they patented something which you know could do useful things and then they learned how to read the letters for the code and boom we ve you know had a biotech industry and but we were still a long ways from you know answering a question which sort of dominated my childhood which is how do you nature nurture and so i ll go on i m already out of time but this is michael wigler a very very clever mathematician turned physicist and he developed a technique which essentially will let us look at sample dna and eventually a million spots along it there s a chip there a conventional one then there s one made by a photolithography by a company in madison called nimblegen which is way ahead of affymetrix and we use their technique and what you can do is sort of compare dna of normal segs versus cancer and you can see on the top that cancers which are bad show insertions or deletions so the dna is really badly mucked up whereas if you have a chance of surviving the dna is n t so mucked up so we think that this will eventually lead to what we call dna biopsies before you get treated for cancer you should really look at this technique and get a feeling of the face of the enemy it s not a it s only a partial look but it s a i think it s going to be very very useful so we started with breast cancer because there s lots of money for it no government money and now i have a sort of vested interest i want to do it for prostate cancer so you know you are n t treated if it s not dangerous but wigler besides looking at cancer cells looked at normal cells and made a really sort of surprising observation which is all of us have about 10 places in our genome where we ve lost a gene or gained another one so we re sort of all imperfect and the question is well if we re around here you know these little losses or gains might not be too bad but if these deletions or amplifications occurred in the wrong gene maybe we ll feel sick so the first disease he looked at is autism and the reason we looked at autism is we had the money to do it looking at an individual is about 3 000 dollars and the parent of a child with asperger s disease the high intelligence autism had sent his thing to a conventional company they did n t do it could n t do it by conventional genetics but just scanning it we began to find genes for autism and you can see here there are a lot of them so a lot of autistic kids are autistic because they just lost a big piece of dna i mean big piece at the molecular level we saw one autistic kid about five million bases just missing from one of his chromosomes we have n t yet looked at the parents but the parents probably do n t have that loss or they would n t be parents now so our autism study is just beginning we got three million dollars i think it will cost at least 10 to 20 before you d be in a position to help parents who ve had an autistic child or think they may have an autistic child and can we spot the difference so this same technique should probably look at all it s a wonderful way to find genes and so i ll conclude by saying we ve looked at 20 people with schizophrenia and we thought we d probably have to look at several hundred before we got the picture but as you can see there s seven out of 20 had a change which was very high and yet in the controls there were three so what s the meaning of the controls were they crazy also and we did n t know it or you know were they normal i would guess they re normal and what we think in schizophrenia is there are genes of predisposure and whether this is one that predisposes and then there s only a sub segment of the population that s capable of being schizophrenic now we do n t have really any evidence of it but i think to give you a hypothesis the best guess is that if you re left handed you re prone to schizophrenia 30 percent of schizophrenic people are left handed and schizophrenia has a very funny genetics which means 60 percent of the people are genetically left handed but only half of it showed i do n t have the time to say now some people who think they re right handed are genetically left handed ok i m just saying that if you think oh i do n t carry a left handed gene so therefore my you know children wo n t be at risk of schizophrenia you might ok so it s to me an extraordinarily exciting time we ought to be able to find the gene for bipolar there s a relationship and if i had enough money we d find them all this year i thank you |
0caf94ee1f3c65ba232db9d243234e30a8424bfd | 717ddeb7e700373742c617a95e25a2376565112c | /45/CH7/EX7.2/example_7_2.sce | 5ea24f2f892adf9254e415a78c8846d2346ee34d | [] | 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 | 365 | sce | example_7_2.sce | //example 7.2
clc;
clear;
//prop_delay = input('Enter the propagation delay in nano seconds:');
prop_dely=24; // taking the given input
format('v',18); //setting the precision
max_clk_frq = 1/prop_delay; // making necessary calculations
max_clk_frq = max_clk_frq*10^3;
printf('maximum clock frequency is %f KHz',max_clk_frq); // displaying the result
|
86cc3fa9b002c00269c048c0aacd545022013892 | 449d555969bfd7befe906877abab098c6e63a0e8 | /680/CH14/EX14.11/14_11.sce | e31e789b27279d38cf54b4fec60ab7b5a6316eb5 | [] | 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 | 387 | sce | 14_11.sce | //Problem 14.11:
//initializing the variables:
P = 2; // in atm
T1 = 373; // in K
nA = 1;
nB = 2.5;
nC = 2;
T2 = 273; // in K
R = 1.987;
v = 1 - 2 -1;
//calculation:
n = nA + nB + nC
yA = nA/n
yB = nB/n
yC = nC/n
K = (yC/(yB*yA^2))*P^v
DG0273 = R*T2*log(K)
printf("\n\nResult\n\n")
printf("\n standard free energy change of this reaction is %.2f cal/gmol",DG0273) |
daa95559b100880b8703b175eb9abcb4461e6e32 | 18bf68cdf766092ccdcba8d231e8140063833a5a | /RampCT.sce | 46db76e96f554b67d98ec6720f61ae9d0c796fcb | [] | no_license | goodengineer/Scilab-Exercises | b51cc9a4c938f0289a32875d2d21eb9061d0e68e | 3c268211fe48e7e4d0002e44757ea8b50cda10f9 | refs/heads/master | 2022-12-24T23:30:12.875423 | 2020-10-05T06:27:20 | 2020-10-05T06:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 692 | sce | RampCT.sce | // program to plot the unit step function for the given advance / delay (Continuous Signal)
// Exercise 3
clear;
function y = ramp(t,a_d,m) // m is the slope of the ramp & a_d(+ve : advance / -ve : delay)
N = length(t); // calculates length of the time vector
y = zeros(1,N); // assign zeros to the vector y of length equal to length of time vector
for i =1:N
if t(i) >= -a_d
y(i) = m*(t(i) + a_d);
else
end
end
endfunction
clf;
dt = 0.01;
t = -5 : dt : 5;
ad = 1;
amp = 3;
y1 = ramp(t,ad,amp);
plot(t,y1,'m');
xlabel("t","fontsize",4);
ylabel("y1","fontsize",4);
title("Ramp Function (For Continuous Signal)","fontsize",4)
|
bb98cdb2ac13844c4386fb468524d0374e1b8e53 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH9/EX9.26/Ex9_26.sce | 2d3b387cc7fa10ee773e0eb06f9ed1790ec45522 | [] | 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 | 244 | sce | Ex9_26.sce | clear
//Given
I2=10 //A
r=0.1 //m
l=2 //m
I1=2
I2=10
r=0.1
//Calculation
u=4*%pi*10**-7
F=u*I1*I2*I1/(2.0*%pi*r)
//Result
printf("\n Force on small conductor %0.3f N", F)
|
ee9279d35c60a1b332820a98bd7b6d9e8425b7a3 | 09fb666c0701b49ab031e9c772024f96f6ed1c7e | /Lab 7/Lab 7.sci | 5d34b22ee8fe34f3c4cf51f747031e29df5153b6 | [] | no_license | Alejandro287/Numerica_Methods | ccbf8fa032809f6f6398a0f8100a268a750d8491 | 968f6cf10b651ff1049855a677753e6b2a44ca26 | refs/heads/master | 2020-04-02T02:45:35.586981 | 2018-10-20T16:38:01 | 2018-10-20T16:38:01 | 153,926,195 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,977 | sci | Lab 7.sci | function dy = f(t,y)
dy=(t^2)-y
endfunction
//Una función que permite obtener una aproximación a la
//solución y(t) de la ecuación diferencial y'=f(t,y) en el intervalo
//[t0,tn] con condición inicial y(t0)=y0, utilizando el método de Euler.
//
//Input: "t0" Valor inicial de t para el cual se da la condición inicial de y(t0)=y0
//Input: "tM" Valor de t para el cual se quiere calcular la aproximación de la solución y(t)
//Input: "y0" Valor de la condición inicial el cual corresponde a y(t) evaluada en t0
//Input: "M" Es el número de particiones que definen a h (el tamaño del paso)
////Output: "E" Valor de una aproximación encontrada mediante el
// Método de Euler para la solución y(t) evaluada en tM
function E = UN_ecua_dif_Euler(t0,y0,tM,M)
h=(tM-t0)/M
y=y0
for i=1:M
t=t0+((i-1)*h)
k=f(t,y)
y=y+k*h
end
E = y
endfunction
//Una función que permite obtener una aproximación a la
//solución y(t) de la ecuación diferencial y'=f(t,y) en el intervalo
//[t0,tn] con condición inicial y(t0)=y0, utilizando el método de
//Runge-Kutta de orden 4.
//
//Input: "t0" Valor inicial de t para el cual se da la condición inicial de y(t0)=y0
//Input: "tM" Valor de t para el cual se quiere calcular la aproximación de la solución y(t)
//Input: "y0" Valor de la condición inicial el cual corresponde a y(t) evaluada en t0
//Input: "M" Es el número de particiones que definen a h (el tamaño del paso)
////Output: "RK4" Valor de una aproximación encontrada mediante el
// Método de Runge-Kutta de orden 4 para la solución y(t) evaluada en tM
function RK4 = UN_ecua_dif_RK4(t0,y0,tM,M)
h=(tM-t0)/M
y=y0
for i=1:M
t=t0+((i-1)*h)
k1=f(t,y)
k2= f( (t+(h/2)) , (y+(h/2)*k1) )
k3= f( (t+(h/2)) , (y+(h/2)*k2) )
k4= f( (t+h) , (y+(h*k3)) )
k=((k1+(2*k2)+(2*k3)+k4)/6)
y=y+k*h
end
RK4 = y
endfunction
|
805b52d77328e21d23ce9ed0ed2e454ed44b92a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH17/EX17.05/17_05.sce | 6acf0596893857321fbb77dd9965c08896db388a | [] | 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,087 | sce | 17_05.sce | //Problem 17.05: A capacitor is charged to 100 V and then discharged through a 50 kohm resistor. If the time constant of the circuit is 0.8 s, determine: (a) the value of the capacitor, (b) the time for the capacitor voltage to fall to 20 V, (c) the current flowing when the capacitor has been discharging for 0.5 s, and (d) the voltage drop across the resistor when the capacitor has been discharging for one second.
//initializing the variables:
R = 50000; // in ohms
V = 100; // in Volts
Vc1 = 20; // in Volts
tou = 0.8; // in secs
t1 = 0.5; // in secs
t2 = 1; // in secs
//calculation:
C = tou/R
t = -1*tou*log(Vc1/V)
I = V/R
it1 = I*%e^(-1*t1/tou)
Vc = V*%e^(-1*t2/tou)
printf("\ = \n\n Result \n\n")
printf("\n (a)the value of the capacitor is %.2E F",C)
printf("\n (b)the time for the capacitor voltage to fall to 20 V is %.2f sec",t)
printf("\n (c)the current flowing when the capacitor has been discharging for 0.5 s is %.5f A",it1)
printf("\n (d)the voltage drop across the resistor when the capacitor has been discharging for one second is %.1f V",Vc) |
3099e7244a3cf69543c53e7f60e0411986952bbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2915/CH2/EX2.2/Ex2_2.sce | 202d0708d4d959c52d12cd3edd9ca374a9783f6b | [] | 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 | 673 | sce | Ex2_2.sce | //Example 2.2
//To solve the triangle when 2 sides and one opposite angle is given
clc,clear
a=18 //side oposite to vertex A
A=25 //angle at vertex A
b=30 //side opposite to vertex B
sin_B=(b/a)*sind(A) //law of sines
//case 1
B=asind(sin_B) //law of sines
C=180-(A+B)
c=a*sind(C)/sind(A) //law of sines
printf('1st possible solution set\nAngle at B =%.1f degree\nAngle at C=%.1f degree\nlength of side c=%.0f units\n',B,C,c)
//case 2
B=180 - asind(sin_B) //law of sines
C=180-(A+B)
c=a*sind(C)/sind(A) //law of sines
printf('\n\n2nd possible solution set\nAngle at B =%.1f degree\nAngle at C=%.1f degree\nlength of side c=%.1f units\n',B,C,c)
|
e778af91ded8993c74bcc3fb7adace0507618551 | 04236ab1161ec860ab3b1d0c3225fcbdc54923a3 | /2013.d/3-arrondi.d/tp0-ex1.sci | f21a2388cc37f031edc1968da3c9d190573efe9c | [
"MIT"
] | permissive | homeostasie/petits-pedestres | 957695cdb8a7823ed2e3fe79f7b441410928cba9 | 557c810e26412bc34ebe063dcd904affe5a27855 | refs/heads/master | 2023-05-31T03:35:13.365160 | 2023-04-26T21:47:56 | 2023-04-26T21:47:56 | 163,504,589 | 2 | 0 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 2,629 | sci | tp0-ex1.sci | //Le TP0 Erreur d'arrondi
// LAFOND Thomas
//Exo 1 - Le but est d'approximer la fonction cosinus d'une manière stable
//a - Volontairement on va faire selon la série entière classique...
function [a1_cos]=F_a1_cos(x)
// A1_cos est la fonction de sortie
// x est l'entrée de la fonction
// N est le nombre d'itération qu'on va faire pour la série entière.
N=50
// On part avec une série entière avec un premier terme a1 = 1
a1_cos=1
//on part à k = 1!!! car on a déjà pris un a1
for k=1:1:N
// On calcul la factoriel à chaque rang tout rang
facto=prod([1:2*k])
a1_cos=a1_cos+(((-1)^k)*(x**(2*k)/facto)),
end
endfunction
function [a2_cos]=F_a2_cos(x)
// a2_cos est la fonction de sortie
// x est l'entrée de la fonction
// N est le nombre d'itération qu'on va faire pour la série entière.
N=50
// Pour faire un calcul plus juste on utilise la périodicité de cos. en effet cos(a)=cos(2*pi*a)
x_mod=pmodulo(x,2*%pi)
// On part avec une série entière avec un premier terme a1 = 1
a2_cos=1
//on part à k = 1!!! car on a déjà pris un a1
for k=1:1:N
// On calcul la factoriel à chaque rang tout rang
facto=prod([1:2*k])
a2_cos=a2_cos+(((-1)^k)*(x_mod**(2*k)/facto)),
end
endfunction
function [a3_cos]=F_a3_cos(x)
// a3_cos est la fonction de sortie
// x est l'entrée de la fonction
// N est le nombre d'itération qu'on va faire pour la série entière.
N=50
//un sert a faire l'alternance des termes de la série entière
un=1
//a3_cos est initialisé à un
som1(1)=1
prod1(1)=1
for i=1:1:N-1
prod1(i+1)=prod1(i)*(x/(2*i))*(x/(2*i-1)),
un=(-1)*un,
som1(i+1)=som1(i)+(un*prod1(i+1)),
end
a3_cos=som1(N)
endfunction
function [a4_cos]=F_a4_cos(x)
// a3_cos est la fonction de sortie
// x est l'entrée de la fonction
// N est le nombre d'itération qu'on va faire pour la série entière.
N=50
// Pour faire un calcul plus juste on utilise la périodicité de cos. en effet cos(a)=cos(2*pi*a)
x_mod=pmodulo(x,2*%pi)
//un sert a faire l'alternance des termes de la série entière
un=1
//a3_cos est initialisé à un
som1(1)=1
prod1(1)=1
for i=1:1:N-1
prod1(i+1)=prod1(i)*(x_mod/(2*i))*(x_mod/(2*i-1)),
un=(-1)*un,
som1(i+1)=som1(i)+(un*prod1(i+1)),
end
a4_cos=som1(N)
endfunction
a1_cos=F_a1_cos;
a2_cos=F_a2_cos;
a3_cos=F_a3_cos;
a4_cos=F_a4_cos;
inter=30:0.1:39.5;
plot2d(inter,a1_cos(inter),style=5)
plot2d(inter,a2_cos(inter))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.