View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

How can I get package stsdas.sobsolete?

jay wrote on Jun 03, 2007

How can I get package stsdas sobsolete? I want to use the syntax of "Convert"

Thanks a lot!

Jay

Mike Fitzpatrick wrote on Jun 03, 2007

You'll need the STSDAS package installed first of all, otherwise it should be available already. If you installed a binary release that doesn't contain the binary (i.e. you get a "cannot open connected subprocess" message) then you can build it directly for use using e.g.


% cd /iraf/extern/stsdas/          # go to STSDAS package
% mkpkg -p stsdas <arch>         # reset arch to 'redhat', 'linux', etc
% cd pkg                                  # go to pkg subdirectory
% mkpkg -p stsdas -p tables sobsolete      # build it


This assumes you're either using the 'iraf' user login or else have $iraf and $IRAFARCH defined in your .cshrc for development.

Hope this helps,
-Mike

jay wrote on Jun 03, 2007

hi, fitz

i downloaded five stsdas gz packages. How to install?

Because my IRAF is in the scisoft, I can not find the IRAF files. Where should I unpackage these gzs?

thanks

jay

Mike Fitzpatrick wrote on Jun 03, 2007

Jay,

What five .gz files and from where??

I'm not too familiar with SciSoft, but within IRAF you should be able do to something like


cl> cd iraf$
cl> path


to get the host-level pathname for the iraf root directory. Go up one level (e.g. "cd ..") and you should see an 'extern' directory for the external packages. If STSDAS is already installed it should be in there but may not include the SOBSOLETE binaries and you'll need to build those according to the earlier mail (where 'arch' is either 'macintel' or 'macosx' depending on PPC or Intel respectively). There may also be a separate installation for it as part of SciSoft, you'll have to check.

The scisoft folks can probably also answer questions, perhaps somebody on this forum also knows the details.

-Mike

jay wrote on Jun 03, 2007

fitz

I figure out this problem!
Thanks a lot! :)

Jay

Last post on Jun 03, 2007