forked from unihedron/spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.tex
94 lines (70 loc) · 3.05 KB
/
sources.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
%Sources of EMR
%This is displayed as a column of images and text
%The sun and most stars produce a wide range of frequencies in the spectrum (almost filling this entire chart). Many of the frequencies are filtered by our atmosphere.
% Sources shown as images in a vertical strip
% Images made and edited with GIMP *.xcf
% then exported as .eps files.
{\white
\newlength{\SourceWidth} \setlength{\SourceWidth}{0.5in}
\psset{%old style (pre 2005-07-28
fillcolor=black,
fillstyle=solid,
cornersize=absolute,
linearc=4pt,
linestyle=solid,
linewidth=2pt,
linecolor=FColor}
\psset{%new style after 2005-07-28
cornersize=absolute,
linearc=4pt,
linestyle=solid,
linewidth=1pt,
linecolor=FColor,
fillstyle=gradient,
gradangle=0,
gradbegin=RGBBlackBegin,
gradend=RGBBlackEnd,
gradmidpoint=1.0}
\psset{%new style after 2019-08-04 to correct CMYK black issues
cornersize=absolute,
linearc=4pt,
linestyle=solid,
linewidth=1pt,
linecolor=FColor,
fillstyle=solid,
fillcolor=BlackRGB}
\psline(0,0)(0,35.1)
\rput{0}(0,35.1){\psframebox{\parbox[t]
{\SourceWidth}{\centering Sources of EMR}}}
\rput{0}(0,0.1){\psframebox{\parbox[t]
{\SourceWidth}{\centering Sources of EMR}}}
\rput{0}(0,3){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/brain.eps} Human Brain}}}
\rput{0}(0,5.65){\psframebox{\parbox[t]
% B&W image converts to proper dark CMYK, but since other images that contain any colour only translate to K (from CMYK),
% then a small dot of color has been added to this image.
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/powerline.eps} Power Lines (50,60Hz)}}}
%50Hz - 25KHz
\rput{0}(0,7.9){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/induction.eps} Induction Heating}}}
\rput{0}(0,17.6){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/cellphone.eps} Cell phone}}}
% 2.4GHz
\rput{0}(0,18.595){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/microwave.eps} Microwave oven}}}
\rput{0}(0,20){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/radar.eps} Radar}}}
\rput{0}(0,27.2){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/light1.eps} Light bulb}}}
%unneccessary clutter
%\rput{0}(0,27.8){\psframebox{\parbox[t]
% {\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/light2.eps} Flourescent light bulb}}}
\rput{0}(0,25){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/people.eps} People}}}
\rput{0}(0,13){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/radio.eps} Radio tower}}}
\rput{0}(0,32){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/xray.eps} X-Ray machines}}}
\rput{0}(0,34){\psframebox{\parbox[t]
{\SourceWidth}{\centering\includegraphics[width=\SourceWidth]{sources/radiation.eps} Radioactive elements}}}
}