;$Id: pkt512_helt.pro,v 1.1 2013/07/20 03:32:43 brandenb Exp $
if !d.name eq 'PS' then begin
  device,xsize=18,ysize=12,yoffset=3
  !p.charthick=3 & !p.thick=3 & !x.thick=3 & !y.thick=3
end
;
;  mv idl.ps ~/tex/tina/Decay/fig/short512pm1a3_noforce_comp.ps
;  mv idl.ps ~/tex/tina/ObsSigna/short512pm1a3_noforce_tdep.ps
;
default,iread,0
if iread eq 0 then begin
  power,'_kin','_mag',k=k,spec1=spec1,spec2=spec2,i=n,tt=t,/noplot & print,n
  iread=1
endif
;
siz=1.7
!p.multi=0
!x.title='!8k!6/!8k!6!d1!n'
!y.title='!8E!6!dM!n!6(!8k,t!6)'
!x.margin=[9.4,.8]
!y.margin=[3.3,.8]
!p.charsize=1.7
tilde='!9!s!aA!n!r!6'
@parameters
;
plot_oo,t-t(0)+.3,spec2(1,*)
xx=[.8,50.] & oplot,xx,5e-8*xx^2,col=122
;
END
