cinethumbnails.pro has many options which should facilitate generating thumbnails from the Phantom fast cameras (.cin files). Attachments 1-5 were made with the following commands (and then making a jpeg with "mk_jpeg, filename"):
(click on images for larger version)
IDL> cinethumbnails, '/p/nstxcam/Miro2-7988/2010/nstx_2_137600.cin' ;(expand window manually)
IDL> file=findcamfiles( 137726, /pick) ;(then select the Miro file from dialog box) IDL> cinethumbnails, file, xsize=1600,ysize=1000, t1=.03, t2=.31, nwanted=45
IDL> cinethumbnails,'/p/nstxcam/Phantom73-6663/2010/nstx_3_137726.cin', $ maxval=0, t1=.100,t2=.274 ; (will scale each frame)
IDL> cinethumbnails, 137726, maxval=2000, t1=.246,t2=.267,nw=23 ;(then select the nstx_1 file from dialog box)
IDL> cinethumbnails, 'nstx_4_137702.cin', $ xsize=1600,ysize=1000, nwanted=20,t1=.890,t2=1.010,maxval=0To get the thumbnails for the most recent Miro camera file:
IDL> cinethumbnails,findLastFile("/p/nstxcam/Miro2-7988/2010/*.cin")See cinethumbnails.pro for the all options.
See fcthumbnails.html to generate many thumbnails for a shot from Fast Camera Data.
See the thumbnail directory for browsable thumbnails for many shots from Fast Camera Data. They can be created from gpithumbnails.pro.