Opacities are stored in the opacity stack
opac.OpacStack[NOPSV]
lives in opacity.h

Opacities are created in OpacityCreateAll.c

opacity addressing
	OpacityCreateAll sets a series of opacity offset indices, that must be used to address opacities.
	If an opacity source has an offset ipOff, and a threshold n0, then the energy n,
	which is n-n0 beyond the treshold, will have an associated opacity of
	OpacStack[n-n0+ipOff-1]

	if n- is set with ipoint then the first energy cell is n0=1, and the offset is
	n-n0+ipOff


