View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

problem getting implot to accept multiple filenames

scarcity wrote on Feb 03, 2010

Hi,

I have a new install of IRAF 2.12 on OpenSUSE 11.2. Everything seems to be working fine, except that I can't get implot to accept multiple files.

e.g.
ecl > implot file1.fit
works fine, as expected.

ecl > implot @filelist
ERROR: Cannot open image (@filelist)

ecl > implot file1.fit,file2.fit
ERROR: Cannot open image (file1.fit,file2.fit)

Other tasks are accepting multiple files and lists, e.g
ecl> imstat @filelist
# IMAGE NPIX MEAN MODE STDDEV MIN MAX
file1.fit 8388608 2581. 2411. 2996. -10624. 299635.
file2.fit 8388608 2621. 2078. 4322. -11600. 268121.

ecl> imstat file1.fit,file2.fit
# IMAGE NPIX MEAN MODE STDDEV MIN MAX
file1.fit 8388608 2581. 2411. 2996. -10624. 299635.
file2.fit 8388608 2621. 2078. 4322. -11600. 268121.

Any idea what's gone wrong here?

Mike Fitzpatrick wrote on Feb 03, 2010

The ability to use lists in IMPLOT wasn't added until the V2.12.2 release, you need to upgrade your IRAF (you should for other reasons) or else just use on image at a time.

-Mike

scarcity wrote on Feb 03, 2010

Oh, of course. Thanks for clearing that up for me.

Last post on Feb 03, 2010