pro mem_njit_demo

;MEM_NJIT demo, using the Feb 20, 2002 flare
;no inputs or outputs, but a map is shown during construction of image
;Author: Rick Pernak, Goddard Space Flight Center

;set parameters to make visibilities
det_index_mask = [1,1,1, 1,1,1, 1,1,1]
xyoffset = [905.64,260.42]
time_range = ' 20-Feb-2002 '+['11:06:00','11:06:36']
energy_band = [25.,50.]

;make visibilities
vis_in = hsi_vis_usershell(det_index_mask=det_index_mask,xyoffset=xyoffset, $
	time_range=time_range,energy_band=energy_band)
	
;make map, and show the progress	
mem_map,vis_in,vis,u,v,image,[2,7],2,svis,/show

return
end
