X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 18 Mar 2016 03:21 PM by  anon
Change the path where IDL search the variables
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
18 Mar 2016 03:21 PM
    Hello everyone, I am starting to work with IDL. My problem is very basic I think, I don't know how to change the path where IDL has to go to search the variables. I have set the workspace and read the .pro files perfectly but when I write, for example: viewspe, '20160308T180138.spe' % OPENR: Error opening file. Unit: 1, File: C:\Users\hp\20160308T180138.spe The path of the workspace is C:\Users\hp\Desktop\UMASS\FMCW_pruebas\, and is where my variables are. Someone can help me? Ruben

    Deleted User



    New Member


    Posts:1
    New Member


    --
    21 Mar 2016 04:31 AM
    Hello Ruben, it appears you are trying to read a SPE file, which unfortunately is not a supported file type. So I think, the problem is not an incorrect configuration of IDL_PATH but rather SPE being an unsupported file format. To circumvent this issue, you could make use of IDL's Python Bridge (http://www.exelisvis.com/docs/Python.html) and the SciPy Cookbook (http://scipy-cookbook.readthedocs.org/) which is able to read SPE files. Regarding your original question: Instructions on how to edit IDL's search path can be found here: http://www.exelisvis.com/...prefs_directory.html Best regards, Moritz
    You are not authorized to post a reply.