View previous topic :: View next topic |
Author |
Message |
Charles Shapiro
Joined: 05 Feb 2005 Posts: 24 Affiliation: University of Portsmouth
|
Posted: January 09 2009 |
|
|
Hi All,
While playing with iCosmo I couldn't get some of the pre-defined experiments to load. For example, SNAP:
IDL> fid=set_fiducial('snap')
% Variable is undefined: EXPT_SNAP.
% Execution halted at: SET_FIDUCIAL 249 /Users/chaz/work/programs/icosmo_v1.1/cosmo/set_fiducial.pro
% MAIN
Tom Kitching told me the fix, which is to rename the files in the "expt/experiments" folder to get rid of any capital letters, e.g.
mv expt_SNAP.pro expt_snap.pro
Seems to be working fine now - thanks,
Chaz |
|
Back to top |
|
 |
Thomas Kitching
Joined: 14 Sep 2005 Posts: 9 Affiliation: University of Edinburgh
|
Posted: January 09 2009 |
|
|
Just to clarify, running the following commands in the icosmo_v1.1/expt/experiments directory will fix the bug :
mv expt_ESSENCE.pro expt_essence.pro
mv expt_LSST.pro expt_lsst.pro
mv expt_PanSTARRS1.pro expt_panstarrs1.pro
mv expt_SNAP.pro expt_snap.pro
mv expt_SNLS.pro expt_snls.pro
all the other experimental profiles were unaffected.
Cheers
Tom K |
|
Back to top |
|
 |
|