Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Instruments/SPIcam/qe.sm.html
Дата изменения: Fri Mar 14 22:03:20 1997
Дата индексирования: Sun Apr 10 09:46:35 2016
Кодировка:

Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html
SPIcam QE SM macro

SPIcam QE SM macro


qeplot

	# read this into sm with "macro read qe.sm"

	data qe.data
	read { x 1 y 2 }
	limits x y
	box

	expand 2.0
	ptype 4 1
	angle 45
	points x y
	angle 0

	expand 1.0001
	xlabel "Wavelength (nm)"
	ylabel "Quantum Efficiency (%)"

	set xx = x[0], x[dimen(x) - 1], 10
	spline x y xx yy
	ctype blue
	connect xx yy