1 function plot_loglike(fig,f,s,red)
2 % plot_loglike(fig,f,s,red)
4 % display array in a way suitable for log likelihood
5 % overay with fireline at end of observations = time_bounds(2)
9 % red the reduced structure with everyhing
13 pcolor(red.fxlong,red.fxlat,f)
19 contour3(red.fxlong,red.fxlat,red.tign-red.time_bounds(2),[0 0],'k')