Wednesday, March 15, 2017

IDL column width in output

Extend IDL's default column limit in output:

   OpenW, lun, 'myfile.txt', /Get_LUN, WIDTH=250
   PrintF, lun, mydata, FORMAT='(25(F9.2,x))'
   Free_LUN, lun


http://www.idlcoyote.com/fileio_tips/width.html


No comments:

Post a Comment