| Code excerpt 
 outfile = '/home/ims/ims/src_bobg/nowice2/Scaled_AMSR2.dat'
 openw, uunit, outfile, /get_lun
 writeu, uunit, dataref2
 free_lun, uunit
 ;   envi, /restore_base_save_files
 envi_open_file, outfile, r_fid=fid /NO_REALIZE
 
 No matter what I do, this returns -1. Is there something obvious that I'm missing?
 |