Ocean Color Forum - Not logged in
By dash
Date 2012-05-04 15:30
Hi,
Today I installed SeaDAS 6.3 on my macbook pro with Mac OS X Lion 10.7.3 on it. I followed the Online Auto-Installation option and I have IDL installed with full license. When I run seadas I get this message (and the SeaDAS GUI doesn't show up):
bash-3.2$ seadas
IDL Version 8.1, Mac OS X (darwin x86_64 m64). (c) 2011, ITT Visual Information Solutions
Installation number: 96851-281.
Licensed for use by: Mississippi Institutions for Higher Learning
% CALL_EXTERNAL: Error loading sharable executable.
Symbol: idl_pid, File = /Users/pdash/Documents/seadas6.3/build/lib/IDLshare.so
dlopen(/Users/pdash/Documents/seadas6.3/build/lib/IDLshare.so, 1): no suitable image found. Did find:
/Users/pdash/Documents/seadas6.3/build/lib/IDLshare.so: mach-o, but wrong architecture
% Execution halted at: SEADAS_INIT 212 /Users/pdash/Documents/seadas6.3/idl_lib/seadas_init.pro
% $MAIN$
% Not a legal system variable: !SD.
% Execution halted at: SDP_INIT 22 /Users/pdash/Documents/seadas6.3/idl_lib/sdp_init.pro
% SEADAS_INIT 212 /Users/pdash/Documents/seadas6.3/idl_lib/seadas_init.pro
% $MAIN$
SeaDAS>
I appreciate your help!
Dash
By WhiteG
Date 2012-05-04 18:26
SeaDAS is a 32-bit app, so you have to arrange to have IDL start in 32-bit mode. Several ways to do that have been discussed in these forums -- hopefully one of them will suit your needs.
By dash
Date 2012-05-04 19:16
By dash
Date 2012-05-12 12:29
Hi George,
On the same computer, I am not able to display or process any file. If I want to display any file, the bands don't show up. If I want to process a L1B file to L2, it does nothing. For example, I tried processing a MERIS L1B file to L2, and I received this error message:
bash-3.2$ seadas
IDL Version 8.1, Mac OS X (darwin i386 m32). (c) 2011, ITT Visual Information Solutions
Installation number: 96851-281.
Licensed for use by: Mississippi Institutions for Higher Learning
SeaDAS Version 6.3 (pid = 1876)
SeaDAS>
GENERIC_FILE_TYPE detected a non-HDF file.
GENERIC_FILE_TYPE detected an ESA-formatted MERIS file.
sh: /Users/pdash/Documents/seadas6.3/run/bin/linux_64/IDLread_meris_dims: No such file or directory
% READU: End of file encountered. Unit: 101, File: <$OCSSW_BIN/IDLread_meris_dims /Users/pdash/Documents/seadas6.3/Data_Processing/meris_L1/M2012098164342.L1B_FRS>
% Execution halted at: SDP_LOAD_MERIS_EVENT 135 /Users/pdash/Documents/seadas6.3/idl_lib/sdp_load_meris.pro
% WIDGET_PROCESS_EVENTS
% $MAIN$
SeaDAS> exit
bash-3.2$
What would be your suggestion?
Thanks.
Dash
By @sean
Date 2012-05-12 14:15
By dash
Date 2012-05-22 01:47
Hi Sean, I replaced the OCSSW_bash.env file and it worked. Thanks for directing me to the right place.