X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 07 Oct 2014 08:13 AM by  anon
axis function bug?
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
07 Oct 2014 08:13 AM
    Hi, can anyone help me? I'm running IDL 8.3. I cannot even run the function example http://www.exelisvis.com/docs/AXIS.html with out the errormessage "Keyword AXIS not allowed in call to: AXIS::SET"

    Deleted User



    New Member


    Posts:
    New Member


    --
    07 Oct 2014 04:24 PM
    I wonder if there might be another AXIS function that is within the IDL_PATH. Perhaps, you can try setting the IDL_PATH to the default setting using the following commands, and see if that helps: .f path = pref_get('idl_path') new_path = '' pref_set, 'idl_path', new_path, /commit path_cache, /rebuild Try running the example and see if it works. Then, enter the following command to return to the original path: pref_set, 'idl_path', old_path, /commit path_cache, /rebuild

    Deleted User



    New Member


    Posts:
    New Member


    --
    08 Oct 2014 02:04 AM
    Many thanks, that was exactly the case. Solar soft has also an axis.pro which was compiled instead. I solved the problem by forcing the compilation of the original axis.pro within a my_startup.pro
    You are not authorized to post a reply.