X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 Jan 2015 03:06 AM by  anon
How to select multiple files ?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
22 Jan 2015 03:06 AM
    Hi everybody, I am processing reproject ocean image. I used epoc tool (epoc level 3). Now I want to reproject for all image file in a folder. I used dialog_pickfile() function but it can not. Could you tell me the solution to do that? Thank you The below is raw coding : pro test_epoc_level_3 compile_opt idl2 envi, /restore_base_save_files envi_batch_init, log_file='batch.txt' fname ='C:\Users\Hoa\Desktop\Demo\T20130012013008.L3m_8D_SST_4' output_path = 'C:\Users\Hoa\Desktop\Demo\' convert_oc_l3_smi_data, fname=fname, output_path=output_path, r_fid=r_fid print, r_fid end

    Deleted User



    New Member


    Posts:81
    New Member


    --
    23 Jan 2015 08:19 PM
    To allow DIALOG_PICKFILE to select multiple files, use the /MULTIPLE_FILES keyword setting to the function. For example: files = DIALOG_PICKFILE(/MULTIPLE_FILES) See also: http://www.exelisvis.com/docs/DIALOG_...
    You are not authorized to post a reply.