; file: sdo_getuvdecay.pro ; init: Jun 19 2020 Rob Rutten Deil ; last: Jun 19 2020 Rob Rutten Deil = last renewal ; note: getting UV decay data needs newer IDL than my 6.4; UU runs IDL 8.6.0 print,' ###### for RR: run in UU terminal after starting IDL' print,' ###### in laptop: cdfixsswlib, "getattuu sdo_uvdecay.dat"' result=aia_bp_get_corrections(/uv) ; fails in RR's distributable IDL 6.4 writecol,$ '/nethome/rutte101/att/sdo_uvdecay.dat',$ result.tai,result.ea_over_ea0(*,0),result.ea_over_ea0(*,1),$ fmt='(3d20.3)' end