Re: while running mdefringe.pro [message #72731] |
Thu, 30 September 2010 22:39 |
sid
Messages: 50 Registered: January 1995
|
Member |
|
|
On Oct 1, 1:16 am, wlandsman <wlands...@gmail.com> wrote:
> On Sep 30, 3:57 pm, Paulo Penteado <pp.pente...@gmail.com> wrote:
> sep() is an intrinsic IDL routine. This suggests that you do not
>
>> have IDL's library directory (<IDL_DEFAULT>) in your IDL_PATH.
>
> PATH_SEP() was formerly written in the IDL language but ITTVIS made it
> an intrinsic function in V7.1 (I believe). Perhaps the OP is using
> a pre-7.1 version of IDL but with a post-7.1 library or some mix-up
> like that. --Wayne
Hi,
Thank you I was able to fix that problem. But now
IDL>
% Compiled module: MRD_HREAD.
% Compiled module: SXPAR.
% Compiled module: READFITS.
% Compiled module: GETTOK.
% Compiled module: VALID_NUM.
% READFITS: Now reading 1024 by 1024 by 1 array
The image is the wrong size. It will not be laoded
While going through this page "http://www.gemini.edu/?q=node/11225". I
got to know that,
"One presently needs to read from a standard Gemini Multi-extension
FITS file with one image extension."
So is there any way to open my data in this procedure, orelse it is
not at all useful for my data.
Please help me out in this regard.
regards
sid
|
|
|
Re: while running mdefringe.pro [message #72737 is a reply to message #72731] |
Thu, 30 September 2010 13:16  |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
On Sep 30, 3:57 pm, Paulo Penteado <pp.pente...@gmail.com> wrote:
sep() is an intrinsic IDL routine. This suggests that you do not
> have IDL's library directory (<IDL_DEFAULT>) in your IDL_PATH.
PATH_SEP() was formerly written in the IDL language but ITTVIS made it
an intrinsic function in V7.1 (I believe). Perhaps the OP is using
a pre-7.1 version of IDL but with a post-7.1 library or some mix-up
like that. --Wayne
|
|
|
Re: while running mdefringe.pro [message #72738 is a reply to message #72737] |
Thu, 30 September 2010 12:57  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Sep 30, 4:02 pm, sid <gunvicsi...@gmail.com> wrote:
> Hi,
> I am running mdefringe.pro on my terminal. But even after
> downloading all the idl astronomy user's library. I am getting this
> kind of error,
> IDL> mdefringe
> % Compiled module: XMANAGER.
> % Compiled module: LOADCT.
>
> sep = PATH_SEP()
> ^
> % Syntax error.
> At: /home/sid/Downloads/idl_routines/filepath.pro, Line 115
> % Compiled module: FILEPATH.
> % Attempt to call undefined procedure/function: 'FILEPATH'.
> % Error occurred at: LOADCT 117
> /home/sid/Downloads/idl_routines/loadct.pro
> % MDEFRINGE 8004
> /home/sid/Downloads/idl_routines/mdefringe.pro
> % $MAIN$
> % Execution halted at: MDEFRINGE 8004
> /home/sid/Downloads/idl_routines/mdefringe.pro
>
> Filepath.pro is already in my idl_routines folder.
> Please let me know why it happens and how to get rid of this.
> regards
> sid
path_sep() is an intrinsic IDL routine. This suggests that you do not
have IDL's library directory (<IDL_DEFAULT>) in your IDL_PATH.
|
|
|
Re: while running mdefringe.pro [message #72739 is a reply to message #72738] |
Thu, 30 September 2010 12:52  |
pgrigis
Messages: 436 Registered: September 2007
|
Senior Member |
|
|
On Sep 30, 3:02 pm, sid <gunvicsi...@gmail.com> wrote:
> Hi,
> I am running mdefringe.pro on my terminal. But even after
> downloading all the idl astronomy user's library. I am getting this
> kind of error,
> IDL> mdefringe
> % Compiled module: XMANAGER.
> % Compiled module: LOADCT.
>
> sep = PATH_SEP()
> ^
> % Syntax error.
> At: /home/sid/Downloads/idl_routines/filepath.pro, Line 115
> % Compiled module: FILEPATH.
> % Attempt to call undefined procedure/function: 'FILEPATH'.
> % Error occurred at: LOADCT 117
> /home/sid/Downloads/idl_routines/loadct.pro
> % MDEFRINGE 8004
> /home/sid/Downloads/idl_routines/mdefringe.pro
> % $MAIN$
> % Execution halted at: MDEFRINGE 8004
> /home/sid/Downloads/idl_routines/mdefringe.pro
>
> Filepath.pro is already in my idl_routines folder.
> Please let me know why it happens and how to get rid of this.
> regards
> sid
You need path_sep.pro - in fact I suspect you may need
quite a few others routines from that library.
Ciao,
Paolo
|
|
|