This page contains some IDL programs that may be useful for the analysis of solar data.
IBIS data reduction pipeline: | |
The IBIS instrument (Cavallini 2006, Reardon&Cavallini 2008) was installed at the Dunn Solar Telescope. A pipeline for data reduction, which is based on the contributions from several people and expanded with e.g. prefilter calibrations is available here: https://github.com/lkleint/ibisred | |
Projections of Flare Loops | |
Example of the program applied to the data of Jing et al. Nat. Comm., 2016 to simulate potential flare loop configurations. |
ssw_jsoc_time2data,'2017-09-06T20:52:00',$
'2017-09-06T20:52:20',hdr,data,wave=171,$
ds='aia.lev1',notify='your_jsoc_email@xy.com'
aia_prep,hdr,data,hdr2,data2
index2map,hdr2,data2,map
aia_lct,wave=171,/load
plot_map,map,fov=8,center=[700,-250],/log,dmin=1d2
date=map.time & pos = fltarr(2,2)
pos[0,0]=648. & pos[1,0]=-178. & pos[0,1]=651. & pos[1,1]=-272.
run_trace_loops,date=date,circle=[1,-30],/legend,$
cir_coord=cir_coord,ellipse1=[1.8,-50],$
pos=pos,textcolor=cgcolor('white')