Open/Close The Hidden Shelf Menu


Archive for the 'IRAF' Category

X11 Supports Full Screen

March 27th, 2009 by Marcos

Well, I’m way late to the game on this, but our long national nightmare is over – Xquartz for Leopard support full screen!

Check out the latest version – 2.3.1 – at MacosForge.

Tags: , — .

IRAF January 2008 Critical Update now on Download page

March 17th, 2008 by Marcos

So, I dropped the ball – the January 14 2008 critical update to IRAF? I never bothered to incorporated the updated binaries to my .pkg installer. I have done so now, and the installer for IRAF 2.14 on the download page contains the updated binaries.

This is also the first time I’ve used Packagemaker in xcode 3.0, so … I now am requiring authorization to install and I think I have it set up so that the iraf user will be given ownership, but I’m not 100% sure that’s going to work. Let me know if there are any problems.

Oh, and as an aside – did you see the iPhone version of IRAF?. Quite amusing.

Tags: , , , — .

IRAF 2.14 Available – Installers forthcoming here.

December 4th, 2007 by Marcos

IRAF 2.14 has been announced and is available for download. The Mac (PPC and Intel) versions appear to work properly on both Leopard and Tiger. I’ll try and have installers made for these today. Certainly, I can test the Intel one easily but it’s harder for me to test the PowerPC version so once it’s up if someone out there could test it, that’d be appreciated.

Update The Intel installer is available here – Download IRAF 2.14 for Intel Macs .pkg installer (57MB). My prescribed update method is simple. Change to the IRAF user and do:

  % cd /
  % mv iraf iraf_old

Run the installer and then:

  % mv /iraf_old/extern /iraf/extern/

That should preserve all your external packages. You will most likely want to copy over the extern.pkg from your old install.

  % cd /iraf_old/iraf/unix/hlib
  % cp extern.pkg /iraf/iraf/unix/hlib/extern.pkg

That should work. Let me know if there are any problems – it worked ok for me. I’d keep /iraf_old around for a while just to be safe. And remember any installer errors are probably permission issues but be sure to check the log first before emailing me with any problems.

Tags: , , , , , , — .

Check OS X’s Installer Log for installation issues

November 7th, 2007 by Marcos

A common problem with the IRAF installers is that / is sometimes not writeable by the admin group, and thus the “iraf user” can’t write files to the root of the hard drive. To see what goes wrong with the installer, please check the installer log. You can see a screenshot here.

If it’s something about permissions, making / writeable by the admin will probably fix it (assuming IRAF is an admin user, as I suggest)

   sudo chmod g+w /

Installer Log

Tags: , , — .

Make Delete Key work in epar

August 21st, 2007 by Marcos

The way I make this work is to change the editor defined in the login.cl file from vi to emacs. The cl uses keybindings based on the editor and for whatever reason, changing the editor to emacs does the trick. You have to remove the comment # from the set editor line and then change it to emacs so it then looks like

     set     editor          = emacs

Now, I personally never have IRAF invoke the editor defined in my login.cl file so this change has no effect for me other than making the delete key work. I’m not really sure when the editor is the login.cl file is used. But presumably this change would force you to use emacs when you want vi.

.

Download Page Now Somewhat Less Confusing

July 11th, 2007 by Marcos

Well, the download page was rather confusing collection of links, and had the Intel installers rather hard to find sometimes, so I reorganized it a bit today. Hopefully, it’ll be less confusing now.

.

Fixed PPC binaries Now Incorporated into PPC IRAF installer

May 3rd, 2007 by Marcos

So, this bug may cause a “bus error” when using display to show certain float images. There is a fix described in the thread, and I have incorporated the fixed binaries now into the IRAF installer, which you can find on the download page as always.

.