blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21 values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8 values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50 values | src_encoding stringclasses 23 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 29 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a501694ad5de6fb184bf8440af22061c6ef6275a | 449d555969bfd7befe906877abab098c6e63a0e8 | /659/CH6/EX6.3cs/Casestudy6_3.sce | 58db705a6949d786babf6f6cfe3822e872ad1a99 | [] | 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 | 460 | sce | Casestudy6_3.sce | // Case Study:-Chapter 6
// 3.Minimum Cost
for p=0:0.1:10
cost=48-8*p+p^2;
if(p==0) ,
cost1=cost;
continue; //Use of continue statement
end
if(cost>=cost1) ,
break; //Use of break statement
end
cost1=cost;
p1=p;
end
p =(p+p1)/2.0;
cost=40-8*p+p^2; //Computes the cost
//print the result
printf("MINIMUM COST=%.2f AT p=%.1f\n",cost,p); |
60416274a249e6ba54e5467f33c0bfac307316ad | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH9/EX9.22/ex9_22.sce | 92310668253c70a867c8e97e6bc0539cf99bde13 | [] | 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 | 289 | sce | ex9_22.sce | //Page Number: 503
//Example 9.22
clc;
//Given
e=1.6D-19;
N=4D+21; //m
L=10D-6; //m
e0=8.854D-12;
er=11;
//Breakdown voltage
Vbd=(e*N*L*L)/(e0*er);
disp('V',round(Vbd),'Breakdown voltage:');
//Breakdown electric field
E=Vbd/L;
disp('V/m',E,'Breakdown electric field:');
|
25a6f93094cfab50cd866a70c85dd7fca8c44075 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1709/CH5/EX5.2/5_2.sce | ae9a735d0248dcd2a9a038c5abf7c734f6ae60e5 | [] | 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 | 173 | sce | 5_2.sce | clc
//Initialization of variables
N=6
g=4
//calculations
sig=factorial(g+N-1) /(factorial(g-1) *factorial(N))
//results
printf("No. of ways of arranging = %d ",sig)
|
a5855335cacb7f36572128cd8a3005cd92a92351 | 449d555969bfd7befe906877abab098c6e63a0e8 | /746/DEPENDENCIES/8_09.sci | afd919d32fa0bf7def86d7f6353b6afd05cff99f | [] | 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 | 295 | sci | 8_09.sci | //Length of copper wire(in ft):
L=10;
//Inner diameer of pipe(in inches):
D=1.5;
//Dischare(in ft^3/sec):
Q=0.566;
//Level of reservoir above pipe centreline(inn feet):
h=85.1;
//Kinematic viscosity at 70 F(in ft^2/s):
v=1.05*10^-5;
//Acceleration due to gravity(in ft/sec^2):
g=32.2; |
5e1977d655f6842cca11855ab24249ecaeefc8ae | 3cbee2296fd6b54f80587eead83813d4c878e06a | /sci2blif/rasp_design_added_blocks/dc_in.sce | 32ec220690d92ca8f3d0e3ea81e3d4f83526b2c2 | [] | no_license | nikhil-soraba/rasp30 | 872afa4ad0820b8ca3ea4f232c4168193acbd854 | 936c6438de595f9ac30d5619a887419c5bae2b0f | refs/heads/master | 2021-01-12T15:19:09.899590 | 2016-10-31T03:23:48 | 2016-10-31T03:23:48 | 71,756,442 | 0 | 0 | null | 2016-10-24T05:58:57 | 2016-10-24T05:58:56 | null | UTF-8 | Scilab | false | false | 96 | sce | dc_in.sce | style.fontSize=16;
style.displayedLabel="DC_in";
pal6 = xcosPalAddBlock(pal6,"dc_in",[],style);
|
f7453c1233a62bf75f0727301337dc3d44fee652 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH12/EX12.1/Example_12_1.sce | b230eb6c2c93abf4e90ed29645db24ecc209d59f | [] | 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,513 | sce | Example_12_1.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 12.1
//Caption : Program to Reduce the set of VLE Data and Plot the Graphs
P=[90.15,91.78,88.01,81.67,78.89,76.82,73.39,66.45,62.95,57.70,50.16,45.70,29.00];
x1=[0.000,0.063,0.248,0.372,0.443,0.508,0.561,0.640,0.702,0.763,0.834,0.874,1.000];
y1=[0.000,0.049,0.131,0.182,0.215,0.248,0.268,0.316,0.368,0.412,0.490,0.570,1.000];
x2=1-x1;
y2=1-y1;
P1_sat=P(13);
P2_sat=P(1);
K=zeros(1,13);
for(i=1:13)
if(i ~= 1)
ln_V1(i)=approx(log(y1(i)*P(i)/(x1(i)*P1_sat)),3);
end
if(i ~= 13)
ln_V2(i)=approx(log(y2(i)*P(i)/(x2(i)*P2_sat)),3);
end
end
ln_V1(1)=%nan;
ln_V2(13)=%nan;
for(i=2:12)
K(i)=approx(((x1(i)*ln_V1(i))+(x2(i)*ln_V2(i)))/(x1(i)*x2(i)),3); //K=G_E/(x1*x2*R*T)
k(i)=approx(((x1(i)*ln_V1(i))+(x2(i)*ln_V2(i))),3); //K=G_E/(R*T)
end
K(1)=%nan;
k(1)=%nan;
K(13)=%nan;
k(13)=%nan;
A21=0.70;
A12=1.35;
K_new=approx((A21.*x1)+(A12.*x2),3);
//Using Eqn (12.10(a) and 12.10(b))
ln_V1_new=approx((x2.*x2).*(A12+(2*(A21-A12).*x1)),3);
V1_new=approx(exp(ln_V1_new),3);
ln_V2_new=approx((x1.*x1).*(A21+(2*(A12-A21).*x2)),3);
V2_new=approx(exp(ln_V2_new),3);
//Using Eqn (12.11)
P_new=(x1.*V1_new*P1_sat)+(x2.*V2_new*P2_sat);
A21_new=0.596;
A12_new=1.153;
K_new1=approx((A21_new.*x1)+(A12_new.*x2),3);
//Using Eqn (12.10(a) and 12.10(b))
ln_V1_new1=approx((x2.*x2).*(A12_new+(2*(A21_new-A12_new).*x1)),3);
V1_new1=approx(exp(ln_V1_new1),3);
ln_V2_new1=approx((x1.*x1).*(A21_new+(2*(A12_new-A21_new).*x2)),3);
V2_new1=approx(exp(ln_V2_new1),3);
//Using Eqn (12.11)
P_new1=(x1.*V1_new1*P1_sat)+(x2.*V2_new1*P2_sat);
subplot(1,2,1)
plot(x1,P,'bo')
plot(y1,P,'gs')
plot(x1,P_new,'b-')
plot(y1,P_new,'g-')
plot(x1,P_new1,'b--')
plot(y1,P_new1,'g--')
legend('Actual(P vs x1)','Actual(P vs y1)','By Gibbs Duhem(P vs x1)','By Gibbs Duhem(P vs y1)','By Barkers Method(Accurate)')
xtitle('(a)','x1,y1','P/kPa')
subplot(1,2,2)
plot(x1,ln_V1,'bs')
plot(x1,ln_V2,'gv')
plot(x1,K,'ro')
plot(x1,K_new,'r-')
plot(x1,ln_V1_new,'b-')
plot(x1,ln_V2_new,'g-')
plot(x1,K_new1,'r--')
plot(x1,ln_V1_new1,'b--')
plot(x1,ln_V2_new1,'g--')
legend('Actual(ln V1 vs x1)','Actual(ln V2 vs x1)','G_E/x1x2RT vs x1','By Gibbs Duhem(G_E/x1x2RT vs x1)','By Gibbs Duhem(ln V1 vs x1)','By Gibbs Duhem(ln V2 vs x1)','By Barkers Method(Accurate)')
xtitle('(b)','x1')
//End |
08525548ace0fc5c3a1595809cdeac33b150e3e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH8/EX8.6/8_6.sce | 2fb06a7ee114834af2c501b85a8b60787668bc02 | [] | 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,146 | sce | 8_6.sce | //Example 8.6
//Block Jacobi Method
//Page no. 281
clc;clear;close;
A=[10,1,0,0,0,-1;1,10,1,0,0,0;2,0,20,1,0,0;0,0,1,10,-1,0;0,3,0,0,30,3;0,0,0,2,-2,20]; //equation matrix
B=[5;10;10;0;0;5] //solution matrix
disp(B,'B=',A,'A=')
for i=1:3
for j=1:3
A11(i,j)=A(i,j);
end
B1(i,1)=B(i,1);
end
for i=1:3
for j=1:3
A12(i,j)=A(i,j+3);
end
end
for i=1:3
for j=1:3
A21(i,j)=A(i+3,j);
end
end
for i=1:3
for j=1:3
A22(i,j)=A(i+3,j+3);
end
B2(i,1)=B(i+3,1);
end
disp(B2,'B2=',B1,'B1=',A22,'A22=',A21,'A21=',A12,'A12=',A11,'A11=');
A11_1=inv(A11);A22_1=inv(A22);
disp(A22_1,'Inverse of A22=',A11_1,'Inverse of A11=')
for i=1:3
X1(i,1)=0;
X2(i,1)=0;
end
for r=1:2
X11=A11_1*(-1*A12*X2+B1);
X22=A22_1*(-1*A21*X1+B2);
X1=X11;
X2=X22;
disp(X1,'X1=')
disp(X2,'X2=')
end
for i=1:6
if(i<4)
X(i,1)=X1(i,1);
else
X(i,1)=X2(i-3,1);
end
end
disp(X,'X=')
printf('\n\n\nNote : There is a computation error in calculation of X1(2)')
|
87b095210d1163930431dba5dfbb8cf0deb67ec4 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825.zip/Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825/CH19/EX19.18/Ex19_18.sce | f499bbf77becc83be4328cbaec06cbe1642132fb | [] | 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 | 211 | sce | Ex19_18.sce | errcatch(-1,"stop");mode(2);//Ex19_18 Pg-965
hex='9AF' //hexadecimal input
dec=hex2dec(hex) //decimal output
bin=dec2bin(dec) //binary output
disp("The binary equivalent of 9AF is")
disp(bin)
exit();
|
c28916f60184d3705345b46349edd6d76c5532c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2471/CH1/EX1.6/Ex1_6.sce | 2cc062b720ffaa186169ac588d3b1744a1f37515 | [] | 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 | 597 | sce | Ex1_6.sce | clear ;
clc;
// Example 1.6
printf('Example 1.6\n\n');
printf('Page No. 11\n\n');
// Solution
// Given
G1= 11.72*10^3;// hourly consumption of gas in therms
th= 34.13;// in Watts
G= G1*th;// hourly consumption of gas in Watts
O1= 4.32*10^9;// hourly consumption of oil in Joules
J= .278*10^-3;// in Watts
O= O1*J;// hourly consumption of oil in Watts
E= 500*10^3;// hourly consumption of electricity in Watts
// Pie Chart Representation : one input argument x=[G O E]
pie([G O E],["gas" "oil" "electricity"]);// Please see the graphics window
printf('The Pie chart is plotted in the figure');
|
05220de0855a850169b2a2b519b4a82791b11b2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /191/CH5/EX5.7/Example5_7.sce | 223cce35e7b3b1af870e0f96febca56a0d6079ae | [] | 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,182 | sce | Example5_7.sce | //Illustration of Central Difference Formula
close();
clear;
clc;
xi = 0:0.2:1.2;
fi = sin(xi);
x0 = 0;
h = 0.2;
format('v',8);
// First order difference
delta1_fi = diff(fi);
// Second order difference
delta2_fi = diff(delta1_fi);
// Third order difference
delta3_fi = diff(delta2_fi);
// Fourth order difference
delta4_fi = diff(delta3_fi);
//Fifth order difference
delta5_fi = diff(delta4_fi);
//Sixth order difference
delta6_fi = diff(delta5_fi);
disp(fi , 'Values of f(x) : ')
disp(delta1_fi , 'First Order Difference :')
disp(delta2_fi , 'Second Order Difference :')
disp(delta3_fi , 'Third Order Difference :')
disp(delta4_fi , 'Fourth Order Difference :')
disp(delta5_fi , 'Fifth Order Difference :')
disp(delta6_fi , 'Sixth Order Difference :')
//Calculating p2(0.67)
xm = 0.6;
x = 0.67;
s = (x-xm)/0.2;
p2 = fi(4) + {s*(delta1_fi(3)+delta1_fi(4))/2} + s*s*(delta2_fi(3))/2;
disp(p2 , 'Value of p2(0.67) : ');
//Calculating p4(0.67)
p4 = p2 + s*(s*s-1)*(delta3_fi(3)+delta3_fi(2))/12 + s*s*(s*s-1)*delta4_fi(2)/24;
disp(p4 , 'Value of p4(0.67) : ');
//Exact value of sin(0.67) is 0.62099 so error in estimation
err = 0.62099-0.62098;
disp(err , 'Error in estimation : '); |
4b09a184d7fe56b17566bb9c6d29dca77949eee4 | e806e966b06a53388fb300d89534354b222c2cad | /macros/stereoParameters.sci | 502217cf6ca75a7b2824641bc9eb1813644f6e3e | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,795 | sci | stereoParameters.sci | function varargout=stereoParameters(varargin)
[lhs rhs]=argn(0);
if lhs<1 then
error(msprintf(" Not enough output arguments. One expected"))
elseif lhs>1 then
error(msprintf(" Too many onput arguments. One expected"))
end
if rhs~=4 then
error(msprintf(" Invalid number of input arguments"))
end
EssentialMatrix = [];
FundamentalMatrix = [];
MeanReprojectionError = 0;
NumPatterns = 0;
WorldPoints=[];
WorldUnits='mm';
cameraParam1 = varargin(1);
cameraParam2 = varargin(2);
if ~isstruct(cameraParam1) then
error(msprintf(" A Camera Parameter object expected"))
end
if ~isstruct(cameraParam2) then
error(msprintf(" A Camera Parameter object expected"))
end
xz = fieldnames(cameraParam1);
[size1 zz] = size(xz);
xz = fieldnames(cameraParam2);
[size2 zz] = size(xz);
if size1~=18 | size2~=18 then
error(msprintf(" Invalid Camera Parameter Object"))
end
checkCameraParam(cameraParam1);
checkCameraParam(cameraParam2);
// checking third input
rotationOfCam = varargin(3);
[type3] = type(rotationOfCam);
if type3~=1 | ~isreal(rotationOfCam) then
error(msprintf(" Invalid Input Argument. A real 3x3 Matrix expected."))
end
[rows cols] = size(rotationOfCam);
if rows*cols~=9 then
error(msprintf(" Invalid Input Argument. A 3x3 Matrix expected."))
end
// checking 4th input
translationOfCam = varargin(4);
[type4] = type(translationOfCam);
if type4~=1 | ~isreal(translationOfCam) then
error(msprintf(" Invalid Input Argument. A real list of 3 expected. "))
end
[rows cols] = size(translationOfCam);
if rows*cols~=3 then
error(msprintf(" Invalid Input Argument. A 3x3 Matrix expected."))
end
g = translationOfCam;
gx = [0 -g(3) g(2); g(3) 0 -g(1); -g(2) g(1) 0];
EssentialMatrix = rotationOfCam*gx;
FundamentalMatrix = cameraParam1.IntrinsicMatrix \ EssentialMatrix / (cameraParam2.IntrinsicMatrix)';
MeanReprojectionError = (cameraParam1.meanReprojectionError + cameraParam2.meanReprojectionError)/2;
NumPatterns = cameraParam1.NumPatterns;
WorldPoints = cameraParam1.WorldPoints;
WorldUnits = cameraParam1.WorldUnits;
varargout(1) = struct('CameraParameters1', cameraParam1, 'CameraParameters2', cameraParam2, 'RotationOfCamera2', rotationOfCam, 'TranslationOfCamera2', translationOfCam, 'FundamentalMatrix', FundamentalMatrix, 'EssentialMatrix', EssentialMatrix,'MeanReprojectionError', MeanReprojectionError, 'NumPatterns', NumPatterns, 'WorldPoints', WorldPoints, 'WorldUnits', WorldUnits);
endfunction
|
490a3c333cce9fdf7f8457554d8932b79a203856 | 8d952a06e3809a06825a3be7b067201f3652f16a | /debug/bin/BackDoor/unloader.sce | ffed52ab6a320efee545d002bc93d6d0bb60e68c | [
"GPL-3.0-only",
"MIT"
] | permissive | andyLaurito92/haikunet | b771eaf6bd91292485f0a49698ce123b9308d676 | db44623b248c56735c28a5f589c3239dc7e9855e | refs/heads/master | 2021-06-14T12:38:38.996450 | 2021-05-05T18:26:02 | 2021-05-05T18:26:02 | 75,564,849 | 2 | 1 | MIT | 2021-05-05T18:26:26 | 2016-12-04T21:12:31 | C++ | UTF-8 | Scilab | false | false | 342 | sce | unloader.sce | // This file is released under the 3-clause BSD license. See COPYING-BSD.
// Generated by builder.sce: Please, do not edit this file
try
getversion("scilab");
catch
error("Scilab 5.4 or more is required.");
end;
fileQuit = get_absolute_file_path("unloader.sce") + "etc/" + "backdoor.quit";
if isfile(fileQuit) then
exec(fileQuit);
end
|
7351fdafbdee4ee9f4724a9e3f78228963918b3a | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825.zip/Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825/CH19/EX19.11/Ex19_11.sce | b1f9123e187fc701f677823ea8d3e047fd463f3c | [] | 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 | 173 | sce | Ex19_11.sce | errcatch(-1,"stop");mode(2);//Ex19_11 Pg-962
oct='23'; //binary input
dec=oct2dec(oct) //decimal output
disp("The decimal equivqlent of 23 is")
disp(dec)
exit();
|
6d9a89186279382aa835e557f85bdc3576d441c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1394/CH17/EX17.1.3/Ex17_1_3.sce | 77ed1a484e61bbc6f693adcd9a61a7d833070442 | [] | 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 | 213 | sce | Ex17_1_3.sce |
clc
//initialization of variables
k = 16*10^-3 // m.t.c in cm/sec
D = 1.25*10^-5 // Diffusion co efficient in cm^2/sec
//Calculations
K1 = (k^2)/D
//Results
printf("The rate constant is %.f sec^-1",K1)
|
4902aa0b7456bc4a08a15a929a5e5bf4429e5d48 | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/Graph_search/geometric_cost.sci | ee0c3b1797a87bd1b4cf7752a56a1ac7216abcf1 | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 527 | sci | geometric_cost.sci | function hcost = geometric_cost(STNC,goal_stance)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//Computes the cost of the stance wrt geometric considerations:
// *footfall distribution
// *area of support polygon
// *cost-to-goal
// *...
//INPUT
//
//OUTPUT
//
//----------------------------------------------------------------------------//
hcost = 5;
endfunction
|
de01d6220bb8b6720fba3b12540a50181edfeac7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /692/CH5/EX5.11/P5_11.sce | 43a41dcaebcf3a6205576aca95feb58bcb90c8cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sce | P5_11.sce | //EXAMPLE 5.11
//Circular convolution using DFT
clc;
clear;
g = [1 2 0 1];
disp(g,'g[n] = ');
h = [2 2 1 1];
disp(h,'h[n] = ');
M=4;
for n=0:M-1
for k=0:M-1
W(n+1,k+1) = exp(-(%i*2*%pi*k/M)*n);
end
end
G = W*g';
H = W*h';
disp(G,'DFT is, G = ');
disp(H,'DFT is, H = ');
Y=G.*H;
y=(1/4)*conj(W)*(Y);
disp(real(y),'Circular convolution = '); |
de795606c55934cdc37c6719dc5fa02077b07ae4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1484/CH7/EX7.2/7_2.sce | 96cdbde0e0ac8936906a045c077ec017772ade51 | [] | 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 | 277 | sce | 7_2.sce | clc
//initialisation of variables
b= 40 //ft
d= 4 //ft
k= 0.004
g= 32.2 //ft/sec^2
Q= 500 //cuses
//CALCULATIONS
A= b*d
P= b+2*d
m= A/P
f= k*sqrt(1+(0.2/m))
C= sqrt(2*g/f)
V= Q/A
i= V^2/(C^2*m)
D= 5280*i
//RESULTS
printf ('fall in feet per mile= %.2f ft',D)
|
01e1098fb3e0ccf879f5c09aee957d6461c36a5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH17/EX17.19/Ex17_19.sce | 123d0f32041ba068d1e65e455a5d04a28b0fed37 | [] | 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,095 | sce | Ex17_19.sce | //Fluid Systems - By Shiv Kumar
//Chapter 17- Dimensional and Model Analysis
//Example 17.19
//To Find the Speed of Air in Wind Tunnel and Determine the The Ratio of Drag(Resistance) between the Model and its Prototype.
clc
clear
//Given:-
Lr=30; //Scale Ratio (Lp/Lm)
//For Model ( Working Fluid is Air),
nu_m=0.016; //Kinematic Viscosity of Air, Stoke
rho_m=1.24; //Density of Air, Kg/m^3
//For Prototype ( Working Fluid is Sea Water),
Vp=10; //Speed of Sub-marine (Prototype), m/s
nu_p=0.012; //Kinematic Viscosity of Sea Water, Stoke
rho_p=1030; //Density of Sea Water, Kg/m^3
//Computations:-
//From Reynold's Law of Similarity,
Vm=Vp*(nu_m/nu_p)*Lr; //Velocity of Air, m/s
Fp_by_Fm=(rho_p/rho_m)*Lr^2*(Vp/Vm)^2; //Ratio of Drag Force (Resistance)
//Results:-
printf("The Speed of Air in Wind Tunnel, Vm=%.f m/s\n",Vm)
printf("The Ratio of Drag Force (Resistance), Fp/Fm=%.3f \n",Fp_by_Fm)
|
e8529fe0069aea2e6486d4e6279f4d84a4edc72c | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH10/EX10.12/example10_12.sce | 88fe3e2fbd691f4f2b327001389904df6ed16b67 | [] | 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 | 619 | sce | example10_12.sce | r1=10^3;
r2=2*10^3;
r3=6*10^3;
r4=6*10^3;
v=12;
v2=v*r2/(r1+r2);
v4=v*r4/(r3+r4);
disp("Part a");
vth=v4-v2;
disp("the Thevenin voltage (in V) is"); disp(vth);
rth=r1*r2/(r1+r2)+r3*r4/(r3+r4);
disp("the Thevenin resistance (in kΩ) is"); disp(rth*10^(-3));
disp("Part b");
in=vth/rth;
disp("the Norton current (in mA) is"); disp(in);
disp("the Norton resistance (in kΩ) is"); disp(rth*10^(-3));
disp("Part c");
disp("to deliver maximum power the load resistance value (in kΩ) is"); disp(rth*10^(-3));
disp("Part d");
vl=1;
p=vl^2/rth;
disp("the maximum power delivered (in mW) is"); disp(p*10^3); |
4460aa2e3a62c8f7f56a3dcfc4d0b3b5eee1ef0d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2969/CH4/EX4.9/Ex4_9.sce | 71369a81c302ca1eb982b548af52d6cd13add586 | [] | 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,509 | sce | Ex4_9.sce | clc
clear
//DATA GIVEN
m=1.5; //mass of steam in cooker in kg
p1=5; //pressure of steam in bar
x1=1; //initial dryness fraction of steam
x2=0.6; //final dryness fraction of steam
//At 5 bar, from steam tables
Ts1=151.8+273; //in K
hf1=640.1; //kJ/kg
hfg1=2107.4; //kJ/kg
vg1=0.375; //m^3/kg
V1=m*vg1; //volume of pressure cooker in m^3
u1=(hf1+hfg1)-(p1*10^5)*(vg1*10^-3); //internal energy of steam per kg at initial point 1
//V1=V2
//V1=m*[(1-x2)*vf2+x2*vg2] //vf2 is negligible
vg2=V1/x2/1.5;
//from steam tables coreesponding to vg2=0.625 m^3/kg
p2=2.9;
Ts2=132.4+273; //in K
hf2=556.5; //kJ/kg
hfg2=2166.6; //kJ/kg
u2=(hf2+x2*hfg2)-(p2*10^5)*x2*(vg2*10^-3); //internal energy of steam per kg at final point 2
hnet=u2-u1; //heat transferred at constant volume per kg
Htotal=m*hnet; //total heat transferred
//-ve sign indicates that heat has been rejected
Hrej=-1*Htotal;
printf(' (i) The Pressure at new state is: %1.1f bar. \n',p2);
printf(' The Temperature at new state is: %3.1f deg. celsius or %3.1f K. \n',(Ts2-273),Ts2);
printf(' (ii) The Total heat to be REJECTED is: %4.2f kJ.',Hrej);
|
d6e9fd157fcf562e9c7caf2b21cfb3b3195c737d | 449d555969bfd7befe906877abab098c6e63a0e8 | /132/CH5/EX5.4.b/Example5_4_b.sce | 8afa5da507651d775398c5a7a5c8c1e13a599345 | [] | 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 | 462 | sce | Example5_4_b.sce | //Example 5.4(b)
//Program to Determine Common Emitter Short Circuit Current Gain (beeta)
//of the Transistor
clear;
clc ;
close ;
//Given Data
dIe=1*10^(-3); //A
dIc=0.995*10^(-3); //A
//Calculation
alpha=dIc/dIe; //Common Base Short Circuit Current Gain
beeta=alpha/(1-alpha); //Common Emitter Short Circuit Current Gain
//Displaying The Results in Command Window
printf("\n\t The Common Emitter Short Circuit Current Gain is beeta= %f .",beeta); |
5299957863d7333504d865e87d03fd71b4568193 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH9/EX9.1/Ex9_1.sce | 4727df1f12293f29e0f8c4bfca509478444dc849 | [] | 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 | 625 | sce | Ex9_1.sce |
clc
clear
//Input data
mp=1.007277;//Atomic Mass of proton in amu
mn=1.008665;//Atomic Mass of neutron in amu
me=0.00055;//Atomic Mass of electron in amu
mo=15.99491;//Atomic Mass of oxygen in amu
np=8;//Number of protons in oxygen
ne=8;//Number of electrons in oxygen
nn=8;//Number of neutrons in oxygen
a=931;//One amu in MeV
No=16;//Number of nucleons in oxygen
//Calculations
m=(np*mp)+(ne*me)+(nn*mn)-mo;//The mass defect in amu
B=m*a;//Binding energy in MeV
Bn=B/No;//Binding energy per nucleon
//Output
printf('The mass defect = %3.5f amu \n The binding energy per nucleon = %3.2f MeV ',m,Bn)
|
656880e1dee285f7b092d868fda977b11e0d2d94 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/examples/link-examples/ext9f.sce | a35582e3469193081f1fbf278f48256867c3282b | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 180 | sce | ext9f.sce | host('make /tmp/ext9f.o');
link('/tmp/ext9f.o','ext9f')
//passing a parameter to ext9f routine by a list:
param=[0.04,10000,3d+7];
y=ode([1;0;0],0,[0.4,4],list('ext9f',param))
|
885ce34c3da137d565b4c38512f15fc0f948a0ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /2354/CH4/EX4.2/4_2.sce | a44e8cd19bbf174027628945b16d620469ed140f | [] | 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 | 252 | sce | 4_2.sce | //example 4.2
clc; funcprot(0);
// Initialization of Variable
m=0.1;
v1=2.2661;
P2=20;//pressure
v2=2.6704;
V1=m*v1;
disp(V1,"volume in ft^3");
V2=m*v2;
disp(V2,"volume in ft^3");
W=P2*(V2-V1)*144/778;
disp(W,"Work done in Btu");
clear()
|
e021fa67d84233fb3fc2fbc7a1b51f1eada7f44a | db6c77c95fe7a97b791d5689c2ac3b39e791ea17 | /tests/cases/europepmc-json_001.tst | 5b5a74a382b500e08f9e65605be7bf2cba8adee4 | [] | no_license | sauliusg/bibliophile | 9623cd5e8b163d36a253eaa36b558ed87666450a | 1e6f63b1e08209af5c6c87ee05098d8fa53a4345 | refs/heads/master | 2021-01-19T05:49:43.075428 | 2018-11-20T19:30:36 | 2018-11-20T19:30:36 | 100,584,633 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | tst | europepmc-json_001.tst | Test the '--count' option of europepmc-json script with a known number of
results (just four of them), queried by their IDs, fetched from a file given as
an argument, using the default page size.
The post-processing just extracts the hitcount from Europe-pmc response (json
formated), and outputs them sorted alphabetically. We assume that the IDs will
not change in the future, so we always expect to get the same result for this
query.
|
49b54b57d3d2589fd264acd949d651d2eeaba504 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH3/EX3.3.2/Ex3_3_2.sce | fa89517ebc0f7724c68fbb6bb23759de1dbf9bec | [] | 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 | 312 | sce | Ex3_3_2.sce | clear
clc
//For system when P_NH3=P_HCl
r=1;//no.of equations
C=3;//no. of constituents
Z1=1;//no. of restricting equations
C1=C-r-Z1;//no. of components
printf('C1=%.1d',C1)
//For system when P_NH3 not equal P_HCl
Z2=0;//no. of restricting equations
C1=C-r-Z2
printf('\nC1=%.1d',C1)
//page 103
|
d43ca7ec6f29b3189b7fbc4cba81d74a6a79ef44 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Apex Peacekeeper 1v1 Hard_bot.sce | ac41e595d3a42943434f6e08a299a143fbfed891 | [] | 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 | 115,049 | sce | Apex Peacekeeper 1v1 Hard_bot.sce | Name=Apex Peacekeeper 1v1 Hard_bot
PlayerCharacters=Apex purple armor Peacekeeper
BotCharacters=Apex_hard_bot_PK.bot
IsChallenge=true
Timelimit=90.0
PlayerProfile=Apex purple armor Peacekeeper
AddedBots=Apex_hard_bot_PK.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=2
BotTeams=1
MapName=dust2-A.map
MapScale=3.8125
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=50000.0
ScorePerDamage=50.0
ScorePerKill=200.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=10.0
ScoreLossPerDeath=100.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Apex
WeaponHeroTag=Peacekeeper
DifficultyTag=3
AuthorsTag=
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Peacekeeper 1v1 against Peacekeeper bot at hard level in dust2 A
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=High Skill
MinReactionTime=0.25
MaxReactionTime=0.35
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=10.0
TrackSpeed=5.0
TrackError=2.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=35.0
ShootFOV=15.0
VerticalAimOffset=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.1
MaxReactionTime=0.2
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=90.0
FlickSpeed=10.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=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=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
[Bot Profile]
Name=Apex_hard_bot_PK
DodgeProfileNames=Close Short Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=9.0;9.0;0.0;0.0;0.0;0.0;0.0;0.0
AimingProfileNames=High Skill;High Skill;Aimbot;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Apex purple armor Peacekeeper
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.810 Y=0.200 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=Apex purple armor Peacekeeper
MaxHealth=200.0
WeaponProfileNames=Peacekeeper;Peacekeeper;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=1200.0
MaxCrouchSpeed=300.0
Acceleration=7000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=1600.0
Gravity=5.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.212 Y=0.212 Z=0.212
EnemyHeadColor=X=0.212 Y=0.212 Z=0.212
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cuboid
MainBBHeight=260.0
MainBBRadius=50.0
MainBBHasHead=true
MainBBHeadRadius=18.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=260.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=[ADM]Sprint.abilsprint;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=15.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=0.75
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.055
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=Close Short Strafes
MaxTargetDistance=700.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=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
[Weapon Profile]
Name=Peacekeeper
Type=Hitscan
ShotsPerClick=11
DamagePerShot=10.0
KnockbackFactor=1.0
TimeBetweenShots=1.1
Pierces=false
Category=SemiAutoNoPrehold
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=100000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=100000.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=0.0
HeadshotCapable=true
HeadshotMultiplier=1.5
MagazineMax=1
AmmoPerShot=1
ReloadTimeFromEmpty=1.1
ReloadTimeFromPartial=1.1
DamageFalloffStartDistance=111111.0
DamageFalloffStopDistance=1000000.0
DamageAtMaxRange=10.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.1
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=0.8
RecoilNegatable=false
DecalType=1
DecalSize=40.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.5
TaggingMaxFactor=0.05
TaggingHitFactor=0.05
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=5.0
AimPunchResetTime=0.25
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.1
AmmoReloadedOnKill=0
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=77.139999
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=1.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Blood
ParticleProjectileTrail=Smoke
ParticleHitscanTrace=Bullet
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=6.0
MinRecoilUp=6.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.25
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=true
PBS0=1.0,90.0
PBS1=2.0,90.0
PBS2=1.0,18.0
PBS3=2.0,18.0
PBS4=1.0,162.0
PBS5=2.0,162.0
PBS6=1.0,234.0
PBS7=2.0,234.0
PBS8=1.0,306.0
PBS9=2.0,306.0
PBS10=0.0,0.0
[Sprint Ability Profile]
Name=[ADM]Sprint
MaxCharges=1.0
ChargeTimer=0.1
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=false
AbilityDuration=0.0
BlockAttackWhileSprinting=false
AbilityBlockedWhenAttacking=true
SpeedModifier=1.333333
45DegreeSprint=true
90DegreeSprint=false
135DegreeSprint=false
180DegreeSprint=false
TapToSprint=true
Block45DegreesWhenSprinting=false
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=false
AIReuseTimer=0.1
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=250.0
AIMaxTargDist=10000.0
AIMaxTargFOV=90.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.18
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=2.0
AIDamageReactionThreshold=1.0
AIDamageReactionResetTimer=0.1
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera Dust2
Float fogDistanceStart 8192.000000
String256 title Dust2
UInt8 playersMax 8
brush
vertices
544.000000 64.000000 2048.000000
544.000000 96.000000 2048.000000
544.000000 96.000000 1792.000000
544.000000 64.000000 1792.000000
576.000000 96.000000 1792.000000
576.000000 96.000000 2048.000000
576.000000 64.000000 2048.000000
576.000000 64.000000 1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 128.000000 3136.000000
1600.000000 128.000000 3071.999023
1600.000000 -224.000000 3071.999023
1600.000000 -224.000000 3136.000000
1664.000977 -224.000000 3136.000000
1664.000977 128.000000 3136.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 -224.000000 2304.000000
1600.000000 16.000000 2304.000000
1600.000000 16.000000 1792.000000
1600.000000 -224.000000 1792.000000
1792.000000 64.000000 1792.000000
1792.000000 64.000000 2304.000000
1792.000000 -224.000000 2304.000000
1792.000000 -224.000000 1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 16.000000 1792.000000
1600.000000 16.000000 1727.999023
1600.000000 -224.000000 1727.999023
1600.000000 -224.000000 1792.000000
1664.000977 -224.000000 1792.000000
1664.000977 32.000252 1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1280.000000 -224.000000 3136.000000
1280.000000 128.000000 3136.000000
1280.000000 128.000000 2816.000000
1280.000000 0.000000 2304.000000
1280.000000 -224.000000 2304.000000
1600.000000 -0.000500 2304.000000
1600.000000 128.000000 2816.001953
1600.000000 128.000000 3136.000000
1600.000000 -224.000000 3136.000000
1600.000000 -224.000000 2304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 4 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 6 7 8 9 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 3 5 9 4 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 7 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 8 0 4 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 2 1 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 6 5 3 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 16.000999 2304.000000
1600.000000 144.001007 2816.000000
1600.000000 128.000000 2816.000000
1600.000000 0.000000 2304.000000
1535.994995 -0.000000 2304.000000
1535.994995 128.000000 2816.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 5 4 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 -223.998993 2304.000000
1600.000000 -207.999496 2367.999023
1600.000000 31.999750 2367.999023
1600.000000 16.000000 2304.000000
1663.999023 32.000000 2304.000000
1663.999023 -223.998993 2304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1024.000000 -224.000000 2304.000000
1024.000000 -0.000000 2304.000000
1024.000000 0.000000 1984.000000
1024.000000 -224.000000 1984.000000
1216.000000 -0.000000 1984.000000
1216.000000 0.000000 2304.000000
1216.000000 -224.000000 2304.000000
1216.000000 -224.000000 1984.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
512.000000 -224.000000 2416.000000
512.000000 -128.000000 2416.000000
512.000000 -128.000000 2048.000000
512.000000 -224.000000 2048.000000
1024.000000 -0.000000 2048.000000
1024.000000 0.000000 2416.000000
1024.000000 -224.000000 2416.000000
1024.000000 -224.000000 2048.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
544.000000 -224.000000 3136.000000
544.000000 96.000000 3136.000000
544.000000 96.000000 2416.000000
544.000000 -224.000000 2416.000000
1264.000000 96.000000 2416.000000
1264.000000 96.000000 3136.000000
1264.000000 -224.000000 3136.000000
1264.000000 -224.000000 2416.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1024.000000 96.000000 3136.000000
1024.000000 128.000000 3136.000000
1024.000000 128.000000 2816.000000
1024.000000 96.000000 2816.000000
1280.000000 128.000000 2816.000000
1280.000000 128.000000 3136.000000
1280.000000 96.000000 3136.000000
1280.000000 96.000000 2816.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
736.000000 -72.000000 2303.998047
736.000000 -72.000000 2400.000000
736.000000 -60.000000 2400.000000
1024.000000 -0.000000 2400.000000
1024.000000 0.000000 2303.998047
1024.000000 12.000000 2400.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 5 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 0 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 1 0x00000000 common/materials/stone/brick
brush
vertices
1184.000000 288.000000 1984.000000
1184.000000 288.000000 2032.001953
1184.000000 256.000000 2048.001953
1184.000000 256.000000 1984.000000
576.000977 256.000000 1984.000000
576.000977 288.000000 1984.000000
511.998993 256.000000 2048.001953
527.999023 288.000000 2032.001953
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 6 4 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 7 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 7 5 4 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 7 6 2 0x00000000 common/materials/stone/brick
brush
vertices
256.000000 96.000000 2576.000000
256.000000 320.000000 2576.000000
256.000000 320.000000 2288.000000
256.000000 96.000000 2288.000000
288.000000 320.000000 2303.999023
288.000000 320.000000 2560.000977
288.000000 96.000000 2560.000977
288.000000 96.000000 2303.999023
272.001007 320.000000 2288.000000
272.001007 96.000000 2288.000000
272.001007 96.000000 2576.000000
272.001007 320.000000 2576.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 8 9 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 10 11 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 7 6 10 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 11 5 4 8 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 8 4 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 11 10 6 0x00000000 common/materials/stone/brick
brush
vertices
256.000000 320.000000 2576.000000
256.000000 352.000000 2576.000000
256.000000 352.000000 2288.000000
256.000000 320.000000 2288.000000
288.000000 320.000000 2303.999023
288.000000 352.000000 2303.999023
288.000000 352.000000 2560.000977
288.000000 320.000000 2560.000977
272.001007 352.000000 2288.000000
272.001007 320.000000 2288.000000
272.001007 320.000000 2576.000000
272.001007 352.000000 2576.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 8 9 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 10 11 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 4 7 10 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 11 6 5 8 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 11 10 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 8 5 4 0x00000000 common/materials/stone/brick
brush
vertices
496.000000 320.000000 2752.000000
496.000000 320.000000 2736.000000
496.000000 96.000000 2736.000000
496.000000 96.000000 2752.000000
784.000000 96.000000 2735.999023
784.000000 320.000000 2735.999023
784.000000 320.000000 2752.000000
784.000000 96.000000 2752.000000
512.000000 320.000000 2720.000000
768.000977 320.000000 2720.000000
768.000977 96.000000 2720.000000
512.000000 96.000000 2720.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 10 11 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 11 10 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 9 8 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 8 11 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 10 9 5 4 0x00000000 common/materials/stone/brick
brush
vertices
496.000000 352.000000 2752.000000
496.000000 352.000000 2736.000000
496.000000 320.000000 2736.000000
496.000000 320.000000 2752.000000
784.000000 320.000000 2735.999023
784.000000 352.000000 2735.999023
784.000000 352.000000 2752.000000
784.000000 320.000000 2752.000000
512.000000 320.000000 2720.000000
512.000000 352.000000 2720.000000
768.000977 352.000000 2720.000000
768.000977 320.000000 2720.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 10 11 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 8 11 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 10 9 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 11 10 5 4 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 9 8 2 0x00000000 common/materials/stone/brick
brush
vertices
1184.000000 288.000000 1952.000000
1312.000000 288.000000 1952.000000
1312.000000 288.000000 2079.999023
1184.000000 288.000000 2079.999023
1296.000000 320.000000 2063.999023
1296.000000 320.000000 1968.000000
1200.000000 320.000000 1968.000000
1200.000000 320.000000 2063.999023
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1023.999023 352.000000 3072.000000
1599.999023 352.000000 3072.000000
1599.999023 320.000000 3072.000000
1023.999023 320.000000 3072.000000
1663.998047 320.000000 3136.000000
1663.998047 352.000000 3136.000000
959.999023 352.000000 3136.000000
959.999023 320.000000 3136.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1312.000000 187.998993 3072.000000
1312.000000 187.998993 3088.000000
1312.000000 320.000000 3088.000000
1312.000000 320.000000 3072.000000
1320.000000 320.000000 3088.000000
1320.000000 223.998993 3088.000000
1320.000000 223.998993 3072.000000
1320.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1320.000000 224.000000 3072.000000
1320.000000 224.000000 3088.000000
1320.000000 320.000000 3088.000000
1320.000000 320.000000 3072.000000
1340.000000 320.000000 3088.000000
1340.000000 255.998993 3088.000000
1340.000000 255.998993 3072.000000
1340.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1340.000000 256.002014 3072.000000
1340.000000 256.002014 3088.000000
1340.000000 320.000000 3088.000000
1340.000000 320.000000 3072.000000
1372.000000 320.000000 3088.000000
1372.000000 280.001007 3088.000000
1372.000000 280.001007 3072.000000
1372.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1372.000000 280.000000 3072.000000
1372.000000 280.000000 3088.000000
1372.000000 320.000000 3088.000000
1372.000000 320.000000 3072.000000
1408.000000 320.000000 3088.000000
1408.000000 288.000000 3088.000000
1408.000000 288.000000 3072.000000
1408.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1408.000000 287.998993 3072.000000
1408.000000 287.998993 3088.000000
1408.000000 320.000000 3088.000000
1408.000000 320.000000 3072.000000
1444.000000 320.000000 3088.000000
1444.000000 279.998993 3088.000000
1444.000000 279.998993 3072.000000
1444.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1444.000000 279.997986 3072.000000
1444.000000 279.997986 3088.000000
1444.000000 320.000000 3088.000000
1444.000000 320.000000 3072.000000
1476.000000 320.000000 3088.000000
1476.000000 255.998001 3088.000000
1476.000000 255.998001 3072.000000
1476.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1476.000000 256.001007 3072.000000
1476.000000 256.001007 3088.000000
1476.000000 320.000000 3088.000000
1476.000000 320.000000 3072.000000
1496.000000 320.000000 3088.000000
1496.000000 224.001999 3088.000000
1496.000000 224.001999 3072.000000
1496.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1496.000000 223.998993 3072.000000
1496.000000 223.998993 3088.000000
1496.000000 320.000000 3088.000000
1496.000000 320.000000 3072.000000
1504.000000 320.000000 3088.000000
1504.000000 187.998993 3088.000000
1504.000000 187.998993 3072.000000
1504.000000 320.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 -224.000000 3071.999023
1600.000000 320.000000 3071.999023
1600.000000 320.000000 2688.000000
1600.000000 -224.000000 2688.000000
1920.000000 320.000000 2688.000000
1920.000000 320.000000 3136.000000
1920.000000 -224.000000 3136.000000
1920.000000 -224.000000 2688.000000
1664.000977 320.000000 3136.000000
1664.000977 -224.000000 3136.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 8 9 6 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 9 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 8 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 8 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 320.000000 3071.999023
1600.000000 352.000000 3071.999023
1600.000000 352.000000 2367.999023
1600.000000 320.000000 2367.999023
1920.000000 352.000000 2304.000000
1920.000000 352.000000 3136.000000
1920.000000 320.000000 3136.000000
1920.000000 320.000000 2304.000000
1663.999023 320.000000 2304.000000
1663.999023 352.000000 2304.000000
1664.000977 352.000000 3136.000000
1664.000977 320.000000 3136.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 4 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 10 11 6 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 7 6 11 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 10 5 4 9 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 9 8 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 11 10 1 0 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 -224.000000 2688.000000
1600.000000 320.000000 2688.000000
1600.000000 320.000000 2432.000000
1600.000000 -224.000000 2432.000000
1920.000000 320.000000 2432.000000
1920.000000 320.000000 2688.000000
1920.000000 -224.000000 2688.000000
1920.000000 -224.000000 2432.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 320.000000 2432.000000
1600.000000 320.000000 2367.999023
1600.000000 -224.000000 2367.999023
1600.000000 -224.000000 2432.000000
1920.000000 320.000000 2304.000000
1920.000000 320.000000 2432.000000
1920.000000 -224.000000 2432.000000
1920.000000 -224.000000 2304.000000
1663.999023 -224.000000 2304.000000
1663.999023 320.000000 2304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 4 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 8 7 6 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 9 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 9 8 2 0x00000000 common/materials/stone/brick
brush
vertices
1792.000000 -224.000000 2304.000000
1792.000000 257.001007 2304.000000
1792.000000 257.001007 1792.000000
1792.000000 -224.000000 1792.000000
1920.000000 288.000000 1792.000000
1920.000000 288.000000 2304.000000
1920.000000 -224.000000 2304.000000
1920.000000 -224.000000 1792.000000
1808.000000 288.000000 1792.000000
1808.000000 288.000000 2304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 8 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 9 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 5 4 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 9 8 2 0x00000000 common/materials/stone/brick
brush
vertices
1600.000000 -224.000000 1727.999023
1600.000000 320.000000 1727.999023
1600.000000 320.000000 1664.000000
1600.000000 -224.000000 1664.000000
1920.000000 320.000000 1664.000000
1920.000000 320.000000 1792.000000
1920.000000 -224.000000 1792.000000
1920.000000 -224.000000 1664.000000
1664.000977 320.000000 1792.000000
1664.000977 -224.000000 1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 8 9 6 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 9 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 8 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 9 8 1 0 0x00000000 common/materials/stone/brick
brush
vertices
64.000000 0.000000 1792.000000
64.000000 96.000000 1792.000000
64.000000 96.000000 1568.000000
64.000000 -0.000000 1568.000000
256.000000 96.000000 1568.000000
256.000000 96.000000 1792.000000
256.000000 -0.000000 1792.000000
256.000000 0.000000 1568.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1320.000000 320.000000 3072.000000
1320.000000 320.000000 3136.000000
1320.000000 128.000000 3136.000000
1320.000000 128.000000 3072.000000
1023.999023 128.000000 3072.000000
1023.999023 320.000000 3072.000000
959.999023 320.000000 3136.000000
959.999023 128.000000 3136.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 6 7 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 7 4 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 6 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 5 4 0x00000000 common/materials/stone/brick
brush
vertices
1496.000000 128.000000 3136.000000
1496.000000 320.000000 3136.000000
1496.000000 320.000000 3072.000000
1496.000000 128.000000 3072.000000
1600.000977 320.000000 3072.000000
1600.000977 128.000000 3072.000000
1664.000000 128.000000 3136.000000
1664.000000 320.000000 3136.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 5 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 7 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 7 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 7 6 5 0x00000000 common/materials/stone/brick
brush
vertices
256.000000 832.000000 2576.000000
292.000000 832.000000 2576.000000
292.000000 832.000000 2288.000000
256.000000 832.000000 2288.000000
256.000000 352.000000 2576.000000
292.000000 352.000000 2576.000000
292.000000 352.000000 2288.000000
256.000000 352.000000 2288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
256.000000 800.000000 2764.000000
960.000000 800.000000 2764.000000
960.000000 800.000000 2752.000000
256.000000 800.000000 2752.000000
256.000000 352.000000 2764.000000
960.000000 352.000000 2764.000000
960.000000 352.000000 2752.000000
256.000000 352.000000 2752.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
496.000000 800.000000 2752.000000
784.000000 800.000000 2752.000000
784.000000 800.000000 2720.000000
496.000000 800.000000 2720.000000
496.000000 352.000000 2752.000000
784.000000 352.000000 2752.000000
784.000000 352.000000 2720.000000
496.000000 352.000000 2720.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
960.000000 800.000000 2816.000000
1024.000000 800.000000 2816.000000
1024.000000 352.000000 2816.000000
960.000000 800.000000 2752.000000
960.000000 352.000000 2816.000000
960.000000 352.000000 2752.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 2 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 0 3 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
992.000000 800.000000 3072.000000
1024.000000 800.000000 3072.000000
1024.000000 800.000000 2816.000000
992.000000 800.000000 2816.000000
992.000000 352.000000 3072.000000
1024.000000 352.000000 3072.000000
1024.000000 352.000000 2816.000000
992.000000 352.000000 2816.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1000.000000 804.000000 3096.000000
1600.000000 804.000000 3096.000000
1600.000000 804.000000 3072.000000
1000.000000 804.000000 3072.000000
1000.000000 352.000000 3096.000000
1600.000000 352.000000 3096.000000
1600.000000 352.000000 3072.000000
1000.000000 352.000000 3072.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1600.000000 936.000000 3096.000000
1632.000000 936.000000 3096.000000
1632.000000 936.000000 2368.000000
1600.000000 936.000000 2368.000000
1600.000000 352.000000 3096.000000
1632.000000 352.000000 3096.000000
1632.000000 352.000000 2368.000000
1600.000000 352.000000 2368.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1664.000000 956.000000 2320.000000
1844.000000 956.000000 2320.000000
1844.000000 956.000000 2304.000000
1664.000000 956.000000 2304.000000
1664.000000 352.000000 2320.000000
1844.000000 352.000000 2320.000000
1844.000000 352.000000 2304.000000
1664.000000 352.000000 2304.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1600.000000 948.000000 2368.000000
1664.000000 948.000000 2368.000000
1664.000000 948.000000 2304.000000
1600.000000 352.000000 2368.000000
1664.000000 352.000000 2304.000000
1664.000000 352.000000 2368.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1808.000000 964.000000 2300.000000
1828.000000 964.000000 2300.000000
1828.000000 964.000000 1792.000000
1808.000000 964.000000 1792.000000
1808.000000 288.000000 2300.000000
1828.000000 288.000000 2300.000000
1828.000000 288.000000 1792.000000
1808.000000 288.000000 1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-256.000000 224.000000 2184.000000
-248.000000 224.000000 2184.000000
-248.000000 224.000000 2000.000000
-256.000000 224.000000 2000.000000
-256.000000 168.000000 2184.000000
-248.000000 168.000000 2184.000000
-248.000000 168.000000 2000.000000
-256.000000 168.000000 2000.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff9591ff internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff9591ff internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff9591ff internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff9591ff internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff9591ff internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff9591ff internal/editor/textures/editor_clip
brush
vertices
448.000000 160.000000 2032.000000
512.000000 160.000000 2032.000000
512.000000 160.000000 1968.000000
448.000000 160.000000 1968.000000
448.000000 96.000000 2032.000000
512.000000 96.000000 2032.000000
512.000000 96.000000 1968.000000
448.000000 96.000000 1968.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 224.000000 2032.000000
512.000000 224.000000 2032.000000
512.000000 224.000000 1968.000000
448.000000 224.000000 1968.000000
448.000000 160.000000 2032.000000
512.000000 160.000000 2032.000000
512.000000 160.000000 1968.000000
448.000000 160.000000 1968.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
640.000000 0.000000 2400.000000
736.000000 0.000000 2400.000000
736.000000 0.000000 2304.000000
640.000000 0.000000 2304.000000
640.000000 -96.000000 2400.000000
736.000000 -96.000000 2400.000000
736.000000 -96.000000 2304.000000
640.000000 -96.000000 2304.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
544.000000 -24.000000 2400.000000
640.000000 -24.000000 2400.000000
640.000000 -24.000000 2304.000000
544.000000 -24.000000 2304.000000
544.000000 -120.000000 2400.000000
640.000000 -120.000000 2400.000000
640.000000 -120.000000 2304.000000
544.000000 -120.000000 2304.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
560.000000 40.000000 2396.000000
624.000000 40.000000 2396.000000
624.000000 40.000000 2332.000000
560.000000 40.000000 2332.000000
560.000000 -24.000000 2396.000000
624.000000 -24.000000 2396.000000
624.000000 -24.000000 2332.000000
560.000000 -24.000000 2332.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
1312.000000 352.000000 3120.000000
1504.000000 352.000000 3120.000000
1504.000000 352.000000 3088.000000
1312.000000 352.000000 3088.000000
1312.000000 128.000000 3120.000000
1504.000000 128.000000 3120.000000
1504.000000 128.000000 3088.000000
1312.000000 128.000000 3088.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
256.000000 224.000000 1968.000000
448.000000 224.000000 1968.000000
448.000000 224.000000 1952.000000
256.000000 224.000000 1952.000000
256.000000 96.000000 1968.000000
448.000000 96.000000 1968.000000
448.000000 96.000000 1952.000000
256.000000 96.000000 1952.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
1040.000000 192.000000 3072.000000
1101.819092 192.000000 3055.435547
1085.254761 192.000000 2993.616211
1023.435547 192.000000 3010.180664
1040.000000 128.000000 3072.000000
1101.819092 128.000000 3055.435547
1085.254761 128.000000 2993.616211
1023.435547 128.000000 3010.180664
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
1200.000000 160.000000 2496.000000
1264.000000 160.000000 2496.000000
1264.000000 160.000000 2432.000000
1200.000000 160.000000 2432.000000
1200.000000 96.000000 2496.000000
1264.000000 96.000000 2496.000000
1264.000000 96.000000 2432.000000
1200.000000 96.000000 2432.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
1284.000000 88.000000 2368.000000
1348.000000 88.000000 2368.000000
1348.000000 80.000000 2304.000000
1284.000000 4.000000 2320.000000
1284.000000 80.000000 2304.000000
1348.000000 12.000000 2376.000000
1348.000000 4.000000 2320.000000
1284.000000 12.000000 2376.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
1696.000000 144.000000 1888.000000
1792.000000 144.000000 1888.000000
1792.000000 144.000000 1792.000000
1696.000000 144.000000 1792.000000
1696.000000 48.000000 1888.000000
1792.000000 48.000000 1888.000000
1792.000000 48.000000 1792.000000
1696.000000 48.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
1040.000000 224.000000 2448.000000
1104.000000 224.000000 2448.000000
1104.000000 224.000000 2384.000000
1040.000000 224.000000 2384.000000
1040.000000 160.000000 2448.000000
1104.000000 160.000000 2448.000000
1104.000000 160.000000 2384.000000
1040.000000 160.000000 2384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1064.000000 160.000000 2464.000000
1125.819214 160.000000 2447.435547
1109.254761 160.000000 2385.616211
1047.435547 160.000000 2402.180664
1064.000000 96.000000 2464.000000
1125.819214 96.000000 2447.435547
1109.254761 96.000000 2385.616211
1047.435547 96.000000 2402.180664
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
794.000000 144.000000 2450.000000
814.000000 144.000000 2450.000000
814.000000 144.000000 2430.000000
794.000000 144.000000 2430.000000
794.000000 96.000000 2450.000000
814.000000 96.000000 2450.000000
814.000000 96.000000 2430.000000
794.000000 96.000000 2430.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
804.000000 144.000000 2456.000000
814.000000 144.000000 2452.000000
814.000000 144.000000 2450.000000
814.000000 96.000000 2452.000000
804.000000 144.000000 2450.000000
804.000000 96.000000 2450.000000
804.000000 96.000000 2456.000000
814.000000 96.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
820.000000 144.000000 2440.000000
816.000000 144.000000 2430.000000
814.000000 144.000000 2430.000000
816.000000 96.000000 2430.000000
814.000000 144.000000 2440.000000
814.000000 96.000000 2440.000000
820.000000 96.000000 2440.000000
814.000000 96.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
804.000000 144.000000 2424.000000
794.000000 144.000000 2428.000000
794.000000 144.000000 2430.000000
794.000000 96.000000 2428.000000
804.000000 144.000000 2430.000000
804.000000 96.000000 2430.000000
804.000000 96.000000 2424.000000
794.000000 96.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
788.000000 144.000000 2440.000000
792.000000 144.000000 2450.000000
794.000000 144.000000 2450.000000
792.000000 96.000000 2450.000000
794.000000 144.000000 2440.000000
794.000000 96.000000 2440.000000
788.000000 96.000000 2440.000000
794.000000 96.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
794.000000 144.000000 2452.000000
804.000000 144.000000 2456.000000
804.000000 144.000000 2450.000000
794.000000 96.000000 2450.000000
794.000000 144.000000 2450.000000
804.000000 96.000000 2456.000000
804.000000 96.000000 2450.000000
794.000000 96.000000 2452.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
816.000000 144.000000 2450.000000
820.000000 144.000000 2440.000000
814.000000 144.000000 2440.000000
814.000000 96.000000 2450.000000
814.000000 144.000000 2450.000000
820.000000 96.000000 2440.000000
814.000000 96.000000 2440.000000
816.000000 96.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
814.000000 144.000000 2428.000000
804.000000 144.000000 2424.000000
804.000000 144.000000 2430.000000
814.000000 96.000000 2430.000000
814.000000 144.000000 2430.000000
804.000000 96.000000 2424.000000
804.000000 96.000000 2430.000000
814.000000 96.000000 2428.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
792.000000 144.000000 2430.000000
788.000000 144.000000 2440.000000
794.000000 144.000000 2440.000000
794.000000 96.000000 2430.000000
794.000000 144.000000 2430.000000
788.000000 96.000000 2440.000000
794.000000 96.000000 2440.000000
792.000000 96.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
792.000000 96.000000 2450.000000
794.000000 144.000000 2452.000000
794.000000 144.000000 2450.000000
794.000000 96.000000 2452.000000
794.000000 96.000000 2450.000000
792.000000 144.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
814.000000 96.000000 2452.000000
816.000000 144.000000 2450.000000
814.000000 144.000000 2450.000000
816.000000 96.000000 2450.000000
814.000000 96.000000 2450.000000
814.000000 144.000000 2452.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
816.000000 96.000000 2430.000000
814.000000 144.000000 2428.000000
814.000000 144.000000 2430.000000
814.000000 96.000000 2428.000000
814.000000 96.000000 2430.000000
816.000000 144.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
794.000000 96.000000 2428.000000
792.000000 144.000000 2430.000000
794.000000 144.000000 2430.000000
792.000000 96.000000 2430.000000
794.000000 96.000000 2430.000000
794.000000 144.000000 2428.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
844.000000 144.000000 2456.000000
854.000000 144.000000 2452.000000
854.000000 144.000000 2450.000000
854.000000 96.000000 2452.000000
844.000000 144.000000 2450.000000
844.000000 96.000000 2450.000000
844.000000 96.000000 2456.000000
854.000000 96.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
856.000000 144.000000 2450.000000
860.000000 144.000000 2440.000000
854.000000 144.000000 2440.000000
854.000000 96.000000 2450.000000
854.000000 144.000000 2450.000000
860.000000 96.000000 2440.000000
854.000000 96.000000 2440.000000
856.000000 96.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
860.000000 144.000000 2440.000000
856.000000 144.000000 2430.000000
854.000000 144.000000 2430.000000
856.000000 96.000000 2430.000000
854.000000 144.000000 2440.000000
854.000000 96.000000 2440.000000
860.000000 96.000000 2440.000000
854.000000 96.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
834.000000 144.000000 2450.000000
854.000000 144.000000 2450.000000
854.000000 144.000000 2430.000000
834.000000 144.000000 2430.000000
834.000000 96.000000 2450.000000
854.000000 96.000000 2450.000000
854.000000 96.000000 2430.000000
834.000000 96.000000 2430.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
854.000000 96.000000 2452.000000
856.000000 144.000000 2450.000000
854.000000 144.000000 2450.000000
856.000000 96.000000 2450.000000
854.000000 96.000000 2450.000000
854.000000 144.000000 2452.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
834.000000 144.000000 2452.000000
844.000000 144.000000 2456.000000
844.000000 144.000000 2450.000000
834.000000 96.000000 2450.000000
834.000000 144.000000 2450.000000
844.000000 96.000000 2456.000000
844.000000 96.000000 2450.000000
834.000000 96.000000 2452.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
828.000000 144.000000 2440.000000
832.000000 144.000000 2450.000000
834.000000 144.000000 2450.000000
832.000000 96.000000 2450.000000
834.000000 144.000000 2440.000000
834.000000 96.000000 2440.000000
828.000000 96.000000 2440.000000
834.000000 96.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
832.000000 96.000000 2450.000000
834.000000 144.000000 2452.000000
834.000000 144.000000 2450.000000
834.000000 96.000000 2452.000000
834.000000 96.000000 2450.000000
832.000000 144.000000 2450.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
832.000000 144.000000 2430.000000
828.000000 144.000000 2440.000000
834.000000 144.000000 2440.000000
834.000000 96.000000 2430.000000
834.000000 144.000000 2430.000000
828.000000 96.000000 2440.000000
834.000000 96.000000 2440.000000
832.000000 96.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
844.000000 144.000000 2424.000000
834.000000 144.000000 2428.000000
834.000000 144.000000 2430.000000
834.000000 96.000000 2428.000000
844.000000 144.000000 2430.000000
844.000000 96.000000 2430.000000
844.000000 96.000000 2424.000000
834.000000 96.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
834.000000 96.000000 2428.000000
832.000000 144.000000 2430.000000
834.000000 144.000000 2430.000000
832.000000 96.000000 2430.000000
834.000000 96.000000 2430.000000
834.000000 144.000000 2428.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
854.000000 144.000000 2428.000000
844.000000 144.000000 2424.000000
844.000000 144.000000 2430.000000
854.000000 96.000000 2430.000000
854.000000 144.000000 2430.000000
844.000000 96.000000 2424.000000
844.000000 96.000000 2430.000000
854.000000 96.000000 2428.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 7 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
856.000000 96.000000 2430.000000
854.000000 144.000000 2428.000000
854.000000 144.000000 2430.000000
854.000000 96.000000 2428.000000
854.000000 96.000000 2430.000000
856.000000 144.000000 2430.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000
brush
vertices
1272.000000 744.000000 1728.000000
1600.000000 744.000000 1728.000000
1600.000000 744.000000 1720.000000
1272.000000 744.000000 1720.000000
1272.000000 256.000000 1728.000000
1600.000000 256.000000 1728.000000
1600.000000 256.000000 1720.000000
1272.000000 256.000000 1720.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
256.000000 744.000000 1968.000000
512.000000 744.000000 1968.000000
512.000000 744.000000 1960.000000
256.000000 744.000000 1960.000000
256.000000 224.000000 1968.000000
512.000000 224.000000 1968.000000
512.000000 224.000000 1960.000000
256.000000 224.000000 1960.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
256.000000 752.000000 3072.000000
1808.000000 752.000000 3072.000000
1808.000000 752.000000 1728.000000
256.000000 752.000000 1728.000000
256.000000 744.000000 3072.000000
1808.000000 744.000000 3072.000000
1808.000000 744.000000 1728.000000
256.000000 744.000000 1728.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
3934.000000 -78.000000 190.000000
3962.000000 -78.000000 190.000000
3962.000000 -78.000000 162.000000
3934.000000 -78.000000 162.000000
3934.000000 -126.000000 190.000000
3962.000000 -126.000000 190.000000
3962.000000 -126.000000 162.000000
3934.000000 -126.000000 162.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_fullclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_fullclip
brush
vertices
512.000000 744.000000 2056.000000
1272.000000 744.000000 2056.000000
1272.000000 744.000000 1312.000000
512.000000 744.000000 1312.000000
512.000000 288.000000 2056.000000
1272.000000 288.000000 2056.000000
1272.000000 288.000000 1312.000000
512.000000 288.000000 1312.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 288.000000 1792.000000
576.000000 288.000000 1984.000977
576.000000 256.000000 1984.000977
576.000000 256.000000 1792.000000
512.000000 256.000000 1792.000000
528.000000 288.000000 1792.000000
512.000000 256.000000 2048.000977
528.000000 288.000000 2032.000977
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 6 4 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 7 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 7 5 4 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 7 6 2 0x00000000 common/materials/stone/brick
brush
vertices
256.000000 64.000000 2752.000000
256.000000 96.000000 2752.000000
256.000000 96.000000 1792.000000
256.000000 64.000000 1792.000000
544.000000 96.000000 1792.000000
544.000000 96.000000 2752.000000
544.000000 64.000000 2752.000000
544.000000 64.000000 1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1040.000000 160.000000 2384.000000
1104.000000 160.000000 2384.000000
1104.000000 160.000000 2320.000000
1040.000000 160.000000 2320.000000
1040.000000 80.000000 2384.000000
1104.000000 80.000000 2384.000000
1104.000000 80.000000 2320.000000
1040.000000 80.000000 2320.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
240.000000 800.000000 2760.000000
256.000000 800.000000 2760.000000
256.000000 800.000000 1568.000000
240.000000 800.000000 1568.000000
240.000000 352.000000 2760.000000
256.000000 352.000000 2760.000000
256.000000 352.000000 1568.000000
240.000000 352.000000 1568.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
1600.000000 316.000000 1728.000000
1664.000000 1020.000000 1792.000000
1664.000000 1020.000000 1728.000000
1664.000000 316.000000 1792.000000
1600.000000 1020.000000 1728.000000
1664.000000 316.000000 1728.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 2 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
1664.000000 1032.000000 1792.000000
1808.000000 1032.000000 1792.000000
1808.000000 1032.000000 1776.000000
1664.000000 1032.000000 1776.000000
1664.000000 320.000000 1792.000000
1808.000000 320.000000 1792.000000
1808.000000 320.000000 1776.000000
1664.000000 320.000000 1776.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
64.000000 96.000000 2816.000000
64.000000 352.000000 2816.000000
64.000000 352.000000 1568.000000
64.000000 96.000000 1568.000000
256.000000 352.000000 1568.000000
256.000000 352.000000 2752.000000
256.000000 96.000000 2752.000000
256.000000 96.000000 1568.000000
192.000000 96.000000 2816.000000
192.000000 352.000000 2816.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 8 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 9 5 4 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 5 9 8 6 0x00000000 common/materials/stone/brick
brush
vertices
192.000000 352.000000 3136.000000
192.000000 352.000000 2816.000000
192.000000 96.000000 2816.000000
192.000000 96.000000 3136.000000
1024.000000 96.000000 2816.000000
1024.000000 352.000000 2816.000000
1024.000000 352.000000 3072.000000
1024.000000 96.000000 3072.000000
255.998993 352.000000 2752.000000
960.000000 352.000000 2752.000000
960.000000 96.000000 2752.000000
255.998993 96.000000 2752.000000
960.000000 96.000000 3136.000000
960.000000 352.000000 3136.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 10 11 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 12 13 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 11 10 4 7 12 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 13 6 5 9 8 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 8 11 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 13 12 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 10 9 5 4 0x00000000 common/materials/stone/brick
brush
vertices
1056.000000 112.000000 2800.000000
1216.000000 112.000000 2800.000000
1216.000000 112.000000 2784.000000
1056.000000 112.000000 2784.000000
1056.000000 96.000000 2800.000000
1216.000000 96.000000 2800.000000
1216.000000 96.000000 2784.000000
1056.000000 96.000000 2784.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
1056.000000 112.000000 2784.000000
1216.000000 112.000000 2784.000000
1200.000000 112.000000 2768.000000
1072.000000 96.000000 2768.000000
1072.000000 112.000000 2768.000000
1216.000000 96.000000 2784.000000
1200.000000 96.000000 2768.000000
1056.000000 96.000000 2784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000
brush
vertices
512.000000 64.000000 2304.000000
528.000000 64.000000 2304.000000
528.000000 64.000000 2048.000000
512.000000 64.000000 2048.000000
512.000000 -128.000000 2304.000000
528.000000 -128.000000 2304.000000
528.000000 -128.000000 2048.000000
512.000000 -128.000000 2048.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
1216.000000 0.000000 2304.000000
1600.000000 0.000000 2304.000000
1600.000000 0.000000 1712.000000
1216.000000 0.000000 1712.000000
1216.000000 -16.000000 2304.000000
1600.000000 -16.000000 2304.000000
1600.000000 -16.000000 1712.000000
1216.000000 -16.000000 1712.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
1280.000000 256.000000 1728.000000
1600.000000 256.000000 1728.000000
1600.000000 256.000000 1720.000000
1280.000000 256.000000 1720.000000
1280.000000 -8.000000 1728.000000
1600.000000 -8.000000 1728.000000
1600.000000 -8.000000 1720.000000
1280.000000 -8.000000 1720.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
1008.000000 128.000000 2816.000000
1264.000000 128.000000 2816.000000
1264.000000 128.000000 2800.000000
1008.000000 128.000000 2800.000000
1008.000000 96.000000 2816.000000
1264.000000 96.000000 2816.000000
1264.000000 96.000000 2800.000000
1008.000000 96.000000 2800.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
528.000000 128.000000 2400.000000
544.000000 128.000000 2400.000000
544.000000 128.000000 2048.000000
528.000000 128.000000 2048.000000
528.000000 96.000000 2400.000000
544.000000 96.000000 2400.000000
544.000000 96.000000 2048.000000
528.000000 96.000000 2048.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
1184.000000 0.000000 2080.000000
1184.000000 288.000000 2080.000000
1184.000000 288.000000 1952.000000
1184.000000 0.000000 1952.000000
1312.000000 288.000000 1952.000000
1312.000000 288.000000 2080.000000
1312.000000 0.000000 2080.000000
1312.000000 0.000000 1952.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1184.000000 0.000000 1952.000000
1184.000000 288.000000 1952.000000
1184.000000 288.000000 1312.000000
1184.000000 0.000000 1312.000000
1280.000000 255.998993 1312.000000
1280.000000 255.998993 1952.000000
1280.000000 0.000000 1952.000000
1280.000000 0.000000 1312.000000
1264.000000 288.000000 1312.000000
1264.000000 288.000000 1952.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 8 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 9 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 9 8 2 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 8 9 5 4 0x00000000 common/materials/stone/brick
brush
vertices
528.000000 128.000000 2416.000000
1024.000000 128.000000 2416.000000
1024.000000 128.000000 2400.000000
528.000000 128.000000 2400.000000
528.000000 -64.000000 2416.000000
1024.000000 -64.000000 2416.000000
1024.000000 -64.000000 2400.000000
528.000000 -64.000000 2400.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
1264.000000 128.000000 2816.000000
1280.000000 128.000000 2816.000000
1280.000000 128.000000 2320.000000
1264.000000 128.000000 2320.000000
1264.000000 -16.000000 2816.000000
1280.000000 -16.000000 2816.000000
1280.000000 -16.000000 2320.000000
1264.000000 -16.000000 2320.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
1040.000000 128.000000 2320.000000
1280.000000 128.000000 2320.000000
1280.000000 128.000000 2304.000000
1040.000000 128.000000 2304.000000
1040.000000 0.000000 2320.000000
1280.000000 0.000000 2320.000000
1280.000000 0.000000 2304.000000
1040.000000 0.000000 2304.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
1040.000000 -224.000000 2416.000000
1040.000000 96.000000 2416.000000
1040.000000 96.000000 2320.000000
1040.000000 -224.000000 2320.000000
1264.000000 96.000000 2320.000000
1264.000000 96.000000 2416.000000
1264.000000 -224.000000 2416.000000
1264.000000 -224.000000 2320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
brush
vertices
1024.000000 128.000000 2416.000000
1040.000000 128.000000 2416.000000
1040.000000 128.000000 2304.000000
1024.000000 128.000000 2304.000000
1024.000000 0.000000 2416.000000
1040.000000 0.000000 2416.000000
1040.000000 0.000000 2304.000000
1024.000000 0.000000 2304.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
528.000000 64.000000 2400.000000
544.000000 64.000000 2400.000000
544.000000 64.000000 2304.000000
528.000000 64.000000 2304.000000
528.000000 -128.000000 2400.000000
544.000000 -128.000000 2400.000000
544.000000 -128.000000 2304.000000
528.000000 -128.000000 2304.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
512.000000 -128.000000 2048.000000
512.000000 256.000000 2048.000000
512.000000 256.000000 1776.000000
512.000000 -128.000000 1776.000000
1184.000000 256.000000 1776.000000
1184.000000 256.000000 2048.000000
1184.000000 -128.000000 2048.000000
1184.000000 -128.000000 1776.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 4 5 6 7 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 7 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 1 0 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 7 6 0 3 0x00000000 common/materials/stone/brick
0.000000 0.000000 1.000000 1.000000 0.000000 1 5 4 2 0x00000000 common/materials/stone/brick
entity
type PlayerSpawn
Vector3 position 1746.000000 137.000000 1838.000000
Vector3 angles -45.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1064.000000 192.000000 3033.000000
Vector3 angles 135.000000 0.000000 0.000000
Bool8 teamB 0
entity
type Pickup
Vector3 position 1132.000000 104.000000 2556.000000
UInt8 pickupType 4
entity
type PlayerSpawn
Vector3 position 992.000000 7.000000 2367.000000
Vector3 angles -135.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 290.000000 100.000000 2718.000000
Vector3 angles 135.000000 0.000000 0.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 1244
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 456.000000 128.000000 2016.000000
entity
type Pickup
Vector3 position 1232.000000 160.000000 2464.000000
UInt8 pickupType 52
entity
type Effect
Vector3 position 1536.000000 -16.000000 2312.000000
entity
type Pickup
Vector3 position 890.000000 98.000000 2580.000000
UInt8 pickupType 70
entity
type Effect
Vector3 position 456.000000 60.000000 2176.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 392.000000 60.000000 2112.000000
Vector3 angles 90.000000 0.000000 0.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 392.000000 60.000000 2240.000000
Vector3 angles 90.000000 0.000000 0.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 456.000000 60.000000 2304.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 200.000000 60.000000 2176.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 200.000000 60.000000 2304.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 200.000000 60.000000 2432.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 456.000000 60.000000 2432.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 392.000000 60.000000 2368.000000
Vector3 angles 90.000000 0.000000 0.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 200.000000 60.000000 2560.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 456.000000 60.000000 2560.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type Effect
Vector3 position 392.000000 60.000000 2496.000000
Vector3 angles 90.000000 0.000000 0.000000
String64 effectName common/meshes/planks/planks_tile_128x128
entity
type PlayerSpawn
Vector3 position 1560.000000 128.000000 3017.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1314.000000 9.000000 1758.000000
Vector3 angles 45.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 290.000000 100.000000 2014.000000
Vector3 angles 45.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 560.000000 -105.000000 2079.000000
Vector3 angles 45.000000 0.000000 0.000000
Bool8 teamA 0
|
1805f77521cea8a3ce98f525600a0d33878856a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2165/CH4/EX4.10/4_10.sce | 016b37040b64579a3d3ffbcd3e9a60fcb9999cfc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | sce | 4_10.sce | clc
//initialisation of variables
p=85//lb/in^2
h=210//i.p.m
h1=8//in
h2=2.5//in
h3=20//in
x=0.75//in
p1=100//ln/in^2
x1=33000//in
p2=15//lb/in^2
v2=%pi/4*(h1/12)^2*(h3/12)//ft^3
A=144*[29.08*1.6931-8.724]//ft/lb
d=x*A//ft/lb
v3=0.5816//ft^3
P=d/(144*v3)//lb/in^2
P1=%pi/4*64//in^2
r=25*%pi/16//in^2
//CALCULATIONS
H=P*(h3/12)*P1*h/(x1)
I=(P*(h3/12)*(P1-r)*h)/(x1)//I.h.P
T=H+I//I.h.p
//RESULTS
printf('the h.p diameter of the piston and piston rod =% f I.h.p',T)
|
f250f8e032ae783fcd1788eb376415c789738ae2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH40/EX40.19/40_19.sce | 6c1f52fde2c3458bb104794dd8a0f41fcba5133c | [] | 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 | 518 | sce | 40_19.sce | //Problem 40.19: A single-phase power line comprises two conductors each with a radius 8.0 mm and spaced 1.2 m apart in air. Determine the inductance of the line per metre length ignoring internal linkages. Assume the relative permeability ur = 1.
//initializing the variables:
u0 = 4*%pi*1E-7;
ur = 1;
e0 = 8.85E-12;
er = 3;
D = 1.2; // in m
a = 0.008; // in m
//calculation:
//inductance per metre length
L = (u0*ur/(%pi))*(log(D/a))
printf("\n\n Result \n\n")
printf("\ninductance is %.2E H/m",L) |
d112a3c0d27cea7cc49521e01ced05bc6634d148 | 449d555969bfd7befe906877abab098c6e63a0e8 | /629/CH7/EX7.6/example7_6.sce | 85205f9572d0b87a1ac8132ab7d296df43f057d2 | [] | 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 | 641 | sce | example7_6.sce | clear
clc
//Example 7.6 EGL AND HGL FOR A SYSTEM
//Energy equation, (p1/gamma)+(alpha1*V1^2/2g)+hp=(p2/gamma)+(alpha2*V2^2/2g)+ht+hL ,V1=V2=0
p1=0;
p2=0;
ht=0;
Gamma=62.4; //specific weight[lbf/ft^3]
z1=520; //[ft]
z2=620; //[ft]
L=5000; //[ft]
D=1; //diameter[ft]
A=%pi*D^2/4 //area[ft^2]
Q=7.85; //rate of flow[ft^3/s]
V=Q/A //[ft/s]
g=32.2; //[ft/s^2]
hL=(0.01*(L/D)*V^2)/(2*g) //head loss[ft]
hp=round((p2-p1)/Gamma+(z2-z1)+hL) //pump head[ft]
printf("\nThe head supplied by the pump = %.f ft.\n",hp)
//1hp.s= 550ft.lbf
Wp=round(Gamma*Q*hp/550)///power in hp
printf("\nThe power supplied to the flow = %.f hp.\n",Wp) |
44658bcfe42812e82c603d335a0b0c214e2ab1a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH3/EX3.10/Ex3_10.sce | 6bb298b097a74703be5890a253edd40328b14518 | [] | 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 | Ex3_10.sce | //=======================================================================
// chapter 3 example 10
clc;
clear;
//input data
sighem = 2.1*10^-5; //magnetic susceptability
u0 = 4*%pi*10^-7;
//calculation
ur = 1+(sighem);
u = u0*ur;
//result
mprintf('permeability =%3.6f\n',ur);
mprintf('relative permeability =%3.4e.N/A^2\n',u);
//======================================================================
|
d95f5c815c15ab005a0205d3dfecb53f544b87cb | aca04316c7c96dcc66a208d620f3bf5d6b0e45e9 | /BFGS.sci | 8a91a5c8d2bea2dd01845b30407a94c077e5c38a | [] | no_license | yamiir/projet_Optimisation | 7979cc942549c745c88c822ec9ccac88094bbc56 | d51aac92f4cbd37013ea2f5f3137b8fb3958f648 | refs/heads/master | 2021-01-21T12:59:11.019376 | 2016-04-29T00:33:29 | 2016-04-29T00:33:29 | 52,592,455 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,343 | sci | BFGS.sci | function [fopt,xopt,gopt]=BFGS(OraclePG,xini)
x0=xini
[F0,G0]=OraclePG(xini,3)
Dim=size(xini);
W0=eye(Dim(1),Dim(1))
d0=-W0*G0
alphai=1
alpha=Wolfe(alphai,xini,d0,OraclePG)
x1=x0+alpha*d0
iter=5000
tol=0.00001
logG=[]
logP=[]
Cout=[]
for k=1:iter
[F1,G1]=OraclePG(x1,3)
if norm(G1)<tol then
break
end
thetaU=x1-x0
thetaG=G1-G0;
//disp('G1=',thetaG)
I=eye(Dim(1),Dim(1));
W1=(I-(thetaU*thetaG')/(thetaG'*thetaU))*W0*(I-(thetaG*thetaU')/(thetaG'*thetaU))...
+(thetaU*thetaU')/(thetaG'*thetaU);
d1=-W1*G1;
alpha=Wolfe(alphai,x1,d1,OraclePG);
//disp('alpha=',alpha)
x2=x1+alpha*d1;
F0=F1;
G0=G1;
x0=x1;
x1=x2;
W0=W1;
logG = [ logG ; log10(norm(G1)) ];
logP = [ logP ; log10(alpha) ];
Cout = [ Cout ; F1 ];
end
fopt=F1
gopt=G1
xopt=x2
tcpu = timer();
cvge = ['Iteration : ' string(k);...
'Temps CPU : ' string(tcpu);...
'Critere optimal : ' string(fopt);...
'Norme du gradient : ' string(norm(gopt))];
disp('Fin de la methode de gradient a pas fixe')
disp(cvge)
// - visualisation de la convergence
Visualg(logG,logP,Cout);
endfunction
|
de84abb71fe072fcaed428ef10efa25121616f48 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH5/EX5.5/5_5.sci | a8d91e634bf4ddc47861596118e133fa752faf75 | [] | 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 | 405 | sci | 5_5.sci | //Line commuted Converters//
//Example 5.5//
Id=150;//rated dc current in amperes//
E2=415;//AC line voltage in volts//
Emax=sqrt(2)*E2;
C=cos(16*%pi/180);//cosine value of the commutational angle//
printf('\ncosine value of the commutational angle=C=%f',C);
Xt=(1-C)*E2*sqrt(3)/Id;//effective reactance of the thyristor in ohms//
printf('\neffective reactance of the thyristor=Xt=%fohms',Xt);
|
e6b232bf9ec6dc636aa449c172bdfb034fbf6b67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH13/EX13.1/example13_1.sce | 23dc9c93b246e3720326e3b0d474b8cb6e330e00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 658 | sce | example13_1.sce | clear;
clc;
//Example13.1[View Factors Associated with two Concentric Spheres]
//Solution:-
//The outer surface of the smaller sphere and inner surface of the larger sphere form a two surface enclosure
N=2;
disp("View Factors",N^2,"This enclosure involves ")
x=(1/2)*N*(N-1);
disp("view factor directly",x,"W need to determine only")
F11=0;
F12=1;
disp("The Two view Factors")
disp(F11,"Since no radiation leaving surface 1 strikes itself..... F11=")
disp(F12,"Since all radiation leaving surface 1 strikes surface 2 F12=")
disp("F12= ((r1/r2)^2)")
disp("F22= 1-((r1/r2)^2)")
disp("where r1 and r2 are radius of surface 1 and surface 2") |
2f145b6074f7ebc423bda9ca345d72861ebb795b | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/util/date.sci | cc46a0174da7d58ab215b3de1c922a155aa4504e | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sci | date.sci | function s=date()
w=getdate()
month=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']
s=string(w(6))+'-'+month(w(2))+'-'+string(w(1))
|
76bee8e76d47785d897e7bf34a541483dc1d22f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH15/EX15.11/15_11.sce | 681a337ddc5f26ef1a85704bcddbec1c46a9b552 | [] | 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 | 621 | sce | 15_11.sce | //Chapter 15, Problem 11
clc;
L=1.273e-3; //inductance
Vr=6; //pd across resistor
R=30; //resistor
f=5e3; //frequency in hertz
I=Vr/R; //current
Xl=2*%pi*f*L; //inductive reactance
Z=sqrt(R^2+Xl^2); //impedance
V=I*Z; //supply voltage
Vl=I*Xl; //voltage across inductor
printf("From circuit in Fig. 15.7(a)\n\n");
printf("Supply voltage V = %f V\n\n",V);
printf("Voltage across the 1.273mH inductance Vl = %f V\n\n",Vl);
printf("The phasor diagram is shown in Fig. 15.7(b)");
|
6ec79d8b94d7e3d90052d32906135b26987c0882 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH4/EX4.17/Ch04Ex17.sce | 0fd94270fd019b73cb41b0331b1f22dc9a1c1d31 | [] | 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 | 678 | sce | Ch04Ex17.sce | // Scilab Code Ex4.17: Page-203 (2011)
clc;clear;
mu = 1.52;....// Refractive index of aplanatic surface
R = 30;....// Radius of curvature, cm
R1 = R/mu;....// First radius of the aplanatic surface, cm
printf("\nR1 = %5.2f cm", R1);
R2 = R*mu;....// Second radius of the aplanatic surface, cm
printf("\nR2 = %4.1f cm", R2);
//Since the image of an object at one aplanatic point will be formed by the sphere at the other aplantic point,so the is
m = mu^2; // The lateral magnification of the image
printf("\nThe lateral magnification of the image = %4.2f", m);
// Result
// R1 = 19.74 cm
// R2 = 45.6 cm
// The lateral magnification of the image = 2.31
|
a60fcfd1d709634a2be11cc5ff08a1b2ca79f445 | a8592d34f144b71794ebf30f1c2a1b5faf0b053c | /sandbox/scilab/06_grayplot.sce | ec889e1689b30d27d270cc7b81cb0cda481463d6 | [] | no_license | f-fathurrahman/ffr-MetodeNumerik | ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327 | e3a9da224c0fd5b32e671708e890018a3c4104c4 | refs/heads/master | 2023-07-19T22:29:38.810143 | 2023-07-07T10:02:34 | 2023-07-07T10:02:34 | 107,272,110 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,069 | sce | 06_grayplot.sce | // Calling Sequence
//
// grayplot(x,y,z,[strf,rect,nax])
// grayplot(x,y,z,<opt_args>)
//
// Arguments
//
// x,y
// real row vectors of size n1 and n2.
//
// z
// real matrix of size (n1,n2). z(i,j) is the value of the surface at the point (x(i),y(j)).
//
// <opt_args>
// This represents a sequence of statements key1=value1, key2=value2 ,... where key1, key2,...
// can be one of the following: rect, nax, strf, logflag or axesflag and frameflag (see plot2d).
// strf,rect,nax
// see plot2d.
//
// Description
// grayplot makes a 2D plot of the surface given by z on a grid defined by x and y.
// Each rectangle on the grid is filled with a gray or color level depending on the average
// value of z on the corners of the rectangle. If z contains %nan values, the suroundin
// rectangles are not displayed.
clf()
x = -10:10;
y = -10:10;
m = rand(21,21);
grayplot( x, y, m, rect=[-20,-20,20,20] )
xs2pdf( gcf(), "images/06_grayplot_v1.pdf" )
clf()
grayplot( x, y, m )
xs2pdf( gcf(), "images/06_grayplot_v2.pdf" )
if getscilabmode() ~= "STD"
quit()
end
|
e46f8cae461d75ab147b3d5a4a8a931bca55c3f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3869/CH5/EX5.21/Ex5_21.sce | 2b4b75a0e8987ac4a552791db2013254b63610cb | [] | 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 | Ex5_21.sce | clear
//
//
//
//Variable declaration
n2=1.3 //Cladding refractive index
delta=0.14 //fractional index change
//Calculation
n1=n2/(1-delta) //Core refractive index
//Result
printf("\n Core refractive index is %0.2f ",n1)
|
3234be01ff84bebd0bbd9570c70a7f0772f1060d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2288/CH3/EX3.21.17/ex3_21_17.sce | f666e2c750ffecf8a401cb9bfe3a5d8046f65ebf | [] | 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 | 325 | sce | ex3_21_17.sce | // Exa 3.21.17
clc;
clear;
close;
// Given data
y2 = 6 * 10^16;// in /cm^3
y1 = 10^17;// in /cm^3
x2 = 2;// in µm
x1 = 0;// in µm
D_n = 35;// in cm^2/sec
q = 1.6 *10^-19;// in C
dnBYdx = (y2 - y1)/((x2-x1) * 10^-4);
J_n = q * D_n * dnBYdx;// in A/cm^2
disp(J_n,"The current density in silicon in A/cm^2 is");
|
0f882541b87b7b6da968bbe652d1fcc2630dc0b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH4/EX4.33/Ex4_33.sce | a9634bdfec1c80603f9d6dcbf00b87cd136492bf | [] | 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 | 713 | sce | Ex4_33.sce | //pagenumber 220 example 33
clear
beta1=100;
revcur=20*10^-9;//ampere
colres=3*10^3;//ohm
rb=200*10^3;//ohm
vbb=5;//volt
vcc=11;//volt
em1res=2*10^3;//ohm
ib=(vbb-0.7)/rb;
ic=beta1*ib;
ie=ib+ic;
disp("base current = "+string((ib))+"ampere");
disp("collector current = "+string((ic))+"ampere");
disp("emitter current = "+string((ie))+"ampere");//question asked only currents
//2*10^3 ohm added to emitter
ib=-(0.7-vcc)/(rb+((1+beta1)*em1res));
ic=beta1*ib;
ie=ib+ic;
disp("base current = "+string((ib))+"ampere");//correction in book
disp("collector current = "+string((ic))+"ampere");
disp("emitter current = "+string((ie))+"ampere");//question asked only currents
|
64c8c0410be93e200258e2a47c9f89af15dc65eb | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/SlideShows/Winter2008_2009.SCI | 33c55b6cc9e6f1f32cd5b09abd48346097322eb1 | [
"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 | 2,981 | sci | Winter2008_2009.SCI | Picturefolder(datadir+"\StereoPictures\winter2008_2009");
SoundFolder(datadir+"\sounds");
PlaySound("winter2008_2009.mp3",0);
FadeSound("winter2008_2009.mp3",1000,5);
Delay(3);
Transition("Transient",10);
ShowStereoPic("sepia");
Delay(8);
ShowText("Straffe winters...",point(-0.30,0.1,0.1),"Size":0.08,"Color":color(0,0.5,1));
ShowText("zoals weleer...",point(-0.30,-0.15,0.1),"Size":0.08,"Color":color(0,0.5,1));
Delay(8);
Transition("pan",5);
ShowStereoPic("bulldozer");
PlaySound("tractor.mp3",1000);
FadeSound("tractor.mp3",1000,5);
FadeSound("winter2008_2009.mp3",0,5);
Delay(5);
FadeSound("tractor.mp3",0,5);
StopSound("tractor.mp3");
FadeSound("winter2008_2009.mp3",1000,2);
Delay(3);
Transition("Transient",2);
ShowStereoPic("intro_oud");
Delay(8);
Transition("Transient",8);
ShowStereoPic("intro_nieuw");
Delay(10);
ShowText("Winter 2008-2009",point(0,0.3,0),"Size":0.06,"Color":color(0,0.5,1));
ShowText("en",point(0,0.25,0),"Size":0.06,"Color":color(0,0.5,1));
ShowText("Winter 2009-2010",point(0,0.2,0),"Size":0.06,"Color":color(0,0.5,1));
ShowText("in beeld",point(0,0.15,0),"Size":0.06,"Color":color(0,0.5,1));
Delay(8);
Transition("Transient",3);
ShowStereoPic("110");
PlaySound("Antan.mp3",0);
FadeSound("winter2008_2009.mp3",0,5);
FadeSound("Antan.mp3",1000,5);
ShowText("Winterse nevel en rijm",point(-0.45,-0.3,0),"Size":0.035,"Color":color(1,1,1));
Delay(10);
Transition("zoom",6);
ShowStereoPic("118");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\10");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\101");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\121");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\133");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\132");
Delay(12);
Transition("Transient",6);
ShowStereoPic("119");
Delay(12);
Transition("zoom",6);
ShowStereoPic("rijm");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\151");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\160");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\rijm\167");
Delay(12);
Transition("Curtain",6);
ShowStereoPic("\sneeuw\0003");
ShowText("Sneeuw",point(-0.3,0.3,0),"Size":0.06,"Color":color(1,1,1));
Delay(12);
Transition("Transient",4);
ShowStereoPic("\sneeuw\005");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\sneeuw\067");
Delay(12);
Transition("Zoom",4);
ShowStereoPic("\sneeuw\152");
Delay(12);
Transition("Transient",4);
ShowStereoPic("\sneeuw\156");
Delay(12);
Transition("Transient",4);
ShowStereoPic("0001");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\sneeuw\0012");
Delay(12);
Transition("Transient",4);
ShowStereoPic("\sneeuw\0040");
Delay(12);
Transition("Zoom",6);
ShowStereoPic("\sneeuw\0042");
Delay(12);
Transition("Zoom",6);
ShowStereoPic("\sneeuw\0045");
Delay(12);
Transition("Zoom",6);
ShowStereoPic("\sneeuw\0053");
Delay(12);
Transition("Transient",6);
ShowStereoPic("\sneeuw\017");
Delay(7);
FadeSound("Antan.mp3",0,10);
Delay(20);
|
16e773b211542535819cf363b8cd8779e8aad382 | 0d85aad5237f1842799753cb32481a4e00ca63d1 | /17.sce | 47182d7f7850929110d33432340de96bb828d34d | [] | no_license | ghassenjlassi/projectstat | fc951e46f4202c36bc0ce059ce3e7204461daca4 | 4dc3fd3797782f3cfbb2d76ca6656d1c7f77a6a3 | refs/heads/master | 2020-03-14T10:31:09.397372 | 2018-05-02T09:39:11 | 2018-05-02T09:39:11 | 131,568,916 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | 17.sce | exec('C:\Users\USER-PC\Desktop\proj\math\ala_ghassen\price3.sci')
exec('C:\Users\USER-PC\Desktop\proj\math\ala_ghassen\put.sci')
exec('C:\Users\USER-PC\Desktop\proj\math\ala_ghassen\price1.sci')
r=0.04
sigma=0.1
s=100
T=1
K=100
x=[1:10]*(10**5)
p4=zeros(10,1)
for i=[1:10]
p4(i)=put(s,r,sigma,T,K)
end
p3=zeros(10,1)
for i=[1:10]
p3(i)=price3(i*(10**5),s,r,sig,T,f)
end
plot(x,p3)
plot(x,p4)
|
87d47fbbadf0e79f8bbb85e608280d747d38fc01 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/GF38CPK/ATWM1_Working_Memory_MEG_GF38CPK_Session2/ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce | 76a7ffcefbdabf7cdf870ce850dc40673833cc6a | [] | 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,383 | sce | ATWM1_Working_Memory_MEG_Salient_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 = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; 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 = 369; width = 369; color = 42, 42, 42;} 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;
41 61 292 292 399 125 1842 2992 2542 fixation_cross gabor_018 gabor_096 gabor_052 gabor_037 gabor_018_alt gabor_096 gabor_052 gabor_037_alt "2_1_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_018_096_052_037_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_172_framed blank blank blank blank fixation_cross_target_position_1_4 "2_1_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_124 gabor_046 gabor_065 gabor_088 gabor_124 gabor_046_alt gabor_065_alt gabor_088 "2_2_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_124_046_065_088_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_065_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_2_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2292 fixation_cross gabor_053 gabor_011 gabor_081 gabor_119 gabor_053 gabor_011 gabor_081_alt gabor_119_alt "2_3_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_053_011_081_119_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_031_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_3_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_135 gabor_029 gabor_050 gabor_117 gabor_135_alt gabor_029 gabor_050 gabor_117_alt "2_4_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_135_029_050_117_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_117_framed blank blank blank blank fixation_cross_target_position_1_4 "2_4_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 1892 fixation_cross gabor_033 gabor_075 gabor_100 gabor_145 gabor_033 gabor_075_alt gabor_100_alt gabor_145 "2_5_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_033_075_100_145_target_position_2_3_retrieval_position_2" gabor_circ gabor_121_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_5_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1842 2992 2592 fixation_cross gabor_005 gabor_126 gabor_160 gabor_084 gabor_005 gabor_126_alt gabor_160_alt gabor_084 "2_6_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2600_gabor_patch_orientation_005_126_160_084_target_position_2_3_retrieval_position_1" gabor_005_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_6_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_005_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_175 gabor_067 gabor_156 gabor_050 gabor_175 gabor_067 gabor_156_alt gabor_050_alt "2_7_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_175_067_156_050_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_156_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_7_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 2142 fixation_cross gabor_078 gabor_017 gabor_151 gabor_168 gabor_078 gabor_017_alt gabor_151_alt gabor_168 "2_8_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_078_017_151_168_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_151_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_8_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_151_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_119 gabor_063 gabor_009 gabor_044 gabor_119 gabor_063 gabor_009_alt gabor_044_alt "2_9_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_119_063_009_044_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_094_framed blank blank blank blank fixation_cross_target_position_3_4 "2_9_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 1992 fixation_cross gabor_158 gabor_043 gabor_133 gabor_014 gabor_158_alt gabor_043 gabor_133_alt gabor_014 "2_10_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_158_043_133_014_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_133_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_10_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_095 gabor_131 gabor_065 gabor_006 gabor_095_alt gabor_131_alt gabor_065 gabor_006 "2_11_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_095_131_065_006_target_position_1_2_retrieval_position_1" gabor_095_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_11_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 1992 fixation_cross gabor_111 gabor_175 gabor_056 gabor_089 gabor_111 gabor_175 gabor_056_alt gabor_089_alt "2_12_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_111_175_056_089_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_089_framed blank blank blank blank fixation_cross_target_position_3_4 "2_12_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2142 2992 2242 fixation_cross gabor_144 gabor_110 gabor_086 gabor_129 gabor_144 gabor_110_alt gabor_086_alt gabor_129 "2_13_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2250_gabor_patch_orientation_144_110_086_129_target_position_2_3_retrieval_position_1" gabor_004_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_13_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_004_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1942 2992 2392 fixation_cross gabor_175 gabor_099 gabor_038 gabor_066 gabor_175_alt gabor_099 gabor_038 gabor_066_alt "2_14_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_175_099_038_066_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_066_framed blank blank blank blank fixation_cross_target_position_1_4 "2_14_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_066_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 1942 fixation_cross gabor_113 gabor_029 gabor_147 gabor_082 gabor_113_alt gabor_029 gabor_147 gabor_082_alt "2_15_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_113_029_147_082_target_position_1_4_retrieval_position_1" gabor_064_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_15_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2242 2992 2392 fixation_cross gabor_097 gabor_008 gabor_031 gabor_154 gabor_097 gabor_008_alt gabor_031 gabor_154_alt "2_16_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2400_gabor_patch_orientation_097_008_031_154_target_position_2_4_retrieval_position_1" gabor_047_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_16_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_047_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2142 fixation_cross gabor_172 gabor_098 gabor_121 gabor_143 gabor_172_alt gabor_098_alt gabor_121 gabor_143 "2_17_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_172_098_121_143_target_position_1_2_retrieval_position_2" gabor_circ gabor_098_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_17_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_098_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 2492 fixation_cross gabor_101 gabor_021 gabor_079 gabor_040 gabor_101_alt gabor_021 gabor_079 gabor_040_alt "2_18_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_101_021_079_040_target_position_1_4_retrieval_position_1" gabor_101_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_18_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2142 2992 2542 fixation_cross gabor_004 gabor_109 gabor_023 gabor_047 gabor_004_alt gabor_109_alt gabor_023 gabor_047 "2_19_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2550_gabor_patch_orientation_004_109_023_047_target_position_1_2_retrieval_position_2" gabor_circ gabor_063_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_19_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_063_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2142 2992 2342 fixation_cross gabor_046 gabor_020 gabor_177 gabor_102 gabor_046_alt gabor_020 gabor_177_alt gabor_102 "2_20_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2350_gabor_patch_orientation_046_020_177_102_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_152_framed blank blank blank blank fixation_cross_target_position_1_3 "2_20_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_152_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_099 gabor_164 gabor_009 gabor_135 gabor_099_alt gabor_164 gabor_009 gabor_135_alt "2_21_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_099_164_009_135_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_180_framed blank blank blank blank fixation_cross_target_position_1_4 "2_21_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 2442 fixation_cross gabor_001 gabor_166 gabor_044 gabor_082 gabor_001_alt gabor_166 gabor_044 gabor_082_alt "2_22_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2450_gabor_patch_orientation_001_166_044_082_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_082_framed blank blank blank blank fixation_cross_target_position_1_4 "2_22_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_082_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2042 fixation_cross gabor_009 gabor_150 gabor_045 gabor_133 gabor_009 gabor_150_alt gabor_045 gabor_133_alt "2_23_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_009_150_045_133_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_133_framed blank blank blank blank fixation_cross_target_position_2_4 "2_23_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 1992 fixation_cross gabor_005 gabor_167 gabor_135 gabor_060 gabor_005 gabor_167_alt gabor_135_alt gabor_060 "2_24_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_005_167_135_060_target_position_2_3_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_24_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2192 2992 1942 fixation_cross gabor_132 gabor_092 gabor_166 gabor_005 gabor_132_alt gabor_092 gabor_166 gabor_005_alt "2_25_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_1950_gabor_patch_orientation_132_092_166_005_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_166_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_25_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_166_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 2142 fixation_cross gabor_013 gabor_048 gabor_124 gabor_169 gabor_013_alt gabor_048_alt gabor_124 gabor_169 "2_26_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_013_048_124_169_target_position_1_2_retrieval_position_2" gabor_circ gabor_048_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_26_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_086 gabor_160 gabor_040 gabor_113 gabor_086 gabor_160_alt gabor_040 gabor_113_alt "2_27_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_086_160_040_113_target_position_2_4_retrieval_position_2" gabor_circ gabor_023_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_27_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2092 fixation_cross gabor_061 gabor_032 gabor_147 gabor_101 gabor_061 gabor_032_alt gabor_147_alt gabor_101 "2_28_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_061_032_147_101_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_011_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_28_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 1942 fixation_cross gabor_141 gabor_072 gabor_018 gabor_102 gabor_141_alt gabor_072 gabor_018 gabor_102_alt "2_29_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_141_072_018_102_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_102_framed blank blank blank blank fixation_cross_target_position_1_4 "2_29_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 1942 fixation_cross gabor_033 gabor_078 gabor_108 gabor_141 gabor_033_alt gabor_078 gabor_108 gabor_141_alt "2_30_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_033_078_108_141_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_141_framed blank blank blank blank fixation_cross_target_position_1_4 "2_30_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_141_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_069 gabor_094 gabor_177 gabor_112 gabor_069_alt gabor_094 gabor_177 gabor_112_alt "2_31_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_069_094_177_112_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_158_framed blank blank blank blank fixation_cross_target_position_1_4 "2_31_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2042 2992 1992 fixation_cross gabor_088 gabor_130 gabor_158 gabor_174 gabor_088 gabor_130_alt gabor_158 gabor_174_alt "2_32_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_2050_3000_2000_gabor_patch_orientation_088_130_158_174_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_158_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_32_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_158_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2392 fixation_cross gabor_175 gabor_018 gabor_049 gabor_127 gabor_175_alt gabor_018 gabor_049_alt gabor_127 "2_33_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_175_018_049_127_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_097_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_33_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_099 gabor_015 gabor_123 gabor_080 gabor_099_alt gabor_015 gabor_123_alt gabor_080 "2_34_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_099_015_123_080_target_position_1_3_retrieval_position_1" gabor_099_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_34_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_099_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_163 gabor_048 gabor_027 gabor_084 gabor_163_alt gabor_048_alt gabor_027 gabor_084 "2_35_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_163_048_027_084_target_position_1_2_retrieval_position_1" gabor_163_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_35_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1792 2992 2242 fixation_cross gabor_067 gabor_141 gabor_126 gabor_021 gabor_067_alt gabor_141_alt gabor_126 gabor_021 "2_36_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_067_141_126_021_target_position_1_2_retrieval_position_2" gabor_circ gabor_141_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_36_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_141_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_068 gabor_128 gabor_091 gabor_144 gabor_068_alt gabor_128_alt gabor_091 gabor_144 "2_37_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_068_128_091_144_target_position_1_2_retrieval_position_2" gabor_circ gabor_174_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_37_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2192 2992 2242 fixation_cross gabor_037 gabor_123 gabor_092 gabor_059 gabor_037 gabor_123_alt gabor_092 gabor_059_alt "2_38_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_2250_gabor_patch_orientation_037_123_092_059_target_position_2_4_retrieval_position_1" gabor_177_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_38_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_177_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1942 2992 2242 fixation_cross gabor_124 gabor_172 gabor_082 gabor_009 gabor_124 gabor_172_alt gabor_082 gabor_009_alt "2_39_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_124_172_082_009_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_009_framed blank blank blank blank fixation_cross_target_position_2_4 "2_39_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2192 2992 1992 fixation_cross gabor_154 gabor_109 gabor_090 gabor_022 gabor_154_alt gabor_109_alt gabor_090 gabor_022 "2_40_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2000_gabor_patch_orientation_154_109_090_022_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_022_framed blank blank blank blank fixation_cross_target_position_1_2 "2_40_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_022_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2192 fixation_cross gabor_142 gabor_052 gabor_166 gabor_029 gabor_142 gabor_052 gabor_166_alt gabor_029_alt "2_41_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_142_052_166_029_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_116_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_41_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_116_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1942 2992 2142 fixation_cross gabor_125 gabor_065 gabor_009 gabor_090 gabor_125_alt gabor_065_alt gabor_009 gabor_090 "2_42_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_125_065_009_090_target_position_1_2_retrieval_position_1" gabor_125_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_42_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2492 fixation_cross gabor_138 gabor_015 gabor_153 gabor_063 gabor_138_alt gabor_015 gabor_153_alt gabor_063 "2_43_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2500_gabor_patch_orientation_138_015_153_063_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_105_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_43_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_154 gabor_074 gabor_135 gabor_021 gabor_154_alt gabor_074 gabor_135_alt gabor_021 "2_44_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_154_074_135_021_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_180_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_44_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 2192 fixation_cross gabor_095 gabor_141 gabor_075 gabor_113 gabor_095 gabor_141_alt gabor_075_alt gabor_113 "2_45_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_095_141_075_113_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_030_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_45_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2092 fixation_cross gabor_104 gabor_129 gabor_089 gabor_154 gabor_104 gabor_129 gabor_089_alt gabor_154_alt "2_46_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_104_129_089_154_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_017_framed blank blank blank blank fixation_cross_target_position_3_4 "2_46_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2092 2992 2342 fixation_cross gabor_010 gabor_090 gabor_072 gabor_151 gabor_010_alt gabor_090 gabor_072_alt gabor_151 "2_47_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_2100_3000_2350_gabor_patch_orientation_010_090_072_151_target_position_1_3_retrieval_position_2" gabor_circ gabor_090_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_47_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_090_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 2342 fixation_cross gabor_090 gabor_158 gabor_142 gabor_127 gabor_090 gabor_158_alt gabor_142 gabor_127_alt "2_48_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_090_158_142_127_target_position_2_4_retrieval_position_2" gabor_circ gabor_018_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_48_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 2192 fixation_cross gabor_019 gabor_108 gabor_124 gabor_066 gabor_019 gabor_108_alt gabor_124 gabor_066_alt "2_49_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_019_108_124_066_target_position_2_4_retrieval_position_2" gabor_circ gabor_108_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_49_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2442 fixation_cross gabor_115 gabor_133 gabor_064 gabor_010 gabor_115 gabor_133_alt gabor_064 gabor_010_alt "2_50_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2450_gabor_patch_orientation_115_133_064_010_target_position_2_4_retrieval_position_2" gabor_circ gabor_085_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_50_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2042 fixation_cross gabor_039 gabor_109 gabor_125 gabor_082 gabor_039 gabor_109 gabor_125_alt gabor_082_alt "2_51_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_039_109_125_082_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_125_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_51_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2292 fixation_cross gabor_125 gabor_051 gabor_090 gabor_067 gabor_125 gabor_051_alt gabor_090 gabor_067_alt "2_52_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_125_051_090_067_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_019_framed blank blank blank blank fixation_cross_target_position_2_4 "2_52_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1992 2992 1942 fixation_cross gabor_111 gabor_002 gabor_176 gabor_055 gabor_111_alt gabor_002 gabor_176_alt gabor_055 "2_53_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_1950_gabor_patch_orientation_111_002_176_055_target_position_1_3_retrieval_position_2" gabor_circ gabor_002_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_53_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_002_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 2142 fixation_cross gabor_148 gabor_118 gabor_038 gabor_008 gabor_148_alt gabor_118 gabor_038_alt gabor_008 "2_54_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_148_118_038_008_target_position_1_3_retrieval_position_1" gabor_148_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_54_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 2492 fixation_cross gabor_140 gabor_062 gabor_017 gabor_172 gabor_140 gabor_062_alt gabor_017 gabor_172_alt "2_55_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_140_062_017_172_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_034_framed blank blank blank blank fixation_cross_target_position_2_4 "2_55_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_102 gabor_164 gabor_141 gabor_057 gabor_102 gabor_164_alt gabor_141 gabor_057_alt "2_56_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_102_164_141_057_target_position_2_4_retrieval_position_2" gabor_circ gabor_164_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_56_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2142 2992 2392 fixation_cross gabor_030 gabor_002 gabor_109 gabor_151 gabor_030 gabor_002_alt gabor_109 gabor_151_alt "2_57_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2400_gabor_patch_orientation_030_002_109_151_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_062_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_57_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_062_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_170 gabor_153 gabor_032 gabor_013 gabor_170 gabor_153 gabor_032_alt gabor_013_alt "2_58_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_170_153_032_013_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_032_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_58_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 2492 fixation_cross gabor_125 gabor_146 gabor_035 gabor_101 gabor_125 gabor_146_alt gabor_035 gabor_101_alt "2_59_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2500_gabor_patch_orientation_125_146_035_101_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_101_framed blank blank blank blank fixation_cross_target_position_2_4 "2_59_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1792 2992 2592 fixation_cross gabor_058 gabor_101 gabor_036 gabor_123 gabor_058_alt gabor_101 gabor_036_alt gabor_123 "2_60_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2600_gabor_patch_orientation_058_101_036_123_target_position_1_3_retrieval_position_2" gabor_circ gabor_101_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_60_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_101_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2242 fixation_cross gabor_173 gabor_065 gabor_105 gabor_139 gabor_173_alt gabor_065 gabor_105_alt gabor_139 "2_61_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_173_065_105_139_target_position_1_3_retrieval_position_1" gabor_123_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_61_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_123_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_173 gabor_091 gabor_024 gabor_064 gabor_173 gabor_091_alt gabor_024_alt gabor_064 "2_62_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_173_091_024_064_target_position_2_3_retrieval_position_2" gabor_circ gabor_044_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_62_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2442 fixation_cross gabor_118 gabor_177 gabor_069 gabor_054 gabor_118 gabor_177 gabor_069_alt gabor_054_alt "2_63_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_118_177_069_054_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_006_framed blank blank blank blank fixation_cross_target_position_3_4 "2_63_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_006_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2092 fixation_cross gabor_154 gabor_022 gabor_128 gabor_087 gabor_154_alt gabor_022 gabor_128 gabor_087_alt "2_64_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_154_022_128_087_target_position_1_4_retrieval_position_1" gabor_107_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_64_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2092 fixation_cross gabor_058 gabor_089 gabor_177 gabor_020 gabor_058 gabor_089_alt gabor_177_alt gabor_020 "2_65_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_058_089_177_020_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_037_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_65_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_013 gabor_143 gabor_079 gabor_103 gabor_013 gabor_143_alt gabor_079 gabor_103_alt "2_66_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_013_143_079_103_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_103_framed blank blank blank blank fixation_cross_target_position_2_4 "2_66_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_103_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1742 2992 2292 fixation_cross gabor_174 gabor_001 gabor_115 gabor_135 gabor_174_alt gabor_001_alt gabor_115 gabor_135 "2_67_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2300_gabor_patch_orientation_174_001_115_135_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_068_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_67_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_068_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2542 fixation_cross gabor_180 gabor_164 gabor_122 gabor_101 gabor_180_alt gabor_164 gabor_122_alt gabor_101 "2_68_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_180_164_122_101_target_position_1_3_retrieval_position_1" gabor_180_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_68_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_056 gabor_079 gabor_117 gabor_031 gabor_056 gabor_079 gabor_117_alt gabor_031_alt "2_69_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_056_079_117_031_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_169_framed blank blank blank blank fixation_cross_target_position_3_4 "2_69_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1742 2992 2542 fixation_cross gabor_056 gabor_169 gabor_031 gabor_145 gabor_056 gabor_169_alt gabor_031 gabor_145_alt "2_70_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2550_gabor_patch_orientation_056_169_031_145_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_081_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_70_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_081_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# 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;
}; |
d121a4568e633adff5be4c95292073041ac969be | 449d555969bfd7befe906877abab098c6e63a0e8 | /3432/DEPENDENCIES/fig_settings.sci | 5d5e7d435f2cbb1b9819a889348b82feb671c175 | [] | 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 | 375 | sci | fig_settings.sci | //------------------------------------------------------------------
//figure handel settings
f=get("current_figure"); //Current figure handle
f.background=8; //make the figure window background white
l=f.children(1);
l.background=8 ;//make the text background white
id=color('grey');
xgrid(id);
//------------------------------------------------------------------
|
6983edbc0cd57b3e71a2d4cca370ab3d9a612a3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /61/CH4/EX4.7/ex4_7.sce | 274fffd99c3118d38c3cf4534237f2768b68a570 | [] | 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 | 236 | sce | ex4_7.sce | //ex4.7
df=5*10^-3; //derating factor in watts per degree celsius
T1=70;
T2=25;
P_D_max=1; //in watts
del_P_D=df*(T1-T2);
P_D=P_D_max-del_P_D;
disp(P_D,'Power dissipated max at a temperature of 70 degree celsius(in watts)') |
f420004a27ca161329f57302713117d8f4b4b2f3 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/RC98DEQ/ATWM1_Working_Memory_MRI_RC98DEQ/ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | c69bff4b4bf31504524871c4982b8ae8e7335066 | [] | 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 | 12,282 | sce | ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
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;
# 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 = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_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;
6 12 292 292 399 125 11543 2992 14342 fixation_cross gabor_154 gabor_038 gabor_169 gabor_014 gabor_154_alt gabor_038 gabor_169 gabor_014_alt "1_1_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_154_038_169_014_target_position_2_3_retrieval_position_2" gabor_circ gabor_085_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
21 26 292 292 399 125 9543 2992 12342 fixation_cross gabor_035 gabor_111 gabor_069 gabor_091 gabor_035 gabor_111_alt gabor_069_alt gabor_091 "1_2_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_035_111_069_091_target_position_1_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
34 40 292 292 399 125 11543 2992 12342 fixation_cross gabor_065 gabor_153 gabor_172 gabor_090 gabor_065_alt gabor_153 gabor_172_alt gabor_090 "1_3_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_065_153_172_090_target_position_2_4_retrieval_position_2" gabor_circ gabor_153_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
48 54 292 292 399 125 11543 2992 14342 fixation_cross gabor_106 gabor_070 gabor_085 gabor_138 gabor_106_alt gabor_070 gabor_085_alt gabor_138 "1_4_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_106_070_085_138_target_position_2_4_retrieval_position_1" gabor_106_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_106_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
63 69 292 292 399 125 11543 2992 12342 fixation_cross gabor_131 gabor_012 gabor_054 gabor_165 gabor_131 gabor_012 gabor_054_alt gabor_165_alt "1_5_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_131_012_054_165_target_position_1_2_retrieval_position_1" gabor_081_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
77 83 292 292 399 125 11543 2992 12342 fixation_cross gabor_063 gabor_103 gabor_175 gabor_044 gabor_063 gabor_103 gabor_175_alt gabor_044_alt "1_6_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_063_103_175_044_target_position_1_2_retrieval_position_2" gabor_circ gabor_150_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
91 96 292 292 399 125 9543 2992 14342 fixation_cross gabor_025 gabor_065 gabor_149 gabor_084 gabor_025_alt gabor_065_alt gabor_149 gabor_084 "1_7_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_025_065_149_084_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_132_framed blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
105 110 292 292 399 125 9543 2992 14342 fixation_cross gabor_149 gabor_122 gabor_010 gabor_082 gabor_149_alt gabor_122 gabor_010 gabor_082_alt "1_8_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_149_122_010_082_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_010_framed gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
119 124 292 292 399 125 9543 2992 14342 fixation_cross gabor_022 gabor_180 gabor_074 gabor_096 gabor_022 gabor_180 gabor_074_alt gabor_096_alt "1_9_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_022_180_074_096_target_position_1_2_retrieval_position_1" gabor_022_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
133 138 292 292 399 125 9543 2992 14342 fixation_cross gabor_142 gabor_083 gabor_126 gabor_021 gabor_142 gabor_083_alt gabor_126_alt gabor_021 "1_10_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_142_083_126_021_target_position_1_4_retrieval_position_1" gabor_004_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
147 152 292 292 399 125 9543 2992 14342 fixation_cross gabor_039 gabor_081 gabor_144 gabor_021 gabor_039 gabor_081_alt gabor_144_alt gabor_021 "1_11_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_9601_3000_14400_gabor_patch_orientation_039_081_144_021_target_position_1_4_retrieval_position_2" gabor_circ gabor_128_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_128_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
161 166 292 292 399 125 9543 2992 12342 fixation_cross gabor_056 gabor_024 gabor_073 gabor_112 gabor_056 gabor_024_alt gabor_073_alt gabor_112 "1_12_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_056_024_073_112_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_112_framed blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
174 179 292 292 399 125 9543 2992 12342 fixation_cross gabor_124 gabor_108 gabor_079 gabor_151 gabor_124 gabor_108_alt gabor_079_alt gabor_151 "1_13_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_124_108_079_151_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_079_framed gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_079_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
187 193 292 292 399 125 11543 2992 14342 fixation_cross gabor_172 gabor_067 gabor_005 gabor_044 gabor_172_alt gabor_067_alt gabor_005 gabor_044 "1_14_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_172_067_005_044_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_044_framed blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
202 208 292 292 399 125 11543 2992 12342 fixation_cross gabor_048 gabor_136 gabor_069 gabor_090 gabor_048 gabor_136_alt gabor_069 gabor_090_alt "1_15_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_048_136_069_090_target_position_1_3_retrieval_position_1" gabor_048_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# 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 = 20600;
code = "BaselinePost";
#port_code = 2;
}; |
7bcf5f12c1f3342d2c9a08c640554e7305a8f128 | 6a7b4e7f7cf3a38abe4d239fc8b61f0a543f500a | /polinomios.sce | f1b3ca3a23f2bc7fd966734881bc15e76a87ef3e | [] | no_license | luvitale/calculo-numerico | 43459bc3db413f953e2f2a6f6bc196cc078ea406 | 28a04ff20f019e4ae80818372be412bffa894573 | refs/heads/master | 2020-03-18T12:46:12.456590 | 2018-07-07T03:46:08 | 2018-07-07T03:46:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | polinomios.sce | function Y = diferenciasDivididas(X, Y, N)
for i = 1 : N
for j = N + 1 : -1 : i + 1
Y(j) = (Y(j) - Y(j - 1)) / (X(j) - X(j - i))
end
end
endfunction
function y = horner(X, d, x, N)
y = d(N + 1)
for i = N : -1 : 1
y = d(i) + y * (x - X(i))
end
endfunction
|
5f4ad452bdca600e5899773b9fd9e6c6a4333cda | 449d555969bfd7befe906877abab098c6e63a0e8 | /3647/CH7/EX7.2/ex7_2.sce | d46e1ebe44bbe1b59deaba175c1960005909646f | [] | 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 | 361 | sce | ex7_2.sce | //Solutions to Problems In applied mechanics
//A N Gobby
clear all;
clc
//initialisation of variables
R=24.4//tonf
x=9.7//ft
M=124//tonf ft
h=5//in
q=14//in
w=20//in
h1=6//in
p=3//in
g=10//in
//CALCULATIONS
Ra=h*q/w//tonf
Mc=Ra*h1//tonf ft
Rb=p*h1/w*q //tonf ft
RB=w*g-(2*g^2/2)//tonf ft
//RESULTS
printf('the tonf load alone=% f tonf ft',RB)
|
7d143983980f6a61647cb6336a184e1ffcca77ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH11/EX11.29/11Ex29.sce | b73d4b08f4c7c4c14e32cd6d0e833f1f82ff2541 | [] | 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 | 255 | sce | 11Ex29.sce | //Chapter 11 Ex 29
clc;
close;
clear;
retail=100; com=36; red=24/100;
SP=retail-com;
profit=(8.8/100);
CP=(SP/(1+profit));
ncom=12;
SPn=retail-ncom;
gain=SPn-CP;
gainper=(gain/CP)*100;
mprintf("The profit percent is %.2f percent",gainper);
|
7c1a4fbc435082afb5f4a17cfb2edf686f9291a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH17/EX17.18/Ex17_18.sce | 32313204414cc5239f7bf098f5930001a0c00403 | [] | 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 | 414 | sce | Ex17_18.sce | //Initilization of variables
W=1000 //lb
w_w=200 //lb weight of the individual wheel
d_w=2.5 //ft diameter of the wheel
v=22 //ft/s
t=2 //minutes
//Calculations
//T1=Initial Kinetic Energy and T2=Final Kinetic Energy
F=(-0.5*W*32.2^-1*v^2-4*0.5*w_w*32.2^-1*(v^2+0.5*v^2))/(10560) //lb
//Negative sign in the answer tells it oposses the motion
//Result
clc
printf('The rolling resistance is %flb',F)
|
cb2df5c09f585105468f2c440e5c62b48990b89f | fcd4bce0080771389b4a69338ed6443153942183 | /cores/n64/mupen64plus-rsp-paraLLEl/lightning/check/ldstr.tst | 1ed26b1dc7b531057879f1c7f789730110700689 | [
"GPL-3.0-only",
"LGPL-3.0-only",
"MIT",
"GPL-2.0-only",
"GFDL-1.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-copyleft",
"GFDL-1.1-only",
"LGPL-2.1-only",
"MPL-1.1",
"LicenseRef-scancode-mame",
"Zlib",
"LGPL-2.1-or-later",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-public... | permissive | wulfebw/retro | d4fcf9229b257b3c495f54b1aeb3ea36004ae4aa | dad4b509e99e729e39a2f27e9ee4120e3b607f58 | refs/heads/master | 2022-10-23T07:17:55.320585 | 2020-06-12T01:38:06 | 2020-06-12T01:38:06 | 260,832,205 | 8 | 1 | MIT | 2020-06-12T01:38:08 | 2020-05-03T05:06:17 | C | UTF-8 | Scilab | false | false | 3,781 | tst | ldstr.tst | #include "ldst.inc"
#if __WORDSIZE == 64
# define LDSTL(N, R0, R1) \
movi %R0 $(t0 + $offui) \
str_i %R0 %R1 \
movi %R0 $(t0 + $offl) \
movi %R1 L##N \
str_l %R0 %R1
# define SI(C, N, x, X, R0, R1) \
movi %R0 $(t0 + $off##x) \
ldr_##x %R1 %R0 \
beqi L##x##C %R1 L##X##N \
calli @abort \
L##x##C:
# define LDRL(C, N, R0, R1) \
UI(C, N, i, I, R0, R1) \
SI(C, N, l, L, R0, R1)
#else
# define LDSTL(C, R0, R1)
# define SI(C, N, x, X, R0, R1) \
movi %R0 $(t0 + $off##x) \
ldr_##x %R1 %R0 \
beqi L##x##C %R1 I##X##N \
calli @abort \
L##x##C:
# define LDRL(C, N, R0, R1)
#endif
#define UI(C, N, x, X, R0, R1) \
movi %R0 $(t0 + $offu##x) \
ldr_u##x %R1 %R0 \
beqi Lu##x##C %R1 X##N \
calli @abort \
Lu##x##C:
#define FF(C, N, x, X, R0, F0) \
movi %R0 $(t0 + $off##x) \
ldr_##x %F0 %R0 \
beqi_##x L##x##C %F0 X##N \
L##x##C:
#define LDST1(X, N, R0, R1, F0) \
movi %R0 $(t0 + $offc) \
movi %R1 C##N \
str_c %R0 %R1 \
movi %R0 $(t0 + $offuc) \
str_c %R0 %R1 \
movi %R0 $(t0 + $offs) \
movi %R1 S##N \
str_s %R0 %R1 \
movi %R0 $(t0 + $offus) \
str_s %R0 %R1 \
movi %R0 $(t0 + $offi) \
movi %R1 I##N \
str_i %R0 %R1 \
LDSTL(N, R0, R1) \
movi %R0 $(t0 + $offf) \
movi_f %F0 F##N \
str_f %R0 %F0 \
movi %R0 $(t0 + $offd) \
movi_d %F0 D##N \
str_d %R0 %F0 \
SI(X, N, c, C, R0, R1) \
UI(X, N, c, C, R0, R1) \
SI(X, N, s, S, R0, R1) \
UI(X, N, s, S, R0, R1) \
SI(X, N, i, I, R0, R1) \
LDRL(X, N, R0, R1) \
FF(X, N, f, F, R0, F0) \
FF(X, N, d, D, R0, F0)
#define LDST0(R0, R1, F0) \
LDST1(0_##R0##_##R1##_##F0, 0, R0, R1, F0) \
LDST1(1_##R0##_##R1##_##F0, 1, R0, R1, F0) \
LDST1(2_##R0##_##R1##_##F0, 2, R0, R1, F0) \
LDST1(3_##R0##_##R1##_##F0, 3, R0, R1, F0)
#define LDST(V0, V1, V2, R0, R1, R2, F0, F1, F2, F3, F4, F5) \
LDST0(V0, V1, F0) \
LDST0(V0, V2, F1) \
LDST0(V0, R0, F3) \
LDST0(V0, R1, F4) \
LDST0(V0, R2, F5) \
LDST0(V1, V2, F0) \
LDST0(V1, R0, F1) \
LDST0(V1, R1, F2) \
LDST0(V1, R2, F3) \
LDST0(V2, R0, F4) \
LDST0(V2, R1, F5) \
LDST0(V2, R2, F0)
.code
prolog
/* Simple test to simplify validating encodings before
* brute force tests */
movi %r0 $(t0 + $offc)
movi %r1 0x81
str_c %r0 %r1
movi %r0 $(t0 + $offuc)
str_c %r0 %r1
movi %r0 $(t0 + $offs)
movi %r1 0x8001
str_s %r0 %r1
movi %r0 $(t0 + $offus)
str_s %r0 %r1
movi %r0 $(t0 + $offi)
movi %r1 0x80000001
str_i %r0 %r1
#if __WORDSIZE == 64
movi %r0 $(t0 + $offui)
str_i %r0 %r1
movi %r0 $(t0 + $offl)
movi %r1 0x8000000000000001
str_l %r0 %r1
#endif
movi %r0 $(t0 + $offf)
movi_f %f0 0.5
str_f %r0 %f0
movi %r0 $(t0 + $offd)
movi_d %f0 0.25
str_d %r0 %f0
movi %r0 $(t0 + $offc)
ldr_c %r1 %r0
beqi Lc %r1 XC
calli @abort
Lc:
movi %r0 $(t0 + $offuc)
ldr_uc %r1 %r0
beqi Luc %r1 0x81
calli @abort
Luc:
movi %r0 $(t0 + $offs)
ldr_s %r1 %r0
beqi Ls %r1 XS
calli @abort
Ls:
movi %r0 $(t0 + $offus)
ldr_us %r1 %r0
beqi Lus %r1 0x8001
calli @abort
Lus:
movi %r0 $(t0 + $offi)
ldr_i %r1 %r0
beqi Li %r1 XI
calli @abort
Li:
#if __WORDSIZE == 64
movi %r0 $(t0 + $offui)
ldr_ui %r1 %r0
beqi Lui %r1 0x80000001
calli @abort
Lui:
movi %r0 $(t0 + $offl)
ldr_l %r1 %r0
beqi Ll %r1 0x8000000000000001
calli @abort
Ll:
#endif
movi %r0 $(t0 + $offf)
ldr_f %f0 %r0
beqi_f Lf %f0 0.5
calli @abort
Lf:
movi %r0 $(t0 + $offd)
ldr_d %f0 %r0
beqi_d Ld %f0 0.25
calli @abort
Ld:
LDST(v0, v1, v2, r0, r1, r2, f0, f1, f2, f3, f4, f5)
// just to know did not abort
prepare
pushargi ok
ellipsis
finishi @printf
ret
epilog
|
2a0b722f38d10f9e23e294585ff9db919523c8a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2528/CH1/EX1.17/Ex1_17.sce | f6faa341274342c810026586a4ae5e3380e6ab7e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | Ex1_17.sce | //Chapter 1
//page 30
//Example no 1-17
//figure 1.15
//Given
clc;
clear;
Avmidband=26;
f=(100:.5:40000+.5);
Av=[Avmidband*ones(200+.5:.5:10000-.5)];
for i=0:6/200:6
Av=[Avmidband-i Av]
end
for i=0:12/40000:12
Av=[Av Avmidband-i]
end
for i=0:6/20000:6
Av=[Av Avmidband-12-i]
end
x=ones(Av)
clf
gainplot(f,x)
plot(f,Av)
title('Gainplot for complete amplifier')
|
ac405002446fd28a313fda862a086e4fcdf5c108 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH1/EX1.1/Ex1_1.sce | 050be9b31c4706a1478f77a49544f70b8e96caeb | [] | 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,937 | sce | Ex1_1.sce | clc
A1=27
disp("A1 = "+string(A1)+"amu") //initializing value of atomic mass of alluminium
AV = 6.023*10^23
disp("AV = "+string(AV)) //initializing value of avagadro number
N = 13
disp("N = "+string(N)) //initializing value of number of electrons of alluminium per atom
P1 = 2.7
disp("P1 = "+string(P1)+"gcm^-3") ////initializing value of density of alluminium
E1=AV*(N*P1/A1)
disp("Electrons density of alluminium,n(Al)=AV*(N*P1/A1))= "+string(E1)+" cm^-3")//calculation
A2=12
disp("A2 = "+string(A2)+"amu") //initializing value of atomic mass of carbon
N1 = 6
disp("N1 = "+string(N1)) //initializing value of number of electrons of carbon per atom
P2 = 3.515
disp("P2 = "+string(P2)+"gcm^-3") ////initializing value of density of carbon
E2=AV*(N1*P2/A2)
disp("Electrons density of carbon,n(C)=AV*(N1*P2/A2))= "+string(E2)+" cm^-3")//calculation
A3=28
disp("A3 = "+string(A3)+"amu") //initializing value of atomic mass of silicon
N2 = 14
disp("N2 = "+string(N2)) //initializing value of number of electrons of silicon per atom
P3 = 2.33
disp("P3 = "+string(P3)+"gcm^-3") ////initializing value of density of silicon
E3=AV*(N2*P3/A3)
disp("Electrons density of silicon,n(Si)=AV*(N2*P3/A3))= "+string(E3)+" cm^-3")//calculation
//using Drudes approach
disp("using Drudes approach")
Zc1=3
disp("Zc1 = "+string(Zc1)) ////initializing value of valence electron of alluminium atom
E4=AV*(Zc1*P1/A1)
disp("Electrons density of alluminium,n(Al)=AV*(Zc1*P1/A1))= "+string(E4)+" cm^-3")//calculation
Zc2=4
disp("Zc2 = "+string(Zc2)) ////initializing value of valence electron of carbon atom
E5=AV*(Zc2*P2/A2)
disp("Electrons density of carbon,n(C)=AV*(Zc2*P2/A2))= "+string(E5)+" cm^-3")//calculation
Zc3=4
disp("Zc3 = "+string(Zc3)) ////initializing value of valence electron of silicon atom
E6=AV*(Zc3*P3/A3)
disp("Electrons density of silicon,n(Si)=AV*(Zc3*P3/A3))= "+string(E6)+" cm^-3")//calculation
|
0daa18fea1121d2cc96a037111026933845edb9d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH8/EX8.7/Ex8_7.sce | a718c657a92231fc4c735619fde15e1afb8ceebd | [] | 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,247 | sce | Ex8_7.sce | clc
//solution
// initialization of variables
//DATA TAKEN FROM PSYCHROMETRIC CHART
T1=5+273 // outside temperature in kelvin
h1=10// enthalpy in kJ/kg @ T=5 *C and 40 % relative humidity
Pg1=0.872 // saturaion pressure in kPa for 5 degree celsius DBT
phi1=0.4
h2=33 // specific enthalpy at 25 *C and 40 % relatuve humidity
h3=45 // specific enthalpy at state 3
P=100 // atmospheric pressure in kPa
Ra=0.287 // specific gas constant for air
Qf=60/60 // volume flow rate in m^3/s
Pv1=phi1*Pg1 // partial presure of water vapour
Pa1=P-Pv1 // partial pressure of air
w2=0.0021 // specific humidity @ 40 % relative humidity and 25*C temperature
w3=0.008 // final specific humidity
rhoa1=Pa1/(Ra*T1) // air density
mdota=Qf*rhoa1 // mass flow rate of dry air
Qdot=mdota*(h2-h1) // heat transfer rate
// as the process is isothermal thus
mdots=mdota*(w3-w2)// mass flow rate of steam by conservation of mass
printf("the rate of steam supplied is %0.4f kg/s \n",mdots)
// also using energy balance
hs=(mdota*(h3-h2))/mdots // enthalpy of steam
hf=604.7 // enthalpy of saturated liquid @ 400 kPa
hg=2738.5 // enthalpy of saturated vapour @ 400 kPa
xs=(hs-hf)/(hg-hf)
printf("The quality of steam is %0.2f ",xs)
|
756ae2b5c98772ccf7dd7af26974aaeae7b9f29d | 449d555969bfd7befe906877abab098c6e63a0e8 | /462/CH2/EX2.27.a/ex_2_27_a.sce | a4e481608626ffa852b4bd0838eb8c5e34ee416a | [] | 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 | 518 | sce | ex_2_27_a.sce | //example 2.27 (a)//
//subtraction of octal numbers//
clc
//clears the screen//
clear
//clears already existing variables//
x=oct2dec('53')
//octal to decimal conversion//
y=oct2dec('37')
z=x-y
//subtraction//
a=dec2oct(z)
//decimal to octal conversion//
b=dec2bin(z)
//decimal to binary conversion//
disp('result of subtraction of given numbers in octal form is:')
disp(a)
//answer in octal form//
disp('result of subtraction of given numbers in binary form is:')
disp(b)
//answer in binary form// |
efdd80d71d2d28117ff8ed4915a93defea9f3789 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH4/EX4.4/ex4_4.sce | 6ac0f8806115d8e8881977988ae80f97eadd48e7 | [] | 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,254 | sce | ex4_4.sce | clc;
patm=1; // Atmospheric pressure in bar
V1=0.0135; // Volume of Freon 12 at initial state in m^3
D=9; // Diameter of the cylinder in cm
m=90; // Mass of the piston in kg
g=9.80665; // acceleration due to gravity in m/s^2
// (a). Determination of the final pressure and volume of the system
A=%pi/4 * (D*10^-2)^2; // Area of the cylinder
p1=0.7449; // Initial pressure of saturated vapour at 30 degree celcius in MPa
v1=0.023508; // Initial specific volume of saturated vapour at 30 degree celcius in m^3/kg
p2=(patm*10^5)+(m*g)/A; // Final pressure of Freon 12
v2=0.084022; // Final specific volume from superheated table at p2 and 30 degree celcius in m^3/kg
mf=V1/v1; // Mass of Freon 12
V2=mf*v2; // Final volume of Freon 12
disp ("Pa",p2,"Final pressure = ","(a)");
disp ("m^3 (round off error)",V2,"Final volume = ");
// (b). Calculation of workdone by Freon 12 during this process
Wirrev=p2*(V2-V1); // P dv Work done
disp ("kJ (round off error)",Wirrev/1000,"Work done = ","(b)");
// (c). Calculation of workdone by Freon 12 during reversible process
Wrev=p1*10^6*V1*log (V2/V1);//From reversible process relation for work done
disp ("kJ (round off error)",Wrev/1000,"Work done in reveersible process = ","(c)");
|
fa8baee7c64583ad19c0bd3663dc2bfc5612d28f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH1/EX1.9/Ex1_9.sce | 7e0eb52f0bebf2b27ece396361dcf9f3e989cfff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | sce | Ex1_9.sce | clc
//
//
//
//Variable declaration
d=0.75 //slit separation
Beta=0.087*10**-3 //Fringe width
//Calculations
Beta2=Beta*10**3/d
//Result
printf("\n The fringe width would become %0.3f mm",Beta2)
|
44e5bba4dcaa2479a5e3f35e5ec8e3ba98e2c47d | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH4/EX4.8/example4_8.sce | 576273c5ac5f4fb10188911c794d9e5429a3624d | [] | 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 | 500 | sce | example4_8.sce | //Chapter 4
//Example 4_8
//PAge 77;
clear;clc;
ic=300;
cf=0.5;
lf=0.6;
cost=9*1e7;
p=1e9;
i_d=0.1;
md=ic*cf/lf;
rc=ic-md;
printf("Reserve capacity = %.0f MW \n\n", rc);
ugpa=md*lf*8760*1000;
afc=i_d*p;
arc=cost;
tac=afc+arc;
cost=tac/ugpa;
printf("Units generated per annum = %.0f kWh \n", ugpa);
printf("Annaul fixed charges = Rs. %.0f \n", afc);
printf("Annual running charges = Rs. %.0f \n", arc);
printf("Total annual charges = Rs. %.0f \n", tac);
printf("Cost per kWh = Rs. %.3f \n", cost); |
753acfed0929eafad959113af7eb559783879b8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2129/CH1/EX1.23.12/ex1_23_12.sce | 714b9b3f27feef7a1f37b23a9fa6a1aa21c03ade | [] | 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 | 223 | sce | ex1_23_12.sce | // Exa 1.23.12
clc;
clear;
close;
//Given data
n_i = 1.5 * 10^10;
n_o = 10^17;
KT = 0.0259;
P_o = (n_i)^2/n_o;// in cm^-3
del_E = KT * log(n_o/n_i);// in eV
disp(del_E,"equilibrium hole concentration in eV is");
|
8e0fca79c80b45e98e1196d6cbb03133102a4879 | 1d65f7d8c114b62ac73564678cbb3c591773c79b | /Ball/humans.sce | bb43adc400bab476f081c4f6b4b9d2630ab37590 | [] | no_license | antoniopor/assets | dc2f464bfbc95ae5af9b194437949a9c00534a4c | 804b1ee33d5bdbcc907cc6ed6a4992551fd97c55 | refs/heads/master | 2020-03-27T02:06:23.056425 | 2018-08-22T22:54:27 | 2018-08-22T22:54:27 | 145,766,955 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,781 | sce | humans.sce | #************************************************************
# Scenario of ball
#
# date : Sun Sep 11 13:47:04 2016
#************************************************************
p3d_sel_desc_name P3D_ENV ball
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN_1
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 3.642000 6.102000 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 3.000000 5.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN_2
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 7.288000 0.607000 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 7.288000 0.607000 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN_3
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 3.899000 2.506000 0.871000 0.000000 0.000000 -87.732000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 3.899000 2.506000 0.871000 0.000000 0.000000 -87.732000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN_4
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -0.545000 0.456000 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -0.545000 0.456000 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 80.640000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -88.776000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT BALL_ROBOT
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 7.000000 4.000000 1.500000 0.000000 0.000000 180.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 1.000000 4.000000 1.500000 0.000000 0.000000 180.000000
|
6ac2d8eb63a219ccdfa22ea4a92c41cf43723c52 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH4/EX4.83/ex4_83.sce | 31e08a90cebc25deb45f691b09d66dc5e440b1d6 | [] | 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 | 360 | sce | ex4_83.sce | //AC Circuits : example 4.82 :(pg 4.66)
R=2;
L=0.01;
V=200;
f0=50;
C=(1/(4*(%pi)^2*L*(f0^2)));
I0=V/R;
Vco=I0*(1/(2*%pi*f0*C));
printf("\nR= 2 Ohm \nL= 0.01 H \nV=200 V \nf0=50 Hz \nf0=1/(2.pi.sqrt(LC)");
printf("\nC = %.e F",C);//capacitance
printf("\nI0= V/R =%.f A",I0);//current
printf("\nVco=I0.Xco \n=%.2f V",Vco); //voltage across capacitor
|
8a9a741e4d6ec3f30c148725fc544ee4e25328c3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/CH4/EX4.8/respol3.sce | fa557407735aba38cb9b8ebda170fc430c1ae97e | [] | 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 | 406 | sce | respol3.sce | // Partial fraction expansion for Example 4.27
// 4.8
// 11z^2 - 15z + 6 A1 A2 B
// G(z) = ----------------- = ------- + --------- + -------
// (z - 2) (z - 1)^2 (z - 1) (z - 1)^2 (z - 2)
exec('respol.sci',-1);
exec('flip.sci',-1);
num = [11 -15 6];
den = convol([1 -2],convol([1 -1],[1 -1]));
[res,pol] = respol(num,den) //User defined function
|
8a905726b7768d1b7d6684deb7cdd94d397d2511 | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH14/EX14.5/14_05.sce | b86664de966776eebf357d1c7ad7ec833c2359c3 | [] | 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 | 319 | sce | 14_05.sce | //Example No. 14_05
//Eigen Vectors
//Pg No. 476
clear ; close ; clc ;
A = [ -1 0 0 ; 1 -2 3 ; 0 2 -3]
[evectors,evalues] = spec(A)
for i = 1:3
mprintf('\n Eigen vector - %i \n for lamda%i = %f \n X%i = ',i,i,evalues(i,i),i)
evectors(:,i) = evectors(:,i)/evectors(2,i)
disp(evectors(:,i))
end |
3fb0bc34e7daacae5d0b0887745b7d34420a456d | 1232196a72221f6cc0ee0a9a47111ef1188dafe9 | /xcos_blocks/sen_amp.sci | 62d926ed2cd313e0b16032336f3cd91893baaca2 | [] | no_license | sumagin/rasp30 | 06dc2ee1587a4eaf3cf5fb992375b8589617f882 | a11dcffaed22dbac1f93c2f4798a48c7b0b1f795 | refs/heads/master | 2021-01-24T23:51:54.459864 | 2016-07-08T22:03:43 | 2016-07-08T22:03:43 | 16,685,217 | 2 | 3 | null | 2015-07-23T15:28:49 | 2014-02-10T05:17:38 | C | UTF-8 | Scilab | false | false | 2,035 | sci | sen_amp.sci | function [x,y,typ]=sen_amp(job,arg1,arg2)
// Copyright INRIA
x=[];y=[];typ=[];
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then //** GET INPUTS
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x=arg1;
graphics=arg1.graphics;
exprs=graphics.exprs
model=arg1.model;
while %t do
[ok,in_out_num,obias,fgobias,fgonbias,fgopbias,vmmtrgt,exprs]=getvalue('Set VMM + Sense Amp block parameters',['Number of VMM + Sense Amp blocks';'Ota bias';'FG Ota bias';'FG Ota Neg bias';'FG Ota Pos bias';'Vmm Target'],list('vec',1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'row',-1),exprs)
if ~ok then break,end
if ok then
model.in=[in_out_num;in_out_num]
model.out=in_out_num
model.ipar=in_out_num
model.rpar=[obias,fgobias,fgonbias,fgopbias,vmmtrgt]
graphics.exprs=exprs
x.graphics=graphics;x.model=model
break
end
end
case 'define' then
in_out_num =1
obias= 2e-5;
fgobias= 2e-7;
fgonbias= 2e-7;
fgopbias= 2e-7;
vmmtrgt= [6e-5,5e-5];
model=scicos_model()
model.sim=list('ota_func',5)
model.in=[in_out_num;in_out_num]
model.in2=[1;1]
model.intyp=[-1;-1]
model.out=in_out_num
model.out2=1
model.outtyp=-1
model.ipar=in_out_num
model.rpar=[obias,fgobias,fgonbias,fgopbias,vmmtrgt]
model.blocktype='c'
model.dep_ut=[%t %f]
exprs=[sci2exp(in_out_num);string(obias);sci2exp(fgobias);sci2exp(fgonbias);sci2exp(fgopbias);sci2exp(vmmtrgt)];
gr_i= ['text=[''Src'';'' Gate''];';'xstringb(orig(1),orig(2),text,sz(1),sz(2),''fill'');']
x=standard_define([11 3],model,exprs,gr_i)
end
endfunction
|
463d8396bb15cec16b4e5c8bab2b96f900d81ff8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /43/CH3/EX3.17.b/ex3_17b.sce | 386da92f6039582b29de168d39005826e60bcec1 | [] | 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 | 73 | sce | ex3_17b.sce | //Ex 3.17b
clc;
syms z n;
x=1;
X=symsum(x*z^(-n),n,0,%inf);
disp(X); |
0de0c4e477d3d31448f1f667e288ac0ec725038e | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH18/EX18.5/Example18_5.sce | 7aea63ec7ea92d6186e7c395c073f053ae918fae | [] | 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 | 712 | sce | Example18_5.sce | //Example 18.5.
clc
format(6)
disp("(a) We know that the maximum value of current flowing through the diode for normal operation should not exceed 80% of its rated current.")
imax=0.8*400 // in mA
disp(imax,"Therefore, Imax(mA) =")
disp("The maximum value of the secondary voltage,")
vm=sqrt(2)*100 // in V
disp(vm," Vm(V) =")
disp("Therefore, the value of load resistor that gives the largest d.c. power output")
format(5)
RL=141.4/(320*10^-3)
disp(RL," RL(ohm) = Vm / Imax =")
vdc=(2*141.4)/%pi
disp(vdc,"(b) D.C.(load) voltage, Vdc(V) = (2*141.4)/pi =")
format(6)
idc=90/442
disp(idc," D.C. load current, Idc(A) = Vdc / RL =")
disp("(c) PIV of each diode = 2Vm = 282.8 V") |
30e7fd3eaca1b45af7807f535c846768519b8b83 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/backmove.tst | b3ced56fd35758baed42477c3a826c59705587d2 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | UTF-8 | Scilab | false | false | 114 | tst | backmove.tst | ## Test relocation of blobs when a fileop is moved backwards.
read <testrepo.fi
:7 remove M doomed1 to :4
write -
|
5e6fa8d94cb301ead32b0394b2fecf157860d1b3 | 5f48beee3dc825617c83ba20a7c82c544061af65 | /tests/s/09.tst | f0770b88cdd01d6a5b523e77aa946ebe3875aef8 | [] | no_license | grenkin/compiler | bed06cd6dac49c1ca89d2723174210cd3dc8efea | 30634ec46fba10333cf284399f577be7fb8e5b61 | refs/heads/master | 2020-06-20T12:44:17.903582 | 2016-11-27T03:08:20 | 2016-11-27T03:08:20 | 74,863,612 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 128 | tst | 09.tst | enum A {a1, b, c, d};
int x;
int f(int x) {}
int y;
int g(float y) {}
int e (enum A A, enum A d) {}
int a;
int main(void)
{
}
|
49f23fb725c0997069988921938b2a19d965d776 | 8ad9380384d2751d79937ba5d6d581565596b891 | /macros/pcd2png.sci | bc989becb221603d007a40924fff20682ef23720 | [
"BSD-3-Clause"
] | permissive | iamAkshayrao/scilab_point_cloud_toolbox | 1d8845f0830ddb623383c8dbfeadc8a3a35e8801 | 5d592a695b7976f4e63f0ae24d0a14937e474642 | refs/heads/master | 2022-12-17T23:14:11.513116 | 2020-09-25T18:57:02 | 2020-09-25T18:57:02 | 290,829,006 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,919 | sci | pcd2png.sci | function pcd2png()
// Convert a PCD file to PNG format.
//
// Syntax
// PointCloud(options,InputPCDFilename, InputPNGFilename,"pcd2png")
//
// Parameters
// inputPCDFilename : PCD file of input pointcloud
// outputPCDFilename : PCD file where the output pointcloud had to be saved
// where options are:
// --field : Set the field to extract data from.
// Supported fields:
// - normal
// - rgb (default)
// - label
// - z
// - curvature
// - intensity
// --scale : Apply scaling to extracted data (only for z, curvature, and intensity fields).
// Supported options:
// - (float) : Scale by a fixed number
// - auto : Auto-scale to the full range
// - no : No scaling
// If the option is omitted then default scaling (depends on the field type) will be used.
// --colors : Choose color mapping mode for labels (only for label field).
// Supported options:
// - mono : Shades of gray
// - rgb : Randomly generated RGB colors
// - glasbey : Fixed colors from the Glasbey table(1) (default)
// Notes:
// (1) The Glasbey lookup table is a color table structured in a maximally
// discontinuous manner. Adjacent color bins are chosen to be as distinct
// from one another as possible.
// The label with the smallest id will be assigned the first color from the
// table, the second smallest will have the second color, and so on. Thus,
// if you have several clouds with the same labels, you will get repetitive
// consistently colored PNG images.
//
// (2) Input point cloud should be organised.
// Description
// This function takes a PCD input file, converts to png format and gives output file of name specified
//
// Examples
// PointCloud("bun045_Structured.pcd","output_pcd2png.png","--fields","z","pcd2png")
//
//
//
//Authors
//Ankit Kumar
//Akshay S Rao
//Mohammed Rehab Sait
//Aliasgar AV
endfunction
|
9268ae51459bf82bceaee4c137cab540ddfaf341 | 449d555969bfd7befe906877abab098c6e63a0e8 | /70/CH7/EX7.4.2/7_4_2.sci | a04d334183e55060d5fea38c29dde91312c4acf5 | [] | 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 | sci | 7_4_2.sci | //page 238
clear;
close;
clc;
A=[2 -1;-1 2];
S=[2 0;-1 2];
T=[0 1;0 0];
b=rand(2,1);
p=inv(S)*T;
x=zeros(2,1);
disp(x,'intial v & w:')
x_1=zeros(1,2);
for k=0:25
x_1=p*x+inv(S)*b;
x=x_1;
disp(k,'k=')
disp(x_1,'v(k+1) & w(k+1)=');
end |
50939d4702e861146fb4aa3f8cd918251dcaf793 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2762/CH7/EX7.4.1/7_4_1.sce | 47779b9bec82af1575daf03304aca155874a845e | [] | 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 | 508 | sce | 7_4_1.sce | //Transport Processes and Seperation Process Principles
//Chapter 7
//Example 7.4-1
//Principles of Unsteady state and convective mass transfer
//given data
Dp=100/(10^6);
Dab=3.25/(10^9);
muc=6.947/(10^4);
rhoc=994;
rhop=1.13;
Sc=(muc/(rhoc*Dab));
delrho=rhoc-rhop;
g=9.806;//gravity force
kdl=(2*Dab/Dp)+(0.31*(Sc^(-2/3))*(((delrho*muc*g)/(994*994))^(1/3)));
kl=kdl;//for dilute solutions
ca1=2.26/10000;
ca2=0;
Na=kl*(ca1-ca2);
mprintf("the rate of absorption is %f kg mol O2/s m2",Na)
|
e3cd0b983eda5239a1db97f97b536915cab1da9c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH2/EX2.5/2_5.sce | 54edadbee73e89419454712784bea35e42458d2a | [] | 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 | 791 | sce | 2_5.sce | clear;
clc;
w=5000;Zoc=1300*exp(%i*(%pi/(180/80)));Zsc=3200*exp(%i*(-%pi/(180/80)));l=40;
Zo=sqrt(Zoc*Zsc);
Z1=sqrt(Zsc/Zoc);
A=real(Z1);
B=imag(Z1);
D=(1+A+(%i*B))/(1-(A+(%i*B)));K=(1+A+(%i*B));J=(1-(A+(%i*B)));
r=round(abs(D)*1000)/1000;
theta=round(atan((imag(D))/(real(D)))*10)/10;
P=(1/(2*l))*((log(r))+(%i*(theta+6.28)));
b=imag(P);
Z=P*Zo;
R=real(Z);
L=(imag(Z))/w;
printf("R = %f ohms\n",fix(R*100)/100);
printf(" L = %f mH/km\n",round(L*(10^6))/1000);
Y=P/Zo;
G=real(Y);
C=(imag(Y))/w;
printf(" G = %f micro-mhos/km\n",round(G*(10^8))/100);
printf(" C = %f micro-farads/km",round(C*(10^9))/1000);
//the difference in result of L and C is due to erroneous value in textbook.
disp("The difference in result of L and C is due to erroneous value in textbook")
|
aeaf31a0bee6db997ce909f4c733f5b36e187989 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH1/EX1.15/Ex1_15.sce | 9e2dde80b39c46e1d752b6246fa265903e9b49e3 | [] | 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 | 190 | sce | Ex1_15.sce | //Example 1_15 page no:17
clc
//apply kirchoff law to the circuit
It=50;//total current in milli ampere
I1=30;
I2=10;
I3=It-I1-I2;
disp(I3,"current flowing in R3 (in milli ampere)")
|
161432228506482673839c4e9a1e11a1a4169850 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH9/EX9.23/Ex9_23.sce | 6627e84c851bf0c4cb7a1dab45bfc71147a91432 | [] | 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 | 397 | sce | Ex9_23.sce | //Ex:9.23
clc;
clear;
close;
n=0.40;// quantum efficiency
e=1.602*10^-19;// charge
h=6.626*10^-34;// plank constant
c=3*10^8;// speed of light in m/s
y=1.35*10^-6// wavelength in m
R=(n*e*y)/(h*c);// responsivity in A/W
Po=0.2*10^-6;// in W
Ip=R*Po;// output photo current
I=4.9*10^-6;// output current in A
M=I/Ip;// multiplication factor
printf("The multiplication factor =%d", M); |
b705417465d355437c9464ce70f88e421739d9ea | 717ddeb7e700373742c617a95e25a2376565112c | /3165/CH6/EX6.10/Ex6_10.sce | 85260e09efde53ededba30320b30ad9e0a2783e6 | [] | 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 | 282 | sce | Ex6_10.sce | //Example 6 . 10
//Program to Compute the 8p o i n t DFT o f g i v e n Sequenc e
// x [ n ]=[ 2 , 2 , 2 , 2 , 1 , 1 , 1 , 1 ] u s i n g DIT , r adix 2 ,FFT Algor i thm .
clc ;
x = [2 ,2 ,2 ,2 ,1 ,1 ,1 ,1];
//FFT Computation
X = fft (x , -1);
disp (X, 'X( z ) = ' );
|
f76d988c54e2abb513dfe24e59594c32bb4b3cb6 | b8456ea3f2eba9bfe8f7437a04c15c600def5247 | /TPscilab/ex2b.sce | d8769b84810584544f92183ee426330437a6ce87 | [] | no_license | NirnaethArniedi/INF311 | 5d828a328861b063331961b19cb33ac92343d532 | 708816af22be8316b969ecec9aef42a194c3c988 | refs/heads/master | 2016-09-06T02:50:34.304392 | 2014-06-23T13:31:43 | 2014-06-23T13:31:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | sce | ex2b.sce | clf;
n=100000;
X=grand(1,n,'nor',0,1);
Y=grand(1,n,'nor',0,4);
histplot(floor(sqrt(n)),X+Y);
function y=f(x,m,s)
y=1/(s*sqrt(2*%pi))*exp(-(x-m)^2/(2*s^2))
endfunction
x=linspace(-20,20,2*n);
plot(x,f(x,0,sqrt(1+16)));
show_window;
|
6deee045fefdf3339a84ef93b2b08f67d1ca8853 | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/CH3/EX3.3/ch3_3.sce | e72c5361281ff584427d5bd6b154b01aed999cda | [] | 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 | 337 | sce | ch3_3.sce | clc
disp("Example 3.3")
printf("\n")
printf("Given")
disp("Equivalent resistance of three resistors is 750 ohm")
disp("values of two resistors are 40 ohm and 410 ohm")
Req=750;R1=40;R2=410;
//For series resistance
disp("Req=R1+R2+R3")
//On solving for R3
R3=Req-R1-R2
printf("Value of third ohmic resistor is %dohm\n",R3)
|
10ae3b20b00c2a5e4258aa2ee77c15b1908b174c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3826/CH5/EX5.23/Ex5_23.sce | 14da55afec5d7c564b4980b3ac60e2dde6267b19 | [] | 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 | 799 | sce | Ex5_23.sce | //Example 5_23 page no:330
clc;
//given
height = 15;//in m
area_ill = 15 * 45;//in m^2
waste_light_factor = 1.2;
coeff_uti = 0.4;
deprication_factor = 1.5;
tot_lumen = area_ill * 80;
lumen_output = tot_lumen * waste_light_factor * deprication_factor;
tot_lamp_lumens = lumen_output / coeff_uti;
lumen_output_each = 18.9;
tot_lumen_output = 1000 * lumen_output_each;
no_of_lamps = tot_lamp_lumens / tot_lumen_output;
disp(tot_lumen,"the total lumens required on surface is (in lm)");
disp(lumen_output,"the lumens output from the projector is (in lm)");
disp(tot_lamp_lumens,"the total lamp lumens is (in lumens)");
disp(tot_lumen_output,"the total lumens output is (in per lamp)");
disp(no_of_lamps,"the number of lamps is ");
disp("the no of lamps is rounded off to 15 or 16");
|
d725fec90280329799d19be17b791b51a11532d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH5/EX5.18.a/data5_18.sci | 63b8413a1a6ba3ee7d80702300552bdbaa743540 | [] | 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 | 706 | sci | data5_18.sci |
//(Design against Fluctuating Load) Example 5.18
//Refer Fig.5.53 on page 176
//Ultimate tensile strength of 40C8 Sut (N/mm2)
Sut = 600
//Yield tensile strength of 40C8 Syt (N/mm2)
Syt = 380
//Maximum force acting at the free end Pmax (N)
Pmax = 150
//Minimum force acting at the free end Pmin (N)
Pmin = -50
//Factor of safety fs
fs = 2
//Notch sensitivity factor q
q = 0.9
reliability = 90
//Operation
//Nomenclature:
//1 - Ground
//2 - Machined or cold drawn
//3 - Hot-rolled
//4 - Forged
op = 2
//Assume diameter of the beam to be between 7.5 and 50mm d
d = 25
//Distance between force and fillet-section dist (mm)
dist = 100
//From Fig.5.5
Kt = 1.44
|
8be381ab0aa350c5a0f1143dd50279370c85d5d9 | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/test-suite/scilab/varargs_runme.sci | 333838c00860b5b1834bd43d77814d5368adce78 | [
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"Apache-2.0"
] | permissive | inishchith/DeepSpeech | 965ad34d69eb4d150ddf996d30d02a1b29c97d25 | dcb7c716bc794d7690d96ed40179ed1996968a41 | refs/heads/master | 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 | Apache-2.0 | 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null | UTF-8 | Scilab | false | false | 496 | sci | varargs_runme.sci | exec("swigtest.start", -1);
checkequal(test("Hello"), "Hello", "test(""Hello"")");
f = new_Foo("Greetings");
checkequal(Foo_str_get(f), "Greetings", "new_Foo(""Greetings"")");
checkequal(Foo_test(f, "Hello"), "Hello", "Foo_test(f)");
delete_Foo(f);
checkequal(Foo_statictest("Hello", 1), "Hello", "Foo_statictest(""Hello"", 1)");
checkequal(test_def("Hello", 1), "Hello", "test_def(""Hello"", 1)");
checkequal(test_def("Hello"), "Hello", "test_def(""Hello"")");
exec("swigtest.quit", -1);
|
bf8f5817a14de7b800e193b31efea43d83a4d217 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3813/CH3/EX3.15/Ex3_15.sce | 1115b8538b536a2ee040b8b90ff5aa56578db9dc | [] | 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 | 479 | sce | Ex3_15.sce | //Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex3_15
clc;
clear;
R=1.5;//Resistance in ohm
L=3;//Inductance in H
Ton=2;//Time in ms
T=6;//Time in ms
Vs=150;//Supply voltage in V
t=Ton/T;
tON=L/R;
Vavg=T*Vs;
Iavg=Vavg/R;
P=(Iavg)^2*R;
Io=23.032;
I=1-exp(-t);
I1=Io*exp(-t);
Imax=(Vs/R)*I+I1;
disp(Imax,"Maximum current in A is:")
Imin=Imax*exp(-2*t);
disp(Imin,"Minimum current in A is:")
|
2256b795a49a0a75bc11addbfcff56bc4aac0d73 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH5/EX5.32/EXAMPLE5_32.SCE | 28eaa691ba1728c031fcae5cd48d6887501980e6 | [] | 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 | 507 | sce | EXAMPLE5_32.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 5
//ANGLE MODULATION
clear all;
clc;
printf("EXAMPLE 5.32(PAGENO 258)");
//given
m_f = .2//modulation index
P = 10*10^3//power of FM transmitter
J_0m_f = 0.99//bessel function
J_1m_f =0.099
//calculations
P_c = (J_0m_f)^2 * P//carrier power
P_s1 = (J_1m_f)^2 * P//power in each side frequency
P_s2 = P_s1
//results
printf("\n\ni.Carrier power = %.2f W",P_c);
printf("\n\nii.power in each side band = %.2f W",P_s1);
|
f7a7387fd682b1afe67fdd063ddb15360bad2c32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH15/EX15.4/exm15_4.sce | 05cc50e493994b437c10a93d98646a1ca64b870e | [] | 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,053 | sce | exm15_4.sce | // page no 484
// example no 15.4
// INSTRUCTIONS TO GENERATE SQUARE WAVE PULSE FROM COUNTER 1
clc;
printf('Control Word \n \n');
printf('D7 D6 D5 D4 D3 D2 D1 D0 \n');
printf('0 1 1 1 0 1 1 0 = 76H \n \n');
printf('D7,D6=01 Select counter 1 \n');
printf('D5,D4=11 Load 16 bit count \n');
printf('D3,D2,D1=011 Mode 3 \n');
printf('D0=0 Binary Count \n \n');
printf('Count \n \n');
count=(1*10^-3)/(0.5*10^-6);
printf('Count= ');
disp(count);
b=dec2hex(2000);
disp(b);
printf('in hexadecimal \n \n');
printf('Instructions \n \n');
printf('SQWAVE: \n');
printf('MVI A,01110110B \n'); // control word mode 3 & counter 1.
printf('OUT 83H \n'); // write in 8254 control register.
printf('MVI A,D0H \n'); // low order byte of the count.
printf('OUT 81H \n'); // load counter 1 with low order byte.
printf('MVI A,07H \n'); // high order byte of the count.
printf('OUT 81H \n'); // load counter 1 with high order byte
printf('HLT');
|
59a21c683e58d6fba6e993c4cf57a07e89dbdae0 | d2c0e716bb199ca2755e187572e361ba34f3f781 | /misc/talleres/UAC2011/Scilab/rutina.sce | 4360b267f5906a0554cb1e37c5f11b0ea4e63160 | [] | no_license | digitalfredy/altaimpedancia | 0c866bcbd049cd129635d7b05e471283f64b9403 | de5763d0955743f09d9858f154f22dbdbb7ced3f | refs/heads/master | 2016-09-06T17:22:58.421583 | 2015-04-18T21:52:23 | 2015-04-18T21:52:23 | 33,036,105 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 211 | sce | rutina.sce | exec("analin.sci");
time=A.time;
Gs=A.values;
//[tr, tp, ov, ts]=analin(time, Gs, 0.91)
[tr, tp, ov, ts]=analin(time, Gs, 1)
disp(tr,"risetime:")
disp(tp,"peaktime:")
disp(ov,"overshoot")
disp(ts,"settlingtime") |
6b63d90bbfeadbc37944f8c0fde1c1cca34287d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH5/EX5.6/5_6.sce | 5d37cab8e32f977037d020f6b22a46572c7a6443 | [] | 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,170 | sce | 5_6.sce | clc;
clear;
//Example 5.6
printf("\nLMTD Approach\n")
Cph=4187 //[J/(kg.K)]
mh_dot=600/3600 //Hot side flow rate [kg/s]
mc_dot=1500/3600 //[kg/s]
Cpc=Cph //[J/kg.K]
T1=343 //[K]
T2=323 //[K]
Q=mh_dot*Cph*(T1-T2) //[W]
t1=298 //[K]
t2=(mh_dot*Cph*(T1-T2))/(mc_dot*Cpc)+t1 //[K]
dT1=45 //[K]
dT2=17 //[K]
dTlm=(dT1-dT2)/log(dT1/dT2) //[K]
hi=1600 //Heat transfer coeff in [W/sq m.K]
ho=hi //[W/sq m.K]
U=1/(1/hi+1/ho) //[W/sq m.K]
A=Q/(U*dTlm) //[sq m]
printf("\nEffectiveness-NTU approach\n");
//hot water:
h=mh_dot*Cph //[W/K]
c=mc_dot*Cpc //[W/K]
//Heat capacity rate of hot fluid is small
C=mh_dot*Cph/(mc_dot*Cpc) //
E=(T1-T2)/(T1-t1) //Effectiveness
//for paralell flow:
ntu=-log(1-E*(1+C))/(1+C)
A2=(ntu*mh_dot*Cph)/U //[sq m]
t2=C*(T1-T2)+t1 //[K]
printf("\n By LMTD approach area of heat exchanger is %f sq m\n",A);
printf("\nBy Ntu approach Area of heat exchanger is %f sq m\n",A);
printf("\n Outlet temperature of cold water=%f K\n",t2)
|
a508d6920518503bb5e22fe1855bcf3a7f415a77 | 0592c9e4cfbb77a0755aff6f0c798d9fe31f6ff4 | /scilab/Calibration_Equity/src/Calib_Mc/builder.sce | c3f63977e4e8cc42886958f1305bbeaed40e0876 | [] | no_license | FinancialEngineerLab/premia-13-cpp_FICC | e19caa6a9cadb4ad1361053efc0dfc9418071cf9 | e271da627dbfc8c2c1f7e9f700766544f64c72b2 | refs/heads/master | 2023-03-16T11:11:26.830681 | 2016-04-19T05:58:16 | 2016-04-19T05:58:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 632 | sce | builder.sce | ilib_name="libcalib"
files=['InterfaceScilab.o'; 'dcalib.o'];
libs=[];
table=["calib", "dcalib"];
// extra parameters can be transmited to the linker
// and to the C and Fortran compilers with
// ldflags,cflags,fflags
// for example to link a set of routines using the
// ImageMagick library
// ldflags = "`Magick-config --ldflags --libs`";
// cflags = "`Magick-config --cppflags`";
// fflags = "";
ldflags = "";
cflags ="";
fflags ="";
// do not modify below
// ----------------------------------------------
ilib_build(ilib_name,table,files,libs,'Makelib',ldflags,cflags,fflags)
|
2b509d87a119273ca92349eaea5baca0022cb338 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825.zip/Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825/CH19/EX19.8/Ex19_8.sce | 1d535b3d096d639066ddee27c7831e93ab8302a8 | [] | 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 | 168 | sce | Ex19_8.sce | errcatch(-1,"stop");mode(2);//Ex19_8 Pg-959
dec=13 //decimal input
bin=dec2bin(dec) //binary output
disp("The binary equivalent of 13 is")
disp(bin)
exit();
|
1aee013c9f2c9b7851ba625482ef22c96081c1bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2912/CH9/EX9.14/Ex9_14.sce | 6ac91d6e52adcef79ef33dbfb07381be9bc74563 | [] | 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 | 646 | sce | Ex9_14.sce | // chapter 9
// example 9.14
// Find the ratio of conductivity at 600K and at 300K
// page 278
clear;
clc;
//given
Eg=1.2; // in eV (Energy band gap)
k=1.38E-23; // in J/K (Boltzmann’s constant)
T1=600, T2=300; // in K (two temperatures)
e=1.6E-19; // in C (charge of electron)
// calculate
Eg=Eg*e; // changing unit from eV to Joule
// since sigma is proportional to exp(-Eg/(2*k*T))
// therefore ratio=sigma1/sigma2=exp(-Eg/(2*k*((1/T1)-(1/T2))));
ratio= exp((-Eg/(2*k))*((1/T1)-(1/T2))); // calculation of ratio of conductivity at 600K and at 300K
printf('\nThe ratio of conductivity at 600K and at 300K is \t%1.2E',ratio);
|
9780d918c26a056d4b2389925512ba00eb0d21cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH2/EX2.6/exp2_6pp.sce | d5415c9780460cd87cdba5e8dbc6da606fbcf978 | [] | 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,486 | sce | exp2_6pp.sce | clc
disp("Example 2.6")
time=[5 9 18 22 24]
loadt=[20 40 80 100 20] //given time and load
k=size(time)
k=k(1,2)
timed(1,1)=time(1,1)
for x=2:k //finding time duration of each load
timed(1,x)=time(1,x)-time(1,x-1)
end
[m n]=gsort(loadt) //sorting decresing order
for x=1:k //sorting the load and timeduration correspondingly
timed1(1,x)=timed(1,n(x))
end
tim(1,1)=timed1(1,1)
for x=2:k
tim(1,x)=timed1(1,x)+tim(1,x-1)
end
lo(1,1)=24*min(m)
m(k+1)=[]
printf("the energy at different load levels is as under :")
printf("\nload=%dMW,energy=%dMWh",m(k),lo(1,1))
y=2
for x=k-2:-1:1
lo(1,y)=lo(1,y-1)+(tim(1,x))*(m(x)-m(x+1))
t=m(x);l=lo(1,y)
printf("\nload=%dMW,energy=%dMWh",t,l)
y=y+1
end
for x=1:k
for y=x+1:k
if m(1,x)==m(1,y) then
m(1,y)=[]
end
end
end
pop=gsort(m,'g','i')
subplot(121)
plot(lo,pop)
xtitle("energy load curve","energy","load")
//time=[5 9 18 22 24]
//loadt=[20 40 80 100 20]
printf("\nthe energy load curve is plotted in fig 1 \nthe energy supplied up to different times of the day is as under :")
et(1,1)=time(1,1)*loadt(1,1)
for x=2:k
printf("\nenergy supplied upto %d is %dMWh",time(1,x-1),et(1,x-1))
et(1,x)=et(1,x-1)+loadt(1,x)*(time(1,x)-time(1,x-1))
end
subplot(122)
plot(time,et)
xtitle("masscurve","time in hours","load in MW")
|
3f3f933050a3417bf764cac8cae4196a885d81b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH20/EX20.8/20_8.sce | 43c40ae5deebdd967e44bfcb75d9b3fa775fe0ee | [] | 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 | 377 | sce | 20_8.sce | //Pulley
//refer fig. 20.6
//Let a be the resulting acceleration and T be the tension in the rope
//Angular acceleration of pulley
//alpha=1.667*a rad/sec^2
//Dynamic equilibrium condition for the block gives
//T=(600-(600*a)/(9.81))
//From kinetic equation for pulley
T=(200*7.358)/(9.81) //N
a=(600*9.81)/(800) //m/sec^2
printf("\nT=%.3f N\na=%.3f m/sec^2",T,a)
|
67eed7fedd64206ad6f754b33b7b258357e1f4e6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH4/EX4.2/ex4_2.sce | c50fcdef90f08dceb9bcf495fd015883adaee40b | [] | 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 | 316 | sce | ex4_2.sce | // Exa 4.2
clc;
clear;
close;
format('v',6)
// Given data
Alpha = 0.95;
I_CBO = 5* 10^-3;// in mA
I_E = 3;// in mA
// The collector current
I_C = (Alpha*I_E)+I_CBO;// in mA
disp(I_C,"The collector current in mA is");
// The base current
I_B = I_E-I_C;// in mA
disp(I_B,"The base current in mA is");
|
b9bf8625feb3337473519a3fbf36a0fcf1222cb2 | 725517259e3eea555ad0f79d421792c632bc4655 | /workspace/MissionX2V2.sce | ba9caf3aa1a286f9c4b087dadc3ba20fa9b6a4e5 | [] | no_license | Exia-epickiwi/exolife | 58b8a72aa397c5d3df8dc6f61730b3b2b217740e | b1bdb3ec2adb92c0fc8c546c9bd56a654523bd22 | refs/heads/master | 2020-05-25T14:05:45.795829 | 2017-03-20T09:26:15 | 2017-03-20T09:26:15 | 84,937,674 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | MissionX2V2.sce | //Mission X-2
funcprot(0)
getd('../scripts/')
//load image
imgPos='../images/'
renderPos = "render/" //The folder where the render images will be saved
img=readpbm(imgPos+'Gliese_581d V2.pbm');
writepbm(median(img,15),renderPos+"MissionX2v2.pbm");
|
d477ae9486bc58e207ccd22011bff2fd776dc077 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3176/CH6/EX6.9/Ex6_9.sce | d026191623d44ae4bcee62d48018a233a35a1e6c | [] | 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,625 | sce | Ex6_9.sce | //Ex6_9 :
//Tonal Transformations.
// Version : Scilab 5.4.1
// Operating System : Window-xp, Window-7
//Toolbox: Image Processing Design 8.3.1-1
//Toolbox: SIVP 0.5.3.1-2
//Reference book name : Digital Image Processing
//book author: Rafael C. Gonzalez and Richard E. Woods
clc;
close;
clear;
xdel(winsid())//to close all currently open figure(s).
////////////////// Tonal Correction for the Flat Image ////////////////////////
Color=imread("Ex6_9_1.tif");
Color=imresize(Color,0.5);
[nr nc]=size(Color);
figure,ShowColorImage(Color,'Gray Image');
title('Original Image');
D=0:256;
D0=155;// Cut-off Number
n=2; // Order of Butter Wirth Approximation
H1 = 1-ones(1,1)./(1+(D./D0).^(2*n)); // Transfer Function (Design from the Butterworth Approximation)
figure,plot(H1);
title('RGB Intensity Transformation Function');
Slice_Image=[];
for i=1:nr
for j=1:nc
Slice_Image(i,j,1)=H1(uint16(Color(i,j,1))+1);
Slice_Image(i,j,2)=H1(uint16(Color(i,j,2))+1);
Slice_Image(i,j,3)=H1(uint16(Color(i,j,3))+1);
end
end
ShowColorImage(Slice_Image,'RGB Image');
title('Tonal Corrected image');
////////////////// Tonal Correction for the Light Image ////////////////////////
Color=imread("Ex6_9_2.tif");
Color=imresize(Color,0.5);
[nr nc]=size(Color);
figure,ShowColorImage(Color,'Gray Image');
title('Original Image');
D=0:1/256:1;
H2=1*D^3.0; // Transfer Function (Design from the Gamma Funcetion).
figure,plot(H2);
title('RGB Intensity Transformation Function');
Slice_Image=[];
for i=1:nr
for j=1:nc
Slice_Image(i,j,1)=H2(uint16(Color(i,j,1))+1);
Slice_Image(i,j,2)=H2(uint16(Color(i,j,2))+1);
Slice_Image(i,j,3)=H2(uint16(Color(i,j,3))+1);
end
end
ShowColorImage(Slice_Image,'RGB Image');
title('Tonal Corrected image');
////////////////// Tonal Correction for the Dark Image ////////////////////////
Color=imread("Ex6_9_3.tif");
Color=imresize(Color,0.5);
[nr nc]=size(Color);
figure,ShowColorImage(Color,'Gray Image');
title('Original Image');
D=0:1/256:1;
H3=1*D^0.35;
figure,plot(H3);
title('RGB Intensity Transformation Function');
Slice_Image=[];
for i=1:nr
for j=1:nc
Slice_Image(i,j,1)=H3(uint16(Color(i,j,1))+1);
Slice_Image(i,j,2)=H3(uint16(Color(i,j,2))+1);
Slice_Image(i,j,3)=H3(uint16(Color(i,j,3))+1);
end
end
ShowColorImage(Slice_Image,'RGB Image');
title('Tonal Corrected image');
|
f671003dae4c6022b85663fb82d3041016644d23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1691/CH2/EX2.9/exmp2_9.sce | e1dc2d99b6fd65a99bb5113f87c03064c9ad74ee | [] | 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 | 300 | sce | exmp2_9.sce | //Example 2.9
clc
disp("The given values are,")
disp(" L1 = 0.5 mH, L2 = 1 mH, C = 0.2 uF")
disp("Now f = 1 / 2*pi*sqrt(C*L_eq)")
leq=0.5+1 // in mH
disp(leq,"and L_eq(in mH) = L1 + L2 =")
f=(1/(2*%pi*sqrt(1.5*0.2*10^-9)))*10^-3 // in kHz
format(5)
disp(f,"Therefore, f(in kHz) =")
|
fe743da575ebc26cdcac70e7ff9b5f7eb3b1b87e | 19fd40cb94855327f6f4db1330b2ccec188b13cb | /Aulas/Aula_8_P1S/P1S.sce | be29bf42aa5ba58e5e070ed40fcdc43f619ea36e | [] | no_license | Afcam/Materiais-Eletricos-Magneticos | 6e22194419f2704f5e49c4dc9f5b282ccabafc11 | 0fb3c8847a7c5a8ee9d46d7be1280eceefe08c79 | refs/heads/master | 2023-07-24T21:50:12.675217 | 2018-05-11T13:27:25 | 2018-05-11T13:27:25 | 126,596,938 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,361 | sce | P1S.sce | //programa: P1S.sce
//Semestre:1/2018
clear;
format('e',10);
//Constantes
e = 1.602e-19; //[C]
h = 6.6262e-34; //[J.s]
c = 3e8; //[m/s]
kb = 1.38e-23; //[J/K]
//Questão-1
lambda = 500e-9; //[m]
p = h/lambda;
Ec = p*c; //[J]
ec = Ec/e; //[eV]
disp('Q1a: p = ');
disp(p); //[kg.m/s]
disp('Q1b: ec = ');
disp(ec); //[eV]
//Questão-2
Nd = 1e16; //[cm^-3]
n0 = Nd;
Rh = -1/(e*n0); //[cm^3/C]
disp('Q2a: n0 = ');
disp(n0); //[cm^-3]
disp('Q2b: Rh = ');
disp(Rh); //[cm^3/C]
//Questão-3
L = 1; //[cm]
W = 0.1; //[cm]
t = 1e-4; //[cm]
//T = 300;//[K]
mi_n = 1350; //[cm^2/V.s]
mi_p = 480; //[cm^2/V.s]
//n = p = ni
ni = 1.5e10; //[cm^-3]
s = e*ni*(mi_n + mi_p); //condutividade [S/cm]
disp('Q3a: s = ');
disp(s); //[Siemens/cm]
A = t*W; //[cm^2]
R = L/(A*s); //[ohms]
disp('Q3b: R = ');
disp(R); //[ohms]
//Questão-4
Vldr = [2 3]; //[volts]
Ildr = [1e-3 30e-3]; //[amp]
Iled = [0 10e-3]; //[amp]
C2 = Ildr(1)/Vldr(1); //[Siemens]
C1 = (Ildr(2) - C2*Vldr(2))/(Iled(2)*Vldr(2));
//C1 = [Siemens/A]ou[1/V]ou[A/W]
disp('Q4a: C1 = ');
disp(C1);
disp('Q4b: C2 = ');
disp(C2);
//Questão-5
T1 = 300;
Is1 = 1e-8; //[amp] T1 = 300 K
Is2 = 3e-8; //[amp] T2 = ?
Va = 1.2; //[volt]
Vb = 0.7; //[volt]
Vc = 0;
I = Is1*(exp((e/(kb*T1))*(Va-Vb))-1);//[amp]
T2 = (e*(Vb-Vc))/(kb*log(I/Is2 + 1)); //[K]
disp('Q5a: T2 = ');
disp(T2); //[K]
disp('Q5b: I = ');
disp(I); //[amp]
|
aee52bf94fb82ce0c8b1b760575e21e714f6128b | 717ddeb7e700373742c617a95e25a2376565112c | /40/CH8/EX8.11/Exa_8_11.sce | 5b086398e81264e7c4590af2973ec76d1ca1c037 | [] | 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 | 654 | sce | Exa_8_11.sce | //Effects of leakage
n1=0:0.005:0.1;
n2=0:0.005:0.125;
n3=0:0.005:1.125;
xt1=(2*cos(20*%pi*n1')+5*cos(100*%pi*n1'));
xt2=(2*cos(20*%pi*n2')+5*cos(100*%pi*n2'));
xt3=(2*cos(20*%pi*n3')+5*cos(100*%pi*n3'));
XDFS1=abs(dft(xt1,-1))/20;
XDFS2=abs(dft(xt2,-1))/25;
XDFS3=abs(dft(xt3,-1))/225;
f1=0:5:100;
f2=0:4:100;
f3=0:100/225:100;
a=gca();
a.x_location="origin";
plot2d3('gnn',f1,XDFS1);
xlabel('analog frequency');
ylabel('Magnitude');
xset('window',1);
subplot(211);
plot2d3('gnn',f2,XDFS2);
xlabel('analog frequency');
ylabel('Magnitude');
subplot(212);
plot2d3('gnn',f3,XDFS3);
xlabel('analog frequency');
ylabel('Magnitude'); |
512d30a3eb5c2c6fea40606a7e5abd6bb5bb1d22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH2/EX2.25/Ex2_25.sce | 48941d59cc3417aa59b11c7108a1ac96b12a44b6 | [] | 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 | Ex2_25.sce | clear
//
//variable declaration
PC=1500.0 //Vertical loading at C,N
CD=2.0
AC=1.5
BD=1.0
AB=4.0
x=(((AC**2)-(BD**2))/4)+1
y=sqrt((AC**2)-(x**2))
alpha=acos(x/AC)
beta1=acos((CD-x)/BD)
//Applying Lami’s theorem to the system of forces acting at point C
T1=PC*sin(%pi/2)/sin(%pi-alpha)
T2=PC*sin((%pi/2)+alpha)/sin(%pi-alpha)
T3=T2*sin(%pi/2)/sin((%pi/2)+beta1)
W=T2*sin(%pi-beta1)/sin((%pi/2)+beta1)
printf("\n W= %0.2f N",W)
|
d93b23c81655ea037ab833fcba64793ae821c4db | 449d555969bfd7befe906877abab098c6e63a0e8 | /3830/CH5/EX5.2/Ex5_2.sce | 423ef15adefeb11ca9ed10d8d2c8f54d2ad721b0 | [] | 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 | 579 | sce | Ex5_2.sce | // Exa 5.2
clc;
clear;
// Given
// Teo magnetic coils
// Solution
printf('When the bullet passes through the first coil, a pulse is generated \n This is applied to an AND gate. The other input to the AND gate is from a crystal oscillator\n When the bullet passes through the second coil, another pulse is generated, which is used to stop counting; this is the disable pulse \n Therefore, the number of counts accelerated during this interval is a measure of the time taken by the bullet to traversea distance d between the coils \n Therefore, velocity = d/t');
|
3dbb67f5b18ca3cff65aaef0ee7660c42650e817 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH9/EX9.1/PLLA_Ex_9_1.sce | f799e52ecec2e5553ecaa9481fe932ba0a58e083 | [] | 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 | 374 | sce | PLLA_Ex_9_1.sce | clc
//chapter 9: Stability Analysis
//Example 9.1 page no 357
//given
Kv=50//DC gain
wL=100//corner frequency
disp('The system crossover frequecny is approximately 50 rad/s')
PhaseMargin=90-(atan(50/wL)*180/%pi)//phase margin of system
disp('At this frequency the phase shift of the open loop transfer function is -112.5')
disp(PhaseMargin,'The phase margin is ')
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.