daophot and photcal failing to load
Sean wrote on Aug 03, 2007
Hello,
I am running IRAF v 2.13 beta 2 on a macintel. When I try to load daophot, it comes up with an error message:
ERROR: task 'tables' has no param file
"if (defpar ("tables.motd")) {"
line 6: daophot$daophot.cl
callled as: 'daophot ()'
And if I try to load photcal it gives a similar error message. Did my installation get corrupted somehow? I would be very grateful for any help you can give me in resolving this.
~Sean
I am running IRAF v 2.13 beta 2 on a macintel. When I try to load daophot, it comes up with an error message:
ERROR: task 'tables' has no param file
"if (defpar ("tables.motd")) {"
line 6: daophot$daophot.cl
callled as: 'daophot ()'
And if I try to load photcal it gives a similar error message. Did my installation get corrupted somehow? I would be very grateful for any help you can give me in resolving this.
~Sean
Mike Fitzpatrick wrote on Aug 03, 2007
PHOTCAL requires the TABLES package for certain tasks. The error means that you have the TABLES package defined (perhaps/probably because that was left in the hlib$extern.pkg file) but isn't being found properly. A "show tables" will tell you where it thinks the package is installed (probably /iraf/extern/tables), check that it is indeed there. Note that even if you installed pre-built binaries for TABLES you'll also need the source in order to get the parameter files.
Cheers,
-Mike
Cheers,
-Mike
Sean wrote on Aug 03, 2007
Hi Mike,
Well, you were right about what IRAF thinks the path is, but that path doesn't actually exist on this computer, apparently. What's more, I searched for the files that IRAF says it needs (daophot$daophot.cl, photcal$photcal.cl, etc.) and apparently those don't exist on this computer either. My installation was done via an installer downloaded from macsingularity.org. Is there an easy way to get and install the missing packages or should I try a fresh install?
Thanks
~Sean
Well, you were right about what IRAF thinks the path is, but that path doesn't actually exist on this computer, apparently. What's more, I searched for the files that IRAF says it needs (daophot$daophot.cl, photcal$photcal.cl, etc.) and apparently those don't exist on this computer either. My installation was done via an installer downloaded from macsingularity.org. Is there an easy way to get and install the missing packages or should I try a fresh install?
Thanks
~Sean
Mike Fitzpatrick wrote on Aug 03, 2007
Well, you were right about what IRAF thinks the path is, but that path doesn't actually exist on this computer, apparently. What's more, I searched for the files that IRAF says it needs (daophot$daophot.cl, photcal$photcal.cl, etc.) and apparently those don't exist on this computer either.
Well, if daophot.cl didn't exist you could load the photcal.cl file that is producing the error message. You should be able to use the PAGE task with either logical name and see the file.
My installation was done via an installer downloaded from macsingularity.org. Is there an easy way to get and install the missing packages or should I try a fresh install?
I believe that site also has pkg installers for the TABLES package, if they did it right it should unpacked in the right place, otherwise the source and binaries are available from the Downloads link on this site as compressed tarballs.
-Mike
Sean wrote on Aug 03, 2007
Awesome, that fixed it. Thanks Mike!
~Sean
~Sean
Last post on Aug 03, 2007