Replies: 7 comments 16 replies
-
when starting, gdl apparently does not find GET_LOGENV, which defines the "unknown" variables above (and FILE_EXIST also) Rewriting them for gdl may be needed, but let's first check that when the path is ok, things go further than the above arrors:
in the above replace 'hessi' with any valid ssw intrument/procedure you know works with IDL. |
Beta Was this translation helpful? Give feedback.
-
@alenbrk I think I'll try to reproduce your install of ssw from scratch here on a opensuse leap VM. |
Beta Was this translation helpful? Give feedback.
-
I have installed ssw and hmi, aia, vso and cds .
problem is due ssw install not knowing about gdl and using idl-only locations. Will need some time to figure out what's happening. |
Beta Was this translation helpful? Give feedback.
-
OK I think I got it.
@alenbrk there is no 'hmi' or 'aia' command. please read the https://sdo.oma.be/vso_idl.html documentation. You most certainly will reach new difficulties, we'll open issues when needed. I wait for your report. |
Beta Was this translation helpful? Give feedback.
-
well, this is not quite what I suggested, so I'm not surprised that results are different. Doing it my way would produce no errors at all.
Anyway, now you are faced with the fact that your installed gdl version is not patched for the bug [found earlier] (#1992 (reply in thread)) To go further you must install the last 1.1.2-testing release |
Beta Was this translation helpful? Give feedback.
-
In fact I have in parallel installed the same ssw instruments as yours. I detect already a problem, that gdl does not have a 'put' function for IDLNetUrl objects, needed by VSO. I suggest you wait until this function is added to gdl, this could be quick. |
Beta Was this translation helpful? Give feedback.
-
v1.1.2_testing2 published today is OK for all cases of ssw I've tried. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have managed to install gdl working and then followed previous discussion to install sswgdl (mainly
regarding the file SSW/gen/setup/setup.ssw).
After I start a session and type sswgdl it is clear that something is missing. In my .login file I left
everything the same regarding SSW as I had when used IDL. I found that the problem begins in the
file ssw_gdl at command:
gdl $command (line 317 in my file). This first problem is while:
Executing SSW IDL_STARTUP for: GEN
% Unknown variable: SET_OLDPATH
% Unknown variable: SET_XCOLORS
% Unknown variable: IMAGELIB
% Unknown variable: DEVICELIB
% Unknown variable: UITDBLIB
% Unknown variable: DEF_YSSYSV
% Ambiguous: Variable is undefined: GET_LOGENV or: Function not found: GET_LOGENV
% Ambiguous: Variable is undefined: FILE_EXIST or: Function not found: FILE_EXIST
% Ambiguous: Variable is undefined: FILE_EXIST or: Function not found: FILE_EXIST
% Unknown variable: SSW_ADDMM_GEN
% Unknown variable: SSW_SETSSWDB_GEN
These variables are in the file:
SSW/gen/setup/IDL_STARTUP.
There are similar messages when IDL_STARTUP files were executed for different instruments.
The SSW is installed under my home directory and is not in the GDL_PATH path, since this was
also the case with IDL. Does someone has idea what is missing?
Beta Was this translation helpful? Give feedback.
All reactions