View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Bug

Gabriel wrote on Aug 14, 2009

I'm not sure if this is the right place for this post, but I couldn't find a 'Bug Report' link anywhere, so..

IRAF doesn't seem to be able to access folders that begin with the number '0'. At least in my system it can't.

I'm running IRAF v2.14.1 on Fedora 9.

That's all.

Cheers!

Mike Fitzpatrick wrote on Aug 14, 2009

The CL assumes anything starting with a number must be a number, in general IRAF requires that filenames/images begin with a letter. If you must use dgits in the file names, then you need to quote them in the CL, eg.

cl> imstat "001.fits"


-Mike

Gabriel wrote on Aug 14, 2009

You're right, quoting it solves the issue.

Cheers,
Gabriel

Last post on Aug 14, 2009