blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
87
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
15 values
visit_date
timestamp[us]date
2016-08-04 09:00:04
2023-09-05 17:18:33
revision_date
timestamp[us]date
1998-12-11 00:15:10
2023-09-02 05:42:40
committer_date
timestamp[us]date
2005-04-26 09:58:02
2023-09-02 05:42:40
github_id
int64
436k
586M
star_events_count
int64
0
12.3k
fork_events_count
int64
0
6.3k
gha_license_id
stringclasses
7 values
gha_event_created_at
timestamp[us]date
2012-11-16 11:45:07
2023-09-14 20:45:37
gha_created_at
timestamp[us]date
2010-03-22 23:34:58
2023-01-07 03:47:44
gha_language
stringclasses
36 values
src_encoding
stringclasses
17 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
15 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
a0d6cdc4a48bfc382e64a2ac13993b51ac4e27b1
449d555969bfd7befe906877abab098c6e63a0e8
/36/DEPENDENCIES/prob9_3data.sci
d19279df699021fbedae99bd195c6f7e1686cc19
[]
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
96
sci
prob9_3data.sci
//problem 9-3 data //given total segments of the pipline: k=6; //given total no. of tasks n=200;
7703770eaacc27ea47b81e7391ce3bd7458d0ed8
449d555969bfd7befe906877abab098c6e63a0e8
/3886/CH7/EX7.7/7_7.sce
80f5174e405b793abcd00e3f4022036d0e67ff3e
[]
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
701
sce
7_7.sce
//maximum power that can be transmitted mu=0.3 alpha=asin(((480/2)-(320/2))/2500) //radians theta=%pi-2*alpha //neglecting centrifugal tension f=3 b=150 t=8 //maximum force permitted is T2=f*b*t //N T1=T2/%e^mu*theta r=480/2 omega=(2*%pi*800)/60 aP=((3600-1429.82)*480*2*800*%pi)/(2*60*(10^6)) //kW //If centrifugal tension is considered v=r*omega/1000 //m/sec m=1.32 Tc=m*v^2 //N //maximum force that can be permitted on the belt //T=T2+Tc=f*b*t bT2=3600-533.62 //N bT1=3066.38/2.5178 //N //maximum torque that can be transferred bP=(bT2-bT1)*v/1000 //kW printf("\nneglecting centrifugal tension P=%0.3f kW\nConsidering centrifugal tension P=%0.3f kW",aP,bP)
5fc3ee20cc13d39c140141c53e2fdc6bad154e7b
449d555969bfd7befe906877abab098c6e63a0e8
/3845/CH23/EX23.8/Ex23_8.sce
48e253450ed91ec7faef57afcaa6eed8236359c7
[]
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
257
sce
Ex23_8.sce
//Example 23.8 L=0.632*10^-3;//Inductance (H) I=30;//Current (A) E_ind=(1/2)*L*I^2;//Energy stored (J) printf('Energy stored in the inductor = %0.3f J',E_ind) //Openstax - College Physics //Download for free at http://cnx.org/content/col11406/latest
e5758818538301399dcd6315c6dbf6f36211d582
449d555969bfd7befe906877abab098c6e63a0e8
/2195/CH3/EX3.11.2/ex_3_11_2.sce
cb74bf1f5ad2db9dd46a5d9bccd40f2f95080d5d
[]
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
783
sce
ex_3_11_2.sce
//Example 3.11.2//accurate voltmeter reading clc; clear; close; format('v',6) r1=50;// in killo ohms r2=50;//in killo ohms v=100;//in volts vr2=(r1/(r1+r2))*v;// voltage in volts //case 1 s1=12000;//sensivity in ohms/volts rm1=r1*s1*10^-3;//in killo ohms req=((rm1*r1)/(rm1+r1));//equivalent resistance in ohms v1=((req/(r1+req)))*v;// voltmeter reading when sensivity is 12000 ohms /V //case 2 s2=15000;//sensivity in ohms/volts rm2=r1*s2*10^-3;//in killo ohms req1=((rm2*r1)/(rm2+r1));//equivalent resistance in ohms v2=((req1/(r1+req1)))*v;// voltmeter reading when sensivity is 15000 ohms /V disp(v1,"voltmeter reading when sensivity is 12000 ohms /V in volts") disp(v2,"voltmeter reading when sensivity is 15000 ohms /V in volts, this voltmeter will measure the correct value")
1270f94066d352f7e1f0dfb453a7447f95e25970
1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08
/Scilab/SparamToolBox/SparamToolbox/v1.0/x86/src/c/loader.sce
2472011fc9e837d947106949f4817c510f9451de
[]
no_license
lrayzman/SI-Scripts
5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d
9ab161c6deff2a27c9da906e37aa68964fabb036
refs/heads/master
2020-09-25T16:23:23.389526
2020-02-09T02:13:46
2020-02-09T02:13:46
66,975,754
0
0
null
null
null
null
UTF-8
Scilab
false
false
566
sce
loader.sce
// This file is released into the public domain // Generated by builder.sce : Please, do not edit this file // write_tchstn_path = get_absolute_file_path('loader.sce'); link(write_tchstn_path+'liberr_codes'+getdynlibext()); // ulink previous function with same name [bOK,ilib] = c_link('write_tchstn');if (bOK) then ulink(ilib),end link(write_tchstn_path+'libwrite_tchstn'+getdynlibext(),['write_tchstn'],'c'); // remove temp. variables on stack clear write_tchstn_path; clear get_file_path; // ------------------------------------------------------
b52b74f42289ee689520f5401ec472d36f6a48fb
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/contour.man.tst
59f569b37c8927a5796b0eb1b1ff3da515dd960c
[ "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
288
tst
contour.man.tst
clear;lines(0); t=%pi*[-10:10]/10; deff("[z]=surf(x,y)","z=sin(x)*cos(y)"); z=feval(t,t,surf); rect=[-%pi,%pi,-%pi,%pi,-1,1]; contour(t,t,z,10,35,45," ",[0,1,0],rect) // changing the format of the printing of the levels xset("fpf","%.2f") xbasc() contour(t,t,z,10,35,45," ",[0,1,0],rect)
b4c8155681af2a5e9876447eddaee29a616fa47e
449d555969bfd7befe906877abab098c6e63a0e8
/830/CH8/EX8.2.5/FIR_Differentiator.sce
be8f92658f24ec46104dbd2d5396e42aac714891
[]
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
522
sce
FIR_Differentiator.sce
//Graphical// //Example 8.2.5 //Linear Phase FIR Differentiator of length M = 60 //Pass Band Edge frequency fp = 0.1 clear; clc; close; M =60; tuo = (M/2)-1; Wc = 0.1; h = zeros(1,M); for n = 1:M if n ~= M/2 h(n) =cos((n-1-tuo)*Wc)/(n-1-tuo); end end [hm,fr]=frmag(h,1024); disp('The Filter Coefficients are:') h figure plot(fr,hm/max(hm)) a =gca(); xlabel('Normalized Digital Frequency fr'); ylabel('Magnitude'); title('Frequency Response of FIR Differentiator for M=60') xgrid(2)
833b196459bdf02cc8ec826c19860f9aa7489ba6
449d555969bfd7befe906877abab098c6e63a0e8
/3812/CH10/EX10.27/10_27.sce
4d166812aaaf4e27efdb69e07e5d93e42c6e03ea
[]
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
147
sce
10_27.sce
//Example 10_27 //Convolution of given signals clc; x=[1,-2,1]; y=[1,1,1,1,1,1]; X= convol (x,y); disp(X,'Convolution of given sequences');
a248901ff347414aad754faab4aca949a3d76ff7
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH12/EX12.08/12_08.sce
7ac50c6627256f5f196e52bfd53af1cb405032c4
[]
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,583
sce
12_08.sce
//pathname=get_absolute_file_path('12.08.sce') //filename=pathname+filesep()+'12.08-data.sci' //exec(filename) //Diameter of cylinder(in m): D=0.2 //Length of stroke(in m): L=0.3 //Clearance volume(in cm^3): Vc=2*10^3 //Mass of steam used per stroke(in kg): ms=0.05 //Point at which compression starts: c=0.80 //of stroke //Pressure of steam when compression starts(in bar): p4=1 //Cut-off point: r1=0.10 //of stroke //Release: r2=0.90 //of stroke //Pressure at states 1 & 2(in bar): p1=15 p2=3 //From steam tables: v4=1.6940 //m^3/kg vg15=0.13177 //m^3/kg vg3=0.6058 //m^3/kg u1=1590.79 //kJ/kg u2=1216.73 //kJ/kg //Clearance volume(in m^3): V6=Vc*10^(-6) V5=V6 //Stroke volume(in m^3): Vs=%pi*D^2/4*L //Volume at state 3(in m^3): V3=V6+Vs //Volume at state 4(in m^3): V4=V3-c*(V3-V6) //Mass of steam at state 4(in kg): m4=V4/v4 //Total mass of steam during expansion(in kg): m=m4+ms //Volume at cut-off point(in m^3): V1=V6+r1*(V3-V6) //Dryness fraction at cut-off point: x1=V1/(m*vg15) //Volume at point of release(in m^3): V2=V6+r2*(V3-V6) //Dryness fraction at point of release: x2=V2/(m*vg3) //Index of expansion: n=log(p1/p2)/log(V2/V1) //Work done in a stroke(in kJ): W=(p1*V1-p2*V2)/(n-1) //Work done per kg of steam(in kJ/kg): Ws=W/m //Change in internal energy(in kJ/kg): du=u2-u1 //Heat transfer(in kJ/kg): dQ=du+Ws printf("\n RESULT \n") printf("\nTotal mass of steam during expansion = %f kg",m) printf("\nDryness fraction at cut-off and release = %f,%f",x1,x2) printf("\nHeat leakage = %f kJ/kg steam",-dQ)
b1ac555ad35776b4b076dda744850baf4109a60f
449d555969bfd7befe906877abab098c6e63a0e8
/3840/CH7/EX7.1/Ex7_1.sce
28938a6935e37df7072c849896f1b5e28d2299e4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
388
sce
Ex7_1.sce
clear // // // //Variable declaration chi=-0.4*10**-5 //magnetic susceptibility H=5*10**5 //magnetic field intensity(amp/m) mew0=4*%pi*10**-7 //Calculation B=mew0*H*(1+chi) //magnetic flux density(wb/m**2) M=chi*H //magnetic moment(A/m) //Result printf("\n magnetic flux density is %0.3f wb/m**2",B) printf("\n magnetic moment is %0.3f A/m",M)
c313f86ff3bbf18a39d26159e2bb48a7fceb17bc
449d555969bfd7befe906877abab098c6e63a0e8
/2522/CH7/EX7.4/exm7_4.sce
8de6ed61f44690f91759ce7be17bf5d36432f973
[]
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,052
sce
exm7_4.sce
//page no 222 //example no 7.4 // USE OF ADDRESSING MODES. clc; //register B contains 32H B=32; //using indirect addressing modes printf('B= %d \n',B); disp(' 1) LXI H,8000H'); // loads HL register pair. disp('H=80H L=00H'); disp('MOV M,B'); // contents of register B are moved in memory location pointed by HL register pair. M=B; printf('\n 8000H --> %d \n \n',M); disp('LXI D,8000H'); //loads the memory location 8000H in DE register pair. disp('D=80H E=00H'); disp('MOV A,B'); A=B; printf('A= %d \n',A); disp('STAX D'); //stores the value of accumulator in the memory location pointer by DE register pair. printf('\n 8000H --> %d \n \n',A); //using direct addressing mode. disp('2) A= F2H'); disp('STA 8000H'); //this instruction stores the value of accumulator in the memory location 8000H. disp('8000H --> F2H'); //using indirect addressing mode. disp('3) LXI H,8000H'); // loads HL register pair. disp('H=80H L=00H'); disp('MVI M,F2H'); //moving the data in the memory. disp('8000H --> F2H');
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();
f6e32a5ba67604414af06c5047e8a853c8001b41
449d555969bfd7befe906877abab098c6e63a0e8
/1640/CH3/EX3.15/3_15.sce
5134b5d318745937ece8886b508866e7b274b749
[]
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
271
sce
3_15.sce
clc //initialisation of variables Cd= 0.62 B= 2.5 //ft H2= 8 //ft H1= 7 //ft g= 32.2 //ft/sec^2 h= 4 //ft //CALCULATIONS Q1= 2*Cd*B*sqrt(2*g)*(H2^(3/2)-H1^(3/2))/3 Q2= Cd*sqrt(2*g)*sqrt(H2)*B*(h-1) Q= Q1+Q2 //RESULTS printf ('Total discharge = %.f cfs',Q)
e8d1acc7e3d583b2b9fa649e20bc841a960a17e1
449d555969bfd7befe906877abab098c6e63a0e8
/3556/CH10/EX10.1/Ex10_1.sce
5d65181500a810993cb6f86b4bcae8e10d61fa9c
[]
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,403
sce
Ex10_1.sce
clc // Fundamental of Electric Circuit // Charles K. Alexander and Matthew N.O Sadiku // Mc Graw Hill of New York // 5th Edition // Part 2 : AC Circuits // Chapter 10 : Sinusoidal Steady State Analysis // Example 10 - 1 clear; clc; close; // Given data Y11 = complex(1.0000,1.5000); Y12 = complex(0.0000,2.5000); Y21 = complex(11.0000,0.0000); Y22 = complex(15.0000,0.0000); I11 = complex(20.0000,0.0000); I21 = complex(0.0000,0.0000); // // Calculations V1 and V2 Y = [ Y11 Y12; Y21 Y22]; Y1 = [I11 Y12; I21 Y22]; Y2 = [Y11 I11; Y21 I21]; V1 = det(Y1)/det(Y); V2 = det(Y2)/det(Y); V1_mag = norm(V1); V1_angle = atand(imag(V1),real(V1)); V2_mag = norm(V2); V2_angle = atand(imag(V2),real(V2)); // Calculations Ix Ix = V1/complex(0.0000,-2.5000); Ix_mag = norm(Ix); Ix_angle = atand(imag(Ix),real(Ix)); // // Display the result disp("Example 10-1 Solution : "); printf(" \n V1_mag = Magnitude of V1 = %.3f Volt",V1_mag) printf(" \n V1_angle = Angle of V1 = %.3f Volt",V1_angle) printf(" \n V2_mag = Magnitude of V2 = %.3f Volt",V2_mag) printf(" \n V2_angle = Angle of V2 = %.3f Volt",360+V2_angle) printf(" \n Ix_mag = Magnitude of Ix = %.3f Volt",Ix_mag) printf(" \n Ix_angle = Angle of Ix = %.3f Volt",Ix_angle)
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; };
e18718f25ade9273229502c120f2dc5f42a68876
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.4.1/macros/sci2for/newlab.sci
31263ef36a10f872339a34d63107d6db23c485c8
[ "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
141
sci
newlab.sci
function [lb,nwrk]=newlab(nwrk) //Cette macro retourne lb le numero d'etiquette suivant //! // Copyright INRIA lb=nwrk(9)+1 nwrk(9)=lb
88fc1672ce537b4cef5196f59a7b17fbd05b830a
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set7/s_Electronics_Devices_And_Circuits_G._S._N._Raju_2534.zip/Electronics_Devices_And_Circuits_G._S._N._Raju_2534/CH13/EX13.1/Ex13_1.sce
4a4bcc3eb008c0420c3318d221389e6fe49e7c1c
[]
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
236
sce
Ex13_1.sce
errcatch(-1,"stop");mode(2);//Ex13_1 A = 100//amplification gain A_Beta = 1//for sustain oscillation Beta = A_Beta/A//feeback ratio disp("A = "+string(A)) disp("A_Beta = "+string(A_Beta)) disp("Beta = "+string(Beta)) exit();
84fa2a1cb3e43f8925d4511bf7968c84337500a1
16152b808456a98fcb2d4303d5622c225109bcda
/gaussian.sce
f31b6f7c5e66629e7f95d06f4db2b8890e3a1614
[]
no_license
conradolega/131
b1bcdc7097b661dcc0c503118ec199adffaabfc9
fa0773433f66f485bf96a8adee35f00a1207861a
refs/heads/master
2016-09-05T13:42:37.104466
2013-10-11T14:30:59
2013-10-11T14:30:59
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
859
sce
gaussian.sce
function X = gaussianfull(A) X = A n = size(X, 'r') for col = 1:n if col <> n then [v, pos] = max(abs(X(col:$, col:n))) X([col, pos(1)+col-1], :) = X([pos(1)+col-1, col], :) X(:, [col, pos(2)+col-1]) = X(:, [pos(2)+col-1, col]) end if X(col, col) <> 0 then X(col, col:$) = X(col, col:$) / X(col, col) for row = col+1:n X(row, col:$) = X(row, col:$) - (X(row, col) * X(col, col:$)) end end X = clean(X) end endfunction function X = gaussianpartial(A) X = A n = size(X, 'r') for col = 1:n if col <> n then [v, pos] = max(abs(X(col:$, col:n)), 'r') X([col, pos(1)+col-1], :) = X([pos(1)+col-1, col], :) end if X(col, col) <> 0 then X(col, col:$) = X(col, col:$) / X(col, col) for row = col+1:n X(row, col:$) = X(row, col:$) - (X(row, col) * X(col, col:$)) end end X = clean(X) end endfunction
a1e2323e65e54898a5b3e52128b78118ae194ea7
2f7b1fa044c246ffe96b7e6e7b96aa95f9031cdf
/Anul 2/Anul_2/Metode_Numerice/Laborator/MN rezolvari/MN_Lab/lab6/exemplu mai multe lini pe graf.sce
39a969387b44a1a455631437b0f310ca9e53a10d
[]
no_license
stickyrst/automatica
1f902091376c0f65c08a66721de3185a70f88d26
2ac48ae78f45b787724fa90c0e7acd8052e6725c
refs/heads/master
2020-06-11T18:39:23.768638
2018-05-30T19:55:38
2018-05-30T19:55:38
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
557
sce
exemplu mai multe lini pe graf.sce
//Trasarea pe acelaşi grafic a mai multor curbe care nu au acelaşi //număr de puncte x1=linspace(0,1,61)'; x2=linspace(0,1,31)'; x3=linspace(0.1,0.9,12)'; y1=x1.*(1-x1).*cos(2*%pi*x1); y2=x2.*(1-x2); y3=x3.*(1-x3)+0.1*(rand(x3)-0.5);//la fel cu y2 dar cu o miperturbatie ymin=min([y1;y2;y3]);ymax=max([y1;y2;y3]); dy=(ymax-ymin)*0.05; dreptunghi=[0,ymin-dy,1,ymax+dy]; plot2d(x1,y1,style=1,frameflag=5,rect=dreptunghi) plot2d(x2,y2,style=2,frameflag=0) plot2d(x3,y3,style=-1,frameflag=0) xtitle("Mai multe curbe pe acelasi grafic")
862b7a06dd70340d5f6d4bf5e963c6a9ee0a4ab2
449d555969bfd7befe906877abab098c6e63a0e8
/3446/CH11/EX11.2/Ex11_2.sce
b93fca91276cfe275022f412dd443d055a60bb21
[]
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,078
sce
Ex11_2.sce
// Exa 11.2 // To show that the transmitted signals to mobiles 1, 2, and 3 are recovered at the mobile receivers by despreading the resultant signal z(t). clc; clear all; //solution disp("From figure 11.4, we note that transmitted data for mobile1 as [0 1 1 0 0 ], for mobile2 as [0 0 1 0 0 ] and for mobile3 as [0 1 0 0 1] "); disp("From figure 11.5 we get resultant demodulated signal at a mobile "); Rx={[1 1 1 1 -3 1];[1 -3 1 1 1 1 ];[1 -3 1 1 1 -3];[1 -3 1 1 1 1];[-1 3 3 -1 3 -1]};//Resultant demodulated signal at mobile disp(Rx); //from Figure 11.4 c1={[-1 -1 -1 -1 1 1];[1 -1 1 1 -1 -1];[1 -1 1 -1 -1 -1];[-1 1 1 1 -1 1];[1 -1 -1 1 -1 1]}; c2={[1 1 -1 1 1 -1];[-1 1 -1 1 -1 -1];[-1 -1 1 1 1 -1];[1 1 -1 -1 1 -1];[1 -1 -1 -1 -1 -1]}; c3={[-1 -1 1 -1 1 -1];[-1 -1 -1 1 1 1];[-1 1 1 -1 -1 1];[-1 1 -1 -1 -1 -1];[1 1 1 -1 1 1]}; //t={[1 2 3 4 5 6];[7 8 9 10 11 12];[13 14 15 16 17 18];[19 20 21 22 23 24];[25 26 27 28 29 30]}; //for Mobile 1 for i= 1:5 Demod1(i)=c1(i,1)*Rx(i,1)+c1(i,2)*Rx(i,2)+c1(i,3)*Rx(i,3)+c1(i,4)*Rx(i,4)+c1(i,5)*Rx(i,5)+c1(i,6)*Rx(i,6); if(Demod1(i)<0) B1(i)=1; else B1(i)=0; end end //for mobile 2 for i= 1:5 Demod2(i)=c2(i,1)*Rx(i,1)+c2(i,2)*Rx(i,2)+c2(i,3)*Rx(i,3)+c2(i,4)*Rx(i,4)+c2(i,5)*Rx(i,5)+c2(i,6)*Rx(i,6); if(Demod2(i)<0) B2(i)=1; else B2(i)=0; end end //for mobile 3 for i= 1:5 Demod3(i)=c3(i,1)*Rx(i,1)+c3(i,2)*Rx(i,2)+c3(i,3)*Rx(i,3)+c3(i,4)*Rx(i,4)+c3(i,5)*Rx(i,5)+c3(i,6)*Rx(i,6); if(Demod3(i)<0) B3(i)=1; else B3(i)=0; end end disp("Value of integration at end of bit period for mobile1"); disp(Demod1'); disp("Value of integration at end of bit period for mobile2"); disp(Demod2'); disp("Value of integration at end of bit period for mobile3"); disp(Demod3'); disp("The recovered signal at mobile 1 is "); disp(B1'); disp("The recovered signal at mobile 2 is "); disp(B2'); disp("The recovered signal at mobile 3 is "); disp(B3'); disp("In all cases, Recovered signal is negated value of transmitted signal")
aafdde86599ad7bdd33f62b8bc0be8b4a4153766
449d555969bfd7befe906877abab098c6e63a0e8
/978/CH2/EX2.2/Example2_2.sce
32bf19e8d36e13497a3b8a58466d982104e05c10
[]
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
568
sce
Example2_2.sce
//chapter2,Example2_2,pg 22 V1=5//input-1 V2=5//input-2 V12=50*10^-3//difference input Vo=2//output voltage acc=0.01//accuracy Ad=(Vo/V12)//diffrential gain //error at the output should be less than (2/100)V or 20mV.if common mode gain is the only source of error then err=Vo*acc//error Acm=(err/V1)//common mode gain CMRR=20*log10(Ad/Acm)//common mode rejection ratio in dB printf("diffrential gain \n") printf("\nAd=%.1f \n",Ad) printf("common mode gain \n") printf("\nAcm=%.4f \n",Acm) printf("\nCMRR=%.1f dB\n",CMRR)
2e12d41c0af3651d118f13a761900530d243cd3c
449d555969bfd7befe906877abab098c6e63a0e8
/635/CH2/EX2.8/Ch02Ex8.sci
689f5ad2681d6eab4f5ed1c95f1780a5781e4690
[]
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
816
sci
Ch02Ex8.sci
// Scilab Code Ex2.8 Energy liberated during electron transfer between ions of a molecule: Page-71 (2010) eps_0 = 8.854D-12; // Absolute electrical permittivity of free space, coulomb sqaure per newton per metre square e = 1.6D-19; // Electronic charge, C R = 5D-10; // Separation between the ions M and X, m IP_M = 5; // Ionization potential of M, eV EA_X = 4; // Electron affinity of X, eV U = -e/(4*%pi*eps_0*R); // The potential energy of MX molecule, eV delta_E = IP_M - EA_X; // The net energy required to produce the ion pair, eV Er = delta_E + U; // Energy required to transfer an electron from M to X atom, eV printf("\nThe energy required to transfer an electron from M to X atom = %4.2f eV", Er); //Result // The energy required to transfer an electron from M to X atom = -1.88 eV
2b83b8c183c0e9175745e45bf405b42298cf615e
ec117c3067c517791d2aa16938bdbe68ccc4222f
/Reconstruction_surface/Tp2/crust.sce
b3ef979916c3a29c277613416e79434288736edf
[]
no_license
Mric26/M2-S1
e870849816b2a7945b4017bb2defaf4d772835f6
bf9acf69e3a2a8abb3fbbe140021c8971cace9b9
refs/heads/master
2016-08-12T16:29:55.570039
2016-03-31T10:28:47
2016-03-31T10:28:47
43,129,610
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,067
sce
crust.sce
function Crust(S) // **** A MODIFIER/COMPLETER **** // R should contain a list of pair of indices connecting the initial points in S // for instance: // R = [R ; [1,2]] adds the edge connecting points 1 and 2 in the array R R = []; // Triangle de Delaunay sur les sommets initiaux [T,C,r] = delaunay(S); // Trianglulation de Delaunay sur les sommets + les centres des cercles SP = cat(1,S,C); [T,C,r] = delaunay(SP); nbS = size(S,1); // Parcours des triangles for i = 1:size(T,1); i1 = T(i,1); i2 = T(i,2); i3 = T(i,3); // Construction de R si les segments appartiennent aux points d'origines if (i1 <= nbS & i2 <= nbS) then R = [R ; [i1 i2]]; elseif (i1 <= nbS & i3 <= nbS) then R = [R ; [i1 i3]]; elseif (i2 <= nbS & i3 <= nbS) then R = [R ; [i2 i3]]; end end // ****************************** // nouvelle figure scf(); // affichage des points en entrée plot(S(:,1),S(:,2),'ro'); // affichage des connections for i=1:size(R,1) plot([S(R(i,1),1);S(R(i,2),1)],[S(R(i,1),2);S(R(i,2),2)],'b-'); end for i=1:size(T,1) plot([S(T(i,1),1);S(T(i,2),1)],[S(T(i,1),2);S(T(i,2),2)],'b-'); end set(gca(),"auto_clear","off") set(gca(),"margins",[0.05 , 0.05 , 0.05 , 0.05]) set(gca(),"box","off") set(gca(),"isoview","on") set(gca(),"auto_scale","on") endfunction function test_crust(num_test) exec("qdelaunay.sce",-1); if argn(2)<1 num_test=0; end select num_test case 1 // // test 1 // les donnees S = [0 0; 2 0; 4 0; 0 2; 1 2; 3 2; 2 3]; Crust(S); case 2 then // // test 2 − points aleatoires S = rand(100,2); Crust(S); case 3 then // // test 3 − points suivant une grille reguliere S = zeros(100,2); for i =0:9 for j =1:10 S(i*10+j,:) = [2*j+i 2*i]; end end Crust(S); case 4 then // // test 4 − points entres à la souris S = inputpoints()'; Crust(S); end // select endfunction
aa3ef27abf6c6a971cc7122f2c9f39549f958f76
449d555969bfd7befe906877abab098c6e63a0e8
/569/CH6/EX6.9/6_9.sci
7af0949eabef4f1aa344d9a2272b960418c1bb77
[]
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
204
sci
6_9.sci
// Calculating the value of resistance and capacitance clc; Voramp=-10; disp('if voltage source is 10V then RC= 1 ms and if C=1 micro-F') C=1; R=1*10^-3*10^6; disp(R,'value of resistance (ohm)= ')
95dbdb57e08ab5cad3d1220a3d1cab7e0c81bc75
449d555969bfd7befe906877abab098c6e63a0e8
/50/DEPENDENCIES/shooting.sci
a9bf9bee68bb8236116b783cc63683b483092bd6
[]
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
679
sci
shooting.sci
function [U] = shooting(ub,up,x,f) //Shooting method for a second order //boundary value problem //ub = [u0 u1] -> boundary conditions //x = a vector showing the range of x //f = function defining ODE, i.e., // du/dx = f(x,u), u = [u(1);u(2)]. //up = vector with range of du/dx at x=x0 //xuTable = table for interpolating derivatives //uderiv = derivative boundary condition n = length(up); m = length(x); y1 = zeros(up); for j = 1:n u0 = [ub(1);up(j)]; uu = ode(u0,x(1),x,f); u1(j) = uu(1,m); end; xuTable = [u1';up]; uderiv = interpln(xuTable,ub(2)); u0 = [ub(1);uderiv]; u = ode(u0,x(1),x,f); U=u'; endfunction
76e2e262db7751e07e153ac57cf490a4a636e61d
449d555969bfd7befe906877abab098c6e63a0e8
/2381/CH5/EX5.8/ex_8.sce
f1debc41a6dfdb8b4eb6139446325194471765b5
[]
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
356
sce
ex_8.sce
//Example 8 //displacement ,particle velocity and acceleration clc; clear; close; //y=a*sin*((2*%pi)/h)*(vt-x);// v=1000;//cm/s n=25;//vibrations h=v/n;//cm a=3;//cm t=2;//seconds x1=200;//cm y=3*sind(((2*360)/h)*(v*t-x1));// vl=2*%pi*a*n;//cm/s acc=0;// disp(y,"displacement is,(cm)=") disp(vl,"velocity is,(cm/s)=") disp(acc,"acceleration is,(cm/s^2)=")
d901c89cf6093f1d6e692e103ef6ba4e78d09bc2
449d555969bfd7befe906877abab098c6e63a0e8
/3816/CH2/EX2.1/2_1.sce
64b76c639c4e60962654fe1b9f9074f1551e5f51
[]
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
582
sce
2_1.sce
clc; clear; b1=10;//From plot b2=31;//From plot b3=68;//From plot b4=100;//From plot b5=100;//From plot b6=100;//From plot //Case:1 B1=0.86+5.16+16.72+28.9+32.3+16.7; B3=2.36+10.32+16.04+0-23.6-16.7; B5=3.23+5.16-16.04-28.9+8.6+16.7; B7=3.23-5.16-16.04+28.9+8.6-16.7; disp('To find the harmonic components ,mean gap density ,rms value:') disp(B7,B5,B3,B1,'The harmonic components are:') B8=((2/%pi)*(B1+((1/3)*B3)+((1/5)*B5)+((1/7)*B7))); disp(B8,'The mean gap density is :') B9=(((1/2)*(((B1)^2)+((B3)^2)+((B5)^2)+((B7)^2)))^(1/2)); disp(B9,'The rms value is:')
81d860080e82da17377e89ed06dc4931f05f16f8
449d555969bfd7befe906877abab098c6e63a0e8
/260/CH8/EX8.2/8_2.sce
63e3550c83bb01598331c838f4280cd72d76d80a
[]
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
8_2.sce
//Eg-8.2 //pg-367 clear clc A = [1447.5 1434.2 1361 1365.4 1412.7 1347.9 1382.8 1406.4 1365.1]; n = length(A); printf('The given array is \n') disp(A) for(i=1:n) for(i=1:n-1) if(A(i) > A(i+1)) t = A(i); A(i) = A(i+1); A(i+1) = t; end end end printf('\n\nThe array after arranging in ascending order using bubble-sort algorithm is\n') disp(A) printf('Therefore the minimum and maximum values are %f and %f respectively\n',A(1),A(n))
4c1f81d3db7af197252c98e2e6605d13aa680ce7
36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd
/Aimer VS Robots Tracking.sce
ba10f0c97d7e77601727f7a91c93c21a0997d9df
[]
no_license
Ahmad6543/Scenarios
cef76bf19d46e86249a6099c01928e4e33db5f20
6a4563d241e61a62020f76796762df5ae8817cc8
refs/heads/master
2023-03-18T23:30:49.653812
2020-09-23T06:26:05
2020-09-23T06:26:05
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
137,976
sce
Aimer VS Robots Tracking.sce
Name=Aimer VS Robots Tracking PlayerCharacters=Aimer 3 BotCharacters=wide_strafe.bot;WIDE2.bot;wide_3.bot;wide_4.bot IsChallenge=true Timelimit=60.0 PlayerProfile=Aimer 3 AddedBots=wide_strafe.bot;wide_strafe.bot;wide_strafe.bot;wide_strafe.bot;WIDE2.bot;WIDE2.bot;WIDE2.bot;WIDE2.bot;wide_3.bot;wide_3.bot;wide_3.bot;wide_4.bot;wide_4.bot;wide_4.bot;wide_4.bot PlayerMaxLives=1 BotMaxLives=1;1;1;1;1;1;1;1;1;1;1;1;1;1;1 PlayerTeam=1 BotTeams=2;2;2;2;2;2;2;2;2;2;2;2;2;2;2 MapName=1A.map MapScale=2.9 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=false InvincibleBots=false Timescale=1.0 BlockHealthbars=true TimeRefilledByKill=0.0 ScoreToWin=0.0 ScorePerDamage=0.0 ScorePerKill=10.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.0 ScorePerTime=1.0 ScoreLossPerDamageTaken=10.0 ScoreLossPerDeath=0.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=false ScoreMultDamageEfficiency=false ScoreMultKillEfficiency=false GameTag=VALORANT,APEX,CSGO WeaponHeroTag=BB GUN DifficultyTag=3 AuthorsTag=@Lac0caL BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=false BlockFCT=false Description=Kill all bots. Let's run 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=true LockedFOVMin=60.0 LockedFOVMax=120.0 LockedFOVScale=Clamped Horizontal [Aim Profile] Name=Aimbot MinReactionTime=0.1 MaxReactionTime=0.1 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=-70.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=wide_strafe DodgeProfileNames=wide_strafe_dodge DodgeProfileWeights=100.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=100.0;100.0;100.0;100.0;100.0;100.0;100.0;100.0 AimingProfileNames=Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot WeaponSwitchTime=60.0 UseWeapons=true CharacterProfile=wide_strafe_char SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=WIDE2 DodgeProfileNames=wide_2 DodgeProfileWeights=100.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=true CharacterProfile=wide_strafe_char2 SeeThroughWalls=true 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 [Bot Profile] Name=wide_3 DodgeProfileNames=wide_strafe_dodge DodgeProfileWeights=100.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=100.0;100.0;100.0;100.0;100.0;100.0;100.0;100.0 AimingProfileNames=Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot WeaponSwitchTime=60.0 UseWeapons=true CharacterProfile=wide_3 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Bot Profile] Name=wide_4 DodgeProfileNames=wide_strafe_dodge DodgeProfileWeights=100.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=100.0;100.0;100.0;100.0;100.0;100.0;100.0;100.0 AimingProfileNames=Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot;Aimbot WeaponSwitchTime=60.0 UseWeapons=true CharacterProfile=wide_4 SeeThroughWalls=true NoDodging=false NoAiming=false AbilityUseTimer=0.1 UseAbilityFrequency=1.0 UseAbilityFreqMinTime=0.3 UseAbilityFreqMaxTime=0.6 ShowLaser=false LaserRGB=X=1.000 Y=0.300 Z=0.000 LaserAlpha=1.0 [Character Profile] Name=Aimer 3 MaxHealth=2.0 WeaponProfileNames=Beam 1;Hand;;;;;; MinRespawnDelay=60.0 MaxRespawnDelay=60.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=10.0 MovementType=Base MaxSpeed=1100.0 MaxCrouchSpeed=500.0 Acceleration=16000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=1000.0 Gravity=1.78 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=0.000 Y=0.145 Z=0.290 EnemyHeadColor=X=0.000 Y=0.145 Z=0.290 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cuboid MainBBHeight=270.0 MainBBRadius=60.0 MainBBHasHead=true MainBBHeadRadius=23.0 MainBBHeadOffset=13.0 MainBBHide=true ProjBBType=Cylindrical ProjBBHeight=230.0 ProjBBRadius=55.0 ProjBBHasHead=true ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=true AerialFriction=2.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=1.0 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.25 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=None CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=wide_strafe_char MaxHealth=10000.0 WeaponProfileNames=Rocket Launcher;;;;;;; MinRespawnDelay=60.0 MaxRespawnDelay=60.0 StepUpHeight=0.0 CrouchHeightModifier=0.75 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=500.0 MaxCrouchSpeed=500.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=0.0 BrakingFrictionFactor=0.0 JumpVelocity=1300.0 Gravity=5.0 AirControl=0.0 CanCrouch=false CanPogoJump=true CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cuboid MainBBHeight=270.0 MainBBRadius=60.0 MainBBHasHead=true MainBBHeadRadius=23.0 MainBBHeadOffset=1.0 MainBBHide=true ProjBBType=Cylindrical ProjBBHeight=0.02 ProjBBRadius=0.01 ProjBBHasHead=false ProjBBHeadRadius=25.0 ProjBBHeadOffset=-10.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=10000.0 BlockSpawnFOV=0.0 BlockSpawnDistance=33.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=true BounceOffWalls=true LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=0.1 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.25 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=0.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=Endo CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=wide_strafe_char2 MaxHealth=10000.0 WeaponProfileNames=BB 2;;;;;;; MinRespawnDelay=60.0 MaxRespawnDelay=60.0 StepUpHeight=0.0 CrouchHeightModifier=0.75 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=600.0 MaxCrouchSpeed=500.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=0.0 BrakingFrictionFactor=0.0 JumpVelocity=1300.0 Gravity=5.0 AirControl=0.0 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cuboid MainBBHeight=270.0 MainBBRadius=60.0 MainBBHasHead=true MainBBHeadRadius=23.0 MainBBHeadOffset=1.0 MainBBHide=true ProjBBType=Cylindrical ProjBBHeight=0.02 ProjBBRadius=0.01 ProjBBHasHead=false ProjBBHeadRadius=25.0 ProjBBHeadOffset=-10.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=10000.0 BlockSpawnFOV=0.0 BlockSpawnDistance=33.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=0.1 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.25 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=0.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=Endo CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=wide_3 MaxHealth=10000.0 WeaponProfileNames=BB 3;;;;;;; MinRespawnDelay=60.0 MaxRespawnDelay=60.0 StepUpHeight=0.0 CrouchHeightModifier=0.75 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=600.0 MaxCrouchSpeed=500.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=0.0 BrakingFrictionFactor=0.0 JumpVelocity=1300.0 Gravity=5.0 AirControl=0.0 CanCrouch=false CanPogoJump=true CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cuboid MainBBHeight=270.0 MainBBRadius=60.0 MainBBHasHead=true MainBBHeadRadius=23.0 MainBBHeadOffset=1.0 MainBBHide=true ProjBBType=Cylindrical ProjBBHeight=0.02 ProjBBRadius=0.01 ProjBBHasHead=false ProjBBHeadRadius=25.0 ProjBBHeadOffset=-10.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=10000.0 BlockSpawnFOV=0.0 BlockSpawnDistance=33.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=0.1 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.25 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=0.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=Endo CharacterSkin=Default SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false ViewBobTime=0.0 ViewBobAngleAdjustment=0.0 ViewBobCameraZOffset=0.0 ViewBobAffectsShots=false IsFlyer=false FlightObeysPitch=false FlightVelocityUp=800.0 FlightVelocityDown=800.0 [Character Profile] Name=wide_4 MaxHealth=10000.0 WeaponProfileNames=BB 4;;;;;;; MinRespawnDelay=60.0 MaxRespawnDelay=60.0 StepUpHeight=0.0 CrouchHeightModifier=0.75 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=0.0 MovementType=Base MaxSpeed=850.0 MaxCrouchSpeed=500.0 Acceleration=8000.0 AirAcceleration=16000.0 Friction=0.0 BrakingFrictionFactor=0.0 JumpVelocity=1300.0 Gravity=5.0 AirControl=0.0 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cuboid MainBBHeight=270.0 MainBBRadius=60.0 MainBBHasHead=true MainBBHeadRadius=23.0 MainBBHeadOffset=1.0 MainBBHide=true ProjBBType=Cylindrical ProjBBHeight=0.02 ProjBBRadius=0.01 ProjBBHasHead=false ProjBBHeadRadius=25.0 ProjBBHeadOffset=-10.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=10000.0 BlockSpawnFOV=0.0 BlockSpawnDistance=33.0 RespawnAnimationDuration=0.0 AllowBufferedJumps=false BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=0.1 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.25 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=0.0 VerticalSpawnOffset=0.0 TerminalVelocity=0.0 CharacterModel=Endo 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=wide_strafe_dodge MaxTargetDistance=1500.0 MinTargetDistance=1000.0 ToggleLeftRight=true ToggleForwardBack=false MinLRTimeChange=0.5 MaxLRTimeChange=1.5 MinFBTimeChange=0.2 MaxFBTimeChange=0.5 DamageReactionChangesDirection=true DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.1 JumpFrequency=0.1 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.0 MaxJumpTime=1.0 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.25 BlockedMovementPercent=0.5 BlockedMovementReactionMin=0.125 BlockedMovementReactionMax=0.2 WaypointLogic=Ignore WaypointTurnRate=200.0 MinTimeBeforeShot=0.15 MaxTimeBeforeShot=0.25 IgnoreShotChance=0.0 ForwardTimeMult=1.0 BackTimeMult=1.0 DamageReactionChangesFB=false [Dodge Profile] Name=wide_2 MaxTargetDistance=3333.0 MinTargetDistance=3333.0 ToggleLeftRight=true ToggleForwardBack=false MinLRTimeChange=1.0 MaxLRTimeChange=3.0 MinFBTimeChange=0.2 MaxFBTimeChange=0.5 DamageReactionChangesDirection=true DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.1 JumpFrequency=0.0 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.0 TargetStrafeOverride=Mimic TargetStrafeMinDelay=0.125 TargetStrafeMaxDelay=0.25 MinProfileChangeTime=0.0 MaxProfileChangeTime=0.0 MinCrouchTime=0.3 MaxCrouchTime=0.6 MinJumpTime=0.0 MaxJumpTime=1.0 LeftStrafeTimeMult=1.0 RightStrafeTimeMult=1.0 StrafeSwapMinPause=0.0 StrafeSwapMaxPause=0.25 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=Beam 1 Type=Hitscan ShotsPerClick=1 DamagePerShot=230.0 KnockbackFactor=0.0 TimeBetweenShots=0.02 Pierces=true Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=true HeadshotMultiplier=2.1 MagazineMax=150 AmmoPerShot=1 ReloadTimeFromEmpty=5.0 ReloadTimeFromPartial=5.0 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=0.0 DelayBeforeShot=0.0 ProjectileGraphic=Ball VisualLifetime=1.0 BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=true ADSZoomDelay=0.1 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=50.000 Z=-50.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.0 RecoilNegatable=false DecalType=0 DecalSize=0.1 DelayAfterShooting=0.0 BeamTracksCrosshair=true AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=15.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=100 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=70.0 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Wave Booster 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=false 3rdPersonWeaponModel=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=None ParticleBodyImpact=Beam ParticleProjectileTrail=None ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=0.0 RecoilAutoReset=true TimeToRecoilPeak=0.1 TimeToRecoilReset=0.1 AAMode=0 AAPreferClosestPlayer=true AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=Hand Type=Hitscan ShotsPerClick=1 DamagePerShot=230.0 KnockbackFactor=0.0 TimeBetweenShots=0.02 Pierces=true Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=true HeadshotMultiplier=2.1 MagazineMax=150 AmmoPerShot=1 ReloadTimeFromEmpty=5.0 ReloadTimeFromPartial=5.0 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=0.0 DelayBeforeShot=0.0 ProjectileGraphic=Ball VisualLifetime=10.0 BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=true ADSZoomDelay=0.1 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.0 RecoilNegatable=false DecalType=0 DecalSize=0.1 DelayAfterShooting=0.0 BeamTracksCrosshair=true AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=10.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=100 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=70.0 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Healing Baller WeaponAnimation=Primary UseIncReload=false IncReloadStartupTime=0.0 IncReloadLoopTime=0.0 IncReloadAmmoPerLoop=1 IncReloadEndTime=0.0 IncReloadCancelWithShoot=true WeaponSkin=Default ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000 SpreadDecayDelay=0.0 ReloadBeforeRecovery=true 3rdPersonWeaponModel=Pistol 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=None ParticleBodyImpact=Beam ParticleProjectileTrail=None ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=0.5 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=0.0 RecoilAutoReset=true TimeToRecoilPeak=0.1 TimeToRecoilReset=0.1 AAMode=0 AAPreferClosestPlayer=true AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=Rocket Launcher Type=Projectile ShotsPerClick=1 DamagePerShot=1.0 KnockbackFactor=30.0 TimeBetweenShots=2.7 Pierces=false Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=800.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=1100.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=100.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=0.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=25.0 DelayBeforeShot=0.0 ProjectileGraphic=Rocket VisualLifetime=0.1 BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.1 CanAimDownSight=false ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=30.0 RecoilNegatable=false DecalType=0 DecalSize=20.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=1111.0 FlatKnockbackVertical=777.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=true AimPunchAmount=25.0 AimPunchResetTime=0.05 AimPunchCooldown=0.1 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=1 CancelReloadOnKill=false FlatKnockbackHorizontalMin=1111.0 FlatKnockbackVerticalMin=777.0 ADSScope=No Scope ADSFOVOverride=72.099998 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Rocket Launcher WeaponAnimation=Secondary 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=Minigun 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=Rocket ParticleBodyImpact=None ParticleProjectileTrail=Rocket ParticleHitscanTrace=Tracer ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.8 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=1.5 Explosive=true Radius=300.0 DamageAtCenter=1.0 DamageAtEdge=1.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=true DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=true SpreadSSA=1.0,1.0,-1.0,0.0 SpreadSCA=1.0,1.0,-1.0,0.0 SpreadMSA=1.0,1.0,-1.0,0.0 SpreadMCA=1.0,1.0,-1.0,0.0 SpreadSSH=0.0,0.1,-1.0,0.0 SpreadSCH=1.0,1.0,-1.0,0.0 SpreadMSH=1.0,1.0,-1.0,0.0 SpreadMCH=1.0,1.0,-1.0,0.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.35 AAMode=2 AAPreferClosestPlayer=false AAAlpha=0.5 AAMaxSpeed=0.5 AADeadZone=0.0 AAFOV=180.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=true TriggerBotDelay=0.001 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=BB 2 Type=Projectile ShotsPerClick=1 DamagePerShot=1.0 KnockbackFactor=30.0 TimeBetweenShots=1.3 Pierces=true Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=500.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=760.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=10.0 MaxHitscanRange=100000.0 GravityScale=0.03 HeadshotCapable=false HeadshotMultiplier=10.0 MagazineMax=0 AmmoPerShot=0 ReloadTimeFromEmpty=0.8 ReloadTimeFromPartial=0.8 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=50.0 DelayBeforeShot=0.0 ProjectileGraphic=Arrow VisualLifetime=0.3 BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=true ADSZoomDelay=0.1 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=30.0 RecoilNegatable=false DecalType=0 DecalSize=0.1 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=1111.0 FlatKnockbackVertical=1111.0 HitscanRadius=30.0 HitscanVisualRadius=7.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=25.0 AimPunchResetTime=0.05 AimPunchCooldown=0.1 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=5.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=1111.0 FlatKnockbackVerticalMin=1111.0 ADSScope=No Scope ADSFOVOverride=70.0 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Stud Gun 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=Minigun 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=None ParticleBodyImpact=None ParticleProjectileTrail=Circles ParticleHitscanTrace=Bullet ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=5.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=3.0 MinRecoilUp=1.0 MinRecoilHoriz=0.5 MaxRecoilHoriz=1.0 FirstShotRecoilMult=1.0 RecoilAutoReset=true TimeToRecoilPeak=0.03 TimeToRecoilReset=0.55 AAMode=0 AAPreferClosestPlayer=true AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=BB 3 Type=Projectile ShotsPerClick=1 DamagePerShot=1.0 KnockbackFactor=30.0 TimeBetweenShots=2.0 Pierces=true Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=500.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=700.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=10.0 MaxHitscanRange=100000.0 GravityScale=0.02 HeadshotCapable=false HeadshotMultiplier=10.0 MagazineMax=3 AmmoPerShot=1 ReloadTimeFromEmpty=2.0 ReloadTimeFromPartial=2.0 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=50.0 DelayBeforeShot=0.0 ProjectileGraphic=Shuriken VisualLifetime=0.3 BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=1.0 ProjectileEnemyHitRadius=0.75 CanAimDownSight=true ADSZoomDelay=0.1 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=30.0 RecoilNegatable=false DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=1111.0 FlatKnockbackVertical=1111.0 HitscanRadius=30.0 HitscanVisualRadius=7.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=25.0 AimPunchResetTime=0.05 AimPunchCooldown=0.1 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=5.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=1111.0 FlatKnockbackVerticalMin=1111.0 ADSScope=No Scope ADSFOVOverride=70.0 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Stud Gun 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=Minigun 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=None ParticleBodyImpact=None ParticleProjectileTrail=Spike B ParticleHitscanTrace=Bullet ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=0.9 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=3.0 MinRecoilUp=1.0 MinRecoilHoriz=0.5 MaxRecoilHoriz=1.0 FirstShotRecoilMult=1.0 RecoilAutoReset=true TimeToRecoilPeak=0.03 TimeToRecoilReset=0.55 AAMode=0 AAPreferClosestPlayer=true AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=BB 4 Type=Projectile ShotsPerClick=1 DamagePerShot=1.0 KnockbackFactor=30.0 TimeBetweenShots=2.0 Pierces=true Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=800.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=500.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=10.0 MaxHitscanRange=100000.0 GravityScale=0.2 HeadshotCapable=false HeadshotMultiplier=10.0 MagazineMax=5 AmmoPerShot=1 ReloadTimeFromEmpty=5.0 ReloadTimeFromPartial=5.0 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=50.0 DelayBeforeShot=0.0 ProjectileGraphic=Ball VisualLifetime=0.3 BounceOffWorld=false BounceFactor=1.5 BounceCount=2 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=0.7 CanAimDownSight=true ADSZoomDelay=0.1 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=30.0 RecoilNegatable=false DecalType=0 DecalSize=0.1 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=1111.0 FlatKnockbackVertical=777.0 HitscanRadius=30.0 HitscanVisualRadius=7.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=false AimPunchAmount=25.0 AimPunchResetTime=0.05 AimPunchCooldown=0.1 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=5.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=1111.0 FlatKnockbackVerticalMin=777.0 ADSScope=No Scope ADSFOVOverride=70.0 ADSFOVScale=Clamped Horizontal ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 WeaponModel=Stud Gun 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=Minigun 3rdPersonWeaponSkin=Default ParticleMuzzleFlash=None ParticleWallImpact=None ParticleBodyImpact=None ParticleProjectileTrail=Stud Gun ParticleHitscanTrace=Bullet ParticleMuzzleFlashScale=1.0 ParticleWallImpactScale=1.0 ParticleBodyImpactScale=1.0 ParticleProjectileTrailScale=2.6 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.0 MaxRecoilUp=3.0 MinRecoilUp=1.0 MinRecoilHoriz=0.5 MaxRecoilHoriz=1.0 FirstShotRecoilMult=1.0 RecoilAutoReset=true TimeToRecoilPeak=0.03 TimeToRecoilReset=0.55 AAMode=0 AAPreferClosestPlayer=true AAAlpha=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Map Data] reflex map version 8 global entity type WorldSpawn String32 targetGameOverCamera end Float sky.timeOfDay 13.000000 ColourXRGB32 sky.sunColor ffffde8c Float sky.sunIntensitySize 64.000000 Float sky.sunSharpness 128.000000 Bool8 sky.sunEnabled 0 ColourXRGB32 sky.horizonColor fffff4b5 Float sky.horizonIntensity 0.250000 Float sky.horizonHaloExponentSunIntensity 0.300000 ColourXRGB32 sky.cloudsColor ffffffff Float sky.cloudsCoverage 0.500000 Float sky.cloudsCoverageMultiplier 24.000000 Float sky.cloudsRoughness 0.400000 UInt8 playersMin 1 UInt8 playersMax 16 Bool8 modeFFA 0 brush vertices 1360.000000 1184.000000 1280.000000 1760.000000 1184.000000 1280.000000 1760.000000 1184.000000 976.000000 1360.000000 1184.000000 976.000000 1360.000000 1168.000000 1280.000000 1760.000000 1168.000000 1280.000000 1760.000000 1168.000000 976.000000 1360.000000 1168.000000 976.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 1344.000000 2096.000000 992.000000 1744.000000 2096.000000 992.000000 1744.000000 2096.000000 976.000000 1344.000000 2096.000000 976.000000 1344.000000 1184.000000 992.000000 1744.000000 1184.000000 992.000000 1744.000000 1184.000000 976.000000 1344.000000 1184.000000 976.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 1760.000000 2096.000000 1280.000000 1759.999878 2096.000000 976.000000 1743.999878 2096.000000 976.000000 1743.999878 2096.000000 1280.000000 1760.000000 1184.000000 1280.000000 1759.999878 1184.000000 976.000000 1743.999878 1184.000000 976.000000 1743.999878 1184.000000 1280.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 592.000000 1680.000000 432.000000 608.000000 1680.000000 432.000000 608.000000 1680.000000 144.000000 592.000000 1680.000000 144.000000 592.000000 1520.000000 432.000000 608.000000 1520.000000 432.000000 608.000000 1520.000000 144.000000 592.000000 1520.000000 144.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 -32.000000 1408.000000 976.000000 -32.000000 1408.000000 688.000000 240.000000 1184.000000 688.000000 -32.000000 1184.000000 976.000000 -32.000000 1184.000000 688.000000 240.000000 1184.000000 976.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 5 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000 brush vertices 0.000000 1552.000000 688.000000 112.000000 1472.000000 976.000000 112.000000 1472.000000 688.000000 112.000000 1456.000000 976.000000 112.000000 1456.000000 688.000000 0.000000 1552.000000 976.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 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 1 2 0 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 0 4 3 0x00000000 brush vertices 112.000000 1760.000000 976.000000 128.000000 1760.000000 976.000000 128.000000 1760.000000 688.000000 112.000000 1760.000000 688.000000 112.000000 1472.000000 976.000000 128.000000 1472.000000 976.000000 128.000000 1472.000000 688.000000 112.000000 1472.000000 688.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 -16.000000 1760.000000 976.000000 0.000000 1760.000000 976.000000 0.000000 1760.000000 688.000000 -16.000000 1760.000000 688.000000 -16.000000 1536.000000 976.000000 0.000000 1536.000000 976.000000 0.000000 1536.000000 688.000000 -16.000000 1536.000000 688.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 1056.000000 2096.000000 1280.000000 1744.000000 2096.000000 1280.000000 1744.000000 2096.000000 1264.000000 1056.000000 2096.000000 1264.000000 1056.000000 1184.000000 1280.000000 1744.000000 1184.000000 1280.000000 1744.000000 1184.000000 1264.000000 1056.000000 1184.000000 1264.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 1408.000000 688.000000 -240.000000 1408.000000 976.000000 -32.000114 1408.000000 976.000122 -32.000244 1408.000000 688.000122 -240.000000 1392.000000 688.000000 -240.000000 1392.000000 976.000000 -32.000114 1392.000000 976.000122 -32.000244 1392.000000 688.000122 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 1408.000000 688.000000 -256.000000 1408.000000 976.000000 -240.000122 1408.000000 976.000122 -240.000244 1408.000000 688.000122 -256.000000 992.000000 688.000000 -256.000000 992.000000 976.000000 -240.000122 992.000000 976.000122 -240.000244 992.000000 688.000122 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 224.000000 2080.000000 672.000000 -256.000000 2080.000000 671.999939 -256.000000 2080.000000 688.000000 224.000000 2080.000000 688.000000 224.000000 992.000000 672.000000 -256.000000 992.000000 671.999939 -256.000000 992.000000 688.000000 224.000000 992.000000 688.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 -1104.000000 2080.000000 -624.000000 -256.000000 2080.000000 -624.000000 -256.000000 2080.000000 -640.000000 -1104.000000 2080.000000 -640.000000 -1104.000000 1008.000000 -624.000000 -256.000000 1008.000000 -624.000000 -256.000000 1008.000000 -640.000000 -1104.000000 1008.000000 -640.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 -1104.000000 2080.000000 -272.000000 -816.000000 2080.000000 -272.000000 -816.000000 2080.000000 -288.000000 -1104.000000 2080.000000 -288.000000 -1104.000000 992.000000 -272.000000 -816.000000 992.000000 -272.000000 -816.000000 992.000000 -288.000000 -1104.000000 992.000000 -288.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 -1360.000000 1360.000000 -80.000000 -1344.000000 1360.000000 -80.000000 -1344.000000 1360.000000 -864.000000 -1360.000000 1360.000000 -864.000000 -1360.000000 1184.000000 -80.000000 -1344.000000 1184.000000 -80.000000 -1344.000000 1184.000000 -864.000000 -1360.000000 1184.000000 -864.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 -1440.000000 1360.000000 -80.000000 -1424.000000 1360.000000 -80.000000 -1424.000000 1360.000000 -864.000000 -1440.000000 1360.000000 -864.000000 -1440.000000 1184.000000 -80.000000 -1424.000000 1184.000000 -80.000000 -1424.000000 1184.000000 -864.000000 -1440.000000 1184.000000 -864.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 -1424.000000 1360.000000 -80.000000 -1360.000000 1360.000000 -80.000000 -1360.000000 1360.000000 -96.000000 -1424.000000 1360.000000 -96.000000 -1424.000000 1184.000000 -80.000000 -1360.000000 1184.000000 -80.000000 -1360.000000 1184.000000 -96.000000 -1424.000000 1184.000000 -96.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 -1424.000000 1360.000000 -848.000000 -1360.000000 1360.000000 -848.000000 -1360.000000 1360.000000 -864.000000 -1424.000000 1360.000000 -864.000000 -1424.000000 1184.000000 -848.000000 -1360.000000 1184.000000 -848.000000 -1360.000000 1184.000000 -864.000000 -1424.000000 1184.000000 -864.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 -1728.000000 1440.000000 -512.000000 -1712.000000 1440.000000 -512.000000 -1712.000000 1440.000000 -688.000000 -1728.000000 1440.000000 -688.000000 -1728.000000 1424.000000 -512.000000 -1712.000000 1424.000000 -512.000000 -1712.000000 1424.000000 -688.000000 -1728.000000 1424.000000 -688.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 -1728.000000 1424.000000 -592.000000 -1712.000000 1424.000000 -592.000000 -1712.000000 1424.000000 -608.000000 -1728.000000 1424.000000 -608.000000 -1728.000000 1232.000000 -592.000000 -1712.000000 1232.000000 -592.000000 -1712.000000 1232.000000 -608.000000 -1728.000000 1232.000000 -608.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 -1728.000000 1440.000000 -480.000000 -1712.000000 1440.000000 -480.000000 -1712.000000 1440.000000 -496.000000 -1728.000000 1440.000000 -496.000000 -1728.000000 1232.000000 -480.000000 -1712.000000 1232.000000 -480.000000 -1712.000000 1232.000000 -496.000000 -1728.000000 1232.000000 -496.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -1728.000000 1376.000000 -416.000000 -1712.000000 1376.000000 -416.000000 -1712.000000 1376.000000 -432.000000 -1728.000000 1376.000000 -432.000000 -1728.000000 1232.000000 -416.000000 -1712.000000 1232.000000 -416.000000 -1712.000000 1232.000000 -432.000000 -1728.000000 1232.000000 -432.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 -1728.000000 1376.000000 -432.000000 -1712.000000 1376.000000 -432.000000 -1712.000000 1376.000000 -480.000000 -1728.000000 1376.000000 -480.000000 -1728.000000 1360.000000 -432.000000 -1712.000000 1360.000000 -432.000000 -1712.000000 1360.000000 -480.000000 -1728.000000 1360.000000 -480.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 -1728.000000 1376.000000 -256.000000 -1712.000000 1376.000000 -256.000000 -1712.000000 1248.000000 -368.000000 -1728.000000 1232.000000 -368.000000 -1728.000000 1248.000000 -368.000000 -1712.000000 1360.000000 -256.000000 -1712.000000 1232.000000 -368.000000 -1728.000000 1360.000000 -256.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 -1712.000000 1376.000000 -368.000000 -1728.000000 1376.000000 -368.000000 -1728.000000 1248.000000 -256.000000 -1712.000000 1232.000000 -256.000000 -1712.000000 1248.000000 -256.000000 -1728.000000 1360.000000 -368.000000 -1728.000000 1232.000000 -256.000000 -1712.000000 1360.000000 -368.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 -1728.000000 1248.000000 -176.000000 -1712.000000 1248.000000 -176.000000 -1712.000000 1248.000000 -192.000000 -1728.000000 1248.000000 -192.000000 -1728.000000 1232.000000 -176.000000 -1712.000000 1232.000000 -176.000000 -1712.000000 1232.000000 -192.000000 -1728.000000 1232.000000 -192.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 -1728.000000 1248.000000 -208.000000 -1712.000000 1248.000000 -208.000000 -1712.000000 1248.000000 -224.000000 -1728.000000 1248.000000 -224.000000 -1728.000000 1232.000000 -208.000000 -1712.000000 1232.000000 -208.000000 -1712.000000 1232.000000 -224.000000 -1728.000000 1232.000000 -224.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 -1728.000000 1440.000000 -208.000000 -1712.000000 1440.000000 -208.000000 -1712.000000 1440.000000 -224.000000 -1728.000000 1440.000000 -224.000000 -1728.000000 1264.000000 -208.000000 -1712.000000 1264.000000 -208.000000 -1712.000000 1264.000000 -224.000000 -1728.000000 1264.000000 -224.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 -1728.000000 1440.000000 -176.000000 -1712.000000 1440.000000 -176.000000 -1712.000000 1440.000000 -192.000000 -1728.000000 1440.000000 -192.000000 -1728.000000 1264.000000 -176.000000 -1712.000000 1264.000000 -176.000000 -1712.000000 1264.000000 -192.000000 -1728.000000 1264.000000 -192.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 -1920.000000 1824.000000 -416.000000 -1904.000000 1824.000000 -416.000000 -1904.000000 1824.000000 -432.000000 -1920.000000 1824.000000 -432.000000 -1920.000000 1696.000000 -416.000000 -1904.000000 1696.000000 -416.000000 -1904.000000 1696.000000 -432.000000 -1920.000000 1696.000000 -432.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 -1904.000000 1680.000000 -416.000000 -1904.000122 1680.000000 -432.000122 -1920.000122 1680.000000 -432.000122 -1920.000122 1680.000000 -416.000122 -1904.000000 1664.000000 -416.000000 -1904.000122 1664.000000 -432.000122 -1920.000122 1664.000000 -432.000122 -1920.000122 1664.000000 -416.000122 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 -1904.000854 1680.000000 -272.000000 -1904.000122 1680.000000 -400.000122 -1920.000122 1680.000000 -400.000122 -1920.000977 1680.000000 -272.000122 -1904.000854 1664.000000 -272.000000 -1904.000122 1664.000000 -400.000122 -1920.000122 1664.000000 -400.000122 -1920.000977 1664.000000 -272.000122 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 -1904.000854 1680.000000 -448.000000 -1904.000122 1680.000000 -576.000122 -1920.000122 1680.000000 -576.000122 -1920.000977 1680.000000 -448.000122 -1904.000854 1664.000000 -448.000000 -1904.000122 1664.000000 -576.000122 -1920.000122 1664.000000 -576.000122 -1920.000977 1664.000000 -448.000122 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 -1920.000000 1648.000000 -416.000000 -1904.000000 1648.000000 -416.000000 -1904.000000 1648.000000 -432.000000 -1920.000000 1648.000000 -432.000000 -1920.000000 1520.000000 -416.000000 -1904.000000 1520.000000 -416.000000 -1904.000000 1520.000000 -432.000000 -1920.000000 1520.000000 -432.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 -800.000000 2080.000000 688.000000 -256.000000 2080.000000 688.000000 -256.000000 2080.000000 672.000000 -800.000000 2080.000000 672.000000 -800.000000 1408.000000 688.000000 -256.000000 1408.000000 688.000000 -256.000000 1408.000000 672.000000 -800.000000 1408.000000 672.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 1424.000000 576.000000 -256.000000 1424.000000 576.000000 -256.000000 1424.000000 544.000000 -448.000000 1424.000000 544.000000 -448.000000 1008.000000 576.000000 -256.000000 1008.000000 576.000000 -256.000000 1008.000000 544.000000 -448.000000 1008.000000 544.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 -1440.000000 1184.000000 -80.000000 -1184.000000 1184.000000 -80.000000 -1184.000000 1184.000000 -864.000000 -1440.000000 1184.000000 -864.000000 -1440.000000 1168.000000 -80.000000 -1184.000000 1168.000000 -80.000000 -1184.000000 1168.000000 -864.000000 -1440.000000 1168.000000 -864.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 -1136.000000 1184.000000 -80.000000 -1104.000000 1184.000000 -80.000000 -1104.000000 1184.000000 -864.000000 -1136.000000 1184.000000 -864.000000 -1136.000000 1168.000000 -80.000000 -1104.000000 1168.000000 -80.000000 -1104.000000 1168.000000 -864.000000 -1136.000000 1168.000000 -864.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 1184.000000 -800.000000 -1136.000000 1184.000000 -800.000000 -1136.000000 1184.000000 -864.000000 -1184.000000 1184.000000 -864.000000 -1184.000000 1168.000000 -800.000000 -1136.000000 1168.000000 -800.000000 -1136.000000 1168.000000 -864.000000 -1184.000000 1168.000000 -864.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 1184.000000 -688.000000 -1136.000000 1184.000000 -688.000000 -1136.000000 1184.000000 -752.000000 -1184.000000 1184.000000 -752.000000 -1184.000000 1168.000000 -688.000000 -1136.000000 1168.000000 -688.000000 -1136.000000 1168.000000 -752.000000 -1184.000000 1168.000000 -752.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 1184.000000 -576.000000 -1136.000000 1184.000000 -576.000000 -1136.000000 1184.000000 -640.000000 -1184.000000 1184.000000 -640.000000 -1184.000000 1168.000000 -576.000000 -1136.000000 1168.000000 -576.000000 -1136.000000 1168.000000 -640.000000 -1184.000000 1168.000000 -640.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 1184.000000 -80.000000 -1136.000000 1184.000000 -80.000000 -1136.000000 1184.000000 -128.000000 -1184.000000 1184.000000 -128.000000 -1184.000000 1168.000000 -80.000000 -1136.000000 1168.000000 -80.000000 -1136.000000 1168.000000 -128.000000 -1184.000000 1168.000000 -128.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 1184.000000 -480.000000 -1136.000000 1184.000000 -480.000000 -1136.000000 1184.000000 -528.000000 -1184.000000 1184.000000 -528.000000 -1184.000000 1168.000000 -480.000000 -1136.000000 1168.000000 -480.000000 -1136.000000 1168.000000 -528.000000 -1184.000000 1168.000000 -528.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 1184.000000 -384.000000 -1136.000000 1184.000000 -384.000000 -1136.000000 1184.000000 -432.000000 -1184.000000 1184.000000 -432.000000 -1184.000000 1168.000000 -384.000000 -1136.000000 1168.000000 -384.000000 -1136.000000 1168.000000 -432.000000 -1184.000000 1168.000000 -432.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 1184.000000 -288.000000 -1136.000000 1184.000000 -288.000000 -1136.000000 1184.000000 -336.000000 -1184.000000 1184.000000 -336.000000 -1184.000000 1168.000000 -288.000000 -1136.000000 1168.000000 -288.000000 -1136.000000 1168.000000 -336.000000 -1184.000000 1168.000000 -336.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 1184.000000 -192.000000 -1136.000000 1184.000000 -192.000000 -1136.000000 1184.000000 -240.000000 -1184.000000 1184.000000 -240.000000 -1184.000000 1168.000000 -192.000000 -1136.000000 1168.000000 -192.000000 -1136.000000 1168.000000 -240.000000 -1184.000000 1168.000000 -240.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 1408.000000 304.000000 -543.999939 1408.000000 288.000061 -799.999939 1408.000000 288.000061 -799.999939 1408.000000 304.000061 -544.000000 1248.000000 304.000000 -543.999939 1248.000000 288.000061 -799.999939 1248.000000 288.000061 -799.999939 1248.000000 304.000061 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 -544.000000 1408.000000 304.000000 -528.000000 1408.000000 304.000000 -528.000000 1408.000000 144.000000 -544.000000 1408.000000 144.000000 -544.000000 1248.000000 304.000000 -528.000000 1248.000000 304.000000 -528.000000 1248.000000 144.000000 -544.000000 1248.000000 144.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 -544.000000 1408.000000 160.000000 -543.999939 1408.000000 144.000061 -799.999939 1408.000000 144.000061 -799.999939 1408.000000 160.000061 -544.000000 1248.000000 160.000000 -543.999939 1248.000000 144.000061 -799.999939 1248.000000 144.000061 -799.999939 1248.000000 160.000061 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 -800.000000 1248.000000 304.000000 -528.000000 1248.000000 304.000000 -528.000000 1248.000000 160.000000 -800.000000 1248.000000 160.000000 -800.000000 1232.000000 304.000000 -528.000000 1232.000000 304.000000 -528.000000 1232.000000 160.000000 -800.000000 1232.000000 160.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 1232.000000 272.000000 -528.000000 1232.000000 272.000000 -528.000000 1232.000000 176.000000 -544.000000 1232.000000 176.000000 -544.000000 1008.000000 272.000000 -528.000000 1008.000000 272.000000 -528.000000 1008.000000 176.000000 -544.000000 1008.000000 176.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 -800.000000 1232.000000 160.000000 -800.000000 1232.000000 176.000061 -528.000000 1232.000000 176.000061 -528.000000 1232.000000 160.000031 -800.000000 1008.000000 160.000000 -800.000000 1008.000000 176.000061 -528.000000 1008.000000 176.000061 -528.000000 1008.000000 160.000031 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 -816.000000 1216.000000 -448.000000 -800.000000 1216.000000 -448.000000 -800.000000 1216.000000 -624.000000 -816.000000 1216.000000 -624.000000 -816.000000 1008.000000 -448.000000 -800.000000 1008.000000 -448.000000 -800.000000 1008.000000 -624.000000 -816.000000 1008.000000 -624.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 -528.000000 1072.000000 -16.000000 -256.000000 1072.000000 -16.000000 -256.000000 1072.000000 -48.000000 -528.000000 1072.000000 -48.000000 -528.000000 1008.000000 -16.000000 -256.000000 1008.000000 -16.000000 -256.000000 1008.000000 -48.000000 -528.000000 1008.000000 -48.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 -800.000000 1232.000000 304.000000 -528.000000 1232.000000 304.000000 -528.000000 1232.000000 272.000000 -800.000000 1232.000000 272.000000 -800.000000 1008.000000 304.000000 -528.000000 1008.000000 304.000000 -528.000000 1008.000000 272.000000 -800.000000 1008.000000 272.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 1184.000000 1280.000000 1360.000000 1184.000000 1280.000000 1360.000000 1184.000000 448.000000 1056.000000 1184.000000 448.000000 1056.000000 1168.000000 1280.000000 1360.000000 1168.000000 1280.000000 1360.000000 1168.000000 448.000000 1056.000000 1168.000000 448.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 1072.000000 2080.000000 992.000000 1071.999878 2080.000000 448.000000 1055.999878 2080.000000 448.000000 1055.999878 2080.000000 992.000000 1072.000000 1184.000000 992.000000 1071.999878 1184.000000 448.000000 1055.999878 1184.000000 448.000000 1055.999878 1184.000000 992.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 1360.000000 2096.000000 976.000000 1359.999878 2096.000000 144.000000 1343.999878 2096.000000 144.000000 1343.999878 2096.000000 976.000000 1360.000000 1184.000000 976.000000 1359.999878 1184.000000 144.000000 1343.999878 1184.000000 144.000000 1343.999878 1184.000000 976.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 1360.000000 1184.000000 448.000000 1360.000000 1184.000000 144.000000 528.000000 1184.000000 144.000000 528.000061 1184.000000 448.000000 1360.000000 1168.000000 448.000000 1360.000000 1168.000000 144.000000 528.000000 1168.000000 144.000000 528.000061 1168.000000 448.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 2080.000000 448.000000 1072.000000 2080.000000 448.000000 1072.000000 2080.000000 432.000000 528.000000 2080.000000 432.000000 528.000000 1184.000000 448.000000 1072.000000 1184.000000 448.000000 1072.000000 1184.000000 432.000000 528.000000 1184.000000 432.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 224.000000 2096.000000 144.000000 1360.000000 2096.000000 144.000000 1360.000000 2096.000000 128.000000 224.000000 2096.000000 128.000000 224.000000 1184.000000 144.000000 1360.000000 1184.000000 144.000000 1360.000000 1184.000000 128.000000 224.000000 1184.000000 128.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 1072.000000 1296.000000 432.000000 1072.000000 1184.000000 432.000000 1344.000000 1184.000000 432.000000 1072.000000 1296.000000 144.000000 1344.000000 1184.000000 144.000000 1072.000000 1184.000000 144.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0x00000000 brush vertices 528.000000 1184.000000 144.000000 224.000000 1184.000000 144.000000 223.999939 1184.000000 976.000000 527.999878 1184.000000 975.999878 528.000000 1168.000000 144.000000 224.000000 1168.000000 144.000000 223.999939 1168.000000 976.000000 527.999878 1168.000000 975.999878 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 800.000000 1184.000000 288.000000 720.000000 1184.000000 288.000000 800.000000 1296.000000 144.000000 1072.000000 1184.000000 144.000000 528.000000 1184.000000 144.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 4 0x00000000 brush vertices 720.000000 1184.000000 288.000000 800.000000 1184.000000 288.000000 720.000000 1296.000000 432.000000 1008.000000 1184.000000 431.999939 528.000000 1184.000000 432.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 1 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 4 0x00000000 brush vertices 608.000000 1520.000000 144.000000 720.000000 1440.000000 432.000000 720.000000 1440.000000 144.000000 720.000000 1424.000000 432.000000 720.000000 1424.000000 144.000000 608.000000 1520.000000 432.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 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 1 2 0 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 0 4 3 0x00000000 brush vertices 720.000000 1680.000000 432.000000 736.000000 1680.000000 432.000000 736.000000 1680.000000 144.000000 720.000000 1680.000000 144.000000 720.000000 1424.000000 432.000000 736.000000 1424.000000 432.000000 736.000000 1424.000000 144.000000 720.000000 1424.000000 144.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 240.000000 2080.000000 688.000000 240.000000 2080.000000 143.999939 224.000000 2080.000000 143.999939 224.000000 2080.000000 688.000000 240.000000 1184.000000 688.000000 240.000000 1184.000000 143.999939 224.000000 1184.000000 143.999939 224.000000 1184.000000 688.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 496.000000 1296.000000 288.000000 720.000000 1184.000000 288.000000 512.000000 1184.000000 128.000000 512.000000 1184.000000 448.000000 224.000000 1184.000000 304.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000 brush vertices 1200.000000 1280.000000 672.000000 1200.000000 1184.000000 432.000000 1056.000000 1184.000000 656.000000 1216.000000 1184.000000 976.000000 1344.000000 1184.000000 656.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 1 4 0x00000000 brush vertices -256.000000 2080.000000 672.000000 -240.000000 2080.000000 672.000000 -240.000000 2080.000000 -640.000000 -256.000000 2080.000000 -640.000000 -256.000000 992.000000 672.000000 -240.000000 992.000000 672.000000 -240.000000 992.000000 -640.000000 -256.000000 992.000000 -640.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 1280.000000 -16.000000 -256.000000 1280.000000 -16.000000 -256.000000 1280.000000 -208.000000 -528.000000 1280.000000 -208.000000 -528.000000 1264.000000 -16.000000 -256.000000 1264.000000 -16.000000 -256.000000 1264.000000 -208.000000 -528.000000 1264.000000 -208.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 1264.000000 -48.000000 -512.000000 1264.000000 -208.000000 -528.000000 1264.000000 -208.000000 -528.000000 1264.000000 -47.999969 -512.000000 1008.000000 -48.000000 -512.000000 1008.000000 -208.000000 -528.000000 1008.000000 -208.000000 -528.000000 1008.000000 -47.999969 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 -256.000000 1264.000000 -208.000000 -512.000000 1264.000000 -208.000031 -512.000000 1264.000000 -192.000031 -256.000000 1264.000000 -192.000000 -256.000000 1008.000000 -208.000000 -512.000000 1008.000000 -208.000031 -512.000000 1008.000000 -192.000031 -256.000000 1008.000000 -192.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 -528.000000 1264.000000 -16.000000 -256.000000 1264.000000 -16.000000 -256.000000 1264.000000 -48.000000 -528.000000 1264.000000 -48.000000 -528.000000 1136.000000 -16.000000 -256.000000 1136.000000 -16.000000 -256.000000 1136.000000 -48.000000 -528.000000 1136.000000 -48.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 1472.000000 -16.000000 -256.000000 1472.000000 -16.000000 -256.000000 1472.000000 -32.000000 -528.000000 1472.000000 -32.000000 -528.000000 1280.000000 -16.000000 -256.000000 1280.000000 -16.000000 -256.000000 1280.000000 -32.000000 -528.000000 1280.000000 -32.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 -528.000000 1472.000000 -192.000000 -256.000000 1472.000000 -192.000000 -256.000000 1472.000000 -208.000000 -528.000000 1472.000000 -208.000000 -528.000000 1280.000000 -192.000000 -256.000000 1280.000000 -192.000000 -256.000000 1280.000000 -208.000000 -528.000000 1280.000000 -208.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 -512.000000 1472.000000 -32.000000 -512.000061 1472.000000 -191.999969 -528.000000 1472.000000 -191.999939 -528.000000 1472.000000 -32.000000 -512.000000 1280.000000 -32.000000 -512.000061 1280.000000 -191.999969 -528.000000 1280.000000 -191.999939 -528.000000 1280.000000 -32.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 1008.000000 1264.000000 1248.000000 1024.000000 1264.000000 1248.000000 1024.000000 1264.000000 1152.000000 1008.000000 1264.000000 1152.000000 1008.000000 1248.000000 1248.000000 1024.000000 1248.000000 1248.000000 1024.000000 1248.000000 1152.000000 1008.000000 1248.000000 1152.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 1296.000000 1152.000000 1024.000000 1296.000000 1152.000000 1024.000000 1264.000000 1104.000000 1024.000000 1216.000000 1152.000000 1008.000000 1216.000000 1152.000000 1008.000000 1264.000000 1104.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 0 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 3 4 5 0x00000000 brush vertices 1008.000000 1376.000000 1248.000000 1024.000000 1376.000000 1248.000000 1024.000000 1376.000000 1152.000000 1008.000000 1376.000000 1152.000000 1008.000000 1360.000000 1248.000000 1024.000000 1360.000000 1248.000000 1024.000000 1360.000000 1152.000000 1008.000000 1360.000000 1152.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 1408.000000 1152.000000 1024.000000 1408.000000 1152.000000 1024.000000 1376.000000 1104.000000 1024.000000 1328.000000 1152.000000 1008.000000 1328.000000 1152.000000 1008.000000 1376.000000 1104.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 0 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 3 4 5 0x00000000 brush vertices 1056.000000 2080.000000 1264.000000 1072.000000 2080.000000 1264.000000 1072.000000 2080.000000 992.000000 1056.000000 2080.000000 992.000000 1056.000000 1184.000000 1264.000000 1072.000000 1184.000000 1264.000000 1072.000000 1184.000000 992.000000 1056.000000 1184.000000 992.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 1072.000000 1488.000000 224.000000 1344.000000 1392.000000 224.000000 1344.000000 1392.000000 144.000000 1072.000000 1472.000000 144.000000 1072.000000 1488.000000 144.000000 1344.000000 1376.000000 224.000000 1344.000000 1376.000000 144.000000 1072.000000 1472.000000 224.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 1088.625122 1599.123657 224.000000 1360.625122 1503.123657 224.000000 1360.625122 1503.123657 208.000000 1056.674438 1492.596558 208.000000 1088.625122 1599.123657 208.000000 1328.674438 1396.596558 224.000000 1328.674438 1396.596558 208.000000 1056.674438 1492.596558 224.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 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 4 3 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 internal/editor/textures/editor_clip 0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 internal/editor/textures/editor_clip brush vertices 1072.000000 1600.000000 208.000000 1088.000000 1600.000000 208.000000 1088.000000 1600.000000 144.000000 1072.000000 1600.000000 144.000000 1072.000000 1488.000000 208.000000 1088.000000 1488.000000 208.000000 1088.000000 1488.000000 144.000000 1072.000000 1488.000000 144.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 544.000000 2080.000000 832.000000 544.000000 2080.000000 447.999939 528.000000 2080.000000 447.999939 528.000000 2080.000000 832.000000 544.000000 1184.000000 832.000000 544.000000 1184.000000 447.999939 528.000000 1184.000000 447.999939 528.000000 1184.000000 832.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 2080.000000 816.000000 544.000000 2080.000000 815.999939 544.000000 2080.000000 832.000000 1056.000000 2080.000000 832.000000 1056.000000 1184.000000 816.000000 544.000000 1184.000000 815.999939 544.000000 1184.000000 832.000000 1056.000000 1184.000000 832.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 800.000000 2080.000000 976.000000 816.000000 2080.000000 976.000000 816.000000 2080.000000 832.000000 800.000000 2080.000000 832.000000 800.000000 1184.000000 976.000000 816.000000 1184.000000 976.000000 816.000000 1184.000000 832.000000 800.000000 1184.000000 832.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 384.000000 1312.000000 688.000000 384.000000 1184.000000 400.000000 224.000092 1200.000000 672.000061 544.000000 1200.000000 672.000000 400.000000 1200.000000 960.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000 brush vertices 1056.000000 2080.000000 976.000000 -816.000000 2080.000000 975.999939 -816.000000 2080.000000 992.000000 1056.000000 2080.000000 992.000000 1056.000000 1008.000000 976.000000 -816.000000 1008.000000 975.999939 -816.000000 1008.000000 992.000000 1056.000000 1008.000000 992.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 1008.000000 992.000000 -256.000000 1008.000000 992.000000 -256.000000 1008.000000 576.000000 -528.000000 1008.000000 576.000000 -528.000000 992.000000 992.000000 -256.000000 992.000000 992.000000 -256.000000 992.000000 576.000000 -528.000000 992.000000 576.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 -816.000000 2080.000000 976.000000 -800.000000 2080.000000 976.000000 -800.000000 2080.000000 -288.000000 -816.000000 2080.000000 -288.000000 -816.000000 752.000000 976.000000 -800.000000 752.000000 976.000000 -800.000000 752.000000 -288.000000 -816.000000 752.000000 -288.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 1008.000000 976.000000 -816.000000 1008.000000 975.999878 -816.000000 1008.000000 991.999878 -528.000122 1008.000000 991.999878 -528.000000 752.000000 976.000000 -816.000000 752.000000 975.999878 -816.000000 752.000000 991.999878 -528.000122 752.000000 991.999878 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 -800.000000 992.000000 656.000000 -528.000000 992.000000 656.000000 -528.000000 992.000000 640.000000 -800.000000 992.000000 640.000000 -800.000000 752.000000 656.000000 -528.000000 752.000000 656.000000 -528.000000 752.000000 640.000000 -800.000000 752.000000 640.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 -800.000122 1008.000000 656.000061 -447.999969 1008.000000 655.999939 -448.000305 1008.000000 -639.999939 -800.000183 1008.000000 -640.000000 -800.000122 992.000000 656.000061 -447.999969 992.000000 655.999939 -448.000305 992.000000 -639.999939 -800.000183 992.000000 -640.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 -1104.000000 1184.000000 -288.000000 -800.000000 1008.000000 -288.000000 -800.000000 1008.000000 -624.000000 -1104.000000 992.000000 -624.000000 -1104.000000 1184.000000 -624.000000 -800.000000 992.000000 -288.000000 -800.000000 992.000000 -624.000000 -1104.000000 992.000000 -288.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 -607.999939 1072.000000 -431.999939 -608.000000 1072.000000 -623.999878 -623.999939 1072.000000 -623.999878 -623.999878 1072.000000 -431.999908 -607.999939 1008.000000 -431.999939 -608.000000 1008.000000 -623.999878 -623.999939 1008.000000 -623.999878 -623.999878 1008.000000 -431.999908 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 -608.000000 1136.000000 -432.000000 -608.000061 1136.000000 -495.999969 -624.000061 1136.000000 -496.000000 -624.000000 1136.000000 -432.000000 -608.000000 1072.000000 -432.000000 -608.000061 1072.000000 -495.999969 -624.000061 1072.000000 -496.000000 -624.000000 1072.000000 -432.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 -608.000000 1136.000000 -560.000000 -607.999878 1136.000000 -624.000000 -623.999939 1136.000000 -624.000000 -624.000000 1136.000000 -560.000000 -608.000000 1072.000000 -560.000000 -607.999878 1072.000000 -624.000000 -623.999939 1072.000000 -624.000000 -624.000000 1072.000000 -560.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 -800.000000 1072.000000 -432.000000 -624.000000 1072.000000 -432.000000 -624.000000 1072.000000 -448.000000 -800.000000 1072.000000 -448.000000 -800.000000 1008.000000 -432.000000 -624.000000 1008.000000 -432.000000 -624.000000 1008.000000 -448.000000 -800.000000 1008.000000 -448.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 -672.000000 1136.000000 -432.000000 -624.000000 1136.000000 -432.000000 -624.000000 1136.000000 -448.000000 -672.000000 1136.000000 -448.000000 -672.000000 1072.000000 -432.000000 -624.000000 1072.000000 -432.000000 -624.000000 1072.000000 -448.000000 -672.000000 1072.000000 -448.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 -800.000000 1136.000000 -432.000000 -736.000000 1136.000000 -432.000000 -736.000000 1136.000000 -448.000000 -800.000000 1136.000000 -448.000000 -800.000000 1072.000000 -432.000000 -736.000000 1072.000000 -432.000000 -736.000000 1072.000000 -448.000000 -800.000000 1072.000000 -448.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 -608.000000 1216.000000 -432.000031 -608.000183 1216.000000 -624.000000 -624.000122 1216.000000 -624.000061 -624.000000 1216.000000 -432.000031 -608.000000 1136.000000 -432.000031 -608.000183 1136.000000 -624.000000 -624.000122 1136.000000 -624.000061 -624.000000 1136.000000 -432.000031 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 -608.000000 1216.000000 -624.000000 -704.000000 1312.000000 -528.000000 -608.000000 1216.000000 -432.000000 -800.000000 1216.000000 -624.000000 -800.000000 1216.000000 -432.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0x00000000 brush vertices -800.000000 1216.000000 -432.000000 -624.000000 1216.000000 -432.000000 -624.000000 1216.000000 -448.000000 -800.000000 1216.000000 -448.000000 -800.000000 1136.000000 -432.000000 -624.000000 1136.000000 -432.000000 -624.000000 1136.000000 -448.000000 -800.000000 1136.000000 -448.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 -784.000000 1072.000000 -447.999939 -784.000000 1072.000000 -623.999878 -799.999939 1072.000000 -623.999878 -799.999939 1072.000000 -447.999908 -784.000000 1008.000000 -447.999939 -784.000000 1008.000000 -623.999878 -799.999939 1008.000000 -623.999878 -799.999939 1008.000000 -447.999908 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 -784.000000 1136.000000 -448.000000 -784.000061 1136.000000 -495.999969 -800.000061 1136.000000 -496.000000 -800.000000 1136.000000 -448.000000 -784.000000 1072.000000 -448.000000 -784.000061 1072.000000 -495.999969 -800.000061 1072.000000 -496.000000 -800.000000 1072.000000 -448.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 -784.000000 1136.000000 -560.000000 -783.999878 1136.000000 -624.000000 -799.999939 1136.000000 -623.999939 -800.000000 1136.000000 -560.000000 -784.000000 1072.000000 -560.000000 -783.999878 1072.000000 -624.000000 -799.999939 1072.000000 -623.999939 -800.000000 1072.000000 -560.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 -784.000000 1216.000000 -448.000031 -784.000244 1216.000000 -624.000000 -800.000183 1216.000000 -624.000061 -800.000000 1216.000000 -448.000031 -784.000000 1136.000000 -448.000031 -784.000244 1136.000000 -624.000000 -800.000183 1136.000000 -624.000061 -800.000000 1136.000000 -448.000031 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 1184.000000 976.000000 800.000000 1232.000000 976.000000 800.000000 1232.000000 832.000000 528.000000 1168.000000 832.000000 528.000000 1184.000000 832.000000 800.000000 1168.000000 976.000000 800.000000 1168.000000 832.000000 528.000000 1168.000000 976.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 -800.000000 1008.000000 304.000000 -672.000000 1088.000000 480.000000 -528.000000 1008.000000 656.000000 -528.000000 1008.000000 304.000000 -800.000000 1008.000000 656.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 2 4 0x00000000 brush vertices -528.000000 1008.000000 656.000000 -400.000000 1088.000000 832.000000 -256.000000 1008.000000 976.000000 -528.000000 1008.000000 976.000000 -256.000000 1008.000000 656.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 4 0x00000000 brush vertices -528.000000 832.000000 976.000000 -528.000000 1008.000000 976.000000 -528.000000 1008.000000 656.000000 -736.000000 832.000000 976.000000 -528.000000 832.000000 656.000000 -736.000000 832.000000 656.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 4 0 3 5 0x00000000 brush vertices -800.000000 832.000000 976.000000 -736.000000 832.000000 976.000000 -736.000000 832.000000 656.000000 -800.000000 832.000000 656.000000 -800.000000 816.000000 976.000000 -736.000000 816.000000 976.000000 -736.000000 816.000000 656.000000 -800.000000 816.000000 656.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 1008.000000 544.000000 -256.000000 864.000000 544.000000 -256.000000 864.000000 256.000000 -448.000000 848.000000 256.000000 -448.000000 1008.000000 256.000000 -256.000000 848.000000 544.000000 -256.000000 848.000000 256.000000 -448.000000 848.000000 544.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 -256.000000 1008.000000 560.000000 -256.000031 1008.000000 544.000000 -448.000000 1008.000000 544.000000 -448.000000 1008.000000 560.000000 -256.000000 848.000000 560.000000 -256.000031 848.000000 544.000000 -448.000000 848.000000 544.000000 -448.000000 848.000000 560.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 992.000000 544.000000 -240.000000 992.000000 544.000000 -240.000000 992.000000 256.000000 -256.000000 992.000000 256.000000 -256.000000 848.000000 544.000000 -240.000000 848.000000 544.000000 -240.000000 848.000000 256.000000 -256.000000 848.000000 256.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -448.000000 1008.000000 -624.000000 -448.000000 1008.000000 256.000000 -256.000092 1008.000000 256.000000 -256.000092 1008.000000 -624.000000 -448.000000 848.000000 -624.000000 -448.000000 848.000000 256.000000 -256.000092 848.000000 256.000000 -256.000092 848.000000 -624.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 entity type CameraPath UInt32 entityIdAttachedTo 132 UInt8 posLerp 2 UInt8 angleLerp 2 entity type PlayerSpawn Vector3 position 1680.000000 1184.000000 1136.000000 Vector3 angles -90.000000 0.000000 0.000000 Bool8 teamB 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 1312.000000 1184.000000 944.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 1216.000000 1456.000000 176.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 704.000000 1216.000000 288.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 672.000000 1504.000000 288.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 64.000000 1536.000000 832.000000 Vector3 angles 90.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position 720.000000 1216.000000 896.000000 Vector3 angles -180.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -767.999756 832.000000 800.000366 Vector3 angles -270.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -1391.999756 1184.000000 -463.999634 Vector3 angles -270.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -304.000122 944.000000 448.000122 Vector3 angles -90.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -672.000122 1248.000000 224.000122 Vector3 angles 360.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -384.000122 1280.000000 -79.999878 Vector3 angles 360.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -656.000122 1024.000000 224.000122 Vector3 angles 450.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -384.000122 1008.000000 -95.999878 Vector3 angles 720.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type PlayerSpawn Vector3 position -704.000122 1008.000000 -543.999878 Vector3 angles 720.000000 0.000000 0.000000 Bool8 teamA 0 Bool8 initialSpawn 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0
b1a7bbf84ee7a68ee63a041b81b6a4451b23c67f
449d555969bfd7befe906877abab098c6e63a0e8
/3845/CH7/EX7.1/Ex7_1.sce
83a644bfe78249bb7e7e6658b2b3fab30169d8c1
[]
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
429
sce
Ex7_1.sce
//Example 7.1 F=75;//Force (N) d=25;//Horizontal distance traversed (m) theta=35;//Angle (deg) W=F*d*cosd(theta);//Work (J) W1=W/4184;//Work (kcal) printf('Work done = %0.2e J or %0.3f kcal',W,W1) ratio=W1/2400;//Ratio of work done to the daily consumption printf('\nRatio of work done to the daily consumption = %0.2e',ratio) //Openstax - College Physics //Download for free at http://cnx.org/content/col11406/latest
cdd00a2bf23c4d19820e50c9eb8d359632926c1f
449d555969bfd7befe906877abab098c6e63a0e8
/147/CH14/EX14.8/Example14_8.sce
84d0e2f111b126fb39679f2f5f127d54edbce003
[]
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
Example14_8.sce
//No of poles p, No of slots 'slots', Number of coil sides per slot cps //Number of turns in each coil nc close(); clear; clc; p = 4; a = p; n = 720; phi = 0.020; slots = 144; cps = 2; nc = 2; z = slots*cps*nc; E = phi*n*z/60*(p/a); mprintf('Inductor Voltage E = %0.2f V',E);
554d7053b292eb512cd5dff5ee3e6dd6d9b79bf3
449d555969bfd7befe906877abab098c6e63a0e8
/2175/CH2/EX2.9/2_9.sce
a5b6a21c574d48c1a2c8a1ebf5e1040b664eed47
[]
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
292
sce
2_9.sce
clc; p1=7*10^5;//bar V1=0.003;//m^3/kg m=0.01; T1=131+273;//K R_=8314.5; R=p1*V1/(m*T1); m_=R_/R; disp("tha molar mass of tha gas is:"); disp("kg/k mole",m_); p2=1*10^5;//bar V2=0.02;//m^3 m=0.01; R=520; T2=p2*V2/(m*R); disp("final temperature is:"); disp("C",T2-273);
d5c162b25b2e8df679a1fc966bac77d3fe4ce67e
449d555969bfd7befe906877abab098c6e63a0e8
/2384/CH10/EX10.16/ex10_16.sce
ad6380bbef6d14ed1f883ff43ec6aa5685c3a5c4
[]
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
ex10_16.sce
// Exa 10.16 clc; clear; close; format('v',6) // Given data P_L = 20;// in kW P_L = P_L * 10^3;// in W V = 200;// in V Ra = 0.05;// in ohm Rsh = 200;// in ohm // P_L = V*I_L; I_L = P_L/V;// in A Ish = V/Rsh;// in A Ia = I_L+Ish;// in A Eg = V + (Ia*Ra);// in V Pa = Eg*Ia;// in W Pa = Pa * 10^-3;// in kW disp(Pa,"The power developed in armature in kW is");
0f8832026447dd12d4a66973e0805773cb509cd2
4a1effb7ec08302914dbd9c5e560c61936c1bb99
/Project 2/Experiments/GFS-GCCL-C/results/GFS-GCCL-C.led7digit-10-1tra/result0s0.tst
b510a55971aebc00f2bb3c3138b311f36027f1c2
[]
no_license
nickgreenquist/Intro_To_Intelligent_Systems
964cad20de7099b8e5808ddee199e3e3343cf7d5
7ad43577b3cbbc0b620740205a14c406d96a2517
refs/heads/master
2021-01-20T13:23:23.931062
2017-05-04T20:08:05
2017-05-04T20:08:05
90,484,366
0
0
null
null
null
null
UTF-8
Scilab
false
false
535
tst
result0s0.tst
@relation led7digit @attribute Led1 real[0.0,1.0] @attribute Led2 real[0.0,1.0] @attribute Led3 real[0.0,1.0] @attribute Led4 real[0.0,1.0] @attribute Led5 real[0.0,1.0] @attribute Led6 real[0.0,1.0] @attribute Led7 real[0.0,1.0] @attribute number{0,1,2,3,4,5,6,7,8,9} @inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7 @outputs number @data 2 8 6 6 6 6 7 7 9 7 0 ? 0 0 1 1 2 2 3 3 4 ? 5 5 7 6 9 5 9 9 0 ? 0 0 3 7 5 5 6 8 0 ? 2 2 3 9 4 4 1 3 5 5 5 5 6 6 7 7 9 9 1 1 1 7 4 4 6 6 7 7 2 2 4 4 9 4 9 9 2 2 3 3 3 9 8 0 8 8 9 9 9 9 4 4 5 5 4 7 8 8
d780312e8c7f0b48607c0af748f38d476e3b3029
449d555969bfd7befe906877abab098c6e63a0e8
/1460/CH6/EX6.3/6_3.sce
281c71126537cc63666a5fb2576dbb2245416b80
[]
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
233
sce
6_3.sce
clc //Initialization of variables T1=1400+460 //R T2=1200+460 //R //calculations function [cp] = Cp(T) cp=0.317- 1.2*100/T +4*10^4 /T^2 endfunction dh=intg(T1,T2,Cp) //results printf("Change in stagnation enthalpy = %.1f B/lbm",dh)
2ed8843b0d5198fa721668e8f204d60f4790e600
449d555969bfd7befe906877abab098c6e63a0e8
/2360/CH2/EX2.19/ex2_19.sce
de50440ee667962f8285c6cf01374da51eb559b9
[]
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
717
sce
ex2_19.sce
// Exa 2.19 format('v',7);clc;clear;close; // Given data R1 = 120;//resistance in ohm e1= 0.1;//error in % R2 = 2700;//resistance in ohm e2= 0.5;//error in % R3 = 470;//resistance in ohm e3= 0.5;//error in % Rx = (R2*R3)/R1;//magnitude of the unknown resistance in ohm disp(Rx,"The magnitude of the unknown resistance in Ω is : ") e_T= e1+e2+e3;//limiting error in % // Per_e_T= del_R_T/R_T*100; del_Rx= e_T*Rx/100;//limiting error in Ω disp("The limiting error (in percentage) is : ± "+string(e_T)+" %") disp("The limiting error (in ohm) is : ± "+string(del_Rx)+" Ω") disp("Hence the guaranteed values of the resistance is between") disp(string(Rx-del_Rx)+" Ω to "+string(Rx+del_Rx)+" Ω")
2f812a4381fc8663960593ffb2593ee6948b12f7
449d555969bfd7befe906877abab098c6e63a0e8
/3440/CH7/EX7.1/Ex7_1.sce
bbab3244cfd88bb2a6d46c345c053103568aa62d
[]
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
468
sce
Ex7_1.sce
clc T=300 //K k=8.617*10^-5 //eV/K q=1.6*10**-19 //C epsilonx=8.854*10^-14 //F/cm ni=9.65*10^9//cm^-3 NA=10^17 //cm^-3 d=8*10^-7//cm Nc=2.86*10^19 Co=6.9*10^-7//F/cm^2 C1=1.8*10^15//(cm^2/F)^2 C2=6.2*10^15//(cm^2/F)^2 V1=0//V V2=-1//V Vbi=0.42 //d(1/C^2)/dv=a a=(C2-C1)/(V2-V1) disp(a,"a in (cm^2/F)^2") ND=(2/(q*epsilonx*11.9))*(-1/(a)) disp(ND,"ND in ") Vn=k*T*log(Nc/ND) disp(Vn,"Vn in V is=") phibn=Vbi+Vn disp(phibn,"phibn in V is= ")
d85b548a04b2815fa26965c20b72a052b21e6689
e41b69b268c20a65548c08829feabfdd3a404a12
/3DCosmos/Data/Scripts/Space/Trajectories/Voyager 2 overview.SCI
3f3dd0f8182b9331c511757109f4ff912bf67972
[ "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
4,783
sci
Voyager 2 overview.SCI
codeblock readtextfile(ScriptDir+"\_TOOLS.sci"); codeblock readtextfile(ScriptDir+"\_SSYS.sci"); au2km=149598000; JID=0; ssysframe=ssys_create; showconstellations=true; ssys_showconstellations(showconstellations); root.SC.Universe.StarBackFrame.StarBack.linecolor=color(0.3,0.3,0.5,0.4); ssys_createmilkyway; ssys_createsun; pttx=ssysframe.createtexture("point",DataDir+"\textures\star1.bmp"); function addlightpoint(frame,sz) { sz=sz/2; rc=frame.add("Rectangle","Position":point(-1*sz,-1*sz,0),"Axis1":vector(2*sz,0,0),"Axis2":vector(0,2*sz,0)); rc.Texture=pttx.name; rc.BlendType=BlendTransparent;rc.DepthMask=DepthMaskDisable;rc.enablelight=false; return(rc); } planetnamelist=ssys_getplanetlist; foreach planetname in planetnamelist do { pframe=ssys_createplanet(planetname,1000); pframe.inclin.dispose; textframe=pframe.addviewdirframe(point(0,0,0)); # addlightpoint(textframe,autokm(0.05)).color=color(0.3,0.3,1); addlightpoint(textframe,autokm(0.12)).color=color(0,1,1); addlightpoint(textframe,autokm(0.06)).color=color(1,1,1); txt=textframe.add("TextFlat","Position":point(autokm(-0.033),autokm(0.03),0),"Content":planetname, "Size":autokm(0.15),"Color":color(0.5,0.5,0.5)); } voyagermt=MotionTable.create(ssysframe,"Voyager"); voyagermt.loadfile(ScriptFilePath+"\voyager2.pth"); voyager=ssysframe.addsubframe("Voyager"); voyager.MotionName=voyagermt.name; textframe=voyager.addviewdirframe(point(0,0,0)); addlightpoint(textframe,autokm(0.12)).color=color(1,0.5,0); addlightpoint(textframe,autokm(0.06)).color=color(1,1,0.5); voyagerorbit=ssysframe.add("Curve","Color":color(1,0.5,0,0.6),"BlendType":BlendTranslucent,"DepthMask":DepthMaskDisable); voyagerorbit.size=2; voyagerorbit.Track(voyager,0.01); ###################################################################################### # START VIEWPORT ###################################################################################### myviewport=T_getviewport; myviewport.NearClipPlane=autokm(0.13); myviewport.FarClipPlane=autokm(80); myviewport.FocalDistance=autokm(10); myviewport.enableusernavigation=true; myviewport.camerapos=point(autokm(10),autokm(5),autokm(5)); myviewport.cameradir=vecnorm(point(0,0,0)-myviewport.camerapos); clockframe=ssysframe.addscreenframe("ClockFrame"); info_clock=clockframe.add("Clock","Type":ClockTypeDate,"Position":point(0.01,0.01,0),"Size":0.04, "Color":color(0.7,0.7,0.7),"EnableLight":false); starttm=timejd(2443376.2); curvedurat=15*365; ###################################################################################### # START GRAPH ###################################################################################### gsizex=myviewport.aspectratio; gsizey=0.2; goffsy=0.8; goffsx=0.03; gframe=ssysframe.addscreenframe("Graphics"); gframe.enablelight=false; gframe.add("Rectangle","Position":point(0,1-gsizey-0.025,0),"Axis1":vector(gsizex,0,0),"Axis2":vector(0,gsizey+0.025,0), "Color":color(1,1,1,0.1),"BlendType":BlendTranslucent,"DepthMask":DepthMaskDisable); # plot years tm1=starttm;tm1.month=1;tm1.day=1;tm1.hour=0;tm1.min=0;tm1.sec=0; for i=0 to 50 do { tm1.year=tm1.year+1; xps=goffsx+tm1.DiffDays(starttm)/curvedurat*gsizex; gframe.add("Curve","Color":color(0.5,0.5,0.5)).makeline(point(xps,1,0),point(xps,goffsy,0)); st=str(tm1.year); txt=gframe.add("Text3D","Content":st,"UnitX":vector(0.02,0,0),"UnitY":vector(0,0.02,0),"Color":color(0.5,0.5,0.5)); txt.Position=point(xps-0.5*0.02*txt.GetSizeX,goffsy-0.02,0); } # plot y scale for i=0 to 10 do { spd=i*10/40; yps=goffsy+spd*gsizey; gframe.add("Curve","Color":color(0.5,0.5,0.5)).makeline(point(0,yps,0),point(gsizex,yps,0)); } crvdist=gframe.add("Curve","Color":color(1,0.5,0),"Size":2); root.time=starttm; tmlast=root.time; #root.time=time(2001,9,1,0,0,0); root.TimeSpeedFactor=5000000; xpslast=-1; while true do { incrtime; #keep sun in focal plane myviewport.FocalDistance=1.0*distance(myviewport.camerapos,point(0,0,0)); posit=voyagermt.position; xps=goffsx+root.time.DiffDays(starttm)/curvedurat*gsizex; if (xps>xpslast+0.0002) and (xps<gsizex) then { spd=voyagermt.speed.size/40; crvdist.addpoint(point(xps,goffsy+spd*gsizey,0)); xpslast=xps; } if root.time.year>tmlast.year then { ssysframe.add("Curve","Color":color(1,0.5,0),"Size":2).makeline(posit-au2km*vector(0,0,0.2),posit+au2km*vector(0,0,0.2)); st=str(root.time.year).substring(2,3); textframe=ssysframe.addviewdirframe(posit-au2km*vector(0,0,0.4)); txt=textframe.add("TextFlat","Position":point(autokm(-0.1),0,0),"Content":st, "Size":autokm(0.2),"Color":color(1,0.5,0)); tmlast=root.time; } if RightMouseClicked then stop; render; }
f81f6e1f46bf783f5f92c6400d6677e6b36f264c
449d555969bfd7befe906877abab098c6e63a0e8
/1892/CH1/EX1.18/Example1_18.sce
e1ef7175f0a604f0c2322c84e3942928f4869665
[]
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
384
sce
Example1_18.sce
// Example 1.18 clear; clc; close; format('v',6); // Given data P=4;//in poles f=50;//in Hz Pout=30;//in HP VL=400;//in volt Eta=0.8;//Efficiency cosfi=0.75;//lagging power factor //Calculations Pout=Pout*735.5;//in Watts Pin=Pout/Eta;//in Watts //Formula : Pin=sqrt(3)*VL*IL*cosfi IL=Pin/sqrt(3)/VL/cosfi;//in Ampere disp(IL,"Current by the mains in ampere : ");
5864786dbbb6d10ffa87d5396e66b9500146731c
19fd40cb94855327f6f4db1330b2ccec188b13cb
/Codigos_Scilab/aphi.sce
029babd40f8f5e04c47790aec8485f64c6a81bb8
[]
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
765
sce
aphi.sce
//programa: aphi.sce //Poço 1D de Potenciais Infinitos clear; N = 100; //Número de Pontos L = 1e-9;//[m] x = linspace(0,L,N);//[m] n = 1; //Nível de Energia h = 6.626e-34; //[J.s] hb = h/(2*%pi); m = 9.1e-31; //[kg] A = sqrt(2/L); kn = n*%pi/L; //[rad/m] wn = (hb*(kn^2))/(2*m); //[rad/s] fn = wn/(2*%pi); Tn = 1/fn; dx = x(2)-x(1); dt = Tn/100 //[s] scf(1) plot(x,0*x); f=gcf(); a=get("current_axes"); a.data_bounds=[0,-A;L,A]; t = 0; while(t < 5*Tn ) t = t + dt; phi = ((A*sin(kn*x))*exp(-%i*wn*t)); p = abs(phi).^2; pn = (A/max(p))*p; //Normalizada drawlater; scf(1); clf(1); plot(x,real(phi),'r',x,imag(phi),'g'); plot(x,pn,'b'); a=get("current_axes"); a.data_bounds=[0,-A;L,A]; drawnow; end
6a8928f9aedc0c875e94ad9fe7d9562ae6d4be87
449d555969bfd7befe906877abab098c6e63a0e8
/1976/CH7/EX7.5/Ex7_5.sce
6d6434d5c1c8a961997289f16ece513a99e6aab2
[]
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,823
sce
Ex7_5.sce
//To determine the Factors affeting the mechanics of the Train //Page 373 clc; clear; D=1.92 Ts=20; //Duration of stops Vsch=40; V1=60.8; //Retardation B=3.2; Bc=0.16; SchTime=D*3600/Vsch; // Schedule time in seconds T=SchTime-Ts; //Time of Travel a=poly(0,'a'); // Acceleration Unknown Value V2=(V1-Bc*(T-(V1/a)))/(1-(Bc/B)); // From the Speed Time Curve X=((V1+V2)*T-(V1*V2*((1/B)+(1/a))))-(7200*D); //Polynomial Equation to find a a=roots(X(2)); //Roots of the Characteristic Equation //To Determine the positive roots Y=abs(a)+a; if(Y(1)==0) a=a(2); else a=a(1); end Ta=V1/a; //Duration of acceleration V2=(V1-Bc*(T-(V1/a)))/(1-(Bc/B)); // From the Speed Time Curve Tc=(V1-V2)/Bc; //Coasting Time Tb=V2/B; //Braking time //Distance are calculated according to the area under their respective curves Da=(Ta*V1/2)/3600; //Distance during acceleration Dc=(((V1-V2)*Tc/2)+(V2*Tc))/3600; //Distance during coasting Db=(Tb*V2/2)/3600; //Distance during braking r=4.53*9.81; //Train Resistance in N per tonne M=200; //Mass of Train AWF=1.1; //Accelerating Weight Factor SEOA=0.010726*(V1^2)*(AWF)/D; //Specific Energy Output during acceleration SEOAr=0.2778*r*Da/D; //Specific Energy Output during acceleration against train resistance SEO=SEOA+SEOAr; //Specific Energy for the run SEOB=0.010726*(V2^2)*(AWF)/D; //Specific Energy Output during braking SEOC=SEOA-SEOB; //energy utilized during coasting rc=SEOC*D/(0.2778*Dc)//Mean Train Resistance during coasting printf('\ni)The Specific Energy Output for the Run is %g Whr/Tonne-km\n',SEO) printf('ii) The Energy Dissipated by the brakes is %g Whr/Tonne-km\n',SEOB) printf('iii)The Energy Utilized during coasting is %g Whr/Tonne-km\n',SEOC) printf('iv) The Mean Train Resistance during coasting is %g N/tonne\n',rc)
68afae9cd4fdb4034c8083077aa0e29cda8b2c78
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH19/EX12.19.7/Ex12_19_7.sce
3bfe0617013f84273fb0d1485e5e18ecc9d840b2
[]
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
707
sce
Ex12_19_7.sce
//Section-12,Example-7,Page no.-SS.61 //To find the no.of charge carriers essential to get te given conductivity and the no. of Antimony dopant atoms to be added to germanium. clc; C=100 //ohm^-1cm^-1 e=1.6*10^-19 //C u_e=2800 //cm^-1V^-1sec^-1 N_D=C/(e*u_e) disp(N_D,'No.of charge carriers essential to get the given conductivity(per cm^3)') a=5.658*10^-8 //cm V=a^3 //cm^3 N_Sb=2.23*10^17 //No. of Sb atoms per cm^3 N_Ge=8/V //No. of atoms of Ge N=N_Sb/N_Ge disp(N,'No. of Antimony dopant atoms to be added to germanium(ppm)')
ff2b32d2550e65b94b7a24f59dcce084be4ba396
449d555969bfd7befe906877abab098c6e63a0e8
/3630/CH14/EX14.12/Ex14_12.sce
6613bad972d6f8c8b86eab8cb1c0c53354068230
[]
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
136
sce
Ex14_12.sce
clc; fT=300000000; re=2.9; //value of cbe Cbe=1/(2*3.14*fT*re); disp('Farad',Cbe,"Cbe=")//The answers vary due to round off error
585b856297cb07ac568265123ba9459fc011facb
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH17/EX17.14/Example17_14.sce
8881564e67501e84900668577606379e9e5cb027
[]
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,042
sce
Example17_14.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART II : TRANSMISSION AND DISTRIBUTION // CHAPTER 10: POWER SYSTEM STABILITY // EXAMPLE : 10.14 : // Page number 304 clear ; clc ; close ; // Clear the work space and console // Given data Power = 20.0*10**3 // Rating of generator(kVA) PF = 0.8 // Lagging power factor fault = 0.5 // Reduction in output under fault P = 4.0 // Number of poles f = 50.0 // Frequency(Hz) // Calculations P_m = Power*PF // Output power before fault(kW) P_e = fault*P_m // Output after fault(kW) P_a = P_m-P_e // Accelerating power(kW) w_s = 4.0*%pi*f/P // Speed T_a = P_a*10**3/w_s // Accelerating torque at the time the fault occurs(N-m) // Results disp("PART II - EXAMPLE : 10.14 : SOLUTION :-") printf("\nAccelerating torque at the time the fault occurs, T_a = %.2f N-m", T_a)
f72a20a433d22aea038b77aa1123b5ab030b36c0
449d555969bfd7befe906877abab098c6e63a0e8
/1040/CH7/EX7.4/Ex7_4.sce
7b8932178ffe12fd5cde0a915cc7e380f4b3c7df
[]
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,683
sce
Ex7_4.sce
//Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc.,USA,pp 436 //Chapter-7 Ex7.4 Pg No.279 //Title:Local selectivity due to mass transfer limitations //=========================================================================================================== clear clc //INPUT C_Ai=0.02;//(M) C_B0=3;//(M) D_A=10^(-5);//(cm2/sec) D_B=D_A;//(cm2/sec) D_C=D_B;//(cm2/sec) k_1=10^(4);//(L/mol sec) k_star_l=0.015;//(cm/sec) n=1; C_c0=[0 1.4]; X=[0 0.5]// Conversion Phi=[33 23];//From figure 7.7 //CALCULATION k_2=0.09*k_1; for i=1:2 C_B(i)=(1-X(i))*C_B0; sqrt_M(i)=sqrt(C_B(i)*k_1*D_A)/k_star_l; Phi_a(i)=(1+(C_B(i)/(n*C_Ai))*(D_B/D_A));//Refer equation 7.51 C_Bbar_by_C_B(i)=(Phi(i)/sqrt_M(i))^2;//Refer equation 7.59 delta_C_B(i)=(1-C_Bbar_by_C_B(i))*C_B(i);//Refer equation 7.60 delta_C_c(i)=delta_C_B(i); C_cbar(i)=delta_C_c(i)+C_c0(i); C_Bbar(i)=C_Bbar_by_C_B(i)*(C_B(i)); S(i)=(1-(k_2*C_cbar(i)/(C_Bbar(i)*k_1)))*100;//Refer equation 7.56 end //OUTPUT mprintf('\n\tLocal selectivity due to mass transfer limitations '); mprintf('\n\tThe local selectivity for Zero Conversion : %0.0f%%',S(1)); mprintf('\n\tThe local selectivity for 50%% Conversion : %0.0f%%',S(2)); //FILE OUTPUT fid= mopen('.\Chapter7-Ex4-Output.txt','w'); mfprintf(fid,'\n\tLocal selectivity due to mass transfer limitations '); mfprintf(fid,'\n\tThe local selectivity for Zero Conversion is %0.0f%%',S(1)); mfprintf(fid,'\n\tThe local selectivity for 50%% Conversion is %0.0f%%',S(2)); mclose(fid); //======================================================END OF PROGRAM===================================================
e9340ff45ebbd27964b28dfcdc8c4ac2dc70ad9c
3073307fa4b6da9371518f0718c199501b8c5c71
/viejos/crout_tri.sci
ac78ee9040ef229aea373d714361f983243a7d52
[]
no_license
fern17/CalculoNumerico
8b04abdf8e1da4b69a1256334a4bc58ff5c9180d
c793733ce17616361dd02f358ef63c1d9be5c99e
refs/heads/master
2020-06-04T00:06:19.723655
2011-12-20T13:47:40
2011-12-20T13:47:40
2,929,202
0
0
null
null
null
null
UTF-8
Scilab
false
false
811
sci
crout_tri.sci
//Realiza la factorizacion de Crout para Sistemas tridiagonales // A debe ser una matriz tridiagonal // L es una matriz triangular inferior con elementos distintos de cero // en la diagonal principal y en la diagonal bajo la principal (i,i-1) // U es una matriz triangular superior con unos en la diagonal, // elementos distintos de cero en la diagonal superior (i+1,i) // y el resto igual a cero. function [L,U] = fact_crout_tri(A) n = size(A,1); L = zeros(n,n); U = zeros(n,n); for i=1:n U(i,i) = 1; end L(1,1) = A(1,1); U(1,2) = A(1,2)/L(1,1); for i=2:(n-1) L(i,i-1) = A(i,i-1); L(i,i) = A(i,i) - L(i,i-1)*U(i-1,i); U(i,i+1) = A(i,i+1)/L(i,i); end L(n,n-1) = A(n,n-1); L(n,n) = A(n,n) - L(n,n-1)*U(n-1,n); endfunction
1ff8e74e99c6913763aca12d9e15ef67d363b138
449d555969bfd7befe906877abab098c6e63a0e8
/98/CH18/EX18.13/example18_13.sce
f9a96284959a9820a201682514d9ca97510bc609
[]
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,035
sce
example18_13.sce
//Chapter 18 //Example 18_13 //Page 440 clear;clc; a=1*(cosd(120)+%i*sind(120)); r=1; vry=200; vyb=346; vbr=400; //referring to the phasor diagram //vbr is twice vry, ie, factor =2 //vyb=1.75 times vry alpha=acosd((1+1.75*cosd(90))/2); Vry=vry*(cosd(180)+%i*sind(180)); Vyb=vyb*(cosd(90)+%i*sind(90)); Vbr=vbr*(cosd(-alpha)+%i*sind(-alpha)); printf("Vry = %.2f+j(%.2f) V \n", real(Vry), imag(Vry)); printf("Vyb = %.2f+j(%.2f) V \n", real(Vyb), imag(Vyb)); printf("Vbr = %.2f+j(%.2f) V \n\n", real(Vbr), imag(Vbr)); Ir=Vry/sqrt(3); Iy=Vyb/sqrt(3); Ib=Vbr/sqrt(3); disp("Line current : "); printf("Ir = %.2f /_%.2f A \n", abs(Ir), atand(imag(Ir)/real(Ir))+180); printf("Iy = %.2f /_90 A \n", abs(Iy)); printf("Ib = %.2f /_%.2f A \n\n", abs(Ib), atand(imag(Ib)/real(Ib))); Ir0=1/3*(Ir+Iy+Ib); Ir1=1/3*(Ir+a*Iy+a^2*Ib); Ir2=1/3*(Ir+a^2*Iy+a*Ib); printf("Ir0 = %d A \n", abs(Ir0)); printf("Ir1 = %.2f /_%.2f A \n", abs(Ir1), atand(imag(Ir1)/real(Ir1))-180); printf("Ir2 = %.2f /_%.2f A \n", abs(Ir2), atand(imag(Ir2)/real(Ir2)));
4376206ef7e8b02d45b851f177a00db4dbe9fc04
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH20/EX20.1/20_01.sce
56df3d5f1b245436df80da39136a5f62472410e2
[]
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
444
sce
20_01.sce
//Chapter 20, Problem 1 clc; Rp=30; //resistance in ohm Vl=415; //3-phase supply Vp=Vl/sqrt(3); //phase voltage Ip=Vp/Rp; //phase current printf("(a) System phase voltage = %.1f V\n or 240 V,correct to 3 significant figures\n\n",Vp); printf("(b) Phase current = %.2f A\n\n",Ip); printf("(c) For a star connection, Ip =IL hence the line current,\n Line current = %.2f A\n\n",Ip);
206927b55d826e53a875baae078182efcfc5d63a
953c29c95b40d5e8952eb7738a8bfcf17e4741ca
/Shape Drawing/square rotation.sce
38afffed2566d71fb38baa402cc89ab628e2599f
[]
no_license
danielzonn/Trippy-Shape-Drawing
63871210fc8cda0546e3cd43b67df48425f2d69b
7108b40c2b11c1bd27277bad4556f0a5f8e0c37f
refs/heads/master
2023-08-14T07:39:06.678421
2018-12-27T18:51:45
2018-12-27T18:51:45
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,391
sce
square rotation.sce
clear A = [0,0]; B = [10,0]; C = [10,10]; D = [0,10]; array1=[A(1);B(1);C(1);D(1)]; array2=[A(2);B(2);C(2);D(2)]; figure(1) plot(array1,array2) for i=0:0.5:10 p1=array1(1)+i; q1=array1(2); r1=array1(3)-i; s1=array1(4); p2=array2(1); q2=array2(2)+i; r2=array2(3); s2=array2(4)-i; arrayp1=[p1 q1 r1 s1 p1]; arrayp2=[p2 q2 r2 s2 p2]; plot(arrayp1,arrayp2); end clear figure(2) r=10; theta=0; i=1; for theta=0:0.5:360 x(i)=r*sind(theta); y(i)=r*cosd(theta); i=i+1; end plot(x,y); clear theta; clear i; clear x; clear y; dibber=121; theta=1; i=1; while theta-fix(theta./360).*360 ~= 0 p(i)=r*sind(theta); q(i)=r*cosd(theta); i=i+1; theta=theta+dibber; disp(i) end plot(p,q) clear figure r=31.4; theta=0; i=1; for theta=0:0.5:360 x(i)=r*sind(theta); y(i)=r*cosd(theta); i=i+1; end plot(x,y); clear a=31.4; b=10; theta=0; for theta=1:1:5000 x(theta)=(a-b)*cosd(theta) + b*cosd (((a-b)/(b))*theta); y(theta)=(a-b)*sind(theta) - b*sind (((a-b)/(b))*theta); end plot(x,y) clear figure r=70; theta=0; i=1; for theta=0:0.5:360 x(i)=r*sind(theta); y(i)=r*cosd(theta); i=i+1; end plot(x,y); clear a=70; b=45; theta=0; for theta=1:1:3000 x(theta)=(a-b)*cosd(theta) + b*cosd (((a-b)/(b))*theta); y(theta)=(a-b)*sind(theta) - b*sind (((a-b)/(b))*theta); end plot(x,y)
37e2cd8e67cc99f78752436f3bf3917b346a75f7
449d555969bfd7befe906877abab098c6e63a0e8
/3673/CH6/EX6.a.7/Example_a_6_7.sce
401ea1fff845ab9cb1b31363f7e75357e6e2f1ce
[]
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
951
sce
Example_a_6_7.sce
//Example_a_6_7 page no:237 clc; I1mag=50; I1ang=10; I2mag=20; I2ang=30; Z1mag=100/50; Z1ang=15-10; Z1real=Z1mag*cosd(Z1ang); Z1imag=Z1mag*sind(Z1ang); Z1=Z1real+(%i*Z1imag); Z2mag=100/20; Z2ang=15-30; Z2real=Z2mag*cosd(Z2ang); Z2imag=Z2mag*sind(Z2ang); Z2=Z2real+(%i*Z2imag); Pa1=I1mag^2*Z1mag; Pt2=I2mag^2*real(Z2); Pr1=I1mag^2*imag(Z1); disp(Pr1,"the reactive power in branch is (in VAR)"); disp(Pa1,"apparent power in branch Z1 is (in VA)"); disp(Pt2,"the true power in branch Z2 is (in W)"); Pr2=I2mag^2*-imag(Z2);//only reactive power is taken, negative sign is used to convert negative to positive Pa2=I2mag^2*Z2mag; disp(Pr2,"the reactive power in branch is (in VAR)"); disp(Pa2,"the apparent power in branch is (in VA)"); Z=((Z1mag*Z2mag)/(Z1+Z2)); theta=0.71; pf=cosd(theta); disp(pf,"the power factor of the total circuit is (leading)"); //reactive power varies slightly hence textbook values are rounded off
b31cce9c3725f4603557dab315b5ca247a12774d
b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf
/TD2/AlleI/trajectoireAllee.sce
019293806628bedd1650fb824c059ab54d175105
[]
no_license
MFrizzy/Modelisation
51794b2edf421f9d2206cb73972d8d8d7b1e9759
0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb
refs/heads/master
2021-08-29T12:02:20.042037
2017-12-13T22:39:21
2017-12-13T22:39:21
106,943,303
0
0
null
null
null
null
UTF-8
Scilab
false
false
737
sce
trajectoireAllee.sce
clear; clf; a = 1.2; h = 0.1; // variables globales de population initiale et pas de temps r=0.4; K=2; A=1; // variables globales de la formule de la vitesse d'accroissement function f = logistique(x); // fonction qui calcule la vitesse d'accroissement f = r * x .*((x/A -1).* (1 - x / K)) + I; // opérations vectorielles. x est un vecteur endfunction ndate = 0:h:20; // le vecteur des instants où on calcule la solution x(1) = a; // Déclaration et initialisation de la population initiale for n = 1:length(ndate) - 1; // Boucle du calcul de la population pour la courbe x(n+1) = x(n) + h * logistique(x(n)); // Calcul de la trajectoire pour chaque instant end plot2d(ndate, x, style = 2); // Tracé de la trajectoire.
174f5ec9b3ed5e2e801f77bc874c4640813f754f
449d555969bfd7befe906877abab098c6e63a0e8
/278/CH12/EX12.1/ex_12_1.sce
b625e7ceb8b1a3e99f9f19b851f90299b2218563
[]
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,904
sce
ex_12_1.sce
//desing cotter joint clc //solution //given P=30*10^3//N ft=50//N/mm^2 t=35//N/mm^2 fc=90//N/mm^2//crushing stress //let d be diameter of rods pi=3.14 //P=A*ft //P=(p1/4)*d^2*ft d=sqrt((P*4)/(pi*ft)) printf("the dia nof cotter jont is,%f mm\n",d) //let d2 be dia of spigot and t11 be thickness //t11=d2/4 //P=[{(pi/4)*d2^2}-(d2*t)]*ft=26.8*d2^2 d2=sqrt(P/26.8)//mm t11=d2/4//mm //let fc1 be induced crushing stress fc1=P/(d2*t11)//N/mm^2 printf("the induced crushing stress is,%f N/mm^2\n ",fc1) printf("since induced stress is greater then 90 N/mm^2,therefore d2 an t are not safe limits,let us find d2 and t by substituitn fc1=90\n") //let d2=d21 and t=t1 //P=d21*t1*fc //P=22.5*d2^2 d21=sqrt(P/22.5)//mm t1=d21/4//mm printf("the safe values od d2 and t are ,%f mm\n,%f mm\n",d21,t1) //let b be width of cotter //P=2*b*t1*t=(2*9.12*35)*b b=P/(2*9.12*35)//mm printf("the width of cotter is,%f mm\n ",b) //let d4 be dia of socket collar //P=(d4-d2)*t1*fc d4=d21+(P/(t1*fc))//mm printf("the diametr of socket collar is,%f mm\n",d4) //let c be the thickness of socket collar //P=2*(d4-d2)*c*t c=P/(2*(d4-d21)*t)//mm printf("the thicknes of socket collar is,%f mm\n",c) //let a be distance from end of slot to end of the rod //P=2*a*d21*t a=P/(2*d21*t)//mm printf("distance from end of slot to end of the rod is,%f mm\n",a) //let d3 be dia of spigot collar //P=(pi/4)*[d3^2-d21^2]*fc //d3^2=d21^2 + (P*4)/(90*pi) d3=sqrt(d21^2 + (P*4)/(90*pi))//mm printf("dia of spigot collar is,%f mm\n",d3) //let T1 be thickness of spigot collar //P=pi*d21*T1*t T1=P/(pi*d21*t)// printf("thickness of spigot collar is,%f mm\n",T1) printf("let thickness of spigot collar be T1=8mm=T12") //let l be lengt of cotter T12=8//mm printf("the thicness of spigot colar is,%f mm\n",T12) l=4*d//mm e=1.2*d//mm printf("the length of cotter and e is,%f mm\n,%f mm\n",l,e)
48579e63a1b7bd9230e2109c44a0c36d095a9926
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH6/EX6.20/6_20.sce
ec966a582032eb3efca312ea260b1da8f6451117
[]
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
298
sce
6_20.sce
//Current taken by a motor at 90 percent efficiency clc; clear; V=500; N=400/60;// Speed in rotations per sec eff=90/100; T=195 Pd=2*%pi*N*T; // Power developed by the motor Pi=Pd/eff; // Power input to the motor I=Pi/V; printf('The Current taken by the motor = %g A \n',I)
9d7f50a532955783089fb0afcef63bf6858c3bdb
dc1af20bca10db33d1adcbf61d5fe874eb6eab07
/PluginTesting/environment/COMPOUND_FAILS/COMPOUND_FAILS.tst
68e7d1559d726cd8a8e5525b197584862d096289
[]
no_license
TimSVector/PointOfSales_v2
2d1130516cfc5d77f2e5d0f60adcde96374f6fc2
ef630f05850715568725cf94cc0e497146a049d4
refs/heads/master
2023-08-04T10:51:50.031346
2023-08-03T20:50:28
2023-08-03T20:50:28
133,404,783
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,760
tst
COMPOUND_FAILS.tst
-- VectorCAST 20.sp1 (05/27/20) -- Test Case Script -- -- Environment : COMPOUND_FAILS -- Unit(s) Under Test: manager -- -- Script Features TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT TEST.SCRIPT_FEATURE:REMOVED_CL_PREFIX TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES TEST.SCRIPT_FEATURE:STANDARD_SPACING_R2 TEST.SCRIPT_FEATURE:OVERLOADED_CONST_SUPPORT TEST.SCRIPT_FEATURE:UNDERSCORE_NULLPTR TEST.SCRIPT_FEATURE:FULL_PARAMETER_TYPES TEST.SCRIPT_FEATURE:STRUCT_DTOR_ADDS_POINTER TEST.SCRIPT_FEATURE:STRUCT_FIELD_CTOR_ADDS_POINTER TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS TEST.SCRIPT_FEATURE:VCAST_MAIN_NOT_RENAMED -- -- Subprogram: <<INIT>> -- Test Case: MAX_STR_LEN_FAIL TEST.SUBPROGRAM:<<INIT>> TEST.NEW TEST.NAME:MAX_STR_LEN_FAIL TEST.VALUE:USER_GLOBALS_VCAST.<<GLOBAL>>.VECTORCAST_INT1:(200)1,(9991)2 TEST.END -- Unit: manager -- Subprogram: Manager::AddIncludedDessert -- Test Case: (MAP)Manager::AddIncludedDessert.001 TEST.UNIT:manager TEST.SUBPROGRAM:Manager::AddIncludedDessert TEST.NEW TEST.NAME:(MAP)Manager::AddIncludedDessert.001 TEST.CSV_FILENAME: TEST.CSV_DELIMITER:COMMA TEST.CSV_HEADER_ROWS: 0 TEST.CSV_SKIPPED_ROWS: 0 TEST.CSV_ROWS_PER_TESTCASE: 1 TEST.END -- Test Case: FailImport TEST.UNIT:manager TEST.SUBPROGRAM:Manager::AddIncludedDessert TEST.NEW TEST.NAME:FailImport TEST.IMPORT_FAILURES: (E) @LINE: 32 TEST.VALUE:USER_GLOBALS_VCAST.<<GLOBAL>>.VECTORCAST_INT9:1 >>> Unknown parameter/object name VECTORCAST_INT9 >>> Value Line Error - Command Ignored TEST.END_IMPORT_FAILURES: TEST.END -- Test Case: FailImport.001 TEST.UNIT:manager TEST.SUBPROGRAM:Manager::AddIncludedDessert TEST.NEW TEST.NAME:FailImport.001 TEST.IMPORT_FAILURES: (E) @LINE: 31 TEST.NAME:FailImport >>> Invalid Test Case Name - Duplicate Test Case Name >>> Using Automatic Name: FailImport.001 (E) Errors from previous script import(s) >>> (E) @LINE: 32 TEST.VALUE:USER_GLOBALS_VCAST.<<GLOBAL>>.VECTORCAST_INT9:1 >>> >>> Unknown parameter/object name VECTORCAST_INT9 >>> >>> Value Line Error - Command Ignored TEST.END_IMPORT_FAILURES: TEST.END -- Test Case: Manager::AddIncludedDessert.001 TEST.UNIT:manager TEST.SUBPROGRAM:Manager::AddIncludedDessert TEST.NEW TEST.NAME:Manager::AddIncludedDessert.001 TEST.END -- COMPOUND TESTS TEST.SUBPROGRAM:<<COMPOUND>> TEST.NEW TEST.NAME:<<COMPOUND>>.FailNo_Slots TEST.END -- -- COMPOUND TESTS TEST.SUBPROGRAM:<<COMPOUND>> TEST.NEW TEST.NAME:<<COMPOUND>>.FailZeroIterations TEST.SLOT: "1", "manager", "Manager::AddIncludedDessert", "0", "Manager::AddIncludedDessert.001" TEST.END -- -- COMPOUND TESTS TEST.SUBPROGRAM:<<COMPOUND>> TEST.NEW TEST.NAME:<<COMPOUND>>.Fail_Import TEST.END --
282d3722850e3bd9b21978c6f57a5889234b3904
449d555969bfd7befe906877abab098c6e63a0e8
/2657/CH7/EX7.2/Ex7_2.sce
08f0fb2e447186ba94b91652f60aadf9051c76c0
[]
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
998
sce
Ex7_2.sce
//Calculations for comparison of SI and CI engine clc,clear //Given: //For SI engine s1=0.72 //Specific gravity of gasoline fuel CV1=44800 //Calorific value of gasoline fuel in kJ/kg eta_bt1=20 //Brake thermal efficiency in percent A_F1=14 //Air fuel ratio //For CI engine s2=0.87 //Specific gravity of diesel oil CV2=43100 //Calorific value of diesel oil in kJ/kg eta_bt2=30 //Brake thermal efficiency in percent A_F2=21 //Air fuel ratio //Solution: //SI engine bsfc_SI=3600*100/(eta_bt1*CV1) //Brake specific fuel consumption in kg/kWh m_a_SI=A_F1*bsfc_SI //Air consumption in kg/kWh //CI engine bsfc_CI=3600*100/(eta_bt2*CV2) //Brake specific fuel consumption in kg/kWh m_a_CI=A_F2*bsfc_CI //Air consumption in kg/kWh //Results: printf("\n For SI engine\n\tBrake specific fuel consumption, bsfc_SI = %.3f kg/kWh\n\tAir consumption = %.2f kg/kWh",bsfc_SI,m_a_SI) printf("\n For CI engine\n\tBrake specific fuel consumption, bsfc_CI = %.3f kg/kWh\n\tAir consumption = %.2f kg/kWh",bsfc_CI,m_a_CI)
41e917d1d0bde71bde860878f24ef1a76581705e
449d555969bfd7befe906877abab098c6e63a0e8
/2252/CH23/EX23.12/Ex23_12.sce
be5e01c4f74052b76ed124678e2818234c4c65d4
[]
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
769
sce
Ex23_12.sce
//calculating slip n=100//no. of complete alternations per minute of rotor emf f_r=n/60//rotor frequency in Hz f=50//supply frequency in Hz s=f_r/f mprintf("Slip of the motor=%f percent\n",s*100) //calculating rotor speed P=6//no. of poles Ns=120*f/P//synchronous speed Nr=(1-s)*Ns mprintf("Rotor speed=%d rpm\n",round(Nr)) //calculating rotor copper losses per phase P1=75D+3//rotor input Prcu=P1*s mprintf("Rotor copper losses per phase=%f W\n",Prcu/3) //calculating mechanical power developed Pm=P1-Prcu mprintf("Mechanical power developed=%f kW\n",Pm/1000) //calculating rotor resistance per phase Ir=60//rotor current Rr=Prcu/(3*Ir^2) mprintf("Rotor resistance per phase=%f ohm",Rr) //answers vary from the textbook due to round off error
19947a74f25fd12c569d04c1643d4c321d57b742
449d555969bfd7befe906877abab098c6e63a0e8
/896/CH6/EX6.8/8.sce
1cf291b69f5aa72dc7c44c12331cb7a4bdf7b059
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
290
sce
8.sce
clc //Example 6.8 //Calculate the pump power required q=200//gal/min rho=62.3//lbm/ft^3 //1 ft^3 = 7.48 gal m=(q/60)*rho/7.48//lbm/s dx=2000//ft dp=3.87//psi/100ft F=(dp/100)*dx/rho*32.2*144//ft //1 hp = 550 lbf.ft/s Po=F*m/550//hp printf("The pump power required is %f hp",Po);
c10db47981ca0a1b9a69eefcb40cf8fff59addec
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
/ketpicscifiles6/Borderrawdata.sci
657efc23df5477c6d40d38da22d52491e1a67b10
[]
no_license
ketpic/ketcindy-scilab-support
e1646488aa840f86c198818ea518c24a66b71f81
3df21192d25809ce980cd036a5ef9f97b53aa918
refs/heads/master
2021-05-11T11:40:49.725978
2018-01-16T14:02:21
2018-01-16T14:02:21
117,643,554
1
0
null
null
null
null
UTF-8
Scilab
false
false
1,562
sci
Borderrawdata.sci
// 08.09.10 function FkL=Borderrawdata(varargin) Nall=length(varargin); FkL=varargin(1); FdL=Fullformfunc(varargin(2)); Tmp1=Mixop(2,FdL); Tmp2=Mixop(3,FdL); Tmp3=Mixop(4,FdL); Xyzstr=[Tmp1,Tmp2,Tmp3]; DrwS=Mixop(7,FdL); Tmp=Mixop(5,FdL); K=mtlb_findstr(Tmp,'='); Uname=part(Tmp,1:K-1); Urg=evstr(part(Tmp,K+1:length(Tmp))); Tmp=Mixop(6,FdL); K=mtlb_findstr(Tmp,'='); Vname=part(Tmp,1:K-1); Vrg=evstr(part(Tmp,K+1:length(Tmp))); Np=[50,50]; if Nall>=3 Np=varargin(3); if type(Np)==1 & length(Np)==1 Np=[Np,Np]; end; end; Um=Urg(1); UM=Urg(2); Vm=Vrg(1); VM=Vrg(2); EkL=[]; Tmp=mtlb_findstr(DrwS,'e'); if length(Tmp)~=0 Tmp1=strsubst(Xyzstr,Uname,'('+string(UM)+')'); Tmp2=Mixop(6,FdL); Tmp3='N='+string(Np(2)); Tmp=Spacecurve(Tmp1,Tmp2,Tmp3); EkL=Mixadd(EkL,Tmp); end; Tmp=mtlb_findstr(DrwS,'n'); if length(Tmp)~=0 Tmp1=strsubst(Xyzstr,Vname,'('+string(VM)+')'); Tmp2=Mixop(5,FdL); Tmp3='N='+string(Np(1)); Tmp=Spacecurve(Tmp1,Tmp2,Tmp3); EkL=Mixadd(EkL,Tmp); end; Tmp=mtlb_findstr(DrwS,'w'); if length(Tmp)~=0 Tmp1=strsubst(Xyzstr,Uname,'('+string(Um)+')'); Tmp2=Mixop(6,FdL); Tmp3='N='+string(Np(2)); Tmp=Spacecurve(Tmp1,Tmp2,Tmp3); EkL=Mixadd(EkL,Tmp); end; Tmp=mtlb_findstr(DrwS,'s'); if length(Tmp)~=0 Tmp1=strsubst(Xyzstr,Vname,'('+string(Vm)+')'); Tmp2=Mixop(5,FdL); Tmp3='N='+string(Np(1)); Tmp=Spacecurve(Tmp1,Tmp2,Tmp3); EkL=Mixadd(EkL,Tmp); end; FkL=Mixjoin(FkL,EkL); endfunction;
31157363d44851172ca734c6ba7b52ba3b244528
449d555969bfd7befe906877abab098c6e63a0e8
/821/CH8/EX8.22/8_22.sce
56fd876d211c1bc2b0ac76822b12d94fc882b253
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
293
sce
8_22.sce
R=1.987;//universal gas constant// T=556;//temperature in kelvin// E=44;//Energy in Kcal// dS=-10;//entropy change in cal per deg// k=(exp(2)*exp(dS/R)*exp(-E/(R*T))*10^13.07);//rate constant for the reaction// printf('Rate constant for the reaction=k=3.47*10^-7litre per mol per sec');
d0c2c75bde68c956c86350054e4bbba75c9a89a5
449d555969bfd7befe906877abab098c6e63a0e8
/2093/CH6/EX6.8/exa_6_8.sce
ce2cc13559e5ab05a7c2d96c90720441650c5f00
[]
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
exa_6_8.sce
// Exa 6.8 clc; clear; close; // Given data L= 0.8;// in H C= .08;// in pF C= C*10^-12;// in F C_M= 1.9;// in pF C_M= C_M*10^-12;// in F C_T= C*C_M/(C+C_M);// in F R=5;// in kohm f_s= 1/(2*%pi*sqrt(L*C));// in Hz disp(f_s*10^-3,"Series resonant frequency in kHz is : ") // (ii) f_p= 1/(2*%pi*sqrt(L*C_T));// in Hz disp(f_p*10^-3,"parallel resonant frequency in kHz is : ") // Note: Calculation to find the value of parallel resonant frequency in the book is wrong, so answer in the book is wrong
90cd77c4a56559e7dd30c0de3b881f8af81b667e
449d555969bfd7befe906877abab098c6e63a0e8
/2240/CH30/EX29.6/EX29_6.sce
ba3ffa723df8c0f399a2817db023e62996144cbc
[]
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
453
sce
EX29_6.sce
// Grob's Basic Electronics 11e // Chapter No. 29 // Example No. 29_6 clc; clear; // Find the exact value of Av. Also, find Vout. // Given data rl = 909; // Load resistance=909 Ohms re = 3.35; // Internal emitter resistance=3.35 Ohms Vin = 1; // Input voltage=1 Volts(p-p) Av = rl/(re+rl); disp (Av,'The Voltage Gain Av is') Vo = Av*Vin; disp (Vo,'The Output Voltage in Volts(p-p)') disp ('i.e 996 mVolts(p-p)')
f2739d2d111362d66dac863d71787194bce69a0d
449d555969bfd7befe906877abab098c6e63a0e8
/1073/CH2/EX2.11/2_11.sce
c467999d5ec0198ae9886beec2e3e7d1f3e9ed25
[]
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
785
sce
2_11.sce
clear; clc; //Example 2.11 printf("Example 2.11"); d1=300 //[mm] r1=d1/2 // [mm] r1=r1/1000 //[m] r2=r1+0.05 //[m] r3= r2+0.04 //[m] x1=0.05 //[m] x2=0.04 //[m] k1=0.105 //W/(m.K) k2=0.07 //W/(m.K) rm1= (r2-r1)/log(r2/r1); // [m] rm2=(r3-r2)/log(r3/r2); //[m] L=1 //let A1=%pi*rm1*L //let L=1 R1=x1/(k1*A1); A2=%pi*rm2*L R2=x2/(k2*A2) T1=623 //[K] T2=323 //[K] dT=T1-T2 //[K] //Part a Q_by_L= dT/(R1+R2) //Heat loss printf("Heat loss is %f W/m",Q_by_L); //Part b: P=2*%pi*(r1+x1+x2) //[m] Q_by_L_peri=Q_by_L/P // [W/sq m] printf("Heat lost per sq meter of outer insulation is %f W/sq m",Q_by_L_peri); R1=x1/(k1*A1) sR=0.871+0.827 dT1=dT*R1/sR printf("Temperature between two layers of insulation=%f K",(T1-dT1) );
16c18643cbd817d8f987140b5662cab685288e1c
67ba0a56bc27380e6e12782a5fb279adfc456bad
/STAMPER_PROG_8.0/bin/mathLib/d2r.sci
2a85322e59619bf82b4ac94a8e54fa9d805c2cc6
[]
no_license
2-BiAs/STAMPER_PROG
8c1e773700375cfab0933fc4c2b0f5be0ab8e8f0
4fdc0bcdaef7d6d11a0dcd97bd25a9463b9550d0
refs/heads/master
2021-01-18T19:30:06.506977
2016-11-10T23:32:40
2016-11-10T23:32:40
71,999,971
0
0
null
null
null
null
UTF-8
Scilab
false
false
67
sci
d2r.sci
function fRad = d2r(fDeg) fRad = fDeg * %pi / 180; endfunction
c41b62049aedc3d7cd42d4a3de2d57ff1530a7c7
449d555969bfd7befe906877abab098c6e63a0e8
/3811/CH3/EX3.9/Ex3_9.sce
73d716810811abcb61985130e98b759518c6aaf6
[]
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,035
sce
Ex3_9.sce
//Book name: Fundamentals of electrical drives by Mohamad A. El- Sharkawi //chapter 3 //example 3.9 //edition 1 //publisher and place:Nelson Engineering clc; clear; Vab=208;//source voltage in volts Vs=Vab/3^(1/2);//rms voltage in volts Vm=Vs*2^(1/2);//maximum peak voltage in volts disp('a)To find maximum average voltage across the load:') Vavemax=(3*3^(1/2)*Vm)/%pi; disp(Vavemax,'maximum average voltage across the load') disp('b)To find the triggering angle at the average voltage of the load:') xold=1;//assumed value c=30;//constant value x=asind((%pi/(3*sqrt(3)))-(cosd(xold+c))); err=100;//assumed value while(err>0.0001) xnew=asind((%pi/(3*sqrt(3)))-(cosd(x+c))); x=xnew; err=abs(xnew-xold); xold=x; end disp(x,'The triggering angle in degree is') disp('c)To find load voltage when the triggering angle is -30 degree :') Vave=(3*3^(1/2)*Vm)/(2*%pi); disp(Vave,'Load voltage when the triggering angle is -30 degree in volt is') //The part (b) answer given in the book is wrong
98227c7a2d116d5908bd8d0eb0c352e6229bf409
e0124ace5e8cdd9581e74c4e29f58b56f7f97611
/3913/CH12/EX12.41/Ex12_41.sce
3d4a93451d7df20fe10d75490f3b8d42c0367faa
[]
no_license
psinalkar1988/Scilab-TBC-Uploads-1
159b750ddf97aad1119598b124c8ea6508966e40
ae4c2ff8cbc3acc5033a9904425bc362472e09a3
refs/heads/master
2021-09-25T22:44:08.781062
2018-10-26T06:57:45
2018-10-26T06:57:45
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
348
sce
Ex12_41.sce
//Chapter 12 : Solutions to the Exercises //Scilab 6.0.1 //Windows 10 clear; clc; //Solution for 9.5 //a A=[-2 -3 -3;-1 0 -1;5 5 6] eigv=spec(A) disp(eigv,'eigen values') [a,b,c]=bdiag(A) b(:,1)=b(:,1)/b(2,1) b(:,3)=b(:,3)/b(1,3) b(:,3)=round(b(:,3)) b(:,2)=b(:,2)/b(2,2) b(1,2)=fix(b(1,2)) b(3,2)=fix(b(3,2)) disp(b,'basis')
fdf81e6ff7a938cd777c155d551e274a00389bc2
449d555969bfd7befe906877abab098c6e63a0e8
/1938/CH6/EX6.12/6_12.sce
5c53e84d806cef63b199f7b60c6f949470772d70
[]
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
811
sce
6_12.sce
clc,clear printf('Example 6.12\n\n') V_l=3300 V_ph=V_l/sqrt(3) VA=3*10^6 I_FL=VA/(V_l*sqrt(3)) IX_s=(20/100)*V_ph //product of I and X_s X_s=complex(0,IX_s/I_FL) //synchronous reactance N_s=1000 P=6 f=50 delta_dash_mech=%pi/180 //phase displacement in degree mechanical //phase displacement in degree electrical delta_dash_elec=delta_dash_mech*(P/2) //P/2 is pole pairs(and not poles) E=V_ph Z_s=X_s //since R=0 P_SY=abs(E)*abs(V_ph)*delta_dash_elec/abs(Z_s) //Synchronising power per phase printf('Synchronising power is %.3f kW',10^-3*P_SY) P_SY_total=3*P_SY //Total synchronising power printf('\n3 phase synchronising power is %.3f kW',10^-3*P_SY_total) N_s=120*f/P //in rpm n_s=(N_s)/60 //in rps T_SY=P_SY_total/(2*%pi*n_s) printf('\nSynchronising torque is %.0f N-m',T_SY)
130fdfcd1ed48849a23efe1ed59d25febe6d45a8
449d555969bfd7befe906877abab098c6e63a0e8
/3876/CH9/EX9.18/Ex9_18.sce
ad0d0ade0f90dee3c4899f9e51e8aca76bd5790e
[]
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
208
sce
Ex9_18.sce
//Chapter 9 Ionic Equilibria and Buffer Action clc; clear; //Initialisation of Variables Ka= 1.8*10**-5 a= 0.1 //molar //CALCULATIONS pH= -log10(Ka) //RESULTS mprintf("pH of a buffer solution = %.2f",pH)
20d24184659e41e2693009bf796215dd901bb4a5
449d555969bfd7befe906877abab098c6e63a0e8
/1092/CH13/EX13.10/Example13_10.sce
ff3b925cbf3614aa2db419e41b68b896af4b8222
[]
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,069
sce
Example13_10.sce
// Electric Machinery and Transformers // Irving L kosow // Prentice Hall of India // 2nd editiom // Chapter 13: RATINGS,SELECTION,AND MAINTENANCE OF ELECTRIC MACHINERY // Example 13-10 clear; clc; close; // Clear the work space and console. // Given data // single phase alternator V_orig = 500 ; // Rated voltage of the alternator in volt kVA_orig = 20 ; // Rated power of the alternator in kVA I = 40 ; // Rated current of the alternator in A R = 2 ; // Armature resistance in ohm X = 15 ; // Armature reactance in ohm V_new = 5000 ; // New voltage of the alternator in volt kVA_new = 100 ; // New power of the alternator in kVA // Calculated armature impedance from Ex.13-9c Z_pu_orig = 1.211 ; // original per-unit value of armature impedance in p.u // Calculation Z_pu_new = Z_pu_orig * (kVA_new/kVA_orig) * (V_orig/V_new)^2 ; // new per-unit value of armature impedance in p.u // Display the results disp("Example 13-10 Solution : "); printf(" \n New per-unit value of armature impedance\n Z_pu(new) = %.5f p.u",Z_pu_new);
711f70e292821b1c939f34690f67e26969afbd42
449d555969bfd7befe906877abab098c6e63a0e8
/2201/CH9/EX9.17/ex9_17.sce
57a5301e1402859c13b44230f81e5322cc4f68d2
[]
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
473
sce
ex9_17.sce
// Exa 9.17 clc; clear; close; // Given data k = 0.12;// in mA/V^2 V_T = -2.5;// in V V_GS = 0; I_D = k*((V_GS-V_T)^2);// in mA disp(I_D,"The value of I_D in mA is"); V_DD = 6;// in V R_S = 4.7;// in k ohm V_DS = V_DD -(I_D*R_S);// in V disp(V_DS,"The value of V_DS in V is "); V_S = 0;// in V V_DSsat = V_S - V_T;// in V disp(V_DSsat,"The value of V_DS(sat) in V is"); if V_DS<V_DSsat then disp("The device is in the non saturation region") end
8b7fd09927bc3bc6eff3d4057dab4ceeb7eebaea
449d555969bfd7befe906877abab098c6e63a0e8
/3717/CH14/EX14.2/Ex14_2.sce
a15f92b31a01734bdaf9a4bf81bcade1559847ae
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
419
sce
Ex14_2.sce
// Ex14_2 Page:274 (2014) clc;clear; T = 5.2; // Temperature of lead, K T_c = 7.193; // Critical temperature of lead, K lambda_0 = 37; // London penetration depth at 0 K, nm lambda_T = lambda_0*(1-(T/T_c)^4)^(-1/2); // Penetration depth of lead at T K, nm printf("\nThe penetration depth of lead at %3.1f K = %5.2f nm", T, lambda_T); // Result // The penetration depth of lead at 5.2 K = 43.40 nm
2c380ac6937998925fdf4e90b134349fadcf2c9a
449d555969bfd7befe906877abab098c6e63a0e8
/1895/CH10/EX10.4/EXAMPLE10_4.SCE
a62a38840ff4468175fbed1167fb7a84111f1f38
[]
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
473
sce
EXAMPLE10_4.SCE
//ANALOG AND DIGITAL COMMUNICATION //BY Dr.SANJAY SHARMA //CHAPTER 10 //DIGITAL MULTIPLEXERS clear all; clc; printf("EXAMPLE 10.4(PAGENO 471)"); //given N = 6//number of channels f_m = 5*10^3//bandwidth of each channel //calculations SR1= 2*f_m//minimum sampling rate SR = N*SR1//sampling rate BW =N*f_m//minimum channel bandwidth //results printf("\n\nSignaling rate =%.2f bits per second",SR); printf("\n\nMinimum channel bandwidth = %.2f Hz",BW);
c810c28db46f0d8e762b99037fc89852d645f2ef
449d555969bfd7befe906877abab098c6e63a0e8
/2144/CH2/EX2.5/exa_2_5.sce
cf8ba6013bb0888a0e3aec827ac80443ba4f61cf
[]
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
203
sce
exa_2_5.sce
// Example 2.5 clc; clear; close; // Given data V1= 2;// in m^3 T1= 30+273;// in K T2= 230+273;// in K // V1/T1 = V0/T0 = V2/T2 V2= V1*T2/T1;// in m^3 disp(V2,"The final volume in m^3 is : ")
9af000a0b5ea516ddcd114d7d83e4f5101366554
449d555969bfd7befe906877abab098c6e63a0e8
/83/CH9/EX9.3/example_9_3.sce
6a7653045f4b3d0111669bc4e5897bb6b666f89f
[]
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,330
sce
example_9_3.sce
//Chapter 9 //Example 9.3 //page 340 //To calculate subtransient current in Generator,Motor and fault clear;clc; mvab=25; kvb=11; Vo=10.6/kvb; //PU Prefault voltage printf('\nPrefault Voltage = %0.4fpu\n',Vo); Load=15/mvab; //load PU with 0.8pf leading Io=(Load/(Vo*0.8))*(cosd(36.9)+%i*sind(36.9)); //Prefault current printf('\nPrefault current = %0.4f at %0.1f deg PU',abs(Io),atand(imag(Io)/real(Io))); Eg=Vo+(%i*0.45*Io); //voltage behind subtransient reactance(generator) printf('\n\nVoltage behind subtransient reactance(Generator) = %0.4f+j%0.2f pu\n''',real(Eg),imag(Eg)); Em=Vo-(%i*0.15*Io); //voltage behind subtransient reactance(motor) printf('\nVoltage behind subtransient reactance(Motor) = %0.4f-j%0.4f pu',real(Em),abs(imag(Em))); Ig=Eg/(%i*0.45); //under fault condition Im=Em/(%i*0.15); //under fault condition printf('\n\nUnder Faulted condition \n Ig""=%0.4f-j%0.4f pu',real(Ig),abs(imag(Ig))); printf('\n Im""=%0.4f-j%0.4f pu',real(Im),abs(imag(Im))); If=Ig+Im; //Current in fault printf('\n\nCurrent in fault= -j%0.4f pu',abs(imag(If))); Ib=(mvab*1000/(sqrt(3)*11)); //Base current //Actual Currents printf("\n\nNow"); Ig=Ig*Ib Im=Im*Ib If=If*Ib printf('\nIg""= %0.1f-j%0.1f A',real(Ig),abs(imag(Ig))); printf('\nIm""= %0.1f-j%0.1f A',real(Im),abs(imag(Im))); printf('\nIf= -j%d A',abs(imag(If)));
7179b6f7b9e2e270aa377ddb59818d5c2a12816f
449d555969bfd7befe906877abab098c6e63a0e8
/3731/CH5/EX5.9/Ex5_9.sce
d98a78d64a91377d30eed094df833d8a859a25b7
[]
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,893
sce
Ex5_9.sce
//Chapter 5:Dc Motor Drives //Example 9 clc; //Variable Initialization //Ratings of the separately excited motor which operates under rheostatic braking V=220 // rated voltage in V N=1000 // rated speed in rpm Ia=175 // rated current in A Ra=0.08 // armature resistance in ohms N1=1050 // initial speed of the motor in rpm J=8 // moment of inertia of the motor load system kg-m2 La=0.12 // armature curcuit inductance in H //Solution E=V-Ia*Ra Wm=N*2*%pi/60 //rated speed in rad/s //(a)When the braking current is twice the rated current Ia1=2*Ia E1=N1/N*E x=E1/Ia1 //x=Rb+Ra Rb=x-Ra //required braking resistance //(b)To obtain the expression for the transient value of speed and current including the effect of armature inductance Ra=x //total armature current K1=N1*2*%pi/60 //initial speed in rad/s K=E/Wm B=0 ta=La/Ra //time constant in sec Trated=E*Ia/Wm //rated torque Tl=0.15*Trated //load torque is 15% of the rated torque tm1= %inf //tm1=J/B and B=0 which is equal to infinity tm2=J*Ra/(B*Ra+K**2) a = ta b = -(1+ta/tm1) c = 1/tm2 //Discriminant d = (b**2) - (4*a*c) alpha1 = (-b-sqrt(d))/(2*a) alpha2 = (-b+sqrt(d))/(2*a) K3=tm2*Tl/J K4=tm2*K*Tl/J/Ra //Transient value for speed x1=((J*alpha2-B)*K1-(Tl-J*alpha2*K3))/(J*(alpha2-alpha1)) y1=((J*alpha1-B)*K1-(Tl-J*alpha1*K3))/(J*(alpha1-alpha2)) //Transient value for the current x2=(K*K1+alpha2*La*K4)/(La*(alpha2-alpha1)) y2=(K*K1+alpha1*La*K4)/(La*(alpha1-alpha2)) //(c) To calculate the time taken by braking operation and the maximum value of the armature current //now Wm=0 for the braking operation and hence 151.5 exp(-0.963*t1)- 8.247 = 0 from the previous answer in (b) a=K3/x1 //a=exp(-0.963*t1) t1=-alpha1*log(real(a)) //take log base e on both sides //now d/dt(ia)=0 for themaximum current and hence d/dt(26.25-593.1exp(-0.963*t)+566.8exp(-4.19*t) = 0 from the previous answer in (b) b=abs(alpha2*y2)/abs(alpha1*x2) //b=exp(-0.963*t)/exp(-4.19*t) t2=log(b)/(-alpha1+alpha2) //take log base e on both sides t2=abs(t2) ia=K4-real(x2)*exp(real(-alpha1)*t2)-real(y2)*exp(real(-alpha2)*t2) //Results mprintf("(a)Hence the braking resistance is :%.3f ohm",Rb) mprintf("\nb)The value of alpha1 :%.3f and alpha2 :%.3f ",real(alpha1),real(alpha2)) mprintf("\nHence the expression for the transient value for the speed is") mprintf("\nWm=%.1f exp( -%.3f *t)%.1f exp( -%.2f *t) - %.3f",real(x1),real(alpha1),real(y1),real(alpha2),K3) mprintf("\nHence the expression for the transient value for the current is") mprintf("\nia=%.2f -%.1f exp(-%.3f*t) +%.1f exp(%.2f*t)",K4,real(x2),real(alpha1),-real(y2),-real(alpha2)) mprintf("\n(c)Hence the time taken is :%.2f sec",t2) mprintf("\nHence the maximum current is:%.2f A",ia) //There is a slight difference in the answers because of rounding
59037ac340d9dcd2867197992ae0b2f42defaea5
78de1b37ac7fbc77bc00584d6677402639eb8ccf
/fop.sci
0e5a486b7f278e6540a642ee97e221d91b82b3a5
[]
no_license
devanshmody/c-c-programs
de25f17728b488bb5245342338d303d968f2ee05
7405239f4fc792a1382d7726cb1aaeffc3e740a8
refs/heads/main
2023-04-16T14:11:06.271935
2021-05-05T09:39:48
2021-05-05T09:39:48
364,526,778
0
0
null
null
null
null
UTF-8
Scilab
false
false
377
sci
fop.sci
a=[0.1,0.2,0.3,0.4,0.5]; b=[0.4,0.5,0.6,0.7,0.8]; c=[1,1,1,1,1]; A=union(a,b); disp(A); subplot(4,4,1); plot(A,'r'); xtitle('union'); B=intersect(a,b); disp(B); subplot(4,4,2); plot(B,'g'); xtitle('intersection'); C=c-a; disp(C); subplot(4,4,3); plot(C,'b'); xtitle('a complement'); D=c-b; disp(D); subplot(4,4,4); plot(D,'m'); xtitle('b complement');
4f5913c2718ceb593eba8686f31440172722048d
449d555969bfd7befe906877abab098c6e63a0e8
/2975/CH30/EX30.5w/Ex30_5w.sce
65a06b188d22d80ca9c88cc2030454664e3c0c04
[]
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,359
sce
Ex30_5w.sce
//developed in windows 8 operating system 64bit //platform Scilab 5.4.1 //example 30_5w clc;clear; //Given Data linear_charge_density=4*10^-4; //Value of linear charge density (Unit:C/m) dipole_distance=2*10^-3; //Distance between dipole (Unit:m) dipole_charge=2*10^-8; //Charge on the electric dipole (Unit: C) distance=2*10^-2; //Distance between dipole and line charge (Unit:m) k=9*10^9; //Value of the coulomb constant (Unit: N-m^2/C^2) //Calculation electric_field_negative=2*k*linear_charge_density/distance; //Calculation of the electric field on the negative charge (Unit:N/C) electric_field_positive=2*k*linear_charge_density/(distance+dipole_distance); //Calculation of the electric field on the positive charge (Unit:N/C) force_negative=dipole_charge*electric_field_negative; //Calculation of force on negative charge of the dipole(Unit:N) force_positive=dipole_charge*electric_field_positive; //Calculation of force on positive charge of the dipole(Unit:N) net_force=force_negative-force_positive; //Calculation of net force on the dipole (Unit:N) disp(net_force,"The net force on the dipole towards the line of charge is (Unit:N)");
b65650690811bade5ef81c0032463b2bbd945fcb
449d555969bfd7befe906877abab098c6e63a0e8
/3537/CH7/EX7.6/Ex7_6.sce
7c48cc04f342f2a6d6824d1825928fcdd32b6224
[]
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
355
sce
Ex7_6.sce
//Example 7_6 clc(); clear; //To calculate the signal attenuation and overall signal attenuation l=10 pi=100 p0=2 signalatten=(10/l)*log10(pi/p0) // units in dB Km^-1 printf("Signal attenuation per unit length=%.1f dB Km^-1",signalatten) overall=signalatten*10 //units in dB printf("\nover all Signal attenuation=%d dB",round(overall))
1a89411934f22ed668f181dbad019e49be1ebfae
449d555969bfd7befe906877abab098c6e63a0e8
/1946/CH4/EX4.13.c/Ex_4_13_c.sce
8b54550c352463c58c8421cda0e65dfe4a6e73ad
[]
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
275
sce
Ex_4_13_c.sce
// Example 4.13.b:Bandwidth legth product clc; clear; close; t=0.1*10^-6;//Time in second L=10;//Distance in Km Bt=(1/(2*t))*10^-6;//Maximum possible optical bandwidth in Mega Hertz BL=Bt*L;// bANDWIDTH LENGTH PRODUCT IN kM disp(BL,"BANDWIDTH LENGTH PRODUCT IN Km")
c7270d2102828f714a42f383391f8214ef6539c1
449d555969bfd7befe906877abab098c6e63a0e8
/1583/CH8/EX8.1/PLL_Ex_8_1.sce
58b0b5257f9f09f9a1afdcd4a3b4ff0583c0d9b8
[]
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
454
sce
PLL_Ex_8_1.sce
clc //Chapter 8:Linear model of phase locked loop //example 8.1 page no 314 //given fo=1*10^6//output frequency fr=25*10^3//reference frequency N=fo/fr Kd=2//phase detector gain factor Ko=100//VCO gain factor thetao=(2*100*2*%pi)//output phase s=poly(0,"s") thetar=s+(2*100*2*%pi)/N//input phase Tf=thetao/thetar disp(Tf,'the closed loop transfer function is ') Kv=Kd*Ko/N//bandwidth mprintf('the synthesizer bandwidth will be %d Hz',Kv)
887552fb5b50c2f5ffa6b4f8921ccd3cc38ef40f
449d555969bfd7befe906877abab098c6e63a0e8
/2579/CH3/EX3.25/Ex3_25.sce
adf15b4dafc26a5fabd4d9c55775abdbc4f659fc
[]
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
620
sce
Ex3_25.sce
//Ex:3.25 clc; clear; close; D=30;// directive gain // D=4L/y=4Nd/y, where L=Nd // then 30=4L/y // L=7.5y L=30/4; // FNBW=2*sqrt(2y/Nd)=2*sqrt(2y/7.5y) // =2*sqrt(2/7.5) FNBW=2*sqrt(2/7.5);// FNBW for end fire array in radian Fnbw=FNBW*180/%pi;// FNBW for end fire array in degree // FNBW1=2y/Nd=2y/7.5y=2/7.5 FNBW1=2/7.5;// FNBW for broad side array in radian Fnbw1=FNBW1*180/%pi;// FNBW for broad side array in degree printf("The array length= %f*y, where y is wavelength", L); printf("\n The FNBW for end fire array = %f degree", Fnbw); printf("\n The FNBW for broad side array = %f degree", Fnbw1);
de3910696705f71e03e00cc78a29d4715806a3b6
449d555969bfd7befe906877abab098c6e63a0e8
/1478/CH2/EX2.18.5/2_18_5.sce
9e3625dab6510d2c8e26ccbd4b8ed0b5345484e6
[]
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
849
sce
2_18_5.sce
//water and its treatment// //example 2.18.5// clc W1=81;//Ca(HCO3)2 in water in mg/lit// W2=84;//MgCO3 in water in mg/lit// W3=22.2;//CaCl2 in water in mg/lit// W4=60;//MgSO4 in water in mg/lit// W5=30;//KCl in water in mg/lit// M1=100/162;//multiplication factor of Ca(HCO3)2// M2=100/84;//multiplication factor of MgCO3// M3=100/111;//multiplication factor of CaCl2// M4=100/120;//multiplication factor of MgSO4// P1=W1*M1;//Ca(HCO3)2 in terms of CaCO3// P2=W2*M2;//MgCO3 in terms of CaCO3// P3=W3*M3;//CaCl2 in terms of CaCO3// P4=W4*M4;//MgSO4 in terms of CaCO3// printf ("We do not take KCl since it does not contribute to hardness "); T=P1+P2; printf("\nTemporary hardness is %.0f mg/l or ppm",T); P=P3+P4; printf("\nPermanant hardness is %.0f mg/l or ppm",P); To=T+P; printf("\nTotal hardness is %.0f mg/l or ppm",To);
2a116813fb03f9f7bc93cf5e96a27ec45c9ab1dc
573df9bfca39973c9bf2fa36f6e5af2643d7771e
/scilab/lib/subret.sci
36f0af842d346d31313d3376dd6253095fbb7101
[]
no_license
DCC-CN/152cn
ef92c691edabe211b1a552dbb963f9fd9ceec94a
4fe0b02f961f37935a1335b5eac22d81400fa609
refs/heads/master
2016-08-13T01:34:17.966430
2015-04-07T07:31:58
2015-04-07T07:31:58
44,502,526
1
0
null
null
null
null
UTF-8
Scilab
false
false
370
sci
subret.sci
function x = subret(U, d, Exibe) // // Substituições sucessivas // n = length(d); x = zeros(n,1); x(n) = digitos(d(n) / U(n,n), Exibe); for i = n-1:-1:1 Soma = 0; for j = i+1:n Soma = Soma + digitos(U(i,j) * x(j), Exibe); end x(i) = digitos((d(i) - Soma) / U(i,i), Exibe); end endfunction
2a3b1ffb930f96745f397d3ed726fd89d1572320
449d555969bfd7befe906877abab098c6e63a0e8
/1748/CH2/EX2.25/Exa2_25.sce
6622e85530dd26d377d27dcf75373861026b8174
[]
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
520
sce
Exa2_25.sce
//Exa 2.25 clc; clear; close; //Given data : format('v',9); Efficiency=0.9;//unitless Output=50;//in H.P. //formula : Efficiency=Output/(Output+Losses) Losses=((1-Efficiency)/Efficiency)*Output*735.5;//in watts Losses=round(Losses);//round //Let, Ststor Cu loss = Rotor Cu los = Iron loss=K //Mechanical Loss = Iron Loss/3 = K/3 //TotalLosses=k+K+K+K/3 K=Losses*3/10;//in watts Pin_rotor=Output*735.5+Losses;//in watts Slip=K/Pin_rotor;//unitless disp(Slip,"Slip :"); disp("or "+string(Slip*100)+"%");
4c530b0966cc411d73b26f8dc428b17f1955e20d
717ddeb7e700373742c617a95e25a2376565112c
/1445/CH8/EX8.2/Ex8_2.sce
0046becf566fcc85793e7c95a3cd6e5293b57bd7
[]
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
835
sce
Ex8_2.sce
//CHAPTER 8- DIRECT CURRENT MACHINES //Example 2 disp("CHAPTER 8"); disp("EXAMPLE 2"); // 230 V DC shunt machine //VARIABLE INITIALZATION v_t=230; //terminal voltage in Volts r_a=0.5; //armature resistance in Ohms r_f=115; //shunt field resistance in Ohms I_l=40; //line current in Amperes //SOLUTION //for generator I_f=v_t/r_f; //current through the shunt field winding I_a=I_l+I_f; //Armature Current E_a=v_t+(I_a*r_a); //E_a=emf of generator //for motor I_f=v_t/r_f; I_a=I_l-I_f; E_b=v_t-(I_a*r_a); //E_b=emf of motor //ratio of speed as generator to speed as motor ratio=E_a/E_b; //E_a:E_b=(k_a*flux*N_g):(k_a*flux*N_m) =>E_a:E_b=N_g:N_m (as flux is constant) disp(sprintf("The ratio of speed as a generator to the speed as a motor is %.3f",ratio)); //END
fc21f9f97bb3650736b1990f918cc7240883e64d
449d555969bfd7befe906877abab098c6e63a0e8
/2087/CH14/EX14.9/example14_9.sce
b2cab995fea1aad2b07f58fdd011890990d466a3
[]
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
684
sce
example14_9.sce
//example 14.9 //design the channel section and calculate discharge clc;funcprot(0); //given r=5.7; //B/D S=1/5000; //bed slope N=0.0225; //rogosity coefficient m=1; //critical velocity ratio(assumed) //applying kutters formula; V=C(RS)^0.5 //where C=(23+1/N+0.00155/S)*(R*S)^0.5/(1+(23+0.00155/S)*N/R^0.5); //we get equation in d as //38.88*D^0.64-66.5*D^0.5+30.37*D^0.14=0 //solving it by trial and error method //we get D=1.7 m. D=1.7; B=r*D; V=0.55*m*(D)^0.64; A=B*D+D^2/2; Q=A*V; Q=round(Q*100)/100; mprintf("Width of channel section=%f m.",B); mprintf("\nDepth of channel section=%f m.",D); mprintf("\n Discharge=%f cumecs.",Q);
7ec4221ee6a79598afa089aa0014b2c3cafffd0b
f42e0a9f61003756d40b8c09ebfe5dd926081407
/TP4/foncjac2.sci
98a640b51a5b3a36af57d03678f185873b796ad1
[]
no_license
BenFradet/MT09
04fe085afaef9f8c8d419a3824c633adae0c007a
d37451249f2df09932777e2fd64d43462e3d6931
refs/heads/master
2020-04-14T02:47:55.441807
2014-12-22T17:34:50
2014-12-22T17:34:50
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
879
sci
foncjac2.sci
function[f, J] = foncjac2(v) a = 5; be = 5; n = length(v) + 1; h = 1 / n; x = zeros(1:n - 1)'; for i = 1:n-1 x(i) = i * h; end deff('[y] = g(x)', 'y = 10 * x ./ (1 + x)'); deff('[y] = b(x)', 'y = -x .* (x - 1)'); deff('[y] = gPrime(x)', 'y = 10 ./ (1 + x) .^ 2'); f = zeros(1:n - 1)'; f(1) = -a + 2 * v(1) + h * h * g(v(1)) - v(2) - h * h * b(x(1)); f(n - 1) = -v(n - 2) + 2 * v(n - 1) + h * h * g(v(n - 1)) - be - ... h * h * b(x(n - 1)); f(2:n - 2) = -v(1:n - 3) + 2 * v(2:n - 2) + h * h * g(v(2:n - 2)) - ... v(3:n - 1) - h * h * b(x(2:n - 2)); ldiag = -ones(1:n-2)'; d = ones(1:n - 1)'; d(1) = 2 + h * h * gPrime(v(1)); d(n - 1) = 2 + h * h * gPrime(v(n - 1)); d(2:n - 2) = 2 + h * h * gPrime(v(2:n - 2)); J = diag(ldiag, -1) + diag(d) + diag(ldiag, 1); endfunction
a0def2bb94898e88293b81fcf835f03ef2890b77
449d555969bfd7befe906877abab098c6e63a0e8
/1052/CH17/EX17.6/176.sce
cf029ea40c2798c62bd7d388cbbdb22fba6e3197
[]
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
850
sce
176.sce
clc; //Example 17.6 //page no 214 printf("\n Example 17.6 page no. 214\n\n"); //the total head developed by a centrifugal pump is given by a equation //hc=42-0.0047*q^2 //the pump is to be used in a water flow system in which the pump head in feet of water is given by eq. //hp=12+0.0198*q^2 //for cal. flow rate hc=hp q=35//from condition hc=hp,gpm hc=42-0.0047*q^2//total head printf("\n total head hc=%f ft of water",hc); rho=62.40//density q_c=0.078//flow rate in cfs unit m_dot=rho*q_c//mass flow rate printf("\n m_dot mass flow rate =%f lb/s",m_dot); W_dot=m_dot*hc//fluid power requirement can be calculated printf("\n fluid power requirement W_dot=%f lbf.ft/s",W_dot); neta=.6//efficiency W_dot_hp=.32//fluid power requirement in hp bhp=W_dot_hp/neta//brake horse power printf("\n brake horse power bhp=%f bhp",bhp);
df4da3274de5f4bb90d377ef16b5905ba3fc1ca4
449d555969bfd7befe906877abab098c6e63a0e8
/761/CH12/EX12.4/12_4.sce
22ca86cb8385e5fd4d0318b0bddc87814b014ae3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
232
sce
12_4.sce
clc; // page no 412 // prob no 12_4 baud_rate=24.3;// in kilobaud // In this problem dibit system is used. //Therefore symbol_rate=baud_rate=0.5*bit_rate bit_rate=2*baud_rate; disp('kb/s',bit_rate,'The channel data rate is');
9fc560c9c3c9af76b7b8cc841b5239bb7b435ddb
449d555969bfd7befe906877abab098c6e63a0e8
/61/CH6/EX6.11/ex6_11.sce
34133837d71c522e32f6cf11ad660fe475d0cad7
[]
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
516
sce
ex6_11.sce
//ex6.11 B_DC=250; R_C=2.2*10^3; R_E=1*10^3; R_L=10*10^3; R1=56*10^3; R2=12*10^3; V_BE=0.7; V_CC=10; //since B_DC*R_E>>R2 V_B=(R2/(R1+R2))*V_CC; V_E=V_B-V_BE; I_E=V_E/R_E; r_e=25*10^-3/I_E; R_in=r_e; //input resistance R_c=R_C*R_L/(R_C+R_L); //ac collector resistance A_v=R_c/r_e; //current gain is almost 1 //power gain is approximately equal to voltage gain A_p=A_v; A_i=1; disp(R_in,'input resistance in ohms') disp(A_v,'voltage gain') disp(A_i,'current gain') disp(A_p,'power gain')
68469e02b7c735a71711655c1397e08b53ced779
449d555969bfd7befe906877abab098c6e63a0e8
/779/CH9/EX9.8/9_8.sce
c608b055dee345d1d36bc429b062c049ded3588c
[]
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
457
sce
9_8.sce
w3 = 2.3; w1 = 1.0; w2 = w3-w1; h1 = 2950.0; // At 0.8MPa, 0.95 dry x = 0.95; hf = 721.11; hfg = 2048; h2 = hf + (x*hfg); h3 = ((w1*h1)+(w2*h2))/w3; // Interpolation H = [2769.1 2839.3]; T = [170.43 200]; t3 = interpln([H;T],2790); s3 = 6.7087; s4 = s3; x4 = (s3-1.7766)/5.1193; h4 = 604.74+(x4*2133.8); V4 = sqrt(2000*(h3-h4)); disp("degree",t3-T(1),"The condition of superheat after mixing") disp("m/sec",V4,"The velocity of steam leaving the nozzle is")
5162321e52e67ff2f6ba43d1eb190599c553eb00
449d555969bfd7befe906877abab098c6e63a0e8
/1241/CH11/EX11.7/exa11_7.sce
28b33eac1097c3797dd8d02ef61271a6804076ab
[]
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
511
sce
exa11_7.sce
//Example 11-7// //resolution and percent resolution of a 10 bit D/A converter,input voltage varies from -10 to 10// clc //clears the window// clear //clears all existing variables// E=10-(-10) n=10 //given the voltage range E in volts and the number of bits n// disp('10 bit converter can have (2^10)-1 non zero states ') Res=E/((2^n)-1) Pres=1/((2^n)-1)*(100) disp('the resolution in millivolts is : ') disp(Res*1000) disp('the percent resolution is : ') disp(Pres) //answers are displayed//
7ee510b71b39f015cb4407cb8c456bf04a01bd1a
717ddeb7e700373742c617a95e25a2376565112c
/1658/CH5/EX5.10/Ex5_10.sce
76bf265feab99ffb8bf6ceed07dd4aac83f2f296
[]
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
107
sce
Ex5_10.sce
clc; VS=12; R=470; VD=0; disp(VD); VR=VS; disp('V',VR*1,"VR="); I=(VS/R); disp('mA',I*10**3,"I="); // test
7e0be69dca3dca72314673039be45b84ee2bd299
449d555969bfd7befe906877abab098c6e63a0e8
/564/DEPENDENCIES/23_2data.sci
5c96bd674d6e6b7532c8f4dcee2359541ab138a3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
365
sci
23_2data.sci
//matrices are in the order[120;12i;13;24;34;35;46;56] L=[1650;508;775;775;380;508;508;254];//length,given in mm t=[1.22;2.03;1.22;1.22;1.63;0.92;0.92;0.92];//thickness,given in mm G=[24200;27600;24200;24200;27600;20700;20700;20700];//given in N.mm^2 Gref=27600;//given in N^mm^2 A=[258000;355000;161000];//cell area,given in mm^2 T=11.3*10^6;//torque,given in N.mm
9f603b154cc77327d59601d313165aa2f111f4c6
449d555969bfd7befe906877abab098c6e63a0e8
/2273/CH7/EX7.4/ex7_4.sce
7b4cd0ae962718ea1fad362aed3841a2fdec89ce
[]
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
sce
ex7_4.sce
//Find spacing between the conductor clear; clc; //soltion //given r=1;//cm go=30/sqrt(2);//kV/cm.... Dielectric strength of air mo=1;//Irregularity factor del=1//air density factor Vdo=220/sqrt(3); d=exp(Vdo/(mo*go*del*r)); printf("Spacing between the conductor (d)= %.2f m",d/100)
43457198601bf4a604e529c6dd803c3e3d5beabc
449d555969bfd7befe906877abab098c6e63a0e8
/1652/CH12/EX12.4/12_4.sce
6565559d0c158f3c118eb10ae3cc9500e9ff48ed
[]
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
216
sce
12_4.sce
clc //Initialization of variables P=6 //atm T=273.2+25 //K P=23.8 //mm V=0.018 //lt/mol R=0.08206 //lt am/deg mol //calculations dPa=V*P*4536/(R*T*760) Pa=dPa+P //results printf("Pressure = %.1f mm",Pa)
1ac353171c9402a5545b9c01a377ec452971636a
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/Computing/testerreurarrondis.sce
9d18ea524c9d0b314862c5acff61b61cf3b9948e
[]
no_license
markusmorawitz77/Scilab
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
7c98963a7d80915f66a3231a2235010e879049aa
refs/heads/master
2021-01-19T23:53:52.068010
2017-04-22T12:39:21
2017-04-22T12:39:21
89,051,705
0
0
null
null
null
null
UTF-8
Scilab
false
false
436
sce
testerreurarrondis.sce
// discrepancy between the display and result sqrt(2)^2 // displays 2 sqrt(2)^2-2 // but the previous result is not 2 //minor rounding error: sqrt(6),sqrt(2)*sqrt(3) // displays the same result // however their results are slightly different: sqrt(6)-sqrt(2)*sqrt(3) // significant rounding error: X=1D30;Y=1D10; X+Y-X // result 0 X-X+Y // result Y //complex rounding error: %e^(%i*%pi) // =-1 within a 10^(-16) error margin
e0c926458d6514ef24f2db081eeba6cc048f6d10
449d555969bfd7befe906877abab098c6e63a0e8
/1475/CH7/EX7.21/Example_7_21.sce
357d290c7a4c1bb5161e2fcaa3bd1f9622ecd549
[]
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
258
sce
Example_7_21.sce
// Example 7.21 From the following data calculate Paasche Quantity index number clc; clear; Qo=[54 93 18 6 23]; Qn=[250 75 56 8 47]; PnQn=[540 852 448 56 141]; Pn=PnQn./Qn; PQI=(sum(PnQn)/sum(Pn.*Qo)*100); disp(PQI,"Paasche Quantity index number");
03142692b5e0820bdb91a81fccefbaf819ca99b2
449d555969bfd7befe906877abab098c6e63a0e8
/2873/CH5/EX5.15/Ex5_15.sce
ddab98c28f30cdcc69de4c1ba8c4ec0a0c79baf7
[]
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
964
sce
Ex5_15.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh Chapter 5 Example 15") p1=0.5;//initial pressure of air in Mpa T1=400;//initial temperature of air in K p2=0.3;//final pressure of air in Mpa T2=350;//initial temperature of air in K R=0.287;//gas constant in KJ/kg K Cp=1.004;//specific heat at constant pressure in KJ/kg K disp("let the two points be given as states 1 and 2,") disp("let us assume flow to be from 1 to 2") disp("so entropy change(deltaS1_2)=s1-s2=Cp*log(T1/T2)-R*log(p1/p2)in KJ/kg K") deltaS1_2=Cp*log(T1/T2)-R*log(p1/p2) disp("deltaS1_2=s1-s2=0.01254 KJ/kg K") disp("it means s2 > s1 hence the assumption that flow is from 1 to 2 is correct as from second law of thermodynamics the entropy increases in a process i.e s2 is greater than or equal to s1") disp("hence flow occurs from 1 to 2 i.e from 0.5 MPa,400K to 0.3 Mpa & 350 K")
7c55b322b215aef5480e5e438df28ee29dfa207c
449d555969bfd7befe906877abab098c6e63a0e8
/462/CH10/EX10.2.a/ex_10_2_a.sce
2cfd145c6692a2cb1ba4b589209b98792924b069
[]
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
341
sce
ex_10_2_a.sce
//example 10.2(a)// clc //clears the screen// clear //clears already existing variables// disp('digital input to analog output of 4 bit is as follows') for(i=0:15) x=dec2bin(i); //conversion of decimal to binary// disp(x) //binary form of the number// disp(i); //decimal form of the number// i=i+1; end //displays the result//
4c4fb9038704f9127fa2ef540ee729f1aef6c05b
449d555969bfd7befe906877abab098c6e63a0e8
/3682/CH5/EX5.1/Ex5_1.sce
e9cdfade4390bd96e567225f7868640c21a1dbb5
[]
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,561
sce
Ex5_1.sce
// Exa 5.1 clc; clear; // Given data // A comparator as shown in FIg. 5.7(a) Aol=50000; // open loop gain of op-amp Vz=9; // Volts Vd=0.7; // cutoff voltage // Solution // case 1 printf(' Since AOL = ∞ , even a small positive or negative voltage at the input drives the output to +- Vsat. \n This causes Vz1 or Vz2 to break down, giving output voltage vo = +-(Vz+Vd)= '); Vsat = Vz+Vd; printf(' %.1f V. \n The same is shown in Graphic Window No. 0 \n', Vsat); Vi= [-1:0.1:1]; for i=1:21 if(Vi(i)<0) Vo(i)=-Vsat; elseif(Vi(i)==0) Vo(i)=Vsat; else Vo(i)=Vsat; end end set(gca(),"grid",[1,1]); a=gca(); // Handle on axes entity a.x_location = "origin"; a.y_location = "origin"; plot2d2(Vi,Vo); title('Transfer curve for ideal op-amp condition',"color","blue","fontsize",3); // case 2 DellVi = Vsat/Aol; // Zener breaks down after +-Dell_Vi scf(1); Vi= [-1:0.1:1]; for i=1:21 if(Vi(i)<0) Vo(i)=-Vsat; elseif(Vi(i)==0) Vo(i)=DellVi; else Vo(i)=Vsat; end end set(gca(),"grid",[1,1]); a=gca(); // Handle on axes entity a.x_location = "origin"; a.y_location = "origin"; plot(Vi,Vo,'ro-'); title('Transfer curve for practical op-amp condition',"color","blue","fontsize",3); printf(' \n\n Now since, ∇Vi = %.3f mV. The zeners break down after +- %.3f mV \n as shown in the transfer curve depicted in Graphic Windows No. 1',DellVi*1000,DellVi*1000);