undefined function: 'STRSPLIT'

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Linda Polastri
Posts: 2
Joined: April 25 2016
Affiliation: UniFe (University of Ferrara)

undefined function: ''STRSPLIT''

Post by Linda Polastri » April 25 2016

Hi!

I downloaded and installed HEALPix 3.30, IDL 8.5 and astron libraries.
I have some problems with different routines of HEALPix.
In particular with: ianafast, write_fits_map and fits2cl.
The first two are recognized as Healpix routines...the last one no.
When I try to run both routines I obtain the following error:

Code: Select all

% Compiled module: WRITE_FITS_MAP.
% Compiled module: NPIX2NSIDE.
% Compiled module: SXADDPAR.
% Compiled module: ADD_ORDERING_FITS.
% Compiled module: ADD_NSIDE_FITS.
% Compiled module: NSIDE2NPIX.
% Compiled module: ADD_BAD_DATA_FITS.
% Compiled module: WRITEFITS.
% Compiled module: MKHDR.
% Compiled module: GET_DATE.
% Compiled module: DAYCNV.
% Compiled module: TODAY_FITS.
% Attempt to call undefined function: 'STRSPLIT'.
% Execution halted at: TODAY_FITS         50 /home/linda/Healpix_3.30/src/idl/misc/today_fits.pro
%                      WRITE_FITS_MAP    200 /home/linda/Healpix_3.30/src/idl/fits/write_fits_map.pro
%                      HPX_MEM2FILE       86 /home/linda/Healpix_3.30/src/idl/interfaces/hpx_mem2file.pro
%                      IANAFAST          239 /home/linda/Healpix_3.30/src/idl/interfaces/ianafast.pro
%                      MESSAGE_PATCH      24 /home/linda/Healpix_3.30/src/idl/misc/message_patch.pro
%                      HPX_MEM2FILE       82 /home/linda/Healpix_3.30/src/idl/interfaces/hpx_mem2file.pro
%                      IANAFAST          239 /home/linda/Healpix_3.30/src/idl/interfaces/ianafast.pro
%                      $MAIN$          
I try to re-install all several times, but the problem remains.

Can you help me or someone have the same error?
Thank you.
Best,
Linda

Linda Polastri
Posts: 2
Joined: April 25 2016
Affiliation: UniFe (University of Ferrara)

[Solved]undefined function: ''''STRSPLIT''''

Post by Linda Polastri » April 26 2016

I found the problem...

First of all I need to install the astron and coyote libraries.
Then I move these folders into the idl folder in the Healpix one.
After that I proceed to install Healpix for f90, IDL and Python.

Now it works

Post Reply