print '** problem inside multiple'
                        if debug:
                            import pdb; pdb.set_trace()

                figl.savefig(fp_zencld_plot+'{datestr}_lut_with_data_sza_{sza:02.1f}.png'.format(
                        datestr=datestr,sza=ll['sza'][i]),
                             dpi=600,transparent=True)
        except:
            print '*** Problem with plotting values on top of lut of sza:{sza:02.1f}'.format(sza=ll['sza'][i])
            if debug:
                import pdb; pdb.set_trace()


# In[ ]:


if make_movie:
    print 'Making the movie of measurement and retrievals'
    Sp.plot_sp_movie(meas,fp_zencld_plot,gif=False)


# In[ ]:


if make_slides:
    print 'Making the powerpoint slides of the figures'
    from plotting_utils import make_pptx
    make_pptx(fp_zencld_plot,'Cloud retrievals {}'.format(datestr),title='4STAR Zenith Cloud retrievals for {}'.format(datestr),
              glob_pattern='*{}_????[!only]*?.png'.format(datestr))