24.08.2013 Aufrufe

Diplomarbeit Quantitative Analyse des Ausscheidungs- verhaltens ...

Diplomarbeit Quantitative Analyse des Ausscheidungs- verhaltens ...

Diplomarbeit Quantitative Analyse des Ausscheidungs- verhaltens ...

MEHR ANZEIGEN
WENIGER ANZEIGEN

Sie wollen auch ein ePaper? Erhöhen Sie die Reichweite Ihrer Titel.

YUMPU macht aus Druck-PDFs automatisch weboptimierte ePaper, die Google liebt.

print,vec<br />

print,sigma<br />

plot,q,i,/ylog,/xlog,psym=6,title=ti<br />

oplot,q,fit<br />

;************** Calculate functions with fitted Parameters *********<br />

;definitions<br />

amp2=vec(3)<br />

qmax=vec(4)<br />

;Call fixed values from Nimonival<br />

f=[0,0,0,0,0,0,0,0]<br />

fp=nimonival(f)<br />

pi=fp(3)<br />

aa=fp(4)<br />

bb=fp(5)<br />

cc=fp(6)<br />

dd=fp(7)<br />

;-------------------------------------------------------<br />

;Model function for g'<br />

x=q/qmax<br />

int2=amp2*(aa*x^4/(x^4+cc))*bb/(bb+(x^2-1+dd)^2)<br />

oplot,q,int2,linestyle=3<br />

;q-4 contribution<br />

int4=vec(5)/q^4<br />

oplot,q,int4,linestyle=3<br />

;Scattering from carbi<strong>des</strong><br />

int3=fit-int2-int4<br />

oplot,q,int3,linestyle=3<br />

;calculate integral parameters<br />

intpar=nimonicalc(vec)<br />

print,intpar<br />

;write results to file<br />

OPENW,unt,output2,/GET_LUN<br />

PRINTF,unt,'Ic(1e36 cm-1),Rc,nc,Ig,qmax,Aq4'<br />

PRINTF,unt,vec(0)<br />

PRINTF,unt,vec(1)<br />

PRINTF,unt,vec(2)<br />

PRINTF,unt,vec(3)<br />

PRINTF,unt,vec(4)<br />

PRINTF,unt,vec(5)<br />

PRINTF,unt,'Qc,Pc,Rpc,Qg,Pg,Rpg,Qq4,Pq4,Rpq4'<br />

PRINTF,unt,intpar(0)<br />

PRINTF,unt,intpar(1)<br />

PRINTF,unt,intpar(2)<br />

PRINTF,unt,intpar(3)<br />

PRINTF,unt,intpar(4)<br />

PRINTF,unt,intpar(5)<br />

PRINTF,unt,intpar(6)<br />

PRINTF,unt,intpar(7)<br />

PRINTF,unt,intpar(8)<br />

FREE_LUN,unt<br />

OPENW,unt,output1,/GET_LUN<br />

FOR iii=0,N_elements(q)-1 DO BEGIN<br />

PRINTF,unt,FORMAT='(f12.6,1x,f12.6,1x,f12.6,1x,f12.6,1x,f12.6,1x,f12.6)',$<br />

q(iii),i(iii),fit(iii),int2(iii),int3(iii),int4(iii)<br />

endfor<br />

FREE_LUN,unt<br />

end<br />

95

Hurra! Ihre Datei wurde hochgeladen und ist bereit für die Veröffentlichung.

Erfolgreich gespeichert!

Leider ist etwas schief gelaufen!