%!PS-Adobe-3.0 EPSF-3.0 http://130.149.60.45/~farbmetrik/VG29/VG29L00XX.PS 20130201 %%BoundingBox: 14 08 828 584 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: www.ps.bam.de/VG29/VG29.HTM) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices) /Creator (klaus.richter@mac.com) /CreationDate (D:2013020112000) /ModDate (D:20130210112000) /DOCINFO pdfmark [ /View [ /Fit ] /DOCVIEW pdfmark /sfgray {setgray} bind def %Early Frame File (f) definition /sfrgbcolor {setrgbcolor} bind def /sfcmykcolor {setcmykcolor} bind def %line 20****************************************************** %BEG VG29/OUTLIN10.PS Emty 20120301 %END VG29/OUTLIN10.PS Emty 20120301 %**************************************************** %BEG 'VG29'OUTLIN1X.PS Other procedures for sRGB output linearization %**************************************************** %BEG COLDATA_SRGB_00.PS %BEG TRANSFER_EARLY_F.TXT **********************************2012-02-01 %Early definition of FF_LM_setgray_F0 identical to former setgray /FF_LM_setgray_F0 {setgray} bind def /FF_LM_setrgbcolor_F0 {setrgbcolor} bind def /FF_LM_setcmykcolor_F0 {setcmykcolor} bind def /FF_LM_transfer_F0 {settransfer} bind def /FF_LM_colortransfer_F0 {setcolortransfer} bind def %END TRANSFER_EARLY_F.TXT **********************************2012-02-01 %***************************************************************************** /setcolortrans_F {%BEG procedure setcolortrans_F %1MR-Transform of setgray and setcmykcolor to FF_LM_de_setrgbcolor_F %Three procedures and use of the procedure FF_LM_de_setrgbcolor_F of main FF /setgray {%BEG procedure setgray_F dup dup FF_LM_de_setrgbcolor_F %STOPs } def %END procedure setgray_F /setcmykcolor {%BEG procedure setcmykcolor_F /FF_LM_k exch def /FF_LM_y exch def /FF_LM_m exch def /FF_LM_c exch def FF_LM_k 0 eq {%FF_LM_k=0 1 FF_LM_c sub 1 FF_LM_m sub 1 FF_LM_y sub FF_LM_de_setrgbcolor_F }%FF_LM_k=0 {%FF_LM_k#0 FF_LM_c 0 eq FF_LM_m 0 eq and FF_LM_y 0 eq and {%FF_LM_k#0 and c=m=y=0 achromatic 1 FF_LM_k sub dup dup FF_LM_de_setrgbcolor_F }%FF_LM_k#0 and c=m=y=0 achromatic {%FF_LM_k#0 and c or m or y#0 chromatic 1 FF_LM_c sub 1 FF_LM_k sub mul 1 FF_LM_m sub 1 FF_LM_k sub mul 1 FF_LM_y sub 1 FF_LM_k sub mul FF_LM_de_setrgbcolor_F } ifelse %FF_LM_k#0 and c or m or y#0 chromatic } ifelse %FF_LM_k#0 } def %END procedure setcmykcolor_F /setrgbcolor {%BEG procedure setrgbcolor_F /FF_LM_b exch def /FF_LM_g exch def /FF_LM_r exch def FF_LM_r FF_LM_g FF_LM_b FF_LM_de_setrgbcolor_F %STOPr } def %BEG procedure setrgbcolor_F /settransfer {FF_LM_transfer_F} def /setcolortransfer {FF_LM_colortransfer_F} def %******************************************************************* /FF_LM_de_setrgbcolor_F { %BEG FF_LM_de_setrgbcolor_F %assumes input of rgb, which is called rgb_dyF %calculation of intended rgb*dyF, LABCh*dyF %Lab2RGBinterpolation for colorm=1 %calculation of inverse rgb'*dyF, LABCh'*dyF, which produces rgb*dyF, LABCh*dyF %requires /hab*dy362Mi 362 array def %(y=s,d,e) %requires /rgb*dy362Mi 362 array def %(y=s,d,e) %requires /LAB*dyx362Mi 362 array def %(y=s,d,e, x=LabCh) /b_dyF exch def /g_dyF exch def /r_dyF exch def %calculation of i_dyF, c_dyF, and t_dyF /maxd r_dyF def g_dyF maxd gt {/maxd g_dyF def} if b_dyF maxd gt {/maxd b_dyF def} if /mind r_dyF def g_dyF mind lt {/mind g_dyF def} if b_dyF mind lt {/mind b_dyF def} if /i_dyF maxd def /c_dyF maxd mind sub def /t_dyF i_dyF c_dyF 0.5 mul sub def /hsiF r_dyF 030 sin mul g_dyF 150 sin mul add b_dyF 270 sin mul add %y_e r_dyF 030 cos mul g_dyF 150 cos mul add %x_e 0.0001 add atan 0.5 add cvi def %range 30 ... 390 %perhaps change %to decide hab*dyF/dsF/deF ! hsiF hab*ds362Mi 0 get sub 0 le {/hsiF hsiF 360 add def} if /hsiFm30 hsiF 30 sub def %range 00 ... 360 %test grey r_dyF g_dyF sub abs 0.002 le g_dyF b_dyF sub abs 0.002 le and {%grey, not grey /r*dyM 1 def /g*dyM 1 def /b*dyM 1 def /hsiM r*dyM 030 sin mul g*dyM 150 sin mul add b*dyM 270 sin mul add %y_d r*dyM 030 cos mul g*dyM 150 cos mul add %x_d 0.0001 add atan def hsiM hab*ds362Mi 0 get sub 0 le {/hsiM hsiM 360 add def} if /hsiMm30 hsiM 30 sub def /LAB*LdyM L*Wioa def /LAB*adyM 0 def /LAB*bdyM 0 def /LAB*LdyF L*Nioa r_dyF L*Wioa L*Nioa sub mul add def /LAB*adyF 0 def /LAB*bdyF 0 def /r*dyF r_dyF def /g*dyF g_dyF def /b*dyF b_dyF def /r'*dyF r_dyF def /g'*dyF g_dyF def /b'*dyF b_dyF def }%grey {%color hsiFm30 0 lt {/hsiFm30 0 def} if %for correction to be deleted! hsiFm30 360 gt {/hsiFm30 360 def} if %calculation of intended rgb*dyM, LAB*LabdyM deintp 0 eq {%deintp=0 /r*dyM r*dd362Mi hsiFm30 get def /g*dyM g*dd362Mi hsiFm30 get def /b*dyM b*dd362Mi hsiFm30 get def /LAB*LdyM LAB*Ldd362Mi hsiFm30 get def /LAB*adyM LAB*add362Mi hsiFm30 get def /LAB*bdyM LAB*bdd362Mi hsiFm30 get def } if %deintp=0 deintp 1 eq {%deintp=1 /r*dyM r*de362Mi hsiFm30 get def /g*dyM g*de362Mi hsiFm30 get def /b*dyM b*de362Mi hsiFm30 get def /LAB*LdyM LAB*Lde362Mi hsiFm30 get def /LAB*adyM LAB*ade362Mi hsiFm30 get def /LAB*bdyM LAB*bde362Mi hsiFm30 get def } if %deintp=1 %calculation of intended rgb*dyF, LAB*LabdyF c_dyF 1 eq {%c_dy=1,#1 /r*dyF r*dyM def /g*dyF g*dyM def /b*dyF b*dyM def /LAB*LdyF LAB*LdyM def /LAB*adyF LAB*adyM def /LAB*bdyF LAB*bdyM def }%c_dyF=1 {%c_dyF#1 /t00 1.0 c_dyF 0.5 mul sub def /t0x 0.5 t_dyF 0.5 sub 0.5 mul t00 0.5 sub div add def /r*dyF t0x r*dyM t0x sub c_dyF mul add def /g*dyF t0x g*dyM t0x sub c_dyF mul add def /b*dyF t0x b*dyM t0x sub c_dyF mul add def /L*Xioa L*Nioa t0x L*Wioa L*Nioa sub mul add def /LAB*LdyF L*Xioa LAB*LdyM L*Xioa sub c_dyF mul add def /LAB*adyF 0 LAB*adyM 0 sub c_dyF mul add def /LAB*bdyF 0 LAB*bdyM 0 sub c_dyF mul add def } ifelse %c_dyF=1,#1 } ifelse %grey or color %only for control, not used: calculation of hsiM /hsiM r*dyM 030 sin mul g*dyM 150 sin mul add b*dyM 270 sin mul add %y_d r*dyM 030 cos mul g*dyM 150 cos mul add %x_d 0.0001 add atan def hsiM hab*ds362Mi 0 get sub 0 le {/hsiM hsiM 360 add def} if /hsiMm30 hsiM 30 sub def %only for control, not used: calculation of ict*dyM and ict*dyF %calculation of i*dyM, c*dyM, and t*dyM /maxd r*dyM def g*dyM maxd gt {/maxd g*dyM def} if b*dyM maxd gt {/maxd b*dyM def} if /mind r*dyM def g*dyM mind lt {/mind g*dyM def} if b*dyM mind lt {/mind b*dyM def} if /i*dyM maxd def /c*dyM maxd mind sub def /t*dyM i*dyM c*dyM 0.5 mul sub def %%only for control, not used: calculation of i*dyF, c*dyF, and t*dyF /maxd r*dyF def g*dyF maxd gt {/maxd g*dyF def} if b*dyF maxd gt {/maxd b*dyF def} if /mind r*dyF def g*dyF mind lt {/mind g*dyF def} if b*dyF mind lt {/mind b*dyF def} if /i*dyF maxd def /c*dyF maxd mind sub def /t*dyF i*dyF c*dyF 0.5 mul sub def colorm 0 eq {%colorm=0 r*dyF g*dyF b*dyF }%colorm=0 {%colorm=1 LAB*LdyF LAB*adyF LAB*bdyF Lab2RGBinterpolation /b'*dyF exch def /g'*dyF exch def /r'*dyF exch def r'*dyF g'*dyF b'*dyF } ifelse %colorm=1 FF_LM_setrgbcolor_F } bind def %END FF_LM_de_setrgbcolor_F /FF_LM_xchart_gamma_F {/xchart where {pop /xchartN xchart 8 idiv def /xchartP xchart xchart 8 idiv 8 mul sub def} {/xchartN 2.0 def %default /xchartP 0.5 def} ifelse /gamma_F 2.4 xchartP 0.18 mul sub 2.4 div 1 2.4 xchartN 0.18 mul sub 2.4 div div mul def gamma_F exp } def /FF_LM_setrgbcolor_F {%FF_LM_setrgbcolor_F /FF_LM_b0L exch def /FF_LM_g0L exch def /FF_LM_r0L exch def FF_LM_r0L 0 le {/FF_LM_r0L 0.0001 def} if FF_LM_g0L 0 le {/FF_LM_g0L 0.0001 def} if FF_LM_b0L 0 le {/FF_LM_b0L 0.0001 def} if /FF_LM_r1F FF_LM_r0L FF_LM_xchart_gamma_F def /FF_LM_g1F FF_LM_g0L FF_LM_xchart_gamma_F def /FF_LM_b1F FF_LM_b0L FF_LM_xchart_gamma_F def FF_LM_r1F FF_LM_g1F FF_LM_b1F FF_LM_setrgbcolor_F0 } def %FF_LM_setrgbcolor_F /FF_LM_transfer_F {{FF_LM_xchart_gamma_F} FF_LM_transfer_F0} def /FF_LM_colortransfer_F {{FF_LM_xchart_gamma_F} {FF_LM_xchart_gamma_F} {FF_LM_xchart_gamma_F} FF_LM_colortransfer_F0} def } def %END procedure setcolortrans_F %******************************************************************* /Colordata_sRGB_F {%BEG procedure Colordata_sRGB_F /Xrx089 729 array def /Yrx089 729 array def /Zrx089 729 array def /Xrx100 729 array def /Yrx100 729 array def /Zrx100 729 array def /R0 729 array def /G0 729 array def /B0 729 array def %/RGB0_to_XYZj_F { %BEG procedure RGB0_to_XYZj_F %transfers standard sRGB data (IEC 61966-2-1) to XYZ data for 9x9x9=729 colours %normalized XYZ data with Y=88.59 for display white, compare ISO 9241-306:2008. %requires /(XYZ)rx089 729 array def % /(XYZ)rx100 729 array def %requires in addition /RGB0_F 1080 array def %/Xrx089 729 array def %/Yrx089 729 array def %/Zrx089 729 array def %/Xrx100 729 array def %/Yrx100 729 array def %/Zrx100 729 array def %/R0 729 array def %/G0 729 array def %/B0 729 array def %row no.1 and 2: 9xrgb /imax 08 def /jmax 08 def /kmax 08 def 0 1 kmax {/k exch def %beg k=0,08 0 1 jmax {/j exch def %beg j=0,jmax 0 1 imax {/i exch def %beg i=0,imax /n i j 9 mul add k 81 mul add def R0 n k kmax div 1000 mul put G0 n j jmax div 1000 mul put B0 n i imax div 1000 mul put } for %end i=0,jmax } for %end j=0,jmax } for %end k=0,kmax /IM0 729 def /IM1 IM0 1 sub def 0 1 IM1 {/i exch def %i=0,IM1 R0 i get 0.04045 le %equations of IEC 61966-2-1:2003 {/RsRGB R0 i get 12.92 div def} {/RsRGB R0 i get 0.001 mul 0.055 add 1.055 div 2.4 exp def} ifelse G0 i get 0.04045 le {/GsRGB G0 i get 12.92 div def} {/GsRGB G0 i get 0.001 mul 0.055 add 1.055 div 2.4 exp def} ifelse B0 i get 0.04045 le {/BsRGB B0 i get 12.92 div def} {/BsRGB B0 i get 0.001 mul 0.055 add 1.055 div 2.4 exp def} ifelse Xrx100 i 0.4124 RsRGB mul 0.3576 GsRGB mul add 0.1805 BsRGB mul add 100 mul put Yrx100 i 0.2126 RsRGB mul 0.7152 GsRGB mul add 0.0722 BsRGB mul add 100 mul put Zrx100 i 0.0193 RsRGB mul 0.1192 GsRGB mul add 0.9505 BsRGB mul add 100 mul put } for %i=0,IM1 0 1 IM1 {/i exch def %i=0,IM1 Xrx089 i Xrx100 i get 0.8859 mul put Yrx089 i Yrx100 i get 0.8859 mul put Zrx089 i Zrx100 i get 0.8859 mul put } for %i=0,IM1 /iN 0 def /iW 728 def /XLN100 Xrx100 iN get def /YLN100 Yrx100 iN get def /ZLN100 Zrx100 iN get def /XLW100 Xrx100 iW get def /YLW100 Yrx100 iW get def /ZLW100 Zrx100 iW get def /XLN089 Xrx089 iN get def /YLN089 Yrx089 iN get def /ZLN089 Zrx089 iN get def /XLW089 Xrx089 iW get def /YLW089 Yrx089 iW get def /ZLW089 Zrx089 iW get def % achromatic (D65) colours /XLWD65100 95.04 def /YLWD65100 100.00 def /ZLWD65100 108.88 def /XLWD65089 95.04 0.8859 mul def /YLWD65089 100.00 0.8859 mul def /ZLWD65089 108.88 0.8859 mul def /XLN001 XLWD65100 100 div def /YLN001 YLWD65100 100 div def /ZLN001 ZLWD65100 100 div def %} bind def %END procedure RGB0_to_XYZj_F %/xchartj_XYZj_FAB729a_F { %BEG Procedure xchartj_FAB729a_F %transfer from XYZj data to LAB729a CIELAB data for 9x9x9=729 colours %requires 0<= xchartj <=10 (11 luminance reflections) %requires /(XYZ)x089 3240 array def (x=rc,ra,na,la) %requires /(Lab)x089 3240 array def (x=rc,ra,na,la) %requires /x729 729 array def (x=X,Y,Z) %not adapted %requires /x729 729 array def (x=L,a,b) %not adapted %requires /x729a 729 array def (x=L,a,b) %adapted /Lrc089 729 array def /arc089 729 array def /brc089 729 array def /Xrc089 729 array def /Yrc089 729 array def /Zrc089 729 array def /Lra089 729 array def /ara089 729 array def /bra089 729 array def /Xra089 729 array def /Yra089 729 array def /Zra089 729 array def /Lna089 729 array def /ana089 729 array def /bna089 729 array def /Xna089 729 array def /Yna089 729 array def /Zna089 729 array def /Lla089 729 array def /ala089 729 array def /bla089 729 array def /Xla089 729 array def /Yla089 729 array def /Zla089 729 array def /Xj 729 array def /Yj 729 array def /Zj 729 array def /LAB*Lj 729 array def %not adapted /LAB*aj 729 array def /LAB*bj 729 array def /LAB*Lja 729 array def %adapted /LAB*aja 729 array def /LAB*bja 729 array def /DecodeXYZ* {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind def /XD65W 95.04 def /YD65W 100.00 def /ZD65W 108.88 def /XD50W 96.42 def /YD50W 100.00 def /ZD50W 82.51 def /DAKTE [(D65) (D50)] def /ilf 8 array def /ilf [0.00 0.25 0.50 1.00 2.00 4.00 8.00 16.00] def /Lrefl 11 array def /Lrefl [(0%) (0%) (0%) (0%) (0,6%) (1,2%) (2,5%) (5%) (10%) (20%) (40%)] def xchartj 2 le {/il 0 def} {/il xchartj 3 sub def} ifelse %Reference black and factors /YrN 2.52 def /Xtref089 YrN ilf il get mul XLN001 mul def /Ytref089 YrN ilf il get mul def /Ztref089 YrN ilf il get mul ZLN001 mul def /YNil Ytref089 def /YNil001 YNil 100 div def YNil001 6 29 div 3 exp ge {/FYYn YNil001 0.3333 exp def} {/FYYn 841 108 div YNil001 mul 4 29 div add def} ifelse /L*Nil 116 FYYn mul 16 sub def /IM1 728 def 0 1 IM1 {/i exch def %i=0,IM1 Xrc089 i Xrx089 i get put Yrc089 i Yrx089 i get put Zrc089 i Zrx089 i get put /XQ Xrc089 i get XLWD65100 div def /YQ Yrc089 i get YLWD65100 div def /ZQ Zrc089 i get ZLWD65100 div def XQ 0 lt {/XQ 0.00000001 def} if YQ 0 lt {/YQ 0.00000001 def} if ZQ 0 lt {/ZQ 0.00000001 def} if Lrc089 i YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse put arc089 i XQ 0.008856 lt {7.787 XQ mul 16 116 div add} {XQ 0.33333333 exp} ifelse YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse sub 500 mul put brc089 i YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add} {ZQ 0.33333333 exp} ifelse sub 200 mul put } for %i=0,IM1 /L*N Lrc089 0 get def /A*N arc089 0 get def /B*N brc089 0 get def /L*W Lrc089 728 get def /A*W arc089 728 get def /B*W brc089 728 get def 0 1 IM1 {/i exch def %i=0,IM1 Lra089 i Lrc089 i get put /l*CIE Lrc089 i get L*N sub L*W L*N sub div def %system rel. lightn. /a*s A*W A*N sub l*CIE mul def /b*s B*W B*N sub l*CIE mul def ara089 i arc089 i get A*N sub a*s sub put bra089 i brc089 i get B*N sub b*s sub put } for %i=0,IM1 0 1 IM1 {/i exch def %i=0,IM1 /X* {Lra089 i get 16 add 116 div ara089 i get 500 div add} bind def /Y* {Lra089 i get 16 add 116 div} bind def /Z* {Lra089 i get 16 add 116 div bra089 i get 200 div sub} bind def Xra089 i X* DecodeXYZ* XLWD65100 mul put Yra089 i Y* DecodeXYZ* YLWD65100 mul put Zra089 i Z* DecodeXYZ* ZLWD65100 mul put } for %i=0,IM1 xchartj 2 ge {%xchartj>=2 %for white X data /Xwref089 Xra089 728 get def /Ywref089 Yra089 728 get def /Zwref089 Zra089 728 get def %for black X data /YrN Yra089 0 get def /Xnref089 YrN XLN001 mul def /Ynref089 YrN def /Znref089 YrN ZLN001 mul def /IM1 728 def 0 1 IM1 {/i exch def %i=1,IM1 Xna089 i Xra089 i get Xnref089 sub Xwref089 Xwref089 Xnref089 sub div mul put Yna089 i Yra089 i get Ynref089 sub Ywref089 Ywref089 Ynref089 sub div mul put Zna089 i Zra089 i get Znref089 sub Zwref089 Zwref089 Znref089 sub div mul put } for %i=1,IM1 0 1 IM1 {/i exch def %i=1,IM1 /XQ Xna089 i get XLWD65100 div def /YQ Yna089 i get YLWD65100 div def /ZQ Zna089 i get ZLWD65100 div def XQ 0 lt {/XQ 0.00000001 def} if YQ 0 lt {/YQ 0.00000001 def} if ZQ 0 lt {/ZQ 0.00000001 def} if Lna089 i YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse put ana089 i XQ 0.008856 lt {7.787 XQ mul 16 116 div add} {XQ 0.33333333 exp} ifelse YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse sub 500 mul put bna089 i YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add} {ZQ 0.33333333 exp} ifelse sub 200 mul put } for %i=1,IM1 } if %xchart>=2 xchartj 3 ge {%xchart>=3 %for white X data /Xwref089 Xra089 728 get def /Ywref089 Yra089 728 get def /Zwref089 Zra089 728 get def /kn Ywref089 Ywref089 Ytref089 sub div def 0 1 IM1 {/i exch def %i=1,IM1 Xla089 i Xna089 i get kn div Xtref089 add put Yla089 i Yna089 i get kn div Ytref089 add put Zla089 i Zna089 i get kn div Ztref089 add put } for %i=1,IM1 0 1 IM1 {/i exch def %i=1,IM1 /XQ Xla089 i get XLWD65100 div def /YQ Yla089 i get YLWD65100 div def /ZQ Zla089 i get ZLWD65100 div def XQ 0 lt {/XQ 0.00000001 def} if YQ 0 lt {/YQ 0.00000001 def} if ZQ 0 lt {/ZQ 0.00000001 def} if Lla089 i YQ 0.008856 lt {903.3 YQ mul} {YQ 0.33333333 exp 116 mul 16 sub} ifelse put ala089 i XQ 0.008856 lt {7.787 XQ mul 16 116 div add} {XQ 0.33333333 exp} ifelse YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse sub 500 mul put bla089 i YQ 0.008856 lt {7.787 YQ mul 16 116 div add} {YQ 0.33333333 exp} ifelse ZQ 0.008856 lt {7.787 ZQ mul 16 116 div add} {ZQ 0.33333333 exp} ifelse sub 200 mul put } for %i=1,IM1 } if %xchart>=3 xchartj 0 eq {%xchartj=0 (1x) 0 1 IM1 {/i exch def %i=0,IM1 LAB*Lj i Lrc089 i get put LAB*aj i arc089 i get put LAB*bj i brc089 i get put Xj i Xrc089 i get put Yj i Yrc089 i get put Zj i Zrc089 i get put } for %i=0,IM1 } if %xchartj=0 (1x) xchartj 1 eq {%xchartj=1 (1x) 0 1 IM1 {/i exch def %i=0,IM1 LAB*Lj i Lra089 i get put LAB*aj i ara089 i get put LAB*bj i bra089 i get put Xj i Xra089 i get put Yj i Yra089 i get put Zj i Zra089 i get put } for %i=0,IM1 } if %xchartj=1 (1x) xchartj 2 eq {%xchartj=2 (1x) 0 1 IM1 {/i exch def %i=0,IM1 LAB*Lj i Lna089 i get put LAB*aj i ana089 i get put LAB*bj i bna089 i get put Xj i Xna089 i get put Yj i Yna089 i get put Zj i Zna089 i get put } for %i=0,IM1 } if %xchartj=2 (1x) xchartj 3 ge {%xchartj=3,4,5,6,7,8,9,10 (8x) 0 1 728 {/i exch def %i=0,IM1 LAB*Lj i Lla089 i get put LAB*aj i ala089 i get put LAB*bj i bla089 i get put Xj i Xla089 i get put Yj i Yla089 i get put Zj i Zla089 i get put } for %i=0,IM1 } if %xchartj=3,4,5,6,7,8,9,10 (8x) %Adaptation /L*Nio LAB*Lj 000 get def /A*Nio LAB*aj 000 get def /B*Nio LAB*bj 000 get def /L*Wio LAB*Lj 728 get def /A*Wio LAB*aj 728 get def /B*Wio LAB*bj 728 get def /A*Dio A*Wio A*Nio sub def /B*Dio B*Wio B*Nio sub def 0 1 728 {/j exch def %j=0,728 LAB*Lja j LAB*Lj j get put /l*CIE LAB*Lj j get L*Nio sub L*Wio L*Nio sub div def %system rel. lightn. /a*s A*Wio A*Nio sub l*CIE mul def /b*s B*Wio B*Nio sub l*CIE mul def LAB*aja j LAB*aj j get A*Nio sub a*s sub put LAB*bja j LAB*bj j get B*Nio sub b*s sub put } for %j=0,728 /L*Nioa LAB*Lja 0 get def /A*Nioa LAB*aja 0 get def /B*Nioa LAB*bja 0 get def /L*Wioa LAB*Lja 728 get def /A*Wioa LAB*aja 728 get def /B*Wioa LAB*bja 728 get def /nR 9 def %lut size /nG 9 def /nB 9 def /nges nR nG nB mul mul def /lut 2187 array def %729x3=2187 (only 9x9x9 used) 0 1 728 {/i exch def %i=0,728 /i3 i 3 mul def lut i3 LAB*Lja i get put lut i3 1 add LAB*aja i get put lut i3 2 add LAB*bja i get put } for %i=0,729 %} bind def %END xchartj_XYZj_FAB729a_F } bind def %END procedure Colordata_sRGB_F %***************************************************************************** %BEG Procedure PROC_SPEC_IOF Colour special for NP-file 20120401 %***************************************************************************** %different procedures: % proc_LAB729a_to_LAB*LabCh64M and proc_LAB*LabCh64M_to_tab362_dy %*********************************************************** /proc_LAB729a_to_LAB*LabCh64M { %BEG Procedure proc_LAB729a_to_LAB*LabCh64M %transfer from proc_LAB729a_to_LAB*LabCh64M, %9x9x9=729 steps used for LAB729a %requires /LAB*LabCh64M 64 array def %requires in addition /LAB729a 729 array def /LAB*Ldd64M 64 array def /LAB*add64M 64 array def /LAB*bdd64M 64 array def /LAB*Cdd64M 64 array def /LAB*hdd64M 64 array def /hab*dd64M 64 array def /M1jx 49 array def 0 1 5 {/xtonj exch def %xtonj=0,5 0 1 7 {/j exch def %j=0,7 /ja xtonj 8 mul j add def xtonj 0 eq {/jx 648 j 09 mul add def} if %see O00Y-O83Y, -0 xtonj 1 eq {/jx 720 j 81 mul sub def} if %see Y00L-Y83L, -81 xtonj 2 eq {/jx 072 j add def} if %see L00C-L83C, +01 xtonj 3 eq {/jx 080 j 09 mul sub def} if %see C00V-C83V, -09 xtonj 4 eq {/jx 008 j 81 mul add def} if %see V00M-V83M, -81 xtonj 5 eq {/jx 656 j sub def} if %see M00O-M83O, +01 LAB*Ldd64M ja LAB*Lja jx get put LAB*add64M ja LAB*aja jx get put LAB*bdd64M ja LAB*bja jx get put LAB*Cdd64M ja LAB*add64M ja get dup mul LAB*bdd64M ja get dup mul add sqrt put LAB*hdd64M ja LAB*bdd64M ja get LAB*add64M ja get 0.0001 add atan put xtonj 5 eq LAB*hdd64M ja get 90 le and {LAB*hdd64M ja LAB*hdd64M ja get 360 add put} if M1jx ja jx put } for %j=0,7 } for %xtonj=0,5 M1jx 48 M1jx 0 get put 0 1 15 {/i exch def %i=0,15 LAB*Ldd64M 48 i add LAB*Ldd64M i get put LAB*add64M 48 i add LAB*add64M i get put LAB*bdd64M 48 i add LAB*bdd64M i get put LAB*Cdd64M 48 i add LAB*Cdd64M i get put LAB*hdd64M 48 i add LAB*hdd64M i get 360 add put } for %i=1,15 0 1 63 {/i exch def %i=0,63 hab*dd64M i LAB*hdd64M i get put } for %i=0,63 %data test according to increasing hue angle and appropriate correction /xtesthuea -1 def /xtesthuei 64 array def 0 1 48 {/i exch def %i=0,49 hab*dd64M i get hab*dd64M i 1 add get gt {/xtesthuea xtesthuea 1 add def xtesthuei xtesthuea i put hab*dd64M i 1 add hab*dd64M i get put LAB*Ldd64M i 1 add LAB*Ldd64M i get put LAB*add64M i 1 add LAB*add64M i get put LAB*bdd64M i 1 add LAB*bdd64M i get put LAB*Cdd64M i 1 add LAB*Cdd64M i get put LAB*hdd64M i 1 add LAB*hdd64M i get put } if } for %i=0,49 } bind def %END proc_LAB729a_to_LAB*LabCh64M %*********************************************************** /proc_LAB*LabCh64M_to_tab362_dy { %BEG procedure proc_LAB*LabCh64M_to_tab362_dy /LAB*e 40 array def %8x5=40 LabCh* /LAB*e [39.92 58.74 27.99 0.0 0.0 %0 00_04 R CIE No.09 elementary in LAB 81.26 -2.89 71.56 0.0 0.0 %1 05_09 J CIE No.10 52.23 -42.42 13.60 0.0 0.0 %2 10_14 G CIE No.11 0.0 0.0 0.0 0.0 0.0 %3 15_19 Cgb to be calculated 30.57 1.41 -46.47 0.0 0.0 %4 20_24 B CIE No.12 0.0 0.0 0.0 0.0 0.0 %5 25_29 Mbr to be calculated 39.92 58.74 27.99 0.0 0.0 %6 30_34 Re+360 to be calculated 81.26 -2.89 71.56 0.0 0.0 %7 35_39 Ye+360 to be calculated ] def %add no. 03_04 Re LAB*e 03 LAB*e 01 get dup mul LAB*e 02 get dup mul add sqrt put LAB*e 04 LAB*e 02 get LAB*e 01 get 0.0001 add atan put %add no. 08_09 Ye LAB*e 08 LAB*e 06 get dup mul LAB*e 07 get dup mul add sqrt put LAB*e 09 LAB*e 07 get LAB*e 06 get 0.0001 add atan put %add no. 13_14 Ge LAB*e 13 LAB*e 11 get dup mul LAB*e 12 get dup mul add sqrt put LAB*e 14 LAB*e 12 get LAB*e 11 get 0.0001 add atan put %add no. 23_24 Be LAB*e 23 LAB*e 21 get dup mul LAB*e 22 get dup mul add sqrt put LAB*e 24 LAB*e 22 get LAB*e 21 get 0.0001 add atan put %add no. 33_34 Re+360 LAB*e 33 LAB*e 31 get dup mul LAB*e 32 get dup mul add sqrt put LAB*e 34 LAB*e 32 get LAB*e 31 get 0.0001 add atan 360 add put %add no. 38_39 Ye+360 LAB*e 38 LAB*e 36 get dup mul LAB*e 37 get dup mul add sqrt put LAB*e 39 LAB*e 37 get LAB*e 36 get 0.0001 add atan 360 add put %new no. 15_19 Cgb with Ge_Be LAB*e 19 LAB*e 14 get LAB*e 24 get add 0.5 mul put %hab LAB*e 18 LAB*e 13 get LAB*e 23 get add 0.5 mul put %C*ab LAB*e 15 LAB*e 10 get LAB*e 20 get add 0.5 mul put %L* LAB*e 16 LAB*e 18 get LAB*e 19 get cos mul put %a* LAB*e 17 LAB*e 18 get LAB*e 19 get sin mul put %b* %new no. 25_29 Mbr with Be_Re+360 LAB*e 29 LAB*e 24 get LAB*e 34 get add 0.5 mul put %hab LAB*e 28 LAB*e 23 get LAB*e 33 get add 0.5 mul put %C*ab LAB*e 25 LAB*e 20 get LAB*e 00 get add 0.5 mul put %L* LAB*e 26 LAB*e 28 get LAB*e 29 get cos mul put %a* LAB*e 27 LAB*e 28 get LAB*e 29 get sin mul put %b* /LAB*He 8 array def 0 1 7 {/i exch def %i=0,7 LAB*He i LAB*e i 5 mul 4 add get put } for %i=0,7 /hab*de64M 50 array def 0 1 47 {/i exch def %i=0,47 /i8 i 8 idiv def /i8d i i8 8 mul sub def /dLAB*He LAB*He i8 1 add get LAB*He i8 get sub 8 div def hab*de64M i LAB*He i8 get dLAB*He i8d mul add put } for %i=0,47 hab*de64M 48 hab*de64M 0 get 360 add put hab*de64M 49 hab*de64M 1 get 360 add put /LAB*Hs 8 array def /LAB*Hs [30. 90. 150. 210. 270. 330. 390. 450.] def /hab*ds64M 50 array def 0 1 47 {/i exch def %i=0,47 /i8 i 8 idiv def /i8d i i8 8 mul sub def /dLAB*Hs LAB*Hs i8 1 add get LAB*Hs i8 get sub 8 div def hab*ds64M i LAB*Hs i8 get dLAB*Hs i8d mul add put } for %i=0,47 hab*ds64M 48 hab*ds64M 0 get 360 add put hab*ds64M 49 hab*ds64M 1 get 360 add put %***************** calculation of LAB*LabChd362Mi and rgb*dd362Mi %***************** for 362 elementary hue angles /LAB*Ldd362Mi 362 array def /LAB*add362Mi 362 array def /LAB*bdd362Mi 362 array def /LAB*Cdd362Mi 362 array def /LAB*hdd362Mi 362 array def /r*dd362Mi 362 array def /g*dd362Mi 362 array def /b*dd362Mi 362 array def %******default rgb-input data for output of device colours /r*dd64M 64 array def /r*dd64M [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %R 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %J 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %G 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %C 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %B 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %M 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %R 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %J ] def /g*dd64M 64 array def /g*dd64M [0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %R 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %J 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %G 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %C 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %B 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %M 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %R 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %J ] def /b*dd64M 64 array def /b*dd64M [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %R 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %J 0.000 0.125 0.250 0.375 0.500 0.625 0.750 0.875 %G 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %C 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 %B 1.000 0.875 0.750 0.625 0.500 0.375 0.250 0.125 %M 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %R 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 %J ] def %calculate all data of 16+1=17 step elementary colour circle /ind64M 17 array def /ind64M %R00Y R25Y R50Y R75Y Y00G Y25G Y50G Y75G [0 2 4 6 8 10 12 14 %G00B G25B G50B G75G B00R B25R B50R B75R R00Y 16 20 24 28 32 36 40 44 0 ] def %actual 16 step device circle + N + W /r*dd18M 18 array def /g*dd18M 18 array def /b*dd18M 18 array def 0 1 15 {/i exch def %i=0,15 /indi ind64M i get def r*dd18M i r*dd64M indi get put %16 device colours g*dd18M i g*dd64M indi get put b*dd18M i b*dd64M indi get put } for %i=0,15 r*dd18M 16 0 put %N g*dd18M 16 0 put b*dd18M 16 0 put r*dd18M 17 1 put %W g*dd18M 17 1 put b*dd18M 17 1 put %actual 6 step device circle + N + W /r*dd08M 08 array def /g*dd08M 08 array def /b*dd08M 08 array def 0 1 5 {/i exch def %i=0,5 r*dd08M i r*dd64M i 8 mul get put %6 device colours g*dd08M i g*dd64M i 8 mul get put b*dd08M i b*dd64M i 8 mul get put } for %i=0,5 r*dd08M 6 0 put %N g*dd08M 6 0 put b*dd08M 6 0 put r*dd08M 7 1 put %W g*dd08M 7 1 put b*dd08M 7 1 put 0 1 361 {/i exch def %i=0,361 %default only for test r*dd362Mi i 0 put %of irregularities g*dd362Mi i 0 put b*dd362Mi i 0 put LAB*Ldd362Mi i 0.0001 put LAB*add362Mi i 0 put LAB*bdd362Mi i 0 put LAB*Cdd362Mi i 0 put LAB*hdd362Mi i 0 put } for %i=0,361 % s-data 030,0 -> LAB*hdd64M 0 get -> LAB*Ldd362Mi 30,0 put: LAB*hdd362Mi=40 % s-data 037,5 -> LAB*hdd64M 1 get -> LAB*Ldd362Mi 37,5 put: LAB*hdd362Mi=41,3 % s-data 045,0 -> LAB*hdd64M 2 get -> LAB*Ldd362Mi 45,0 put: LAB*hdd362Mi=44,6 % s-data 052,5 -> LAB*hdd64M 3 get -> LAB*Ldd362Mi 52,5 put: LAB*hdd362Mi=50,7 %... % s-data 090,0 -> LAB*hdd64M 8 get -> LAB*Ldd362Mi 90,0 put: LAB*hdd362Mi=102,8 % s-data 330,0 -> LAB*hdd64M 41 get -> LAB*Ldd362Mi 330,0 put: LAB*hdd362Mi=328 % s-data 337,5 -> LAB*hdd64M 42 get -> LAB*Ldd362Mi 337,5 put: LAB*hdd362Mi=334 % s-data 345,0 -> LAB*hdd64M 43 get -> LAB*Ldd362Mi 345,0 put: LAB*hdd362Mi=341 % s-data 352,5 -> LAB*hdd64M 44 get -> LAB*Ldd362Mi 352,5 put: LAB*hdd362Mi=351 % s-data 360,0 -> LAB*hdd64M 45 get -> LAB*Ldd362Mi 360,0 put: LAB*hdd362Mi=352 %... % s-data 390,0 -> LAB*hdd64M 49 get -> LAB*Ldd362Mi 390,0 put: LAB*hdd362Mi=400 0 15 345 {/i exch def %i=0,15,345 /ix00 i 15 idiv 2 mul def /ix01 ix00 1 add def /ix02 ix00 2 add def 0 1 14 {/j exch def %j=0,14 j 07 le {%j<=7 /XIE j 7.5 div def /i0 i j add def /ix0 ix00 def /ix1 ix01 def }%j<=7 {%j>7 /XIE j 8 sub 0.5 add 7.5 div def /i0 i j add def /ix0 ix01 def /ix1 ix02 def } ifelse %j>7 LAB*Ldd362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cdd362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hdd362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*add362Mi i0 LAB*Cdd362Mi i0 get LAB*hdd362Mi i0 get cos mul put LAB*bdd362Mi i0 LAB*Cdd362Mi i0 get LAB*hdd362Mi i0 get sin mul put r*dd362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*dd362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*dd362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put } for %j=0,14 } for %i0=0,15,345 0 1 1 {/i exch def %i=0,1 LAB*Ldd362Mi 360 i add LAB*Ldd362Mi i get put LAB*add362Mi 360 i add LAB*add362Mi i get put LAB*bdd362Mi 360 i add LAB*bdd362Mi i get put LAB*Cdd362Mi 360 i add LAB*Cdd362Mi i get put LAB*hdd362Mi 360 i add LAB*hdd362Mi i get 360 add put r*dd362Mi 360 i add r*dd362Mi i get put g*dd362Mi 360 i add g*dd362Mi i get put b*dd362Mi 360 i add b*dd362Mi i get put } for %i=0,1 /hab*dd362Fi 362 array def 0 1 361 {/i exch def %i=0,361 hab*dd362Fi i LAB*hdd362Mi i get put %floating point F } for %i=0,361 %***************** calculation of hab*ds362Mi %integer %***************** for 362 standard hue angles /hab*ds362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %range 30..391 hab*ds362Mi i 30 i add put %always integer } for %i=0,361 %***************** calculation of LAB*LabChs362Mi and rgb*ds362Mi %***************** for 362 device hue angles /LAB*Lds362Mi 362 array def /LAB*ads362Mi 362 array def /LAB*bds362Mi 362 array def /LAB*Cds362Mi 362 array def /LAB*hds362Mi 362 array def /r*ds362Mi 362 array def /g*ds362Mi 362 array def /b*ds362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %default only for test r*ds362Mi i 0 put %of irregularities g*ds362Mi i 0 put b*ds362Mi i 0 put LAB*Lds362Mi i 0.0001 put LAB*ads362Mi i 0 put LAB*bds362Mi i 0 put LAB*Cds362Mi i 0 put LAB*hds362Mi i 0 put } for %i=0,361 0 1 359 {/i0 exch def %i=0,359 /i0i hab*ds362Mi i0 get def %integer range 30...390 i0i hab*dd362Fi 0 get lt {/i0i i0i 360 add def} if 0 1 47 {/ix0 exch def %ix0=0,48 /ix1 ix0 1 add def i0i LAB*hdd64M ix0 get sub 0 ge i0i LAB*hdd64M ix1 get sub 0 lt and {%ge..lt /XIE i0i LAB*hdd64M ix0 get sub LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub div def LAB*Lds362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cds362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hds362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*ads362Mi i0 LAB*Cds362Mi i0 get LAB*hds362Mi i0 get cos mul put LAB*bds362Mi i0 LAB*Cds362Mi i0 get LAB*hds362Mi i0 get sin mul put r*ds362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*ds362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*ds362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put exit } if %ge..lt } for %ix0=0,47 } for %i=0,359 0 1 1 {/i exch def %i=0,1 LAB*Lds362Mi 360 i add LAB*Lds362Mi i get put LAB*ads362Mi 360 i add LAB*ads362Mi i get put LAB*bds362Mi 360 i add LAB*bds362Mi i get put LAB*Cds362Mi 360 i add LAB*Cds362Mi i get put LAB*hds362Mi 360 i add LAB*hds362Mi i get 360 add put r*ds362Mi 360 i add r*ds362Mi i get put g*ds362Mi 360 i add g*ds362Mi i get put b*ds362Mi 360 i add b*ds362Mi i get put } for %i=0,1 %***************** calculation of hab*de362Fi %***************** for 362 elementary hue angles /hab*de362Fi 362 array def %floating point %range 26..386 30 1 389 {/i exch def %i=30,389 /im30 i 30 sub def /hab*sM i def %alphas = [habs - LAB*Hs(h)]/[LAB*Hs(n+1) - LAB*Hs(n)] % = [habs - LAB*Hs(h)]/60 %habe = LAB*He(n) + alphas [LAB*He(n+1) - LAB*He(n)] %use of LAB*He 0..7 Re_to_Ye i 030 ge i 089 le and {/ipan0 0 def /ipan1 1 def} if i 090 ge i 149 le and {/ipan0 1 def /ipan1 2 def} if i 150 ge i 209 le and {/ipan0 2 def /ipan1 3 def} if i 210 ge i 269 le and {/ipan0 3 def /ipan1 4 def} if i 270 ge i 329 le and {/ipan0 4 def /ipan1 5 def} if i 330 ge i 359 le and {/ipan0 5 def /ipan1 6 def} if i 360 ge i 389 le and {/ipan0 6 def /ipan1 7 def} if /alphas {hab*sM LAB*Hs ipan0 get sub 60 div} bind def /habe {LAB*He ipan0 get LAB*He ipan1 get LAB*He ipan0 get sub alphas mul add} bind def hab*de362Fi im30 habe put %floating point } for %i=30,389 hab*de362Fi 360 hab*de362Fi 0 get 360 add put hab*de362Fi 361 hab*de362Fi 1 get 360 add put %***************** calculation LAB*LabChe32Mi and rgb*de362Mi %***************** for 362 elementary hue angles /LAB*Lde362Mi 362 array def /LAB*ade362Mi 362 array def /LAB*bde362Mi 362 array def /LAB*Cde362Mi 362 array def /LAB*hde362Mi 362 array def /r*de362Mi 362 array def /g*de362Mi 362 array def /b*de362Mi 362 array def 0 1 361 {/i exch def %i=0,361 %default only for test r*de362Mi i 0 put %of irregularities g*de362Mi i 0 put b*de362Mi i 0 put LAB*Lde362Mi i 0.0001 put LAB*ade362Mi i 0 put LAB*bde362Mi i 0 put LAB*Cde362Mi i 0 put LAB*hde362Mi i 0 put } for %i=0,361 0 1 359 {/i0 exch def %i=0,359 /i0i hab*de362Fi i0 get def %range 26...386 i0i hab*dd362Fi 0 get lt {/i0i i0i 360 add def} if 0 1 47 {/ix0 exch def %ix0=0,48 /ix1 ix0 1 add def i0i LAB*hdd64M ix0 get sub 0 ge i0i LAB*hdd64M ix1 get sub 0 lt and {%ge..lt /XIE i0i LAB*hdd64M ix0 get sub LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub div def LAB*Lde362Mi i0 LAB*Ldd64M ix0 get LAB*Ldd64M ix1 get LAB*Ldd64M ix0 get sub XIE mul add put LAB*Cde362Mi i0 LAB*Cdd64M ix0 get LAB*Cdd64M ix1 get LAB*Cdd64M ix0 get sub XIE mul add put LAB*hde362Mi i0 LAB*hdd64M ix0 get LAB*hdd64M ix1 get LAB*hdd64M ix0 get sub XIE mul add dup 90 gt i0 45 le and {360 sub} if put LAB*ade362Mi i0 LAB*Cde362Mi i0 get LAB*hde362Mi i0 get cos mul put LAB*bde362Mi i0 LAB*Cde362Mi i0 get LAB*hde362Mi i0 get sin mul put r*de362Mi i0 r*dd64M ix0 get r*dd64M ix1 get r*dd64M ix0 get sub XIE mul add put g*de362Mi i0 g*dd64M ix0 get g*dd64M ix1 get g*dd64M ix0 get sub XIE mul add put b*de362Mi i0 b*dd64M ix0 get b*dd64M ix1 get b*dd64M ix0 get sub XIE mul add put exit } if %ge..lt } for %ix0=0,47 } for %i=0,359 0 1 1 {/i exch def %i=0,1 LAB*Lde362Mi 360 i add LAB*Lde362Mi i get put LAB*ade362Mi 360 i add LAB*ade362Mi i get put LAB*bde362Mi 360 i add LAB*bde362Mi i get put LAB*Cde362Mi 360 i add LAB*Cde362Mi i get put LAB*hde362Mi 360 i add LAB*hde362Mi i get 360 add put r*de362Mi 360 i add r*de362Mi i get put g*de362Mi 360 i add g*de362Mi i get put b*de362Mi 360 i add b*de362Mi i get put } for %i=0,1 %special LAB* data calculation of 17 step colour circle %needs LAB*LabCh64M, hab*dd64M /ind64M 17 array def /ind64M %R00Y R25Y R50Y R75Y Y00G Y25G Y50G Y75G [0 2 4 6 8 10 12 14 %G00B G25B G50B G75G B00R B25R B50R B75R R00Y 16 20 24 28 32 36 40 44 0 ] def /LAB*Ldd18M 17 array def /LAB*add18M 17 array def /LAB*bdd18M 17 array def /LAB*Cdd18M 17 array def /LAB*hdd18M 17 array def /hab*dd18M 17 array def 0 1 16 {/i exch def %i=0,16 /indi ind64M i get def LAB*Ldd18M i LAB*Ldd64M indi get put LAB*add18M i LAB*add64M indi get put LAB*bdd18M i LAB*bdd64M indi get put LAB*Cdd18M i LAB*Cdd64M indi get put LAB*hdd18M i LAB*hdd64M indi get put hab*dd18M i hab*dd64M indi get put } for %i=0,16 } bind def %END proc_LAB*LabCh64M_to_tab362_dy %***************************************************************************** %END Procedure PROC_SPEC_IOF Colour special for NP-file 20120401 %***************************************************************************** /FileDaten (sRGB standard device; no separation, D65) def /FileDatde (sRGB Norm\255Ger\344t; keine Separation, D65) def /RGB0_F 3240 array def %1080*3 /RGB0_F [%1000 x rgb* nr. pos 1080 colours 0000 0000 0000 %0000 A01 0000 0000 0125 %0001 A02 0000 0000 0250 %0002 A03 0000 0000 0375 %0003 A04 0000 0000 0500 %0004 A05 0000 0000 0625 %0005 A06 0000 0000 0750 %0006 A07 0000 0000 0875 %0007 A08 0000 0000 1000 %0008 A09 0000 0125 0000 %0009 B01 0000 0125 0125 %0010 B02 0000 0125 0250 %0011 B03 0000 0125 0375 %0012 B04 0000 0125 0500 %0013 B05 0000 0125 0625 %0014 B06 0000 0125 0750 %0015 B07 0000 0125 0875 %0016 B08 0000 0125 1000 %0017 B09 0000 0250 0000 %0018 C01 0000 0250 0125 %0019 C02 0000 0250 0250 %0020 C03 0000 0250 0375 %0021 C04 0000 0250 0500 %0022 C05 0000 0250 0625 %0023 C06 0000 0250 0750 %0024 C07 0000 0250 0875 %0025 C08 0000 0250 1000 %0026 C09 0000 0375 0000 %0027 D01 0000 0375 0125 %0028 D02 0000 0375 0250 %0029 D03 0000 0375 0375 %0030 D04 0000 0375 0500 %0031 D05 0000 0375 0625 %0032 D06 0000 0375 0750 %0033 D07 0000 0375 0875 %0034 D08 0000 0375 1000 %0035 D09 0000 0500 0000 %0036 E01 0000 0500 0125 %0037 E02 0000 0500 0250 %0038 E03 0000 0500 0375 %0039 E04 0000 0500 0500 %0040 E05 0000 0500 0625 %0041 E06 0000 0500 0750 %0042 E07 0000 0500 0875 %0043 E08 0000 0500 1000 %0044 E09 0000 0625 0000 %0045 F01 0000 0625 0125 %0046 F02 0000 0625 0250 %0047 F03 0000 0625 0375 %0048 F04 0000 0625 0500 %0049 F05 0000 0625 0625 %0050 F06 0000 0625 0750 %0051 F07 0000 0625 0875 %0052 F08 0000 0625 1000 %0053 F09 0000 0750 0000 %0054 G01 0000 0750 0125 %0055 G02 0000 0750 0250 %0056 G03 0000 0750 0375 %0057 G04 0000 0750 0500 %0058 G05 0000 0750 0625 %0059 G06 0000 0750 0750 %0060 G07 0000 0750 0875 %0061 G08 0000 0750 1000 %0062 G09 0000 0875 0000 %0063 H01 0000 0875 0125 %0064 H02 0000 0875 0250 %0065 H03 0000 0875 0375 %0066 H04 0000 0875 0500 %0067 H05 0000 0875 0625 %0068 H06 0000 0875 0750 %0069 H07 0000 0875 0875 %0070 H08 0000 0875 1000 %0071 H09 0000 1000 0000 %0072 I01 0000 1000 0125 %0073 I02 0000 1000 0250 %0074 I03 0000 1000 0375 %0075 I04 0000 1000 0500 %0076 I05 0000 1000 0625 %0077 I06 0000 1000 0750 %0078 I07 0000 1000 0875 %0079 I08 0000 1000 1000 %0080 I09 0125 0000 0000 %0081 J01 0125 0000 0125 %0082 J02 0125 0000 0250 %0083 J03 0125 0000 0375 %0084 J04 0125 0000 0500 %0085 J05 0125 0000 0625 %0086 J06 0125 0000 0750 %0087 J07 0125 0000 0875 %0088 J08 0125 0000 1000 %0089 J09 0125 0125 0000 %0090 K01 0125 0125 0125 %0091 K02 0125 0125 0250 %0092 K03 0125 0125 0375 %0093 K04 0125 0125 0500 %0094 K05 0125 0125 0625 %0095 K06 0125 0125 0750 %0096 K07 0125 0125 0875 %0097 K08 0125 0125 1000 %0098 K09 0125 0250 0000 %0099 L01 0125 0250 0125 %0100 L02 0125 0250 0250 %0101 L03 0125 0250 0375 %0102 L04 0125 0250 0500 %0103 L05 0125 0250 0625 %0104 L06 0125 0250 0750 %0105 L07 0125 0250 0875 %0106 L08 0125 0250 1000 %0107 L09 0125 0375 0000 %0108 M01 0125 0375 0125 %0109 M02 0125 0375 0250 %0110 M03 0125 0375 0375 %0111 M04 0125 0375 0500 %0112 M05 0125 0375 0625 %0113 M06 0125 0375 0750 %0114 M07 0125 0375 0875 %0115 M08 0125 0375 1000 %0116 M09 0125 0500 0000 %0117 N01 0125 0500 0125 %0118 N02 0125 0500 0250 %0119 N03 0125 0500 0375 %0120 N04 0125 0500 0500 %0121 N05 0125 0500 0625 %0122 N06 0125 0500 0750 %0123 N07 0125 0500 0875 %0124 N08 0125 0500 1000 %0125 N09 0125 0625 0000 %0126 O01 0125 0625 0125 %0127 O02 0125 0625 0250 %0128 O03 0125 0625 0375 %0129 O04 0125 0625 0500 %0130 O05 0125 0625 0625 %0131 O06 0125 0625 0750 %0132 O07 0125 0625 0875 %0133 O08 0125 0625 1000 %0134 O09 0125 0750 0000 %0135 P01 0125 0750 0125 %0136 P02 0125 0750 0250 %0137 P03 0125 0750 0375 %0138 P04 0125 0750 0500 %0139 P05 0125 0750 0625 %0140 P06 0125 0750 0750 %0141 P07 0125 0750 0875 %0142 P08 0125 0750 1000 %0143 P09 0125 0875 0000 %0144 Q01 0125 0875 0125 %0145 Q02 0125 0875 0250 %0146 Q03 0125 0875 0375 %0147 Q04 0125 0875 0500 %0148 Q05 0125 0875 0625 %0149 Q06 0125 0875 0750 %0150 Q07 0125 0875 0875 %0151 Q08 0125 0875 1000 %0152 Q09 0125 1000 0000 %0153 R01 0125 1000 0125 %0154 R02 0125 1000 0250 %0155 R03 0125 1000 0375 %0156 R04 0125 1000 0500 %0157 R05 0125 1000 0625 %0158 R06 0125 1000 0750 %0159 R07 0125 1000 0875 %0160 R08 0125 1000 1000 %0161 R09 0250 0000 0000 %0162 S01 0250 0000 0125 %0163 S02 0250 0000 0250 %0164 S03 0250 0000 0375 %0165 S04 0250 0000 0500 %0166 S05 0250 0000 0625 %0167 S06 0250 0000 0750 %0168 S07 0250 0000 0875 %0169 S08 0250 0000 1000 %0170 S09 0250 0125 0000 %0171 T01 0250 0125 0125 %0172 T02 0250 0125 0250 %0173 T03 0250 0125 0375 %0174 T04 0250 0125 0500 %0175 T05 0250 0125 0625 %0176 T06 0250 0125 0750 %0177 T07 0250 0125 0875 %0178 T08 0250 0125 1000 %0179 T09 0250 0250 0000 %0180 U01 0250 0250 0125 %0181 U02 0250 0250 0250 %0182 U03 0250 0250 0375 %0183 U04 0250 0250 0500 %0184 U05 0250 0250 0625 %0185 U06 0250 0250 0750 %0186 U07 0250 0250 0875 %0187 U08 0250 0250 1000 %0188 U09 0250 0375 0000 %0189 V01 0250 0375 0125 %0190 V02 0250 0375 0250 %0191 V03 0250 0375 0375 %0192 V04 0250 0375 0500 %0193 V05 0250 0375 0625 %0194 V06 0250 0375 0750 %0195 V07 0250 0375 0875 %0196 V08 0250 0375 1000 %0197 V09 0250 0500 0000 %0198 W01 0250 0500 0125 %0199 W02 0250 0500 0250 %0200 W03 0250 0500 0375 %0201 W04 0250 0500 0500 %0202 W05 0250 0500 0625 %0203 W06 0250 0500 0750 %0204 W07 0250 0500 0875 %0205 W08 0250 0500 1000 %0206 W09 0250 0625 0000 %0207 X01 0250 0625 0125 %0208 X02 0250 0625 0250 %0209 X03 0250 0625 0375 %0210 X04 0250 0625 0500 %0211 X05 0250 0625 0625 %0212 X06 0250 0625 0750 %0213 X07 0250 0625 0875 %0214 X08 0250 0625 1000 %0215 X09 0250 0750 0000 %0216 Y01 0250 0750 0125 %0217 Y02 0250 0750 0250 %0218 Y03 0250 0750 0375 %0219 Y04 0250 0750 0500 %0220 Y05 0250 0750 0625 %0221 Y06 0250 0750 0750 %0222 Y07 0250 0750 0875 %0223 Y08 0250 0750 1000 %0224 Y09 0250 0875 0000 %0225 Z01 0250 0875 0125 %0226 Z02 0250 0875 0250 %0227 Z03 0250 0875 0375 %0228 Z04 0250 0875 0500 %0229 Z05 0250 0875 0625 %0230 Z06 0250 0875 0750 %0231 Z07 0250 0875 0875 %0232 Z08 0250 0875 1000 %0233 Z09 0250 1000 0000 %0234 a01 0250 1000 0125 %0235 a02 0250 1000 0250 %0236 a03 0250 1000 0375 %0237 a04 0250 1000 0500 %0238 a05 0250 1000 0625 %0239 a06 0250 1000 0750 %0240 a07 0250 1000 0875 %0241 a08 0250 1000 1000 %0242 a09 0375 0000 0000 %0243 A10 0375 0000 0125 %0244 A11 0375 0000 0250 %0245 A12 0375 0000 0375 %0246 A13 0375 0000 0500 %0247 A14 0375 0000 0625 %0248 A15 0375 0000 0750 %0249 A16 0375 0000 0875 %0250 A17 0375 0000 1000 %0251 A18 0375 0125 0000 %0252 B10 0375 0125 0125 %0253 B11 0375 0125 0250 %0254 B12 0375 0125 0375 %0255 B13 0375 0125 0500 %0256 B14 0375 0125 0625 %0257 B15 0375 0125 0750 %0258 B16 0375 0125 0875 %0259 B17 0375 0125 1000 %0260 B18 0375 0250 0000 %0261 C10 0375 0250 0125 %0262 C11 0375 0250 0250 %0263 C12 0375 0250 0375 %0264 C13 0375 0250 0500 %0265 C14 0375 0250 0625 %0266 C15 0375 0250 0750 %0267 C16 0375 0250 0875 %0268 C17 0375 0250 1000 %0269 C18 0375 0375 0000 %0270 D10 0375 0375 0125 %0271 D11 0375 0375 0250 %0272 D12 0375 0375 0375 %0273 D13 0375 0375 0500 %0274 D14 0375 0375 0625 %0275 D15 0375 0375 0750 %0276 D16 0375 0375 0875 %0277 D17 0375 0375 1000 %0278 D18 0375 0500 0000 %0279 E10 0375 0500 0125 %0280 E11 0375 0500 0250 %0281 E12 0375 0500 0375 %0282 E13 0375 0500 0500 %0283 E14 0375 0500 0625 %0284 E15 0375 0500 0750 %0285 E16 0375 0500 0875 %0286 E17 0375 0500 1000 %0287 E18 0375 0625 0000 %0288 F10 0375 0625 0125 %0289 F11 0375 0625 0250 %0290 F12 0375 0625 0375 %0291 F13 0375 0625 0500 %0292 F14 0375 0625 0625 %0293 F15 0375 0625 0750 %0294 F16 0375 0625 0875 %0295 F17 0375 0625 1000 %0296 F18 0375 0750 0000 %0297 G10 0375 0750 0125 %0298 G11 0375 0750 0250 %0299 G12 0375 0750 0375 %0300 G13 0375 0750 0500 %0301 G14 0375 0750 0625 %0302 G15 0375 0750 0750 %0303 G16 0375 0750 0875 %0304 G17 0375 0750 1000 %0305 G18 0375 0875 0000 %0306 H10 0375 0875 0125 %0307 H11 0375 0875 0250 %0308 H12 0375 0875 0375 %0309 H13 0375 0875 0500 %0310 H14 0375 0875 0625 %0311 H15 0375 0875 0750 %0312 H16 0375 0875 0875 %0313 H17 0375 0875 1000 %0314 H18 0375 1000 0000 %0315 I10 0375 1000 0125 %0316 I11 0375 1000 0250 %0317 I12 0375 1000 0375 %0318 I13 0375 1000 0500 %0319 I14 0375 1000 0625 %0320 I15 0375 1000 0750 %0321 I16 0375 1000 0875 %0322 I17 0375 1000 1000 %0323 I18 0500 0000 0000 %0324 J10 0500 0000 0125 %0325 J11 0500 0000 0250 %0326 J12 0500 0000 0375 %0327 J13 0500 0000 0500 %0328 J14 0500 0000 0625 %0329 J15 0500 0000 0750 %0330 J16 0500 0000 0875 %0331 J17 0500 0000 1000 %0332 J18 0500 0125 0000 %0333 K10 0500 0125 0125 %0334 K11 0500 0125 0250 %0335 K12 0500 0125 0375 %0336 K13 0500 0125 0500 %0337 K14 0500 0125 0625 %0338 K15 0500 0125 0750 %0339 K16 0500 0125 0875 %0340 K17 0500 0125 1000 %0341 K18 0500 0250 0000 %0342 L10 0500 0250 0125 %0343 L11 0500 0250 0250 %0344 L12 0500 0250 0375 %0345 L13 0500 0250 0500 %0346 L14 0500 0250 0625 %0347 L15 0500 0250 0750 %0348 L16 0500 0250 0875 %0349 L17 0500 0250 1000 %0350 L18 0500 0375 0000 %0351 M10 0500 0375 0125 %0352 M11 0500 0375 0250 %0353 M12 0500 0375 0375 %0354 M13 0500 0375 0500 %0355 M14 0500 0375 0625 %0356 M15 0500 0375 0750 %0357 M16 0500 0375 0875 %0358 M17 0500 0375 1000 %0359 M18 0500 0500 0000 %0360 N10 0500 0500 0125 %0361 N11 0500 0500 0250 %0362 N12 0500 0500 0375 %0363 N13 0500 0500 0500 %0364 N14 0500 0500 0625 %0365 N15 0500 0500 0750 %0366 N16 0500 0500 0875 %0367 N17 0500 0500 1000 %0368 N18 0500 0625 0000 %0369 O10 0500 0625 0125 %0370 O11 0500 0625 0250 %0371 O12 0500 0625 0375 %0372 O13 0500 0625 0500 %0373 O14 0500 0625 0625 %0374 O15 0500 0625 0750 %0375 O16 0500 0625 0875 %0376 O17 0500 0625 1000 %0377 O18 0500 0750 0000 %0378 P10 0500 0750 0125 %0379 P11 0500 0750 0250 %0380 P12 0500 0750 0375 %0381 P13 0500 0750 0500 %0382 P14 0500 0750 0625 %0383 P15 0500 0750 0750 %0384 P16 0500 0750 0875 %0385 P17 0500 0750 1000 %0386 P18 0500 0875 0000 %0387 Q10 0500 0875 0125 %0388 Q11 0500 0875 0250 %0389 Q12 0500 0875 0375 %0390 Q13 0500 0875 0500 %0391 Q14 0500 0875 0625 %0392 Q15 0500 0875 0750 %0393 Q16 0500 0875 0875 %0394 Q17 0500 0875 1000 %0395 Q18 0500 1000 0000 %0396 R10 0500 1000 0125 %0397 R11 0500 1000 0250 %0398 R12 0500 1000 0375 %0399 R13 0500 1000 0500 %0400 R14 0500 1000 0625 %0401 R15 0500 1000 0750 %0402 R16 0500 1000 0875 %0403 R17 0500 1000 1000 %0404 R18 0625 0000 0000 %0405 S10 0625 0000 0125 %0406 S11 0625 0000 0250 %0407 S12 0625 0000 0375 %0408 S13 0625 0000 0500 %0409 S14 0625 0000 0625 %0410 S15 0625 0000 0750 %0411 S16 0625 0000 0875 %0412 S17 0625 0000 1000 %0413 S18 0625 0125 0000 %0414 T10 0625 0125 0125 %0415 T11 0625 0125 0250 %0416 T12 0625 0125 0375 %0417 T13 0625 0125 0500 %0418 T14 0625 0125 0625 %0419 T15 0625 0125 0750 %0420 T16 0625 0125 0875 %0421 T17 0625 0125 1000 %0422 T18 0625 0250 0000 %0423 U10 0625 0250 0125 %0424 U11 0625 0250 0250 %0425 U12 0625 0250 0375 %0426 U13 0625 0250 0500 %0427 U14 0625 0250 0625 %0428 U15 0625 0250 0750 %0429 U16 0625 0250 0875 %0430 U17 0625 0250 1000 %0431 U18 0625 0375 0000 %0432 V10 0625 0375 0125 %0433 V11 0625 0375 0250 %0434 V12 0625 0375 0375 %0435 V13 0625 0375 0500 %0436 V14 0625 0375 0625 %0437 V15 0625 0375 0750 %0438 V16 0625 0375 0875 %0439 V17 0625 0375 1000 %0440 V18 0625 0500 0000 %0441 W10 0625 0500 0125 %0442 W11 0625 0500 0250 %0443 W12 0625 0500 0375 %0444 W13 0625 0500 0500 %0445 W14 0625 0500 0625 %0446 W15 0625 0500 0750 %0447 W16 0625 0500 0875 %0448 W17 0625 0500 1000 %0449 W18 0625 0625 0000 %0450 X10 0625 0625 0125 %0451 X11 0625 0625 0250 %0452 X12 0625 0625 0375 %0453 X13 0625 0625 0500 %0454 X14 0625 0625 0625 %0455 X15 0625 0625 0750 %0456 X16 0625 0625 0875 %0457 X17 0625 0625 1000 %0458 X18 0625 0750 0000 %0459 Y10 0625 0750 0125 %0460 Y11 0625 0750 0250 %0461 Y12 0625 0750 0375 %0462 Y13 0625 0750 0500 %0463 Y14 0625 0750 0625 %0464 Y15 0625 0750 0750 %0465 Y16 0625 0750 0875 %0466 Y17 0625 0750 1000 %0467 Y18 0625 0875 0000 %0468 Z10 0625 0875 0125 %0469 Z11 0625 0875 0250 %0470 Z12 0625 0875 0375 %0471 Z13 0625 0875 0500 %0472 Z14 0625 0875 0625 %0473 Z15 0625 0875 0750 %0474 Z16 0625 0875 0875 %0475 Z17 0625 0875 1000 %0476 Z18 0625 1000 0000 %0477 a10 0625 1000 0125 %0478 a11 0625 1000 0250 %0479 a12 0625 1000 0375 %0480 a13 0625 1000 0500 %0481 a14 0625 1000 0625 %0482 a15 0625 1000 0750 %0483 a16 0625 1000 0875 %0484 a17 0625 1000 1000 %0485 a18 0750 0000 0000 %0486 A19 0750 0000 0125 %0487 A20 0750 0000 0250 %0488 A21 0750 0000 0375 %0489 A22 0750 0000 0500 %0490 A23 0750 0000 0625 %0491 A24 0750 0000 0750 %0492 A25 0750 0000 0875 %0493 A26 0750 0000 1000 %0494 A27 0750 0125 0000 %0495 B19 0750 0125 0125 %0496 B20 0750 0125 0250 %0497 B21 0750 0125 0375 %0498 B22 0750 0125 0500 %0499 B23 0750 0125 0625 %0500 B24 0750 0125 0750 %0501 B25 0750 0125 0875 %0502 B26 0750 0125 1000 %0503 B27 0750 0250 0000 %0504 C19 0750 0250 0125 %0505 C20 0750 0250 0250 %0506 C21 0750 0250 0375 %0507 C22 0750 0250 0500 %0508 C23 0750 0250 0625 %0509 C24 0750 0250 0750 %0510 C25 0750 0250 0875 %0511 C26 0750 0250 1000 %0512 C27 0750 0375 0000 %0513 D19 0750 0375 0125 %0514 D20 0750 0375 0250 %0515 D21 0750 0375 0375 %0516 D22 0750 0375 0500 %0517 D23 0750 0375 0625 %0518 D24 0750 0375 0750 %0519 D25 0750 0375 0875 %0520 D26 0750 0375 1000 %0521 D27 0750 0500 0000 %0522 E19 0750 0500 0125 %0523 E20 0750 0500 0250 %0524 E21 0750 0500 0375 %0525 E22 0750 0500 0500 %0526 E23 0750 0500 0625 %0527 E24 0750 0500 0750 %0528 E25 0750 0500 0875 %0529 E26 0750 0500 1000 %0530 E27 0750 0625 0000 %0531 F19 0750 0625 0125 %0532 F20 0750 0625 0250 %0533 F21 0750 0625 0375 %0534 F22 0750 0625 0500 %0535 F23 0750 0625 0625 %0536 F24 0750 0625 0750 %0537 F25 0750 0625 0875 %0538 F26 0750 0625 1000 %0539 F27 0750 0750 0000 %0540 G19 0750 0750 0125 %0541 G20 0750 0750 0250 %0542 G21 0750 0750 0375 %0543 G22 0750 0750 0500 %0544 G23 0750 0750 0625 %0545 G24 0750 0750 0750 %0546 G25 0750 0750 0875 %0547 G26 0750 0750 1000 %0548 G27 0750 0875 0000 %0549 H19 0750 0875 0125 %0550 H20 0750 0875 0250 %0551 H21 0750 0875 0375 %0552 H22 0750 0875 0500 %0553 H23 0750 0875 0625 %0554 H24 0750 0875 0750 %0555 H25 0750 0875 0875 %0556 H26 0750 0875 1000 %0557 H27 0750 1000 0000 %0558 I19 0750 1000 0125 %0559 I20 0750 1000 0250 %0560 I21 0750 1000 0375 %0561 I22 0750 1000 0500 %0562 I23 0750 1000 0625 %0563 I24 0750 1000 0750 %0564 I25 0750 1000 0875 %0565 I26 0750 1000 1000 %0566 I27 0875 0000 0000 %0567 J19 0875 0000 0125 %0568 J20 0875 0000 0250 %0569 J21 0875 0000 0375 %0570 J22 0875 0000 0500 %0571 J23 0875 0000 0625 %0572 J24 0875 0000 0750 %0573 J25 0875 0000 0875 %0574 J26 0875 0000 1000 %0575 J27 0875 0125 0000 %0576 K19 0875 0125 0125 %0577 K20 0875 0125 0250 %0578 K21 0875 0125 0375 %0579 K22 0875 0125 0500 %0580 K23 0875 0125 0625 %0581 K24 0875 0125 0750 %0582 K25 0875 0125 0875 %0583 K26 0875 0125 1000 %0584 K27 0875 0250 0000 %0585 L19 0875 0250 0125 %0586 L20 0875 0250 0250 %0587 L21 0875 0250 0375 %0588 L22 0875 0250 0500 %0589 L23 0875 0250 0625 %0590 L24 0875 0250 0750 %0591 L25 0875 0250 0875 %0592 L26 0875 0250 1000 %0593 L27 0875 0375 0000 %0594 M19 0875 0375 0125 %0595 M20 0875 0375 0250 %0596 M21 0875 0375 0375 %0597 M22 0875 0375 0500 %0598 M23 0875 0375 0625 %0599 M24 0875 0375 0750 %0600 M25 0875 0375 0875 %0601 M26 0875 0375 1000 %0602 M27 0875 0500 0000 %0603 N19 0875 0500 0125 %0604 N20 0875 0500 0250 %0605 N21 0875 0500 0375 %0606 N22 0875 0500 0500 %0607 N23 0875 0500 0625 %0608 N24 0875 0500 0750 %0609 N25 0875 0500 0875 %0610 N26 0875 0500 1000 %0611 N27 0875 0625 0000 %0612 O19 0875 0625 0125 %0613 O20 0875 0625 0250 %0614 O21 0875 0625 0375 %0615 O22 0875 0625 0500 %0616 O23 0875 0625 0625 %0617 O24 0875 0625 0750 %0618 O25 0875 0625 0875 %0619 O26 0875 0625 1000 %0620 O27 0875 0750 0000 %0621 P19 0875 0750 0125 %0622 P20 0875 0750 0250 %0623 P21 0875 0750 0375 %0624 P22 0875 0750 0500 %0625 P23 0875 0750 0625 %0626 P24 0875 0750 0750 %0627 P25 0875 0750 0875 %0628 P26 0875 0750 1000 %0629 P27 0875 0875 0000 %0630 Q19 0875 0875 0125 %0631 Q20 0875 0875 0250 %0632 Q21 0875 0875 0375 %0633 Q22 0875 0875 0500 %0634 Q23 0875 0875 0625 %0635 Q24 0875 0875 0750 %0636 Q25 0875 0875 0875 %0637 Q26 0875 0875 1000 %0638 Q27 0875 1000 0000 %0639 R19 0875 1000 0125 %0640 R20 0875 1000 0250 %0641 R21 0875 1000 0375 %0642 R22 0875 1000 0500 %0643 R23 0875 1000 0625 %0644 R24 0875 1000 0750 %0645 R25 0875 1000 0875 %0646 R26 0875 1000 1000 %0647 R27 1000 0000 0000 %0648 S19 1000 0000 0125 %0649 S20 1000 0000 0250 %0650 S21 1000 0000 0375 %0651 S22 1000 0000 0500 %0652 S23 1000 0000 0625 %0653 S24 1000 0000 0750 %0654 S25 1000 0000 0875 %0655 S26 1000 0000 1000 %0656 S27 1000 0125 0000 %0657 T19 1000 0125 0125 %0658 T20 1000 0125 0250 %0659 T21 1000 0125 0375 %0660 T22 1000 0125 0500 %0661 T23 1000 0125 0625 %0662 T24 1000 0125 0750 %0663 T25 1000 0125 0875 %0664 T26 1000 0125 1000 %0665 T27 1000 0250 0000 %0666 U19 1000 0250 0125 %0667 U20 1000 0250 0250 %0668 U21 1000 0250 0375 %0669 U22 1000 0250 0500 %0670 U23 1000 0250 0625 %0671 U24 1000 0250 0750 %0672 U25 1000 0250 0875 %0673 U26 1000 0250 1000 %0674 U27 1000 0375 0000 %0675 V19 1000 0375 0125 %0676 V20 1000 0375 0250 %0677 V21 1000 0375 0375 %0678 V22 1000 0375 0500 %0679 V23 1000 0375 0625 %0680 V24 1000 0375 0750 %0681 V25 1000 0375 0875 %0682 V26 1000 0375 1000 %0683 V27 1000 0500 0000 %0684 W19 1000 0500 0125 %0685 W20 1000 0500 0250 %0686 W21 1000 0500 0375 %0687 W22 1000 0500 0500 %0688 W23 1000 0500 0625 %0689 W24 1000 0500 0750 %0690 W25 1000 0500 0875 %0691 W26 1000 0500 1000 %0692 W27 1000 0625 0000 %0693 X19 1000 0625 0125 %0694 X20 1000 0625 0250 %0695 X21 1000 0625 0375 %0696 X22 1000 0625 0500 %0697 X23 1000 0625 0625 %0698 X24 1000 0625 0750 %0699 X25 1000 0625 0875 %0700 X26 1000 0625 1000 %0701 X27 1000 0750 0000 %0702 Y19 1000 0750 0125 %0703 Y20 1000 0750 0250 %0704 Y21 1000 0750 0375 %0705 Y22 1000 0750 0500 %0706 Y23 1000 0750 0625 %0707 Y24 1000 0750 0750 %0708 Y25 1000 0750 0875 %0709 Y26 1000 0750 1000 %0710 Y27 1000 0875 0000 %0711 Z19 1000 0875 0125 %0712 Z20 1000 0875 0250 %0713 Z21 1000 0875 0375 %0714 Z22 1000 0875 0500 %0715 Z23 1000 0875 0625 %0716 Z24 1000 0875 0750 %0717 Z25 1000 0875 0875 %0718 Z26 1000 0875 1000 %0719 Z27 1000 1000 0000 %0720 a19 1000 1000 0125 %0721 a20 1000 1000 0250 %0722 a21 1000 1000 0375 %0723 a22 1000 1000 0500 %0724 a23 1000 1000 0625 %0725 a24 1000 1000 0750 %0726 a25 1000 1000 0875 %0727 a26 1000 1000 1000 %0728 a27 1000 1000 1000 %0729 b01 0875 1000 1000 %0730 b02 0750 1000 1000 %0731 b03 0625 1000 1000 %0732 b04 0500 1000 1000 %0733 b05 0375 1000 1000 %0734 b06 0250 1000 1000 %0735 b07 0125 1000 1000 %0736 b08 0000 1000 1000 %0737 b09 1000 0875 0875 %0738 c01 0875 0875 0875 %0739 c02 0750 0875 0875 %0740 c03 0625 0875 0875 %0741 c04 0500 0875 0875 %0742 c05 0375 0875 0875 %0743 c06 0250 0875 0875 %0744 c07 0125 0875 0875 %0745 c08 0000 0875 0875 %0746 c09 1000 0750 0750 %0747 d01 0875 0750 0750 %0748 d02 0750 0750 0750 %0749 d03 0625 0750 0750 %0750 d04 0500 0750 0750 %0751 d05 0375 0750 0750 %0752 d06 0250 0750 0750 %0753 d07 0125 0750 0750 %0754 d08 0000 0750 0750 %0755 d09 1000 0625 0625 %0756 e01 0875 0625 0625 %0757 e02 0750 0625 0625 %0758 e03 0625 0625 0625 %0759 e04 0500 0625 0625 %0760 e05 0375 0625 0625 %0761 e06 0250 0625 0625 %0762 e07 0125 0625 0625 %0763 e08 0000 0625 0625 %0764 e09 1000 0500 0500 %0765 f01 0875 0500 0500 %0766 f02 0750 0500 0500 %0767 f03 0625 0500 0500 %0768 f04 0500 0500 0500 %0769 f05 0375 0500 0500 %0770 f06 0250 0500 0500 %0771 f07 0125 0500 0500 %0772 f08 0000 0500 0500 %0773 f09 1000 0375 0375 %0774 g01 0875 0375 0375 %0775 g02 0750 0375 0375 %0776 g03 0625 0375 0375 %0777 g04 0500 0375 0375 %0778 g05 0375 0375 0375 %0779 g06 0250 0375 0375 %0780 g07 0125 0375 0375 %0781 g08 0000 0375 0375 %0782 g09 1000 0250 0250 %0783 h01 0875 0250 0250 %0784 h02 0750 0250 0250 %0785 h03 0625 0250 0250 %0786 h04 0500 0250 0250 %0787 h05 0375 0250 0250 %0788 h06 0250 0250 0250 %0789 h07 0125 0250 0250 %0790 h08 0000 0250 0250 %0791 h09 1000 0125 0125 %0792 i01 0875 0125 0125 %0793 i02 0750 0125 0125 %0794 i03 0625 0125 0125 %0795 i04 0500 0125 0125 %0796 i05 0375 0125 0125 %0797 i06 0250 0125 0125 %0798 i07 0125 0125 0125 %0799 i08 0000 0125 0125 %0800 i09 1000 0000 0000 %0801 j01 0875 0000 0000 %0802 j02 0750 0000 0000 %0803 j03 0625 0000 0000 %0804 j04 0500 0000 0000 %0805 j05 0375 0000 0000 %0806 j06 0250 0000 0000 %0807 j07 0125 0000 0000 %0808 j08 0000 0000 0000 %0809 j09 1000 1000 1000 %0810 b10 0875 0875 1000 %0811 b11 0750 0750 1000 %0812 b12 0625 0625 1000 %0813 b13 0500 0500 1000 %0814 b14 0375 0375 1000 %0815 b15 0250 0250 1000 %0816 b16 0125 0125 1000 %0817 b17 0000 0000 1000 %0818 b18 1000 1000 0875 %0819 c10 0875 0875 0875 %0820 c11 0750 0750 0875 %0821 c12 0625 0625 0875 %0822 c13 0500 0500 0875 %0823 c14 0375 0375 0875 %0824 c15 0250 0250 0875 %0825 c16 0125 0125 0875 %0826 c17 0000 0000 0875 %0827 c18 1000 1000 0750 %0828 d10 0875 0875 0750 %0829 d11 0750 0750 0750 %0830 d12 0625 0625 0750 %0831 d13 0500 0500 0750 %0832 d14 0375 0375 0750 %0833 d15 0250 0250 0750 %0834 d16 0125 0125 0750 %0835 d17 0000 0000 0750 %0836 d18 1000 1000 0625 %0837 e10 0875 0875 0625 %0838 e11 0750 0750 0625 %0839 e12 0625 0625 0625 %0840 e13 0500 0500 0625 %0841 e14 0375 0375 0625 %0842 e15 0250 0250 0625 %0843 e16 0125 0125 0625 %0844 e17 0000 0000 0625 %0845 e18 1000 1000 0500 %0846 f10 0875 0875 0500 %0847 f11 0750 0750 0500 %0848 f12 0625 0625 0500 %0849 f13 0500 0500 0500 %0850 f14 0375 0375 0500 %0851 f15 0250 0250 0500 %0852 f16 0125 0125 0500 %0853 f17 0000 0000 0500 %0854 f18 1000 1000 0375 %0855 g10 0875 0875 0375 %0856 g11 0750 0750 0375 %0857 g12 0625 0625 0375 %0858 g13 0500 0500 0375 %0859 g14 0375 0375 0375 %0860 g15 0250 0250 0375 %0861 g16 0125 0125 0375 %0862 g17 0000 0000 0375 %0863 g18 1000 1000 0250 %0864 h10 0875 0875 0250 %0865 h11 0750 0750 0250 %0866 h12 0625 0625 0250 %0867 h13 0500 0500 0250 %0868 h14 0375 0375 0250 %0869 h15 0250 0250 0250 %0870 h16 0125 0125 0250 %0871 h17 0000 0000 0250 %0872 h18 1000 1000 0125 %0873 i10 0875 0875 0125 %0874 i11 0750 0750 0125 %0875 i12 0625 0625 0125 %0876 i13 0500 0500 0125 %0877 i14 0375 0375 0125 %0878 i15 0250 0250 0125 %0879 i16 0125 0125 0125 %0880 i17 0000 0000 0125 %0881 i18 1000 1000 0000 %0882 j10 0875 0875 0000 %0883 j11 0750 0750 0000 %0884 j12 0625 0625 0000 %0885 j13 0500 0500 0000 %0886 j14 0375 0375 0000 %0887 j15 0250 0250 0000 %0888 j16 0125 0125 0000 %0889 j17 0000 0000 0000 %0890 j18 1000 1000 1000 %0891 b19 1000 0875 1000 %0892 b20 1000 0750 1000 %0893 b21 1000 0625 1000 %0894 b22 1000 0500 1000 %0895 b23 1000 0375 1000 %0896 b24 1000 0250 1000 %0897 b25 1000 0125 1000 %0898 b26 1000 0000 1000 %0899 b27 0875 1000 0875 %0900 c19 0875 0875 0875 %0901 c20 0875 0750 0875 %0902 c21 0875 0625 0875 %0903 c22 0875 0500 0875 %0904 c23 0875 0375 0875 %0905 c24 0875 0250 0875 %0906 c25 0875 0125 0875 %0907 c26 0875 0000 0875 %0908 c27 0750 1000 0750 %0909 d19 0750 0875 0750 %0910 d20 0750 0750 0750 %0911 d21 0750 0625 0750 %0912 d22 0750 0500 0750 %0913 d23 0750 0375 0750 %0914 d24 0750 0250 0750 %0915 d25 0750 0125 0750 %0916 d26 0750 0000 0750 %0917 d27 0625 1000 0625 %0918 e19 0625 0875 0625 %0919 e20 0625 0750 0625 %0920 e21 0625 0625 0625 %0921 e22 0625 0500 0625 %0922 e23 0625 0375 0625 %0923 e24 0625 0250 0625 %0924 e25 0625 0125 0625 %0925 e26 0625 0000 0625 %0926 e27 0500 1000 0500 %0927 f19 0500 0875 0500 %0928 f20 0500 0750 0500 %0929 f21 0500 0625 0500 %0930 f22 0500 0500 0500 %0931 f23 0500 0375 0500 %0932 f24 0500 0250 0500 %0933 f25 0500 0125 0500 %0934 f26 0500 0000 0500 %0935 f27 0375 1000 0375 %0936 g19 0375 0875 0375 %0937 g20 0375 0750 0375 %0938 g21 0375 0625 0375 %0939 g22 0375 0500 0375 %0940 g23 0375 0375 0375 %0941 g24 0375 0250 0375 %0942 g25 0375 0125 0375 %0943 g26 0375 0000 0375 %0944 g27 0250 1000 0250 %0945 h19 0250 0875 0250 %0946 h20 0250 0750 0250 %0947 h21 0250 0625 0250 %0948 h22 0250 0500 0250 %0949 h23 0250 0375 0250 %0950 h24 0250 0250 0250 %0951 h25 0250 0125 0250 %0952 h26 0250 0000 0250 %0953 h27 0125 1000 0125 %0954 i19 0125 0875 0125 %0955 i20 0125 0750 0125 %0956 i21 0125 0625 0125 %0957 i22 0125 0500 0125 %0958 i23 0125 0375 0125 %0959 i24 0125 0250 0125 %0960 i25 0125 0125 0125 %0961 i26 0125 0000 0125 %0962 i27 0000 1000 0000 %0963 j19 0000 0875 0000 %0964 j20 0000 0750 0000 %0965 j21 0000 0625 0000 %0966 j22 0000 0500 0000 %0967 j23 0000 0375 0000 %0968 j24 0000 0250 0000 %0969 j25 0000 0125 0000 %0970 j26 0000 0000 0000 %0971 j27 0000 0000 0000 %0972 k01 0125 0125 0125 %0973 k02 0250 0250 0250 %0974 k03 0375 0375 0375 %0975 k04 0500 0500 0500 %0976 k05 0625 0625 0625 %0977 k06 0750 0750 0750 %0978 k07 0875 0875 0875 %0979 k08 1000 1000 1000 %0980 k09 0000 0000 0000 %0981 l01 0125 0125 0125 %0982 l02 0250 0250 0250 %0983 l03 0375 0375 0375 %0984 l04 0500 0500 0500 %0985 l05 0625 0625 0625 %0986 l06 0750 0750 0750 %0987 l07 0875 0875 0875 %0988 l08 1000 1000 1000 %0989 l09 0000 0000 0000 %0990 m01 0125 0125 0125 %0991 m02 0250 0250 0250 %0992 m03 0375 0375 0375 %0993 m04 0500 0500 0500 %0994 m05 0625 0625 0625 %0995 m06 0750 0750 0750 %0996 m07 0875 0875 0875 %0997 m08 1000 1000 1000 %0998 m09 0000 0000 0000 %0999 n01 0125 0125 0125 %1000 n02 0250 0250 0250 %1001 n03 0375 0375 0375 %1002 n04 0500 0500 0500 %1003 n05 0625 0625 0625 %1004 n06 0750 0750 0750 %1005 n07 0875 0875 0875 %1006 n08 1000 1000 1000 %1007 n09 0000 0000 0000 %1008 k10 0066 0066 0066 %1009 k11 0133 0133 0133 %1010 k12 0200 0200 0200 %1011 k13 0266 0266 0266 %1012 k14 0333 0333 0333 %1013 k15 0400 0400 0400 %1014 k16 0466 0466 0466 %1015 k17 0533 0533 0533 %1016 k18 0600 0600 0600 %1017 k19 0666 0666 0666 %1018 k20 0734 0734 0734 %1019 k21 0800 0800 0800 %1020 k22 0866 0866 0866 %1021 k23 0933 0933 0933 %1022 k24 1000 1000 1000 %1023 k25 0000 0000 0000 %1024 l10 0066 0066 0066 %1025 l11 0133 0133 0133 %1026 l12 0200 0200 0200 %1027 l13 0266 0266 0266 %1028 l14 0333 0333 0333 %1029 l15 0400 0400 0400 %1030 l16 0466 0466 0466 %1031 l17 0533 0533 0533 %1032 l18 0600 0600 0600 %1033 l19 0666 0666 0666 %1034 l20 0734 0734 0734 %1035 l21 0800 0800 0800 %1036 l22 0866 0866 0866 %1037 l23 0933 0933 0933 %1038 l24 1000 1000 1000 %1039 l25 0000 0000 0000 %1040 m10 0066 0066 0066 %1041 m11 0133 0133 0133 %1042 m12 0200 0200 0200 %1043 m13 0266 0266 0266 %1044 m14 0333 0333 0333 %1045 m15 0400 0400 0400 %1046 m16 0466 0466 0466 %1047 m17 0533 0533 0533 %1048 m18 0600 0600 0600 %1049 m19 0666 0666 0666 %1050 m20 0734 0734 0734 %1051 m21 0800 0800 0800 %1052 m22 0866 0866 0866 %1053 m23 0933 0933 0933 %1054 m24 1000 1000 1000 %1055 m25 0000 0000 0000 %1056 n10 0066 0066 0066 %1057 n11 0133 0133 0133 %1058 n12 0200 0200 0200 %1059 n13 0266 0266 0266 %1060 n14 0333 0333 0333 %1061 n15 0400 0400 0400 %1062 n16 0466 0466 0466 %1063 n17 0533 0533 0533 %1064 n18 0600 0600 0600 %1065 n19 0666 0666 0666 %1066 n20 0734 0734 0734 %1067 n21 0800 0800 0800 %1068 n22 0866 0866 0866 %1069 n23 0933 0933 0933 %1070 n24 1000 1000 1000 %1071 n25 0000 0000 0000 %1072 k26 1000 1000 1000 %1073 k27 1000 0000 0000 %1074 l26 0000 1000 1000 %1075 l27 1000 1000 0000 %1076 m26 0000 0000 1000 %1077 m27 0000 1000 0000 %1078 n26 1000 0000 1000 %1079 n27 0000 1000 0000 %1078 nx6 1000 0000 1000 %1079 nx7 ] def %END RGB0_F %***************************************************************** %} def %END PROC_SPEC_IOF.PS %END COLDATA-SRGB_00.PS %**************************************************** %END 'VG29'OUTLIN1X.PS Other procedures for sRGB output linearization %**************************************************** %BEG VG29/OUTLIN1Y.PS Emty 20101101 %END VG29/OUTLIN1Y.PS Emty 20101101 /BeginEPSF {% def % Prepare for EPS file /b4_Inc_state save def % Save state for cleanup /dict_count countdictstack def /op_count count 1 sub def % Count objects on op stack userdict begin % Make userdict current dict /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where % If level not equal to 1 then {pop languagelevel where % If level not equal to 1 then 1 ne {false setstrokeadjust false setoverprint } if } if } bind def /EndEPSF {% def % End for EPS file count op_count sub {pop} repeat countdictstack dict_count sub {end} repeat % Clean up dict stack b4_Inc_state restore } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def %ANFA CMYKDEF %CMYKDEA0 (A0=Standard-Drucker-CMYKDEF) 15.3.97 /tzac [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzam [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzay [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tzan [1.000 0.933 0.867 0.800 0.733 0.667 0.600 0.533 0.467 0.400 0.333 0.267 0.200 0.132 0.067 0.000 1.000 0.750 0.500 0.250 0.000] def /tza0 [0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000] def /tza1 [1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000] def %ENDE CMYKD /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfiLAB* %x y width heigth LAB* { setcolor rec fill} bind def /colrecstLAB* %x y width heigth LAB* { setcolor rec stroke} bind def /colrecficmyn* %x y width heigth cmy0* or 000n* { setcmykcolor rec fill} bind def /colrecstcmyn* %x y width heigth cmy0* or 000n* { setcmykcolor rec stroke} bind def /colrecfiw* %x y width heigth w* { setgray rec fill} bind def /colrecstw* %x y width heigth w* { setgray rec stroke} bind def /colrecfiolv* %x y width heigth olv* { setrgbcolor rec fill} bind def /colrecstolv* %x y width heigth olv* { setrgbcolor rec stroke} bind def /tzocmy0* {0.0 1.0 1.0 0.0} bind def %Reproduction colours /tzlcmy0* {1.0 0.0 1.0 0.0} bind def %cmyn* setcmykcolor /tzvcmy0* {1.0 1.0 0.0 0.0} bind def /tzccmy0* {1.0 0.0 0.0 0.0} bind def /tzmcmy0* {0.0 1.0 0.0 0.0} bind def /tzycmy0* {0.0 0.0 1.0 0.0} bind def /tzoolv* {1.0 0.0 0.0} bind def %Reproduction colours /tzlolv* {0.0 1.0 0.0} bind def %olv* setrgbcolor /tzvolv* {0.0 0.0 1.0} bind def /tzcolv* {0.0 1.0 1.0} bind def /tzmolv* {1.0 0.0 1.0} bind def /tzyolv* {1.0 1.0 0.0} bind def /tzoLAB* [53.34 72.46 50.66] def %Reproduction colours /tzlLAB* [84.93 -79.83 74.80] def %LAB* setcolor /tzvLAB* [32.20 24.88 -37.89] def /tzcLAB* [88.10 -44.88 -13.36] def /tzmLAB* [59.66 90.32 -19.65] def /tzyLAB* [93.76 -20.24 85.93] def /tzncmy0* {1.00 1.00 1.00 0.00} bind def %grey series /tzdcmy0* {0.75 0.75 0.75 0.00} bind def %cmy0* setcmykcolor /tzzcmy0* {0.50 0.50 0.50 0.00} bind def /tzhcmy0* {0.25 0.25 0.25 0.00} bind def /tzwcmy0* {0.00 0.00 0.00 0.00} bind def /tzn000n* {0.00 0.00 0.00 1.00} bind def %grey series 000n* /tzd000n* {0.00 0.00 0.00 0.75} bind def %000n* setcmykcolor /tzz000n* {0.00 0.00 0.00 0.50} bind def /tzh000n* {0.00 0.00 0.00 0.25} bind def /tzw000n* {0.00 0.00 0.00 0.00} bind def /tznw* {0.00} bind def %grey series /tzdw* {0.25} bind def %w* setgray /tzzw* {0.50} bind def /tzhw* {0.75} bind def /tzww* {1.00} bind def /tznolv* {0.00 0.00 0.00} bind def %grey series /tzdolv* {0.25 0.25 0.25} bind def %olv* setrgbcolor /tzzolv* {0.50 0.50 0.50} bind def /tzholv* {0.75 0.75 0.75} bind def /tzwolv* {1.00 1.00 1.00} bind def /tznLAB* [18.01 0.00 0.00] def %grey series /tzdLAB* [37.36 0.00 0.00] def %LAB* setcolor /tzzLAB* [56.71 0.00 0.00] def /tzhLAB* [76.06 0.00 0.00] def /tzwLAB* [95.41 0.00 0.00] def /tfn {0 setgray} bind def /tfw {1 setgray} bind def /A4quer {598 0 translate 90 rotate} def /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def %%EndProlog %*********************************************************** %%BeginPageSetup /#copies 1 def %A4querF 1.0 1.0 scale /pgsave save def %%EndPageSetup /SS$ [(G) (E) (S) (F) (I) (J) (M)] def /SC$ [(N) (F) (S) (D) (T) (E) (C)] def /SX$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def /SY$ [(0) (1) (2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C) (D) (E) (F)] def % 0 1 2 3 4 5 % 6 7 8 /EX$ [(A.TXT /.PS) (B.BMP /.PS) (G.GIF /.PS) (H.HTM /.PS) (I.HTM /.PS) (J.JPE /.PS) (P.PDF /.PS) (T.TIF /.PS)] def /EY$ [(A.DAT) (B.DAT) (G.DAT) (H.DAT) (I.DAT) (J.DAT) (P.DAT) (T.DAT)] def %******************************************************************* /lanind1f 00 def /lanind2f 00 def /laninddf 01 def /colorm1f 00 def /colorm2f 00 def /colormdf 01 def /deintp1f 00 def /deintp2f 00 def /deintpdf 01 def /xcolor1f 00 def /xcolor2f 00 def /xcolordf 01 def /xchart1f 00 def /xchart2f 00 def /xchartdf 01 def /xchart3f 01 def /xchart4f 00 def /xchart5f 00 def /pchart1f 00 def /pchart2f 00 def /pchartdf 01 def %=3 for sRGB, Lr=0 /colsep1f 00 def /colsep2f 00 def /colsepdf 01 def /pmetam1f 00 def /pmetam2f 00 def /pmetamdf 01 def %/lanindf lanind1f def % /lanindf lanind1f def %lanind1f laninddf lanind2f {/lanindf exch def %/colormf colorm1f def % /colormf colorm1f def %colorm1f colormdf colorm2f {/colormf exch def %/deintpf deintp1f def % /deintpf deintp1f def %deintp1f deintpdf deintp2f {/deintpf exch def %/xcolorf xcolor1f def % /xcolorf xcolor1f def %xcolor1f xcolordf xcolor2f {/xcolorf exch def %/xchartf xchart1f def % /xchartf xchart1f def %xchart1f xchartdf xchart2f {/xchartf exch def %/pchartf pchart1f def % /pchartf pchart1f def %/pchartf pchart1f def %pchart1f pchartdf pchart2f {/pchartf exch def %/colsepf colsep1f def % /colsepf colsep1f def %colsep1f colsepdf colsep2f {/colsepf exch def /lanind lanindf def /colorm colormf def /deintp deintpf def /xcolor xcolorf def /xchart xchartf def /xchartm xchart2f xchart1f sub 1 add def /xchart3 xchart3f def /xchart4 xchart4f def /pchart pchartf def /colsep colsepf def %/pmetamf pmetam1f def % /pmetamf pmetam1f def %pmetam1f pmetamdf pmetam2f {/pmetamf exch def /pmetam pmetamf def %************************************************************* /setgray {sfgray} bind def /setrgbcolor {sfrgbcolor} bind def /setcmykcolor {sfcmykcolor} bind def %72 90 translate %0.01 MM dup scale %0 0 moveto 24600 0 rlineto 0 17220 rlineto % -24600 0 rlineto closepath stroke %000 -240 moveto %240 /Times-ISOL1 FS %lanindf cvishow (-) show %colormf cvishow %deintpf cvishow %xcolorf cvishow %xchartf cvishow %pchartf cvishow %colsepf cvishow (-F) show pmetamf cvishow %grestore gsave /GSS$ SS$ lanind get def /GSC$ SC$ colorm get def /GSX$ SX$ xcolor xcolor 16 idiv 16 mul sub get def /GSY$ SY$ xchart xchart 16 idiv 16 mul sub get def /GEX$ EX$ 0 get def /GEY$ EY$ 0 get def %01 %02 %03 %04 %05 %06 %07 %08 %09 %10 %11 %12 %13 %14 %15 %16 %17 %18 %gsave BeginEPSF 28 MM 197 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto 1 1 scale -77 -91 translate %%BeginDocument: Bild 10 %line 329 %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto 1 1 scale -77 -91 translate %%BeginDocument: Bild 11 %line 339 %!PS-Adobe-3.0 EPSF-3.0 VG290-1N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark01 where {pop} {userdict /pdfmark01 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark01 [ /View [ /FitB ] /DOCVIEW pdfmark01 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TM {290 /Times-ISOL1 FS} bind def /TG {340 /Times-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIM {290 /TimesI-ISOL1 FS} bind def /TIG {340 /TimesI-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBM {290 /TimesB-ISOL1 FS} bind def /TBG {340 /TimesB-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIM {290 /TimesBI-ISOL1 FS} bind def /TBIG {340 /TimesBI-ISOL1 FS} bind def /SSK {140 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {240 1 sub /Symbol FS} bind def /SM {290 1 sub /Symbol FS} bind def /SG {340 1 sub /Symbol FS} bind def /CSS {115 /Courier-ISOL1 FS} bind def /CSK {140 /Courier-ISOL1 FS} bind def /CS {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBSS {115 /CourierB-ISOL1 FS} bind def /CBSK {140 /CourierB-ISOL1 FS} bind def /CBS {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def /IXYZ0 357 array def %min 21x17 /IXYZ0 [%BEG IXYZ0 %Original file from CUI: one unit of power CIEDE2000.xlz %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab DE*CH dE*CP dE*CP dE*00 DE*CP Code L* a* b* %143 0001000 1 1; constants in file, value not known 0095040 0100000 0108880 0001070 0001126 0001226 0001188 0001249 0001375 0001000 00930 00930 01000 01000 00600 01000 10110000 (10002_WN) 10 0 0 0095040 0100000 0108880 0001813 0001908 0002078 0001965 0002062 0002266 0001000 00840 00840 01000 01000 00600 01000 10110000 (15002_WN) 15 0 0 0095040 0100000 0108880 0002840 0002989 0003254 0003013 0003158 0003471 0001000 00730 00730 01000 01000 00600 01000 10110000 (20002_WN) 20 0 0 0095040 0100000 0108880 0004196 0004415 0004807 0004421 0004639 0005098 0001000 00740 00740 01000 01000 00600 01000 10110000 (25002_WN) 25 0 0 0095040 0100000 0108880 0005926 0006235 0006789 0006198 0006512 0007161 0001000 00730 00730 01000 01000 00600 01000 10110000 (30002_WN) 30 0 0 0095040 0100000 0108880 0008076 0008498 0009253 0008381 0008809 0009687 0001000 00690 00690 01000 01000 00600 01000 10110000 (35002_WN) 35 0 0 0095040 0100000 0108880 0010692 0011250 0012250 0011022 0011586 0012746 0001000 00650 00650 01000 01000 00600 01000 10110000 (40002_WN) 40 0 0 0095040 0100000 0108880 0013820 0014541 0015833 0014162 0014893 0016390 0001000 00620 00620 01000 01000 00600 01000 10110000 (45002_WN) 45 0 0 0095040 0100000 0108880 0017505 0018418 0020054 0017861 0018792 0020680 0001000 00600 00600 01000 01000 00600 01000 10110000 (50002_WN) 50 0 0 0095040 0100000 0108880 0021792 0022929 0024966 0022262 0023420 0025730 0001000 00620 00620 01000 01000 00600 01000 10110000 (55002_WN) 55 0 0 0095040 0100000 0108880 0026728 0028123 0030620 0027339 0028766 0031554 0001000 00660 00660 01000 01000 00600 01000 10110000 (60002_WN) 60 0 0 0095040 0100000 0108880 0032358 0034047 0037070 0033127 0034864 0038191 0001000 00700 00700 01000 01000 00600 01000 10110000 (65002_WN) 65 0 0 0095040 0100000 0108880 0038728 0040749 0044367 0039677 0041767 0045688 0001000 00750 00750 01000 01000 00600 01000 10110000 (70002_WN) 70 0 0 0095040 0100000 0108880 0045883 0048278 0052565 0047047 0049527 0054103 0001000 00800 00800 01000 01000 00600 01000 10110000 (75002_WN) 75 0 0 0095040 0100000 0108880 0053869 0056681 0061714 0055280 0058185 0063507 0001000 00850 00850 01000 01000 00600 01000 10110000 (80002_WN) 80 0 0 0095040 0100000 0108880 0062733 0066007 0071868 0064405 0067780 0073948 0001000 00900 00900 01000 01000 00600 01000 10110000 (85002_WN) 85 0 0 0095040 0100000 0108880 0072518 0076303 0083079 0074481 0078376 0085455 0001000 00960 00960 01000 01000 00600 01000 10110000 (90002_WN) 90 0 0 ] def %END IXYZ0 /IXYZ1 357 array def %min 21x17 /IXYZ1 [%BEG IXYZ1 %UE980-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*LCH=\Delta E*CIELAB=CIELCH=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001199 0001262 0001373 0001000 01001 01001 01001 01959 00630 00852 18110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0001996 0002100 0002286 0001000 01001 01001 01001 01960 00662 01004 18110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003085 0003246 0003534 0001000 01001 01001 01001 01507 00697 01099 18110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004512 0004747 0005168 0001000 01001 01001 01001 01264 00735 01143 18110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006322 0006652 0007243 0001000 01001 01001 01001 01101 00779 01149 18110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008562 0009009 0009809 0001000 01001 01001 01001 00985 00829 01130 18110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011277 0011865 0012919 0001000 01001 01001 01001 00897 00886 01096 18110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014512 0015269 0016625 0001000 01000 01000 01000 00830 00955 01055 18110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 18110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022727 0023913 0026036 0001000 01000 01000 01000 00731 00940 00965 18110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027798 0029249 0031846 0001000 01000 01000 01000 00694 00873 00920 18110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033572 0035324 0038461 0001000 01000 01000 01000 00662 00817 00878 18110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040096 0042188 0045934 0001000 01000 01000 01000 00636 00769 00838 18110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047413 0049888 0054318 0001000 01000 01000 01000 00612 00726 00800 18110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0055571 0058472 0063664 0001000 01000 01000 01000 00592 00688 00765 18110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0064615 0067988 0074025 0001000 01000 01000 01000 00574 00654 00732 18110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0074591 0078484 0085453 0001000 01000 01000 01000 00558 00623 00702 18110016 (90002_WN) 90 0 0 % ] def %END IXYZ1 /IXYZ2 357 array def %min 21x17 /IXYZ2 [%BEG IXYZ2 %UE990-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*C00=\Delta E*CIEDE2000=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001275 0001341 0001460 0001000 01554 01554 01554 03042 00981 01338 19110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0002089 0002198 0002393 0001000 01489 01489 01489 02914 00987 01501 19110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003191 0003357 0003655 0001000 01420 01420 01420 02137 00990 01562 19110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004625 0004866 0005298 0001000 01349 01349 01349 01703 00993 01541 19110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006434 0006770 0007371 0001000 01277 01277 01277 01404 00995 01465 19110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008662 0009114 0009923 0001000 01202 01202 01202 01183 00997 01357 19110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011351 0011943 0013004 0001000 01126 01126 01126 01010 00998 01233 19110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014544 0015303 0016662 0001000 01046 01046 01046 00868 00999 01103 19110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 19110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022786 0023975 0026104 0001000 01063 01063 01063 00777 00998 01025 19110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027952 0029411 0032023 0001000 01142 01142 01142 00793 00997 01051 19110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033843 0035609 0038771 0001000 01220 01220 01220 00808 00995 01070 19110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040506 0042620 0046404 0001000 01296 01296 01296 00824 00994 01084 19110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047989 0050493 0054977 0001000 01371 01371 01371 00839 00993 01095 19110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0056341 0059281 0064545 0001000 01446 01446 01446 00856 00993 01104 19110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0065609 0069033 0075163 0001000 01520 01520 01520 00873 00992 01111 19110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0075842 0079800 0086886 0001000 01594 01594 01594 00890 00991 01116 19110016 (90002_WN) 90 0 0 % ] def %END IXYZ2 %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG290-1N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (w) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 02 def /ILLYA 25 def %average CIELAB and CIEDE2000 /rgbJLL 4 array def /rgbJLL [{1 1 0 setrgbcolor} {0 1 0 setrgbcolor} {0 0 1 setrgbcolor} {1 1 1 setrgbcolor}] def 20 setlinewidth 050 3760 moveto TBIM tfw TBM (log [\050) show TBIM (Y/) show SM (D) show TBIM (Y) show (\051 / \050) show TBIM (Y) show ishowu TBM (/) show SM (D) show TBIM (Y) show ishowu TBM (\051] ) show (relative CIE) showen (relative CIE\255) showde /xt0 1000 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 950 sub yt0 0 ytd mul sub moveto (tristimulus value contrast sensitivity) showen (Normfarbwert\255Kontrastempfindlichkeit) showde TBK xt1 yt0 2.2 ytd mul sub moveto rgbJLL 0 get exec (CIEDE2000 Power Correction) show TBIK ( Cui) show TBK xt1 yt0 3.1 ytd mul sub moveto rgbJLL 2 get exec (CIEDE2000) show xt1 yt0 4.0 ytd mul sub moveto rgbJLL 1 get exec (CIELAB) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth [100] 0 setdash /YYL 0.001 def /YFL 0.000001 def /Y000 600 array def /Y100 600 array def /YD00 600 array def 0 1 02 {/j exch def %j=0,02 delta_Y for formulas: CUI, CIELAB, CIEDE2000 0 1 16 {/i exch def %i=0,16 /k j 17 mul i add def /i21 i 21 mul def Y000 k j 0 eq {IXYZ0} if j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 4 add get 0.001 mul put Y100 k j 0 eq {IXYZ0} if j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 7 add get 0.001 mul put YD00 k Y000 k get Y100 k get sub abs put } for %i=0,16 } for %j=0,02 /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto (L) TBIM tfw show ishowu TBM (=) show rgbJLL 2 get exec (L) TBIM show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show [ ] 0 setdash x0 y0 0700 sub moveto rgbJLL 2 get exec (Y) TBIK show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto rgbJLL 2 get exec (L*) TBIK show -100 -30 rmoveto ishowu 0 30 rmoveto TBK (=50) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 rgbJLL 2 get exec %B x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash rgbJLL 1 get exec %G x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto (x) TBIM tfw show 20 0 rmoveto (=) TBM tfw show 20 0 rmoveto (log) TBM tfw show 30 0 rmoveto TBIM (Y) show 2350 150 moveto rgbJLL 2 get exec (u) TBIM show 20 0 rmoveto (=) TBM show 20 0 rmoveto (log) TBM show 30 0 rmoveto TBIM (Y) show 00 -60 rmoveto TBK (u) show 0 60 rmoveto tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_L_DLn {%BEG ALOG_L_DLn /Fx Fx0x 2 mul def /Fy Fy0x 2 mul def /Flog -1.5 def 0 1 JLLX {/JLL exch def %JLL=1,JLLX rgbJLL JLL get exec JLL 3 eq {%JLL=3 rgbJLL4 xchart get exec /ILLX IM def } if %JLL=3 newpath /ILLU ILLA JLL 17 mul add def 0 1 ILLX {/ILL exch def %ILL=0,ILLX /ILLY ILL JLL ILLP mul add def XGRAPH ILLY Y000 ILLY get log put /DELTLx Y000 ILLY get YD00 ILLY get div def /DELTLu Y000 ILLU get YD00 ILLU get div def XDAT0 ILLY XGRAPH ILLY get put XDAT1 ILLY Y000 ILLY get put XDAT2 ILLY YD00 ILLY get put XDAT3 ILLY DELTLx put XDAT4 ILLY DELTLx DELTLu div abs put DELTL0 ILLY DELTLx DELTLu YFL add div abs log put YGRAPH ILLY DELTL0 ILLY get put XGRAPH ILLY get Fx mul YGRAPH ILLY get Fy mul JLL 3 eq {%JLL=3,#3 40 0 360 arc fill }%JLL=3 {%JLL#3 ILL 0 eq {moveto} if ILL 01 ge ILL ILLM le and {lineto} if ILL ILLX eq {lineto stroke} if } ifelse %JLL#3 } for %ILL=0,ILLX } for %JLL=1,JLLX %vertical lines of surround blue-green 0 0 1 setrgbcolor XGRAPH ILLYA get Fx mul YGRAPH ILLYA get Fy mul moveto XGRAPH ILLYA get Fx mul Flog Fy mul lineto stroke [100] 0 setdash 0 1 0 setrgbcolor XGRAPH ILLYA get Fx mul YGRAPH ILLYA get Fy mul moveto XGRAPH ILLYA get Fx mul Flog Fy mul lineto stroke [ ] 0 setdash } def %END ALOG_L_DLn %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx1x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 500 scale units, different for most figures /ty14 [( ) (-1) ( ) ( 0) ( ) ( 1) ( )] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty14 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash 0000 1500 moveto 3000 0 rlineto stroke 3000 0050 add 1500 moveto TBIK (m) show TBK (=0) show 0000 0000 moveto 3000 1000 rlineto stroke 3000 0050 add 1000 100 sub moveto TBIK (m) show TBK (=1/3) show [ ] 0 setdash 1000 1500 translate %new cero point at xr=0 ALOG_L_DLn -1000 -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 12 %line 349 %!PS-Adobe-3.0 EPSF-3.0 VG290-2N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark02 where {pop} {userdict /pdfmark02 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark02 [ /View [ /FitB ] /DOCVIEW pdfmark02 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TM {290 /Times-ISOL1 FS} bind def /TG {340 /Times-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIM {290 /TimesI-ISOL1 FS} bind def /TIG {340 /TimesI-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBM {290 /TimesB-ISOL1 FS} bind def /TBG {340 /TimesB-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIM {290 /TimesBI-ISOL1 FS} bind def /TBIG {340 /TimesBI-ISOL1 FS} bind def /SL {200 /Symbol FS} bind def /SK {240 /Symbol FS} bind def /SM {290 /Symbol FS} bind def /SG {340 /Symbol FS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def /IXYZX 12600 array def %min 600*21=12600 /IXYZX [%BEG IXYZX %AC00_AUSP1_5285.FOR, E/A: -> AC00_AUSP1_5285R.DAT/.TXT/A.TXT with "#\r"=" "/w %AC00_ALL00_5285.DAT, CIE1_63_UE91_99-7T.TXT, threshold & difference data wi %5285 Data: Richter(330), Kittelmann(392), Avramopoulos(132), Witt(418), RIT %UE910-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % DL DC %CIEXYZ*1000 data for all colours (a), iim=330, Color difference data for \Delta E*LCH=\Delta E*CIELAB=CIELCH=1 % 95189 100000 44159 188033 196900 86683 189179 198100 87211 1000 294 294 140 294 294 294 11110308 (129012_RI) 129 1 0 % 295 2 95189 100000 44159 113834 119955 54910 114489 120645 55226 1000 235 235 121 235 235 235 11110309 (107037_RI) 107 -1 -3 % 236 5 95189 100000 44159 70177 74134 34757 70565 74545 34949 1000 193 193 108 193 193 193 11810310 (89047_RI) 89 -1 -4 % 194 7 95189 100000 44159 47003 49670 23417 47268 49950 23549 1000 172 172 104 172 172 172 11810311 (76047_RI) 76 -1 -3 % 172 7 95189 100000 44159 32536 34310 16027 32707 34490 16111 1000 141 141 93 141 141 141 11110312 (65037_RI) 65 0 -3 % 142 4 95189 100000 44159 23436 24595 11376 23579 24745 11446 1000 147 147 105 147 147 147 11110313 (57028_RI) 57 0 -2 % 147 6 95189 100000 44159 16923 17690 7982 17018 17789 8027 1000 121 121 95 121 121 121 11110314 (49018_RI) 49 0 -1 % 121 4 95189 100000 44159 12333 12820 5619 12429 12920 5662 1000 151 151 130 151 151 151 11110315 (43012_RI) 43 1 0 % 152 6 95189 100000 44159 8860 9150 3853 8935 9230 3889 1000 153 153 146 153 152 152 11110316 (36023_RI) 36 1 1 % 152 22 95189 100000 44159 6430 6589 2654 6487 6650 2680 1000 145 145 156 145 145 144 11110317 (31033_RI) 31 2 2 % 144 22 95189 100000 44159 4580 4654 1778 4628 4705 1801 1000 156 156 188 154 154 153 11310318 (26043_RI) 26 2 3 % 152 39 95189 100000 44159 4799 5085 2408 4865 5154 2438 1000 194 194 230 193 193 193 11110319 (27027_RI) 27 -1 -2 % 193 22 95189 100000 44159 2951 3145 1549 2998 3195 1571 1000 194 194 283 193 193 193 11110320 (21027_RI) 21 -1 -2 % 193 24 95189 100000 44159 1798 1920 972 1836 1960 990 1000 215 215 418 214 214 214 11110321 (15037_RI) 15 -1 -2 % 213 27 95189 100000 44159 1184 1265 643 1213 1295 657 1000 212 212 413 212 212 211 11110322 (11027_RI) 11 -1 -2 % 211 28 % I,K= 5285 15 of 44 with delta_C=5 instead of 3 ] def %END IXYZX /IXYZ0 12600 array def %min 600x21 will be defined later from IXYZX /IXYZ1 357 array def %min 21x17 /IXYZ1 [%BEG IXYZ1 %UE980-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*LCH=\Delta E*CIELAB=CIELCH=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001199 0001262 0001373 0001000 01001 01001 01001 01959 00630 00852 18110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0001996 0002100 0002286 0001000 01001 01001 01001 01960 00662 01004 18110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003085 0003246 0003534 0001000 01001 01001 01001 01507 00697 01099 18110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004512 0004747 0005168 0001000 01001 01001 01001 01264 00735 01143 18110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006322 0006652 0007243 0001000 01001 01001 01001 01101 00779 01149 18110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008562 0009009 0009809 0001000 01001 01001 01001 00985 00829 01130 18110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011277 0011865 0012919 0001000 01001 01001 01001 00897 00886 01096 18110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014512 0015269 0016625 0001000 01000 01000 01000 00830 00955 01055 18110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 18110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022727 0023913 0026036 0001000 01000 01000 01000 00731 00940 00965 18110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027798 0029249 0031846 0001000 01000 01000 01000 00694 00873 00920 18110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033572 0035324 0038461 0001000 01000 01000 01000 00662 00817 00878 18110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040096 0042188 0045934 0001000 01000 01000 01000 00636 00769 00838 18110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047413 0049888 0054318 0001000 01000 01000 01000 00612 00726 00800 18110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0055571 0058472 0063664 0001000 01000 01000 01000 00592 00688 00765 18110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0064615 0067988 0074025 0001000 01000 01000 01000 00574 00654 00732 18110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0074591 0078484 0085453 0001000 01000 01000 01000 00558 00623 00702 18110016 (90002_WN) 90 0 0 % ] def %END IXYZ1 /IXYZ2 357 array def %min 21x17 /IXYZ2 [%BEG IXYZ2 %UE990-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*C00=\Delta E*CIEDE2000=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001275 0001341 0001460 0001000 01554 01554 01554 03042 00981 01338 19110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0002089 0002198 0002393 0001000 01489 01489 01489 02914 00987 01501 19110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003191 0003357 0003655 0001000 01420 01420 01420 02137 00990 01562 19110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004625 0004866 0005298 0001000 01349 01349 01349 01703 00993 01541 19110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006434 0006770 0007371 0001000 01277 01277 01277 01404 00995 01465 19110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008662 0009114 0009923 0001000 01202 01202 01202 01183 00997 01357 19110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011351 0011943 0013004 0001000 01126 01126 01126 01010 00998 01233 19110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014544 0015303 0016662 0001000 01046 01046 01046 00868 00999 01103 19110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 19110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022786 0023975 0026104 0001000 01063 01063 01063 00777 00998 01025 19110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027952 0029411 0032023 0001000 01142 01142 01142 00793 00997 01051 19110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033843 0035609 0038771 0001000 01220 01220 01220 00808 00995 01070 19110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040506 0042620 0046404 0001000 01296 01296 01296 00824 00994 01084 19110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047989 0050493 0054977 0001000 01371 01371 01371 00839 00993 01095 19110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0056341 0059281 0064545 0001000 01446 01446 01446 00856 00993 01104 19110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0065609 0069033 0075163 0001000 01520 01520 01520 00873 00992 01111 19110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0075842 0079800 0086886 0001000 01594 01594 01594 00890 00991 01116 19110016 (90002_WN) 90 0 0 % ] def %END IXYZ2 %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END gsave 5 /Times-ISOL1 FS 175 85 moveto (VG290-1N) show 72 90 translate 0.01 MM dup scale 30 setlinewidth 20 setlinewidth /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (w) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 03 def /ILLYA 25 def %average CIELAB and CIEDE2000 /ILLYA 25 def %average CIELAB and CIEDE2000 /rgbJLL 4 array def /rgbJLL [{1 1 1 setrgbcolor} {0 1 0 setrgbcolor} {0 0 1 setrgbcolor} {1 1 1 setrgbcolor}] def /rgbJLL4 5 array def %/rgbJLL4 [{1 1 1 setrgbcolor} {1 1 0 setrgbcolor} {0 0 1 setrgbcolor} /rgbJLL4 [{1 1 1 setrgbcolor} {1 1 0 setrgbcolor} {0 0 1 setrgbcolor} {1 0 0 setrgbcolor} {0 1 0 setrgbcolor}] def 20 setlinewidth 050 3760 moveto TBIM tfw TBM (log [\050) show TBIM (Y/) show SM (D) show TBIM (Y) show (\051 / \050) show TBIM (Y) show ishowu TBM (/) show SM (D) show TBIM (Y) show ishowu TBM (\051] ) show (relative CIE) showen (relative CIE\255) showde /xt0 1000 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 950 sub yt0 0 ytd mul sub moveto (tristimulus value contrast sensitivity) showen (Normfarbwert\255Kontrastempfindlichkeit) showde newpath xt1 yt0 1.1 ytd mul sub moveto ( ) show %dummy TBK rgbJLL4 xchart get exec xt1 yt0 1.1 ytd mul sub 40 0 360 arc fill newpath xt1 100 add yt0 1.2 ytd mul sub moveto (experiments) showen (Experimente) showde TBIK ( Richter (1985), ) show TBK xt1 yt0 2.2 ytd mul sub moveto (15 achromatic colours, P40) show xt1 yt0 3.1 ytd mul sub moveto rgbJLL 2 get exec (CIEDE2000) show xt1 yt0 4.0 ytd mul sub moveto rgbJLL 1 get exec (CIELAB) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth [100] 0 setdash /YYL 0.001 def /YFL 0.000001 def /Y000 600 array def /Y100 600 array def /YD00 600 array def /IM 14 def 0 1 IM {/i exch def %i=0,IM /i210 i 21 mul def 0 1 20 {/j exch def %j=0,21 IXYZ0 i210 j add IXYZX i210 j add get put } for %j=0,20 } for %i=0,IM %definition of Y000 k=17..51, no definition of Y000 k=0..16 1 1 02 {/j exch def %j=0,02 delta_Y for formulas: CUI, CIELAB, CIEDE2000 0 1 16 {/i exch def %i=0,16 /k j 17 mul i add def /i21 i 21 mul def Y000 k j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 4 add get 0.001 mul put Y100 k j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 7 add get 0.001 mul put YD00 k Y000 k get Y100 k get sub abs put } for %i=0,16 } for %j=0,02 %definition of Y000 k=52,52+IM 3 1 03 {/j exch def %j=3,3 experimental data 0 1 IM {/i exch def %i=0,16 /k j 17 mul i add def /i21 i 21 mul def Y000 k IXYZ0 i21 4 add get 0.001 mul put Y100 k IXYZ0 i21 7 add get 0.001 mul put /VISD IXYZ0 i21 9 add get 0.001 mul def YD00 k Y000 k get Y100 k get sub abs VISD div 10. mul put } for %i=0,IM } for %j=1,3 /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto (L) TBIM tfw show ishowu TBM (=) show rgbJLL 2 get exec (L) TBIM show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show [ ] 0 setdash x0 y0 0700 sub moveto rgbJLL 2 get exec (Y) TBIK show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto rgbJLL 2 get exec (L*) TBIK show -100 -30 rmoveto ishowu 0 30 rmoveto TBK (=50) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 rgbJLL 2 get exec %B x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash rgbJLL 1 get exec %G x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto (x) TBIM tfw show 20 0 rmoveto (=) TBM tfw show 20 0 rmoveto (log) TBM tfw show 30 0 rmoveto TBIM (Y) show 2350 150 moveto rgbJLL 2 get exec (u) TBIM show 20 0 rmoveto (=) TBM show 20 0 rmoveto (log) TBM show 30 0 rmoveto TBIM (Y) show 00 -60 rmoveto TBK (u) show 0 60 rmoveto tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_L_DLn {%BEG ALOG_L_DLn /Fx Fx0x 2 mul def /Fy Fy0x 2 mul def /Flog -1.5 def 1 1 JLLX {/JLL exch def %JLL=1,JLLX rgbJLL JLL get exec JLL 3 eq {%JLL=3 rgbJLL4 xchart get exec /ILLX IM def } if %JLL=3 newpath JLL 2 le {/ILLU ILLA JLL 17 mul add def} {/ILLU 6 JLL 17 mul add def} ifelse 0 1 ILLX {/ILL exch def %ILL=0,ILLX /ILLY ILL JLL ILLP mul add def XGRAPH ILLY Y000 ILLY get log put /DELTLx Y000 ILLY get YD00 ILLY get div def /DELTLu Y000 ILLU get YD00 ILLU get div def XDAT0 ILLY XGRAPH ILLY get put XDAT1 ILLY Y000 ILLY get put XDAT2 ILLY YD00 ILLY get put XDAT3 ILLY DELTLx put XDAT4 ILLY DELTLx DELTLu div abs put DELTL0 ILLY DELTLx DELTLu YFL add div abs log put YGRAPH ILLY DELTL0 ILLY get put XGRAPH ILLY get Fx mul YGRAPH ILLY get Fy mul JLL 3 eq {%JLL=3,#3 40 0 360 arc fill }%JLL=3 {%JLL#3 ILL 0 eq {moveto} if ILL 01 ge ILL ILLM le and {lineto} if ILL ILLX eq {lineto stroke} if } ifelse %JLL#3 } for %ILL=0,ILLX } for %JLL=1,JLLX %vertical lines of surround blue-green 0 0 1 setrgbcolor XGRAPH ILLYA get Fx mul YGRAPH ILLYA get Fy mul moveto XGRAPH ILLYA get Fx mul Flog Fy mul lineto stroke [100] 0 setdash 0 1 0 setrgbcolor XGRAPH ILLYA get Fx mul YGRAPH ILLYA get Fy mul moveto XGRAPH ILLYA get Fx mul Flog Fy mul lineto stroke [ ] 0 setdash } def %END ALOG_L_DLn %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx1x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 500 scale units, different for most figures /ty14 [( ) (-1) ( ) ( 0) ( ) ( 1) ( )] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty14 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash 0000 1500 moveto 3000 0 rlineto stroke 500 0050 add 1600 moveto TBIK (m) show TBK (=0) show %3000 0050 add 1500 moveto TBIK (m) show TBK (=0) show 0000 0000 moveto 3000 1000 rlineto stroke 3000 0050 add 1000 100 sub moveto TBIK (m) show TBK (=1/3) show [ ] 0 setdash 1000 1500 translate %new cero point at xr=0 ALOG_L_DLn -1000 -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 13 %line 359 %!PS-Adobe-3.0 EPSF-3.0 VG290-3N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark03 where {pop} {userdict /pdfmark03 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark03 [ /View [ /FitB ] /DOCVIEW pdfmark03 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TM {290 /Times-ISOL1 FS} bind def /TG {340 /Times-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIM {290 /TimesI-ISOL1 FS} bind def /TIG {340 /TimesI-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBM {290 /TimesB-ISOL1 FS} bind def /TBG {340 /TimesB-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIM {290 /TimesBI-ISOL1 FS} bind def /TBIG {340 /TimesBI-ISOL1 FS} bind def /SSK {140 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {240 1 sub /Symbol FS} bind def /SM {290 1 sub /Symbol FS} bind def /SG {340 1 sub /Symbol FS} bind def /CSS {115 /Courier-ISOL1 FS} bind def /CSK {140 /Courier-ISOL1 FS} bind def /CS {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBSS {115 /CourierB-ISOL1 FS} bind def /CBSK {140 /CourierB-ISOL1 FS} bind def /CBS {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def /IXYZ0 357 array def %min 21x17 /IXYZ0 [%BEG IXYZ0 %Original file from CUI: one unit of power CIEDE2000.xlz %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab DE*CH dE*CP dE*CP dE*00 DE*CP Code L* a* b* %143 0001000 1 1; constants in file, value not known 0095040 0100000 0108880 0001070 0001126 0001226 0001188 0001249 0001375 0001000 00930 00930 01000 01000 00600 01000 10110000 (10002_WN) 10 0 0 0095040 0100000 0108880 0001813 0001908 0002078 0001965 0002062 0002266 0001000 00840 00840 01000 01000 00600 01000 10110000 (15002_WN) 15 0 0 0095040 0100000 0108880 0002840 0002989 0003254 0003013 0003158 0003471 0001000 00730 00730 01000 01000 00600 01000 10110000 (20002_WN) 20 0 0 0095040 0100000 0108880 0004196 0004415 0004807 0004421 0004639 0005098 0001000 00740 00740 01000 01000 00600 01000 10110000 (25002_WN) 25 0 0 0095040 0100000 0108880 0005926 0006235 0006789 0006198 0006512 0007161 0001000 00730 00730 01000 01000 00600 01000 10110000 (30002_WN) 30 0 0 0095040 0100000 0108880 0008076 0008498 0009253 0008381 0008809 0009687 0001000 00690 00690 01000 01000 00600 01000 10110000 (35002_WN) 35 0 0 0095040 0100000 0108880 0010692 0011250 0012250 0011022 0011586 0012746 0001000 00650 00650 01000 01000 00600 01000 10110000 (40002_WN) 40 0 0 0095040 0100000 0108880 0013820 0014541 0015833 0014162 0014893 0016390 0001000 00620 00620 01000 01000 00600 01000 10110000 (45002_WN) 45 0 0 0095040 0100000 0108880 0017505 0018418 0020054 0017861 0018792 0020680 0001000 00600 00600 01000 01000 00600 01000 10110000 (50002_WN) 50 0 0 0095040 0100000 0108880 0021792 0022929 0024966 0022262 0023420 0025730 0001000 00620 00620 01000 01000 00600 01000 10110000 (55002_WN) 55 0 0 0095040 0100000 0108880 0026728 0028123 0030620 0027339 0028766 0031554 0001000 00660 00660 01000 01000 00600 01000 10110000 (60002_WN) 60 0 0 0095040 0100000 0108880 0032358 0034047 0037070 0033127 0034864 0038191 0001000 00700 00700 01000 01000 00600 01000 10110000 (65002_WN) 65 0 0 0095040 0100000 0108880 0038728 0040749 0044367 0039677 0041767 0045688 0001000 00750 00750 01000 01000 00600 01000 10110000 (70002_WN) 70 0 0 0095040 0100000 0108880 0045883 0048278 0052565 0047047 0049527 0054103 0001000 00800 00800 01000 01000 00600 01000 10110000 (75002_WN) 75 0 0 0095040 0100000 0108880 0053869 0056681 0061714 0055280 0058185 0063507 0001000 00850 00850 01000 01000 00600 01000 10110000 (80002_WN) 80 0 0 0095040 0100000 0108880 0062733 0066007 0071868 0064405 0067780 0073948 0001000 00900 00900 01000 01000 00600 01000 10110000 (85002_WN) 85 0 0 0095040 0100000 0108880 0072518 0076303 0083079 0074481 0078376 0085455 0001000 00960 00960 01000 01000 00600 01000 10110000 (90002_WN) 90 0 0 ] def %END IXYZ0 /IXYZ1 357 array def %min 21x17 /IXYZ1 [%BEG IXYZ1 %UE980-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*LCH=\Delta E*CIELAB=CIELCH=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001199 0001262 0001373 0001000 01001 01001 01001 01959 00630 00852 18110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0001996 0002100 0002286 0001000 01001 01001 01001 01960 00662 01004 18110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003085 0003246 0003534 0001000 01001 01001 01001 01507 00697 01099 18110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004512 0004747 0005168 0001000 01001 01001 01001 01264 00735 01143 18110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006322 0006652 0007243 0001000 01001 01001 01001 01101 00779 01149 18110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008562 0009009 0009809 0001000 01001 01001 01001 00985 00829 01130 18110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011277 0011865 0012919 0001000 01001 01001 01001 00897 00886 01096 18110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014512 0015269 0016625 0001000 01000 01000 01000 00830 00955 01055 18110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 18110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022727 0023913 0026036 0001000 01000 01000 01000 00731 00940 00965 18110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027798 0029249 0031846 0001000 01000 01000 01000 00694 00873 00920 18110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033572 0035324 0038461 0001000 01000 01000 01000 00662 00817 00878 18110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040096 0042188 0045934 0001000 01000 01000 01000 00636 00769 00838 18110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047413 0049888 0054318 0001000 01000 01000 01000 00612 00726 00800 18110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0055571 0058472 0063664 0001000 01000 01000 01000 00592 00688 00765 18110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0064615 0067988 0074025 0001000 01000 01000 01000 00574 00654 00732 18110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0074591 0078484 0085453 0001000 01000 01000 01000 00558 00623 00702 18110016 (90002_WN) 90 0 0 % ] def %END IXYZ1 /IXYZ2 357 array def %min 21x17 /IXYZ2 [%BEG IXYZ2 %UE990-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*C00=\Delta E*CIEDE2000=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001275 0001341 0001460 0001000 01554 01554 01554 03042 00981 01338 19110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0002089 0002198 0002393 0001000 01489 01489 01489 02914 00987 01501 19110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003191 0003357 0003655 0001000 01420 01420 01420 02137 00990 01562 19110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004625 0004866 0005298 0001000 01349 01349 01349 01703 00993 01541 19110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006434 0006770 0007371 0001000 01277 01277 01277 01404 00995 01465 19110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008662 0009114 0009923 0001000 01202 01202 01202 01183 00997 01357 19110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011351 0011943 0013004 0001000 01126 01126 01126 01010 00998 01233 19110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014544 0015303 0016662 0001000 01046 01046 01046 00868 00999 01103 19110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 19110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022786 0023975 0026104 0001000 01063 01063 01063 00777 00998 01025 19110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027952 0029411 0032023 0001000 01142 01142 01142 00793 00997 01051 19110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033843 0035609 0038771 0001000 01220 01220 01220 00808 00995 01070 19110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040506 0042620 0046404 0001000 01296 01296 01296 00824 00994 01084 19110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047989 0050493 0054977 0001000 01371 01371 01371 00839 00993 01095 19110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0056341 0059281 0064545 0001000 01446 01446 01446 00856 00993 01104 19110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0065609 0069033 0075163 0001000 01520 01520 01520 00873 00992 01111 19110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0075842 0079800 0086886 0001000 01594 01594 01594 00890 00991 01116 19110016 (90002_WN) 90 0 0 % ] def %END IXYZ2 %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG290-3N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (w) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 02 def /ILLYA 25 def %average CIELAB and CIEDE2000 /rgbJLL 4 array def /rgbJLL [{1 1 0 setrgbcolor} {0 1 0 setrgbcolor} {0 0 1 setrgbcolor} {1 1 1 setrgbcolor}] def 20 setlinewidth 050 3725 moveto TBIM tfw TBM (log \050) show TBIM (T*/T*) show ishowu TBM (\051 ) show (relative visual responses) showen (relative visuelle Eregungen) showde /xt0 650 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 yt0 0 ytd mul sub moveto TBM (decrement and increment processes) showen (Decrement\255 und Increment\255Prozesse) showde xt0 yt0 1.1 ytd mul sub moveto TBM (Sum of both processes: scaling) showen (Summe beider Prozesse: Skalierung) showde %TBIM ( t) show ishowp TBM (>=25s) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth [100] 0 setdash /YYL 0.001 def /YFL 0.000001 def /Y000 600 array def /Y100 600 array def /YD00 600 array def 0 1 02 {/j exch def %j=0,02 delta_Y for formulas: CUI, CIELAB, CIEDE2000 0 1 16 {/i exch def %i=0,16 /k j 17 mul i add def /i21 i 21 mul def Y000 k j 0 eq {IXYZ0} if j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 4 add get 0.001 mul put Y100 k j 0 eq {IXYZ0} if j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 7 add get 0.001 mul put YD00 k Y000 k get Y100 k get sub abs put } for %i=0,16 } for %j=0,02 /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto (L) TBIM tfw show ishowu TBM (=) show rgbJLL 2 get exec (L) TBIM show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show [ ] 0 setdash x0 y0 0700 sub moveto rgbJLL 2 get exec (Y) TBIK show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto rgbJLL 2 get exec (L*) TBIK show -100 -30 rmoveto ishowu 0 30 rmoveto TBK (=50) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 rgbJLL 2 get exec %B x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash rgbJLL 1 get exec %G x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto (x) TBIM tfw show 20 0 rmoveto (=) TBM tfw show 20 0 rmoveto (log) TBM tfw show 30 0 rmoveto TBIM (Y) show 2200 150 moveto rgbJLL 2 get exec (u) TBIM show 20 0 rmoveto (=) TBM show 20 0 rmoveto (log) TBM show 30 0 rmoveto TBIM (Y) show 00 -60 rmoveto TBK (u) show 0 60 rmoveto tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_T* {%BEG ALOG_T* /Fx05 500. def /Fy05 Fy0x def /Fx Fx0x def /Fy Fy0x def /Flog -3 def /FMC 1 def %M=chromatic moment (1), chroma (2) /FIS 2 def %I=spectral colours (1), S=surface colours (2) /DLL 11 array def /DLU 11 array def /DLL [0.0001 0.001 0.01 0.1 1.0 10. 100. 1000. 10000. 100000. 1000000.] def /YFAK 4 array def /YFAK [ 1.0 1.8 3.2 5.6] def /DL 40 array def /DU 40 array def /XF 40 array def /R00KXU 40 array def /RLMKXU 40 array def %Achromatic /F0 40 array def %I-W /F1 40 array def %D-N /F2 40 array def %ID-NM /F3 40 array def %I-B /F4 40 array def %D-b /F5 40 array def %ID-BW /F6 40 array def %I-B /F7 40 array def %D-b /F8 40 array def %ID-BW %Blue /FB0 40 array def %I-W /FB1 40 array def %D-N /FB2 40 array def %ID-NM /FB3 40 array def %I-B /FB4 40 array def %D-b /FB5 40 array def %ID-BW /FB6 40 array def %I-B /FB7 40 array def %D-b /FB8 40 array def %ID-BW %yellow /FY0 40 array def %I-W /FY1 40 array def %D-N /FY2 40 array def %ID-NM /FY3 40 array def %I-Y /FY4 40 array def %D-y /FY5 40 array def %ID-YW /FY6 40 array def %I-Y /FY7 40 array def %D-y /FY8 40 array def %ID-YW %Green /FG0 40 array def %I-W /FG1 40 array def %D-N /FG2 40 array def %ID-NM /FG3 40 array def %I-G /FG4 40 array def %D-g /FG5 40 array def %ID-GW /FG6 40 array def %I-G /FG7 40 array def %D-g /FG8 40 array def %ID-GW %red /FR0 40 array def %I-W /FR1 40 array def %D-N /FR2 40 array def %ID-NM /FR3 40 array def %I-R /FR4 40 array def %D-r /FR5 40 array def %ID-RW /FR6 40 array def %I-R /FR7 40 array def %D-r /FR8 40 array def %ID-RW /IORX 2000 def /IORY 2000 def /MULX 500 def /MULY 500 def %0..3 4..7 8..11 12..15 16:19 20:23 24:27 28:31 32:35 36:39 %0.0001, 0.001, 0.01, 0.1, 1. 10. 100. 1000. 10000. 100000. %0 1 9 {/k exch def %k=0,6 for Y=16 instead of Y=100 % DLL k DLL k get 0.16 mul put % } for %k=0,9 for Y=16 instead of Y=100 0 1 9 {/k exch def %k=0,9 DLU k DLL k get put 0 1 3 {/j exch def %j=0,3 /i k 4 mul j add def %i=0,39 DL i DLL k get YFAK j get mul put DU i DL i get put } for %j=0,3 } for %k=0,10 /W2 2. sqrt def /XP 0 def tfw TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 %0 1500 moveto 4000 0 rlineto stroke %1000 1500 translate -500 0 translate 1 1 0 setrgbcolor /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {1 1 1 setrgbcolor [ ] 0 setdash} if colorNW 1 eq {0 0 0 setrgbcolor [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i1 get MULX mul F0 i1 get 0.1 add MULY mul moveto TBK (decrement process) showen (Decrement\255Prozess) showde XF i2 get 0.2 sub MULX mul F0 i2 get 0.1 sub MULY mul moveto TBK (N) show } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {0 0 0 setrgbcolor [ ] 0 setdash} if colorNW 1 eq {1 1 1 setrgbcolor [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i2 get 4.0 sub MULX mul F1 i2 get 0.1 add MULY mul moveto TBK (increment process) showen (Increment\255Prozess) showde XF i2 get 0.2 sub MULX mul F1 i2 get 0.1 sub MULY mul moveto TBK (W) show } if } for %colorNW=0,1 [ ] 0 setdash 0 1 0 setrgbcolor i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F2 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 XF i1 get 0.10 sub MULX mul F2 i1 get 0.40 add MULY mul moveto TBK (CIELAB?) showen (CIELAB?) showde %vertical lines of surround blue-green /ILLYAS 24 def /Flog -3. def 0 0 1 setrgbcolor XF ILLYAS get MULX mul F0 ILLYAS get MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke [100] 0 setdash 0 1 0 setrgbcolor XF ILLYAS get MULX mul F0 ILLYAS get MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke [ ] 0 setdash %-1000 -1500 translate 500 0 translate } def %END ALOG_T* %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx0x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 50 scale units, different for most figures /ty05 [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4)] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty05 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash 0000 1500 moveto 3000 0 rlineto stroke 3000 0050 add 1500 0050 sub moveto TBIK (m) show TBK (=0) show % 0000 1000 moveto 3000 1000 rlineto stroke % 3000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1/3) show % 0000 0000 moveto 2000 2000 rlineto stroke % 2000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1) show [ ] 0 setdash 1500 1.6 log 500 mul add 1500 translate %new cero point at xr=0 ALOG_T* -1500 1.6 log 500 mul sub -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 14 %line 369 %!PS-Adobe-3.0 EPSF-3.0 VG290-4N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark04 where {pop} {userdict /pdfmark04 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark04 [ /View [ /FitB ] /DOCVIEW pdfmark04 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TM {290 /Times-ISOL1 FS} bind def /TG {340 /Times-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIM {290 /TimesI-ISOL1 FS} bind def /TIG {340 /TimesI-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBM {290 /TimesB-ISOL1 FS} bind def /TBG {340 /TimesB-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIM {290 /TimesBI-ISOL1 FS} bind def /TBIG {340 /TimesBI-ISOL1 FS} bind def /SSK {140 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {240 1 sub /Symbol FS} bind def /SM {290 1 sub /Symbol FS} bind def /SG {340 1 sub /Symbol FS} bind def /CSS {115 /Courier-ISOL1 FS} bind def /CSK {140 /Courier-ISOL1 FS} bind def /CS {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBSS {115 /CourierB-ISOL1 FS} bind def /CBSK {140 /CourierB-ISOL1 FS} bind def /CBS {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def /IXYZ0 357 array def %min 21x17 /IXYZ0 [%BEG IXYZ0 %Original file from CUI: one unit of power CIEDE2000.xlz %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab DE*CH dE*CP dE*CP dE*00 DE*CP Code L* a* b* %143 0001000 1 1; constants in file, value not known 0095040 0100000 0108880 0001070 0001126 0001226 0001188 0001249 0001375 0001000 00930 00930 01000 01000 00600 01000 10110000 (10002_WN) 10 0 0 0095040 0100000 0108880 0001813 0001908 0002078 0001965 0002062 0002266 0001000 00840 00840 01000 01000 00600 01000 10110000 (15002_WN) 15 0 0 0095040 0100000 0108880 0002840 0002989 0003254 0003013 0003158 0003471 0001000 00730 00730 01000 01000 00600 01000 10110000 (20002_WN) 20 0 0 0095040 0100000 0108880 0004196 0004415 0004807 0004421 0004639 0005098 0001000 00740 00740 01000 01000 00600 01000 10110000 (25002_WN) 25 0 0 0095040 0100000 0108880 0005926 0006235 0006789 0006198 0006512 0007161 0001000 00730 00730 01000 01000 00600 01000 10110000 (30002_WN) 30 0 0 0095040 0100000 0108880 0008076 0008498 0009253 0008381 0008809 0009687 0001000 00690 00690 01000 01000 00600 01000 10110000 (35002_WN) 35 0 0 0095040 0100000 0108880 0010692 0011250 0012250 0011022 0011586 0012746 0001000 00650 00650 01000 01000 00600 01000 10110000 (40002_WN) 40 0 0 0095040 0100000 0108880 0013820 0014541 0015833 0014162 0014893 0016390 0001000 00620 00620 01000 01000 00600 01000 10110000 (45002_WN) 45 0 0 0095040 0100000 0108880 0017505 0018418 0020054 0017861 0018792 0020680 0001000 00600 00600 01000 01000 00600 01000 10110000 (50002_WN) 50 0 0 0095040 0100000 0108880 0021792 0022929 0024966 0022262 0023420 0025730 0001000 00620 00620 01000 01000 00600 01000 10110000 (55002_WN) 55 0 0 0095040 0100000 0108880 0026728 0028123 0030620 0027339 0028766 0031554 0001000 00660 00660 01000 01000 00600 01000 10110000 (60002_WN) 60 0 0 0095040 0100000 0108880 0032358 0034047 0037070 0033127 0034864 0038191 0001000 00700 00700 01000 01000 00600 01000 10110000 (65002_WN) 65 0 0 0095040 0100000 0108880 0038728 0040749 0044367 0039677 0041767 0045688 0001000 00750 00750 01000 01000 00600 01000 10110000 (70002_WN) 70 0 0 0095040 0100000 0108880 0045883 0048278 0052565 0047047 0049527 0054103 0001000 00800 00800 01000 01000 00600 01000 10110000 (75002_WN) 75 0 0 0095040 0100000 0108880 0053869 0056681 0061714 0055280 0058185 0063507 0001000 00850 00850 01000 01000 00600 01000 10110000 (80002_WN) 80 0 0 0095040 0100000 0108880 0062733 0066007 0071868 0064405 0067780 0073948 0001000 00900 00900 01000 01000 00600 01000 10110000 (85002_WN) 85 0 0 0095040 0100000 0108880 0072518 0076303 0083079 0074481 0078376 0085455 0001000 00960 00960 01000 01000 00600 01000 10110000 (90002_WN) 90 0 0 ] def %END IXYZ0 /IXYZ1 357 array def %min 21x17 /IXYZ1 [%BEG IXYZ1 %UE980-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*LCH=\Delta E*CIELAB=CIELCH=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001199 0001262 0001373 0001000 01001 01001 01001 01959 00630 00852 18110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0001996 0002100 0002286 0001000 01001 01001 01001 01960 00662 01004 18110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003085 0003246 0003534 0001000 01001 01001 01001 01507 00697 01099 18110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004512 0004747 0005168 0001000 01001 01001 01001 01264 00735 01143 18110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006322 0006652 0007243 0001000 01001 01001 01001 01101 00779 01149 18110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008562 0009009 0009809 0001000 01001 01001 01001 00985 00829 01130 18110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011277 0011865 0012919 0001000 01001 01001 01001 00897 00886 01096 18110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014512 0015269 0016625 0001000 01000 01000 01000 00830 00955 01055 18110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 18110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022727 0023913 0026036 0001000 01000 01000 01000 00731 00940 00965 18110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027798 0029249 0031846 0001000 01000 01000 01000 00694 00873 00920 18110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033572 0035324 0038461 0001000 01000 01000 01000 00662 00817 00878 18110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040096 0042188 0045934 0001000 01000 01000 01000 00636 00769 00838 18110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047413 0049888 0054318 0001000 01000 01000 01000 00612 00726 00800 18110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0055571 0058472 0063664 0001000 01000 01000 01000 00592 00688 00765 18110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0064615 0067988 0074025 0001000 01000 01000 01000 00574 00654 00732 18110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0074591 0078484 0085453 0001000 01000 01000 01000 00558 00623 00702 18110016 (90002_WN) 90 0 0 % ] def %END IXYZ1 /IXYZ2 357 array def %min 21x17 /IXYZ2 [%BEG IXYZ2 %UE990-7T.TXT; output of ..-7R.PS with MACPS2PDF -> PS2ACII ON ME17GL 141121: ..-7R.log -> .TXT %%XS YS ZS X0 Y0 Z0 X1 Y1 Z1 DV dE*ab dE*CH dE*94 dE*CM dE*00 dE*85 no. Code L* a* b* % %CIEXYZ*1000 data for all colours (a), iim=309, Color difference data for \Delta E*C00=\Delta E*CIEDE2000=1 % 0095040 0100000 0108880 0001070 0001126 0001226 0001275 0001341 0001460 0001000 01554 01554 01554 03042 00981 01338 19110000 (10009_WN) 10 0 0 % 0095040 0100000 0108880 0001813 0001908 0002078 0002089 0002198 0002393 0001000 01489 01489 01489 02914 00987 01501 19110001 (15009_WN) 15 0 0 % 0095040 0100000 0108880 0002840 0002989 0003254 0003191 0003357 0003655 0001000 01420 01420 01420 02137 00990 01562 19110002 (20009_WN) 20 0 0 % 0095040 0100000 0108880 0004196 0004415 0004807 0004625 0004866 0005298 0001000 01349 01349 01349 01703 00993 01541 19110003 (25002_WN) 25 0 0 % 0095040 0100000 0108880 0005926 0006235 0006789 0006434 0006770 0007371 0001000 01277 01277 01277 01404 00995 01465 19110004 (30002_WN) 30 0 0 % 0095040 0100000 0108880 0008076 0008498 0009253 0008662 0009114 0009923 0001000 01202 01202 01202 01183 00997 01357 19110005 (35002_WN) 35 0 0 % 0095040 0100000 0108880 0010692 0011250 0012250 0011351 0011943 0013004 0001000 01126 01126 01126 01010 00998 01233 19110006 (40002_WN) 40 0 0 % 0095040 0100000 0108880 0013820 0014541 0015833 0014544 0015303 0016662 0001000 01046 01046 01046 00868 00999 01103 19110007 (45002_WN) 45 0 0 % 0095040 0100000 0108880 0017505 0018418 0020054 0018313 0019269 0020980 0001000 01000 01000 01000 00775 00999 01010 19110008 (50002_WN) 50 0 0 % 0095040 0100000 0108880 0021792 0022929 0024966 0022786 0023975 0026104 0001000 01063 01063 01063 00777 00998 01025 19110009 (55002_WN) 55 0 0 % 0095040 0100000 0108880 0026728 0028123 0030620 0027952 0029411 0032023 0001000 01142 01142 01142 00793 00997 01051 19110010 (60002_WN) 60 0 0 % 0095040 0100000 0108880 0032358 0034047 0037070 0033843 0035609 0038771 0001000 01220 01220 01220 00808 00995 01070 19110011 (65002_WN) 65 0 0 % 0095040 0100000 0108880 0038728 0040749 0044367 0040506 0042620 0046404 0001000 01296 01296 01296 00824 00994 01084 19110012 (70002_WN) 70 0 0 % 0095040 0100000 0108880 0045883 0048278 0052565 0047989 0050493 0054977 0001000 01371 01371 01371 00839 00993 01095 19110013 (75002_WN) 75 0 0 % 0095040 0100000 0108880 0053869 0056681 0061714 0056341 0059281 0064545 0001000 01446 01446 01446 00856 00993 01104 19110014 (80002_WN) 80 0 0 % 0095040 0100000 0108880 0062733 0066007 0071868 0065609 0069033 0075163 0001000 01520 01520 01520 00873 00992 01111 19110015 (85002_WN) 85 0 0 % 0095040 0100000 0108880 0072518 0076303 0083079 0075842 0079800 0086886 0001000 01594 01594 01594 00890 00991 01116 19110016 (90002_WN) 90 0 0 % ] def %END IXYZ2 %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG290-4N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (w) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 02 def /ILLYA 25 def %average CIELAB and CIEDE2000 /rgbJLL 4 array def /rgbJLL [{1 1 0 setrgbcolor} {0 1 0 setrgbcolor} {0 0 1 setrgbcolor} {1 1 1 setrgbcolor}] def 20 setlinewidth 050 3725 moveto TBIM tfw TBM (log \050) show TBIM (T*/T*) show ishowu TBM (\051 ) show (relative visual responses) showen (relative visuelle Eregungen) showde /xt0 650 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 yt0 0 ytd mul sub moveto TBM (decrement and increment process) showen (Decrement\255 und Increment\255Prozess) showde xt0 yt0 1.1 ytd mul sub moveto TBM (slopes) showen (Steigung) showde TBIM ( m=) show TBM 0 1 0 setrgbcolor (1/3, ) show 0 0 0 setrgbcolor (2/3) show 1 1 1 setrgbcolor (, and 1 at) showea (und 1 bei) showde TBIM ( Y) show ishowu TBM (=18) show %TBIM ( t) show ishowp TBM (>=25s) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth [100] 0 setdash /YYL 0.001 def /YFL 0.000001 def /Y000 600 array def /Y100 600 array def /YD00 600 array def 0 1 02 {/j exch def %j=0,02 delta_Y for formulas: CUI, CIELAB, CIEDE2000 0 1 16 {/i exch def %i=0,16 /k j 17 mul i add def /i21 i 21 mul def Y000 k j 0 eq {IXYZ0} if j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 4 add get 0.001 mul put Y100 k j 0 eq {IXYZ0} if j 1 eq {IXYZ1} if j 2 eq {IXYZ2} if i21 7 add get 0.001 mul put YD00 k Y000 k get Y100 k get sub abs put } for %i=0,16 } for %j=0,02 /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto (L) TBIM tfw show ishowu TBM (=) show rgbJLL 2 get exec (L) TBIM show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show [ ] 0 setdash x0 y0 0700 sub moveto rgbJLL 2 get exec (Y) TBIK show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto rgbJLL 2 get exec (L*) TBIK show -100 -30 rmoveto ishowu 0 30 rmoveto TBK (=50) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 rgbJLL 2 get exec %B x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash rgbJLL 1 get exec %G x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto (x) TBIM tfw show 20 0 rmoveto (=) TBM tfw show 20 0 rmoveto (log) TBM tfw show 30 0 rmoveto TBIM (Y) show 2200 150 moveto rgbJLL 2 get exec (u) TBIM show 20 0 rmoveto (=) TBM show 20 0 rmoveto (log) TBM show 30 0 rmoveto TBIM (Y) show 00 -60 rmoveto TBK (u) show 0 60 rmoveto tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_T* {%BEG ALOG_T* /Fx05 500. def /Fy05 Fy0x def /Fx Fx0x def /Fy Fy0x def /Flog -3 def /FMC 1 def %M=chromatic moment (1), chroma (2) /FIS 2 def %I=spectral colours (1), S=surface colours (2) /DLL 11 array def /DLU 11 array def /DLL [0.0001 0.001 0.01 0.1 1.0 10. 100. 1000. 10000. 100000. 1000000.] def /YFAK 4 array def /YFAK [ 1.0 1.8 3.2 5.6] def /DL 40 array def /DU 40 array def /XF 40 array def /R00KXU 40 array def /RLMKXU 40 array def %Achromatic /F0 40 array def %I-W /F1 40 array def %D-N /F2 40 array def %ID-NM /F3 40 array def %I-B /F4 40 array def %D-b /F5 40 array def %ID-BW /F6 40 array def %I-B /F7 40 array def %D-b /F8 40 array def %ID-BW %Blue /FB0 40 array def %I-W /FB1 40 array def %D-N /FB2 40 array def %ID-NM /FB3 40 array def %I-B /FB4 40 array def %D-b /FB5 40 array def %ID-BW /FB6 40 array def %I-B /FB7 40 array def %D-b /FB8 40 array def %ID-BW %yellow /FY0 40 array def %I-W /FY1 40 array def %D-N /FY2 40 array def %ID-NM /FY3 40 array def %I-Y /FY4 40 array def %D-y /FY5 40 array def %ID-YW /FY6 40 array def %I-Y /FY7 40 array def %D-y /FY8 40 array def %ID-YW %Green /FG0 40 array def %I-W /FG1 40 array def %D-N /FG2 40 array def %ID-NM /FG3 40 array def %I-G /FG4 40 array def %D-g /FG5 40 array def %ID-GW /FG6 40 array def %I-G /FG7 40 array def %D-g /FG8 40 array def %ID-GW %red /FR0 40 array def %I-W /FR1 40 array def %D-N /FR2 40 array def %ID-NM /FR3 40 array def %I-R /FR4 40 array def %D-r /FR5 40 array def %ID-RW /FR6 40 array def %I-R /FR7 40 array def %D-r /FR8 40 array def %ID-RW /IORX 2000 def /IORY 2000 def /MULX 500 def /MULY 500 def %0..3 4..7 8..11 12..15 16:19 20:23 24:27 28:31 32:35 36:39 %0.0001, 0.001, 0.01, 0.1, 1. 10. 100. 1000. 10000. 100000. %0 1 9 {/k exch def %k=0,6 for Y=16 instead of Y=100 % DLL k DLL k get 0.16 mul put % } for %k=0,9 for Y=16 instead of Y=100 0 1 9 {/k exch def %k=0,9 DLU k DLL k get put 0 1 3 {/j exch def %j=0,3 /i k 4 mul j add def %i=0,39 DL i DLL k get YFAK j get mul put DU i DL i get put } for %j=0,3 } for %k=0,10 /W2 2. sqrt def /XP 0 def tfw TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 %0 1500 moveto 4000 0 rlineto stroke %1000 1500 translate -500 0 translate 1 1 0 setrgbcolor /i1 08 def /i2 25 def /ia 08 def /ie 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {1 1 1 setrgbcolor [ ] 0 setdash} if colorNW 1 eq {0 0 0 setrgbcolor [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul neg i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF ia get MULX mul F0 ia get MULY mul neg 0.4 MULY mul sub moveto TBK (decrement process) showen (Decrement\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F0 i2 get 1.0 sub MULY mul moveto % TBK (N) show } if } for %colorNW=0,1 /i1 24 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {0 0 0 setrgbcolor [ ] 0 setdash} if colorNW 1 eq {1 1 1 setrgbcolor [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i2 get 4.0 sub MULX mul F1 i2 get 0.1 add MULY mul moveto TBK (increment process) showen (Increment\255Prozess) showde XF i2 get 0.2 sub MULX mul F1 i2 get 0.1 sub MULY mul moveto TBK (W) show } if } for %colorNW=0,1 /i1 08 def /i2 38 def [ ] 0 setdash 0 1 0 setrgbcolor i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F2 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 XF i1 get 0.02 add MULX mul F2 i1 get 0.35 add MULY mul moveto TBK (CIELAB?) showen (CIELAB?) showde %vertical lines of surround blue-green /ILLYAS 24 def /Flog -3. def 0 0 1 setrgbcolor XF ILLYAS get MULX mul F0 ILLYAS get MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke [100] 0 setdash 0 1 0 setrgbcolor XF ILLYAS get MULX mul F0 ILLYAS get MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke [ ] 0 setdash %-1000 -1500 translate 500 0 translate } def %END ALOG_T* %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx0x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 50 scale units, different for most figures /ty05 [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4)] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty05 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash % 0000 1500 moveto 3000 0 rlineto stroke % 3000 0050 add 1500 0050 sub moveto TBIK (m) show TBK (=0) show 0000 1000 moveto 3000 1000 rlineto stroke 3000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=) show 0 1 0 setrgbcolor (1/3) show 1 1 1 setrgbcolor 0000 0000 moveto 2000 2000 rlineto stroke 2000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1) show 0000 0000 moveto 2400 1600 rlineto stroke 1000 0050 add 0500 0050 sub moveto TBIK (m) show TBK (=) show 0 0 0 setrgbcolor (2/3) show 1 1 1 setrgbcolor [ ] 0 setdash 1500 1.6 log 500 mul add 1500 translate %new cero point at xr=0 ALOG_T* -1500 1.6 log 500 mul sub -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 28 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 15 %line 379 %!PS-Adobe-3.0 EPSF-3.0 VG290-5N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark05 where {pop} {userdict /pdfmark05 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark05 [ /View [ /FitB ] /DOCVIEW pdfmark05 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG290-5N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 02 def /ILLYA 25 def %average CIELAB and CIEDE2000 20 setlinewidth 050 3725 moveto TBIM tfw TBM (log \050) show TBIM (T*/T*) show ishowu TBM (\051 ) show (relative visual responses) showen (relative visuelle Eregungen) showde /xt0 650 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 yt0 0 ytd mul sub moveto TBM (decrement and increment processes) showen (decrement\255 und Increment\255Prozesse) showde xt0 yt0 1.1 ytd mul sub moveto TBK (achromatic and yellow threshold processes) showen (Achromatische und gelbe Schwellenprozesse) showde %TBIM ( t) show ishowp TBM (>=25s) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth /YYL 0.001 def /YFL 0.000001 def /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /tfact {tfy} def /Yoact YoD65 1 get def /Ypact Yoact 100. div def /log_Ypact Ypact log def /log_P log_Ypact def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto tfw TBIK (L) show ishowu TBK (=) show tfn TBIK (L) show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show x0 y0 0700 sub moveto tfn TBIK (Y) show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto tfn TBIK (L*) show ishowu TBK (=50) show tfw x0 y0 1400 sub moveto tfact TBIK (Y) show ishowo TBK (=) show Yoact cvishow tfw x0 0800 sub y0 1750 sub moveto tfact TBIK (Y) show ishowp TBK (=) show TBIK (Y) show ishowu ( ) show TBIK (Y) show ishowo TBK ( /100) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 tfn %N x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash tfw %W x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto tfw TBIM (x) show TBM (=log) show TBIM (Y) show 2200 200 moveto tfn TBIM (u) show TBM (=log) show TBIM (Y) show ishowu tfw 0650 200 moveto tfact TBIM (p) show TBM (=log) show TBIM (Y) show ishowp tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_T* {%BEG ALOG_T* /Fx05 500. def /Fy05 Fy0x def /Fx Fx0x def /Fy Fy0x def /Flog -3 def /FMC 1 def %M=chromatic moment (1), chroma (2) /FIS 2 def %I=spectral colours (1), S=surface colours (2) /DLL 11 array def /DLU 11 array def /DLL [0.0001 0.001 0.01 0.1 1.0 10. 100. 1000. 10000. 100000. 1000000.] def /YFAK 4 array def /YFAK [ 1.0 1.8 3.2 5.6] def /DL 40 array def /DU 40 array def /XF 40 array def /R00KXU 40 array def /RLMKXU 40 array def %achromatic /F0 40 array def %I-W /F1 40 array def %D-N /F2 40 array def %ID-NM /F3 40 array def %I-B /F4 40 array def %D-b /F5 40 array def %ID-BW /F6 40 array def %I-B /F7 40 array def %D-b /F8 40 array def %ID-BW %Blue /FB0 40 array def %I-W /FB1 40 array def %D-N /FB2 40 array def %ID-NM /FB3 40 array def %I-B /FB4 40 array def %D-b /FB5 40 array def %ID-BW /FB6 40 array def %I-B /FB7 40 array def %D-b /FB8 40 array def %ID-BW %yellow /FY0 40 array def %I-W /FY1 40 array def %D-N /FY2 40 array def %ID-NM /FY3 40 array def %I-Y /FY4 40 array def %D-y /FY5 40 array def %ID-YW /FY6 40 array def %I-Y /FY7 40 array def %D-y /FY8 40 array def %ID-YW %Green /FG0 40 array def %I-W /FG1 40 array def %D-N /FG2 40 array def %ID-NM /FG3 40 array def %I-G /FG4 40 array def %D-g /FG5 40 array def %ID-GW /FG6 40 array def %I-G /FG7 40 array def %D-g /FG8 40 array def %ID-GW %red /FR0 40 array def %I-W /FR1 40 array def %D-N /FR2 40 array def %ID-NM /FR3 40 array def %I-R /FR4 40 array def %D-r /FR5 40 array def %ID-RW /FR6 40 array def %I-R /FR7 40 array def %D-r /FR8 40 array def %ID-RW /IORX 2000 def /IORY 2000 def /MULX 500 def /MULY 500 def %0..3 4..7 8..11 12..15 16:19 20:23 24:27 28:31 32:35 36:39 %0.0001, 0.001, 0.01, 0.1, 1. 10. 100. 1000. 10000. 100000. %0 1 9 {/k exch def %k=0,6 for Y=16 instead of Y=100 % DLL k DLL k get 0.16 mul put % } for %k=0,9 for Y=16 instead of Y=100 0 1 9 {/k exch def %k=0,9 DLU k DLL k get put 0 1 3 {/j exch def %j=0,3 /i k 4 mul j add def %i=0,39 DL i DLL k get YFAK j get mul put DU i DL i get put } for %j=0,3 } for %k=0,10 /W2 2. sqrt def /XP 0 def -500 0 translate %BEG achromatic XU=2.0 + Yu tfw TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfw [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i1 get MULX mul F0 i1 get 0.3 add MULY mul moveto TBK (decrement process) showen (decrement\255Prozess) showde XF i2 get 0.2 sub MULX mul F0 i2 get 0.1 sub MULY mul moveto TBK (N) show } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfn [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i2 get 4.2 sub MULX mul F1 i2 get 0.2 add MULY mul moveto TBK (increment process) showen (increment\255Prozess) showde XF i2 get 0.2 sub MULX mul F1 i2 get 0.1 sub MULY mul moveto TBK (W) show } if } for %colorNW=0,1 %[ ] 0 setdash %0 1 0 setrgbcolor %i1 1 i2 {/i exch def %i=i1,i2 % XF i get MULX mul % F2 i get MULY mul % i i1 eq {moveto} if % i i1 1 add ge % i i2 1 sub le and {lineto} if % i i2 eq {stroke} if % } for %i=i1,i2 % XF i1 get 0.10 sub MULX mul % F2 i1 get 0.40 add MULY mul moveto % TBK (CIELAB?) showen % (CIELAB?) showde %vertical lines of surround blue /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfw [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get MULX mul Flog0 MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END achromatic XU=2.0 + Yu %BEG GREEN XU=2.0-0.5 without Yu TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def % change of XU /XU XU log_P add def % 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i1 get MULX mul % F0 i1 get 0.1 add MULY mul moveto % TBK (decrement process) showen % (decrement\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F0 i2 get 0.1 sub MULY mul moveto % TBK (N) show % } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i2 get 4.0 sub MULX mul % F1 i2 get 0.1 add MULY mul moveto % TBK (increment process) showen % (increment\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F1 i2 get 0.1 sub MULY mul moveto % TBK (W) show % } if } for %colorNW=0,1 %vertical lines of surround green /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfact [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get log_P add MULX mul Flog0 MULY mul moveto XF ILLYAS get log_P add MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END GREEN XU=1.5 500 0 translate } def %END ALOG_T %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx0x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 50 scale units, different for most figures /ty05 [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4)] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty05 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash 0000 1500 moveto 3000 0 rlineto stroke 3000 0050 add 1500 0050 sub moveto TBIK (m) show TBK (=0) show % 0000 1000 moveto 3000 1000 rlineto stroke % 3000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1/3) show % 0000 0000 moveto 2000 2000 rlineto stroke % 2000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1) show [ ] 0 setdash 1500 1.6 log 500 mul add 1500 translate %new cero point at xr=0 ALOG_T* -1500 1.6 log 500 mul sub -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 16 %line 389 %!PS-Adobe-3.0 EPSF-3.0 VG290-6N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark06 where {pop} {userdict /pdfmark06 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark06 [ /View [ /FitB ] /DOCVIEW pdfmark06 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG290-6N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 02 def /ILLYA 25 def %average CIELAB and CIEDE2000 20 setlinewidth 050 3725 moveto TBIM tfw TBM (log \050) show TBIM (T*/T*) show ishowu TBM (\051 ) show (relative visual responses) showen (relative visuelle Eregungen) showde /xt0 650 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 yt0 0 ytd mul sub moveto TBM (decrement and increment processes) showen (decrement\255 und Increment\255Prozesse) showde xt0 yt0 1.1 ytd mul sub moveto TBK (Achromatic and blue threshold processes) showen (Achromatische und blaue Schwellenprozesse) showde %TBIM ( t) show ishowp TBM (>=25s) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth /YYL 0.001 def /YFL 0.000001 def /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /tfact {tfb} def /Yoact YoD65 3 get def /Ypact Yoact 100. div def /log_Ypact Ypact log def /log_P log_Ypact def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto tfw TBIK (L) show ishowu TBK (=) show tfn TBIK (L) show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show x0 y0 0700 sub moveto tfn TBIK (Y) show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto tfn TBIK (L*) show ishowu TBK (=50) show tfw x0 y0 1400 sub moveto tfact TBIK (Y) show ishowo TBK (=) show Yoact cvishow tfw x0 0800 sub y0 1750 sub moveto tfact TBIK (Y) show ishowp TBK (=) show TBIK (Y) show ishowu ( ) show TBIK (Y) show ishowo TBK ( /100) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 tfn %N x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash tfw %W x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto tfw TBIM (x) show TBM (=log) show TBIM (Y) show 2200 200 moveto tfn TBIM (u) show TBM (=log) show TBIM (Y) show ishowu tfw 0650 200 moveto tfact TBIM (p) show TBM (=log) show TBIM (Y) show ishowp tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_T* {%BEG ALOG_T* /Fx05 500. def /Fy05 Fy0x def /Fx Fx0x def /Fy Fy0x def /Flog -3 def /FMC 1 def %M=chromatic moment (1), chroma (2) /FIS 2 def %I=spectral colours (1), S=surface colours (2) /DLL 11 array def /DLU 11 array def /DLL [0.0001 0.001 0.01 0.1 1.0 10. 100. 1000. 10000. 100000. 1000000.] def /YFAK 4 array def /YFAK [ 1.0 1.8 3.2 5.6] def /DL 40 array def /DU 40 array def /XF 40 array def /R00KXU 40 array def /RLMKXU 40 array def %Achromatic /F0 40 array def %I-W /F1 40 array def %D-N /F2 40 array def %ID-NM /F3 40 array def %I-B /F4 40 array def %D-b /F5 40 array def %ID-BW /F6 40 array def %I-B /F7 40 array def %D-b /F8 40 array def %ID-BW %Blue /FB0 40 array def %I-W /FB1 40 array def %D-N /FB2 40 array def %ID-NM /FB3 40 array def %I-B /FB4 40 array def %D-b /FB5 40 array def %ID-BW /FB6 40 array def %I-B /FB7 40 array def %D-b /FB8 40 array def %ID-BW %yellow /FY0 40 array def %I-W /FY1 40 array def %D-N /FY2 40 array def %ID-NM /FY3 40 array def %I-Y /FY4 40 array def %D-y /FY5 40 array def %ID-YW /FY6 40 array def %I-Y /FY7 40 array def %D-y /FY8 40 array def %ID-YW %Green /FG0 40 array def %I-W /FG1 40 array def %D-N /FG2 40 array def %ID-NM /FG3 40 array def %I-G /FG4 40 array def %D-g /FG5 40 array def %ID-GW /FG6 40 array def %I-G /FG7 40 array def %D-g /FG8 40 array def %ID-GW %red /FR0 40 array def %I-W /FR1 40 array def %D-N /FR2 40 array def %ID-NM /FR3 40 array def %I-R /FR4 40 array def %D-r /FR5 40 array def %ID-RW /FR6 40 array def %I-R /FR7 40 array def %D-r /FR8 40 array def %ID-RW /IORX 2000 def /IORY 2000 def /MULX 500 def /MULY 500 def %0..3 4..7 8..11 12..15 16:19 20:23 24:27 28:31 32:35 36:39 %0.0001, 0.001, 0.01, 0.1, 1. 10. 100. 1000. 10000. 100000. %0 1 9 {/k exch def %k=0,6 for Y=16 instead of Y=100 % DLL k DLL k get 0.16 mul put % } for %k=0,9 for Y=16 instead of Y=100 0 1 9 {/k exch def %k=0,9 DLU k DLL k get put 0 1 3 {/j exch def %j=0,3 /i k 4 mul j add def %i=0,39 DL i DLL k get YFAK j get mul put DU i DL i get put } for %j=0,3 } for %k=0,10 /W2 2. sqrt def /XP 0 def -500 0 translate %BEG Achromatic XU=2.0 + Yu tfw TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfw [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i1 get MULX mul F0 i1 get 0.3 add MULY mul moveto TBK (decrement process) showen (decrement\255Prozess) showde XF i2 get 0.2 sub MULX mul F0 i2 get 0.1 sub MULY mul moveto TBK (N) show } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfn [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i2 get 4.2 sub MULX mul F1 i2 get 0.2 add MULY mul moveto TBK (increment process) showen (increment\255Prozess) showde XF i2 get 0.2 sub MULX mul F1 i2 get 0.1 sub MULY mul moveto TBK (W) show } if } for %colorNW=0,1 %[ ] 0 setdash %0 1 0 setrgbcolor %i1 1 i2 {/i exch def %i=i1,i2 % XF i get MULX mul % F2 i get MULY mul % i i1 eq {moveto} if % i i1 1 add ge % i i2 1 sub le and {lineto} if % i i2 eq {stroke} if % } for %i=i1,i2 % XF i1 get 0.10 sub MULX mul % F2 i1 get 0.40 add MULY mul moveto % TBK (CIELAB?) showen % (CIELAB?) showde %vertical lines of surround blue /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfw [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get MULX mul Flog0 MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END Achromatic XU=2.0 + Yu %BEG GREEN XU=2.0-0.5 without Yu TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def % change of XU /XU XU log_P add def % 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i1 get MULX mul % F0 i1 get 0.1 add MULY mul moveto % TBK (decrement process) showen % (decrement\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F0 i2 get 0.1 sub MULY mul moveto % TBK (N) show % } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i2 get 4.0 sub MULX mul % F1 i2 get 0.1 add MULY mul moveto % TBK (increment process) showen % (increment\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F1 i2 get 0.1 sub MULY mul moveto % TBK (W) show % } if } for %colorNW=0,1 %vertical lines of surround green /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfact [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get log_P add MULX mul Flog0 MULY mul moveto XF ILLYAS get log_P add MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END GREEN XU=1.5 500 0 translate } def %END ALOG_T %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx0x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 50 scale units, different for most figures /ty05 [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4)] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty05 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash 0000 1500 moveto 3000 0 rlineto stroke 3000 0050 add 1500 0050 sub moveto TBIK (m) show TBK (=0) show % 0000 1000 moveto 3000 1000 rlineto stroke % 3000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1/3) show % 0000 0000 moveto 2000 2000 rlineto stroke % 2000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1) show [ ] 0 setdash 1500 1.6 log 500 mul add 1500 translate %new cero point at xr=0 ALOG_T* -1500 1.6 log 500 mul sub -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF /xc1 16 def /yc1 12 def /xt 1 def xchart 1 eq {/xt 1 def} if 28 MM xt 0 eq {16 MM sub} if 20 MM xt 0 eq {12 MM sub} if translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 17 %line 399 %!PS-Adobe-3.0 EPSF-3.0 VG290-7N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark07 where {pop} {userdict /pdfmark07 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark07 [ /View [ /FitB ] /DOCVIEW pdfmark07 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG290-7N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 02 def /ILLYA 25 def %average CIELAB and CIEDE2000 20 setlinewidth 050 3725 moveto TBIM tfw TBM (log \050) show TBIM (T*/T*) show ishowu TBM (\051 ) show (relative visual responses) showen (relative visuelle Eregungen) showde /xt0 650 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 yt0 0 ytd mul sub moveto TBM (decrement and increment processes) showen (decrement\255 und Increment\255Prozesse) showde xt0 yt0 1.1 ytd mul sub moveto TBK (Achromatic and red threshold processes) showen (Achromatische und rote Schwellenprozesse) showde %TBIM ( t) show ishowp TBM (>=25s) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth /YYL 0.001 def /YFL 0.000001 def /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /tfact {tfr} def /Yoact YoD65 0 get def /Ypact Yoact 100. div def /log_Ypact Ypact log def /log_P log_Ypact def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto tfw TBIK (L) show ishowu TBK (=) show tfn TBIK (L) show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show x0 y0 0700 sub moveto tfn TBIK (Y) show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto tfn TBIK (L*) show ishowu TBK (=50) show tfw x0 y0 1400 sub moveto tfact TBIK (Y) show ishowo TBK (=) show Yoact cvishow tfw x0 0800 sub y0 1750 sub moveto tfact TBIK (Y) show ishowp TBK (=) show TBIK (Y) show ishowu ( ) show TBIK (Y) show ishowo TBK ( /100) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 tfn %N x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash tfw %W x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto tfw TBIM (x) show TBM (=log) show TBIM (Y) show 2200 200 moveto tfn TBIM (u) show TBM (=log) show TBIM (Y) show ishowu tfw 0650 200 moveto tfact TBIM (p) show TBM (=log) show TBIM (Y) show ishowp tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_T* {%BEG ALOG_T* /Fx05 500. def /Fy05 Fy0x def /Fx Fx0x def /Fy Fy0x def /Flog -3 def /FMC 1 def %M=chromatic moment (1), chroma (2) /FIS 2 def %I=spectral colours (1), S=surface colours (2) /DLL 11 array def /DLU 11 array def /DLL [0.0001 0.001 0.01 0.1 1.0 10. 100. 1000. 10000. 100000. 1000000.] def /YFAK 4 array def /YFAK [ 1.0 1.8 3.2 5.6] def /DL 40 array def /DU 40 array def /XF 40 array def /R00KXU 40 array def /RLMKXU 40 array def %Achromatic /F0 40 array def %I-W /F1 40 array def %D-N /F2 40 array def %ID-NM /F3 40 array def %I-B /F4 40 array def %D-b /F5 40 array def %ID-BW /F6 40 array def %I-B /F7 40 array def %D-b /F8 40 array def %ID-BW %Blue /FB0 40 array def %I-W /FB1 40 array def %D-N /FB2 40 array def %ID-NM /FB3 40 array def %I-B /FB4 40 array def %D-b /FB5 40 array def %ID-BW /FB6 40 array def %I-B /FB7 40 array def %D-b /FB8 40 array def %ID-BW %yellow /FY0 40 array def %I-W /FY1 40 array def %D-N /FY2 40 array def %ID-NM /FY3 40 array def %I-Y /FY4 40 array def %D-y /FY5 40 array def %ID-YW /FY6 40 array def %I-Y /FY7 40 array def %D-y /FY8 40 array def %ID-YW %Green /FG0 40 array def %I-W /FG1 40 array def %D-N /FG2 40 array def %ID-NM /FG3 40 array def %I-G /FG4 40 array def %D-g /FG5 40 array def %ID-GW /FG6 40 array def %I-G /FG7 40 array def %D-g /FG8 40 array def %ID-GW %red /FR0 40 array def %I-W /FR1 40 array def %D-N /FR2 40 array def %ID-NM /FR3 40 array def %I-R /FR4 40 array def %D-r /FR5 40 array def %ID-RW /FR6 40 array def %I-R /FR7 40 array def %D-r /FR8 40 array def %ID-RW /IORX 2000 def /IORY 2000 def /MULX 500 def /MULY 500 def %0..3 4..7 8..11 12..15 16:19 20:23 24:27 28:31 32:35 36:39 %0.0001, 0.001, 0.01, 0.1, 1. 10. 100. 1000. 10000. 100000. %0 1 9 {/k exch def %k=0,6 for Y=16 instead of Y=100 % DLL k DLL k get 0.16 mul put % } for %k=0,9 for Y=16 instead of Y=100 0 1 9 {/k exch def %k=0,9 DLU k DLL k get put 0 1 3 {/j exch def %j=0,3 /i k 4 mul j add def %i=0,39 DL i DLL k get YFAK j get mul put DU i DL i get put } for %j=0,3 } for %k=0,10 /W2 2. sqrt def /XP 0 def -500 0 translate %BEG Achromatic XU=2.0 + Yu tfw TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfw [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i1 get MULX mul F0 i1 get 0.3 add MULY mul moveto TBK (decrement process) showen (decrement\255Prozess) showde XF i2 get 0.2 sub MULX mul F0 i2 get 0.1 sub MULY mul moveto TBK (N) show } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfn [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i2 get 4.2 sub MULX mul F1 i2 get 0.2 add MULY mul moveto TBK (increment process) showen (increment\255Prozess) showde XF i2 get 0.2 sub MULX mul F1 i2 get 0.1 sub MULY mul moveto TBK (W) show } if } for %colorNW=0,1 %[ ] 0 setdash %0 1 0 setrgbcolor %i1 1 i2 {/i exch def %i=i1,i2 % XF i get MULX mul % F2 i get MULY mul % i i1 eq {moveto} if % i i1 1 add ge % i i2 1 sub le and {lineto} if % i i2 eq {stroke} if % } for %i=i1,i2 % XF i1 get 0.10 sub MULX mul % F2 i1 get 0.40 add MULY mul moveto % TBK (CIELAB?) showen % (CIELAB?) showde %vertical lines of surround blue /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfw [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get MULX mul Flog0 MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END Achromatic XU=2.0 + Yu %BEG GREEN XU=2.0-0.5 without Yu TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def % change of XU /XU XU log_P add def % 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i1 get MULX mul % F0 i1 get 0.1 add MULY mul moveto % TBK (decrement process) showen % (decrement\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F0 i2 get 0.1 sub MULY mul moveto % TBK (N) show % } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i2 get 4.0 sub MULX mul % F1 i2 get 0.1 add MULY mul moveto % TBK (increment process) showen % (increment\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F1 i2 get 0.1 sub MULY mul moveto % TBK (W) show % } if } for %colorNW=0,1 %vertical lines of surround green /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfact [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get log_P add MULX mul Flog0 MULY mul moveto XF ILLYAS get log_P add MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END GREEN XU=1.5 500 0 translate } def %END ALOG_T %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx0x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 50 scale units, different for most figures /ty05 [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4)] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty05 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash 0000 1500 moveto 3000 0 rlineto stroke 3000 0050 add 1500 0050 sub moveto TBIK (m) show TBK (=0) show % 0000 1000 moveto 3000 1000 rlineto stroke % 3000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1/3) show % 0000 0000 moveto 2000 2000 rlineto stroke % 2000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1) show [ ] 0 setdash 1500 1.6 log 500 mul add 1500 translate %new cero point at xr=0 ALOG_T* -1500 1.6 log 500 mul sub -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 86 MM 020 MM translate 12 /Times-ISOL1 FS -9 MM -7 MM moveto ( ) show 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 18 %line 409 %!PS-Adobe-3.0 EPSF-3.0 VG290-8N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark08 where {pop} {userdict /pdfmark08 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark08 [ /View [ /FitB ] /DOCVIEW pdfmark08 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG290-8N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def /ILLX 16 def /ILLP ILLX 1 add def /ILLM ILLX 1 sub def /ILLA ILLX 2 idiv def %A=Average /JLLX 02 def /ILLYA 25 def %average CIELAB and CIEDE2000 20 setlinewidth 050 3725 moveto TBIM tfw TBM (log \050) show TBIM (T*/T*) show ishowu TBM (\051 ) show (relative visual responses) showen (relative visuelle Eregungen) showde /xt0 650 def /xt1 0750 def /yt0 3475 def /ytd 250 def xt0 yt0 0 ytd mul sub moveto TBM (decrement and increment processes) showen (decrement\255 und Increment\255Prozesse) showde xt0 yt0 1.1 ytd mul sub moveto TBK (Achromatic and green threshold processes) showen (Achromatische und gr\374ne Schwellenprozesse) showde %TBIM ( t) show ishowp TBM (>=25s) show tfw 550 400 translate 50 setlinewidth 0 0 moveto 4500 0 rlineto stroke 0 0 moveto 0 3000 rlineto stroke 30 setlinewidth /YYL 0.001 def /YFL 0.000001 def /eshowM1 {-00 100 rmoveto TBL (-1) show 0 -100 rmoveto} bind def /eshow0 {-00 100 rmoveto TBL (0) show 0 -100 rmoveto} bind def /eshow1 {-00 100 rmoveto TBL (1) show 0 -100 rmoveto} bind def /eshow2 {-00 100 rmoveto TBL (2) show 0 -100 rmoveto} bind def /eshow3 {-00 100 rmoveto TBL (3) show 0 -100 rmoveto} bind def /eshow4 {-00 100 rmoveto TBL (4) show 0 -100 rmoveto} bind def /eshow5 {-00 100 rmoveto TBL (5) show 0 -100 rmoveto} bind def /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /tfact {tfg} def /Yoact YoD65 2 get def /Ypact Yoact 100. div def /log_Ypact Ypact log def /log_P log_Ypact def /x0 4000 def /x1 4350 def /y0 2200 def /y1 2100 def /yd 300 def x0 y0 350 add moveto tfw TBIK (L) show ishowu TBK (=) show tfn TBIK (L) show ishowg tfw x0 y0 moveto TBK ([cd/m) show eshow2 TBK (]) show x0 y0 0700 sub moveto tfn TBIK (Y) show ishowu TBK (=18) show tfw x0 y0 1050 sub moveto tfn TBIK (L*) show ishowu TBK (=50) show tfw x0 y0 1400 sub moveto tfact TBIK (Y) show ishowo TBK (=) show Yoact cvishow tfw x0 0800 sub y0 1750 sub moveto tfact TBIK (Y) show ishowp TBK (=) show TBIK (Y) show ishowu ( ) show TBIK (Y) show ishowo TBK ( /100) show tfw 50 setlinewidth 1 setgray %W x1 y1 yd 1 mul sub moveto TBK (60) show %eshow1 tfn %N x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke [100 ] 0 setdash tfw %W x0 y0 yd 1 mul sub moveto 300 0 rlineto stroke tfw [ ] 0 setdash 50 setlinewidth 3870 150 moveto tfw TBIM (x) show TBM (=log) show TBIM (Y) show 2200 200 moveto tfn TBIM (u) show TBM (=log) show TBIM (Y) show ishowu tfw 0650 200 moveto tfact TBIM (p) show TBM (=log) show TBIM (Y) show ishowp tfw /cvishow {cvi 10 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def /cvsshow2 {100 mul cvi 0.01 mul 7 string cvs show} def /cvsshow3 {1000 mul cvi 0.001 mul 7 string cvs show} def /DELTL0 600 array def /DELTL1 600 array def /DELTL2 600 array def /DELTL3 600 array def /DELTL4 600 array def /XGRAPH 600 array def /YGRAPH 600 array def TK %Scale: 1 log = 500 units /Fx0x 500 def /Fy0x 500 def /XDAT0 600 array def /XDAT1 600 array def /XDAT2 600 array def /XDAT3 600 array def /XDAT4 600 array def /XDAT5 600 array def /XDAT6 600 array def /XDAT7 600 array def %********************************************************************* /ALOG_T* {%BEG ALOG_T* /Fx05 500. def /Fy05 Fy0x def /Fx Fx0x def /Fy Fy0x def /Flog -3 def /FMC 1 def %M=chromatic moment (1), chroma (2) /FIS 2 def %I=spectral colours (1), S=surface colours (2) /DLL 11 array def /DLU 11 array def /DLL [0.0001 0.001 0.01 0.1 1.0 10. 100. 1000. 10000. 100000. 1000000.] def /YFAK 4 array def /YFAK [ 1.0 1.8 3.2 5.6] def /DL 40 array def /DU 40 array def /XF 40 array def /R00KXU 40 array def /RLMKXU 40 array def %Achromatic /F0 40 array def %I-W /F1 40 array def %D-N /F2 40 array def %ID-NM /F3 40 array def %I-B /F4 40 array def %D-b /F5 40 array def %ID-BW /F6 40 array def %I-B /F7 40 array def %D-b /F8 40 array def %ID-BW %Blue /FB0 40 array def %I-W /FB1 40 array def %D-N /FB2 40 array def %ID-NM /FB3 40 array def %I-B /FB4 40 array def %D-b /FB5 40 array def %ID-BW /FB6 40 array def %I-B /FB7 40 array def %D-b /FB8 40 array def %ID-BW %yellow /FY0 40 array def %I-W /FY1 40 array def %D-N /FY2 40 array def %ID-NM /FY3 40 array def %I-Y /FY4 40 array def %D-y /FY5 40 array def %ID-YW /FY6 40 array def %I-Y /FY7 40 array def %D-y /FY8 40 array def %ID-YW %Green /FG0 40 array def %I-W /FG1 40 array def %D-N /FG2 40 array def %ID-NM /FG3 40 array def %I-G /FG4 40 array def %D-g /FG5 40 array def %ID-GW /FG6 40 array def %I-G /FG7 40 array def %D-g /FG8 40 array def %ID-GW %red /FR0 40 array def %I-W /FR1 40 array def %D-N /FR2 40 array def %ID-NM /FR3 40 array def %I-R /FR4 40 array def %D-r /FR5 40 array def %ID-RW /FR6 40 array def %I-R /FR7 40 array def %D-r /FR8 40 array def %ID-RW /IORX 2000 def /IORY 2000 def /MULX 500 def /MULY 500 def %0..3 4..7 8..11 12..15 16:19 20:23 24:27 28:31 32:35 36:39 %0.0001, 0.001, 0.01, 0.1, 1. 10. 100. 1000. 10000. 100000. %0 1 9 {/k exch def %k=0,6 for Y=16 instead of Y=100 % DLL k DLL k get 0.16 mul put % } for %k=0,9 for Y=16 instead of Y=100 0 1 9 {/k exch def %k=0,9 DLU k DLL k get put 0 1 3 {/j exch def %j=0,3 /i k 4 mul j add def %i=0,39 DL i DLL k get YFAK j get mul put DU i DL i get put } for %j=0,3 } for %k=0,10 /W2 2. sqrt def /XP 0 def -500 0 translate %BEG Achromatic XU=2.0 + Yu tfw TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfw [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i1 get MULX mul F0 i1 get 0.3 add MULY mul moveto TBK (decrement process) showen (decrement\255Prozess) showde XF i2 get 0.2 sub MULX mul F0 i2 get 0.1 sub MULY mul moveto TBK (N) show } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfn [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash colorNW 1 eq {XF i2 get 4.2 sub MULX mul F1 i2 get 0.2 add MULY mul moveto TBK (increment process) showen (increment\255Prozess) showde XF i2 get 0.2 sub MULX mul F1 i2 get 0.1 sub MULY mul moveto TBK (W) show } if } for %colorNW=0,1 %[ ] 0 setdash %0 1 0 setrgbcolor %i1 1 i2 {/i exch def %i=i1,i2 % XF i get MULX mul % F2 i get MULY mul % i i1 eq {moveto} if % i i1 1 add ge % i i2 1 sub le and {lineto} if % i i2 eq {stroke} if % } for %i=i1,i2 % XF i1 get 0.10 sub MULX mul % F2 i1 get 0.40 add MULY mul moveto % TBK (CIELAB?) showen % (CIELAB?) showde %vertical lines of surround blue /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfw [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get MULX mul Flog0 MULY mul moveto XF ILLYAS get MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END Achromatic XU=2.0 + Yu %BEG GREEN XU=2.0-0.5 without Yu TL 0 1 1 {/j exch def %j=0,1 j 0 eq {/XK 1.4 def /XL 1.0 def /XM 1.0 def /XU 2.0 def /XQ 1.0 def} if j 1 eq {/XK 1.0 def /XL 1.0 def /XM 1.0 def /XU 2.0 def FMC 1 eq {/XQ -2.0 def} {/XQ -1.0 def} ifelse} if %XC1=XK1/ln(10)=1.4/2.302585 = 0.434294 = 0.608011 %XC2=XK2/ln(10)=1.0/2.302585 = 0.434294 %e = 10**0.434294 = 2.71828182846 = e**1 /XC XK 10 ln div def % change of XU /XU XU log_P add def % 0 1 38 {/i exch def %i=0,38 XF i DL i get log put %F01= 10**[c(x-u+p)] /F01 10 XF i get XU sub XP add XC mul exp def %R00KXU=1+1/{1+W2*10**[c(x-u+p)]} R00KXU i 1. 1. W2 F01 mul add div 1. add put %RLMKUX=XQ*{XL/[log(w2)]*log[Q00KXU]-XM} RLMKXU i XL W2 log div R00KXU i get log mul XM sub XQ mul put j 0 eq {F0 i RLMKXU i get put} if j 1 eq {F1 i RLMKXU i get put} if j 1 eq {F2 i F0 i get F1 i get add put} if j 0 eq {6000 4000 i 130 mul sub moveto i cvishow 6000 1000 add 4000 i 130 mul sub moveto XF i get cvsshow2 6000 2000 add 4000 i 130 mul sub moveto F0 i get cvsshow2 } if } for %i=0,38 /XFX0 0.0 def /F01X0 10 XFX0 XU sub XP add XC mul exp def /R00KXUX0 1. 1. W2 F01X0 mul add div 1. add def /RLMKXUX0 XL W2 log div R00KXUX0 log mul XM sub XQ mul def j 0 eq {/F0X0 RLMKXUX0 def} if j 1 eq {/F1X0 RLMKXUX0 def} if j 1 eq {/F2X0 F0X0 F1X0 add def} if } for %j=0,1 /i1 08 def /i2 38 def 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfn [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F0 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i1 get MULX mul % F0 i1 get 0.1 add MULY mul moveto % TBK (decrement process) showen % (decrement\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F0 i2 get 0.1 sub MULY mul moveto % TBK (N) show % } if } for %colorNW=0,1 0 1 1 {/colorNW exch def %colorNW=0,1 colorNW 0 eq {tfact [ ] 0 setdash} if colorNW 1 eq {tfw [300 100] 0 setdash} if i1 1 i2 {/i exch def %i=i1,i2 XF i get MULX mul F1 i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 [ ] 0 setdash % colorNW 1 eq {XF i2 get 4.0 sub MULX mul % F1 i2 get 0.1 add MULY mul moveto % TBK (increment process) showen % (increment\255Prozess) showde % XF i2 get 0.2 sub MULX mul % F1 i2 get 0.1 sub MULY mul moveto % TBK (W) show % } if } for %colorNW=0,1 %vertical lines of surround green /ILLYAS 24 def /Flog0 0. def /Flog -3. def 0 1 2 {/k exch def %k=0,2 k 0 eq {tfact [ ] 0 setdash} if k 1 eq {tfw [300] 000 setdash} if k 2 eq {tfn [100] 100 setdash} if XF ILLYAS get log_P add MULX mul Flog0 MULY mul moveto XF ILLYAS get log_P add MULX mul Flog MULY mul lineto stroke } for %k=0,2 %END GREEN XU=1.5 500 0 translate } def %END ALOG_T %********************************************************************* TBK %!x-axis: 1/2 log-unit = 500 scale units, similar for many figures /tx0x [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4) ( 5)] def /tx1x [(-1) ( ) ( 0) ( ) ( 1) ( ) ( 2) ( ) ( 3)] def 0 1 8 {/i exch def /ixt { -180 i 0500 mul add} def /ixl { 000 i 0500 mul add} def ixt -350 moveto tx0x i get exec show ixl 75 moveto 0 -150 rlineto stroke } for %!y-axis: 1 log-unit = 50 scale units, different for most figures /ty05 [(-3) (-2) (-1) ( 0) ( 1) ( 2) ( 3) ( 4)] def 0 1 6 {/i exch def /iyt {-100 i 0500 mul add} def /iyl { 000 i 0500 mul add} def -450 iyt moveto ty05 i get exec show -75 iyl moveto 150 0 rlineto stroke } for [100 ] 0 setdash 0000 1500 moveto 3000 0 rlineto stroke 3000 0050 add 1500 0050 sub moveto TBIK (m) show TBK (=0) show % 0000 1000 moveto 3000 1000 rlineto stroke % 3000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1/3) show % 0000 0000 moveto 2000 2000 rlineto stroke % 2000 0050 add 2000 0050 sub moveto TBIK (m) show TBK (=1) show [ ] 0 setdash 1500 1.6 log 500 mul add 1500 translate %new cero point at xr=0 ALOG_T* -1500 1.6 log 500 mul sub -1500 translate %new cero point at xr=0 550 neg 400 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 197 MM translate 10 /Times-ISOL1 FS 1 1 scale -77 -91 translate %%BeginDocument: Bild 12 %line 419 %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 21 %line 429 %!PS-Adobe-3.0 EPSF-3.0 VG291-1N %%BoundingBox: 70 83 228 206 %START PDFDE011.EPS /pdfmark11 where {pop} {userdict /pdfmark11 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@mac.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark11 [ /View [ /FitB ] /DOCVIEW pdfmark11 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Oblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierI-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /Courier-BoldOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierBI-ISOL1 exch definefont pop /TG {350 /Times-ISOL1 FS} bind def /TM {280 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TS {200 /Times-ISOL1 FS} bind def /TL {160 /Times-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TIM {280 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIS {200 /TimesI-ISOL1 FS} bind def /TIL {160 /TimesI-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBM {280 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBS {200 /TimesB-ISOL1 FS} bind def /TBL {160 /TimesB-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /TBIM {280 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIS {200 /TimesBI-ISOL1 FS} bind def /TBIL {160 /TimesBI-ISOL1 FS} bind def /SG {350 /Symbol FS} bind def /SM {280 /Symbol FS} bind def /SK {240 /Symbol FS} bind def /SS {200 /Symbol FS} bind def /SL {160 /Symbol FS} bind def %%EndProlog gsave %lanindL2.EPS START 20000505 /lanind 0 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 0 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 3 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def} if %always independent of intended output gsave %LANINDL2 END /cvishow {cvi 6 string cvs show ( ) show} def /cvsshow1 {10 mul cvi 0.1 mul 9 string cvs show ( ) show} def /cvsshow2 {100 mul cvi 0.01 mul 9 string cvs show ( ) show} def /cvsshow3 {1000 mul cvi 0.001 mul 9 string cvs show ( ) show} def /cvsshow4 {10000 mul cvi 0.0001 mul 9 string cvs show ( ) show} def /cvsshow5 {100000 mul cvi 0.00001 mul 9 string cvs show ( ) show} def /SD65 80 array def %380 bis 775 mit deltalambda=05 /SD50 80 array def %380 bis 775 mit deltalambda=05 /SP40 80 array def %380 bis 775 mit deltalambda=05 /SA00 80 array def %380 bis 775 mit deltalambda=05 /SE00 80 array def %380 bis 775 mit deltalambda=05 /SC00 80 array def %380 bis 775 mit deltalambda=05 /SP00 80 array def %380 bis 775 mit deltalambda=05 /SQ00 80 array def %380 bis 775 mit deltalambda=05 /SDAK 80 array def %380 bis 775 mit deltalambda=05 /RA 80 array def %380 bis 770 nm /F2 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm /F2N 240 array def %normiert auf Y=100 fuer D65 und 10nm /F10 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm %C %C LITERATURQUELLEN LICHTARTEN %C SA,SC,SD65, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.1, SEITE 81 %C SD55,SD75, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.4, SEITE 85 %C LINEAR INTERPOLIERT VON 5 ZU 5NM %C SG,SP,SXE, DIN 5033, BLATT 7 ,SEITE 8-9 %C AUSGABE 1966 /SD65 %80 data 5 nm [50.0 52.3 54.6 68.7 82.8 87.1 91.5 92.5 93.4 90.1 86.7 95.8 104.9 110.9 117.0 117.4 117.8 116.3 114.9 115.4 115.9 112.4 108.8 109.1 109.4 108.6 107.8 106.3 104.8 106.2 107.7 106.0 104.4 104.2 104.0 102.0 100.0 98.2 96.3 96.1 95.8 92.2 88.7 89.3 90.0 89.8 89.6 88.6 87.7 85.5 83.3 83.5 83.7 81.9 80.0 80.1 80.2 81.2 82.3 80.3 78.3 74.0 69.7 70.7 71.6 73.0 74.3 68.0 61.6 65.7 69.9 72.5 75.1 69.3 63.6 55.0 46.4 56.6 66.8 65.1] def /SD50 %80 data 5 nm CIE 15.3, Seite 30; aus JE540-1N.PS [24.5 27.2 29.9 39.6 49.3 52.9 56.5 58.3 60.0 58.9 57.8 66.3 74.8 81.0 87.2 88.9 90.6 91.0 91.4 93.2 95.1 93.5 92.0 93.8 95.7 96.2 96.6 96.8 97.1 99.6 102.1 101.4 100.8 101.5 102.3 101.2 100.0 98.9 97.7 98.3 98.9 96.2 93.5 95.6 97.7 98.5 99.3 99.2 99.0 97.4 95.7 97.3 98.9 97.3 95.7 96.9 98.2 100.6 103.0 101.1 99.1 93.3 87.4 89.5 91.6 92.2 92.9 84.9 76.9 81.7 86.5 89.5 92.6 85.4 78.2 68.0 57.7 70.3 82.9 0.0] def %0.0 not used /SA00 %80 data 5 nm CIE 15.3 Seite 30; aus JE540-1N.PS [9.80 10.90 12.09 13.35 14.71 16.15 17.68 19.29 20.99 22.79 24.67 26.64 28.70 30.85 33.09 35.41 37.81 40.30 42.87 45.52 48.24 51.04 53.91 56.85 59.86 62.93 66.06 69.25 72.50 75.79 79.13 82.52 85.95 89.41 92.91 96.44 100.00 103.58 107.18 110.80 114.44 118.08 121.73 125.39 129.04 132.70 136.35 139.99 143.62 147.24 150.84 154.42 157.98 161.52 165.03 168.51 171.96 175.38 178.77 182.12 185.43 188.70 191.93 195.12 198.26 201.36 204.41 207.41 210.36 213.27 216.12 218.92 221.67 224.36 227.00 229.59 232.12 234.59 237.01 239.37 0.0] def %0.0 not used % AUS BILDPLA.FOR aus vrbam/wrpos:KRPROG.FOR, 5987-6023 5.10.92 %C PROGRAMM ZUR BERECHNUNG DER RELATIVEN SPEKTRALEN STRAHLUNGSVERTEI- %C LUNG EINES HOHLRAUMSTRAHLERS ALS FUNKTION DER WELLENLAENGE LAMDA %C BEI GEGEBENER TEMPERATUR T %C VERWENDETE VARIABLE %C T TEMPERATUR %C C2 PLANCKSCHE KONSTANTE (=1.4388 CM K (1967)) %C LAMDA(I) WELLENLAENGE %C S(I) STRAHLUNGSVERTEILUNG DES HOHLRAUMSTRAHLERS %C %C LITERATUR OFFIZIELLE EMPFEHLUNGEN DER CIE,DEUTSCHE VERSION, %C CA. 1969, SEITE 21 UND TABELLE 1.1.1 %C %SDP4 80 array def %380 bis 775 mit deltalambda=05 % DO 50 I=1,54 % 50 S(I)=100. % 1*(560./FLOAT(LAMDA(I)))**5 % 2*(EXP(C2/(560.*10.**(-7)*T))-1.) % 3/(EXP(C2/(FLOAT(LAMDA(I))*10.**(-7)*T))-1.) %new CIE 15.3:2004, Eq. (3.1) page 2 %S(I) = [100{560/lambda}**5] [exp{(c2*10**7)/(TNC*560 )} - 1] % /[exp{(c2*10**7)/(TNC*lambda)} - 1] % exp = e {...} = 2.71 {...} %/TNC 2848 def %NLA /TNC 4000 def /EE 2.718281 def %e=mac pocket calculator /C2 1.4350000 10 7 exp mul def /lamd 80 array def 0 1 79 {%i=0,79 /i exch def /lambda 380 i 5 mul add def lamd i lambda put /E1 560 lambda div 5 exp def /E4 C2 TNC 560 mul div def /E5 C2 TNC lambda mul div def /E6 EE E4 exp def /E7 EE E5 exp def SP40 i E1 100 mul E6 1 sub E7 1 sub div mul put } for %i=0,79 /xex 10 2 exp def /yex EE 2 exp def /SE00 %80 data 5 nm [100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0] def %0.0 not used /SC00 %80 data 5 nm [ 33.00 39.92 47.40 55.17 63.30 71.81 80.60 89.53 98.10 105.80 112.40 117.75 121.50 123.45 124.00 123.60 123.10 123.30 123.80 124.09 123.90 122.92 120.70 116.90 112.10 106.98 102.30 98.81 96.90 96.78 98.00 99.94 102.10 103.95 105.20 105.67 105.30 104.11 102.30 100.15 97.80 95.43 93.20 91.22 89.70 88.83 88.40 88.19 88.10 88.06 88.00 87.86 87.80 87.99 88.20 88.20 87.90 87.22 86.30 85.30 84.00 82.21 80.20 78.24 76.30 74.36 72.40 70.40 68.30 66.30 64.40 62.80 61.50 60.20 59.20 58.50 58.10 58.00 58.20 58.50 ] def %0.0 not used 0 1 79 {/i exch def %i=0,79 /lamda 380 i 5 mul add def SP00 i SE00 i get lamda 560 div mul put SQ00 i SE00 i get 1120 lamda sub 560 div mul put } for %i=0,79 %C LITERATURQUELLEN SPEKTRALWERTE %C F2 CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 2.1, SEITE 93-102 /F2 %3x80 data [.001368 .002236 .004243 .007650 .01431 .02319 .04351 .07763 .1344 .2148 .2839 .3285 .3483 .3481 .3362 .3187 .2908 .2511 .1954 .1421 .09564 .05795 .03201 .01470 .0049 .0024 .0093 .0291 .06327 .1096 .1655 .2257 .2904 .3597 .4334 .5121 .5945 .6784 .7621 .8425 .9163 .9786 1.0263 1.0567 1.0622 1.0456 1.0026 .9384 .8544 .7514 .6424 .5419 .4479 .3608 .2835 .2187 .1649 .1212 .0874 .0636 .04677 .03290 .02270 .01584 .01136 .00811 .00579 .004109 .002899 .002049 .001440 .0009999 .0006901 .000476 .0003323 .0002348 .0001662 .0001174 .00008308 .00005871 .000039 .000064 .00012 .000217 .000396 .00064 .00121 .00218 .004 .0073 .0116 .01684 .023 .0298 .0380 .048 .06 .0739 .09098 .1126 .139 .1693 .208 .2586 .323 .4073 .503 .6082 .71 .7932 .862 .9149 .954 .9803 .995 1.0 .995 .9786 .952 .9154 .870 .8163 .757 .6949 .631 .5668 .503 .4412 .381 .321 .265 .217 .175 .1382 .107 .0816 .061 .04458 .032 .0232 .017 .01192 .00821 .005723 .004102 .002929 .002091 .001484 .001047 .00074 .00052 .0003611 .0002492 .0001719 .00012 .0000848 .00006 .0000424 .00003 .0000212 .00645 .01055 .02005 .03621 .06785 .1102 .2074 .3713 .6456 1.0391 1.3856 1.623 1.7471 1.7826 1.7721 1.7441 1.6692 1.5281 1.2876 1.0419 .8130 .6162 .4652 .3533 .2720 .2123 .1582 .1117 .07825 .05725 .04216 .02984 .0203 .0134 .00875 .00575 .0039 .00275 .0021 .0018 .00165 .0014 .0011 .0010 .0008 .0006 .00034 .00024 .00019 .0001 .00005 .00003 .00002 .00001 % 26*0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 %26 ] def /F10 %3x80 data [.00016 .0006624 .002362 .007242 .01911 .0434 .08474 .1406 .2045 .2647 .3147 .3577 .3837 .3867 .3707 .343 .3023 .2541 .1956 .1323 .08051 .04107 .01617 .005132 .003816 .01544 .03746 .07136 .1177 .173 .2365 .3042 .3768 .4516 .5298 .6161 .7052 .7938 .8787 .9512 1.0142 1.0743 1.1185 1.1343 1.124 1.0891 1.0305 .9507 .8563 .7549 .6475 .5351 .4316 .3437 .2683 .2043 .1526 .1122 .08126 .05793 .04085 .02862 .019941 .01384 .0100 .006605 .004552 .003145 .002175 .001506 .001045 .0007274 .0005083 .0003564 .000251 .0001777 .0001264 .00009015 .00006453 .00004634 .00001736 .00007156 .0002534 .0007685 .002004 .004509 .008756 .01446 .02139 .0295 .03868 .0496 .06208 .0747 .08946 .1063 .1282 .1528 .1852 .2199 .2536 .2977 .3391 .3954 .4608 .5314 .6067 .6857 .7618 .8233 .8752 .9238 .962 .9822 .9918 .9991 .9973 .9824 .9555 .9152 .8689 .8256 .7774 .7203 .6583 .5939 .528 .4618 .3981 .3395 .2835 .2282 .1798 .1402 .1076 .08119 .06028 .0441 .0318 .0226 .0159 .01113 .007749 .0053751 .0037177 .002565 .001768 .001222 .0008462 .0005864 .0004074 .000284 .0001987 .0001395 .00009843 .00006982 .00004974 .00003554 .00002549 .00001834 .0007048 .002928 .01048 .03234 .08601 .1971 .3894 .6568 .9725 1.2825 1.5535 1.7985 1.9673 2.0273 1.9948 1.9007 1.7454 1.5549 1.3176 1.0302 .7721 .5701 .4152 .3024 .2185 .1592 .112 .08225 .06071 .04305 .03045 .02058 .01368 .007918 .003988 .001091 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %30 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %40 0.0 0.0 0.0 0.0 %44 ] def %calculation of transformation data /FARBE 27 array def /FARBE [(R) (m) ( 561_770) %00 (Y) (m) ( 520_770) %01 (G) (m) ( 475_573) %02 (C) (m) ( 380_561) %03 (B) (m) ( 380_520) %04 (M) (m) ( 573_475) %05 (G) (o) ( 520_570) %06 (M) (o) ( 570_520) %07 (W) (1) ( 380_770) %08 ] def %/FARBE [(R) (m) ( 565_770) %00 % (Y) (m) ( 520_770) %01 % (G) (m) ( 475_575) %02 % (C) (m) ( 380_565) %03 % (B) (m) ( 380_520) %04 % (M) (m) ( 575_475) %05 % (N) (0) ( 380_770) %06 % (W) (0) ( 380_770) %07 % (W) (1) ( 380_770) %08 % ] def /xshift 10 array def %max 6 device + 4 elementary /yshift 10 array def /colori 10 array def /RX0 640 array def %8x80 /RX0 [ %(%Rm 00 565_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0500 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Ym 01 495_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0500 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Gm 02 475_575) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Cm 03 380_565) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 0500 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Bm 04 380_495) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 0500 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mm 05 575_475) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Go 06 520_570) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mo 07 570_520) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%W1(r=1,000) 08 380_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 ] def /xcolorl xcolor def %0 1 1 {/xcolorl exch def %xcolorl=0,1 xcolorl 1 eq {0 1 239 {/i exch def %i=0,239 F2 i F10 i get put } for %i=0,239 } if /YKSUM 0 def %For CIE Illuminant E 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM F2 80 i add get add def } for %i=0,1,79 /F2N 240 array def 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add F2 00 i add get YKSUM div 100 mul put F2N 80 i add F2 80 i add get YKSUM div 100 mul put F2N 160 i add F2 160 i add get YKSUM div 100 mul put } for %i=0,1,79 /FXN 80 array def %FXN 0 = F2N imax /FYN 80 array def /FZN 80 array def %defines FXN, FYN, FZN 0 to 79 0 1 79 {/i exch def %i=0,79 FXN i F2N 000 i add get put FYN i F2N 080 i add get put FZN i F2N 160 i add get put } for %i=0,79 %special wavelength range with complementary colours for E? /FXD 63 array def /FYD 63 array def /FZD 63 array def /DOW 63 array def 00 1 60 {/i exch def %i=0,60 %range 400..700nm FXD i FXN 005 i add get put FYD i FYN 005 i add get put FZD i FZN 005 i add get put DOW i 400 i 5 mul add put %range 400 to 700 } for %i=0,60 %for interpolation FXD 61 FXD 60 get put FYD 61 FYD 60 get put FZD 61 FZD 60 get put FXD 62 FXD 60 get put FYD 62 FYD 60 get put FZD 62 FZD 60 get put /FAD 63 array def /FBD 63 array def /FCD 63 array def 20 setlinewidth /xdel 1005 def /ydel 395 def /x0 050 def /x1 -150 def /TELi 8 array def /TELi [(D65) (D50) (P40) (A00) (E00) (C00) (P00) (Q00)] def %7 illumin. /Xi 79 array def %79 spectral or max 6 device colour + 4 elementary colours /Yi 79 array def /Zi 79 array def /XANi 79 array def /YANi 79 array def /ZANi 79 array def /Xk 9 array def %9 spectral or max 9 device colours /Yk 9 array def /Zk 9 array def /XANk 9 array def /YANk 9 array def /ZANk 9 array def /RAk 80 array def 0 1 0 {/xchart4 exch def %xchart4=0,7 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /K 0 def %for normalization 1 %/K 1 def %for normalization 0,886 gsave %5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolorl cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow 5 /Times-ISOL1 FS 180 85 moveto (VG291-1N) show %xchart4 1 add cvishow %xchart 0 ge {(N) show} if %(_) show xchartl 1 add cvishow %xchart 0 eq {(N) show} % {deintp colorm 2 mul add cvishow} ifelse 72 90 translate 0.010 MM dup scale 25 setlinewidth 0 0 0 0 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath fill 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath clip 0 0 0 1 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath stroke %calculation of XW,YW,ZW for illuminant D65, D50, ... 0 1 79 {/i exch def %i=0,79 SDAK i xchartl 0 eq {SD65 i get} if xchartl 1 eq {SD50 i get} if xchartl 2 eq {SP40 i get} if xchartl 3 eq {SA00 i get} if xchartl 4 eq {SE00 i get} if xchartl 5 eq {SC00 i get} if xchartl 6 eq {SP00 i get} if xchartl 7 eq {SQ00 i get} if put } for %i=0,79 /YKSUM 0 def 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM SDAK i get F2 80 i add get mul add def } for %i=0,1,79 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add SDAK i get F2 00 i add get mul YKSUM div 100 mul put F2N 80 i add SDAK i get F2 80 i add get mul YKSUM div 100 mul put F2N 160 i add SDAK i get F2 160 i add get mul YKSUM div 100 mul put } for %i=0,1,79 %XW,YW,ZW for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 /SUMW XW YW add ZW add def %for D65, D50, P40, A00, E00 /XANW XW SUMW div def /YANW YW SUMW div def /ZANW ZW SUMW div def /AANW XW YW 0.0001 add div def /BANW ZW YW 0.0001 add div 0.4 mul neg def %************************************************ %XYZRi for 9 reflections 0 1 08 {/k exch def %k=0,8 %09 Reflections /kx k 80 mul def 0 1 79 {/i exch def %i=0,79 RAk i RX0 kx i add get 1000 div put } for %i=0,79 /XR 0 def /YR 0 def /ZR 0 def 0 1 079 {/i exch def %i=0,79 /XR XR F2N 00 i add get RAk i get mul add def /YR YR F2N 80 i add get RAk i get mul add def /ZR ZR F2N 160 i add get RAk i get mul add def } for %i=0,79 Xk k XR put Yk k YR put Zk k ZR put /SUMR XR YR add ZR add def XANk k XR SUMR 0.0001 add div put YANk k YR SUMR 0.0001 add div put ZANk k ZR SUMR 0.0001 add div put } for %k=0,8 %******************************************* 0 1 62 {/i exch def %i=0,62 FAD i FXD i get put FBD i FYD i get put FCD i FZD i get put } for %i=0,62 % FXU(1)=FF(2)*U(3)-FF(3)*U(2) % FXU(2)=FF(3)*U(1)-FF(1)*U(3) % FXU(3)=FF(1)*U(2)-FF(2)*U(1) % SUBROUTINE DOWEL (F,FXU,IMAX,IO) % DIMENSION F(99,3),FXU(3) % I=1 % T2=F(1,1)*FXU(1)+F(1,2)*FXU(2)+F(1,3)*FXU(3) % IF(T2) 1,1,4 % 1 T1=T2 % I=I+1 % T2=F(I,1)*FXU(1)+F(I,2)*FXU(2)+F(I,3)*FXU(3) % IF(T2) 1,1,2 % 2 IF(T1) 3,3,1 % 3 IO=I-1 % RETURN % 4 T1=F(IMAX,1)*FXU(1)+F(IMAX,2)*FXU(2)+F(IMAX,3)*FXU(3) % IF(T1) 5,5,1 % 5 IO=IMAX % RETURN % END %********************************************************* /proc_ABC_KNP_FWERTiX {%BEG proc_ABC_KNP_FWERT %input FAD,FBD,FCD, KNP %output FWERTiX/Y/Z (i=1,4) kNP 1 ge {/FWERT1X FAD kNP 1 sub get def /FWERT1Y FBD kNP 1 sub get def /FWERT1Z FCD kNP 1 sub get def} {/FWERT1X FAD 0 get def %again 400nm for i=0 /FWERT1Y FBD 0 get def /FWERT1Z FCD 0 get def} ifelse /FWERT2X FAD kNP get def /FWERT2Y FBD kNP get def /FWERT2Z FCD kNP get def /FWERT3X FAD kNP 1 add get def /FWERT3Y FBD kNP 1 add get def /FWERT3Z FCD kNP 1 add get def /FWERT4X FAD kNP 2 add get def /FWERT4Y FBD kNP 2 add get def /FWERT4Z FCD kNP 2 add get def } bind def %END proc_ABC_KNP_FWERTiX %********************************************************* /proc_XIE_TN1 {%BEG proc_XIE_TN1 %input XIE, FWERTiX/Y/Z (i=1,4) %output TN1 /A1N XIE 1 XIE sub mul XIE 2 sub mul 6 div def /A2N XIE 1 add XIE 1 sub mul XIE 2 sub mul 0.5 mul def /A3N XIE 1 add XIE mul 2 XIE sub mul 0.5 mul def /A4N XIE 1 add XIE mul XIE 1 sub mul 6 div def /FNX A1N FWERT1X mul A2N FWERT2X mul add A3N FWERT3X mul add A4N FWERT4X mul add def /FNY A1N FWERT1Y mul A2N FWERT2Y mul add A3N FWERT3Y mul add A4N FWERT4Y mul add def /FNZ A1N FWERT1Z mul A2N FWERT2Z mul add A3N FWERT3Z mul add A4N FWERT4Z mul add def /TNX FNX FXU1 mul FNY FXU2 mul add FNZ FXU3 mul add def } bind def %END proc_XIE_TN1 %********************************************************* /WEL1 60 array def %irregular definition /WEL2 60 array def %irregular definition %0 1 2 3 4 5 6 7 8 9 /WEL1 [405 435 450 460 465 470 475 480 485 490 495 500 510 520 530 540 545 550 555 560 ] def 0 1 19 {/k exch def %k=0,19 %wavelength 405..700nm /j WEL1 k get 400 sub 5 idiv def /LP k def /LPP 20.5 k add def /FF1 FXD j get def %start at 405..700nm /FF2 FYD j get def /FF3 FZD j get def /U1 XW def /U2 YW def /U3 ZW def /FXU1 FF2 U3 mul FF3 U2 mul sub def /FXU2 FF3 U1 mul FF1 U3 mul sub def /FXU3 FF1 U2 mul FF2 U1 mul sub def /INP -1 def /IPN -1 def %assumption jump from TN to TP from negativ to positiv 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add def TN 0 le TP 0 gt and {/INP i def exit} if } for %i=1,60 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add neg def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add neg def TN 0 le TP 0 gt and {/IPN i def exit} if } for %i=1,60 %********************************************************* /kNP INP def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE1 DOW INP get DOW INP 1 add get DOW INP get sub XIE mul add def /XIENP XIE def } if %kNP>=0 %********************************************************* /kNP IPN def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def /FXU1 FXU1 neg def /FXU2 FXU2 neg def /FXU3 FXU3 neg def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE2 DOW IPN get DOW IPN 1 add get DOW IPN get sub XIE mul add def /XIEPN XIE def } if %kNP>=0 %********************************************************* 0 1 79 {/i exch def %i=0,79 RA i 0 put } for %i=0,79 INP -1 eq {/i1 0 def} %380nm {/i1 INP 5 add def} ifelse %405..700nm IPN -1 eq {/i2 79 def} %770nm {/i2 IPN 5 add def} ifelse %405..700nm i2 i1 ge {%i1i2 i1 1 79 {/i exch def %i=i1,79 RA i 1 put } for %i=i1,79 0 1 i2 {/i exch def %i=0,i2 RA i 1 put } for %i=0,i2 } ifelse %i1>i2 %correction i2 i1 ge {%i1i2 RA i1 0.5 put RA i2 0.5 XIEPN 0.5 sub add put } ifelse %i1>i2 %*************************************************** /X 0 def /Y 0 def /Z 0 def 0 1 079 {/i exch def %i=0,79 /X X F2N 00 i add get RA i get mul add def /Y Y F2N 80 i add get RA i get mul add def /Z Z F2N 160 i add get RA i get mul add def } for %i=0,79 /SUM X Y add Z add def /XAN X SUM 0.0001 add div def /YAN Y SUM 0.0001 add div def /ZAN Z SUM 0.0001 add div def %************************************************* 0 0 0 1 setcmyk_olvcolor 0 1 1 {/Icom exch def %Icom=0,1 Icom 0 eq {%Icom=0,1 Xi k X put Yi k Y put Zi k Z put XANi k XAN put YANi k YAN put ZANi k ZAN put }%Icom=0 {%Icom=1 /kP 20 k add def Xi kP XW X sub put Yi kP YW Y sub put Zi kP ZW Z sub put /SUMi Xi kP get Yi kP get add Zi kP get add def XANi kP Xi kP get SUMi 0.0001 add div put YANi kP Yi kP get SUMi 0.0001 add div put ZANi kP Zi kP get SUMi 0.0001 add div put } ifelse %Icom=1 } for %Icom=0,1 K 1 eq {%K=1 Xi k Xi k get 0.8859 mul put Yi k Yi k get 0.8859 mul put Zi k Zi k get 0.8859 mul put Xi kP Xi kP get 0.8859 mul put Yi kP Yi kP get 0.8859 mul put Zi kP Zi kP get 0.8859 mul put } if %K=1 } for %k=0,19 %********************************************************************** %XW,YW,ZW and XK,YK,ZK for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 K 0 eq {%K=0 /XK XW def /YK YW def /ZK ZW def }%K=0 {%K=1 /XK XW 0.8859 mul def /YK YW 0.8859 mul def /ZK ZW 0.8859 mul def } ifelse %K=1 /SUMK XK YK add ZK add def %for D65, D50, P40, A00, E00 /XANK XK SUMK div def /YANK YK SUMK div def /ZANK ZK SUMK div def /LP LP 1 add def /xtexti 96 array def /ytexti 96 array def /xtexti [ %T00 T10 T20 T30 T40 T41 T50 T51 T60 T61 T70 T71 %0 1 2 3 4 5 6 7 8 9 10 11 1800 1800 1800 2800 2800 4000 2800 4000 2800 4000 2800 4000 %0 0600 0600 0600 0600 0600 1800 0600 1800 0600 1800 0600 1800 %1 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %2 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %3 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %4 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %5 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %6 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %7 ] def /ytexti [ 3800 3580 3360 3140 2920 2920 2700 2700 2480 2480 2260 2260 %0 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %1 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %2 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %3 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %4 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %5 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %6 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %7 ] def 0 0 0 1 setcmyk_olvcolor /xchart12 xchart4 12 mul def TBS xchart4 1 ge { %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get 220 add moveto xchart4 1 eq {(LABCab 77) show} if xchart4 2 eq {(CIELAB 76) show} if xchart4 3 eq {(LABJNDS 87) show} if xchart4 4 eq {(LABCab 85) show} if xchart4 5 eq {(CIELAB 76) show} if xchart4 6 eq {(CIELAB D65) show} if xchart4 7 eq {(LABHNU1 79) show} if } if %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get moveto TBS (Name und Spektralbereich) showde %0VG291-1 00581 (Name and spectral range) showen %1VG291-1 00581 (Nombre y gama espectral) showes %2VG291-1 00581 (Nom et la gamma spectrale) showfr %3VG291-1 00581 (Nome e la gamma spettrale) showit %4VG291-1 00581 (Name and spectral range) showjp %5VG291-1 00581 xtexti xchart12 4 add get ytexti xchart12 4 add get moveto TBIS FARBE 0 get show TBL 0 -40 rmoveto FARBE 1 get show 0 40 rmoveto TBIS FARBE 2 get show xtexti xchart12 5 add get ytexti xchart12 5 add get moveto TBIS FARBE 3 get show TBL 0 -40 rmoveto FARBE 4 get show 0 40 rmoveto TBIS FARBE 5 get show xtexti xchart12 6 add get ytexti xchart12 6 add get moveto TBIS FARBE 6 get show TBL 0 -40 rmoveto FARBE 7 get show 0 40 rmoveto TBIS FARBE 8 get show xtexti xchart12 7 add get ytexti xchart12 7 add get moveto TBIS FARBE 9 get show TBL 0 -40 rmoveto FARBE 10 get show 0 40 rmoveto TBIS FARBE 11 get show xtexti xchart12 8 add get ytexti xchart12 8 add get moveto TBIS FARBE 12 get show TBL 0 -40 rmoveto FARBE 13 get show 0 40 rmoveto TBIS FARBE 14 get show xtexti xchart12 9 add get ytexti xchart12 9 add get moveto TBIS FARBE 15 get show TBL 0 -40 rmoveto FARBE 16 get show 0 40 rmoveto TBIS FARBE 17 get show xtexti xchart12 10 add get ytexti xchart12 10 add get moveto TBIS FARBE 18 get show TBL 0 -40 rmoveto FARBE 19 get show 0 40 rmoveto TBIS FARBE 20 get show xtexti xchart12 11 add get ytexti xchart12 11 add get moveto TBIS FARBE 21 get show TBL 0 -40 rmoveto FARBE 22 get show 0 40 rmoveto TBIS FARBE 23 get show TBS 0 0 0 1 setcmyk_olvcolor xtexti xchart12 0 add get ytexti xchart12 0 add get moveto TBS (10 Optimalfarben (o)) showde %0VG291-1 02581 (10 optimal colours (o)) showen %1VG291-1 02581 (10 colores \363ptimos (o)) showes %2VG291-1 02581 (10 couleurs optimales (o)) showfr %3VG291-1 02581 (10 colori ottimi (o)) showit %4VG291-1 02581 (10 optimal colours (o)) showjp %5VG291-1 02581 TBIS (, Y) show TBL 0 -60 rmoveto (W) show 0 60 rmoveto TBS K 0 eq {(=100) show}{(=88,6) show} ifelse xtexti xchart12 1 add get ytexti xchart12 1 add get moveto (8 von maximalem (m)) showde %0VG291-1 03581 (8 of maximum (m)) showen %1VG291-1 03581 (8 de m\341ximo (m)) showes %2VG291-1 03581 (8 de la maximum (m)) showfr %3VG291-1 03581 (8 di massimo (m)) showit %4VG291-1 03581 (8 of maximum (m)) showjp %5VG291-1 03581 TBIS ( C) show TBL 0 -60 rmoveto (AB) show 0 60 rmoveto TBS ( f\374r ) showde %0VG291-1 03581 ( for ) showen %1VG291-1 03581 ( bajo ) showes %2VG291-1 03581 ( pour ) showfr %3VG291-1 03581 ( per ) showit %4VG291-1 03581 ( for ) showjp %5VG291-1 03581 TELi xchartl get show xtexti xchart12 2 add get ytexti xchart12 2 add get moveto xchart4 0 eq {%xchart4=0 (in der Normfarbtafel) showde %0VG291-1 04581 (in the chromaticity diagram) showen %1VG291-1 04581 (en el diagrama de chromaticidad) showes %2VG291-1 04581 (dans le diagramme de chromaticit\351) showfr %3VG291-1 04581 (nel diagramma di cromaticit\340) showit %4VG291-1 04581 (in the chromaticity diagram) showjp %5VG291-1 04581 TBIS ( (x, y)) show } if %xchart4=0 xchart4 1 eq {%xchart4=1 (in der Farbtafel) showde %0VG291-1 05581 (in the chromaticity diagram) showen %1VG291-1 05581 (en el diagrama de chromaticidad) showes %2VG291-1 05581 (dans le diagramme de chromaticit\351) showfr %3VG291-1 05581 (nel diagramma di cromaticit\340) showit %4VG291-1 05581 (in the chromaticity diagram) showjp %5VG291-1 05581 TBIS ( (a, b)) show } if %xchart4=1 xchart4 2 eq {%xchart4=2 (in der Farbarbtafel) showde %0VG291-1 06581 (in the chromaticity diagram) showen %1VG291-1 06581 (en el diagrama de chromaticidad) showes %2VG291-1 06581 (dans le diagramme de chromaticit\351) showfr %3VG291-1 06581 (nel diagramma di cromaticit\340) showit %4VG291-1 06581 (in the chromaticity diagram) showjp %5VG291-1 06581 TBIS ( (a', b')) show } if %xchart4=2 xchart4 3 eq {%xchart4=3 (in der Farbarbtafel) showde %0VG291-1 07581 (in the chromaticity diagram) showen %1VG291-1 07581 (en el diagrama de chromaticidad) showes %2VG291-1 07581 (dans le diagramme de chromaticit\351) showfr %3VG291-1 07581 (nel diagramma di cromaticit\340) showit %4VG291-1 07581 (in the chromaticity diagram) showjp %5VG291-1 07581 TBIS ( (a", b")) show } if %xchart4=3 xchart4 4 eq {%xchart4=4 (in Buntwertdiagramm) showde %0VG291-1 08581 (in chromatic value diagram) showen %1VG291-1 08581 (en el diagrama valor crom\341tico) showes %2VG291-1 08581 (dans la valeur chromatique le diagramme) showfr %3VG291-1 08581 (nel diagramma di valore cromatico) showit %4VG291-1 08581 (in chromatic value diagram) showjp %5VG291-1 08581 TBIS ( (A, B)) show } if %xchart4=4 xchart4 5 eq {%xchart4=5 (in Buntheitsdiagram) showde %0VG291-1 09581 (in CIELAB diagram) showen %1VG291-1 09581 (en el diagrama CIELAB) showes %2VG291-1 09581 (dans le diagramme de CIELAB) showfr %3VG291-1 09581 (nel diagramma di CIELAB) showit %4VG291-1 09581 (in CIELAB diagram) showjp %5VG291-1 09581 TBIS ( (a*, b*)) show } if %xchart4=5 xchart4 6 eq {%xchart4=6 (in Buntheitsdiagram) showde %0VG291-1 10581 (in chroma diagram) showen %1VG291-1 10581 (en el diagrama croma) showes %2VG291-1 10581 (dans le diagramme de chroma) showfr %3VG291-1 10581 (nel diagramma di chroma) showit %4VG291-1 10581 (in chroma diagram) showjp %5VG291-1 10581 TBIS ( \050a*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (, ) show TBIS (b*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (\051) show } if %xchart4=6 xchart4 7 eq {%xchart4=7 (in Buntheitsdiagram) showde %0VG291-1 11581 (in chroma diagram) showen %1VG291-1 11581 (en el diagrama croma) showes %2VG291-1 11581 (dans le diagramme de chroma) showfr %3VG291-1 11581 (nel diagramma di chroma) showit %4VG291-1 11581 (in chroma diagram) showjp %5VG291-1 11581 TBIS ( (A*, B*)) show } if %xchart4=7 xchart4 0 eq {%xchart4=0 600 400 translate 0 0 moveto 4000 0 rlineto stroke 0 0 moveto 0 3200 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 -50 moveto 0 100 rlineto stroke 800 -50 moveto 0 100 rlineto stroke 1600 -50 moveto 0 100 rlineto stroke 2400 -50 moveto 0 100 rlineto stroke 3200 -50 moveto 0 100 rlineto stroke 4000 -50 moveto 0 100 rlineto stroke -100 -300 moveto (0,0) show 700 -300 moveto (0,2) show 1500 -300 moveto (0,4) show 2300 -300 moveto (0,6) show 3100 -300 moveto (0,8) show 3900 -300 moveto (1,0) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 800 moveto 100 0 rlineto stroke -50 1600 moveto 100 0 rlineto stroke -50 2400 moveto 100 0 rlineto stroke -50 3200 moveto 100 0 rlineto stroke -450 -80 moveto (0,0) show -450 720 moveto (0,2) show -450 1520 moveto (0,4) show -450 2320 moveto (0,6) show -450 3120 moveto (0,8) show TIM -300 2800 moveto (y) show TIM 4200 150 moveto (x) show 4000 1600 moveto TBS (Parame\255) show 4000 1400 moveto TBS (ter:) show TBIS ( N) show TL TBIS 2600 150 moveto (CIE 1931) show -600 -400 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA= 4000 BEO=02 xy-Farbtafel IXY0: 600 400 600 400 translate 693 19 moveto 693 19 692 19 690 19 curveto 688 19 685 20 681 23 curveto 675 27 667 34 657 43 curveto 644 55 626 70 603 90 curveto 575 118 542 159 496 231 curveto 438 347 365 530 274 802 curveto 181 1179 93 1650 32 2153 curveto 15 2619 55 3000 155 3248 curveto 297 3335 456 3304 618 3223 curveto 771 3126 918 3017 1063 2897 curveto 1206 2769 1349 2635 1492 2497 curveto 1634 2358 1776 2218 1915 2080 curveto 2049 1946 2179 1817 2300 1696 curveto 2411 1585 2508 1489 2592 1405 curveto 2663 1336 2720 1278 2765 1233 curveto 2802 1197 2831 1168 2856 1143 curveto 2876 1123 2892 1107 2903 1096 curveto 2913 1086 2919 1080 2924 1075 curveto 2927 1072 2930 1069 2933 1066 curveto 2936 1063 2937 1062 2938 1061 curveto 2938 1061 2939 1060 2744 971 curveto 2261 748 2040 643 1908 582 curveto 1819 541 1758 512 1708 490 curveto 1660 468 1612 445 1558 420 curveto 1495 391 1419 356 1320 309 curveto 1184 247 986 155 693 19 curveto stroke 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc fill % 400 681 23 30 0 360 arc fill % 425 626 70 30 0 360 arc fill % 450 438 347 30 0 360 arc fill % 475 32 2153 30 0 360 arc fill % 500 456 3304 30 0 360 arc fill % 525 1206 2769 30 0 360 arc fill % 550 1915 2080 30 0 360 arc fill % 575 2508 1489 30 0 360 arc fill % 600 2802 1197 30 0 360 arc fill % 625 2903 1096 30 0 360 arc fill % 650 2930 1069 30 0 360 arc fill % 675 2938 1061 30 0 360 arc fill % 700 2261 748 30 0 360 arc fill %500c 1708 490 30 0 360 arc fill %525c 1419 356 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc stroke % 400 681 23 30 0 360 arc stroke % 425 626 70 30 0 360 arc stroke % 450 438 347 30 0 360 arc stroke % 475 32 2153 30 0 360 arc stroke % 500 456 3304 30 0 360 arc stroke % 525 1206 2769 30 0 360 arc stroke % 550 1915 2080 30 0 360 arc stroke % 575 2508 1489 30 0 360 arc stroke % 600 2802 1197 30 0 360 arc stroke % 625 2903 1096 30 0 360 arc stroke % 650 2930 1069 30 0 360 arc stroke % 675 2938 1061 30 0 360 arc stroke % 700 2261 748 30 0 360 arc stroke %500c 1708 490 30 0 360 arc stroke %525c 1419 356 30 0 360 arc stroke %550c % 1250 1316 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS 693 375 sub 19 250 sub moveto (400) show % 681 500 sub 23 100 sub moveto (425) show % 626 500 sub 70 100 sub moveto (450) show 438 350 sub 347 200 sub moveto (475) show 32 450 sub 2153 100 sub moveto (500) show 456 100 add 3304 000 add moveto (525) show 1206 100 add 2769 000 add moveto (550) show 1915 080 sub 2080 100 add moveto (575) show 2508 100 add 1489 000 add moveto (600) show 2802 100 add 1197 100 add moveto (625) show % 2903 200 sub 1096 100 add moveto (650) show % 2930 200 sub 1069 100 add moveto (675) show 2938 100 add 1061 100 sub moveto (700) show 2261 100 add 748 200 sub moveto (500c,E) show 1708 100 add 490 200 sub moveto (525c,E) show 1419 000 add 356 250 sub moveto (550c,E) show % 1250 100 add 1316 100 sub moveto (D65 ) show -600 -400 translate %ENDE: 1 } if %xchart4=0 xchart4 1 eq {%xchart4=1 500 3200 translate 0 400 moveto 4000 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -150 500 moveto (-0,8) show 650 500 moveto (0,0) show 1450 500 moveto (0,8) show 2250 500 moveto (1,6) show 3050 500 moveto (2,4) show 3850 500 moveto (3,2) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,8) show -450 -1700 moveto (-1,6) show %-450 -2500 moveto (-2,4) show -175 -3050 moveto 90 rotate TBIK (b) show TBK (=-0,40) show TBIK (z/y) show -90 rotate 3650 100 moveto TBIK (a=x/y) show 4150 -200 moveto TBS (Parame\255) show 4150 -400 moveto TBS (ter:) show TBIS ( N) show TL -500 -3200 translate %1000 02 01 16 01-.03**************************************** %ANF PROZSPEP.FOR: MULYA= 1000 BEO=02 ab-Farbtafel IXY0: 1500 3200 1300 3200 translate % 36136 -68535 moveto % 36136 -68535 36234 -68875 35958 -68561 curveto % 35610 -68128 33600 -64560 29424 -56936 curveto % 24474 -47779 19507 -38551 15143 -30384 curveto % 11681 -23927 8847 -18653 6639 -14534 curveto % 4846 -11128 3397 -8271 2147 -5661 curveto 1261 -3701 moveto 1261 -3701 688 -2339 342 -1455 curveto 153 -894 56 -546 15 -336 curveto 5 -208 18 -125 47 -73 curveto 89 -44 138 -28 191 -19 curveto 246 -13 304 -8 366 -5 curveto 435 -3 512 -2 597 -1 curveto 693 -1 800 0 920 0 curveto 1053 0 1198 0 1355 0 curveto 1520 0 1683 0 1844 0 curveto 1993 0 2126 0 2242 0 curveto 2340 0 2424 0 2497 0 curveto 2559 0 2610 0 2649 0 curveto 2680 0 2703 0 2718 0 curveto 2731 0 2741 0 2751 0 curveto 2760 0 2764 0 2767 0 curveto 2769 0 2770 0 2824 -116 curveto 3023 -529 3168 -817 3275 -1036 curveto 3357 -1209 3430 -1349 3482 -1469 curveto 3545 -1597 3622 -1746 3704 -1922 curveto 3817 -2156 3983 -2496 4262 -3058 curveto % 4786 -4149 6341 -7346 35775 -67850 curveto stroke 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc fill % 400 % 29424 -56936 30 0 360 arc fill % 425 % 8847 -18653 30 0 360 arc fill % 450 1261 -3701 30 0 360 arc fill % 475 15 -336 30 0 360 arc fill % 500 138 -28 30 0 360 arc fill % 525 435 -3 30 0 360 arc fill % 550 920 0 30 0 360 arc fill % 575 1683 0 30 0 360 arc fill % 600 2340 0 30 0 360 arc fill % 625 2649 0 30 0 360 arc fill % 650 2741 0 30 0 360 arc fill % 675 2769 0 30 0 360 arc fill % 700 3023 -529 30 0 360 arc fill %500c 3482 -1469 30 0 360 arc fill %525c 3983 -2496 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc stroke % 400 % 29424 -56936 30 0 360 arc stroke % 425 % 8847 -18653 30 0 360 arc stroke % 450 1261 -3701 30 0 360 arc stroke % 475 15 -336 30 0 360 arc stroke % 500 138 -28 30 0 360 arc stroke % 525 435 -3 30 0 360 arc stroke % 550 920 0 30 0 360 arc stroke % 575 1683 0 30 0 360 arc stroke % 600 2340 0 30 0 360 arc stroke % 625 2649 0 30 0 360 arc stroke % 650 2741 0 30 0 360 arc stroke % 675 2769 0 30 0 360 arc stroke % 700 3023 -529 30 0 360 arc stroke %500c 3482 -1469 30 0 360 arc stroke %525c 3983 -2496 30 0 360 arc stroke %550c % 950 -435 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 36136 500 sub -68535 100 sub moveto (400) show % 29424 500 sub -56936 100 sub moveto (425) show % 8847 500 sub -18653 100 sub moveto (450) show % 1261 500 sub -3701 100 sub moveto (475) show 15 400 sub -336 100 sub moveto (500) show % 138 200 sub -28 100 add moveto (525) show 435 200 sub -3 100 add moveto (550) show % 920 200 sub 0 100 add moveto (575) show 1683 200 sub 0 100 add moveto (600) show 2340 200 sub 0 100 add moveto (625) show % 2649 200 sub 0 100 add moveto (650) show % 2741 200 sub 0 100 add moveto (675) show 2769 100 add 0 150 sub moveto (700) show 3023 100 add -529 100 sub moveto (500c,E) show 3482 800 sub -1469 050 sub moveto (525c,E) show % 3983 500 sub -2496 100 sub moveto (550c,E) show % 950 100 add -435 100 sub moveto (D65 ) show -1300 -3200 translate %ENDE: 2 } if %xchart4=1 xchart4 2 eq {%xchart4=2 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 000 350 moveto 0 100 rlineto stroke 0800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -200 500 moveto (0,00) show 600 500 moveto (0,06) show 1400 500 moveto (0,12) show 2200 500 moveto (0,18) show 3000 500 moveto (0,24) show 3800 500 moveto (0,30) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -575 -100 moveto ( 0,00) show -575 -900 moveto (-0,06) show -575 -1700 moveto (-0,12) show -575 -2500 moveto (-0,18) show TIM -380 -1300 moveto (b') show 4300 250 moveto (a') show 4050 -0600 moveto TBS (Parame\255) show 4050 -0800 moveto TBS (ter:) show TBIS ( N) show TL -600 -3200 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA=13333 BEO=02 CIELAB 1976 IXY0: 400 3200 400 3200 translate 9657 -6202 moveto 9657 -6202 9666 -6212 9642 -6203 curveto 9610 -6190 9426 -6080 9018 -5830 curveto 8481 -5499 7863 -5120 7227 -4729 curveto 6628 -4367 6041 -4019 5490 -3698 curveto 4943 -3383 4391 -3065 3769 -2701 curveto 3156 -2344 2578 -2012 2043 -1717 curveto 1565 -1460 1123 -1239 723 -1054 curveto 527 -898 772 -759 1060 -634 curveto 1304 -535 1510 -464 1685 -408 curveto 1832 -356 1965 -309 2091 -267 curveto 2214 -230 2337 -200 2460 -176 curveto 2585 -157 2712 -145 2841 -139 curveto 2972 -138 3103 -133 3233 -126 curveto 3359 -126 3475 -120 3582 -113 curveto 3676 -98 3756 -91 3823 -88 curveto 3878 -75 3924 -64 3963 -57 curveto 3995 -54 4022 -46 4042 0 curveto 4057 0 4069 0 4077 0 curveto 4083 0 4088 0 4093 0 curveto 4097 0 4100 0 4101 0 curveto 4102 0 4103 0 4129 -740 curveto 4224 -1226 4290 -1417 4338 -1533 curveto 4374 -1614 4405 -1674 4427 -1723 curveto 4454 -1771 4486 -1825 4520 -1884 curveto 4565 -1958 4630 -2056 4736 -2200 curveto 4923 -2435 5407 -2946 9625 -6181 curveto stroke 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc fill % 400 9018 -5830 30 0 360 arc fill % 425 6041 -4019 30 0 360 arc fill % 450 3156 -2344 30 0 360 arc fill % 475 723 -1054 30 0 360 arc fill % 500 1510 -464 30 0 360 arc fill % 525 2214 -230 30 0 360 arc fill % 550 2841 -139 30 0 360 arc fill % 575 3475 -120 30 0 360 arc fill % 600 3878 -75 30 0 360 arc fill % 625 4042 0 30 0 360 arc fill % 650 4088 0 30 0 360 arc fill % 675 4102 0 30 0 360 arc fill % 700 4224 -1226 30 0 360 arc fill %500c 4427 -1723 30 0 360 arc fill %525c 4630 -2056 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc stroke % 400 9018 -5830 30 0 360 arc stroke % 425 6041 -4019 30 0 360 arc stroke % 450 3156 -2344 30 0 360 arc stroke % 475 723 -1054 30 0 360 arc stroke % 500 1510 -464 30 0 360 arc stroke % 525 2214 -230 30 0 360 arc stroke % 550 2841 -139 30 0 360 arc stroke % 575 3475 -120 30 0 360 arc stroke % 600 3878 -75 30 0 360 arc stroke % 625 4042 0 30 0 360 arc stroke % 650 4088 0 30 0 360 arc stroke % 675 4102 0 30 0 360 arc stroke % 700 4224 -1226 30 0 360 arc stroke %500c 4427 -1723 30 0 360 arc stroke %525c 4630 -2056 30 0 360 arc stroke %550c % 2872 -1148 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 9657 500 sub -6202 100 sub moveto (400) show % 9018 500 sub -5830 100 sub moveto (425) show % 6041 500 sub -4019 100 sub moveto (450) show 3156 400 sub -2344 100 sub moveto (475) show 723 400 sub -1054 050 sub moveto (500) show 1510 200 sub -464 150 add moveto (525) show 2214 200 sub -230 100 add moveto (550) show 2841 200 sub -139 100 add moveto (575) show 3475 200 sub -120 100 add moveto (600) show % 3878 200 sub -75 100 add moveto (625) show % 4042 200 sub 0 100 add moveto (650) show % 4088 200 sub 0 100 add moveto (675) show 4102 050 add 0 100 sub moveto (700) show 4224 050 add -1226 000 sub moveto (500c,E) show 4427 010 sub -1723 100 add moveto (525c,E) show % 4630 100 add -2056 100 sub moveto (550c,E) show % 2872 050 add -1148 000 sub moveto (D65 ) show -400 -3200 translate %ENDE: 3 } if %xchart4=2 xchart4 3 eq {%xchart4=3 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3500 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -250 500 moveto (-0,6) show 650 500 moveto (0,0) show 1450 500 moveto (0,6) show 2250 500 moveto (1,2) show 3050 500 moveto (1,8) show 3850 500 moveto (2,4) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,6) show -450 -1700 moveto (-1,2) show -450 -2500 moveto (-1,8) show TBIK -450 -2900 moveto (b") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4050 200 moveto (a") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4020 -0350 moveto TBS (Parame\255) show 4020 -0550 moveto TBS (ter:) show TBIS ( N) show TL -600 -3200 translate %1000 02 **************************************** %ANF PROZSPEP.FOR: MULYA= 1333 BEO=02 a"b" LABJND 1985 IXY0: 700 3200 700 800 add 3200 translate 3789 -3170 moveto 3789 -3170 3789 -3170 3788 -3170 curveto 3787 -3170 3779 -3166 3757 -3155 curveto 3724 -3138 3673 -3113 3603 -3079 curveto 3514 -3037 3394 -2982 3239 -2915 curveto 3028 -2826 2734 -2704 2265 -2508 curveto 1626 -2234 957 -1880 645 -1481 curveto 507 -1078 443 -720 417 -455 curveto 411 -308 419 -223 437 -171 curveto 464 -144 496 -130 533 -121 curveto 573 -115 616 -111 664 -108 curveto 721 -107 787 -105 867 -105 curveto 963 -104 1081 -104 1227 -104 curveto 1397 -104 1561 -104 1716 -104 curveto 1858 -104 1981 -104 2090 -104 curveto 2180 -104 2254 -104 2313 -104 curveto 2360 -103 2397 -103 2429 -103 curveto 2455 -103 2476 -103 2491 -103 curveto 2503 -103 2512 -103 2517 -103 curveto 2522 -103 2526 -103 2530 -103 curveto 2533 -103 2535 -103 2536 -103 curveto 2536 -103 2537 -103 2556 -214 curveto 2623 -700 2668 -1007 2700 -1196 curveto 2723 -1324 2742 -1416 2756 -1488 curveto 2772 -1560 2791 -1636 2811 -1717 curveto 2837 -1813 2873 -1933 2929 -2093 curveto 3019 -2313 3211 -2648 3788 -3169 curveto stroke 1 setgray 3789 -3170 30 0 360 arc fill % 400 3757 -3155 30 0 360 arc fill % 425 3394 -2982 30 0 360 arc fill % 450 1626 -2234 30 0 360 arc fill % 475 417 -455 30 0 360 arc fill % 500 496 -130 30 0 360 arc fill % 525 721 -107 30 0 360 arc fill % 550 1227 -104 30 0 360 arc fill % 575 1981 -104 30 0 360 arc fill % 600 2360 -103 30 0 360 arc fill % 625 2491 -103 30 0 360 arc fill % 650 2526 -103 30 0 360 arc fill % 675 2536 -103 30 0 360 arc fill % 700 2623 -700 30 0 360 arc fill %500c 2756 -1488 30 0 360 arc fill %525c 2873 -1933 30 0 360 arc fill %550c 0 setgray 3789 -3170 30 0 360 arc stroke % 400 3757 -3155 30 0 360 arc stroke % 425 3394 -2982 30 0 360 arc stroke % 450 1626 -2234 30 0 360 arc stroke % 475 417 -455 30 0 360 arc stroke % 500 496 -130 30 0 360 arc stroke % 525 721 -107 30 0 360 arc stroke % 550 1227 -104 30 0 360 arc stroke % 575 1981 -104 30 0 360 arc stroke % 600 2360 -103 30 0 360 arc stroke % 625 2491 -103 30 0 360 arc stroke % 650 2526 -103 30 0 360 arc stroke % 675 2536 -103 30 0 360 arc stroke % 700 2623 -700 30 0 360 arc stroke %500c 2756 -1488 30 0 360 arc stroke %525c 2873 -1933 30 0 360 arc stroke %550c 1266 -580 30 0 360 arc fill %D65 0 setgray TBIS 3789 200 sub -3170 200 add moveto (400) show % 3757 600 sub -3155 100 sub moveto (425) show % 3394 600 sub -2982 100 sub moveto (450) show 1626 050 sub -2234 150 add moveto (475) show 417 430 sub -455 100 sub moveto (500) show 496 400 sub -130 50 add moveto (525) show 721 300 sub -107 100 add moveto (550) show 1227 200 sub -104 100 add moveto (575) show 1981 200 sub -104 100 add moveto (600) show % 2360 200 sub -103 100 add moveto (625) show % 2491 200 sub -103 100 add moveto (650) show % 2526 200 sub -103 100 add moveto (675) show 2536 100 add -103 moveto (700) show 2623 100 add -700 100 sub moveto (500c) show 2756 100 add -1488 100 sub moveto (525c) show % 2873 100 add -1933 100 sub moveto (550c) show % 1266 100 add -580 100 sub moveto (D65 ) show 700 800 add neg -3200 translate %ENDE: 3 } if %xchart4=3 xchart4 4 ge xchart4 7 le and {%4>=xchart4<=7 3500 2000 translate %axis and scales 0 0 0 1 setcmyk_olvcolor -2250 0 moveto 3950 0 rlineto stroke 0 -1880 moveto 0 3600 rlineto stroke 1700 100 sub 50 moveto 100 -50 rlineto -100 -50 rlineto closepath fill 0 50 sub 1800 100 sub moveto 50 100 rlineto 50 -100 rlineto closepath fill /xt10x 5 array def /yt10x 5 array def xchart4 4 eq {%xchart4=4 /xt10x [(-40) ( ) ( ) ( ) ( 40)] def /yt10x [(-40) ( ) ( ) ( ) (40)] def } if %xchart4=3 xchart4 5 ge xchart4 7 le and {%5>=xchart4<=7 /xt10x [(-120) ( ) ( ) ( ) ( 120)] def /yt10x [(-120) ( ) ( ) ( ) (120)] def } if %4>=xchart4<=6 0 0 0 1 setcmyk_olvcolor 0 1 4 {/i exch def %i=0,4 x-axis -1600 i 800 mul add -75 moveto 0 150 rlineto stroke -1800 i 800 mul add -250 moveto TBS xt10x i get show i 4 eq {-1600 i 800 mul add 0 moveto xchart4 4 eq { %xchart4=4 000 150 rmoveto TBIM (A) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -50 150 rmoveto TBIM (a*) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -350 150 rmoveto TBIM (a*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -50 150 rmoveto TBIM (A*) show TL } if %xchart4=7 } if } for %i=0,4 0 1 4 {/i exch def %i=0,4 y-axis -75 -1600 i 800 mul add moveto 150 0 rlineto stroke 100 -1600 i 800 mul add 100 sub moveto TBS yt10x i get show i 4 eq {0 -1600 i 800 mul add moveto xchart4 4 eq { %xchart4=4 -250 150 rmoveto TBIM (B) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -400 150 rmoveto TBIM (b*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -750 150 rmoveto TBIM (b*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -300 150 rmoveto TBIM (B*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 -000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=7 } if } for %i=0,4 -3500 -2000 translate } if %4>=xchart4<=7 %*********************************************************** /icolor 9 array def %Rm %Ym %Gm %Cm %Bm %Mm %Go %Mo %W /icolor [20 10 06 00 30 26 06 26 40] def /imshow {0 -50 rmoveto TBL (m) show 0 50 rmoveto TBIS} def /ioshow {0 -50 rmoveto TBL (o) show 0 50 rmoveto TBIS} def %************************************************* xchart4 0 eq {%xchart4=0 %only for (x,y) /fakt 4000 def 600 400 translate %for scala and graphic 0 1 39 {/i exch def %i=0,39 XANi i get fakt mul YANi i get fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XANW fakt mul YANW fakt mul 90 0 360 arc stroke XANW fakt mul 200 sub YANW fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /SUM Xi i get Yi i get add Zi i get add 0.0001 add def /AnY Xi i get SUM div fakt mul def /BnY Yi i get SUM div fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 300 sub BnY 050 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /SUM XK Xi i get sub YK Yi i get sub add ZK Zi i get sub add 0.0001 add def /AnY XK Xi i get sub SUM div fakt mul def /BnY YK Yi i get sub SUM div fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 sub BnY 250 sub moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 150 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 add BnY 100 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 100 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 000 add moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -600 -400 translate %for scala and grafic } if %xchart4=0 xchart4 1 eq {%xchart4=1 %only for (a,b) /fakt 1000 def /a2 XW YW 0.0001 add div def /b2 ZW YW 0.0001 add div -0.4 mul def 1300 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div fakt mul %a Zi i get Yi i get 0.0001 add div fakt mul %b 0.4 mul neg i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div fakt mul ZW YW 0.0001 add div fakt mul 0.4 mul neg 90 0 360 arc stroke XW YW 0.0001 add div fakt mul 200 sub ZW YW 0.0001 add div fakt mul 0.4 mul neg 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div fakt mul def /BnY Zi i get Yi i get 0.0001 add div fakt mul 0.4 mul neg def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 150 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 sub BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 100 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div fakt mul 0.4 mul neg def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 200 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 050 sub moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 050 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -1300 -3200 translate %for grafic } if %xchart4=1 xchart4 2 eq {%xchart4=2 %only for (a',b') /D13 1 3 div def /fakt 13333 def /a2 XW YW 0.0001 add div D13 exp 0.2191 mul def /b2 ZW YW 0.0001 add div D13 exp -0.08376 mul def 200 3200 translate %for graphic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 90 0 360 arc stroke XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul 200 sub ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 350 sub BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 050 add BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 200 sub BnY 100 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 150 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -200 -3200 translate %for graphic } if %xchart4=2 xchart4 3 eq {%xchart4=3 %only for (a",b") %100 3800 moveto TIS ((a",b") (LAB 1977)) show /fakt 1333 def /XD65 95.04 def /YD65 100.00 def /ZD65 108.89 def /aD65 XD65 YD65 0.0001 add div def /bD65 ZD65 YD65 0.0001 add div -0.4 mul def /a2 aD65 def /b2 bD65 def 700 800 add 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 a"n fakt mul b"n fakt mul 90 0 360 arc stroke a"n fakt mul 200 sub b"n fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 300 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 250 sub BnY 200 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 150 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /a XK Xi i get sub YK Yi i get sub 0.0001 add div def /an XK YK 0.0001 add div def /b ZK Zi i get sub YK Yi i get sub 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 300 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 100 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 700 800 add neg -3200 translate %for graphic } if %xchart4=3 xchart4 4 eq {%xchart4=4 %only for (A,B) /fakt 40 def /a2 1.00 def /b2 -0.4 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (A) show TBS ( = \050) show TBIS (a) show TBS ( - ) show TBIS (a) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1300 moveto TBIS (B) show TBS ( = \050) show TBIS (b) show TBS ( - ) show TBIS (b) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1) show -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -0,4) show -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %(a-an)YW XK YK 0.0001 add div sub YW mul fakt mul ZW YW 0.0001 add div %(b-an)YW ZK YK 0.0001 add div sub 0.4 mul neg YW mul fakt mul 90 0 360 arc stroke 0 080 add 0 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 000 add moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 300 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 300 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 sub BnY 300 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub YK Yi i get sub mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg YK Yi i get sub mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 } if %xchart4=4 xchart4 5 eq {%xchart4=5 %only for (a*,b*) /D13 1 3 div def /fakt 40 3 div def /a2 1 XW div D13 exp def /b2 1 ZW div D13 exp -0.4 mul def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b' = b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 200 sub ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=5 xchart4 6 eq {%xchart4=6 %only for (a*,b*) with const. for D65 /D13 1 3 div def /fakt 40 3 div def /a2 0.2191 def /b2 -0.08376 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a') show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b') show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %a'= a2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 400 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=6 xchart4 7 eq {%xchart4=7 %only for (a*,b*)D65 /D13 1 3 div def /D11 1 def /D16 1 6 div def /fakt 40 3 div def /a2 1 15 div def /b2 1 12 div neg def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS ( + 1]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS ( + 1/6 ]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1/15 = ) show a2 cvsshow5 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -1/12 = ) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 000 add moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 050 add BnY 200 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 200 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -3500 -2000 translate %for text and grafic } if %xchart4=7 showpage grestore %} for %xchartl=0,7 } for %xchart4=0,7 %} for %xcolorl=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 152 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 22 %line 439 %!PS-Adobe-3.0 EPSF-3.0 VG291-2N %%BoundingBox: 70 83 228 206 %START PDFDE011.EPS /pdfmark12 where {pop} {userdict /pdfmark12 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@mac.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark12 [ /View [ /FitB ] /DOCVIEW pdfmark12 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Oblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierI-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /Courier-BoldOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierBI-ISOL1 exch definefont pop /TG {350 /Times-ISOL1 FS} bind def /TM {280 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TS {200 /Times-ISOL1 FS} bind def /TL {160 /Times-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TIM {280 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIS {200 /TimesI-ISOL1 FS} bind def /TIL {160 /TimesI-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBM {280 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBS {200 /TimesB-ISOL1 FS} bind def /TBL {160 /TimesB-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /TBIM {280 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIS {200 /TimesBI-ISOL1 FS} bind def /TBIL {160 /TimesBI-ISOL1 FS} bind def /SG {350 /Symbol FS} bind def /SM {280 /Symbol FS} bind def /SK {240 /Symbol FS} bind def /SS {200 /Symbol FS} bind def /SL {160 /Symbol FS} bind def %%EndProlog gsave %lanindL2.EPS START 20000505 /lanind 0 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 0 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 3 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def} if %always independent of intended output gsave %LANINDL2 END /cvishow {cvi 6 string cvs show ( ) show} def /cvsshow1 {10 mul cvi 0.1 mul 9 string cvs show ( ) show} def /cvsshow2 {100 mul cvi 0.01 mul 9 string cvs show ( ) show} def /cvsshow3 {1000 mul cvi 0.001 mul 9 string cvs show ( ) show} def /cvsshow4 {10000 mul cvi 0.0001 mul 9 string cvs show ( ) show} def /cvsshow5 {100000 mul cvi 0.00001 mul 9 string cvs show ( ) show} def /SD65 80 array def %380 bis 775 mit deltalambda=05 /SD50 80 array def %380 bis 775 mit deltalambda=05 /SP40 80 array def %380 bis 775 mit deltalambda=05 /SA00 80 array def %380 bis 775 mit deltalambda=05 /SE00 80 array def %380 bis 775 mit deltalambda=05 /SC00 80 array def %380 bis 775 mit deltalambda=05 /SP00 80 array def %380 bis 775 mit deltalambda=05 /SQ00 80 array def %380 bis 775 mit deltalambda=05 /SDAK 80 array def %380 bis 775 mit deltalambda=05 /RA 80 array def %380 bis 770 nm /F2 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm /F2N 240 array def %normiert auf Y=100 fuer D65 und 10nm /F10 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm %C %C LITERATURQUELLEN LICHTARTEN %C SA,SC,SD65, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.1, SEITE 81 %C SD55,SD75, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.4, SEITE 85 %C LINEAR INTERPOLIERT VON 5 ZU 5NM %C SG,SP,SXE, DIN 5033, BLATT 7 ,SEITE 8-9 %C AUSGABE 1966 /SD65 %80 data 5 nm [50.0 52.3 54.6 68.7 82.8 87.1 91.5 92.5 93.4 90.1 86.7 95.8 104.9 110.9 117.0 117.4 117.8 116.3 114.9 115.4 115.9 112.4 108.8 109.1 109.4 108.6 107.8 106.3 104.8 106.2 107.7 106.0 104.4 104.2 104.0 102.0 100.0 98.2 96.3 96.1 95.8 92.2 88.7 89.3 90.0 89.8 89.6 88.6 87.7 85.5 83.3 83.5 83.7 81.9 80.0 80.1 80.2 81.2 82.3 80.3 78.3 74.0 69.7 70.7 71.6 73.0 74.3 68.0 61.6 65.7 69.9 72.5 75.1 69.3 63.6 55.0 46.4 56.6 66.8 65.1] def /SD50 %80 data 5 nm CIE 15.3, Seite 30; aus JE540-1N.PS [24.5 27.2 29.9 39.6 49.3 52.9 56.5 58.3 60.0 58.9 57.8 66.3 74.8 81.0 87.2 88.9 90.6 91.0 91.4 93.2 95.1 93.5 92.0 93.8 95.7 96.2 96.6 96.8 97.1 99.6 102.1 101.4 100.8 101.5 102.3 101.2 100.0 98.9 97.7 98.3 98.9 96.2 93.5 95.6 97.7 98.5 99.3 99.2 99.0 97.4 95.7 97.3 98.9 97.3 95.7 96.9 98.2 100.6 103.0 101.1 99.1 93.3 87.4 89.5 91.6 92.2 92.9 84.9 76.9 81.7 86.5 89.5 92.6 85.4 78.2 68.0 57.7 70.3 82.9 0.0] def %0.0 not used /SA00 %80 data 5 nm CIE 15.3 Seite 30; aus JE540-1N.PS [9.80 10.90 12.09 13.35 14.71 16.15 17.68 19.29 20.99 22.79 24.67 26.64 28.70 30.85 33.09 35.41 37.81 40.30 42.87 45.52 48.24 51.04 53.91 56.85 59.86 62.93 66.06 69.25 72.50 75.79 79.13 82.52 85.95 89.41 92.91 96.44 100.00 103.58 107.18 110.80 114.44 118.08 121.73 125.39 129.04 132.70 136.35 139.99 143.62 147.24 150.84 154.42 157.98 161.52 165.03 168.51 171.96 175.38 178.77 182.12 185.43 188.70 191.93 195.12 198.26 201.36 204.41 207.41 210.36 213.27 216.12 218.92 221.67 224.36 227.00 229.59 232.12 234.59 237.01 239.37 0.0] def %0.0 not used % AUS BILDPLA.FOR aus vrbam/wrpos:KRPROG.FOR, 5987-6023 5.10.92 %C PROGRAMM ZUR BERECHNUNG DER RELATIVEN SPEKTRALEN STRAHLUNGSVERTEI- %C LUNG EINES HOHLRAUMSTRAHLERS ALS FUNKTION DER WELLENLAENGE LAMDA %C BEI GEGEBENER TEMPERATUR T %C VERWENDETE VARIABLE %C T TEMPERATUR %C C2 PLANCKSCHE KONSTANTE (=1.4388 CM K (1967)) %C LAMDA(I) WELLENLAENGE %C S(I) STRAHLUNGSVERTEILUNG DES HOHLRAUMSTRAHLERS %C %C LITERATUR OFFIZIELLE EMPFEHLUNGEN DER CIE,DEUTSCHE VERSION, %C CA. 1969, SEITE 21 UND TABELLE 1.1.1 %C %SDP4 80 array def %380 bis 775 mit deltalambda=05 % DO 50 I=1,54 % 50 S(I)=100. % 1*(560./FLOAT(LAMDA(I)))**5 % 2*(EXP(C2/(560.*10.**(-7)*T))-1.) % 3/(EXP(C2/(FLOAT(LAMDA(I))*10.**(-7)*T))-1.) %new CIE 15.3:2004, Eq. (3.1) page 2 %S(I) = [100{560/lambda}**5] [exp{(c2*10**7)/(TNC*560 )} - 1] % /[exp{(c2*10**7)/(TNC*lambda)} - 1] % exp = e {...} = 2.71 {...} %/TNC 2848 def %NLA /TNC 4000 def /EE 2.718281 def %e=mac pocket calculator /C2 1.4350000 10 7 exp mul def /lamd 80 array def 0 1 79 {%i=0,79 /i exch def /lambda 380 i 5 mul add def lamd i lambda put /E1 560 lambda div 5 exp def /E4 C2 TNC 560 mul div def /E5 C2 TNC lambda mul div def /E6 EE E4 exp def /E7 EE E5 exp def SP40 i E1 100 mul E6 1 sub E7 1 sub div mul put } for %i=0,79 /xex 10 2 exp def /yex EE 2 exp def /SE00 %80 data 5 nm [100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0] def %0.0 not used /SC00 %80 data 5 nm [ 33.00 39.92 47.40 55.17 63.30 71.81 80.60 89.53 98.10 105.80 112.40 117.75 121.50 123.45 124.00 123.60 123.10 123.30 123.80 124.09 123.90 122.92 120.70 116.90 112.10 106.98 102.30 98.81 96.90 96.78 98.00 99.94 102.10 103.95 105.20 105.67 105.30 104.11 102.30 100.15 97.80 95.43 93.20 91.22 89.70 88.83 88.40 88.19 88.10 88.06 88.00 87.86 87.80 87.99 88.20 88.20 87.90 87.22 86.30 85.30 84.00 82.21 80.20 78.24 76.30 74.36 72.40 70.40 68.30 66.30 64.40 62.80 61.50 60.20 59.20 58.50 58.10 58.00 58.20 58.50 ] def %0.0 not used 0 1 79 {/i exch def %i=0,79 /lamda 380 i 5 mul add def SP00 i SE00 i get lamda 560 div mul put SQ00 i SE00 i get 1120 lamda sub 560 div mul put } for %i=0,79 %C LITERATURQUELLEN SPEKTRALWERTE %C F2 CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 2.1, SEITE 93-102 /F2 %3x80 data [.001368 .002236 .004243 .007650 .01431 .02319 .04351 .07763 .1344 .2148 .2839 .3285 .3483 .3481 .3362 .3187 .2908 .2511 .1954 .1421 .09564 .05795 .03201 .01470 .0049 .0024 .0093 .0291 .06327 .1096 .1655 .2257 .2904 .3597 .4334 .5121 .5945 .6784 .7621 .8425 .9163 .9786 1.0263 1.0567 1.0622 1.0456 1.0026 .9384 .8544 .7514 .6424 .5419 .4479 .3608 .2835 .2187 .1649 .1212 .0874 .0636 .04677 .03290 .02270 .01584 .01136 .00811 .00579 .004109 .002899 .002049 .001440 .0009999 .0006901 .000476 .0003323 .0002348 .0001662 .0001174 .00008308 .00005871 .000039 .000064 .00012 .000217 .000396 .00064 .00121 .00218 .004 .0073 .0116 .01684 .023 .0298 .0380 .048 .06 .0739 .09098 .1126 .139 .1693 .208 .2586 .323 .4073 .503 .6082 .71 .7932 .862 .9149 .954 .9803 .995 1.0 .995 .9786 .952 .9154 .870 .8163 .757 .6949 .631 .5668 .503 .4412 .381 .321 .265 .217 .175 .1382 .107 .0816 .061 .04458 .032 .0232 .017 .01192 .00821 .005723 .004102 .002929 .002091 .001484 .001047 .00074 .00052 .0003611 .0002492 .0001719 .00012 .0000848 .00006 .0000424 .00003 .0000212 .00645 .01055 .02005 .03621 .06785 .1102 .2074 .3713 .6456 1.0391 1.3856 1.623 1.7471 1.7826 1.7721 1.7441 1.6692 1.5281 1.2876 1.0419 .8130 .6162 .4652 .3533 .2720 .2123 .1582 .1117 .07825 .05725 .04216 .02984 .0203 .0134 .00875 .00575 .0039 .00275 .0021 .0018 .00165 .0014 .0011 .0010 .0008 .0006 .00034 .00024 .00019 .0001 .00005 .00003 .00002 .00001 % 26*0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 %26 ] def /F10 %3x80 data [.00016 .0006624 .002362 .007242 .01911 .0434 .08474 .1406 .2045 .2647 .3147 .3577 .3837 .3867 .3707 .343 .3023 .2541 .1956 .1323 .08051 .04107 .01617 .005132 .003816 .01544 .03746 .07136 .1177 .173 .2365 .3042 .3768 .4516 .5298 .6161 .7052 .7938 .8787 .9512 1.0142 1.0743 1.1185 1.1343 1.124 1.0891 1.0305 .9507 .8563 .7549 .6475 .5351 .4316 .3437 .2683 .2043 .1526 .1122 .08126 .05793 .04085 .02862 .019941 .01384 .0100 .006605 .004552 .003145 .002175 .001506 .001045 .0007274 .0005083 .0003564 .000251 .0001777 .0001264 .00009015 .00006453 .00004634 .00001736 .00007156 .0002534 .0007685 .002004 .004509 .008756 .01446 .02139 .0295 .03868 .0496 .06208 .0747 .08946 .1063 .1282 .1528 .1852 .2199 .2536 .2977 .3391 .3954 .4608 .5314 .6067 .6857 .7618 .8233 .8752 .9238 .962 .9822 .9918 .9991 .9973 .9824 .9555 .9152 .8689 .8256 .7774 .7203 .6583 .5939 .528 .4618 .3981 .3395 .2835 .2282 .1798 .1402 .1076 .08119 .06028 .0441 .0318 .0226 .0159 .01113 .007749 .0053751 .0037177 .002565 .001768 .001222 .0008462 .0005864 .0004074 .000284 .0001987 .0001395 .00009843 .00006982 .00004974 .00003554 .00002549 .00001834 .0007048 .002928 .01048 .03234 .08601 .1971 .3894 .6568 .9725 1.2825 1.5535 1.7985 1.9673 2.0273 1.9948 1.9007 1.7454 1.5549 1.3176 1.0302 .7721 .5701 .4152 .3024 .2185 .1592 .112 .08225 .06071 .04305 .03045 .02058 .01368 .007918 .003988 .001091 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %30 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %40 0.0 0.0 0.0 0.0 %44 ] def %calculation of transformation data /FARBE 27 array def /FARBE [(R) (m) ( 561_770) %00 (Y) (m) ( 520_770) %01 (G) (m) ( 475_573) %02 (C) (m) ( 380_561) %03 (B) (m) ( 380_520) %04 (M) (m) ( 573_475) %05 (G) (o) ( 520_570) %06 (M) (o) ( 570_520) %07 (W) (1) ( 380_770) %08 ] def %/FARBE [(R) (m) ( 565_770) %00 % (Y) (m) ( 520_770) %01 % (G) (m) ( 475_575) %02 % (C) (m) ( 380_565) %03 % (B) (m) ( 380_520) %04 % (M) (m) ( 575_475) %05 % (N) (0) ( 380_770) %06 % (W) (0) ( 380_770) %07 % (W) (1) ( 380_770) %08 % ] def /xshift 10 array def %max 6 device + 4 elementary /yshift 10 array def /colori 10 array def /RX0 640 array def %8x80 /RX0 [ %(%Rm 00 565_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0500 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Ym 01 495_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0500 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Gm 02 475_575) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Cm 03 380_565) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 0500 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Bm 04 380_495) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 0500 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mm 05 575_475) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Go 06 520_570) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mo 07 570_520) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%W1(r=1,000) 08 380_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 ] def /xcolorl xcolor def %0 1 1 {/xcolorl exch def %xcolorl=0,1 xcolorl 1 eq {0 1 239 {/i exch def %i=0,239 F2 i F10 i get put } for %i=0,239 } if /YKSUM 0 def %For CIE Illuminant E 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM F2 80 i add get add def } for %i=0,1,79 /F2N 240 array def 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add F2 00 i add get YKSUM div 100 mul put F2N 80 i add F2 80 i add get YKSUM div 100 mul put F2N 160 i add F2 160 i add get YKSUM div 100 mul put } for %i=0,1,79 /FXN 80 array def %FXN 0 = F2N imax /FYN 80 array def /FZN 80 array def %defines FXN, FYN, FZN 0 to 79 0 1 79 {/i exch def %i=0,79 FXN i F2N 000 i add get put FYN i F2N 080 i add get put FZN i F2N 160 i add get put } for %i=0,79 %special wavelength range with complementary colours for E? /FXD 63 array def /FYD 63 array def /FZD 63 array def /DOW 63 array def 00 1 60 {/i exch def %i=0,60 %range 400..700nm FXD i FXN 005 i add get put FYD i FYN 005 i add get put FZD i FZN 005 i add get put DOW i 400 i 5 mul add put %range 400 to 700 } for %i=0,60 %for interpolation FXD 61 FXD 60 get put FYD 61 FYD 60 get put FZD 61 FZD 60 get put FXD 62 FXD 60 get put FYD 62 FYD 60 get put FZD 62 FZD 60 get put /FAD 63 array def /FBD 63 array def /FCD 63 array def 20 setlinewidth /xdel 1005 def /ydel 395 def /x0 050 def /x1 -150 def /TELi 8 array def /TELi [(D65) (D50) (P40) (A00) (E00) (C00) (P00) (Q00)] def %7 illumin. /Xi 79 array def %79 spectral or max 6 device colour + 4 elementary colours /Yi 79 array def /Zi 79 array def /XANi 79 array def /YANi 79 array def /ZANi 79 array def /Xk 9 array def %9 spectral or max 9 device colours /Yk 9 array def /Zk 9 array def /XANk 9 array def /YANk 9 array def /ZANk 9 array def /RAk 80 array def 4 1 4 {/xchart4 exch def %xchart4=0,7 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /K 0 def %for normalization 1 %/K 1 def %for normalization 0,886 gsave %5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolorl cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow 5 /Times-ISOL1 FS 180 85 moveto (VG291-2N) show %xchart4 1 add cvishow %xchart 0 ge {(N) show} if %(_) show xchartl 1 add cvishow %xchart 0 eq {(N) show} % {deintp colorm 2 mul add cvishow} ifelse 72 90 translate 0.010 MM dup scale 25 setlinewidth 0 0 0 0 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath fill 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath clip 0 0 0 1 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath stroke %calculation of XW,YW,ZW for illuminant D65, D50, ... 0 1 79 {/i exch def %i=0,79 SDAK i xchartl 0 eq {SD65 i get} if xchartl 1 eq {SD50 i get} if xchartl 2 eq {SP40 i get} if xchartl 3 eq {SA00 i get} if xchartl 4 eq {SE00 i get} if xchartl 5 eq {SC00 i get} if xchartl 6 eq {SP00 i get} if xchartl 7 eq {SQ00 i get} if put } for %i=0,79 /YKSUM 0 def 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM SDAK i get F2 80 i add get mul add def } for %i=0,1,79 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add SDAK i get F2 00 i add get mul YKSUM div 100 mul put F2N 80 i add SDAK i get F2 80 i add get mul YKSUM div 100 mul put F2N 160 i add SDAK i get F2 160 i add get mul YKSUM div 100 mul put } for %i=0,1,79 %XW,YW,ZW for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 /SUMW XW YW add ZW add def %for D65, D50, P40, A00, E00 /XANW XW SUMW div def /YANW YW SUMW div def /ZANW ZW SUMW div def /AANW XW YW 0.0001 add div def /BANW ZW YW 0.0001 add div 0.4 mul neg def %************************************************ %XYZRi for 9 reflections 0 1 08 {/k exch def %k=0,8 %09 Reflections /kx k 80 mul def 0 1 79 {/i exch def %i=0,79 RAk i RX0 kx i add get 1000 div put } for %i=0,79 /XR 0 def /YR 0 def /ZR 0 def 0 1 079 {/i exch def %i=0,79 /XR XR F2N 00 i add get RAk i get mul add def /YR YR F2N 80 i add get RAk i get mul add def /ZR ZR F2N 160 i add get RAk i get mul add def } for %i=0,79 Xk k XR put Yk k YR put Zk k ZR put /SUMR XR YR add ZR add def XANk k XR SUMR 0.0001 add div put YANk k YR SUMR 0.0001 add div put ZANk k ZR SUMR 0.0001 add div put } for %k=0,8 %******************************************* 0 1 62 {/i exch def %i=0,62 FAD i FXD i get put FBD i FYD i get put FCD i FZD i get put } for %i=0,62 % FXU(1)=FF(2)*U(3)-FF(3)*U(2) % FXU(2)=FF(3)*U(1)-FF(1)*U(3) % FXU(3)=FF(1)*U(2)-FF(2)*U(1) % SUBROUTINE DOWEL (F,FXU,IMAX,IO) % DIMENSION F(99,3),FXU(3) % I=1 % T2=F(1,1)*FXU(1)+F(1,2)*FXU(2)+F(1,3)*FXU(3) % IF(T2) 1,1,4 % 1 T1=T2 % I=I+1 % T2=F(I,1)*FXU(1)+F(I,2)*FXU(2)+F(I,3)*FXU(3) % IF(T2) 1,1,2 % 2 IF(T1) 3,3,1 % 3 IO=I-1 % RETURN % 4 T1=F(IMAX,1)*FXU(1)+F(IMAX,2)*FXU(2)+F(IMAX,3)*FXU(3) % IF(T1) 5,5,1 % 5 IO=IMAX % RETURN % END %********************************************************* /proc_ABC_KNP_FWERTiX {%BEG proc_ABC_KNP_FWERT %input FAD,FBD,FCD, KNP %output FWERTiX/Y/Z (i=1,4) kNP 1 ge {/FWERT1X FAD kNP 1 sub get def /FWERT1Y FBD kNP 1 sub get def /FWERT1Z FCD kNP 1 sub get def} {/FWERT1X FAD 0 get def %again 400nm for i=0 /FWERT1Y FBD 0 get def /FWERT1Z FCD 0 get def} ifelse /FWERT2X FAD kNP get def /FWERT2Y FBD kNP get def /FWERT2Z FCD kNP get def /FWERT3X FAD kNP 1 add get def /FWERT3Y FBD kNP 1 add get def /FWERT3Z FCD kNP 1 add get def /FWERT4X FAD kNP 2 add get def /FWERT4Y FBD kNP 2 add get def /FWERT4Z FCD kNP 2 add get def } bind def %END proc_ABC_KNP_FWERTiX %********************************************************* /proc_XIE_TN1 {%BEG proc_XIE_TN1 %input XIE, FWERTiX/Y/Z (i=1,4) %output TN1 /A1N XIE 1 XIE sub mul XIE 2 sub mul 6 div def /A2N XIE 1 add XIE 1 sub mul XIE 2 sub mul 0.5 mul def /A3N XIE 1 add XIE mul 2 XIE sub mul 0.5 mul def /A4N XIE 1 add XIE mul XIE 1 sub mul 6 div def /FNX A1N FWERT1X mul A2N FWERT2X mul add A3N FWERT3X mul add A4N FWERT4X mul add def /FNY A1N FWERT1Y mul A2N FWERT2Y mul add A3N FWERT3Y mul add A4N FWERT4Y mul add def /FNZ A1N FWERT1Z mul A2N FWERT2Z mul add A3N FWERT3Z mul add A4N FWERT4Z mul add def /TNX FNX FXU1 mul FNY FXU2 mul add FNZ FXU3 mul add def } bind def %END proc_XIE_TN1 %********************************************************* /WEL1 60 array def %irregular definition /WEL2 60 array def %irregular definition %0 1 2 3 4 5 6 7 8 9 /WEL1 [405 435 450 460 465 470 475 480 485 490 495 500 510 520 530 540 545 550 555 560 ] def 0 1 19 {/k exch def %k=0,19 %wavelength 405..700nm /j WEL1 k get 400 sub 5 idiv def /LP k def /LPP 20.5 k add def /FF1 FXD j get def %start at 405..700nm /FF2 FYD j get def /FF3 FZD j get def /U1 XW def /U2 YW def /U3 ZW def /FXU1 FF2 U3 mul FF3 U2 mul sub def /FXU2 FF3 U1 mul FF1 U3 mul sub def /FXU3 FF1 U2 mul FF2 U1 mul sub def /INP -1 def /IPN -1 def %assumption jump from TN to TP from negativ to positiv 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add def TN 0 le TP 0 gt and {/INP i def exit} if } for %i=1,60 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add neg def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add neg def TN 0 le TP 0 gt and {/IPN i def exit} if } for %i=1,60 %********************************************************* /kNP INP def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE1 DOW INP get DOW INP 1 add get DOW INP get sub XIE mul add def /XIENP XIE def } if %kNP>=0 %********************************************************* /kNP IPN def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def /FXU1 FXU1 neg def /FXU2 FXU2 neg def /FXU3 FXU3 neg def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE2 DOW IPN get DOW IPN 1 add get DOW IPN get sub XIE mul add def /XIEPN XIE def } if %kNP>=0 %********************************************************* 0 1 79 {/i exch def %i=0,79 RA i 0 put } for %i=0,79 INP -1 eq {/i1 0 def} %380nm {/i1 INP 5 add def} ifelse %405..700nm IPN -1 eq {/i2 79 def} %770nm {/i2 IPN 5 add def} ifelse %405..700nm i2 i1 ge {%i1i2 i1 1 79 {/i exch def %i=i1,79 RA i 1 put } for %i=i1,79 0 1 i2 {/i exch def %i=0,i2 RA i 1 put } for %i=0,i2 } ifelse %i1>i2 %correction i2 i1 ge {%i1i2 RA i1 0.5 put RA i2 0.5 XIEPN 0.5 sub add put } ifelse %i1>i2 %*************************************************** /X 0 def /Y 0 def /Z 0 def 0 1 079 {/i exch def %i=0,79 /X X F2N 00 i add get RA i get mul add def /Y Y F2N 80 i add get RA i get mul add def /Z Z F2N 160 i add get RA i get mul add def } for %i=0,79 /SUM X Y add Z add def /XAN X SUM 0.0001 add div def /YAN Y SUM 0.0001 add div def /ZAN Z SUM 0.0001 add div def %************************************************* 0 0 0 1 setcmyk_olvcolor 0 1 1 {/Icom exch def %Icom=0,1 Icom 0 eq {%Icom=0,1 Xi k X put Yi k Y put Zi k Z put XANi k XAN put YANi k YAN put ZANi k ZAN put }%Icom=0 {%Icom=1 /kP 20 k add def Xi kP XW X sub put Yi kP YW Y sub put Zi kP ZW Z sub put /SUMi Xi kP get Yi kP get add Zi kP get add def XANi kP Xi kP get SUMi 0.0001 add div put YANi kP Yi kP get SUMi 0.0001 add div put ZANi kP Zi kP get SUMi 0.0001 add div put } ifelse %Icom=1 } for %Icom=0,1 K 1 eq {%K=1 Xi k Xi k get 0.8859 mul put Yi k Yi k get 0.8859 mul put Zi k Zi k get 0.8859 mul put Xi kP Xi kP get 0.8859 mul put Yi kP Yi kP get 0.8859 mul put Zi kP Zi kP get 0.8859 mul put } if %K=1 } for %k=0,19 %********************************************************************** %XW,YW,ZW and XK,YK,ZK for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 K 0 eq {%K=0 /XK XW def /YK YW def /ZK ZW def }%K=0 {%K=1 /XK XW 0.8859 mul def /YK YW 0.8859 mul def /ZK ZW 0.8859 mul def } ifelse %K=1 /SUMK XK YK add ZK add def %for D65, D50, P40, A00, E00 /XANK XK SUMK div def /YANK YK SUMK div def /ZANK ZK SUMK div def /LP LP 1 add def /xtexti 96 array def /ytexti 96 array def /xtexti [ %T00 T10 T20 T30 T40 T41 T50 T51 T60 T61 T70 T71 %0 1 2 3 4 5 6 7 8 9 10 11 1800 1800 1800 2800 2800 4000 2800 4000 2800 4000 2800 4000 %0 0600 0600 0600 0600 0600 1800 0600 1800 0600 1800 0600 1800 %1 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %2 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %3 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %4 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %5 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %6 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %7 ] def /ytexti [ 3800 3580 3360 3140 2920 2920 2700 2700 2480 2480 2260 2260 %0 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %1 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %2 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %3 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %4 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %5 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %6 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %7 ] def 0 0 0 1 setcmyk_olvcolor /xchart12 xchart4 12 mul def TBS xchart4 1 ge { %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get 220 add moveto xchart4 1 eq {(LABCab 77) show} if xchart4 2 eq {(CIELAB 76) show} if xchart4 3 eq {(LABJNDS 87) show} if xchart4 4 eq {(LABCab 85) show} if xchart4 5 eq {(CIELAB 76) show} if xchart4 6 eq {(CIELAB D65) show} if xchart4 7 eq {(LABHNU1 79) show} if } if %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get moveto TBS (Name und Spektralbereich) showde %0VG291-2 00581 (Name and spectral range) showen %1VG291-2 00581 (Nombre y gama espectral) showes %2VG291-2 00581 (Nom et la gamma spectrale) showfr %3VG291-2 00581 (Nome e la gamma spettrale) showit %4VG291-2 00581 (Name and spectral range) showjp %5VG291-2 00581 xtexti xchart12 4 add get ytexti xchart12 4 add get moveto TBIS FARBE 0 get show TBL 0 -40 rmoveto FARBE 1 get show 0 40 rmoveto TBIS FARBE 2 get show xtexti xchart12 5 add get ytexti xchart12 5 add get moveto TBIS FARBE 3 get show TBL 0 -40 rmoveto FARBE 4 get show 0 40 rmoveto TBIS FARBE 5 get show xtexti xchart12 6 add get ytexti xchart12 6 add get moveto TBIS FARBE 6 get show TBL 0 -40 rmoveto FARBE 7 get show 0 40 rmoveto TBIS FARBE 8 get show xtexti xchart12 7 add get ytexti xchart12 7 add get moveto TBIS FARBE 9 get show TBL 0 -40 rmoveto FARBE 10 get show 0 40 rmoveto TBIS FARBE 11 get show xtexti xchart12 8 add get ytexti xchart12 8 add get moveto TBIS FARBE 12 get show TBL 0 -40 rmoveto FARBE 13 get show 0 40 rmoveto TBIS FARBE 14 get show xtexti xchart12 9 add get ytexti xchart12 9 add get moveto TBIS FARBE 15 get show TBL 0 -40 rmoveto FARBE 16 get show 0 40 rmoveto TBIS FARBE 17 get show xtexti xchart12 10 add get ytexti xchart12 10 add get moveto TBIS FARBE 18 get show TBL 0 -40 rmoveto FARBE 19 get show 0 40 rmoveto TBIS FARBE 20 get show xtexti xchart12 11 add get ytexti xchart12 11 add get moveto TBIS FARBE 21 get show TBL 0 -40 rmoveto FARBE 22 get show 0 40 rmoveto TBIS FARBE 23 get show TBS 0 0 0 1 setcmyk_olvcolor xtexti xchart12 0 add get ytexti xchart12 0 add get moveto TBS (10 Optimalfarben (o)) showde %0VG291-2 02581 (10 optimal colours (o)) showen %1VG291-2 02581 (10 colores \363ptimos (o)) showes %2VG291-2 02581 (10 couleurs optimales (o)) showfr %3VG291-2 02581 (10 colori ottimi (o)) showit %4VG291-2 02581 (10 optimal colours (o)) showjp %5VG291-2 02581 TBIS (, Y) show TBL 0 -60 rmoveto (W) show 0 60 rmoveto TBS K 0 eq {(=100) show}{(=88,6) show} ifelse xtexti xchart12 1 add get ytexti xchart12 1 add get moveto (8 von maximalem (m)) showde %0VG291-2 03581 (8 of maximum (m)) showen %1VG291-2 03581 (8 de m\341ximo (m)) showes %2VG291-2 03581 (8 de la maximum (m)) showfr %3VG291-2 03581 (8 di massimo (m)) showit %4VG291-2 03581 (8 of maximum (m)) showjp %5VG291-2 03581 TBIS ( C) show TBL 0 -60 rmoveto (AB) show 0 60 rmoveto TBS ( f\374r ) showde %0VG291-2 03581 ( for ) showen %1VG291-2 03581 ( bajo ) showes %2VG291-2 03581 ( pour ) showfr %3VG291-2 03581 ( per ) showit %4VG291-2 03581 ( for ) showjp %5VG291-2 03581 TELi xchartl get show xtexti xchart12 2 add get ytexti xchart12 2 add get moveto xchart4 0 eq {%xchart4=0 (in der Normfarbtafel) showde %0VG291-2 04581 (in the chromaticity diagram) showen %1VG291-2 04581 (en el diagrama de chromaticidad) showes %2VG291-2 04581 (dans le diagramme de chromaticit\351) showfr %3VG291-2 04581 (nel diagramma di cromaticit\340) showit %4VG291-2 04581 (in the chromaticity diagram) showjp %5VG291-2 04581 TBIS ( (x, y)) show } if %xchart4=0 xchart4 1 eq {%xchart4=1 (in der Farbtafel) showde %0VG291-2 05581 (in the chromaticity diagram) showen %1VG291-2 05581 (en el diagrama de chromaticidad) showes %2VG291-2 05581 (dans le diagramme de chromaticit\351) showfr %3VG291-2 05581 (nel diagramma di cromaticit\340) showit %4VG291-2 05581 (in the chromaticity diagram) showjp %5VG291-2 05581 TBIS ( (a, b)) show } if %xchart4=1 xchart4 2 eq {%xchart4=2 (in der Farbarbtafel) showde %0VG291-2 06581 (in the chromaticity diagram) showen %1VG291-2 06581 (en el diagrama de chromaticidad) showes %2VG291-2 06581 (dans le diagramme de chromaticit\351) showfr %3VG291-2 06581 (nel diagramma di cromaticit\340) showit %4VG291-2 06581 (in the chromaticity diagram) showjp %5VG291-2 06581 TBIS ( (a', b')) show } if %xchart4=2 xchart4 3 eq {%xchart4=3 (in der Farbarbtafel) showde %0VG291-2 07581 (in the chromaticity diagram) showen %1VG291-2 07581 (en el diagrama de chromaticidad) showes %2VG291-2 07581 (dans le diagramme de chromaticit\351) showfr %3VG291-2 07581 (nel diagramma di cromaticit\340) showit %4VG291-2 07581 (in the chromaticity diagram) showjp %5VG291-2 07581 TBIS ( (a", b")) show } if %xchart4=3 xchart4 4 eq {%xchart4=4 (in Buntwertdiagramm) showde %0VG291-2 08581 (in chromatic value diagram) showen %1VG291-2 08581 (en el diagrama valor crom\341tico) showes %2VG291-2 08581 (dans la valeur chromatique le diagramme) showfr %3VG291-2 08581 (nel diagramma di valore cromatico) showit %4VG291-2 08581 (in chromatic value diagram) showjp %5VG291-2 08581 TBIS ( (A, B)) show } if %xchart4=4 xchart4 5 eq {%xchart4=5 (in Buntheitsdiagram) showde %0VG291-2 09581 (in CIELAB diagram) showen %1VG291-2 09581 (en el diagrama CIELAB) showes %2VG291-2 09581 (dans le diagramme de CIELAB) showfr %3VG291-2 09581 (nel diagramma di CIELAB) showit %4VG291-2 09581 (in CIELAB diagram) showjp %5VG291-2 09581 TBIS ( (a*, b*)) show } if %xchart4=5 xchart4 6 eq {%xchart4=6 (in Buntheitsdiagram) showde %0VG291-2 10581 (in chroma diagram) showen %1VG291-2 10581 (en el diagrama croma) showes %2VG291-2 10581 (dans le diagramme de chroma) showfr %3VG291-2 10581 (nel diagramma di chroma) showit %4VG291-2 10581 (in chroma diagram) showjp %5VG291-2 10581 TBIS ( \050a*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (, ) show TBIS (b*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (\051) show } if %xchart4=6 xchart4 7 eq {%xchart4=7 (in Buntheitsdiagram) showde %0VG291-2 11581 (in chroma diagram) showen %1VG291-2 11581 (en el diagrama croma) showes %2VG291-2 11581 (dans le diagramme de chroma) showfr %3VG291-2 11581 (nel diagramma di chroma) showit %4VG291-2 11581 (in chroma diagram) showjp %5VG291-2 11581 TBIS ( (A*, B*)) show } if %xchart4=7 xchart4 0 eq {%xchart4=0 600 400 translate 0 0 moveto 4000 0 rlineto stroke 0 0 moveto 0 3200 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 -50 moveto 0 100 rlineto stroke 800 -50 moveto 0 100 rlineto stroke 1600 -50 moveto 0 100 rlineto stroke 2400 -50 moveto 0 100 rlineto stroke 3200 -50 moveto 0 100 rlineto stroke 4000 -50 moveto 0 100 rlineto stroke -100 -300 moveto (0,0) show 700 -300 moveto (0,2) show 1500 -300 moveto (0,4) show 2300 -300 moveto (0,6) show 3100 -300 moveto (0,8) show 3900 -300 moveto (1,0) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 800 moveto 100 0 rlineto stroke -50 1600 moveto 100 0 rlineto stroke -50 2400 moveto 100 0 rlineto stroke -50 3200 moveto 100 0 rlineto stroke -450 -80 moveto (0,0) show -450 720 moveto (0,2) show -450 1520 moveto (0,4) show -450 2320 moveto (0,6) show -450 3120 moveto (0,8) show TIM -300 2800 moveto (y) show TIM 4200 150 moveto (x) show 4000 1600 moveto TBS (Parame\255) show 4000 1400 moveto TBS (ter:) show TBIS ( N) show TL TBIS 2600 150 moveto (CIE 1931) show -600 -400 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA= 4000 BEO=02 xy-Farbtafel IXY0: 600 400 600 400 translate 693 19 moveto 693 19 692 19 690 19 curveto 688 19 685 20 681 23 curveto 675 27 667 34 657 43 curveto 644 55 626 70 603 90 curveto 575 118 542 159 496 231 curveto 438 347 365 530 274 802 curveto 181 1179 93 1650 32 2153 curveto 15 2619 55 3000 155 3248 curveto 297 3335 456 3304 618 3223 curveto 771 3126 918 3017 1063 2897 curveto 1206 2769 1349 2635 1492 2497 curveto 1634 2358 1776 2218 1915 2080 curveto 2049 1946 2179 1817 2300 1696 curveto 2411 1585 2508 1489 2592 1405 curveto 2663 1336 2720 1278 2765 1233 curveto 2802 1197 2831 1168 2856 1143 curveto 2876 1123 2892 1107 2903 1096 curveto 2913 1086 2919 1080 2924 1075 curveto 2927 1072 2930 1069 2933 1066 curveto 2936 1063 2937 1062 2938 1061 curveto 2938 1061 2939 1060 2744 971 curveto 2261 748 2040 643 1908 582 curveto 1819 541 1758 512 1708 490 curveto 1660 468 1612 445 1558 420 curveto 1495 391 1419 356 1320 309 curveto 1184 247 986 155 693 19 curveto stroke 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc fill % 400 681 23 30 0 360 arc fill % 425 626 70 30 0 360 arc fill % 450 438 347 30 0 360 arc fill % 475 32 2153 30 0 360 arc fill % 500 456 3304 30 0 360 arc fill % 525 1206 2769 30 0 360 arc fill % 550 1915 2080 30 0 360 arc fill % 575 2508 1489 30 0 360 arc fill % 600 2802 1197 30 0 360 arc fill % 625 2903 1096 30 0 360 arc fill % 650 2930 1069 30 0 360 arc fill % 675 2938 1061 30 0 360 arc fill % 700 2261 748 30 0 360 arc fill %500c 1708 490 30 0 360 arc fill %525c 1419 356 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc stroke % 400 681 23 30 0 360 arc stroke % 425 626 70 30 0 360 arc stroke % 450 438 347 30 0 360 arc stroke % 475 32 2153 30 0 360 arc stroke % 500 456 3304 30 0 360 arc stroke % 525 1206 2769 30 0 360 arc stroke % 550 1915 2080 30 0 360 arc stroke % 575 2508 1489 30 0 360 arc stroke % 600 2802 1197 30 0 360 arc stroke % 625 2903 1096 30 0 360 arc stroke % 650 2930 1069 30 0 360 arc stroke % 675 2938 1061 30 0 360 arc stroke % 700 2261 748 30 0 360 arc stroke %500c 1708 490 30 0 360 arc stroke %525c 1419 356 30 0 360 arc stroke %550c % 1250 1316 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS 693 375 sub 19 250 sub moveto (400) show % 681 500 sub 23 100 sub moveto (425) show % 626 500 sub 70 100 sub moveto (450) show 438 350 sub 347 200 sub moveto (475) show 32 450 sub 2153 100 sub moveto (500) show 456 100 add 3304 000 add moveto (525) show 1206 100 add 2769 000 add moveto (550) show 1915 080 sub 2080 100 add moveto (575) show 2508 100 add 1489 000 add moveto (600) show 2802 100 add 1197 100 add moveto (625) show % 2903 200 sub 1096 100 add moveto (650) show % 2930 200 sub 1069 100 add moveto (675) show 2938 100 add 1061 100 sub moveto (700) show 2261 100 add 748 200 sub moveto (500c,E) show 1708 100 add 490 200 sub moveto (525c,E) show 1419 000 add 356 250 sub moveto (550c,E) show % 1250 100 add 1316 100 sub moveto (D65 ) show -600 -400 translate %ENDE: 1 } if %xchart4=0 xchart4 1 eq {%xchart4=1 500 3200 translate 0 400 moveto 4000 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -150 500 moveto (-0,8) show 650 500 moveto (0,0) show 1450 500 moveto (0,8) show 2250 500 moveto (1,6) show 3050 500 moveto (2,4) show 3850 500 moveto (3,2) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,8) show -450 -1700 moveto (-1,6) show %-450 -2500 moveto (-2,4) show -175 -3050 moveto 90 rotate TBIK (b) show TBK (=-0,40) show TBIK (z/y) show -90 rotate 3650 100 moveto TBIK (a=x/y) show 4150 -200 moveto TBS (Parame\255) show 4150 -400 moveto TBS (ter:) show TBIS ( N) show TL -500 -3200 translate %1000 02 01 16 01-.03**************************************** %ANF PROZSPEP.FOR: MULYA= 1000 BEO=02 ab-Farbtafel IXY0: 1500 3200 1300 3200 translate % 36136 -68535 moveto % 36136 -68535 36234 -68875 35958 -68561 curveto % 35610 -68128 33600 -64560 29424 -56936 curveto % 24474 -47779 19507 -38551 15143 -30384 curveto % 11681 -23927 8847 -18653 6639 -14534 curveto % 4846 -11128 3397 -8271 2147 -5661 curveto 1261 -3701 moveto 1261 -3701 688 -2339 342 -1455 curveto 153 -894 56 -546 15 -336 curveto 5 -208 18 -125 47 -73 curveto 89 -44 138 -28 191 -19 curveto 246 -13 304 -8 366 -5 curveto 435 -3 512 -2 597 -1 curveto 693 -1 800 0 920 0 curveto 1053 0 1198 0 1355 0 curveto 1520 0 1683 0 1844 0 curveto 1993 0 2126 0 2242 0 curveto 2340 0 2424 0 2497 0 curveto 2559 0 2610 0 2649 0 curveto 2680 0 2703 0 2718 0 curveto 2731 0 2741 0 2751 0 curveto 2760 0 2764 0 2767 0 curveto 2769 0 2770 0 2824 -116 curveto 3023 -529 3168 -817 3275 -1036 curveto 3357 -1209 3430 -1349 3482 -1469 curveto 3545 -1597 3622 -1746 3704 -1922 curveto 3817 -2156 3983 -2496 4262 -3058 curveto % 4786 -4149 6341 -7346 35775 -67850 curveto stroke 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc fill % 400 % 29424 -56936 30 0 360 arc fill % 425 % 8847 -18653 30 0 360 arc fill % 450 1261 -3701 30 0 360 arc fill % 475 15 -336 30 0 360 arc fill % 500 138 -28 30 0 360 arc fill % 525 435 -3 30 0 360 arc fill % 550 920 0 30 0 360 arc fill % 575 1683 0 30 0 360 arc fill % 600 2340 0 30 0 360 arc fill % 625 2649 0 30 0 360 arc fill % 650 2741 0 30 0 360 arc fill % 675 2769 0 30 0 360 arc fill % 700 3023 -529 30 0 360 arc fill %500c 3482 -1469 30 0 360 arc fill %525c 3983 -2496 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc stroke % 400 % 29424 -56936 30 0 360 arc stroke % 425 % 8847 -18653 30 0 360 arc stroke % 450 1261 -3701 30 0 360 arc stroke % 475 15 -336 30 0 360 arc stroke % 500 138 -28 30 0 360 arc stroke % 525 435 -3 30 0 360 arc stroke % 550 920 0 30 0 360 arc stroke % 575 1683 0 30 0 360 arc stroke % 600 2340 0 30 0 360 arc stroke % 625 2649 0 30 0 360 arc stroke % 650 2741 0 30 0 360 arc stroke % 675 2769 0 30 0 360 arc stroke % 700 3023 -529 30 0 360 arc stroke %500c 3482 -1469 30 0 360 arc stroke %525c 3983 -2496 30 0 360 arc stroke %550c % 950 -435 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 36136 500 sub -68535 100 sub moveto (400) show % 29424 500 sub -56936 100 sub moveto (425) show % 8847 500 sub -18653 100 sub moveto (450) show % 1261 500 sub -3701 100 sub moveto (475) show 15 400 sub -336 100 sub moveto (500) show % 138 200 sub -28 100 add moveto (525) show 435 200 sub -3 100 add moveto (550) show % 920 200 sub 0 100 add moveto (575) show 1683 200 sub 0 100 add moveto (600) show 2340 200 sub 0 100 add moveto (625) show % 2649 200 sub 0 100 add moveto (650) show % 2741 200 sub 0 100 add moveto (675) show 2769 100 add 0 150 sub moveto (700) show 3023 100 add -529 100 sub moveto (500c,E) show 3482 800 sub -1469 050 sub moveto (525c,E) show % 3983 500 sub -2496 100 sub moveto (550c,E) show % 950 100 add -435 100 sub moveto (D65 ) show -1300 -3200 translate %ENDE: 2 } if %xchart4=1 xchart4 2 eq {%xchart4=2 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 000 350 moveto 0 100 rlineto stroke 0800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -200 500 moveto (0,00) show 600 500 moveto (0,06) show 1400 500 moveto (0,12) show 2200 500 moveto (0,18) show 3000 500 moveto (0,24) show 3800 500 moveto (0,30) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -575 -100 moveto ( 0,00) show -575 -900 moveto (-0,06) show -575 -1700 moveto (-0,12) show -575 -2500 moveto (-0,18) show TIM -380 -1300 moveto (b') show 4300 250 moveto (a') show 4050 -0600 moveto TBS (Parame\255) show 4050 -0800 moveto TBS (ter:) show TBIS ( N) show TL -600 -3200 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA=13333 BEO=02 CIELAB 1976 IXY0: 400 3200 400 3200 translate 9657 -6202 moveto 9657 -6202 9666 -6212 9642 -6203 curveto 9610 -6190 9426 -6080 9018 -5830 curveto 8481 -5499 7863 -5120 7227 -4729 curveto 6628 -4367 6041 -4019 5490 -3698 curveto 4943 -3383 4391 -3065 3769 -2701 curveto 3156 -2344 2578 -2012 2043 -1717 curveto 1565 -1460 1123 -1239 723 -1054 curveto 527 -898 772 -759 1060 -634 curveto 1304 -535 1510 -464 1685 -408 curveto 1832 -356 1965 -309 2091 -267 curveto 2214 -230 2337 -200 2460 -176 curveto 2585 -157 2712 -145 2841 -139 curveto 2972 -138 3103 -133 3233 -126 curveto 3359 -126 3475 -120 3582 -113 curveto 3676 -98 3756 -91 3823 -88 curveto 3878 -75 3924 -64 3963 -57 curveto 3995 -54 4022 -46 4042 0 curveto 4057 0 4069 0 4077 0 curveto 4083 0 4088 0 4093 0 curveto 4097 0 4100 0 4101 0 curveto 4102 0 4103 0 4129 -740 curveto 4224 -1226 4290 -1417 4338 -1533 curveto 4374 -1614 4405 -1674 4427 -1723 curveto 4454 -1771 4486 -1825 4520 -1884 curveto 4565 -1958 4630 -2056 4736 -2200 curveto 4923 -2435 5407 -2946 9625 -6181 curveto stroke 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc fill % 400 9018 -5830 30 0 360 arc fill % 425 6041 -4019 30 0 360 arc fill % 450 3156 -2344 30 0 360 arc fill % 475 723 -1054 30 0 360 arc fill % 500 1510 -464 30 0 360 arc fill % 525 2214 -230 30 0 360 arc fill % 550 2841 -139 30 0 360 arc fill % 575 3475 -120 30 0 360 arc fill % 600 3878 -75 30 0 360 arc fill % 625 4042 0 30 0 360 arc fill % 650 4088 0 30 0 360 arc fill % 675 4102 0 30 0 360 arc fill % 700 4224 -1226 30 0 360 arc fill %500c 4427 -1723 30 0 360 arc fill %525c 4630 -2056 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc stroke % 400 9018 -5830 30 0 360 arc stroke % 425 6041 -4019 30 0 360 arc stroke % 450 3156 -2344 30 0 360 arc stroke % 475 723 -1054 30 0 360 arc stroke % 500 1510 -464 30 0 360 arc stroke % 525 2214 -230 30 0 360 arc stroke % 550 2841 -139 30 0 360 arc stroke % 575 3475 -120 30 0 360 arc stroke % 600 3878 -75 30 0 360 arc stroke % 625 4042 0 30 0 360 arc stroke % 650 4088 0 30 0 360 arc stroke % 675 4102 0 30 0 360 arc stroke % 700 4224 -1226 30 0 360 arc stroke %500c 4427 -1723 30 0 360 arc stroke %525c 4630 -2056 30 0 360 arc stroke %550c % 2872 -1148 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 9657 500 sub -6202 100 sub moveto (400) show % 9018 500 sub -5830 100 sub moveto (425) show % 6041 500 sub -4019 100 sub moveto (450) show 3156 400 sub -2344 100 sub moveto (475) show 723 400 sub -1054 050 sub moveto (500) show 1510 200 sub -464 150 add moveto (525) show 2214 200 sub -230 100 add moveto (550) show 2841 200 sub -139 100 add moveto (575) show 3475 200 sub -120 100 add moveto (600) show % 3878 200 sub -75 100 add moveto (625) show % 4042 200 sub 0 100 add moveto (650) show % 4088 200 sub 0 100 add moveto (675) show 4102 050 add 0 100 sub moveto (700) show 4224 050 add -1226 000 sub moveto (500c,E) show 4427 010 sub -1723 100 add moveto (525c,E) show % 4630 100 add -2056 100 sub moveto (550c,E) show % 2872 050 add -1148 000 sub moveto (D65 ) show -400 -3200 translate %ENDE: 3 } if %xchart4=2 xchart4 3 eq {%xchart4=3 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3500 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -250 500 moveto (-0,6) show 650 500 moveto (0,0) show 1450 500 moveto (0,6) show 2250 500 moveto (1,2) show 3050 500 moveto (1,8) show 3850 500 moveto (2,4) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,6) show -450 -1700 moveto (-1,2) show -450 -2500 moveto (-1,8) show TBIK -450 -2900 moveto (b") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4050 200 moveto (a") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4020 -0350 moveto TBS (Parame\255) show 4020 -0550 moveto TBS (ter:) show TBIS ( N) show TL -600 -3200 translate %1000 02 **************************************** %ANF PROZSPEP.FOR: MULYA= 1333 BEO=02 a"b" LABJND 1985 IXY0: 700 3200 700 800 add 3200 translate 3789 -3170 moveto 3789 -3170 3789 -3170 3788 -3170 curveto 3787 -3170 3779 -3166 3757 -3155 curveto 3724 -3138 3673 -3113 3603 -3079 curveto 3514 -3037 3394 -2982 3239 -2915 curveto 3028 -2826 2734 -2704 2265 -2508 curveto 1626 -2234 957 -1880 645 -1481 curveto 507 -1078 443 -720 417 -455 curveto 411 -308 419 -223 437 -171 curveto 464 -144 496 -130 533 -121 curveto 573 -115 616 -111 664 -108 curveto 721 -107 787 -105 867 -105 curveto 963 -104 1081 -104 1227 -104 curveto 1397 -104 1561 -104 1716 -104 curveto 1858 -104 1981 -104 2090 -104 curveto 2180 -104 2254 -104 2313 -104 curveto 2360 -103 2397 -103 2429 -103 curveto 2455 -103 2476 -103 2491 -103 curveto 2503 -103 2512 -103 2517 -103 curveto 2522 -103 2526 -103 2530 -103 curveto 2533 -103 2535 -103 2536 -103 curveto 2536 -103 2537 -103 2556 -214 curveto 2623 -700 2668 -1007 2700 -1196 curveto 2723 -1324 2742 -1416 2756 -1488 curveto 2772 -1560 2791 -1636 2811 -1717 curveto 2837 -1813 2873 -1933 2929 -2093 curveto 3019 -2313 3211 -2648 3788 -3169 curveto stroke 1 setgray 3789 -3170 30 0 360 arc fill % 400 3757 -3155 30 0 360 arc fill % 425 3394 -2982 30 0 360 arc fill % 450 1626 -2234 30 0 360 arc fill % 475 417 -455 30 0 360 arc fill % 500 496 -130 30 0 360 arc fill % 525 721 -107 30 0 360 arc fill % 550 1227 -104 30 0 360 arc fill % 575 1981 -104 30 0 360 arc fill % 600 2360 -103 30 0 360 arc fill % 625 2491 -103 30 0 360 arc fill % 650 2526 -103 30 0 360 arc fill % 675 2536 -103 30 0 360 arc fill % 700 2623 -700 30 0 360 arc fill %500c 2756 -1488 30 0 360 arc fill %525c 2873 -1933 30 0 360 arc fill %550c 0 setgray 3789 -3170 30 0 360 arc stroke % 400 3757 -3155 30 0 360 arc stroke % 425 3394 -2982 30 0 360 arc stroke % 450 1626 -2234 30 0 360 arc stroke % 475 417 -455 30 0 360 arc stroke % 500 496 -130 30 0 360 arc stroke % 525 721 -107 30 0 360 arc stroke % 550 1227 -104 30 0 360 arc stroke % 575 1981 -104 30 0 360 arc stroke % 600 2360 -103 30 0 360 arc stroke % 625 2491 -103 30 0 360 arc stroke % 650 2526 -103 30 0 360 arc stroke % 675 2536 -103 30 0 360 arc stroke % 700 2623 -700 30 0 360 arc stroke %500c 2756 -1488 30 0 360 arc stroke %525c 2873 -1933 30 0 360 arc stroke %550c 1266 -580 30 0 360 arc fill %D65 0 setgray TBIS 3789 200 sub -3170 200 add moveto (400) show % 3757 600 sub -3155 100 sub moveto (425) show % 3394 600 sub -2982 100 sub moveto (450) show 1626 050 sub -2234 150 add moveto (475) show 417 430 sub -455 100 sub moveto (500) show 496 400 sub -130 50 add moveto (525) show 721 300 sub -107 100 add moveto (550) show 1227 200 sub -104 100 add moveto (575) show 1981 200 sub -104 100 add moveto (600) show % 2360 200 sub -103 100 add moveto (625) show % 2491 200 sub -103 100 add moveto (650) show % 2526 200 sub -103 100 add moveto (675) show 2536 100 add -103 moveto (700) show 2623 100 add -700 100 sub moveto (500c) show 2756 100 add -1488 100 sub moveto (525c) show % 2873 100 add -1933 100 sub moveto (550c) show % 1266 100 add -580 100 sub moveto (D65 ) show 700 800 add neg -3200 translate %ENDE: 3 } if %xchart4=3 xchart4 4 ge xchart4 7 le and {%4>=xchart4<=7 3500 2000 translate %axis and scales 0 0 0 1 setcmyk_olvcolor -2250 0 moveto 3950 0 rlineto stroke 0 -1880 moveto 0 3600 rlineto stroke 1700 100 sub 50 moveto 100 -50 rlineto -100 -50 rlineto closepath fill 0 50 sub 1800 100 sub moveto 50 100 rlineto 50 -100 rlineto closepath fill /xt10x 5 array def /yt10x 5 array def xchart4 4 eq {%xchart4=4 /xt10x [(-40) ( ) ( ) ( ) ( 40)] def /yt10x [(-40) ( ) ( ) ( ) (40)] def } if %xchart4=3 xchart4 5 ge xchart4 7 le and {%5>=xchart4<=7 /xt10x [(-120) ( ) ( ) ( ) ( 120)] def /yt10x [(-120) ( ) ( ) ( ) (120)] def } if %4>=xchart4<=6 0 0 0 1 setcmyk_olvcolor 0 1 4 {/i exch def %i=0,4 x-axis -1600 i 800 mul add -75 moveto 0 150 rlineto stroke -1800 i 800 mul add -250 moveto TBS xt10x i get show i 4 eq {-1600 i 800 mul add 0 moveto xchart4 4 eq { %xchart4=4 000 150 rmoveto TBIM (A) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -50 150 rmoveto TBIM (a*) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -350 150 rmoveto TBIM (a*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -50 150 rmoveto TBIM (A*) show TL } if %xchart4=7 } if } for %i=0,4 0 1 4 {/i exch def %i=0,4 y-axis -75 -1600 i 800 mul add moveto 150 0 rlineto stroke 100 -1600 i 800 mul add 100 sub moveto TBS yt10x i get show i 4 eq {0 -1600 i 800 mul add moveto xchart4 4 eq { %xchart4=4 -250 150 rmoveto TBIM (B) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -400 150 rmoveto TBIM (b*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -750 150 rmoveto TBIM (b*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -300 150 rmoveto TBIM (B*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 -000 add moveto TBS (ter:) show TBIS ( N) show TL } if %xchart4=7 } if } for %i=0,4 -3500 -2000 translate } if %4>=xchart4<=7 %*********************************************************** /icolor 9 array def %Rm %Ym %Gm %Cm %Bm %Mm %Go %Mo %W /icolor [20 10 06 00 30 26 06 26 40] def /imshow {0 -50 rmoveto TBL (m) show 0 50 rmoveto TBIS} def /ioshow {0 -50 rmoveto TBL (o) show 0 50 rmoveto TBIS} def %************************************************* xchart4 0 eq {%xchart4=0 %only for (x,y) /fakt 4000 def 600 400 translate %for scala and graphic 0 1 39 {/i exch def %i=0,39 XANi i get fakt mul YANi i get fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XANW fakt mul YANW fakt mul 90 0 360 arc stroke XANW fakt mul 200 sub YANW fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /SUM Xi i get Yi i get add Zi i get add 0.0001 add def /AnY Xi i get SUM div fakt mul def /BnY Yi i get SUM div fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 300 sub BnY 050 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /SUM XK Xi i get sub YK Yi i get sub add ZK Zi i get sub add 0.0001 add def /AnY XK Xi i get sub SUM div fakt mul def /BnY YK Yi i get sub SUM div fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 sub BnY 250 sub moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 150 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 add BnY 100 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 100 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 000 add moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -600 -400 translate %for scala and grafic } if %xchart4=0 xchart4 1 eq {%xchart4=1 %only for (a,b) /fakt 1000 def /a2 XW YW 0.0001 add div def /b2 ZW YW 0.0001 add div -0.4 mul def 1300 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div fakt mul %a Zi i get Yi i get 0.0001 add div fakt mul %b 0.4 mul neg i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div fakt mul ZW YW 0.0001 add div fakt mul 0.4 mul neg 90 0 360 arc stroke XW YW 0.0001 add div fakt mul 200 sub ZW YW 0.0001 add div fakt mul 0.4 mul neg 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div fakt mul def /BnY Zi i get Yi i get 0.0001 add div fakt mul 0.4 mul neg def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 150 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 sub BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 100 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div fakt mul 0.4 mul neg def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 200 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 050 sub moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 050 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -1300 -3200 translate %for grafic } if %xchart4=1 xchart4 2 eq {%xchart4=2 %only for (a',b') /D13 1 3 div def /fakt 13333 def /a2 XW YW 0.0001 add div D13 exp 0.2191 mul def /b2 ZW YW 0.0001 add div D13 exp -0.08376 mul def 200 3200 translate %for graphic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 90 0 360 arc stroke XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul 200 sub ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 350 sub BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 050 add BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 200 sub BnY 100 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 150 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -200 -3200 translate %for graphic } if %xchart4=2 xchart4 3 eq {%xchart4=3 %only for (a",b") %100 3800 moveto TIS ((a",b") (LAB 1977)) show /fakt 1333 def /XD65 95.04 def /YD65 100.00 def /ZD65 108.89 def /aD65 XD65 YD65 0.0001 add div def /bD65 ZD65 YD65 0.0001 add div -0.4 mul def /a2 aD65 def /b2 bD65 def 700 800 add 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 a"n fakt mul b"n fakt mul 90 0 360 arc stroke a"n fakt mul 200 sub b"n fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 300 sub BnY 050 sub moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 250 sub BnY 200 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 150 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /a XK Xi i get sub YK Yi i get sub 0.0001 add div def /an XK YK 0.0001 add div def /b ZK Zi i get sub YK Yi i get sub 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 300 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 100 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 700 800 add neg -3200 translate %for graphic } if %xchart4=3 xchart4 4 eq {%xchart4=4 %only for (A,B) /fakt 40 def /a2 1.00 def /b2 -0.4 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (A) show TBS ( = \050) show TBIS (a) show TBS ( - ) show TBIS (a) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1300 moveto TBIS (B) show TBS ( = \050) show TBIS (b) show TBS ( - ) show TBIS (b) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1) show -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -0,4) show -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %(a-an)YW XK YK 0.0001 add div sub YW mul fakt mul ZW YW 0.0001 add div %(b-an)YW ZK YK 0.0001 add div sub 0.4 mul neg YW mul fakt mul 90 0 360 arc stroke 0 080 add 0 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 000 add moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 300 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 300 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 sub BnY 300 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub YK Yi i get sub mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg YK Yi i get sub mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 } if %xchart4=4 xchart4 5 eq {%xchart4=5 %only for (a*,b*) /D13 1 3 div def /fakt 40 3 div def /a2 1 XW div D13 exp def /b2 1 ZW div D13 exp -0.4 mul def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b' = b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 200 sub ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=5 xchart4 6 eq {%xchart4=6 %only for (a*,b*) with const. for D65 /D13 1 3 div def /fakt 40 3 div def /a2 0.2191 def /b2 -0.08376 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a') show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b') show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %a'= a2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 400 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=6 xchart4 7 eq {%xchart4=7 %only for (a*,b*)D65 /D13 1 3 div def /D11 1 def /D16 1 6 div def /fakt 40 3 div def /a2 1 15 div def /b2 1 12 div neg def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS ( + 1]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS ( + 1/6 ]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1/15 = ) show a2 cvsshow5 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -1/12 = ) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 000 add moveto (G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto (Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto (max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 050 add BnY 200 sub moveto (G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 200 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -3500 -2000 translate %for text and grafic } if %xchart4=7 showpage grestore %} for %xchartl=0,7 } for %xchart4=0,7 %} for %xcolorl=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 23 %line 449 %!PS-Adobe-3.0 EPSF-3.0 VG291-3N %%BoundingBox: 70 83 228 206 %START PDFDE011.EPS /pdfmark13 where {pop} {userdict /pdfmark13 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@mac.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark13 [ /View [ /FitB ] /DOCVIEW pdfmark13 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Oblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierI-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /Courier-BoldOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierBI-ISOL1 exch definefont pop /TG {350 /Times-ISOL1 FS} bind def /TM {280 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TS {200 /Times-ISOL1 FS} bind def /TL {160 /Times-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TIM {280 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIS {200 /TimesI-ISOL1 FS} bind def /TIL {160 /TimesI-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBM {280 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBS {200 /TimesB-ISOL1 FS} bind def /TBL {160 /TimesB-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /TBIM {280 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIS {200 /TimesBI-ISOL1 FS} bind def /TBIL {160 /TimesBI-ISOL1 FS} bind def /SG {350 /Symbol FS} bind def /SM {280 /Symbol FS} bind def /SK {240 /Symbol FS} bind def /SS {200 /Symbol FS} bind def /SL {160 /Symbol FS} bind def %%EndProlog gsave %lanindL2.EPS START 20000505 /lanind 0 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 0 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 3 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def} if %always independent of intended output gsave %LANINDL2 END /cvishow {cvi 6 string cvs show ( ) show} def /cvsshow1 {10 mul cvi 0.1 mul 9 string cvs show ( ) show} def /cvsshow2 {100 mul cvi 0.01 mul 9 string cvs show ( ) show} def /cvsshow3 {1000 mul cvi 0.001 mul 9 string cvs show ( ) show} def /cvsshow4 {10000 mul cvi 0.0001 mul 9 string cvs show ( ) show} def /cvsshow5 {100000 mul cvi 0.00001 mul 9 string cvs show ( ) show} def /SD65 80 array def %380 bis 775 mit deltalambda=05 /SD50 80 array def %380 bis 775 mit deltalambda=05 /SP40 80 array def %380 bis 775 mit deltalambda=05 /SA00 80 array def %380 bis 775 mit deltalambda=05 /SE00 80 array def %380 bis 775 mit deltalambda=05 /SC00 80 array def %380 bis 775 mit deltalambda=05 /SP00 80 array def %380 bis 775 mit deltalambda=05 /SQ00 80 array def %380 bis 775 mit deltalambda=05 /SDAK 80 array def %380 bis 775 mit deltalambda=05 /RA 80 array def %380 bis 770 nm /F2 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm /F2N 240 array def %normiert auf Y=100 fuer D65 und 10nm /F10 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm %C %C LITERATURQUELLEN LICHTARTEN %C SA,SC,SD65, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.1, SEITE 81 %C SD55,SD75, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.4, SEITE 85 %C LINEAR INTERPOLIERT VON 5 ZU 5NM %C SG,SP,SXE, DIN 5033, BLATT 7 ,SEITE 8-9 %C AUSGABE 1966 /SD65 %80 data 5 nm [50.0 52.3 54.6 68.7 82.8 87.1 91.5 92.5 93.4 90.1 86.7 95.8 104.9 110.9 117.0 117.4 117.8 116.3 114.9 115.4 115.9 112.4 108.8 109.1 109.4 108.6 107.8 106.3 104.8 106.2 107.7 106.0 104.4 104.2 104.0 102.0 100.0 98.2 96.3 96.1 95.8 92.2 88.7 89.3 90.0 89.8 89.6 88.6 87.7 85.5 83.3 83.5 83.7 81.9 80.0 80.1 80.2 81.2 82.3 80.3 78.3 74.0 69.7 70.7 71.6 73.0 74.3 68.0 61.6 65.7 69.9 72.5 75.1 69.3 63.6 55.0 46.4 56.6 66.8 65.1] def /SD50 %80 data 5 nm CIE 15.3, Seite 30; aus JE540-1N.PS [24.5 27.2 29.9 39.6 49.3 52.9 56.5 58.3 60.0 58.9 57.8 66.3 74.8 81.0 87.2 88.9 90.6 91.0 91.4 93.2 95.1 93.5 92.0 93.8 95.7 96.2 96.6 96.8 97.1 99.6 102.1 101.4 100.8 101.5 102.3 101.2 100.0 98.9 97.7 98.3 98.9 96.2 93.5 95.6 97.7 98.5 99.3 99.2 99.0 97.4 95.7 97.3 98.9 97.3 95.7 96.9 98.2 100.6 103.0 101.1 99.1 93.3 87.4 89.5 91.6 92.2 92.9 84.9 76.9 81.7 86.5 89.5 92.6 85.4 78.2 68.0 57.7 70.3 82.9 0.0] def %0.0 not used /SA00 %80 data 5 nm CIE 15.3 Seite 30; aus JE540-1N.PS [9.80 10.90 12.09 13.35 14.71 16.15 17.68 19.29 20.99 22.79 24.67 26.64 28.70 30.85 33.09 35.41 37.81 40.30 42.87 45.52 48.24 51.04 53.91 56.85 59.86 62.93 66.06 69.25 72.50 75.79 79.13 82.52 85.95 89.41 92.91 96.44 100.00 103.58 107.18 110.80 114.44 118.08 121.73 125.39 129.04 132.70 136.35 139.99 143.62 147.24 150.84 154.42 157.98 161.52 165.03 168.51 171.96 175.38 178.77 182.12 185.43 188.70 191.93 195.12 198.26 201.36 204.41 207.41 210.36 213.27 216.12 218.92 221.67 224.36 227.00 229.59 232.12 234.59 237.01 239.37 0.0] def %0.0 not used % AUS BILDPLA.FOR aus vrbam/wrpos:KRPROG.FOR, 5987-6023 5.10.92 %C PROGRAMM ZUR BERECHNUNG DER RELATIVEN SPEKTRALEN STRAHLUNGSVERTEI- %C LUNG EINES HOHLRAUMSTRAHLERS ALS FUNKTION DER WELLENLAENGE LAMDA %C BEI GEGEBENER TEMPERATUR T %C VERWENDETE VARIABLE %C T TEMPERATUR %C C2 PLANCKSCHE KONSTANTE (=1.4388 CM K (1967)) %C LAMDA(I) WELLENLAENGE %C S(I) STRAHLUNGSVERTEILUNG DES HOHLRAUMSTRAHLERS %C %C LITERATUR OFFIZIELLE EMPFEHLUNGEN DER CIE,DEUTSCHE VERSION, %C CA. 1969, SEITE 21 UND TABELLE 1.1.1 %C %SDP4 80 array def %380 bis 775 mit deltalambda=05 % DO 50 I=1,54 % 50 S(I)=100. % 1*(560./FLOAT(LAMDA(I)))**5 % 2*(EXP(C2/(560.*10.**(-7)*T))-1.) % 3/(EXP(C2/(FLOAT(LAMDA(I))*10.**(-7)*T))-1.) %new CIE 15.3:2004, Eq. (3.1) page 2 %S(I) = [100{560/lambda}**5] [exp{(c2*10**7)/(TNC*560 )} - 1] % /[exp{(c2*10**7)/(TNC*lambda)} - 1] % exp = e {...} = 2.71 {...} %/TNC 2848 def %NLA /TNC 4000 def /EE 2.718281 def %e=mac pocket calculator /C2 1.4350000 10 7 exp mul def /lamd 80 array def 0 1 79 {%i=0,79 /i exch def /lambda 380 i 5 mul add def lamd i lambda put /E1 560 lambda div 5 exp def /E4 C2 TNC 560 mul div def /E5 C2 TNC lambda mul div def /E6 EE E4 exp def /E7 EE E5 exp def SP40 i E1 100 mul E6 1 sub E7 1 sub div mul put } for %i=0,79 /xex 10 2 exp def /yex EE 2 exp def /SE00 %80 data 5 nm [100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0] def %0.0 not used /SC00 %80 data 5 nm [ 33.00 39.92 47.40 55.17 63.30 71.81 80.60 89.53 98.10 105.80 112.40 117.75 121.50 123.45 124.00 123.60 123.10 123.30 123.80 124.09 123.90 122.92 120.70 116.90 112.10 106.98 102.30 98.81 96.90 96.78 98.00 99.94 102.10 103.95 105.20 105.67 105.30 104.11 102.30 100.15 97.80 95.43 93.20 91.22 89.70 88.83 88.40 88.19 88.10 88.06 88.00 87.86 87.80 87.99 88.20 88.20 87.90 87.22 86.30 85.30 84.00 82.21 80.20 78.24 76.30 74.36 72.40 70.40 68.30 66.30 64.40 62.80 61.50 60.20 59.20 58.50 58.10 58.00 58.20 58.50 ] def %0.0 not used 0 1 79 {/i exch def %i=0,79 /lamda 380 i 5 mul add def SP00 i SE00 i get lamda 560 div mul put SQ00 i SE00 i get 1120 lamda sub 560 div mul put } for %i=0,79 %C LITERATURQUELLEN SPEKTRALWERTE %C F2 CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 2.1, SEITE 93-102 /F2 %3x80 data [.001368 .002236 .004243 .007650 .01431 .02319 .04351 .07763 .1344 .2148 .2839 .3285 .3483 .3481 .3362 .3187 .2908 .2511 .1954 .1421 .09564 .05795 .03201 .01470 .0049 .0024 .0093 .0291 .06327 .1096 .1655 .2257 .2904 .3597 .4334 .5121 .5945 .6784 .7621 .8425 .9163 .9786 1.0263 1.0567 1.0622 1.0456 1.0026 .9384 .8544 .7514 .6424 .5419 .4479 .3608 .2835 .2187 .1649 .1212 .0874 .0636 .04677 .03290 .02270 .01584 .01136 .00811 .00579 .004109 .002899 .002049 .001440 .0009999 .0006901 .000476 .0003323 .0002348 .0001662 .0001174 .00008308 .00005871 .000039 .000064 .00012 .000217 .000396 .00064 .00121 .00218 .004 .0073 .0116 .01684 .023 .0298 .0380 .048 .06 .0739 .09098 .1126 .139 .1693 .208 .2586 .323 .4073 .503 .6082 .71 .7932 .862 .9149 .954 .9803 .995 1.0 .995 .9786 .952 .9154 .870 .8163 .757 .6949 .631 .5668 .503 .4412 .381 .321 .265 .217 .175 .1382 .107 .0816 .061 .04458 .032 .0232 .017 .01192 .00821 .005723 .004102 .002929 .002091 .001484 .001047 .00074 .00052 .0003611 .0002492 .0001719 .00012 .0000848 .00006 .0000424 .00003 .0000212 .00645 .01055 .02005 .03621 .06785 .1102 .2074 .3713 .6456 1.0391 1.3856 1.623 1.7471 1.7826 1.7721 1.7441 1.6692 1.5281 1.2876 1.0419 .8130 .6162 .4652 .3533 .2720 .2123 .1582 .1117 .07825 .05725 .04216 .02984 .0203 .0134 .00875 .00575 .0039 .00275 .0021 .0018 .00165 .0014 .0011 .0010 .0008 .0006 .00034 .00024 .00019 .0001 .00005 .00003 .00002 .00001 % 26*0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 %26 ] def /F10 %3x80 data [.00016 .0006624 .002362 .007242 .01911 .0434 .08474 .1406 .2045 .2647 .3147 .3577 .3837 .3867 .3707 .343 .3023 .2541 .1956 .1323 .08051 .04107 .01617 .005132 .003816 .01544 .03746 .07136 .1177 .173 .2365 .3042 .3768 .4516 .5298 .6161 .7052 .7938 .8787 .9512 1.0142 1.0743 1.1185 1.1343 1.124 1.0891 1.0305 .9507 .8563 .7549 .6475 .5351 .4316 .3437 .2683 .2043 .1526 .1122 .08126 .05793 .04085 .02862 .019941 .01384 .0100 .006605 .004552 .003145 .002175 .001506 .001045 .0007274 .0005083 .0003564 .000251 .0001777 .0001264 .00009015 .00006453 .00004634 .00001736 .00007156 .0002534 .0007685 .002004 .004509 .008756 .01446 .02139 .0295 .03868 .0496 .06208 .0747 .08946 .1063 .1282 .1528 .1852 .2199 .2536 .2977 .3391 .3954 .4608 .5314 .6067 .6857 .7618 .8233 .8752 .9238 .962 .9822 .9918 .9991 .9973 .9824 .9555 .9152 .8689 .8256 .7774 .7203 .6583 .5939 .528 .4618 .3981 .3395 .2835 .2282 .1798 .1402 .1076 .08119 .06028 .0441 .0318 .0226 .0159 .01113 .007749 .0053751 .0037177 .002565 .001768 .001222 .0008462 .0005864 .0004074 .000284 .0001987 .0001395 .00009843 .00006982 .00004974 .00003554 .00002549 .00001834 .0007048 .002928 .01048 .03234 .08601 .1971 .3894 .6568 .9725 1.2825 1.5535 1.7985 1.9673 2.0273 1.9948 1.9007 1.7454 1.5549 1.3176 1.0302 .7721 .5701 .4152 .3024 .2185 .1592 .112 .08225 .06071 .04305 .03045 .02058 .01368 .007918 .003988 .001091 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %30 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %40 0.0 0.0 0.0 0.0 %44 ] def %calculation of transformation data /FARBE 27 array def /FARBE [(R) (m) ( 561_770) %00 (Y) (m) ( 520_770) %01 (G) (m) ( 475_573) %02 (C) (m) ( 380_561) %03 (B) (m) ( 380_520) %04 (M) (m) ( 573_475) %05 (G) (o) ( 520_570) %06 (M) (o) ( 570_520) %07 (W) (1) ( 380_770) %08 ] def %/FARBE [(R) (m) ( 565_770) %00 % (Y) (m) ( 520_770) %01 % (G) (m) ( 475_575) %02 % (C) (m) ( 380_565) %03 % (B) (m) ( 380_520) %04 % (M) (m) ( 575_475) %05 % (N) (0) ( 380_770) %06 % (W) (0) ( 380_770) %07 % (W) (1) ( 380_770) %08 % ] def /xshift 10 array def %max 6 device + 4 elementary /yshift 10 array def /colori 10 array def /RX0 640 array def %8x80 /RX0 [ %(%Rm 00 565_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0500 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Ym 01 495_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0500 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Gm 02 475_575) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Cm 03 380_565) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 0500 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Bm 04 380_495) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 0500 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mm 05 575_475) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Go 06 520_570) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mo 07 570_520) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%W1(r=1,000) 08 380_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 ] def /xcolorl xcolor def %0 1 1 {/xcolorl exch def %xcolorl=0,1 xcolorl 1 eq {0 1 239 {/i exch def %i=0,239 F2 i F10 i get put } for %i=0,239 } if /YKSUM 0 def %For CIE Illuminant E 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM F2 80 i add get add def } for %i=0,1,79 /F2N 240 array def 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add F2 00 i add get YKSUM div 100 mul put F2N 80 i add F2 80 i add get YKSUM div 100 mul put F2N 160 i add F2 160 i add get YKSUM div 100 mul put } for %i=0,1,79 /FXN 80 array def %FXN 0 = F2N imax /FYN 80 array def /FZN 80 array def %defines FXN, FYN, FZN 0 to 79 0 1 79 {/i exch def %i=0,79 FXN i F2N 000 i add get put FYN i F2N 080 i add get put FZN i F2N 160 i add get put } for %i=0,79 %special wavelength range with complementary colours for E? /FXD 63 array def /FYD 63 array def /FZD 63 array def /DOW 63 array def 00 1 60 {/i exch def %i=0,60 %range 400..700nm FXD i FXN 005 i add get put FYD i FYN 005 i add get put FZD i FZN 005 i add get put DOW i 400 i 5 mul add put %range 400 to 700 } for %i=0,60 %for interpolation FXD 61 FXD 60 get put FYD 61 FYD 60 get put FZD 61 FZD 60 get put FXD 62 FXD 60 get put FYD 62 FYD 60 get put FZD 62 FZD 60 get put /FAD 63 array def /FBD 63 array def /FCD 63 array def 20 setlinewidth /xdel 1005 def /ydel 395 def /x0 050 def /x1 -150 def /TELi 8 array def /TELi [(D65) (D50) (P40) (A00) (E00) (C00) (P00) (Q00)] def %7 illumin. /Xi 79 array def %79 spectral or max 6 device colour + 4 elementary colours /Yi 79 array def /Zi 79 array def /XANi 79 array def /YANi 79 array def /ZANi 79 array def /Xk 9 array def %9 spectral or max 9 device colours /Yk 9 array def /Zk 9 array def /XANk 9 array def /YANk 9 array def /ZANk 9 array def /RAk 80 array def 0 1 0 {/xchart4 exch def %xchart4=0,7 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /K 0 def %for normalization 1 %/K 1 def %for normalization 0,886 gsave %5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolorl cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow 5 /Times-ISOL1 FS 180 85 moveto (VG291-3N) show %xchart4 1 add cvishow %xchart 0 ge {(N) show} if %(_) show xchartl 1 add cvishow %xchart 0 eq {(N) show} % {deintp colorm 2 mul add cvishow} ifelse 72 90 translate 0.010 MM dup scale 25 setlinewidth 0 0 0 0 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath fill 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath clip 0 0 0 1 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath stroke %calculation of XW,YW,ZW for illuminant D65, D50, ... 0 1 79 {/i exch def %i=0,79 SDAK i xchartl 0 eq {SD65 i get} if xchartl 1 eq {SD50 i get} if xchartl 2 eq {SP40 i get} if xchartl 3 eq {SA00 i get} if xchartl 4 eq {SE00 i get} if xchartl 5 eq {SC00 i get} if xchartl 6 eq {SP00 i get} if xchartl 7 eq {SQ00 i get} if put } for %i=0,79 /YKSUM 0 def 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM SDAK i get F2 80 i add get mul add def } for %i=0,1,79 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add SDAK i get F2 00 i add get mul YKSUM div 100 mul put F2N 80 i add SDAK i get F2 80 i add get mul YKSUM div 100 mul put F2N 160 i add SDAK i get F2 160 i add get mul YKSUM div 100 mul put } for %i=0,1,79 %XW,YW,ZW for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 /SUMW XW YW add ZW add def %for D65, D50, P40, A00, E00 /XANW XW SUMW div def /YANW YW SUMW div def /ZANW ZW SUMW div def /AANW XW YW 0.0001 add div def /BANW ZW YW 0.0001 add div 0.4 mul neg def %************************************************ %XYZRi for 9 reflections 0 1 08 {/k exch def %k=0,8 %09 Reflections /kx k 80 mul def 0 1 79 {/i exch def %i=0,79 RAk i RX0 kx i add get 1000 div put } for %i=0,79 /XR 0 def /YR 0 def /ZR 0 def 0 1 079 {/i exch def %i=0,79 /XR XR F2N 00 i add get RAk i get mul add def /YR YR F2N 80 i add get RAk i get mul add def /ZR ZR F2N 160 i add get RAk i get mul add def } for %i=0,79 Xk k XR put Yk k YR put Zk k ZR put /SUMR XR YR add ZR add def XANk k XR SUMR 0.0001 add div put YANk k YR SUMR 0.0001 add div put ZANk k ZR SUMR 0.0001 add div put } for %k=0,8 %******************************************* 0 1 62 {/i exch def %i=0,62 FAD i FXD i get put FBD i FYD i get put FCD i FZD i get put } for %i=0,62 % FXU(1)=FF(2)*U(3)-FF(3)*U(2) % FXU(2)=FF(3)*U(1)-FF(1)*U(3) % FXU(3)=FF(1)*U(2)-FF(2)*U(1) % SUBROUTINE DOWEL (F,FXU,IMAX,IO) % DIMENSION F(99,3),FXU(3) % I=1 % T2=F(1,1)*FXU(1)+F(1,2)*FXU(2)+F(1,3)*FXU(3) % IF(T2) 1,1,4 % 1 T1=T2 % I=I+1 % T2=F(I,1)*FXU(1)+F(I,2)*FXU(2)+F(I,3)*FXU(3) % IF(T2) 1,1,2 % 2 IF(T1) 3,3,1 % 3 IO=I-1 % RETURN % 4 T1=F(IMAX,1)*FXU(1)+F(IMAX,2)*FXU(2)+F(IMAX,3)*FXU(3) % IF(T1) 5,5,1 % 5 IO=IMAX % RETURN % END %********************************************************* /proc_ABC_KNP_FWERTiX {%BEG proc_ABC_KNP_FWERT %input FAD,FBD,FCD, KNP %output FWERTiX/Y/Z (i=1,4) kNP 1 ge {/FWERT1X FAD kNP 1 sub get def /FWERT1Y FBD kNP 1 sub get def /FWERT1Z FCD kNP 1 sub get def} {/FWERT1X FAD 0 get def %again 400nm for i=0 /FWERT1Y FBD 0 get def /FWERT1Z FCD 0 get def} ifelse /FWERT2X FAD kNP get def /FWERT2Y FBD kNP get def /FWERT2Z FCD kNP get def /FWERT3X FAD kNP 1 add get def /FWERT3Y FBD kNP 1 add get def /FWERT3Z FCD kNP 1 add get def /FWERT4X FAD kNP 2 add get def /FWERT4Y FBD kNP 2 add get def /FWERT4Z FCD kNP 2 add get def } bind def %END proc_ABC_KNP_FWERTiX %********************************************************* /proc_XIE_TN1 {%BEG proc_XIE_TN1 %input XIE, FWERTiX/Y/Z (i=1,4) %output TN1 /A1N XIE 1 XIE sub mul XIE 2 sub mul 6 div def /A2N XIE 1 add XIE 1 sub mul XIE 2 sub mul 0.5 mul def /A3N XIE 1 add XIE mul 2 XIE sub mul 0.5 mul def /A4N XIE 1 add XIE mul XIE 1 sub mul 6 div def /FNX A1N FWERT1X mul A2N FWERT2X mul add A3N FWERT3X mul add A4N FWERT4X mul add def /FNY A1N FWERT1Y mul A2N FWERT2Y mul add A3N FWERT3Y mul add A4N FWERT4Y mul add def /FNZ A1N FWERT1Z mul A2N FWERT2Z mul add A3N FWERT3Z mul add A4N FWERT4Z mul add def /TNX FNX FXU1 mul FNY FXU2 mul add FNZ FXU3 mul add def } bind def %END proc_XIE_TN1 %********************************************************* /WEL1 60 array def %irregular definition /WEL2 60 array def %irregular definition %0 1 2 3 4 5 6 7 8 9 /WEL1 [405 435 450 460 465 470 475 480 485 490 495 500 510 520 530 540 545 550 555 560 ] def 0 1 19 {/k exch def %k=0,19 %wavelength 405..700nm /j WEL1 k get 400 sub 5 idiv def /LP k def /LPP 20.5 k add def /FF1 FXD j get def %start at 405..700nm /FF2 FYD j get def /FF3 FZD j get def /U1 XW def /U2 YW def /U3 ZW def /FXU1 FF2 U3 mul FF3 U2 mul sub def /FXU2 FF3 U1 mul FF1 U3 mul sub def /FXU3 FF1 U2 mul FF2 U1 mul sub def /INP -1 def /IPN -1 def %assumption jump from TN to TP from negativ to positiv 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add def TN 0 le TP 0 gt and {/INP i def exit} if } for %i=1,60 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add neg def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add neg def TN 0 le TP 0 gt and {/IPN i def exit} if } for %i=1,60 %********************************************************* /kNP INP def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE1 DOW INP get DOW INP 1 add get DOW INP get sub XIE mul add def /XIENP XIE def } if %kNP>=0 %********************************************************* /kNP IPN def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def /FXU1 FXU1 neg def /FXU2 FXU2 neg def /FXU3 FXU3 neg def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE2 DOW IPN get DOW IPN 1 add get DOW IPN get sub XIE mul add def /XIEPN XIE def } if %kNP>=0 %********************************************************* 0 1 79 {/i exch def %i=0,79 RA i 0 put } for %i=0,79 INP -1 eq {/i1 0 def} %380nm {/i1 INP 5 add def} ifelse %405..700nm IPN -1 eq {/i2 79 def} %770nm {/i2 IPN 5 add def} ifelse %405..700nm i2 i1 ge {%i1i2 i1 1 79 {/i exch def %i=i1,79 RA i 1 put } for %i=i1,79 0 1 i2 {/i exch def %i=0,i2 RA i 1 put } for %i=0,i2 } ifelse %i1>i2 %correction i2 i1 ge {%i1i2 RA i1 0.5 put RA i2 0.5 XIEPN 0.5 sub add put } ifelse %i1>i2 %*************************************************** /X 0 def /Y 0 def /Z 0 def 0 1 079 {/i exch def %i=0,79 /X X F2N 00 i add get RA i get mul add def /Y Y F2N 80 i add get RA i get mul add def /Z Z F2N 160 i add get RA i get mul add def } for %i=0,79 /SUM X Y add Z add def /XAN X SUM 0.0001 add div def /YAN Y SUM 0.0001 add div def /ZAN Z SUM 0.0001 add div def %************************************************* 0 0 0 1 setcmyk_olvcolor 0 1 1 {/Icom exch def %Icom=0,1 Icom 0 eq {%Icom=0,1 Xi k X put Yi k Y put Zi k Z put XANi k XAN put YANi k YAN put ZANi k ZAN put }%Icom=0 {%Icom=1 /kP 20 k add def Xi kP XW X sub put Yi kP YW Y sub put Zi kP ZW Z sub put /SUMi Xi kP get Yi kP get add Zi kP get add def XANi kP Xi kP get SUMi 0.0001 add div put YANi kP Yi kP get SUMi 0.0001 add div put ZANi kP Zi kP get SUMi 0.0001 add div put } ifelse %Icom=1 } for %Icom=0,1 K 1 eq {%K=1 Xi k Xi k get 0.8859 mul put Yi k Yi k get 0.8859 mul put Zi k Zi k get 0.8859 mul put Xi kP Xi kP get 0.8859 mul put Yi kP Yi kP get 0.8859 mul put Zi kP Zi kP get 0.8859 mul put } if %K=1 } for %k=0,19 %********************************************************************** %XW,YW,ZW and XK,YK,ZK for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 K 0 eq {%K=0 /XK XW def /YK YW def /ZK ZW def }%K=0 {%K=1 /XK XW 0.8859 mul def /YK YW 0.8859 mul def /ZK ZW 0.8859 mul def } ifelse %K=1 /SUMK XK YK add ZK add def %for D65, D50, P40, A00, E00 /XANK XK SUMK div def /YANK YK SUMK div def /ZANK ZK SUMK div def /LP LP 1 add def /xtexti 96 array def /ytexti 96 array def /xtexti [ %T00 T10 T20 T30 T40 T41 T50 T51 T60 T61 T70 T71 %0 1 2 3 4 5 6 7 8 9 10 11 1800 1800 1800 2800 2800 4000 2800 4000 2800 4000 2800 4000 %0 0600 0600 0600 0600 0600 1800 0600 1800 0600 1800 0600 1800 %1 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %2 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %3 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %4 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %5 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %6 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %7 ] def /ytexti [ 3800 3580 3360 3140 2920 2920 2700 2700 2480 2480 2260 2260 %0 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %1 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %2 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %3 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %4 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %5 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %6 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %7 ] def 0 0 0 1 setcmyk_olvcolor /xchart12 xchart4 12 mul def TBS xchart4 1 ge { %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get 220 add moveto xchart4 1 eq {(LABCab 77) show} if xchart4 2 eq {(CIELAB 76) show} if xchart4 3 eq {(LABJNDS 87) show} if xchart4 4 eq {(LABCab 85) show} if xchart4 5 eq {(CIELAB 76) show} if xchart4 6 eq {(CIELAB D65) show} if xchart4 7 eq {(LABHNU1 79) show} if } if %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get moveto TBS (Name und Spektralbereich) showde %0VG291-3 00581 (Name and spectral range) showen %1VG291-3 00581 (Nombre y gama espectral) showes %2VG291-3 00581 (Nom et la gamma spectrale) showfr %3VG291-3 00581 (Nome e la gamma spettrale) showit %4VG291-3 00581 (Name and spectral range) showjp %5VG291-3 00581 xtexti xchart12 4 add get ytexti xchart12 4 add get moveto TBIS FARBE 0 get show TBL 0 -40 rmoveto FARBE 1 get show 0 40 rmoveto TBIS FARBE 2 get show xtexti xchart12 5 add get ytexti xchart12 5 add get moveto TBIS FARBE 3 get show TBL 0 -40 rmoveto FARBE 4 get show 0 40 rmoveto TBIS FARBE 5 get show xtexti xchart12 6 add get ytexti xchart12 6 add get moveto TBIS FARBE 6 get show TBL 0 -40 rmoveto FARBE 7 get show 0 40 rmoveto TBIS FARBE 8 get show xtexti xchart12 7 add get ytexti xchart12 7 add get moveto TBIS FARBE 9 get show TBL 0 -40 rmoveto FARBE 10 get show 0 40 rmoveto TBIS FARBE 11 get show xtexti xchart12 8 add get ytexti xchart12 8 add get moveto TBIS FARBE 12 get show TBL 0 -40 rmoveto FARBE 13 get show 0 40 rmoveto TBIS FARBE 14 get show xtexti xchart12 9 add get ytexti xchart12 9 add get moveto TBIS FARBE 15 get show TBL 0 -40 rmoveto FARBE 16 get show 0 40 rmoveto TBIS FARBE 17 get show xtexti xchart12 10 add get ytexti xchart12 10 add get moveto TBIS FARBE 18 get show TBL 0 -40 rmoveto FARBE 19 get show 0 40 rmoveto TBIS FARBE 20 get show xtexti xchart12 11 add get ytexti xchart12 11 add get moveto TBIS FARBE 21 get show TBL 0 -40 rmoveto FARBE 22 get show 0 40 rmoveto TBIS FARBE 23 get show TBS 0 0 0 1 setcmyk_olvcolor xtexti xchart12 0 add get ytexti xchart12 0 add get moveto TBS (10 Optimalfarben (o)) showde %0VG291-3 02581 (10 optimal colours (o)) showen %1VG291-3 02581 (10 colores \363ptimos (o)) showes %2VG291-3 02581 (10 couleurs optimales (o)) showfr %3VG291-3 02581 (10 colori ottimi (o)) showit %4VG291-3 02581 (10 optimal colours (o)) showjp %5VG291-3 02581 TBIS (, Y) show TBL 0 -60 rmoveto (W) show 0 60 rmoveto TBS K 0 eq {(=100) show}{(=88,6) show} ifelse xtexti xchart12 1 add get ytexti xchart12 1 add get moveto (8 von maximalem (m)) showde %0VG291-3 03581 (8 of maximum (m)) showen %1VG291-3 03581 (8 de m\341ximo (m)) showes %2VG291-3 03581 (8 de la maximum (m)) showfr %3VG291-3 03581 (8 di massimo (m)) showit %4VG291-3 03581 (8 of maximum (m)) showjp %5VG291-3 03581 TBIS ( C) show TBL 0 -60 rmoveto (AB) show 0 60 rmoveto TBS ( f\374r ) showde %0VG291-3 03581 ( for ) showen %1VG291-3 03581 ( bajo ) showes %2VG291-3 03581 ( pour ) showfr %3VG291-3 03581 ( per ) showit %4VG291-3 03581 ( for ) showjp %5VG291-3 03581 TELi xchartl get show xtexti xchart12 2 add get ytexti xchart12 2 add get moveto xchart4 0 eq {%xchart4=0 (in der Normfarbtafel) showde %0VG291-3 04581 (in the chromaticity diagram) showen %1VG291-3 04581 (en el diagrama de chromaticidad) showes %2VG291-3 04581 (dans le diagramme de chromaticit\351) showfr %3VG291-3 04581 (nel diagramma di cromaticit\340) showit %4VG291-3 04581 (in the chromaticity diagram) showjp %5VG291-3 04581 TBIS ( (x, y)) show } if %xchart4=0 xchart4 1 eq {%xchart4=1 (in der Farbtafel) showde %0VG291-3 05581 (in the chromaticity diagram) showen %1VG291-3 05581 (en el diagrama de chromaticidad) showes %2VG291-3 05581 (dans le diagramme de chromaticit\351) showfr %3VG291-3 05581 (nel diagramma di cromaticit\340) showit %4VG291-3 05581 (in the chromaticity diagram) showjp %5VG291-3 05581 TBIS ( (a, b)) show } if %xchart4=1 xchart4 2 eq {%xchart4=2 (in der Farbarbtafel) showde %0VG291-3 06581 (in the chromaticity diagram) showen %1VG291-3 06581 (en el diagrama de chromaticidad) showes %2VG291-3 06581 (dans le diagramme de chromaticit\351) showfr %3VG291-3 06581 (nel diagramma di cromaticit\340) showit %4VG291-3 06581 (in the chromaticity diagram) showjp %5VG291-3 06581 TBIS ( (a', b')) show } if %xchart4=2 xchart4 3 eq {%xchart4=3 (in der Farbarbtafel) showde %0VG291-3 07581 (in the chromaticity diagram) showen %1VG291-3 07581 (en el diagrama de chromaticidad) showes %2VG291-3 07581 (dans le diagramme de chromaticit\351) showfr %3VG291-3 07581 (nel diagramma di cromaticit\340) showit %4VG291-3 07581 (in the chromaticity diagram) showjp %5VG291-3 07581 TBIS ( (a", b")) show } if %xchart4=3 xchart4 4 eq {%xchart4=4 (in Buntwertdiagramm) showde %0VG291-3 08581 (in chromatic value diagram) showen %1VG291-3 08581 (en el diagrama valor crom\341tico) showes %2VG291-3 08581 (dans la valeur chromatique le diagramme) showfr %3VG291-3 08581 (nel diagramma di valore cromatico) showit %4VG291-3 08581 (in chromatic value diagram) showjp %5VG291-3 08581 TBIS ( (A, B)) show } if %xchart4=4 xchart4 5 eq {%xchart4=5 (in Buntheitsdiagram) showde %0VG291-3 09581 (in CIELAB diagram) showen %1VG291-3 09581 (en el diagrama CIELAB) showes %2VG291-3 09581 (dans le diagramme de CIELAB) showfr %3VG291-3 09581 (nel diagramma di CIELAB) showit %4VG291-3 09581 (in CIELAB diagram) showjp %5VG291-3 09581 TBIS ( (a*, b*)) show } if %xchart4=5 xchart4 6 eq {%xchart4=6 (in Buntheitsdiagram) showde %0VG291-3 10581 (in chroma diagram) showen %1VG291-3 10581 (en el diagrama croma) showes %2VG291-3 10581 (dans le diagramme de chroma) showfr %3VG291-3 10581 (nel diagramma di chroma) showit %4VG291-3 10581 (in chroma diagram) showjp %5VG291-3 10581 TBIS ( \050a*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (, ) show TBIS (b*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (\051) show } if %xchart4=6 xchart4 7 eq {%xchart4=7 (in Buntheitsdiagram) showde %0VG291-3 11581 (in chroma diagram) showen %1VG291-3 11581 (en el diagrama croma) showes %2VG291-3 11581 (dans le diagramme de chroma) showfr %3VG291-3 11581 (nel diagramma di chroma) showit %4VG291-3 11581 (in chroma diagram) showjp %5VG291-3 11581 TBIS ( (A*, B*)) show } if %xchart4=7 xchart4 0 eq {%xchart4=0 600 400 translate 0 0 moveto 4000 0 rlineto stroke 0 0 moveto 0 3200 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 -50 moveto 0 100 rlineto stroke 800 -50 moveto 0 100 rlineto stroke 1600 -50 moveto 0 100 rlineto stroke 2400 -50 moveto 0 100 rlineto stroke 3200 -50 moveto 0 100 rlineto stroke 4000 -50 moveto 0 100 rlineto stroke -100 -300 moveto (0,0) show 700 -300 moveto (0,2) show 1500 -300 moveto (0,4) show 2300 -300 moveto (0,6) show 3100 -300 moveto (0,8) show 3900 -300 moveto (1,0) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 800 moveto 100 0 rlineto stroke -50 1600 moveto 100 0 rlineto stroke -50 2400 moveto 100 0 rlineto stroke -50 3200 moveto 100 0 rlineto stroke -450 -80 moveto (0,0) show -450 720 moveto (0,2) show -450 1520 moveto (0,4) show -450 2320 moveto (0,6) show -450 3120 moveto (0,8) show TIM -300 2800 moveto (y) show TIM 4200 150 moveto (x) show 4000 1600 moveto TBS (Parame\255) show 4000 1400 moveto TBS (ter:) show TBIS ( Y) show TL TBIS 2600 150 moveto (CIE 1931) show -600 -400 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA= 4000 BEO=02 xy-Farbtafel IXY0: 600 400 600 400 translate 693 19 moveto 693 19 692 19 690 19 curveto 688 19 685 20 681 23 curveto 675 27 667 34 657 43 curveto 644 55 626 70 603 90 curveto 575 118 542 159 496 231 curveto 438 347 365 530 274 802 curveto 181 1179 93 1650 32 2153 curveto 15 2619 55 3000 155 3248 curveto 297 3335 456 3304 618 3223 curveto 771 3126 918 3017 1063 2897 curveto 1206 2769 1349 2635 1492 2497 curveto 1634 2358 1776 2218 1915 2080 curveto 2049 1946 2179 1817 2300 1696 curveto 2411 1585 2508 1489 2592 1405 curveto 2663 1336 2720 1278 2765 1233 curveto 2802 1197 2831 1168 2856 1143 curveto 2876 1123 2892 1107 2903 1096 curveto 2913 1086 2919 1080 2924 1075 curveto 2927 1072 2930 1069 2933 1066 curveto 2936 1063 2937 1062 2938 1061 curveto 2938 1061 2939 1060 2744 971 curveto 2261 748 2040 643 1908 582 curveto 1819 541 1758 512 1708 490 curveto 1660 468 1612 445 1558 420 curveto 1495 391 1419 356 1320 309 curveto 1184 247 986 155 693 19 curveto stroke 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc fill % 400 681 23 30 0 360 arc fill % 425 626 70 30 0 360 arc fill % 450 438 347 30 0 360 arc fill % 475 32 2153 30 0 360 arc fill % 500 456 3304 30 0 360 arc fill % 525 1206 2769 30 0 360 arc fill % 550 1915 2080 30 0 360 arc fill % 575 2508 1489 30 0 360 arc fill % 600 2802 1197 30 0 360 arc fill % 625 2903 1096 30 0 360 arc fill % 650 2930 1069 30 0 360 arc fill % 675 2938 1061 30 0 360 arc fill % 700 2261 748 30 0 360 arc fill %500c 1708 490 30 0 360 arc fill %525c 1419 356 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc stroke % 400 681 23 30 0 360 arc stroke % 425 626 70 30 0 360 arc stroke % 450 438 347 30 0 360 arc stroke % 475 32 2153 30 0 360 arc stroke % 500 456 3304 30 0 360 arc stroke % 525 1206 2769 30 0 360 arc stroke % 550 1915 2080 30 0 360 arc stroke % 575 2508 1489 30 0 360 arc stroke % 600 2802 1197 30 0 360 arc stroke % 625 2903 1096 30 0 360 arc stroke % 650 2930 1069 30 0 360 arc stroke % 675 2938 1061 30 0 360 arc stroke % 700 2261 748 30 0 360 arc stroke %500c 1708 490 30 0 360 arc stroke %525c 1419 356 30 0 360 arc stroke %550c % 1250 1316 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS 693 375 sub 19 250 sub moveto (400) show % 681 500 sub 23 100 sub moveto (425) show % 626 500 sub 70 100 sub moveto (450) show 438 350 sub 347 200 sub moveto (475) show 32 450 sub 2153 100 sub moveto (500) show 456 100 add 3304 000 add moveto (525) show 1206 100 add 2769 000 add moveto (550) show 1915 080 sub 2080 100 add moveto (575) show 2508 100 add 1489 000 add moveto (600) show 2802 100 add 1197 100 add moveto (625) show % 2903 200 sub 1096 100 add moveto (650) show % 2930 200 sub 1069 100 add moveto (675) show 2938 100 add 1061 100 sub moveto (700) show 2261 100 add 748 200 sub moveto (500c,E) show 1708 100 add 490 200 sub moveto (525c,E) show 1419 000 add 356 250 sub moveto (550c,E) show % 1250 100 add 1316 100 sub moveto (D65 ) show -600 -400 translate %ENDE: 1 } if %xchart4=0 xchart4 1 eq {%xchart4=1 500 3200 translate 0 400 moveto 4000 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -150 500 moveto (-0,8) show 650 500 moveto (0,0) show 1450 500 moveto (0,8) show 2250 500 moveto (1,6) show 3050 500 moveto (2,4) show 3850 500 moveto (3,2) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,8) show -450 -1700 moveto (-1,6) show %-450 -2500 moveto (-2,4) show -175 -3050 moveto 90 rotate TBIK (b) show TBK (=-0,40) show TBIK (z/y) show -90 rotate 3650 100 moveto TBIK (a=x/y) show 4150 -200 moveto TBS (Parame\255) show 4150 -400 moveto TBS (ter:) show TBIS ( Y) show TL -500 -3200 translate %1000 02 01 16 01-.03**************************************** %ANF PROZSPEP.FOR: MULYA= 1000 BEO=02 ab-Farbtafel IXY0: 1500 3200 1300 3200 translate % 36136 -68535 moveto % 36136 -68535 36234 -68875 35958 -68561 curveto % 35610 -68128 33600 -64560 29424 -56936 curveto % 24474 -47779 19507 -38551 15143 -30384 curveto % 11681 -23927 8847 -18653 6639 -14534 curveto % 4846 -11128 3397 -8271 2147 -5661 curveto 1261 -3701 moveto 1261 -3701 688 -2339 342 -1455 curveto 153 -894 56 -546 15 -336 curveto 5 -208 18 -125 47 -73 curveto 89 -44 138 -28 191 -19 curveto 246 -13 304 -8 366 -5 curveto 435 -3 512 -2 597 -1 curveto 693 -1 800 0 920 0 curveto 1053 0 1198 0 1355 0 curveto 1520 0 1683 0 1844 0 curveto 1993 0 2126 0 2242 0 curveto 2340 0 2424 0 2497 0 curveto 2559 0 2610 0 2649 0 curveto 2680 0 2703 0 2718 0 curveto 2731 0 2741 0 2751 0 curveto 2760 0 2764 0 2767 0 curveto 2769 0 2770 0 2824 -116 curveto 3023 -529 3168 -817 3275 -1036 curveto 3357 -1209 3430 -1349 3482 -1469 curveto 3545 -1597 3622 -1746 3704 -1922 curveto 3817 -2156 3983 -2496 4262 -3058 curveto % 4786 -4149 6341 -7346 35775 -67850 curveto stroke 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc fill % 400 % 29424 -56936 30 0 360 arc fill % 425 % 8847 -18653 30 0 360 arc fill % 450 1261 -3701 30 0 360 arc fill % 475 15 -336 30 0 360 arc fill % 500 138 -28 30 0 360 arc fill % 525 435 -3 30 0 360 arc fill % 550 920 0 30 0 360 arc fill % 575 1683 0 30 0 360 arc fill % 600 2340 0 30 0 360 arc fill % 625 2649 0 30 0 360 arc fill % 650 2741 0 30 0 360 arc fill % 675 2769 0 30 0 360 arc fill % 700 3023 -529 30 0 360 arc fill %500c 3482 -1469 30 0 360 arc fill %525c 3983 -2496 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc stroke % 400 % 29424 -56936 30 0 360 arc stroke % 425 % 8847 -18653 30 0 360 arc stroke % 450 1261 -3701 30 0 360 arc stroke % 475 15 -336 30 0 360 arc stroke % 500 138 -28 30 0 360 arc stroke % 525 435 -3 30 0 360 arc stroke % 550 920 0 30 0 360 arc stroke % 575 1683 0 30 0 360 arc stroke % 600 2340 0 30 0 360 arc stroke % 625 2649 0 30 0 360 arc stroke % 650 2741 0 30 0 360 arc stroke % 675 2769 0 30 0 360 arc stroke % 700 3023 -529 30 0 360 arc stroke %500c 3482 -1469 30 0 360 arc stroke %525c 3983 -2496 30 0 360 arc stroke %550c % 950 -435 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 36136 500 sub -68535 100 sub moveto (400) show % 29424 500 sub -56936 100 sub moveto (425) show % 8847 500 sub -18653 100 sub moveto (450) show % 1261 500 sub -3701 100 sub moveto (475) show 15 400 sub -336 100 sub moveto (500) show % 138 200 sub -28 100 add moveto (525) show 435 200 sub -3 100 add moveto (550) show % 920 200 sub 0 100 add moveto (575) show 1683 200 sub 0 100 add moveto (600) show 2340 200 sub 0 100 add moveto (625) show % 2649 200 sub 0 100 add moveto (650) show % 2741 200 sub 0 100 add moveto (675) show 2769 100 add 0 150 sub moveto (700) show 3023 100 add -529 100 sub moveto (500c,E) show 3482 800 sub -1469 050 sub moveto (525c,E) show % 3983 500 sub -2496 100 sub moveto (550c,E) show % 950 100 add -435 100 sub moveto (D65 ) show -1300 -3200 translate %ENDE: 2 } if %xchart4=1 xchart4 2 eq {%xchart4=2 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 000 350 moveto 0 100 rlineto stroke 0800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -200 500 moveto (0,00) show 600 500 moveto (0,06) show 1400 500 moveto (0,12) show 2200 500 moveto (0,18) show 3000 500 moveto (0,24) show 3800 500 moveto (0,30) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -575 -100 moveto ( 0,00) show -575 -900 moveto (-0,06) show -575 -1700 moveto (-0,12) show -575 -2500 moveto (-0,18) show TIM -380 -1300 moveto (b') show 4300 250 moveto (a') show 4050 -0600 moveto TBS (Parame\255) show 4050 -0800 moveto TBS (ter:) show TBIS ( Y) show TL -600 -3200 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA=13333 BEO=02 CIELAB 1976 IXY0: 400 3200 400 3200 translate 9657 -6202 moveto 9657 -6202 9666 -6212 9642 -6203 curveto 9610 -6190 9426 -6080 9018 -5830 curveto 8481 -5499 7863 -5120 7227 -4729 curveto 6628 -4367 6041 -4019 5490 -3698 curveto 4943 -3383 4391 -3065 3769 -2701 curveto 3156 -2344 2578 -2012 2043 -1717 curveto 1565 -1460 1123 -1239 723 -1054 curveto 527 -898 772 -759 1060 -634 curveto 1304 -535 1510 -464 1685 -408 curveto 1832 -356 1965 -309 2091 -267 curveto 2214 -230 2337 -200 2460 -176 curveto 2585 -157 2712 -145 2841 -139 curveto 2972 -138 3103 -133 3233 -126 curveto 3359 -126 3475 -120 3582 -113 curveto 3676 -98 3756 -91 3823 -88 curveto 3878 -75 3924 -64 3963 -57 curveto 3995 -54 4022 -46 4042 0 curveto 4057 0 4069 0 4077 0 curveto 4083 0 4088 0 4093 0 curveto 4097 0 4100 0 4101 0 curveto 4102 0 4103 0 4129 -740 curveto 4224 -1226 4290 -1417 4338 -1533 curveto 4374 -1614 4405 -1674 4427 -1723 curveto 4454 -1771 4486 -1825 4520 -1884 curveto 4565 -1958 4630 -2056 4736 -2200 curveto 4923 -2435 5407 -2946 9625 -6181 curveto stroke 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc fill % 400 9018 -5830 30 0 360 arc fill % 425 6041 -4019 30 0 360 arc fill % 450 3156 -2344 30 0 360 arc fill % 475 723 -1054 30 0 360 arc fill % 500 1510 -464 30 0 360 arc fill % 525 2214 -230 30 0 360 arc fill % 550 2841 -139 30 0 360 arc fill % 575 3475 -120 30 0 360 arc fill % 600 3878 -75 30 0 360 arc fill % 625 4042 0 30 0 360 arc fill % 650 4088 0 30 0 360 arc fill % 675 4102 0 30 0 360 arc fill % 700 4224 -1226 30 0 360 arc fill %500c 4427 -1723 30 0 360 arc fill %525c 4630 -2056 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc stroke % 400 9018 -5830 30 0 360 arc stroke % 425 6041 -4019 30 0 360 arc stroke % 450 3156 -2344 30 0 360 arc stroke % 475 723 -1054 30 0 360 arc stroke % 500 1510 -464 30 0 360 arc stroke % 525 2214 -230 30 0 360 arc stroke % 550 2841 -139 30 0 360 arc stroke % 575 3475 -120 30 0 360 arc stroke % 600 3878 -75 30 0 360 arc stroke % 625 4042 0 30 0 360 arc stroke % 650 4088 0 30 0 360 arc stroke % 675 4102 0 30 0 360 arc stroke % 700 4224 -1226 30 0 360 arc stroke %500c 4427 -1723 30 0 360 arc stroke %525c 4630 -2056 30 0 360 arc stroke %550c % 2872 -1148 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 9657 500 sub -6202 100 sub moveto (400) show % 9018 500 sub -5830 100 sub moveto (425) show % 6041 500 sub -4019 100 sub moveto (450) show 3156 400 sub -2344 100 sub moveto (475) show 723 400 sub -1054 050 sub moveto (500) show 1510 200 sub -464 150 add moveto (525) show 2214 200 sub -230 100 add moveto (550) show 2841 200 sub -139 100 add moveto (575) show 3475 200 sub -120 100 add moveto (600) show % 3878 200 sub -75 100 add moveto (625) show % 4042 200 sub 0 100 add moveto (650) show % 4088 200 sub 0 100 add moveto (675) show 4102 050 add 0 100 sub moveto (700) show 4224 050 add -1226 000 sub moveto (500c,E) show 4427 010 sub -1723 100 add moveto (525c,E) show % 4630 100 add -2056 100 sub moveto (550c,E) show % 2872 050 add -1148 000 sub moveto (D65 ) show -400 -3200 translate %ENDE: 3 } if %xchart4=2 xchart4 3 eq {%xchart4=3 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3500 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -250 500 moveto (-0,6) show 650 500 moveto (0,0) show 1450 500 moveto (0,6) show 2250 500 moveto (1,2) show 3050 500 moveto (1,8) show 3850 500 moveto (2,4) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,6) show -450 -1700 moveto (-1,2) show -450 -2500 moveto (-1,8) show TBIK -450 -2900 moveto (b") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4050 200 moveto (a") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4020 -0350 moveto TBS (Parame\255) show 4020 -0550 moveto TBS (ter:) show TBIS ( Y) show TL -600 -3200 translate %1000 02 **************************************** %ANF PROZSPEP.FOR: MULYA= 1333 BEO=02 a"b" LABJND 1985 IXY0: 700 3200 700 800 add 3200 translate 3789 -3170 moveto 3789 -3170 3789 -3170 3788 -3170 curveto 3787 -3170 3779 -3166 3757 -3155 curveto 3724 -3138 3673 -3113 3603 -3079 curveto 3514 -3037 3394 -2982 3239 -2915 curveto 3028 -2826 2734 -2704 2265 -2508 curveto 1626 -2234 957 -1880 645 -1481 curveto 507 -1078 443 -720 417 -455 curveto 411 -308 419 -223 437 -171 curveto 464 -144 496 -130 533 -121 curveto 573 -115 616 -111 664 -108 curveto 721 -107 787 -105 867 -105 curveto 963 -104 1081 -104 1227 -104 curveto 1397 -104 1561 -104 1716 -104 curveto 1858 -104 1981 -104 2090 -104 curveto 2180 -104 2254 -104 2313 -104 curveto 2360 -103 2397 -103 2429 -103 curveto 2455 -103 2476 -103 2491 -103 curveto 2503 -103 2512 -103 2517 -103 curveto 2522 -103 2526 -103 2530 -103 curveto 2533 -103 2535 -103 2536 -103 curveto 2536 -103 2537 -103 2556 -214 curveto 2623 -700 2668 -1007 2700 -1196 curveto 2723 -1324 2742 -1416 2756 -1488 curveto 2772 -1560 2791 -1636 2811 -1717 curveto 2837 -1813 2873 -1933 2929 -2093 curveto 3019 -2313 3211 -2648 3788 -3169 curveto stroke 1 setgray 3789 -3170 30 0 360 arc fill % 400 3757 -3155 30 0 360 arc fill % 425 3394 -2982 30 0 360 arc fill % 450 1626 -2234 30 0 360 arc fill % 475 417 -455 30 0 360 arc fill % 500 496 -130 30 0 360 arc fill % 525 721 -107 30 0 360 arc fill % 550 1227 -104 30 0 360 arc fill % 575 1981 -104 30 0 360 arc fill % 600 2360 -103 30 0 360 arc fill % 625 2491 -103 30 0 360 arc fill % 650 2526 -103 30 0 360 arc fill % 675 2536 -103 30 0 360 arc fill % 700 2623 -700 30 0 360 arc fill %500c 2756 -1488 30 0 360 arc fill %525c 2873 -1933 30 0 360 arc fill %550c 0 setgray 3789 -3170 30 0 360 arc stroke % 400 3757 -3155 30 0 360 arc stroke % 425 3394 -2982 30 0 360 arc stroke % 450 1626 -2234 30 0 360 arc stroke % 475 417 -455 30 0 360 arc stroke % 500 496 -130 30 0 360 arc stroke % 525 721 -107 30 0 360 arc stroke % 550 1227 -104 30 0 360 arc stroke % 575 1981 -104 30 0 360 arc stroke % 600 2360 -103 30 0 360 arc stroke % 625 2491 -103 30 0 360 arc stroke % 650 2526 -103 30 0 360 arc stroke % 675 2536 -103 30 0 360 arc stroke % 700 2623 -700 30 0 360 arc stroke %500c 2756 -1488 30 0 360 arc stroke %525c 2873 -1933 30 0 360 arc stroke %550c 1266 -580 30 0 360 arc fill %D65 0 setgray TBIS 3789 200 sub -3170 200 add moveto (400) show % 3757 600 sub -3155 100 sub moveto (425) show % 3394 600 sub -2982 100 sub moveto (450) show 1626 050 sub -2234 150 add moveto (475) show 417 430 sub -455 100 sub moveto (500) show 496 400 sub -130 50 add moveto (525) show 721 300 sub -107 100 add moveto (550) show 1227 200 sub -104 100 add moveto (575) show 1981 200 sub -104 100 add moveto (600) show % 2360 200 sub -103 100 add moveto (625) show % 2491 200 sub -103 100 add moveto (650) show % 2526 200 sub -103 100 add moveto (675) show 2536 100 add -103 moveto (700) show 2623 100 add -700 100 sub moveto (500c) show 2756 100 add -1488 100 sub moveto (525c) show % 2873 100 add -1933 100 sub moveto (550c) show % 1266 100 add -580 100 sub moveto (D65 ) show 700 800 add neg -3200 translate %ENDE: 3 } if %xchart4=3 xchart4 4 ge xchart4 7 le and {%4>=xchart4<=7 3500 2000 translate %axis and scales 0 0 0 1 setcmyk_olvcolor -2250 0 moveto 3950 0 rlineto stroke 0 -1880 moveto 0 3600 rlineto stroke 1700 100 sub 50 moveto 100 -50 rlineto -100 -50 rlineto closepath fill 0 50 sub 1800 100 sub moveto 50 100 rlineto 50 -100 rlineto closepath fill /xt10x 5 array def /yt10x 5 array def xchart4 4 eq {%xchart4=4 /xt10x [(-40) ( ) ( ) ( ) ( 40)] def /yt10x [(-40) ( ) ( ) ( ) (40)] def } if %xchart4=3 xchart4 5 ge xchart4 7 le and {%5>=xchart4<=7 /xt10x [(-120) ( ) ( ) ( ) ( 120)] def /yt10x [(-120) ( ) ( ) ( ) (120)] def } if %4>=xchart4<=6 0 0 0 1 setcmyk_olvcolor 0 1 4 {/i exch def %i=0,4 x-axis -1600 i 800 mul add -75 moveto 0 150 rlineto stroke -1800 i 800 mul add -250 moveto TBS xt10x i get show i 4 eq {-1600 i 800 mul add 0 moveto xchart4 4 eq { %xchart4=4 000 150 rmoveto TBIM (A) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -50 150 rmoveto TBIM (a*) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -350 150 rmoveto TBIM (a*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -50 150 rmoveto TBIM (A*) show TL } if %xchart4=7 } if } for %i=0,4 0 1 4 {/i exch def %i=0,4 y-axis -75 -1600 i 800 mul add moveto 150 0 rlineto stroke 100 -1600 i 800 mul add 100 sub moveto TBS yt10x i get show i 4 eq {0 -1600 i 800 mul add moveto xchart4 4 eq { %xchart4=4 -250 150 rmoveto TBIM (B) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -400 150 rmoveto TBIM (b*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -750 150 rmoveto TBIM (b*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -300 150 rmoveto TBIM (B*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 -000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=7 } if } for %i=0,4 -3500 -2000 translate } if %4>=xchart4<=7 %*********************************************************** /icolor 9 array def %Rm %Ym %Gm %Cm %Bm %Mm %Go %Mo %W /icolor [20 10 06 00 30 26 06 26 40] def /imshow {0 -50 rmoveto TBL (m) show 0 50 rmoveto TBIS} def /ioshow {0 -50 rmoveto TBL (o) show 0 50 rmoveto TBIS} def %************************************************* xchart4 0 eq {%xchart4=0 %only for (x,y) /fakt 4000 def 600 400 translate %for scala and graphic 0 1 39 {/i exch def %i=0,39 XANi i get fakt mul YANi i get fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XANW fakt mul YANW fakt mul 90 0 360 arc stroke XANW fakt mul 200 sub YANW fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /SUM Xi i get Yi i get add Zi i get add 0.0001 add def /AnY Xi i get SUM div fakt mul def /BnY Yi i get SUM div fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 300 sub BnY 050 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /SUM XK Xi i get sub YK Yi i get sub add ZK Zi i get sub add 0.0001 add def /AnY XK Xi i get sub SUM div fakt mul def /BnY YK Yi i get sub SUM div fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 150 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 add BnY 100 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 100 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 000 add moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -600 -400 translate %for scala and grafic } if %xchart4=0 xchart4 1 eq {%xchart4=1 %only for (a,b) /fakt 1000 def /a2 XW YW 0.0001 add div def /b2 ZW YW 0.0001 add div -0.4 mul def 1300 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div fakt mul %a Zi i get Yi i get 0.0001 add div fakt mul %b 0.4 mul neg i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div fakt mul ZW YW 0.0001 add div fakt mul 0.4 mul neg 90 0 360 arc stroke XW YW 0.0001 add div fakt mul 200 sub ZW YW 0.0001 add div fakt mul 0.4 mul neg 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div fakt mul def /BnY Zi i get Yi i get 0.0001 add div fakt mul 0.4 mul neg def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 150 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 sub BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 100 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div fakt mul 0.4 mul neg def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 200 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 050 sub moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -1300 -3200 translate %for grafic } if %xchart4=1 xchart4 2 eq {%xchart4=2 %only for (a',b') /D13 1 3 div def /fakt 13333 def /a2 XW YW 0.0001 add div D13 exp 0.2191 mul def /b2 ZW YW 0.0001 add div D13 exp -0.08376 mul def 200 3200 translate %for graphic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 90 0 360 arc stroke XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul 200 sub ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 050 add BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 200 sub BnY 100 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 150 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 150 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -200 -3200 translate %for graphic } if %xchart4=2 xchart4 3 eq {%xchart4=3 %only for (a",b") %100 3800 moveto TIS ((a",b") (LAB 1977)) show /fakt 1333 def /XD65 95.04 def /YD65 100.00 def /ZD65 108.89 def /aD65 XD65 YD65 0.0001 add div def /bD65 ZD65 YD65 0.0001 add div -0.4 mul def /a2 aD65 def /b2 bD65 def 700 800 add 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 a"n fakt mul b"n fakt mul 90 0 360 arc stroke a"n fakt mul 200 sub b"n fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 300 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 250 sub BnY 200 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 150 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /a XK Xi i get sub YK Yi i get sub 0.0001 add div def /an XK YK 0.0001 add div def /b ZK Zi i get sub YK Yi i get sub 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 300 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 100 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 700 800 add neg -3200 translate %for graphic } if %xchart4=3 xchart4 4 eq {%xchart4=4 %only for (A,B) /fakt 40 def /a2 1.00 def /b2 -0.4 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (A) show TBS ( = \050) show TBIS (a) show TBS ( - ) show TBIS (a) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1300 moveto TBIS (B) show TBS ( = \050) show TBIS (b) show TBS ( - ) show TBIS (b) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1) show -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -0,4) show -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %(a-an)YW XK YK 0.0001 add div sub YW mul fakt mul ZW YW 0.0001 add div %(b-an)YW ZK YK 0.0001 add div sub 0.4 mul neg YW mul fakt mul 90 0 360 arc stroke 0 080 add 0 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 000 add moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub YK Yi i get sub mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg YK Yi i get sub mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 150 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 } if %xchart4=4 xchart4 5 eq {%xchart4=5 %only for (a*,b*) /D13 1 3 div def /fakt 40 3 div def /a2 1 XW div D13 exp def /b2 1 ZW div D13 exp -0.4 mul def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b' = b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 200 sub ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=5 xchart4 6 eq {%xchart4=6 %only for (a*,b*) with const. for D65 /D13 1 3 div def /fakt 40 3 div def /a2 0.2191 def /b2 -0.08376 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a') show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b') show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %a'= a2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 400 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=6 xchart4 7 eq {%xchart4=7 %only for (a*,b*)D65 /D13 1 3 div def /D11 1 def /D16 1 6 div def /fakt 40 3 div def /a2 1 15 div def /b2 1 12 div neg def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS ( + 1]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS ( + 1/6 ]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1/15 = ) show a2 cvsshow5 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -1/12 = ) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 000 add moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 050 add BnY 200 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 200 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -3500 -2000 translate %for text and grafic } if %xchart4=7 showpage grestore %} for %xchartl=0,7 } for %xchart4=0,7 %} for %xcolorl=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 108 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 24 %line 459 %!PS-Adobe-3.0 EPSF-3.0 VG291-4N %%BoundingBox: 70 83 228 206 %START PDFDE011.EPS /pdfmark14 where {pop} {userdict /pdfmark14 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@mac.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark14 [ /View [ /FitB ] /DOCVIEW pdfmark14 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /languagelevel where {pop languagelevel} {1} ifelse /PSL12 exch def /dictende {counttomark 2 idiv dup dict begin {def} repeat pop currentdict end} bind def /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Oblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierI-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /Courier-BoldOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierBI-ISOL1 exch definefont pop /TG {350 /Times-ISOL1 FS} bind def /TM {280 /Times-ISOL1 FS} bind def /TK {240 /Times-ISOL1 FS} bind def /TS {200 /Times-ISOL1 FS} bind def /TL {160 /Times-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TIM {280 /TimesI-ISOL1 FS} bind def /TIK {240 /TimesI-ISOL1 FS} bind def /TIS {200 /TimesI-ISOL1 FS} bind def /TIL {160 /TimesI-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBM {280 /TimesB-ISOL1 FS} bind def /TBK {240 /TimesB-ISOL1 FS} bind def /TBS {200 /TimesB-ISOL1 FS} bind def /TBL {160 /TimesB-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /TBIM {280 /TimesBI-ISOL1 FS} bind def /TBIK {240 /TimesBI-ISOL1 FS} bind def /TBIS {200 /TimesBI-ISOL1 FS} bind def /TBIL {160 /TimesBI-ISOL1 FS} bind def /SG {350 /Symbol FS} bind def /SM {280 /Symbol FS} bind def /SK {240 /Symbol FS} bind def /SS {200 /Symbol FS} bind def /SL {160 /Symbol FS} bind def %%EndProlog gsave %lanindL2.EPS START 20000505 /lanind 0 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 0 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 3 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def} if %always independent of intended output gsave %LANINDL2 END /cvishow {cvi 6 string cvs show ( ) show} def /cvsshow1 {10 mul cvi 0.1 mul 9 string cvs show ( ) show} def /cvsshow2 {100 mul cvi 0.01 mul 9 string cvs show ( ) show} def /cvsshow3 {1000 mul cvi 0.001 mul 9 string cvs show ( ) show} def /cvsshow4 {10000 mul cvi 0.0001 mul 9 string cvs show ( ) show} def /cvsshow5 {100000 mul cvi 0.00001 mul 9 string cvs show ( ) show} def /SD65 80 array def %380 bis 775 mit deltalambda=05 /SD50 80 array def %380 bis 775 mit deltalambda=05 /SP40 80 array def %380 bis 775 mit deltalambda=05 /SA00 80 array def %380 bis 775 mit deltalambda=05 /SE00 80 array def %380 bis 775 mit deltalambda=05 /SC00 80 array def %380 bis 775 mit deltalambda=05 /SP00 80 array def %380 bis 775 mit deltalambda=05 /SQ00 80 array def %380 bis 775 mit deltalambda=05 /SDAK 80 array def %380 bis 775 mit deltalambda=05 /RA 80 array def %380 bis 770 nm /F2 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm /F2N 240 array def %normiert auf Y=100 fuer D65 und 10nm /F10 240 array def %3 x 80 Daten fuer Bereich 380 bis 770nm %C %C LITERATURQUELLEN LICHTARTEN %C SA,SC,SD65, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.1, SEITE 81 %C SD55,SD75, CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 1.1.4, SEITE 85 %C LINEAR INTERPOLIERT VON 5 ZU 5NM %C SG,SP,SXE, DIN 5033, BLATT 7 ,SEITE 8-9 %C AUSGABE 1966 /SD65 %80 data 5 nm [50.0 52.3 54.6 68.7 82.8 87.1 91.5 92.5 93.4 90.1 86.7 95.8 104.9 110.9 117.0 117.4 117.8 116.3 114.9 115.4 115.9 112.4 108.8 109.1 109.4 108.6 107.8 106.3 104.8 106.2 107.7 106.0 104.4 104.2 104.0 102.0 100.0 98.2 96.3 96.1 95.8 92.2 88.7 89.3 90.0 89.8 89.6 88.6 87.7 85.5 83.3 83.5 83.7 81.9 80.0 80.1 80.2 81.2 82.3 80.3 78.3 74.0 69.7 70.7 71.6 73.0 74.3 68.0 61.6 65.7 69.9 72.5 75.1 69.3 63.6 55.0 46.4 56.6 66.8 65.1] def /SD50 %80 data 5 nm CIE 15.3, Seite 30; aus JE540-1N.PS [24.5 27.2 29.9 39.6 49.3 52.9 56.5 58.3 60.0 58.9 57.8 66.3 74.8 81.0 87.2 88.9 90.6 91.0 91.4 93.2 95.1 93.5 92.0 93.8 95.7 96.2 96.6 96.8 97.1 99.6 102.1 101.4 100.8 101.5 102.3 101.2 100.0 98.9 97.7 98.3 98.9 96.2 93.5 95.6 97.7 98.5 99.3 99.2 99.0 97.4 95.7 97.3 98.9 97.3 95.7 96.9 98.2 100.6 103.0 101.1 99.1 93.3 87.4 89.5 91.6 92.2 92.9 84.9 76.9 81.7 86.5 89.5 92.6 85.4 78.2 68.0 57.7 70.3 82.9 0.0] def %0.0 not used /SA00 %80 data 5 nm CIE 15.3 Seite 30; aus JE540-1N.PS [9.80 10.90 12.09 13.35 14.71 16.15 17.68 19.29 20.99 22.79 24.67 26.64 28.70 30.85 33.09 35.41 37.81 40.30 42.87 45.52 48.24 51.04 53.91 56.85 59.86 62.93 66.06 69.25 72.50 75.79 79.13 82.52 85.95 89.41 92.91 96.44 100.00 103.58 107.18 110.80 114.44 118.08 121.73 125.39 129.04 132.70 136.35 139.99 143.62 147.24 150.84 154.42 157.98 161.52 165.03 168.51 171.96 175.38 178.77 182.12 185.43 188.70 191.93 195.12 198.26 201.36 204.41 207.41 210.36 213.27 216.12 218.92 221.67 224.36 227.00 229.59 232.12 234.59 237.01 239.37 0.0] def %0.0 not used % AUS BILDPLA.FOR aus vrbam/wrpos:KRPROG.FOR, 5987-6023 5.10.92 %C PROGRAMM ZUR BERECHNUNG DER RELATIVEN SPEKTRALEN STRAHLUNGSVERTEI- %C LUNG EINES HOHLRAUMSTRAHLERS ALS FUNKTION DER WELLENLAENGE LAMDA %C BEI GEGEBENER TEMPERATUR T %C VERWENDETE VARIABLE %C T TEMPERATUR %C C2 PLANCKSCHE KONSTANTE (=1.4388 CM K (1967)) %C LAMDA(I) WELLENLAENGE %C S(I) STRAHLUNGSVERTEILUNG DES HOHLRAUMSTRAHLERS %C %C LITERATUR OFFIZIELLE EMPFEHLUNGEN DER CIE,DEUTSCHE VERSION, %C CA. 1969, SEITE 21 UND TABELLE 1.1.1 %C %SDP4 80 array def %380 bis 775 mit deltalambda=05 % DO 50 I=1,54 % 50 S(I)=100. % 1*(560./FLOAT(LAMDA(I)))**5 % 2*(EXP(C2/(560.*10.**(-7)*T))-1.) % 3/(EXP(C2/(FLOAT(LAMDA(I))*10.**(-7)*T))-1.) %new CIE 15.3:2004, Eq. (3.1) page 2 %S(I) = [100{560/lambda}**5] [exp{(c2*10**7)/(TNC*560 )} - 1] % /[exp{(c2*10**7)/(TNC*lambda)} - 1] % exp = e {...} = 2.71 {...} %/TNC 2848 def %NLA /TNC 4000 def /EE 2.718281 def %e=mac pocket calculator /C2 1.4350000 10 7 exp mul def /lamd 80 array def 0 1 79 {%i=0,79 /i exch def /lambda 380 i 5 mul add def lamd i lambda put /E1 560 lambda div 5 exp def /E4 C2 TNC 560 mul div def /E5 C2 TNC lambda mul div def /E6 EE E4 exp def /E7 EE E5 exp def SP40 i E1 100 mul E6 1 sub E7 1 sub div mul put } for %i=0,79 /xex 10 2 exp def /yex EE 2 exp def /SE00 %80 data 5 nm [100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0] def %0.0 not used /SC00 %80 data 5 nm [ 33.00 39.92 47.40 55.17 63.30 71.81 80.60 89.53 98.10 105.80 112.40 117.75 121.50 123.45 124.00 123.60 123.10 123.30 123.80 124.09 123.90 122.92 120.70 116.90 112.10 106.98 102.30 98.81 96.90 96.78 98.00 99.94 102.10 103.95 105.20 105.67 105.30 104.11 102.30 100.15 97.80 95.43 93.20 91.22 89.70 88.83 88.40 88.19 88.10 88.06 88.00 87.86 87.80 87.99 88.20 88.20 87.90 87.22 86.30 85.30 84.00 82.21 80.20 78.24 76.30 74.36 72.40 70.40 68.30 66.30 64.40 62.80 61.50 60.20 59.20 58.50 58.10 58.00 58.20 58.50 ] def %0.0 not used 0 1 79 {/i exch def %i=0,79 /lamda 380 i 5 mul add def SP00 i SE00 i get lamda 560 div mul put SQ00 i SE00 i get 1120 lamda sub 560 div mul put } for %i=0,79 %C LITERATURQUELLEN SPEKTRALWERTE %C F2 CIE-DOKUMENT NR.15 FARBMESSUNG, 1971 %C TABELLE 2.1, SEITE 93-102 /F2 %3x80 data [.001368 .002236 .004243 .007650 .01431 .02319 .04351 .07763 .1344 .2148 .2839 .3285 .3483 .3481 .3362 .3187 .2908 .2511 .1954 .1421 .09564 .05795 .03201 .01470 .0049 .0024 .0093 .0291 .06327 .1096 .1655 .2257 .2904 .3597 .4334 .5121 .5945 .6784 .7621 .8425 .9163 .9786 1.0263 1.0567 1.0622 1.0456 1.0026 .9384 .8544 .7514 .6424 .5419 .4479 .3608 .2835 .2187 .1649 .1212 .0874 .0636 .04677 .03290 .02270 .01584 .01136 .00811 .00579 .004109 .002899 .002049 .001440 .0009999 .0006901 .000476 .0003323 .0002348 .0001662 .0001174 .00008308 .00005871 .000039 .000064 .00012 .000217 .000396 .00064 .00121 .00218 .004 .0073 .0116 .01684 .023 .0298 .0380 .048 .06 .0739 .09098 .1126 .139 .1693 .208 .2586 .323 .4073 .503 .6082 .71 .7932 .862 .9149 .954 .9803 .995 1.0 .995 .9786 .952 .9154 .870 .8163 .757 .6949 .631 .5668 .503 .4412 .381 .321 .265 .217 .175 .1382 .107 .0816 .061 .04458 .032 .0232 .017 .01192 .00821 .005723 .004102 .002929 .002091 .001484 .001047 .00074 .00052 .0003611 .0002492 .0001719 .00012 .0000848 .00006 .0000424 .00003 .0000212 .00645 .01055 .02005 .03621 .06785 .1102 .2074 .3713 .6456 1.0391 1.3856 1.623 1.7471 1.7826 1.7721 1.7441 1.6692 1.5281 1.2876 1.0419 .8130 .6162 .4652 .3533 .2720 .2123 .1582 .1117 .07825 .05725 .04216 .02984 .0203 .0134 .00875 .00575 .0039 .00275 .0021 .0018 .00165 .0014 .0011 .0010 .0008 .0006 .00034 .00024 .00019 .0001 .00005 .00003 .00002 .00001 % 26*0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 %26 ] def /F10 %3x80 data [.00016 .0006624 .002362 .007242 .01911 .0434 .08474 .1406 .2045 .2647 .3147 .3577 .3837 .3867 .3707 .343 .3023 .2541 .1956 .1323 .08051 .04107 .01617 .005132 .003816 .01544 .03746 .07136 .1177 .173 .2365 .3042 .3768 .4516 .5298 .6161 .7052 .7938 .8787 .9512 1.0142 1.0743 1.1185 1.1343 1.124 1.0891 1.0305 .9507 .8563 .7549 .6475 .5351 .4316 .3437 .2683 .2043 .1526 .1122 .08126 .05793 .04085 .02862 .019941 .01384 .0100 .006605 .004552 .003145 .002175 .001506 .001045 .0007274 .0005083 .0003564 .000251 .0001777 .0001264 .00009015 .00006453 .00004634 .00001736 .00007156 .0002534 .0007685 .002004 .004509 .008756 .01446 .02139 .0295 .03868 .0496 .06208 .0747 .08946 .1063 .1282 .1528 .1852 .2199 .2536 .2977 .3391 .3954 .4608 .5314 .6067 .6857 .7618 .8233 .8752 .9238 .962 .9822 .9918 .9991 .9973 .9824 .9555 .9152 .8689 .8256 .7774 .7203 .6583 .5939 .528 .4618 .3981 .3395 .2835 .2282 .1798 .1402 .1076 .08119 .06028 .0441 .0318 .0226 .0159 .01113 .007749 .0053751 .0037177 .002565 .001768 .001222 .0008462 .0005864 .0004074 .000284 .0001987 .0001395 .00009843 .00006982 .00004974 .00003554 .00002549 .00001834 .0007048 .002928 .01048 .03234 .08601 .1971 .3894 .6568 .9725 1.2825 1.5535 1.7985 1.9673 2.0273 1.9948 1.9007 1.7454 1.5549 1.3176 1.0302 .7721 .5701 .4152 .3024 .2185 .1592 .112 .08225 .06071 .04305 .03045 .02058 .01368 .007918 .003988 .001091 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %20 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %30 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 %40 0.0 0.0 0.0 0.0 %44 ] def %calculation of transformation data /FARBE 27 array def /FARBE [(R) (m) ( 561_770) %00 (Y) (m) ( 520_770) %01 (G) (m) ( 475_573) %02 (C) (m) ( 380_561) %03 (B) (m) ( 380_520) %04 (M) (m) ( 573_475) %05 (G) (o) ( 520_570) %06 (M) (o) ( 570_520) %07 (W) (1) ( 380_770) %08 ] def %/FARBE [(R) (m) ( 565_770) %00 % (Y) (m) ( 520_770) %01 % (G) (m) ( 475_575) %02 % (C) (m) ( 380_565) %03 % (B) (m) ( 380_520) %04 % (M) (m) ( 575_475) %05 % (N) (0) ( 380_770) %06 % (W) (0) ( 380_770) %07 % (W) (1) ( 380_770) %08 % ] def /xshift 10 array def %max 6 device + 4 elementary /yshift 10 array def /colori 10 array def /RX0 640 array def %8x80 /RX0 [ %(%Rm 00 565_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0500 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Ym 01 495_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0500 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Gm 02 475_575) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Cm 03 380_565) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 0500 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Bm 04 380_495) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 0500 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mm 05 575_475) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 0500 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0000 0500 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%Go 06 520_570) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 %(%Mo 07 570_520) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 0500 0000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 0000 0000 0000 0000 0000 0000 0000 0000 0500 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %(%W1(r=1,000) 08 380_770) %380 %385 %390 %395 %400 %405 %410 %415 %420 %425 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %430 %435 %440 %445 %450 %455 %460 %465 %470 %475 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %480 %485 %490 %495 %500 %505 %510 %515 %520 %525 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %530 %535 %540 %545 %550 %555 %560 %565 %570 %575 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %580 %585 %590 %595 %600 %605 %610 %615 %620 %625 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %630 %635 %640 %645 %650 %655 %660 %665 %670 %675 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %680 %685 %690 %695 %700 %705 %710 %715 %720 %725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 %730 %735 %740 %745 %750 %755 %760 %765 %770 %775 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 ] def /xcolorl xcolor def %0 1 1 {/xcolorl exch def %xcolorl=0,1 xcolorl 1 eq {0 1 239 {/i exch def %i=0,239 F2 i F10 i get put } for %i=0,239 } if /YKSUM 0 def %For CIE Illuminant E 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM F2 80 i add get add def } for %i=0,1,79 /F2N 240 array def 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add F2 00 i add get YKSUM div 100 mul put F2N 80 i add F2 80 i add get YKSUM div 100 mul put F2N 160 i add F2 160 i add get YKSUM div 100 mul put } for %i=0,1,79 /FXN 80 array def %FXN 0 = F2N imax /FYN 80 array def /FZN 80 array def %defines FXN, FYN, FZN 0 to 79 0 1 79 {/i exch def %i=0,79 FXN i F2N 000 i add get put FYN i F2N 080 i add get put FZN i F2N 160 i add get put } for %i=0,79 %special wavelength range with complementary colours for E? /FXD 63 array def /FYD 63 array def /FZD 63 array def /DOW 63 array def 00 1 60 {/i exch def %i=0,60 %range 400..700nm FXD i FXN 005 i add get put FYD i FYN 005 i add get put FZD i FZN 005 i add get put DOW i 400 i 5 mul add put %range 400 to 700 } for %i=0,60 %for interpolation FXD 61 FXD 60 get put FYD 61 FYD 60 get put FZD 61 FZD 60 get put FXD 62 FXD 60 get put FYD 62 FYD 60 get put FZD 62 FZD 60 get put /FAD 63 array def /FBD 63 array def /FCD 63 array def 20 setlinewidth /xdel 1005 def /ydel 395 def /x0 050 def /x1 -150 def /TELi 8 array def /TELi [(D65) (D50) (P40) (A00) (E00) (C00) (P00) (Q00)] def %7 illumin. /Xi 79 array def %79 spectral or max 6 device colour + 4 elementary colours /Yi 79 array def /Zi 79 array def /XANi 79 array def /YANi 79 array def /ZANi 79 array def /Xk 9 array def %9 spectral or max 9 device colours /Yk 9 array def /Zk 9 array def /XANk 9 array def /YANk 9 array def /ZANk 9 array def /RAk 80 array def 4 1 4 {/xchart4 exch def %xchart4=0,7 /xchartl xchart def %0 1 7 {/xchartl exch def %xchartl=0,7 /K 0 def %for normalization 1 %/K 1 def %for normalization 0,886 gsave %5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolorl cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow 5 /Times-ISOL1 FS 180 85 moveto (VG291-4N) show %xchart4 1 add cvishow %xchart 0 ge {(N) show} if %(_) show xchartl 1 add cvishow %xchart 0 eq {(N) show} % {deintp colorm 2 mul add cvishow} ifelse 72 90 translate 0.010 MM dup scale 25 setlinewidth 0 0 0 0 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath fill 0 0 moveto 5400 0 rlineto 0 4000 rlineto -5400 0 rlineto closepath clip 0 0 0 1 setcmyk_olvcolor 0 0 moveto 5400 0 rlineto 0 4000 rlineto 5400 neg 0 rlineto closepath stroke %calculation of XW,YW,ZW for illuminant D65, D50, ... 0 1 79 {/i exch def %i=0,79 SDAK i xchartl 0 eq {SD65 i get} if xchartl 1 eq {SD50 i get} if xchartl 2 eq {SP40 i get} if xchartl 3 eq {SA00 i get} if xchartl 4 eq {SE00 i get} if xchartl 5 eq {SC00 i get} if xchartl 6 eq {SP00 i get} if xchartl 7 eq {SQ00 i get} if put } for %i=0,79 /YKSUM 0 def 0 1 79 {/i exch def %i=0,1,79 /YKSUM YKSUM SDAK i get F2 80 i add get mul add def } for %i=0,1,79 0 1 79 {/i exch def %i=0,1,79 F2N 00 i add SDAK i get F2 00 i add get mul YKSUM div 100 mul put F2N 80 i add SDAK i get F2 80 i add get mul YKSUM div 100 mul put F2N 160 i add SDAK i get F2 160 i add get mul YKSUM div 100 mul put } for %i=0,1,79 %XW,YW,ZW for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 /SUMW XW YW add ZW add def %for D65, D50, P40, A00, E00 /XANW XW SUMW div def /YANW YW SUMW div def /ZANW ZW SUMW div def /AANW XW YW 0.0001 add div def /BANW ZW YW 0.0001 add div 0.4 mul neg def %************************************************ %XYZRi for 9 reflections 0 1 08 {/k exch def %k=0,8 %09 Reflections /kx k 80 mul def 0 1 79 {/i exch def %i=0,79 RAk i RX0 kx i add get 1000 div put } for %i=0,79 /XR 0 def /YR 0 def /ZR 0 def 0 1 079 {/i exch def %i=0,79 /XR XR F2N 00 i add get RAk i get mul add def /YR YR F2N 80 i add get RAk i get mul add def /ZR ZR F2N 160 i add get RAk i get mul add def } for %i=0,79 Xk k XR put Yk k YR put Zk k ZR put /SUMR XR YR add ZR add def XANk k XR SUMR 0.0001 add div put YANk k YR SUMR 0.0001 add div put ZANk k ZR SUMR 0.0001 add div put } for %k=0,8 %******************************************* 0 1 62 {/i exch def %i=0,62 FAD i FXD i get put FBD i FYD i get put FCD i FZD i get put } for %i=0,62 % FXU(1)=FF(2)*U(3)-FF(3)*U(2) % FXU(2)=FF(3)*U(1)-FF(1)*U(3) % FXU(3)=FF(1)*U(2)-FF(2)*U(1) % SUBROUTINE DOWEL (F,FXU,IMAX,IO) % DIMENSION F(99,3),FXU(3) % I=1 % T2=F(1,1)*FXU(1)+F(1,2)*FXU(2)+F(1,3)*FXU(3) % IF(T2) 1,1,4 % 1 T1=T2 % I=I+1 % T2=F(I,1)*FXU(1)+F(I,2)*FXU(2)+F(I,3)*FXU(3) % IF(T2) 1,1,2 % 2 IF(T1) 3,3,1 % 3 IO=I-1 % RETURN % 4 T1=F(IMAX,1)*FXU(1)+F(IMAX,2)*FXU(2)+F(IMAX,3)*FXU(3) % IF(T1) 5,5,1 % 5 IO=IMAX % RETURN % END %********************************************************* /proc_ABC_KNP_FWERTiX {%BEG proc_ABC_KNP_FWERT %input FAD,FBD,FCD, KNP %output FWERTiX/Y/Z (i=1,4) kNP 1 ge {/FWERT1X FAD kNP 1 sub get def /FWERT1Y FBD kNP 1 sub get def /FWERT1Z FCD kNP 1 sub get def} {/FWERT1X FAD 0 get def %again 400nm for i=0 /FWERT1Y FBD 0 get def /FWERT1Z FCD 0 get def} ifelse /FWERT2X FAD kNP get def /FWERT2Y FBD kNP get def /FWERT2Z FCD kNP get def /FWERT3X FAD kNP 1 add get def /FWERT3Y FBD kNP 1 add get def /FWERT3Z FCD kNP 1 add get def /FWERT4X FAD kNP 2 add get def /FWERT4Y FBD kNP 2 add get def /FWERT4Z FCD kNP 2 add get def } bind def %END proc_ABC_KNP_FWERTiX %********************************************************* /proc_XIE_TN1 {%BEG proc_XIE_TN1 %input XIE, FWERTiX/Y/Z (i=1,4) %output TN1 /A1N XIE 1 XIE sub mul XIE 2 sub mul 6 div def /A2N XIE 1 add XIE 1 sub mul XIE 2 sub mul 0.5 mul def /A3N XIE 1 add XIE mul 2 XIE sub mul 0.5 mul def /A4N XIE 1 add XIE mul XIE 1 sub mul 6 div def /FNX A1N FWERT1X mul A2N FWERT2X mul add A3N FWERT3X mul add A4N FWERT4X mul add def /FNY A1N FWERT1Y mul A2N FWERT2Y mul add A3N FWERT3Y mul add A4N FWERT4Y mul add def /FNZ A1N FWERT1Z mul A2N FWERT2Z mul add A3N FWERT3Z mul add A4N FWERT4Z mul add def /TNX FNX FXU1 mul FNY FXU2 mul add FNZ FXU3 mul add def } bind def %END proc_XIE_TN1 %********************************************************* /WEL1 60 array def %irregular definition /WEL2 60 array def %irregular definition %0 1 2 3 4 5 6 7 8 9 /WEL1 [405 435 450 460 465 470 475 480 485 490 495 500 510 520 530 540 545 550 555 560 ] def 0 1 19 {/k exch def %k=0,19 %wavelength 405..700nm /j WEL1 k get 400 sub 5 idiv def /LP k def /LPP 20.5 k add def /FF1 FXD j get def %start at 405..700nm /FF2 FYD j get def /FF3 FZD j get def /U1 XW def /U2 YW def /U3 ZW def /FXU1 FF2 U3 mul FF3 U2 mul sub def /FXU2 FF3 U1 mul FF1 U3 mul sub def /FXU3 FF1 U2 mul FF2 U1 mul sub def /INP -1 def /IPN -1 def %assumption jump from TN to TP from negativ to positiv 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add def TN 0 le TP 0 gt and {/INP i def exit} if } for %i=1,60 0 1 60 {/i exch def %i=1,60 /TN FAD i get FXU1 mul FBD i get FXU2 mul add FCD i get FXU3 mul add neg def /TP FAD i 1 add get FXU1 mul FBD i 1 add get FXU2 mul add FCD i 1 add get FXU3 mul add neg def TN 0 le TP 0 gt and {/IPN i def exit} if } for %i=1,60 %********************************************************* /kNP INP def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE1 DOW INP get DOW INP 1 add get DOW INP get sub XIE mul add def /XIENP XIE def } if %kNP>=0 %********************************************************* /kNP IPN def kNP 0 ge {%kNP>=0 proc_ABC_KNP_FWERTiX %input FAD,KNP, output FWERTiXYZ (i=1,4) /XIE1 0 def %start values TN=0 for XIE1, TP>0 for XIE2 /XIE2 1 def /FXU1 FXU1 neg def /FXU2 FXU2 neg def /FXU3 FXU3 neg def 0 1 9 {/mk exch def %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def proc_XIE_TN1 %input XIE, ouput TN1 TNX 0 le {/XIE1 XIE def /TN1 TNX def} {/XIE2 XIE def /TP1 TNX def} ifelse } for %mk=0,9 /XIE XIE1 XIE2 add 0.5 mul def /DOWXIE2 DOW IPN get DOW IPN 1 add get DOW IPN get sub XIE mul add def /XIEPN XIE def } if %kNP>=0 %********************************************************* 0 1 79 {/i exch def %i=0,79 RA i 0 put } for %i=0,79 INP -1 eq {/i1 0 def} %380nm {/i1 INP 5 add def} ifelse %405..700nm IPN -1 eq {/i2 79 def} %770nm {/i2 IPN 5 add def} ifelse %405..700nm i2 i1 ge {%i1i2 i1 1 79 {/i exch def %i=i1,79 RA i 1 put } for %i=i1,79 0 1 i2 {/i exch def %i=0,i2 RA i 1 put } for %i=0,i2 } ifelse %i1>i2 %correction i2 i1 ge {%i1i2 RA i1 0.5 put RA i2 0.5 XIEPN 0.5 sub add put } ifelse %i1>i2 %*************************************************** /X 0 def /Y 0 def /Z 0 def 0 1 079 {/i exch def %i=0,79 /X X F2N 00 i add get RA i get mul add def /Y Y F2N 80 i add get RA i get mul add def /Z Z F2N 160 i add get RA i get mul add def } for %i=0,79 /SUM X Y add Z add def /XAN X SUM 0.0001 add div def /YAN Y SUM 0.0001 add div def /ZAN Z SUM 0.0001 add div def %************************************************* 0 0 0 1 setcmyk_olvcolor 0 1 1 {/Icom exch def %Icom=0,1 Icom 0 eq {%Icom=0,1 Xi k X put Yi k Y put Zi k Z put XANi k XAN put YANi k YAN put ZANi k ZAN put }%Icom=0 {%Icom=1 /kP 20 k add def Xi kP XW X sub put Yi kP YW Y sub put Zi kP ZW Z sub put /SUMi Xi kP get Yi kP get add Zi kP get add def XANi kP Xi kP get SUMi 0.0001 add div put YANi kP Yi kP get SUMi 0.0001 add div put ZANi kP Zi kP get SUMi 0.0001 add div put } ifelse %Icom=1 } for %Icom=0,1 K 1 eq {%K=1 Xi k Xi k get 0.8859 mul put Yi k Yi k get 0.8859 mul put Zi k Zi k get 0.8859 mul put Xi kP Xi kP get 0.8859 mul put Yi kP Yi kP get 0.8859 mul put Zi kP Zi kP get 0.8859 mul put } if %K=1 } for %k=0,19 %********************************************************************** %XW,YW,ZW and XK,YK,ZK for white /XW 0 def /YW 0 def /ZW 0 def 0 1 079 {/i exch def %i=0,79 /XW XW F2N 00 i add get add def /YW YW F2N 80 i add get add def /ZW ZW F2N 160 i add get add def } for %i=0,79 K 0 eq {%K=0 /XK XW def /YK YW def /ZK ZW def }%K=0 {%K=1 /XK XW 0.8859 mul def /YK YW 0.8859 mul def /ZK ZW 0.8859 mul def } ifelse %K=1 /SUMK XK YK add ZK add def %for D65, D50, P40, A00, E00 /XANK XK SUMK div def /YANK YK SUMK div def /ZANK ZK SUMK div def /LP LP 1 add def /xtexti 96 array def /ytexti 96 array def /xtexti [ %T00 T10 T20 T30 T40 T41 T50 T51 T60 T61 T70 T71 %0 1 2 3 4 5 6 7 8 9 10 11 1800 1800 1800 2800 2800 4000 2800 4000 2800 4000 2800 4000 %0 0600 0600 0600 0600 0600 1800 0600 1800 0600 1800 0600 1800 %1 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %2 0700 0700 0700 0700 0700 1900 0700 1900 0700 1900 0700 1900 %3 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %4 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %5 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %6 0100 0100 0100 0100 0100 1300 0100 1300 0100 1300 0100 1300 %7 ] def /ytexti [ 3800 3580 3360 3140 2920 2920 2700 2700 2480 2480 2260 2260 %0 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %1 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %2 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %3 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %4 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %5 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %6 0500 0280 0060 1600 1380 1380 1160 1160 0940 0940 0720 0720 %7 ] def 0 0 0 1 setcmyk_olvcolor /xchart12 xchart4 12 mul def TBS xchart4 1 ge { %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get 220 add moveto xchart4 1 eq {(LABCab 77) show} if xchart4 2 eq {(CIELAB 76) show} if xchart4 3 eq {(LABJNDS 87) show} if xchart4 4 eq {(LABCab 85) show} if xchart4 5 eq {(CIELAB 76) show} if xchart4 6 eq {(CIELAB D65) show} if xchart4 7 eq {(LABHNU1 79) show} if } if %xchart4 >=1 xtexti xchart12 3 add get ytexti xchart12 3 add get moveto TBS (Name und Spektralbereich) showde %0VG291-4 00581 (Name and spectral range) showen %1VG291-4 00581 (Nombre y gama espectral) showes %2VG291-4 00581 (Nom et la gamma spectrale) showfr %3VG291-4 00581 (Nome e la gamma spettrale) showit %4VG291-4 00581 (Name and spectral range) showjp %5VG291-4 00581 xtexti xchart12 4 add get ytexti xchart12 4 add get moveto TBIS FARBE 0 get show TBL 0 -40 rmoveto FARBE 1 get show 0 40 rmoveto TBIS FARBE 2 get show xtexti xchart12 5 add get ytexti xchart12 5 add get moveto TBIS FARBE 3 get show TBL 0 -40 rmoveto FARBE 4 get show 0 40 rmoveto TBIS FARBE 5 get show xtexti xchart12 6 add get ytexti xchart12 6 add get moveto TBIS FARBE 6 get show TBL 0 -40 rmoveto FARBE 7 get show 0 40 rmoveto TBIS FARBE 8 get show xtexti xchart12 7 add get ytexti xchart12 7 add get moveto TBIS FARBE 9 get show TBL 0 -40 rmoveto FARBE 10 get show 0 40 rmoveto TBIS FARBE 11 get show xtexti xchart12 8 add get ytexti xchart12 8 add get moveto TBIS FARBE 12 get show TBL 0 -40 rmoveto FARBE 13 get show 0 40 rmoveto TBIS FARBE 14 get show xtexti xchart12 9 add get ytexti xchart12 9 add get moveto TBIS FARBE 15 get show TBL 0 -40 rmoveto FARBE 16 get show 0 40 rmoveto TBIS FARBE 17 get show xtexti xchart12 10 add get ytexti xchart12 10 add get moveto TBIS FARBE 18 get show TBL 0 -40 rmoveto FARBE 19 get show 0 40 rmoveto TBIS FARBE 20 get show xtexti xchart12 11 add get ytexti xchart12 11 add get moveto TBIS FARBE 21 get show TBL 0 -40 rmoveto FARBE 22 get show 0 40 rmoveto TBIS FARBE 23 get show TBS 0 0 0 1 setcmyk_olvcolor xtexti xchart12 0 add get ytexti xchart12 0 add get moveto TBS (10 Optimalfarben (o)) showde %0VG291-4 02581 (10 optimal colours (o)) showen %1VG291-4 02581 (10 colores \363ptimos (o)) showes %2VG291-4 02581 (10 couleurs optimales (o)) showfr %3VG291-4 02581 (10 colori ottimi (o)) showit %4VG291-4 02581 (10 optimal colours (o)) showjp %5VG291-4 02581 TBIS (, Y) show TBL 0 -60 rmoveto (W) show 0 60 rmoveto TBS K 0 eq {(=100) show}{(=88,6) show} ifelse xtexti xchart12 1 add get ytexti xchart12 1 add get moveto (8 von maximalem (m)) showde %0VG291-4 03581 (8 of maximum (m)) showen %1VG291-4 03581 (8 de m\341ximo (m)) showes %2VG291-4 03581 (8 de la maximum (m)) showfr %3VG291-4 03581 (8 di massimo (m)) showit %4VG291-4 03581 (8 of maximum (m)) showjp %5VG291-4 03581 TBIS ( C) show TBL 0 -60 rmoveto (AB) show 0 60 rmoveto TBS ( f\374r ) showde %0VG291-4 03581 ( for ) showen %1VG291-4 03581 ( bajo ) showes %2VG291-4 03581 ( pour ) showfr %3VG291-4 03581 ( per ) showit %4VG291-4 03581 ( for ) showjp %5VG291-4 03581 TELi xchartl get show xtexti xchart12 2 add get ytexti xchart12 2 add get moveto xchart4 0 eq {%xchart4=0 (in der Normfarbtafel) showde %0VG291-4 04581 (in the chromaticity diagram) showen %1VG291-4 04581 (en el diagrama de chromaticidad) showes %2VG291-4 04581 (dans le diagramme de chromaticit\351) showfr %3VG291-4 04581 (nel diagramma di cromaticit\340) showit %4VG291-4 04581 (in the chromaticity diagram) showjp %5VG291-4 04581 TBIS ( (x, y)) show } if %xchart4=0 xchart4 1 eq {%xchart4=1 (in der Farbtafel) showde %0VG291-4 05581 (in the chromaticity diagram) showen %1VG291-4 05581 (en el diagrama de chromaticidad) showes %2VG291-4 05581 (dans le diagramme de chromaticit\351) showfr %3VG291-4 05581 (nel diagramma di cromaticit\340) showit %4VG291-4 05581 (in the chromaticity diagram) showjp %5VG291-4 05581 TBIS ( (a, b)) show } if %xchart4=1 xchart4 2 eq {%xchart4=2 (in der Farbarbtafel) showde %0VG291-4 06581 (in the chromaticity diagram) showen %1VG291-4 06581 (en el diagrama de chromaticidad) showes %2VG291-4 06581 (dans le diagramme de chromaticit\351) showfr %3VG291-4 06581 (nel diagramma di cromaticit\340) showit %4VG291-4 06581 (in the chromaticity diagram) showjp %5VG291-4 06581 TBIS ( (a', b')) show } if %xchart4=2 xchart4 3 eq {%xchart4=3 (in der Farbarbtafel) showde %0VG291-4 07581 (in the chromaticity diagram) showen %1VG291-4 07581 (en el diagrama de chromaticidad) showes %2VG291-4 07581 (dans le diagramme de chromaticit\351) showfr %3VG291-4 07581 (nel diagramma di cromaticit\340) showit %4VG291-4 07581 (in the chromaticity diagram) showjp %5VG291-4 07581 TBIS ( (a", b")) show } if %xchart4=3 xchart4 4 eq {%xchart4=4 (in Buntwertdiagramm) showde %0VG291-4 08581 (in chromatic value diagram) showen %1VG291-4 08581 (en el diagrama valor crom\341tico) showes %2VG291-4 08581 (dans la valeur chromatique le diagramme) showfr %3VG291-4 08581 (nel diagramma di valore cromatico) showit %4VG291-4 08581 (in chromatic value diagram) showjp %5VG291-4 08581 TBIS ( (A, B)) show } if %xchart4=4 xchart4 5 eq {%xchart4=5 (in Buntheitsdiagram) showde %0VG291-4 09581 (in CIELAB diagram) showen %1VG291-4 09581 (en el diagrama CIELAB) showes %2VG291-4 09581 (dans le diagramme de CIELAB) showfr %3VG291-4 09581 (nel diagramma di CIELAB) showit %4VG291-4 09581 (in CIELAB diagram) showjp %5VG291-4 09581 TBIS ( (a*, b*)) show } if %xchart4=5 xchart4 6 eq {%xchart4=6 (in Buntheitsdiagram) showde %0VG291-4 10581 (in chroma diagram) showen %1VG291-4 10581 (en el diagrama croma) showes %2VG291-4 10581 (dans le diagramme de chroma) showfr %3VG291-4 10581 (nel diagramma di chroma) showit %4VG291-4 10581 (in chroma diagram) showjp %5VG291-4 10581 TBIS ( \050a*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (, ) show TBIS (b*) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (\051) show } if %xchart4=6 xchart4 7 eq {%xchart4=7 (in Buntheitsdiagram) showde %0VG291-4 11581 (in chroma diagram) showen %1VG291-4 11581 (en el diagrama croma) showes %2VG291-4 11581 (dans le diagramme de chroma) showfr %3VG291-4 11581 (nel diagramma di chroma) showit %4VG291-4 11581 (in chroma diagram) showjp %5VG291-4 11581 TBIS ( (A*, B*)) show } if %xchart4=7 xchart4 0 eq {%xchart4=0 600 400 translate 0 0 moveto 4000 0 rlineto stroke 0 0 moveto 0 3200 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 -50 moveto 0 100 rlineto stroke 800 -50 moveto 0 100 rlineto stroke 1600 -50 moveto 0 100 rlineto stroke 2400 -50 moveto 0 100 rlineto stroke 3200 -50 moveto 0 100 rlineto stroke 4000 -50 moveto 0 100 rlineto stroke -100 -300 moveto (0,0) show 700 -300 moveto (0,2) show 1500 -300 moveto (0,4) show 2300 -300 moveto (0,6) show 3100 -300 moveto (0,8) show 3900 -300 moveto (1,0) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 800 moveto 100 0 rlineto stroke -50 1600 moveto 100 0 rlineto stroke -50 2400 moveto 100 0 rlineto stroke -50 3200 moveto 100 0 rlineto stroke -450 -80 moveto (0,0) show -450 720 moveto (0,2) show -450 1520 moveto (0,4) show -450 2320 moveto (0,6) show -450 3120 moveto (0,8) show TIM -300 2800 moveto (y) show TIM 4200 150 moveto (x) show 4000 1600 moveto TBS (Parame\255) show 4000 1400 moveto TBS (ter:) show TBIS ( Y) show TL TBIS 2600 150 moveto (CIE 1931) show -600 -400 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA= 4000 BEO=02 xy-Farbtafel IXY0: 600 400 600 400 translate 693 19 moveto 693 19 692 19 690 19 curveto 688 19 685 20 681 23 curveto 675 27 667 34 657 43 curveto 644 55 626 70 603 90 curveto 575 118 542 159 496 231 curveto 438 347 365 530 274 802 curveto 181 1179 93 1650 32 2153 curveto 15 2619 55 3000 155 3248 curveto 297 3335 456 3304 618 3223 curveto 771 3126 918 3017 1063 2897 curveto 1206 2769 1349 2635 1492 2497 curveto 1634 2358 1776 2218 1915 2080 curveto 2049 1946 2179 1817 2300 1696 curveto 2411 1585 2508 1489 2592 1405 curveto 2663 1336 2720 1278 2765 1233 curveto 2802 1197 2831 1168 2856 1143 curveto 2876 1123 2892 1107 2903 1096 curveto 2913 1086 2919 1080 2924 1075 curveto 2927 1072 2930 1069 2933 1066 curveto 2936 1063 2937 1062 2938 1061 curveto 2938 1061 2939 1060 2744 971 curveto 2261 748 2040 643 1908 582 curveto 1819 541 1758 512 1708 490 curveto 1660 468 1612 445 1558 420 curveto 1495 391 1419 356 1320 309 curveto 1184 247 986 155 693 19 curveto stroke 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc fill % 400 681 23 30 0 360 arc fill % 425 626 70 30 0 360 arc fill % 450 438 347 30 0 360 arc fill % 475 32 2153 30 0 360 arc fill % 500 456 3304 30 0 360 arc fill % 525 1206 2769 30 0 360 arc fill % 550 1915 2080 30 0 360 arc fill % 575 2508 1489 30 0 360 arc fill % 600 2802 1197 30 0 360 arc fill % 625 2903 1096 30 0 360 arc fill % 650 2930 1069 30 0 360 arc fill % 675 2938 1061 30 0 360 arc fill % 700 2261 748 30 0 360 arc fill %500c 1708 490 30 0 360 arc fill %525c 1419 356 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 693 19 30 0 360 arc stroke % 400 681 23 30 0 360 arc stroke % 425 626 70 30 0 360 arc stroke % 450 438 347 30 0 360 arc stroke % 475 32 2153 30 0 360 arc stroke % 500 456 3304 30 0 360 arc stroke % 525 1206 2769 30 0 360 arc stroke % 550 1915 2080 30 0 360 arc stroke % 575 2508 1489 30 0 360 arc stroke % 600 2802 1197 30 0 360 arc stroke % 625 2903 1096 30 0 360 arc stroke % 650 2930 1069 30 0 360 arc stroke % 675 2938 1061 30 0 360 arc stroke % 700 2261 748 30 0 360 arc stroke %500c 1708 490 30 0 360 arc stroke %525c 1419 356 30 0 360 arc stroke %550c % 1250 1316 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS 693 375 sub 19 250 sub moveto (400) show % 681 500 sub 23 100 sub moveto (425) show % 626 500 sub 70 100 sub moveto (450) show 438 350 sub 347 200 sub moveto (475) show 32 450 sub 2153 100 sub moveto (500) show 456 100 add 3304 000 add moveto (525) show 1206 100 add 2769 000 add moveto (550) show 1915 080 sub 2080 100 add moveto (575) show 2508 100 add 1489 000 add moveto (600) show 2802 100 add 1197 100 add moveto (625) show % 2903 200 sub 1096 100 add moveto (650) show % 2930 200 sub 1069 100 add moveto (675) show 2938 100 add 1061 100 sub moveto (700) show 2261 100 add 748 200 sub moveto (500c,E) show 1708 100 add 490 200 sub moveto (525c,E) show 1419 000 add 356 250 sub moveto (550c,E) show % 1250 100 add 1316 100 sub moveto (D65 ) show -600 -400 translate %ENDE: 1 } if %xchart4=0 xchart4 1 eq {%xchart4=1 500 3200 translate 0 400 moveto 4000 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -150 500 moveto (-0,8) show 650 500 moveto (0,0) show 1450 500 moveto (0,8) show 2250 500 moveto (1,6) show 3050 500 moveto (2,4) show 3850 500 moveto (3,2) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,8) show -450 -1700 moveto (-1,6) show %-450 -2500 moveto (-2,4) show -175 -3050 moveto 90 rotate TBIK (b) show TBK (=-0,40) show TBIK (z/y) show -90 rotate 3650 100 moveto TBIK (a=x/y) show 4150 -200 moveto TBS (Parame\255) show 4150 -400 moveto TBS (ter:) show TBIS ( Y) show TL -500 -3200 translate %1000 02 01 16 01-.03**************************************** %ANF PROZSPEP.FOR: MULYA= 1000 BEO=02 ab-Farbtafel IXY0: 1500 3200 1300 3200 translate % 36136 -68535 moveto % 36136 -68535 36234 -68875 35958 -68561 curveto % 35610 -68128 33600 -64560 29424 -56936 curveto % 24474 -47779 19507 -38551 15143 -30384 curveto % 11681 -23927 8847 -18653 6639 -14534 curveto % 4846 -11128 3397 -8271 2147 -5661 curveto 1261 -3701 moveto 1261 -3701 688 -2339 342 -1455 curveto 153 -894 56 -546 15 -336 curveto 5 -208 18 -125 47 -73 curveto 89 -44 138 -28 191 -19 curveto 246 -13 304 -8 366 -5 curveto 435 -3 512 -2 597 -1 curveto 693 -1 800 0 920 0 curveto 1053 0 1198 0 1355 0 curveto 1520 0 1683 0 1844 0 curveto 1993 0 2126 0 2242 0 curveto 2340 0 2424 0 2497 0 curveto 2559 0 2610 0 2649 0 curveto 2680 0 2703 0 2718 0 curveto 2731 0 2741 0 2751 0 curveto 2760 0 2764 0 2767 0 curveto 2769 0 2770 0 2824 -116 curveto 3023 -529 3168 -817 3275 -1036 curveto 3357 -1209 3430 -1349 3482 -1469 curveto 3545 -1597 3622 -1746 3704 -1922 curveto 3817 -2156 3983 -2496 4262 -3058 curveto % 4786 -4149 6341 -7346 35775 -67850 curveto stroke 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc fill % 400 % 29424 -56936 30 0 360 arc fill % 425 % 8847 -18653 30 0 360 arc fill % 450 1261 -3701 30 0 360 arc fill % 475 15 -336 30 0 360 arc fill % 500 138 -28 30 0 360 arc fill % 525 435 -3 30 0 360 arc fill % 550 920 0 30 0 360 arc fill % 575 1683 0 30 0 360 arc fill % 600 2340 0 30 0 360 arc fill % 625 2649 0 30 0 360 arc fill % 650 2741 0 30 0 360 arc fill % 675 2769 0 30 0 360 arc fill % 700 3023 -529 30 0 360 arc fill %500c 3482 -1469 30 0 360 arc fill %525c 3983 -2496 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor % 36136 -68535 30 0 360 arc stroke % 400 % 29424 -56936 30 0 360 arc stroke % 425 % 8847 -18653 30 0 360 arc stroke % 450 1261 -3701 30 0 360 arc stroke % 475 15 -336 30 0 360 arc stroke % 500 138 -28 30 0 360 arc stroke % 525 435 -3 30 0 360 arc stroke % 550 920 0 30 0 360 arc stroke % 575 1683 0 30 0 360 arc stroke % 600 2340 0 30 0 360 arc stroke % 625 2649 0 30 0 360 arc stroke % 650 2741 0 30 0 360 arc stroke % 675 2769 0 30 0 360 arc stroke % 700 3023 -529 30 0 360 arc stroke %500c 3482 -1469 30 0 360 arc stroke %525c 3983 -2496 30 0 360 arc stroke %550c % 950 -435 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 36136 500 sub -68535 100 sub moveto (400) show % 29424 500 sub -56936 100 sub moveto (425) show % 8847 500 sub -18653 100 sub moveto (450) show % 1261 500 sub -3701 100 sub moveto (475) show 15 400 sub -336 100 sub moveto (500) show % 138 200 sub -28 100 add moveto (525) show 435 200 sub -3 100 add moveto (550) show % 920 200 sub 0 100 add moveto (575) show 1683 200 sub 0 100 add moveto (600) show 2340 200 sub 0 100 add moveto (625) show % 2649 200 sub 0 100 add moveto (650) show % 2741 200 sub 0 100 add moveto (675) show 2769 100 add 0 150 sub moveto (700) show 3023 100 add -529 100 sub moveto (500c,E) show 3482 800 sub -1469 050 sub moveto (525c,E) show % 3983 500 sub -2496 100 sub moveto (550c,E) show % 950 100 add -435 100 sub moveto (D65 ) show -1300 -3200 translate %ENDE: 2 } if %xchart4=1 xchart4 2 eq {%xchart4=2 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3600 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 000 350 moveto 0 100 rlineto stroke 0800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -200 500 moveto (0,00) show 600 500 moveto (0,06) show 1400 500 moveto (0,12) show 2200 500 moveto (0,18) show 3000 500 moveto (0,24) show 3800 500 moveto (0,30) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -575 -100 moveto ( 0,00) show -575 -900 moveto (-0,06) show -575 -1700 moveto (-0,12) show -575 -2500 moveto (-0,18) show TIM -380 -1300 moveto (b') show 4300 250 moveto (a') show 4050 -0600 moveto TBS (Parame\255) show 4050 -0800 moveto TBS (ter:) show TBIS ( Y) show TL -600 -3200 translate %1000 02 01 16 01 .00 .0020 ******************** %ANF PROZSPEP3.FOR: MULYA=13333 BEO=02 CIELAB 1976 IXY0: 400 3200 400 3200 translate 9657 -6202 moveto 9657 -6202 9666 -6212 9642 -6203 curveto 9610 -6190 9426 -6080 9018 -5830 curveto 8481 -5499 7863 -5120 7227 -4729 curveto 6628 -4367 6041 -4019 5490 -3698 curveto 4943 -3383 4391 -3065 3769 -2701 curveto 3156 -2344 2578 -2012 2043 -1717 curveto 1565 -1460 1123 -1239 723 -1054 curveto 527 -898 772 -759 1060 -634 curveto 1304 -535 1510 -464 1685 -408 curveto 1832 -356 1965 -309 2091 -267 curveto 2214 -230 2337 -200 2460 -176 curveto 2585 -157 2712 -145 2841 -139 curveto 2972 -138 3103 -133 3233 -126 curveto 3359 -126 3475 -120 3582 -113 curveto 3676 -98 3756 -91 3823 -88 curveto 3878 -75 3924 -64 3963 -57 curveto 3995 -54 4022 -46 4042 0 curveto 4057 0 4069 0 4077 0 curveto 4083 0 4088 0 4093 0 curveto 4097 0 4100 0 4101 0 curveto 4102 0 4103 0 4129 -740 curveto 4224 -1226 4290 -1417 4338 -1533 curveto 4374 -1614 4405 -1674 4427 -1723 curveto 4454 -1771 4486 -1825 4520 -1884 curveto 4565 -1958 4630 -2056 4736 -2200 curveto 4923 -2435 5407 -2946 9625 -6181 curveto stroke 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc fill % 400 9018 -5830 30 0 360 arc fill % 425 6041 -4019 30 0 360 arc fill % 450 3156 -2344 30 0 360 arc fill % 475 723 -1054 30 0 360 arc fill % 500 1510 -464 30 0 360 arc fill % 525 2214 -230 30 0 360 arc fill % 550 2841 -139 30 0 360 arc fill % 575 3475 -120 30 0 360 arc fill % 600 3878 -75 30 0 360 arc fill % 625 4042 0 30 0 360 arc fill % 650 4088 0 30 0 360 arc fill % 675 4102 0 30 0 360 arc fill % 700 4224 -1226 30 0 360 arc fill %500c 4427 -1723 30 0 360 arc fill %525c 4630 -2056 30 0 360 arc fill %550c 0 0 0 1 setcmyk_olvcolor 9657 -6202 30 0 360 arc stroke % 400 9018 -5830 30 0 360 arc stroke % 425 6041 -4019 30 0 360 arc stroke % 450 3156 -2344 30 0 360 arc stroke % 475 723 -1054 30 0 360 arc stroke % 500 1510 -464 30 0 360 arc stroke % 525 2214 -230 30 0 360 arc stroke % 550 2841 -139 30 0 360 arc stroke % 575 3475 -120 30 0 360 arc stroke % 600 3878 -75 30 0 360 arc stroke % 625 4042 0 30 0 360 arc stroke % 650 4088 0 30 0 360 arc stroke % 675 4102 0 30 0 360 arc stroke % 700 4224 -1226 30 0 360 arc stroke %500c 4427 -1723 30 0 360 arc stroke %525c 4630 -2056 30 0 360 arc stroke %550c % 2872 -1148 30 0 360 arc fill %D65 0 0 0 1 setcmyk_olvcolor TBIS % 9657 500 sub -6202 100 sub moveto (400) show % 9018 500 sub -5830 100 sub moveto (425) show % 6041 500 sub -4019 100 sub moveto (450) show 3156 400 sub -2344 100 sub moveto (475) show 723 400 sub -1054 050 sub moveto (500) show 1510 200 sub -464 150 add moveto (525) show 2214 200 sub -230 100 add moveto (550) show 2841 200 sub -139 100 add moveto (575) show 3475 200 sub -120 100 add moveto (600) show % 3878 200 sub -75 100 add moveto (625) show % 4042 200 sub 0 100 add moveto (650) show % 4088 200 sub 0 100 add moveto (675) show 4102 050 add 0 100 sub moveto (700) show 4224 050 add -1226 000 sub moveto (500c,E) show 4427 010 sub -1723 100 add moveto (525c,E) show % 4630 100 add -2056 100 sub moveto (550c,E) show % 2872 050 add -1148 000 sub moveto (D65 ) show -400 -3200 translate %ENDE: 3 } if %xchart4=2 xchart4 3 eq {%xchart4=3 600 3200 translate 0 400 moveto 4400 0 rlineto stroke 0 400 moveto 0 -3500 rlineto stroke %! 100 S-Einheiten = 2000 Skalen-Einheiten TBS 0 350 moveto 0 100 rlineto stroke 800 350 moveto 0 100 rlineto stroke 1600 350 moveto 0 100 rlineto stroke 2400 350 moveto 0 100 rlineto stroke 3200 350 moveto 0 100 rlineto stroke 4000 350 moveto 0 100 rlineto stroke -250 500 moveto (-0,6) show 650 500 moveto (0,0) show 1450 500 moveto (0,6) show 2250 500 moveto (1,2) show 3050 500 moveto (1,8) show 3850 500 moveto (2,4) show %! 100 S-Einheiten = 2000 Skalen-Einheiten -50 0 moveto 100 0 rlineto stroke -50 -800 moveto 100 0 rlineto stroke -50 -1600 moveto 100 0 rlineto stroke -50 -2400 moveto 100 0 rlineto stroke -50 -3200 moveto 100 0 rlineto stroke -450 -100 moveto ( 0,0) show -450 -900 moveto (-0,6) show -450 -1700 moveto (-1,2) show -450 -2500 moveto (-1,8) show TBIK -450 -2900 moveto (b") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4050 200 moveto (a") show TBS -120 -125 rmoveto (s) show 120 125 rmoveto TBIK 4020 -0350 moveto TBS (Parame\255) show 4020 -0550 moveto TBS (ter:) show TBIS ( Y) show TL -600 -3200 translate %1000 02 **************************************** %ANF PROZSPEP.FOR: MULYA= 1333 BEO=02 a"b" LABJND 1985 IXY0: 700 3200 700 800 add 3200 translate 3789 -3170 moveto 3789 -3170 3789 -3170 3788 -3170 curveto 3787 -3170 3779 -3166 3757 -3155 curveto 3724 -3138 3673 -3113 3603 -3079 curveto 3514 -3037 3394 -2982 3239 -2915 curveto 3028 -2826 2734 -2704 2265 -2508 curveto 1626 -2234 957 -1880 645 -1481 curveto 507 -1078 443 -720 417 -455 curveto 411 -308 419 -223 437 -171 curveto 464 -144 496 -130 533 -121 curveto 573 -115 616 -111 664 -108 curveto 721 -107 787 -105 867 -105 curveto 963 -104 1081 -104 1227 -104 curveto 1397 -104 1561 -104 1716 -104 curveto 1858 -104 1981 -104 2090 -104 curveto 2180 -104 2254 -104 2313 -104 curveto 2360 -103 2397 -103 2429 -103 curveto 2455 -103 2476 -103 2491 -103 curveto 2503 -103 2512 -103 2517 -103 curveto 2522 -103 2526 -103 2530 -103 curveto 2533 -103 2535 -103 2536 -103 curveto 2536 -103 2537 -103 2556 -214 curveto 2623 -700 2668 -1007 2700 -1196 curveto 2723 -1324 2742 -1416 2756 -1488 curveto 2772 -1560 2791 -1636 2811 -1717 curveto 2837 -1813 2873 -1933 2929 -2093 curveto 3019 -2313 3211 -2648 3788 -3169 curveto stroke 1 setgray 3789 -3170 30 0 360 arc fill % 400 3757 -3155 30 0 360 arc fill % 425 3394 -2982 30 0 360 arc fill % 450 1626 -2234 30 0 360 arc fill % 475 417 -455 30 0 360 arc fill % 500 496 -130 30 0 360 arc fill % 525 721 -107 30 0 360 arc fill % 550 1227 -104 30 0 360 arc fill % 575 1981 -104 30 0 360 arc fill % 600 2360 -103 30 0 360 arc fill % 625 2491 -103 30 0 360 arc fill % 650 2526 -103 30 0 360 arc fill % 675 2536 -103 30 0 360 arc fill % 700 2623 -700 30 0 360 arc fill %500c 2756 -1488 30 0 360 arc fill %525c 2873 -1933 30 0 360 arc fill %550c 0 setgray 3789 -3170 30 0 360 arc stroke % 400 3757 -3155 30 0 360 arc stroke % 425 3394 -2982 30 0 360 arc stroke % 450 1626 -2234 30 0 360 arc stroke % 475 417 -455 30 0 360 arc stroke % 500 496 -130 30 0 360 arc stroke % 525 721 -107 30 0 360 arc stroke % 550 1227 -104 30 0 360 arc stroke % 575 1981 -104 30 0 360 arc stroke % 600 2360 -103 30 0 360 arc stroke % 625 2491 -103 30 0 360 arc stroke % 650 2526 -103 30 0 360 arc stroke % 675 2536 -103 30 0 360 arc stroke % 700 2623 -700 30 0 360 arc stroke %500c 2756 -1488 30 0 360 arc stroke %525c 2873 -1933 30 0 360 arc stroke %550c 1266 -580 30 0 360 arc fill %D65 0 setgray TBIS 3789 200 sub -3170 200 add moveto (400) show % 3757 600 sub -3155 100 sub moveto (425) show % 3394 600 sub -2982 100 sub moveto (450) show 1626 050 sub -2234 150 add moveto (475) show 417 430 sub -455 100 sub moveto (500) show 496 400 sub -130 50 add moveto (525) show 721 300 sub -107 100 add moveto (550) show 1227 200 sub -104 100 add moveto (575) show 1981 200 sub -104 100 add moveto (600) show % 2360 200 sub -103 100 add moveto (625) show % 2491 200 sub -103 100 add moveto (650) show % 2526 200 sub -103 100 add moveto (675) show 2536 100 add -103 moveto (700) show 2623 100 add -700 100 sub moveto (500c) show 2756 100 add -1488 100 sub moveto (525c) show % 2873 100 add -1933 100 sub moveto (550c) show % 1266 100 add -580 100 sub moveto (D65 ) show 700 800 add neg -3200 translate %ENDE: 3 } if %xchart4=3 xchart4 4 ge xchart4 7 le and {%4>=xchart4<=7 3500 2000 translate %axis and scales 0 0 0 1 setcmyk_olvcolor -2250 0 moveto 3950 0 rlineto stroke 0 -1880 moveto 0 3600 rlineto stroke 1700 100 sub 50 moveto 100 -50 rlineto -100 -50 rlineto closepath fill 0 50 sub 1800 100 sub moveto 50 100 rlineto 50 -100 rlineto closepath fill /xt10x 5 array def /yt10x 5 array def xchart4 4 eq {%xchart4=4 /xt10x [(-40) ( ) ( ) ( ) ( 40)] def /yt10x [(-40) ( ) ( ) ( ) (40)] def } if %xchart4=3 xchart4 5 ge xchart4 7 le and {%5>=xchart4<=7 /xt10x [(-120) ( ) ( ) ( ) ( 120)] def /yt10x [(-120) ( ) ( ) ( ) (120)] def } if %4>=xchart4<=6 0 0 0 1 setcmyk_olvcolor 0 1 4 {/i exch def %i=0,4 x-axis -1600 i 800 mul add -75 moveto 0 150 rlineto stroke -1800 i 800 mul add -250 moveto TBS xt10x i get show i 4 eq {-1600 i 800 mul add 0 moveto xchart4 4 eq { %xchart4=4 000 150 rmoveto TBIM (A) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -50 150 rmoveto TBIM (a*) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -350 150 rmoveto TBIM (a*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -50 150 rmoveto TBIM (A*) show TL } if %xchart4=7 } if } for %i=0,4 0 1 4 {/i exch def %i=0,4 y-axis -75 -1600 i 800 mul add moveto 150 0 rlineto stroke 100 -1600 i 800 mul add 100 sub moveto TBS yt10x i get show i 4 eq {0 -1600 i 800 mul add moveto xchart4 4 eq { %xchart4=4 -250 150 rmoveto TBIM (B) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=4 xchart4 5 eq { %xchart4=5 -400 150 rmoveto TBIM (b*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=5 xchart4 6 eq { %xchart4=6 -750 150 rmoveto TBIM (b*) show -40 -50 rmoveto TBL (D65) show 0 50 rmoveto TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 0000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=6 xchart4 7 eq { %xchart4=7 -300 150 rmoveto TBIM (B*) show TL 0 1150 add 1600 0200 add moveto TBS (Parame\255) show 0 1150 add 1600 -000 add moveto TBS (ter:) show TBIS ( Y) show TL } if %xchart4=7 } if } for %i=0,4 -3500 -2000 translate } if %4>=xchart4<=7 %*********************************************************** /icolor 9 array def %Rm %Ym %Gm %Cm %Bm %Mm %Go %Mo %W /icolor [20 10 06 00 30 26 06 26 40] def /imshow {0 -50 rmoveto TBL (m) show 0 50 rmoveto TBIS} def /ioshow {0 -50 rmoveto TBL (o) show 0 50 rmoveto TBIS} def %************************************************* xchart4 0 eq {%xchart4=0 %only for (x,y) /fakt 4000 def 600 400 translate %for scala and graphic 0 1 39 {/i exch def %i=0,39 XANi i get fakt mul YANi i get fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XANW fakt mul YANW fakt mul 90 0 360 arc stroke XANW fakt mul 200 sub YANW fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /SUM Xi i get Yi i get add Zi i get add 0.0001 add def /AnY Xi i get SUM div fakt mul def /BnY Yi i get SUM div fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 300 sub BnY 050 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /SUM XK Xi i get sub YK Yi i get sub add ZK Zi i get sub add 0.0001 add def /AnY XK Xi i get sub SUM div fakt mul def /BnY YK Yi i get sub SUM div fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 150 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 add BnY 100 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 100 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 000 add moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -600 -400 translate %for scala and grafic } if %xchart4=0 xchart4 1 eq {%xchart4=1 %only for (a,b) /fakt 1000 def /a2 XW YW 0.0001 add div def /b2 ZW YW 0.0001 add div -0.4 mul def 1300 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div fakt mul %a Zi i get Yi i get 0.0001 add div fakt mul %b 0.4 mul neg i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div fakt mul ZW YW 0.0001 add div fakt mul 0.4 mul neg 90 0 360 arc stroke XW YW 0.0001 add div fakt mul 200 sub ZW YW 0.0001 add div fakt mul 0.4 mul neg 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div fakt mul def /BnY Zi i get Yi i get 0.0001 add div fakt mul 0.4 mul neg def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 150 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 sub BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 100 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div fakt mul 0.4 mul neg def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 200 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 add BnY 050 sub moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -1300 -3200 translate %for grafic } if %xchart4=1 xchart4 2 eq {%xchart4=2 %only for (a',b') /D13 1 3 div def /fakt 13333 def /a2 XW YW 0.0001 add div D13 exp 0.2191 mul def /b2 ZW YW 0.0001 add div D13 exp -0.08376 mul def 200 3200 translate %for graphic 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 90 0 360 arc stroke XW YW 0.0001 add div %a' D13 exp 0.2191 mul fakt mul 200 sub ZW YW 0.0001 add div %b' D13 exp -0.08376 mul fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 350 sub BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 050 add BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 200 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 200 sub BnY 100 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %a' D13 exp 0.2191 mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %b' D13 exp -0.08376 mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 150 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 150 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -200 -3200 translate %for graphic } if %xchart4=2 xchart4 3 eq {%xchart4=3 %only for (a",b") %100 3800 moveto TIS ((a",b") (LAB 1977)) show /fakt 1333 def /XD65 95.04 def /YD65 100.00 def /ZD65 108.89 def /aD65 XD65 YD65 0.0001 add div def /bD65 ZD65 YD65 0.0001 add div -0.4 mul def /a2 aD65 def /b2 bD65 def 700 800 add 3200 translate %for grafic 0 1 39 {/i exch def %i=0,39 /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 a"n fakt mul b"n fakt mul 90 0 360 arc stroke a"n fakt mul 200 sub b"n fakt mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /a Xi i get Yi i get 0.0001 add div def /an XK YK 0.0001 add div def /b Zi i get Yi i get 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 300 sub BnY 050 sub moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 250 sub BnY 200 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 150 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /a XK Xi i get sub YK Yi i get sub 0.0001 add div def /an XK YK 0.0001 add div def /b ZK Zi i get sub YK Yi i get sub 0.0001 add div 0.4 mul neg def /bn ZK YK 0.0001 add div 0.4 mul neg def /a" an a an sub 1 a an sub abs 0.5 mul add div add def /b" bn b bn sub 1 b bn sub abs 0.5 mul add div add def a" fakt mul b" fakt mul /a"n an def /b"n bn def /AnY a" fakt mul def /BnY b" fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 200 sub moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 050 add BnY 300 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 050 add BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Ymin j 4 eq {AnY 100 add BnY 100 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 700 800 add neg -3200 translate %for graphic } if %xchart4=3 xchart4 4 eq {%xchart4=4 %only for (A,B) /fakt 40 def /a2 1.00 def /b2 -0.4 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (A) show TBS ( = \050) show TBIS (a) show TBS ( - ) show TBIS (a) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1300 moveto TBIS (B) show TBS ( = \050) show TBIS (b) show TBS ( - ) show TBIS (b) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1) show -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -0,4) show -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div %(a-an)YW XK YK 0.0001 add div sub YW mul fakt mul ZW YW 0.0001 add div %(b-an)YW ZK YK 0.0001 add div sub 0.4 mul neg YW mul fakt mul 90 0 360 arc stroke 0 080 add 0 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub Yi i get mul fakt mul def /BnY Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg Yi i get mul fakt mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 000 add moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub YK Yi i get sub mul fakt mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg YK Yi i get sub mul fakt mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 100 sub BnY 150 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 } if %xchart4=4 xchart4 5 eq {%xchart4=5 %only for (a*,b*) /D13 1 3 div def /fakt 40 3 div def /a2 1 XW div D13 exp def /b2 1 ZW div D13 exp -0.4 mul def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b' = b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 200 sub ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 250 sub moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=5 xchart4 6 eq {%xchart4=6 %only for (a*,b*) with const. for D65 /D13 1 3 div def /fakt 40 3 div def /a2 0.2191 def /b2 -0.08376 def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a') show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 800 moveto TBIS (b') show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=[1/) show TBIS (X) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show a2 cvsshow4 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS (=-[1/) show TBIS (Z) show 0 -50 rmoveto TBL (D65) show 0 50 rmoveto TBS (]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS (=) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %b'= b2 (z/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div %500(a'-a'n)Y**(1/3) D13 exp a2 mul %a'= a2 (x/y)**(1/3) XK YK 0.0001 add div D13 exp a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div %500(b'-b'n)Y**(1/3) D13 exp b2 mul %a'= a2 (x/y)**(1/3) ZK YK 0.0001 add div D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 100 add BnY 050 sub moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 100 add BnY 200 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 100 add BnY 050 add moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D13 exp a2 mul XK YK 0.0001 add div D13 exp a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D13 exp b2 mul ZK YK 0.0001 add div D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto (R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 400 sub BnY 100 sub moveto (M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 150 add moveto (B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto (min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto (M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,3 -3500 -2000 translate %for text and grafic } if %xchart4=6 xchart4 7 eq {%xchart4=7 %only for (a*,b*)D65 /D13 1 3 div def /D11 1 def /D16 1 6 div def /fakt 40 3 div def /a2 1 15 div def /b2 1 12 div neg def 3500 2000 translate %for text and grafic -3400 1800 moveto TBIS (XYZ) show TBL (w) show TBS (=) show XK cvsshow5 (, ) show YK cvsshow5 (, ) show ZK cvsshow2 -3400 1550 moveto TBIS (a*) show TBS ( = 500 \050) show TBIS (a') show TBS ( - ) show TBIS (a') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1300 moveto TBIS (b*) show TBS ( = 500 \050) show TBIS (b') show TBS ( - ) show TBIS (b') show 0 -50 rmoveto TBL (n) show 0 50 rmoveto TBS (\051 ) show TBIS (Y) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto -3400 1050 moveto TBIS (a) show TBS ( = ) show TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (x/y) show TBS ( + 1]) show -3400 800 moveto TBIS (b) show TBS ( = ) show TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( [) show TBIS (z/y) show TBS ( + 1/6 ]) show 0 50 rmoveto TBL (1/3) show 0 -50 rmoveto TBS -3400 550 moveto TBIS (a) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = 1/15 = ) show a2 cvsshow5 -3400 300 moveto TBIS (b) show 0 -50 rmoveto TBL (2) show 0 50 rmoveto TBS ( = -1/12 = ) show b2 cvsshow5 -3400 050 moveto TBIS (n) show TBS ( = ) show TELi xchartl get show 0 1 39 {/i exch def %i=0,39 Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul i 0 eq {moveto} if i 1 ge i 38 le and {lineto} if i 39 eq {lineto closepath stroke} if } for %i=0,39 XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 90 0 360 arc stroke XW YW 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add ZW YW 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YW 0.0001 add D13 exp mul fakt mul 500 mul 080 add moveto TBS TELi xchartl get show TBIS 0 1 4 {/j exch def %j=0,4 j 0 eq {/i 0 def} if %Cm-Rm j 1 eq {/i 6 def} if %Gm-Mm j 2 eq {/i 13 def} if %Ym-Bm j 3 eq {/i 9 def} if %Max-Min j 4 eq {/i 40 def /k 6 def %Go Xi i Xk k get put Yi i Yk k get put Zi i Zk k get put } if /AnY Xi i get Yi i get 0.0001 add div %500(a'-a'n)Y**(1/3) D11 add a2 mul %a'=(x/y+1)/15 XK YK 0.0001 add div D11 add a2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /BnY Zi i get Yi i get 0.0001 add div %500(b'-b'n)Y**(1/3) D16 add D13 exp b2 mul %b'=-[(z/y +1/6)**(1/3)]/12 ZK YK 0.0001 add div D16 add D13 exp b2 mul sub Yi i get 0.0001 add D13 exp mul fakt mul 500 mul def /cab Xi i get Yi i get 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul Zi i get Yi i get 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab Yi i get mul def /Paramshow {Yi i get cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(C) show imshow 1 0 0 0 setcmykcolor} if %Cm j 1 eq {AnY 300 sub BnY 000 add moveto Paramshow %(G) show imshow 1 0 1 0 setcmykcolor} if %Gm j 2 eq {AnY 000 add BnY 250 sub moveto Paramshow %(Y) show imshow 0 0 1 0 setcmykcolor} if %Ym j 3 eq {AnY 100 sub BnY 250 sub moveto Paramshow %(max) show %imshow 0.3 0 1 0 setcmykcolor} if %Ymax j 4 eq {AnY 050 add BnY 200 sub moveto Paramshow %(G) show ioshow 1 0.5 1 0 setcmykcolor} if %Go newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke /AnY XK Xi i get sub YK Yi i get sub 0.0001 add div D11 add a2 mul XK YK 0.0001 add div D11 add a2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /BnY ZK Zi i get sub YK Yi i get sub 0.0001 add div D16 add D13 exp b2 mul ZK YK 0.0001 add div D16 add D13 exp b2 mul sub YK Yi i get sub 0.0001 add D13 exp mul fakt mul 500 mul def /cab XK Xi i get sub YK Yi i get sub 0.0001 add div %(a-an)Y XK YK 0.0001 add div sub dup mul ZK Zi i get sub YK Yi i get sub 0.0001 add div %(b-bn)Y ZK YK 0.0001 add div sub 0.4 mul neg dup mul add 0.0001 add sqrt def /CAB cab YK Yi i get sub mul def /Paramshow {YK Yi i get sub cvishow} bind def j 0 eq {AnY 100 add BnY 000 add moveto Paramshow %(R) show imshow 0 1 1 0 setcmykcolor} if %Rm j 1 eq {AnY 350 sub BnY 100 sub moveto Paramshow %(M) show imshow 0 1 0 0 setcmykcolor} if %Mm j 2 eq {AnY 200 sub BnY 200 add moveto Paramshow %(B) show imshow 1 1 0 0 setcmykcolor} if %Bm j 3 eq {AnY 100 sub BnY 150 add moveto Paramshow %(min) show %imshow 0.7 1 0 0 setcmykcolor} if %Bmin j 4 eq {AnY 100 sub BnY 300 sub moveto Paramshow %(M) show ioshow 0 0.5 0 0 setcmykcolor} if %Mo newpath AnY BnY 90 0 360 arc fill 0 setgray newpath AnY BnY 90 0 360 arc stroke } for %j=0,4 -3500 -2000 translate %for text and grafic } if %xchart4=7 showpage grestore %} for %xchartl=0,7 } for %xchart4=0,7 %} for %xcolorl=0,1 %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 25 %line 469 %!PS-Adobe-3.0 EPSF-3.0 VG291-5N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark15 where {pop} {userdict /pdfmark15 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark15 [ /View [ /FitB ] /DOCVIEW pdfmark15 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %VE400-7T.TXT from 1-000000-L0 VE400-7A with software macps2pdf, option ps to ascii, 140111 /XYZTD65 6859 array def %361X19=6859 /XYZTD65 [%BEG XYZTD65 %rgb*e,AB and CIE data of a elementary hue circle according to CIE R1-47 for Ostwald colours for CIE illuminant D65 %Yxy, abcAB, ABCAB, LabC*abhab data for relative spacing of elementary hue hAB of LINYAB for CIE 2 degree observer %Elementary hue circle with 4 intended elementary hue angles: hAB = 17.7, 93.3, 159.1, 270.8 of LINYAB, and 90 intended hue angles: %000, 001, ..., 089, LINYAB data of CIE test colours 9 (R): 11.2 9.9 3.1, 10 (Y): 59.0 -1.2 20.9, 11 (G): 20.3 -7.2 2.7, 12 (B): 6.4 0.1 -8.2 %no.AB Y x y a b cAB A B CAB hAB L* a* b* C*ab hab rgb*e,AB CodeAB % 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 %19(CODE) 000 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.39 % B80R # 001 40.8 0.45 0.261 1.72 -0.44 0.77 31.4 -0.1 31.4 359.6 70.0 81.1 -0.5 81.1 359.6 1.00 0.00 0.37 % B81R # 002 40.8 0.453 0.264 1.714 -0.427 0.764 31.1 0.3 31.2 0.6 70.0 80.6 0.9 80.6 0.6 1.00 0.00 0.35 % B82R # 003 40.8 0.456 0.267 1.708 -0.414 0.758 30.9 0.8 30.9 1.6 70.0 80.0 2.4 80.1 1.7 1.00 0.00 0.33 % B83R # 004 40.8 0.459 0.269 1.701 -0.4 0.752 30.7 1.4 30.7 2.6 70.0 79.5 4.0 79.6 2.9 1.00 0.00 0.3 % B84R # 005 40.8 0.462 0.272 1.695 -0.387 0.746 30.4 1.9 30.5 3.6 70.1 78.9 5.6 79.1 4.0 1.00 0.00 0.28 % B85R # 006 40.9 0.465 0.275 1.689 -0.374 0.741 30.2 2.4 30.3 4.7 70.1 78.4 7.2 78.7 5.2 1.00 0.00 0.26 % B86R # 007 40.9 0.469 0.278 1.682 -0.361 0.736 29.9 3.0 30.1 5.7 70.1 77.8 8.9 78.3 6.5 1.00 0.00 0.24 % B87R # 008 40.9 0.472 0.281 1.676 -0.348 0.731 29.7 3.5 29.9 6.8 70.1 77.3 10.6 78.0 7.8 1.00 0.00 0.21 % B89R # 009 40.9 0.475 0.284 1.67 -0.335 0.726 29.4 4.1 29.7 7.9 70.1 76.7 12.3 77.7 9.1 1.00 0.00 0.19 % B90R # 010 40.9 0.479 0.288 1.663 -0.322 0.722 29.2 4.6 29.6 9.0 70.1 76.1 14.1 77.5 10.5 1.00 0.00 0.17 % B91R # 011 41.0 0.483 0.291 1.657 -0.309 0.718 28.9 5.1 29.4 10.1 70.1 75.6 15.9 77.3 11.9 1.00 0.00 0.15 % B92R # 012 41.0 0.486 0.294 1.65 -0.296 0.714 28.7 5.6 29.3 11.2 70.2 75.0 17.8 77.1 13.3 1.00 0.00 0.12 % B93R # 013 41.0 0.49 0.298 1.644 -0.283 0.71 28.5 6.2 29.1 12.3 70.2 74.5 19.7 77.0 14.8 1.00 0.00 0.1 % B94R # 014 41.0 0.493 0.301 1.638 -0.271 0.707 28.2 6.7 29.0 13.4 70.2 73.9 21.6 77.0 16.3 1.00 0.00 0.08 % B95R # 015 41.0 0.497 0.304 1.632 -0.258 0.704 28.0 7.2 28.9 14.5 70.2 73.4 23.6 77.1 17.8 1.00 0.00 0.06 % B96R # 016 41.1 0.501 0.308 1.626 -0.246 0.701 27.7 7.7 28.8 15.6 70.2 72.8 25.7 77.2 19.4 1.00 0.00 0.03 % B98R # 017 41.1 0.505 0.311 1.619 -0.234 0.699 27.5 8.2 28.7 16.7 70.2 72.3 27.7 77.4 21.0 1.00 0.00 0.01 % B99R # 018 41.1 0.509 0.315 1.613 -0.222 0.697 27.3 8.7 28.6 17.8 70.2 71.7 29.9 77.7 22.6 1.00 0.0 0.00 % R00Y # 019 41.1 0.513 0.319 1.607 -0.21 0.695 27.0 9.2 28.6 18.9 70.3 71.2 32.0 78.1 24.2 1.00 0.01 0.00 % R01Y # 020 41.1 0.517 0.322 1.602 -0.198 0.693 26.8 9.7 28.5 19.9 70.3 70.7 34.2 78.5 25.8 1.00 0.02 0.00 % R02Y # 021 41.2 0.521 0.327 1.594 -0.184 0.691 26.5 10.3 28.5 21.3 70.3 70.0 37.1 79.2 27.9 1.00 0.04 0.00 % R04Y # 022 41.2 0.527 0.332 1.586 -0.169 0.689 26.2 10.9 28.4 22.7 70.3 69.3 40.1 80.1 30.1 1.00 0.05 0.00 % R05Y # 023 41.3 0.532 0.337 1.578 -0.155 0.687 25.9 11.5 28.4 24.0 70.4 68.6 43.3 81.1 32.2 1.00 0.06 0.00 % R06Y # 024 41.3 0.537 0.341 1.57 -0.141 0.686 25.6 12.1 28.4 25.3 70.4 67.9 46.5 82.3 34.4 1.00 0.08 0.00 % R08Y # 025 41.4 0.542 0.346 1.563 -0.128 0.685 25.3 12.7 28.4 26.5 70.4 67.2 49.8 83.7 36.5 1.00 0.09 0.00 % R09Y # 026 41.4 0.546 0.351 1.556 -0.115 0.685 25.1 13.2 28.4 27.8 70.5 66.6 53.1 85.2 38.5 1.00 0.1 0.00 % R10Y # 027 41.5 0.551 0.355 1.549 -0.103 0.685 24.8 13.7 28.4 28.9 70.5 66.0 56.6 86.9 40.6 1.00 0.12 0.00 % R12Y # 028 41.5 0.556 0.36 1.543 -0.092 0.685 24.6 14.2 28.4 30.0 70.5 65.4 60.1 88.8 42.6 1.00 0.13 0.00 % R13Y # 029 41.5 0.56 0.364 1.537 -0.081 0.685 24.3 14.7 28.4 31.1 70.5 64.8 63.8 91.0 44.5 1.00 0.14 0.00 % R14Y # 030 41.6 0.565 0.369 1.531 -0.071 0.685 24.1 15.1 28.5 32.1 70.6 64.3 67.6 93.3 46.4 1.00 0.16 0.00 % R16Y # 031 41.6 0.569 0.373 1.525 -0.061 0.686 23.9 15.5 28.5 33.0 70.6 63.7 71.5 95.8 48.2 1.00 0.17 0.00 % R17Y # 032 41.6 0.573 0.377 1.52 -0.052 0.686 23.7 15.9 28.6 33.9 70.6 63.2 75.7 98.6 50.1 1.00 0.18 0.00 % R18Y # 033 41.7 0.577 0.381 1.515 -0.043 0.687 23.5 16.3 28.6 34.7 70.6 62.8 80.0 101.7 51.8 1.00 0.2 0.00 % R20Y # 034 41.7 0.581 0.384 1.51 -0.035 0.688 23.3 16.7 28.7 35.5 70.6 62.3 84.6 105.1 53.6 1.00 0.21 0.00 % R21Y # 035 41.7 0.584 0.388 1.506 -0.027 0.689 23.2 17.0 28.7 36.2 70.7 61.9 89.6 109.0 55.3 1.00 0.22 0.00 % R22Y # 036 41.7 0.588 0.391 1.502 -0.02 0.69 23.0 17.3 28.8 36.9 70.7 61.6 95.2 113.4 57.0 1.00 0.24 0.00 % R24Y # 037 41.7 0.591 0.394 1.498 -0.014 0.691 22.9 17.6 28.8 37.5 70.7 61.2 101.5 118.5 58.8 1.00 0.25 0.00 % R25Y # 038 41.7 0.594 0.397 1.495 -0.008 0.692 22.7 17.8 28.9 38.0 70.7 60.9 108.2 124.2 60.6 1.00 0.26 0.00 % R26Y # 039 41.6 0.598 0.401 1.491 0.0 0.694 22.5 18.1 28.9 38.7 70.6 60.5 121.1 135.4 63.4 1.00 0.28 0.00 % R28Y # 040 42.4 0.595 0.403 1.475 0.0 0.682 22.2 18.4 28.9 39.6 71.1 59.3 122.2 135.9 64.1 1.00 0.29 0.00 % R29Y # 041 43.3 0.593 0.406 1.458 0.0 0.669 22.0 18.8 28.9 40.5 71.7 58.0 123.3 136.3 64.8 1.00 0.3 0.00 % R30Y # 042 44.2 0.59 0.409 1.44 0.0 0.655 21.6 19.2 29.0 41.5 72.3 56.6 124.4 136.7 65.5 1.00 0.32 0.00 % R32Y # 043 45.1 0.587 0.412 1.423 0.0 0.642 21.3 19.6 29.0 42.6 73.0 55.2 125.4 137.0 66.2 1.00 0.33 0.00 % R33Y # 044 46.1 0.584 0.415 1.405 0.0 0.63 21.0 20.0 29.0 43.6 73.6 53.8 126.4 137.4 66.9 1.00 0.34 0.00 % R34Y # 045 47.1 0.581 0.418 1.388 0.0 0.617 20.6 20.5 29.1 44.7 74.2 52.4 127.3 137.7 67.6 1.00 0.36 0.00 % R36Y # 046 48.1 0.578 0.421 1.372 0.0 0.606 20.3 20.9 29.1 45.8 74.9 51.0 128.2 138.0 68.2 1.00 0.37 0.00 % R37Y # 047 49.1 0.575 0.424 1.356 0.0 0.595 19.9 21.3 29.2 46.9 75.5 49.7 129.0 138.3 68.9 1.00 0.38 0.00 % R38Y # 048 50.0 0.572 0.426 1.342 0.0 0.585 19.6 21.7 29.3 47.9 76.1 48.3 129.8 138.5 69.5 1.00 0.4 0.00 % R40Y # 049 51.0 0.569 0.429 1.326 0.0 0.575 19.2 22.2 29.3 49.1 76.7 47.0 130.7 138.9 70.2 1.00 0.41 0.00 % R41Y # 050 51.9 0.567 0.432 1.312 0.0 0.565 18.8 22.6 29.4 50.2 77.2 45.6 131.6 139.3 70.8 1.00 0.42 0.00 % R42Y # 051 52.8 0.564 0.434 1.299 0.0 0.557 18.4 22.9 29.4 51.2 77.7 44.4 132.3 139.6 71.4 1.00 0.43 0.00 % R43Y # 052 53.5 0.562 0.436 1.287 0.0 0.55 18.0 23.2 29.4 52.1 78.2 43.2 133.0 139.9 71.9 1.00 0.45 0.00 % R45Y # 053 54.2 0.56 0.438 1.276 0.0 0.543 17.7 23.6 29.5 53.1 78.6 42.1 133.6 140.1 72.5 1.00 0.46 0.00 % R46Y # 054 54.9 0.558 0.44 1.265 0.0 0.537 17.3 23.8 29.5 54.0 79.0 41.0 134.2 140.4 73.0 1.00 0.47 0.00 % R47Y # 055 55.6 0.555 0.443 1.254 0.0 0.53 16.9 24.2 29.5 54.9 79.4 39.9 134.8 140.6 73.5 1.00 0.49 0.00 % R49Y # 056 56.4 0.553 0.445 1.243 -0.001 0.524 16.5 24.5 29.5 55.9 79.8 38.7 135.5 140.9 74.0 1.00 0.5 0.00 % R50Y # 057 57.1 0.551 0.447 1.233 -0.001 0.518 16.1 24.8 29.6 56.9 80.2 37.6 136.1 141.2 74.5 1.00 0.51 0.00 % R51Y # 058 57.9 0.549 0.449 1.222 -0.001 0.512 15.7 25.1 29.6 57.9 80.7 36.4 136.7 141.4 75.0 1.00 0.53 0.00 % R53Y # 059 58.6 0.547 0.451 1.211 -0.001 0.507 15.3 25.4 29.7 58.9 81.1 35.3 137.2 141.7 75.5 1.00 0.54 0.00 % R54Y # 060 59.4 0.545 0.453 1.201 -0.001 0.501 14.9 25.8 29.8 59.9 81.5 34.1 137.8 142.0 76.0 1.00 0.55 0.00 % R55Y # 061 60.1 0.542 0.455 1.191 -0.001 0.496 14.4 26.1 29.8 60.9 81.9 33.0 138.3 142.2 76.5 1.00 0.57 0.00 % R57Y # 062 60.7 0.541 0.457 1.183 -0.001 0.492 14.1 26.3 29.9 61.8 82.2 32.0 138.8 142.5 76.9 1.00 0.58 0.00 % R58Y # 063 61.3 0.539 0.459 1.175 -0.001 0.489 13.7 26.6 30.0 62.6 82.5 31.1 139.3 142.7 77.4 1.00 0.59 0.00 % R59Y # 064 62.0 0.537 0.46 1.166 -0.001 0.485 13.4 26.9 30.0 63.5 82.9 30.1 139.7 142.9 77.8 1.00 0.61 0.00 % R61Y # 065 62.7 0.535 0.462 1.157 -0.001 0.481 12.9 27.2 30.1 64.5 83.3 29.0 140.2 143.1 78.3 1.00 0.62 0.00 % R62Y # 066 63.4 0.533 0.464 1.147 -0.001 0.476 12.4 27.5 30.2 65.6 83.7 27.8 140.6 143.3 78.8 1.00 0.63 0.00 % R63Y # 067 64.3 0.53 0.467 1.136 -0.001 0.472 11.9 27.9 30.3 66.7 84.1 26.4 141.1 143.5 79.3 1.00 0.65 0.00 % R65Y # 068 65.1 0.528 0.469 1.126 -0.001 0.468 11.4 28.2 30.4 67.9 84.5 25.2 141.5 143.7 79.9 1.00 0.66 0.00 % R66Y # 069 65.7 0.526 0.471 1.118 -0.001 0.465 11.0 28.5 30.5 68.8 84.8 24.1 141.8 143.8 80.3 1.00 0.67 0.00 % R67Y # 070 66.3 0.524 0.472 1.11 -0.001 0.462 10.5 28.7 30.6 69.8 85.1 23.1 142.1 144.0 80.7 1.00 0.69 0.00 % R69Y # 071 67.0 0.523 0.474 1.101 -0.001 0.459 10.1 29.0 30.7 70.7 85.5 22.0 142.4 144.1 81.1 1.00 0.7 0.00 % R70Y # 072 67.7 0.521 0.476 1.093 -0.002 0.456 9.6 29.3 30.9 71.7 85.8 20.9 142.7 144.2 81.6 1.00 0.71 0.00 % R71Y # 073 68.3 0.519 0.478 1.084 -0.002 0.453 9.1 29.6 31.0 72.7 86.2 19.8 142.9 144.3 82.0 1.00 0.73 0.00 % R73Y # 074 69.0 0.517 0.48 1.076 -0.002 0.451 8.7 29.9 31.1 73.7 86.5 18.7 143.2 144.4 82.5 1.00 0.74 0.00 % R74Y # 075 69.8 0.514 0.482 1.068 -0.002 0.449 8.2 30.2 31.3 74.8 86.9 17.5 143.4 144.5 83.0 1.00 0.75 0.00 % R75Y # 076 70.5 0.512 0.484 1.059 -0.002 0.446 7.7 30.5 31.5 75.8 87.2 16.4 143.7 144.6 83.4 1.00 0.77 0.00 % R77Y # 077 71.2 0.51 0.485 1.051 -0.002 0.444 7.1 30.8 31.6 76.8 87.6 15.2 143.9 144.7 83.9 1.00 0.78 0.00 % R78Y # 078 71.9 0.508 0.487 1.043 -0.002 0.442 6.6 31.1 31.8 77.9 87.9 14.0 144.0 144.7 84.4 1.00 0.79 0.00 % R79Y # 079 72.7 0.506 0.489 1.034 -0.002 0.44 6.1 31.4 32.0 78.9 88.3 12.9 144.2 144.7 84.8 1.00 0.81 0.00 % R81Y # 080 73.4 0.504 0.491 1.026 -0.002 0.439 5.6 31.7 32.2 79.9 88.6 11.7 144.3 144.8 85.3 1.00 0.82 0.00 % R82Y # 081 74.1 0.502 0.493 1.018 -0.003 0.437 5.0 32.0 32.4 81.0 89.0 10.5 144.3 144.7 85.8 1.00 0.83 0.00 % R83Y # 082 74.9 0.5 0.495 1.009 -0.003 0.436 4.4 32.4 32.7 82.2 89.3 9.2 144.3 144.5 86.3 1.00 0.85 0.00 % R85Y # 083 75.7 0.497 0.497 1.0 -0.003 0.435 3.8 32.7 32.9 83.3 89.7 7.9 144.1 144.3 86.8 1.00 0.86 0.00 % R86Y # 084 76.5 0.495 0.499 0.992 -0.003 0.433 3.2 33.0 33.2 84.4 90.1 6.6 144.0 144.1 87.3 1.00 0.87 0.00 % R87Y # 085 77.3 0.493 0.501 0.983 -0.004 0.432 2.5 33.3 33.4 85.5 90.4 5.3 143.7 143.8 87.8 1.00 0.89 0.00 % R89Y # 086 78.0 0.491 0.503 0.975 -0.004 0.432 1.9 33.6 33.7 86.6 90.8 4.0 143.5 143.6 88.3 1.00 0.9 0.00 % R90Y # 087 78.7 0.489 0.505 0.968 -0.004 0.431 1.4 33.9 33.9 87.6 91.1 2.8 143.2 143.3 88.8 1.00 0.91 0.00 % R91Y # 088 79.4 0.487 0.506 0.96 -0.004 0.431 0.8 34.2 34.2 88.5 91.4 1.7 142.9 142.9 89.3 1.00 0.92 0.00 % R92Y # 089 80.1 0.485 0.508 0.954 -0.004 0.43 0.2 34.5 34.5 89.5 91.7 0.5 143.7 143.7 89.7 1.00 0.94 0.00 % R94Y # 090 80.7 0.483 0.51 0.947 -0.005 0.43 -0.2 34.7 34.7 90.4 92.0 -0.4 143.5 143.5 90.1 1.00 0.95 0.00 % R95Y # 091 81.3 0.481 0.511 0.941 -0.005 0.43 -0.7 35.0 35.0 91.2 92.3 -1.5 143.2 143.2 90.6 1.00 0.96 0.00 % R96Y # 092 81.9 0.479 0.512 0.935 -0.005 0.43 -1.2 35.2 35.2 92.0 92.5 -2.4 143.0 143.0 90.9 1.00 0.98 0.00 % R98Y # 093 82.8 0.477 0.515 0.926 -0.005 0.43 -1.9 35.5 35.6 93.2 92.9 -3.9 142.8 142.8 91.6 1.00 0.99 0.00 % R99Y # 094 83.6 0.474 0.516 0.918 -0.006 0.43 -2.6 35.8 35.9 94.2 93.2 -5.2 142.4 142.5 92.1 0.98 1.00 0.00 % Y01G # 095 84.2 0.472 0.518 0.911 -0.006 0.43 -3.2 36.1 36.2 95.1 93.5 -6.4 141.8 141.9 92.6 0.97 1.00 0.00 % Y02G # 096 84.9 0.47 0.519 0.905 -0.007 0.43 -3.8 36.3 36.5 96.0 93.8 -7.6 140.8 141.0 93.1 0.95 1.00 0.00 % Y04G # 097 85.6 0.468 0.521 0.897 -0.008 0.43 -4.5 36.6 36.8 97.0 94.1 -8.9 139.4 139.7 93.6 0.94 1.00 0.00 % Y05G # 098 86.4 0.465 0.522 0.889 -0.009 0.43 -5.2 36.8 37.2 98.0 94.5 -10.3 138.0 138.4 94.2 0.92 1.00 0.00 % Y07G # 099 87.2 0.462 0.524 0.881 -0.01 0.431 -5.9 37.1 37.6 99.1 94.8 -11.7 136.5 137.0 94.9 0.91 1.00 0.00 % Y08G # 100 88.0 0.459 0.525 0.874 -0.011 0.431 -6.7 37.3 37.9 100.2 95.1 -13.1 135.1 135.8 95.5 0.89 1.00 0.00 % Y10G # 101 88.8 0.456 0.527 0.866 -0.012 0.431 -7.4 37.6 38.3 101.2 95.5 -14.5 133.8 134.6 96.2 0.88 1.00 0.00 % Y11G # 102 89.6 0.454 0.528 0.859 -0.013 0.432 -8.1 37.8 38.7 102.1 95.8 -15.9 132.5 133.5 96.8 0.86 1.00 0.00 % Y13G # 103 90.3 0.451 0.529 0.852 -0.014 0.432 -8.8 38.0 39.0 103.0 96.1 -17.1 131.3 132.4 97.4 0.85 1.00 0.00 % Y14G # 104 91.2 0.447 0.53 0.843 -0.016 0.432 -9.7 38.2 39.4 104.2 96.5 -18.8 129.1 130.4 98.3 0.83 1.00 0.00 % Y16G # 105 92.0 0.444 0.53 0.837 -0.018 0.432 -10.4 38.3 39.7 105.1 96.8 -20.1 126.7 128.3 99.0 0.82 1.00 0.00 % Y17G # 106 93.2 0.443 0.528 0.839 -0.02 0.429 -10.3 38.6 40.0 104.9 97.3 -19.7 124.4 125.9 99.0 0.8 1.00 0.00 % Y19G # 107 94.3 0.44 0.527 0.836 -0.024 0.426 -10.7 38.8 40.2 105.4 97.7 -20.4 121.2 122.9 99.5 0.79 1.00 0.00 % Y20G # 108 93.6 0.434 0.53 0.818 -0.026 0.43 -12.3 38.3 40.2 107.9 97.4 -23.8 118.7 121.1 101.3 0.77 1.00 0.00 % Y22G # 109 93.2 0.431 0.532 0.811 -0.026 0.432 -12.9 38.1 40.2 108.8 97.3 -25.1 118.2 120.8 102.0 0.76 1.00 0.00 % Y23G # 110 92.8 0.429 0.534 0.803 -0.027 0.434 -13.6 37.9 40.2 109.7 97.1 -26.5 117.6 120.6 102.6 0.74 1.00 0.00 % Y25G # 111 92.3 0.426 0.536 0.796 -0.027 0.436 -14.2 37.6 40.3 110.7 96.9 -27.9 117.1 120.4 103.4 0.73 1.00 0.00 % Y26G # 112 91.9 0.424 0.538 0.788 -0.027 0.438 -14.9 37.4 40.3 111.7 96.8 -29.4 116.5 120.2 104.1 0.71 1.00 0.00 % Y28G # 113 91.5 0.421 0.54 0.779 -0.028 0.441 -15.6 37.2 40.3 112.7 96.6 -30.9 115.9 120.0 104.9 0.7 1.00 0.00 % Y29G # 114 91.0 0.418 0.542 0.771 -0.028 0.444 -16.2 37.0 40.4 113.7 96.4 -32.5 115.4 119.9 105.7 0.68 1.00 0.00 % Y31G # 115 90.5 0.415 0.544 0.762 -0.029 0.447 -16.9 36.7 40.5 114.7 96.2 -34.2 114.7 119.7 106.5 0.67 1.00 0.00 % Y32G # 116 90.0 0.412 0.547 0.753 -0.029 0.451 -17.7 36.5 40.6 115.8 96.0 -35.9 114.1 119.6 107.4 0.65 1.00 0.00 % Y34G # 117 89.5 0.409 0.549 0.744 -0.03 0.454 -18.4 36.3 40.7 116.9 95.8 -37.6 113.5 119.6 108.3 0.64 1.00 0.00 % Y35G # 118 89.0 0.405 0.551 0.735 -0.03 0.458 -19.1 36.0 40.8 118.0 95.6 -39.4 112.9 119.6 109.2 0.62 1.00 0.00 % Y37G # 119 88.5 0.402 0.554 0.725 -0.031 0.462 -19.9 35.8 40.9 119.0 95.3 -41.3 112.2 119.6 110.2 0.6 1.00 0.00 % Y39G # 120 88.0 0.398 0.557 0.715 -0.031 0.467 -20.6 35.5 41.1 120.1 95.1 -43.2 111.6 119.7 111.1 0.59 1.00 0.00 % Y40G # 121 87.4 0.394 0.559 0.705 -0.032 0.472 -21.4 35.2 41.2 121.2 94.9 -45.2 110.9 119.8 112.1 0.57 1.00 0.00 % Y42G # 122 86.9 0.391 0.562 0.695 -0.032 0.477 -22.1 35.0 41.4 122.3 94.7 -47.2 110.2 119.9 113.1 0.56 1.00 0.00 % Y43G # 123 86.3 0.387 0.565 0.684 -0.033 0.482 -22.9 34.7 41.6 123.4 94.4 -49.3 109.6 120.1 114.2 0.54 1.00 0.00 % Y45G # 124 85.8 0.383 0.568 0.674 -0.033 0.487 -23.7 34.4 41.8 124.5 94.2 -51.4 108.9 120.4 115.2 0.53 1.00 0.00 % Y46G # 125 85.2 0.379 0.571 0.663 -0.034 0.493 -24.4 34.2 42.0 125.5 93.9 -53.5 108.2 120.7 116.3 0.51 1.00 0.00 % Y48G # 126 84.6 0.374 0.574 0.652 -0.034 0.499 -25.2 33.9 42.2 126.6 93.7 -55.7 107.5 121.1 117.3 0.5 1.00 0.00 % Y49G # 127 84.1 0.37 0.577 0.641 -0.035 0.505 -25.9 33.6 42.5 127.6 93.5 -57.9 106.8 121.5 118.4 0.48 1.00 0.00 % Y51G # 128 83.5 0.366 0.581 0.63 -0.036 0.511 -26.7 33.3 42.7 128.7 93.2 -60.2 106.1 122.0 119.5 0.47 1.00 0.00 % Y52G # 129 82.9 0.361 0.584 0.619 -0.036 0.518 -27.4 33.0 43.0 129.7 93.0 -62.5 105.4 122.5 120.6 0.45 1.00 0.00 % Y54G # 130 82.4 0.357 0.587 0.608 -0.037 0.525 -28.2 32.8 43.2 130.6 92.7 -64.8 104.7 123.1 121.7 0.44 1.00 0.00 % Y55G # 131 81.8 0.352 0.591 0.596 -0.038 0.532 -28.9 32.5 43.5 131.6 92.5 -67.1 104.0 123.8 122.8 0.42 1.00 0.00 % Y57G # 132 81.2 0.348 0.594 0.585 -0.038 0.539 -29.6 32.2 43.8 132.5 92.2 -69.5 103.3 124.5 123.9 0.41 1.00 0.00 % Y58G # 133 80.7 0.343 0.597 0.574 -0.039 0.546 -30.3 31.9 44.0 133.5 92.0 -71.9 102.6 125.3 125.0 0.39 1.00 0.00 % Y60G # 134 80.1 0.338 0.601 0.563 -0.04 0.553 -31.0 31.7 44.3 134.4 91.7 -74.3 101.8 126.1 126.1 0.38 1.00 0.00 % Y61G # 135 79.6 0.333 0.604 0.551 -0.04 0.561 -31.7 31.4 44.6 135.2 91.5 -76.7 101.1 127.0 127.1 0.36 1.00 0.00 % Y63G # 136 79.0 0.328 0.608 0.54 -0.041 0.568 -32.3 31.1 44.9 136.1 91.2 -79.1 100.4 127.9 128.2 0.35 1.00 0.00 % Y64G # 137 78.1 0.321 0.612 0.524 -0.042 0.579 -33.2 30.7 45.2 137.2 90.8 -82.7 99.1 129.1 129.8 0.33 1.00 0.00 % Y66G # 138 76.9 0.311 0.618 0.504 -0.044 0.593 -34.3 30.0 45.6 138.8 90.2 -87.2 97.2 130.6 131.8 0.32 1.00 0.00 % Y67G # 139 75.7 0.302 0.623 0.485 -0.047 0.605 -35.1 29.4 45.8 140.1 89.7 -91.3 95.3 131.9 133.7 0.3 1.00 0.00 % Y69G # 140 74.6 0.294 0.627 0.469 -0.049 0.616 -35.8 28.7 45.9 141.2 89.2 -94.9 93.4 133.1 135.4 0.29 1.00 0.00 % Y70G # 141 73.5 0.287 0.63 0.455 -0.052 0.626 -36.4 28.2 46.0 142.2 88.7 -98.1 91.5 134.2 136.9 0.27 1.00 0.00 % Y72G # 142 72.6 0.28 0.632 0.443 -0.054 0.634 -36.8 27.6 46.0 143.0 88.2 -100.8 89.7 135.0 138.3 0.26 1.00 0.00 % Y73G # 143 71.7 0.274 0.634 0.432 -0.057 0.641 -37.1 27.1 45.9 143.8 87.8 -103.2 88.0 135.6 139.5 0.24 1.00 0.00 % Y75G # 144 70.8 0.269 0.635 0.423 -0.059 0.646 -37.3 26.6 45.8 144.4 87.4 -105.2 86.2 136.0 140.6 0.23 1.00 0.00 % Y76G # 145 70.1 0.264 0.635 0.416 -0.062 0.651 -37.4 26.1 45.6 145.0 87.0 -106.9 84.5 136.3 141.6 0.21 1.00 0.00 % Y78G # 146 68.8 0.255 0.636 0.401 -0.067 0.661 -37.8 25.3 45.5 146.2 86.4 -110.3 81.5 137.2 143.5 0.2 1.00 0.00 % Y79G # 147 67.6 0.246 0.636 0.387 -0.073 0.669 -38.1 24.4 45.2 147.3 85.8 -113.5 78.3 137.9 145.3 0.18 1.00 0.00 % Y81G # 148 66.6 0.238 0.634 0.376 -0.08 0.675 -38.2 23.6 44.9 148.2 85.3 -116.0 75.2 138.2 147.0 0.16 1.00 0.00 % Y83G # 149 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.15 1.00 0.00 % Y84G # 150 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.13 1.00 0.00 % Y86G # 151 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.12 1.00 0.00 % Y87G # 152 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.1 1.00 0.00 % Y89G # 153 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.09 1.00 0.00 % Y90G # 154 62.5 0.203 0.591 0.343 -0.138 0.675 -37.9 18.5 42.2 153.9 83.2 -123.0 54.1 134.4 156.2 0.07 1.00 0.00 % Y92G # 155 62.3 0.199 0.579 0.344 -0.152 0.668 -37.7 17.6 41.6 154.9 83.1 -122.4 50.3 132.4 157.6 0.06 1.00 0.00 % Y93G # 156 62.2 0.196 0.566 0.346 -0.166 0.66 -37.5 16.7 41.0 156.0 83.0 -121.7 46.7 130.4 159.0 0.04 1.00 0.00 % Y95G # 157 62.0 0.193 0.554 0.349 -0.181 0.652 -37.3 15.7 40.5 157.0 82.9 -121.0 43.2 128.5 160.3 0.03 1.00 0.00 % Y96G # 158 61.9 0.191 0.543 0.351 -0.194 0.645 -37.0 14.9 39.9 158.1 82.8 -120.2 40.0 126.7 161.5 0.01 1.00 0.00 % Y98G # 159 61.8 0.188 0.533 0.353 -0.207 0.638 -36.8 14.0 39.4 159.1 82.8 -119.5 37.2 125.1 162.6 0.0 1.00 0.00 % Y99G # 160 61.6 0.186 0.525 0.355 -0.219 0.632 -36.6 13.3 39.0 160.0 82.7 -118.8 34.7 123.8 163.6 0.00 1.00 0.01 % G00B # 161 60.3 0.181 0.522 0.346 -0.226 0.639 -36.4 12.6 38.5 160.9 82.0 -120.6 33.0 125.1 164.6 0.00 1.00 0.03 % G01B # 162 60.2 0.18 0.517 0.347 -0.233 0.635 -36.2 12.1 38.2 161.4 81.9 -120.2 31.7 124.3 165.2 0.00 1.00 0.05 % G02B # 163 60.1 0.179 0.512 0.349 -0.241 0.631 -36.1 11.6 37.9 162.0 81.9 -119.6 30.1 123.3 165.8 0.00 1.00 0.06 % G03B # 164 60.0 0.177 0.505 0.351 -0.249 0.626 -35.9 11.1 37.6 162.7 81.8 -118.9 28.4 122.2 166.5 0.00 1.00 0.08 % G04B # 165 59.9 0.176 0.498 0.354 -0.259 0.621 -35.7 10.5 37.2 163.5 81.8 -118.0 26.6 121.0 167.2 0.00 1.00 0.1 % G05B # 166 59.8 0.175 0.491 0.357 -0.27 0.615 -35.4 9.8 36.8 164.4 81.7 -117.1 24.6 119.6 168.0 0.00 1.00 0.12 % G06B # 167 59.7 0.174 0.483 0.361 -0.282 0.608 -35.1 9.1 36.3 165.4 81.7 -115.9 22.5 118.1 168.9 0.00 1.00 0.13 % G06B # 168 59.6 0.173 0.474 0.365 -0.295 0.601 -34.8 8.3 35.8 166.5 81.6 -114.7 20.3 116.5 169.9 0.00 1.00 0.15 % G07B # 169 59.6 0.172 0.465 0.37 -0.31 0.593 -34.5 7.4 35.3 167.7 81.6 -113.3 18.0 114.7 170.9 0.00 1.00 0.17 % G08B # 170 59.5 0.171 0.456 0.375 -0.325 0.585 -34.2 6.5 34.8 169.1 81.5 -111.8 15.5 112.9 172.0 0.00 1.00 0.19 % G09B # 171 59.4 0.17 0.447 0.381 -0.341 0.576 -33.8 5.5 34.2 170.6 81.5 -110.1 13.0 110.9 173.2 0.00 1.00 0.21 % G10B # 172 59.4 0.17 0.439 0.387 -0.355 0.569 -33.4 4.7 33.8 171.9 81.5 -108.7 11.0 109.2 174.2 0.00 1.00 0.22 % G11B # 173 59.3 0.169 0.434 0.39 -0.363 0.564 -33.2 4.2 33.5 172.6 81.5 -107.8 9.8 108.2 174.7 0.00 1.00 0.24 % G12B # 174 59.3 0.169 0.43 0.393 -0.371 0.56 -33.0 3.7 33.2 173.4 81.4 -106.9 8.6 107.2 175.3 0.00 1.00 0.26 % G13B # 175 59.3 0.169 0.425 0.397 -0.38 0.556 -32.8 3.2 32.9 174.2 81.4 -105.9 7.4 106.2 175.9 0.00 1.00 0.28 % G14B # 176 59.3 0.168 0.421 0.4 -0.388 0.551 -32.6 2.7 32.7 175.1 81.4 -105.0 6.2 105.2 176.5 0.00 1.00 0.3 % G15B # 177 59.2 0.168 0.417 0.404 -0.397 0.547 -32.3 2.2 32.4 175.9 81.4 -104.0 5.0 104.2 177.2 0.00 1.00 0.31 % G15B # 178 59.2 0.168 0.412 0.408 -0.405 0.543 -32.1 1.7 32.1 176.8 81.4 -103.1 3.9 103.2 177.8 0.00 1.00 0.33 % G16B # 179 59.2 0.168 0.408 0.411 -0.414 0.539 -31.9 1.2 31.9 177.7 81.4 -102.1 2.7 102.1 178.4 0.00 1.00 0.35 % G17B # 180 59.2 0.167 0.404 0.415 -0.423 0.535 -31.6 0.7 31.6 178.7 81.4 -101.1 1.5 101.1 179.1 0.00 1.00 0.37 % G18B # 181 59.1 0.167 0.399 0.419 -0.432 0.531 -31.4 0.1 31.4 179.6 81.4 -100.1 0.4 100.1 179.7 0.00 1.00 0.39 % G19B # 182 59.1 0.167 0.395 0.423 -0.441 0.527 -31.1 -0.3 31.2 180.6 81.3 -99.2 -0.7 99.2 180.4 0.00 1.00 0.4 % G20B # 183 59.1 0.167 0.391 0.427 -0.45 0.523 -30.9 -0.8 30.9 181.6 81.3 -98.2 -1.8 98.2 181.0 0.00 1.00 0.42 % G21B # 184 59.1 0.167 0.387 0.431 -0.459 0.52 -30.7 -1.4 30.7 182.6 81.3 -97.2 -3.0 97.2 181.7 0.00 1.00 0.44 % G22B # 185 59.1 0.166 0.383 0.434 -0.468 0.516 -30.4 -1.9 30.5 183.6 81.3 -96.2 -4.1 96.3 182.4 0.00 1.00 0.46 % G23B # 186 59.0 0.166 0.379 0.438 -0.477 0.513 -30.2 -2.4 30.3 184.7 81.3 -95.2 -5.2 95.3 183.1 0.00 1.00 0.48 % G24B # 187 59.0 0.166 0.375 0.442 -0.486 0.51 -29.9 -3.0 30.1 185.7 81.3 -94.2 -6.3 94.4 183.8 0.00 1.00 0.49 % G24B # 188 59.0 0.166 0.372 0.446 -0.495 0.507 -29.7 -3.5 29.9 186.8 81.3 -93.2 -7.4 93.5 184.5 0.00 1.00 0.51 % G25B # 189 59.0 0.166 0.368 0.45 -0.505 0.504 -29.4 -4.1 29.7 187.9 81.3 -92.2 -8.4 92.6 185.2 0.00 1.00 0.53 % G26B # 190 59.0 0.166 0.364 0.454 -0.514 0.501 -29.2 -4.6 29.6 189.0 81.2 -91.3 -9.5 91.8 185.9 0.00 1.00 0.55 % G27B # 191 58.9 0.165 0.361 0.458 -0.523 0.499 -28.9 -5.1 29.4 190.1 81.2 -90.3 -10.5 90.9 186.6 0.00 1.00 0.57 % G28B # 192 58.9 0.165 0.357 0.462 -0.532 0.497 -28.7 -5.6 29.3 191.2 81.2 -89.3 -11.5 90.1 187.3 0.00 1.00 0.58 % G29B # 193 58.9 0.165 0.354 0.466 -0.541 0.495 -28.5 -6.2 29.1 192.3 81.2 -88.4 -12.5 89.3 188.0 0.00 1.00 0.6 % G30B # 194 58.9 0.165 0.351 0.47 -0.55 0.493 -28.2 -6.7 29.0 193.4 81.2 -87.4 -13.5 88.5 188.8 0.00 1.00 0.62 % G31B # 195 58.9 0.165 0.348 0.474 -0.558 0.491 -28.0 -7.2 28.9 194.5 81.2 -86.5 -14.5 87.7 189.5 0.00 1.00 0.64 % G32B # 196 58.8 0.165 0.345 0.478 -0.567 0.49 -27.7 -7.7 28.8 195.6 81.2 -85.6 -15.4 87.0 190.2 0.00 1.00 0.65 % G32B # 197 58.8 0.165 0.342 0.482 -0.576 0.488 -27.5 -8.2 28.7 196.7 81.2 -84.7 -16.3 86.3 190.9 0.00 1.00 0.67 % G33B # 198 58.8 0.164 0.339 0.486 -0.584 0.487 -27.3 -8.7 28.6 197.8 81.2 -83.8 -17.2 85.6 191.6 0.00 1.00 0.69 % G34B # 199 58.8 0.164 0.336 0.49 -0.593 0.486 -27.0 -9.2 28.6 198.9 81.1 -82.9 -18.1 84.9 192.3 0.00 1.00 0.71 % G35B # 200 58.8 0.164 0.333 0.493 -0.601 0.485 -26.8 -9.7 28.5 199.9 81.1 -82.1 -19.0 84.2 193.0 0.00 1.00 0.73 % G36B # 201 58.7 0.164 0.33 0.498 -0.611 0.485 -26.5 -10.3 28.5 201.3 81.1 -81.0 -20.0 83.4 193.9 0.00 1.00 0.74 % G37B # 202 58.7 0.164 0.326 0.503 -0.622 0.484 -26.2 -10.9 28.4 202.7 81.1 -79.9 -21.1 82.6 194.8 0.00 1.00 0.76 % G38B # 203 58.6 0.164 0.323 0.507 -0.633 0.484 -25.9 -11.5 28.4 204.0 81.1 -78.8 -22.2 81.9 195.7 0.00 1.00 0.78 % G39B # 204 58.6 0.164 0.32 0.512 -0.643 0.484 -25.6 -12.1 28.4 205.3 81.0 -77.8 -23.2 81.2 196.5 0.00 1.00 0.8 % G40B # 205 58.5 0.164 0.317 0.516 -0.652 0.484 -25.3 -12.7 28.4 206.5 81.0 -76.8 -24.1 80.5 197.4 0.00 1.00 0.82 % G41B # 206 58.5 0.164 0.314 0.521 -0.661 0.485 -25.1 -13.2 28.4 207.8 81.0 -75.9 -25.0 79.9 198.2 0.00 1.00 0.83 % G41B # 207 58.4 0.164 0.312 0.525 -0.67 0.486 -24.8 -13.7 28.4 208.9 81.0 -75.0 -25.8 79.3 199.0 0.00 1.00 0.85 % G42B # 208 58.4 0.163 0.309 0.529 -0.679 0.486 -24.6 -14.2 28.4 210.0 80.9 -74.1 -26.7 78.8 199.8 0.00 1.00 0.87 % G43B # 209 58.4 0.163 0.307 0.532 -0.687 0.487 -24.3 -14.7 28.4 211.1 80.9 -73.3 -27.4 78.2 200.5 0.00 1.00 0.89 % G44B # 210 58.3 0.163 0.305 0.536 -0.695 0.488 -24.1 -15.1 28.5 212.1 80.9 -72.5 -28.1 77.8 201.2 0.00 1.00 0.91 % G45B # 211 58.3 0.163 0.303 0.539 -0.702 0.489 -23.9 -15.5 28.5 213.0 80.9 -71.7 -28.8 77.3 201.9 0.00 1.00 0.92 % G46B # 212 58.3 0.163 0.301 0.543 -0.709 0.49 -23.7 -15.9 28.6 213.9 80.9 -71.0 -29.5 76.9 202.5 0.00 1.00 0.94 % G47B # 213 58.2 0.163 0.299 0.546 -0.716 0.492 -23.5 -16.3 28.6 214.7 80.9 -70.3 -30.1 76.5 203.1 0.00 1.00 0.96 % G48B # 214 58.2 0.163 0.298 0.549 -0.722 0.493 -23.3 -16.7 28.7 215.5 80.8 -69.7 -30.6 76.1 203.7 0.00 1.00 0.98 % G49B # 215 58.2 0.163 0.296 0.552 -0.727 0.494 -23.2 -17.0 28.7 216.2 80.8 -69.1 -31.1 75.8 204.2 0.00 0.99 1.00 % G50B # 216 58.2 0.163 0.295 0.554 -0.733 0.495 -23.0 -17.3 28.8 216.9 80.8 -68.6 -31.6 75.5 204.7 0.00 0.98 1.00 % G50B # 217 58.2 0.163 0.293 0.557 -0.737 0.496 -22.9 -17.6 28.8 217.5 80.8 -68.1 -32.0 75.2 205.2 0.00 0.96 1.00 % G51B # 218 58.2 0.163 0.292 0.559 -0.742 0.497 -22.7 -17.8 28.9 218.0 80.8 -67.6 -32.4 75.0 205.6 0.00 0.94 1.00 % G52B # 219 58.3 0.164 0.291 0.563 -0.746 0.496 -22.5 -18.1 28.9 218.7 80.9 -66.8 -32.8 74.4 206.2 0.00 0.92 1.00 % G53B # 220 57.5 0.162 0.289 0.562 -0.756 0.503 -22.3 -18.4 28.9 219.6 80.4 -66.6 -33.6 74.6 206.7 0.00 0.91 1.00 % G54B # 221 56.6 0.161 0.287 0.562 -0.768 0.511 -22.0 -18.8 28.9 220.5 80.0 -66.4 -34.4 74.8 207.4 0.00 0.89 1.00 % G55B # 222 55.7 0.159 0.284 0.561 -0.78 0.52 -21.6 -19.2 29.0 221.5 79.4 -66.2 -35.3 75.0 208.0 0.00 0.87 1.00 % G56B # 223 54.8 0.158 0.281 0.56 -0.794 0.529 -21.3 -19.6 29.0 222.6 78.9 -65.9 -36.2 75.3 208.8 0.00 0.85 1.00 % G57B # 224 53.8 0.156 0.279 0.56 -0.808 0.54 -21.0 -20.0 29.0 223.6 78.3 -65.7 -37.2 75.5 209.5 0.00 0.83 1.00 % G58B # 225 52.8 0.154 0.276 0.559 -0.823 0.551 -20.6 -20.5 29.1 224.7 77.7 -65.4 -38.2 75.8 210.2 0.00 0.82 1.00 % G58B # 226 51.8 0.152 0.273 0.558 -0.839 0.562 -20.3 -20.9 29.1 225.8 77.2 -65.2 -39.2 76.1 211.0 0.00 0.8 1.00 % G59B # 227 50.8 0.15 0.27 0.557 -0.855 0.574 -19.9 -21.3 29.2 226.9 76.6 -64.9 -40.2 76.4 211.8 0.00 0.78 1.00 % G60B # 228 49.9 0.149 0.267 0.557 -0.871 0.587 -19.6 -21.7 29.3 227.9 76.0 -64.6 -41.2 76.6 212.5 0.00 0.76 1.00 % G61B # 229 48.9 0.147 0.264 0.557 -0.889 0.6 -19.2 -22.2 29.3 229.1 75.4 -64.1 -42.3 76.8 213.4 0.00 0.74 1.00 % G62B # 230 48.0 0.146 0.261 0.558 -0.906 0.612 -18.8 -22.6 29.4 230.2 74.8 -63.6 -43.3 76.9 214.2 0.00 0.73 1.00 % G63B # 231 47.1 0.144 0.258 0.559 -0.922 0.624 -18.4 -22.9 29.4 231.2 74.3 -63.0 -44.2 76.9 215.0 0.00 0.71 1.00 % G64B # 232 46.4 0.143 0.256 0.561 -0.937 0.635 -18.0 -23.2 29.4 232.1 73.8 -62.3 -45.0 76.9 215.8 0.00 0.69 1.00 % G65B # 233 45.7 0.142 0.253 0.563 -0.951 0.645 -17.7 -23.6 29.5 233.1 73.3 -61.6 -45.8 76.8 216.6 0.00 0.67 1.00 % G66B # 234 45.0 0.141 0.251 0.565 -0.966 0.655 -17.3 -23.8 29.5 234.0 72.9 -60.9 -46.6 76.7 217.4 0.00 0.65 1.00 % G67B # 235 44.3 0.141 0.248 0.567 -0.981 0.667 -16.9 -24.2 29.5 234.9 72.4 -60.1 -47.4 76.6 218.2 0.00 0.64 1.00 % G67B # 236 43.5 0.14 0.245 0.57 -0.998 0.679 -16.5 -24.5 29.5 235.9 71.9 -59.3 -48.3 76.5 219.1 0.00 0.62 1.00 % G68B # 237 42.8 0.139 0.243 0.572 -1.016 0.692 -16.1 -24.8 29.6 236.9 71.4 -58.5 -49.1 76.4 220.0 0.00 0.6 1.00 % G69B # 238 42.0 0.138 0.24 0.575 -1.034 0.706 -15.7 -25.1 29.6 237.9 70.9 -57.6 -50.0 76.3 220.9 0.00 0.58 1.00 % G70B # 239 41.3 0.137 0.237 0.579 -1.052 0.72 -15.3 -25.4 29.7 238.9 70.4 -56.6 -50.9 76.1 221.9 0.00 0.56 1.00 % G71B # 240 40.5 0.136 0.234 0.582 -1.071 0.734 -14.9 -25.8 29.8 239.9 69.8 -55.6 -51.8 76.0 222.9 0.00 0.55 1.00 % G72B # 241 39.8 0.135 0.231 0.586 -1.091 0.75 -14.4 -26.1 29.8 240.9 69.3 -54.6 -52.7 75.9 223.9 0.00 0.53 1.00 % G73B # 242 39.2 0.135 0.229 0.589 -1.108 0.763 -14.1 -26.3 29.9 241.8 68.9 -53.8 -53.4 75.8 224.8 0.00 0.51 1.00 % G74B # 243 38.6 0.134 0.226 0.593 -1.126 0.777 -13.7 -26.6 30.0 242.6 68.4 -52.9 -54.2 75.7 225.7 0.00 0.49 1.00 % G75B # 244 37.9 0.133 0.224 0.597 -1.145 0.792 -13.4 -26.9 30.0 243.5 67.9 -51.9 -55.0 75.6 226.6 0.00 0.48 1.00 % G75B # 245 37.2 0.133 0.221 0.602 -1.166 0.809 -12.9 -27.2 30.1 244.5 67.4 -50.7 -55.9 75.5 227.7 0.00 0.46 1.00 % G76B # 246 36.5 0.132 0.218 0.608 -1.19 0.829 -12.4 -27.5 30.2 245.6 66.9 -49.4 -56.9 75.3 229.0 0.00 0.44 1.00 % G77B # 247 35.6 0.132 0.214 0.615 -1.217 0.851 -11.9 -27.9 30.3 246.7 66.2 -47.8 -57.9 75.1 230.4 0.00 0.42 1.00 % G78B # 248 34.8 0.131 0.211 0.622 -1.245 0.873 -11.4 -28.2 30.4 247.9 65.6 -46.2 -59.0 75.0 231.9 0.00 0.4 1.00 % G79B # 249 34.2 0.131 0.208 0.628 -1.267 0.892 -11.0 -28.5 30.5 248.8 65.1 -45.0 -59.8 74.8 233.0 0.00 0.39 1.00 % G80B # 250 33.6 0.13 0.205 0.635 -1.291 0.912 -10.5 -28.7 30.6 249.8 64.6 -43.6 -60.7 74.7 234.2 0.00 0.37 1.00 % G81B # 251 32.9 0.13 0.202 0.642 -1.317 0.933 -10.1 -29.0 30.7 250.7 64.1 -42.2 -61.6 74.6 235.5 0.00 0.35 1.00 % G82B # 252 32.2 0.129 0.199 0.65 -1.344 0.957 -9.6 -29.3 30.9 251.7 63.5 -40.6 -62.5 74.6 236.9 0.00 0.33 1.00 % G83B # 253 31.6 0.129 0.196 0.659 -1.373 0.982 -9.1 -29.6 31.0 252.7 63.0 -39.0 -63.5 74.5 238.4 0.00 0.31 1.00 % G84B # 254 30.9 0.129 0.193 0.668 -1.404 1.009 -8.7 -29.9 31.1 253.7 62.4 -37.3 -64.5 74.5 239.9 0.00 0.3 1.00 % G84B # 255 30.1 0.128 0.189 0.678 -1.437 1.038 -8.2 -30.2 31.3 254.8 61.8 -35.6 -65.5 74.6 241.4 0.00 0.28 1.00 % G85B # 256 29.4 0.128 0.186 0.689 -1.472 1.069 -7.7 -30.5 31.5 255.8 61.2 -33.8 -66.6 74.7 243.0 0.00 0.26 1.00 % G86B # 257 28.7 0.127 0.182 0.7 -1.508 1.102 -7.1 -30.8 31.6 256.8 60.5 -31.9 -67.7 74.8 244.7 0.00 0.24 1.00 % G87B # 258 28.0 0.127 0.179 0.712 -1.547 1.137 -6.6 -31.1 31.8 257.9 59.9 -29.9 -68.8 75.0 246.4 0.00 0.22 1.00 % G88B # 259 27.2 0.127 0.175 0.725 -1.588 1.174 -6.1 -31.4 32.0 258.9 59.2 -27.9 -69.9 75.3 248.2 0.00 0.21 1.00 % G89B # 260 26.5 0.127 0.171 0.739 -1.631 1.214 -5.6 -31.7 32.2 259.9 58.5 -25.8 -71.0 75.6 250.0 0.00 0.19 1.00 % G90B # 261 25.8 0.126 0.168 0.754 -1.677 1.257 -5.0 -32.0 32.4 261.0 57.8 -23.5 -72.2 76.0 251.9 0.00 0.17 1.00 % G91B # 262 25.0 0.126 0.163 0.773 -1.73 1.307 -4.4 -32.4 32.7 262.2 57.1 -20.9 -73.5 76.5 254.0 0.00 0.15 1.00 % G92B # 263 24.2 0.126 0.159 0.792 -1.786 1.36 -3.8 -32.7 32.9 263.3 56.3 -18.2 -74.8 77.0 256.2 0.00 0.13 1.00 % G93B # 264 23.4 0.126 0.155 0.813 -1.845 1.416 -3.2 -33.0 33.2 264.4 55.5 -15.5 -76.2 77.7 258.4 0.00 0.12 1.00 % G93B # 265 22.6 0.126 0.151 0.836 -1.906 1.475 -2.5 -33.3 33.4 265.5 54.7 -12.7 -77.5 78.5 260.6 0.00 0.1 1.00 % G94B # 266 21.9 0.126 0.147 0.859 -1.969 1.536 -1.9 -33.6 33.7 266.6 53.9 -9.9 -78.8 79.4 262.8 0.00 0.08 1.00 % G95B # 267 21.2 0.126 0.143 0.884 -2.035 1.601 -1.4 -33.9 33.9 267.6 53.2 -7.1 -80.1 80.4 264.9 0.00 0.06 1.00 % G96B # 268 20.5 0.126 0.139 0.909 -2.103 1.668 -0.8 -34.2 34.2 268.5 52.4 -4.2 -81.4 81.5 266.9 0.00 0.05 1.00 % G97B # 269 19.8 0.127 0.135 0.936 -2.173 1.737 -0.2 -34.5 34.5 269.5 51.6 -1.4 -82.6 82.7 268.9 0.00 0.03 1.00 % G98B # 270 19.2 0.127 0.132 0.963 -2.244 1.809 0.2 -34.7 34.7 270.4 50.9 1.2 -83.9 83.9 270.8 0.00 0.01 1.00 % G99B # 271 18.6 0.127 0.128 0.99 -2.316 1.881 0.7 -35.0 35.0 271.2 50.2 4.0 -85.1 85.2 272.6 0.0 0.00 1.00 % B00R # 272 18.0 0.127 0.125 1.019 -2.389 1.954 1.2 -35.2 35.2 272.0 49.5 6.6 -86.2 86.5 274.4 0.02 0.00 1.00 % B01R # 273 17.1 0.127 0.119 1.066 -2.512 2.08 1.9 -35.5 35.6 273.2 48.4 10.8 -88.1 88.8 277.0 0.04 0.00 1.00 % B02R # 274 16.3 0.128 0.115 1.111 -2.627 2.197 2.6 -35.8 35.9 274.2 47.4 14.6 -89.7 90.9 279.2 0.05 0.00 1.00 % B02R # 275 15.7 0.128 0.111 1.156 -2.736 2.309 3.2 -36.1 36.2 275.1 46.6 18.2 -91.1 93.0 281.3 0.07 0.00 1.00 % B03R # 276 15.0 0.129 0.107 1.205 -2.85 2.428 3.8 -36.3 36.5 276.0 45.7 21.9 -92.6 95.1 283.3 0.09 0.00 1.00 % B04R # 277 14.3 0.129 0.102 1.264 -2.989 2.573 4.5 -36.6 36.8 277.0 44.7 26.1 -94.2 97.7 285.5 0.11 0.00 1.00 % B05R # 278 13.5 0.13 0.097 1.336 -3.157 2.749 5.2 -36.8 37.2 278.0 43.5 30.9 -96.0 100.9 287.8 0.13 0.00 1.00 % B06R # 279 12.7 0.131 0.092 1.419 -3.349 2.951 5.9 -37.1 37.6 279.1 42.3 36.0 -97.9 104.3 290.1 0.15 0.00 1.00 % B07R # 280 11.9 0.132 0.087 1.513 -3.567 3.182 6.7 -37.3 37.9 280.2 41.1 41.3 -99.9 108.1 292.4 0.17 0.00 1.00 % B08R # 281 11.1 0.133 0.082 1.619 -3.809 3.44 7.4 -37.6 38.3 281.2 39.8 46.7 -102.0 112.2 294.6 0.19 0.00 1.00 % B09R # 282 10.3 0.134 0.077 1.734 -4.075 3.723 8.1 -37.8 38.7 282.1 38.5 52.1 -104.0 116.4 296.6 0.2 0.00 1.00 % B10R # 283 9.6 0.135 0.072 1.858 -4.357 4.025 8.8 -38.0 39.0 283.0 37.3 57.5 -106.0 120.6 298.4 0.22 0.00 1.00 % B11R # 284 8.7 0.136 0.066 2.068 -4.831 4.535 9.7 -38.2 39.4 284.2 35.4 65.5 -109.0 127.2 301.0 0.24 0.00 1.00 % B12R # 285 7.9 0.137 0.061 2.251 -5.235 4.973 10.4 -38.3 39.7 285.1 33.9 71.7 -111.1 132.3 302.8 0.26 0.00 1.00 % B13R # 286 6.7 0.131 0.052 2.488 -6.202 5.968 10.3 -38.6 40.0 284.9 31.1 76.8 -115.6 138.8 303.5 0.28 0.00 1.00 % B14R # 287 5.6 0.128 0.045 2.848 -7.295 7.117 10.7 -38.8 40.2 285.4 28.5 84.7 -119.6 146.5 305.3 0.3 0.00 1.00 % B15R # 288 6.3 0.144 0.05 2.887 -6.421 6.291 12.3 -38.2 40.2 287.9 30.4 89.6 -116.1 146.6 307.6 0.32 0.00 1.00 % B16R # 289 6.7 0.15 0.052 2.866 -6.055 5.937 12.9 -38.1 40.2 288.8 31.3 90.6 -114.5 146.0 308.3 0.34 0.00 1.00 % B17R # 290 7.1 0.157 0.055 2.846 -5.713 5.607 13.6 -37.9 40.2 289.7 32.2 91.7 -112.8 145.4 309.0 0.35 0.00 1.00 % B17R # 291 7.6 0.163 0.057 2.826 -5.395 5.302 14.2 -37.6 40.3 290.7 33.1 92.7 -111.2 144.8 309.8 0.37 0.00 1.00 % B18R # 292 8.0 0.169 0.06 2.807 -5.099 5.02 14.9 -37.4 40.3 291.7 34.0 93.7 -109.6 144.2 310.5 0.39 0.00 1.00 % B19R # 293 8.4 0.175 0.063 2.788 -4.826 4.76 15.6 -37.2 40.3 292.7 34.9 94.7 -108.0 143.7 311.2 0.41 0.00 1.00 % B20R # 294 8.9 0.182 0.065 2.77 -4.572 4.52 16.2 -37.0 40.4 293.7 35.9 95.8 -106.4 143.1 311.9 0.43 0.00 1.00 % B21R # 295 9.4 0.188 0.068 2.753 -4.338 4.298 16.9 -36.7 40.5 294.7 36.8 96.7 -104.8 142.6 312.7 0.45 0.00 1.00 % B22R # 296 9.9 0.194 0.071 2.736 -4.12 4.095 17.7 -36.5 40.6 295.8 37.7 97.7 -103.2 142.1 313.4 0.47 0.00 1.00 % B23R # 297 10.4 0.201 0.073 2.72 -3.919 3.907 18.4 -36.3 40.7 296.9 38.6 98.7 -101.6 141.6 314.1 0.48 0.00 1.00 % B24R # 298 10.9 0.207 0.076 2.704 -3.733 3.735 19.1 -36.0 40.8 298.0 39.4 99.6 -100.0 141.2 314.8 0.5 0.00 1.00 % B25R # 299 11.4 0.213 0.079 2.689 -3.56 3.576 19.9 -35.8 40.9 299.0 40.3 100.6 -98.5 140.8 315.6 0.52 0.00 1.00 % B26R # 300 11.9 0.219 0.082 2.675 -3.4 3.429 20.6 -35.5 41.1 300.1 41.2 101.5 -96.9 140.4 316.3 0.54 0.00 1.00 % B27R # 301 12.5 0.225 0.084 2.661 -3.251 3.294 21.4 -35.2 41.2 301.2 42.0 102.4 -95.4 140.0 316.9 0.56 0.00 1.00 % B28R # 302 13.0 0.231 0.087 2.647 -3.113 3.17 22.1 -35.0 41.4 302.3 42.8 103.2 -94.0 139.6 317.6 0.58 0.00 1.00 % B29R # 303 13.6 0.237 0.09 2.634 -2.985 3.055 22.9 -34.7 41.6 303.4 43.7 104.1 -92.5 139.3 318.3 0.6 0.00 1.00 % B30R # 304 14.1 0.243 0.092 2.622 -2.865 2.949 23.7 -34.4 41.8 304.5 44.5 104.9 -91.1 138.9 319.0 0.62 0.00 1.00 % B31R # 305 14.7 0.248 0.095 2.61 -2.754 2.851 24.4 -34.1 42.0 305.5 45.3 105.7 -89.7 138.6 319.6 0.63 0.00 1.00 % B31R # 306 15.3 0.254 0.097 2.598 -2.65 2.761 25.2 -33.9 42.2 306.6 46.0 106.5 -88.3 138.3 320.3 0.65 0.00 1.00 % B32R # 307 15.8 0.259 0.1 2.586 -2.554 2.677 25.9 -33.6 42.5 307.6 46.8 107.2 -86.9 138.0 320.9 0.67 0.00 1.00 % B33R # 308 16.4 0.264 0.102 2.575 -2.464 2.599 26.7 -33.3 42.7 308.7 47.5 107.9 -85.6 137.8 321.5 0.69 0.00 1.00 % B34R # 309 17.0 0.269 0.105 2.565 -2.379 2.527 27.4 -33.0 43.0 309.7 48.2 108.6 -84.3 137.5 322.1 0.71 0.00 1.00 % B35R # 310 17.5 0.274 0.107 2.554 -2.301 2.46 28.2 -32.8 43.2 310.6 49.0 109.3 -83.0 137.3 322.7 0.73 0.00 1.00 % B36R # 311 18.1 0.279 0.109 2.544 -2.227 2.398 28.9 -32.5 43.5 311.6 49.6 109.9 -81.8 137.0 323.3 0.75 0.00 1.00 % B37R # 312 18.7 0.283 0.111 2.534 -2.158 2.34 29.6 -32.2 43.8 312.5 50.3 110.5 -80.6 136.8 323.9 0.77 0.00 1.00 % B38R # 313 19.2 0.288 0.114 2.524 -2.093 2.286 30.3 -31.9 44.0 313.5 51.0 111.1 -79.4 136.6 324.4 0.78 0.00 1.00 % B39R # 314 19.8 0.292 0.116 2.515 -2.033 2.236 31.0 -31.7 44.3 314.4 51.6 111.7 -78.2 136.4 324.9 0.8 0.00 1.00 % B40R # 315 20.3 0.296 0.118 2.505 -1.976 2.189 31.7 -31.4 44.6 315.2 52.2 112.2 -77.1 136.2 325.4 0.82 0.00 1.00 % B41R # 316 20.9 0.3 0.12 2.496 -1.923 2.145 32.3 -31.1 44.9 316.1 52.8 112.7 -76.0 136.0 325.9 0.84 0.00 1.00 % B42R # 317 21.8 0.306 0.123 2.474 -1.841 2.073 33.2 -30.7 45.2 317.2 53.8 113.0 -74.3 135.2 326.6 0.86 0.00 1.00 % B43R # 318 23.0 0.313 0.128 2.436 -1.736 1.974 34.3 -30.0 45.6 318.8 55.1 113.0 -71.8 133.9 327.5 0.88 0.00 1.00 % B44R # 319 24.2 0.319 0.133 2.399 -1.646 1.888 35.1 -29.4 45.8 320.1 56.3 112.7 -69.5 132.5 328.3 0.9 0.00 1.00 % B45R # 320 25.3 0.324 0.137 2.363 -1.57 1.812 35.8 -28.7 45.9 321.2 57.4 112.3 -67.5 131.0 328.9 0.91 0.00 1.00 % B45R # 321 26.4 0.328 0.141 2.328 -1.504 1.744 36.4 -28.2 46.0 322.2 58.4 111.6 -65.6 129.5 329.5 0.93 0.00 1.00 % B46R # 322 27.3 0.332 0.144 2.295 -1.446 1.682 36.8 -27.6 46.0 323.0 59.3 110.9 -63.8 127.9 330.0 0.95 0.00 1.00 % B47R # 323 28.2 0.335 0.148 2.263 -1.395 1.626 37.1 -27.1 45.9 323.8 60.1 110.0 -62.2 126.4 330.5 0.97 0.00 1.00 % B48R # 324 29.1 0.337 0.151 2.232 -1.35 1.575 37.3 -26.6 45.8 324.4 60.8 109.1 -60.7 124.8 330.9 1.00 0.00 1.0 % B49R # 325 29.8 0.34 0.154 2.203 -1.31 1.528 37.4 -26.1 45.6 325.0 61.5 108.1 -59.3 123.3 331.2 1.00 0.00 0.98 % B50R # 326 31.1 0.344 0.159 2.165 -1.248 1.462 37.8 -25.3 45.5 326.2 62.6 107.0 -57.0 121.2 331.9 1.00 0.00 0.96 % B51R # 327 32.3 0.348 0.163 2.129 -1.192 1.4 38.1 -24.4 45.2 327.3 63.6 105.8 -54.7 119.1 332.6 1.00 0.00 0.94 % B52R # 328 33.3 0.351 0.167 2.097 -1.144 1.348 38.2 -23.6 44.9 328.2 64.4 104.6 -52.7 117.2 333.2 1.00 0.00 0.93 % B53R # 329 34.2 0.354 0.171 2.068 -1.104 1.303 38.3 -22.9 44.6 329.1 65.1 103.5 -50.8 115.3 333.8 1.00 0.00 0.91 % B54R # 330 35.1 0.357 0.175 2.042 -1.066 1.261 38.3 -22.1 44.2 329.9 65.8 102.4 -49.0 113.5 334.4 1.00 0.00 0.89 % B55R # 331 35.9 0.36 0.178 2.017 -1.029 1.221 38.3 -21.3 43.9 330.8 66.4 101.3 -47.2 111.8 335.0 1.00 0.00 0.87 % B56R # 332 36.6 0.364 0.182 1.996 -0.994 1.185 38.3 -20.4 43.4 331.8 67.0 100.3 -45.3 110.1 335.6 1.00 0.00 0.85 % B57R # 333 37.2 0.367 0.186 1.976 -0.958 1.151 38.1 -19.4 42.8 332.9 67.4 99.3 -43.2 108.3 336.4 1.00 0.00 0.83 % B58R # 334 37.4 0.371 0.188 1.964 -0.931 1.128 37.9 -18.5 42.2 333.9 67.6 98.6 -41.5 107.0 337.1 1.00 0.00 0.81 % B59R # 335 37.6 0.374 0.191 1.954 -0.904 1.107 37.7 -17.6 41.6 334.9 67.7 98.0 -39.8 105.8 337.8 1.00 0.00 0.79 % B60R # 336 37.7 0.378 0.194 1.944 -0.877 1.087 37.5 -16.7 41.0 336.0 67.8 97.3 -38.0 104.5 338.6 1.00 0.00 0.78 % B60R # 337 37.9 0.381 0.197 1.934 -0.851 1.068 37.3 -15.7 40.5 337.0 67.9 96.7 -36.2 103.2 339.4 1.00 0.00 0.76 % B61R # 338 38.0 0.385 0.2 1.924 -0.827 1.05 37.0 -14.9 39.9 338.1 68.0 96.0 -34.5 102.1 340.2 1.00 0.00 0.74 % B62R # 339 38.1 0.388 0.202 1.915 -0.804 1.033 36.8 -14.0 39.4 339.1 68.1 95.4 -32.9 100.9 340.9 1.00 0.00 0.72 % B63R # 340 38.3 0.391 0.205 1.907 -0.783 1.018 36.6 -13.3 39.0 340.0 68.2 94.9 -31.4 99.9 341.6 1.00 0.00 0.7 % B64R # 341 39.6 0.393 0.21 1.868 -0.753 0.971 36.4 -12.6 38.5 340.9 69.2 92.8 -29.4 97.3 342.4 1.00 0.00 0.68 % B65R # 342 39.7 0.394 0.212 1.862 -0.741 0.961 36.2 -12.1 38.2 341.4 69.3 92.4 -28.5 96.7 342.8 1.00 0.00 0.66 % B66R # 343 39.8 0.396 0.213 1.856 -0.728 0.951 36.1 -11.6 37.9 342.0 69.3 91.9 -27.5 96.0 343.3 1.00 0.00 0.65 % B67R # 344 39.9 0.398 0.215 1.849 -0.714 0.941 35.9 -11.1 37.6 342.7 69.4 91.4 -26.3 95.2 343.9 1.00 0.00 0.63 % B68R # 345 40.0 0.401 0.217 1.841 -0.698 0.929 35.7 -10.5 37.2 343.5 69.5 90.9 -25.1 94.3 344.5 1.00 0.00 0.61 % B69R # 346 40.1 0.404 0.22 1.833 -0.681 0.916 35.4 -9.8 36.8 344.4 69.5 90.3 -23.7 93.3 345.2 1.00 0.00 0.59 % B70R # 347 40.2 0.407 0.223 1.825 -0.662 0.903 35.1 -9.1 36.3 345.4 69.6 89.6 -22.1 92.3 346.1 1.00 0.00 0.57 % B71R # 348 40.3 0.41 0.226 1.816 -0.642 0.89 34.8 -8.3 35.8 346.5 69.6 88.9 -20.4 91.2 347.0 1.00 0.00 0.55 % B72R # 349 40.3 0.414 0.229 1.806 -0.62 0.875 34.5 -7.4 35.3 347.7 69.7 88.1 -18.5 90.1 348.1 1.00 0.00 0.53 % B73R # 350 40.4 0.418 0.233 1.795 -0.597 0.86 34.2 -6.5 34.8 349.1 69.8 87.3 -16.4 88.8 349.3 1.00 0.00 0.51 % B74R # 351 40.5 0.423 0.237 1.784 -0.573 0.845 33.8 -5.5 34.2 350.6 69.8 86.4 -14.1 87.6 350.6 1.00 0.00 0.5 % B74R # 352 40.5 0.426 0.24 1.775 -0.552 0.832 33.4 -4.7 33.8 351.9 69.8 85.6 -12.2 86.5 351.8 1.00 0.00 0.48 % B75R # 353 40.6 0.429 0.242 1.769 -0.54 0.825 33.2 -4.2 33.5 352.6 69.9 85.2 -11.0 85.9 352.5 1.00 0.00 0.46 % B76R # 354 40.6 0.431 0.244 1.763 -0.528 0.818 33.0 -3.7 33.2 353.4 69.9 84.7 -9.8 85.3 353.3 1.00 0.00 0.44 % B77R # 355 40.6 0.434 0.246 1.757 -0.516 0.811 32.8 -3.2 32.9 354.2 69.9 84.2 -8.6 84.6 354.1 1.00 0.00 0.42 % B78R # 356 40.6 0.436 0.249 1.751 -0.504 0.804 32.6 -2.7 32.7 355.1 69.9 83.7 -7.3 84.0 354.9 1.00 0.00 0.4 % B79R # 357 40.7 0.439 0.251 1.745 -0.491 0.797 32.3 -2.2 32.4 355.9 69.9 83.2 -6.0 83.4 355.8 1.00 0.00 0.38 % B80R # 358 40.7 0.441 0.254 1.739 -0.478 0.79 32.1 -1.7 32.1 356.8 69.9 82.7 -4.7 82.8 356.7 1.00 0.00 0.36 % B81R # 359 40.7 0.444 0.256 1.733 -0.465 0.783 31.9 -1.2 31.9 357.7 70.0 82.2 -3.3 82.2 357.6 1.00 0.00 0.35 % B82R # 360 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.33 % B83R # ] def [%END XYZTD65 /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /YoRYGB 4 array def /YoRYGB [17.5 93.3 169.1 270.8] def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG291-5N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def 20 setlinewidth 050 3825 moveto TBL tfw (CIE\255Normfarbwert) showde (CIE tristimulus value) showen TBIL ( Y) show TBL ( of) showen ( von) showde TBIL ( Ostwald) show TBL (\255Farben (o) von maximalem) showde ( colours (o) of maximum) showen 050 3600 moveto TBL (Buntwert) showde (chromatic value) showen TBIL ( C) show TBS 0 -50 rmoveto (AB) show 0 50 rmoveto TBL (; CIE Normlichtart D65;) showde (; CIE standard illuminant D65;) showen TBIL ( Y) show TBS 0 -50 rmoveto (u) show 0 50 rmoveto TBL (=18) show %BEG X,Y,Z = f(hAB) 380 280 translate /ydel 175 def /KN 0 def 30 setlinewidth 0 setgray 0 0 moveto 400 12 mul 100 add 0 rlineto stroke 0 0 moveto 0 3000 250 add rlineto stroke % 0 1200 moveto 400 12 mul 0 rlineto stroke %cero line 400 12 mul 150 add 0 moveto -100 50 rlineto 0 -100 rlineto closepath fill 0 3000 300 add moveto -50 -100 rlineto 100 0 rlineto closepath fill TBL /txl [ (400) (500) (600) (700) (400)] def /txw [ ( 0) ( 90) (180) (270) (360)] def /txc [() () () (494c,E) (561c,E)] def /tye [( 0) ( 20) ( 40) ( 60) ( 80) (100)] def %!x-Achse: 100 Einheiten = 1200 Skalen-Einheiten 0 1 4 {/i exch def /ixt {-150 i 1200 mul add} def /ixl { 000 i 1200 mul add} def ixt -250 moveto txw i get exec show ixl 75 moveto 0 -150 rlineto stroke } for /ixtt 4 1200 mul def /iytt -200 def ixtt 500 sub iytt moveto TBIL (h) show 0 -30 rmoveto TBS (AB) show 0 30 rmoveto %!y-Achse: 100 S-Einheiten = 0600 Skalen-Einheiten TBL 0 1 5 {/i exch def /iyt {-50 i 0600 mul add} def /iyl {000 i 0600 mul add} def -350 iyt moveto tye i get show -75 iyl moveto 150 0 rlineto stroke } for /i 5 def 100 130 i 0600 mul add moveto TBIL (Y) show /Yi 361 array def 0 1 360 {/i exch def %i=0,360 /i19 i 19 mul 1 add def Yi i XYZTD65 i19 get put } for %i=0,360 /i1 0 def /i2 360 def /MULX 40 3 div def %scale hue angle /MULY 90 3 div def %scale XYZ, ABC tfw i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 le and {lineto} if } for %i=i1,i2 i2 MULX mul 100 MULY mul lineto i1 MULX mul 100 MULY mul lineto closepath fill i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 /fakt18 0.18 def tfn [100] 0 setdash i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get MULY mul fakt18 mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 0 18 MULY mul moveto 360 MULX mul 18 MULY mul lineto stroke %i1 1 i2 {/i exch def %i=i1,i2 % i MULX mul % Yi i get MULY mul fakt18 mul 0.1 mul % i i1 eq {moveto} if % i i1 1 add ge % i i2 1 sub le and {lineto} if % i i2 eq {stroke} if % } for %i=i1,i2 0 18 0.1 mul MULY mul moveto 360 MULX mul 18 0.1 mul MULY mul lineto stroke [ ] 0 setdash 50 MULX mul 18 3 add MULY mul moveto TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto 120 MULX mul 18 3 add MULY mul moveto TBL (Grey) showen (Grau) showde 53 MULX mul 18 0.1 mul 2.5 add MULY mul moveto TBL (0,1) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto 120 MULX mul 18 0.1 mul 2 add MULY mul moveto TBL (Black) showen (Schwarz) showde 20 MULX mul 18 0.1 mul 10 add MULY mul moveto TBL (0,1) show TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto 50 MULX mul 65 MULY mul moveto TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto TBL 0 1 3 {/i exch def %i=0,3 hue angles i 0 eq {tfr /tRYGB (R) def} if i 1 eq {tfy /tRYGB (Y) def} if i 2 eq {tfg /tRYGB (G) def} if i 3 eq {tfb /tRYGB (B) def} if /iRYGB YoRYGB i get cvi def iRYGB MULX mul Yi iRYGB get MULY mul moveto iRYGB MULX mul 0 MULY mul lineto stroke %text iRYGB i 2 le {5 add} {13 sub} ifelse MULX mul Yi iRYGB get 06 sub MULY mul moveto tRYGB show iRYGB i 2 le {5 add} {28 sub} ifelse MULX mul 0 04 add MULY mul moveto iRYGB cvishow } for %i=0,3 hue angles tfn TL 140 lanind 0 eq {30 sub} if MULX mul 95 MULY mul moveto (Bereich der leuchtenden) showde (Range of luminous) showen TIL ( Ostwald) show TL (\255Farben) showde ( colours) showen 180 MULX mul 90 MULY mul moveto TS ((white area)) showen ((weisser Bereich)) showde TL 160 MULX mul 66 MULY mul moveto (Grenze zwischen leuchtenden) showde (Border between luminous and) showen 160 MULX mul 60 MULY mul moveto (und verschw\344rzlichten Farben) showde (blackish colours, see CIE R1-57) showen 380 neg 280 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 064 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 26 %line 479 %!PS-Adobe-3.0 EPSF-3.0 VG291-6N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark16 where {pop} {userdict /pdfmark16 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark16 [ /View [ /FitB ] /DOCVIEW pdfmark16 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %VE400-7T.TXT from 1-000000-L0 VE400-7A with software macps2pdf, option ps to ascii, 140111 /XYZTD65 6859 array def %361X19=6859 /XYZTD65 [%BEG XYZTD65 %rgb*e,AB and CIE data of a elementary hue circle according to CIE R1-47 for Ostwald colours for CIE illuminant D65 %Yxy, abcAB, ABCAB, LabC*abhab data for relative spacing of elementary hue hAB of LINYAB for CIE 2 degree observer %Elementary hue circle with 4 intended elementary hue angles: hAB = 17.7, 93.3, 159.1, 270.8 of LINYAB, and 90 intended hue angles: %000, 001, ..., 089, LINYAB data of CIE test colours 9 (R): 11.2 9.9 3.1, 10 (Y): 59.0 -1.2 20.9, 11 (G): 20.3 -7.2 2.7, 12 (B): 6.4 0.1 -8.2 %no.AB Y x y a b cAB A B CAB hAB L* a* b* C*ab hab rgb*e,AB CodeAB % 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 %19(CODE) 000 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.39 % B80R # 001 40.8 0.45 0.261 1.72 -0.44 0.77 31.4 -0.1 31.4 359.6 70.0 81.1 -0.5 81.1 359.6 1.00 0.00 0.37 % B81R # 002 40.8 0.453 0.264 1.714 -0.427 0.764 31.1 0.3 31.2 0.6 70.0 80.6 0.9 80.6 0.6 1.00 0.00 0.35 % B82R # 003 40.8 0.456 0.267 1.708 -0.414 0.758 30.9 0.8 30.9 1.6 70.0 80.0 2.4 80.1 1.7 1.00 0.00 0.33 % B83R # 004 40.8 0.459 0.269 1.701 -0.4 0.752 30.7 1.4 30.7 2.6 70.0 79.5 4.0 79.6 2.9 1.00 0.00 0.3 % B84R # 005 40.8 0.462 0.272 1.695 -0.387 0.746 30.4 1.9 30.5 3.6 70.1 78.9 5.6 79.1 4.0 1.00 0.00 0.28 % B85R # 006 40.9 0.465 0.275 1.689 -0.374 0.741 30.2 2.4 30.3 4.7 70.1 78.4 7.2 78.7 5.2 1.00 0.00 0.26 % B86R # 007 40.9 0.469 0.278 1.682 -0.361 0.736 29.9 3.0 30.1 5.7 70.1 77.8 8.9 78.3 6.5 1.00 0.00 0.24 % B87R # 008 40.9 0.472 0.281 1.676 -0.348 0.731 29.7 3.5 29.9 6.8 70.1 77.3 10.6 78.0 7.8 1.00 0.00 0.21 % B89R # 009 40.9 0.475 0.284 1.67 -0.335 0.726 29.4 4.1 29.7 7.9 70.1 76.7 12.3 77.7 9.1 1.00 0.00 0.19 % B90R # 010 40.9 0.479 0.288 1.663 -0.322 0.722 29.2 4.6 29.6 9.0 70.1 76.1 14.1 77.5 10.5 1.00 0.00 0.17 % B91R # 011 41.0 0.483 0.291 1.657 -0.309 0.718 28.9 5.1 29.4 10.1 70.1 75.6 15.9 77.3 11.9 1.00 0.00 0.15 % B92R # 012 41.0 0.486 0.294 1.65 -0.296 0.714 28.7 5.6 29.3 11.2 70.2 75.0 17.8 77.1 13.3 1.00 0.00 0.12 % B93R # 013 41.0 0.49 0.298 1.644 -0.283 0.71 28.5 6.2 29.1 12.3 70.2 74.5 19.7 77.0 14.8 1.00 0.00 0.1 % B94R # 014 41.0 0.493 0.301 1.638 -0.271 0.707 28.2 6.7 29.0 13.4 70.2 73.9 21.6 77.0 16.3 1.00 0.00 0.08 % B95R # 015 41.0 0.497 0.304 1.632 -0.258 0.704 28.0 7.2 28.9 14.5 70.2 73.4 23.6 77.1 17.8 1.00 0.00 0.06 % B96R # 016 41.1 0.501 0.308 1.626 -0.246 0.701 27.7 7.7 28.8 15.6 70.2 72.8 25.7 77.2 19.4 1.00 0.00 0.03 % B98R # 017 41.1 0.505 0.311 1.619 -0.234 0.699 27.5 8.2 28.7 16.7 70.2 72.3 27.7 77.4 21.0 1.00 0.00 0.01 % B99R # 018 41.1 0.509 0.315 1.613 -0.222 0.697 27.3 8.7 28.6 17.8 70.2 71.7 29.9 77.7 22.6 1.00 0.0 0.00 % R00Y # 019 41.1 0.513 0.319 1.607 -0.21 0.695 27.0 9.2 28.6 18.9 70.3 71.2 32.0 78.1 24.2 1.00 0.01 0.00 % R01Y # 020 41.1 0.517 0.322 1.602 -0.198 0.693 26.8 9.7 28.5 19.9 70.3 70.7 34.2 78.5 25.8 1.00 0.02 0.00 % R02Y # 021 41.2 0.521 0.327 1.594 -0.184 0.691 26.5 10.3 28.5 21.3 70.3 70.0 37.1 79.2 27.9 1.00 0.04 0.00 % R04Y # 022 41.2 0.527 0.332 1.586 -0.169 0.689 26.2 10.9 28.4 22.7 70.3 69.3 40.1 80.1 30.1 1.00 0.05 0.00 % R05Y # 023 41.3 0.532 0.337 1.578 -0.155 0.687 25.9 11.5 28.4 24.0 70.4 68.6 43.3 81.1 32.2 1.00 0.06 0.00 % R06Y # 024 41.3 0.537 0.341 1.57 -0.141 0.686 25.6 12.1 28.4 25.3 70.4 67.9 46.5 82.3 34.4 1.00 0.08 0.00 % R08Y # 025 41.4 0.542 0.346 1.563 -0.128 0.685 25.3 12.7 28.4 26.5 70.4 67.2 49.8 83.7 36.5 1.00 0.09 0.00 % R09Y # 026 41.4 0.546 0.351 1.556 -0.115 0.685 25.1 13.2 28.4 27.8 70.5 66.6 53.1 85.2 38.5 1.00 0.1 0.00 % R10Y # 027 41.5 0.551 0.355 1.549 -0.103 0.685 24.8 13.7 28.4 28.9 70.5 66.0 56.6 86.9 40.6 1.00 0.12 0.00 % R12Y # 028 41.5 0.556 0.36 1.543 -0.092 0.685 24.6 14.2 28.4 30.0 70.5 65.4 60.1 88.8 42.6 1.00 0.13 0.00 % R13Y # 029 41.5 0.56 0.364 1.537 -0.081 0.685 24.3 14.7 28.4 31.1 70.5 64.8 63.8 91.0 44.5 1.00 0.14 0.00 % R14Y # 030 41.6 0.565 0.369 1.531 -0.071 0.685 24.1 15.1 28.5 32.1 70.6 64.3 67.6 93.3 46.4 1.00 0.16 0.00 % R16Y # 031 41.6 0.569 0.373 1.525 -0.061 0.686 23.9 15.5 28.5 33.0 70.6 63.7 71.5 95.8 48.2 1.00 0.17 0.00 % R17Y # 032 41.6 0.573 0.377 1.52 -0.052 0.686 23.7 15.9 28.6 33.9 70.6 63.2 75.7 98.6 50.1 1.00 0.18 0.00 % R18Y # 033 41.7 0.577 0.381 1.515 -0.043 0.687 23.5 16.3 28.6 34.7 70.6 62.8 80.0 101.7 51.8 1.00 0.2 0.00 % R20Y # 034 41.7 0.581 0.384 1.51 -0.035 0.688 23.3 16.7 28.7 35.5 70.6 62.3 84.6 105.1 53.6 1.00 0.21 0.00 % R21Y # 035 41.7 0.584 0.388 1.506 -0.027 0.689 23.2 17.0 28.7 36.2 70.7 61.9 89.6 109.0 55.3 1.00 0.22 0.00 % R22Y # 036 41.7 0.588 0.391 1.502 -0.02 0.69 23.0 17.3 28.8 36.9 70.7 61.6 95.2 113.4 57.0 1.00 0.24 0.00 % R24Y # 037 41.7 0.591 0.394 1.498 -0.014 0.691 22.9 17.6 28.8 37.5 70.7 61.2 101.5 118.5 58.8 1.00 0.25 0.00 % R25Y # 038 41.7 0.594 0.397 1.495 -0.008 0.692 22.7 17.8 28.9 38.0 70.7 60.9 108.2 124.2 60.6 1.00 0.26 0.00 % R26Y # 039 41.6 0.598 0.401 1.491 0.0 0.694 22.5 18.1 28.9 38.7 70.6 60.5 121.1 135.4 63.4 1.00 0.28 0.00 % R28Y # 040 42.4 0.595 0.403 1.475 0.0 0.682 22.2 18.4 28.9 39.6 71.1 59.3 122.2 135.9 64.1 1.00 0.29 0.00 % R29Y # 041 43.3 0.593 0.406 1.458 0.0 0.669 22.0 18.8 28.9 40.5 71.7 58.0 123.3 136.3 64.8 1.00 0.3 0.00 % R30Y # 042 44.2 0.59 0.409 1.44 0.0 0.655 21.6 19.2 29.0 41.5 72.3 56.6 124.4 136.7 65.5 1.00 0.32 0.00 % R32Y # 043 45.1 0.587 0.412 1.423 0.0 0.642 21.3 19.6 29.0 42.6 73.0 55.2 125.4 137.0 66.2 1.00 0.33 0.00 % R33Y # 044 46.1 0.584 0.415 1.405 0.0 0.63 21.0 20.0 29.0 43.6 73.6 53.8 126.4 137.4 66.9 1.00 0.34 0.00 % R34Y # 045 47.1 0.581 0.418 1.388 0.0 0.617 20.6 20.5 29.1 44.7 74.2 52.4 127.3 137.7 67.6 1.00 0.36 0.00 % R36Y # 046 48.1 0.578 0.421 1.372 0.0 0.606 20.3 20.9 29.1 45.8 74.9 51.0 128.2 138.0 68.2 1.00 0.37 0.00 % R37Y # 047 49.1 0.575 0.424 1.356 0.0 0.595 19.9 21.3 29.2 46.9 75.5 49.7 129.0 138.3 68.9 1.00 0.38 0.00 % R38Y # 048 50.0 0.572 0.426 1.342 0.0 0.585 19.6 21.7 29.3 47.9 76.1 48.3 129.8 138.5 69.5 1.00 0.4 0.00 % R40Y # 049 51.0 0.569 0.429 1.326 0.0 0.575 19.2 22.2 29.3 49.1 76.7 47.0 130.7 138.9 70.2 1.00 0.41 0.00 % R41Y # 050 51.9 0.567 0.432 1.312 0.0 0.565 18.8 22.6 29.4 50.2 77.2 45.6 131.6 139.3 70.8 1.00 0.42 0.00 % R42Y # 051 52.8 0.564 0.434 1.299 0.0 0.557 18.4 22.9 29.4 51.2 77.7 44.4 132.3 139.6 71.4 1.00 0.43 0.00 % R43Y # 052 53.5 0.562 0.436 1.287 0.0 0.55 18.0 23.2 29.4 52.1 78.2 43.2 133.0 139.9 71.9 1.00 0.45 0.00 % R45Y # 053 54.2 0.56 0.438 1.276 0.0 0.543 17.7 23.6 29.5 53.1 78.6 42.1 133.6 140.1 72.5 1.00 0.46 0.00 % R46Y # 054 54.9 0.558 0.44 1.265 0.0 0.537 17.3 23.8 29.5 54.0 79.0 41.0 134.2 140.4 73.0 1.00 0.47 0.00 % R47Y # 055 55.6 0.555 0.443 1.254 0.0 0.53 16.9 24.2 29.5 54.9 79.4 39.9 134.8 140.6 73.5 1.00 0.49 0.00 % R49Y # 056 56.4 0.553 0.445 1.243 -0.001 0.524 16.5 24.5 29.5 55.9 79.8 38.7 135.5 140.9 74.0 1.00 0.5 0.00 % R50Y # 057 57.1 0.551 0.447 1.233 -0.001 0.518 16.1 24.8 29.6 56.9 80.2 37.6 136.1 141.2 74.5 1.00 0.51 0.00 % R51Y # 058 57.9 0.549 0.449 1.222 -0.001 0.512 15.7 25.1 29.6 57.9 80.7 36.4 136.7 141.4 75.0 1.00 0.53 0.00 % R53Y # 059 58.6 0.547 0.451 1.211 -0.001 0.507 15.3 25.4 29.7 58.9 81.1 35.3 137.2 141.7 75.5 1.00 0.54 0.00 % R54Y # 060 59.4 0.545 0.453 1.201 -0.001 0.501 14.9 25.8 29.8 59.9 81.5 34.1 137.8 142.0 76.0 1.00 0.55 0.00 % R55Y # 061 60.1 0.542 0.455 1.191 -0.001 0.496 14.4 26.1 29.8 60.9 81.9 33.0 138.3 142.2 76.5 1.00 0.57 0.00 % R57Y # 062 60.7 0.541 0.457 1.183 -0.001 0.492 14.1 26.3 29.9 61.8 82.2 32.0 138.8 142.5 76.9 1.00 0.58 0.00 % R58Y # 063 61.3 0.539 0.459 1.175 -0.001 0.489 13.7 26.6 30.0 62.6 82.5 31.1 139.3 142.7 77.4 1.00 0.59 0.00 % R59Y # 064 62.0 0.537 0.46 1.166 -0.001 0.485 13.4 26.9 30.0 63.5 82.9 30.1 139.7 142.9 77.8 1.00 0.61 0.00 % R61Y # 065 62.7 0.535 0.462 1.157 -0.001 0.481 12.9 27.2 30.1 64.5 83.3 29.0 140.2 143.1 78.3 1.00 0.62 0.00 % R62Y # 066 63.4 0.533 0.464 1.147 -0.001 0.476 12.4 27.5 30.2 65.6 83.7 27.8 140.6 143.3 78.8 1.00 0.63 0.00 % R63Y # 067 64.3 0.53 0.467 1.136 -0.001 0.472 11.9 27.9 30.3 66.7 84.1 26.4 141.1 143.5 79.3 1.00 0.65 0.00 % R65Y # 068 65.1 0.528 0.469 1.126 -0.001 0.468 11.4 28.2 30.4 67.9 84.5 25.2 141.5 143.7 79.9 1.00 0.66 0.00 % R66Y # 069 65.7 0.526 0.471 1.118 -0.001 0.465 11.0 28.5 30.5 68.8 84.8 24.1 141.8 143.8 80.3 1.00 0.67 0.00 % R67Y # 070 66.3 0.524 0.472 1.11 -0.001 0.462 10.5 28.7 30.6 69.8 85.1 23.1 142.1 144.0 80.7 1.00 0.69 0.00 % R69Y # 071 67.0 0.523 0.474 1.101 -0.001 0.459 10.1 29.0 30.7 70.7 85.5 22.0 142.4 144.1 81.1 1.00 0.7 0.00 % R70Y # 072 67.7 0.521 0.476 1.093 -0.002 0.456 9.6 29.3 30.9 71.7 85.8 20.9 142.7 144.2 81.6 1.00 0.71 0.00 % R71Y # 073 68.3 0.519 0.478 1.084 -0.002 0.453 9.1 29.6 31.0 72.7 86.2 19.8 142.9 144.3 82.0 1.00 0.73 0.00 % R73Y # 074 69.0 0.517 0.48 1.076 -0.002 0.451 8.7 29.9 31.1 73.7 86.5 18.7 143.2 144.4 82.5 1.00 0.74 0.00 % R74Y # 075 69.8 0.514 0.482 1.068 -0.002 0.449 8.2 30.2 31.3 74.8 86.9 17.5 143.4 144.5 83.0 1.00 0.75 0.00 % R75Y # 076 70.5 0.512 0.484 1.059 -0.002 0.446 7.7 30.5 31.5 75.8 87.2 16.4 143.7 144.6 83.4 1.00 0.77 0.00 % R77Y # 077 71.2 0.51 0.485 1.051 -0.002 0.444 7.1 30.8 31.6 76.8 87.6 15.2 143.9 144.7 83.9 1.00 0.78 0.00 % R78Y # 078 71.9 0.508 0.487 1.043 -0.002 0.442 6.6 31.1 31.8 77.9 87.9 14.0 144.0 144.7 84.4 1.00 0.79 0.00 % R79Y # 079 72.7 0.506 0.489 1.034 -0.002 0.44 6.1 31.4 32.0 78.9 88.3 12.9 144.2 144.7 84.8 1.00 0.81 0.00 % R81Y # 080 73.4 0.504 0.491 1.026 -0.002 0.439 5.6 31.7 32.2 79.9 88.6 11.7 144.3 144.8 85.3 1.00 0.82 0.00 % R82Y # 081 74.1 0.502 0.493 1.018 -0.003 0.437 5.0 32.0 32.4 81.0 89.0 10.5 144.3 144.7 85.8 1.00 0.83 0.00 % R83Y # 082 74.9 0.5 0.495 1.009 -0.003 0.436 4.4 32.4 32.7 82.2 89.3 9.2 144.3 144.5 86.3 1.00 0.85 0.00 % R85Y # 083 75.7 0.497 0.497 1.0 -0.003 0.435 3.8 32.7 32.9 83.3 89.7 7.9 144.1 144.3 86.8 1.00 0.86 0.00 % R86Y # 084 76.5 0.495 0.499 0.992 -0.003 0.433 3.2 33.0 33.2 84.4 90.1 6.6 144.0 144.1 87.3 1.00 0.87 0.00 % R87Y # 085 77.3 0.493 0.501 0.983 -0.004 0.432 2.5 33.3 33.4 85.5 90.4 5.3 143.7 143.8 87.8 1.00 0.89 0.00 % R89Y # 086 78.0 0.491 0.503 0.975 -0.004 0.432 1.9 33.6 33.7 86.6 90.8 4.0 143.5 143.6 88.3 1.00 0.9 0.00 % R90Y # 087 78.7 0.489 0.505 0.968 -0.004 0.431 1.4 33.9 33.9 87.6 91.1 2.8 143.2 143.3 88.8 1.00 0.91 0.00 % R91Y # 088 79.4 0.487 0.506 0.96 -0.004 0.431 0.8 34.2 34.2 88.5 91.4 1.7 142.9 142.9 89.3 1.00 0.92 0.00 % R92Y # 089 80.1 0.485 0.508 0.954 -0.004 0.43 0.2 34.5 34.5 89.5 91.7 0.5 143.7 143.7 89.7 1.00 0.94 0.00 % R94Y # 090 80.7 0.483 0.51 0.947 -0.005 0.43 -0.2 34.7 34.7 90.4 92.0 -0.4 143.5 143.5 90.1 1.00 0.95 0.00 % R95Y # 091 81.3 0.481 0.511 0.941 -0.005 0.43 -0.7 35.0 35.0 91.2 92.3 -1.5 143.2 143.2 90.6 1.00 0.96 0.00 % R96Y # 092 81.9 0.479 0.512 0.935 -0.005 0.43 -1.2 35.2 35.2 92.0 92.5 -2.4 143.0 143.0 90.9 1.00 0.98 0.00 % R98Y # 093 82.8 0.477 0.515 0.926 -0.005 0.43 -1.9 35.5 35.6 93.2 92.9 -3.9 142.8 142.8 91.6 1.00 0.99 0.00 % R99Y # 094 83.6 0.474 0.516 0.918 -0.006 0.43 -2.6 35.8 35.9 94.2 93.2 -5.2 142.4 142.5 92.1 0.98 1.00 0.00 % Y01G # 095 84.2 0.472 0.518 0.911 -0.006 0.43 -3.2 36.1 36.2 95.1 93.5 -6.4 141.8 141.9 92.6 0.97 1.00 0.00 % Y02G # 096 84.9 0.47 0.519 0.905 -0.007 0.43 -3.8 36.3 36.5 96.0 93.8 -7.6 140.8 141.0 93.1 0.95 1.00 0.00 % Y04G # 097 85.6 0.468 0.521 0.897 -0.008 0.43 -4.5 36.6 36.8 97.0 94.1 -8.9 139.4 139.7 93.6 0.94 1.00 0.00 % Y05G # 098 86.4 0.465 0.522 0.889 -0.009 0.43 -5.2 36.8 37.2 98.0 94.5 -10.3 138.0 138.4 94.2 0.92 1.00 0.00 % Y07G # 099 87.2 0.462 0.524 0.881 -0.01 0.431 -5.9 37.1 37.6 99.1 94.8 -11.7 136.5 137.0 94.9 0.91 1.00 0.00 % Y08G # 100 88.0 0.459 0.525 0.874 -0.011 0.431 -6.7 37.3 37.9 100.2 95.1 -13.1 135.1 135.8 95.5 0.89 1.00 0.00 % Y10G # 101 88.8 0.456 0.527 0.866 -0.012 0.431 -7.4 37.6 38.3 101.2 95.5 -14.5 133.8 134.6 96.2 0.88 1.00 0.00 % Y11G # 102 89.6 0.454 0.528 0.859 -0.013 0.432 -8.1 37.8 38.7 102.1 95.8 -15.9 132.5 133.5 96.8 0.86 1.00 0.00 % Y13G # 103 90.3 0.451 0.529 0.852 -0.014 0.432 -8.8 38.0 39.0 103.0 96.1 -17.1 131.3 132.4 97.4 0.85 1.00 0.00 % Y14G # 104 91.2 0.447 0.53 0.843 -0.016 0.432 -9.7 38.2 39.4 104.2 96.5 -18.8 129.1 130.4 98.3 0.83 1.00 0.00 % Y16G # 105 92.0 0.444 0.53 0.837 -0.018 0.432 -10.4 38.3 39.7 105.1 96.8 -20.1 126.7 128.3 99.0 0.82 1.00 0.00 % Y17G # 106 93.2 0.443 0.528 0.839 -0.02 0.429 -10.3 38.6 40.0 104.9 97.3 -19.7 124.4 125.9 99.0 0.8 1.00 0.00 % Y19G # 107 94.3 0.44 0.527 0.836 -0.024 0.426 -10.7 38.8 40.2 105.4 97.7 -20.4 121.2 122.9 99.5 0.79 1.00 0.00 % Y20G # 108 93.6 0.434 0.53 0.818 -0.026 0.43 -12.3 38.3 40.2 107.9 97.4 -23.8 118.7 121.1 101.3 0.77 1.00 0.00 % Y22G # 109 93.2 0.431 0.532 0.811 -0.026 0.432 -12.9 38.1 40.2 108.8 97.3 -25.1 118.2 120.8 102.0 0.76 1.00 0.00 % Y23G # 110 92.8 0.429 0.534 0.803 -0.027 0.434 -13.6 37.9 40.2 109.7 97.1 -26.5 117.6 120.6 102.6 0.74 1.00 0.00 % Y25G # 111 92.3 0.426 0.536 0.796 -0.027 0.436 -14.2 37.6 40.3 110.7 96.9 -27.9 117.1 120.4 103.4 0.73 1.00 0.00 % Y26G # 112 91.9 0.424 0.538 0.788 -0.027 0.438 -14.9 37.4 40.3 111.7 96.8 -29.4 116.5 120.2 104.1 0.71 1.00 0.00 % Y28G # 113 91.5 0.421 0.54 0.779 -0.028 0.441 -15.6 37.2 40.3 112.7 96.6 -30.9 115.9 120.0 104.9 0.7 1.00 0.00 % Y29G # 114 91.0 0.418 0.542 0.771 -0.028 0.444 -16.2 37.0 40.4 113.7 96.4 -32.5 115.4 119.9 105.7 0.68 1.00 0.00 % Y31G # 115 90.5 0.415 0.544 0.762 -0.029 0.447 -16.9 36.7 40.5 114.7 96.2 -34.2 114.7 119.7 106.5 0.67 1.00 0.00 % Y32G # 116 90.0 0.412 0.547 0.753 -0.029 0.451 -17.7 36.5 40.6 115.8 96.0 -35.9 114.1 119.6 107.4 0.65 1.00 0.00 % Y34G # 117 89.5 0.409 0.549 0.744 -0.03 0.454 -18.4 36.3 40.7 116.9 95.8 -37.6 113.5 119.6 108.3 0.64 1.00 0.00 % Y35G # 118 89.0 0.405 0.551 0.735 -0.03 0.458 -19.1 36.0 40.8 118.0 95.6 -39.4 112.9 119.6 109.2 0.62 1.00 0.00 % Y37G # 119 88.5 0.402 0.554 0.725 -0.031 0.462 -19.9 35.8 40.9 119.0 95.3 -41.3 112.2 119.6 110.2 0.6 1.00 0.00 % Y39G # 120 88.0 0.398 0.557 0.715 -0.031 0.467 -20.6 35.5 41.1 120.1 95.1 -43.2 111.6 119.7 111.1 0.59 1.00 0.00 % Y40G # 121 87.4 0.394 0.559 0.705 -0.032 0.472 -21.4 35.2 41.2 121.2 94.9 -45.2 110.9 119.8 112.1 0.57 1.00 0.00 % Y42G # 122 86.9 0.391 0.562 0.695 -0.032 0.477 -22.1 35.0 41.4 122.3 94.7 -47.2 110.2 119.9 113.1 0.56 1.00 0.00 % Y43G # 123 86.3 0.387 0.565 0.684 -0.033 0.482 -22.9 34.7 41.6 123.4 94.4 -49.3 109.6 120.1 114.2 0.54 1.00 0.00 % Y45G # 124 85.8 0.383 0.568 0.674 -0.033 0.487 -23.7 34.4 41.8 124.5 94.2 -51.4 108.9 120.4 115.2 0.53 1.00 0.00 % Y46G # 125 85.2 0.379 0.571 0.663 -0.034 0.493 -24.4 34.2 42.0 125.5 93.9 -53.5 108.2 120.7 116.3 0.51 1.00 0.00 % Y48G # 126 84.6 0.374 0.574 0.652 -0.034 0.499 -25.2 33.9 42.2 126.6 93.7 -55.7 107.5 121.1 117.3 0.5 1.00 0.00 % Y49G # 127 84.1 0.37 0.577 0.641 -0.035 0.505 -25.9 33.6 42.5 127.6 93.5 -57.9 106.8 121.5 118.4 0.48 1.00 0.00 % Y51G # 128 83.5 0.366 0.581 0.63 -0.036 0.511 -26.7 33.3 42.7 128.7 93.2 -60.2 106.1 122.0 119.5 0.47 1.00 0.00 % Y52G # 129 82.9 0.361 0.584 0.619 -0.036 0.518 -27.4 33.0 43.0 129.7 93.0 -62.5 105.4 122.5 120.6 0.45 1.00 0.00 % Y54G # 130 82.4 0.357 0.587 0.608 -0.037 0.525 -28.2 32.8 43.2 130.6 92.7 -64.8 104.7 123.1 121.7 0.44 1.00 0.00 % Y55G # 131 81.8 0.352 0.591 0.596 -0.038 0.532 -28.9 32.5 43.5 131.6 92.5 -67.1 104.0 123.8 122.8 0.42 1.00 0.00 % Y57G # 132 81.2 0.348 0.594 0.585 -0.038 0.539 -29.6 32.2 43.8 132.5 92.2 -69.5 103.3 124.5 123.9 0.41 1.00 0.00 % Y58G # 133 80.7 0.343 0.597 0.574 -0.039 0.546 -30.3 31.9 44.0 133.5 92.0 -71.9 102.6 125.3 125.0 0.39 1.00 0.00 % Y60G # 134 80.1 0.338 0.601 0.563 -0.04 0.553 -31.0 31.7 44.3 134.4 91.7 -74.3 101.8 126.1 126.1 0.38 1.00 0.00 % Y61G # 135 79.6 0.333 0.604 0.551 -0.04 0.561 -31.7 31.4 44.6 135.2 91.5 -76.7 101.1 127.0 127.1 0.36 1.00 0.00 % Y63G # 136 79.0 0.328 0.608 0.54 -0.041 0.568 -32.3 31.1 44.9 136.1 91.2 -79.1 100.4 127.9 128.2 0.35 1.00 0.00 % Y64G # 137 78.1 0.321 0.612 0.524 -0.042 0.579 -33.2 30.7 45.2 137.2 90.8 -82.7 99.1 129.1 129.8 0.33 1.00 0.00 % Y66G # 138 76.9 0.311 0.618 0.504 -0.044 0.593 -34.3 30.0 45.6 138.8 90.2 -87.2 97.2 130.6 131.8 0.32 1.00 0.00 % Y67G # 139 75.7 0.302 0.623 0.485 -0.047 0.605 -35.1 29.4 45.8 140.1 89.7 -91.3 95.3 131.9 133.7 0.3 1.00 0.00 % Y69G # 140 74.6 0.294 0.627 0.469 -0.049 0.616 -35.8 28.7 45.9 141.2 89.2 -94.9 93.4 133.1 135.4 0.29 1.00 0.00 % Y70G # 141 73.5 0.287 0.63 0.455 -0.052 0.626 -36.4 28.2 46.0 142.2 88.7 -98.1 91.5 134.2 136.9 0.27 1.00 0.00 % Y72G # 142 72.6 0.28 0.632 0.443 -0.054 0.634 -36.8 27.6 46.0 143.0 88.2 -100.8 89.7 135.0 138.3 0.26 1.00 0.00 % Y73G # 143 71.7 0.274 0.634 0.432 -0.057 0.641 -37.1 27.1 45.9 143.8 87.8 -103.2 88.0 135.6 139.5 0.24 1.00 0.00 % Y75G # 144 70.8 0.269 0.635 0.423 -0.059 0.646 -37.3 26.6 45.8 144.4 87.4 -105.2 86.2 136.0 140.6 0.23 1.00 0.00 % Y76G # 145 70.1 0.264 0.635 0.416 -0.062 0.651 -37.4 26.1 45.6 145.0 87.0 -106.9 84.5 136.3 141.6 0.21 1.00 0.00 % Y78G # 146 68.8 0.255 0.636 0.401 -0.067 0.661 -37.8 25.3 45.5 146.2 86.4 -110.3 81.5 137.2 143.5 0.2 1.00 0.00 % Y79G # 147 67.6 0.246 0.636 0.387 -0.073 0.669 -38.1 24.4 45.2 147.3 85.8 -113.5 78.3 137.9 145.3 0.18 1.00 0.00 % Y81G # 148 66.6 0.238 0.634 0.376 -0.08 0.675 -38.2 23.6 44.9 148.2 85.3 -116.0 75.2 138.2 147.0 0.16 1.00 0.00 % Y83G # 149 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.15 1.00 0.00 % Y84G # 150 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.13 1.00 0.00 % Y86G # 151 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.12 1.00 0.00 % Y87G # 152 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.1 1.00 0.00 % Y89G # 153 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.09 1.00 0.00 % Y90G # 154 62.5 0.203 0.591 0.343 -0.138 0.675 -37.9 18.5 42.2 153.9 83.2 -123.0 54.1 134.4 156.2 0.07 1.00 0.00 % Y92G # 155 62.3 0.199 0.579 0.344 -0.152 0.668 -37.7 17.6 41.6 154.9 83.1 -122.4 50.3 132.4 157.6 0.06 1.00 0.00 % Y93G # 156 62.2 0.196 0.566 0.346 -0.166 0.66 -37.5 16.7 41.0 156.0 83.0 -121.7 46.7 130.4 159.0 0.04 1.00 0.00 % Y95G # 157 62.0 0.193 0.554 0.349 -0.181 0.652 -37.3 15.7 40.5 157.0 82.9 -121.0 43.2 128.5 160.3 0.03 1.00 0.00 % Y96G # 158 61.9 0.191 0.543 0.351 -0.194 0.645 -37.0 14.9 39.9 158.1 82.8 -120.2 40.0 126.7 161.5 0.01 1.00 0.00 % Y98G # 159 61.8 0.188 0.533 0.353 -0.207 0.638 -36.8 14.0 39.4 159.1 82.8 -119.5 37.2 125.1 162.6 0.0 1.00 0.00 % Y99G # 160 61.6 0.186 0.525 0.355 -0.219 0.632 -36.6 13.3 39.0 160.0 82.7 -118.8 34.7 123.8 163.6 0.00 1.00 0.01 % G00B # 161 60.3 0.181 0.522 0.346 -0.226 0.639 -36.4 12.6 38.5 160.9 82.0 -120.6 33.0 125.1 164.6 0.00 1.00 0.03 % G01B # 162 60.2 0.18 0.517 0.347 -0.233 0.635 -36.2 12.1 38.2 161.4 81.9 -120.2 31.7 124.3 165.2 0.00 1.00 0.05 % G02B # 163 60.1 0.179 0.512 0.349 -0.241 0.631 -36.1 11.6 37.9 162.0 81.9 -119.6 30.1 123.3 165.8 0.00 1.00 0.06 % G03B # 164 60.0 0.177 0.505 0.351 -0.249 0.626 -35.9 11.1 37.6 162.7 81.8 -118.9 28.4 122.2 166.5 0.00 1.00 0.08 % G04B # 165 59.9 0.176 0.498 0.354 -0.259 0.621 -35.7 10.5 37.2 163.5 81.8 -118.0 26.6 121.0 167.2 0.00 1.00 0.1 % G05B # 166 59.8 0.175 0.491 0.357 -0.27 0.615 -35.4 9.8 36.8 164.4 81.7 -117.1 24.6 119.6 168.0 0.00 1.00 0.12 % G06B # 167 59.7 0.174 0.483 0.361 -0.282 0.608 -35.1 9.1 36.3 165.4 81.7 -115.9 22.5 118.1 168.9 0.00 1.00 0.13 % G06B # 168 59.6 0.173 0.474 0.365 -0.295 0.601 -34.8 8.3 35.8 166.5 81.6 -114.7 20.3 116.5 169.9 0.00 1.00 0.15 % G07B # 169 59.6 0.172 0.465 0.37 -0.31 0.593 -34.5 7.4 35.3 167.7 81.6 -113.3 18.0 114.7 170.9 0.00 1.00 0.17 % G08B # 170 59.5 0.171 0.456 0.375 -0.325 0.585 -34.2 6.5 34.8 169.1 81.5 -111.8 15.5 112.9 172.0 0.00 1.00 0.19 % G09B # 171 59.4 0.17 0.447 0.381 -0.341 0.576 -33.8 5.5 34.2 170.6 81.5 -110.1 13.0 110.9 173.2 0.00 1.00 0.21 % G10B # 172 59.4 0.17 0.439 0.387 -0.355 0.569 -33.4 4.7 33.8 171.9 81.5 -108.7 11.0 109.2 174.2 0.00 1.00 0.22 % G11B # 173 59.3 0.169 0.434 0.39 -0.363 0.564 -33.2 4.2 33.5 172.6 81.5 -107.8 9.8 108.2 174.7 0.00 1.00 0.24 % G12B # 174 59.3 0.169 0.43 0.393 -0.371 0.56 -33.0 3.7 33.2 173.4 81.4 -106.9 8.6 107.2 175.3 0.00 1.00 0.26 % G13B # 175 59.3 0.169 0.425 0.397 -0.38 0.556 -32.8 3.2 32.9 174.2 81.4 -105.9 7.4 106.2 175.9 0.00 1.00 0.28 % G14B # 176 59.3 0.168 0.421 0.4 -0.388 0.551 -32.6 2.7 32.7 175.1 81.4 -105.0 6.2 105.2 176.5 0.00 1.00 0.3 % G15B # 177 59.2 0.168 0.417 0.404 -0.397 0.547 -32.3 2.2 32.4 175.9 81.4 -104.0 5.0 104.2 177.2 0.00 1.00 0.31 % G15B # 178 59.2 0.168 0.412 0.408 -0.405 0.543 -32.1 1.7 32.1 176.8 81.4 -103.1 3.9 103.2 177.8 0.00 1.00 0.33 % G16B # 179 59.2 0.168 0.408 0.411 -0.414 0.539 -31.9 1.2 31.9 177.7 81.4 -102.1 2.7 102.1 178.4 0.00 1.00 0.35 % G17B # 180 59.2 0.167 0.404 0.415 -0.423 0.535 -31.6 0.7 31.6 178.7 81.4 -101.1 1.5 101.1 179.1 0.00 1.00 0.37 % G18B # 181 59.1 0.167 0.399 0.419 -0.432 0.531 -31.4 0.1 31.4 179.6 81.4 -100.1 0.4 100.1 179.7 0.00 1.00 0.39 % G19B # 182 59.1 0.167 0.395 0.423 -0.441 0.527 -31.1 -0.3 31.2 180.6 81.3 -99.2 -0.7 99.2 180.4 0.00 1.00 0.4 % G20B # 183 59.1 0.167 0.391 0.427 -0.45 0.523 -30.9 -0.8 30.9 181.6 81.3 -98.2 -1.8 98.2 181.0 0.00 1.00 0.42 % G21B # 184 59.1 0.167 0.387 0.431 -0.459 0.52 -30.7 -1.4 30.7 182.6 81.3 -97.2 -3.0 97.2 181.7 0.00 1.00 0.44 % G22B # 185 59.1 0.166 0.383 0.434 -0.468 0.516 -30.4 -1.9 30.5 183.6 81.3 -96.2 -4.1 96.3 182.4 0.00 1.00 0.46 % G23B # 186 59.0 0.166 0.379 0.438 -0.477 0.513 -30.2 -2.4 30.3 184.7 81.3 -95.2 -5.2 95.3 183.1 0.00 1.00 0.48 % G24B # 187 59.0 0.166 0.375 0.442 -0.486 0.51 -29.9 -3.0 30.1 185.7 81.3 -94.2 -6.3 94.4 183.8 0.00 1.00 0.49 % G24B # 188 59.0 0.166 0.372 0.446 -0.495 0.507 -29.7 -3.5 29.9 186.8 81.3 -93.2 -7.4 93.5 184.5 0.00 1.00 0.51 % G25B # 189 59.0 0.166 0.368 0.45 -0.505 0.504 -29.4 -4.1 29.7 187.9 81.3 -92.2 -8.4 92.6 185.2 0.00 1.00 0.53 % G26B # 190 59.0 0.166 0.364 0.454 -0.514 0.501 -29.2 -4.6 29.6 189.0 81.2 -91.3 -9.5 91.8 185.9 0.00 1.00 0.55 % G27B # 191 58.9 0.165 0.361 0.458 -0.523 0.499 -28.9 -5.1 29.4 190.1 81.2 -90.3 -10.5 90.9 186.6 0.00 1.00 0.57 % G28B # 192 58.9 0.165 0.357 0.462 -0.532 0.497 -28.7 -5.6 29.3 191.2 81.2 -89.3 -11.5 90.1 187.3 0.00 1.00 0.58 % G29B # 193 58.9 0.165 0.354 0.466 -0.541 0.495 -28.5 -6.2 29.1 192.3 81.2 -88.4 -12.5 89.3 188.0 0.00 1.00 0.6 % G30B # 194 58.9 0.165 0.351 0.47 -0.55 0.493 -28.2 -6.7 29.0 193.4 81.2 -87.4 -13.5 88.5 188.8 0.00 1.00 0.62 % G31B # 195 58.9 0.165 0.348 0.474 -0.558 0.491 -28.0 -7.2 28.9 194.5 81.2 -86.5 -14.5 87.7 189.5 0.00 1.00 0.64 % G32B # 196 58.8 0.165 0.345 0.478 -0.567 0.49 -27.7 -7.7 28.8 195.6 81.2 -85.6 -15.4 87.0 190.2 0.00 1.00 0.65 % G32B # 197 58.8 0.165 0.342 0.482 -0.576 0.488 -27.5 -8.2 28.7 196.7 81.2 -84.7 -16.3 86.3 190.9 0.00 1.00 0.67 % G33B # 198 58.8 0.164 0.339 0.486 -0.584 0.487 -27.3 -8.7 28.6 197.8 81.2 -83.8 -17.2 85.6 191.6 0.00 1.00 0.69 % G34B # 199 58.8 0.164 0.336 0.49 -0.593 0.486 -27.0 -9.2 28.6 198.9 81.1 -82.9 -18.1 84.9 192.3 0.00 1.00 0.71 % G35B # 200 58.8 0.164 0.333 0.493 -0.601 0.485 -26.8 -9.7 28.5 199.9 81.1 -82.1 -19.0 84.2 193.0 0.00 1.00 0.73 % G36B # 201 58.7 0.164 0.33 0.498 -0.611 0.485 -26.5 -10.3 28.5 201.3 81.1 -81.0 -20.0 83.4 193.9 0.00 1.00 0.74 % G37B # 202 58.7 0.164 0.326 0.503 -0.622 0.484 -26.2 -10.9 28.4 202.7 81.1 -79.9 -21.1 82.6 194.8 0.00 1.00 0.76 % G38B # 203 58.6 0.164 0.323 0.507 -0.633 0.484 -25.9 -11.5 28.4 204.0 81.1 -78.8 -22.2 81.9 195.7 0.00 1.00 0.78 % G39B # 204 58.6 0.164 0.32 0.512 -0.643 0.484 -25.6 -12.1 28.4 205.3 81.0 -77.8 -23.2 81.2 196.5 0.00 1.00 0.8 % G40B # 205 58.5 0.164 0.317 0.516 -0.652 0.484 -25.3 -12.7 28.4 206.5 81.0 -76.8 -24.1 80.5 197.4 0.00 1.00 0.82 % G41B # 206 58.5 0.164 0.314 0.521 -0.661 0.485 -25.1 -13.2 28.4 207.8 81.0 -75.9 -25.0 79.9 198.2 0.00 1.00 0.83 % G41B # 207 58.4 0.164 0.312 0.525 -0.67 0.486 -24.8 -13.7 28.4 208.9 81.0 -75.0 -25.8 79.3 199.0 0.00 1.00 0.85 % G42B # 208 58.4 0.163 0.309 0.529 -0.679 0.486 -24.6 -14.2 28.4 210.0 80.9 -74.1 -26.7 78.8 199.8 0.00 1.00 0.87 % G43B # 209 58.4 0.163 0.307 0.532 -0.687 0.487 -24.3 -14.7 28.4 211.1 80.9 -73.3 -27.4 78.2 200.5 0.00 1.00 0.89 % G44B # 210 58.3 0.163 0.305 0.536 -0.695 0.488 -24.1 -15.1 28.5 212.1 80.9 -72.5 -28.1 77.8 201.2 0.00 1.00 0.91 % G45B # 211 58.3 0.163 0.303 0.539 -0.702 0.489 -23.9 -15.5 28.5 213.0 80.9 -71.7 -28.8 77.3 201.9 0.00 1.00 0.92 % G46B # 212 58.3 0.163 0.301 0.543 -0.709 0.49 -23.7 -15.9 28.6 213.9 80.9 -71.0 -29.5 76.9 202.5 0.00 1.00 0.94 % G47B # 213 58.2 0.163 0.299 0.546 -0.716 0.492 -23.5 -16.3 28.6 214.7 80.9 -70.3 -30.1 76.5 203.1 0.00 1.00 0.96 % G48B # 214 58.2 0.163 0.298 0.549 -0.722 0.493 -23.3 -16.7 28.7 215.5 80.8 -69.7 -30.6 76.1 203.7 0.00 1.00 0.98 % G49B # 215 58.2 0.163 0.296 0.552 -0.727 0.494 -23.2 -17.0 28.7 216.2 80.8 -69.1 -31.1 75.8 204.2 0.00 0.99 1.00 % G50B # 216 58.2 0.163 0.295 0.554 -0.733 0.495 -23.0 -17.3 28.8 216.9 80.8 -68.6 -31.6 75.5 204.7 0.00 0.98 1.00 % G50B # 217 58.2 0.163 0.293 0.557 -0.737 0.496 -22.9 -17.6 28.8 217.5 80.8 -68.1 -32.0 75.2 205.2 0.00 0.96 1.00 % G51B # 218 58.2 0.163 0.292 0.559 -0.742 0.497 -22.7 -17.8 28.9 218.0 80.8 -67.6 -32.4 75.0 205.6 0.00 0.94 1.00 % G52B # 219 58.3 0.164 0.291 0.563 -0.746 0.496 -22.5 -18.1 28.9 218.7 80.9 -66.8 -32.8 74.4 206.2 0.00 0.92 1.00 % G53B # 220 57.5 0.162 0.289 0.562 -0.756 0.503 -22.3 -18.4 28.9 219.6 80.4 -66.6 -33.6 74.6 206.7 0.00 0.91 1.00 % G54B # 221 56.6 0.161 0.287 0.562 -0.768 0.511 -22.0 -18.8 28.9 220.5 80.0 -66.4 -34.4 74.8 207.4 0.00 0.89 1.00 % G55B # 222 55.7 0.159 0.284 0.561 -0.78 0.52 -21.6 -19.2 29.0 221.5 79.4 -66.2 -35.3 75.0 208.0 0.00 0.87 1.00 % G56B # 223 54.8 0.158 0.281 0.56 -0.794 0.529 -21.3 -19.6 29.0 222.6 78.9 -65.9 -36.2 75.3 208.8 0.00 0.85 1.00 % G57B # 224 53.8 0.156 0.279 0.56 -0.808 0.54 -21.0 -20.0 29.0 223.6 78.3 -65.7 -37.2 75.5 209.5 0.00 0.83 1.00 % G58B # 225 52.8 0.154 0.276 0.559 -0.823 0.551 -20.6 -20.5 29.1 224.7 77.7 -65.4 -38.2 75.8 210.2 0.00 0.82 1.00 % G58B # 226 51.8 0.152 0.273 0.558 -0.839 0.562 -20.3 -20.9 29.1 225.8 77.2 -65.2 -39.2 76.1 211.0 0.00 0.8 1.00 % G59B # 227 50.8 0.15 0.27 0.557 -0.855 0.574 -19.9 -21.3 29.2 226.9 76.6 -64.9 -40.2 76.4 211.8 0.00 0.78 1.00 % G60B # 228 49.9 0.149 0.267 0.557 -0.871 0.587 -19.6 -21.7 29.3 227.9 76.0 -64.6 -41.2 76.6 212.5 0.00 0.76 1.00 % G61B # 229 48.9 0.147 0.264 0.557 -0.889 0.6 -19.2 -22.2 29.3 229.1 75.4 -64.1 -42.3 76.8 213.4 0.00 0.74 1.00 % G62B # 230 48.0 0.146 0.261 0.558 -0.906 0.612 -18.8 -22.6 29.4 230.2 74.8 -63.6 -43.3 76.9 214.2 0.00 0.73 1.00 % G63B # 231 47.1 0.144 0.258 0.559 -0.922 0.624 -18.4 -22.9 29.4 231.2 74.3 -63.0 -44.2 76.9 215.0 0.00 0.71 1.00 % G64B # 232 46.4 0.143 0.256 0.561 -0.937 0.635 -18.0 -23.2 29.4 232.1 73.8 -62.3 -45.0 76.9 215.8 0.00 0.69 1.00 % G65B # 233 45.7 0.142 0.253 0.563 -0.951 0.645 -17.7 -23.6 29.5 233.1 73.3 -61.6 -45.8 76.8 216.6 0.00 0.67 1.00 % G66B # 234 45.0 0.141 0.251 0.565 -0.966 0.655 -17.3 -23.8 29.5 234.0 72.9 -60.9 -46.6 76.7 217.4 0.00 0.65 1.00 % G67B # 235 44.3 0.141 0.248 0.567 -0.981 0.667 -16.9 -24.2 29.5 234.9 72.4 -60.1 -47.4 76.6 218.2 0.00 0.64 1.00 % G67B # 236 43.5 0.14 0.245 0.57 -0.998 0.679 -16.5 -24.5 29.5 235.9 71.9 -59.3 -48.3 76.5 219.1 0.00 0.62 1.00 % G68B # 237 42.8 0.139 0.243 0.572 -1.016 0.692 -16.1 -24.8 29.6 236.9 71.4 -58.5 -49.1 76.4 220.0 0.00 0.6 1.00 % G69B # 238 42.0 0.138 0.24 0.575 -1.034 0.706 -15.7 -25.1 29.6 237.9 70.9 -57.6 -50.0 76.3 220.9 0.00 0.58 1.00 % G70B # 239 41.3 0.137 0.237 0.579 -1.052 0.72 -15.3 -25.4 29.7 238.9 70.4 -56.6 -50.9 76.1 221.9 0.00 0.56 1.00 % G71B # 240 40.5 0.136 0.234 0.582 -1.071 0.734 -14.9 -25.8 29.8 239.9 69.8 -55.6 -51.8 76.0 222.9 0.00 0.55 1.00 % G72B # 241 39.8 0.135 0.231 0.586 -1.091 0.75 -14.4 -26.1 29.8 240.9 69.3 -54.6 -52.7 75.9 223.9 0.00 0.53 1.00 % G73B # 242 39.2 0.135 0.229 0.589 -1.108 0.763 -14.1 -26.3 29.9 241.8 68.9 -53.8 -53.4 75.8 224.8 0.00 0.51 1.00 % G74B # 243 38.6 0.134 0.226 0.593 -1.126 0.777 -13.7 -26.6 30.0 242.6 68.4 -52.9 -54.2 75.7 225.7 0.00 0.49 1.00 % G75B # 244 37.9 0.133 0.224 0.597 -1.145 0.792 -13.4 -26.9 30.0 243.5 67.9 -51.9 -55.0 75.6 226.6 0.00 0.48 1.00 % G75B # 245 37.2 0.133 0.221 0.602 -1.166 0.809 -12.9 -27.2 30.1 244.5 67.4 -50.7 -55.9 75.5 227.7 0.00 0.46 1.00 % G76B # 246 36.5 0.132 0.218 0.608 -1.19 0.829 -12.4 -27.5 30.2 245.6 66.9 -49.4 -56.9 75.3 229.0 0.00 0.44 1.00 % G77B # 247 35.6 0.132 0.214 0.615 -1.217 0.851 -11.9 -27.9 30.3 246.7 66.2 -47.8 -57.9 75.1 230.4 0.00 0.42 1.00 % G78B # 248 34.8 0.131 0.211 0.622 -1.245 0.873 -11.4 -28.2 30.4 247.9 65.6 -46.2 -59.0 75.0 231.9 0.00 0.4 1.00 % G79B # 249 34.2 0.131 0.208 0.628 -1.267 0.892 -11.0 -28.5 30.5 248.8 65.1 -45.0 -59.8 74.8 233.0 0.00 0.39 1.00 % G80B # 250 33.6 0.13 0.205 0.635 -1.291 0.912 -10.5 -28.7 30.6 249.8 64.6 -43.6 -60.7 74.7 234.2 0.00 0.37 1.00 % G81B # 251 32.9 0.13 0.202 0.642 -1.317 0.933 -10.1 -29.0 30.7 250.7 64.1 -42.2 -61.6 74.6 235.5 0.00 0.35 1.00 % G82B # 252 32.2 0.129 0.199 0.65 -1.344 0.957 -9.6 -29.3 30.9 251.7 63.5 -40.6 -62.5 74.6 236.9 0.00 0.33 1.00 % G83B # 253 31.6 0.129 0.196 0.659 -1.373 0.982 -9.1 -29.6 31.0 252.7 63.0 -39.0 -63.5 74.5 238.4 0.00 0.31 1.00 % G84B # 254 30.9 0.129 0.193 0.668 -1.404 1.009 -8.7 -29.9 31.1 253.7 62.4 -37.3 -64.5 74.5 239.9 0.00 0.3 1.00 % G84B # 255 30.1 0.128 0.189 0.678 -1.437 1.038 -8.2 -30.2 31.3 254.8 61.8 -35.6 -65.5 74.6 241.4 0.00 0.28 1.00 % G85B # 256 29.4 0.128 0.186 0.689 -1.472 1.069 -7.7 -30.5 31.5 255.8 61.2 -33.8 -66.6 74.7 243.0 0.00 0.26 1.00 % G86B # 257 28.7 0.127 0.182 0.7 -1.508 1.102 -7.1 -30.8 31.6 256.8 60.5 -31.9 -67.7 74.8 244.7 0.00 0.24 1.00 % G87B # 258 28.0 0.127 0.179 0.712 -1.547 1.137 -6.6 -31.1 31.8 257.9 59.9 -29.9 -68.8 75.0 246.4 0.00 0.22 1.00 % G88B # 259 27.2 0.127 0.175 0.725 -1.588 1.174 -6.1 -31.4 32.0 258.9 59.2 -27.9 -69.9 75.3 248.2 0.00 0.21 1.00 % G89B # 260 26.5 0.127 0.171 0.739 -1.631 1.214 -5.6 -31.7 32.2 259.9 58.5 -25.8 -71.0 75.6 250.0 0.00 0.19 1.00 % G90B # 261 25.8 0.126 0.168 0.754 -1.677 1.257 -5.0 -32.0 32.4 261.0 57.8 -23.5 -72.2 76.0 251.9 0.00 0.17 1.00 % G91B # 262 25.0 0.126 0.163 0.773 -1.73 1.307 -4.4 -32.4 32.7 262.2 57.1 -20.9 -73.5 76.5 254.0 0.00 0.15 1.00 % G92B # 263 24.2 0.126 0.159 0.792 -1.786 1.36 -3.8 -32.7 32.9 263.3 56.3 -18.2 -74.8 77.0 256.2 0.00 0.13 1.00 % G93B # 264 23.4 0.126 0.155 0.813 -1.845 1.416 -3.2 -33.0 33.2 264.4 55.5 -15.5 -76.2 77.7 258.4 0.00 0.12 1.00 % G93B # 265 22.6 0.126 0.151 0.836 -1.906 1.475 -2.5 -33.3 33.4 265.5 54.7 -12.7 -77.5 78.5 260.6 0.00 0.1 1.00 % G94B # 266 21.9 0.126 0.147 0.859 -1.969 1.536 -1.9 -33.6 33.7 266.6 53.9 -9.9 -78.8 79.4 262.8 0.00 0.08 1.00 % G95B # 267 21.2 0.126 0.143 0.884 -2.035 1.601 -1.4 -33.9 33.9 267.6 53.2 -7.1 -80.1 80.4 264.9 0.00 0.06 1.00 % G96B # 268 20.5 0.126 0.139 0.909 -2.103 1.668 -0.8 -34.2 34.2 268.5 52.4 -4.2 -81.4 81.5 266.9 0.00 0.05 1.00 % G97B # 269 19.8 0.127 0.135 0.936 -2.173 1.737 -0.2 -34.5 34.5 269.5 51.6 -1.4 -82.6 82.7 268.9 0.00 0.03 1.00 % G98B # 270 19.2 0.127 0.132 0.963 -2.244 1.809 0.2 -34.7 34.7 270.4 50.9 1.2 -83.9 83.9 270.8 0.00 0.01 1.00 % G99B # 271 18.6 0.127 0.128 0.99 -2.316 1.881 0.7 -35.0 35.0 271.2 50.2 4.0 -85.1 85.2 272.6 0.0 0.00 1.00 % B00R # 272 18.0 0.127 0.125 1.019 -2.389 1.954 1.2 -35.2 35.2 272.0 49.5 6.6 -86.2 86.5 274.4 0.02 0.00 1.00 % B01R # 273 17.1 0.127 0.119 1.066 -2.512 2.08 1.9 -35.5 35.6 273.2 48.4 10.8 -88.1 88.8 277.0 0.04 0.00 1.00 % B02R # 274 16.3 0.128 0.115 1.111 -2.627 2.197 2.6 -35.8 35.9 274.2 47.4 14.6 -89.7 90.9 279.2 0.05 0.00 1.00 % B02R # 275 15.7 0.128 0.111 1.156 -2.736 2.309 3.2 -36.1 36.2 275.1 46.6 18.2 -91.1 93.0 281.3 0.07 0.00 1.00 % B03R # 276 15.0 0.129 0.107 1.205 -2.85 2.428 3.8 -36.3 36.5 276.0 45.7 21.9 -92.6 95.1 283.3 0.09 0.00 1.00 % B04R # 277 14.3 0.129 0.102 1.264 -2.989 2.573 4.5 -36.6 36.8 277.0 44.7 26.1 -94.2 97.7 285.5 0.11 0.00 1.00 % B05R # 278 13.5 0.13 0.097 1.336 -3.157 2.749 5.2 -36.8 37.2 278.0 43.5 30.9 -96.0 100.9 287.8 0.13 0.00 1.00 % B06R # 279 12.7 0.131 0.092 1.419 -3.349 2.951 5.9 -37.1 37.6 279.1 42.3 36.0 -97.9 104.3 290.1 0.15 0.00 1.00 % B07R # 280 11.9 0.132 0.087 1.513 -3.567 3.182 6.7 -37.3 37.9 280.2 41.1 41.3 -99.9 108.1 292.4 0.17 0.00 1.00 % B08R # 281 11.1 0.133 0.082 1.619 -3.809 3.44 7.4 -37.6 38.3 281.2 39.8 46.7 -102.0 112.2 294.6 0.19 0.00 1.00 % B09R # 282 10.3 0.134 0.077 1.734 -4.075 3.723 8.1 -37.8 38.7 282.1 38.5 52.1 -104.0 116.4 296.6 0.2 0.00 1.00 % B10R # 283 9.6 0.135 0.072 1.858 -4.357 4.025 8.8 -38.0 39.0 283.0 37.3 57.5 -106.0 120.6 298.4 0.22 0.00 1.00 % B11R # 284 8.7 0.136 0.066 2.068 -4.831 4.535 9.7 -38.2 39.4 284.2 35.4 65.5 -109.0 127.2 301.0 0.24 0.00 1.00 % B12R # 285 7.9 0.137 0.061 2.251 -5.235 4.973 10.4 -38.3 39.7 285.1 33.9 71.7 -111.1 132.3 302.8 0.26 0.00 1.00 % B13R # 286 6.7 0.131 0.052 2.488 -6.202 5.968 10.3 -38.6 40.0 284.9 31.1 76.8 -115.6 138.8 303.5 0.28 0.00 1.00 % B14R # 287 5.6 0.128 0.045 2.848 -7.295 7.117 10.7 -38.8 40.2 285.4 28.5 84.7 -119.6 146.5 305.3 0.3 0.00 1.00 % B15R # 288 6.3 0.144 0.05 2.887 -6.421 6.291 12.3 -38.2 40.2 287.9 30.4 89.6 -116.1 146.6 307.6 0.32 0.00 1.00 % B16R # 289 6.7 0.15 0.052 2.866 -6.055 5.937 12.9 -38.1 40.2 288.8 31.3 90.6 -114.5 146.0 308.3 0.34 0.00 1.00 % B17R # 290 7.1 0.157 0.055 2.846 -5.713 5.607 13.6 -37.9 40.2 289.7 32.2 91.7 -112.8 145.4 309.0 0.35 0.00 1.00 % B17R # 291 7.6 0.163 0.057 2.826 -5.395 5.302 14.2 -37.6 40.3 290.7 33.1 92.7 -111.2 144.8 309.8 0.37 0.00 1.00 % B18R # 292 8.0 0.169 0.06 2.807 -5.099 5.02 14.9 -37.4 40.3 291.7 34.0 93.7 -109.6 144.2 310.5 0.39 0.00 1.00 % B19R # 293 8.4 0.175 0.063 2.788 -4.826 4.76 15.6 -37.2 40.3 292.7 34.9 94.7 -108.0 143.7 311.2 0.41 0.00 1.00 % B20R # 294 8.9 0.182 0.065 2.77 -4.572 4.52 16.2 -37.0 40.4 293.7 35.9 95.8 -106.4 143.1 311.9 0.43 0.00 1.00 % B21R # 295 9.4 0.188 0.068 2.753 -4.338 4.298 16.9 -36.7 40.5 294.7 36.8 96.7 -104.8 142.6 312.7 0.45 0.00 1.00 % B22R # 296 9.9 0.194 0.071 2.736 -4.12 4.095 17.7 -36.5 40.6 295.8 37.7 97.7 -103.2 142.1 313.4 0.47 0.00 1.00 % B23R # 297 10.4 0.201 0.073 2.72 -3.919 3.907 18.4 -36.3 40.7 296.9 38.6 98.7 -101.6 141.6 314.1 0.48 0.00 1.00 % B24R # 298 10.9 0.207 0.076 2.704 -3.733 3.735 19.1 -36.0 40.8 298.0 39.4 99.6 -100.0 141.2 314.8 0.5 0.00 1.00 % B25R # 299 11.4 0.213 0.079 2.689 -3.56 3.576 19.9 -35.8 40.9 299.0 40.3 100.6 -98.5 140.8 315.6 0.52 0.00 1.00 % B26R # 300 11.9 0.219 0.082 2.675 -3.4 3.429 20.6 -35.5 41.1 300.1 41.2 101.5 -96.9 140.4 316.3 0.54 0.00 1.00 % B27R # 301 12.5 0.225 0.084 2.661 -3.251 3.294 21.4 -35.2 41.2 301.2 42.0 102.4 -95.4 140.0 316.9 0.56 0.00 1.00 % B28R # 302 13.0 0.231 0.087 2.647 -3.113 3.17 22.1 -35.0 41.4 302.3 42.8 103.2 -94.0 139.6 317.6 0.58 0.00 1.00 % B29R # 303 13.6 0.237 0.09 2.634 -2.985 3.055 22.9 -34.7 41.6 303.4 43.7 104.1 -92.5 139.3 318.3 0.6 0.00 1.00 % B30R # 304 14.1 0.243 0.092 2.622 -2.865 2.949 23.7 -34.4 41.8 304.5 44.5 104.9 -91.1 138.9 319.0 0.62 0.00 1.00 % B31R # 305 14.7 0.248 0.095 2.61 -2.754 2.851 24.4 -34.1 42.0 305.5 45.3 105.7 -89.7 138.6 319.6 0.63 0.00 1.00 % B31R # 306 15.3 0.254 0.097 2.598 -2.65 2.761 25.2 -33.9 42.2 306.6 46.0 106.5 -88.3 138.3 320.3 0.65 0.00 1.00 % B32R # 307 15.8 0.259 0.1 2.586 -2.554 2.677 25.9 -33.6 42.5 307.6 46.8 107.2 -86.9 138.0 320.9 0.67 0.00 1.00 % B33R # 308 16.4 0.264 0.102 2.575 -2.464 2.599 26.7 -33.3 42.7 308.7 47.5 107.9 -85.6 137.8 321.5 0.69 0.00 1.00 % B34R # 309 17.0 0.269 0.105 2.565 -2.379 2.527 27.4 -33.0 43.0 309.7 48.2 108.6 -84.3 137.5 322.1 0.71 0.00 1.00 % B35R # 310 17.5 0.274 0.107 2.554 -2.301 2.46 28.2 -32.8 43.2 310.6 49.0 109.3 -83.0 137.3 322.7 0.73 0.00 1.00 % B36R # 311 18.1 0.279 0.109 2.544 -2.227 2.398 28.9 -32.5 43.5 311.6 49.6 109.9 -81.8 137.0 323.3 0.75 0.00 1.00 % B37R # 312 18.7 0.283 0.111 2.534 -2.158 2.34 29.6 -32.2 43.8 312.5 50.3 110.5 -80.6 136.8 323.9 0.77 0.00 1.00 % B38R # 313 19.2 0.288 0.114 2.524 -2.093 2.286 30.3 -31.9 44.0 313.5 51.0 111.1 -79.4 136.6 324.4 0.78 0.00 1.00 % B39R # 314 19.8 0.292 0.116 2.515 -2.033 2.236 31.0 -31.7 44.3 314.4 51.6 111.7 -78.2 136.4 324.9 0.8 0.00 1.00 % B40R # 315 20.3 0.296 0.118 2.505 -1.976 2.189 31.7 -31.4 44.6 315.2 52.2 112.2 -77.1 136.2 325.4 0.82 0.00 1.00 % B41R # 316 20.9 0.3 0.12 2.496 -1.923 2.145 32.3 -31.1 44.9 316.1 52.8 112.7 -76.0 136.0 325.9 0.84 0.00 1.00 % B42R # 317 21.8 0.306 0.123 2.474 -1.841 2.073 33.2 -30.7 45.2 317.2 53.8 113.0 -74.3 135.2 326.6 0.86 0.00 1.00 % B43R # 318 23.0 0.313 0.128 2.436 -1.736 1.974 34.3 -30.0 45.6 318.8 55.1 113.0 -71.8 133.9 327.5 0.88 0.00 1.00 % B44R # 319 24.2 0.319 0.133 2.399 -1.646 1.888 35.1 -29.4 45.8 320.1 56.3 112.7 -69.5 132.5 328.3 0.9 0.00 1.00 % B45R # 320 25.3 0.324 0.137 2.363 -1.57 1.812 35.8 -28.7 45.9 321.2 57.4 112.3 -67.5 131.0 328.9 0.91 0.00 1.00 % B45R # 321 26.4 0.328 0.141 2.328 -1.504 1.744 36.4 -28.2 46.0 322.2 58.4 111.6 -65.6 129.5 329.5 0.93 0.00 1.00 % B46R # 322 27.3 0.332 0.144 2.295 -1.446 1.682 36.8 -27.6 46.0 323.0 59.3 110.9 -63.8 127.9 330.0 0.95 0.00 1.00 % B47R # 323 28.2 0.335 0.148 2.263 -1.395 1.626 37.1 -27.1 45.9 323.8 60.1 110.0 -62.2 126.4 330.5 0.97 0.00 1.00 % B48R # 324 29.1 0.337 0.151 2.232 -1.35 1.575 37.3 -26.6 45.8 324.4 60.8 109.1 -60.7 124.8 330.9 1.00 0.00 1.0 % B49R # 325 29.8 0.34 0.154 2.203 -1.31 1.528 37.4 -26.1 45.6 325.0 61.5 108.1 -59.3 123.3 331.2 1.00 0.00 0.98 % B50R # 326 31.1 0.344 0.159 2.165 -1.248 1.462 37.8 -25.3 45.5 326.2 62.6 107.0 -57.0 121.2 331.9 1.00 0.00 0.96 % B51R # 327 32.3 0.348 0.163 2.129 -1.192 1.4 38.1 -24.4 45.2 327.3 63.6 105.8 -54.7 119.1 332.6 1.00 0.00 0.94 % B52R # 328 33.3 0.351 0.167 2.097 -1.144 1.348 38.2 -23.6 44.9 328.2 64.4 104.6 -52.7 117.2 333.2 1.00 0.00 0.93 % B53R # 329 34.2 0.354 0.171 2.068 -1.104 1.303 38.3 -22.9 44.6 329.1 65.1 103.5 -50.8 115.3 333.8 1.00 0.00 0.91 % B54R # 330 35.1 0.357 0.175 2.042 -1.066 1.261 38.3 -22.1 44.2 329.9 65.8 102.4 -49.0 113.5 334.4 1.00 0.00 0.89 % B55R # 331 35.9 0.36 0.178 2.017 -1.029 1.221 38.3 -21.3 43.9 330.8 66.4 101.3 -47.2 111.8 335.0 1.00 0.00 0.87 % B56R # 332 36.6 0.364 0.182 1.996 -0.994 1.185 38.3 -20.4 43.4 331.8 67.0 100.3 -45.3 110.1 335.6 1.00 0.00 0.85 % B57R # 333 37.2 0.367 0.186 1.976 -0.958 1.151 38.1 -19.4 42.8 332.9 67.4 99.3 -43.2 108.3 336.4 1.00 0.00 0.83 % B58R # 334 37.4 0.371 0.188 1.964 -0.931 1.128 37.9 -18.5 42.2 333.9 67.6 98.6 -41.5 107.0 337.1 1.00 0.00 0.81 % B59R # 335 37.6 0.374 0.191 1.954 -0.904 1.107 37.7 -17.6 41.6 334.9 67.7 98.0 -39.8 105.8 337.8 1.00 0.00 0.79 % B60R # 336 37.7 0.378 0.194 1.944 -0.877 1.087 37.5 -16.7 41.0 336.0 67.8 97.3 -38.0 104.5 338.6 1.00 0.00 0.78 % B60R # 337 37.9 0.381 0.197 1.934 -0.851 1.068 37.3 -15.7 40.5 337.0 67.9 96.7 -36.2 103.2 339.4 1.00 0.00 0.76 % B61R # 338 38.0 0.385 0.2 1.924 -0.827 1.05 37.0 -14.9 39.9 338.1 68.0 96.0 -34.5 102.1 340.2 1.00 0.00 0.74 % B62R # 339 38.1 0.388 0.202 1.915 -0.804 1.033 36.8 -14.0 39.4 339.1 68.1 95.4 -32.9 100.9 340.9 1.00 0.00 0.72 % B63R # 340 38.3 0.391 0.205 1.907 -0.783 1.018 36.6 -13.3 39.0 340.0 68.2 94.9 -31.4 99.9 341.6 1.00 0.00 0.7 % B64R # 341 39.6 0.393 0.21 1.868 -0.753 0.971 36.4 -12.6 38.5 340.9 69.2 92.8 -29.4 97.3 342.4 1.00 0.00 0.68 % B65R # 342 39.7 0.394 0.212 1.862 -0.741 0.961 36.2 -12.1 38.2 341.4 69.3 92.4 -28.5 96.7 342.8 1.00 0.00 0.66 % B66R # 343 39.8 0.396 0.213 1.856 -0.728 0.951 36.1 -11.6 37.9 342.0 69.3 91.9 -27.5 96.0 343.3 1.00 0.00 0.65 % B67R # 344 39.9 0.398 0.215 1.849 -0.714 0.941 35.9 -11.1 37.6 342.7 69.4 91.4 -26.3 95.2 343.9 1.00 0.00 0.63 % B68R # 345 40.0 0.401 0.217 1.841 -0.698 0.929 35.7 -10.5 37.2 343.5 69.5 90.9 -25.1 94.3 344.5 1.00 0.00 0.61 % B69R # 346 40.1 0.404 0.22 1.833 -0.681 0.916 35.4 -9.8 36.8 344.4 69.5 90.3 -23.7 93.3 345.2 1.00 0.00 0.59 % B70R # 347 40.2 0.407 0.223 1.825 -0.662 0.903 35.1 -9.1 36.3 345.4 69.6 89.6 -22.1 92.3 346.1 1.00 0.00 0.57 % B71R # 348 40.3 0.41 0.226 1.816 -0.642 0.89 34.8 -8.3 35.8 346.5 69.6 88.9 -20.4 91.2 347.0 1.00 0.00 0.55 % B72R # 349 40.3 0.414 0.229 1.806 -0.62 0.875 34.5 -7.4 35.3 347.7 69.7 88.1 -18.5 90.1 348.1 1.00 0.00 0.53 % B73R # 350 40.4 0.418 0.233 1.795 -0.597 0.86 34.2 -6.5 34.8 349.1 69.8 87.3 -16.4 88.8 349.3 1.00 0.00 0.51 % B74R # 351 40.5 0.423 0.237 1.784 -0.573 0.845 33.8 -5.5 34.2 350.6 69.8 86.4 -14.1 87.6 350.6 1.00 0.00 0.5 % B74R # 352 40.5 0.426 0.24 1.775 -0.552 0.832 33.4 -4.7 33.8 351.9 69.8 85.6 -12.2 86.5 351.8 1.00 0.00 0.48 % B75R # 353 40.6 0.429 0.242 1.769 -0.54 0.825 33.2 -4.2 33.5 352.6 69.9 85.2 -11.0 85.9 352.5 1.00 0.00 0.46 % B76R # 354 40.6 0.431 0.244 1.763 -0.528 0.818 33.0 -3.7 33.2 353.4 69.9 84.7 -9.8 85.3 353.3 1.00 0.00 0.44 % B77R # 355 40.6 0.434 0.246 1.757 -0.516 0.811 32.8 -3.2 32.9 354.2 69.9 84.2 -8.6 84.6 354.1 1.00 0.00 0.42 % B78R # 356 40.6 0.436 0.249 1.751 -0.504 0.804 32.6 -2.7 32.7 355.1 69.9 83.7 -7.3 84.0 354.9 1.00 0.00 0.4 % B79R # 357 40.7 0.439 0.251 1.745 -0.491 0.797 32.3 -2.2 32.4 355.9 69.9 83.2 -6.0 83.4 355.8 1.00 0.00 0.38 % B80R # 358 40.7 0.441 0.254 1.739 -0.478 0.79 32.1 -1.7 32.1 356.8 69.9 82.7 -4.7 82.8 356.7 1.00 0.00 0.36 % B81R # 359 40.7 0.444 0.256 1.733 -0.465 0.783 31.9 -1.2 31.9 357.7 70.0 82.2 -3.3 82.2 357.6 1.00 0.00 0.35 % B82R # 360 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.33 % B83R # ] def [%END XYZTD65 /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /YoRYGB 4 array def /YoRYGB [17.5 93.3 169.1 270.8] def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG291-6N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def 20 setlinewidth 050 3825 moveto TBL tfw (CIE\255Normfarbwert log) showde (CIE tristimulus value log) showen TBIL (Y) show TBL ( of) showen ( von) showde TBIL ( Ostwald) show TBL (\255Farben (o) von maximalem) showde ( colours (o) of maximum) showen 050 3600 moveto TBL (Buntwert) showde (chromatic value) showen TBIL ( C) show TBS 0 -50 rmoveto (AB) show 0 50 rmoveto TBL (; CIE Normlichtart D65;) showde (; CIE standard illuminant D65;) showen TBIL ( Y) show TBS 0 -50 rmoveto (u) show 0 50 rmoveto TBL (=18) show %BEG X,Y,Z = f(hAB) 380 280 translate /ydel 175 def /KN 0 def 30 setlinewidth 0 setgray 0 0 moveto 400 12 mul 100 add 0 rlineto stroke 0 0 moveto 0 3000 250 add rlineto stroke % 0 1200 moveto 400 12 mul 0 rlineto stroke %cero line 400 12 mul 150 add 0 moveto -100 50 rlineto 0 -100 rlineto closepath fill 0 3000 300 add moveto -50 -100 rlineto 100 0 rlineto closepath fill TBL /txl [ (400) (500) (600) (700) (400)] def /txw [ ( 0) ( 90) (180) (270) (360)] def /txc [() () () (494c,E) (561c,E)] def /tye [(0,0) () (1,0) ( ) (2,0) ()] def %!x-Achse: 100 Einheiten = 1200 Skalen-Einheiten 0 1 4 {/i exch def /ixt {-150 i 1200 mul add} def /ixl { 000 i 1200 mul add} def ixt -250 moveto txw i get exec show ixl 75 moveto 0 -150 rlineto stroke } for /ixtt 4 1200 mul def /iytt -200 def ixtt 500 sub iytt moveto TBIL (h) show 0 -30 rmoveto TBS (AB) show 0 30 rmoveto %!y-Achse: 100 S-Einheiten = 0750 Skalen-Einheiten TBL 0 1 4 {/i exch def /iyt {-50 i 0750 mul add} def /iyl {000 i 0750 mul add} def -350 iyt moveto tye i get show -75 iyl moveto 150 0 rlineto stroke } for /i 4 def 100 130 i 0750 mul add moveto TBL (log) show TBIL (Y) show /Yi 361 array def 0 1 360 {/i exch def %i=0,360 /i19 i 19 mul 1 add def Yi i XYZTD65 i19 get put } for %i=0,360 /i1 0 def /i2 360 def /MULX 40 3 div def %scale hue angle %/MULY 90 3 div def %scale XYZ, ABC /MULY 90 3 div 50 mul def %scale XYZ, ABC tfw i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 le and {lineto} if } for %i=i1,i2 i2 MULX mul 100 log MULY mul lineto i1 MULX mul 100 log MULY mul lineto closepath fill i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 /fakt18 0.18 def tfn [100] 0 setdash i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get fakt18 mul log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 0 18 log MULY mul moveto 360 MULX mul 18 log MULY mul lineto stroke 0 18 0.1 mul log MULY mul moveto 360 MULX mul 18 0.1 mul log MULY mul lineto stroke [ ] 0 setdash 035 MULX mul 18 3 add log MULY mul moveto TBL (log) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto 113 MULX mul 18 3 add log MULY mul moveto TBL (Grey) showen (Grau) showde 032 MULX mul 18 50 add log MULY mul moveto TBL (log) show TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto 19 MULX mul 18 0.3 mul log MULY mul moveto TBL (log\0500,18) show TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto TBL (\051) show 19 MULX mul 18 0.115 mul log MULY mul moveto TBL (log\0500,1) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto TBL (\051) show 105 lanind 1 eq {10 add} if MULX mul 18 0.115 mul log MULY mul moveto TBL (Black) showen (Schwarz) showde TBL 0 1 3 {/i exch def %i=0,3 hue angles i 0 eq {tfr /tRYGB (R) def} if i 1 eq {tfy /tRYGB (Y) def} if i 2 eq {tfg /tRYGB (G) def} if i 3 eq {tfb /tRYGB (B) def} if /iRYGB YoRYGB i get cvi def iRYGB MULX mul Yi iRYGB get log MULY mul moveto iRYGB MULX mul 0 MULY mul lineto stroke %text iRYGB i 2 le {5 add} {13 sub} ifelse MULX mul Yi iRYGB get i 2 le {15 sub} {06 sub} ifelse log MULY mul moveto tRYGB show iRYGB i 2 le {5 add} {28 sub} ifelse MULX mul 100 moveto iRYGB cvishow } for %i=0,3 hue angles tfn TL 140 lanind 0 eq {30 sub} if MULX mul 80 log MULY mul moveto (Bereich der leuchtenden) showde (Range of luminous) showen TIL ( Ostwald) show TL (\255Farben) showde ( colours) showen 180 MULX mul 65 log MULY mul moveto TS (white area, see CIE R1-57) showen (weisser Bereich, siehe CIE R1-57) showde 380 neg 280 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 161 MM 020 MM translate 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 27 %line 489 %!PS-Adobe-3.0 EPSF-3.0 VG291-7N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark17 where {pop} {userdict /pdfmark17 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark17 [ /View [ /FitB ] /DOCVIEW pdfmark17 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %VE400-7T.TXT from 1-000000-L0 VE400-7A with software macps2pdf, option ps to ascii, 140111 /XYZTD65 6859 array def %361X19=6859 /XYZTD65 [%BEG XYZTD65 %rgb*e,AB and CIE data of a elementary hue circle according to CIE R1-47 for Ostwald colours for CIE illuminant D65 %Yxy, abcAB, ABCAB, LabC*abhab data for relative spacing of elementary hue hAB of LINYAB for CIE 2 degree observer %Elementary hue circle with 4 intended elementary hue angles: hAB = 17.7, 93.3, 159.1, 270.8 of LINYAB, and 90 intended hue angles: %000, 001, ..., 089, LINYAB data of CIE test colours 9 (R): 11.2 9.9 3.1, 10 (Y): 59.0 -1.2 20.9, 11 (G): 20.3 -7.2 2.7, 12 (B): 6.4 0.1 -8.2 %no.AB Y x y a b cAB A B CAB hAB L* a* b* C*ab hab rgb*e,AB CodeAB % 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 %19(CODE) 000 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.39 % B80R # 001 40.8 0.45 0.261 1.72 -0.44 0.77 31.4 -0.1 31.4 359.6 70.0 81.1 -0.5 81.1 359.6 1.00 0.00 0.37 % B81R # 002 40.8 0.453 0.264 1.714 -0.427 0.764 31.1 0.3 31.2 0.6 70.0 80.6 0.9 80.6 0.6 1.00 0.00 0.35 % B82R # 003 40.8 0.456 0.267 1.708 -0.414 0.758 30.9 0.8 30.9 1.6 70.0 80.0 2.4 80.1 1.7 1.00 0.00 0.33 % B83R # 004 40.8 0.459 0.269 1.701 -0.4 0.752 30.7 1.4 30.7 2.6 70.0 79.5 4.0 79.6 2.9 1.00 0.00 0.3 % B84R # 005 40.8 0.462 0.272 1.695 -0.387 0.746 30.4 1.9 30.5 3.6 70.1 78.9 5.6 79.1 4.0 1.00 0.00 0.28 % B85R # 006 40.9 0.465 0.275 1.689 -0.374 0.741 30.2 2.4 30.3 4.7 70.1 78.4 7.2 78.7 5.2 1.00 0.00 0.26 % B86R # 007 40.9 0.469 0.278 1.682 -0.361 0.736 29.9 3.0 30.1 5.7 70.1 77.8 8.9 78.3 6.5 1.00 0.00 0.24 % B87R # 008 40.9 0.472 0.281 1.676 -0.348 0.731 29.7 3.5 29.9 6.8 70.1 77.3 10.6 78.0 7.8 1.00 0.00 0.21 % B89R # 009 40.9 0.475 0.284 1.67 -0.335 0.726 29.4 4.1 29.7 7.9 70.1 76.7 12.3 77.7 9.1 1.00 0.00 0.19 % B90R # 010 40.9 0.479 0.288 1.663 -0.322 0.722 29.2 4.6 29.6 9.0 70.1 76.1 14.1 77.5 10.5 1.00 0.00 0.17 % B91R # 011 41.0 0.483 0.291 1.657 -0.309 0.718 28.9 5.1 29.4 10.1 70.1 75.6 15.9 77.3 11.9 1.00 0.00 0.15 % B92R # 012 41.0 0.486 0.294 1.65 -0.296 0.714 28.7 5.6 29.3 11.2 70.2 75.0 17.8 77.1 13.3 1.00 0.00 0.12 % B93R # 013 41.0 0.49 0.298 1.644 -0.283 0.71 28.5 6.2 29.1 12.3 70.2 74.5 19.7 77.0 14.8 1.00 0.00 0.1 % B94R # 014 41.0 0.493 0.301 1.638 -0.271 0.707 28.2 6.7 29.0 13.4 70.2 73.9 21.6 77.0 16.3 1.00 0.00 0.08 % B95R # 015 41.0 0.497 0.304 1.632 -0.258 0.704 28.0 7.2 28.9 14.5 70.2 73.4 23.6 77.1 17.8 1.00 0.00 0.06 % B96R # 016 41.1 0.501 0.308 1.626 -0.246 0.701 27.7 7.7 28.8 15.6 70.2 72.8 25.7 77.2 19.4 1.00 0.00 0.03 % B98R # 017 41.1 0.505 0.311 1.619 -0.234 0.699 27.5 8.2 28.7 16.7 70.2 72.3 27.7 77.4 21.0 1.00 0.00 0.01 % B99R # 018 41.1 0.509 0.315 1.613 -0.222 0.697 27.3 8.7 28.6 17.8 70.2 71.7 29.9 77.7 22.6 1.00 0.0 0.00 % R00Y # 019 41.1 0.513 0.319 1.607 -0.21 0.695 27.0 9.2 28.6 18.9 70.3 71.2 32.0 78.1 24.2 1.00 0.01 0.00 % R01Y # 020 41.1 0.517 0.322 1.602 -0.198 0.693 26.8 9.7 28.5 19.9 70.3 70.7 34.2 78.5 25.8 1.00 0.02 0.00 % R02Y # 021 41.2 0.521 0.327 1.594 -0.184 0.691 26.5 10.3 28.5 21.3 70.3 70.0 37.1 79.2 27.9 1.00 0.04 0.00 % R04Y # 022 41.2 0.527 0.332 1.586 -0.169 0.689 26.2 10.9 28.4 22.7 70.3 69.3 40.1 80.1 30.1 1.00 0.05 0.00 % R05Y # 023 41.3 0.532 0.337 1.578 -0.155 0.687 25.9 11.5 28.4 24.0 70.4 68.6 43.3 81.1 32.2 1.00 0.06 0.00 % R06Y # 024 41.3 0.537 0.341 1.57 -0.141 0.686 25.6 12.1 28.4 25.3 70.4 67.9 46.5 82.3 34.4 1.00 0.08 0.00 % R08Y # 025 41.4 0.542 0.346 1.563 -0.128 0.685 25.3 12.7 28.4 26.5 70.4 67.2 49.8 83.7 36.5 1.00 0.09 0.00 % R09Y # 026 41.4 0.546 0.351 1.556 -0.115 0.685 25.1 13.2 28.4 27.8 70.5 66.6 53.1 85.2 38.5 1.00 0.1 0.00 % R10Y # 027 41.5 0.551 0.355 1.549 -0.103 0.685 24.8 13.7 28.4 28.9 70.5 66.0 56.6 86.9 40.6 1.00 0.12 0.00 % R12Y # 028 41.5 0.556 0.36 1.543 -0.092 0.685 24.6 14.2 28.4 30.0 70.5 65.4 60.1 88.8 42.6 1.00 0.13 0.00 % R13Y # 029 41.5 0.56 0.364 1.537 -0.081 0.685 24.3 14.7 28.4 31.1 70.5 64.8 63.8 91.0 44.5 1.00 0.14 0.00 % R14Y # 030 41.6 0.565 0.369 1.531 -0.071 0.685 24.1 15.1 28.5 32.1 70.6 64.3 67.6 93.3 46.4 1.00 0.16 0.00 % R16Y # 031 41.6 0.569 0.373 1.525 -0.061 0.686 23.9 15.5 28.5 33.0 70.6 63.7 71.5 95.8 48.2 1.00 0.17 0.00 % R17Y # 032 41.6 0.573 0.377 1.52 -0.052 0.686 23.7 15.9 28.6 33.9 70.6 63.2 75.7 98.6 50.1 1.00 0.18 0.00 % R18Y # 033 41.7 0.577 0.381 1.515 -0.043 0.687 23.5 16.3 28.6 34.7 70.6 62.8 80.0 101.7 51.8 1.00 0.2 0.00 % R20Y # 034 41.7 0.581 0.384 1.51 -0.035 0.688 23.3 16.7 28.7 35.5 70.6 62.3 84.6 105.1 53.6 1.00 0.21 0.00 % R21Y # 035 41.7 0.584 0.388 1.506 -0.027 0.689 23.2 17.0 28.7 36.2 70.7 61.9 89.6 109.0 55.3 1.00 0.22 0.00 % R22Y # 036 41.7 0.588 0.391 1.502 -0.02 0.69 23.0 17.3 28.8 36.9 70.7 61.6 95.2 113.4 57.0 1.00 0.24 0.00 % R24Y # 037 41.7 0.591 0.394 1.498 -0.014 0.691 22.9 17.6 28.8 37.5 70.7 61.2 101.5 118.5 58.8 1.00 0.25 0.00 % R25Y # 038 41.7 0.594 0.397 1.495 -0.008 0.692 22.7 17.8 28.9 38.0 70.7 60.9 108.2 124.2 60.6 1.00 0.26 0.00 % R26Y # 039 41.6 0.598 0.401 1.491 0.0 0.694 22.5 18.1 28.9 38.7 70.6 60.5 121.1 135.4 63.4 1.00 0.28 0.00 % R28Y # 040 42.4 0.595 0.403 1.475 0.0 0.682 22.2 18.4 28.9 39.6 71.1 59.3 122.2 135.9 64.1 1.00 0.29 0.00 % R29Y # 041 43.3 0.593 0.406 1.458 0.0 0.669 22.0 18.8 28.9 40.5 71.7 58.0 123.3 136.3 64.8 1.00 0.3 0.00 % R30Y # 042 44.2 0.59 0.409 1.44 0.0 0.655 21.6 19.2 29.0 41.5 72.3 56.6 124.4 136.7 65.5 1.00 0.32 0.00 % R32Y # 043 45.1 0.587 0.412 1.423 0.0 0.642 21.3 19.6 29.0 42.6 73.0 55.2 125.4 137.0 66.2 1.00 0.33 0.00 % R33Y # 044 46.1 0.584 0.415 1.405 0.0 0.63 21.0 20.0 29.0 43.6 73.6 53.8 126.4 137.4 66.9 1.00 0.34 0.00 % R34Y # 045 47.1 0.581 0.418 1.388 0.0 0.617 20.6 20.5 29.1 44.7 74.2 52.4 127.3 137.7 67.6 1.00 0.36 0.00 % R36Y # 046 48.1 0.578 0.421 1.372 0.0 0.606 20.3 20.9 29.1 45.8 74.9 51.0 128.2 138.0 68.2 1.00 0.37 0.00 % R37Y # 047 49.1 0.575 0.424 1.356 0.0 0.595 19.9 21.3 29.2 46.9 75.5 49.7 129.0 138.3 68.9 1.00 0.38 0.00 % R38Y # 048 50.0 0.572 0.426 1.342 0.0 0.585 19.6 21.7 29.3 47.9 76.1 48.3 129.8 138.5 69.5 1.00 0.4 0.00 % R40Y # 049 51.0 0.569 0.429 1.326 0.0 0.575 19.2 22.2 29.3 49.1 76.7 47.0 130.7 138.9 70.2 1.00 0.41 0.00 % R41Y # 050 51.9 0.567 0.432 1.312 0.0 0.565 18.8 22.6 29.4 50.2 77.2 45.6 131.6 139.3 70.8 1.00 0.42 0.00 % R42Y # 051 52.8 0.564 0.434 1.299 0.0 0.557 18.4 22.9 29.4 51.2 77.7 44.4 132.3 139.6 71.4 1.00 0.43 0.00 % R43Y # 052 53.5 0.562 0.436 1.287 0.0 0.55 18.0 23.2 29.4 52.1 78.2 43.2 133.0 139.9 71.9 1.00 0.45 0.00 % R45Y # 053 54.2 0.56 0.438 1.276 0.0 0.543 17.7 23.6 29.5 53.1 78.6 42.1 133.6 140.1 72.5 1.00 0.46 0.00 % R46Y # 054 54.9 0.558 0.44 1.265 0.0 0.537 17.3 23.8 29.5 54.0 79.0 41.0 134.2 140.4 73.0 1.00 0.47 0.00 % R47Y # 055 55.6 0.555 0.443 1.254 0.0 0.53 16.9 24.2 29.5 54.9 79.4 39.9 134.8 140.6 73.5 1.00 0.49 0.00 % R49Y # 056 56.4 0.553 0.445 1.243 -0.001 0.524 16.5 24.5 29.5 55.9 79.8 38.7 135.5 140.9 74.0 1.00 0.5 0.00 % R50Y # 057 57.1 0.551 0.447 1.233 -0.001 0.518 16.1 24.8 29.6 56.9 80.2 37.6 136.1 141.2 74.5 1.00 0.51 0.00 % R51Y # 058 57.9 0.549 0.449 1.222 -0.001 0.512 15.7 25.1 29.6 57.9 80.7 36.4 136.7 141.4 75.0 1.00 0.53 0.00 % R53Y # 059 58.6 0.547 0.451 1.211 -0.001 0.507 15.3 25.4 29.7 58.9 81.1 35.3 137.2 141.7 75.5 1.00 0.54 0.00 % R54Y # 060 59.4 0.545 0.453 1.201 -0.001 0.501 14.9 25.8 29.8 59.9 81.5 34.1 137.8 142.0 76.0 1.00 0.55 0.00 % R55Y # 061 60.1 0.542 0.455 1.191 -0.001 0.496 14.4 26.1 29.8 60.9 81.9 33.0 138.3 142.2 76.5 1.00 0.57 0.00 % R57Y # 062 60.7 0.541 0.457 1.183 -0.001 0.492 14.1 26.3 29.9 61.8 82.2 32.0 138.8 142.5 76.9 1.00 0.58 0.00 % R58Y # 063 61.3 0.539 0.459 1.175 -0.001 0.489 13.7 26.6 30.0 62.6 82.5 31.1 139.3 142.7 77.4 1.00 0.59 0.00 % R59Y # 064 62.0 0.537 0.46 1.166 -0.001 0.485 13.4 26.9 30.0 63.5 82.9 30.1 139.7 142.9 77.8 1.00 0.61 0.00 % R61Y # 065 62.7 0.535 0.462 1.157 -0.001 0.481 12.9 27.2 30.1 64.5 83.3 29.0 140.2 143.1 78.3 1.00 0.62 0.00 % R62Y # 066 63.4 0.533 0.464 1.147 -0.001 0.476 12.4 27.5 30.2 65.6 83.7 27.8 140.6 143.3 78.8 1.00 0.63 0.00 % R63Y # 067 64.3 0.53 0.467 1.136 -0.001 0.472 11.9 27.9 30.3 66.7 84.1 26.4 141.1 143.5 79.3 1.00 0.65 0.00 % R65Y # 068 65.1 0.528 0.469 1.126 -0.001 0.468 11.4 28.2 30.4 67.9 84.5 25.2 141.5 143.7 79.9 1.00 0.66 0.00 % R66Y # 069 65.7 0.526 0.471 1.118 -0.001 0.465 11.0 28.5 30.5 68.8 84.8 24.1 141.8 143.8 80.3 1.00 0.67 0.00 % R67Y # 070 66.3 0.524 0.472 1.11 -0.001 0.462 10.5 28.7 30.6 69.8 85.1 23.1 142.1 144.0 80.7 1.00 0.69 0.00 % R69Y # 071 67.0 0.523 0.474 1.101 -0.001 0.459 10.1 29.0 30.7 70.7 85.5 22.0 142.4 144.1 81.1 1.00 0.7 0.00 % R70Y # 072 67.7 0.521 0.476 1.093 -0.002 0.456 9.6 29.3 30.9 71.7 85.8 20.9 142.7 144.2 81.6 1.00 0.71 0.00 % R71Y # 073 68.3 0.519 0.478 1.084 -0.002 0.453 9.1 29.6 31.0 72.7 86.2 19.8 142.9 144.3 82.0 1.00 0.73 0.00 % R73Y # 074 69.0 0.517 0.48 1.076 -0.002 0.451 8.7 29.9 31.1 73.7 86.5 18.7 143.2 144.4 82.5 1.00 0.74 0.00 % R74Y # 075 69.8 0.514 0.482 1.068 -0.002 0.449 8.2 30.2 31.3 74.8 86.9 17.5 143.4 144.5 83.0 1.00 0.75 0.00 % R75Y # 076 70.5 0.512 0.484 1.059 -0.002 0.446 7.7 30.5 31.5 75.8 87.2 16.4 143.7 144.6 83.4 1.00 0.77 0.00 % R77Y # 077 71.2 0.51 0.485 1.051 -0.002 0.444 7.1 30.8 31.6 76.8 87.6 15.2 143.9 144.7 83.9 1.00 0.78 0.00 % R78Y # 078 71.9 0.508 0.487 1.043 -0.002 0.442 6.6 31.1 31.8 77.9 87.9 14.0 144.0 144.7 84.4 1.00 0.79 0.00 % R79Y # 079 72.7 0.506 0.489 1.034 -0.002 0.44 6.1 31.4 32.0 78.9 88.3 12.9 144.2 144.7 84.8 1.00 0.81 0.00 % R81Y # 080 73.4 0.504 0.491 1.026 -0.002 0.439 5.6 31.7 32.2 79.9 88.6 11.7 144.3 144.8 85.3 1.00 0.82 0.00 % R82Y # 081 74.1 0.502 0.493 1.018 -0.003 0.437 5.0 32.0 32.4 81.0 89.0 10.5 144.3 144.7 85.8 1.00 0.83 0.00 % R83Y # 082 74.9 0.5 0.495 1.009 -0.003 0.436 4.4 32.4 32.7 82.2 89.3 9.2 144.3 144.5 86.3 1.00 0.85 0.00 % R85Y # 083 75.7 0.497 0.497 1.0 -0.003 0.435 3.8 32.7 32.9 83.3 89.7 7.9 144.1 144.3 86.8 1.00 0.86 0.00 % R86Y # 084 76.5 0.495 0.499 0.992 -0.003 0.433 3.2 33.0 33.2 84.4 90.1 6.6 144.0 144.1 87.3 1.00 0.87 0.00 % R87Y # 085 77.3 0.493 0.501 0.983 -0.004 0.432 2.5 33.3 33.4 85.5 90.4 5.3 143.7 143.8 87.8 1.00 0.89 0.00 % R89Y # 086 78.0 0.491 0.503 0.975 -0.004 0.432 1.9 33.6 33.7 86.6 90.8 4.0 143.5 143.6 88.3 1.00 0.9 0.00 % R90Y # 087 78.7 0.489 0.505 0.968 -0.004 0.431 1.4 33.9 33.9 87.6 91.1 2.8 143.2 143.3 88.8 1.00 0.91 0.00 % R91Y # 088 79.4 0.487 0.506 0.96 -0.004 0.431 0.8 34.2 34.2 88.5 91.4 1.7 142.9 142.9 89.3 1.00 0.92 0.00 % R92Y # 089 80.1 0.485 0.508 0.954 -0.004 0.43 0.2 34.5 34.5 89.5 91.7 0.5 143.7 143.7 89.7 1.00 0.94 0.00 % R94Y # 090 80.7 0.483 0.51 0.947 -0.005 0.43 -0.2 34.7 34.7 90.4 92.0 -0.4 143.5 143.5 90.1 1.00 0.95 0.00 % R95Y # 091 81.3 0.481 0.511 0.941 -0.005 0.43 -0.7 35.0 35.0 91.2 92.3 -1.5 143.2 143.2 90.6 1.00 0.96 0.00 % R96Y # 092 81.9 0.479 0.512 0.935 -0.005 0.43 -1.2 35.2 35.2 92.0 92.5 -2.4 143.0 143.0 90.9 1.00 0.98 0.00 % R98Y # 093 82.8 0.477 0.515 0.926 -0.005 0.43 -1.9 35.5 35.6 93.2 92.9 -3.9 142.8 142.8 91.6 1.00 0.99 0.00 % R99Y # 094 83.6 0.474 0.516 0.918 -0.006 0.43 -2.6 35.8 35.9 94.2 93.2 -5.2 142.4 142.5 92.1 0.98 1.00 0.00 % Y01G # 095 84.2 0.472 0.518 0.911 -0.006 0.43 -3.2 36.1 36.2 95.1 93.5 -6.4 141.8 141.9 92.6 0.97 1.00 0.00 % Y02G # 096 84.9 0.47 0.519 0.905 -0.007 0.43 -3.8 36.3 36.5 96.0 93.8 -7.6 140.8 141.0 93.1 0.95 1.00 0.00 % Y04G # 097 85.6 0.468 0.521 0.897 -0.008 0.43 -4.5 36.6 36.8 97.0 94.1 -8.9 139.4 139.7 93.6 0.94 1.00 0.00 % Y05G # 098 86.4 0.465 0.522 0.889 -0.009 0.43 -5.2 36.8 37.2 98.0 94.5 -10.3 138.0 138.4 94.2 0.92 1.00 0.00 % Y07G # 099 87.2 0.462 0.524 0.881 -0.01 0.431 -5.9 37.1 37.6 99.1 94.8 -11.7 136.5 137.0 94.9 0.91 1.00 0.00 % Y08G # 100 88.0 0.459 0.525 0.874 -0.011 0.431 -6.7 37.3 37.9 100.2 95.1 -13.1 135.1 135.8 95.5 0.89 1.00 0.00 % Y10G # 101 88.8 0.456 0.527 0.866 -0.012 0.431 -7.4 37.6 38.3 101.2 95.5 -14.5 133.8 134.6 96.2 0.88 1.00 0.00 % Y11G # 102 89.6 0.454 0.528 0.859 -0.013 0.432 -8.1 37.8 38.7 102.1 95.8 -15.9 132.5 133.5 96.8 0.86 1.00 0.00 % Y13G # 103 90.3 0.451 0.529 0.852 -0.014 0.432 -8.8 38.0 39.0 103.0 96.1 -17.1 131.3 132.4 97.4 0.85 1.00 0.00 % Y14G # 104 91.2 0.447 0.53 0.843 -0.016 0.432 -9.7 38.2 39.4 104.2 96.5 -18.8 129.1 130.4 98.3 0.83 1.00 0.00 % Y16G # 105 92.0 0.444 0.53 0.837 -0.018 0.432 -10.4 38.3 39.7 105.1 96.8 -20.1 126.7 128.3 99.0 0.82 1.00 0.00 % Y17G # 106 93.2 0.443 0.528 0.839 -0.02 0.429 -10.3 38.6 40.0 104.9 97.3 -19.7 124.4 125.9 99.0 0.8 1.00 0.00 % Y19G # 107 94.3 0.44 0.527 0.836 -0.024 0.426 -10.7 38.8 40.2 105.4 97.7 -20.4 121.2 122.9 99.5 0.79 1.00 0.00 % Y20G # 108 93.6 0.434 0.53 0.818 -0.026 0.43 -12.3 38.3 40.2 107.9 97.4 -23.8 118.7 121.1 101.3 0.77 1.00 0.00 % Y22G # 109 93.2 0.431 0.532 0.811 -0.026 0.432 -12.9 38.1 40.2 108.8 97.3 -25.1 118.2 120.8 102.0 0.76 1.00 0.00 % Y23G # 110 92.8 0.429 0.534 0.803 -0.027 0.434 -13.6 37.9 40.2 109.7 97.1 -26.5 117.6 120.6 102.6 0.74 1.00 0.00 % Y25G # 111 92.3 0.426 0.536 0.796 -0.027 0.436 -14.2 37.6 40.3 110.7 96.9 -27.9 117.1 120.4 103.4 0.73 1.00 0.00 % Y26G # 112 91.9 0.424 0.538 0.788 -0.027 0.438 -14.9 37.4 40.3 111.7 96.8 -29.4 116.5 120.2 104.1 0.71 1.00 0.00 % Y28G # 113 91.5 0.421 0.54 0.779 -0.028 0.441 -15.6 37.2 40.3 112.7 96.6 -30.9 115.9 120.0 104.9 0.7 1.00 0.00 % Y29G # 114 91.0 0.418 0.542 0.771 -0.028 0.444 -16.2 37.0 40.4 113.7 96.4 -32.5 115.4 119.9 105.7 0.68 1.00 0.00 % Y31G # 115 90.5 0.415 0.544 0.762 -0.029 0.447 -16.9 36.7 40.5 114.7 96.2 -34.2 114.7 119.7 106.5 0.67 1.00 0.00 % Y32G # 116 90.0 0.412 0.547 0.753 -0.029 0.451 -17.7 36.5 40.6 115.8 96.0 -35.9 114.1 119.6 107.4 0.65 1.00 0.00 % Y34G # 117 89.5 0.409 0.549 0.744 -0.03 0.454 -18.4 36.3 40.7 116.9 95.8 -37.6 113.5 119.6 108.3 0.64 1.00 0.00 % Y35G # 118 89.0 0.405 0.551 0.735 -0.03 0.458 -19.1 36.0 40.8 118.0 95.6 -39.4 112.9 119.6 109.2 0.62 1.00 0.00 % Y37G # 119 88.5 0.402 0.554 0.725 -0.031 0.462 -19.9 35.8 40.9 119.0 95.3 -41.3 112.2 119.6 110.2 0.6 1.00 0.00 % Y39G # 120 88.0 0.398 0.557 0.715 -0.031 0.467 -20.6 35.5 41.1 120.1 95.1 -43.2 111.6 119.7 111.1 0.59 1.00 0.00 % Y40G # 121 87.4 0.394 0.559 0.705 -0.032 0.472 -21.4 35.2 41.2 121.2 94.9 -45.2 110.9 119.8 112.1 0.57 1.00 0.00 % Y42G # 122 86.9 0.391 0.562 0.695 -0.032 0.477 -22.1 35.0 41.4 122.3 94.7 -47.2 110.2 119.9 113.1 0.56 1.00 0.00 % Y43G # 123 86.3 0.387 0.565 0.684 -0.033 0.482 -22.9 34.7 41.6 123.4 94.4 -49.3 109.6 120.1 114.2 0.54 1.00 0.00 % Y45G # 124 85.8 0.383 0.568 0.674 -0.033 0.487 -23.7 34.4 41.8 124.5 94.2 -51.4 108.9 120.4 115.2 0.53 1.00 0.00 % Y46G # 125 85.2 0.379 0.571 0.663 -0.034 0.493 -24.4 34.2 42.0 125.5 93.9 -53.5 108.2 120.7 116.3 0.51 1.00 0.00 % Y48G # 126 84.6 0.374 0.574 0.652 -0.034 0.499 -25.2 33.9 42.2 126.6 93.7 -55.7 107.5 121.1 117.3 0.5 1.00 0.00 % Y49G # 127 84.1 0.37 0.577 0.641 -0.035 0.505 -25.9 33.6 42.5 127.6 93.5 -57.9 106.8 121.5 118.4 0.48 1.00 0.00 % Y51G # 128 83.5 0.366 0.581 0.63 -0.036 0.511 -26.7 33.3 42.7 128.7 93.2 -60.2 106.1 122.0 119.5 0.47 1.00 0.00 % Y52G # 129 82.9 0.361 0.584 0.619 -0.036 0.518 -27.4 33.0 43.0 129.7 93.0 -62.5 105.4 122.5 120.6 0.45 1.00 0.00 % Y54G # 130 82.4 0.357 0.587 0.608 -0.037 0.525 -28.2 32.8 43.2 130.6 92.7 -64.8 104.7 123.1 121.7 0.44 1.00 0.00 % Y55G # 131 81.8 0.352 0.591 0.596 -0.038 0.532 -28.9 32.5 43.5 131.6 92.5 -67.1 104.0 123.8 122.8 0.42 1.00 0.00 % Y57G # 132 81.2 0.348 0.594 0.585 -0.038 0.539 -29.6 32.2 43.8 132.5 92.2 -69.5 103.3 124.5 123.9 0.41 1.00 0.00 % Y58G # 133 80.7 0.343 0.597 0.574 -0.039 0.546 -30.3 31.9 44.0 133.5 92.0 -71.9 102.6 125.3 125.0 0.39 1.00 0.00 % Y60G # 134 80.1 0.338 0.601 0.563 -0.04 0.553 -31.0 31.7 44.3 134.4 91.7 -74.3 101.8 126.1 126.1 0.38 1.00 0.00 % Y61G # 135 79.6 0.333 0.604 0.551 -0.04 0.561 -31.7 31.4 44.6 135.2 91.5 -76.7 101.1 127.0 127.1 0.36 1.00 0.00 % Y63G # 136 79.0 0.328 0.608 0.54 -0.041 0.568 -32.3 31.1 44.9 136.1 91.2 -79.1 100.4 127.9 128.2 0.35 1.00 0.00 % Y64G # 137 78.1 0.321 0.612 0.524 -0.042 0.579 -33.2 30.7 45.2 137.2 90.8 -82.7 99.1 129.1 129.8 0.33 1.00 0.00 % Y66G # 138 76.9 0.311 0.618 0.504 -0.044 0.593 -34.3 30.0 45.6 138.8 90.2 -87.2 97.2 130.6 131.8 0.32 1.00 0.00 % Y67G # 139 75.7 0.302 0.623 0.485 -0.047 0.605 -35.1 29.4 45.8 140.1 89.7 -91.3 95.3 131.9 133.7 0.3 1.00 0.00 % Y69G # 140 74.6 0.294 0.627 0.469 -0.049 0.616 -35.8 28.7 45.9 141.2 89.2 -94.9 93.4 133.1 135.4 0.29 1.00 0.00 % Y70G # 141 73.5 0.287 0.63 0.455 -0.052 0.626 -36.4 28.2 46.0 142.2 88.7 -98.1 91.5 134.2 136.9 0.27 1.00 0.00 % Y72G # 142 72.6 0.28 0.632 0.443 -0.054 0.634 -36.8 27.6 46.0 143.0 88.2 -100.8 89.7 135.0 138.3 0.26 1.00 0.00 % Y73G # 143 71.7 0.274 0.634 0.432 -0.057 0.641 -37.1 27.1 45.9 143.8 87.8 -103.2 88.0 135.6 139.5 0.24 1.00 0.00 % Y75G # 144 70.8 0.269 0.635 0.423 -0.059 0.646 -37.3 26.6 45.8 144.4 87.4 -105.2 86.2 136.0 140.6 0.23 1.00 0.00 % Y76G # 145 70.1 0.264 0.635 0.416 -0.062 0.651 -37.4 26.1 45.6 145.0 87.0 -106.9 84.5 136.3 141.6 0.21 1.00 0.00 % Y78G # 146 68.8 0.255 0.636 0.401 -0.067 0.661 -37.8 25.3 45.5 146.2 86.4 -110.3 81.5 137.2 143.5 0.2 1.00 0.00 % Y79G # 147 67.6 0.246 0.636 0.387 -0.073 0.669 -38.1 24.4 45.2 147.3 85.8 -113.5 78.3 137.9 145.3 0.18 1.00 0.00 % Y81G # 148 66.6 0.238 0.634 0.376 -0.08 0.675 -38.2 23.6 44.9 148.2 85.3 -116.0 75.2 138.2 147.0 0.16 1.00 0.00 % Y83G # 149 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.15 1.00 0.00 % Y84G # 150 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.13 1.00 0.00 % Y86G # 151 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.12 1.00 0.00 % Y87G # 152 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.1 1.00 0.00 % Y89G # 153 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.09 1.00 0.00 % Y90G # 154 62.5 0.203 0.591 0.343 -0.138 0.675 -37.9 18.5 42.2 153.9 83.2 -123.0 54.1 134.4 156.2 0.07 1.00 0.00 % Y92G # 155 62.3 0.199 0.579 0.344 -0.152 0.668 -37.7 17.6 41.6 154.9 83.1 -122.4 50.3 132.4 157.6 0.06 1.00 0.00 % Y93G # 156 62.2 0.196 0.566 0.346 -0.166 0.66 -37.5 16.7 41.0 156.0 83.0 -121.7 46.7 130.4 159.0 0.04 1.00 0.00 % Y95G # 157 62.0 0.193 0.554 0.349 -0.181 0.652 -37.3 15.7 40.5 157.0 82.9 -121.0 43.2 128.5 160.3 0.03 1.00 0.00 % Y96G # 158 61.9 0.191 0.543 0.351 -0.194 0.645 -37.0 14.9 39.9 158.1 82.8 -120.2 40.0 126.7 161.5 0.01 1.00 0.00 % Y98G # 159 61.8 0.188 0.533 0.353 -0.207 0.638 -36.8 14.0 39.4 159.1 82.8 -119.5 37.2 125.1 162.6 0.0 1.00 0.00 % Y99G # 160 61.6 0.186 0.525 0.355 -0.219 0.632 -36.6 13.3 39.0 160.0 82.7 -118.8 34.7 123.8 163.6 0.00 1.00 0.01 % G00B # 161 60.3 0.181 0.522 0.346 -0.226 0.639 -36.4 12.6 38.5 160.9 82.0 -120.6 33.0 125.1 164.6 0.00 1.00 0.03 % G01B # 162 60.2 0.18 0.517 0.347 -0.233 0.635 -36.2 12.1 38.2 161.4 81.9 -120.2 31.7 124.3 165.2 0.00 1.00 0.05 % G02B # 163 60.1 0.179 0.512 0.349 -0.241 0.631 -36.1 11.6 37.9 162.0 81.9 -119.6 30.1 123.3 165.8 0.00 1.00 0.06 % G03B # 164 60.0 0.177 0.505 0.351 -0.249 0.626 -35.9 11.1 37.6 162.7 81.8 -118.9 28.4 122.2 166.5 0.00 1.00 0.08 % G04B # 165 59.9 0.176 0.498 0.354 -0.259 0.621 -35.7 10.5 37.2 163.5 81.8 -118.0 26.6 121.0 167.2 0.00 1.00 0.1 % G05B # 166 59.8 0.175 0.491 0.357 -0.27 0.615 -35.4 9.8 36.8 164.4 81.7 -117.1 24.6 119.6 168.0 0.00 1.00 0.12 % G06B # 167 59.7 0.174 0.483 0.361 -0.282 0.608 -35.1 9.1 36.3 165.4 81.7 -115.9 22.5 118.1 168.9 0.00 1.00 0.13 % G06B # 168 59.6 0.173 0.474 0.365 -0.295 0.601 -34.8 8.3 35.8 166.5 81.6 -114.7 20.3 116.5 169.9 0.00 1.00 0.15 % G07B # 169 59.6 0.172 0.465 0.37 -0.31 0.593 -34.5 7.4 35.3 167.7 81.6 -113.3 18.0 114.7 170.9 0.00 1.00 0.17 % G08B # 170 59.5 0.171 0.456 0.375 -0.325 0.585 -34.2 6.5 34.8 169.1 81.5 -111.8 15.5 112.9 172.0 0.00 1.00 0.19 % G09B # 171 59.4 0.17 0.447 0.381 -0.341 0.576 -33.8 5.5 34.2 170.6 81.5 -110.1 13.0 110.9 173.2 0.00 1.00 0.21 % G10B # 172 59.4 0.17 0.439 0.387 -0.355 0.569 -33.4 4.7 33.8 171.9 81.5 -108.7 11.0 109.2 174.2 0.00 1.00 0.22 % G11B # 173 59.3 0.169 0.434 0.39 -0.363 0.564 -33.2 4.2 33.5 172.6 81.5 -107.8 9.8 108.2 174.7 0.00 1.00 0.24 % G12B # 174 59.3 0.169 0.43 0.393 -0.371 0.56 -33.0 3.7 33.2 173.4 81.4 -106.9 8.6 107.2 175.3 0.00 1.00 0.26 % G13B # 175 59.3 0.169 0.425 0.397 -0.38 0.556 -32.8 3.2 32.9 174.2 81.4 -105.9 7.4 106.2 175.9 0.00 1.00 0.28 % G14B # 176 59.3 0.168 0.421 0.4 -0.388 0.551 -32.6 2.7 32.7 175.1 81.4 -105.0 6.2 105.2 176.5 0.00 1.00 0.3 % G15B # 177 59.2 0.168 0.417 0.404 -0.397 0.547 -32.3 2.2 32.4 175.9 81.4 -104.0 5.0 104.2 177.2 0.00 1.00 0.31 % G15B # 178 59.2 0.168 0.412 0.408 -0.405 0.543 -32.1 1.7 32.1 176.8 81.4 -103.1 3.9 103.2 177.8 0.00 1.00 0.33 % G16B # 179 59.2 0.168 0.408 0.411 -0.414 0.539 -31.9 1.2 31.9 177.7 81.4 -102.1 2.7 102.1 178.4 0.00 1.00 0.35 % G17B # 180 59.2 0.167 0.404 0.415 -0.423 0.535 -31.6 0.7 31.6 178.7 81.4 -101.1 1.5 101.1 179.1 0.00 1.00 0.37 % G18B # 181 59.1 0.167 0.399 0.419 -0.432 0.531 -31.4 0.1 31.4 179.6 81.4 -100.1 0.4 100.1 179.7 0.00 1.00 0.39 % G19B # 182 59.1 0.167 0.395 0.423 -0.441 0.527 -31.1 -0.3 31.2 180.6 81.3 -99.2 -0.7 99.2 180.4 0.00 1.00 0.4 % G20B # 183 59.1 0.167 0.391 0.427 -0.45 0.523 -30.9 -0.8 30.9 181.6 81.3 -98.2 -1.8 98.2 181.0 0.00 1.00 0.42 % G21B # 184 59.1 0.167 0.387 0.431 -0.459 0.52 -30.7 -1.4 30.7 182.6 81.3 -97.2 -3.0 97.2 181.7 0.00 1.00 0.44 % G22B # 185 59.1 0.166 0.383 0.434 -0.468 0.516 -30.4 -1.9 30.5 183.6 81.3 -96.2 -4.1 96.3 182.4 0.00 1.00 0.46 % G23B # 186 59.0 0.166 0.379 0.438 -0.477 0.513 -30.2 -2.4 30.3 184.7 81.3 -95.2 -5.2 95.3 183.1 0.00 1.00 0.48 % G24B # 187 59.0 0.166 0.375 0.442 -0.486 0.51 -29.9 -3.0 30.1 185.7 81.3 -94.2 -6.3 94.4 183.8 0.00 1.00 0.49 % G24B # 188 59.0 0.166 0.372 0.446 -0.495 0.507 -29.7 -3.5 29.9 186.8 81.3 -93.2 -7.4 93.5 184.5 0.00 1.00 0.51 % G25B # 189 59.0 0.166 0.368 0.45 -0.505 0.504 -29.4 -4.1 29.7 187.9 81.3 -92.2 -8.4 92.6 185.2 0.00 1.00 0.53 % G26B # 190 59.0 0.166 0.364 0.454 -0.514 0.501 -29.2 -4.6 29.6 189.0 81.2 -91.3 -9.5 91.8 185.9 0.00 1.00 0.55 % G27B # 191 58.9 0.165 0.361 0.458 -0.523 0.499 -28.9 -5.1 29.4 190.1 81.2 -90.3 -10.5 90.9 186.6 0.00 1.00 0.57 % G28B # 192 58.9 0.165 0.357 0.462 -0.532 0.497 -28.7 -5.6 29.3 191.2 81.2 -89.3 -11.5 90.1 187.3 0.00 1.00 0.58 % G29B # 193 58.9 0.165 0.354 0.466 -0.541 0.495 -28.5 -6.2 29.1 192.3 81.2 -88.4 -12.5 89.3 188.0 0.00 1.00 0.6 % G30B # 194 58.9 0.165 0.351 0.47 -0.55 0.493 -28.2 -6.7 29.0 193.4 81.2 -87.4 -13.5 88.5 188.8 0.00 1.00 0.62 % G31B # 195 58.9 0.165 0.348 0.474 -0.558 0.491 -28.0 -7.2 28.9 194.5 81.2 -86.5 -14.5 87.7 189.5 0.00 1.00 0.64 % G32B # 196 58.8 0.165 0.345 0.478 -0.567 0.49 -27.7 -7.7 28.8 195.6 81.2 -85.6 -15.4 87.0 190.2 0.00 1.00 0.65 % G32B # 197 58.8 0.165 0.342 0.482 -0.576 0.488 -27.5 -8.2 28.7 196.7 81.2 -84.7 -16.3 86.3 190.9 0.00 1.00 0.67 % G33B # 198 58.8 0.164 0.339 0.486 -0.584 0.487 -27.3 -8.7 28.6 197.8 81.2 -83.8 -17.2 85.6 191.6 0.00 1.00 0.69 % G34B # 199 58.8 0.164 0.336 0.49 -0.593 0.486 -27.0 -9.2 28.6 198.9 81.1 -82.9 -18.1 84.9 192.3 0.00 1.00 0.71 % G35B # 200 58.8 0.164 0.333 0.493 -0.601 0.485 -26.8 -9.7 28.5 199.9 81.1 -82.1 -19.0 84.2 193.0 0.00 1.00 0.73 % G36B # 201 58.7 0.164 0.33 0.498 -0.611 0.485 -26.5 -10.3 28.5 201.3 81.1 -81.0 -20.0 83.4 193.9 0.00 1.00 0.74 % G37B # 202 58.7 0.164 0.326 0.503 -0.622 0.484 -26.2 -10.9 28.4 202.7 81.1 -79.9 -21.1 82.6 194.8 0.00 1.00 0.76 % G38B # 203 58.6 0.164 0.323 0.507 -0.633 0.484 -25.9 -11.5 28.4 204.0 81.1 -78.8 -22.2 81.9 195.7 0.00 1.00 0.78 % G39B # 204 58.6 0.164 0.32 0.512 -0.643 0.484 -25.6 -12.1 28.4 205.3 81.0 -77.8 -23.2 81.2 196.5 0.00 1.00 0.8 % G40B # 205 58.5 0.164 0.317 0.516 -0.652 0.484 -25.3 -12.7 28.4 206.5 81.0 -76.8 -24.1 80.5 197.4 0.00 1.00 0.82 % G41B # 206 58.5 0.164 0.314 0.521 -0.661 0.485 -25.1 -13.2 28.4 207.8 81.0 -75.9 -25.0 79.9 198.2 0.00 1.00 0.83 % G41B # 207 58.4 0.164 0.312 0.525 -0.67 0.486 -24.8 -13.7 28.4 208.9 81.0 -75.0 -25.8 79.3 199.0 0.00 1.00 0.85 % G42B # 208 58.4 0.163 0.309 0.529 -0.679 0.486 -24.6 -14.2 28.4 210.0 80.9 -74.1 -26.7 78.8 199.8 0.00 1.00 0.87 % G43B # 209 58.4 0.163 0.307 0.532 -0.687 0.487 -24.3 -14.7 28.4 211.1 80.9 -73.3 -27.4 78.2 200.5 0.00 1.00 0.89 % G44B # 210 58.3 0.163 0.305 0.536 -0.695 0.488 -24.1 -15.1 28.5 212.1 80.9 -72.5 -28.1 77.8 201.2 0.00 1.00 0.91 % G45B # 211 58.3 0.163 0.303 0.539 -0.702 0.489 -23.9 -15.5 28.5 213.0 80.9 -71.7 -28.8 77.3 201.9 0.00 1.00 0.92 % G46B # 212 58.3 0.163 0.301 0.543 -0.709 0.49 -23.7 -15.9 28.6 213.9 80.9 -71.0 -29.5 76.9 202.5 0.00 1.00 0.94 % G47B # 213 58.2 0.163 0.299 0.546 -0.716 0.492 -23.5 -16.3 28.6 214.7 80.9 -70.3 -30.1 76.5 203.1 0.00 1.00 0.96 % G48B # 214 58.2 0.163 0.298 0.549 -0.722 0.493 -23.3 -16.7 28.7 215.5 80.8 -69.7 -30.6 76.1 203.7 0.00 1.00 0.98 % G49B # 215 58.2 0.163 0.296 0.552 -0.727 0.494 -23.2 -17.0 28.7 216.2 80.8 -69.1 -31.1 75.8 204.2 0.00 0.99 1.00 % G50B # 216 58.2 0.163 0.295 0.554 -0.733 0.495 -23.0 -17.3 28.8 216.9 80.8 -68.6 -31.6 75.5 204.7 0.00 0.98 1.00 % G50B # 217 58.2 0.163 0.293 0.557 -0.737 0.496 -22.9 -17.6 28.8 217.5 80.8 -68.1 -32.0 75.2 205.2 0.00 0.96 1.00 % G51B # 218 58.2 0.163 0.292 0.559 -0.742 0.497 -22.7 -17.8 28.9 218.0 80.8 -67.6 -32.4 75.0 205.6 0.00 0.94 1.00 % G52B # 219 58.3 0.164 0.291 0.563 -0.746 0.496 -22.5 -18.1 28.9 218.7 80.9 -66.8 -32.8 74.4 206.2 0.00 0.92 1.00 % G53B # 220 57.5 0.162 0.289 0.562 -0.756 0.503 -22.3 -18.4 28.9 219.6 80.4 -66.6 -33.6 74.6 206.7 0.00 0.91 1.00 % G54B # 221 56.6 0.161 0.287 0.562 -0.768 0.511 -22.0 -18.8 28.9 220.5 80.0 -66.4 -34.4 74.8 207.4 0.00 0.89 1.00 % G55B # 222 55.7 0.159 0.284 0.561 -0.78 0.52 -21.6 -19.2 29.0 221.5 79.4 -66.2 -35.3 75.0 208.0 0.00 0.87 1.00 % G56B # 223 54.8 0.158 0.281 0.56 -0.794 0.529 -21.3 -19.6 29.0 222.6 78.9 -65.9 -36.2 75.3 208.8 0.00 0.85 1.00 % G57B # 224 53.8 0.156 0.279 0.56 -0.808 0.54 -21.0 -20.0 29.0 223.6 78.3 -65.7 -37.2 75.5 209.5 0.00 0.83 1.00 % G58B # 225 52.8 0.154 0.276 0.559 -0.823 0.551 -20.6 -20.5 29.1 224.7 77.7 -65.4 -38.2 75.8 210.2 0.00 0.82 1.00 % G58B # 226 51.8 0.152 0.273 0.558 -0.839 0.562 -20.3 -20.9 29.1 225.8 77.2 -65.2 -39.2 76.1 211.0 0.00 0.8 1.00 % G59B # 227 50.8 0.15 0.27 0.557 -0.855 0.574 -19.9 -21.3 29.2 226.9 76.6 -64.9 -40.2 76.4 211.8 0.00 0.78 1.00 % G60B # 228 49.9 0.149 0.267 0.557 -0.871 0.587 -19.6 -21.7 29.3 227.9 76.0 -64.6 -41.2 76.6 212.5 0.00 0.76 1.00 % G61B # 229 48.9 0.147 0.264 0.557 -0.889 0.6 -19.2 -22.2 29.3 229.1 75.4 -64.1 -42.3 76.8 213.4 0.00 0.74 1.00 % G62B # 230 48.0 0.146 0.261 0.558 -0.906 0.612 -18.8 -22.6 29.4 230.2 74.8 -63.6 -43.3 76.9 214.2 0.00 0.73 1.00 % G63B # 231 47.1 0.144 0.258 0.559 -0.922 0.624 -18.4 -22.9 29.4 231.2 74.3 -63.0 -44.2 76.9 215.0 0.00 0.71 1.00 % G64B # 232 46.4 0.143 0.256 0.561 -0.937 0.635 -18.0 -23.2 29.4 232.1 73.8 -62.3 -45.0 76.9 215.8 0.00 0.69 1.00 % G65B # 233 45.7 0.142 0.253 0.563 -0.951 0.645 -17.7 -23.6 29.5 233.1 73.3 -61.6 -45.8 76.8 216.6 0.00 0.67 1.00 % G66B # 234 45.0 0.141 0.251 0.565 -0.966 0.655 -17.3 -23.8 29.5 234.0 72.9 -60.9 -46.6 76.7 217.4 0.00 0.65 1.00 % G67B # 235 44.3 0.141 0.248 0.567 -0.981 0.667 -16.9 -24.2 29.5 234.9 72.4 -60.1 -47.4 76.6 218.2 0.00 0.64 1.00 % G67B # 236 43.5 0.14 0.245 0.57 -0.998 0.679 -16.5 -24.5 29.5 235.9 71.9 -59.3 -48.3 76.5 219.1 0.00 0.62 1.00 % G68B # 237 42.8 0.139 0.243 0.572 -1.016 0.692 -16.1 -24.8 29.6 236.9 71.4 -58.5 -49.1 76.4 220.0 0.00 0.6 1.00 % G69B # 238 42.0 0.138 0.24 0.575 -1.034 0.706 -15.7 -25.1 29.6 237.9 70.9 -57.6 -50.0 76.3 220.9 0.00 0.58 1.00 % G70B # 239 41.3 0.137 0.237 0.579 -1.052 0.72 -15.3 -25.4 29.7 238.9 70.4 -56.6 -50.9 76.1 221.9 0.00 0.56 1.00 % G71B # 240 40.5 0.136 0.234 0.582 -1.071 0.734 -14.9 -25.8 29.8 239.9 69.8 -55.6 -51.8 76.0 222.9 0.00 0.55 1.00 % G72B # 241 39.8 0.135 0.231 0.586 -1.091 0.75 -14.4 -26.1 29.8 240.9 69.3 -54.6 -52.7 75.9 223.9 0.00 0.53 1.00 % G73B # 242 39.2 0.135 0.229 0.589 -1.108 0.763 -14.1 -26.3 29.9 241.8 68.9 -53.8 -53.4 75.8 224.8 0.00 0.51 1.00 % G74B # 243 38.6 0.134 0.226 0.593 -1.126 0.777 -13.7 -26.6 30.0 242.6 68.4 -52.9 -54.2 75.7 225.7 0.00 0.49 1.00 % G75B # 244 37.9 0.133 0.224 0.597 -1.145 0.792 -13.4 -26.9 30.0 243.5 67.9 -51.9 -55.0 75.6 226.6 0.00 0.48 1.00 % G75B # 245 37.2 0.133 0.221 0.602 -1.166 0.809 -12.9 -27.2 30.1 244.5 67.4 -50.7 -55.9 75.5 227.7 0.00 0.46 1.00 % G76B # 246 36.5 0.132 0.218 0.608 -1.19 0.829 -12.4 -27.5 30.2 245.6 66.9 -49.4 -56.9 75.3 229.0 0.00 0.44 1.00 % G77B # 247 35.6 0.132 0.214 0.615 -1.217 0.851 -11.9 -27.9 30.3 246.7 66.2 -47.8 -57.9 75.1 230.4 0.00 0.42 1.00 % G78B # 248 34.8 0.131 0.211 0.622 -1.245 0.873 -11.4 -28.2 30.4 247.9 65.6 -46.2 -59.0 75.0 231.9 0.00 0.4 1.00 % G79B # 249 34.2 0.131 0.208 0.628 -1.267 0.892 -11.0 -28.5 30.5 248.8 65.1 -45.0 -59.8 74.8 233.0 0.00 0.39 1.00 % G80B # 250 33.6 0.13 0.205 0.635 -1.291 0.912 -10.5 -28.7 30.6 249.8 64.6 -43.6 -60.7 74.7 234.2 0.00 0.37 1.00 % G81B # 251 32.9 0.13 0.202 0.642 -1.317 0.933 -10.1 -29.0 30.7 250.7 64.1 -42.2 -61.6 74.6 235.5 0.00 0.35 1.00 % G82B # 252 32.2 0.129 0.199 0.65 -1.344 0.957 -9.6 -29.3 30.9 251.7 63.5 -40.6 -62.5 74.6 236.9 0.00 0.33 1.00 % G83B # 253 31.6 0.129 0.196 0.659 -1.373 0.982 -9.1 -29.6 31.0 252.7 63.0 -39.0 -63.5 74.5 238.4 0.00 0.31 1.00 % G84B # 254 30.9 0.129 0.193 0.668 -1.404 1.009 -8.7 -29.9 31.1 253.7 62.4 -37.3 -64.5 74.5 239.9 0.00 0.3 1.00 % G84B # 255 30.1 0.128 0.189 0.678 -1.437 1.038 -8.2 -30.2 31.3 254.8 61.8 -35.6 -65.5 74.6 241.4 0.00 0.28 1.00 % G85B # 256 29.4 0.128 0.186 0.689 -1.472 1.069 -7.7 -30.5 31.5 255.8 61.2 -33.8 -66.6 74.7 243.0 0.00 0.26 1.00 % G86B # 257 28.7 0.127 0.182 0.7 -1.508 1.102 -7.1 -30.8 31.6 256.8 60.5 -31.9 -67.7 74.8 244.7 0.00 0.24 1.00 % G87B # 258 28.0 0.127 0.179 0.712 -1.547 1.137 -6.6 -31.1 31.8 257.9 59.9 -29.9 -68.8 75.0 246.4 0.00 0.22 1.00 % G88B # 259 27.2 0.127 0.175 0.725 -1.588 1.174 -6.1 -31.4 32.0 258.9 59.2 -27.9 -69.9 75.3 248.2 0.00 0.21 1.00 % G89B # 260 26.5 0.127 0.171 0.739 -1.631 1.214 -5.6 -31.7 32.2 259.9 58.5 -25.8 -71.0 75.6 250.0 0.00 0.19 1.00 % G90B # 261 25.8 0.126 0.168 0.754 -1.677 1.257 -5.0 -32.0 32.4 261.0 57.8 -23.5 -72.2 76.0 251.9 0.00 0.17 1.00 % G91B # 262 25.0 0.126 0.163 0.773 -1.73 1.307 -4.4 -32.4 32.7 262.2 57.1 -20.9 -73.5 76.5 254.0 0.00 0.15 1.00 % G92B # 263 24.2 0.126 0.159 0.792 -1.786 1.36 -3.8 -32.7 32.9 263.3 56.3 -18.2 -74.8 77.0 256.2 0.00 0.13 1.00 % G93B # 264 23.4 0.126 0.155 0.813 -1.845 1.416 -3.2 -33.0 33.2 264.4 55.5 -15.5 -76.2 77.7 258.4 0.00 0.12 1.00 % G93B # 265 22.6 0.126 0.151 0.836 -1.906 1.475 -2.5 -33.3 33.4 265.5 54.7 -12.7 -77.5 78.5 260.6 0.00 0.1 1.00 % G94B # 266 21.9 0.126 0.147 0.859 -1.969 1.536 -1.9 -33.6 33.7 266.6 53.9 -9.9 -78.8 79.4 262.8 0.00 0.08 1.00 % G95B # 267 21.2 0.126 0.143 0.884 -2.035 1.601 -1.4 -33.9 33.9 267.6 53.2 -7.1 -80.1 80.4 264.9 0.00 0.06 1.00 % G96B # 268 20.5 0.126 0.139 0.909 -2.103 1.668 -0.8 -34.2 34.2 268.5 52.4 -4.2 -81.4 81.5 266.9 0.00 0.05 1.00 % G97B # 269 19.8 0.127 0.135 0.936 -2.173 1.737 -0.2 -34.5 34.5 269.5 51.6 -1.4 -82.6 82.7 268.9 0.00 0.03 1.00 % G98B # 270 19.2 0.127 0.132 0.963 -2.244 1.809 0.2 -34.7 34.7 270.4 50.9 1.2 -83.9 83.9 270.8 0.00 0.01 1.00 % G99B # 271 18.6 0.127 0.128 0.99 -2.316 1.881 0.7 -35.0 35.0 271.2 50.2 4.0 -85.1 85.2 272.6 0.0 0.00 1.00 % B00R # 272 18.0 0.127 0.125 1.019 -2.389 1.954 1.2 -35.2 35.2 272.0 49.5 6.6 -86.2 86.5 274.4 0.02 0.00 1.00 % B01R # 273 17.1 0.127 0.119 1.066 -2.512 2.08 1.9 -35.5 35.6 273.2 48.4 10.8 -88.1 88.8 277.0 0.04 0.00 1.00 % B02R # 274 16.3 0.128 0.115 1.111 -2.627 2.197 2.6 -35.8 35.9 274.2 47.4 14.6 -89.7 90.9 279.2 0.05 0.00 1.00 % B02R # 275 15.7 0.128 0.111 1.156 -2.736 2.309 3.2 -36.1 36.2 275.1 46.6 18.2 -91.1 93.0 281.3 0.07 0.00 1.00 % B03R # 276 15.0 0.129 0.107 1.205 -2.85 2.428 3.8 -36.3 36.5 276.0 45.7 21.9 -92.6 95.1 283.3 0.09 0.00 1.00 % B04R # 277 14.3 0.129 0.102 1.264 -2.989 2.573 4.5 -36.6 36.8 277.0 44.7 26.1 -94.2 97.7 285.5 0.11 0.00 1.00 % B05R # 278 13.5 0.13 0.097 1.336 -3.157 2.749 5.2 -36.8 37.2 278.0 43.5 30.9 -96.0 100.9 287.8 0.13 0.00 1.00 % B06R # 279 12.7 0.131 0.092 1.419 -3.349 2.951 5.9 -37.1 37.6 279.1 42.3 36.0 -97.9 104.3 290.1 0.15 0.00 1.00 % B07R # 280 11.9 0.132 0.087 1.513 -3.567 3.182 6.7 -37.3 37.9 280.2 41.1 41.3 -99.9 108.1 292.4 0.17 0.00 1.00 % B08R # 281 11.1 0.133 0.082 1.619 -3.809 3.44 7.4 -37.6 38.3 281.2 39.8 46.7 -102.0 112.2 294.6 0.19 0.00 1.00 % B09R # 282 10.3 0.134 0.077 1.734 -4.075 3.723 8.1 -37.8 38.7 282.1 38.5 52.1 -104.0 116.4 296.6 0.2 0.00 1.00 % B10R # 283 9.6 0.135 0.072 1.858 -4.357 4.025 8.8 -38.0 39.0 283.0 37.3 57.5 -106.0 120.6 298.4 0.22 0.00 1.00 % B11R # 284 8.7 0.136 0.066 2.068 -4.831 4.535 9.7 -38.2 39.4 284.2 35.4 65.5 -109.0 127.2 301.0 0.24 0.00 1.00 % B12R # 285 7.9 0.137 0.061 2.251 -5.235 4.973 10.4 -38.3 39.7 285.1 33.9 71.7 -111.1 132.3 302.8 0.26 0.00 1.00 % B13R # 286 6.7 0.131 0.052 2.488 -6.202 5.968 10.3 -38.6 40.0 284.9 31.1 76.8 -115.6 138.8 303.5 0.28 0.00 1.00 % B14R # 287 5.6 0.128 0.045 2.848 -7.295 7.117 10.7 -38.8 40.2 285.4 28.5 84.7 -119.6 146.5 305.3 0.3 0.00 1.00 % B15R # 288 6.3 0.144 0.05 2.887 -6.421 6.291 12.3 -38.2 40.2 287.9 30.4 89.6 -116.1 146.6 307.6 0.32 0.00 1.00 % B16R # 289 6.7 0.15 0.052 2.866 -6.055 5.937 12.9 -38.1 40.2 288.8 31.3 90.6 -114.5 146.0 308.3 0.34 0.00 1.00 % B17R # 290 7.1 0.157 0.055 2.846 -5.713 5.607 13.6 -37.9 40.2 289.7 32.2 91.7 -112.8 145.4 309.0 0.35 0.00 1.00 % B17R # 291 7.6 0.163 0.057 2.826 -5.395 5.302 14.2 -37.6 40.3 290.7 33.1 92.7 -111.2 144.8 309.8 0.37 0.00 1.00 % B18R # 292 8.0 0.169 0.06 2.807 -5.099 5.02 14.9 -37.4 40.3 291.7 34.0 93.7 -109.6 144.2 310.5 0.39 0.00 1.00 % B19R # 293 8.4 0.175 0.063 2.788 -4.826 4.76 15.6 -37.2 40.3 292.7 34.9 94.7 -108.0 143.7 311.2 0.41 0.00 1.00 % B20R # 294 8.9 0.182 0.065 2.77 -4.572 4.52 16.2 -37.0 40.4 293.7 35.9 95.8 -106.4 143.1 311.9 0.43 0.00 1.00 % B21R # 295 9.4 0.188 0.068 2.753 -4.338 4.298 16.9 -36.7 40.5 294.7 36.8 96.7 -104.8 142.6 312.7 0.45 0.00 1.00 % B22R # 296 9.9 0.194 0.071 2.736 -4.12 4.095 17.7 -36.5 40.6 295.8 37.7 97.7 -103.2 142.1 313.4 0.47 0.00 1.00 % B23R # 297 10.4 0.201 0.073 2.72 -3.919 3.907 18.4 -36.3 40.7 296.9 38.6 98.7 -101.6 141.6 314.1 0.48 0.00 1.00 % B24R # 298 10.9 0.207 0.076 2.704 -3.733 3.735 19.1 -36.0 40.8 298.0 39.4 99.6 -100.0 141.2 314.8 0.5 0.00 1.00 % B25R # 299 11.4 0.213 0.079 2.689 -3.56 3.576 19.9 -35.8 40.9 299.0 40.3 100.6 -98.5 140.8 315.6 0.52 0.00 1.00 % B26R # 300 11.9 0.219 0.082 2.675 -3.4 3.429 20.6 -35.5 41.1 300.1 41.2 101.5 -96.9 140.4 316.3 0.54 0.00 1.00 % B27R # 301 12.5 0.225 0.084 2.661 -3.251 3.294 21.4 -35.2 41.2 301.2 42.0 102.4 -95.4 140.0 316.9 0.56 0.00 1.00 % B28R # 302 13.0 0.231 0.087 2.647 -3.113 3.17 22.1 -35.0 41.4 302.3 42.8 103.2 -94.0 139.6 317.6 0.58 0.00 1.00 % B29R # 303 13.6 0.237 0.09 2.634 -2.985 3.055 22.9 -34.7 41.6 303.4 43.7 104.1 -92.5 139.3 318.3 0.6 0.00 1.00 % B30R # 304 14.1 0.243 0.092 2.622 -2.865 2.949 23.7 -34.4 41.8 304.5 44.5 104.9 -91.1 138.9 319.0 0.62 0.00 1.00 % B31R # 305 14.7 0.248 0.095 2.61 -2.754 2.851 24.4 -34.1 42.0 305.5 45.3 105.7 -89.7 138.6 319.6 0.63 0.00 1.00 % B31R # 306 15.3 0.254 0.097 2.598 -2.65 2.761 25.2 -33.9 42.2 306.6 46.0 106.5 -88.3 138.3 320.3 0.65 0.00 1.00 % B32R # 307 15.8 0.259 0.1 2.586 -2.554 2.677 25.9 -33.6 42.5 307.6 46.8 107.2 -86.9 138.0 320.9 0.67 0.00 1.00 % B33R # 308 16.4 0.264 0.102 2.575 -2.464 2.599 26.7 -33.3 42.7 308.7 47.5 107.9 -85.6 137.8 321.5 0.69 0.00 1.00 % B34R # 309 17.0 0.269 0.105 2.565 -2.379 2.527 27.4 -33.0 43.0 309.7 48.2 108.6 -84.3 137.5 322.1 0.71 0.00 1.00 % B35R # 310 17.5 0.274 0.107 2.554 -2.301 2.46 28.2 -32.8 43.2 310.6 49.0 109.3 -83.0 137.3 322.7 0.73 0.00 1.00 % B36R # 311 18.1 0.279 0.109 2.544 -2.227 2.398 28.9 -32.5 43.5 311.6 49.6 109.9 -81.8 137.0 323.3 0.75 0.00 1.00 % B37R # 312 18.7 0.283 0.111 2.534 -2.158 2.34 29.6 -32.2 43.8 312.5 50.3 110.5 -80.6 136.8 323.9 0.77 0.00 1.00 % B38R # 313 19.2 0.288 0.114 2.524 -2.093 2.286 30.3 -31.9 44.0 313.5 51.0 111.1 -79.4 136.6 324.4 0.78 0.00 1.00 % B39R # 314 19.8 0.292 0.116 2.515 -2.033 2.236 31.0 -31.7 44.3 314.4 51.6 111.7 -78.2 136.4 324.9 0.8 0.00 1.00 % B40R # 315 20.3 0.296 0.118 2.505 -1.976 2.189 31.7 -31.4 44.6 315.2 52.2 112.2 -77.1 136.2 325.4 0.82 0.00 1.00 % B41R # 316 20.9 0.3 0.12 2.496 -1.923 2.145 32.3 -31.1 44.9 316.1 52.8 112.7 -76.0 136.0 325.9 0.84 0.00 1.00 % B42R # 317 21.8 0.306 0.123 2.474 -1.841 2.073 33.2 -30.7 45.2 317.2 53.8 113.0 -74.3 135.2 326.6 0.86 0.00 1.00 % B43R # 318 23.0 0.313 0.128 2.436 -1.736 1.974 34.3 -30.0 45.6 318.8 55.1 113.0 -71.8 133.9 327.5 0.88 0.00 1.00 % B44R # 319 24.2 0.319 0.133 2.399 -1.646 1.888 35.1 -29.4 45.8 320.1 56.3 112.7 -69.5 132.5 328.3 0.9 0.00 1.00 % B45R # 320 25.3 0.324 0.137 2.363 -1.57 1.812 35.8 -28.7 45.9 321.2 57.4 112.3 -67.5 131.0 328.9 0.91 0.00 1.00 % B45R # 321 26.4 0.328 0.141 2.328 -1.504 1.744 36.4 -28.2 46.0 322.2 58.4 111.6 -65.6 129.5 329.5 0.93 0.00 1.00 % B46R # 322 27.3 0.332 0.144 2.295 -1.446 1.682 36.8 -27.6 46.0 323.0 59.3 110.9 -63.8 127.9 330.0 0.95 0.00 1.00 % B47R # 323 28.2 0.335 0.148 2.263 -1.395 1.626 37.1 -27.1 45.9 323.8 60.1 110.0 -62.2 126.4 330.5 0.97 0.00 1.00 % B48R # 324 29.1 0.337 0.151 2.232 -1.35 1.575 37.3 -26.6 45.8 324.4 60.8 109.1 -60.7 124.8 330.9 1.00 0.00 1.0 % B49R # 325 29.8 0.34 0.154 2.203 -1.31 1.528 37.4 -26.1 45.6 325.0 61.5 108.1 -59.3 123.3 331.2 1.00 0.00 0.98 % B50R # 326 31.1 0.344 0.159 2.165 -1.248 1.462 37.8 -25.3 45.5 326.2 62.6 107.0 -57.0 121.2 331.9 1.00 0.00 0.96 % B51R # 327 32.3 0.348 0.163 2.129 -1.192 1.4 38.1 -24.4 45.2 327.3 63.6 105.8 -54.7 119.1 332.6 1.00 0.00 0.94 % B52R # 328 33.3 0.351 0.167 2.097 -1.144 1.348 38.2 -23.6 44.9 328.2 64.4 104.6 -52.7 117.2 333.2 1.00 0.00 0.93 % B53R # 329 34.2 0.354 0.171 2.068 -1.104 1.303 38.3 -22.9 44.6 329.1 65.1 103.5 -50.8 115.3 333.8 1.00 0.00 0.91 % B54R # 330 35.1 0.357 0.175 2.042 -1.066 1.261 38.3 -22.1 44.2 329.9 65.8 102.4 -49.0 113.5 334.4 1.00 0.00 0.89 % B55R # 331 35.9 0.36 0.178 2.017 -1.029 1.221 38.3 -21.3 43.9 330.8 66.4 101.3 -47.2 111.8 335.0 1.00 0.00 0.87 % B56R # 332 36.6 0.364 0.182 1.996 -0.994 1.185 38.3 -20.4 43.4 331.8 67.0 100.3 -45.3 110.1 335.6 1.00 0.00 0.85 % B57R # 333 37.2 0.367 0.186 1.976 -0.958 1.151 38.1 -19.4 42.8 332.9 67.4 99.3 -43.2 108.3 336.4 1.00 0.00 0.83 % B58R # 334 37.4 0.371 0.188 1.964 -0.931 1.128 37.9 -18.5 42.2 333.9 67.6 98.6 -41.5 107.0 337.1 1.00 0.00 0.81 % B59R # 335 37.6 0.374 0.191 1.954 -0.904 1.107 37.7 -17.6 41.6 334.9 67.7 98.0 -39.8 105.8 337.8 1.00 0.00 0.79 % B60R # 336 37.7 0.378 0.194 1.944 -0.877 1.087 37.5 -16.7 41.0 336.0 67.8 97.3 -38.0 104.5 338.6 1.00 0.00 0.78 % B60R # 337 37.9 0.381 0.197 1.934 -0.851 1.068 37.3 -15.7 40.5 337.0 67.9 96.7 -36.2 103.2 339.4 1.00 0.00 0.76 % B61R # 338 38.0 0.385 0.2 1.924 -0.827 1.05 37.0 -14.9 39.9 338.1 68.0 96.0 -34.5 102.1 340.2 1.00 0.00 0.74 % B62R # 339 38.1 0.388 0.202 1.915 -0.804 1.033 36.8 -14.0 39.4 339.1 68.1 95.4 -32.9 100.9 340.9 1.00 0.00 0.72 % B63R # 340 38.3 0.391 0.205 1.907 -0.783 1.018 36.6 -13.3 39.0 340.0 68.2 94.9 -31.4 99.9 341.6 1.00 0.00 0.7 % B64R # 341 39.6 0.393 0.21 1.868 -0.753 0.971 36.4 -12.6 38.5 340.9 69.2 92.8 -29.4 97.3 342.4 1.00 0.00 0.68 % B65R # 342 39.7 0.394 0.212 1.862 -0.741 0.961 36.2 -12.1 38.2 341.4 69.3 92.4 -28.5 96.7 342.8 1.00 0.00 0.66 % B66R # 343 39.8 0.396 0.213 1.856 -0.728 0.951 36.1 -11.6 37.9 342.0 69.3 91.9 -27.5 96.0 343.3 1.00 0.00 0.65 % B67R # 344 39.9 0.398 0.215 1.849 -0.714 0.941 35.9 -11.1 37.6 342.7 69.4 91.4 -26.3 95.2 343.9 1.00 0.00 0.63 % B68R # 345 40.0 0.401 0.217 1.841 -0.698 0.929 35.7 -10.5 37.2 343.5 69.5 90.9 -25.1 94.3 344.5 1.00 0.00 0.61 % B69R # 346 40.1 0.404 0.22 1.833 -0.681 0.916 35.4 -9.8 36.8 344.4 69.5 90.3 -23.7 93.3 345.2 1.00 0.00 0.59 % B70R # 347 40.2 0.407 0.223 1.825 -0.662 0.903 35.1 -9.1 36.3 345.4 69.6 89.6 -22.1 92.3 346.1 1.00 0.00 0.57 % B71R # 348 40.3 0.41 0.226 1.816 -0.642 0.89 34.8 -8.3 35.8 346.5 69.6 88.9 -20.4 91.2 347.0 1.00 0.00 0.55 % B72R # 349 40.3 0.414 0.229 1.806 -0.62 0.875 34.5 -7.4 35.3 347.7 69.7 88.1 -18.5 90.1 348.1 1.00 0.00 0.53 % B73R # 350 40.4 0.418 0.233 1.795 -0.597 0.86 34.2 -6.5 34.8 349.1 69.8 87.3 -16.4 88.8 349.3 1.00 0.00 0.51 % B74R # 351 40.5 0.423 0.237 1.784 -0.573 0.845 33.8 -5.5 34.2 350.6 69.8 86.4 -14.1 87.6 350.6 1.00 0.00 0.5 % B74R # 352 40.5 0.426 0.24 1.775 -0.552 0.832 33.4 -4.7 33.8 351.9 69.8 85.6 -12.2 86.5 351.8 1.00 0.00 0.48 % B75R # 353 40.6 0.429 0.242 1.769 -0.54 0.825 33.2 -4.2 33.5 352.6 69.9 85.2 -11.0 85.9 352.5 1.00 0.00 0.46 % B76R # 354 40.6 0.431 0.244 1.763 -0.528 0.818 33.0 -3.7 33.2 353.4 69.9 84.7 -9.8 85.3 353.3 1.00 0.00 0.44 % B77R # 355 40.6 0.434 0.246 1.757 -0.516 0.811 32.8 -3.2 32.9 354.2 69.9 84.2 -8.6 84.6 354.1 1.00 0.00 0.42 % B78R # 356 40.6 0.436 0.249 1.751 -0.504 0.804 32.6 -2.7 32.7 355.1 69.9 83.7 -7.3 84.0 354.9 1.00 0.00 0.4 % B79R # 357 40.7 0.439 0.251 1.745 -0.491 0.797 32.3 -2.2 32.4 355.9 69.9 83.2 -6.0 83.4 355.8 1.00 0.00 0.38 % B80R # 358 40.7 0.441 0.254 1.739 -0.478 0.79 32.1 -1.7 32.1 356.8 69.9 82.7 -4.7 82.8 356.7 1.00 0.00 0.36 % B81R # 359 40.7 0.444 0.256 1.733 -0.465 0.783 31.9 -1.2 31.9 357.7 70.0 82.2 -3.3 82.2 357.6 1.00 0.00 0.35 % B82R # 360 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.33 % B83R # ] def [%END XYZTD65 /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /YoRYGB 4 array def /YoRYGB [17.5 93.3 169.1 270.8] def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG291-7N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def 20 setlinewidth 050 3825 moveto TBL tfw (CIE\255Normfarbwert log) showde (CIE tristimulus value log) showen TBIL (Y) show TBL ( of) showen ( von) showde TBIL ( Ostwald) show TBL (\255Farben (o) von maxi\255) showde ( colours (o) of maximum) showen 050 3600 moveto TBL (malem Buntwert) showde (chromatic value) showen TBIL ( C) show TBS 0 -50 rmoveto (AB) show 0 50 rmoveto TBL (; CIE Normlichtart D65;) showde (; CIE standard illuminant D65;) showen TBIL ( Y) show TBS 0 -50 rmoveto (u) show 0 50 rmoveto TBL (=18) show %BEG X,Y,Z = f(hAB) 380 280 translate /ydel 175 def /KN 0 def 30 setlinewidth 0 setgray 0 0 moveto 400 12 mul 100 add 0 rlineto stroke 0 0 moveto 0 3000 250 add rlineto stroke % 0 1200 moveto 400 12 mul 0 rlineto stroke %cero line 400 12 mul 150 add 0 moveto -100 50 rlineto 0 -100 rlineto closepath fill 0 3000 300 add moveto -50 -100 rlineto 100 0 rlineto closepath fill TBL /txl [ (400) (500) (600) (700) (400)] def /txw [ ( 0) ( 90) (180) (270) (360)] def /txc [() () () (494c,E) (561c,E)] def /tye [(0,0) () (1,0) ( ) (2,0) ()] def %!x-Achse: 100 Einheiten = 1200 Skalen-Einheiten 0 1 4 {/i exch def /ixt {-150 i 1200 mul add} def /ixl { 000 i 1200 mul add} def ixt -250 moveto txw i get exec show ixl 75 moveto 0 -150 rlineto stroke } for /ixtt 4 1200 mul def /iytt -200 def ixtt 500 sub iytt moveto TBIL (h) show 0 -30 rmoveto TBS (AB) show 0 30 rmoveto %!y-Achse: 100 S-Einheiten = 0750 Skalen-Einheiten TBL 0 1 4 {/i exch def /iyt {-50 i 0750 mul add} def /iyl {000 i 0750 mul add} def -350 iyt moveto tye i get show -75 iyl moveto 150 0 rlineto stroke } for /i 4 def 100 130 i 0750 mul add moveto TBL (log) show TBIL (Y) show /Yi 361 array def 0 1 360 {/i exch def %i=0,360 /i19 i 19 mul 1 add def Yi i XYZTD65 i19 get put } for %i=0,360 /i1 0 def /i2 360 def /MULX 40 3 div def %scale hue angle %/MULY 90 3 div def %scale XYZ, ABC /MULY 90 3 div 50 mul def %scale XYZ, ABC tfw i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get 0.18 mul log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 le and {lineto} if } for %i=i1,i2 i2 MULX mul 100 log MULY mul lineto i1 MULX mul 100 log MULY mul lineto closepath fill %i1 1 i2 {/i exch def %i=i1,i2 % i MULX mul % Yi i get log MULY mul % i i1 eq {moveto} if % i i1 1 add ge % i i2 1 sub le and {lineto} if % i i2 eq {stroke} if % } for %i=i1,i2 /fakt18 0.18 def tfn [100] 0 setdash i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get fakt18 mul log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 0 18 log MULY mul moveto 360 MULX mul 18 log MULY mul lineto stroke 0 18 0.1 mul log MULY mul moveto 360 MULX mul 18 0.1 mul log MULY mul lineto stroke [ ] 0 setdash 035 MULX mul 18 3 add log MULY mul moveto TBL (log) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto 113 MULX mul 18 3 add log MULY mul moveto TBL (Grey) showen (Grau) showde 032 MULX mul 18 50 add log MULY mul moveto TBL (log) show TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto 19 MULX mul 18 0.3 mul log MULY mul moveto TBL (log\0500,18) show TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto TBL (\051) show 19 MULX mul 18 0.115 mul log MULY mul moveto TBL (log\0500,1) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto TBL (\051) show 105 lanind 1 eq {10 add} if MULX mul 18 0.115 mul log MULY mul moveto TBL (Black) showen (Schwarz) showde TBL 0 1 3 {/i exch def %i=0,3 hue angles /iRYGB YoRYGB i get cvi def i 1 eq {tfn 60 setlinewidth iRYGB MULX mul Yi iRYGB get log MULY mul moveto iRYGB MULX mul 0 MULY mul lineto stroke 30 setlinewidth } if i 0 eq {tfr /tRYGB (R) def} if i 1 eq {tfy /tRYGB (Y) def} if i 2 eq {tfg /tRYGB (G) def} if i 3 eq {tfb /tRYGB (B) def} if iRYGB MULX mul Yi iRYGB get log MULY mul moveto iRYGB MULX mul 0 MULY mul lineto stroke %text iRYGB i 2 le {5 add} {28 sub} ifelse MULX mul 100 moveto iRYGB cvishow iRYGB i 2 le {5 add} {13 sub} ifelse MULX mul Yi iRYGB get i 2 le {15 sub} {06 sub} ifelse log MULY mul moveto i 1 eq {tfn} if tRYGB show } for %i=0,3 hue angles tfn TL 160 lanind 0 eq {35 sub} if MULX mul 80 log MULY mul moveto (Bereich des) showde (Range of) showen TIL ( Weber\255Fechner) show TL ( law) showen (\255Gesetzes) showde 160 lanind 0 eq {35 sub} if MULX mul 65 log MULY mul moveto TS (weisser Bereich,) showde (white area,) showen TIS ( dY/Y) show TS (=const) show TS (, see CIE R1-57) showen (, siehe CIE R1-57) showde 380 neg 280 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 020 MM translate 12 /Times-ISOL1 FS -9 MM -7 MM moveto ( ) show 10 /Times-ISOL1 FS 53 MM 1 MM moveto ( ) show 1 1 scale -77 -91 translate %%BeginDocument: Bild 28 %line 499 %!PS-Adobe-3.0 EPSF-3.0 VG291-8N %%BoundingBox: 70 85 228 206 %START PDFDE011.EPS /pdfmark18 where {pop} {userdict /pdfmark18 /cleartomark load put} ifelse /languagelevel where {pop languagelevel} {1} ifelse 2 lt { userdict (<<) cvn ([) cvn load put userdict (>>) cvn (]) cvn load put} if [ /Title (PostScript pictures: http://130.149.60.45/~farbmetrik/VG29/) /Author (compare K. Richter "Computergrafik ...": ISBN 3-8007-1775-1) /Subject (goto: http://www.ps.bam.de or http://130.149.60.45/~farbmetrik) /Keywords (image reproduction, colour devices, colour vision) /Creator (klaus.richter@me.com) /CreationDate (D:2015010112000) /ModDate (D:2015010112000) /DOCINFO pdfmark18 [ /View [ /FitB ] /DOCVIEW pdfmark18 %END PDFDE011 %SETCMYK_OLV.PS /setcmyk_olvcolor %transfer cmyk to olv {/ncolor exch def /ycolor exch def /mcolor exch def /ccolor exch def ncolor 0 eq {1 ccolor sub 1 mcolor sub 1 ycolor sub setrgbcolor } {ccolor 0 eq mcolor 0 eq and ycolor 0 eq and {%only black n 1 ncolor sub dup dup setrgbcolor } {%cmy and black n 1 ccolor sub 1 ncolor sub mul 1 mcolor sub 1 ncolor sub mul 1 ycolor sub 1 ncolor sub mul setrgbcolor } ifelse } ifelse } bind def % !AUSTAUSCH Times-Roman -> Times-Roman-ISOLatin1=Times-I /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Times-ISOL1 exch definefont pop /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesI-ISOL1 exch definefont pop /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesB-ISOL1 exch definefont pop /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /TimesBI-ISOL1 exch definefont pop /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /Courier-ISOL1 exch definefont pop /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse }forall /Encoding ISOLatin1Encoding def currentdict end /CourierB-ISOL1 exch definefont pop /FS {findfont exch scalefont setfont} bind def /MM {72 25.4 div mul} def /str {8 string } bind def /TS {160 /Times-ISOL1 FS} bind def /TL {200 /Times-ISOL1 FS} bind def /TK {250 /Times-ISOL1 FS} bind def /TM {300 /Times-ISOL1 FS} bind def /TG {350 /Times-ISOL1 FS} bind def /TIS {160 /TimesI-ISOL1 FS} bind def /TIL {200 /TimesI-ISOL1 FS} bind def /TIK {250 /TimesI-ISOL1 FS} bind def /TIM {300 /TimesI-ISOL1 FS} bind def /TIG {350 /TimesI-ISOL1 FS} bind def /TBS {160 /TimesB-ISOL1 FS} bind def /TBL {200 /TimesB-ISOL1 FS} bind def /TBK {250 /TimesB-ISOL1 FS} bind def /TBM {300 /TimesB-ISOL1 FS} bind def /TBG {350 /TimesB-ISOL1 FS} bind def /TBIS {160 /TimesBI-ISOL1 FS} bind def /TBIL {200 /TimesBI-ISOL1 FS} bind def /TBIK {250 /TimesBI-ISOL1 FS} bind def /TBIM {300 /TimesBI-ISOL1 FS} bind def /TBIG {350 /TimesBI-ISOL1 FS} bind def /SS {160 /Symbol FS} bind def /SL {200 1 sub /Symbol FS} bind def /SK {250 1 sub /Symbol FS} bind def /SM {300 1 sub /Symbol FS} bind def /SG {350 1 sub /Symbol FS} bind def /CS {160 /Courier-ISOL1 FS} bind def /CL {200 /Courier-ISOL1 FS} bind def /CK {250 /Courier-ISOL1 FS} bind def /CM {300 /Courier-ISOL1 FS} bind def /CG {350 /Courier-ISOL1 FS} bind def /CBS {160 /CourierB-ISOL1 FS} bind def /CBL {200 /CourierB-ISOL1 FS} bind def /CBK {250 /CourierB-ISOL1 FS} bind def /CBM {300 /CourierB-ISOL1 FS} bind def /CBG {350 /CourierB-ISOL1 FS} bind def /ns {350 /Times-ISOL1 FS show} bind def /ks {350 /TimesI-ISOL1 FS show} bind def /bs {350 /TimesB-ISOL1 FS show} bind def /js {350 /TimesBI-ISOL1 FS show} bind def /ss {350 /Symbol FS show} bind def /is {300 /Times-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /es {300 /Times-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ib {300 /TimesB-ISOL1 FS 0 -90 rmoveto show 0 90 rmoveto} bind def /eb {300 /TimesB-ISOL1 FS 0 200 rmoveto show 0 -200 rmoveto} bind def /ip {300 /Times-ISOL1 FS 50 50 rmoveto (\267) show 50 -50 rmoveto} bind def %20% kleiner /ns2 {300 /Times-ISOL1 FS show TM} bind def /ks2 {300 /TimesI-ISOL1 FS show TM} bind def /bs2 {300 /TimesB-ISOL1 FS show TM} bind def /js2 {300 /TimesBI-ISOL1 FS show TM} bind def /ss2 {300 /Symbol FS show TM} bind def /is2 {250 /Times-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /es2 {250 /Times-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ib2 {250 /TimesB-ISOL1 FS 0 -70 rmoveto show 0 70 rmoveto TM} bind def /eb2 {250 /TimesB-ISOL1 FS 0 160 rmoveto show 0 -160 rmoveto TM} bind def /ip2 {250 /Times-ISOL1 FS 40 40 rmoveto (\267) show 40 -40 rmoveto TM} bind def %40% kleiner /ns4 {250 /Times-ISOL1 FS show TK} bind def /ks4 {250 /TimesI-ISOL1 FS show TK} bind def /bs4 {250 /TimesB-ISOL1 FS show TK} bind def /js4 {250 /TimesBI-ISOL1 FS show TK} bind def /ss4 {250 /Symbol FS show TK} bind def /is4 {200 /Times-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /es4 {200 /Times-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ib4 {200 /TimesB-ISOL1 FS 0 -60 rmoveto show 0 60 rmoveto TK} bind def /eb4 {200 /TimesB-ISOL1 FS 0 130 rmoveto show 0 -130 rmoveto TK} bind def /ip4 {200 /Times-ISOL1 FS 30 30 rmoveto (\267) show 30 -30 rmoveto TK} bind def %60% kleiner /ns6 {200 /Times-ISOL1 FS show TS} bind def /ks6 {200 /TimesI-ISOL1 FS show TS} bind def /bs6 {200 /TimesB-ISOL1 FS show TS} bind def /js6 {200 /TimesBI-ISOL1 FS show TS} bind def /ss6 {200 /Symbol FS show TS} bind def /is6 {160 /Times-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /es6 {160 /Times-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ib6 {160 /TimesB-ISOL1 FS 0 -50 rmoveto show 0 50 rmoveto TS} bind def /eb6 {160 /TimesB-ISOL1 FS 0 110 rmoveto show 0 -110 rmoveto TS} bind def /ip6 {160 /Times-ISOL1 FS 25 25 rmoveto (\267) show 25 -25 rmoveto TS} bind def %XCHA01.PS BEG /rec %x, y width heigth {/heigth exch def /width exch def moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colrecfi %x y width heigth c m y k {setcmyk_olvcolor rec fill} bind def /colrecst %x y width heigth c m y k {setcmyk_olvcolor rec stroke} bind def /rem %x, y width heigth {/heigth exch 0.5 mul def /width exch 0.5 mul def /yleftb exch heigth 0.5 mul add def /xleftb exch width 0.5 mul add def xleftb yleftb moveto width 0 rlineto 0 heigth rlineto width neg 0 rlineto closepath } bind def /colremfi %x y width heigth c m y k {setcmykcolor rem fill} bind def /colremst %x y width heigth c m y k {setcmykcolor rem stroke} bind def /tzr {0.0 1.0 1.0 0.0} bind def %Reproduktionsfarben /tzg {1.0 0.0 1.0 0.0} bind def /tzb {1.0 1.0 0.0 0.0} bind def /tzc {1.0 0.0 0.0 0.0} bind def /tzm {0.0 1.0 0.0 0.0} bind def /tzy {0.0 0.0 1.0 0.0} bind def /tzn {0.0 0.0 0.0 1.00} bind def %Graureihe /tzd {0.0 0.0 0.0 0.75} bind def /tzz {0.0 0.0 0.0 0.50} bind def /tzh {0.0 0.0 0.0 0.25} bind def /tzw {0.0 0.0 0.0 0.00} bind def /tfr {0.0 1.0 1.0 0.0 setcmyk_olvcolor} bind def %Reproduktionsfarben /tfg {1.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfb {1.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfc {1.0 0.0 0.0 0.0 setcmyk_olvcolor} bind def /tfm {0.0 1.0 0.0 0.0 setcmyk_olvcolor} bind def /tfy {0.0 0.0 1.0 0.0 setcmyk_olvcolor} bind def /tfn {0.0 0.0 0.0 1.00 setcmyk_olvcolor} bind def %Graureihe /tfd {0.0 0.0 0.0 0.75 setcmyk_olvcolor} bind def /tfz {0.0 0.0 0.0 0.50 setcmyk_olvcolor} bind def /tfh {0.0 0.0 0.0 0.25 setcmyk_olvcolor} bind def /tfw {0.0 0.0 0.0 0.00 setcmyk_olvcolor} bind def %VE400-7T.TXT from 1-000000-L0 VE400-7A with software macps2pdf, option ps to ascii, 140111 /XYZTD65 6859 array def %361X19=6859 /XYZTD65 [%BEG XYZTD65 %rgb*e,AB and CIE data of a elementary hue circle according to CIE R1-57 for Ostwald colours for CIE illuminant D65 %Yxy, abcAB, ABCAB, LabC*abhab data for relative spacing of elementary hue hAB of LINYAB for CIE 2 degree observer %Elementary hue circle with 4 intended elementary hue angles: hAB = 17.7, 93.3, 159.1, 270.8 of LINYAB, and 90 intended hue angles: %000, 001, ..., 089, LINYAB data of CIE test colours 9 (R): 11.2 9.9 3.1, 10 (Y): 59.0 -1.2 20.9, 11 (G): 20.3 -7.2 2.7, 12 (B): 6.4 0.1 -8.2 %no.AB Y x y a b cAB A B CAB hAB L* a* b* C*ab hab rgb*e,AB CodeAB % 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 %19(CODE) 000 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.39 % B80R # 001 40.8 0.45 0.261 1.72 -0.44 0.77 31.4 -0.1 31.4 359.6 70.0 81.1 -0.5 81.1 359.6 1.00 0.00 0.37 % B81R # 002 40.8 0.453 0.264 1.714 -0.427 0.764 31.1 0.3 31.2 0.6 70.0 80.6 0.9 80.6 0.6 1.00 0.00 0.35 % B82R # 003 40.8 0.456 0.267 1.708 -0.414 0.758 30.9 0.8 30.9 1.6 70.0 80.0 2.4 80.1 1.7 1.00 0.00 0.33 % B83R # 004 40.8 0.459 0.269 1.701 -0.4 0.752 30.7 1.4 30.7 2.6 70.0 79.5 4.0 79.6 2.9 1.00 0.00 0.3 % B84R # 005 40.8 0.462 0.272 1.695 -0.387 0.746 30.4 1.9 30.5 3.6 70.1 78.9 5.6 79.1 4.0 1.00 0.00 0.28 % B85R # 006 40.9 0.465 0.275 1.689 -0.374 0.741 30.2 2.4 30.3 4.7 70.1 78.4 7.2 78.7 5.2 1.00 0.00 0.26 % B86R # 007 40.9 0.469 0.278 1.682 -0.361 0.736 29.9 3.0 30.1 5.7 70.1 77.8 8.9 78.3 6.5 1.00 0.00 0.24 % B87R # 008 40.9 0.472 0.281 1.676 -0.348 0.731 29.7 3.5 29.9 6.8 70.1 77.3 10.6 78.0 7.8 1.00 0.00 0.21 % B89R # 009 40.9 0.475 0.284 1.67 -0.335 0.726 29.4 4.1 29.7 7.9 70.1 76.7 12.3 77.7 9.1 1.00 0.00 0.19 % B90R # 010 40.9 0.479 0.288 1.663 -0.322 0.722 29.2 4.6 29.6 9.0 70.1 76.1 14.1 77.5 10.5 1.00 0.00 0.17 % B91R # 011 41.0 0.483 0.291 1.657 -0.309 0.718 28.9 5.1 29.4 10.1 70.1 75.6 15.9 77.3 11.9 1.00 0.00 0.15 % B92R # 012 41.0 0.486 0.294 1.65 -0.296 0.714 28.7 5.6 29.3 11.2 70.2 75.0 17.8 77.1 13.3 1.00 0.00 0.12 % B93R # 013 41.0 0.49 0.298 1.644 -0.283 0.71 28.5 6.2 29.1 12.3 70.2 74.5 19.7 77.0 14.8 1.00 0.00 0.1 % B94R # 014 41.0 0.493 0.301 1.638 -0.271 0.707 28.2 6.7 29.0 13.4 70.2 73.9 21.6 77.0 16.3 1.00 0.00 0.08 % B95R # 015 41.0 0.497 0.304 1.632 -0.258 0.704 28.0 7.2 28.9 14.5 70.2 73.4 23.6 77.1 17.8 1.00 0.00 0.06 % B96R # 016 41.1 0.501 0.308 1.626 -0.246 0.701 27.7 7.7 28.8 15.6 70.2 72.8 25.7 77.2 19.4 1.00 0.00 0.03 % B98R # 017 41.1 0.505 0.311 1.619 -0.234 0.699 27.5 8.2 28.7 16.7 70.2 72.3 27.7 77.4 21.0 1.00 0.00 0.01 % B99R # 018 41.1 0.509 0.315 1.613 -0.222 0.697 27.3 8.7 28.6 17.8 70.2 71.7 29.9 77.7 22.6 1.00 0.0 0.00 % R00Y # 019 41.1 0.513 0.319 1.607 -0.21 0.695 27.0 9.2 28.6 18.9 70.3 71.2 32.0 78.1 24.2 1.00 0.01 0.00 % R01Y # 020 41.1 0.517 0.322 1.602 -0.198 0.693 26.8 9.7 28.5 19.9 70.3 70.7 34.2 78.5 25.8 1.00 0.02 0.00 % R02Y # 021 41.2 0.521 0.327 1.594 -0.184 0.691 26.5 10.3 28.5 21.3 70.3 70.0 37.1 79.2 27.9 1.00 0.04 0.00 % R04Y # 022 41.2 0.527 0.332 1.586 -0.169 0.689 26.2 10.9 28.4 22.7 70.3 69.3 40.1 80.1 30.1 1.00 0.05 0.00 % R05Y # 023 41.3 0.532 0.337 1.578 -0.155 0.687 25.9 11.5 28.4 24.0 70.4 68.6 43.3 81.1 32.2 1.00 0.06 0.00 % R06Y # 024 41.3 0.537 0.341 1.57 -0.141 0.686 25.6 12.1 28.4 25.3 70.4 67.9 46.5 82.3 34.4 1.00 0.08 0.00 % R08Y # 025 41.4 0.542 0.346 1.563 -0.128 0.685 25.3 12.7 28.4 26.5 70.4 67.2 49.8 83.7 36.5 1.00 0.09 0.00 % R09Y # 026 41.4 0.546 0.351 1.556 -0.115 0.685 25.1 13.2 28.4 27.8 70.5 66.6 53.1 85.2 38.5 1.00 0.1 0.00 % R10Y # 027 41.5 0.551 0.355 1.549 -0.103 0.685 24.8 13.7 28.4 28.9 70.5 66.0 56.6 86.9 40.6 1.00 0.12 0.00 % R12Y # 028 41.5 0.556 0.36 1.543 -0.092 0.685 24.6 14.2 28.4 30.0 70.5 65.4 60.1 88.8 42.6 1.00 0.13 0.00 % R13Y # 029 41.5 0.56 0.364 1.537 -0.081 0.685 24.3 14.7 28.4 31.1 70.5 64.8 63.8 91.0 44.5 1.00 0.14 0.00 % R14Y # 030 41.6 0.565 0.369 1.531 -0.071 0.685 24.1 15.1 28.5 32.1 70.6 64.3 67.6 93.3 46.4 1.00 0.16 0.00 % R16Y # 031 41.6 0.569 0.373 1.525 -0.061 0.686 23.9 15.5 28.5 33.0 70.6 63.7 71.5 95.8 48.2 1.00 0.17 0.00 % R17Y # 032 41.6 0.573 0.377 1.52 -0.052 0.686 23.7 15.9 28.6 33.9 70.6 63.2 75.7 98.6 50.1 1.00 0.18 0.00 % R18Y # 033 41.7 0.577 0.381 1.515 -0.043 0.687 23.5 16.3 28.6 34.7 70.6 62.8 80.0 101.7 51.8 1.00 0.2 0.00 % R20Y # 034 41.7 0.581 0.384 1.51 -0.035 0.688 23.3 16.7 28.7 35.5 70.6 62.3 84.6 105.1 53.6 1.00 0.21 0.00 % R21Y # 035 41.7 0.584 0.388 1.506 -0.027 0.689 23.2 17.0 28.7 36.2 70.7 61.9 89.6 109.0 55.3 1.00 0.22 0.00 % R22Y # 036 41.7 0.588 0.391 1.502 -0.02 0.69 23.0 17.3 28.8 36.9 70.7 61.6 95.2 113.4 57.0 1.00 0.24 0.00 % R24Y # 037 41.7 0.591 0.394 1.498 -0.014 0.691 22.9 17.6 28.8 37.5 70.7 61.2 101.5 118.5 58.8 1.00 0.25 0.00 % R25Y # 038 41.7 0.594 0.397 1.495 -0.008 0.692 22.7 17.8 28.9 38.0 70.7 60.9 108.2 124.2 60.6 1.00 0.26 0.00 % R26Y # 039 41.6 0.598 0.401 1.491 0.0 0.694 22.5 18.1 28.9 38.7 70.6 60.5 121.1 135.4 63.4 1.00 0.28 0.00 % R28Y # 040 42.4 0.595 0.403 1.475 0.0 0.682 22.2 18.4 28.9 39.6 71.1 59.3 122.2 135.9 64.1 1.00 0.29 0.00 % R29Y # 041 43.3 0.593 0.406 1.458 0.0 0.669 22.0 18.8 28.9 40.5 71.7 58.0 123.3 136.3 64.8 1.00 0.3 0.00 % R30Y # 042 44.2 0.59 0.409 1.44 0.0 0.655 21.6 19.2 29.0 41.5 72.3 56.6 124.4 136.7 65.5 1.00 0.32 0.00 % R32Y # 043 45.1 0.587 0.412 1.423 0.0 0.642 21.3 19.6 29.0 42.6 73.0 55.2 125.4 137.0 66.2 1.00 0.33 0.00 % R33Y # 044 46.1 0.584 0.415 1.405 0.0 0.63 21.0 20.0 29.0 43.6 73.6 53.8 126.4 137.4 66.9 1.00 0.34 0.00 % R34Y # 045 47.1 0.581 0.418 1.388 0.0 0.617 20.6 20.5 29.1 44.7 74.2 52.4 127.3 137.7 67.6 1.00 0.36 0.00 % R36Y # 046 48.1 0.578 0.421 1.372 0.0 0.606 20.3 20.9 29.1 45.8 74.9 51.0 128.2 138.0 68.2 1.00 0.37 0.00 % R37Y # 047 49.1 0.575 0.424 1.356 0.0 0.595 19.9 21.3 29.2 46.9 75.5 49.7 129.0 138.3 68.9 1.00 0.38 0.00 % R38Y # 048 50.0 0.572 0.426 1.342 0.0 0.585 19.6 21.7 29.3 47.9 76.1 48.3 129.8 138.5 69.5 1.00 0.4 0.00 % R40Y # 049 51.0 0.569 0.429 1.326 0.0 0.575 19.2 22.2 29.3 49.1 76.7 47.0 130.7 138.9 70.2 1.00 0.41 0.00 % R41Y # 050 51.9 0.567 0.432 1.312 0.0 0.565 18.8 22.6 29.4 50.2 77.2 45.6 131.6 139.3 70.8 1.00 0.42 0.00 % R42Y # 051 52.8 0.564 0.434 1.299 0.0 0.557 18.4 22.9 29.4 51.2 77.7 44.4 132.3 139.6 71.4 1.00 0.43 0.00 % R43Y # 052 53.5 0.562 0.436 1.287 0.0 0.55 18.0 23.2 29.4 52.1 78.2 43.2 133.0 139.9 71.9 1.00 0.45 0.00 % R45Y # 053 54.2 0.56 0.438 1.276 0.0 0.543 17.7 23.6 29.5 53.1 78.6 42.1 133.6 140.1 72.5 1.00 0.46 0.00 % R46Y # 054 54.9 0.558 0.44 1.265 0.0 0.537 17.3 23.8 29.5 54.0 79.0 41.0 134.2 140.4 73.0 1.00 0.47 0.00 % R47Y # 055 55.6 0.555 0.443 1.254 0.0 0.53 16.9 24.2 29.5 54.9 79.4 39.9 134.8 140.6 73.5 1.00 0.49 0.00 % R49Y # 056 56.4 0.553 0.445 1.243 -0.001 0.524 16.5 24.5 29.5 55.9 79.8 38.7 135.5 140.9 74.0 1.00 0.5 0.00 % R50Y # 057 57.1 0.551 0.447 1.233 -0.001 0.518 16.1 24.8 29.6 56.9 80.2 37.6 136.1 141.2 74.5 1.00 0.51 0.00 % R51Y # 058 57.9 0.549 0.449 1.222 -0.001 0.512 15.7 25.1 29.6 57.9 80.7 36.4 136.7 141.4 75.0 1.00 0.53 0.00 % R53Y # 059 58.6 0.547 0.451 1.211 -0.001 0.507 15.3 25.4 29.7 58.9 81.1 35.3 137.2 141.7 75.5 1.00 0.54 0.00 % R54Y # 060 59.4 0.545 0.453 1.201 -0.001 0.501 14.9 25.8 29.8 59.9 81.5 34.1 137.8 142.0 76.0 1.00 0.55 0.00 % R55Y # 061 60.1 0.542 0.455 1.191 -0.001 0.496 14.4 26.1 29.8 60.9 81.9 33.0 138.3 142.2 76.5 1.00 0.57 0.00 % R57Y # 062 60.7 0.541 0.457 1.183 -0.001 0.492 14.1 26.3 29.9 61.8 82.2 32.0 138.8 142.5 76.9 1.00 0.58 0.00 % R58Y # 063 61.3 0.539 0.459 1.175 -0.001 0.489 13.7 26.6 30.0 62.6 82.5 31.1 139.3 142.7 77.4 1.00 0.59 0.00 % R59Y # 064 62.0 0.537 0.46 1.166 -0.001 0.485 13.4 26.9 30.0 63.5 82.9 30.1 139.7 142.9 77.8 1.00 0.61 0.00 % R61Y # 065 62.7 0.535 0.462 1.157 -0.001 0.481 12.9 27.2 30.1 64.5 83.3 29.0 140.2 143.1 78.3 1.00 0.62 0.00 % R62Y # 066 63.4 0.533 0.464 1.147 -0.001 0.476 12.4 27.5 30.2 65.6 83.7 27.8 140.6 143.3 78.8 1.00 0.63 0.00 % R63Y # 067 64.3 0.53 0.467 1.136 -0.001 0.472 11.9 27.9 30.3 66.7 84.1 26.4 141.1 143.5 79.3 1.00 0.65 0.00 % R65Y # 068 65.1 0.528 0.469 1.126 -0.001 0.468 11.4 28.2 30.4 67.9 84.5 25.2 141.5 143.7 79.9 1.00 0.66 0.00 % R66Y # 069 65.7 0.526 0.471 1.118 -0.001 0.465 11.0 28.5 30.5 68.8 84.8 24.1 141.8 143.8 80.3 1.00 0.67 0.00 % R67Y # 070 66.3 0.524 0.472 1.11 -0.001 0.462 10.5 28.7 30.6 69.8 85.1 23.1 142.1 144.0 80.7 1.00 0.69 0.00 % R69Y # 071 67.0 0.523 0.474 1.101 -0.001 0.459 10.1 29.0 30.7 70.7 85.5 22.0 142.4 144.1 81.1 1.00 0.7 0.00 % R70Y # 072 67.7 0.521 0.476 1.093 -0.002 0.456 9.6 29.3 30.9 71.7 85.8 20.9 142.7 144.2 81.6 1.00 0.71 0.00 % R71Y # 073 68.3 0.519 0.478 1.084 -0.002 0.453 9.1 29.6 31.0 72.7 86.2 19.8 142.9 144.3 82.0 1.00 0.73 0.00 % R73Y # 074 69.0 0.517 0.48 1.076 -0.002 0.451 8.7 29.9 31.1 73.7 86.5 18.7 143.2 144.4 82.5 1.00 0.74 0.00 % R74Y # 075 69.8 0.514 0.482 1.068 -0.002 0.449 8.2 30.2 31.3 74.8 86.9 17.5 143.4 144.5 83.0 1.00 0.75 0.00 % R75Y # 076 70.5 0.512 0.484 1.059 -0.002 0.446 7.7 30.5 31.5 75.8 87.2 16.4 143.7 144.6 83.4 1.00 0.77 0.00 % R77Y # 077 71.2 0.51 0.485 1.051 -0.002 0.444 7.1 30.8 31.6 76.8 87.6 15.2 143.9 144.7 83.9 1.00 0.78 0.00 % R78Y # 078 71.9 0.508 0.487 1.043 -0.002 0.442 6.6 31.1 31.8 77.9 87.9 14.0 144.0 144.7 84.4 1.00 0.79 0.00 % R79Y # 079 72.7 0.506 0.489 1.034 -0.002 0.44 6.1 31.4 32.0 78.9 88.3 12.9 144.2 144.7 84.8 1.00 0.81 0.00 % R81Y # 080 73.4 0.504 0.491 1.026 -0.002 0.439 5.6 31.7 32.2 79.9 88.6 11.7 144.3 144.8 85.3 1.00 0.82 0.00 % R82Y # 081 74.1 0.502 0.493 1.018 -0.003 0.437 5.0 32.0 32.4 81.0 89.0 10.5 144.3 144.7 85.8 1.00 0.83 0.00 % R83Y # 082 74.9 0.5 0.495 1.009 -0.003 0.436 4.4 32.4 32.7 82.2 89.3 9.2 144.3 144.5 86.3 1.00 0.85 0.00 % R85Y # 083 75.7 0.497 0.497 1.0 -0.003 0.435 3.8 32.7 32.9 83.3 89.7 7.9 144.1 144.3 86.8 1.00 0.86 0.00 % R86Y # 084 76.5 0.495 0.499 0.992 -0.003 0.433 3.2 33.0 33.2 84.4 90.1 6.6 144.0 144.1 87.3 1.00 0.87 0.00 % R87Y # 085 77.3 0.493 0.501 0.983 -0.004 0.432 2.5 33.3 33.4 85.5 90.4 5.3 143.7 143.8 87.8 1.00 0.89 0.00 % R89Y # 086 78.0 0.491 0.503 0.975 -0.004 0.432 1.9 33.6 33.7 86.6 90.8 4.0 143.5 143.6 88.3 1.00 0.9 0.00 % R90Y # 087 78.7 0.489 0.505 0.968 -0.004 0.431 1.4 33.9 33.9 87.6 91.1 2.8 143.2 143.3 88.8 1.00 0.91 0.00 % R91Y # 088 79.4 0.487 0.506 0.96 -0.004 0.431 0.8 34.2 34.2 88.5 91.4 1.7 142.9 142.9 89.3 1.00 0.92 0.00 % R92Y # 089 80.1 0.485 0.508 0.954 -0.004 0.43 0.2 34.5 34.5 89.5 91.7 0.5 143.7 143.7 89.7 1.00 0.94 0.00 % R94Y # 090 80.7 0.483 0.51 0.947 -0.005 0.43 -0.2 34.7 34.7 90.4 92.0 -0.4 143.5 143.5 90.1 1.00 0.95 0.00 % R95Y # 091 81.3 0.481 0.511 0.941 -0.005 0.43 -0.7 35.0 35.0 91.2 92.3 -1.5 143.2 143.2 90.6 1.00 0.96 0.00 % R96Y # 092 81.9 0.479 0.512 0.935 -0.005 0.43 -1.2 35.2 35.2 92.0 92.5 -2.4 143.0 143.0 90.9 1.00 0.98 0.00 % R98Y # 093 82.8 0.477 0.515 0.926 -0.005 0.43 -1.9 35.5 35.6 93.2 92.9 -3.9 142.8 142.8 91.6 1.00 0.99 0.00 % R99Y # 094 83.6 0.474 0.516 0.918 -0.006 0.43 -2.6 35.8 35.9 94.2 93.2 -5.2 142.4 142.5 92.1 0.98 1.00 0.00 % Y01G # 095 84.2 0.472 0.518 0.911 -0.006 0.43 -3.2 36.1 36.2 95.1 93.5 -6.4 141.8 141.9 92.6 0.97 1.00 0.00 % Y02G # 096 84.9 0.47 0.519 0.905 -0.007 0.43 -3.8 36.3 36.5 96.0 93.8 -7.6 140.8 141.0 93.1 0.95 1.00 0.00 % Y04G # 097 85.6 0.468 0.521 0.897 -0.008 0.43 -4.5 36.6 36.8 97.0 94.1 -8.9 139.4 139.7 93.6 0.94 1.00 0.00 % Y05G # 098 86.4 0.465 0.522 0.889 -0.009 0.43 -5.2 36.8 37.2 98.0 94.5 -10.3 138.0 138.4 94.2 0.92 1.00 0.00 % Y07G # 099 87.2 0.462 0.524 0.881 -0.01 0.431 -5.9 37.1 37.6 99.1 94.8 -11.7 136.5 137.0 94.9 0.91 1.00 0.00 % Y08G # 100 88.0 0.459 0.525 0.874 -0.011 0.431 -6.7 37.3 37.9 100.2 95.1 -13.1 135.1 135.8 95.5 0.89 1.00 0.00 % Y10G # 101 88.8 0.456 0.527 0.866 -0.012 0.431 -7.4 37.6 38.3 101.2 95.5 -14.5 133.8 134.6 96.2 0.88 1.00 0.00 % Y11G # 102 89.6 0.454 0.528 0.859 -0.013 0.432 -8.1 37.8 38.7 102.1 95.8 -15.9 132.5 133.5 96.8 0.86 1.00 0.00 % Y13G # 103 90.3 0.451 0.529 0.852 -0.014 0.432 -8.8 38.0 39.0 103.0 96.1 -17.1 131.3 132.4 97.4 0.85 1.00 0.00 % Y14G # 104 91.2 0.447 0.53 0.843 -0.016 0.432 -9.7 38.2 39.4 104.2 96.5 -18.8 129.1 130.4 98.3 0.83 1.00 0.00 % Y16G # 105 92.0 0.444 0.53 0.837 -0.018 0.432 -10.4 38.3 39.7 105.1 96.8 -20.1 126.7 128.3 99.0 0.82 1.00 0.00 % Y17G # 106 93.2 0.443 0.528 0.839 -0.02 0.429 -10.3 38.6 40.0 104.9 97.3 -19.7 124.4 125.9 99.0 0.8 1.00 0.00 % Y19G # 107 94.3 0.44 0.527 0.836 -0.024 0.426 -10.7 38.8 40.2 105.4 97.7 -20.4 121.2 122.9 99.5 0.79 1.00 0.00 % Y20G # 108 93.6 0.434 0.53 0.818 -0.026 0.43 -12.3 38.3 40.2 107.9 97.4 -23.8 118.7 121.1 101.3 0.77 1.00 0.00 % Y22G # 109 93.2 0.431 0.532 0.811 -0.026 0.432 -12.9 38.1 40.2 108.8 97.3 -25.1 118.2 120.8 102.0 0.76 1.00 0.00 % Y23G # 110 92.8 0.429 0.534 0.803 -0.027 0.434 -13.6 37.9 40.2 109.7 97.1 -26.5 117.6 120.6 102.6 0.74 1.00 0.00 % Y25G # 111 92.3 0.426 0.536 0.796 -0.027 0.436 -14.2 37.6 40.3 110.7 96.9 -27.9 117.1 120.4 103.4 0.73 1.00 0.00 % Y26G # 112 91.9 0.424 0.538 0.788 -0.027 0.438 -14.9 37.4 40.3 111.7 96.8 -29.4 116.5 120.2 104.1 0.71 1.00 0.00 % Y28G # 113 91.5 0.421 0.54 0.779 -0.028 0.441 -15.6 37.2 40.3 112.7 96.6 -30.9 115.9 120.0 104.9 0.7 1.00 0.00 % Y29G # 114 91.0 0.418 0.542 0.771 -0.028 0.444 -16.2 37.0 40.4 113.7 96.4 -32.5 115.4 119.9 105.7 0.68 1.00 0.00 % Y31G # 115 90.5 0.415 0.544 0.762 -0.029 0.447 -16.9 36.7 40.5 114.7 96.2 -34.2 114.7 119.7 106.5 0.67 1.00 0.00 % Y32G # 116 90.0 0.412 0.547 0.753 -0.029 0.451 -17.7 36.5 40.6 115.8 96.0 -35.9 114.1 119.6 107.4 0.65 1.00 0.00 % Y34G # 117 89.5 0.409 0.549 0.744 -0.03 0.454 -18.4 36.3 40.7 116.9 95.8 -37.6 113.5 119.6 108.3 0.64 1.00 0.00 % Y35G # 118 89.0 0.405 0.551 0.735 -0.03 0.458 -19.1 36.0 40.8 118.0 95.6 -39.4 112.9 119.6 109.2 0.62 1.00 0.00 % Y37G # 119 88.5 0.402 0.554 0.725 -0.031 0.462 -19.9 35.8 40.9 119.0 95.3 -41.3 112.2 119.6 110.2 0.6 1.00 0.00 % Y39G # 120 88.0 0.398 0.557 0.715 -0.031 0.467 -20.6 35.5 41.1 120.1 95.1 -43.2 111.6 119.7 111.1 0.59 1.00 0.00 % Y40G # 121 87.4 0.394 0.559 0.705 -0.032 0.472 -21.4 35.2 41.2 121.2 94.9 -45.2 110.9 119.8 112.1 0.57 1.00 0.00 % Y42G # 122 86.9 0.391 0.562 0.695 -0.032 0.477 -22.1 35.0 41.4 122.3 94.7 -47.2 110.2 119.9 113.1 0.56 1.00 0.00 % Y43G # 123 86.3 0.387 0.565 0.684 -0.033 0.482 -22.9 34.7 41.6 123.4 94.4 -49.3 109.6 120.1 114.2 0.54 1.00 0.00 % Y45G # 124 85.8 0.383 0.568 0.674 -0.033 0.487 -23.7 34.4 41.8 124.5 94.2 -51.4 108.9 120.4 115.2 0.53 1.00 0.00 % Y46G # 125 85.2 0.379 0.571 0.663 -0.034 0.493 -24.4 34.2 42.0 125.5 93.9 -53.5 108.2 120.7 116.3 0.51 1.00 0.00 % Y48G # 126 84.6 0.374 0.574 0.652 -0.034 0.499 -25.2 33.9 42.2 126.6 93.7 -55.7 107.5 121.1 117.3 0.5 1.00 0.00 % Y49G # 127 84.1 0.37 0.577 0.641 -0.035 0.505 -25.9 33.6 42.5 127.6 93.5 -57.9 106.8 121.5 118.4 0.48 1.00 0.00 % Y51G # 128 83.5 0.366 0.581 0.63 -0.036 0.511 -26.7 33.3 42.7 128.7 93.2 -60.2 106.1 122.0 119.5 0.47 1.00 0.00 % Y52G # 129 82.9 0.361 0.584 0.619 -0.036 0.518 -27.4 33.0 43.0 129.7 93.0 -62.5 105.4 122.5 120.6 0.45 1.00 0.00 % Y54G # 130 82.4 0.357 0.587 0.608 -0.037 0.525 -28.2 32.8 43.2 130.6 92.7 -64.8 104.7 123.1 121.7 0.44 1.00 0.00 % Y55G # 131 81.8 0.352 0.591 0.596 -0.038 0.532 -28.9 32.5 43.5 131.6 92.5 -67.1 104.0 123.8 122.8 0.42 1.00 0.00 % Y57G # 132 81.2 0.348 0.594 0.585 -0.038 0.539 -29.6 32.2 43.8 132.5 92.2 -69.5 103.3 124.5 123.9 0.41 1.00 0.00 % Y58G # 133 80.7 0.343 0.597 0.574 -0.039 0.546 -30.3 31.9 44.0 133.5 92.0 -71.9 102.6 125.3 125.0 0.39 1.00 0.00 % Y60G # 134 80.1 0.338 0.601 0.563 -0.04 0.553 -31.0 31.7 44.3 134.4 91.7 -74.3 101.8 126.1 126.1 0.38 1.00 0.00 % Y61G # 135 79.6 0.333 0.604 0.551 -0.04 0.561 -31.7 31.4 44.6 135.2 91.5 -76.7 101.1 127.0 127.1 0.36 1.00 0.00 % Y63G # 136 79.0 0.328 0.608 0.54 -0.041 0.568 -32.3 31.1 44.9 136.1 91.2 -79.1 100.4 127.9 128.2 0.35 1.00 0.00 % Y64G # 137 78.1 0.321 0.612 0.524 -0.042 0.579 -33.2 30.7 45.2 137.2 90.8 -82.7 99.1 129.1 129.8 0.33 1.00 0.00 % Y66G # 138 76.9 0.311 0.618 0.504 -0.044 0.593 -34.3 30.0 45.6 138.8 90.2 -87.2 97.2 130.6 131.8 0.32 1.00 0.00 % Y67G # 139 75.7 0.302 0.623 0.485 -0.047 0.605 -35.1 29.4 45.8 140.1 89.7 -91.3 95.3 131.9 133.7 0.3 1.00 0.00 % Y69G # 140 74.6 0.294 0.627 0.469 -0.049 0.616 -35.8 28.7 45.9 141.2 89.2 -94.9 93.4 133.1 135.4 0.29 1.00 0.00 % Y70G # 141 73.5 0.287 0.63 0.455 -0.052 0.626 -36.4 28.2 46.0 142.2 88.7 -98.1 91.5 134.2 136.9 0.27 1.00 0.00 % Y72G # 142 72.6 0.28 0.632 0.443 -0.054 0.634 -36.8 27.6 46.0 143.0 88.2 -100.8 89.7 135.0 138.3 0.26 1.00 0.00 % Y73G # 143 71.7 0.274 0.634 0.432 -0.057 0.641 -37.1 27.1 45.9 143.8 87.8 -103.2 88.0 135.6 139.5 0.24 1.00 0.00 % Y75G # 144 70.8 0.269 0.635 0.423 -0.059 0.646 -37.3 26.6 45.8 144.4 87.4 -105.2 86.2 136.0 140.6 0.23 1.00 0.00 % Y76G # 145 70.1 0.264 0.635 0.416 -0.062 0.651 -37.4 26.1 45.6 145.0 87.0 -106.9 84.5 136.3 141.6 0.21 1.00 0.00 % Y78G # 146 68.8 0.255 0.636 0.401 -0.067 0.661 -37.8 25.3 45.5 146.2 86.4 -110.3 81.5 137.2 143.5 0.2 1.00 0.00 % Y79G # 147 67.6 0.246 0.636 0.387 -0.073 0.669 -38.1 24.4 45.2 147.3 85.8 -113.5 78.3 137.9 145.3 0.18 1.00 0.00 % Y81G # 148 66.6 0.238 0.634 0.376 -0.08 0.675 -38.2 23.6 44.9 148.2 85.3 -116.0 75.2 138.2 147.0 0.16 1.00 0.00 % Y83G # 149 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.15 1.00 0.00 % Y84G # 150 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.13 1.00 0.00 % Y86G # 151 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.12 1.00 0.00 % Y87G # 152 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.1 1.00 0.00 % Y89G # 153 65.7 0.232 0.63 0.367 -0.087 0.678 -38.3 22.9 44.6 149.1 84.8 -117.8 72.1 138.2 148.5 0.09 1.00 0.00 % Y90G # 154 62.5 0.203 0.591 0.343 -0.138 0.675 -37.9 18.5 42.2 153.9 83.2 -123.0 54.1 134.4 156.2 0.07 1.00 0.00 % Y92G # 155 62.3 0.199 0.579 0.344 -0.152 0.668 -37.7 17.6 41.6 154.9 83.1 -122.4 50.3 132.4 157.6 0.06 1.00 0.00 % Y93G # 156 62.2 0.196 0.566 0.346 -0.166 0.66 -37.5 16.7 41.0 156.0 83.0 -121.7 46.7 130.4 159.0 0.04 1.00 0.00 % Y95G # 157 62.0 0.193 0.554 0.349 -0.181 0.652 -37.3 15.7 40.5 157.0 82.9 -121.0 43.2 128.5 160.3 0.03 1.00 0.00 % Y96G # 158 61.9 0.191 0.543 0.351 -0.194 0.645 -37.0 14.9 39.9 158.1 82.8 -120.2 40.0 126.7 161.5 0.01 1.00 0.00 % Y98G # 159 61.8 0.188 0.533 0.353 -0.207 0.638 -36.8 14.0 39.4 159.1 82.8 -119.5 37.2 125.1 162.6 0.0 1.00 0.00 % Y99G # 160 61.6 0.186 0.525 0.355 -0.219 0.632 -36.6 13.3 39.0 160.0 82.7 -118.8 34.7 123.8 163.6 0.00 1.00 0.01 % G00B # 161 60.3 0.181 0.522 0.346 -0.226 0.639 -36.4 12.6 38.5 160.9 82.0 -120.6 33.0 125.1 164.6 0.00 1.00 0.03 % G01B # 162 60.2 0.18 0.517 0.347 -0.233 0.635 -36.2 12.1 38.2 161.4 81.9 -120.2 31.7 124.3 165.2 0.00 1.00 0.05 % G02B # 163 60.1 0.179 0.512 0.349 -0.241 0.631 -36.1 11.6 37.9 162.0 81.9 -119.6 30.1 123.3 165.8 0.00 1.00 0.06 % G03B # 164 60.0 0.177 0.505 0.351 -0.249 0.626 -35.9 11.1 37.6 162.7 81.8 -118.9 28.4 122.2 166.5 0.00 1.00 0.08 % G04B # 165 59.9 0.176 0.498 0.354 -0.259 0.621 -35.7 10.5 37.2 163.5 81.8 -118.0 26.6 121.0 167.2 0.00 1.00 0.1 % G05B # 166 59.8 0.175 0.491 0.357 -0.27 0.615 -35.4 9.8 36.8 164.4 81.7 -117.1 24.6 119.6 168.0 0.00 1.00 0.12 % G06B # 167 59.7 0.174 0.483 0.361 -0.282 0.608 -35.1 9.1 36.3 165.4 81.7 -115.9 22.5 118.1 168.9 0.00 1.00 0.13 % G06B # 168 59.6 0.173 0.474 0.365 -0.295 0.601 -34.8 8.3 35.8 166.5 81.6 -114.7 20.3 116.5 169.9 0.00 1.00 0.15 % G07B # 169 59.6 0.172 0.465 0.37 -0.31 0.593 -34.5 7.4 35.3 167.7 81.6 -113.3 18.0 114.7 170.9 0.00 1.00 0.17 % G08B # 170 59.5 0.171 0.456 0.375 -0.325 0.585 -34.2 6.5 34.8 169.1 81.5 -111.8 15.5 112.9 172.0 0.00 1.00 0.19 % G09B # 171 59.4 0.17 0.447 0.381 -0.341 0.576 -33.8 5.5 34.2 170.6 81.5 -110.1 13.0 110.9 173.2 0.00 1.00 0.21 % G10B # 172 59.4 0.17 0.439 0.387 -0.355 0.569 -33.4 4.7 33.8 171.9 81.5 -108.7 11.0 109.2 174.2 0.00 1.00 0.22 % G11B # 173 59.3 0.169 0.434 0.39 -0.363 0.564 -33.2 4.2 33.5 172.6 81.5 -107.8 9.8 108.2 174.7 0.00 1.00 0.24 % G12B # 174 59.3 0.169 0.43 0.393 -0.371 0.56 -33.0 3.7 33.2 173.4 81.4 -106.9 8.6 107.2 175.3 0.00 1.00 0.26 % G13B # 175 59.3 0.169 0.425 0.397 -0.38 0.556 -32.8 3.2 32.9 174.2 81.4 -105.9 7.4 106.2 175.9 0.00 1.00 0.28 % G14B # 176 59.3 0.168 0.421 0.4 -0.388 0.551 -32.6 2.7 32.7 175.1 81.4 -105.0 6.2 105.2 176.5 0.00 1.00 0.3 % G15B # 177 59.2 0.168 0.417 0.404 -0.397 0.547 -32.3 2.2 32.4 175.9 81.4 -104.0 5.0 104.2 177.2 0.00 1.00 0.31 % G15B # 178 59.2 0.168 0.412 0.408 -0.405 0.543 -32.1 1.7 32.1 176.8 81.4 -103.1 3.9 103.2 177.8 0.00 1.00 0.33 % G16B # 179 59.2 0.168 0.408 0.411 -0.414 0.539 -31.9 1.2 31.9 177.7 81.4 -102.1 2.7 102.1 178.4 0.00 1.00 0.35 % G17B # 180 59.2 0.167 0.404 0.415 -0.423 0.535 -31.6 0.7 31.6 178.7 81.4 -101.1 1.5 101.1 179.1 0.00 1.00 0.37 % G18B # 181 59.1 0.167 0.399 0.419 -0.432 0.531 -31.4 0.1 31.4 179.6 81.4 -100.1 0.4 100.1 179.7 0.00 1.00 0.39 % G19B # 182 59.1 0.167 0.395 0.423 -0.441 0.527 -31.1 -0.3 31.2 180.6 81.3 -99.2 -0.7 99.2 180.4 0.00 1.00 0.4 % G20B # 183 59.1 0.167 0.391 0.427 -0.45 0.523 -30.9 -0.8 30.9 181.6 81.3 -98.2 -1.8 98.2 181.0 0.00 1.00 0.42 % G21B # 184 59.1 0.167 0.387 0.431 -0.459 0.52 -30.7 -1.4 30.7 182.6 81.3 -97.2 -3.0 97.2 181.7 0.00 1.00 0.44 % G22B # 185 59.1 0.166 0.383 0.434 -0.468 0.516 -30.4 -1.9 30.5 183.6 81.3 -96.2 -4.1 96.3 182.4 0.00 1.00 0.46 % G23B # 186 59.0 0.166 0.379 0.438 -0.477 0.513 -30.2 -2.4 30.3 184.7 81.3 -95.2 -5.2 95.3 183.1 0.00 1.00 0.48 % G24B # 187 59.0 0.166 0.375 0.442 -0.486 0.51 -29.9 -3.0 30.1 185.7 81.3 -94.2 -6.3 94.4 183.8 0.00 1.00 0.49 % G24B # 188 59.0 0.166 0.372 0.446 -0.495 0.507 -29.7 -3.5 29.9 186.8 81.3 -93.2 -7.4 93.5 184.5 0.00 1.00 0.51 % G25B # 189 59.0 0.166 0.368 0.45 -0.505 0.504 -29.4 -4.1 29.7 187.9 81.3 -92.2 -8.4 92.6 185.2 0.00 1.00 0.53 % G26B # 190 59.0 0.166 0.364 0.454 -0.514 0.501 -29.2 -4.6 29.6 189.0 81.2 -91.3 -9.5 91.8 185.9 0.00 1.00 0.55 % G27B # 191 58.9 0.165 0.361 0.458 -0.523 0.499 -28.9 -5.1 29.4 190.1 81.2 -90.3 -10.5 90.9 186.6 0.00 1.00 0.57 % G28B # 192 58.9 0.165 0.357 0.462 -0.532 0.497 -28.7 -5.6 29.3 191.2 81.2 -89.3 -11.5 90.1 187.3 0.00 1.00 0.58 % G29B # 193 58.9 0.165 0.354 0.466 -0.541 0.495 -28.5 -6.2 29.1 192.3 81.2 -88.4 -12.5 89.3 188.0 0.00 1.00 0.6 % G30B # 194 58.9 0.165 0.351 0.47 -0.55 0.493 -28.2 -6.7 29.0 193.4 81.2 -87.4 -13.5 88.5 188.8 0.00 1.00 0.62 % G31B # 195 58.9 0.165 0.348 0.474 -0.558 0.491 -28.0 -7.2 28.9 194.5 81.2 -86.5 -14.5 87.7 189.5 0.00 1.00 0.64 % G32B # 196 58.8 0.165 0.345 0.478 -0.567 0.49 -27.7 -7.7 28.8 195.6 81.2 -85.6 -15.4 87.0 190.2 0.00 1.00 0.65 % G32B # 197 58.8 0.165 0.342 0.482 -0.576 0.488 -27.5 -8.2 28.7 196.7 81.2 -84.7 -16.3 86.3 190.9 0.00 1.00 0.67 % G33B # 198 58.8 0.164 0.339 0.486 -0.584 0.487 -27.3 -8.7 28.6 197.8 81.2 -83.8 -17.2 85.6 191.6 0.00 1.00 0.69 % G34B # 199 58.8 0.164 0.336 0.49 -0.593 0.486 -27.0 -9.2 28.6 198.9 81.1 -82.9 -18.1 84.9 192.3 0.00 1.00 0.71 % G35B # 200 58.8 0.164 0.333 0.493 -0.601 0.485 -26.8 -9.7 28.5 199.9 81.1 -82.1 -19.0 84.2 193.0 0.00 1.00 0.73 % G36B # 201 58.7 0.164 0.33 0.498 -0.611 0.485 -26.5 -10.3 28.5 201.3 81.1 -81.0 -20.0 83.4 193.9 0.00 1.00 0.74 % G37B # 202 58.7 0.164 0.326 0.503 -0.622 0.484 -26.2 -10.9 28.4 202.7 81.1 -79.9 -21.1 82.6 194.8 0.00 1.00 0.76 % G38B # 203 58.6 0.164 0.323 0.507 -0.633 0.484 -25.9 -11.5 28.4 204.0 81.1 -78.8 -22.2 81.9 195.7 0.00 1.00 0.78 % G39B # 204 58.6 0.164 0.32 0.512 -0.643 0.484 -25.6 -12.1 28.4 205.3 81.0 -77.8 -23.2 81.2 196.5 0.00 1.00 0.8 % G40B # 205 58.5 0.164 0.317 0.516 -0.652 0.484 -25.3 -12.7 28.4 206.5 81.0 -76.8 -24.1 80.5 197.4 0.00 1.00 0.82 % G41B # 206 58.5 0.164 0.314 0.521 -0.661 0.485 -25.1 -13.2 28.4 207.8 81.0 -75.9 -25.0 79.9 198.2 0.00 1.00 0.83 % G41B # 207 58.4 0.164 0.312 0.525 -0.67 0.486 -24.8 -13.7 28.4 208.9 81.0 -75.0 -25.8 79.3 199.0 0.00 1.00 0.85 % G42B # 208 58.4 0.163 0.309 0.529 -0.679 0.486 -24.6 -14.2 28.4 210.0 80.9 -74.1 -26.7 78.8 199.8 0.00 1.00 0.87 % G43B # 209 58.4 0.163 0.307 0.532 -0.687 0.487 -24.3 -14.7 28.4 211.1 80.9 -73.3 -27.4 78.2 200.5 0.00 1.00 0.89 % G44B # 210 58.3 0.163 0.305 0.536 -0.695 0.488 -24.1 -15.1 28.5 212.1 80.9 -72.5 -28.1 77.8 201.2 0.00 1.00 0.91 % G45B # 211 58.3 0.163 0.303 0.539 -0.702 0.489 -23.9 -15.5 28.5 213.0 80.9 -71.7 -28.8 77.3 201.9 0.00 1.00 0.92 % G46B # 212 58.3 0.163 0.301 0.543 -0.709 0.49 -23.7 -15.9 28.6 213.9 80.9 -71.0 -29.5 76.9 202.5 0.00 1.00 0.94 % G47B # 213 58.2 0.163 0.299 0.546 -0.716 0.492 -23.5 -16.3 28.6 214.7 80.9 -70.3 -30.1 76.5 203.1 0.00 1.00 0.96 % G48B # 214 58.2 0.163 0.298 0.549 -0.722 0.493 -23.3 -16.7 28.7 215.5 80.8 -69.7 -30.6 76.1 203.7 0.00 1.00 0.98 % G49B # 215 58.2 0.163 0.296 0.552 -0.727 0.494 -23.2 -17.0 28.7 216.2 80.8 -69.1 -31.1 75.8 204.2 0.00 0.99 1.00 % G50B # 216 58.2 0.163 0.295 0.554 -0.733 0.495 -23.0 -17.3 28.8 216.9 80.8 -68.6 -31.6 75.5 204.7 0.00 0.98 1.00 % G50B # 217 58.2 0.163 0.293 0.557 -0.737 0.496 -22.9 -17.6 28.8 217.5 80.8 -68.1 -32.0 75.2 205.2 0.00 0.96 1.00 % G51B # 218 58.2 0.163 0.292 0.559 -0.742 0.497 -22.7 -17.8 28.9 218.0 80.8 -67.6 -32.4 75.0 205.6 0.00 0.94 1.00 % G52B # 219 58.3 0.164 0.291 0.563 -0.746 0.496 -22.5 -18.1 28.9 218.7 80.9 -66.8 -32.8 74.4 206.2 0.00 0.92 1.00 % G53B # 220 57.5 0.162 0.289 0.562 -0.756 0.503 -22.3 -18.4 28.9 219.6 80.4 -66.6 -33.6 74.6 206.7 0.00 0.91 1.00 % G54B # 221 56.6 0.161 0.287 0.562 -0.768 0.511 -22.0 -18.8 28.9 220.5 80.0 -66.4 -34.4 74.8 207.4 0.00 0.89 1.00 % G55B # 222 55.7 0.159 0.284 0.561 -0.78 0.52 -21.6 -19.2 29.0 221.5 79.4 -66.2 -35.3 75.0 208.0 0.00 0.87 1.00 % G56B # 223 54.8 0.158 0.281 0.56 -0.794 0.529 -21.3 -19.6 29.0 222.6 78.9 -65.9 -36.2 75.3 208.8 0.00 0.85 1.00 % G57B # 224 53.8 0.156 0.279 0.56 -0.808 0.54 -21.0 -20.0 29.0 223.6 78.3 -65.7 -37.2 75.5 209.5 0.00 0.83 1.00 % G58B # 225 52.8 0.154 0.276 0.559 -0.823 0.551 -20.6 -20.5 29.1 224.7 77.7 -65.4 -38.2 75.8 210.2 0.00 0.82 1.00 % G58B # 226 51.8 0.152 0.273 0.558 -0.839 0.562 -20.3 -20.9 29.1 225.8 77.2 -65.2 -39.2 76.1 211.0 0.00 0.8 1.00 % G59B # 227 50.8 0.15 0.27 0.557 -0.855 0.574 -19.9 -21.3 29.2 226.9 76.6 -64.9 -40.2 76.4 211.8 0.00 0.78 1.00 % G60B # 228 49.9 0.149 0.267 0.557 -0.871 0.587 -19.6 -21.7 29.3 227.9 76.0 -64.6 -41.2 76.6 212.5 0.00 0.76 1.00 % G61B # 229 48.9 0.147 0.264 0.557 -0.889 0.6 -19.2 -22.2 29.3 229.1 75.4 -64.1 -42.3 76.8 213.4 0.00 0.74 1.00 % G62B # 230 48.0 0.146 0.261 0.558 -0.906 0.612 -18.8 -22.6 29.4 230.2 74.8 -63.6 -43.3 76.9 214.2 0.00 0.73 1.00 % G63B # 231 47.1 0.144 0.258 0.559 -0.922 0.624 -18.4 -22.9 29.4 231.2 74.3 -63.0 -44.2 76.9 215.0 0.00 0.71 1.00 % G64B # 232 46.4 0.143 0.256 0.561 -0.937 0.635 -18.0 -23.2 29.4 232.1 73.8 -62.3 -45.0 76.9 215.8 0.00 0.69 1.00 % G65B # 233 45.7 0.142 0.253 0.563 -0.951 0.645 -17.7 -23.6 29.5 233.1 73.3 -61.6 -45.8 76.8 216.6 0.00 0.67 1.00 % G66B # 234 45.0 0.141 0.251 0.565 -0.966 0.655 -17.3 -23.8 29.5 234.0 72.9 -60.9 -46.6 76.7 217.4 0.00 0.65 1.00 % G67B # 235 44.3 0.141 0.248 0.567 -0.981 0.667 -16.9 -24.2 29.5 234.9 72.4 -60.1 -47.4 76.6 218.2 0.00 0.64 1.00 % G67B # 236 43.5 0.14 0.245 0.57 -0.998 0.679 -16.5 -24.5 29.5 235.9 71.9 -59.3 -48.3 76.5 219.1 0.00 0.62 1.00 % G68B # 237 42.8 0.139 0.243 0.572 -1.016 0.692 -16.1 -24.8 29.6 236.9 71.4 -58.5 -49.1 76.4 220.0 0.00 0.6 1.00 % G69B # 238 42.0 0.138 0.24 0.575 -1.034 0.706 -15.7 -25.1 29.6 237.9 70.9 -57.6 -50.0 76.3 220.9 0.00 0.58 1.00 % G70B # 239 41.3 0.137 0.237 0.579 -1.052 0.72 -15.3 -25.4 29.7 238.9 70.4 -56.6 -50.9 76.1 221.9 0.00 0.56 1.00 % G71B # 240 40.5 0.136 0.234 0.582 -1.071 0.734 -14.9 -25.8 29.8 239.9 69.8 -55.6 -51.8 76.0 222.9 0.00 0.55 1.00 % G72B # 241 39.8 0.135 0.231 0.586 -1.091 0.75 -14.4 -26.1 29.8 240.9 69.3 -54.6 -52.7 75.9 223.9 0.00 0.53 1.00 % G73B # 242 39.2 0.135 0.229 0.589 -1.108 0.763 -14.1 -26.3 29.9 241.8 68.9 -53.8 -53.4 75.8 224.8 0.00 0.51 1.00 % G74B # 243 38.6 0.134 0.226 0.593 -1.126 0.777 -13.7 -26.6 30.0 242.6 68.4 -52.9 -54.2 75.7 225.7 0.00 0.49 1.00 % G75B # 244 37.9 0.133 0.224 0.597 -1.145 0.792 -13.4 -26.9 30.0 243.5 67.9 -51.9 -55.0 75.6 226.6 0.00 0.48 1.00 % G75B # 245 37.2 0.133 0.221 0.602 -1.166 0.809 -12.9 -27.2 30.1 244.5 67.4 -50.7 -55.9 75.5 227.7 0.00 0.46 1.00 % G76B # 246 36.5 0.132 0.218 0.608 -1.19 0.829 -12.4 -27.5 30.2 245.6 66.9 -49.4 -56.9 75.3 229.0 0.00 0.44 1.00 % G77B # 247 35.6 0.132 0.214 0.615 -1.217 0.851 -11.9 -27.9 30.3 246.7 66.2 -47.8 -57.9 75.1 230.4 0.00 0.42 1.00 % G78B # 248 34.8 0.131 0.211 0.622 -1.245 0.873 -11.4 -28.2 30.4 247.9 65.6 -46.2 -59.0 75.0 231.9 0.00 0.4 1.00 % G79B # 249 34.2 0.131 0.208 0.628 -1.267 0.892 -11.0 -28.5 30.5 248.8 65.1 -45.0 -59.8 74.8 233.0 0.00 0.39 1.00 % G80B # 250 33.6 0.13 0.205 0.635 -1.291 0.912 -10.5 -28.7 30.6 249.8 64.6 -43.6 -60.7 74.7 234.2 0.00 0.37 1.00 % G81B # 251 32.9 0.13 0.202 0.642 -1.317 0.933 -10.1 -29.0 30.7 250.7 64.1 -42.2 -61.6 74.6 235.5 0.00 0.35 1.00 % G82B # 252 32.2 0.129 0.199 0.65 -1.344 0.957 -9.6 -29.3 30.9 251.7 63.5 -40.6 -62.5 74.6 236.9 0.00 0.33 1.00 % G83B # 253 31.6 0.129 0.196 0.659 -1.373 0.982 -9.1 -29.6 31.0 252.7 63.0 -39.0 -63.5 74.5 238.4 0.00 0.31 1.00 % G84B # 254 30.9 0.129 0.193 0.668 -1.404 1.009 -8.7 -29.9 31.1 253.7 62.4 -37.3 -64.5 74.5 239.9 0.00 0.3 1.00 % G84B # 255 30.1 0.128 0.189 0.678 -1.437 1.038 -8.2 -30.2 31.3 254.8 61.8 -35.6 -65.5 74.6 241.4 0.00 0.28 1.00 % G85B # 256 29.4 0.128 0.186 0.689 -1.472 1.069 -7.7 -30.5 31.5 255.8 61.2 -33.8 -66.6 74.7 243.0 0.00 0.26 1.00 % G86B # 257 28.7 0.127 0.182 0.7 -1.508 1.102 -7.1 -30.8 31.6 256.8 60.5 -31.9 -67.7 74.8 244.7 0.00 0.24 1.00 % G87B # 258 28.0 0.127 0.179 0.712 -1.547 1.137 -6.6 -31.1 31.8 257.9 59.9 -29.9 -68.8 75.0 246.4 0.00 0.22 1.00 % G88B # 259 27.2 0.127 0.175 0.725 -1.588 1.174 -6.1 -31.4 32.0 258.9 59.2 -27.9 -69.9 75.3 248.2 0.00 0.21 1.00 % G89B # 260 26.5 0.127 0.171 0.739 -1.631 1.214 -5.6 -31.7 32.2 259.9 58.5 -25.8 -71.0 75.6 250.0 0.00 0.19 1.00 % G90B # 261 25.8 0.126 0.168 0.754 -1.677 1.257 -5.0 -32.0 32.4 261.0 57.8 -23.5 -72.2 76.0 251.9 0.00 0.17 1.00 % G91B # 262 25.0 0.126 0.163 0.773 -1.73 1.307 -4.4 -32.4 32.7 262.2 57.1 -20.9 -73.5 76.5 254.0 0.00 0.15 1.00 % G92B # 263 24.2 0.126 0.159 0.792 -1.786 1.36 -3.8 -32.7 32.9 263.3 56.3 -18.2 -74.8 77.0 256.2 0.00 0.13 1.00 % G93B # 264 23.4 0.126 0.155 0.813 -1.845 1.416 -3.2 -33.0 33.2 264.4 55.5 -15.5 -76.2 77.7 258.4 0.00 0.12 1.00 % G93B # 265 22.6 0.126 0.151 0.836 -1.906 1.475 -2.5 -33.3 33.4 265.5 54.7 -12.7 -77.5 78.5 260.6 0.00 0.1 1.00 % G94B # 266 21.9 0.126 0.147 0.859 -1.969 1.536 -1.9 -33.6 33.7 266.6 53.9 -9.9 -78.8 79.4 262.8 0.00 0.08 1.00 % G95B # 267 21.2 0.126 0.143 0.884 -2.035 1.601 -1.4 -33.9 33.9 267.6 53.2 -7.1 -80.1 80.4 264.9 0.00 0.06 1.00 % G96B # 268 20.5 0.126 0.139 0.909 -2.103 1.668 -0.8 -34.2 34.2 268.5 52.4 -4.2 -81.4 81.5 266.9 0.00 0.05 1.00 % G97B # 269 19.8 0.127 0.135 0.936 -2.173 1.737 -0.2 -34.5 34.5 269.5 51.6 -1.4 -82.6 82.7 268.9 0.00 0.03 1.00 % G98B # 270 19.2 0.127 0.132 0.963 -2.244 1.809 0.2 -34.7 34.7 270.4 50.9 1.2 -83.9 83.9 270.8 0.00 0.01 1.00 % G99B # 271 18.6 0.127 0.128 0.99 -2.316 1.881 0.7 -35.0 35.0 271.2 50.2 4.0 -85.1 85.2 272.6 0.0 0.00 1.00 % B00R # 272 18.0 0.127 0.125 1.019 -2.389 1.954 1.2 -35.2 35.2 272.0 49.5 6.6 -86.2 86.5 274.4 0.02 0.00 1.00 % B01R # 273 17.1 0.127 0.119 1.066 -2.512 2.08 1.9 -35.5 35.6 273.2 48.4 10.8 -88.1 88.8 277.0 0.04 0.00 1.00 % B02R # 274 16.3 0.128 0.115 1.111 -2.627 2.197 2.6 -35.8 35.9 274.2 47.4 14.6 -89.7 90.9 279.2 0.05 0.00 1.00 % B02R # 275 15.7 0.128 0.111 1.156 -2.736 2.309 3.2 -36.1 36.2 275.1 46.6 18.2 -91.1 93.0 281.3 0.07 0.00 1.00 % B03R # 276 15.0 0.129 0.107 1.205 -2.85 2.428 3.8 -36.3 36.5 276.0 45.7 21.9 -92.6 95.1 283.3 0.09 0.00 1.00 % B04R # 277 14.3 0.129 0.102 1.264 -2.989 2.573 4.5 -36.6 36.8 277.0 44.7 26.1 -94.2 97.7 285.5 0.11 0.00 1.00 % B05R # 278 13.5 0.13 0.097 1.336 -3.157 2.749 5.2 -36.8 37.2 278.0 43.5 30.9 -96.0 100.9 287.8 0.13 0.00 1.00 % B06R # 279 12.7 0.131 0.092 1.419 -3.349 2.951 5.9 -37.1 37.6 279.1 42.3 36.0 -97.9 104.3 290.1 0.15 0.00 1.00 % B07R # 280 11.9 0.132 0.087 1.513 -3.567 3.182 6.7 -37.3 37.9 280.2 41.1 41.3 -99.9 108.1 292.4 0.17 0.00 1.00 % B08R # 281 11.1 0.133 0.082 1.619 -3.809 3.44 7.4 -37.6 38.3 281.2 39.8 46.7 -102.0 112.2 294.6 0.19 0.00 1.00 % B09R # 282 10.3 0.134 0.077 1.734 -4.075 3.723 8.1 -37.8 38.7 282.1 38.5 52.1 -104.0 116.4 296.6 0.2 0.00 1.00 % B10R # 283 9.6 0.135 0.072 1.858 -4.357 4.025 8.8 -38.0 39.0 283.0 37.3 57.5 -106.0 120.6 298.4 0.22 0.00 1.00 % B11R # 284 8.7 0.136 0.066 2.068 -4.831 4.535 9.7 -38.2 39.4 284.2 35.4 65.5 -109.0 127.2 301.0 0.24 0.00 1.00 % B12R # 285 7.9 0.137 0.061 2.251 -5.235 4.973 10.4 -38.3 39.7 285.1 33.9 71.7 -111.1 132.3 302.8 0.26 0.00 1.00 % B13R # 286 6.7 0.131 0.052 2.488 -6.202 5.968 10.3 -38.6 40.0 284.9 31.1 76.8 -115.6 138.8 303.5 0.28 0.00 1.00 % B14R # 287 5.6 0.128 0.045 2.848 -7.295 7.117 10.7 -38.8 40.2 285.4 28.5 84.7 -119.6 146.5 305.3 0.3 0.00 1.00 % B15R # 288 6.3 0.144 0.05 2.887 -6.421 6.291 12.3 -38.2 40.2 287.9 30.4 89.6 -116.1 146.6 307.6 0.32 0.00 1.00 % B16R # 289 6.7 0.15 0.052 2.866 -6.055 5.937 12.9 -38.1 40.2 288.8 31.3 90.6 -114.5 146.0 308.3 0.34 0.00 1.00 % B17R # 290 7.1 0.157 0.055 2.846 -5.713 5.607 13.6 -37.9 40.2 289.7 32.2 91.7 -112.8 145.4 309.0 0.35 0.00 1.00 % B17R # 291 7.6 0.163 0.057 2.826 -5.395 5.302 14.2 -37.6 40.3 290.7 33.1 92.7 -111.2 144.8 309.8 0.37 0.00 1.00 % B18R # 292 8.0 0.169 0.06 2.807 -5.099 5.02 14.9 -37.4 40.3 291.7 34.0 93.7 -109.6 144.2 310.5 0.39 0.00 1.00 % B19R # 293 8.4 0.175 0.063 2.788 -4.826 4.76 15.6 -37.2 40.3 292.7 34.9 94.7 -108.0 143.7 311.2 0.41 0.00 1.00 % B20R # 294 8.9 0.182 0.065 2.77 -4.572 4.52 16.2 -37.0 40.4 293.7 35.9 95.8 -106.4 143.1 311.9 0.43 0.00 1.00 % B21R # 295 9.4 0.188 0.068 2.753 -4.338 4.298 16.9 -36.7 40.5 294.7 36.8 96.7 -104.8 142.6 312.7 0.45 0.00 1.00 % B22R # 296 9.9 0.194 0.071 2.736 -4.12 4.095 17.7 -36.5 40.6 295.8 37.7 97.7 -103.2 142.1 313.4 0.47 0.00 1.00 % B23R # 297 10.4 0.201 0.073 2.72 -3.919 3.907 18.4 -36.3 40.7 296.9 38.6 98.7 -101.6 141.6 314.1 0.48 0.00 1.00 % B24R # 298 10.9 0.207 0.076 2.704 -3.733 3.735 19.1 -36.0 40.8 298.0 39.4 99.6 -100.0 141.2 314.8 0.5 0.00 1.00 % B25R # 299 11.4 0.213 0.079 2.689 -3.56 3.576 19.9 -35.8 40.9 299.0 40.3 100.6 -98.5 140.8 315.6 0.52 0.00 1.00 % B26R # 300 11.9 0.219 0.082 2.675 -3.4 3.429 20.6 -35.5 41.1 300.1 41.2 101.5 -96.9 140.4 316.3 0.54 0.00 1.00 % B27R # 301 12.5 0.225 0.084 2.661 -3.251 3.294 21.4 -35.2 41.2 301.2 42.0 102.4 -95.4 140.0 316.9 0.56 0.00 1.00 % B28R # 302 13.0 0.231 0.087 2.647 -3.113 3.17 22.1 -35.0 41.4 302.3 42.8 103.2 -94.0 139.6 317.6 0.58 0.00 1.00 % B29R # 303 13.6 0.237 0.09 2.634 -2.985 3.055 22.9 -34.7 41.6 303.4 43.7 104.1 -92.5 139.3 318.3 0.6 0.00 1.00 % B30R # 304 14.1 0.243 0.092 2.622 -2.865 2.949 23.7 -34.4 41.8 304.5 44.5 104.9 -91.1 138.9 319.0 0.62 0.00 1.00 % B31R # 305 14.7 0.248 0.095 2.61 -2.754 2.851 24.4 -34.1 42.0 305.5 45.3 105.7 -89.7 138.6 319.6 0.63 0.00 1.00 % B31R # 306 15.3 0.254 0.097 2.598 -2.65 2.761 25.2 -33.9 42.2 306.6 46.0 106.5 -88.3 138.3 320.3 0.65 0.00 1.00 % B32R # 307 15.8 0.259 0.1 2.586 -2.554 2.677 25.9 -33.6 42.5 307.6 46.8 107.2 -86.9 138.0 320.9 0.67 0.00 1.00 % B33R # 308 16.4 0.264 0.102 2.575 -2.464 2.599 26.7 -33.3 42.7 308.7 47.5 107.9 -85.6 137.8 321.5 0.69 0.00 1.00 % B34R # 309 17.0 0.269 0.105 2.565 -2.379 2.527 27.4 -33.0 43.0 309.7 48.2 108.6 -84.3 137.5 322.1 0.71 0.00 1.00 % B35R # 310 17.5 0.274 0.107 2.554 -2.301 2.46 28.2 -32.8 43.2 310.6 49.0 109.3 -83.0 137.3 322.7 0.73 0.00 1.00 % B36R # 311 18.1 0.279 0.109 2.544 -2.227 2.398 28.9 -32.5 43.5 311.6 49.6 109.9 -81.8 137.0 323.3 0.75 0.00 1.00 % B37R # 312 18.7 0.283 0.111 2.534 -2.158 2.34 29.6 -32.2 43.8 312.5 50.3 110.5 -80.6 136.8 323.9 0.77 0.00 1.00 % B38R # 313 19.2 0.288 0.114 2.524 -2.093 2.286 30.3 -31.9 44.0 313.5 51.0 111.1 -79.4 136.6 324.4 0.78 0.00 1.00 % B39R # 314 19.8 0.292 0.116 2.515 -2.033 2.236 31.0 -31.7 44.3 314.4 51.6 111.7 -78.2 136.4 324.9 0.8 0.00 1.00 % B40R # 315 20.3 0.296 0.118 2.505 -1.976 2.189 31.7 -31.4 44.6 315.2 52.2 112.2 -77.1 136.2 325.4 0.82 0.00 1.00 % B41R # 316 20.9 0.3 0.12 2.496 -1.923 2.145 32.3 -31.1 44.9 316.1 52.8 112.7 -76.0 136.0 325.9 0.84 0.00 1.00 % B42R # 317 21.8 0.306 0.123 2.474 -1.841 2.073 33.2 -30.7 45.2 317.2 53.8 113.0 -74.3 135.2 326.6 0.86 0.00 1.00 % B43R # 318 23.0 0.313 0.128 2.436 -1.736 1.974 34.3 -30.0 45.6 318.8 55.1 113.0 -71.8 133.9 327.5 0.88 0.00 1.00 % B44R # 319 24.2 0.319 0.133 2.399 -1.646 1.888 35.1 -29.4 45.8 320.1 56.3 112.7 -69.5 132.5 328.3 0.9 0.00 1.00 % B45R # 320 25.3 0.324 0.137 2.363 -1.57 1.812 35.8 -28.7 45.9 321.2 57.4 112.3 -67.5 131.0 328.9 0.91 0.00 1.00 % B45R # 321 26.4 0.328 0.141 2.328 -1.504 1.744 36.4 -28.2 46.0 322.2 58.4 111.6 -65.6 129.5 329.5 0.93 0.00 1.00 % B46R # 322 27.3 0.332 0.144 2.295 -1.446 1.682 36.8 -27.6 46.0 323.0 59.3 110.9 -63.8 127.9 330.0 0.95 0.00 1.00 % B47R # 323 28.2 0.335 0.148 2.263 -1.395 1.626 37.1 -27.1 45.9 323.8 60.1 110.0 -62.2 126.4 330.5 0.97 0.00 1.00 % B48R # 324 29.1 0.337 0.151 2.232 -1.35 1.575 37.3 -26.6 45.8 324.4 60.8 109.1 -60.7 124.8 330.9 1.00 0.00 1.0 % B49R # 325 29.8 0.34 0.154 2.203 -1.31 1.528 37.4 -26.1 45.6 325.0 61.5 108.1 -59.3 123.3 331.2 1.00 0.00 0.98 % B50R # 326 31.1 0.344 0.159 2.165 -1.248 1.462 37.8 -25.3 45.5 326.2 62.6 107.0 -57.0 121.2 331.9 1.00 0.00 0.96 % B51R # 327 32.3 0.348 0.163 2.129 -1.192 1.4 38.1 -24.4 45.2 327.3 63.6 105.8 -54.7 119.1 332.6 1.00 0.00 0.94 % B52R # 328 33.3 0.351 0.167 2.097 -1.144 1.348 38.2 -23.6 44.9 328.2 64.4 104.6 -52.7 117.2 333.2 1.00 0.00 0.93 % B53R # 329 34.2 0.354 0.171 2.068 -1.104 1.303 38.3 -22.9 44.6 329.1 65.1 103.5 -50.8 115.3 333.8 1.00 0.00 0.91 % B54R # 330 35.1 0.357 0.175 2.042 -1.066 1.261 38.3 -22.1 44.2 329.9 65.8 102.4 -49.0 113.5 334.4 1.00 0.00 0.89 % B55R # 331 35.9 0.36 0.178 2.017 -1.029 1.221 38.3 -21.3 43.9 330.8 66.4 101.3 -47.2 111.8 335.0 1.00 0.00 0.87 % B56R # 332 36.6 0.364 0.182 1.996 -0.994 1.185 38.3 -20.4 43.4 331.8 67.0 100.3 -45.3 110.1 335.6 1.00 0.00 0.85 % B57R # 333 37.2 0.367 0.186 1.976 -0.958 1.151 38.1 -19.4 42.8 332.9 67.4 99.3 -43.2 108.3 336.4 1.00 0.00 0.83 % B58R # 334 37.4 0.371 0.188 1.964 -0.931 1.128 37.9 -18.5 42.2 333.9 67.6 98.6 -41.5 107.0 337.1 1.00 0.00 0.81 % B59R # 335 37.6 0.374 0.191 1.954 -0.904 1.107 37.7 -17.6 41.6 334.9 67.7 98.0 -39.8 105.8 337.8 1.00 0.00 0.79 % B60R # 336 37.7 0.378 0.194 1.944 -0.877 1.087 37.5 -16.7 41.0 336.0 67.8 97.3 -38.0 104.5 338.6 1.00 0.00 0.78 % B60R # 337 37.9 0.381 0.197 1.934 -0.851 1.068 37.3 -15.7 40.5 337.0 67.9 96.7 -36.2 103.2 339.4 1.00 0.00 0.76 % B61R # 338 38.0 0.385 0.2 1.924 -0.827 1.05 37.0 -14.9 39.9 338.1 68.0 96.0 -34.5 102.1 340.2 1.00 0.00 0.74 % B62R # 339 38.1 0.388 0.202 1.915 -0.804 1.033 36.8 -14.0 39.4 339.1 68.1 95.4 -32.9 100.9 340.9 1.00 0.00 0.72 % B63R # 340 38.3 0.391 0.205 1.907 -0.783 1.018 36.6 -13.3 39.0 340.0 68.2 94.9 -31.4 99.9 341.6 1.00 0.00 0.7 % B64R # 341 39.6 0.393 0.21 1.868 -0.753 0.971 36.4 -12.6 38.5 340.9 69.2 92.8 -29.4 97.3 342.4 1.00 0.00 0.68 % B65R # 342 39.7 0.394 0.212 1.862 -0.741 0.961 36.2 -12.1 38.2 341.4 69.3 92.4 -28.5 96.7 342.8 1.00 0.00 0.66 % B66R # 343 39.8 0.396 0.213 1.856 -0.728 0.951 36.1 -11.6 37.9 342.0 69.3 91.9 -27.5 96.0 343.3 1.00 0.00 0.65 % B67R # 344 39.9 0.398 0.215 1.849 -0.714 0.941 35.9 -11.1 37.6 342.7 69.4 91.4 -26.3 95.2 343.9 1.00 0.00 0.63 % B68R # 345 40.0 0.401 0.217 1.841 -0.698 0.929 35.7 -10.5 37.2 343.5 69.5 90.9 -25.1 94.3 344.5 1.00 0.00 0.61 % B69R # 346 40.1 0.404 0.22 1.833 -0.681 0.916 35.4 -9.8 36.8 344.4 69.5 90.3 -23.7 93.3 345.2 1.00 0.00 0.59 % B70R # 347 40.2 0.407 0.223 1.825 -0.662 0.903 35.1 -9.1 36.3 345.4 69.6 89.6 -22.1 92.3 346.1 1.00 0.00 0.57 % B71R # 348 40.3 0.41 0.226 1.816 -0.642 0.89 34.8 -8.3 35.8 346.5 69.6 88.9 -20.4 91.2 347.0 1.00 0.00 0.55 % B72R # 349 40.3 0.414 0.229 1.806 -0.62 0.875 34.5 -7.4 35.3 347.7 69.7 88.1 -18.5 90.1 348.1 1.00 0.00 0.53 % B73R # 350 40.4 0.418 0.233 1.795 -0.597 0.86 34.2 -6.5 34.8 349.1 69.8 87.3 -16.4 88.8 349.3 1.00 0.00 0.51 % B74R # 351 40.5 0.423 0.237 1.784 -0.573 0.845 33.8 -5.5 34.2 350.6 69.8 86.4 -14.1 87.6 350.6 1.00 0.00 0.5 % B74R # 352 40.5 0.426 0.24 1.775 -0.552 0.832 33.4 -4.7 33.8 351.9 69.8 85.6 -12.2 86.5 351.8 1.00 0.00 0.48 % B75R # 353 40.6 0.429 0.242 1.769 -0.54 0.825 33.2 -4.2 33.5 352.6 69.9 85.2 -11.0 85.9 352.5 1.00 0.00 0.46 % B76R # 354 40.6 0.431 0.244 1.763 -0.528 0.818 33.0 -3.7 33.2 353.4 69.9 84.7 -9.8 85.3 353.3 1.00 0.00 0.44 % B77R # 355 40.6 0.434 0.246 1.757 -0.516 0.811 32.8 -3.2 32.9 354.2 69.9 84.2 -8.6 84.6 354.1 1.00 0.00 0.42 % B78R # 356 40.6 0.436 0.249 1.751 -0.504 0.804 32.6 -2.7 32.7 355.1 69.9 83.7 -7.3 84.0 354.9 1.00 0.00 0.4 % B79R # 357 40.7 0.439 0.251 1.745 -0.491 0.797 32.3 -2.2 32.4 355.9 69.9 83.2 -6.0 83.4 355.8 1.00 0.00 0.38 % B80R # 358 40.7 0.441 0.254 1.739 -0.478 0.79 32.1 -1.7 32.1 356.8 69.9 82.7 -4.7 82.8 356.7 1.00 0.00 0.36 % B81R # 359 40.7 0.444 0.256 1.733 -0.465 0.783 31.9 -1.2 31.9 357.7 70.0 82.2 -3.3 82.2 357.6 1.00 0.00 0.35 % B82R # 360 40.7 0.447 0.259 1.727 -0.453 0.777 31.6 -0.7 31.6 358.7 70.0 81.6 -1.9 81.7 358.6 1.00 0.00 0.33 % B83R # ] def [%END XYZTD65 /YoD65 4 array def %RYGB from VE30, hue angle hAB=17.5, 93.3, 169.1 270.8 /YoD65 [41.1 83.1 61.7 18.7] def /YoRYGB 4 array def /YoRYGB [17.5 93.3 169.1 270.8] def %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (F) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} {/lanind1 0 def /lanind2 0 def} ifelse /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} {/colorm1 0 def} ifelse /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} {/deintp1 0 def} ifelse /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} {/xcolor1 3 def} ifelse /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchart1 0 def /xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 0 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} {/pchart1 0 def} ifelse /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} {/colsep1 0 def} ifelse /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} {/pmetam1 0 def} ifelse %either defaul values for xchart=0 or values for xchart=1 /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if %always independent of intended output 5 /Times-ISOL1 FS /cvishow {cvi 6 string cvs show} def %75 85 moveto %lanind cvishow (-) show %colorm cvishow %deintp cvishow %xcolor cvishow %xchart cvishow %pchart cvishow %colsep cvishow (-L) show pmetam cvishow gsave %XCHA01.PS END 5 /Times-ISOL1 FS 175 85 moveto (VG291-8N) show 72 90 translate 0.01 MM dup scale 20 setlinewidth /xchartl 5 def /xwidth 5400 def /ywidth 4000 def 0.0 0.0 0.0 0.5 setcmykcolor 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath fill 0 setlinewidth 0 0 moveto xwidth 0 rlineto 0 ywidth rlineto xwidth neg 0 rlineto closepath clip 20 setlinewidth 0 0 xwidth ywidth 0.0 0.0 0.0 1.0 colrecst %frame black /ishowz {0 -50 rmoveto TBK (z) show 0 50 rmoveto TBM} def /ishowg {0 -50 rmoveto TBK (g) show 0 50 rmoveto TBM} def /ishoww {0 -50 rmoveto TBK (W) show 0 50 rmoveto TBM} def /ishowp {0 -50 rmoveto TBK (p) show 0 50 rmoveto TBM} def /ishown {0 -50 rmoveto TBK (n) show 0 50 rmoveto TBM} def /ishowu {0 -50 rmoveto TBK (u) show 0 50 rmoveto TBM} def /ishowo {0 -50 rmoveto TBK (o) show 0 50 rmoveto TBM} def /ishownu {0 -50 rmoveto TBK (nu) show 0 50 rmoveto TBM} def /ishowon {0 -50 rmoveto TBK (on) show 0 50 rmoveto TBM} def /ishoweff {0 -50 rmoveto TBK (eff) show 0 50 rmoveto TBM} def 20 setlinewidth 050 3825 moveto TBL tfw (CIE\255Normfarbwert log) showde (CIE tristimulus value log) showen TBIL (Y) show TBL ( of) showen ( von) showde TBIL ( Ostwald) show TBL (\255Farben (o) von maxi\255) showde ( colours (o) of maximum) showen 050 3600 moveto TBL (malem Buntwert) showde (chromatic value) showen TBIL ( C) show TBS 0 -50 rmoveto (AB) show 0 50 rmoveto TBL (; CIE Normlichtart D65;) showde (; CIE standard illuminant D65;) showen TBIL ( Y) show TBS 0 -50 rmoveto (u) show 0 50 rmoveto TBL (=18) show %BEG X,Y,Z = f(hAB) 380 280 translate /ydel 175 def /KN 0 def 30 setlinewidth 0 setgray 0 0 moveto 400 12 mul 100 add 0 rlineto stroke 0 0 moveto 0 3000 250 add rlineto stroke % 0 1200 moveto 400 12 mul 0 rlineto stroke %cero line 400 12 mul 150 add 0 moveto -100 50 rlineto 0 -100 rlineto closepath fill 0 3000 300 add moveto -50 -100 rlineto 100 0 rlineto closepath fill TBL /txl [ (400) (500) (600) (700) (400)] def /txw [ ( 0) ( 90) (180) (270) (360)] def /txc [() () () (494c,E) (561c,E)] def /tye [(0,0) () (1,0) ( ) (2,0) ()] def %!x-Achse: 100 Einheiten = 1200 Skalen-Einheiten 0 1 4 {/i exch def /ixt {-150 i 1200 mul add} def /ixl { 000 i 1200 mul add} def ixt -250 moveto txw i get exec show ixl 75 moveto 0 -150 rlineto stroke } for /ixtt 4 1200 mul def /iytt -200 def ixtt 500 sub iytt moveto TBIL (h) show 0 -30 rmoveto TBS (AB) show 0 30 rmoveto %!y-Achse: 100 S-Einheiten = 0750 Skalen-Einheiten TBL 0 1 4 {/i exch def /iyt {-50 i 0750 mul add} def /iyl {000 i 0750 mul add} def -350 iyt moveto tye i get show -75 iyl moveto 150 0 rlineto stroke } for /i 4 def 100 130 i 0750 mul add moveto TBL (log) show TBIL (Y) show /Yi 361 array def 0 1 360 {/i exch def %i=0,360 /i19 i 19 mul 1 add def Yi i XYZTD65 i19 get put } for %i=0,360 /i1 0 def /i2 360 def /MULX 40 3 div def %scale hue angle %/MULY 90 3 div def %scale XYZ, ABC /MULY 90 3 div 50 mul def %scale XYZ, ABC tfw i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get 0.18 mul log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 le and {lineto} if } for %i=i1,i2 i2 MULX mul 100 log MULY mul lineto i1 MULX mul 100 log MULY mul lineto closepath fill /fakt18 0.18 def tfn [100] 0 setdash i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get 0.90 mul log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 i1 1 i2 {/i exch def %i=i1,i2 i MULX mul Yi i get fakt18 mul log MULY mul i i1 eq {moveto} if i i1 1 add ge i i2 1 sub le and {lineto} if i i2 eq {stroke} if } for %i=i1,i2 0 18 log MULY mul moveto 360 MULX mul 18 log MULY mul lineto stroke 0 18 5 mul log MULY mul moveto 360 MULX mul 18 5 mul log MULY mul lineto stroke %tfr %0 10 log MULY mul moveto %360 MULX mul 10 log MULY mul lineto stroke %0 1 log MULY mul moveto %360 MULX mul 1 log MULY mul lineto stroke %tfw /i3 040 def /i4 240 def i3 1 i4 {/i exch def %i=i3,i4 i MULX mul Yi i get fakt18 mul 0.1 mul log MULY mul i i3 eq {moveto} if i i3 1 add ge i i4 1 sub le and {lineto} if i i4 eq {stroke} if } for %i=i1,i4 0 18 log MULY mul moveto 360 MULX mul 18 log MULY mul lineto stroke 0 18 0.1 mul log MULY mul moveto 360 MULX mul 18 0.1 mul log MULY mul lineto stroke [ ] 0 setdash 035 MULX mul 18 3 add log MULY mul moveto TBL (log) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto 113 MULX mul 18 3 add log MULY mul moveto TBL (Grey) showen (Grau) showde 019 MULX mul 18 50 add log MULY mul moveto TBL (log\0505) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto TBL (\051) show 19 MULX mul 18 0.3 mul log MULY mul moveto TBL (log\0500,18) show TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto TBL (\051) show 19 MULX mul 18 0.115 mul log MULY mul moveto TBL (log\0500,1) show TBIL (Y) show 0 -50 rmoveto TBS (u) show 0 50 rmoveto TBL (\051) show 105 lanind 1 eq {10 add} if MULX mul 18 0.115 mul log MULY mul moveto TBL (Black) showen (Schwarz) showde 250 MULX mul 18 15 add log MULY mul moveto TBL (log) show TBIL (Y) show 0 -50 rmoveto TBS (o) show 0 50 rmoveto TBL 0 1 3 {/i exch def %i=0,3 hue angles /iRYGB YoRYGB i get cvi def i 1 eq {tfn 60 setlinewidth iRYGB MULX mul Yi iRYGB get 0.9 mul log MULY mul moveto iRYGB MULX mul 0 MULY mul lineto stroke 30 setlinewidth } if i 0 eq {tfr /tRYGB (R) def} if i 1 eq {tfy /tRYGB (Y) def} if i 2 eq {tfg /tRYGB (G) def} if i 3 eq {tfb /tRYGB (B) def} if iRYGB MULX mul Yi iRYGB get 0.9 mul log MULY mul moveto iRYGB MULX mul 0 MULY mul lineto stroke %text iRYGB i 2 le {5 add} {28 sub} ifelse MULX mul 100 0.9 mul moveto iRYGB cvishow iRYGB i 2 le {5 add} {13 sub} ifelse MULX mul Yi iRYGB get 0.9 mul i 2 le {15 sub} {06 sub} ifelse log MULY mul moveto i 1 eq {tfn} if tRYGB show } for %i=0,3 hue angles tfn TL 160 lanind 0 eq {35 sub} if MULX mul 70 log MULY mul moveto (Bereich des) showde (Range of) showen TIL ( Weber\255Fechner) show TL ( law) showen (\255Gesetzes) showde 160 lanind 0 eq {35 sub} if MULX mul 57 log MULY mul moveto TS (weisser Bereich,) showde (white area,) showen TIS ( dY/Y) show TS (=const) show TS (, see CIE R1-57) showen (, siehe CIE R1-57) showde 380 neg 280 neg translate showpage grestore %%Trailer %%EndDocument EndEPSF grestore gsave BeginEPSF 219 MM 080 MM add 008 MM translate %80 MM Breite von TestStreifen 10 /Times-ISOL1 FS 53 MM 1 MM moveto () show 1 1 scale -77 21 MM sub -91 translate %%BeginDocument: Bild 29 Teststreifen Ueberlaenge %line 509 %%EndDocument EndEPSF grestore gsave BeginEPSF -0.0 MM -0.0 MM translate %xy-Verschiebung Rechteckrahmen nach innen% %%BeginDocument: Bild 30 %Rechteckrahmen %line 519 %!PS-Adobe-3.0 EPSF-3.0 Frame arround with Internet text DG02 20070101 %%BoundingBox: 0 0 598 845 %%EndProlog gsave /lanind 1 def /lantex [(G) (E) (S) (N) (I) (J) (M)] def /showde {0 lanind eq {show} {pop} ifelse} bind def /showen {1 lanind eq {show} {pop} ifelse} bind def /showes {2 lanind eq {show} {pop} ifelse} bind def /showfr {3 lanind eq {show} {pop} ifelse} bind def /showit {4 lanind eq {show} {pop} ifelse} bind def /showjp {5 lanind eq {show} {pop} ifelse} bind def /showea {1 lanind le {show} {pop} ifelse} bind def /lanind1 01 def /lanind2 01 def /lanindd 01 def /colorm1 00 def /colorm2 00 def /colormd 01 def /deintp1 00 def /deintp2 00 def /deintpd 01 def /xcolor1 03 def /xcolor2 03 def /xcolord 01 def /xchart1 00 def /xchart2 00 def /xchartd 01 def /pchart1 00 def /pchart2 00 def /pchartd 01 def /colsep1 00 def /colsep2 00 def /colsepd 01 def /pmetam1 00 def /pmetam2 00 def /pmetamd 01 def /lanindf where {pop /lanind1 lanindf def /lanind2 lanindf def /lanindd laninddf def} if /colormf where {pop /colorm1 colormf def /colorm2 colormf def /colormd colormdf def} if /deintpf where {pop /deintp1 deintpf def /deintp2 deintpf def /deintpd deintpdf def} if /xcolorf where {pop /xcolor1 xcolorf def /xcolor2 xcolorf def /xcolord xcolordf def} if /xchartf where {pop /xchart1 xchartf def /xchart2 xchartf def /xchartd xchartdf def /xchartm xchart2f xchart1f sub 1 add def} {/xchartm 1 def} ifelse /xchart3f where {pop /xchart3 xchart3f def} {/xchart3 1 def} ifelse /xchart4f where {pop /xchart4 xchart4f def} {/xchart4 0 def} ifelse /pchartf where {pop /pchart1 pchartf def /pchart2 pchartf def /pchartd pchartdf def} if /colsepf where {pop /colsep1 colsepf def /colsep2 colsepf def /colsepd colsepdf def} if /pmetamf where {pop /pmetam1 pmetamf def /pmetam2 pmetamf def /pmetamd pmetamdf def} if /lanind lanind1 def % /colorm colorm1 def % /deintp deintp1 def % /xcolor xcolor1 def % /xchart xchart1 def % /pchart pchart1 def % /colsep colsep1 def % /pmetam pmetam1 def % /GSS$ where {pop /LSS$ GSS$ def} {/LSS$ (1) def} ifelse /GSC$ where {pop /LSC$ GSC$ def} {/LSC$ (N) def} ifelse /GSX$ where {pop /LSX$ GSX$ def} {/LSX$ (0) def} ifelse /GSY$ where {pop /LSY$ GSY$ def} {/LSY$ (0) def} ifelse /GEX$ where {pop /LEX$ GEX$ def} {/LEX$ (P.PS./PDF) def} ifelse /GEY$ where {pop /LEY$ GEY$ def} {/LEY$ (P.DAT) def} ifelse /IMES 0 def /i*ptrsc 0 def gsave 0 setgray 1.0 1.0 scale 0.0 MM 0.0 MM translate 0.15 MM setlinewidth /x 20 array def /y 20 array def /d 20 array def /x [000 296 296 000 002 294 294 002 005 291 291 005 %speziell 006 290 290 006 008 288 288 008 ] def /y [000 000 210 210 002 002 208 208 005 005 205 205 %speziell 006 006 204 204 008 008 202 202 ] def /d [060 017 -60 -17 058 015 -58 -15 056 013 -56 -13 054 011 -54 -11 052 009 -52 -09 ] def colorm 0 eq deintp 0 eq and {/Txx (d) def /Fxx (d) def} if %colorm=0, deintp=0 colorm 0 eq deintp 1 eq and {/Txx (e) def /Fxx (e) def} if %colorm=0, deintp=1 colorm 1 eq deintp 0 eq and {/Txx (dd) def /Fxx (d) def} if %colorm=1, deintp=0 colorm 1 eq deintp 1 eq and {/Txx (de) def /Fxx (e) def} if %colorm=1, deintp=1 xchart 0 eq {/Txx (-) def /Fxx (-) def} if xchart 1 ge {%xchart>=1 /i0 12 def /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def 2.5 MM /Times-ISOL1 FS x i0 get MM 40 MM add y i0 get MM 1 MM sub moveto lanind cvishow (-) show colorm cvishow deintp cvishow xcolor cvishow xchart cvishow pchart cvishow colsep cvishow (-F) show pmetam cvishow } if %xchart>=1 /xt 1 def xchart 1 eq {/xt 1 def} if xt 0 eq {%xt=0,1 ifelse /i0 12 def /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def 2.5 MM /Times-ISOL1 FS x i0 get MM 110 MM add y i0 get MM 1 MM sub moveto (http://130.149.60.45/~farbmetrik/VG29/VG29) show colorm cvishow deintp cvishow colorm 0 eq {(N) show} {(F) show} ifelse (P.PDF & ) show (http://130.149.60.45/~farbmetrik/VG29/VG29) show colorm cvishow deintp cvishow colorm 0 eq {(N) show} {(F) show} ifelse (P.TXT & ) show (http://130.149.60.45/~farbmetrik/VG29/VG29.HTM) show } %xt=0 { %xt=1 /xlu 017 MM def /ylu 017 MM def /xro 279 MM def /yro 193 MM def /xlo 017 MM def /ylo 193 MM def /xru 279 MM def /yru 017 MM def xlu 8 MM sub ylu moveto 16 MM 0 rlineto stroke xlu ylu 8 MM sub moveto 0 16 MM rlineto stroke xro 8 MM add yro moveto -16 MM 0 rlineto stroke xro yro 8 MM add moveto 0 -16 MM rlineto stroke xru 8 MM sub yru moveto 16 MM 0 rlineto stroke xru yru 8 MM sub moveto 0 16 MM rlineto stroke xlo 8 MM add ylo moveto -16 MM 0 rlineto stroke xlo ylo 8 MM add moveto 0 -16 MM rlineto stroke 1 2 7 {/i exch def %Zentrierkreise xlu ylu i MM 0 360 arc stroke xro yro i MM 0 360 arc stroke xru yru i MM 0 360 arc stroke xlo ylo i MM 0 360 arc stroke } for %i 12 4 16 {/i exch def /i0 i def %i=0,16 %0 4 16 {/i exch def /i0 i def %i=0,16 /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse 0 setgray x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto x i0 get MM y i0 get MM lineto stroke i 16 eq {6 /Times-ISOL1 FS /x00 67 def /xdif 32 def /y0o 202.3 def /y0u 6.3 def /x0l 6.1 def /x0r 288 def /y00 22 def /ydif 32 def x00 xdif 0 mul add MM y0o MM moveto (V) show x00 xdif 0 mul add MM y0u MM moveto (C) show x00 xdif 1 mul add MM y0o MM moveto (L) show x00 xdif 1 mul add MM y0u MM moveto (M) show x00 xdif 2 mul add MM y0o MM moveto (O) show x00 xdif 2 mul add MM y0u MM moveto (Y) show x00 xdif 3 mul add MM y0o MM moveto (Y) show x00 xdif 3 mul add MM y0u MM moveto (O) show x00 xdif 4 mul add MM y0o MM moveto (M) show x00 xdif 4 mul add MM y0u MM moveto (L) show x00 xdif 5 mul add MM y0o MM moveto (C) show x00 xdif 5 mul add MM y0u MM moveto (V) show x0l MM y00 ydif 0 mul add MM moveto (V) show x0r MM y00 ydif 0 mul add MM moveto (C) show x0l MM y00 ydif 1 mul add MM moveto (L) show x0r MM y00 ydif 1 mul add MM moveto (M) show x0l MM y00 ydif 2 mul add MM moveto (O) show x0r MM y00 ydif 2 mul add MM moveto (Y) show x0l MM y00 ydif 3 mul add MM moveto (Y) show x0r MM y00 ydif 3 mul add MM moveto (O) show x0l MM y00 ydif 4 mul add MM moveto (M) show x0r MM y00 ydif 4 mul add MM moveto (L) show x0l MM y00 ydif 5 mul add MM moveto (C) show x0r MM y00 ydif 5 mul add MM moveto (V) show } if } for %i=0,16 0 1 10 {/j0 exch def /j1 j0 1 add def %j0 j0 0 eq {tzccmy0* setcmykcolor} if j0 1 eq {0 setgray} if j0 2 eq {tzmcmy0* setcmykcolor} if j0 3 eq {0 setgray} if j0 4 eq {tzycmy0* setcmykcolor} if j0 5 eq {0 setgray} if j0 6 eq {tzocmy0* setcmykcolor} if j0 7 eq {0 setgray} if j0 8 eq {tzlcmy0* setcmykcolor} if j0 9 eq {0 setgray} if j0 10 eq {tzvcmy0* setcmykcolor} if 12 4 16 {/i exch def /i0 i def %i=0,16 %0 4 16 {/i exch def /i0 i def %i=0,16 /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def i 16 eq {0.30 MM setlinewidth} {0.15 MM setlinewidth} ifelse x i0 get d i0 get add 16 j0 mul add MM y i0 get MM moveto x i0 get d i0 get add 16 j1 mul add MM y i0 get MM lineto stroke x i1 get MM y i1 get d i1 get add 16 j0 mul add MM moveto x i1 get MM y i1 get d i1 get add 16 j1 mul add MM lineto stroke x i2 get d i2 get add 16 j0 mul sub MM y i2 get MM moveto x i2 get d i2 get add 16 j1 mul sub MM y i2 get MM lineto stroke x i3 get MM y i3 get d i3 get add 16 j0 mul sub MM moveto x i3 get MM y i3 get d i3 get add 16 j1 mul sub MM lineto stroke } for %i=0,16 } for %j0 0.15 MM setlinewidth /s 7 MM def /s1 8 MM def /s5 36 MM def 16 1 20 {/j exch def /j0 j 16 sub def %j=16,20 /ix0 xlu 8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def 0 1 3 {/ij exch def %ij=0,3 ij 0 eq {/ix0 xlu 8 MM add j0 7 MM mul add def /iy0 ylu 8 MM sub def} if ij 1 eq {/ix0 xru 43 MM sub j0 7 MM mul add def /iy0 yru 8 MM sub def} if ij 2 eq {/ix0 xlo 8 MM add j0 7 MM mul add def /iy0 ylo 1 MM add def} if ij 3 eq {/ix0 xro 43 MM sub j0 7 MM mul add def /iy0 yro 1 MM add def} if i*ptrsc 0 eq i*ptrsc 2 eq or {%i*ptrsc=0,2 cmy0* setcmykcolor j 16 eq {tzan j get dup dup 0 setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if tzan j get dup dup 0 setcmykcolor ix0 iy0 s s rec fill } if %i*ptrsc=0,2 i*ptrsc 1 eq i*ptrsc 3 eq or {%i*ptrsc=1,3 www* setrgbcolor j 16 eq {1 tzan j get 1 sub dup dup setrgbcolor %N ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 1 tzan j get sub dup dup setrgbcolor %N ix0 iy0 s s rec fill } if %i*ptrsc=1,3 i*ptrsc 4 eq i*ptrsc 5 eq or {%i*ptrsc=4,5 [/CIEBasedABC << %Farbraum und Grenzen fuer D65 /RangeABC [0 100 -128 127 -128 127] /DecodeABC [{16 add 116 div} bind {500 div} bind {200 div} bind] /MatrixABC [1 1 1 1 0 0 0 0 -1] /DecodeLMN [{dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 0.9505 mul} bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse} bind {dup 6 29 div ge {dup dup mul mul} {4 29 div sub 108 841 div mul} ifelse 1.0890 mul} bind] /WhitePoint [0.9505 1 1.089] %CIEXYZ fuer D65 >>] setcolorspace j 16 eq {tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add setcolor %N ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if tznLAB* 0 get tzwLAB* 0 get tznLAB* 0 get sub 0.25 j0 mul mul add tznLAB* 1 get tzwLAB* 1 get tznLAB* 1 get sub 0.25 j0 mul mul add tznLAB* 2 get tzwLAB* 2 get tznLAB* 2 get sub 0.25 j0 mul mul add setcolor %N ix0 iy0 s s rec fill } if %i*ptrsc=4,5 i*ptrsc 6 eq {%i*ptrsc=6 000n* setcmykcolor j 16 eq {0 0 0 tzan j get setcmykcolor ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 0 0 0 tzan j get setcmykcolor ix0 iy0 s s rec fill } if %i*ptrsc=6 i*ptrsc 7 eq {%i*ptrsc=7 w* setgray j 16 eq {1 tzan j get sub setgray ix0 0.5 MM sub iy0 0.5 MM sub s5 s1 rec fill} if 1 tzan j get sub setgray ix0 iy0 s s rec fill } if %i*ptrsc=7 } for %ij=0,3 } for %j=16,20 0 setgray 018 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show 018 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show 276 MM 008.2 MM moveto 6 /Times-Roman FS (-8) show 276 MM 006.2 MM moveto 6 /Times-Roman FS (-6) show 018 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show 018 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show 276 MM 202.2 MM moveto 6 /Times-Roman FS (-8) show 276 MM 204.2 MM moveto 6 /Times-Roman FS (-6) show 0 setgray 12 /Times-ISOL1 FS 61 MM 13.5 MM moveto (TUB\255Pr\374fvorlage VG29; ) showde %0VG29X-Y 0000# (TUB\255test chart VG29; ) showen %1VG29X-Y 0000# (gr\341fico TUB\255VG29; ) showes %2VG29X-Y 0000# (TUB\255test graphique VG29; ) showfr %3VG29X-Y 0000# (grafico TUB\255VG29; ) showit %4VG29X-Y 0000# (TUB\255test chart VG29; ) showjp %5VG29X-Y 0000# (Farbe und Farbsehen ) showde %0VG29X-Y 0100# (Colour and colour vision ) showea %1VG29X-Y 0100# 61 MM 09.5 MM moveto 12 /Times-ISOL1 FS xchart4 0 eq {%xchart4=0 12 /Times-ISOL1 FS (Grundlegende Eigenschaften:) showde %0VG29X-Y 0200# (Basic properties:) showea %1VG29X-Y 0200# ( Farbabst\344nde und Physiologie) showde %0VG29X-Y 0200# ( colour differences and physiology) showea %1VG29X-Y 0200# } if %xchart4=0 xchart4 1 eq { 12 /Times-ISOL1 FS (Zapfen\255Empfindlichkeit und \255S\344ttigung ) showde %0VG29X-Y 0300# (cone sensitivity and saturation ) showea %1VG29X-Y 0300# (f\374r Abstand )showde (for distance ) showea 12 /Symbol FS (Dl) show 12 /Times-ISOL1 FS (=50) show } if %xchart4=1 xchart4 2 eq { 12 /Times-ISOL1 FS 12 /Times-ISOL1 FS (Zapfen\255Empfindlichkeit und \255S\344ttigung ) showde %0VG29X-Y 0400# (cone sensitivity and saturation ) showea %1VG29X-Y 0400# (f\374r Abstand )showde (for distance ) showea 12 /Symbol FS (Dl) show 12 /Times-ISOL1 FS (=25) show } if %xchart4=2 %xchart 1 ge {%xchart>=1 %12 /Times-ISOL1 FS %(, 3D=) show colorm cvishow %(, de=) show deintp cvishow %12 /TimesI-ISOL1 FS %xchart5f 0 eq {(, sRGB) show} if %xchart5f 1 eq {(, cmyk) show} if %xchart5f 2 eq {(, cmy0) show} if %xchart5f 3 eq {(, cmyk) show} if %colorm 1 eq {(*) show} if %} if %xchart>=1 12 /Times-ISOL1 FS 165 MM 13 MM moveto (Eingabe: ) showde %0VG29X-Y 0500# (input: ) showen %1VG29X-Y 0500# (entrada: ) showes %2VG29X-Y 0500# (entr\351e: ) showfr %3VG29X-Y 0500# (immettere: ) showit %4VG29X-Y 0500# (input: ) showjp %5VG29X-Y 0500# 12 /TimesI-ISOL1 FS (w/rgb/cmyk -> ) show xchart xchart3 lt {(w/rgb/cmyk) show } if xchart xchart3 ge {%xchart>=xchart3 (rgb) show } if %xchart>=xchart3 10 /Times-ISOL1 FS 0 -2 rmoveto Txx show 0 2 rmoveto 12 /Times-ISOL1 FS 12 /Times-ISOL1 FS 165 MM 9 MM moveto (Ausgabe: ) showde %0VG29X-Y 0600# (output: ) showen %1VG29X-Y 0600# (salida: ) showes %2VG29X-Y 0600# (sortie: ) showfr %3VG29X-Y 0600# (uscita: ) showit %4VG29X-Y 0600# (output: ) showjp %5VG29X-Y 0600# %colorm=0,1! 12 /Times-ISOL1 FS xchart 0 eq {%xchart=0,#0 12 /Times-ISOL1 FS (keine \304nderung) showde %0VG29X-Y 0700# (no change) showen %1VG29X-Y 0700# (ning\372n cambio) showes %2VG29X-Y 0700# (aucun changement) showfr %3VG29X-Y 0700# (nessun cambiamento) showit %4VG29X-Y 0700# (no change compared) showjp %5VG29X-Y 0700# }%xchart=0 {%xchart#0 12 /Times-ISOL1 FS colorm 0 eq {%colorm=0 (Transfer nach ) showde %0VG29X-Y 0800# (transfer to ) showen %1VG29X-Y 0800# (transfiera a ) showes %2VG29X-Y 0800# (transf\351rer \340 ) showfr %3VG29X-Y 0800# (trasferire a ) showit %4VG29X-Y 0800# (transfer to ) showjp %5VG29X-Y 0800# }%colorm=0 {%colorm=1 (3D\255Linearisierung ) showde %0VG29X-Y 0900# (3D\255linearization to ) showen %1VG29X-Y 0900# (3D\255linealizaci\363n a ) showes %2VG29X-Y 0900# (linearisation 3D selon ) showfr %3VG29X-Y 0900# (3D\255linearizzazione a ) showit %4VG29X-Y 0900# (3D\255linearization to ) showjp %5VG29X-Y 0900# } ifelse %colorm=1 12 /TimesI-ISOL1 FS xchart5f 0 eq {(rgb) show} if xchart5f 1 eq {(cmyk) show} if xchart5f 2 eq {(cmy0) show} if xchart5f 3 eq {(cmyk) show} if colorm 1 eq {(*) show} if 10 /Times-ISOL1 FS 0 -2 rmoveto Txx show 0 2 rmoveto 12 /Times-ISOL1 FS } ifelse %xchart=0,#0 %0 setgray %end white and unvisible 12 /Times-ISOL1 FS 62 MM 198.5 MM moveto (http://130.149.60.45/~farbmetrik/VG29/VG29L) show (0) show LSC$ show LEX$ show %1 setgray %start white and unvisible (; ) show xchart 0 eq { (Start\255Ausgabe) showde %0VG29X-Y 1000# (start output) showen %1VG29X-Y 1000# (comience salida) showes %2VG29X-Y 1000# (sortie de production) showfr %3VG29X-Y 1000# (cominciare l'uscita) showit %4VG29X-Y 1000# (start output) showjp %5VG29X-Y 1000# } if LSC$ (C) eq { (Start\255Ausgabe) showde %0VG29X-Y 1100# (start output) showen %1VG29X-Y 1100# (comience salida) showes %2VG29X-Y 1100# (sortie de production) showfr %3VG29X-Y 1100# (cominciare l'uscita) showit %4VG29X-Y 1100# (start output) showjp %5VG29X-Y 1100# } if xchart 1 ge {%xchart>=1 colorm 0 eq {%colorm=0,1 (Transfer Ausgabe) showde %0VG29X-Y 1200# (transfer output) showen %1VG29X-Y 1200# (salida de transferencia) showes %2VG29X-Y 1200# (sortie de transfert) showfr %3VG29X-Y 1200# (uscita di trasferimento) showit %4VG29X-Y 1200# (transfer output) showjp %5VG29X-Y 1200# }%colorm=0 {%colorm=1 (3D\255Linearisierung) showde %0VG29X-Y 1300# (3D\255linearization) showen %1VG29X-Y 1300# (3D\255linealizaci\363n) showes %2VG29X-Y 1300# (linearisation 3D) showfr %3VG29X-Y 1300# (3D\255linearizzzazione) showit %4VG29X-Y 1300# (3D\255linearization) showjp %5VG29X-Y 1300# } ifelse %colorm=0,1 } if %xchart>=1 62 MM 194 MM moveto LSC$ (N) eq LSC$ (C) eq or { (N: Keine 3D\255Linearisierung (OL) ) showde %0VG29X-Y 1400# (N: no 3D\255linearization (OL) ) showen %1VG29X-Y 1400# (N: ninguna 3D\255linealizaci\363n (OL) ) showes %2VG29X-Y 1400# (N: aucun linearisation 3D (OL) ) showfr %3VG29X-Y 1400# (N: nessun 3D\255linearizzazione (OL) ) showit %4VG29X-Y 1400# (N: no 3D\255linearization (OL) ) showjp %5VG29X-Y 1400# (in Datei (F) oder PS\255Startup (S)) showde %0VG29X-Y 1500# (in file (F) or PS\255startup (S)) showen %1VG29X-Y 1500# (en archivo (F) o PS\255startup (S)) showes %2VG29X-Y 1500# (dans fichier (F) ou PS\255startup (S)) showfr %3VG29X-Y 1500# (nel file (F) o PS\255startup (S)) showit %4VG29X-Y 1500# (in file (F) or PS\255startup (S)) showjp %5VG29X-Y 1500# } {LSC$ show (: ) show (3D\255Linearisierung) showde %0VG29X-Y 1600# (3D\255linearization) showen %1VG29X-Y 1600# (3D\255linealizaci\363n) showes %2VG29X-Y 1600# (linearisation 3D) showfr %3VG29X-Y 1600# (3D\255linearizzzazione) showit %4VG29X-Y 1600# (3D\255linearization) showjp %5VG29X-Y 1600# ( VG29/VG29L) show LSS$ show LSX$ show (0) show LSC$ show LEY$ show } ifelse LSC$ (F) eq { ( in Datei (F)) showde %0VG29X-Y 1700# ( in file (F)) showen %1VG29X-Y 1700# ( en archivo (F)) showes %2VG29X-Y 1700# ( dans fichier (F)) showfr %3VG29X-Y 1700# ( nel file (F)) showit %4VG29X-Y 1700# ( in file (F)) showjp %5VG29X-Y 1700# } if LSC$ (S) eq { ( im Distiller Startup (S) Directory) showde %0VG29X-Y 1800# ( in Distiller Startup (S) Directory) showen %1VG29X-Y 1800# ( en el Distiller Startup (S) Directory) showes %2VG29X-Y 1800# ( dans le Distiller Startup (S) Directory) showfr %3VG29X-Y 1800# ( nel Distiller Startup (S) Directory) showit %4VG29X-Y 1800# ( in Distiller Startup (S) Directory) showjp %5VG29X-Y 1800# } if LSC$ (D) eq { ( in PS\255Device (D)) showde %0VG29X-Y 1900# ( in PS\255device (D)) showen %1VG29X-Y 1900# ( en el PS\255device (D)) showes %2VG29X-Y 1900# ( dans l'appareil PS (D)) showfr %3VG29X-Y 1900# ( nel PS\255dispositivo (D)) showit %4VG29X-Y 1900# ( in PS\255Device (D)) showjp %5VG29X-Y 1900# } if LSC$ (T) eq { ( im Distiller Startup (S) Directory) showde %0VG29X-Y 2000# ( in Distiller Startup (S) Directory) showen %1VG29X-Y 2000# ( en el Distiller Startup (S) Directory) showes %2VG29X-Y 2000# ( dans le Distiller Startup (S) Directory) showfr %3VG29X-Y 2000# ( nel Distiller Startup (S) Directory) showit %4VG29X-Y 2000# ( in Distiller Startup (S) Directory) showjp %5VG29X-Y 2000# } if LSC$ (E) eq { ( in PS\255Device (D)) showde %0VG29X-Y 2100# ( in PS\255device (D)) showen %1VG29X-Y 2100# ( en el PS\255device (D)) showes %2VG29X-Y 2100# ( dans appareil PS (D)) showfr %3VG29X-Y 2100# ( nel PS\255dispositivo (D)) showit %4VG29X-Y 2100# ( in PS\255Device (D)) showjp %5VG29X-Y 2100# } if %0 setgray %end white and unvisible (, Seite ) showde %0VG29X-Y 2200# (, page ) showen %1VG29X-Y 2200# (, p\341gina ) showes %2VG29X-Y 2200# (, page ) showfr %3VG29X-Y 2200# (, pagina ) showit %4VG29X-Y 2200# (, page ) showjp %5VG29X-Y 2200# xchart 1 add cvishow (/) show xchartm cvishow 16 MM 185 MM moveto -90 rotate (Siehe \344hnliche Dateien: ) showde %0VG29X-Y 2300# (see similar files: ) showen %1VG29X-Y 2300# (vea archivos semejantes: ) showes %2VG29X-Y 2300# (voir des fichiers similaires: ) showfr %3VG29X-Y 2300# (vedere dei file simili: ) showit %4VG29X-Y 2300# (see similar files: ) showjp %5VG29X-Y 2300# (http://130.149.60.45/~farbmetrik/VG29/VG29.HTM) show %(0) show %LSC$ show LEX$ show 90 rotate 12 MM 185 MM moveto -90 rotate (Technische Information: ) showde %0VG29X-Y 2400# (technical information: ) showen %1VG29X-Y 2400# (informaci\363n t\351cnica: ) showes %2VG29X-Y 2400# (informations techniques: ) showfr %3VG29X-Y 2400# (informazioni tecniche: ) showit %4VG29X-Y 2400# (technical information: ) showjp %5VG29X-Y 2400# (http://www.ps.bam.de) show ( oder ) showde %0VG29X-Y 2500# ( or ) showen %1VG29X-Y 2500# ( o ) showes %2VG29X-Y 2500# ( ou ) showfr %3VG29X-Y 2500# ( o ) showit %4VG29X-Y 2500# ( or ) showjp %5VG29X-Y 2500# (http://130.149.60.45/~farbmetrik) show 90 rotate 281 MM 185 MM moveto -90 rotate (TUB\255Registrierung: 20130201\255VG29/VG29L) showde %0VG29X-Y 2600# (TUB registration: 20130201\255VG29/VG29L) showen %1VG29X-Y 2600# (TUB matr\355cula: 20130201\255VG29/VG29L) showes %2VG29X-Y 2600# (TUB enregistrement: 20130201\255VG29/VG29L) showfr %3VG29X-Y 2600# (TUB iscrizione: 20130201\255VG29/VG29L) showit %4VG29X-Y 2600# (TUB registration: 20130201\255VG29/VG29L) showjp %5VG29X-Y 2600# (0) show LSC$ show LEX$ show 90 rotate 281 MM 74 MM moveto -90 rotate (TUB\255Material: Code=rha4ta) showde %0VG29X-Y 2700# (TUB material: code=rha4ta) showen %1VG29X-Y 2700# (TUB material: code=rha4ta) showes %2VG29X-Y 2700# (TUB mat\351riel: code=rha4ta) showfr %3VG29X-Y 2700# (TUB materiale: code=rha4ta) showit %4VG29X-Y 2700# (TUB material: code=rha4ta) showjp %5VG29X-Y 2700# 90 rotate 277 MM 185 MM moveto -90 rotate /cvishow {cvi 6 string cvs show} def /cvsshow1 {10 mul cvi 0.1 mul 7 string cvs show} def ( Anwendung f\374r Messung ) showde %0VG29X-Y 2800# ( application for measurement ) showen %1VG29X-Y 2800# ( aplicaci\363n para la medida ) showes %2VG29X-Y 2800# ( application pour la mesure ) showfr %3VG29X-Y 2800# ( la domanda per la misura ) showit %4VG29X-Y 2800# ( application for measurement ) showjp %5VG29X-Y 2800# xchart5f 0 eq {%xchart5f=0 (von Display-Ausgabe) showde %0VG29X-Y 2900# (of display output) showen %1VG29X-Y 2900# (de display output) showes %2VG29X-Y 2900# (de sortie sur \350cran) showfr %3VG29X-Y 2900# (di stampa di display) showit %4VG29X-Y 2900# (of display output) showjp %5VG29X-Y 2900# } if %xchart5f=0 xchart5f 1 eq xchart5f 2 eq or {%xchart5f=1,2 (von Offsetdruck\255Ausgabe) showde %0VG29X-Y 3000# (of offset print output) showen %1VG29X-Y 3000# (salida en la impressi\363n offset) showes %2VG29X-Y 3000# (des sorties sur offset) showfr %3VG29X-Y 3000# (uscita nella stampa di offset) showit %4VG29X-Y 3000# (of offset print output) showjp %5VG29X-Y 3000# } if %xchart5f=1,2 xchart5f 3 eq {%xchart5f=3 (von Laserdrucker\255Ausgabe) showde %0VG29X-Y 3100# (of laser printer output) showen %1VG29X-Y 3100# (salida de impresora l\341ser) showes %2VG29X-Y 3100# (des sorties sur imprimante laser) showfr %3VG29X-Y 3100# (di uscita della stampante laser) showit %4VG29X-Y 3100# (of laser printer output) showjp %5VG29X-Y 3100# } if %xchart5f=3 xchart 1 ge {%xchart>=1 xchart5f 0 eq {%xchart5f=0 (, keine Separation) showde %0VG29X-Y 3200# (, no separation) showen %1VG29X-Y 3200# (, ninguna separaci\363n) showes %2VG29X-Y 3200# (, aucune s\351paration) showfr %3VG29X-Y 3200# (, nessuna separazione) showit %4VG29X-Y 3200# (, no separation) showjp %5VG29X-Y 3200# } if %chart5f=0 xchart5f 1 ge {%xchart5f>=1 (, Separation) showde %0VG29X-Y 3300# (, separation) showen %1VG29X-Y 3300# (, separaci\363n) showes %2VG29X-Y 3300# (, s\351paration) showfr %3VG29X-Y 3300# (, separazione) showit %4VG29X-Y 3300# (, separation) showjp %5VG29X-Y 3300# xchart5f 1 eq xchart5f 3 eq or {(cmyn6) show} if xchart5f 2 eq {(cmy0) show} if colorm 1 eq {(*) show} if colsep 0 eq {( (CMYK))}{( (CMY0))} ifelse show } if %xchart5f>=1 } if %xchart>=1 IMES 1 eq LSC$ (N) ne and { %IMES=1 (, Yr=) show Yre cvsshow1 (, XYZ) show } if %IMES=1 90 rotate /i0 8 def /i1 i0 1 add def /i2 i0 2 add def /i3 i0 3 add def 0.30 MM setlinewidth 0 setgray x i0 get MM y i0 get MM moveto x i1 get MM y i1 get MM lineto x i2 get MM y i2 get MM lineto x i3 get MM y i3 get MM lineto x i0 get MM y i0 get MM lineto stroke %/xlu1 013 MM def /ylu1 010 MM def %/xro1 283 MM def /yro1 200 MM def %/xlo1 013 MM def /ylo1 200 MM def %/xru1 283 MM def /yru1 010 MM def %xlu1 4 MM sub ylu1 moveto 8 MM 0 rlineto stroke %xlu1 ylu1 4 MM sub moveto 0 8 MM rlineto stroke %xro1 4 MM add yro1 moveto -8 MM 0 rlineto stroke %xro1 yro1 4 MM add moveto 0 -8 MM rlineto stroke %xru1 4 MM sub yru1 moveto 8 MM 0 rlineto stroke %xru1 yru1 4 MM sub moveto 0 8 MM rlineto stroke %xlo1 4 MM add ylo1 moveto -8 MM 0 rlineto stroke %xlo1 ylo1 4 MM add moveto 0 -8 MM rlineto stroke } ifelse %xt=1 grestore gsave %********************************************************** %%Trailer %%EndDocument EndEPSF grestore gsave showpage grestore %} for %colsepf=0,1 %} for %pchartf=0,0 %} for %xchartf=0,1 %} for %xcolorf=3,3 %} for %deintpf=0,1 %} for %colormf=0,1 %} for %lanindf=0,0 %%Trailer