View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

IRAF in Cygwin: imcombine problem

delta_kuadrant wrote on Jun 21, 2009

Hello All,
I have a problem here,
whenever I execute 'imcombine' task on iraf under cygwin, there's an error message: ERROR: parameter 'imcmb' not found
and image combining failed for sure
any suggestion?

regards,

PJ

Mike Fitzpatrick wrote on Jun 21, 2009

Try

cl> unlearn imcombine


This will reset any saved parameters you have in your uparm directory.

-Mike

delta_kuadrant wrote on Jun 21, 2009

Dear Mike

I've tried your suggestion but the problem still persists
any suggestions?

thx

PJ

Mike Fitzpatrick wrote on Jun 21, 2009

If you do an "lpar" on imcombine does it show the 'imcmb' parameter? What about

cl> type immatch$imcombine.par


-Mike

delta_kuadrant wrote on Jun 21, 2009

Dear Mike

I did what you suggest,
Either way, I didn't see 'imcmb' parameter
what should I do?thx

regards,

PJ

Mike Fitzpatrick wrote on Jun 21, 2009

The imcmb parameter was added for the v2.14.1 release (in July 08). My guess: you updated to v2.14.1 binaries but didn't update the source tree to include the new parameters. An "unlearn" should reset the params and the "lpar" should show the param if the sources are current.

Either way, I just verified that the 'imcmb' param is present in the v2.14.1 release of PC-IRAF, so either the 'unlearn' will clear your parameters from older version or your source-code and binaries are from different versions.

-Mike

delta_kuadrant wrote on Jun 21, 2009

Dear Mike

I applied patch from download section and now imcombine task is working like a charm.
thank you for your suggestion, I think you were right about different versions that installed in my system

regards,

PJ

Last post on Jun 21, 2009