Home »
Public Forums »
archive »
IDL>can anyone tell me what the problem is?
IDL>can anyone tell me what the problem is? [message #16615] |
Thu, 05 August 1999 00:00 |
winterdead
Messages: 8 Registered: August 1999
|
Junior Member |
|
|
well im on a windows system and this thing just wont work right i'm reading the
info from a cdrom and it wont run the readsmd file is a professors program and
it worked fine its in the right place i just dont kno whats wrong. he was using
his unix machine i am using windows
IDL> a1 = readsm('e:data\9904100')
% Variable is undefined: READSM.
% Execution halted at: $MAIN$
IDL> a1 = readsmd('e:data\9904100')
% Compiled module: READSMD.
% OPENR: Error opening file: E:\data\9904100.
No such process
% Execution halted at: READSMD 9 C:\RSI\IDL50\readsmd.pro
% $MAIN$
IDL> a1 = readsmd('e:data\9904100.dat')
% OPENR: Error opening file: E:\data\9904100.dat.
No such process
% Execution halted at: READSMD 9 C:\RSI\IDL50\readsmd.pro
% READSMD 9 C:\RSI\IDL50\readsmd.pro
% $MAIN$
|
|
|
Current Time: Sun Oct 12 08:45:12 PDT 2025
Total time taken to generate the page: 1.27578 seconds